@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap");:root{--bg:#000;--bg-alt:#0a0a0a;--bg-card:#111;--bg-inset:#0d0d0d;--text-primary:#fff;--text-body:#b0b0b0;--text-secondary:#999;--text-tertiary:#666;--accent:#34d399;--accent-hover:#2bb883;--accent-light:rgba(52,211,153,.1);--accent-fg:#000;--border:hsla(0,0%,100%,.14);--border-visible:hsla(0,0%,100%,.22);--ring:rgba(52,211,153,.25);--neutral-200:#222;--neutral-300:#333;--hover-overlay:hsla(0,0%,100%,.04);--src-underline:rgba(52,211,153,.35);--cite-hover:rgba(52,211,153,.18);--shadow-sm:0 1px 2px rgba(0,0,0,.5),0 2px 4px rgba(0,0,0,.3);--shadow-md:0 1px 2px rgba(0,0,0,.4),0 4px 8px rgba(0,0,0,.3),0 8px 16px rgba(0,0,0,.2);--shadow-lg:0 2px 4px rgba(0,0,0,.4),0 4px 8px rgba(0,0,0,.3),0 8px 16px rgba(0,0,0,.2),0 16px 32px rgba(0,0,0,.15);--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--success:#34d399;--badge-oa-bg:rgba(52,211,153,.1);--badge-oa-text:#34d399;--badge-cite-bg:rgba(52,211,153,.1);--badge-cite-text:#34d399}*,:after,:before{margin:0;padding:0;box-sizing:border-box}body,html{max-width:100vw}body,html{overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:1.6}a{text-decoration:none;color:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.app-header{position:fixed;top:0;left:0;right:0;z-index:50;height:56px;padding:0 32px;border-bottom:1px solid var(--border);background:rgba(0,0,0,.72);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px}.header-left{gap:10px;justify-self:start}.header-center,.header-left,.nav-pills{display:flex;align-items:center}.nav-pills{gap:2px;padding:3px;border-radius:var(--radius-md);background:var(--bg-alt);border:1px solid hsla(0,0%,100%,.7)}.nav-pill{padding:6px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;color:var(--text-primary);background:transparent;border:none;cursor:pointer;transition:all .15s ease;line-height:1.4}.nav-pill:hover{color:var(--accent);background:var(--accent-light)}.nav-pill:active{background:#fff;color:#000}.nav-pill.active{color:var(--accent-fg);background:var(--accent);font-weight:600}.header-right{display:flex;align-items:center;justify-self:end}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-md);font-size:14px;font-weight:500;border:none;cursor:pointer;transition:all .15s ease;text-decoration:none;white-space:nowrap;line-height:1;height:40px;padding:0 20px}.btn-sm{height:36px;padding:0 16px;font-size:13px}.btn-lg{height:48px;padding:0 28px;font-size:15px;font-weight:600}.btn-primary{background:var(--accent);color:var(--accent-fg)}.btn-primary:hover,.btn-secondary{background:#fff;color:#000}.btn-secondary:hover{background:var(--accent);color:var(--accent-fg)}.btn-primary:active{background:#e0e0e0;color:#000}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-white{background:#fff;color:#000}.btn-white:hover{background:#e8e8e8}.btn-outline{background:transparent;color:var(--text-primary);border:1px solid var(--border-visible)}.btn-outline:hover{background:var(--bg-card)}.eyebrow{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--accent);line-height:1.4}.text-display{font-size:56px;letter-spacing:-.03em;line-height:1.08}.text-display,.text-h2{font-family:Playfair Display,Georgia,serif;font-weight:400;color:var(--text-primary)}.text-h2{font-size:36px;letter-spacing:-.02em;line-height:1.2}.text-h3{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:500;line-height:1.3}.text-h3,.text-h4{letter-spacing:-.01em;color:var(--text-primary)}.text-h4{font-size:17px;font-weight:600;line-height:1.35}.text-body{font-size:16px;color:var(--text-body);line-height:1.6}.text-body-lg{font-size:18px;color:var(--text-body);line-height:1.65}.text-sm{font-size:14px;line-height:1.55}.text-caption,.text-sm{color:var(--text-secondary)}.text-caption{font-size:12px;line-height:1.4;letter-spacing:.01em}.accent-em{font-style:italic;color:var(--accent)}.card{background:var(--bg-card);border:1px solid #fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-md);border-color:var(--accent)}.input{width:100%;height:40px;padding:0 12px;background:var(--bg-inset);border:1px solid var(--border-visible);border-radius:var(--radius-md);color:var(--text-primary);font-size:14px;font-family:inherit;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.input::placeholder{color:var(--text-tertiary)}.glow{position:absolute;border-radius:50%;background:radial-gradient(ellipse,rgba(52,211,153,.04),transparent 70%);pointer-events:none}.hero{margin-top:56px;padding:128px 32px 96px;background:var(--bg);position:relative;overflow:hidden}.hero-glow-1{width:800px;height:600px;top:-100px;left:50%;transform:translateX(-50%)}.hero-glow-2{width:500px;height:400px;bottom:-80px;left:50%;transform:translateX(-30%)}.hero-inner{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-eyebrow{margin-bottom:20px}.hero-title{margin-bottom:24px}.hero-subtitle{max-width:520px;margin:0 auto 40px}.hero-ctas{display:flex;gap:12px;justify-content:center;margin-bottom:20px}.hero-ctas .btn{width:180px}.section-header{padding:96px 32px 48px;text-align:center;background:var(--bg);position:relative;overflow:hidden}.section-header .glow{width:1000px;height:600px;top:-50px;left:50%;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(52,211,153,.18),transparent 70%)}.section-header-inner{max-width:520px;margin:0 auto;position:relative;z-index:1}.section-header .eyebrow{margin-bottom:12px}.section-header .text-h2{margin-bottom:16px}.player-section{padding:0 32px 96px;background:var(--bg)}.player-frame{max-width:960px;margin:0 auto;height:480px;border-radius:var(--radius-xl);border:1px solid var(--border-visible);box-shadow:var(--shadow-lg);overflow:hidden;display:grid;grid-template-columns:200px 1fr 220px;background:var(--bg-card)}.toc-panel{background:var(--bg-inset);padding:20px 16px;border-right:1px solid var(--border);overflow-y:auto}.toc-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-primary);margin-bottom:16px;padding:0 8px}.toc-item{display:flex;align-items:center;gap:8px;padding:7px 8px;border-radius:var(--radius-sm);cursor:pointer;transition:background .12s}.toc-item+.toc-item{margin-top:2px}.toc-item:hover{background:var(--accent-light)}.toc-item:hover .toc-label{color:var(--text-primary)}.toc-item.active{background:var(--accent-light)}.toc-dot{width:6px;height:6px;border-radius:50%;background:var(--neutral-300);flex-shrink:0}.toc-item.done .toc-dot{background:var(--success)}.toc-item.active .toc-dot{background:var(--accent);box-shadow:0 0 0 3px var(--ring)}.toc-label{font-size:13px;color:var(--text-secondary);line-height:1.3;flex:1 1;min-width:0}.toc-item.active .toc-label{color:var(--text-primary);font-weight:600}.toc-time{font-size:11px;color:var(--text-tertiary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;flex-shrink:0}.transcript-panel{display:flex;flex-direction:column;border-right:1px solid var(--border);min-height:0;overflow:hidden}.transcript-body{flex:1 1;padding:28px 32px;overflow-y:auto;min-height:0}.transcript-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--accent);margin-bottom:12px}.transcript-block+.transcript-block{margin-top:20px}.transcript-text{font-size:15px;color:var(--text-primary);line-height:1.8}.transcript-text.past{color:var(--text-body)}.transcript-text.future{color:var(--text-secondary)}.transcript-text .hl{background:rgba(52,211,153,.25);border-radius:3px;padding:1px 4px}.src-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:var(--accent);background:var(--accent-light);padding:2px 8px;border-radius:4px;cursor:pointer;vertical-align:middle;margin-left:4px;transition:background .12s;text-decoration:none}.src-pill:hover{background:var(--cite-hover)}.src-pill svg{width:10px;height:10px}.controls{height:56px;padding:0 24px;border-top:1px solid var(--border);gap:12px;background:var(--bg-inset);flex-shrink:0}.controls,.ctrl-btn{display:flex;align-items:center}.ctrl-btn{width:36px;height:36px;border-radius:50%;border:none;justify-content:center;cursor:pointer;transition:all .12s;background:transparent;color:var(--text-secondary)}.ctrl-btn svg{width:14px;height:14px}.ctrl-btn:hover{background:var(--accent-light);color:var(--text-primary)}.ctrl-btn.play{width:40px;height:40px;background:var(--accent);color:var(--accent-fg)}.ctrl-btn.play:hover{background:var(--accent-hover)}.ctrl-btn.play svg{width:16px;height:16px}.progress-wrap{flex:1 1;display:flex;align-items:center;gap:10px}.progress-time{font-size:12px;color:var(--text-tertiary);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:32px}.progress-track{flex:1 1;height:3px;background:var(--neutral-200);border-radius:2px}.progress-fill{height:100%;width:35%;background:var(--accent);border-radius:2px}.speed-btn{font-size:12px;font-weight:600;color:var(--text-secondary);background:var(--accent-light);border:none;padding:5px 10px;border-radius:var(--radius-sm);cursor:pointer;transition:all .12s}.speed-btn:hover{background:var(--cite-hover)}.queue-panel{background:var(--bg-inset);padding:20px 16px;overflow-y:auto}.queue-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text-primary);margin-bottom:16px;padding:0 8px}.queue-item{padding:10px;border-radius:var(--radius-md);cursor:pointer;transition:background .12s;border:1px solid transparent}.queue-item+.queue-item{margin-top:4px}.queue-item.active,.queue-item:hover{background:var(--accent-light)}.queue-item.active{border-color:var(--accent)}.queue-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:3px}.queue-item.active .queue-label{color:var(--accent)}.queue-paper-title{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.35;margin-bottom:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.queue-authors{font-size:11px;color:var(--text-tertiary)}.queue-divider{height:1px;background:var(--border);margin:12px 8px}.queue-refresh{font-size:12px;color:var(--text-tertiary);text-align:center;padding:4px 0}.features{padding:0 32px 96px;background:var(--bg)}.features-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.feature-card{padding:28px 24px}.feature-icon{width:24px;height:24px;color:var(--text-primary);margin-bottom:16px}.feature-icon svg{width:100%;height:100%}.feature-card .text-h4{margin-bottom:8px;font-size:15px}.research-section{padding:0 32px 48px;background:var(--bg)}.research-frame{max-width:960px;margin:0 auto;height:540px;border-radius:var(--radius-xl);border:1px solid var(--border-visible);box-shadow:var(--shadow-lg);overflow:hidden;display:grid;grid-template-columns:260px 1fr;grid-template-rows:minmax(0,1fr);background:var(--bg-card)}.search-sidebar{background:var(--bg-inset);display:flex;flex-direction:column;border-right:1px solid var(--border)}.search-box{padding:20px 16px;border-bottom:1px solid var(--border)}.search-row{display:flex;gap:6px}.search-row .input{flex:1 1;height:36px;font-size:13px;padding:0 10px}.search-row .btn{height:36px;padding:0 12px;font-size:13px}.filter-row{display:flex;gap:4px;margin-top:10px;flex-wrap:wrap}.filter-pill{font-size:11px;padding:5px 12px;border-radius:9999px;border:1px solid hsla(0,0%,100%,.25);color:var(--text-primary);background:transparent;cursor:pointer;transition:all .12s;line-height:1.4}.filter-pill.active,.filter-pill:hover{border-color:var(--accent);color:var(--accent)}.filter-pill.active{background:var(--accent-light);font-weight:600}.results-list{flex:1 1;overflow-y:auto;min-height:0}.result-item{padding:14px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.result-item.active,.result-item:hover{background:var(--accent-light)}.result-item.active{border-left:3px solid var(--accent);padding-left:13px}.result-name{font-size:13px;font-weight:500;color:var(--text-primary);line-height:1.4;margin-bottom:4px}.result-authors{font-size:12px;color:var(--text-secondary);margin-bottom:4px}.result-meta{display:flex;gap:12px;font-size:11px;color:var(--text-tertiary)}.paper-viewer{display:flex;flex-direction:column;min-height:0;overflow:hidden}.paper-header{padding:24px 28px 20px;border-bottom:1px solid var(--border)}.paper-title{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:500;color:var(--text-primary);line-height:1.3;letter-spacing:-.01em;margin-bottom:6px}.paper-authors{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:10px}.paper-meta-row{display:flex;gap:8px;align-items:center}.paper-badge{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;border-radius:var(--radius-sm);line-height:1.4}.badge-oa{background:var(--badge-oa-bg);color:var(--badge-oa-text)}.badge-cite{background:var(--badge-cite-bg);color:var(--badge-cite-text)}.paper-venue{font-size:12px;color:var(--text-tertiary)}.paper-tabs{display:flex;padding:0 28px;border-bottom:1px solid var(--border)}.paper-tab{padding:12px 14px;font-size:13px;font-weight:500;color:var(--text-secondary);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .12s}.paper-tab:hover{color:var(--text-primary)}.paper-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.qa-body{flex:1 1;overflow-y:auto;padding:24px 28px;min-height:0}.qa-msg{display:flex;gap:12px;margin-bottom:24px;padding:16px;border-radius:var(--radius-md)}.qa-msg.system{background:rgba(52,211,153,.06);border:1px solid rgba(52,211,153,.15)}.qa-avatar{width:28px;height:28px;border-radius:var(--radius-sm);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.qa-avatar.system{background:var(--accent-light);color:var(--accent)}.qa-avatar.user{background:var(--bg-alt);color:var(--text-body)}.qa-content{flex:1 1;min-width:0}.qa-sender{font-size:12px;font-weight:600;margin-bottom:4px}.qa-sender,.qa-text{color:var(--text-primary)}.qa-text{font-size:14px;line-height:1.7}.qa-cite{display:inline-flex;font-size:11px;font-weight:500;color:var(--accent);background:var(--accent-light);padding:1px 6px;border-radius:3px;cursor:pointer;vertical-align:middle;margin:0 1px;transition:background .12s}.qa-cite:hover{background:var(--cite-hover)}.qa-input{height:76px;padding:0 28px;border-top:1px solid var(--border);background:var(--bg-inset);display:flex;align-items:center;gap:8px;flex-shrink:0}.qa-input .input{flex:1 1;height:44px;font-size:14px;border:1px solid var(--border-visible);background:var(--bg-card)}.qa-input .btn{height:44px;padding:0 20px;font-size:14px;font-weight:600}.mission{padding:96px 32px;background:var(--bg);position:relative;overflow:hidden}.mission-glow{width:1000px;height:600px;top:-50px;left:50%;transform:translateX(-50%);background:radial-gradient(ellipse,rgba(52,211,153,.18),transparent 70%)}.mission-inner{max-width:560px;margin:0 auto;text-align:center;position:relative;z-index:1}.mission .eyebrow{margin-bottom:12px}.mission .text-h2{font-size:28px;margin-bottom:20px}.mission .text-body-lg{line-height:1.75}.waitlist{padding:96px 32px;background:var(--bg-alt);position:relative;overflow:hidden}.waitlist .glow-1{width:500px;height:500px;top:-200px;left:5%}.waitlist .glow-2{width:400px;height:400px;bottom:-180px;right:8%}.waitlist-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;position:relative;z-index:1}.waitlist-copy .eyebrow{margin-bottom:12px}.waitlist-copy .text-h2{margin-bottom:12px;font-size:32px}.waitlist-copy .text-body{margin-bottom:28px;max-width:400px}.waitlist-form{display:flex;gap:8px;max-width:380px}.waitlist-form .input{flex:1 1;height:44px;border-color:#fff}.waitlist-form .btn{height:44px;padding:0 24px}.waitlist-note{font-size:12px;color:var(--text-tertiary);margin-top:10px}.waitlist-error{font-size:12px;color:#ef4444;margin-top:10px}.waitlist-success{font-size:12px;color:var(--accent);margin-top:10px}.expect-list{list-style:none}.expect-item{display:flex;align-items:flex-start;gap:14px}.expect-item+.expect-item{margin-top:24px}.expect-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px;color:var(--text-tertiary)}.expect-icon svg{width:100%;height:100%}.expect-title{font-size:14px;font-weight:500;color:var(--text-primary);line-height:1.4}.expect-desc{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-top:2px}.footer{padding:20px 32px;border-top:1px solid var(--border);background:var(--bg)}.footer-inner{max-width:960px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.footer-brand{font-size:13px;color:var(--text-tertiary)}.footer-links{display:flex;gap:24px}.footer-link{font-size:13px;color:var(--text-tertiary);text-decoration:none;transition:color .12s}.footer-link:hover{color:var(--text-primary)}@media (max-width:1024px){.player-frame{grid-template-columns:1fr;grid-template-rows:auto auto auto 1fr auto;grid-template-areas:"nowplaying" "toc" "upnext" "transcript" "controls";height:580px}.queue-panel{display:contents;border-right:none}.queue-divider,.queue-item,.queue-refresh,.queue-title{display:none}.queue-item{padding:0;border:none;background:none}.queue-item+.queue-item{margin-top:0}.queue-item.active{display:block;grid-area:nowplaying;padding:10px 16px;background:var(--bg-inset);border-bottom:1px solid var(--border)}.queue-item.active .queue-label{font-size:10px;color:var(--accent);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.queue-item.active .queue-paper-title{font-size:15px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-item.active .queue-authors{font-size:12px;color:var(--text-secondary)}.queue-item.active+.queue-item{display:flex;grid-area:upnext;align-items:center;gap:8px;padding:6px 16px;background:var(--bg-inset);border-bottom:1px solid var(--border)}.queue-item.active+.queue-item .queue-label{font-size:10px;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;flex-shrink:0}.queue-item.active+.queue-item .queue-paper-title{font-size:12px;font-weight:400;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:0}.queue-item.active+.queue-item .queue-authors{display:none}.toc-panel{grid-area:toc;display:flex;flex-direction:row;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-snap-type:x mandatory;scroll-padding-inline:50%;border-right:none;border-bottom:1px solid var(--border);padding:6px 16px;gap:6px;background:var(--bg-inset)}.toc-panel::-webkit-scrollbar{display:none}.toc-title{display:none}.toc-item{flex-shrink:0;padding:4px 10px;border-radius:999px;border:1px solid hsla(0,0%,100%,.3);font-size:12px;gap:6px;margin:0;scroll-snap-align:center}.toc-item .toc-label{color:var(--text-primary)}.toc-item+.toc-item{margin-top:0}.toc-dot,.toc-time{display:none}.toc-item.active{background:var(--accent-light);border-color:var(--accent)}.toc-item.active .toc-label{color:var(--accent);font-weight:600}.transcript-panel{display:contents;border-right:none}.transcript-body{grid-area:transcript;overflow-y:auto;min-height:0;padding:28px 32px}.controls{grid-area:controls;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;height:auto;padding:12px 20px 14px;gap:0;background:var(--bg-card);border-top:1px solid var(--border);flex-shrink:0}.progress-wrap{order:-1;flex:0 0 100%;width:100%;margin-bottom:10px;gap:8px}.progress-time{font-size:11px;min-width:34px;color:var(--text-secondary)}.progress-track{height:4px;background:var(--neutral-300)}.progress-fill,.progress-track{border-radius:2px}.ctrl-btn[title="Next section"],.ctrl-btn[title="Previous section"]{display:none}.ctrl-btn{width:40px;height:40px;margin:0 10px;color:var(--text-primary)}.ctrl-btn svg{width:18px;height:18px}.ctrl-btn.play{width:48px;height:48px;margin:0 16px}.ctrl-btn.play svg{width:22px;height:22px}.controls:after{content:"";flex:0 0 100%;order:0}.speed-btn{margin-right:auto;font-size:12px;padding:4px 10px}.ctrl-btn[title=Volume],.speed-btn{order:1;margin-top:8px;color:var(--text-primary)}.ctrl-btn[title=Volume]{margin-left:auto;width:32px;height:32px}.research-frame{grid-template-columns:1fr;height:auto}.search-sidebar{display:none}}@media (max-width:768px){.text-display{font-size:clamp(22px,7vw,36px)}.text-h2{font-size:clamp(20px,5vw,28px)}.features-grid,.waitlist-inner{grid-template-columns:1fr}.waitlist-inner{gap:40px;text-align:center}.waitlist-copy .text-body,.waitlist-form{max-width:none}.hero{padding:80px 20px 64px}.hero-subtitle{font-size:16px}.hero-ctas{flex-direction:column;align-items:center}.app-header{padding:0 16px}.nav-pills{display:none}.section-header{padding:64px 20px 32px}.player-section{padding:0 20px 64px}.research-section{padding:0 20px 32px}.features{padding:0 20px 64px}.mission,.waitlist{padding:64px 20px}.transcript-body{padding:20px 16px}.paper-header{padding:16px 16px 12px}.paper-title{font-size:18px}.paper-tabs{padding:0 16px}.qa-body{padding:16px}.qa-input{padding:0 16px}.queue-item.active{padding:8px 16px}.queue-item.active+.queue-item{padding:5px 16px}.controls{padding:10px 16px 12px}}@media (max-width:480px){.text-display{font-size:22px}.text-h2{font-size:20px}.text-body-lg{font-size:15px}.hero-ctas .btn{width:100%}.hero-inner{max-width:100%}.hero-subtitle{max-width:100%;font-size:14px}.waitlist-form{flex-direction:column;gap:14px}.waitlist-form .input{padding:0 20px;border:2px solid #fff;background:hsla(0,0%,100%,.08)}.waitlist-form .btn,.waitlist-form .input{width:100%;height:56px!important;font-size:16px;border-radius:var(--radius-md)}.paper-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.footer-inner{flex-direction:column;gap:8px;text-align:center}}