.rush-wrapper{--rush-bg-deep:#111118;--rush-bg-card:#1a1a24;--rush-bg-surface:#22222e;--rush-bg-input:#16161f;--rush-border:#2a2a38;--rush-border-accent:#3a3a4a;--rush-text-primary:#e8e6e3;--rush-text-secondary:#8a8a9a;--rush-text-muted:#5a5a6a;--rush-cyan:#00c8ff;--rush-cyan-dark:#08a;--rush-cyan-glow:#00c8ff26;background:var(--rush-bg-deep);width:100%}.rush-hero{background:var(--rush-bg-deep);padding:calc(var(--header-height,56px) + 2.5rem)2rem 3.5rem;text-align:center;border-bottom:1px solid var(--rush-border);position:relative}.rush-back-link{top:calc(var(--header-height,56px) + 1rem);font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.1em;text-transform:uppercase;color:var(--rush-text-muted);align-items:center;gap:.5rem;font-size:.7rem;text-decoration:none;transition:color .2s;display:flex;position:absolute;left:2rem}.rush-back-link:hover{color:var(--rush-text-primary)}.rush-back-arrow{font-size:1rem}.rush-hero-content{max-width:680px;margin:0 auto}.rush-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.2em;text-transform:uppercase;color:var(--rush-cyan);margin-bottom:1.5rem;font-size:.65rem;display:inline-block}.rush-hero-title{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-text-primary);margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:400;line-height:1.15}.rush-hero-sub{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-secondary);max-width:560px;margin:0 auto;font-size:1.05rem;font-style:italic;line-height:1.7}.rush-grid-section{background:var(--rush-bg-deep);border-bottom:1px solid var(--rush-border)}.rush-grid-label{text-align:center;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.2em;text-transform:uppercase;color:var(--rush-text-muted);padding:1.5rem 0 0;font-size:.6rem;display:block}.rush-grid-container{position:relative;overflow:hidden}.rush-grid{grid-template-columns:repeat(5,1fr);margin-right:340px;display:grid}.rush-grid-cell{cursor:pointer;text-align:left;border:none;border-right:1px solid var(--rush-border);border-bottom:1px solid var(--rush-border);background:#0a0a10;outline:none;align-items:flex-end;min-height:200px;padding:0;display:flex;position:relative;overflow:hidden}.rush-grid-cell:nth-child(5n){border-right:none}.rush-grid-cell:nth-child(n+6){border-bottom:none}.rush-grid-cell-image-wrap{aspect-ratio:1;border:1px solid color-mix(in srgb,var(--cell-color,#3a3a4a)30%,transparent);z-index:0;border-radius:10px;width:52%;transition:border-color .4s,transform .4s,box-shadow .4s;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.rush-grid-cell:hover .rush-grid-cell-image-wrap,.rush-grid-cell--active .rush-grid-cell-image-wrap{border-color:color-mix(in srgb,var(--cell-color,#3a3a4a)15%,transparent);box-shadow:0 0 24px color-mix(in srgb,var(--cell-color,#3a3a4a)10%,transparent);transform:translate(-50%,-50%)scale(.92)}.rush-grid-cell-image-wrap img{opacity:.5;filter:brightness(.85);padding:10%;transition:opacity .4s,filter .4s;object-fit:contain!important;width:100%!important;height:100%!important}.rush-grid-cell:hover .rush-grid-cell-image-wrap img,.rush-grid-cell--active .rush-grid-cell-image-wrap img{opacity:.1;filter:brightness(.5)}.rush-grid-overlay{z-index:1;background-color:var(--cell-color);opacity:0;transition:opacity .35s cubic-bezier(.25,.46,.45,.94);position:absolute;inset:0}.rush-grid-cell:hover .rush-grid-overlay,.rush-grid-cell--active .rush-grid-overlay{opacity:.82}.rush-grid-index{z-index:2;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.1em;color:var(--rush-cyan);opacity:0;font-size:.6rem;transition:opacity .3s;position:absolute;top:12px;left:14px}.rush-grid-cell:hover .rush-grid-index,.rush-grid-cell--active .rush-grid-index{opacity:.8}.rush-grid-name{z-index:2;font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:#fff;opacity:0;padding:0 14px 10px;font-size:.95rem;font-weight:400;line-height:1.3;transition:opacity .3s,transform .3s;position:relative;transform:translateY(6px)}.rush-grid-cell:hover .rush-grid-name,.rush-grid-cell--active .rush-grid-name{opacity:1;transform:translateY(0)}.rush-grid-discipline{z-index:2;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.12em;text-transform:uppercase;color:#ffffff73;opacity:0;font-size:.5rem;transition:opacity .3s;position:absolute;bottom:12px;right:14px}.rush-grid-cell:hover .rush-grid-discipline,.rush-grid-cell--active .rush-grid-discipline{opacity:1}.rush-grid-detail{background:var(--rush-bg-card);border-left:1px solid var(--rush-border);flex-direction:column;width:340px;padding:32px 28px;display:flex;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.rush-grid-detail-placeholder{flex:1;justify-content:center;align-items:center;display:flex}.rush-grid-detail-placeholder p{font-family:var(--font-ui,"Inter",sans-serif);color:var(--rush-text-muted);font-size:.85rem;font-style:italic}.rush-grid-detail-content{flex-direction:column;display:flex}.rush-grid-detail-image{background:#0a0a10;border-radius:6px;width:100%;height:160px;margin-bottom:20px;position:relative;overflow:hidden}.rush-grid-detail-image img{opacity:.5;filter:brightness(.85)}.rush-grid-detail-accent{border-radius:2px;width:40px;height:3px;margin-bottom:16px}.rush-grid-detail-title{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-text-primary);margin-bottom:6px;font-size:1.2rem;font-weight:400;line-height:1.3}.rush-grid-detail-discipline{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--rush-text-muted);margin-bottom:16px;font-size:.55rem}.rush-grid-detail-hook{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-secondary);margin-bottom:16px;font-size:.92rem;font-style:italic;line-height:1.6}.rush-grid-detail-divider{background:var(--rush-border);width:100%;height:1px;margin-bottom:16px}.rush-grid-detail-scenario-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--rush-cyan);margin-bottom:8px;font-size:.55rem;display:block}.rush-grid-detail-scenario{font-family:var(--font-ui,"Inter",sans-serif);color:var(--rush-text-secondary);margin-bottom:20px;font-size:.82rem;line-height:1.6}.rush-load-scenario-btn{background:var(--rush-cyan);color:#111118;width:100%;font-family:var(--font-ui,"Inter",sans-serif);letter-spacing:.03em;cursor:pointer;border:none;border-radius:6px;padding:12px 24px;font-size:.85rem;font-weight:600;transition:background .2s,box-shadow .2s}.rush-load-scenario-btn:hover{background:var(--rush-cyan-dark);color:#fff;box-shadow:0 0 20px var(--rush-cyan-glow)}.rush-input-section{background:var(--rush-bg-deep);scroll-margin-top:calc(var(--header-height,56px) + 1rem);justify-content:center;padding:2.5rem 2rem 3rem;display:flex}.rush-terminal{background:var(--rush-bg-card);border:1px solid var(--rush-border);width:100%;max-width:780px;scroll-margin-top:calc(var(--header-height,56px) + 1rem);border-radius:8px;overflow:hidden}.rush-terminal-header{background:var(--rush-bg-surface);border-bottom:1px solid var(--rush-border);align-items:center;gap:6px;padding:10px 16px;display:flex}.rush-terminal-dot{border-radius:50%;width:10px;height:10px}.rush-terminal-dot.cyan1{background:#00c8ff}.rush-terminal-dot.cyan2{background:#08a}.rush-terminal-dot.cyan3{background:#056}.rush-terminal-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;color:var(--rush-text-muted);text-transform:uppercase;margin-left:auto;font-size:.6rem}.rush-textarea{width:100%;min-height:160px;font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--rush-text-primary);background:var(--rush-bg-input);resize:none;border:none;outline:none;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.7}.rush-textarea:focus{box-shadow:inset 0 0 0 1px var(--rush-cyan)}.rush-textarea::placeholder{font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--rush-text-muted);font-size:.85rem;font-style:normal;line-height:1.7}.rush-input-footer{background:var(--rush-bg-surface);border-top:1px solid var(--rush-border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.rush-char-count{font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--rush-text-muted);letter-spacing:.05em;font-size:.65rem}.rush-submit-btn{font-family:var(--font-ui,"Inter",sans-serif);letter-spacing:.03em;color:#111118;background:var(--rush-cyan);cursor:pointer;border:none;border-radius:6px;padding:.7rem 2rem;font-size:.85rem;font-weight:600;transition:background .2s,box-shadow .2s,color .2s}.rush-submit-btn:hover{background:var(--rush-cyan-dark);color:#fff;box-shadow:0 0 20px var(--rush-cyan-glow)}.rush-submit-btn:disabled{opacity:.3;cursor:not-allowed;box-shadow:none}.rush-context-toggle-wrap{background:var(--rush-bg-surface);border-bottom:1px solid var(--rush-border);padding:0}.rush-context-toggle{cursor:pointer;width:100%;font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.1em;text-transform:uppercase;color:var(--rush-text-muted);background:0 0;border:none;align-items:center;gap:6px;padding:8px 16px;font-size:.65rem;transition:color .2s;display:flex}.rush-context-toggle:hover{color:var(--rush-cyan)}.rush-context-toggle-icon{color:var(--rush-cyan);text-align:center;width:14px;font-size:.85rem;font-weight:600}.rush-context-toggle-hint{color:var(--rush-text-muted);opacity:.6;font-size:.55rem}.rush-context-panel{background:var(--rush-bg-input);border-bottom:1px solid var(--rush-border);grid-template-columns:repeat(3,1fr);gap:12px;padding:14px 16px;display:grid}.rush-context-field{flex-direction:column;gap:4px;display:flex}.rush-context-field--full{grid-column:1/-1}.rush-context-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--rush-text-muted);font-size:.55rem}.rush-context-optional{color:var(--rush-text-muted);opacity:.5;text-transform:none;letter-spacing:0}.rush-context-select{appearance:none;background:var(--rush-bg-card);border:1px solid var(--rush-border);font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--rush-text-primary);cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%235a5a6a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border-radius:4px;padding:7px 28px 7px 10px;font-size:.75rem;transition:border-color .2s}.rush-context-select:focus{border-color:var(--rush-cyan);outline:none}.rush-context-textarea{background:var(--rush-bg-card);border:1px solid var(--rush-border);font-family:var(--font-mono,"JetBrains Mono",monospace);color:var(--rush-text-primary);resize:none;border-radius:4px;padding:7px 10px;font-size:.75rem;line-height:1.5;transition:border-color .2s}.rush-context-textarea:focus{border-color:var(--rush-cyan);outline:none}.rush-context-textarea::placeholder{color:var(--rush-text-muted);font-style:normal}@media (max-width:768px){.rush-context-panel{grid-template-columns:1fr}}.rush-challenge-display{background:var(--rush-bg-deep);scroll-margin-top:calc(var(--header-height,56px) + 1rem);justify-content:center;padding:2rem 2rem 0;display:flex}.rush-challenge-inner{background:var(--rush-bg-card);border-left:3px solid var(--rush-cyan);border-radius:0 6px 6px 0;width:100%;max-width:720px;padding:1.5rem 2rem}.rush-challenge-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--rush-text-muted);margin-bottom:.5rem;font-size:.6rem;display:block}.rush-challenge-text{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-secondary);font-size:1rem;font-style:italic;line-height:1.7}.rush-matching-section{background:var(--rush-bg-deep);justify-content:center;padding:4rem 2rem;display:flex}.rush-matching-inner{flex-direction:column;align-items:center;gap:1.25rem;display:flex}.rush-pulse-ring{border:2px solid var(--rush-cyan);border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite rush-pulse}@keyframes rush-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.3)}}.rush-matching-text{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.1em;text-transform:uppercase;color:var(--rush-text-muted);font-size:.75rem}.rush-founders-section{background:var(--rush-bg-deep);flex-direction:column;align-items:center;padding:2.5rem 2rem;display:flex}.rush-founders-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.2em;text-transform:uppercase;color:var(--rush-text-muted);margin-bottom:1.25rem;font-size:.6rem}.rush-founders-grid{grid-template-columns:repeat(5,1fr);gap:1rem;width:100%;max-width:1100px;display:grid}.rush-founder-card{background:var(--rush-bg-card);border:1px solid var(--rush-border);border-radius:8px;padding:1.25rem;transition:border-color .2s;position:relative}.rush-founder-card:hover{border-color:var(--rush-cyan)}.rush-founder-card--contrarian{border-color:var(--rush-cyan-dark)}.rush-contrarian-badge{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.1em;text-transform:uppercase;color:var(--rush-cyan);background:#00c8ff1a;border:1px solid #00c8ff33;border-radius:3px;margin-bottom:.5rem;padding:3px 8px;font-size:.5rem;display:inline-block}.rush-founder-number{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--rush-cyan);opacity:.7;font-size:.6rem}.rush-founder-name{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-text-primary);margin:.4rem 0 .2rem;font-size:1.05rem;font-weight:400;line-height:1.3}.rush-founder-company{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-secondary);margin-bottom:.5rem;font-size:.78rem;font-style:italic;line-height:1.4}.rush-founder-lesson{font-family:var(--font-ui,"Inter",sans-serif);color:var(--rush-text-secondary);border-top:1px solid var(--rush-border);padding-top:.6rem;font-size:.75rem;line-height:1.45}.rush-loading-section{background:var(--rush-bg-deep);justify-content:center;padding:4rem 2rem 5rem;display:flex}.rush-loading-inner{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex}.rush-loading-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.18em;text-transform:uppercase;color:var(--rush-cyan);margin-bottom:2rem;font-size:.65rem}.rush-progress-track{background:var(--rush-border);border-radius:2px;width:100%;max-width:400px;height:2px;margin-bottom:3rem;overflow:hidden}.rush-progress-fill{background:linear-gradient(90deg,var(--rush-cyan)0%,var(--rush-cyan-dark)100%);border-radius:2px;height:100%;transition:width 1s ease-out}.rush-loading-quote-wrap{flex-direction:column;justify-content:center;align-items:center;min-height:100px;display:flex}.rush-loading-quote{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-secondary);max-width:500px;font-size:1.15rem;font-style:italic;line-height:1.65;transition:opacity .5s}.rush-loading-attribution{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.08em;color:var(--rush-text-muted);margin-top:1rem;font-size:.65rem;transition:opacity .5s}.rush-loading-quote-wrap.rush-fade-out .rush-loading-quote,.rush-loading-quote-wrap.rush-fade-out .rush-loading-attribution{opacity:0}.rush-response-section{background:var(--rush-bg-deep);flex-direction:column;align-items:center;padding:2rem 2rem 4rem;display:flex}.rush-response-prose{width:100%;max-width:720px}.rush-section{margin-bottom:3.5rem;position:relative}.rush-section-number{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-cyan);opacity:.2;letter-spacing:-.04em;margin-bottom:.25rem;font-size:clamp(4rem,6vw,6rem);font-weight:300;line-height:1;display:block}.rush-section-title{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-text-primary);letter-spacing:-.01em;margin-bottom:1.5rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:400;line-height:1.15}.rush-section p{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-primary);text-align:justify;text-justify:inter-word;margin-bottom:1.4rem;font-size:1.12rem;line-height:1.72}.rush-section-dropcap:first-letter{float:left;color:var(--rush-text-primary);font-size:4.5rem;font-weight:600;line-height:.75;font-family:var(--font-display,"Libre Baskerville",Georgia,serif);margin-top:.15rem;margin-right:.6rem}.rush-bold{color:#fff;font-weight:700}.rush-trailing-text{font-family:var(--font-body,"Source Serif 4",Georgia,serif);color:var(--rush-text-primary);text-align:justify;text-justify:inter-word;margin-bottom:1.4rem;font-size:1.12rem;line-height:1.72}.rush-recs-section{border-top:1px solid var(--rush-border);width:100%;max-width:720px;margin-top:3rem;padding-top:2.5rem}.rush-recs-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.2em;text-transform:uppercase;color:var(--rush-cyan);margin-bottom:1.5rem;font-size:.65rem;display:block}.rush-recs-group{margin-bottom:1.5rem}.rush-recs-group-label{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.12em;text-transform:uppercase;color:var(--rush-text-muted);margin-bottom:.75rem;font-size:.55rem;display:block}.rush-recs-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.rush-rec-card{background:var(--rush-bg-card);border:1px solid var(--rush-border);border-radius:6px;flex-direction:column;padding:1rem 1.1rem;text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.rush-rec-card:hover{border-color:var(--rush-cyan);box-shadow:0 0 16px var(--rush-cyan-glow)}.rush-rec-type{font-family:var(--font-mono,"JetBrains Mono",monospace);letter-spacing:.15em;text-transform:uppercase;color:var(--rush-cyan);opacity:.7;margin-bottom:.4rem;font-size:.5rem}.rush-rec-name{font-family:var(--font-display,"Libre Baskerville",Georgia,serif);color:var(--rush-text-primary);margin-bottom:.3rem;font-size:.92rem;font-weight:400;line-height:1.3}.rush-rec-sub{font-family:var(--font-ui,"Inter",sans-serif);color:var(--rush-text-secondary);font-size:.72rem;line-height:1.45}@media (max-width:768px){.rush-recs-grid{grid-template-columns:1fr}}.rush-actions{align-items:center;gap:2rem;width:100%;max-width:720px;margin-top:2rem;display:flex}.rush-reset-btn{font-family:var(--font-ui,"Inter",sans-serif);color:#111118;background:var(--rush-cyan);cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-size:.85rem;font-weight:600;transition:background .2s,box-shadow .2s,color .2s}.rush-reset-btn:hover{background:var(--rush-cyan-dark);color:#fff;box-shadow:0 0 20px var(--rush-cyan-glow)}.rush-browse-link{font-family:var(--font-ui,"Inter",sans-serif);color:var(--rush-text-secondary);font-size:.85rem;text-decoration:none;transition:color .2s}.rush-browse-link:hover{color:var(--rush-text-primary)}.rush-error-section{background:var(--rush-bg-deep);flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 2rem;display:flex}.rush-error-text{font-family:var(--font-ui,"Inter",sans-serif);color:#e57373;text-align:center;max-width:480px;font-size:.95rem}.rushmore-page .footer-wrap{background:#fff}.rushmore-page .footer-wrap .ec--footer{background:#fff;border-bottom:1px solid #e5e5e5}.rushmore-page .footer-wrap .ec--footer .ec-heading{color:#1a1a2e}.rushmore-page .footer-wrap .ec--footer .ec-subtext{color:#555}.rushmore-page .footer-wrap .ec--footer .ec-input{color:#1a1a2e;background:#f4f4f5;border-color:#d4d4d8}.rushmore-page .footer-wrap .ec--footer .ec-input::placeholder{color:#9ca3af}.rushmore-page .footer-wrap .ec--footer .ec-btn{color:#fff;background:#1a1a2e}.rushmore-page .footer-wrap .ec--footer .ec-btn:hover{background:#2a2a40}.rushmore-page .footer-nav-grid{border-top:1px solid #e5e5e5}.rushmore-page .footer-col-label{color:#888}.rushmore-page .footer-nav-link{color:#555}.rushmore-page .footer-nav-link:hover{color:#1a1a2e}.rushmore-page .footer-copyright{background:#fff;border-top:1px solid #e5e5e5}.rushmore-page .footer-copyright-text,.rushmore-page .footer-copyright-tagline{color:#999}@media (max-width:1200px){.rush-founders-grid{grid-template-columns:repeat(3,1fr);max-width:720px}}@media (max-width:1024px){.rush-grid{grid-template-columns:repeat(2,1fr);margin-right:0}.rush-grid-cell:nth-child(5n){border-right:1px solid var(--rush-border)}.rush-grid-cell:nth-child(2n){border-right:none}.rush-grid-cell:nth-child(n+6){border-bottom:1px solid var(--rush-border)}.rush-grid-cell:nth-child(n+9){border-bottom:none}.rush-grid-detail{border-left:none;border-top:1px solid var(--rush-border);width:auto;min-height:280px;position:static}.rush-founders-grid{grid-template-columns:repeat(3,1fr);max-width:720px}}@media (max-width:768px){.rush-hero{padding:calc(var(--header-height,56px) + 2rem)1.5rem 2.5rem}.rush-back-link{margin-bottom:1.5rem;display:inline-flex;position:relative;top:0;left:0}.rush-grid{grid-template-columns:repeat(2,1fr)}.rush-grid-cell{min-height:140px}.rush-founders-grid{grid-template-columns:1fr;max-width:480px}.rush-input-section,.rush-challenge-display,.rush-response-section{padding-left:1.25rem;padding-right:1.25rem}.rush-input-footer{flex-direction:column;align-items:stretch;gap:.75rem}.rush-char-count{text-align:right}.rush-submit-btn{text-align:center;width:100%}.rush-section-number{font-size:3rem}.rush-section-dropcap:first-letter{font-size:3.5rem}.rush-actions{text-align:center;flex-direction:column;align-items:stretch;gap:1rem}.rush-reset-btn{width:100%}.rush-browse-link{text-align:center}.rush-loading-section{padding:3rem 1.5rem 4rem}}
