@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";
*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark:#0d1117;--bg-card:#161b22;--accent:#f97316;--accent-glow:#f9731666;--text-primary:#f0f6fc;--text-muted:#8b949e;--success:#3fb950;--error:#f85149}html,body,#root{height:100%}body{background:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain;font-family:Outfit,sans-serif;line-height:1.6}@supports (padding:env(safe-area-inset-top)){body:not(.native-webview){padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}.route-guard-loading{background:var(--bg-dark,#0d1117);justify-content:center;align-items:center;min-height:100vh;display:flex}.route-guard-loading .loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.app-layout{background:var(--bg-primary,#0d1117);flex-direction:column;min-height:100dvh;display:flex}.app-content{flex-direction:column;flex:1;min-width:0;display:flex}@media (min-width:1024px){.app-layout{flex-direction:row}.app-content{flex:1}}.auth-page{background:var(--bg-dark,#0d1117);min-height:100dvh;color:var(--text-primary,#f0f6fc);justify-content:center;align-items:center;padding:2rem 1.5rem;display:flex}.auth-panel{width:100%;max-width:360px}.auth-logo{color:#22c55e;text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.auth-tagline{text-align:center;color:var(--text-muted,#8b949e);margin:0 0 2rem;font-size:.9375rem}.auth-form-container{--colors-brand:#22c55e;width:100%}[data-supabase-auth-ui]{gap:.875rem!important}[data-supabase-auth-ui] button{border-radius:10px!important;font-family:Outfit,sans-serif!important}.auth-button{height:48px;transition:opacity .15s,transform .15s;color:#0c0f14!important;box-shadow:none!important;background:#22c55e!important;border-radius:10px!important;font-weight:700!important}.auth-button:hover{opacity:.9;transform:translateY(-1px);background:#22c55e!important}.auth-button:active{transform:translateY(0)}.auth-input{height:48px;line-height:1.2;color:#f0f6fc!important;background:#ffffff08!important;border:1px solid #ffffff1a!important;border-radius:10px!important;font-size:16px!important}.auth-input:focus{box-shadow:none!important;border-color:#ffffff40!important}[data-supabase-auth-ui] label{color:var(--text-muted,#8b949e)!important;font-size:.875rem!important}[data-supabase-auth-ui] a{color:#22c55e!important;font-weight:600!important}@media (max-width:960px){.auth-page{padding:2rem 1.25rem}.auth-hero{text-align:center;align-items:center}.auth-panel{width:100%;max-width:100%;margin-top:1rem}}.bottom-nav{background:var(--bg-secondary,#161b22);height:72px;padding-bottom:env(safe-area-inset-bottom,0);z-index:1000;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-item{height:100%;color:var(--text-muted,#8b949e);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;padding:8px 12px;font-size:.6875rem;font-weight:500;transition:all .15s;display:flex;position:relative}.bottom-nav-item:hover{color:var(--text-primary,#f0f6fc)}.bottom-nav-item.active{color:var(--accent-green,#22c55e)}.bottom-nav-item.active svg{transform:scale(1.1)}.bottom-nav-item svg{width:24px;height:24px;transition:transform .15s}.bottom-nav-item span{letter-spacing:.3px}.bottom-nav-item.active:after{content:"";background:var(--accent-green,#22c55e);border-radius:50%;width:4px;height:4px;position:absolute;bottom:8px}.bottom-nav-item:active{background:#ffffff0d}@media (min-width:1024px){.bottom-nav{display:none}}@media (max-width:320px){.bottom-nav-item{padding:8px}.bottom-nav-item span{font-size:.625rem}}.brief-detail{background:var(--bg-dark);flex-direction:column;min-height:100vh;display:flex}.detail-header{background:var(--bg-card);z-index:100;border-bottom:1px solid #ffffff0f;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex;position:sticky;top:0}.back-btn{color:var(--text-muted);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.5rem;align-items:center;gap:.375rem;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;transition:all .15s;display:flex}.back-btn:hover{color:var(--text-primary);background:#ffffff1a}.header-info{flex:1}.header-info h1{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}.header-teams{flex-wrap:wrap;gap:.75rem;margin-top:.375rem;display:flex}.header-team{color:var(--text-muted);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.header-team img{object-fit:contain;width:16px;height:16px}.podcast-hero{background:linear-gradient(135deg,#8b5cf626 0%,#3b82f61a 100%);border-bottom:1px solid #8b5cf633}.podcast-hero-inner{flex-direction:column;gap:1rem;max-width:720px;margin:0 auto;padding:1.5rem;display:flex}.podcast-info{text-align:center}.podcast-label{text-transform:uppercase;letter-spacing:.1em;color:#a78bfa;margin-bottom:.375rem;font-size:.6875rem;font-weight:700;display:inline-block}.podcast-info h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.podcast-hosts{color:var(--text-muted);margin:.25rem 0 0;font-size:.8125rem}.audio-player-container{flex-direction:column;gap:.75rem;width:100%;display:flex}.audio-player-container audio{display:none}.audio-status{border-radius:2rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;display:flex}.audio-status.idle,.audio-status.no-audio{color:var(--text-muted);background:#ffffff0d}.audio-status.loading{color:#60a5fa;background:#3b82f626}.audio-status.ready,.audio-status.paused{color:#4ade80;background:#22c55e26}.audio-status.playing{color:#a78bfa;background:#8b5cf633;animation:2s ease-in-out infinite pulse}.audio-status.error{color:#f87171;background:#ef444426}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.audio-controls{background:#0000004d;border-radius:2rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.play-pause-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;transition:all .2s;display:flex}.play-pause-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 16px #22c55e66}.play-pause-btn:disabled{opacity:.5;cursor:not-allowed}.audio-progress-container{cursor:pointer;background:#ffffff1a;border-radius:4px;flex:1;height:8px;overflow:hidden}.audio-progress-bar{background:linear-gradient(90deg,#22c55e,#3b82f6);border-radius:4px;height:100%;transition:width .1s linear}.audio-time{color:var(--text-muted);white-space:nowrap;text-align:right;min-width:80px;font-size:.75rem;font-weight:600}.regenerate-audio-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:1rem;align-self:center;padding:.5rem 1rem;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.regenerate-audio-btn:hover:not(:disabled){color:var(--text-primary);background:#ffffff0d}.regenerate-audio-btn:disabled{opacity:.5;cursor:not-allowed}.podcast-actions{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.podcast-btn-group{gap:.75rem;display:flex}.podcast-action-btn{color:var(--text-primary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:2rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s}.podcast-action-btn:hover:not(:disabled){background:#ffffff1f}.podcast-action-btn.primary{color:#fff;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none}.podcast-action-btn.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf666}.podcast-action-btn:disabled{opacity:.6;cursor:not-allowed}.detail-tabs{background:var(--bg-card);z-index:99;border-bottom:1px solid #ffffff0f;gap:.25rem;padding:.75rem 1rem;display:flex;position:sticky;top:60px;overflow-x:auto}.tab{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:flex}.tab:hover{color:var(--text-primary);background:#ffffff0d}.tab.active{color:#4ade80;background:#22c55e26}.tab-icon{font-size:1rem}.tab-label{font-weight:600}.detail-content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:1.5rem}.content-brief{background:var(--bg-card);border:1px solid #ffffff14;border-radius:1rem;padding:1.5rem}.brief-text{color:var(--text-secondary);font-size:.9375rem;line-height:1.75}.brief-text p{margin-bottom:.75rem}.brief-text p:empty{margin-bottom:.375rem}.brief-text strong{color:#22c55e;font-weight:600}.content-podcast{background:var(--bg-card);border:1px solid #8b5cf633;border-radius:1rem;overflow:hidden}.transcript-title{color:var(--text-primary);background:linear-gradient(135deg,#8b5cf61a,#0000);border-bottom:1px solid #8b5cf626;margin:0;padding:1rem 1.5rem;font-size:1rem;font-weight:600}.transcript-lines{max-height:60vh;padding:1.5rem;overflow-y:auto}.transcript-line{border-left:3px solid #0000;margin-bottom:1.25rem;padding-left:1rem}.transcript-line:last-child{margin-bottom:0}.transcript-line.mike{border-left-color:#22c55e}.transcript-line.steve{border-left-color:#a78bfa}.host-badge{letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;font-weight:700;display:block}.transcript-line.mike .host-badge{color:#4ade80}.transcript-line.steve .host-badge{color:#a78bfa}.host-text{color:var(--text-primary);margin:0;font-size:.9375rem;line-height:1.6}.content-newsletter{background:var(--bg-card);border:1px solid #3b82f633;border-radius:1rem;overflow:hidden}.newsletter-meta{background:linear-gradient(135deg,#3b82f61a,#0000);border-bottom:1px solid #3b82f626;padding:1rem 1.5rem}.newsletter-subject{color:var(--text-primary);font-size:1rem;font-weight:600}.newsletter-wrapper .newsletter-html{padding:0}.newsletter-wrapper .newsletter-html>div{border-radius:0!important}.content-empty{text-align:center;padding:3rem 2rem}.content-empty .empty-icon{margin-bottom:1rem;font-size:3rem}.content-empty h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.125rem}.content-empty p{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9375rem}.empty-action-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s}.empty-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf666}.empty-action-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width:640px){.detail-header{flex-direction:column;align-items:flex-start;gap:.75rem}.podcast-hero-inner{padding:1.25rem}.detail-content{padding:1rem}.detail-tabs{justify-content:center}}.brief-timeline{flex-direction:column;gap:2rem;display:flex}.timeline-loading{text-align:center;padding:3rem 1rem}.timeline-loading p{color:var(--text-muted);margin-top:1rem}.section-header{margin-bottom:1rem}.section-header h2{color:var(--text-muted);align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:600;display:flex}.section-icon{font-size:1.125rem}.date-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.today-badge{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a)}.date-full{color:var(--text-muted);font-size:.875rem;font-weight:500}.today-section{margin-bottom:1rem}.today-card{background:var(--bg-card);cursor:pointer;border:1px solid #22c55e4d;border-radius:1rem;transition:all .2s;overflow:hidden;box-shadow:0 4px 24px #0003}.today-card:hover{border-color:#22c55e80;transform:translateY(-2px);box-shadow:0 8px 32px #22c55e26}.card-visual{padding:1.5rem}.card-teams{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.team-badge{color:var(--text-primary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.875rem;font-weight:600;display:flex}.team-badge img{object-fit:contain;width:24px;height:24px}.result-pip{border-radius:4px;padding:.125rem .375rem;font-size:.625rem;font-weight:700}.result-pip.win{color:#4ade80;background:#22c55e33}.result-pip.loss{color:#f87171;background:#ef444433}.card-preview{margin-bottom:1.25rem}.card-preview p{color:var(--text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.card-features{flex-wrap:wrap;gap:.5rem;display:flex}.feature-tag{border-radius:1rem;padding:.375rem .75rem;font-size:.75rem;font-weight:600}.feature-tag.podcast{color:#a78bfa;background:#8b5cf626}.feature-tag.newsletter{color:#60a5fa;background:#3b82f626}.feature-tag.social{color:var(--text-muted);background:#ffffff14}.card-action{background:linear-gradient(135deg,#22c55e26,#22c55e14);border-top:1px solid #22c55e33;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.action-text{color:#4ade80;font-size:.9375rem;font-weight:600}.action-arrow{color:#4ade80;font-size:1.25rem;transition:transform .2s}.today-card:hover .action-arrow{transform:translate(4px)}.today-empty{background:var(--bg-card);border:2px dashed #ffffff26;border-radius:1rem;padding:3rem 2rem}.empty-content{text-align:center}.empty-content h3{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem}.empty-content p{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9375rem}.empty-hint{color:var(--text-muted)!important;font-size:.875rem!important}.generate-btn-hero{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.generate-btn-hero:hover{transform:translateY(-2px);box-shadow:0 8px 24px #22c55e66}.btn-icon{font-size:1.125rem}.regenerate-btn{width:100%;color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff1a;border-radius:.5rem;margin-top:.75rem;padding:.75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .15s;display:block}.regenerate-btn:hover{color:var(--text-primary);background:#ffffff0d;border-color:#fff3}.past-section{margin-top:1rem}.past-briefs{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.past-card{background:var(--bg-card);cursor:pointer;border:1px solid #ffffff14;border-radius:.875rem;padding:1.25rem;transition:all .2s}.past-card:hover{background:#ffffff08;border-color:#ffffff26;transform:translateY(-2px)}.past-card-header{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.past-date{color:var(--text-primary);font-size:.9375rem;font-weight:600}.past-features{gap:.375rem;font-size:.875rem;display:flex}.past-teams{gap:.5rem;margin-bottom:.875rem;display:flex}.past-team-logo{object-fit:contain;background:#ffffff0d;border-radius:6px;width:32px;height:32px;padding:4px}.past-excerpt{color:var(--text-muted);margin:0 0 1rem;font-size:.8125rem;line-height:1.5}.past-cta{color:#3b82f6;font-size:.8125rem;font-weight:600}.timeline-empty{text-align:center;padding:2rem}.empty-note{color:var(--text-muted);font-size:.875rem}.timeline-error{text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:.75rem;padding:1.5rem}.timeline-error p{color:#fca5a5;margin:0 0 1rem}.timeline-error button{color:#fca5a5;cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:.5rem;padding:.5rem 1rem}@media (max-width:640px){.past-briefs{grid-template-columns:1fr}.today-empty{padding:2rem 1.5rem}}.content-history{background:linear-gradient(135deg,#22c55e0d 0%,#3b82f60d 100%);border:1px solid #ffffff1a;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.history-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.history-title{color:#f0f6fc;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:600;display:flex}.history-icon{font-size:1.5rem}.refresh-btn{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:.5rem;font-size:1rem;transition:all .2s}.refresh-btn:hover{background:#ffffff1a;transform:rotate(180deg)}.history-tabs{gap:.5rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.history-tab{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;align-items:center;gap:.25rem;min-width:fit-content;padding:.75rem 1.25rem;transition:all .2s;display:flex}.history-tab:hover{background:#ffffff14;border-color:#ffffff26}.history-tab.active{background:#22c55e26;border-color:#22c55e}.tab-date{color:#f0f6fc;font-size:.9rem;font-weight:600}.tab-meta{color:#8b949e;font-size:.75rem}.history-preview{background:#0003;border-radius:12px;padding:1.25rem}.preview-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.preview-info h3{color:#f0f6fc;margin:0 0 .5rem;font-size:1.1rem}.preview-meta{flex-wrap:wrap;gap:1rem;display:flex}.meta-item{color:#8b949e;font-size:.8rem}.view-full-btn{color:#000;cursor:pointer;white-space:nowrap;background:#22c55e;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s}.view-full-btn:hover{background:#16a34a;transform:translateY(-1px)}.preview-teams{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.preview-team{color:#c9d1d9;background:#ffffff0d;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;display:flex}.team-logo-tiny{object-fit:contain;width:18px;height:18px}.preview-excerpt{color:#8b949e;background:#ffffff05;border-left:3px solid #22c55e;border-radius:0 8px 8px 0;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.preview-cards{flex-direction:column;gap:.5rem;display:flex}.preview-card{cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;transition:all .2s;overflow:hidden}.preview-card:hover{border-color:#ffffff26}.preview-card.expanded{border-color:#22c55e}.card-header{align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.card-icon{font-size:1.1rem}.card-title{color:#f0f6fc;flex:1;font-weight:500}.card-toggle{color:#8b949e;font-size:1.25rem;font-weight:300}.card-content{border-top:1px solid #ffffff0d;max-height:400px;padding:0 1rem 1rem;overflow-y:auto}.newsletter-preview{transform-origin:0 0;pointer-events:none;transform:scale(.9)}.podcast-title{color:#22c55e;margin:.75rem 0;font-size:.95rem}.podcast-lines{flex-direction:column;gap:.5rem;display:flex}.podcast-line{gap:.5rem;font-size:.85rem;line-height:1.4;display:flex}.podcast-line.host-mike .host-name{color:#f59e0b}.podcast-line.host-steve .host-name{color:#3b82f6}.host-name{min-width:50px;font-weight:600}.host-text{color:#c9d1d9}.more-lines{color:#8b949e;margin-top:.5rem;font-size:.8rem;font-style:italic}.no-content{color:#8b949e;font-size:.9rem;font-style:italic}.social-note{color:#8b949e;font-size:.85rem}.history-loading{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem;display:flex}.history-loading p{color:#8b949e;font-size:.9rem}.history-error{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}.history-error p{color:#f87171;margin:0}.retry-btn{color:#f87171;cursor:pointer;background:#ef444433;border:1px solid #ef444480;border-radius:8px;padding:.5rem 1rem;transition:all .2s}.retry-btn:hover{background:#ef44444d}.history-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 2rem;display:flex}.history-empty h3{color:#f0f6fc;margin:0 0 .5rem}.history-empty p{color:#8b949e;margin:0;font-size:.9rem}.empty-hint{color:#6b7280!important;margin-top:1rem!important;font-size:.8rem!important}@media (max-width:600px){.content-history{padding:1rem}.history-tabs{gap:.375rem}.history-tab{padding:.6rem 1rem}.preview-header{flex-direction:column}.view-full-btn{width:100%}}.shot-clock{flex-direction:column;align-items:center;margin-bottom:1.5rem;display:flex}.shot-clock-housing{background:linear-gradient(#1a1a1a 0%,#0a0a0a 100%);border:3px solid #333;border-radius:12px;min-width:140px;padding:1rem 1.5rem;box-shadow:0 4px 20px #00000080,inset 0 1px #ffffff0d,0 0 30px #ff32321a}.shot-clock-display{background:#000;border:2px solid #222;border-radius:8px;padding:.5rem 1rem;box-shadow:inset 0 2px 8px #000c}.shot-clock-number{color:#f33;text-shadow:0 0 10px #f33c,0 0 20px #ff333380,0 0 30px #ff33334d;letter-spacing:-2px;text-align:center;font-family:Courier New,monospace;font-size:4rem;font-weight:900;line-height:1;animation:1.5s ease-in-out infinite alternate glow;display:block}@keyframes glow{0%{text-shadow:0 0 10px #f33c,0 0 20px #ff333380,0 0 30px #ff33334d}to{text-shadow:0 0 15px #f33,0 0 30px #ff3333b3,0 0 45px #f336}}.shot-clock-label{text-align:center;letter-spacing:2px;color:#666;text-transform:uppercase;margin-top:.75rem;font-size:.625rem;font-weight:700}.shot-clock-bar{background:#222;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.shot-clock-bar-fill{background:linear-gradient(90deg,#f33 0%,#f66 100%);border-radius:2px;height:100%;transition:width 1s linear;box-shadow:0 0 6px #ff333380}.shot-clock.warning .shot-clock-number{color:#f93;text-shadow:0 0 10px #f93c,0 0 20px #ff993380}.shot-clock.warning .shot-clock-bar-fill{background:linear-gradient(90deg,#f93 0%,#fb6 100%)}.shot-clock.warning .shot-clock-housing{box-shadow:0 4px 20px #00000080,inset 0 1px #ffffff0d,0 0 30px #f933}.shot-clock.critical .shot-clock-number{color:red;animation:.5s ease-in-out infinite blink,.5s ease-in-out infinite glow-critical}.shot-clock.critical .shot-clock-bar-fill{background:red;animation:.5s ease-in-out infinite pulse-bar}.shot-clock.critical .shot-clock-housing{animation:.5s ease-in-out infinite shake;box-shadow:0 4px 20px #00000080,inset 0 1px #ffffff0d,0 0 40px #ff00004d}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}@keyframes glow-critical{0%,to{text-shadow:0 0 15px red,0 0 30px #f00c,0 0 45px #ff000080}50%{text-shadow:0 0 20px red,0 0 40px red,0 0 60px #ff0000b3}}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.6}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-2px)}75%{transform:translate(2px)}}.shot-clock-number:empty:after{content:"0"}.side-nav{display:none}@media (min-width:1024px){.side-nav{background:var(--bg-secondary,#161b22);border-right:1px solid #ffffff14;flex-direction:column;width:264px;height:100dvh;padding:1.25rem 1rem 1rem;display:flex;position:sticky;top:0}}.side-nav-brand{padding:.25rem .25rem 1rem}.side-nav-brand-title{letter-spacing:.2px;background:linear-gradient(135deg,#22c55e 0%,#3b82f6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.side-nav-brand-subtitle{color:var(--text-muted,#8b949e);margin-top:.25rem;font-size:.8125rem}.side-nav-links{flex-direction:column;gap:.25rem;padding:.25rem 0;display:flex}.side-nav-link{color:var(--text-muted,#8b949e);border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem .85rem;font-weight:800;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:flex}.side-nav-link:hover{color:var(--text-primary,#f0f6fc);background:#ffffff0a;border-color:#ffffff14}.side-nav-link:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f638}.side-nav-link.active{color:#bbf7d0;background:#22c55e24;border-color:#22c55e47}.side-nav-link svg{opacity:.9;flex:none}.side-nav-link-label{font-size:.9375rem}.side-nav-footer{border-top:1px solid #ffffff14;justify-content:stretch;margin-top:auto;padding-top:1rem;display:flex}.side-nav-footer .user-menu{width:100%}.user-menu{background:#ffffff08;border:1px solid #ffffff14;border-radius:.9rem;align-items:center;gap:.75rem;padding:.75rem .85rem;display:flex}.user-menu-avatar{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex}.user-menu-info{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.user-menu-email{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:800;overflow:hidden}.user-menu-sign-out{color:var(--text-secondary,#c9d1d9);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:.6rem;flex:none;padding:.45rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:800;transition:background .15s,border-color .15s,color .15s}.user-menu-sign-out:hover{color:#fca5a5;background:#ef44441f;border-color:#ef444459}@media (max-width:640px){.user-menu{padding:.5rem .65rem}}.build-chat{background:var(--bg-primary,#0d1117);height:calc(100dvh - 72px);color:var(--text-primary,#f0f6fc);display:flex}.build-chat-main{flex-direction:column;flex:1;min-width:0;max-width:100%;display:flex}.build-chat-header{border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:1rem 1.5rem}.build-chat-header-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.build-chat-header h1{margin:0;font-size:1.25rem;font-weight:600}.build-chat-header-meta{flex:none;align-items:center;gap:.5rem;display:flex}.build-meta-pill{color:var(--text-muted,#8b949e);white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .6rem;font-size:.75rem;display:inline-flex}.build-meta-pill strong{color:var(--text-primary,#f0f6fc);font-weight:700}.build-chat-subtitle{color:var(--text-muted,#8b949e);margin:.35rem 0 0;font-size:.875rem;line-height:1.35}.build-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;margin:.85rem 0 0;padding:0;list-style:none;display:grid}.build-step{color:var(--text-muted,#8b949e);background:#ffffff0a;border:1px solid #ffffff14;border-radius:.65rem;align-items:center;gap:.6rem;padding:.55rem .65rem;font-size:.8125rem;display:flex}.build-step.active{color:var(--text-primary,#f0f6fc);background:#22c55e14;border-color:#22c55e59}.build-step.done{color:var(--text-primary,#f0f6fc);border-color:#22c55e40}.build-step-badge{width:22px;height:22px;color:var(--text-secondary,#c9d1d9);background:#ffffff14;border:1px solid #ffffff1f;border-radius:999px;flex:none;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:inline-flex}.build-step.active .build-step-badge,.build-step.done .build-step-badge{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}.build-step-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.build-picker{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.picker-section{background:#ffffff08;border:1px solid #ffffff14;border-radius:.85rem;padding:1rem}.picker-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted,#8b949e);margin-bottom:.75rem;font-size:.6875rem;font-weight:700}.picker-leagues{flex-wrap:wrap;gap:.5rem;display:flex}.picker-chip{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.picker-chip:hover{background:#ffffff0f;border-color:#ffffff2e}.picker-chip:active{transform:translateY(1px)}.picker-chip.selected{color:#bbf7d0;background:#22c55e24;border-color:#22c55e59}.picker-check{font-size:.75rem}.picker-search{position:relative}.picker-search-input{width:100%;color:var(--text-primary,#f0f6fc);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:.75rem;outline:none;padding:.85rem 2.25rem .85rem 1rem;font-size:1rem;transition:border-color .15s,box-shadow .15s}.picker-search-input:focus{border-color:#22c55e73;box-shadow:0 0 0 3px #22c55e1f}.picker-search-input::placeholder{color:var(--text-muted,#8b949e)}.picker-spinner{border:2px solid #ffffff1f;border-top-color:#22c55ee6;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin;position:absolute;top:50%;right:.9rem;transform:translateY(-50%)}.picker-error{color:#fca5a5;margin-top:.75rem;font-size:.8125rem}.picker-results{background:#ffffff08;border:1px solid #ffffff1f;border-radius:.75rem;max-height:320px;margin:.75rem 0 0;padding:0;list-style:none;overflow:hidden auto}.picker-result{width:100%;color:var(--text-primary,#f0f6fc);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem .9rem;font-family:inherit;transition:background .15s;display:flex}.picker-result:hover:not(:disabled){background:#ffffff0f}.picker-result:disabled{opacity:.55;cursor:not-allowed}.picker-results li+li{border-top:1px solid #ffffff0f}.picker-result img{object-fit:contain;width:26px;height:26px}.picker-result-name{flex:1;font-weight:600}.picker-result-sport{color:var(--text-muted,#8b949e);text-transform:uppercase;letter-spacing:.04em;background:#ffffff0f;border-radius:.4rem;padding:.25rem .5rem;font-size:.7rem;font-weight:700}.picker-selected{flex-wrap:wrap;gap:.5rem;display:flex}.picker-selected-chip{color:var(--text-primary,#f0f6fc);background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.875rem;display:inline-flex}.picker-selected-chip img{object-fit:contain;width:18px;height:18px}.picker-selected-chip button{color:#fca5a5;cursor:pointer;background:#ef444433;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:1rem;line-height:1;display:inline-flex}.picker-selected-chip button:hover{background:#ef444459}.chat-loading{align-self:flex-start;gap:4px;padding:.75rem 1rem;display:flex}.chat-loading-dot{background:var(--text-muted,#8b949e);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite loading-bounce}.chat-loading-dot:first-child{animation-delay:0s}.chat-loading-dot:nth-child(2){animation-delay:.2s}.chat-loading-dot:nth-child(3){animation-delay:.4s}@keyframes loading-bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.build-chat{height:calc(100vh - 72px - env(safe-area-inset-bottom,0));height:calc(100dvh - 72px - env(safe-area-inset-bottom,0));flex-direction:column}.build-chat-main{flex:1}.build-steps{grid-template-columns:1fr}.topics-sidebar{z-index:100;border-radius:1rem 1rem 0 0;height:auto;max-height:45vh;transition:transform .3s;position:fixed;bottom:72px;left:0;right:0;transform:translateY(calc(100% - 56px))}.topics-sidebar:hover,.topics-sidebar:focus-within{transform:translateY(0)}.build-picker{padding-bottom:70px}}@media (min-width:769px){.build-chat-main{max-width:calc(100% - 320px)}}@media (min-width:1024px){.build-chat{height:100dvh}}.chat-input-form{background:var(--bg-primary,#0d1117);border-top:1px solid #ffffff1a;flex-shrink:0;padding:1rem 1.5rem}.chat-input-container{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1.5rem;align-items:center;gap:.75rem;padding:.5rem;transition:border-color .15s;display:flex}.chat-input-container:focus-within{border-color:var(--accent-green,#22c55e)}.chat-input{color:var(--text-primary,#f0f6fc);background:0 0;border:none;outline:none;flex:1;padding:.5rem .75rem;font-size:1rem}.chat-input::placeholder{color:var(--text-muted,#8b949e)}.chat-input:disabled{opacity:.6}.chat-send-btn{background:var(--accent-green,#22c55e);color:#000;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .15s;display:flex}.chat-send-btn:hover:not(:disabled){background:#2ed573;transform:scale(1.05)}.chat-send-btn:disabled{color:var(--text-muted,#8b949e);cursor:not-allowed;background:#ffffff1a}.chat-send-btn svg{width:18px;height:18px}@media (max-width:768px){.chat-input-form{padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0))}.chat-input{font-size:16px}}html.native-webview body,body.native-webview{padding:0!important}body.native-webview .bottom-nav{padding-bottom:0!important}body.native-webview .app-content{padding-top:env(safe-area-inset-top,0)}body.native-webview .moments-close{top:calc(env(safe-area-inset-top,0) + .5rem);right:calc(env(safe-area-inset-right,0) + .5rem)}@media (max-width:768px){body.native-webview .build-chat{height:calc(100dvh - 64px)!important}body.native-webview .chat-input-form{padding-bottom:.75rem!important}}body.native-webview .feeds-sticky{padding-bottom:.75rem!important}.chat-message{max-width:85%;display:flex}.chat-message.user{align-self:flex-end}.chat-message.user .chat-message-content{background:var(--accent-green,#22c55e);color:#000;border-radius:1rem 1rem .25rem}.chat-message.assistant{align-self:flex-start}.chat-message.assistant .chat-message-content{background:#ffffff14;border-radius:1rem 1rem 1rem .25rem}.chat-message.error .chat-message-content{background:#ef444426;border:1px solid #ef44444d}.chat-message-content{padding:.75rem 1rem}.chat-message-content p{margin:0;font-size:.9375rem;line-height:1.5}.chat-message-topics{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.topic-chip{background:#ffffff1a;border-radius:2rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;display:inline-flex}.topic-chip.added{color:#22c55e;background:#22c55e33}.topic-icon{font-size:.875rem}.chat-suggestions{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.suggestion-chip{color:var(--text-primary,#f0f6fc);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:2rem;padding:.5rem 1rem;font-size:.8125rem;transition:all .15s}.suggestion-chip:hover{border-color:var(--accent-green,#22c55e);color:var(--accent-green,#22c55e);background:#ffffff1a}.topics-sidebar{background:var(--bg-secondary,#161b22);border-left:1px solid #ffffff1a;flex-direction:column;flex-shrink:0;width:320px;display:flex}.sidebar-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:flex-start;padding:1rem 1.25rem;display:flex}.sidebar-title{flex-direction:column;gap:.25rem;display:flex}.sidebar-header h2{margin:0;font-size:1rem;font-weight:600}.sidebar-subtitle{color:var(--text-muted,#8b949e);margin:0;font-size:.75rem;line-height:1.3}.topic-count{background:var(--accent-green,#22c55e);color:#000;border-radius:1rem;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 .5rem;font-size:.75rem;font-weight:600;display:inline-flex}.sidebar-content{flex:1;padding:1rem 1.25rem;overflow-y:auto}.sidebar-empty{text-align:center;color:var(--text-muted,#8b949e);padding:2rem 1rem}.sidebar-empty p{margin:0}.sidebar-hint{font-size:.8125rem;margin-top:.5rem!important}.topic-groups{flex-direction:column;gap:1.5rem;display:flex}.topic-group-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted,#8b949e);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.topic-list{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.topic-item{background:#ffffff08;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.875rem;display:flex}.topic-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.topic-remove{width:24px;height:24px;color:var(--text-muted,#8b949e);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:0;font-size:1.25rem;line-height:1;transition:all .15s}.topic-remove:hover{color:#ef4444;background:#ef444433}.sidebar-footer{border-top:1px solid #ffffff1a;padding:1rem 1.25rem}.sidebar-prefs{margin-bottom:.75rem}.sidebar-prefs summary{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary,#f0f6fc);background:#ffffff0a;border:1px solid #ffffff14;border-radius:.65rem;padding:.75rem .85rem;font-size:.875rem;font-weight:700;list-style:none}.sidebar-prefs summary::-webkit-details-marker{display:none}.prefs-content{background:#ffffff08;border:1px solid #ffffff14;border-radius:.65rem;flex-direction:column;gap:.75rem;margin-top:.5rem;padding:.75rem .85rem;display:flex}.pref-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.pref-row.stacked{flex-direction:column;align-items:stretch}.pref-info{flex-direction:column;gap:.15rem;display:flex}.pref-label{color:var(--text-primary,#f0f6fc);font-size:.875rem;font-weight:700}.pref-desc{color:var(--text-muted,#8b949e);font-size:.75rem;line-height:1.25}.prefs-content input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-green,#22c55e)}.segmented{gap:.4rem;display:flex}.segmented-btn{color:var(--text-muted,#8b949e);text-transform:capitalize;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:.55rem;flex:1;padding:.5rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:800;transition:background .15s,border-color .15s}.segmented-btn:hover{background:#ffffff0f}.segmented-btn.active{color:#bbf7d0;background:#22c55e29;border-color:#22c55e59}.done-btn{background:var(--accent-green,#22c55e);color:#000;cursor:pointer;border:none;border-radius:.5rem;width:100%;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .15s}.done-btn:hover:not(:disabled){background:#2ed573;transform:translateY(-1px)}.done-btn:disabled{color:var(--text-muted,#8b949e);cursor:not-allowed;background:#ffffff1a}.done-hint{color:var(--text-muted,#8b949e);text-align:center;margin:.5rem 0 0;font-size:.75rem}@media (max-width:768px){.topics-sidebar{border-top:1px solid #ffffff1a;border-left:none;width:100%;box-shadow:0 -4px 20px #00000080}.sidebar-header{cursor:pointer}.sidebar-header:after{content:"";background:#ffffff4d;border-radius:2px;width:40px;height:4px;position:absolute;top:8px;left:50%;transform:translate(-50%)}.sidebar-content{max-height:calc(50vh - 120px)}}.build-page{background:var(--bg-primary,#0d1117);min-height:100dvh}.build-page.loading{justify-content:center;align-items:center;display:flex}.build-page .loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.build-page.auth{justify-content:center;align-items:center;padding:2rem;display:flex}.build-error{color:#ef4444;z-index:1000;background:#ef444426;border:1px solid #ef44444d;border-radius:.5rem;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.build-error button{color:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.25rem;line-height:1}.build-saving{z-index:1000;color:var(--text-primary,#f0f6fc);background:#0d1117e6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:fixed;inset:0}.feeds-page{background:var(--bg-primary,#0d1117);min-height:100dvh;color:var(--text-primary,#f0f6fc);padding-bottom:80px}.feeds-page.loading{justify-content:center;align-items:center;display:flex}.feeds-page .loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.feeds-page.auth{justify-content:center;align-items:center;padding:2rem;display:flex}.feeds-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.feeds-header h1{margin:0;font-size:1.5rem;font-weight:700}.feeds-actions{align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.feeds-date{color:var(--text-muted,#8b949e);flex:1;margin:0;font-size:.875rem}.edit-topics-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.5rem;padding:.55rem .75rem;font-weight:600;transition:border-color .2s,background .2s}.edit-topics-btn:hover{background:#ffffff0a;border-color:#ffffff59}.generate-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#22c55e26;border:1px solid #ffffff26;border-radius:.5rem;padding:.55rem .9rem;font-weight:600;transition:background .2s,border-color .2s}.generate-btn:hover{background:#22c55e40;border-color:#22c55e99}.generate-btn:disabled{opacity:.6;cursor:not-allowed}.feeds-content{padding:1.5rem}.feeds-split{display:block}.feeds-detail{display:none}.brief-link-mobile{display:inline}.brief-link-desktop{display:none}.feeds-banner{background:#22c55e14;border:1px solid #22c55e2e;border-radius:.75rem;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.feeds-banner.subtle{background:#ffffff0a;border-color:#ffffff1a}.feeds-banner-text{color:var(--text-secondary,#c9d1d9);font-size:.875rem;line-height:1.35}.feeds-banner-text strong{color:var(--text-primary,#f0f6fc)}.feeds-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444466;border-radius:.65rem;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.9rem 1rem;display:flex}.feeds-error button{color:#fca5a5;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.4rem;padding:.35rem .65rem}.feeds-loading{color:var(--text-muted,#8b949e);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.feeds-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:3rem 1rem;display:flex}.empty-icon{margin-bottom:1rem;font-size:3rem}.feeds-empty h2{margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.feeds-empty p{color:var(--text-muted,#8b949e);margin:0}.feeds-empty-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:.65rem;margin-top:1rem;padding:.75rem 1rem;font-weight:700;transition:background .2s,border-color .2s}.feeds-empty-btn:hover{background:#ffffff14;border-color:#ffffff40}.briefs-list{flex-direction:column;gap:1rem;display:flex}.brief-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.brief-card-header{align-items:center;gap:.5rem;display:flex}.brief-card h2{flex:1;margin:0;font-size:1.05rem;font-weight:700}.brief-tag{color:var(--text-muted,#8b949e);text-transform:capitalize;background:#ffffff0f;border-radius:.4rem;padding:.2rem .5rem;font-size:.75rem}.brief-preview{color:var(--text-muted,#8b949e);white-space:normal;word-break:break-word;margin:0;font-size:.875rem;line-height:1.5}.brief-card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brief-meta{color:var(--text-muted,#8b949e);gap:.75rem;font-size:.8rem;display:flex}.brief-link{color:var(--text-primary,#f0f6fc);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.5rem;align-items:center;padding:.4rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.brief-link:hover{border-color:#fff6}.brief-full{color:var(--text-primary,#f0f6fc);border-top:1px solid #ffffff14;padding:.75rem .5rem .25rem;line-height:1.6}.brief-line{margin:0 0 .4rem}.brief-reader{display:block}.brief-jump{align-items:center;gap:.75rem;margin:0 0 1rem;padding-left:.25rem;display:flex}.brief-jump-label{color:var(--text-muted,#8b949e);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:.72rem;font-weight:800}.brief-jump-chips{-webkit-overflow-scrolling:touch;scrollbar-width:none;align-items:center;gap:.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.brief-jump-chips::-webkit-scrollbar{display:none}.brief-chip{appearance:none;color:var(--text-primary,#f0f6fc);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:999px;flex:none;max-width:220px;padding:.35rem .65rem;font-size:.85rem;font-weight:750;transition:background .15s,border-color .15s;overflow:hidden}.brief-chip:hover{background:#ffffff12;border-color:#fff3}.brief-chip:focus-visible{outline-offset:2px;outline:2px solid #22c55e8c}.brief-content{color:var(--text-secondary,#c9d1d9);font-size:.925rem;line-height:1.75}.brief-heading{letter-spacing:-.01em;color:var(--text-primary,#f0f6fc);margin:1.1rem 0 .55rem;scroll-margin-top:96px;font-weight:850}.brief-heading:first-child{margin-top:0}.brief-heading-major{background:#22c55e1a;border:1px solid #22c55e2e;border-radius:.75rem;padding:.55rem .75rem;font-size:1.05rem}.brief-heading-minor{border-left:2px solid #ffffff24;padding-left:.65rem;font-size:.95rem}.brief-paragraph{color:var(--text-secondary,#c9d1d9);word-break:break-word;margin:0 0 .8rem}.brief-paragraph:last-child{margin-bottom:0}.brief-paragraph-lead{color:var(--text-primary,#f0f6fc);font-size:.975rem}.brief-paragraph-muted{color:var(--text-muted,#8b949e)}.brief-paragraph-social{color:var(--text-muted,#8b949e);background:#ffffff08;border:1px solid #ffffff17;border-radius:.75rem;padding:.55rem .75rem;font-size:.9rem}.brief-divider{background:#ffffff1f;border:none;height:1px;margin:1rem 0}.brief-list-wrapper{margin:.25rem 0 .95rem}.brief-list{margin:0;padding-left:1.25rem}.brief-list-item{color:var(--text-secondary,#c9d1d9);margin:.35rem 0}.brief-list-item::marker{color:#ffffff59}.brief-list-item-text strong{color:var(--text-primary,#f0f6fc)}.brief-list .brief-list{margin-top:.45rem;padding-left:1.1rem}.brief-content a{color:#bbf7d0;text-underline-offset:3px;text-decoration:underline}.brief-content a:hover{color:#dcfce7}.podcast-panel{background:#ffffff08;border:1px solid #ffffff17;border-radius:.85rem;margin:0 0 1rem;padding:.9rem 1rem}.podcast-panel-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.podcast-panel-title h3{color:var(--text-primary,#f0f6fc);margin:0;font-size:1rem;font-weight:850}.podcast-panel-title p{color:var(--text-muted,#8b949e);max-width:52ch;margin:.25rem 0 0;font-size:.85rem;line-height:1.35}.podcast-panel-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.podcast-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff29;border-radius:.65rem;padding:.45rem .75rem;font-size:.85rem;font-weight:800;transition:background .15s,border-color .15s,transform 50ms}.podcast-btn:hover:not(:disabled){background:#ffffff0f;border-color:#ffffff40}.podcast-btn:active:not(:disabled){transform:translateY(1px)}.podcast-btn:disabled{opacity:.6;cursor:not-allowed}.podcast-btn.primary{color:#bbf7d0;background:#22c55e29;border-color:#22c55e59}.podcast-btn.primary:hover:not(:disabled){background:#22c55e3d;border-color:#22c55e8c}.podcast-panel-status{color:var(--text-muted,#8b949e);margin-top:.65rem;font-size:.85rem;line-height:1.4}.podcast-panel-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444459;border-radius:.65rem;margin-top:.65rem;padding:.6rem .75rem;font-size:.85rem;line-height:1.45}.podcast-panel-warning{color:#fde68a;background:#eab3081a;border:1px solid #eab30859;border-radius:.65rem;margin-top:.65rem;padding:.6rem .75rem;font-size:.85rem;line-height:1.45}.podcast-panel-audio{margin-top:.75rem}.podcast-panel-audio audio{width:100%}.podcast-panel-script{border-top:1px solid #ffffff14;margin-top:.75rem;padding-top:.75rem}.podcast-panel-script-header{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.55rem;display:flex}.podcast-panel-script-title{color:var(--text-primary,#f0f6fc);font-size:.9rem;font-weight:850}.podcast-panel-script-subtitle{color:var(--text-muted,#8b949e);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:850}.podcast-panel-lines{flex-direction:column;gap:.7rem;display:flex}.podcast-panel-line{grid-template-columns:78px minmax(0,1fr);gap:.75rem;display:grid}.podcast-panel-host{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;font-size:.72rem;font-weight:850}.podcast-panel-line.host-mike .podcast-panel-host{color:#bbf7d0e6}.podcast-panel-line.host-steve .podcast-panel-host{color:#93c5fde6}.podcast-panel-text{color:var(--text-secondary,#c9d1d9);word-break:break-word;font-size:.88rem;line-height:1.55}.feeds-sticky{padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom,0));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;background:#0d1117b8;border-top:1px solid #ffffff14;display:none;position:fixed;bottom:72px;left:0;right:0}.feeds-sticky-inner{gap:.5rem;max-width:720px;margin:0 auto;display:flex}.feeds-sticky-btns-row{flex:1;gap:.5rem;display:flex}.feeds-sticky-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:.75rem;flex:1;justify-content:center;align-items:center;padding:.75rem 1rem;font-weight:800;transition:background .15s,border-color .15s,transform 50ms;display:inline-flex}.feeds-sticky-btn:hover:not(:disabled){background:#ffffff14;border-color:#fff3}.feeds-sticky-btn:active:not(:disabled){transform:translateY(1px)}.feeds-sticky-btn:disabled{opacity:.6;cursor:not-allowed}.feeds-sticky-btn.primary{color:#bbf7d0;background:#22c55e2e;border-color:#22c55e59}.feeds-sticky-btn.primary:hover:not(:disabled){background:#22c55e3d}.feeds-sticky-btn.secondary{background:#ffffff0d}@media (max-width:768px){.feeds-page{padding-bottom:156px}.feeds-sticky{display:block}.feeds-actions .edit-topics-btn,.feeds-actions .generate-btn,.feeds-actions .moments-trigger-btn{display:none}.feeds-sticky-inner{flex-direction:column;gap:.625rem}.feeds-sticky-inner .moments-trigger-btn{background:#22c55e1f;border-color:#22c55e40;border-radius:.75rem;justify-content:center;width:100%;padding:.875rem 1rem;font-size:.9375rem;font-weight:700}.feeds-sticky .feeds-sticky-btns-row{gap:.5rem;display:flex}.brief-card{gap:.875rem;padding:1.25rem}.brief-card h2{font-size:1.125rem;line-height:1.35}.brief-preview{margin-top:.25rem;font-size:.9375rem;line-height:1.65}.brief-card-footer{flex-direction:column;align-items:flex-start;gap:.875rem;margin-top:.5rem}.brief-meta{width:100%;font-size:.875rem}.brief-link{background:#ffffff0d;justify-content:center;width:100%;padding:.875rem 1.25rem;font-size:.9375rem}}@media (min-width:1024px){.feeds-page{padding-bottom:0}.feeds-header,.feeds-content{max-width:1280px;margin:0 auto;padding-left:2.25rem;padding-right:2.25rem}.feeds-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#0d1117bf;position:sticky;top:0}.feeds-split{grid-template-columns:420px minmax(0,1fr);align-items:start;gap:1.25rem;display:grid}.feeds-list{min-width:0}.feeds-detail{border-radius:.85rem;min-width:0;max-height:calc(100dvh - 120px);display:block;position:sticky;top:96px;overflow:auto}.brief-link-mobile{display:none}.brief-link-desktop{display:inline}.briefs-list{gap:.75rem}.brief-card{cursor:pointer;transition:background .15s,border-color .15s,transform 50ms}.brief-card:hover{background:#ffffff0b;border-color:#ffffff29}.brief-card.active{background:#22c55e0f;border-color:#22c55e59}.brief-full{display:none}.brief-link{background:#ffffff08;border-color:#ffffff1f;font-weight:800}.brief-link:hover{background:#ffffff0d;border-color:#fff3}.feeds-detail-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:.85rem;overflow:hidden}.feeds-detail-header{background:#0000002e;border-bottom:1px solid #ffffff14;padding:1rem 1.25rem}.feeds-detail-title h2{margin:0;font-size:1.125rem;font-weight:800}.feeds-detail-meta{align-items:center;gap:.5rem;margin-top:.35rem;display:flex}.feeds-detail-count{color:var(--text-muted,#8b949e);font-size:.8125rem;font-weight:700}.feeds-detail-body{color:var(--text-primary,#f0f6fc);padding:1rem 1.25rem 1.25rem;line-height:1.7}.feeds-detail-body .brief-jump{z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d1117b8;border-bottom:1px solid #ffffff14;margin:0 0 1rem;padding:.65rem .25rem;position:sticky;top:0}.feeds-detail-body-inner{max-width:72ch}.feeds-detail-body .brief-content{font-size:.95rem}.feeds-detail-empty{background:#ffffff05;border:1px dashed #ffffff1f;border-radius:.85rem;justify-content:center;align-items:center;height:100%;min-height:360px;padding:1rem;display:flex}.feeds-detail-empty-inner{text-align:center;max-width:40ch}.feeds-detail-empty-inner h2{margin:0;font-size:1.125rem;font-weight:800}.feeds-detail-empty-inner p{color:var(--text-muted,#8b949e);margin:.5rem 0 0;font-size:.875rem}}.search-page{background:var(--bg-primary,#0d1117);min-height:100dvh;color:var(--text-primary,#f0f6fc);padding-bottom:80px}.search-page.loading,.search-page.auth{justify-content:center;align-items:center;padding:2rem;display:flex}.search-page .loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.search-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.search-header h1{margin:0;font-size:1.5rem;font-weight:700}.search-subtitle{color:var(--text-muted,#8b949e);margin:.5rem 0 0;font-size:.95rem}.search-form{grid-template-columns:1fr;gap:.75rem;margin-top:1rem;display:grid}.search-input{width:100%;color:var(--text-primary,#f0f6fc);background:#ffffff0a;border:1px solid #ffffff24;border-radius:.75rem;outline:none;padding:.75rem .85rem}.search-input::placeholder{color:#8b949ee6}.search-input:focus{border-color:#22c55e99;box-shadow:0 0 0 3px #22c55e26}.search-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:#3b82f62e;border:1px solid #ffffff26;border-radius:.75rem;padding:.75rem .9rem;font-weight:700;transition:background .2s,border-color .2s}.search-btn:hover{background:#3b82f647;border-color:#3b82f6a6}.search-btn:disabled{opacity:.65;cursor:not-allowed}.search-error{color:#fecaca;background:#ef44441f;border:1px solid #ef444440;border-radius:.75rem;margin-top:.9rem;padding:.75rem .85rem;font-weight:600}.search-content{padding:1.5rem}.search-grid{gap:1rem;display:grid}.search-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:1rem;padding:1rem 1rem .9rem}.search-card-title{color:#f0f6fcf2;margin:0 0 .75rem;font-size:1.05rem;font-weight:800}.search-bullets{color:#c9d1d9eb;gap:.6rem;margin:0;padding:0;line-height:1.6;list-style:none;display:grid}.search-bullets li{border-bottom:1px solid #ffffff0f;grid-template-columns:auto 1fr;align-items:baseline;gap:.5rem;padding:.35rem 0;display:grid}.search-bullets li.no-label{grid-template-columns:1fr}.search-bullets li:last-child{border-bottom:none}.search-bullet-label{color:#e2e8f0f2;white-space:nowrap;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;padding:.1rem .55rem;font-size:.8rem;font-weight:700}.search-bullet-value{color:#c9d1d9eb}.search-text{color:#c9d1d9eb;gap:.5rem;margin-top:.75rem;line-height:1.6;display:grid}.search-text p{margin:0}.search-sources{background:#ffffff05;border:1px solid #ffffff1a;border-radius:1rem;margin-top:1.25rem;padding:1rem}.search-sources-title{margin:0 0 .65rem;font-size:1.05rem;font-weight:800}.search-sources-list{margin:0;padding-left:1.1rem;line-height:1.55}.search-sources-list a{color:#93c5fdf2;text-decoration:none}.search-sources-list a:hover{text-decoration:underline}@media (min-width:1024px){.search-form{grid-template-columns:1fr 1fr auto;align-items:center}.search-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-sources{grid-column:1/-1}}.settings-page{background:var(--bg-primary,#0d1117);min-height:100dvh;color:var(--text-primary,#f0f6fc);padding-bottom:80px}.settings-page.loading{justify-content:center;align-items:center;display:flex}.settings-page .loading-spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-green,#22c55e);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.settings-page.auth{justify-content:center;align-items:center;padding:2rem;display:flex}.settings-header{border-bottom:1px solid #ffffff1a;padding:1.5rem}.settings-header h1{margin:0;font-size:1.5rem;font-weight:700}.settings-content{padding:1.5rem}@media (min-width:1024px){.settings-page{padding-bottom:0}.settings-header,.settings-content{max-width:1120px;margin:0 auto;padding-left:2.25rem;padding-right:2.25rem}.settings-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:20;background:#0d1117bf;position:sticky;top:0}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.settings-section{margin-bottom:0}.settings-section-full{grid-column:1/-1}}.settings-section{margin-bottom:2rem}.section-title{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted,#8b949e);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.settings-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:.75rem;overflow:hidden}.settings-banner{color:#fca5a5;background:#ef44441f;border-bottom:1px solid #ffffff0d;padding:.75rem 1rem;font-size:.875rem}.settings-banner.subtle{color:var(--text-muted,#8b949e);background:#ffffff0a}.user-info{align-items:center;gap:1rem;padding:1rem;display:flex}.user-avatar{background:var(--accent-green,#22c55e);color:#000;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:600;display:flex}.user-details{flex:1;min-width:0}.user-email{overflow-wrap:anywhere;margin:0;font-weight:500}.user-since{color:var(--text-muted,#8b949e);margin:.25rem 0 0;font-size:.8125rem}.sign-out-btn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef44444d;border-radius:.5rem;width:calc(100% - 2rem);margin:0 1rem 1rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s}.sign-out-btn:hover{background:#ef444433}.sign-out-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ef444440}.setting-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1rem;display:flex}.setting-row-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s}.setting-row-toggle:hover{background:#ffffff05}.setting-row-toggle[aria-disabled=true]{cursor:not-allowed}.setting-row-toggle[aria-disabled=true]:hover{background:0 0}.setting-row:last-child{border-bottom:none}.setting-row-stacked{flex-direction:column;align-items:flex-start;gap:.75rem}.setting-info{flex-direction:column;gap:.25rem;display:flex}.setting-label{font-weight:500}.setting-description{color:var(--text-muted,#8b949e);font-size:.8125rem}.toggle{flex-shrink:0;width:48px;height:28px;display:inline-block;position:relative}.toggle input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#ffffff1a;border-radius:28px;transition:all .2s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:22px;height:22px;transition:all .2s;position:absolute;bottom:3px;left:3px}.toggle input:focus-visible+.toggle-slider{box-shadow:0 0 0 3px #3b82f638}.toggle input:disabled+.toggle-slider{opacity:.55;cursor:not-allowed}.toggle input:checked+.toggle-slider{background-color:var(--accent-green,#22c55e)}.toggle input:checked+.toggle-slider:before{transform:translate(20px)}.settings-segmented{gap:.5rem;width:100%;display:flex}.settings-segment{color:var(--text-muted,#8b949e);text-transform:capitalize;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:.65rem;flex:1;padding:.65rem .75rem;font-family:inherit;font-weight:700;transition:background .15s,border-color .15s}.settings-segment:hover:not(:disabled){background:#ffffff0f}.settings-segment:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f638}.settings-segment.active{color:#bbf7d0;background:#22c55e29;border-color:#22c55e59}.settings-segment:disabled{opacity:.6;cursor:not-allowed}.about-row{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:baseline;gap:1rem;padding:1rem;font-size:.875rem;display:flex}.about-row:last-child{border-bottom:none}.about-value{color:var(--text-muted,#8b949e);text-align:right;overflow-wrap:anywhere;max-width:70%}.settings-banner.bottom{border-top:none;border-bottom:none}.moments-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.moments-modal{flex-direction:column;width:100%;max-width:560px;max-height:90vh;animation:.3s ease-out momentsSlideUp;display:flex;position:relative}.moments-modal.empty{background:var(--bg-card,#161b22);border:1px solid #ffffff1a;border-radius:1rem;padding:3rem 2rem}@keyframes momentsSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.moments-close{color:#f0f6fc;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.5rem;transition:background .15s;display:flex;position:absolute;top:-2.5rem;right:0}.moments-close:hover{background:#fff3}.moments-empty{text-align:center}.moments-empty-icon{margin-bottom:1rem;font-size:3rem}.moments-empty h2{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.moments-empty p{color:var(--text-muted,#8b949e);font-size:.9375rem}.moments-progress{gap:4px;margin-bottom:1rem;display:flex}.moments-progress-bar{cursor:pointer;background:#ffffff26;border-radius:2px;flex:1;height:3px;transition:background .2s}.moments-progress-bar.active{background:#22c55e}.moments-progress-bar.done{background:#22c55e80}.moments-card{background:var(--bg-card,#161b22);touch-action:pan-y;border:1px solid #ffffff1a;border-radius:1rem;flex:1;max-height:calc(90vh - 120px);padding:1.5rem;overflow-y:auto}.moments-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.moments-category{align-items:center;gap:.5rem;display:flex}.moments-icon{font-size:1.15rem}.moments-category-text{flex-direction:column;display:flex}.moments-category-name{color:var(--text-primary,#f0f6fc);text-transform:none;letter-spacing:0;font-size:.85rem;font-weight:600}.moments-type{color:var(--text-muted,#8b949e);font-size:.75rem}.moments-date{color:var(--text-muted,#8b949e);background:0 0;border-radius:0;padding:0;font-size:.75rem}.moments-title{color:#f0f6fc;margin-bottom:.75rem;font-size:1.5rem;font-weight:800;line-height:1.25}.moments-summary{color:#c9d1d9;margin-bottom:1rem;font-size:.9375rem;line-height:1.6}.moments-teams{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.moments-team-pill{color:#c9d1d9;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:2rem;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:600;display:inline-flex}.moments-team-icon{font-size:1rem}.moments-expand-btn{color:var(--text-muted,#8b949e);cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-family:inherit;font-size:.875rem;font-weight:600}.moments-expand-btn:hover{color:#f0f6fc}.moments-expanded{border-top:1px solid #ffffff14;margin-top:1rem;padding-top:1rem}.moments-full-text{background:#ffffff08;border:1px solid #ffffff14;border-radius:.75rem;margin-bottom:1rem;padding:1rem}.moments-full-text p{color:#c9d1d9;white-space:pre-wrap;margin:0;font-size:.9375rem;line-height:1.7}.moments-odds{color:#4ade80;letter-spacing:.02em;background:linear-gradient(135deg,#22c55e33 0%,#10b98126 100%);border:1px solid #22c55e66;border-radius:.5rem;margin:.1rem .2rem;padding:.25rem .6rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.95em;font-weight:700;animation:2s ease-in-out infinite alternate odds-glow;display:inline-block;box-shadow:0 0 8px #22c55e33}@keyframes odds-glow{0%{box-shadow:0 0 4px #22c55e33}to{box-shadow:0 0 12px #22c55e59}}.moments-stats{margin-top:1rem}.moments-stats-title{align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;font-weight:700;display:flex}.moments-stats-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;display:grid}.moments-stat{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:.5rem;padding:.75rem}.moments-stat-label{color:var(--text-muted,#8b949e);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;display:block}.moments-stat-value{color:#f0f6fc;font-size:1rem;font-weight:700}.moments-actions{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:1rem;justify-content:space-around;align-items:center;margin-top:1rem;padding:1rem;display:flex}.moments-action-btn{color:#f0f6fc;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:.25rem;font-family:inherit;transition:transform .15s;display:flex}.moments-action-btn:hover{transform:scale(1.05)}.moments-action-btn span{color:var(--text-muted,#8b949e);font-size:.75rem}.moments-action-btn.active span{color:#ef4444}.moments-action-btn.active.bookmark span{color:#eab308}.moments-footer{justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem 0;display:flex}.moments-count{color:var(--text-muted,#8b949e);font-size:.875rem}.moments-nav{gap:.5rem;display:flex}.moments-nav-btn{color:#f0f6fc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .15s;display:flex}.moments-nav-btn:hover{background:#ffffff1a}.moments-nav-btn.next{color:#0c0f14;background:#22c55e;border-color:#22c55e}.moments-nav-btn.next:hover{background:#2ed573;transform:scale(1.05)}.moments-hint{text-align:center;color:var(--text-muted,#8b949e);margin-top:.5rem;font-size:.8125rem}.moments-trigger-btn{color:var(--text-primary,#f0f6fc);cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:.5rem;padding:.55rem .75rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .2s,background .2s;display:inline-flex}.moments-trigger-btn:hover{background:#ffffff0a;border-color:#ffffff59}.moments-trigger-btn:disabled{opacity:.5;cursor:not-allowed}.moments-trigger-btn .moments-trigger-icon{font-size:1rem}@media (max-width:640px){.moments-modal{height:100%;max-height:100vh}.moments-card{max-height:calc(100vh - 140px)}.moments-close{top:.5rem;right:.5rem}.moments-title{font-size:1.25rem}.moments-hint{display:none}}.moments-ai-section{margin-top:1rem}.moments-dive-prompts{flex-direction:column;gap:.5rem;display:flex}.moments-dive-prompts .moments-dive-btn{justify-content:flex-start;padding:.625rem 1rem;font-size:.875rem}.moments-dive-btn{color:#bbf7d0;cursor:pointer;background:linear-gradient(135deg,#22c55e1f,#3b82f61f);border:1px solid #22c55e40;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex}.moments-dive-btn:hover:not(:disabled){background:linear-gradient(135deg,#22c55e33,#3b82f633);border-color:#22c55e66}.moments-dive-btn:disabled{opacity:.7;cursor:wait}.moments-spinner{border:2px solid #fff3;border-top-color:#22c55e;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.moments-ai-content{background:#22c55e14;border:1px solid #22c55e33;border-radius:.75rem;padding:1rem}.moments-ai-title{color:#4ade80;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.875rem;font-weight:700;display:flex}.moments-ai-text{color:#c9d1d9;white-space:pre-wrap;font-size:.9375rem;line-height:1.7}
