@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@500;600&display=swap";:root{--bg:#fafafa;--surface:#fff;--surface-2:#f2f2f0;--border:#e5e5e9;--text:#15161a;--text-dim:#65667a;--text-faint:#a0a1ac;--accent:#333f9e;--accent-dark:#242e7d;--accent-soft:#edeffb;--live:#ff5a36;--live-soft:#ffece5;--success:#1e9e5a;--danger:#e53935;--danger-soft:#ffece5;--radius-lg:18px;--radius-md:12px;--radius-sm:8px;--font-display:"Space Grotesk", sans-serif;--font-body:"Inter", sans-serif;--font-mono:"JetBrains Mono", monospace}*{box-sizing:border-box}body{font-family:var(--font-body);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;padding:0;line-height:1.5}.pulse-root{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5}.pulse-root h1,.pulse-root h2,.pulse-root h3,.pulse-root h4{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text);margin:0}.pulse-root p{margin:0}.pulse-root button{font-family:var(--font-body);cursor:pointer}.pulse-root a{color:inherit;text-decoration:none}.mono{font-family:var(--font-mono)}.container{max-width:1160px;margin:0 auto;padding:0 32px}@media (width<=768px){.container{padding:0 24px}}@media (width<=480px){.container{padding:0 18px}}.btn{white-space:nowrap;cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-size:14.5px;font-weight:600;transition:all .18s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-ghost{color:var(--text);border-color:var(--border);background:0 0}.btn-ghost:hover{border-color:var(--text);background:#00000005}.btn-soft{background:var(--accent-soft);color:var(--accent)}.btn-soft:hover{background:#e2e5f8}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#c62828}.btn-sm{padding:8px 14px;font-size:13px}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none!important}.btn-block{width:100%}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.icon-btn{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--text-dim);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.icon-btn:hover{color:var(--text);border-color:var(--text-dim)}.nav{z-index:40;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#fafafac7;position:sticky;top:0}.nav-inner{justify-content:space-between;align-items:center;height:72px;display:flex}.brand,.brand-container{font-family:var(--font-display);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;font-weight:700;text-decoration:none;display:inline-flex}.brand-logo-badge{justify-content:center;align-items:center;transition:transform .2s cubic-bezier(.34,1.56,.64,1);display:flex}.brand-container:hover .brand-logo-badge{transform:scale(1.06)rotate(-2deg)}.brand-title{letter-spacing:-.03em;align-items:baseline;font-size:19.5px;font-weight:800;line-height:1;display:inline-flex}.brand-main{color:var(--text)}.brand-accent{color:var(--accent);background:linear-gradient(135deg,#4338ca 0%,#6366f1 50%,#8b5cf6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-left:1px}.brand-lg .brand-title{font-size:24px}.brand-mark{background:var(--accent);border-radius:8px;flex:none;width:26px;height:26px;position:relative}.brand-mark:after{content:"";background:var(--live);border-radius:50%;width:8px;height:8px;margin:auto;animation:2.2s ease-in-out infinite breathe;position:absolute;inset:0}.nav-links{align-items:center;gap:36px;display:flex}.nav-link{color:var(--text-dim);cursor:pointer;font-size:14.5px;font-weight:500;transition:color .15s}.nav-link:hover{color:var(--text)}.nav-actions{align-items:center;gap:10px;display:flex}.nav-menu-btn{display:none}@media (width<=820px){.nav-links{display:none}.nav-menu-btn{display:inline-flex}}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.35)}}.hero{padding:88px 0 80px}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:56px;display:grid}@media (width<=900px){.hero-grid{grid-template-columns:1fr}}.eyebrow{color:var(--accent);background:var(--accent-soft);border-radius:999px;align-items:center;gap:8px;margin-bottom:22px;padding:7px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero h1{font-size:clamp(38px,5vw,58px);font-weight:700;line-height:1.03}.hero-sub{color:var(--text-dim);max-width:460px;margin-top:22px;font-size:18px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-meta{flex-wrap:wrap;gap:28px;margin-top:40px;display:flex}.hero-meta-item{flex-direction:column;gap:2px;display:flex}.hero-meta-num{font-family:var(--font-mono);font-size:20px;font-weight:600}.hero-meta-label{color:var(--text-faint);font-size:12.5px}.live-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 60px -24px #14142838}.live-card-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.live-badge{color:var(--live);letter-spacing:.03em;align-items:center;gap:7px;font-size:12.5px;font-weight:700;display:flex}.live-dot{background:var(--live);border-radius:50%;width:7px;height:7px;animation:1.6s ease-in-out infinite breathe}.live-card-title{font-family:var(--font-display);font-size:15px;font-weight:600}.live-timer{font-family:var(--font-mono);color:var(--text-dim);font-size:13px}.live-feed{flex-direction:column;gap:12px;min-height:270px;max-height:480px;padding:18px 20px;display:flex;overflow-y:auto}.bubble{background:var(--surface);border:1px solid var(--border);border-radius:14px;width:100%;padding:14px 16px;font-size:14px;transition:all .15s;animation:.3s both rise;box-shadow:0 2px 6px -1px #0000000a}.bubble:hover{border-color:#cbd5e1;box-shadow:0 6px 14px -3px #00000012}.bubble.answered{border-left:4px solid var(--success);opacity:.78;background:#f8fafc}.bubble-top{justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px;display:flex}.bubble-meta{font-family:var(--font-mono);color:var(--text-faint);letter-spacing:.02em;align-items:center;gap:8px;font-size:11px;display:flex}.bubble-avatar{background:var(--accent-soft);width:20px;height:20px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:flex}.bubble-text{color:var(--text);word-break:break-word;font-size:14.5px;font-weight:500;line-height:1.5}.bubble-actions{flex:none;align-items:center;gap:6px;display:flex}.vote-btn{border:1px solid var(--border);background:var(--surface);font-family:var(--font-mono);color:var(--text-dim);cursor:pointer;border-radius:999px;align-items:center;gap:5px;padding:4px 10px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.vote-btn:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:var(--accent-soft)}.vote-btn.voted{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.answer-btn{border:1px solid var(--border);background:var(--surface);width:28px;height:28px;color:var(--text-faint);cursor:pointer;border-radius:50%;flex:none;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.answer-btn:hover{border-color:var(--success);color:var(--success);background:#eaf7ef}.answer-btn.done{background:var(--success);border-color:var(--success);color:#fff}.bubble-tag{color:var(--success);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:4px;margin-left:6px;font-size:10px;font-weight:700;display:inline-flex}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.live-card-foot{border-top:1px solid var(--border);gap:10px;padding:14px 20px;display:flex}.fake-input{border:1px solid var(--border);color:var(--text-faint);background:var(--surface-2);border-radius:999px;flex:1;padding:10px 16px;font-size:13px}.section{border-top:1px solid var(--border);padding:96px 0}.section-head{max-width:560px;margin-bottom:52px}.section-eyebrow{font-family:var(--font-mono);color:var(--accent);letter-spacing:.06em;text-transform:uppercase;margin-bottom:14px;font-size:12.5px;font-weight:600;display:block}.section-head h2{font-size:clamp(28px,3.4vw,38px);font-weight:700}.section-head p{color:var(--text-dim);margin-top:14px;font-size:16px;line-height:1.65}.feature-grid{background:var(--border);border:1px solid var(--border);border-radius:var(--radius-lg);grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}@media (width<=820px){.feature-grid{grid-template-columns:1fr}}.feature{background:var(--surface);padding:34px 30px}.feature-icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent);border-radius:11px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.feature h3{margin-bottom:10px;font-size:17px;font-weight:600}.feature p{color:var(--text-dim);font-size:14.5px;line-height:1.6}.pricing-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}@media (width<=1024px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.pricing-grid{grid-template-columns:1fr}}.price-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:32px 28px;display:flex}.price-card.featured{border-color:var(--accent);position:relative;box-shadow:0 22px 50px -28px #333f9e73}.price-tag{background:var(--accent);color:#fff;letter-spacing:.02em;border-radius:999px;padding:5px 12px;font-size:11.5px;font-weight:700;position:absolute;top:-13px;left:28px}.price-plan{color:var(--text-dim);margin-bottom:14px;font-size:14px;font-weight:600}.price-amount{font-family:var(--font-display);font-size:38px;font-weight:700}.price-amount span{font-family:var(--font-body);color:var(--text-faint);font-size:14px;font-weight:500}.price-list{flex-direction:column;gap:12px;margin:26px 0 30px;padding:0;list-style:none;display:flex}.price-list li{color:var(--text-dim);align-items:flex-start;gap:9px;font-size:14px;display:flex}.price-list li svg{color:var(--accent);flex:none;margin-top:2px}.footer{border-top:1px solid var(--border);padding:52px 0 40px}.footer-top{flex-wrap:wrap;justify-content:space-between;gap:32px;margin-bottom:40px;display:flex}.footer-cols{flex-wrap:wrap;gap:64px;display:flex}.footer-col h4{text-transform:uppercase;letter-spacing:.06em;color:var(--text-faint);font-size:12.5px;font-family:var(--font-body);margin-bottom:14px;font-weight:600}.footer-col a{color:var(--text-dim);cursor:pointer;margin-bottom:10px;font-size:14px;display:block}.footer-col a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-faint);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:13px;display:flex}.auth-wrap{justify-content:center;align-items:center;min-height:100vh;padding:40px 20px;display:flex;position:relative}.auth-back{position:absolute;top:28px;left:32px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:400px;padding:40px 34px;box-shadow:0 30px 70px -36px #14142838}.auth-head{text-align:center;margin-bottom:30px}.auth-head h1{margin-top:16px;font-size:25px}.auth-head p{color:var(--text-dim);margin-top:8px;font-size:14px}.field{margin-bottom:16px}.field label{color:var(--text);margin-bottom:7px;font-size:13px;font-weight:600;display:block}.field input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:11px 14px;font-size:14.5px;transition:border-color .15s}.field input:focus{border-color:var(--accent);outline:none}.field input::placeholder{color:var(--text-faint)}.auth-foot{text-align:center;color:var(--text-dim);margin-top:22px;font-size:13.5px}.auth-foot button,.auth-foot a{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.auth-divider{color:var(--text-faint);align-items:center;gap:12px;margin:22px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.dash-shell{min-height:100vh}.dash-top{border-bottom:1px solid var(--border);background:var(--surface);z-index:30;justify-content:space-between;align-items:center;height:68px;display:flex;position:sticky;top:0}.dash-user{align-items:center;gap:10px;display:flex}.user-pill{border:1px solid var(--border);border-radius:999px;align-items:center;gap:8px;padding:8px 14px 8px 8px;font-size:13.5px;font-weight:500;display:flex}.avatar{background:var(--accent-soft);width:26px;height:26px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;display:flex}.dash-body{padding:44px 0 80px}.dash-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:30px;display:flex}.dash-head h1{font-size:28px}.tabs{border-bottom:1px solid var(--border);gap:6px;margin-bottom:32px;display:flex}.tab{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-right:26px;padding:12px 4px;font-size:14.5px;font-weight:600;transition:all .15s}.tab.active{color:var(--text);border-color:var(--accent)}.new-session-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:28px;padding:28px}.ns-row{flex-wrap:wrap;align-items:flex-end;gap:14px;display:flex}.ns-title-field{flex:1;min-width:220px}.ns-title-field label,.duration-field label{color:var(--text-dim);margin-bottom:8px;font-size:12.5px;font-weight:600;display:block}.ns-title-field input{border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:15px;font-family:var(--font-display);padding:12px 14px;font-weight:600}.ns-title-field input:focus{border-color:var(--accent);outline:none}.duration-pills{gap:8px;display:flex}.duration-pill{border:1px solid var(--border);font-size:13.5px;font-weight:600;font-family:var(--font-mono);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:999px;padding:11px 16px}.duration-pill.active{background:var(--accent);border-color:var(--accent);color:#fff}.link-box{background:var(--surface-2);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:22px;padding:16px 18px;display:flex}.link-box .url{font-family:var(--font-mono);color:var(--accent-dark);font-size:13.5px}.link-box-actions{align-items:center;gap:8px;display:flex}.link-box-left{align-items:center;gap:14px;display:flex}.qr-box{border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;background:#fff;flex:none;justify-content:center;align-items:center;width:52px;height:52px;padding:4px;transition:all .18s;display:flex;position:relative}.qr-box:hover{border-color:var(--accent);transform:scale(1.05);box-shadow:0 4px 12px -2px #333f9e33}.qr-box img{object-fit:contain;width:100%;height:100%;display:block}.qr-fallback{color:var(--text-faint);text-align:center;font-size:9px;line-height:1.3}.schedule-row{border-top:1px dashed var(--border);flex-wrap:wrap;align-items:center;gap:12px;margin-top:16px;padding-top:16px;display:flex}.schedule-label{color:var(--text-dim);font-size:13px;font-weight:600}.time-input{border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-mono);background:var(--surface);color:var(--text);padding:9px 12px;font-size:13px}.time-input:focus{border-color:var(--accent);outline:none}.opens-badge{font-family:var(--font-mono);color:var(--accent);background:var(--accent-soft);border-radius:999px;align-items:center;gap:8px;padding:9px 15px;font-size:13px;font-weight:600;display:flex}.session-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.session-panel-head{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:18px 24px;display:flex}.countdown{font-family:var(--font-mono);color:var(--text-dim);align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.countdown.urgent{color:var(--live)}.empty-feed{text-align:center;color:var(--text-faint);padding:70px 20px}.empty-feed svg{opacity:.6;margin-bottom:14px}.feed-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;padding:14px 24px;display:flex}.feed-search{flex:1;min-width:170px;max-width:240px;position:relative}.feed-search input{border:1px solid var(--border);background:var(--surface-2);width:100%;color:var(--text);border-radius:999px;padding:8px 14px 8px 32px;font-size:13px}.feed-search input:focus{border-color:var(--accent);background:var(--surface);outline:none}.feed-search input::placeholder{color:var(--text-faint)}.feed-search svg{color:var(--text-faint);pointer-events:none;position:absolute;top:50%;left:11px;transform:translateY(-50%)}.chip-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.chip{border:1px solid var(--border);background:var(--surface);color:var(--text-dim);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:7px 13px;font-size:12px;font-weight:600;transition:all .15s;display:inline-flex}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.chip:hover:not(.active){border-color:var(--text-dim)}.chip-divider{background:var(--border);width:1px;height:18px;margin:0 2px}.feed-empty-inline{text-align:center;color:var(--text-faint);padding:40px 20px;font-size:13.5px}.past-list{flex-direction:column;gap:12px;display:flex}.past-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.past-card-left{flex-direction:column;gap:6px;min-width:180px;display:flex}.past-card-title{font-family:var(--font-display);font-size:15.5px;font-weight:600}.past-card-date{color:var(--text-faint);font-size:12.5px}.past-card-stats{gap:22px;display:flex}.stat{flex-direction:column;gap:2px;display:flex}.stat-num{font-family:var(--font-mono);font-size:15px;font-weight:600}.stat-label{color:var(--text-faint);text-transform:uppercase;letter-spacing:.04em;font-size:11px}.past-card-actions{gap:8px;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0f11179e;justify-content:center;align-items:center;padding:20px;animation:.18s ease-out fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:440px;padding:28px 26px;animation:.22s cubic-bezier(.16,1,.3,1) modalScale;position:relative;box-shadow:0 24px 60px -12px #00000040}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-head h3{font-size:19px;font-weight:700}.modal-close-btn{background:var(--surface-2);border:1px solid var(--border);width:32px;height:32px;color:var(--text-dim);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:flex}.modal-close-btn:hover{color:var(--text);background:var(--border)}.qr-modal-body{text-align:center;flex-direction:column;align-items:center;display:flex}.qr-big-box{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;justify-content:center;align-items:center;margin:10px 0 20px;padding:16px;display:flex;box-shadow:0 8px 24px -8px #00000014}.qr-big-box img{object-fit:contain;width:240px;height:240px;display:block}.delete-modal-body{text-align:center;padding:10px 4px}.delete-modal-icon{width:52px;height:52px;color:var(--live);background:#ffece5;border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:inline-flex}.modal-actions{justify-content:flex-end;gap:10px;width:100%;margin-top:22px;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.loading-box{text-align:center;color:var(--text-dim);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:60px 20px;display:flex}.loading-box p{font-size:14px;font-weight:500}.spinner-ring{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.75s cubic-bezier(.4,0,.2,1) infinite spin}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:calc(100vw - 48px);max-width:420px;display:flex;position:fixed;top:24px;right:24px}.toast-item{pointer-events:auto;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);align-items:center;gap:12px;padding:14px 18px;font-size:13.5px;font-weight:500;transition:all .2s;animation:.25s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;box-shadow:0 16px 36px -10px #00000040}.toast-item.toast-success{border-left:4px solid var(--accent)}.toast-item.toast-success .toast-icon{color:var(--accent)}.toast-item.toast-error{border-left:4px solid var(--live)}.toast-item.toast-error .toast-icon{color:var(--live)}.toast-item.toast-info{border-left:4px solid var(--accent)}.toast-item.toast-info .toast-icon{color:var(--accent)}.toast-message{flex:1;line-height:1.45}.toast-close{color:var(--text-faint);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:2px;transition:color .15s;display:flex}.toast-close:hover{color:var(--text)}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(-12px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalScale{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.public-wrap{flex-direction:column;align-items:center;min-height:100vh;padding:56px 20px 40px;display:flex}.public-card{width:100%;max-width:520px}.public-header{text-align:center;margin-bottom:26px}.public-header h1{margin-top:14px;font-size:24px}.public-header p{color:var(--text-dim);margin-top:8px;font-size:14px}.timer-badge{background:var(--surface-2);font-family:var(--font-mono);border-radius:999px;align-items:center;gap:8px;margin-top:16px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.ask-box{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:22px}.ask-textarea{border:1px solid var(--border);border-radius:var(--radius-md);width:100%;font-size:14.5px;font-family:var(--font-body);resize:none;min-height:88px;padding:14px}.ask-textarea:focus{border-color:var(--accent);outline:none}.ask-foot{justify-content:space-between;align-items:center;margin-top:14px;display:flex}.char-count{font-family:var(--font-mono);color:var(--text-faint);font-size:12px}.public-feed-head{justify-content:space-between;align-items:center;margin:34px 0 16px;display:flex}.public-feed-head h3{font-size:15px;font-weight:600}.sent-toast{color:var(--success);border-radius:var(--radius-sm);background:#eaf7ef;align-items:center;gap:8px;margin-bottom:16px;padding:10px 14px;font-size:13.5px;font-weight:600;animation:.3s both rise;display:flex}.google-auth-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;justify-content:center;align-items:center;margin:18px 0;padding:22px 18px;transition:all .22s;display:flex;box-shadow:0 12px 30px -10px #00000026}.google-auth-card:hover{border-color:var(--accent);transform:translateY(-2px);box-shadow:0 16px 40px -12px #6366f12e}.google-auth-badge{color:var(--accent);background:var(--accent-soft);letter-spacing:.02em;border-radius:999px;align-items:center;gap:6px;margin-bottom:16px;padding:4px 12px;font-size:12px;font-weight:600;display:inline-flex}.google-btn-wrapper{justify-content:center;width:100%;max-width:320px;display:flex}.upgrade-modal-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=768px){.dash-top{height:auto;padding:12px 0}.dash-top .container{flex-direction:column;align-items:flex-start;gap:12px}.dash-user{flex-wrap:wrap;justify-content:flex-start;gap:8px;width:100%}.tabs{white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{flex-shrink:0;margin-right:18px;font-size:13.5px}}@media (width<=680px){.dash-body{padding:20px 20px 60px}.dash-head{margin-bottom:20px}.dash-head h1{font-size:22px}.new-session-card{border-radius:var(--radius-md);padding:18px 16px}.ns-row{flex-direction:column;align-items:stretch;gap:14px}.ns-title-field{width:100%;min-width:0}.duration-field{width:100%}.duration-pills{flex-wrap:wrap;width:100%}.duration-pill{text-align:center;flex:1;min-width:50px;padding:9px 10px;font-size:12.5px}.ns-row .btn-primary{justify-content:center;width:100%;margin-top:4px}.link-box{flex-direction:column;align-items:stretch;gap:14px;padding:14px}.link-box-left{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.link-box .url{word-break:break-all;overflow-wrap:anywhere;font-size:12.5px}.link-box-actions{justify-content:space-between;gap:8px;width:100%}.link-box-actions .btn{flex:1;justify-content:center;padding:8px 10px;font-size:12px}.session-panel-head{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.feed-toolbar{flex-direction:column;align-items:stretch;gap:12px;padding:12px 16px}.feed-search{width:100%;max-width:100%}.chip-row{white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%;padding-bottom:4px;overflow-x:auto}.chip-row::-webkit-scrollbar{display:none}.chip{flex-shrink:0}.past-card{flex-direction:column;align-items:flex-start;gap:14px;padding:16px}.past-card-stats{border-top:1px dashed var(--border);justify-content:space-between;width:100%;padding-top:10px}.past-card-actions{width:100%}.past-card-actions .btn{justify-content:center;width:100%}.upgrade-modal-grid{grid-template-columns:1fr;max-height:60vh;padding-right:4px;overflow-y:auto}}@media (width<=480px){.dash-body{padding:16px 16px 60px}.user-pill{padding:6px 10px 6px 6px;font-size:12px}.bubble{padding:12px 14px}.bubble-top{flex-wrap:wrap;gap:8px}.modal-content{max-height:88vh;padding:20px 16px;overflow-y:auto}.qr-big-box img{width:170px;height:170px}}
