:root{--brand-primary-bg: #0B1527;--brand-secondary-bg: #0D192F;--brand-neutral-dark: #1A1A1A;--brand-accent-primary: #D7E1F4;--brand-accent-teal: #9CBCBF;--brand-accent-purple: #6366F1;--brand-light-surface-1: #F7F9FC;--brand-light-surface-2: #EEF2F7;--brand-light-surface-3: #E5EBF2;--brand-light-surface-4: #DCE4ED;--brand-light-border: rgba(13, 25, 47, .12);--brand-light-border-strong: rgba(13, 25, 47, .2);--brand-light-text-primary: #0B1527;--brand-light-text-secondary: #2D3A4D;--brand-light-text-muted: #5A6B7D;--brand-light-text-disabled: #8A98A8;--space-1: .5rem;--space-2: 1rem;--space-3: 1.5rem;--space-4: 2rem;--space-5: 3rem;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-md: 1.0625rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--primary-dark: #0B1527;--secondary-dark: #0D192F;--accent-teal: #9CBCBF;--accent-primary: #D7E1F4;--accent-purple: #6366F1;--light-gray: #D7E1F4;--gradient-teal: linear-gradient(135deg, #9CBCBF 0%, #7BA5A8 100%);--theme-bg-primary: var(--brand-primary-bg);--theme-bg-secondary: var(--brand-secondary-bg);--theme-bg-surface: #101D32;--theme-text-primary: rgba(255, 255, 255, .9);--theme-text-secondary: rgba(255, 255, 255, .68);--theme-text-muted: rgba(255, 255, 255, .45);--theme-border: rgba(255, 255, 255, .06);--theme-border-strong: rgba(255, 255, 255, .12);--theme-accent: var(--brand-accent-teal);--theme-accent-bg: rgba(156, 188, 191, .1);--theme-accent-bg-hover: rgba(156, 188, 191, .15);--theme-input-bg: rgba(255, 255, 255, .03);--theme-input-border: rgba(255, 255, 255, .08);--theme-hover-bg: rgba(255, 255, 255, .04);--theme-shadow: rgba(0, 0, 0, .35);--theme-shadow-elevated: 0 4px 16px rgba(0, 0, 0, .25)}.app-shell[data-theme=light]{--theme-bg-primary: #F8FAFC;--theme-bg-secondary: #F1F5F9;--theme-bg-surface: #EDF2F7;--theme-text-primary: #1E293B;--theme-text-secondary: #475569;--theme-text-muted: #64748B;--theme-border: rgba(30, 41, 59, .1);--theme-border-strong: rgba(30, 41, 59, .18);--theme-accent: #1E3A5F;--theme-accent-hover: #0D192F;--theme-accent-bg: rgba(30, 58, 95, .06);--theme-accent-bg-hover: rgba(30, 58, 95, .1);--theme-accent-subtle: rgba(215, 225, 244, .6);--theme-input-bg: #FFFFFF;--theme-input-border: rgba(15, 23, 42, .12);--theme-hover-bg: #E2E8F0;--theme-shadow: rgba(15, 23, 42, .05);--theme-shadow-elevated: 0 4px 16px rgba(15, 23, 42, .08);--theme-shadow-card: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04)}body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--font-size-base, 1rem);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b1527;color:#fff}#root{width:100%;height:100%;min-height:100vh}@media (max-width: 768px){html,body{overflow-x:hidden!important}#root{min-height:100vh;min-height:100dvh}#root:has(.app-shell){height:100vh;height:100dvh;min-height:auto;max-height:100vh;max-height:100dvh;overflow:hidden}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}body{scroll-behavior:smooth;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.landing-page{width:100%;min-height:100vh;position:relative;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--primary-dark)}.animated-background-new{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--secondary-dark) 25%,var(--secondary-dark) 50%,var(--secondary-dark) 75%,var(--primary-dark) 100%);background-size:400% 400%;animation:gradient-flow 15s ease infinite}@keyframes gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;z-index:1;pointer-events:none;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(156,188,191,.35) 0%,transparent 70%);top:-10%;left:-5%;animation-duration:25s}.orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(215,225,244,.25) 0%,transparent 70%);bottom:-10%;right:-5%;animation-duration:30s;animation-delay:-5s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(156,188,191,.2) 0%,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-duration:20s;animation-delay:-10s}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.grid-overlay{position:absolute;width:100%;height:100%;z-index:1;pointer-events:none;background-image:linear-gradient(rgba(156,188,191,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(156,188,191,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.3}.top-left-branding{position:fixed;top:16px;left:16px;z-index:100}.top-left-branding a{display:inline-block;text-decoration:none;cursor:pointer;transition:transform .3s ease}.top-left-branding a:hover{transform:scale(1.03)}.top-left-branding a:focus-visible{outline:2px solid rgba(215,225,244,.5);outline-offset:4px;border-radius:4px}.wordmark-logo{height:48px;width:auto;display:block}.section-container{width:100%;max-width:800px;margin:0 auto;padding:0 24px}.section-title{font-family:Space Grotesk,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:#d7e1f4;text-align:center;margin-bottom:40px;line-height:1.4;position:relative;z-index:2}.section-title-subtle{color:#d7e1f4d9;font-weight:600}.section-subtitle{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:#d7e1f499;text-align:center;margin-top:12px;margin-bottom:32px;line-height:1.5;position:relative;z-index:2}.hero-section{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px 80px}.hero-content{max-width:700px;text-align:center}.hero-headline{font-family:Space Grotesk,Inter,sans-serif;font-size:2.5rem;font-weight:700;color:#d7e1f4;line-height:1.15;margin-bottom:24px;letter-spacing:-.02em}.hero-subtext{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:400;color:#d7e1f4bf;line-height:1.6;margin-bottom:32px}.hero-bullets{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;text-align:left;max-width:400px;margin:0 auto 40px}.hero-bullet-item{font-family:Inter,sans-serif;font-size:1rem;color:#d7e1f4e6;display:flex;align-items:flex-start;gap:12px;line-height:1.5}.bullet-check{color:var(--accent-teal);font-weight:700;font-size:1rem;flex-shrink:0;margin-top:2px}.cta-buttons{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;margin:0 auto}.cta-buttons-centered{align-items:center}.hero-microcopy{margin-top:1rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f480;text-align:center;letter-spacing:.01em}.pain-section{position:relative;z-index:10;padding:80px 0}.pain-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.pain-item{font-family:Inter,sans-serif;font-size:1.125rem;color:#d7e1f4b3;padding:16px 20px;background:#0d192f80;border-left:3px solid rgba(225,165,100,.5);border-radius:0 8px 8px 0;line-height:1.5}.solution-section{position:relative;z-index:10;padding:80px 0}.steps-grid{display:grid;grid-template-columns:1fr;gap:20px}.step-card{background:#0d192f99;border:1px solid rgba(156,188,191,.15);border-radius:16px;padding:28px 24px;text-align:center;transition:transform .3s ease,border-color .3s ease}.step-card:hover{transform:translateY(-4px);border-color:#9cbcbf59}.step-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--accent-teal);color:var(--primary-dark);font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:700;border-radius:50%;margin-bottom:16px}.step-label{font-family:Space Grotesk,sans-serif;font-size:1.375rem;font-weight:700;color:#d7e1f4;margin-bottom:8px}.step-description{font-family:Inter,sans-serif;font-size:1rem;color:#d7e1f4a6;line-height:1.5}.features-section{position:relative;z-index:10;padding:80px 0}.features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.feature-item{display:flex;align-items:center;gap:16px;font-family:Inter,sans-serif;font-size:1.125rem;color:#d7e1f4e6;padding:20px 24px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:12px;line-height:1.5;transition:background .25s ease,transform .25s ease}.feature-item:hover{background:#9cbcbf1f;transform:translate(4px)}.feature-icon{color:var(--accent-teal);font-size:.75rem;flex-shrink:0}.examples-section{position:relative;z-index:10;padding:112px 0 80px}.examples-section .section-container{position:relative;isolation:isolate}.examples-section .section-title,.examples-section .section-subtitle{position:relative;z-index:5}.examples-section .section-subtitle{margin-bottom:32px}.examples-section .carousel-wrapper,.examples-section .carousel-container{position:relative;z-index:1}.carousel-wrapper{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:500px;margin:0 auto}.examples-section .carousel-wrapper{margin-top:0}.footer-cta-section{position:relative;z-index:10;padding:80px 0;text-align:center}.footer-cta-text{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:600;color:#d7e1f4;margin-bottom:32px}.landing-footer{position:relative;z-index:10;padding:40px 24px;text-align:center;border-top:1px solid rgba(156,188,191,.1)}.landing-footer p{font-family:Inter,sans-serif;font-size:.875rem;color:#64748b}@media (min-width: 768px){.hero-headline{font-size:3.5rem}.hero-subtext{font-size:1.25rem}.hero-bullets{max-width:480px}.hero-bullet-item{font-size:1.0625rem}.cta-buttons{flex-direction:row;justify-content:center;max-width:none}.section-title{font-size:2rem;margin-bottom:44px}.pain-item{font-size:1.1875rem;padding:18px 24px}.steps-grid{grid-template-columns:repeat(3,1fr);gap:24px}.step-card{padding:32px 24px}.feature-item{font-size:1.1875rem;padding:22px 28px}}@media (min-width: 1024px){.section-container{max-width:900px}.hero-headline{font-size:4rem}.hero-subtext{font-size:1.375rem;max-width:600px;margin-left:auto;margin-right:auto}.section-title{font-size:2.25rem;margin-bottom:48px}.pain-section,.solution-section,.features-section,.examples-section,.footer-cta-section{padding:100px 0}.steps-grid{gap:32px}.step-card{padding:40px 28px}.step-label{font-size:1.5rem}.carousel-wrapper{max-width:520px}.examples-section .section-subtitle{margin-bottom:36px}.footer-cta-text{font-size:1.75rem}}@media (max-width: 767px){html,body{overflow-y:auto!important;-webkit-overflow-scrolling:touch}.landing-page{overflow:visible!important}.top-left-branding{position:relative;left:auto;top:auto;width:100%;padding:24px 0 16px;display:flex;justify-content:center;z-index:100}.wordmark-logo{height:56px}.hero-section{min-height:auto;padding:40px 20px 60px}.hero-headline{font-size:2rem;margin-bottom:20px}.hero-subtext{font-size:1rem;margin-bottom:28px}.hero-bullets{margin-bottom:32px;gap:10px}.hero-bullet-item{font-size:.9375rem}.pain-section,.solution-section,.features-section,.examples-section,.footer-cta-section{padding:60px 0}.section-container{padding:0 20px}.section-title{font-size:1.5rem;margin-bottom:32px}.pain-item{font-size:1rem;padding:14px 16px}.step-card{padding:24px 20px}.step-number{width:36px;height:36px;font-size:1.125rem}.step-label{font-size:1.25rem}.step-description{font-size:.9375rem}.feature-item{font-size:1rem;padding:16px 18px;gap:12px}.carousel-wrapper{max-width:100%;padding:0 10px}.footer-cta-text{font-size:1.25rem}.step-card,.feature-item{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}@media (max-width: 480px){.wordmark-logo{height:52px}.hero-section{padding:32px 16px 48px}.hero-headline{font-size:1.75rem;line-height:1.2}.hero-subtext{font-size:.9375rem}.hero-bullet-item{font-size:.875rem}.section-container{padding:0 16px}.section-title{font-size:1.375rem}.pain-item{font-size:.9375rem;padding:12px 14px}.step-card{padding:20px 16px}.feature-item{font-size:.9375rem;padding:14px 16px}.cta-button{padding:12px 24px;font-size:.9375rem}.footer-cta-text{font-size:1.125rem}.examples-section .section-subtitle{margin-bottom:24px}}.panel-container{width:100%;max-width:500px;min-height:650px;position:relative;overflow:visible}.dashboard-card{background:linear-gradient(135deg,#0d192fe6,#0b1527e6);border:1px solid rgba(156,188,191,.2);border-radius:20px;padding:2rem;box-shadow:0 20px 60px #00000080,inset 0 1px #9cbcbf1a}.right-panel-card{display:flex;flex-direction:column;width:100%;max-width:500px;padding-top:150px;box-sizing:border-box}@media (min-width: 1024px){.right-panel-card{min-height:640px;height:auto;padding:1.75rem 2rem}}.panel-header{min-height:72px;flex-shrink:0}.panel-body{flex:1;overflow:visible;display:flex;flex-direction:column}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(156,188,191,.15)}.role-info{flex:1}.carousel-wrapper .dashboard-header{flex-direction:column-reverse;align-items:center;gap:.75rem}.carousel-wrapper .role-info,.carousel-wrapper .role-label{text-align:center}.carousel-wrapper .dashboard-brand-mark{margin-bottom:.25rem;margin-left:0;align-self:center}.carousel-wrapper .weekly-planner-header{flex-direction:column;align-items:center}.carousel-wrapper .planner-info{text-align:center;display:flex;flex-direction:column;align-items:center}.carousel-wrapper .planner-title{text-align:center}.carousel-wrapper .constraint-badge{justify-content:center}.role-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#d7e1f499;text-transform:uppercase;letter-spacing:.1em;margin:0 0 .25rem}.role-title{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#d7e1f4;margin:0;line-height:1.2}.dashboard-brand-mark{height:30px;width:auto;opacity:.9;margin-left:1.25rem;flex-shrink:0}.readiness-section{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:2rem;padding:1.5rem 0}.readiness-label{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#d7e1f4cc;text-transform:uppercase;letter-spacing:.05em}.readiness-circle{position:relative;width:120px;height:120px}.progress-ring{transform:rotate(-90deg)}.progress-ring-bg{stroke:#d7e1f440}.progress-ring-fill{stroke:#9cbcbf;transition:stroke-dashoffset 1s ease;filter:drop-shadow(0 0 6px rgba(156,188,191,.4))}.readiness-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;color:var(--accent-teal)}.skills-section{margin-bottom:1.5rem}.skills-section:last-child{margin-bottom:0}.skills-heading{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#d7e1f4cc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.skills-icon{font-size:1rem;line-height:1;color:#d7e1f4}.skills-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.skill-item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-radius:8px;transition:all .2s ease}.skill-item.strength{background:#9cbcbf1a;border:1px solid rgba(156,188,191,.2);border-left:4px solid rgba(156,188,191,.6)}.skill-item.gap{background:#d7e1f40d;border:1px solid rgba(215,225,244,.15);border-left:4px solid rgba(225,165,100,.5)}.skill-name{font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;color:#d7e1f4;flex:1 1 auto;min-width:0}.skill-meta{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:0 0 auto}.skill-level,.skill-status{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;text-transform:uppercase;letter-spacing:.05em;flex:0 0 auto;white-space:nowrap}.skill-level{background:#9cbcbf33;color:var(--accent-teal)}.skill-status{background:#d7e1f426;color:var(--light-gray)}.signals-section{margin-bottom:1.5rem}.section-heading{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#d7e1f4cc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.section-icon{font-size:1rem;line-height:1;color:#d7e1f4}.signals-list{display:flex;flex-direction:column;gap:.5rem}.signal-item{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;padding:.5rem .75rem;background:#9cbcbf14;border:1px solid rgba(156,188,191,.15);border-radius:6px}.signal-indicator{font-size:.875rem;font-weight:700;width:1.25rem;text-align:center}.indicator-up{color:#9cbcbf}.indicator-down{color:#e8998d}.indicator-stable{color:#d7e1f4}.signal-label{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f4;flex:1}.signal-detail{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#d7e1f499}.decision-trail-section{margin-top:1.5rem}.decision-trail-list{display:flex;flex-direction:column;gap:.625rem}.decision-trail-item{display:flex;gap:.75rem;padding:.625rem .75rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:6px}.trail-week{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;color:#a5b4fc;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.trail-content{flex:1;min-width:0}.trail-decision{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f4;margin-bottom:.25rem}.trail-outcome{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#d7e1f499}@media (max-width: 767px){.panel-container{max-width:100%;min-height:auto}.dashboard-card,.right-panel-card{padding:1.25rem}.role-title{font-size:1.25rem}.readiness-circle{width:100px;height:100px}.readiness-percentage{font-size:1.75rem}.skill-item{padding:.625rem .875rem}.skill-name{font-size:.85rem}.skill-level,.skill-status{font-size:.6875rem;padding:.1875rem .5rem}.skill-meta{gap:.375rem;justify-content:flex-end}}.verified-knowledge{position:relative;display:inline-flex;align-items:center;cursor:pointer;outline:none}.verified-knowledge:focus-visible .verified-chip{outline:2px solid rgba(110,200,160,.6);outline-offset:2px;border-radius:4px}.verified-chip{display:inline-flex;align-items:center;justify-content:center;color:#6ec8a0d9;transition:all .2s ease}.verified-knowledge:hover .verified-chip,.verified-knowledge:focus .verified-chip{color:#6ec8a0;transform:scale(1.1)}.verified-knowledge-sm .verified-chip{padding:2px}.verified-knowledge-md .verified-chip{padding:3px}.verified-popover{position:absolute;left:50%;transform:translate(-50%);z-index:100;min-width:180px;max-width:280px;padding:.625rem .75rem;background:#1e293bfa;border:1px solid rgba(110,200,160,.3);border-radius:8px;box-shadow:0 8px 24px #0006,0 2px 8px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:popover-fade-in .15s ease-out}.verified-popover-top{bottom:calc(100% + 8px)}.verified-popover-bottom{top:calc(100% + 8px)}@keyframes popover-fade-in{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.verified-popover-bottom{animation-name:popover-fade-in-bottom}@keyframes popover-fade-in-bottom{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.verified-popover-content{display:flex;flex-direction:column;gap:.25rem}.verified-popover-label{font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;color:#6ec8a0e6;text-transform:uppercase;letter-spacing:.05em}.verified-popover-title{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#fffffff2;line-height:1.4;word-break:break-word}.verified-popover-link{display:inline-flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#9cbcbff2;text-decoration:none;transition:color .2s ease}.verified-popover-link:hover{color:#6ec8a0}.verified-popover-link .verified-popover-title{color:inherit}.verified-popover:before{content:"";position:absolute;left:50%;transform:translate(-50%);border:6px solid transparent}.verified-popover-top:before{bottom:-12px;border-top-color:#1e293bfa}.verified-popover-bottom:before{top:-12px;border-bottom-color:#1e293bfa}@media (max-width: 480px){.verified-popover{min-width:160px;max-width:220px;padding:.5rem .625rem}.verified-popover-title,.verified-popover-link{font-size:.75rem}}@media (pointer: coarse){.verified-knowledge{min-width:28px;min-height:28px;display:inline-flex;align-items:center;justify-content:center}.verified-chip{padding:6px}}@media (prefers-reduced-motion: reduce){.verified-chip{transition:none}.verified-popover{animation:none}}.vk-chip-container{position:relative;display:inline-flex;align-items:center}.vk-chip{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border:1px solid rgba(110,200,160,.3);border-radius:4px;background:#6ec8a014;color:#6ec8a0e6;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.vk-chip:hover{background:#6ec8a026;border-color:#6ec8a080;color:#6ec8a0}.vk-chip:focus-visible{outline:2px solid rgba(110,200,160,.6);outline-offset:2px}.vk-chip:active{transform:scale(.98)}.vk-chip-label{text-transform:uppercase}.vk-chip-compact .vk-chip{padding:.125rem .375rem;font-size:.625rem;gap:.1875rem}.vk-chip-compact .vk-popover{left:auto;right:0}.vk-chip-compact .vk-popover:before{left:auto;right:16px}.vk-popover{position:absolute;left:0;z-index:100;min-width:240px;max-width:320px;padding:.875rem 1rem;background:#172030fa;border:1px solid rgba(110,200,160,.25);border-radius:10px;box-shadow:0 12px 32px #00000080,0 4px 12px #0000004d,inset 0 1px #ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.vk-popover-bottom{top:calc(100% + 8px);animation:vk-slide-down .15s ease-out}.vk-popover-top{bottom:calc(100% + 8px);animation:vk-slide-up .15s ease-out}@keyframes vk-slide-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes vk-slide-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.vk-popover:before{content:"";position:absolute;left:16px;border:6px solid transparent}.vk-popover-bottom:before{top:-12px;border-bottom-color:#172030fa}.vk-popover-top:before{bottom:-12px;border-top-color:#172030fa}.vk-popover-title{display:flex;align-items:flex-start;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#fffffff2;text-decoration:none;line-height:1.4;margin-bottom:.375rem;transition:color .2s ease}.vk-popover-title:hover{color:#6ec8a0}.vk-popover-title svg{flex-shrink:0;margin-top:.125rem;opacity:.7}.vk-popover-title:hover svg{opacity:1}.vk-title-text{flex:1}.vk-popover-domain{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;color:#9cbcbfb3;margin-bottom:.625rem;letter-spacing:.01em}.vk-popover-citation{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;font-style:italic;color:#fffc;line-height:1.5;margin:0 0 .625rem;padding:.5rem .75rem;border-left:2px solid rgba(110,200,160,.4);background:#6ec8a00d;border-radius:0 4px 4px 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vk-popover-why{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#ffffffb3;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vk-why-label{font-weight:600;color:#9cbcbfe6}@media (max-width: 480px){.vk-popover{min-width:200px;max-width:280px;padding:.75rem .875rem;left:auto;right:0}.vk-popover:before{left:auto;right:16px}.vk-popover-title{font-size:.8125rem}.vk-popover-citation{font-size:.75rem;-webkit-line-clamp:3}.vk-popover-why{font-size:.6875rem;white-space:normal;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical}}@media (pointer: coarse){.vk-chip{min-height:32px;padding:.375rem .625rem}.vk-chip-compact .vk-chip{min-height:28px;padding:.25rem .5rem}}@media (prefers-reduced-motion: reduce){.vk-chip{transition:none}.vk-popover-bottom,.vk-popover-top{animation:none}.vk-popover-title{transition:none}}.trajectory-eval-card{background:linear-gradient(135deg,#0d192fcc,#0b1527cc);border:1px solid rgba(215,225,244,.12);border-radius:12px;padding:1rem;margin-top:1rem}.trajectory-eval-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.875rem;padding-bottom:.75rem;border-bottom:1px solid rgba(215,225,244,.08)}.trajectory-eval-title{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#d7e1f4;margin:0;text-transform:uppercase;letter-spacing:.03em}.trajectory-eval-icon{color:#9cbcbf}.trajectory-eval-badge{display:inline-block;padding:.25rem .5rem;background:#9cbcbf26;border:1px solid rgba(156,188,191,.25);border-radius:4px;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;color:#9cbcbf;text-transform:uppercase;letter-spacing:.05em}.trajectory-eval-badge.pending{background:#d7e1f414;border-color:#d7e1f426;color:#d7e1f480}.trajectory-eval-signal{margin-bottom:1rem}.signal-label{display:inline-block;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#9cbcbf;margin-bottom:.375rem}.signal-explanation{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f4bf;line-height:1.5;margin:0}.trajectory-eval-observations{margin-bottom:1rem}.observations-title{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;color:#d7e1f499;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.observations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.observation-item{display:flex;align-items:flex-start;gap:.5rem}.observation-icon{flex-shrink:0;color:#8ed8b0;margin-top:.125rem}.observation-text{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f4d9;line-height:1.4}.trajectory-eval-anchor{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;background:#9cbcbf14;border:1px solid rgba(156,188,191,.15);border-radius:6px}.anchor-icon{flex-shrink:0;color:#9cbcbf;margin-top:.0625rem}.anchor-text{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#9cbcbf;line-height:1.4}.trajectory-eval-meta{margin-top:.75rem;padding-top:.625rem;border-top:1px solid rgba(215,225,244,.06)}.meta-text{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:400;color:#d7e1f466}.trajectory-eval-pending{border-style:dashed;border-color:#d7e1f41a}.trajectory-eval-pending-content{display:flex;align-items:center;gap:1rem;padding:1rem}.pending-icon{flex-shrink:0;color:#d7e1f44d}.pending-message{display:flex;flex-direction:column;gap:.25rem}.pending-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#d7e1f499}.pending-subtitle{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#d7e1f466}@media (max-width: 480px){.trajectory-eval-card{padding:.875rem}.trajectory-eval-header{flex-wrap:wrap;gap:.5rem}.trajectory-eval-title{font-size:.8125rem}.signal-label{font-size:.9375rem}.signal-explanation,.observation-text,.anchor-text{font-size:.75rem}.trajectory-eval-pending-content{flex-direction:column;text-align:center;padding:.75rem}.pending-message{align-items:center}}.reflection-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.reflection-form-container{background:linear-gradient(135deg,#0d192ffa,#0b1527fa);border:1px solid rgba(215,225,244,.15);border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.reflection-form{padding:1.5rem}.reflection-form-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(215,225,244,.1)}.reflection-form-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#d7e1f4;margin:0}.reflection-form-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#d7e1f414;border:1px solid rgba(215,225,244,.12);border-radius:8px;color:#d7e1f499;cursor:pointer;transition:all .2s ease}.reflection-form-close:hover{background:#d7e1f41f;color:#d7e1f4}.reflection-form-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#f87171}.reflection-form-error svg{flex-shrink:0;margin-top:.125rem}.reflection-section{margin-bottom:1.5rem}.section-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#9cbcbf;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .375rem}.section-description{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f499;margin:0 0 .75rem}.deliverable-item{background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:8px;padding:.75rem}.deliverable-info{margin-bottom:.5rem}.deliverable-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#d7e1f4}.status-buttons{display:flex;gap:.5rem;margin-bottom:.5rem}.status-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.25rem;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;cursor:pointer;transition:all .2s ease}.status-btn.status-completed{background:#22c55e1a;border:1px solid rgba(34,197,94,.3);color:#22c55eb3}.status-btn.status-completed.active,.status-btn.status-completed:hover{background:#22c55e33;border-color:#22c55e;color:#22c55e}.status-btn.status-partial{background:#fbbf241a;border:1px solid rgba(251,191,36,.3);color:#fbbf24b3}.status-btn.status-partial.active,.status-btn.status-partial:hover{background:#fbbf2433;border-color:#fbbf24;color:#fbbf24}.status-btn.status-skipped{background:#9ca3af1a;border:1px solid rgba(156,163,175,.3);color:#9ca3afb3}.status-btn.status-skipped.active,.status-btn.status-skipped:hover{background:#9ca3af33;border-color:#9ca3af;color:#9ca3af}.deliverable-notes{width:100%;padding:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:6px;outline:none;transition:border-color .2s ease}.deliverable-notes:focus{border-color:#9cbcbf80}.deliverable-notes::placeholder{color:#d7e1f466}.reflection-textarea{width:100%;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:8px;resize:vertical;min-height:100px;outline:none;transition:border-color .2s ease}.reflection-textarea:focus{border-color:#9cbcbf80}.reflection-textarea::placeholder{color:#d7e1f466}.list-item-row{display:flex;gap:.5rem;margin-bottom:.5rem}.list-item-input{flex:1;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:6px;outline:none;transition:border-color .2s ease}.list-item-input:focus{border-color:#9cbcbf80}.list-item-input::placeholder{color:#d7e1f466}.remove-item-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:6px;color:#ef444499;cursor:pointer;transition:all .2s ease}.remove-item-btn:hover{background:#ef444433;border-color:#ef444466;color:#f87171}.add-item-btn{padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#9cbcbf;background:transparent;border:1px dashed rgba(156,188,191,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.add-item-btn:hover{background:#9cbcbf1a;border-color:#9cbcbf80}.reflection-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(215,225,244,.1)}.cancel-btn{padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#d7e1f4b3;background:transparent;border:1px solid rgba(215,225,244,.2);border-radius:8px;cursor:pointer;transition:all .2s ease}.cancel-btn:hover:not(:disabled){background:#d7e1f414;border-color:#d7e1f44d}.cancel-btn:disabled{opacity:.5;cursor:not-allowed}.submit-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#0d192f;background:#9cbcbf;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){background:#b4d0d3;transform:translateY(-1px)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.tasks-overview-section{background:#9cbcbf0a;border:1px solid rgba(156,188,191,.12);border-radius:12px;padding:1rem}.tasks-overview-list{display:flex;flex-direction:column;gap:.625rem}.task-overview-item{background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:8px;padding:.75rem}.task-day-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.task-day{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#9cbcbf}.task-date{font-family:Inter,sans-serif;font-size:.75rem;color:#d7e1f480}.task-proof-badge{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;padding:.125rem .5rem;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#22c55e;background:#22c55e1a;border:1px solid rgba(34,197,94,.2);border-radius:4px}.task-details{display:flex;flex-direction:column;gap:.375rem}.task-learn,.task-build{display:flex;gap:.5rem;align-items:flex-start}.task-label{flex-shrink:0;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#d7e1f480;min-width:40px}.task-content{font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f4;line-height:1.4}@media (max-width: 480px){.reflection-form-container{max-height:95vh;border-radius:12px 12px 0 0;position:fixed;bottom:0;left:0;right:0;margin:0}.reflection-form{padding:1rem}.reflection-form-title{font-size:1.125rem}.status-buttons{flex-direction:column}.status-btn{flex:unset;width:100%}.reflection-form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%;justify-content:center}}[data-theme=light] .reflection-form-container{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#1e3a5f26}[data-theme=light] .reflection-form-header{border-bottom-color:#1e3a5f1a}[data-theme=light] .reflection-form-title{color:#1e3a5f}[data-theme=light] .reflection-form-close{background:#1e3a5f14;border-color:#1e3a5f1f;color:#1e3a5f99}[data-theme=light] .reflection-form-close:hover{background:#1e3a5f1f;color:#1e3a5f}[data-theme=light] .section-title{color:#1e3a5f}[data-theme=light] .section-description{color:#1e3a5f99}[data-theme=light] .deliverable-item{background:#1e3a5f0a;border-color:#1e3a5f14}[data-theme=light] .deliverable-title{color:#1e3a5f}[data-theme=light] .deliverable-notes{color:#1e3a5f;background:#1e3a5f0a;border-color:#1e3a5f1a}[data-theme=light] .deliverable-notes::placeholder{color:#1e3a5f66}[data-theme=light] .reflection-textarea{color:#1e3a5f;background:#1e3a5f0a;border-color:#1e3a5f1a}[data-theme=light] .reflection-textarea::placeholder{color:#1e3a5f66}[data-theme=light] .list-item-input{color:#1e3a5f;background:#1e3a5f0a;border-color:#1e3a5f1a}[data-theme=light] .list-item-input::placeholder{color:#1e3a5f66}[data-theme=light] .add-item-btn{color:#1e3a5f;border-color:#1e3a5f4d}[data-theme=light] .add-item-btn:hover{background:#1e3a5f14}[data-theme=light] .cancel-btn{color:#1e3a5fb3;border-color:#1e3a5f33}[data-theme=light] .cancel-btn:hover:not(:disabled){background:#1e3a5f14}[data-theme=light] .reflection-form-actions{border-top-color:#1e3a5f1a}[data-theme=light] .tasks-overview-section{background:#1e3a5f0a;border-color:#1e3a5f1f}[data-theme=light] .task-overview-item{background:#1e3a5f0a;border-color:#1e3a5f14}[data-theme=light] .task-day{color:#1e3a5f}[data-theme=light] .task-date,[data-theme=light] .task-label{color:#1e3a5f80}[data-theme=light] .task-content{color:#1e3a5f}.weekly-planner-dashboard{width:100%;max-width:500px;margin:0 auto;box-sizing:border-box}.weekly-planner-card{background:linear-gradient(135deg,#0d192ff2,#0b1527f2);border:1px solid rgba(215,225,244,.12);border-radius:20px;padding:2rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000080,inset 0 1px #d7e1f40f;max-width:100%;box-sizing:border-box;overflow:visible}.weekly-planner-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(215,225,244,.1)}.planner-header-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.planner-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#d7e1f4;margin:0;letter-spacing:-.02em}.planner-subtitle{display:flex;gap:.375rem;font-family:Inter,sans-serif;font-size:.75rem;line-height:1.3;white-space:nowrap}.planner-subtitle:last-child{margin-bottom:0}.subtitle-label{font-weight:600;color:#d7e1f499;flex-shrink:0}.subtitle-text{font-weight:400;color:#d7e1f4d9;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-row{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.5rem .875rem;margin-bottom:.875rem;background:#9cbcbf0f;border:1px solid rgba(215,225,244,.1);border-radius:8px}.progress-stat{display:flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif;font-size:.75rem;color:#d7e1f4cc;white-space:nowrap}.stat-icon{font-size:.875rem;line-height:1}.stat-text{font-weight:400}.stat-text strong{font-weight:700;color:#d7e1f4}.days-container{display:flex;flex-direction:column;gap:.625rem;max-width:100%;overflow:visible}.day-card{background:#0d192f99;border:1px solid rgba(215,225,244,.1);border-radius:8px;padding:.625rem;transition:all .2s ease;max-width:100%;overflow:visible;box-sizing:border-box}.day-card:hover{background:#0d192fcc;border-color:#9cbcbf40;box-shadow:0 4px 12px #0003}.day-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem;padding-bottom:.375rem;border-bottom:1px solid rgba(215,225,244,.08)}.day-info{display:flex;align-items:baseline;gap:.375rem}.day-name{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;color:#d7e1f4;text-transform:uppercase;letter-spacing:.03em}.day-date{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;color:#d7e1f48c}.day-badge{display:inline-block;padding:.1875rem .5rem;border-radius:4px;font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.badge-post{background:#3b82f633;color:#93c5fd;border:1px solid rgba(59,130,246,.3)}.badge-repo{background:#a855f733;color:#c4b5fd;border:1px solid rgba(168,85,247,.3)}.badge-diagram{background:#ec489933;color:#f9a8d4;border:1px solid rgba(236,72,153,.3)}.badge-demo{background:#6ec8a026;color:#8ed8b0;border:1px solid rgba(110,200,160,.25)}.badge-notes{background:#e1a56426;color:#ddb78f;border:1px solid rgba(225,165,100,.25)}.day-row{margin-bottom:.375rem;max-width:100%;overflow:visible;box-sizing:border-box}.day-row:last-child{margin-bottom:0}.row-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem;min-width:0}.row-label{display:flex;align-items:center;gap:.25rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;color:#d7e1f4b3;text-transform:uppercase;letter-spacing:.05em;margin-bottom:0;flex-shrink:0}.day-row>.row-label{margin-bottom:.25rem}.row-icon{font-size:.75rem;line-height:1}.learn-title{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#9cbcbf;line-height:1.3;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.learn-link{display:flex;align-items:center;gap:.25rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#9cbcbf;text-decoration:none;transition:color .2s ease;line-height:1.3;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.learn-link:hover{color:#cbd5e1}.external-icon{font-size:.6875rem;opacity:.7;flex-shrink:0}.build-output{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#d7e1f4d9;line-height:1.3;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proof-details{display:flex;flex-direction:column;gap:.1875rem;max-width:100%;overflow:hidden}.proof-platform{display:inline-block;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;color:#9cbcbf;padding:.125rem .375rem;background:#9cbcbf26;border-radius:3px;width:fit-content;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proof-artifact{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:400;color:#d7e1f48c;font-style:italic;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.weekly-planner-card{padding:1.25rem;width:100%;max-width:420px;margin:0 auto}.days-container{gap:1rem}.weekly-planner-header{margin-bottom:1.25rem;padding-bottom:1.25rem}.planner-title{font-size:1.25rem}.planner-subtitle{font-size:.75rem}.progress-row{flex-direction:column;align-items:stretch;gap:.75rem;padding:.875rem 1rem}.day-card{padding:.875rem}.dashboard-brand-mark{height:26px;margin-left:1rem}}@media (max-width: 480px){.weekly-planner-card{padding:1.25rem;width:100%!important;max-width:100%!important;margin:0 auto}.days-container{gap:1rem}.weekly-planner-header{gap:.5rem;margin-bottom:1rem;padding-bottom:1rem}.planner-header-top{gap:.75rem}.planner-title{font-size:1.125rem}.planner-subtitle{font-size:.6875rem;white-space:nowrap}.view-toggle-container{width:100%;flex-direction:column;align-items:stretch}.dashboard-brand-mark{height:22px;margin-left:0;align-self:flex-start}.progress-row{padding:.75rem .875rem;gap:.625rem}.progress-stat{font-size:.8125rem}.day-card{padding:.75rem}.day-header{margin-bottom:.75rem;padding-bottom:.625rem}.day-name{font-size:.875rem}.day-date{font-size:.6875rem}.day-badge{padding:.1875rem .5rem;font-size:.625rem}.day-row{margin-bottom:.5rem}.row-header{flex-wrap:wrap;gap:.25rem}.row-label{font-size:.625rem;margin-bottom:0}.day-row>.row-label{margin-bottom:.1875rem}.learn-title,.learn-link,.build-output{font-size:.6875rem}.proof-platform,.proof-artifact{font-size:.625rem}}.constraint-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:#e1a56414;border:1px solid rgba(225,165,100,.2);border-radius:6px;margin-top:.5rem}.constraint-icon{font-size:.75rem;line-height:1;color:#ddb78f}.constraint-text{font-family:Inter,sans-serif;font-size:.6875rem;font-weight:500;color:#ddb78f;letter-spacing:.01em}.constraint-badge.header-constraint{margin-top:.375rem;padding:.25rem .5rem}.weekly-decision-card{padding:1rem;background:linear-gradient(135deg,#9cbcbf1a,#9cbcbf0d);border:2px solid rgba(156,188,191,.25);border-radius:10px;margin-bottom:1rem}.decision-card-title{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#9cbcbf;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .625rem}.decision-icon{font-size:.875rem;line-height:1}.decision-focus{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#d7e1f4;margin-bottom:.375rem}.decision-rationale{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f4bf}.rationale-label{font-weight:600;color:#d7e1f499}.trajectory-section{margin-bottom:1rem}.trajectory-section .section-heading{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#d7e1f4cc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .625rem}.trajectory-section .section-icon{font-size:.875rem;line-height:1}.trajectory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.trajectory-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem .25rem;background:#0d192f80;border:1px solid rgba(215,225,244,.08);border-radius:6px}.trajectory-week{font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;color:#d7e1f499;text-transform:uppercase}.trajectory-proofs{display:flex;gap:.25rem}.proof-dot{width:8px;height:8px;border-radius:50%}.proof-dot.filled{background:#8ed8b0}.proof-dot.empty{background:#d7e1f426}.trajectory-decision{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:400;color:#d7e1f48c;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iteration-section{margin-top:.75rem}.iteration-prompt{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;background:#9cbcbf0f;border:1px dashed rgba(156,188,191,.25);border-radius:6px}.iteration-icon{font-size:.875rem;line-height:1}.iteration-text{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#9cbcbf;font-style:italic}@media (max-width: 480px){.constraint-badge{flex-wrap:wrap}.constraint-text{font-size:.625rem}.weekly-decision-card{padding:.875rem}.decision-focus{font-size:.9375rem}.decision-rationale{font-size:.75rem}.trajectory-grid{grid-template-columns:repeat(2,1fr);gap:.375rem}.trajectory-item{padding:.375rem}.trajectory-decision{display:none}.iteration-prompt{padding:.5rem .625rem}.iteration-text{font-size:.75rem}}.reflection-action-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin:1rem 0;padding:1rem;background:#9cbcbf0f;border:1px dashed rgba(156,188,191,.2);border-radius:12px}.submit-reflection-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#1e3a5f,#2d4a6f);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #1e3a5f4d}.submit-reflection-btn:hover{background:linear-gradient(135deg,#2d4a6f,#3d5a7f);transform:translateY(-2px);box-shadow:0 6px 16px #1e3a5f66}.submit-reflection-btn:active{transform:translateY(0)}.reflection-action-hint{font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;color:#d7e1f480;margin:0;text-align:center}@media (max-width: 480px){.reflection-action-section{padding:.75rem;margin:.75rem 0}.submit-reflection-btn{width:100%;justify-content:center;padding:.625rem 1rem;font-size:.875rem}}.weekly-plan-page{width:100%;max-width:600px;margin:0 auto;padding:1.5rem;box-sizing:border-box}.weekly-plan-page-card{max-width:100%}.weekly-plan-back-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;margin-bottom:1rem;background:var(--brand-accent-teal, #9CBCBF);border:1px solid var(--brand-accent-teal, #9CBCBF);border-radius:8px;color:var(--brand-navy, #0D192F);font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #9cbcbf40}.weekly-plan-back-btn:hover{background:#8aadaf;border-color:#8aadaf;box-shadow:0 4px 12px #9cbcbf59;transform:translateY(-1px)}.weekly-plan-state-badge{padding:.25rem .75rem;border-radius:12px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.weekly-plan-state-badge[data-state=planned]{background:#9cbcbf33;color:#9cbcbf}.weekly-plan-state-badge[data-state=reflection_submitted]{background:#ddb78f33;color:#ddb78f}.weekly-plan-state-badge[data-state=evaluated]{background:#9cbf9c33;color:#9cbf9c}.weekly-plan-role-section{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1rem;background:#0d192f80;border:1px solid rgba(215,225,244,.1);border-radius:8px}.role-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#d7e1f499;text-transform:uppercase;letter-spacing:.03em}.role-value{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#d7e1f4}.weekly-plan-deliverables{margin-bottom:1rem}.weekly-plan-deliverables .section-heading{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#d7e1f4cc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.deliverables-list{display:flex;flex-direction:column;gap:.75rem}.deliverable-card{padding:1rem;background:#0d192f80;border:1px solid rgba(215,225,244,.1);border-radius:10px}.deliverable-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.deliverable-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#9cbcbf33;border-radius:50%;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#9cbcbf;flex-shrink:0}.deliverable-title{flex:1;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:#d7e1f4}.effort-badge{padding:.125rem .5rem;border-radius:4px;font-family:Inter,sans-serif;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.effort-badge.effort-small{background:#9cbf9c33;color:#9cbf9c}.effort-badge.effort-medium{background:#ddb78f33;color:#ddb78f}.effort-badge.effort-large{background:#bf9c9c33;color:#bf9c9c}.deliverable-description{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f4bf;line-height:1.5;margin:0 0 .5rem}.deliverable-skills{display:flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif;font-size:.75rem;color:#9cbcbfcc}.deliverable-skills .skills-list{flex:1}.weekly-plan-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#d7e1f499}.weekly-plan-loading .loading-spinner{animation:spin 1s linear infinite;color:#9cbcbf}.weekly-plan-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;gap:1rem;color:#d7e1f499;text-align:center}.weekly-plan-error svg{color:#ddb78f}.back-to-chat-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#1e3a5f26;border:1px solid rgba(30,58,95,.4);border-radius:8px;color:#d7e1f4;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.back-to-chat-btn:hover{background:#1e3a5f40;border-color:#1e3a5f80}[data-theme=light] .weekly-plan-page{color:#1a1f36}[data-theme=light] .weekly-plan-back-btn{background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);color:#fff;box-shadow:0 2px 8px #1e3a5f40}[data-theme=light] .weekly-plan-back-btn:hover{background:var(--theme-accent-hover, #0D192F);border-color:var(--theme-accent-hover, #0D192F);box-shadow:0 4px 12px #0d192f4d}[data-theme=light] .weekly-plan-error{color:#1a1f3699}[data-theme=light] .weekly-plan-error svg{color:#b8860b}[data-theme=light] .back-to-chat-btn{background:#1a1f3614;border-color:#1a1f3633;color:#1a1f36}[data-theme=light] .back-to-chat-btn:hover{background:#1a1f361f;border-color:#1a1f364d}[data-theme=light] .weekly-plan-role-section,[data-theme=light] .deliverable-card{background:#1a1f3608;border-color:#1a1f361a}[data-theme=light] .role-label{color:#1a1f3699}[data-theme=light] .role-value,[data-theme=light] .deliverable-title{color:#1a1f36}[data-theme=light] .deliverable-description{color:#1a1f36bf}@media (max-width: 640px){.weekly-plan-page{padding:1rem}.deliverable-header{flex-wrap:wrap}.effort-badge{margin-left:auto}}.premium-plan{background:linear-gradient(135deg,#0d192ffa,#0b1527fa)}.week-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.week-title{font-size:1.5rem;font-weight:700;color:#d7e1f4;margin:0}.weekly-decision-card.premium{background:linear-gradient(135deg,#29808026,#29808014);border:1px solid rgba(41,128,128,.3);border-left:4px solid #298080;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.decision-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.decision-label{font-size:.75rem;font-weight:600;color:#298080;letter-spacing:.05em;text-transform:uppercase}.decision-icon{color:#298080}.decision-focus{font-size:1rem;font-weight:600;color:#d7e1f4;margin:0 0 .375rem;line-height:1.4}.decision-rationale{font-size:.75rem;color:#d7e1f4b3;margin:0;display:flex;align-items:flex-start;gap:.375rem;line-height:1.5}.decision-rationale-text{flex:1;min-width:0}.rationale-label{color:#d7e1f480;flex-shrink:0}.rationale-verified{color:#298080;flex-shrink:0}.trajectory-section{margin-bottom:1.5rem}.trajectory-title{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;color:#d7e1f499;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem}.trajectory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.trajectory-week{background:#d7e1f40d;border:1px solid rgba(215,225,244,.1);border-radius:8px;padding:.75rem;text-align:center}.trajectory-week-label{display:block;font-size:.875rem;font-weight:600;color:#d7e1f4;margin-bottom:.5rem}.trajectory-dots{display:flex;justify-content:center;gap:4px;margin-bottom:.5rem}.trajectory-dot{width:8px;height:8px;border-radius:50%;background:#d7e1f433}.trajectory-dot.filled{background:#298080}.trajectory-focus{display:block;font-size:.7rem;color:#d7e1f480;line-height:1.3}.progress-row.premium{display:flex;align-items:center;gap:2rem;padding:1rem;background:#d7e1f40d;border-radius:8px;margin-bottom:1.5rem}.daily-activities-section{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.daily-activity-card{background:#d7e1f408;border:1px solid rgba(215,225,244,.1);border-radius:12px;padding:1.25rem;transition:border-color .2s ease}.daily-activity-card:hover{border-color:#d7e1f433}.daily-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(215,225,244,.08)}.daily-day-info{display:flex;align-items:baseline;gap:.5rem}.daily-day{font-size:1rem;font-weight:700;color:#d7e1f4}.daily-date{font-size:.875rem;color:#d7e1f480}.daily-sections{display:flex;flex-direction:column;gap:1rem}.daily-section{padding-left:.5rem}.section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem}.section-icon{color:#d7e1f480}.section-label{font-size:.75rem;font-weight:600;color:#d7e1f499;letter-spacing:.05em}.section-content{font-size:.875rem;color:#d7e1f4;margin:0;line-height:1.5}.verified-badge{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;color:#298080;background:#29808026;border:1px solid rgba(41,128,128,.3);border-radius:4px;padding:2px 6px;margin-left:auto}.verified-badge svg{width:12px;height:12px}.proof-type-badge{font-size:.7rem;font-weight:600;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.proof-type-post{background:#4a90e226;color:#4a90e2;border:1px solid rgba(74,144,226,.3)}.proof-type-diagram{background:#9c27b026;color:#ba68c8;border:1px solid rgba(156,39,176,.3)}.proof-type-repo{background:#4caf5026;color:#81c784;border:1px solid rgba(76,175,80,.3)}.proof-type-pr{background:#ff980026;color:#ffb74d;border:1px solid rgba(255,152,0,.3)}.proof-type-doc{background:#79554826;color:#a1887f;border:1px solid rgba(121,85,72,.3)}.proof-type-default{background:#d7e1f41a;color:#d7e1f4b3;border:1px solid rgba(215,225,244,.2)}.platform-tag{display:inline-block;font-size:.75rem;font-weight:500;color:#d7e1f4b3;background:#d7e1f41a;border-radius:4px;padding:4px 8px}.iteration-section.premium{background:#2980801a;border:1px solid rgba(41,128,128,.2);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.iteration-section.premium .iteration-icon{color:#298080}.iteration-section.premium .iteration-text{color:#298080;font-style:italic}@media (max-width: 768px){.trajectory-grid{grid-template-columns:repeat(2,1fr)}.progress-row.premium{flex-direction:column;gap:.75rem;align-items:flex-start}.daily-header{flex-wrap:wrap;gap:.5rem}}@media (max-width: 480px){.trajectory-grid{grid-template-columns:1fr 1fr;gap:.5rem}.trajectory-week{padding:.5rem}.trajectory-focus{display:none}}.decision-exclusion{display:flex;align-items:flex-start;gap:.5rem;margin-top:.75rem;padding:.625rem .75rem;background:#ddb78f1a;border:1px solid rgba(221,183,143,.25);border-radius:6px}.exclusion-icon{color:#ddb78f;flex-shrink:0;margin-top:1px}.exclusion-text{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#ddb78f;line-height:1.4;font-style:italic}.proof-section{position:relative;min-height:2.5rem}.proof-content{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;min-height:2rem}.add-proof-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:linear-gradient(135deg,#9cbcbf26,#d7e1f41a);border:1px solid rgba(156,188,191,.4);border-radius:8px;color:#9cbcbf;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.02em}.add-proof-btn:hover{background:linear-gradient(135deg,#9cbcbf40,#d7e1f433);border-color:#9cbcbf99;color:#d7e1f4;box-shadow:0 2px 8px #9cbcbf26}.add-proof-btn:active{background:linear-gradient(135deg,#9cbcbf4d,#d7e1f440)}.proof-link.verified{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#9cbf9c26;border:1px solid rgba(156,191,156,.3);border-radius:4px;color:#9cbf9c;font-family:Inter,sans-serif;font-size:.625rem;font-weight:500;text-decoration:none;transition:all .2s ease}.proof-link.verified:hover{background:#9cbf9c40;border-color:#9cbf9c80}.proof-input-container{display:flex;flex-direction:column;gap:.625rem;width:100%;margin-top:.5rem;padding:.875rem;background:#9cbcbf0f;border:1px solid rgba(215,225,244,.12);border-radius:8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.proof-url-input{width:100%;min-height:2.5rem;padding:.625rem .75rem;background:#0b152799;border:1px solid rgba(215,225,244,.15);border-radius:8px;color:#d7e1f4;font-family:Inter,sans-serif;font-size:.875rem;outline:none;transition:all .2s ease;box-sizing:border-box}.proof-url-input:focus{border-color:#d7e1f466;background:#0b1527cc;box-shadow:0 0 0 3px #d7e1f41a}.proof-url-input::placeholder{color:#9cbcbf80}.proof-url-input:disabled{opacity:.6;cursor:not-allowed}.proof-input-actions{display:flex;gap:.5rem;margin-top:.25rem}.proof-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem 1rem;background:linear-gradient(135deg,#9cbcbfe6,#d7e1f4e6);border:none;border-radius:8px;color:#0b1527;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px}.proof-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#d7e1f4,#9cbcbf);box-shadow:0 2px 12px #d7e1f440}.proof-submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.proof-cancel-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:transparent;border:1px solid rgba(215,225,244,.15);border-radius:8px;color:#d7e1f499;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;font-size:.8125rem}.proof-cancel-btn:hover:not(:disabled){border-color:#d7e1f466;color:#d7e1f4cc}.proof-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.proof-error{display:flex;align-items:center;gap:.25rem;font-family:Inter,sans-serif;font-size:.625rem;color:#e57373}[data-theme=light] .add-proof-btn{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);border:none;color:#fff}[data-theme=light] .add-proof-btn:hover{background:linear-gradient(135deg,#2d4a6f,#3d5a7f);box-shadow:0 2px 8px #1e3a5f40;color:#fff}[data-theme=light] .add-proof-btn:active{background:linear-gradient(135deg,#1e3a5f,#2d4a6f)}[data-theme=light] .proof-link.verified{background:#4caf501a;border-color:#4caf5040;color:#388e3c}[data-theme=light] .proof-input-container{background:#1e3a5f0a;border-color:#1e3a5f26}[data-theme=light] .proof-url-input{background:#fff;border-color:#1e3a5f33;color:#1e293b}[data-theme=light] .proof-url-input:focus{border-color:#1e3a5f80;box-shadow:0 0 0 3px #1e3a5f1a}[data-theme=light] .proof-url-input::placeholder{color:#1e3a5f66}[data-theme=light] .proof-submit-btn{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#fff}[data-theme=light] .proof-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#2d4a6f,#3d5a7f);box-shadow:0 2px 8px #1e3a5f33}[data-theme=light] .proof-cancel-btn{border-color:#1e3a5f33;color:#1e3a5f99}[data-theme=light] .proof-cancel-btn:hover:not(:disabled){border-color:#1e3a5f66;color:#1e3a5fcc}[data-theme=light] .decision-exclusion{background:#ff98001a;border-color:#ff980040}[data-theme=light] .exclusion-icon,[data-theme=light] .exclusion-text{color:#e65100}[data-theme=light] .weekly-planner-card{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#0d192f1a;box-shadow:0 4px 20px #0d192f14,inset 0 1px #fffc}[data-theme=light] .premium-plan{background:linear-gradient(135deg,#fff,#f8fafc)}[data-theme=light] .weekly-planner-header{border-bottom-color:#0d192f14}[data-theme=light] .planner-title{color:#0d192f}[data-theme=light] .subtitle-label{color:#0d192f8c}[data-theme=light] .subtitle-text{color:#1a2a42}[data-theme=light] .progress-row{background:#0d192f08;border-color:#0d192f14}[data-theme=light] .progress-row.premium{background:#0d192f08}[data-theme=light] .progress-stat,[data-theme=light] .stat-text{color:#4a5568}[data-theme=light] .stat-text strong{color:#0d192f}[data-theme=light] .day-card{background:#fff;border-color:#0d192f1a}[data-theme=light] .day-card:hover{background:#fff;border-color:#1e3a5f40;box-shadow:0 4px 12px #0d192f14}[data-theme=light] .day-header{border-bottom-color:#0d192f14}[data-theme=light] .day-name{color:#0d192f}[data-theme=light] .day-date{color:#0d192f80}[data-theme=light] .row-label{color:#0d192f99}[data-theme=light] .learn-title,[data-theme=light] .learn-link{color:#1e3a5f}[data-theme=light] .learn-link:hover{color:#0d192f}[data-theme=light] .build-output{color:#1a2a42}[data-theme=light] .proof-platform{background:#1e3a5f14;color:#1e3a5f}[data-theme=light] .proof-artifact{color:#0d192f80}[data-theme=light] .constraint-badge{background:#b4530914;border-color:#b4530933}[data-theme=light] .constraint-icon,[data-theme=light] .constraint-text{color:#b45309}[data-theme=light] .weekly-decision-card{background:linear-gradient(135deg,#1e3a5f0f,#1e3a5f08);border-color:#1e3a5f26}[data-theme=light] .weekly-decision-card.premium{background:linear-gradient(135deg,#1e525214,#1e52520a);border-color:#1e525233;border-left-color:#1e5252}[data-theme=light] .decision-card-title{color:#1e3a5f}[data-theme=light] .decision-label,[data-theme=light] .decision-icon{color:#1e5252}[data-theme=light] .decision-focus{color:#0d192f}[data-theme=light] .decision-rationale{color:#0d192fb3}[data-theme=light] .rationale-label{color:#0d192f80}[data-theme=light] .rationale-verified{color:#1e5252}[data-theme=light] .trajectory-section .section-heading{color:#0d192fb3}[data-theme=light] .trajectory-title{color:#0d192f99}[data-theme=light] .trajectory-item,[data-theme=light] .trajectory-week{background:#0d192f08;border-color:#0d192f14}[data-theme=light] .trajectory-week-label{color:#0d192f}[data-theme=light] .trajectory-dot{background:#0d192f26}[data-theme=light] .trajectory-dot.filled{background:#1e5252}[data-theme=light] .trajectory-focus,[data-theme=light] .trajectory-decision{color:#0d192f80}[data-theme=light] .daily-activity-card{background:#fff;border-color:#0d192f1a}[data-theme=light] .daily-activity-card:hover{border-color:#0d192f2e}[data-theme=light] .daily-header{border-bottom-color:#0d192f14}[data-theme=light] .daily-day-info .daily-day{color:#0d192f}[data-theme=light] .daily-day-info .daily-date{color:#0d192f80}[data-theme=light] .section-icon{color:#0d192f73}[data-theme=light] .section-label{color:#0d192f8c}[data-theme=light] .section-content{color:#1a2a42}[data-theme=light] .verified-badge{background:#1e52521a;border-color:#1e525240;color:#1e5252}[data-theme=light] .platform-tag{background:#0d192f0f;color:#0d192fb3}[data-theme=light] .iteration-section.premium{background:#1e52520f;border-color:#1e525226}[data-theme=light] .iteration-section.premium .iteration-icon,[data-theme=light] .iteration-section.premium .iteration-text{color:#1e5252}[data-theme=light] .iteration-prompt{background:#1e3a5f0a;border-color:#1e3a5f26}[data-theme=light] .iteration-text{color:#1e3a5f}[data-theme=light] .reflection-action-section{background:#1e3a5f0a;border-color:#1e3a5f26}[data-theme=light] .reflection-action-hint{color:#0d192f80}[data-theme=light] .weekly-plan-loading{color:#0d192f99}[data-theme=light] .weekly-plan-loading .loading-spinner{color:#1e3a5f}[data-theme=light] .weekly-plan-state-badge[data-state=planned]{background:#1e52521f;color:#1e5252}[data-theme=light] .weekly-plan-state-badge[data-state=reflection_submitted]{background:#b453091f;color:#b45309}[data-theme=light] .weekly-plan-state-badge[data-state=evaluated]{background:#1665341f;color:#166534}[data-theme=light] .proof-type-post{background:#3b82f61a;color:#2563eb;border-color:#3b82f640}[data-theme=light] .proof-type-diagram{background:#9333ea1a;color:#7c3aed;border-color:#9333ea40}[data-theme=light] .proof-type-repo{background:#16a34a1a;color:#16a34a;border-color:#16a34a40}[data-theme=light] .proof-type-pr{background:#ea580c1a;color:#ea580c;border-color:#ea580c40}[data-theme=light] .proof-type-doc{background:#78350f1a;color:#92400e;border-color:#78350f40}[data-theme=light] .proof-type-default{background:#0d192f0f;color:#0d192fb3;border-color:#0d192f26}[data-theme=light] .effort-badge.effort-small{background:#16a34a1a;color:#16a34a}[data-theme=light] .effort-badge.effort-medium{background:#b453091a;color:#b45309}[data-theme=light] .effort-badge.effort-large{background:#b91c1c1a;color:#b91c1c}[data-theme=light] .badge-post{background:#3b82f61a;color:#2563eb;border-color:#3b82f640}[data-theme=light] .badge-repo{background:#9333ea1a;color:#7c3aed;border-color:#9333ea40}[data-theme=light] .badge-diagram{background:#db27771a;color:#db2777;border-color:#db277740}[data-theme=light] .badge-demo{background:#16a34a1a;color:#16a34a;border-color:#16a34a40}[data-theme=light] .badge-notes{background:#b453091a;color:#b45309;border-color:#b4530940}[data-theme=light] .deliverable-number{background:#1e52521f;color:#1e5252}[data-theme=light] .deliverable-skills{color:#0d192f99}[data-theme=light] .week-title{color:#0d192f}.carousel-container{width:100%;max-width:500px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;outline:none}.dashboard-section-label{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#9cbcbfe6;text-align:center;margin:0;padding:0;letter-spacing:.01em}.carousel-container:focus-visible{outline:2px solid rgba(156,188,191,.6);outline-offset:4px;border-radius:8px}.carousel-viewport{position:relative;width:100%;max-width:500px;min-height:600px;display:flex;align-items:flex-start;justify-content:center;overflow:visible;overflow-anchor:none}.carousel-slide{position:relative;width:100%}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:40px;height:40px;border:none;border-radius:50%;background:#0d192fd9;color:#9cbcbfe6;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-arrow:hover{background:#0d192ff2;color:#d7e1f4;transform:translateY(-50%) scale(1.05)}.carousel-arrow:focus-visible{outline:2px solid rgba(156,188,191,.8);outline-offset:2px}.carousel-arrow:active{transform:translateY(-50%) scale(.95)}.carousel-arrow-prev{left:-20px}.carousel-arrow-next{right:-20px}.carousel-arrow svg{width:20px;height:20px}.carousel-controls{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:12px}.carousel-indicators{display:flex;align-items:center;justify-content:center;gap:8px;flex:0 0 auto}.indicator{width:8px;height:8px;padding:0;border:none;border-radius:50%;background:#9cbcbf4d;transition:all .3s ease;cursor:pointer}.indicator:hover{background:#9cbcbf99;transform:scale(1.2)}.indicator:focus-visible{outline:2px solid rgba(156,188,191,.8);outline-offset:2px}.indicator.active{background:#9cbcbfe6;width:10px;height:10px}.carousel-status{font-size:.75rem;color:#9cbcbf99;font-family:Inter,sans-serif;letter-spacing:.02em;min-height:1em}@media (max-width: 768px){.carousel-container{max-width:420px;gap:1rem}.dashboard-section-label{font-size:.9375rem}.carousel-viewport{max-width:420px;min-height:650px}.carousel-arrow{width:36px;height:36px}.carousel-arrow-prev{left:-18px}.carousel-arrow-next{right:-18px}.carousel-arrow svg{width:18px;height:18px}.carousel-controls{margin-top:10px}.indicator{width:7px;height:7px}.indicator.active{width:9px;height:9px}}@media (max-width: 480px){.carousel-container{max-width:100%;gap:.75rem}.dashboard-section-label{font-size:.875rem}.carousel-viewport{max-width:100%;min-height:700px}.carousel-arrow{width:32px;height:32px}.carousel-arrow-prev{left:4px}.carousel-arrow-next{right:4px}.carousel-arrow svg{width:16px;height:16px}.carousel-controls{margin-top:8px}.indicator{width:6px;height:6px}.indicator.active{width:8px;height:8px}.carousel-status{font-size:.7rem}}@media (prefers-reduced-motion: reduce){.carousel-arrow,.indicator{transition:none}}.ts-btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;white-space:nowrap;box-sizing:border-box}.ts-btn-md{height:48px;padding:0 1.5rem;font-size:.9375rem;border-radius:12px}.ts-btn-lg{height:52px;padding:0 1.75rem;font-size:1rem;border-radius:14px}.ts-btn-full{width:100%}.ts-btn-primary{background:linear-gradient(135deg,var(--ts-accent-primary, #D7E1F4) 0%,var(--ts-accent-secondary, #9CBCBF) 100%);color:var(--ts-bg-primary, #0B1527);font-weight:600;box-shadow:0 2px 8px #9cbcbf33,inset 0 1px #ffffff26}.ts-btn-primary:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#ffffff1f,#fff0);pointer-events:none;border-radius:inherit}.ts-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #9cbcbf59,0 4px 12px #d7e1f433,inset 0 1px #fff3}.ts-btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 6px #9cbcbf33,inset 0 2px 4px #0000001a}.ts-btn-secondary{background:#ffffff0a;color:var(--ts-text-primary, rgba(255, 255, 255, .95));border:1px solid rgba(215,225,244,.2);font-weight:500;box-shadow:0 1px 3px #0000001a}.ts-btn-secondary:hover:not(:disabled){background:#ffffff14;border-color:#d7e1f459;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.ts-btn-secondary:active:not(:disabled){transform:translateY(0);background:#ffffff0f}.ts-btn-ghost{background:transparent;color:var(--ts-text-secondary, #9CBCBF);border:none;padding:0 .75rem;height:auto;min-height:44px;font-weight:500}.ts-btn-ghost:hover:not(:disabled){color:var(--ts-accent-primary, #D7E1F4);background:#d7e1f414}.ts-btn-ghost:active:not(:disabled){background:#d7e1f41f}.ts-btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.ts-btn-primary:disabled{background:linear-gradient(135deg,#d7e1f499,#9cbcbf99)}.ts-btn-secondary:disabled{background:#ffffff05;border-color:#d7e1f41a}.ts-btn-loading{pointer-events:none}.ts-btn-spinner{animation:ts-btn-spin 1s linear infinite;flex-shrink:0}@keyframes ts-btn-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ts-btn:focus-visible{outline:2px solid var(--ts-focus-ring, rgba(215, 225, 244, .5));outline-offset:2px}.ts-btn-ghost:focus-visible{outline-offset:0;border-radius:8px}.ts-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.ts-btn-icon svg{width:18px;height:18px}.ts-btn-lg .ts-btn-icon svg{width:20px;height:20px}.ts-btn-icon-left{margin-right:.125rem}.ts-btn-icon-right{margin-left:.125rem;transition:transform .2s ease}.ts-btn-primary:hover:not(:disabled) .ts-btn-icon-right,.ts-btn-secondary:hover:not(:disabled) .ts-btn-icon-right{transform:translate(3px)}@media (max-width: 480px){.ts-btn-md{height:46px;padding:0 1.25rem;font-size:.9375rem}.ts-btn-lg{height:48px;padding:0 1.5rem;font-size:.9375rem}}@media (prefers-reduced-motion: reduce){.ts-btn{transition:none}.ts-btn:hover:not(:disabled){transform:none}.ts-btn:active:not(:disabled){transform:none}.ts-btn-spinner{animation:none}.ts-btn-icon-right{transition:none}.ts-btn:hover:not(:disabled) .ts-btn-icon-right{transform:none}}:root{--ts-bg-primary: #0B1527;--ts-bg-secondary: #0D192F;--ts-bg-utility: #1A1A1A;--ts-accent-primary: #D7E1F4;--ts-accent-secondary: #9CBCBF;--ts-text-primary: rgba(255, 255, 255, .95);--ts-text-secondary: #9CBCBF;--ts-text-muted: rgba(156, 188, 191, .7);--ts-focus-ring: rgba(215, 225, 244, .5);--ts-hover-glow: rgba(215, 225, 244, .25);--ts-error-bg: rgba(239, 68, 68, .12);--ts-error-border: rgba(239, 68, 68, .3);--ts-error-text: #F87171}.start-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ts-bg-primary) 0%,var(--ts-bg-secondary) 100%);position:relative;overflow:hidden;padding:2rem}.start-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.start-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.start-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(215,225,244,.2) 0%,transparent 70%);top:-100px;right:-100px}.start-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(156,188,191,.15) 0%,transparent 70%);bottom:-50px;left:-50px}.start-container{display:flex;flex-direction:column;align-items:center;max-width:420px;width:100%;position:relative;z-index:1}.start-logo{margin-bottom:2.5rem}.start-logo-link{display:inline-block;cursor:pointer;text-decoration:none;transition:transform .2s ease}.start-logo-link:hover{transform:scale(1.03)}.start-logo-link:focus-visible{outline:2px solid var(--ts-focus-ring);outline-offset:4px;border-radius:4px}.start-wordmark{height:48px;width:auto;display:block}.start-content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.start-title{font-family:Satoshi,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--ts-text-primary);margin:0 0 .75rem;letter-spacing:-.01em}.start-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--ts-text-secondary);margin:0 0 2rem;line-height:1.5}.start-actions{display:flex;flex-direction:column;gap:.875rem;width:100%;margin-bottom:1.5rem}.start-channel-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:16px;background:#d7e1f41a;color:var(--ts-accent-primary);margin-bottom:1.5rem}.start-legal{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:var(--ts-text-muted);margin:0;line-height:1.5}.start-legal-link{color:var(--ts-text-secondary);text-decoration:none;transition:color .2s ease}.start-legal-link:hover{color:var(--ts-accent-primary);text-decoration:underline}.start-legal-link:focus-visible{outline:2px solid var(--ts-focus-ring);outline-offset:2px;border-radius:2px}@media (max-width: 480px){.start-page{padding:1.5rem}.start-wordmark{height:40px}.start-title{font-size:1.5rem}.start-subtitle{font-size:.9375rem}}.start-form{display:flex;flex-direction:column;gap:1rem;width:100%}.start-input-group{width:100%}.start-input{width:100%;padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(215,225,244,.15);background:#ffffff0a;color:var(--ts-text-primary);font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .2s ease;outline:none;box-sizing:border-box}.start-input::placeholder{color:#9cbcbf80}.start-input:focus{border-color:var(--ts-accent-primary);background:#ffffff0f;box-shadow:0 0 0 3px #d7e1f426}.start-input:disabled{opacity:.6;cursor:not-allowed}.start-input-otp{text-align:center;font-size:1.5rem;font-weight:600;letter-spacing:.5em;padding-left:1.5rem}.start-email-display{color:var(--ts-accent-primary);font-weight:500}.start-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;background:var(--ts-error-bg);border:1px solid var(--ts-error-border);color:var(--ts-error-text);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.start-error svg{flex-shrink:0}@media (prefers-reduced-motion: reduce){.start-logo-link{transition:none}.start-logo-link:hover{transform:none}.start-input,.start-legal-link{transition:none}}.start-otp-actions{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:1.5rem}.start-input-error{border-color:var(--ts-error-border)!important;background:#ef44440d!important}.start-input-error:focus{border-color:var(--ts-error-border)!important;box-shadow:0 0 0 3px #ef444426!important}.dharma-transition{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ts-bg-primary) 0%,var(--ts-bg-secondary) 100%);position:relative;overflow:hidden}.dharma-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dharma-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;height:500px;background:radial-gradient(circle,rgba(215,225,244,.12) 0%,rgba(156,188,191,.06) 40%,transparent 70%);border-radius:50%;filter:blur(60px);animation:dharma-pulse 4s ease-in-out infinite}.dharma-glow-secondary{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle,rgba(156,188,191,.08) 0%,transparent 60%);border-radius:50%;filter:blur(80px);animation:dharma-pulse-secondary 6s ease-in-out infinite}@keyframes dharma-pulse{0%,to{opacity:.5;transform:translate(-50%,-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-50%) scale(1.15)}}@keyframes dharma-pulse-secondary{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.1)}}.dharma-content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:1;padding:2rem}.dharma-wheel-container{margin-bottom:3rem}.dharma-wheel{width:180px;height:180px;filter:drop-shadow(0 0 30px rgba(215,225,244,.25)) drop-shadow(0 0 60px rgba(156,188,191,.15))}.dharma-text{max-width:500px}.dharma-title{font-family:Satoshi,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--ts-text-primary);margin:0 0 2rem;letter-spacing:-.02em;opacity:.95}.dharma-philosophy-container{min-height:80px;display:flex;flex-direction:column;gap:.75rem}.dharma-philosophy{font-family:Satoshi,Inter,sans-serif;font-size:1.125rem;font-weight:500;color:var(--ts-text-secondary);margin:0;line-height:1.6;letter-spacing:.01em}.dharma-cursor{display:inline-block;color:var(--ts-accent-secondary, #9CBCBF);font-weight:300;animation:dharma-blink .8s step-end infinite;margin-left:2px}@keyframes dharma-blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 480px){.dharma-wheel{width:140px;height:140px}.dharma-wheel-container{margin-bottom:2.5rem}.dharma-title{font-size:1.5rem;margin-bottom:1.5rem}.dharma-philosophy{font-size:1rem}.dharma-philosophy-container{min-height:60px}.dharma-glow{width:350px;height:350px}.dharma-glow-secondary{width:500px;height:500px}}@media (prefers-reduced-motion: reduce){.dharma-wheel{animation:none!important}.dharma-glow,.dharma-glow-secondary{animation:none;opacity:.6}.dharma-cursor{animation:none;opacity:1}}.app-shell{min-height:100vh;background:var(--theme-bg-primary, var(--primary-dark, #0B1527));transition:background-color .2s ease}.app-layout{display:flex;min-height:100vh;background:var(--theme-bg-primary, var(--primary-dark, #0B1527));transition:background-color .2s ease}.app-main-area{flex:1;display:flex;flex-direction:column;min-height:100vh;overflow:hidden}.app-main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-bg-primary, var(--primary-dark, #0B1527));transition:background-color .2s ease}.app-history-view{flex:1;display:flex;flex-direction:column;padding:var(--space-3, 1.5rem);overflow:auto}@media (min-width: 769px) and (max-width: 1024px){.app-history-view{padding:var(--space-2, 1rem)}}@media (max-width: 768px){.app-shell,.app-layout,.app-main-area{height:100vh;height:100dvh;min-height:auto;overflow:hidden}.app-main-content{padding:0;flex:1;min-height:0;overflow:hidden}.app-history-view{padding:var(--space-2, 1rem)}}.app-sidebar{width:240px;min-width:240px;height:100vh;background:var(--theme-bg-secondary, var(--secondary-dark, #0D192F));border-right:1px solid var(--theme-border, rgba(255, 255, 255, .06));transition:width .2s ease,min-width .2s ease,background-color .2s ease;display:flex;flex-direction:column;padding:var(--space-2, 1rem) 0;position:sticky;top:0;left:0;transition:width .2s ease,min-width .2s ease}.app-sidebar.sidebar-collapsed{width:64px;min-width:64px}.sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-2, 1rem);margin-bottom:var(--space-3, 1.5rem);min-height:36px}.sidebar-logo-img{height:40px;width:auto;opacity:.95;object-fit:contain}.sidebar-logo-icon{height:28px;width:28px;object-fit:contain;opacity:.95}.sidebar-logo-container{display:flex;align-items:center;gap:8px}.sidebar-logo-container-collapsed{justify-content:center}.sidebar-beta-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:2px 6px;border-radius:4px;background:#ffffff1f;color:#ffffffb3;border:1px solid rgba(255,255,255,.15);white-space:nowrap}.app-shell[data-theme=light] .sidebar-beta-badge{background:#1e3a5f14;color:#1e3a5fb3;border:1px solid rgba(30,58,95,.12)}.sidebar-toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--theme-text-muted, rgba(255, 255, 255, .5));border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.sidebar-toggle-btn:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .08));color:var(--theme-text-secondary, rgba(255, 255, 255, .8))}.sidebar-collapsed .sidebar-header{justify-content:center;padding:0}.sidebar-collapsed .sidebar-toggle-btn{margin:0}.sidebar-collapsed .sidebar-nav{padding:0 8px}.sidebar-collapsed .sidebar-nav-item{justify-content:center;padding:10px}.sidebar-nav{padding:0 var(--space-2, 1rem)}.sidebar-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.sidebar-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;color:var(--theme-text-secondary, rgba(255, 255, 255, .65));text-decoration:none;font-size:.9375rem;font-weight:450;transition:all .15s ease;cursor:pointer;border:none;background:transparent;width:100%;text-align:left}.sidebar-nav-item:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .04));color:var(--theme-text-primary, rgba(255, 255, 255, .85))}.sidebar-nav-item.active{background:var(--theme-accent-bg, rgba(156, 188, 191, .1));color:var(--theme-accent, #9CBCBF)}.sidebar-nav-item.active .sidebar-nav-icon{color:var(--theme-accent, #9CBCBF)}.sidebar-nav-icon{flex-shrink:0;opacity:.8}.sidebar-nav-label{flex:1}.sidebar-nav-badge{font-size:.75rem;font-weight:500;padding:2px 6px;border-radius:4px;background:var(--theme-hover-bg, rgba(255, 255, 255, .08));color:var(--theme-text-muted, rgba(255, 255, 255, .45));text-transform:uppercase;letter-spacing:.03em}.sidebar-nav-badge--locked{background:#ffffff0d;color:var(--theme-text-muted, rgba(255, 255, 255, .35))}.sidebar-nav-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.sidebar-nav-item.disabled:hover{background:transparent;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.sidebar-spacer{flex:1}.sidebar-nav-bottom{border-top:1px solid var(--theme-border, rgba(255, 255, 255, .06));padding-top:var(--space-2, 1rem);margin-top:var(--space-2, 1rem)}.sidebar-signout{color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.sidebar-signout:hover{color:#f87171e6;background:#f8717114}.sidebar-user-info{margin-bottom:2px}.sidebar-user-email{cursor:default;pointer-events:none;padding:8px 12px}.sidebar-user-email-text{font-size:.8125rem;font-weight:500;color:var(--theme-text-muted, rgba(255, 255, 255, .5));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:lowercase}.sidebar-user-info~li .sidebar-nav-item{padding-left:20px;font-size:.875rem}.sidebar-collapsed .sidebar-user-info{display:none}.sidebar-collapsed .sidebar-user-info~li .sidebar-nav-item{padding-left:10px}.app-shell[data-theme=light] .sidebar-nav-icon{opacity:1;color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .sidebar-nav-item{color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .sidebar-nav-item:hover{color:var(--theme-text-primary, #1E293B);background:var(--theme-hover-bg, #EDF2F7)}.app-shell[data-theme=light] .sidebar-nav-item:hover .sidebar-nav-icon{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .sidebar-nav-item.active{color:var(--theme-accent, #1E3A5F);background:#1e3a5f0f}.app-shell[data-theme=light] .sidebar-nav-item.active .sidebar-nav-icon{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .sidebar-nav-badge{background:var(--theme-hover-bg, #EDF2F7);color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .sidebar-nav-badge--locked{background:#1e3a5f0f;color:var(--theme-text-muted, #94A3B8)}.app-shell[data-theme=light] .sidebar-nav-item.disabled{opacity:.5}.app-shell[data-theme=light] .sidebar-signout{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .sidebar-signout:hover{color:#dc2626;background:#dc26260f}.app-shell[data-theme=light] .sidebar-user-email-text{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .sidebar-backdrop{background:#0d192f4d}.sidebar-backdrop{display:none}@media (min-width: 769px) and (max-width: 1024px){.app-sidebar{width:200px;min-width:200px}.app-sidebar.sidebar-collapsed{width:56px;min-width:56px}.sidebar-logo-img{height:28px}.sidebar-nav-item{padding:8px 10px;font-size:.875rem}.sidebar-collapsed .sidebar-nav-item{padding:8px}}@media (max-width: 768px){.app-sidebar{position:fixed;top:0;left:0;z-index:1000;transform:translate(-100%);transition:transform .25s ease;width:280px;min-width:280px;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}.app-sidebar.sidebar-mobile-open{transform:translate(0)}.sidebar-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999}.app-sidebar.sidebar-collapsed{width:280px;min-width:280px}.sidebar-toggle-btn{display:none}.sidebar-spacer{flex:0;min-height:1.5rem}.sidebar-nav-bottom{margin-top:auto;padding-bottom:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.app-sidebar.sidebar-collapsed .sidebar-nav{padding:0 var(--space-2, 1rem)}.app-sidebar.sidebar-collapsed .sidebar-nav-item{justify-content:flex-start;padding:10px 12px}}.theme-toggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--theme-hover-bg, rgba(255, 255, 255, .04));color:var(--theme-text-muted, rgba(255, 255, 255, .5));border-radius:8px;cursor:pointer;transition:all .15s ease;flex-shrink:0}.theme-toggle:hover{background:var(--theme-accent-bg, rgba(156, 188, 191, .1));color:var(--theme-accent, #9CBCBF)}.theme-toggle:active{transform:scale(.95)}[data-theme=light] .theme-toggle{background:var(--theme-hover-bg);color:var(--theme-text-muted)}[data-theme=light] .theme-toggle:hover{background:var(--theme-accent-bg);color:var(--theme-accent)}.app-topbar{display:flex;align-items:center;justify-content:space-between;height:56px;min-height:56px;padding:0 var(--space-3, 1.5rem);background:var(--theme-bg-secondary, var(--secondary-dark, #0D192F));border-bottom:1px solid var(--theme-border, rgba(255, 255, 255, .06));flex-shrink:0;transition:background-color .2s ease}.topbar-left{display:flex;align-items:center;gap:10px;min-width:0;flex-shrink:1}.topbar-mobile-menu{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));border-radius:6px;cursor:pointer;transition:all .15s ease;flex-shrink:0;margin-right:4px}.topbar-mobile-menu:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .08));color:var(--theme-text-primary, rgba(255, 255, 255, .9))}.topbar-icon{color:var(--theme-accent, #9CBCBF);opacity:.8;flex-shrink:0}.topbar-guide-image{flex-shrink:0}.topbar-title{font-size:1rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .9));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-right{display:flex;align-items:center;gap:16px;flex-shrink:0}.mode-switch{display:flex;align-items:center;gap:2px;background:var(--theme-input-bg, rgba(0, 0, 0, .2));border-radius:8px;padding:3px;flex-shrink:0}.mode-switch-btn{padding:6px 12px;border:none;background:transparent;color:var(--theme-text-muted, rgba(255, 255, 255, .5));font-size:.8125rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .15s ease;text-transform:capitalize;white-space:nowrap}.mode-switch-btn:hover{color:var(--theme-text-secondary, rgba(255, 255, 255, .75))}.mode-switch-btn.active{background:var(--theme-accent-bg, rgba(156, 188, 191, .15));color:var(--theme-accent, #9CBCBF)}.app-shell[data-theme=light] .mode-switch{background:var(--theme-bg-surface, #EDF2F7);border:1px solid var(--theme-border, rgba(30, 41, 59, .1));box-shadow:inset 0 1px 2px #1e293b08}.app-shell[data-theme=light] .mode-switch-btn{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .mode-switch-btn:hover{color:var(--theme-text-secondary, #475569);background:#fff9}.app-shell[data-theme=light] .mode-switch-btn.active{background:#fff;color:var(--theme-accent, #1E3A5F);border:1px solid var(--theme-border, rgba(30, 41, 59, .1));box-shadow:0 1px 3px #1e293b0f}.app-shell[data-theme=light] .topbar-icon{color:var(--theme-accent, #1E3A5F);opacity:1}.app-shell[data-theme=light] .topbar-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .topbar-mobile-menu{color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .topbar-mobile-menu:hover{background:var(--theme-hover-bg, #EDF2F7);color:var(--theme-text-primary, #1E293B)}@media (min-width: 769px) and (max-width: 1024px){.mode-switch-btn{padding:5px 10px;font-size:.75rem}.topbar-right{gap:12px}}@media (max-width: 768px){.app-topbar{height:48px;min-height:48px;padding:0 var(--space-2, 1rem)}.topbar-mobile-menu{display:flex}.mode-switch-btn{padding:5px 8px;font-size:.75rem}.topbar-right{gap:10px}}@media (max-width: 480px){.topbar-title{max-width:100px}.mode-switch-btn{padding:4px 6px;font-size:.6875rem}.topbar-right{gap:8px}}.decision-card{margin-top:14px;padding:16px 18px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:10px}.decision-card-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-teal, #9CBCBF);margin:0 0 10px}.decision-card-reason{font-size:.9375rem;color:#ffffffd9;line-height:1.5;margin:0 0 16px}.decision-card-fields{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.decision-card-field{display:flex;flex-direction:column;gap:6px}.decision-card-label{font-size:.8125rem;font-weight:500;color:#ffffffb3}.decision-card-required{color:#f87171cc;margin-left:2px}.decision-card-select{padding:10px 36px 10px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ffffffe6;font-size:.875rem;font-family:inherit;cursor:pointer;transition:all .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.decision-card-select:hover:not(:disabled){border-color:var(--accent-teal, rgba(156, 188, 191, .4))}.decision-card-select:focus{outline:none;border-color:var(--accent-teal, #9CBCBF);box-shadow:0 0 0 2px #9cbcbf26}.decision-card-select:disabled{opacity:.5;cursor:not-allowed}.decision-card-select option{background:#0b1527;color:#ffffffe6}.decision-card-input{padding:10px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#ffffffe6;font-size:.875rem;font-family:inherit;transition:all .15s ease}.decision-card-input::placeholder{color:#ffffff59}.decision-card-input:hover:not(:disabled){border-color:var(--accent-teal, rgba(156, 188, 191, .4))}.decision-card-input:focus{outline:none;border-color:var(--accent-teal, #9CBCBF);box-shadow:0 0 0 2px #9cbcbf26}.decision-card-input:disabled{opacity:.5;cursor:not-allowed}.decision-card-button-group{display:flex;flex-wrap:wrap;gap:8px}.decision-card-option-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.25);border-radius:6px;color:var(--accent-teal, #9CBCBF);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.decision-card-option-btn:hover:not(:disabled){background:#9cbcbf26;border-color:#9cbcbf73}.decision-card-option-btn--selected{background:#9cbcbf33;border-color:var(--accent-teal, #9CBCBF);color:var(--accent-teal, #9CBCBF)}.decision-card-option-btn:active:not(:disabled){transform:scale(.98)}.decision-card-option-btn:disabled{opacity:.5;cursor:not-allowed}.decision-card-option-btn:focus-visible{outline:2px solid var(--accent-teal, #9CBCBF);outline-offset:2px}.decision-card-presets{display:flex;align-items:center;gap:10px;margin-bottom:8px;flex-wrap:wrap}.decision-card-presets-label{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#ffffff80;white-space:nowrap}.decision-card-presets-label svg{color:var(--accent-teal, #9CBCBF);opacity:.7}.decision-card-presets-buttons{display:flex;flex-wrap:wrap;gap:6px}.decision-card-preset-btn{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:16px;color:#ffffffbf;font-size:.75rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.decision-card-preset-btn:hover:not(:disabled){background:#9cbcbf1a;border-color:#9cbcbf4d;color:var(--accent-teal, #9CBCBF)}.decision-card-preset-btn--selected{background:#9cbcbf26;border-color:var(--accent-teal, #9CBCBF);color:var(--accent-teal, #9CBCBF)}.decision-card-preset-btn:active:not(:disabled){transform:scale(.96)}.decision-card-preset-btn:disabled{opacity:.5;cursor:not-allowed}.decision-card-preset-btn:focus-visible{outline:2px solid var(--accent-teal, #9CBCBF);outline-offset:2px}.decision-card-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:var(--accent-teal, #9CBCBF);border:1px solid var(--accent-teal, #9CBCBF);border-radius:8px;color:#0b1527;font-size:.9375rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #9cbcbf40}.decision-card-submit:hover:not(:disabled){background:#8aadaf;border-color:#8aadaf;box-shadow:0 4px 12px #9cbcbf59;transform:translateY(-1px)}.decision-card-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #9cbcbf33}.decision-card-submit:disabled{opacity:.6;cursor:not-allowed}.decision-card-submit:focus-visible{outline:2px solid var(--accent-teal, #9CBCBF);outline-offset:2px}.decision-card-loading{animation:spin 1s linear infinite}.app-shell[data-theme=light] .decision-card{background:#fff;border-color:var(--theme-border-strong, rgba(13, 25, 47, .12));box-shadow:0 2px 8px #0d192f0f}.app-shell[data-theme=light] .decision-card-title{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-reason{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .decision-card-label{color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .decision-card-required{color:#dc2626}.app-shell[data-theme=light] .decision-card-select{background:#fff;border-color:var(--theme-border, rgba(13, 25, 47, .15));color:var(--theme-text-primary, #0B1527);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(13,25,47,0.5)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.app-shell[data-theme=light] .decision-card-select:hover:not(:disabled){border-color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-select:focus{border-color:var(--theme-accent, #0D192F);box-shadow:0 0 0 2px #0d192f1a}.app-shell[data-theme=light] .decision-card-select option{background:#fff;color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .decision-card-input{background:#fff;border-color:var(--theme-border, rgba(13, 25, 47, .15));color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .decision-card-input::placeholder{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .decision-card-input:hover:not(:disabled){border-color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-input:focus{border-color:var(--theme-accent, #0D192F);box-shadow:0 0 0 2px #0d192f1a}.app-shell[data-theme=light] .decision-card-option-btn{background:#fff;border-color:var(--theme-border-strong, rgba(13, 25, 47, .15));color:var(--theme-text-secondary, #2D3A4D);box-shadow:0 1px 2px #0d192f0a}.app-shell[data-theme=light] .decision-card-option-btn:hover:not(:disabled){background:#fff;border-color:var(--theme-accent, #0D192F);color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-option-btn--selected{background:#0d192f0f;border-color:var(--theme-accent, #0D192F);color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-presets-label{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .decision-card-presets-label svg{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-preset-btn{background:#fff;border-color:var(--theme-border, rgba(13, 25, 47, .12));color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .decision-card-preset-btn:hover:not(:disabled){background:#0d192f0a;border-color:var(--theme-accent, #0D192F);color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-preset-btn--selected{background:#0d192f0f;border-color:var(--theme-accent, #0D192F);color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .decision-card-submit{background:var(--theme-accent, #0D192F);border-color:var(--theme-accent, #0D192F);color:#fff;box-shadow:0 2px 8px #0d192f33}.app-shell[data-theme=light] .decision-card-submit:hover:not(:disabled){background:var(--theme-accent-hover, #1A2A42);border-color:var(--theme-accent-hover, #1A2A42);box-shadow:0 4px 12px #0d192f40}@media (max-width: 768px){.decision-card{padding:14px 16px}.decision-card-reason{font-size:.875rem}.decision-card-button-group{gap:6px}.decision-card-option-btn{padding:6px 12px;font-size:.8125rem}.decision-card-submit{padding:10px 16px;font-size:.875rem}}.role-selection-card{margin-top:8px;padding:0;background:transparent}.role-selection-card--disabled{opacity:.7;pointer-events:none}.role-selection-suggested{margin-bottom:16px}.role-selection-suggested-header{display:flex;align-items:center;margin-bottom:10px}.role-selection-suggested-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--brand-accent-teal, #9CBCBF);background:#9cbcbf1f;border-radius:12px}.role-selection-suggested-badge svg{color:var(--brand-accent-teal, #9CBCBF)}.role-selection-suggested-role{display:flex;align-items:center;gap:12px;width:100%;padding:16px 20px;background:linear-gradient(135deg,#9cbcbf1a,#9cbcbf0d);border:1.5px solid rgba(156,188,191,.25);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.role-selection-suggested-role:hover:not(:disabled){background:linear-gradient(135deg,#9cbcbf26,#9cbcbf14);border-color:#9cbcbf66;transform:translateY(-1px);box-shadow:0 4px 16px #9cbcbf26}.role-selection-suggested-role--active{background:linear-gradient(135deg,#9cbcbf2e,#9cbcbf1a);border-color:var(--brand-accent-teal, #9CBCBF);box-shadow:0 0 0 3px #9cbcbf26}.role-selection-suggested-role:disabled{cursor:not-allowed;opacity:.6}.role-selection-suggested-icon{flex-shrink:0;color:var(--brand-accent-teal, #9CBCBF)}.role-selection-suggested-text{flex:1;font-size:1.125rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95));letter-spacing:-.01em}.role-selection-selected-indicator{padding:4px 10px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--brand-navy, #0D192F);background:var(--brand-accent-teal, #9CBCBF);border-radius:6px}.role-selection-adjacent{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.role-selection-adjacent-helper{display:block;margin-bottom:6px;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--theme-text-muted, rgba(255, 255, 255, .4))}.role-selection-adjacent-label{display:block;margin-bottom:8px;font-size:.8125rem;font-weight:600;color:var(--theme-text-secondary, rgba(255, 255, 255, .7))}.role-selection-adjacent-roles{display:flex;flex-wrap:wrap;gap:8px}.role-selection-adjacent-role{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--theme-text-secondary, rgba(255, 255, 255, .75));font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.role-selection-adjacent-role:hover:not(:disabled){background:#9cbcbf1a;border-color:#9cbcbf4d;color:var(--brand-accent-teal, #9CBCBF)}.role-selection-adjacent-role:disabled{opacity:.5;cursor:not-allowed}.role-selection-adjacent-role svg{color:var(--theme-text-muted, rgba(255, 255, 255, .4));transition:transform .15s ease}.role-selection-adjacent-role:hover:not(:disabled) svg{transform:translate(2px);color:var(--brand-accent-teal, #9CBCBF)}.role-selection-input-section{padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.role-selection-input-label{display:block;margin-bottom:10px;font-size:.8125rem;font-weight:500;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.role-selection-input-row{display:flex;align-items:center;gap:10px}.role-selection-input{flex:1;max-width:340px;padding:12px 16px;font-size:1rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .95));background:#ffffff0d;border:1.5px solid rgba(255,255,255,.12);border-radius:10px;outline:none;transition:all .2s ease;font-family:inherit}.role-selection-input:focus{border-color:var(--brand-accent-teal, #9CBCBF);background:#ffffff14;box-shadow:0 0 0 3px #9cbcbf26}.role-selection-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .35));font-weight:400}.role-selection-input:disabled{opacity:.6;cursor:not-allowed;background:#ffffff05}.role-selection-input--edited{border-color:var(--brand-accent-teal, #9CBCBF);background:#9cbcbf14}.role-selection-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;color:var(--brand-navy, #0D192F);background:var(--brand-accent-teal, #9CBCBF);border:1.5px solid var(--brand-accent-teal, #9CBCBF);border-radius:10px;cursor:pointer;transition:all .2s ease;font-family:inherit;box-shadow:0 2px 8px #9cbcbf40}.role-selection-submit:hover:not(:disabled){background:#8aadaf;border-color:#8aadaf;box-shadow:0 4px 16px #9cbcbf59;transform:translateY(-1px)}.role-selection-submit:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #9cbcbf33}.role-selection-submit:disabled{opacity:.5;cursor:not-allowed}.role-selection-submit:focus-visible{outline:2px solid var(--brand-accent-teal, #9CBCBF);outline-offset:2px}.role-selection-spinner{animation:roleSelectionSpin 1s linear infinite}@keyframes roleSelectionSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-shell[data-theme=light] .role-selection-suggested-badge{color:var(--theme-accent, #1E3A5F);background:#1e3a5f14}.app-shell[data-theme=light] .role-selection-suggested-badge svg{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-suggested-role{background:linear-gradient(135deg,#1e3a5f0f,#1e3a5f05);border-color:#1e3a5f26}.app-shell[data-theme=light] .role-selection-suggested-role:hover:not(:disabled){background:linear-gradient(135deg,#1e3a5f1a,#1e3a5f0d);border-color:#1e3a5f4d;box-shadow:0 4px 16px #1e3a5f1a}.app-shell[data-theme=light] .role-selection-suggested-role--active{background:linear-gradient(135deg,#1e3a5f1f,#1e3a5f0f);border-color:var(--theme-accent, #1E3A5F);box-shadow:0 0 0 3px #1e3a5f1a}.app-shell[data-theme=light] .role-selection-suggested-icon{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-suggested-text{color:var(--brand-primary-bg, #0B1527)}.app-shell[data-theme=light] .role-selection-selected-indicator{color:#fff;background:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-adjacent{border-top-color:#0000000f}.app-shell[data-theme=light] .role-selection-adjacent-helper{color:var(--brand-light-text-muted, #8A9AAD)}.app-shell[data-theme=light] .role-selection-adjacent-label{color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .role-selection-adjacent-role{background:var(--brand-light-surface-1, #F7F9FC);border-color:#00000014;color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .role-selection-adjacent-role:hover:not(:disabled){background:#1e3a5f0f;border-color:var(--theme-accent, #1E3A5F);color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-input-section{border-top-color:#0000000f}.app-shell[data-theme=light] .role-selection-input-label{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-input{color:var(--brand-primary-bg, #0B1527);background:var(--brand-light-surface-1, #F7F9FC);border-color:#0000001a}.app-shell[data-theme=light] .role-selection-input:focus{border-color:var(--theme-accent, #1E3A5F);background:#fff;box-shadow:0 0 0 3px #1e3a5f1a}.app-shell[data-theme=light] .role-selection-input::placeholder{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-input--edited{border-color:var(--theme-accent, #1E3A5F);background:#1e3a5f0a}.app-shell[data-theme=light] .role-selection-submit{color:#fff;background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);box-shadow:0 2px 8px #1e3a5f33}.app-shell[data-theme=light] .role-selection-submit:hover:not(:disabled){background:var(--theme-accent-hover, #0D192F);border-color:var(--theme-accent-hover, #0D192F);box-shadow:0 4px 16px #1e3a5f40}@media (max-width: 768px){.role-selection-suggested-role{padding:14px 16px;gap:10px}.role-selection-suggested-text{font-size:1rem}.role-selection-input-row{flex-direction:column;align-items:stretch;gap:12px}.role-selection-input{max-width:none;padding:12px 14px}.role-selection-submit{width:100%;padding:12px 20px}.role-selection-adjacent-roles{flex-direction:column}.role-selection-adjacent-role{justify-content:space-between}}.role-selection-why-section{display:flex;align-items:flex-start;gap:10px;margin-top:14px;padding:14px 16px;background:linear-gradient(135deg,#9cbcbf14,#9cbcbf08);border:1px solid rgba(156,188,191,.15);border-radius:10px;border-left:3px solid var(--brand-accent-teal, #9CBCBF)}.role-selection-why-icon{flex-shrink:0;margin-top:1px;color:var(--brand-accent-teal, #9CBCBF);opacity:.8}.role-selection-why-text{margin:0;font-size:.875rem;font-weight:400;line-height:1.55;color:var(--theme-text-secondary, rgba(255, 255, 255, .8));font-style:italic}.app-shell[data-theme=light] .role-selection-why-section{background:linear-gradient(135deg,#1e3a5f0a,#1e3a5f03);border-color:#1e3a5f1a;border-left-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-why-icon{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-why-text{color:var(--theme-text-secondary, #2D3A4D)}.role-selection-explanation{margin:10px 0 0;padding:0 4px;font-size:.8125rem;font-weight:400;line-height:1.5;color:var(--theme-text-muted, rgba(255, 255, 255, .6))}.app-shell[data-theme=light] .role-selection-explanation{color:var(--brand-light-text-muted, #5A6B7D)}.role-selection-edit-section{margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.role-selection-edit-label{display:block;margin-bottom:10px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.role-selection-edit-input-wrapper{position:relative;display:flex;align-items:center}.role-selection-edit-input{width:100%;padding:16px 48px 16px 18px;font-size:1.125rem;font-weight:600;font-family:inherit;color:var(--theme-text-primary, rgba(255, 255, 255, .95));background:linear-gradient(135deg,#ffffff0f,#ffffff08);border:1.5px solid rgba(156,188,191,.25);border-radius:12px;outline:none;transition:all .25s ease;letter-spacing:-.01em}.role-selection-edit-input:focus{border-color:var(--brand-accent-teal, #9CBCBF);background:linear-gradient(135deg,#9cbcbf1a,#9cbcbf0d);box-shadow:0 0 0 4px #9cbcbf26,0 4px 20px #9cbcbf1a}.role-selection-edit-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .35));font-weight:400}.role-selection-edit-input:disabled{opacity:.6;cursor:not-allowed}.role-selection-edit-input--edited{border-color:var(--brand-accent-teal, #9CBCBF);background:linear-gradient(135deg,#9cbcbf1f,#9cbcbf0f)}.role-selection-edit-pencil{position:absolute;right:16px;color:var(--theme-text-muted, rgba(255, 255, 255, .4));pointer-events:none;transition:color .2s ease}.role-selection-edit-input:focus+.role-selection-edit-pencil{color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .role-selection-edit-section{border-top-color:#0000000f}.app-shell[data-theme=light] .role-selection-edit-label{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-edit-input{color:var(--brand-primary-bg, #0B1527);background:linear-gradient(135deg,#1e3a5f0a,#1e3a5f03);border-color:#1e3a5f26}.app-shell[data-theme=light] .role-selection-edit-input:focus{border-color:var(--theme-accent, #1E3A5F);background:#fff;box-shadow:0 0 0 4px #1e3a5f1a,0 4px 20px #1e3a5f14}.app-shell[data-theme=light] .role-selection-edit-input::placeholder{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-edit-input--edited{border-color:var(--theme-accent, #1E3A5F);background:#1e3a5f0a}.app-shell[data-theme=light] .role-selection-edit-pencil{color:var(--brand-light-text-muted, #8A9AAD)}.app-shell[data-theme=light] .role-selection-edit-input:focus+.role-selection-edit-pencil{color:var(--theme-accent, #1E3A5F)}.role-selection-explore-button{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:10px 16px;font-size:.875rem;font-weight:500;color:var(--brand-accent-teal, #9CBCBF);background:transparent;border:1px solid rgba(156,188,191,.3);border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit}.role-selection-explore-button:hover:not(:disabled){background:#9cbcbf1a;border-color:#9cbcbf80}.role-selection-explore-button:disabled{opacity:.5;cursor:not-allowed}.app-shell[data-theme=light] .role-selection-explore-button{color:var(--theme-accent, #1E3A5F);border-color:#1e3a5f33}.app-shell[data-theme=light] .role-selection-explore-button:hover:not(:disabled){background:#1e3a5f0f;border-color:#1e3a5f66}.role-selection-explore-panel{margin-top:16px;padding:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}.role-selection-explore-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.role-selection-explore-title{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95))}.role-selection-explore-close{padding:4px 8px;font-size:1.25rem;line-height:1;color:var(--theme-text-muted, rgba(255, 255, 255, .5));background:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease}.role-selection-explore-close:hover{color:var(--theme-text-primary, rgba(255, 255, 255, .95));background:#ffffff1a}.app-shell[data-theme=light] .role-selection-explore-panel{background:var(--brand-light-surface-1, #F7F9FC);border-color:#0000000f}.app-shell[data-theme=light] .role-selection-explore-title{color:var(--brand-primary-bg, #0B1527)}.app-shell[data-theme=light] .role-selection-explore-close{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-explore-close:hover{color:var(--brand-primary-bg, #0B1527);background:#0000000d}.role-selection-intent-search{margin-bottom:16px}.role-selection-intent-input-row{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px}.role-selection-intent-icon{flex-shrink:0;color:var(--theme-text-muted, rgba(255, 255, 255, .4))}.role-selection-intent-input{flex:1;padding:6px 0;font-size:.875rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .95));background:transparent;border:none;outline:none;font-family:inherit}.role-selection-intent-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .35));font-weight:400}.role-selection-intent-search-button{padding:6px 14px;font-size:.8125rem;font-weight:600;color:var(--brand-navy, #0D192F);background:var(--brand-accent-teal, #9CBCBF);border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;font-family:inherit}.role-selection-intent-search-button:hover:not(:disabled){background:#8aadaf}.role-selection-intent-search-button:disabled{opacity:.5;cursor:not-allowed}.app-shell[data-theme=light] .role-selection-intent-input-row{background:#fff;border-color:#0000001a}.app-shell[data-theme=light] .role-selection-intent-input{color:var(--brand-primary-bg, #0B1527)}.app-shell[data-theme=light] .role-selection-intent-input::placeholder{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-intent-search-button{color:#fff;background:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-intent-search-button:hover:not(:disabled){background:var(--theme-accent-hover, #0D192F)}.role-selection-resolved-options{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.role-selection-intent-message{margin:0 0 8px;font-size:.8125rem;font-weight:500;color:var(--brand-accent-teal, #9CBCBF)}.role-selection-resolved-hint{margin:0 0 10px;font-size:.75rem;font-weight:500;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.role-selection-resolved-list{display:flex;flex-direction:column;gap:8px}.role-selection-resolved-option{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:8px;cursor:pointer;transition:all .15s ease;text-align:left;font-family:inherit}.role-selection-resolved-option:hover:not(:disabled){background:#9cbcbf26;border-color:#9cbcbf66}.role-selection-resolved-option:disabled{opacity:.5;cursor:not-allowed}.role-selection-resolved-title{flex:1;font-size:.875rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95))}.role-selection-resolved-hint-text{font-size:.75rem;font-weight:400;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.role-selection-resolved-option svg{flex-shrink:0;color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .role-selection-resolved-options{border-top-color:#0000000f}.app-shell[data-theme=light] .role-selection-intent-message{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-resolved-hint{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-resolved-option{background:#1e3a5f0a;border-color:#1e3a5f26}.app-shell[data-theme=light] .role-selection-resolved-option:hover:not(:disabled){background:#1e3a5f14;border-color:#1e3a5f4d}.app-shell[data-theme=light] .role-selection-resolved-title{color:var(--brand-primary-bg, #0B1527)}.app-shell[data-theme=light] .role-selection-resolved-hint-text{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-resolved-option svg{color:var(--theme-accent, #1E3A5F)}.role-selection-explore-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:24px;color:var(--theme-text-muted, rgba(255, 255, 255, .5));font-size:.875rem}.role-selection-explore-list{display:flex;flex-direction:column;gap:10px}.role-selection-explore-role{display:block;width:100%;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;cursor:pointer;transition:all .15s ease;text-align:left;font-family:inherit}.role-selection-explore-role:hover:not(:disabled){background:#9cbcbf14;border-color:#9cbcbf40}.role-selection-explore-role:disabled{opacity:.5;cursor:not-allowed}.role-selection-explore-role-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.role-selection-explore-role-title{font-size:.9375rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95))}.role-selection-explore-role-header svg{flex-shrink:0;color:var(--brand-accent-teal, #9CBCBF);opacity:0;transition:opacity .15s ease,transform .15s ease}.role-selection-explore-role:hover:not(:disabled) .role-selection-explore-role-header svg{opacity:1;transform:translate(2px)}.role-selection-explore-role-explanation{margin:0;font-size:.8125rem;font-weight:400;line-height:1.4;color:var(--theme-text-muted, rgba(255, 255, 255, .6))}.role-selection-explore-themes{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.role-selection-explore-theme{padding:4px 10px;font-size:.6875rem;font-weight:500;color:var(--brand-accent-teal, #9CBCBF);background:#9cbcbf1a;border-radius:12px}.role-selection-explore-empty{padding:20px;text-align:center;font-size:.875rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.app-shell[data-theme=light] .role-selection-explore-loading{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-explore-role{background:#fff;border-color:#0000000f}.app-shell[data-theme=light] .role-selection-explore-role:hover:not(:disabled){background:#1e3a5f0a;border-color:#1e3a5f26}.app-shell[data-theme=light] .role-selection-explore-role-title{color:var(--brand-primary-bg, #0B1527)}.app-shell[data-theme=light] .role-selection-explore-role-header svg{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .role-selection-explore-role-explanation{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-explore-theme{color:var(--theme-accent, #1E3A5F);background:#1e3a5f14}.app-shell[data-theme=light] .role-selection-explore-empty{color:var(--brand-light-text-muted, #5A6B7D)}.role-selection-current{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px 16px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:10px}.role-selection-current-label{font-size:.75rem;font-weight:500;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.role-selection-current-value{font-size:.9375rem;font-weight:600;color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .role-selection-current{background:#1e3a5f0a;border-color:#1e3a5f26}.app-shell[data-theme=light] .role-selection-current-label{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .role-selection-current-value{color:var(--theme-accent, #1E3A5F)}.role-selection-submit-section{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.app-shell[data-theme=light] .role-selection-submit-section{border-top-color:#0000000f}@media (max-width: 768px){.role-selection-explore-panel{padding:14px}.role-selection-intent-input-row{flex-wrap:wrap}.role-selection-intent-search-button{width:100%;margin-top:8px}.role-selection-explore-role{padding:12px 14px}.role-selection-explore-themes{gap:4px}.role-selection-explore-theme{padding:3px 8px;font-size:.625rem}}.dashboard-snapshot{margin-top:14px;padding:16px 18px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:10px}.dashboard-snapshot-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-teal, #9CBCBF);margin:0 0 14px}.dashboard-readiness{margin-bottom:16px}.dashboard-readiness-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:6px}.dashboard-readiness-label{font-size:.8125rem;color:#fff9}.dashboard-readiness-value{font-size:.9375rem;font-weight:600;color:var(--accent-teal, #9CBCBF)}.dashboard-readiness-bar{height:6px;background:#ffffff14;border-radius:3px;overflow:hidden}.dashboard-readiness-fill{height:100%;background:var(--accent-teal, #9CBCBF);border-radius:3px;transition:width .3s ease}.dashboard-section{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06)}.dashboard-section-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffff73;margin:0 0 10px}.dashboard-signals{display:flex;flex-direction:column;gap:8px}.dashboard-signal{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:6px 10px;border-radius:6px;background:#ffffff08}.dashboard-signal--positive{background:#34d39914}.dashboard-signal--warning{background:#fbbf2414}.dashboard-signal-label{font-size:.8125rem;color:#ffffffb3}.dashboard-signal-value{font-size:.8125rem;font-weight:500;color:#ffffffe6;text-align:right}.dashboard-signal--positive .dashboard-signal-value{color:#34d399f2}.dashboard-signal--warning .dashboard-signal-value{color:#fbbf24f2}.dashboard-risks{display:flex;flex-direction:column;gap:8px}.dashboard-risk{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:6px;background:#ffffff08}.dashboard-risk-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dashboard-risk--low .dashboard-risk-indicator{background:#34d399cc}.dashboard-risk--medium .dashboard-risk-indicator{background:#fbbf24cc}.dashboard-risk--high .dashboard-risk-indicator{background:#f87171cc}.dashboard-risk-label{font-size:.8125rem;color:#ffffffd9}.dashboard-trail{display:flex;flex-direction:column;gap:0;position:relative}.dashboard-trail-item{display:flex;gap:12px;padding:8px 0;position:relative}.dashboard-trail-item:not(:last-child):before{content:"";position:absolute;left:4px;top:20px;bottom:-8px;width:1px;background:#9cbcbf33}.dashboard-trail-marker{width:9px;height:9px;border-radius:50%;background:var(--accent-teal, #9CBCBF);flex-shrink:0;margin-top:4px}.dashboard-trail-content{display:flex;flex-direction:column;gap:2px;min-width:0}.dashboard-trail-date{font-size:.6875rem;color:#fff6}.dashboard-trail-decision{font-size:.8125rem;color:#ffffffe6}.dashboard-trail-outcome{font-size:.75rem;color:#34d399cc;font-style:italic}.app-shell[data-theme=light] .dashboard-snapshot{background:#fff;border-color:var(--theme-border-strong, rgba(13, 25, 47, .12));box-shadow:0 1px 3px #0d192f0a}.app-shell[data-theme=light] .dashboard-snapshot-title{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .dashboard-readiness-label{color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .dashboard-readiness-value{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .dashboard-readiness-bar{background:#0d192f14}.app-shell[data-theme=light] .dashboard-readiness-fill{background:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .dashboard-section{border-top-color:#0d192f14}.app-shell[data-theme=light] .dashboard-section-title{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .dashboard-signal{background:#0d192f08}.app-shell[data-theme=light] .dashboard-signal--positive{background:#10b98114}.app-shell[data-theme=light] .dashboard-signal--warning{background:#f59e0b14}.app-shell[data-theme=light] .dashboard-signal-label{color:var(--theme-text-secondary, #2D3A4D)}.app-shell[data-theme=light] .dashboard-signal-value{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .dashboard-signal--positive .dashboard-signal-value{color:#059669}.app-shell[data-theme=light] .dashboard-signal--warning .dashboard-signal-value{color:#d97706}.app-shell[data-theme=light] .dashboard-risk{background:#0d192f08}.app-shell[data-theme=light] .dashboard-risk-label{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .dashboard-trail-item:not(:last-child):before{background:#0d192f26}.app-shell[data-theme=light] .dashboard-trail-marker{background:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .dashboard-trail-date{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .dashboard-trail-decision{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .dashboard-trail-outcome{color:#059669}@media (max-width: 768px){.dashboard-snapshot{padding:14px 16px}.dashboard-signal,.dashboard-risk{padding:5px 8px}}.weekly-plan{margin-top:14px;padding:16px 18px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:10px}.weekly-plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.weekly-plan-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-teal, #9CBCBF);margin:0}.weekly-plan-streak{display:flex;align-items:center;gap:4px;padding:4px 10px;background:#fbbf2426;border-radius:12px;font-size:.75rem;font-weight:600;color:#fbbf24f2}.weekly-plan-streak svg{color:#fbbf24f2}.weekly-plan-decision{margin-bottom:14px;padding:10px 12px;background:#ffffff08;border-radius:8px}.weekly-plan-decision-label{display:block;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffff73;margin-bottom:6px}.weekly-plan-decision-text{font-size:.9375rem;color:#ffffffe6;line-height:1.5;margin:0}.weekly-plan-progress{display:flex;align-items:center;gap:10px;margin-bottom:14px}.weekly-plan-progress-bar{flex:1;height:4px;background:#ffffff14;border-radius:2px;overflow:hidden}.weekly-plan-progress-fill{height:100%;background:var(--accent-teal, #9CBCBF);border-radius:2px;transition:width .3s ease}.weekly-plan-progress-text{font-size:.6875rem;color:#ffffff80;flex-shrink:0}.weekly-plan-section{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06)}.weekly-plan-section-header{display:flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffff80;margin-bottom:8px}.weekly-plan-section-header svg{color:var(--accent-teal, #9CBCBF)}.weekly-plan-tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.weekly-plan-task{display:flex;align-items:flex-start;gap:8px;padding:4px 0}.weekly-plan-task-checkbox{width:16px;height:16px;border:1px solid rgba(255,255,255,.2);border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.weekly-plan-task--completed .weekly-plan-task-checkbox{background:#34d39933;border-color:#34d39980;color:#34d399f2}.weekly-plan-task-content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.weekly-plan-task-label{font-size:.8125rem;color:#ffffffd9;line-height:1.4}.weekly-plan-task--completed .weekly-plan-task-label{text-decoration:line-through;color:#ffffff73}.weekly-plan-task-content .vk-chip-container{align-self:flex-start}.weekly-plan-shipped{display:inline-flex;align-items:center;gap:6px;margin-top:14px;padding:8px 14px;background:#34d39926;border:1px solid rgba(52,211,153,.3);border-radius:8px;font-size:.8125rem;font-weight:600;color:#34d399f2}.weekly-plan-shipped svg{color:#34d399f2}.weekly-plan-reflection-cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin-top:14px;padding:12px 16px;background:var(--accent-teal, #9CBCBF);border:1px solid var(--accent-teal, #9CBCBF);border-radius:8px;font-size:.875rem;font-weight:600;font-family:inherit;color:#0b1527;cursor:pointer;transition:all .2s ease}.weekly-plan-reflection-cta:hover{background:#8aadaf;border-color:#8aadaf;transform:translateY(-1px)}.weekly-plan-reflection-cta:active{transform:translateY(0)}.weekly-plan-reflection-cta svg{color:#0b1527}.app-shell[data-theme=light] .weekly-plan{background:#fff;border-color:var(--theme-border-strong, rgba(13, 25, 47, .12));box-shadow:0 1px 3px #0d192f0a}.app-shell[data-theme=light] .weekly-plan-title{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .weekly-plan-streak{background:#f59e0b1f;color:#d97706}.app-shell[data-theme=light] .weekly-plan-streak svg{color:#d97706}.app-shell[data-theme=light] .weekly-plan-decision{background:#0d192f08}.app-shell[data-theme=light] .weekly-plan-decision-label{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .weekly-plan-decision-text{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .weekly-plan-progress-bar{background:#0d192f14}.app-shell[data-theme=light] .weekly-plan-progress-fill{background:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .weekly-plan-progress-text{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .weekly-plan-section{border-top-color:#0d192f14}.app-shell[data-theme=light] .weekly-plan-section-header{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .weekly-plan-section-header svg{color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .weekly-plan-task-checkbox{border-color:#0d192f33}.app-shell[data-theme=light] .weekly-plan-task--completed .weekly-plan-task-checkbox{background:#10b98126;border-color:#10b98180;color:#059669}.app-shell[data-theme=light] .weekly-plan-task-label{color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .weekly-plan-task--completed .weekly-plan-task-label{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .weekly-plan-shipped{background:#10b9811a;border-color:#10b9814d;color:#059669}.app-shell[data-theme=light] .weekly-plan-shipped svg{color:#059669}.app-shell[data-theme=light] .weekly-plan-reflection-cta{background:var(--theme-accent, #0D192F);border-color:var(--theme-accent, #0D192F);color:#fff}.app-shell[data-theme=light] .weekly-plan-reflection-cta:hover{background:var(--theme-accent-hover, #1A2A42);border-color:var(--theme-accent-hover, #1A2A42)}.app-shell[data-theme=light] .weekly-plan-reflection-cta svg{color:#fff}@media (max-width: 768px){.weekly-plan{padding:14px 16px}.weekly-plan-decision{padding:8px 10px}.weekly-plan-reflection-cta{padding:10px 14px;font-size:.8125rem}}.chat-panel{display:flex;flex-direction:column;flex:1;height:100%;overflow:hidden;background:var(--theme-bg-primary, var(--primary-dark, #0B1527));transition:background-color .2s ease}.chat-messages{flex:1;overflow-y:auto;padding:var(--space-2, 1rem) var(--space-4, 2rem);display:flex;flex-direction:column;gap:var(--space-1, .5rem)}.chat-messages-inner{width:100%;max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:var(--space-1, .5rem);min-height:100%;justify-content:flex-start;padding-top:var(--space-3, 1.5rem);padding-bottom:var(--space-4, 2rem)}.chat-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem)}.chat-empty-icon{color:#9cbcbf40;margin-bottom:var(--space-2, 1rem)}.chat-empty-title{font-size:1rem;font-weight:500;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));margin:0 0 .5rem}.chat-empty-text{font-size:.875rem;color:var(--theme-text-muted, rgba(156, 188, 191, .6));margin:0;max-width:300px;line-height:1.5}.chat-message{display:flex;gap:10px;max-width:100%}.chat-message-user{align-self:flex-end;flex-direction:row-reverse;max-width:85%}.chat-message-assistant{align-self:flex-start;max-width:100%}.chat-message-avatar{flex-shrink:0}.chat-avatar-user,.chat-avatar-assistant{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;text-transform:uppercase}.chat-avatar-user{background:#6366f133;color:#818cf8e6}.chat-avatar-assistant{background:#9cbcbf26;color:var(--accent-teal, #9CBCBF)}.chat-avatar-icon{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#9cbcbf1a}.chat-message-content{display:flex;flex-direction:column;gap:4px}.chat-message-header{display:flex;align-items:center;gap:8px}.chat-message-name{font-size:.8125rem;font-weight:500;color:var(--theme-text-secondary, rgba(255, 255, 255, .8))}.chat-message-time{font-size:.6875rem;color:var(--theme-text-muted, rgba(255, 255, 255, .35))}.chat-message-avatar,.chat-message-name,.chat-message-time,.chat-message-header{display:none}.chat-message-text{padding:10px 14px;border-radius:10px;font-size:1rem;line-height:1.6}.chat-message-text p{margin:0}.chat-message-text p+p{margin-top:.75em}.chat-message-user .chat-message-text{background:#6366f11f;color:var(--theme-text-primary, rgba(255, 255, 255, .95));border-bottom-right-radius:4px}.chat-message-assistant .chat-message-text{background:transparent;color:var(--theme-text-primary, rgba(255, 255, 255, .92));padding-left:0;padding-right:0}.chat-thinking{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--theme-hover-bg, rgba(255, 255, 255, .03));border-radius:12px 12px 12px 4px;color:var(--theme-text-muted, rgba(156, 188, 191, .7));font-size:.875rem}.chat-thinking-icon{animation:spin 1s linear infinite;color:var(--theme-accent, #9CBCBF)}.chat-error{display:flex;align-items:center;gap:8px;padding:10px 16px;margin:0 var(--space-4, 2rem);background:#9cbcbf14;border:none;border-radius:8px;color:#9cbcbfe6;font-size:.8125rem}.chat-error-retry{display:flex;align-items:center;gap:4px;margin-left:auto;padding:4px 10px;background:#9cbcbf26;border:none;border-radius:4px;color:#9cbcbff2;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .15s ease}.chat-error-retry:hover{background:#9cbcbf40}.chat-notice{display:flex;align-items:center;gap:8px;padding:10px 16px;margin:0 var(--space-4, 2rem);background:#9cbcbf14;border:none;border-radius:8px;color:#9cbcbfe6;font-size:.8125rem}.upload-status-indicator{display:flex;justify-content:center;padding:12px 16px;margin:0 auto;max-width:800px}.upload-status-content{display:flex;align-items:center;gap:10px;padding:10px 20px;background:#9cbcbf1a;border-radius:8px;color:#9cbcbff2;font-size:.875rem;font-weight:500}.upload-status-spinner{width:18px;height:18px;border:2px solid rgba(156,188,191,.3);border-top-color:#9cbcbfe6;border-radius:50%;animation:upload-spin .8s linear infinite}@keyframes upload-spin{to{transform:rotate(360deg)}}.upload-status-icon.success{color:#34d399}.upload-status-text{letter-spacing:.01em}.upload-replace-link{background:none;border:none;color:#9cbcbf99;font-size:.8rem;cursor:pointer;padding:2px 6px;margin-left:8px;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.upload-replace-link:hover{color:#9cbcbfe6}.target-role-card{display:flex;justify-content:center;padding:16px;margin:0 auto;max-width:800px;animation:fadeSlideIn .3s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.target-role-content{width:100%;padding:20px 24px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:12px}.target-role-label{display:block;font-size:.95rem;font-weight:500;color:#ffffffe6;margin-bottom:12px}.target-role-input-row{display:flex;gap:12px;align-items:center}.target-role-input{flex:1;padding:12px 16px;font-size:.9rem;color:#fffffff2;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;outline:none;transition:all .15s ease}.target-role-input:focus{border-color:#9cbcbf80;background:#ffffff14}.target-role-input::placeholder{color:#fff6}.target-role-input:disabled{opacity:.6;cursor:not-allowed}.target-role-submit{padding:12px 24px;font-size:.9rem;font-weight:500;color:#0a0f14;background:#9cbcbfe6;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;min-width:100px}.target-role-submit:hover:not(:disabled){background:#9cbcbf}.target-role-submit:disabled{opacity:.5;cursor:not-allowed}.chat-input-area{padding:var(--space-2, 1rem) var(--space-4, 2rem);padding-bottom:var(--space-3, 1.5rem);border-top:1px solid var(--theme-border, rgba(255, 255, 255, .04))}.chat-input-container{display:flex;align-items:flex-end;gap:12px;background:var(--theme-input-bg, rgba(255, 255, 255, .03));border:1px solid var(--theme-input-border, rgba(255, 255, 255, .08));border-radius:16px;padding:10px 14px;transition:all .15s ease;max-width:800px;margin:0 auto}.chat-input-container:focus-within{border-color:var(--theme-accent, rgba(156, 188, 191, .3));background:var(--theme-hover-bg, rgba(255, 255, 255, .04))}.chat-input{flex:1;background:transparent;border:none;color:var(--theme-text-primary, rgba(255, 255, 255, .95));font-size:1rem;font-family:inherit;line-height:1.5;resize:none;outline:none;min-height:24px;max-height:150px;padding:6px 0}.chat-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .35))}.chat-input:disabled{opacity:.6}.chat-send-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:none;background:var(--theme-accent, var(--accent-teal, #9CBCBF));color:var(--brand-light-surface-1, #F5F7FB);cursor:pointer;transition:all .15s ease;flex-shrink:0}.chat-send-btn:hover:not(:disabled){filter:brightness(1.1);transform:scale(1.02)}.chat-send-btn:disabled{opacity:.4;cursor:not-allowed}.chat-send-loading{animation:spin 1s linear infinite}.chat-speak-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;border:none;background:transparent;color:var(--theme-text-muted, rgba(255, 255, 255, .4));cursor:pointer;transition:all .15s ease;flex-shrink:0}.chat-speak-btn:hover:not(:disabled){color:var(--theme-text-secondary, rgba(255, 255, 255, .7));background:var(--theme-hover-bg, rgba(255, 255, 255, .05))}.chat-speak-btn:disabled{opacity:.4;cursor:not-allowed}.app-shell[data-theme=light] .chat-speak-btn{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-speak-btn:hover:not(:disabled){color:var(--theme-accent, #0D192F);background:var(--theme-hover-bg, #E2E8F0)}.chat-input-hint{font-size:.75rem;color:var(--theme-text-muted, rgba(255, 255, 255, .3));margin:8px 0 0;text-align:center}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:transparent}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff26}.chat-suggested-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px}.chat-action-with-status{display:flex;align-items:center;gap:12px}.chat-action-status{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500}.chat-action-status--success{color:var(--brand-accent-teal, #9CBCBF)}.chat-action-status--success svg{color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .chat-action-status--success{color:#0d7377}.app-shell[data-theme=light] .chat-action-status--success svg{color:#0d7377}.chat-resume-control{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.chat-resume-status{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5));padding-left:4px}.chat-resume-status--success{color:var(--brand-accent-teal, #9CBCBF)}.chat-resume-status--success svg{color:var(--brand-accent-teal, #9CBCBF)}.chat-resume-spinner{width:12px;height:12px;border:2px solid rgba(156,188,191,.25);border-top-color:var(--theme-accent, #9CBCBF);border-radius:50%;animation:chat-resume-spin .8s linear infinite}@keyframes chat-resume-spin{to{transform:rotate(360deg)}}.chat-action-btn--permanently-disabled{opacity:.4!important;cursor:not-allowed!important;pointer-events:none}.app-shell[data-theme=light] .chat-resume-status{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-resume-status--success{color:#0d7377}.app-shell[data-theme=light] .chat-resume-status--success svg{color:#0d7377}.app-shell[data-theme=light] .chat-resume-spinner{border-color:#0f172a1f;border-top-color:var(--theme-accent, #0D192F)}.chat-action-btn{display:inline-flex;align-items:center;justify-content:center;padding:11px 20px;border-radius:10px;font-size:.9375rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;white-space:nowrap;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);color:var(--theme-accent, #9CBCBF)}.chat-action-btn--primary{background:var(--theme-accent, #9CBCBF);border:1px solid var(--theme-accent, #9CBCBF);color:#0b1527;font-weight:600;box-shadow:0 2px 8px #9cbcbf40}.chat-action-btn--primary:hover:not(:disabled){background:#8aadaf;border-color:#8aadaf;box-shadow:0 4px 12px #9cbcbf59;transform:translateY(-1px)}.chat-action-btn--primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #9cbcbf33}.chat-action-btn--secondary{background:#9cbcbf14;border:1px solid rgba(156,188,191,.25);color:var(--theme-accent, #9CBCBF)}.chat-action-btn--secondary:hover:not(:disabled){background:#9cbcbf26;border-color:#9cbcbf66;transform:translateY(-1px)}.chat-action-btn--secondary:active:not(:disabled){transform:translateY(0)}.chat-action-btn--tertiary{background:transparent;border:1px solid transparent;color:var(--theme-text-muted, rgba(255, 255, 255, .5));font-weight:450;padding:11px 16px}.chat-action-btn--tertiary:hover:not(:disabled){background:var(--theme-hover-bg, rgba(255, 255, 255, .04));color:var(--theme-text-secondary, rgba(255, 255, 255, .7));transform:none}.chat-action-btn--tertiary:active:not(:disabled){background:#ffffff0f}.chat-action-btn:focus-visible{outline:2px solid var(--theme-accent, #9CBCBF);outline-offset:2px}.chat-action-btn:disabled{opacity:.5;cursor:not-allowed}.chat-action-btn--success{opacity:1!important;background:#9cbcbf26!important;border-color:#9cbcbf66!important;color:var(--theme-accent, #9CBCBF)!important;cursor:default!important}.chat-action-btn--success:disabled{opacity:1!important}.app-shell[data-theme=light] .chat-action-btn--primary{background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);color:#fff;box-shadow:0 2px 8px #1e3a5f40,0 1px 2px #1e3a5f26;font-weight:600}.app-shell[data-theme=light] .chat-action-btn--primary:hover:not(:disabled){background:var(--theme-accent-hover, #0D192F);border-color:var(--theme-accent-hover, #0D192F);box-shadow:0 4px 16px #0d192f4d,0 2px 4px #0d192f2e;transform:translateY(-1px)}.app-shell[data-theme=light] .chat-action-btn--secondary{background:#fff;border:1px solid var(--theme-border-strong, rgba(30, 41, 59, .15));color:var(--theme-text-secondary, #475569);box-shadow:0 1px 2px #1e293b0a}.app-shell[data-theme=light] .chat-action-btn--secondary:hover:not(:disabled){background:#fff;border-color:var(--theme-accent, #1E3A5F);color:var(--theme-accent, #1E3A5F);box-shadow:0 2px 6px #1e293b1a}.app-shell[data-theme=light] .chat-action-btn--tertiary{background:transparent;border-color:transparent;color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-action-btn--tertiary:hover:not(:disabled){background:var(--theme-hover-bg, #EDF2F7);color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .chat-action-btn--success{background:#1e3a5f14!important;border-color:#1e3a5f40!important;color:var(--theme-accent, #1E3A5F)!important}.app-shell[data-theme=light] .chat-input-area{border-top-color:var(--theme-border, rgba(30, 41, 59, .08))}.app-shell[data-theme=light] .chat-input-container{background:#fff;border-color:var(--theme-border-strong, rgba(30, 41, 59, .12));box-shadow:0 1px 3px #1e293b0a}.app-shell[data-theme=light] .chat-input-container:focus-within{border-color:var(--theme-accent, #1E3A5F);box-shadow:0 0 0 3px #1e3a5f14}.app-shell[data-theme=light] .chat-input{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .chat-input::placeholder{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-send-btn{background:var(--theme-accent, #1E3A5F);color:#fff;box-shadow:0 2px 4px #1e3a5f33}.app-shell[data-theme=light] .chat-send-btn:hover:not(:disabled){background:var(--theme-accent-hover, #0D192F);box-shadow:0 3px 8px #0d192f40}.app-shell[data-theme=light] .chat-input-hint{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-message-name{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .chat-message-time{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .chat-message-user .chat-message-text{background:#1e3a5f0f;color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .chat-message-assistant .chat-message-text{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .chat-avatar-user{background:#6366f11a;color:#4f46e5}.app-shell[data-theme=light] .chat-avatar-assistant{background:#1e3a5f14;color:#1e3a5f}.chat-snapshot-card{margin-top:12px;padding:12px 16px;background:#9cbcbf14;border:1px solid rgba(156,188,191,.15);border-radius:10px}.chat-snapshot-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--accent-teal, #9CBCBF);margin-bottom:10px}.chat-snapshot-items{display:flex;flex-direction:column;gap:6px}.chat-snapshot-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px}.chat-snapshot-label{font-size:.8125rem;color:#ffffff80;flex-shrink:0}.chat-snapshot-value{font-size:.8125rem;color:#ffffffe6;text-align:right;word-break:break-word}.chat-clarify-card{margin-top:14px;padding:14px 16px;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:10px}.chat-clarify-question{font-size:.9375rem;color:#ffffffe6;line-height:1.5;margin-bottom:12px}.chat-clarify-options{display:flex;flex-wrap:wrap;gap:8px}.chat-clarify-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:#6366f11f;border:1px solid rgba(99,102,241,.3);border-radius:6px;color:#818cf8f2;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.chat-clarify-btn:hover:not(:disabled){background:#6366f133;border-color:#6366f173}.chat-clarify-btn:active:not(:disabled){transform:scale(.98)}.chat-clarify-btn:disabled{opacity:.5;cursor:not-allowed}.agent-activity-bar{padding:12px var(--space-4, 2rem);border-top:1px solid rgba(255,255,255,.04);background:transparent}.agent-activity-chips{display:flex;flex-wrap:wrap;gap:10px}.agent-chip{display:flex;align-items:center;gap:10px;padding:8px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;position:relative;transition:all .3s ease}.agent-chip-active{background:#9cbcbf1a;border-color:#9cbcbf4d}.agent-chip-dimmed{opacity:.5}.agent-chip-icon{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}.agent-chip-info{display:flex;flex-direction:column;gap:2px;min-width:0}.agent-chip-name{font-size:.75rem;font-weight:600;color:#ffffffe6;white-space:nowrap}.agent-chip-status{font-size:.6875rem;color:var(--accent-teal, #9CBCBF);white-space:nowrap}.agent-chip-active .agent-chip-status{animation:statusPulse 1.5s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:.7}50%{opacity:1}}.agent-chip-pulse{position:absolute;top:-3px;right:-3px;width:8px;height:8px;background:var(--accent-teal, #9CBCBF);border-radius:50%;animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #9cbcbf80}50%{opacity:.8;transform:scale(1.1);box-shadow:0 0 8px 2px #9cbcbf4d}}.agent-activity-bar--subtle{padding:8px var(--space-4, 2rem);border-top:none}.agent-activity-bar--subtle .agent-activity-chips{align-items:center;gap:8px}.agent-chip--minimal{padding:6px;background:#ffffff08;border-color:#ffffff0f}.agent-chip--minimal .agent-chip-icon{width:20px;height:20px}.agent-activity-label{font-size:.75rem;color:#ffffff80;font-weight:400;animation:statusPulse 1.5s ease-in-out infinite}.chat-completed-badge{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:4px 10px;background:#9cbcbf0f;border-radius:12px;font-size:.6875rem;color:var(--theme-text-muted, rgba(255, 255, 255, .45))}.chat-completed-badge-icon{width:14px;height:14px;border-radius:50%;object-fit:cover}.chat-completed-badge-text{font-weight:450}.app-shell[data-theme=light] .chat-completed-badge{background:#0d192f0a;color:var(--theme-text-muted, #5A6B7D)}@media (min-width: 769px) and (max-width: 1024px){.chat-messages{padding:var(--space-2, 1rem) var(--space-3, 1.5rem)}.chat-messages-inner,.chat-input-container{max-width:720px}}@media (max-width: 768px){.chat-panel{height:100%;min-height:0;max-height:100%}.chat-messages{padding:var(--space-1, .5rem) var(--space-2, 1rem);min-height:0}.chat-messages-inner{max-width:100%;padding-top:.5rem;padding-bottom:1rem}.chat-input-area{padding:.75rem 1rem;flex-shrink:0}.chat-input-container{max-width:100%;padding:8px 12px}.chat-message-text{padding:8px 12px;font-size:1rem}.chat-error,.chat-notice{margin:0 var(--space-2, 1rem)}.agent-activity-bar{padding:10px var(--space-2, 1rem)}.chat-suggested-actions{gap:10px}.chat-action-btn{padding:10px 16px;font-size:.875rem}.chat-action-btn--tertiary{padding:10px 12px}}@media (min-width: 1200px){.chat-messages-inner,.chat-input-container{max-width:900px}}.role-selection-card{background:var(--theme-bg-secondary, rgba(255, 255, 255, .03));border-radius:12px;padding:1.25rem;margin-top:.5rem}.role-selection-title{font-size:.9375rem;font-weight:500;color:var(--accent-teal, #9CBCBF);margin:0 0 1rem}.role-options-grid{display:flex;flex-direction:column;gap:.75rem}.role-option-btn{display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:1rem;border-radius:10px;border:1px solid var(--accent-teal, rgba(156, 188, 191, .3));background:var(--theme-bg-tertiary, rgba(255, 255, 255, .02));color:var(--theme-text-primary, rgba(255, 255, 255, .95));cursor:pointer;transition:all .2s ease;width:100%}.role-option-btn:hover:not(:disabled){border-color:var(--accent-teal, #9CBCBF);background:#9cbcbf14}.role-option-btn.selected{border-color:var(--accent-teal, #9CBCBF);background:#9cbcbf1f}.role-option-btn.primary{border-color:var(--accent-teal, rgba(156, 188, 191, .5))}.role-option-btn:disabled{opacity:.6;cursor:not-allowed}.role-option-header{display:flex;align-items:center;gap:.75rem;width:100%}.role-option-title{font-size:1rem;font-weight:600}.role-option-badge{font-size:.6875rem;padding:.25rem .5rem;border-radius:4px;background:#9cbcbf26;color:var(--accent-teal, #9CBCBF);font-weight:500}.role-option-narrative{font-size:.8125rem;color:var(--theme-text-secondary, rgba(156, 188, 191, .8));margin:.5rem 0 0;line-height:1.5}.role-selection-loading{display:flex;align-items:center;gap:.5rem;margin-top:1rem;font-size:.875rem;color:var(--accent-teal, #9CBCBF)}.role-selection-loading .spin{animation:spin 1s linear infinite}.chat-message-text p.chat-suggested-role-line{margin-top:.25em}.chat-suggested-role-label,.chat-suggested-role-value{font-weight:600;color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .chat-suggested-role-label,.app-shell[data-theme=light] .chat-suggested-role-value{color:var(--theme-accent, #1E3A5F)}.chat-step-indicator{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:.5rem 0;background:var(--theme-hover-bg, rgba(255, 255, 255, .04));border-radius:8px;color:var(--theme-text-muted, rgba(255, 255, 255, .45));font-size:.9375rem}.app-shell[data-theme=light] .chat-step-indicator{background:var(--brand-light-surface-2, #EEF2F7);color:var(--brand-light-text-muted, #5A6B7D)}.chat-step-action{padding:0;margin:0}.chat-inline-step-action,.chat-step-action-inline{margin-top:1rem;padding-top:.5rem}.chat-step-headline{font-size:.9375rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .95));margin-bottom:.75rem;line-height:1.5}.app-shell[data-theme=light] .chat-step-headline{color:var(--brand-light-text-primary, #1A2A3A)}.chat-upload-inline{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}.chat-role-inline{display:flex;align-items:center;gap:.75rem;margin-top:0}.chat-role-input{flex:1;max-width:320px;padding:.625rem .875rem;font-size:1rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .95));background:#ffffff0f;border:1.5px solid var(--brand-accent-teal, #9CBCBF);border-radius:8px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.chat-role-input:focus{border-color:var(--brand-accent-teal, #9CBCBF);background:#ffffff1a;box-shadow:0 0 0 2px #9cbcbf40}.chat-role-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .4));font-weight:400}.chat-role-input:disabled{opacity:.7;cursor:not-allowed;background:#ffffff08}.app-shell[data-theme=light] .chat-role-input{color:var(--brand-primary-bg, #0B1527);background:var(--brand-light-surface-1, #F7F9FC);border-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .chat-role-input:focus{border-color:var(--theme-accent, #1E3A5F);background:#fff;box-shadow:0 0 0 2px #1e3a5f26}.app-shell[data-theme=light] .chat-role-input::placeholder{color:var(--brand-light-text-muted, #5A6B7D)}.app-shell[data-theme=light] .chat-role-input:disabled{background:var(--brand-light-surface-2, #EEF2F7)}.chat-role-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;color:var(--brand-navy, #0D192F);background:var(--brand-accent-teal, #9CBCBF);border:1px solid var(--brand-accent-teal, #9CBCBF);border-radius:8px;cursor:pointer;transition:all .2s ease;flex-shrink:0;box-shadow:0 2px 8px #9cbcbf40}.chat-role-submit-btn:hover:not(:disabled){background:#8aadaf;border-color:#8aadaf;box-shadow:0 4px 12px #9cbcbf59;transform:translateY(-1px)}.chat-role-submit-btn:disabled{opacity:.5;cursor:not-allowed}.app-shell[data-theme=light] .chat-role-submit-btn{color:#fff;background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);box-shadow:0 2px 8px #1e3a5f40,0 1px 2px #1e3a5f26}.app-shell[data-theme=light] .chat-role-submit-btn:hover:not(:disabled){background:var(--theme-accent-hover, #0D192F);border-color:var(--theme-accent-hover, #0D192F);box-shadow:0 4px 16px #0d192f4d,0 2px 4px #0d192f2e}.chat-role-input--disabled{opacity:.6;cursor:default;background:#ffffff0a;border-color:var(--brand-accent-teal, #9CBCBF)}.chat-role-submit-btn--disabled{opacity:.7;cursor:default;background:var(--brand-accent-teal, #9CBCBF);border-color:var(--brand-accent-teal, #9CBCBF);color:var(--brand-navy, #0D192F)}.chat-role-spinner{animation:spin 1s linear infinite}.chat-suggested-role-hint{margin-top:.5rem;font-size:.875rem;color:var(--theme-text-secondary, rgba(255, 255, 255, .7))}.chat-suggested-role-hint strong{color:var(--brand-accent-teal, #9CBCBF);font-weight:600}.app-shell[data-theme=light] .chat-suggested-role-hint{color:var(--theme-text-secondary, #64748B)}.app-shell[data-theme=light] .chat-suggested-role-hint strong{color:var(--theme-accent, #1E3A5F)}.chat-user-response{display:flex;align-items:center;gap:8px;margin-top:.75rem;padding:.625rem .875rem;background:#9cbcbf14;border-radius:8px;border-left:3px solid var(--brand-accent-teal, #9CBCBF);animation:chatMessageFadeIn .4s ease-out forwards}.chat-user-response-label{font-size:.8125rem;color:var(--theme-text-muted, rgba(255, 255, 255, .6));white-space:nowrap}.chat-user-response-value{font-size:.875rem;font-weight:500;color:var(--theme-text-primary, rgba(255, 255, 255, .95))}.app-shell[data-theme=light] .chat-user-response{background:#1e3a5f0f;border-left-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .chat-user-response-label{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .chat-user-response-value{color:var(--theme-text-primary, #0A1628)}.chat-processing-indicator{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 0;color:var(--theme-text-muted, rgba(255, 255, 255, .6));font-size:.8125rem}.chat-processing-spinner{animation:spin 1s linear infinite;color:var(--brand-accent-teal, #9CBCBF)}.app-shell[data-theme=light] .chat-processing-indicator{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .chat-processing-spinner{color:var(--brand-accent-teal, #9CBCBF)}.chat-message-fade-in{animation:chatMessageFadeIn .6s ease-out forwards}@keyframes chatMessageFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.chat-fade-in-delayed{animation:chatFadeInDelayed .5s ease-out .3s forwards;opacity:0}@keyframes chatFadeInDelayed{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chat-processing-indicator{animation:chatMessageFadeIn .4s ease-out forwards}.chat-upload-control{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}.chat-upload-control>button{display:inline-flex}.chat-upload-status{font-size:.8125rem;color:var(--brand-text-secondary, rgba(156, 188, 191, .8));animation:chatMessageFadeIn .3s ease-out forwards;white-space:nowrap}.app-shell[data-theme=light] .chat-upload-status{color:var(--brand-text-secondary, rgba(10, 22, 40, .6))}.chat-upload-success{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:var(--brand-accent-teal, #9CBCBF);animation:uploadSuccessFadeInOut 2.5s ease-in-out forwards;white-space:nowrap}.chat-upload-success svg{color:var(--brand-accent-teal, #9CBCBF)}@keyframes uploadSuccessFadeInOut{0%{opacity:0;transform:translate(-8px)}15%{opacity:1;transform:translate(0)}70%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(0)}}.app-shell[data-theme=light] .chat-upload-success{color:#0d7377}.app-shell[data-theme=light] .chat-upload-success svg{color:#0d7377}.chat-constraints-inline{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:8px;margin-top:0}.chat-hours-options{display:flex;flex-wrap:wrap;gap:8px}.chat-hours-btn{padding:10px 16px;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);color:var(--theme-text-secondary, rgba(255, 255, 255, .7))}.chat-hours-btn:hover{background:#9cbcbf26;border-color:#9cbcbf4d}.chat-hours-btn--selected{background:var(--brand-accent-teal, #9CBCBF);border-color:var(--brand-accent-teal, #9CBCBF);color:var(--brand-navy, #0D192F)}.chat-hours-btn--selected:hover{background:var(--brand-accent-teal, #9CBCBF);border-color:var(--brand-accent-teal, #9CBCBF)}.chat-hours-btn--disabled{opacity:.6;cursor:default;pointer-events:none}.chat-hours-btn--disabled.chat-hours-btn--selected{background:var(--brand-accent-teal, #9CBCBF);border-color:var(--brand-accent-teal, #9CBCBF);color:var(--brand-navy, #0D192F);opacity:.8}.app-shell[data-theme=light] .chat-hours-btn{background:#fff;border-color:#1e293b1f;color:var(--theme-text-secondary, #475569);box-shadow:0 1px 2px #1e293b08}.app-shell[data-theme=light] .chat-hours-btn:hover{background:#fff;border-color:#1e3a5f40;box-shadow:0 2px 4px #1e293b0f}.app-shell[data-theme=light] .chat-hours-btn--selected{background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);color:#fff;box-shadow:0 2px 6px #1e3a5f40}.app-shell[data-theme=light] .chat-hours-btn--selected:hover{background:#0d192f;border-color:#0d192f}.app-shell[data-theme=light] .chat-hours-btn--disabled.chat-hours-btn--selected{background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);color:#fff}.app-shell[data-theme=light] .chat-role-input--disabled{background:#f8fafc;border-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .chat-role-submit-btn--disabled{background:var(--theme-accent, #1E3A5F);border-color:var(--theme-accent, #1E3A5F);color:#fff}.chat-planner-complete{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding:16px;background:#34d39914;border:1px solid rgba(52,211,153,.2);border-radius:12px;animation:chatMessageFadeIn .6s ease-out forwards}.chat-planner-complete-header{display:flex;align-items:center;gap:10px}.chat-planner-complete-icon{color:var(--brand-accent-teal, #34D399);flex-shrink:0}.chat-planner-complete-title{font-size:1rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95))}.chat-planner-complete-text{font-size:.875rem;line-height:1.5;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));margin:0}.chat-planner-complete-cta{margin-top:4px}.chat-planner-complete-hint{font-size:.8125rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.chat-planner-complete--inline{margin-top:0}.chat-message--planner-complete .chat-message-avatar,.chat-message--planner-complete .chat-message-header{display:none}.chat-message--planner-complete .chat-message-content{margin-left:0}.app-shell[data-theme=light] .chat-planner-complete{background:#1e3a5f0a;border-color:#1e3a5f1f;box-shadow:0 2px 8px #1e3a5f0f}.app-shell[data-theme=light] .chat-planner-complete-icon{color:#1e3a5f}.app-shell[data-theme=light] .chat-planner-complete-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .chat-planner-complete-text{color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .chat-planner-complete-hint{color:var(--theme-text-muted, #64748B)}.chat-planner-view-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:linear-gradient(135deg,#D7E1F4 0%,var(--accent-teal, #9CBCBF) 100%);border:none;color:var(--brand-navy, #0D192F)}.chat-planner-view-btn:hover:not(:disabled){background:linear-gradient(135deg,#e5ecf7,#a8c8cb);transform:translateY(-1px);box-shadow:0 4px 12px #9cbcbf4d}.chat-planner-view-btn:disabled{opacity:.6;cursor:not-allowed}.app-shell[data-theme=light] .chat-planner-view-btn{background:var(--brand-navy, #0D192F);color:#fff}.app-shell[data-theme=light] .chat-planner-view-btn:hover:not(:disabled){background:#1a2942;box-shadow:0 4px 12px #0d192f33}.chat-setup-success{display:inline-flex;align-items:center;gap:6px;font-size:.8125rem;font-weight:500;color:var(--brand-accent-teal, #34D399);animation:setupSuccessFadeIn .3s ease-out forwards;margin-left:12px;white-space:nowrap}.chat-setup-success svg{color:var(--brand-accent-teal, #34D399);flex-shrink:0}@keyframes setupSuccessFadeIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.app-shell[data-theme=light] .chat-setup-success{color:#0d7377}.app-shell[data-theme=light] .chat-setup-success svg{color:#0d7377}.chat-setup-confirmed{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:500;color:var(--brand-accent-teal, #34D399);padding:8px 14px;background:#34d3991a;border-radius:8px;border:1px solid rgba(52,211,153,.2)}.chat-setup-confirmed svg{color:var(--brand-accent-teal, #34D399);flex-shrink:0}.app-shell[data-theme=light] .chat-setup-confirmed{color:#0d7377;background:#0d73770f;border-color:#0d73771f}.app-shell[data-theme=light] .chat-setup-confirmed svg{color:#0d7377}.chat-setup-disabled{opacity:.6;pointer-events:none;filter:grayscale(.3)}.chat-setup-disabled .chat-role-input,.chat-setup-disabled .chat-hours-btn{cursor:not-allowed;background:#9cbcbf0d}.app-shell[data-theme=light] .chat-setup-disabled .chat-role-input,.app-shell[data-theme=light] .chat-setup-disabled .chat-hours-btn{background:#00000008}.conversation-history{display:flex;flex-direction:row;height:100%;background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.04);overflow:hidden}.history-list-panel{display:flex;flex-direction:column;width:320px;min-width:280px;border-right:1px solid rgba(255,255,255,.06);flex-shrink:0}.history-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3, 1.5rem);border-bottom:1px solid rgba(255,255,255,.06)}.history-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:500;color:#ffffffe6;margin:0}.history-title svg{color:var(--accent-teal, #9CBCBF);opacity:.8}.history-list{flex:1;overflow-y:auto;padding:var(--space-2, 1rem)}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem);min-height:200px}.history-empty-icon{color:#9cbcbf33;margin-bottom:var(--space-2, 1rem)}.history-empty-title{font-size:.9375rem;font-weight:500;color:#ffffffb3;margin:0 0 .5rem}.history-empty-text{font-size:.8125rem;color:#9cbcbf80;margin:0;max-width:220px}.history-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:10px;cursor:pointer;transition:background .15s ease;margin-bottom:4px}.history-item:hover{background:#ffffff0a}.history-item-selected{background:#9cbcbf14}.history-item-selected:hover{background:#9cbcbf1a}.history-item-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:8px;color:#ffffff80}.history-item-selected .history-item-icon{background:#9cbcbf26;color:var(--accent-teal, #9CBCBF)}.history-item-content{flex:1;min-width:0}.history-item-title{font-size:.875rem;font-weight:500;color:#ffffffd9;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-preview{font-size:.75rem;color:#ffffff73;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.history-item-date{font-size:.6875rem;color:#ffffff59}.history-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem);min-height:200px;color:#ffffff80;font-size:.8125rem}.history-loading-icon{animation:history-spin 1s linear infinite;color:var(--accent-teal, #9CBCBF);opacity:.6}@keyframes history-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-track{background:transparent}.history-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.history-preview-panel{flex:1;display:flex;flex-direction:column;min-width:0;background:#0000001a}.history-preview-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem)}.history-preview-empty-icon{color:#9cbcbf33;margin-bottom:var(--space-2, 1rem)}.history-preview-empty-title{font-size:.9375rem;font-weight:500;color:#fff9;margin:0 0 .5rem}.history-preview-empty-text{font-size:.8125rem;color:#fff6;margin:0;max-width:240px}.history-preview-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem);color:#ffffff80;font-size:.8125rem}.history-preview-error{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-4, 2rem);color:#f87171cc;font-size:.875rem}.history-preview-error-icon{margin-bottom:var(--space-2, 1rem);opacity:.7}.history-preview-header{display:flex;align-items:center;gap:12px;padding:var(--space-2, 1rem) var(--space-3, 1.5rem);border-bottom:1px solid rgba(255,255,255,.06);background:#ffffff05}.history-preview-back{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;border:none;background:#ffffff0d;color:#ffffffb3;cursor:pointer;transition:all .15s ease}.history-preview-back:hover{background:#ffffff14;color:#ffffffe6}.history-preview-title-section{flex:1;min-width:0}.history-preview-title{font-size:.9375rem;font-weight:500;color:#ffffffe6;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-preview-badge{display:inline-flex;align-items:center;padding:3px 8px;background:#9cbcbf1a;border:1px solid rgba(156,188,191,.2);border-radius:4px;font-size:.6875rem;font-weight:500;color:var(--accent-teal, #9CBCBF);text-transform:uppercase;letter-spacing:.03em}.history-preview-close{display:flex;align-items:center;padding:6px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#fff9;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.history-preview-close:hover{background:#ffffff0d;border-color:#ffffff26;color:#fffc}.history-preview-messages{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:var(--space-3, 1.5rem)}.history-preview-messages::-webkit-scrollbar{width:4px}.history-preview-messages::-webkit-scrollbar-track{background:transparent}.history-preview-messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.history-preview-no-messages{display:flex;align-items:center;justify-content:center;min-height:100px;color:#fff6;font-size:.875rem}.history-preview-message{display:flex;flex-direction:column;margin-bottom:var(--space-3, 1.5rem);max-width:80%}.history-preview-message:last-child{margin-bottom:0}.history-preview-message--assistant{align-self:flex-start}.history-preview-message--user{align-self:flex-end}.history-preview-message-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.history-preview-message--user .history-preview-message-header{justify-content:flex-end}.history-preview-message-role{font-size:.8125rem;font-weight:500;color:#fffc}.history-preview-message--user .history-preview-message-role{color:var(--accent-teal, #9CBCBF)}.history-preview-message-time{font-size:.6875rem;color:#ffffff59}.history-preview-message-content{font-size:.875rem;line-height:1.6;color:#ffffffbf;white-space:pre-wrap;word-break:break-word}.history-preview-message--assistant .history-preview-message-content{padding:10px 14px;background:#ffffff0a;border-radius:10px;border:1px solid rgba(255,255,255,.06)}.history-preview-message--user .history-preview-message-content{padding:10px 14px;background:#9cbcbf1f;border-radius:10px;border:1px solid rgba(156,188,191,.15);text-align:right}@media (max-width: 768px){.conversation-history{flex-direction:column;position:relative}.history-list-panel{width:100%;min-width:0;border-right:none;flex:1}.history-preview-panel{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background:var(--theme-bg-primary, #0B1527)}.history-mobile-preview-open .history-list-panel{display:none}.history-mobile-preview-open .history-preview-panel,.history-preview-back{display:flex}.history-preview-close{display:none}.history-header{padding:var(--space-2, 1rem)}.history-list{padding:var(--space-2, 1rem) var(--space-1, .5rem)}.history-preview-header,.history-preview-messages{padding:var(--space-2, 1rem)}}.app-shell[data-theme=light] .conversation-history{background:#fff;border:1px solid var(--theme-border, rgba(30, 41, 59, .08));box-shadow:var(--theme-shadow-card, 0 1px 3px rgba(15, 23, 42, .06))}.app-shell[data-theme=light] .history-list-panel{border-right-color:var(--theme-border, rgba(30, 41, 59, .08))}.app-shell[data-theme=light] .history-header{border-bottom-color:var(--theme-border, rgba(30, 41, 59, .08))}.app-shell[data-theme=light] .history-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-title svg{color:var(--theme-accent, #1E3A5F);opacity:.9}.app-shell[data-theme=light] .history-empty-icon{color:var(--theme-accent, #1E3A5F);opacity:.25}.app-shell[data-theme=light] .history-empty-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-empty-text{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-item:hover{background:var(--theme-hover-bg, rgba(30, 41, 59, .04))}.app-shell[data-theme=light] .history-item-selected{background:#1e3a5f0f}.app-shell[data-theme=light] .history-item-selected:hover{background:#1e3a5f14}.app-shell[data-theme=light] .history-item-icon{background:#1e293b0d;color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-item-selected .history-item-icon{background:#1e3a5f1a;color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .history-item-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-item-preview{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-item-date{color:var(--theme-text-muted, #94A3B8)}.app-shell[data-theme=light] .history-loading{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-loading-icon{color:var(--theme-accent, #1E3A5F);opacity:.7}.app-shell[data-theme=light] .history-preview-panel{background:var(--theme-bg-surface, #F8FAFC)}.app-shell[data-theme=light] .history-preview-empty-icon{color:var(--theme-accent, #1E3A5F);opacity:.2}.app-shell[data-theme=light] .history-preview-empty-title{color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .history-preview-empty-text,.app-shell[data-theme=light] .history-preview-loading{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-preview-error{color:#dc2626}.app-shell[data-theme=light] .history-preview-header{border-bottom-color:var(--theme-border, rgba(30, 41, 59, .08));background:#fff}.app-shell[data-theme=light] .history-preview-back{background:#1e293b0d;color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .history-preview-back:hover{background:#1e293b14;color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-preview-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-preview-badge{background:#1e3a5f0f;border-color:#1e3a5f1f;color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .history-preview-close{border-color:var(--theme-border, rgba(30, 41, 59, .12));color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .history-preview-close:hover{background:#1e293b0a;border-color:#1e293b33;color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-preview-no-messages{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .history-preview-message-role{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-preview-message--user .history-preview-message-role{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .history-preview-message-time{color:var(--theme-text-muted, #94A3B8)}.app-shell[data-theme=light] .history-preview-message-content{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .history-preview-message--assistant .history-preview-message-content{background:#1e293b08;border-color:#1e293b14}.app-shell[data-theme=light] .history-preview-message--user .history-preview-message-content{background:#1e3a5f0f;border-color:#1e3a5f1f}.app-shell[data-theme=light] .history-list::-webkit-scrollbar-thumb{background:#1e293b1f}.app-shell[data-theme=light] .history-list::-webkit-scrollbar-thumb:hover{background:#1e293b33}.app-shell[data-theme=light] .history-preview-messages::-webkit-scrollbar-thumb{background:#1e293b1f}.app-shell[data-theme=light] .history-preview-messages::-webkit-scrollbar-thumb:hover{background:#1e293b33}@media (max-width: 768px){.app-shell[data-theme=light] .history-preview-panel{background:#fff}}.settings-page{flex:1;overflow-y:auto;padding:var(--space-3, 1.5rem) var(--space-4, 2rem)}.settings-container{max-width:600px;margin:0 auto}.settings-title{font-size:1.5rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95));margin:0 0 var(--space-4, 2rem) 0}.settings-section{margin-bottom:var(--space-4, 2rem);padding:var(--space-3, 1.5rem);background:var(--theme-bg-secondary, var(--secondary-dark, #0D192F));border:1px solid var(--theme-border, rgba(255, 255, 255, .06));border-radius:12px}.settings-section-title{font-size:1.125rem;font-weight:700;color:var(--theme-text-primary, rgba(255, 255, 255, .95));margin:0 0 .25rem;letter-spacing:-.01em}.settings-section-desc{font-size:.875rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5));margin:0 0 var(--space-2, 1rem) 0;line-height:1.5}.settings-section-placeholder{opacity:.6}.settings-option{display:flex;flex-direction:column;gap:var(--space-2, 1rem)}@media (min-width: 480px){.settings-option{flex-direction:row;align-items:center;justify-content:space-between}}.settings-option-info{display:flex;flex-direction:column;gap:4px}.settings-option-label{font-size:.875rem;font-weight:600;color:var(--theme-text-secondary, rgba(255, 255, 255, .75))}.settings-option-desc{font-size:.8125rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.theme-selector{display:flex;gap:8px;flex-shrink:0}.theme-option{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px;background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.theme-option:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .04));border-color:var(--theme-border-strong, rgba(255, 255, 255, .15))}.theme-option.active{background:var(--theme-accent-bg, rgba(156, 188, 191, .15));border-color:var(--theme-accent, #9CBCBF);color:var(--theme-accent, #9CBCBF)}.settings-mode-selector{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:8px}.settings-mode-option{display:flex;flex-direction:column;align-items:flex-start;gap:4px;padding:12px 16px;border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px;background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));font-family:inherit;cursor:pointer;transition:all .15s ease;text-align:left}.settings-mode-option:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .04));border-color:var(--theme-border-strong, rgba(255, 255, 255, .15))}.settings-mode-option.active{background:var(--theme-accent-bg, rgba(156, 188, 191, .15));border-color:var(--theme-accent, #9CBCBF)}.settings-mode-option:disabled{opacity:.6;cursor:not-allowed}.settings-mode-label{font-size:.875rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .9))}.settings-mode-option.active .settings-mode-label{color:var(--theme-accent, #9CBCBF)}.settings-mode-desc{font-size:.75rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.settings-success{font-size:.75rem;color:var(--theme-accent, #9CBCBF);margin-top:8px}.settings-option-stacked{flex-direction:column!important;align-items:flex-start!important}.settings-name-input-group{display:flex;gap:10px;width:100%;margin-top:8px}.settings-name-input{flex:1;padding:10px 14px;border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px;background:var(--theme-input-bg, rgba(0, 0, 0, .2));color:var(--theme-text-primary, rgba(255, 255, 255, .9));font-size:.9375rem;font-family:inherit;transition:all .15s ease}.settings-name-input:focus{outline:none;border-color:var(--theme-accent, #9CBCBF);background:var(--theme-input-bg, rgba(0, 0, 0, .3))}.settings-name-input::placeholder{color:var(--theme-text-muted, rgba(255, 255, 255, .4))}.settings-name-input:disabled{opacity:.6;cursor:not-allowed}.settings-save-btn{display:flex;align-items:center;justify-content:center;min-width:70px;padding:10px 16px;border:1px solid var(--theme-accent, #9CBCBF);border-radius:8px;background:transparent;color:var(--theme-accent, #9CBCBF);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.settings-save-btn:hover:not(:disabled){background:var(--theme-accent-bg, rgba(156, 188, 191, .15))}.settings-save-btn:disabled{opacity:.5;cursor:not-allowed}.settings-save-btn--saved{background:#34d39926;border-color:#34d39980;color:#34d399f2}.settings-spinner{animation:settings-spin 1s linear infinite}@keyframes settings-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.settings-error{display:block;margin-top:8px;font-size:.8125rem;color:#f87171f2}.settings-divider{height:1px;background:var(--theme-border, rgba(255, 255, 255, .08));margin:1.5rem 0}.app-shell[data-theme=light] .settings-divider{background:var(--theme-border, rgba(30, 41, 59, .1))}.settings-guide-image-container{display:flex;align-items:center;gap:1.5rem;margin-top:.75rem}.settings-guide-image-loading{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:var(--theme-bg-tertiary, rgba(255, 255, 255, .03));border-radius:50%}.settings-guide-image-preview{position:relative;flex-shrink:0}.settings-guide-image-upload-btn{position:absolute;bottom:0;right:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid var(--theme-bg-secondary, #0D192F);border-radius:50%;background:var(--theme-accent, #9CBCBF);color:var(--theme-bg-primary, #0B1527);cursor:pointer;transition:all .15s ease}.settings-guide-image-upload-btn:hover:not(:disabled){transform:scale(1.1);background:var(--theme-accent, #9CBCBF)}.settings-guide-image-upload-btn:disabled{opacity:.7;cursor:not-allowed}.settings-guide-image-actions{display:flex;flex-direction:column;gap:.5rem}.settings-guide-image-change-btn,.settings-guide-image-remove-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:6px;font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.settings-guide-image-change-btn{background:var(--theme-accent-bg, rgba(156, 188, 191, .15));border:1px solid var(--theme-accent, rgba(156, 188, 191, .3));color:var(--theme-accent, #9CBCBF)}.settings-guide-image-change-btn:hover:not(:disabled){background:var(--theme-accent-bg, rgba(156, 188, 191, .25));border-color:var(--theme-accent, #9CBCBF)}.settings-guide-image-remove-btn{background:transparent;border:1px solid rgba(248,113,113,.3);color:#f87171e6}.settings-guide-image-remove-btn:hover:not(:disabled){background:#f871711a;border-color:#f8717180}.settings-guide-image-change-btn:disabled,.settings-guide-image-remove-btn:disabled{opacity:.5;cursor:not-allowed}.settings-guide-image-error{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.8125rem;color:#f87171f2}.app-shell[data-theme=light] .settings-guide-image-upload-btn{border-color:#fff;background:var(--theme-accent, #0D192F);color:#fff}.app-shell[data-theme=light] .settings-guide-image-change-btn{background:#0d192f0d;border-color:var(--theme-accent, rgba(13, 25, 47, .2));color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .settings-guide-image-change-btn:hover:not(:disabled){background:#0d192f1a;border-color:var(--theme-accent, #0D192F)}@media (max-width: 480px){.settings-guide-image-container{flex-direction:column;align-items:flex-start;gap:1rem}.settings-guide-image-actions{flex-direction:row}}.app-shell[data-theme=light] .settings-name-input{background:#fff;border-color:var(--theme-border, rgba(13, 25, 47, .12));color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .settings-name-input:focus{border-color:var(--theme-accent, #0D192F);background:#fff}.app-shell[data-theme=light] .settings-name-input::placeholder{color:var(--theme-text-muted, #5A6B7D)}.app-shell[data-theme=light] .settings-save-btn{border-color:var(--theme-accent, #0D192F);color:var(--theme-accent, #0D192F)}.app-shell[data-theme=light] .settings-save-btn:hover:not(:disabled){background:var(--theme-accent-bg, rgba(13, 25, 47, .08))}.app-shell[data-theme=light] .settings-save-btn--saved{background:#10b9811a;border-color:#10b98180;color:#059669}.app-shell[data-theme=light] .settings-error{color:#dc2626}.app-shell[data-theme=light] .settings-mode-option{border-color:var(--theme-border, rgba(30, 41, 59, .1));color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .settings-mode-option:hover{background:var(--theme-hover-bg, rgba(30, 58, 95, .04));border-color:var(--theme-border-strong, rgba(30, 41, 59, .2))}.app-shell[data-theme=light] .settings-mode-option.active{background:var(--theme-accent-bg, rgba(30, 58, 95, .08));border-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .settings-mode-label{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .settings-mode-option.active .settings-mode-label{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .settings-mode-desc{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .settings-success{color:var(--theme-accent, #1E3A5F)}@media (max-width: 768px){.settings-page,.settings-section{padding:var(--space-2, 1rem)}.theme-selector{width:100%}.theme-option{flex:1;justify-content:center}.settings-name-input-group{flex-direction:column}.settings-save-btn{width:100%}}.settings-resume-loading{display:flex;align-items:center;gap:10px;color:var(--theme-text-muted, rgba(255, 255, 255, .5));font-size:.875rem;margin-top:8px}.settings-resume-info{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;margin-top:12px;padding:12px 14px;background:var(--theme-input-bg, rgba(0, 0, 0, .2));border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px}.settings-resume-file{display:flex;align-items:center;gap:10px;color:var(--theme-text-primary, rgba(255, 255, 255, .9));min-width:0}.settings-resume-file svg{flex-shrink:0;color:var(--theme-accent, #9CBCBF)}.settings-resume-filename{font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-replace-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--theme-border, rgba(255, 255, 255, .15));border-radius:6px;background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease;flex-shrink:0}.settings-replace-btn:hover:not(:disabled){background:var(--theme-hover-bg, rgba(255, 255, 255, .06));border-color:var(--theme-border-strong, rgba(255, 255, 255, .2));color:var(--theme-text-primary, rgba(255, 255, 255, .9))}.settings-replace-btn:disabled{opacity:.6;cursor:not-allowed}.settings-resume-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.settings-view-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--theme-accent, rgba(156, 188, 191, .3));border-radius:6px;background:var(--theme-accent-bg, rgba(156, 188, 191, .1));color:var(--theme-accent, #9CBCBF);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease;flex-shrink:0}.settings-view-btn:hover{background:var(--theme-accent-bg, rgba(156, 188, 191, .2));border-color:var(--theme-accent, #9CBCBF)}.app-shell[data-theme=light] .settings-view-btn{background:#1e3a5f14;border-color:var(--theme-accent, rgba(30, 58, 95, .2));color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .settings-view-btn:hover{background:#1e3a5f1f;border-color:var(--theme-accent, #1E3A5F)}.settings-resume-empty{display:flex;align-items:center;gap:12px;margin-top:8px;font-size:.875rem;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.settings-upload-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid var(--theme-accent, rgba(156, 188, 191, .3));border-radius:6px;background:var(--theme-accent-bg, rgba(156, 188, 191, .1));color:var(--theme-accent, #9CBCBF);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease;flex-shrink:0}.settings-upload-btn:hover:not(:disabled){background:var(--theme-accent-bg, rgba(156, 188, 191, .2));border-color:var(--theme-accent, #9CBCBF)}.settings-upload-btn:disabled{opacity:.6;cursor:not-allowed}.app-shell[data-theme=light] .settings-upload-btn{background:#1e3a5f14;border-color:var(--theme-accent, rgba(30, 58, 95, .2));color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .settings-upload-btn:hover:not(:disabled){background:#1e3a5f1f;border-color:var(--theme-accent, #1E3A5F)}.settings-resume-error{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:.8125rem;color:#f87171f2}.app-shell[data-theme=light] .settings-resume-info{background:#fff;border-color:var(--theme-border, rgba(13, 25, 47, .12))}.app-shell[data-theme=light] .settings-replace-btn{border-color:var(--theme-border, rgba(13, 25, 47, .15));color:var(--theme-text-secondary, #5A6B7D)}.app-shell[data-theme=light] .settings-replace-btn:hover:not(:disabled){background:#0d192f0a;border-color:#0d192f40;color:var(--theme-text-primary, #0B1527)}.app-shell[data-theme=light] .settings-resume-error{color:#dc2626}@media (max-width: 480px){.settings-resume-info{flex-direction:column;align-items:flex-start;gap:12px}.settings-replace-btn{width:100%;justify-content:center}}.settings-section-danger{border-color:#f8717133}.settings-section-danger .settings-section-title{color:#f87171e6}.settings-reset-actions{display:flex;align-items:center;gap:12px;margin-top:12px}.settings-reset-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;border:1px solid rgba(248,113,113,.3);border-radius:8px;background:#f871711a;color:#f87171e6;font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.settings-reset-btn:hover:not(:disabled){background:#f8717126;border-color:#f8717166}.settings-reset-btn:disabled{opacity:.6;cursor:not-allowed}.settings-reset-btn--confirm{background:#f8717133;border-color:#f8717180;animation:settings-pulse 1.5s infinite}@keyframes settings-pulse{0%,to{opacity:1}50%{opacity:.7}}.settings-reset-cancel{padding:10px 16px;border:1px solid var(--theme-border, rgba(255, 255, 255, .15));border-radius:8px;background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.settings-reset-cancel:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .06));border-color:var(--theme-border-strong, rgba(255, 255, 255, .2))}.settings-reset-error{display:flex;align-items:center;gap:6px;margin-top:10px;font-size:.8125rem;color:#f87171f2}.app-shell[data-theme=light] .settings-section-danger{border-color:#dc262633}.app-shell[data-theme=light] .settings-section-danger .settings-section-title{color:#dc2626}.app-shell[data-theme=light] .settings-reset-btn{background:#dc262614;border-color:#dc262640;color:#dc2626}.app-shell[data-theme=light] .settings-reset-btn:hover:not(:disabled){background:#dc26261f;border-color:#dc262659}.app-shell[data-theme=light] .settings-reset-btn--confirm{background:#dc262626;border-color:#dc262666}.app-shell[data-theme=light] .settings-reset-cancel{border-color:var(--theme-border, rgba(13, 25, 47, .15));color:var(--theme-text-secondary, #5A6B7D)}.app-shell[data-theme=light] .settings-reset-cancel:hover{background:#0d192f0a;border-color:#0d192f40}.app-shell[data-theme=light] .settings-reset-error{color:#dc2626}@media (max-width: 480px){.settings-reset-actions{flex-direction:column;width:100%}.settings-reset-btn,.settings-reset-cancel{width:100%;justify-content:center}}.settings-beta-footer{margin-top:var(--space-4, 2rem);padding:var(--space-3, 1.5rem);border-top:1px solid var(--theme-border, rgba(255, 255, 255, .06));text-align:center}.settings-beta-text{font-size:.8125rem;line-height:1.6;color:var(--theme-text-muted, rgba(255, 255, 255, .5));max-width:480px;margin:0 auto}.app-shell[data-theme=light] .settings-beta-text{color:var(--theme-text-muted, #5A6B7D)}.post-week-dashboard{position:relative;min-height:100vh;width:100%;padding:40px 24px;overflow:hidden;background:linear-gradient(135deg,#0b1527,#0a1628,#0d1830)}.dashboard-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(156,188,191,.3) 0%,transparent 70%);top:-100px;right:-100px;animation-delay:0s}.orb-2{width:350px;height:350px;background:radial-gradient(circle,rgba(100,150,180,.25) 0%,transparent 70%);bottom:10%;left:-80px;animation-delay:-7s;animation-duration:25s}.orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(156,188,191,.2) 0%,transparent 70%);top:40%;right:20%;animation-delay:-14s;animation-duration:30s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.grid-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(156,188,191,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(156,188,191,.03) 1px,transparent 1px);background-size:50px 50px;opacity:.5}.dashboard-content{position:relative;z-index:1;max-width:1000px;margin:0 auto}.dashboard-header{text-align:center;margin-bottom:40px}.week-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#9cbcbf26,#9cbcbf0d);border:1px solid rgba(156,188,191,.2);border-radius:20px;color:#9cbcbf;font-size:.875rem;font-weight:500;margin-bottom:16px}.week-badge svg{color:gold}.dashboard-title{font-family:Space Grotesk,sans-serif;font-size:2.5rem;font-weight:700;color:#d7e1f4;margin:0 0 12px;line-height:1.2}.dashboard-subtitle{font-size:1.125rem;color:#d7e1f4b3;margin:0}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:32px}.stat-card{position:relative;background:#0d192f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(156,188,191,.15);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:all .3s ease}.stat-card:hover{border-color:#9cbcbf4d;transform:translateY(-2px)}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.stat-icon.proofs{background:linear-gradient(135deg,#22c55e33,#22c55e1a);color:#22c55e}.stat-icon.streak{background:linear-gradient(135deg,#fbbf2433,#fbbf241a);color:#fbbf24}.stat-icon.signal-momentum,.stat-icon.signal-engagement{background:linear-gradient(135deg,#9cbcbf33,#9cbcbf1a);color:#9cbcbf}.stat-icon.signal-foundation,.stat-icon.signal-initial{background:linear-gradient(135deg,#818cf833,#818cf81a);color:#818cf8}.stat-icon.signal-expand,.stat-icon.signal-focus{background:linear-gradient(135deg,#34d39933,#34d3991a);color:#34d399}.stat-icon.signal-pivot,.stat-icon.signal-explore,.stat-icon.signal-partial{background:linear-gradient(135deg,#fb923c33,#fb923c1a);color:#fb923c}.stat-content{display:flex;flex-direction:column;gap:4px}.stat-value{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700;color:#d7e1f4}.stat-value.signal-value{font-size:1.125rem}.stat-label{font-size:.8125rem;color:#d7e1f499}.stat-progress{height:4px;background:#9cbcbf1a;border-radius:2px;overflow:hidden}.stat-progress-bar{height:100%;background:linear-gradient(90deg,#9cbcbf,#7dd3c0);border-radius:2px;transition:width .5s ease}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}.glass-card{background:#0d192f99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(156,188,191,.15);border-radius:20px;padding:28px;transition:all .3s ease}.glass-card:hover{border-color:#9cbcbf40}.card-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.card-header svg{color:#9cbcbf}.card-header h2{font-family:Space Grotesk,sans-serif;font-size:1.25rem;font-weight:600;color:#d7e1f4;margin:0}.signal-display{margin-bottom:24px}.signal-badge{display:inline-block;padding:6px 14px;border-radius:16px;font-size:.875rem;font-weight:600;margin-bottom:12px}.signal-badge.signal-momentum,.signal-badge.signal-engagement{background:#9cbcbf26;color:#9cbcbf;border:1px solid rgba(156,188,191,.3)}.signal-badge.signal-foundation,.signal-badge.signal-initial{background:#818cf826;color:#818cf8;border:1px solid rgba(129,140,248,.3)}.signal-badge.signal-expand,.signal-badge.signal-focus{background:#34d39926;color:#34d399;border:1px solid rgba(52,211,153,.3)}.signal-badge.signal-pivot,.signal-badge.signal-explore,.signal-badge.signal-partial{background:#fb923c26;color:#fb923c;border:1px solid rgba(251,146,60,.3)}.signal-explanation{font-size:1rem;color:#d7e1f4d9;line-height:1.6;margin:0}.observations-section{margin-bottom:24px}.section-subtitle{font-size:.8125rem;font-weight:600;color:#9cbcbfcc;text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px}.observations-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.observation-item{display:flex;align-items:flex-start;gap:10px;font-size:.9375rem;color:#d7e1f4e6;line-height:1.5}.observation-icon{color:#9cbcbf;flex-shrink:0;margin-top:2px}.accountability-section{display:flex;align-items:flex-start;gap:10px;padding:16px;background:#9cbcbf14;border-radius:12px;margin-bottom:16px}.anchor-icon{color:#9cbcbf;flex-shrink:0;margin-top:2px}.accountability-text{font-size:.9375rem;color:#d7e1f4d9;line-height:1.5;margin:0;font-style:italic}.meta-info{font-size:.75rem;color:#9cbcbf99;text-align:right}.headline-section{margin-bottom:24px}.recommendations-headline{font-family:Space Grotesk,sans-serif;font-size:1.125rem;font-weight:600;color:#d7e1f4;margin:0;line-height:1.4}.recommendations-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.recommendation-item{padding:16px;background:#9cbcbf0d;border:1px solid rgba(156,188,191,.1);border-radius:12px;transition:all .2s ease}.recommendation-item:hover{background:#9cbcbf14;border-color:#9cbcbf33}.recommendation-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.recommendation-icon{width:28px;height:28px;border-radius:8px;background:#9cbcbf26;color:#9cbcbf;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recommendation-title{font-size:.9375rem;font-weight:600;color:#d7e1f4;flex:1}.priority-badge{font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:3px 8px;border-radius:10px}.priority-badge.priority-high{background:#ef444426;color:#f87171}.priority-badge.priority-medium{background:#fbbf2426;color:#fbbf24}.priority-badge.priority-low{background:#9cbcbf26;color:#9cbcbf}.recommendation-description{font-size:.875rem;color:#d7e1f4b3;line-height:1.5;margin:0;padding-left:38px}.show-more-btn{width:100%;padding:10px;background:transparent;border:1px dashed rgba(156,188,191,.3);border-radius:8px;color:#9cbcbf;font-size:.875rem;cursor:pointer;transition:all .2s ease;margin-bottom:20px}.show-more-btn:hover{background:#9cbcbf0d;border-color:#9cbcbf80}.continue-section,.adjust-section{margin-bottom:16px}.mini-heading{display:flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:600;color:#9cbcbfcc;margin:0 0 10px}.continue-section .mini-heading{color:#34d399e6}.adjust-section .mini-heading{color:#fbbf24e6}.continue-list,.adjust-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.continue-list li,.adjust-list li{font-size:.875rem;color:#d7e1f4cc;padding-left:16px;position:relative}.continue-list li:before,.adjust-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%}.continue-list li:before{background:#34d399}.adjust-list li:before{background:#fbbf24}.milestone-section{display:flex;align-items:center;gap:14px;padding:16px;background:linear-gradient(135deg,#9cbcbf1a,#9cbcbf0d);border:1px solid rgba(156,188,191,.2);border-radius:12px;margin-top:8px}.milestone-icon{color:#9cbcbf;flex-shrink:0}.milestone-content{display:flex;flex-direction:column;gap:4px}.milestone-label{font-size:.75rem;font-weight:600;color:#9cbcbfcc;text-transform:uppercase;letter-spacing:.05em}.milestone-text{font-size:.9375rem;color:#d7e1f4;font-weight:500}.cta-section{text-align:center}.start-next-week-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#9cbcbf,#7dd3c0);border:none;border-radius:12px;color:#0b1527;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #9cbcbf4d,inset 0 1px #fff3}.start-next-week-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #9cbcbf66,inset 0 1px #fff3}.start-next-week-btn:hover svg{transform:translate(3px)}.start-next-week-btn svg{transition:transform .2s ease}.cta-hint{font-size:.875rem;color:#d7e1f480;margin:16px 0 0}@media (max-width: 768px){.post-week-dashboard{padding:24px 16px}.dashboard-title{font-size:1.75rem}.dashboard-subtitle{font-size:1rem}.stats-row{grid-template-columns:1fr;gap:12px}.stat-card{flex-direction:row;align-items:center}.stat-content{flex:1}.stat-progress{position:absolute;bottom:0;left:0;right:0;border-radius:0 0 16px 16px}.dashboard-grid{grid-template-columns:1fr;gap:20px}.glass-card{padding:20px}.recommendation-description{padding-left:0;margin-top:8px}}@media (max-width: 480px){.dashboard-title{font-size:1.5rem}.week-badge{font-size:.8125rem;padding:6px 12px}.stat-value{font-size:1.25rem}.start-next-week-btn{width:100%;justify-content:center}}@media (prefers-reduced-motion: reduce){.gradient-orb{animation:none}.stat-card,.glass-card,.recommendation-item,.start-next-week-btn{transition:none}.start-next-week-btn:hover svg{transform:none}}.help-whatsapp-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;margin-top:8px;background:#25d366;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:500;font-family:inherit;text-decoration:none;cursor:pointer;transition:all .15s ease}.help-whatsapp-btn:hover{background:#20bd5a;transform:translateY(-1px)}.help-whatsapp-btn:active{transform:translateY(0)}.help-faq-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.help-faq-item{border:1px solid var(--theme-border, rgba(255, 255, 255, .1));border-radius:8px;overflow:hidden;transition:border-color .15s ease}.help-faq-item:hover{border-color:var(--theme-border-strong, rgba(255, 255, 255, .15))}.help-faq-item--expanded{border-color:var(--theme-accent, #9CBCBF)}.help-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:transparent;border:none;cursor:pointer;text-align:left;font-size:.9375rem;font-weight:500;font-family:inherit;color:var(--theme-text-primary, rgba(255, 255, 255, .9));transition:background-color .15s ease}.help-faq-question:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .04))}.help-faq-question svg{flex-shrink:0;color:var(--theme-text-muted, rgba(255, 255, 255, .5))}.help-faq-item--expanded .help-faq-question svg{color:var(--theme-accent, #9CBCBF)}.help-faq-answer{padding:0 16px 14px}.help-faq-answer p{margin:0;font-size:.875rem;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));line-height:1.6}.app-shell[data-theme=light] .help-faq-item{border-color:var(--theme-border, rgba(30, 41, 59, .1))}.app-shell[data-theme=light] .help-faq-item:hover{border-color:var(--theme-border-strong, rgba(30, 41, 59, .2))}.app-shell[data-theme=light] .help-faq-item--expanded{border-color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .help-faq-question{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .help-faq-question:hover{background:var(--theme-hover-bg, rgba(30, 58, 95, .04))}.app-shell[data-theme=light] .help-faq-question svg{color:var(--theme-text-muted, #64748B)}.app-shell[data-theme=light] .help-faq-item--expanded .help-faq-question svg{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .help-faq-answer p{color:var(--theme-text-secondary, #475569)}@media (max-width: 480px){.help-whatsapp-btn{width:100%;justify-content:center}}.feedback-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.feedback-modal-container{background:linear-gradient(135deg,#0d192ffa,#0b1527fa);border:1px solid rgba(215,225,244,.15);border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0006}.feedback-modal{padding:1.5rem}.feedback-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(215,225,244,.1)}.feedback-modal-title{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:#d7e1f4;margin:0}.feedback-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:#d7e1f414;border:1px solid rgba(215,225,244,.12);border-radius:8px;color:#d7e1f499;cursor:pointer;transition:all .2s ease}.feedback-modal-close:hover{background:#d7e1f41f;color:#d7e1f4}.feedback-modal-success{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#22c55e1a;border:1px solid rgba(34,197,94,.3);border-radius:8px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#22c55e}.feedback-modal-error{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#f87171}.feedback-modal-error svg{flex-shrink:0;margin-top:.125rem}.feedback-section{margin-bottom:1.5rem}.feedback-section .section-title{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#9cbcbf;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .375rem}.feedback-section .section-description{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:#d7e1f499;margin:0 0 .75rem}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.category-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#d7e1f4b3;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:8px;cursor:pointer;transition:all .2s ease}.category-btn:hover{background:#d7e1f414;border-color:#d7e1f433}.category-btn.active{background:#9cbcbf26;border-color:#9cbcbf;color:#9cbcbf}.category-label{font-weight:500}.feedback-textarea{width:100%;padding:.75rem;font-family:Inter,sans-serif;font-size:var(--font-size-base, 1rem);line-height:1.5;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:8px;resize:vertical;min-height:120px;outline:none;transition:border-color .2s ease}.feedback-textarea:focus{border-color:#9cbcbf80}.feedback-textarea::placeholder{color:#d7e1f466}.char-count{font-family:Inter,sans-serif;font-size:.75rem;color:#d7e1f466;text-align:right;margin-top:.25rem}.priority-buttons{display:flex;gap:.5rem}.priority-btn{flex:1;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border-radius:6px;cursor:pointer;transition:all .2s ease;background:#d7e1f40a;border:1px solid rgba(215,225,244,.15);color:#d7e1f499}.priority-btn:hover{background:#d7e1f414;border-color:#d7e1f440;color:#d7e1f4cc}.priority-btn.active{background:#9cbcbf26;border-color:var(--brand-accent-teal, #9CBCBF);color:var(--brand-accent-teal, #9CBCBF)}.priority-btn:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}.priority-btn.priority-low:before{background:#64748b}.priority-btn.priority-medium:before{background:#fbbf24}.priority-btn.priority-high:before{background:#ef4444}.file-input-hidden{display:none}.upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#9cbcbf;background:transparent;border:1px dashed rgba(156,188,191,.4);border-radius:6px;cursor:pointer;transition:all .2s ease}.upload-btn:hover{background:#9cbcbf1a;border-color:#9cbcbf99}.file-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.file-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:6px;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f4cc}.file-item svg{flex-shrink:0;color:#d7e1f480}.file-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#d7e1f480;font-size:.75rem}.file-remove{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:4px;color:#ef444499;cursor:pointer;transition:all .2s ease}.file-remove:hover{background:#ef444433;border-color:#ef444466;color:#f87171}.feedback-modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(215,225,244,.1)}.feedback-modal-actions .cancel-btn{padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#d7e1f4b3;background:transparent;border:1px solid rgba(215,225,244,.2);border-radius:8px;cursor:pointer;transition:all .2s ease}.feedback-modal-actions .cancel-btn:hover:not(:disabled){background:#d7e1f414;border-color:#d7e1f44d}.feedback-modal-actions .cancel-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-modal-actions .submit-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#0d192f;background:#9cbcbf;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.feedback-modal-actions .submit-btn:hover:not(:disabled){background:#b4d0d3;transform:translateY(-1px)}.feedback-modal-actions .submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.app-shell[data-theme=light] .feedback-modal-container{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#0000001a}.app-shell[data-theme=light] .feedback-modal-title{color:#1e293b}.app-shell[data-theme=light] .feedback-modal-close{background:#0000000d;border-color:#0000001a;color:#00000080}.app-shell[data-theme=light] .feedback-modal-close:hover{background:#0000001a;color:#1e293b}.app-shell[data-theme=light] .feedback-section .section-title{color:#64748b}.app-shell[data-theme=light] .feedback-section .section-description{color:#00000080}.app-shell[data-theme=light] .category-btn{background:#00000005;border-color:#0000001a;color:#475569}.app-shell[data-theme=light] .category-btn:hover{background:#0000000d;border-color:#0003}.app-shell[data-theme=light] .category-btn.active{background:#64748b1a;border-color:#64748b;color:#334155}.app-shell[data-theme=light] .feedback-textarea{background:#fff;border-color:#0000001a;color:#1e293b}.app-shell[data-theme=light] .feedback-textarea:focus{border-color:#64748b}.app-shell[data-theme=light] .feedback-textarea::placeholder{color:#0006}.app-shell[data-theme=light] .char-count{color:#0006}.app-shell[data-theme=light] .upload-btn{color:#64748b;border-color:#64748b66}.app-shell[data-theme=light] .upload-btn:hover{background:#64748b1a;border-color:#64748b99}.app-shell[data-theme=light] .file-item{background:#00000005;border-color:#00000014;color:#475569}.app-shell[data-theme=light] .file-item svg{color:#0006}.app-shell[data-theme=light] .file-size{color:#0006}.app-shell[data-theme=light] .feedback-modal-actions{border-top-color:#0000001a}.app-shell[data-theme=light] .feedback-modal-actions .cancel-btn{color:#475569;border-color:#0003}.app-shell[data-theme=light] .feedback-modal-actions .cancel-btn:hover:not(:disabled){background:#0000000d;border-color:#0000004d}.app-shell[data-theme=light] .feedback-modal-actions .submit-btn{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#fff}.app-shell[data-theme=light] .feedback-modal-actions .submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#0d192f,#1e3a5f)}.app-shell[data-theme=light] .priority-btn{background:#00000005;border-color:#0000001a;color:#64748b}.app-shell[data-theme=light] .priority-btn:hover{background:#0000000a;border-color:#0003;color:#475569}.app-shell[data-theme=light] .priority-btn.active{background:#1e3a5f14;border-color:#1e3a5f;color:#1e3a5f}@media (max-width: 480px){.feedback-modal-container{max-height:95vh;border-radius:12px 12px 0 0;position:fixed;bottom:0;left:0;right:0;margin:0}.feedback-modal{padding:1rem}.feedback-modal-title{font-size:1.125rem}.category-grid{grid-template-columns:1fr}.priority-buttons{flex-direction:column}.priority-btn{flex:unset;width:100%}.feedback-modal-actions{flex-direction:column}.feedback-modal-actions .cancel-btn,.feedback-modal-actions .submit-btn{width:100%;justify-content:center}}@keyframes dotPulse{0%,to{box-shadow:0 0 8px #9cbcbf66}50%{box-shadow:0 0 14px #9cbcbf99,0 0 24px #9cbcbf33}}@keyframes wizardChildFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.welcome-wizard-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.welcome-wizard-container{background:linear-gradient(135deg,#0d192ffa,#0b1527fa);border:1px solid rgba(215,225,244,.15);border-radius:16px;width:100%;max-width:560px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px #0006,inset 0 1px #9cbcbf1a;display:flex;flex-direction:column;position:relative}.welcome-wizard-skip{position:absolute;top:1rem;right:1rem;z-index:2;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f480;background:transparent;border:none;cursor:pointer;transition:color .2s ease}.welcome-wizard-skip:hover{color:#d7e1f4cc}.welcome-wizard-content{padding:2.5rem 2rem 1.5rem;flex:1;overflow-y:auto;min-height:320px;display:flex;flex-direction:column}.welcome-wizard-slide{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}.welcome-wizard-slide>.wizard-stagger-child{animation:wizardChildFadeIn .35s ease-out both}.welcome-wizard-slide>.wizard-stagger-child:nth-child(1){animation-delay:.05s}.welcome-wizard-slide>.wizard-stagger-child:nth-child(2){animation-delay:.12s}.welcome-wizard-slide>.wizard-stagger-child:nth-child(3){animation-delay:.19s}.welcome-wizard-slide>.wizard-stagger-child:nth-child(4){animation-delay:.26s}.welcome-wizard-slide>.wizard-stagger-child:nth-child(5){animation-delay:.33s}.welcome-wizard-icon{width:56px;height:56px;border-radius:14px;background:#9cbcbf1f;border:1px solid rgba(156,188,191,.2);display:flex;align-items:center;justify-content:center;color:#9cbcbf;margin-bottom:1.5rem;box-shadow:0 0 20px #9cbcbf26}.welcome-wizard-headline{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#d7e1f4;margin:0 0 .75rem;line-height:1.3}.welcome-wizard-message{font-family:Inter,sans-serif;font-size:1.0625rem;font-weight:500;color:#9cbcbf;margin:0 0 .75rem;line-height:1.5;font-style:italic}.welcome-wizard-subtext{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#d7e1f4a6;margin:0;line-height:1.6;max-width:440px}.welcome-wizard-steps{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:.5rem 0 1.25rem}.welcome-wizard-step{display:flex;align-items:center;gap:1rem;text-align:left}.welcome-wizard-step-number{width:36px;height:36px;min-width:36px;border-radius:10px;background:#9cbcbf1a;border:1px solid rgba(156,188,191,.2);display:flex;align-items:center;justify-content:center;color:#9cbcbf;box-shadow:0 0 12px #9cbcbf1a}.welcome-wizard-step-text{font-family:Inter,sans-serif;font-size:.9375rem;color:#d7e1f4d9;line-height:1.4}.welcome-wizard-step-text strong{color:#d7e1f4;font-weight:600}.welcome-wizard-footer-note{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#9cbcbfb3;margin:0;font-style:italic}.welcome-wizard-columns{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%;margin:.5rem 0 1rem;text-align:left}.welcome-wizard-column{display:flex;flex-direction:column;gap:.25rem}.welcome-wizard-column-title{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .625rem;display:flex;align-items:center;gap:.375rem}.welcome-wizard-column-title.observe{color:#9cbcbf}.welcome-wizard-column-title.dont{color:#d7e1f473}.welcome-wizard-column-item{font-family:Inter,sans-serif;font-size:.875rem;line-height:1.5;padding:.25rem 0;display:flex;align-items:center;gap:.5rem}.welcome-wizard-column-item.observe{color:#d7e1f4cc}.welcome-wizard-column-item.dont{color:#d7e1f466}.welcome-wizard-column-item .item-icon{flex-shrink:0}.welcome-wizard-bottom{padding:1.25rem 2rem;border-top:1px solid rgba(215,225,244,.08);display:flex;align-items:center;justify-content:space-between}.welcome-wizard-dots{display:flex;gap:.5rem}.welcome-wizard-dot{width:8px;height:8px;border-radius:50%;background:#d7e1f433;transition:all .3s ease}.welcome-wizard-dot.active{background:#9cbcbf;animation:dotPulse 2s ease-in-out infinite}.welcome-wizard-next{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#0d192f;background:#9cbcbf;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.welcome-wizard-next:before{content:"";position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,#ffffff26,#fff0);border-radius:8px 8px 0 0;pointer-events:none}.welcome-wizard-next:hover{background:#b4d0d3;transform:translateY(-1px);box-shadow:0 4px 12px #9cbcbf4d,0 1px 3px #0003}.app-shell[data-theme=light] .welcome-wizard-container{background:linear-gradient(135deg,#fff,#f8fafc);border-color:#0000001a;box-shadow:0 20px 60px #0000001f,inset 0 1px #fffc}.app-shell[data-theme=light] .welcome-wizard-skip{color:#0006}.app-shell[data-theme=light] .welcome-wizard-skip:hover{color:#000000b3}.app-shell[data-theme=light] .welcome-wizard-icon{background:#64748b14;border-color:#64748b26;color:#475569;box-shadow:0 0 20px #64748b1a}.app-shell[data-theme=light] .welcome-wizard-headline{color:#1e293b}.app-shell[data-theme=light] .welcome-wizard-message{color:#475569}.app-shell[data-theme=light] .welcome-wizard-subtext{color:#64748b}.app-shell[data-theme=light] .welcome-wizard-step-number{background:#64748b0f;border-color:#64748b26;color:#475569;box-shadow:0 0 12px #64748b14}.app-shell[data-theme=light] .welcome-wizard-step-text{color:#475569}.app-shell[data-theme=light] .welcome-wizard-step-text strong{color:#1e293b}.app-shell[data-theme=light] .welcome-wizard-footer-note{color:#64748b}.app-shell[data-theme=light] .welcome-wizard-column-title.observe{color:#475569}.app-shell[data-theme=light] .welcome-wizard-column-title.dont{color:#94a3b8}.app-shell[data-theme=light] .welcome-wizard-column-item.observe{color:#334155}.app-shell[data-theme=light] .welcome-wizard-column-item.dont{color:#94a3b8}.app-shell[data-theme=light] .welcome-wizard-bottom{border-top-color:#00000014}.app-shell[data-theme=light] .welcome-wizard-dot{background:#00000026}@keyframes dotPulseLight{0%,to{box-shadow:0 0 8px #1e3a5f4d}50%{box-shadow:0 0 14px #1e3a5f80,0 0 24px #1e3a5f26}}.app-shell[data-theme=light] .welcome-wizard-dot.active{background:#1e3a5f;animation:dotPulseLight 2s ease-in-out infinite}.app-shell[data-theme=light] .welcome-wizard-next{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#fff}.app-shell[data-theme=light] .welcome-wizard-next:before{background:linear-gradient(180deg,#ffffff1f,#fff0)}.app-shell[data-theme=light] .welcome-wizard-next:hover{background:linear-gradient(135deg,#0d192f,#1e3a5f);box-shadow:0 4px 12px #1e3a5f40,0 1px 3px #0000001a}@media (max-width: 480px){.welcome-wizard-overlay{align-items:flex-end;padding:0}.welcome-wizard-container{max-width:100%;max-height:85vh;border-radius:12px 12px 0 0}.welcome-wizard-content{padding:2rem 1.25rem 1rem;min-height:280px}.welcome-wizard-headline{font-size:1.25rem}.welcome-wizard-message{font-size:1rem}.welcome-wizard-subtext{font-size:.875rem}.welcome-wizard-columns{grid-template-columns:1fr;gap:1rem}.welcome-wizard-bottom{padding:1rem 1.25rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}}.admin-dashboard{padding:1.5rem;max-width:1200px;margin:0 auto;min-height:100%}.admin-loading,.admin-access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center;color:#d7e1f4b3}.admin-access-denied svg{color:#ef4444}.admin-access-denied h2{color:#d7e1f4;margin:0}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.admin-title{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#d7e1f4;margin:0}.admin-refresh-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#9cbcbf;background:transparent;border:1px solid rgba(156,188,191,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.admin-refresh-btn:hover:not(:disabled){background:#9cbcbf1a;border-color:#9cbcbf80}.admin-refresh-btn:disabled{opacity:.5;cursor:not-allowed}.admin-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:#f87171}.admin-error button{margin-left:auto;padding:.25rem;background:transparent;border:none;color:#ef444499;cursor:pointer}.admin-error button:hover{color:#f87171}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.admin-stat-card{background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:8px;padding:1rem;text-align:center}.admin-stat-card.stat-new{border-color:#3b82f64d;background:#3b82f61a}.admin-stat-card.stat-in-review{border-color:#fbbf244d;background:#fbbf241a}.stat-value{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:#d7e1f4}.stat-label{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#d7e1f499;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}.admin-health-card{background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.admin-health-card.healthy{border-color:#22c55e4d}.admin-health-card.degraded{border-color:#ef44444d}.health-header{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#d7e1f4;margin-bottom:.5rem}.admin-health-card.healthy .health-header{color:#22c55e}.admin-health-card.degraded .health-header{color:#f87171}.health-details{display:flex;flex-wrap:wrap;gap:1rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f499}.health-errors{margin-top:.5rem}.error-count{font-family:Inter,sans-serif;font-size:.75rem;color:#f87171}.admin-filters-section{margin-bottom:1rem}.admin-filter-toggle{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f4b3;background:transparent;border:1px solid rgba(215,225,244,.1);border-radius:6px;cursor:pointer;transition:all .2s ease}.admin-filter-toggle:hover{background:#d7e1f40d;border-color:#d7e1f433}.filter-badge{background:#9cbcbf;color:#0d192f;padding:.125rem .375rem;border-radius:4px;font-size:.6875rem;font-weight:600}.admin-filters{display:flex;gap:.75rem;margin-top:.75rem;padding:.75rem;background:#d7e1f405;border:1px solid rgba(215,225,244,.08);border-radius:8px}.admin-filters select{padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:6px;cursor:pointer}.admin-filters select:focus{outline:none;border-color:#9cbcbf80}.clear-filters-btn{padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f499;background:transparent;border:1px solid rgba(215,225,244,.1);border-radius:6px;cursor:pointer}.clear-filters-btn:hover{color:#d7e1f4;border-color:#d7e1f433}.admin-feedback-list{background:#d7e1f405;border:1px solid rgba(215,225,244,.08);border-radius:12px;overflow:hidden}.list-header{padding:1rem;border-bottom:1px solid rgba(215,225,244,.08)}.list-header h2{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#d7e1f4;margin:0}.admin-empty{padding:3rem 2rem;text-align:center;color:#d7e1f480;font-family:Inter,sans-serif;font-size:.875rem}.feedback-item{border-bottom:1px solid rgba(215,225,244,.06)}.feedback-item:last-child{border-bottom:none}.feedback-item-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;cursor:pointer;transition:background .2s ease}.feedback-item-header:hover{background:#d7e1f405}.feedback-item-left{display:flex;align-items:center;gap:.75rem}.category-icon{color:#d7e1f480}.feedback-item-info{display:flex;flex-direction:column;gap:.125rem}.feedback-id{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#d7e1f480;font-family:monospace}.feedback-time{font-family:Inter,sans-serif;font-size:.6875rem;color:#d7e1f466}.feedback-item-right{display:flex;align-items:center;gap:.5rem}.status-badge{padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;border-radius:4px}.status-badge.status-new{background:#3b82f626;color:#60a5fa}.status-badge.status-in-review{background:#fbbf2426;color:#fbbf24}.status-badge.status-resolved{background:#22c55e26;color:#22c55e}.status-badge.status-closed{background:#9ca3af26;color:#9ca3af}.priority-badge{padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:600;text-transform:uppercase;border-radius:4px}.priority-badge.priority-low{background:#22c55e1a;color:#22c55eb3}.priority-badge.priority-medium{background:#fbbf241a;color:#fbbf24b3}.priority-badge.priority-high{background:#ef44441a;color:#ef4444b3}.feedback-preview{padding:0 1rem .75rem 2.75rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f499;line-height:1.4}.feedback-details{padding:1rem;background:#d7e1f405;border-top:1px solid rgba(215,225,244,.06)}.detail-section{margin-bottom:1rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;color:#9cbcbf;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.description-text{font-family:Inter,sans-serif;font-size:var(--font-size-base, 1rem);color:#d7e1f4;line-height:1.5;white-space:pre-wrap;margin:0}.detail-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{font-family:Inter,sans-serif;font-size:.8125rem}.meta-label{color:#d7e1f480;margin-right:.25rem}.meta-item span:last-child{color:#d7e1f4cc}.evidence-list{display:flex;flex-direction:column;gap:.5rem}.evidence-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#d7e1f40a;border:1px solid rgba(215,225,244,.08);border-radius:6px;color:#d7e1f4cc;text-decoration:none;transition:all .2s ease;cursor:pointer;font-family:Inter,sans-serif;font-size:.8125rem;text-align:left;width:100%}.evidence-item:hover{background:#d7e1f414;border-color:#d7e1f426}.evidence-item svg{color:#d7e1f480}.evidence-name{flex:1;font-family:Inter,sans-serif;font-size:.8125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evidence-size{font-family:Inter,sans-serif;font-size:.75rem;color:#d7e1f466}.status-select{padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:6px;cursor:pointer}.status-select:focus{outline:none;border-color:#9cbcbf80}.status-select:disabled{opacity:.5;cursor:not-allowed}.notes-display{display:flex;flex-direction:column;gap:.5rem}.notes-display p{font-family:Inter,sans-serif;font-size:.875rem;color:#d7e1f4cc;margin:0;white-space:pre-wrap}.notes-display .notes-empty{color:#d7e1f466;font-style:italic}.notes-edit-btn{align-self:flex-start;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:#9cbcbf;background:transparent;border:1px solid rgba(156,188,191,.3);border-radius:6px;cursor:pointer;transition:all .2s ease}.notes-edit-btn:hover{background:#9cbcbf1a;border-color:#9cbcbf80}.notes-edit{display:flex;flex-direction:column;gap:.5rem}.notes-edit textarea{width:100%;padding:.75rem;font-family:Inter,sans-serif;font-size:.875rem;color:#d7e1f4;background:#d7e1f40a;border:1px solid rgba(215,225,244,.1);border-radius:8px;resize:vertical;outline:none}.notes-edit textarea:focus{border-color:#9cbcbf80}.notes-edit textarea::placeholder{color:#d7e1f466}.notes-actions{display:flex;gap:.5rem}.notes-save-btn,.notes-cancel-btn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s ease}.notes-save-btn{background:var(--brand-accent-teal, #9CBCBF);color:var(--brand-primary-bg, #0D192F);border:none}.notes-save-btn:hover:not(:disabled){background:#b4d0d3}.notes-save-btn:disabled{opacity:.6;cursor:not-allowed}.notes-cancel-btn{background:transparent;color:#d7e1f499;border:1px solid rgba(215,225,244,.2)}.notes-cancel-btn:hover:not(:disabled){background:#d7e1f40d;border-color:#d7e1f44d}.admin-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;border-top:1px solid rgba(215,225,244,.06)}.admin-pagination button{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#d7e1f4b3;background:transparent;border:1px solid rgba(215,225,244,.1);border-radius:6px;cursor:pointer;transition:all .2s ease}.admin-pagination button:hover:not(:disabled){background:#d7e1f40d;border-color:#d7e1f433}.admin-pagination button:disabled{opacity:.4;cursor:not-allowed}.admin-pagination span{font-family:Inter,sans-serif;font-size:.8125rem;color:#d7e1f499}.spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.app-shell[data-theme=light] .admin-dashboard{color:#1e293b}.app-shell[data-theme=light] .admin-loading,.app-shell[data-theme=light] .admin-access-denied{color:#64748b}.app-shell[data-theme=light] .admin-access-denied h2,.app-shell[data-theme=light] .admin-title{color:#1e293b}.app-shell[data-theme=light] .admin-refresh-btn{color:#64748b;border-color:#64748b4d}.app-shell[data-theme=light] .admin-refresh-btn:hover:not(:disabled){background:#64748b1a}.app-shell[data-theme=light] .admin-stat-card{background:#fff;border-color:#00000014}.app-shell[data-theme=light] .stat-value{color:#1e293b}.app-shell[data-theme=light] .stat-label{color:#64748b}.app-shell[data-theme=light] .admin-health-card{background:#fff;border-color:#00000014}.app-shell[data-theme=light] .health-details{color:#64748b}.app-shell[data-theme=light] .admin-filter-toggle{color:#475569;border-color:#0000001a}.app-shell[data-theme=light] .admin-filter-toggle:hover{background:#00000008}.app-shell[data-theme=light] .admin-filters{background:#fff;border-color:#00000014}.app-shell[data-theme=light] .admin-filters select{background:#fff;color:#1e293b;border-color:#0000001a}.app-shell[data-theme=light] .admin-feedback-list{background:#fff;border-color:#00000014}.app-shell[data-theme=light] .list-header h2{color:#1e293b}.app-shell[data-theme=light] .feedback-item-header:hover{background:#00000005}.app-shell[data-theme=light] .category-icon,.app-shell[data-theme=light] .feedback-id{color:#64748b}.app-shell[data-theme=light] .feedback-time{color:#94a3b8}.app-shell[data-theme=light] .feedback-preview{color:#475569}.app-shell[data-theme=light] .feedback-details{background:#00000005}.app-shell[data-theme=light] .detail-section h4{color:#64748b}.app-shell[data-theme=light] .description-text{color:#1e293b}.app-shell[data-theme=light] .meta-label{color:#94a3b8}.app-shell[data-theme=light] .meta-item span:last-child{color:#475569}.app-shell[data-theme=light] .evidence-item{background:#00000005;border-color:#00000014;color:#1e293b}.app-shell[data-theme=light] .evidence-item:hover{background:#0000000a}.app-shell[data-theme=light] .evidence-item svg{color:#64748b}.app-shell[data-theme=light] .evidence-size{color:#94a3b8}.app-shell[data-theme=light] .status-select{background:#fff;color:#1e293b;border-color:#0000001a}.app-shell[data-theme=light] .notes-display p{color:#1e293b}.app-shell[data-theme=light] .notes-display .notes-empty{color:#94a3b8}.app-shell[data-theme=light] .notes-edit textarea{background:#fff;color:#1e293b;border-color:#0000001a}.app-shell[data-theme=light] .notes-edit textarea::placeholder{color:#94a3b8}.app-shell[data-theme=light] .notes-save-btn{background:linear-gradient(135deg,#1e3a5f,#2d4a6f);color:#fff}.app-shell[data-theme=light] .notes-save-btn:hover:not(:disabled){background:linear-gradient(135deg,#0d192f,#1e3a5f)}.app-shell[data-theme=light] .notes-cancel-btn{color:#64748b;border-color:#0003}.app-shell[data-theme=light] .admin-pagination button{color:#475569;border-color:#0000001a}.app-shell[data-theme=light] .admin-pagination span{color:#64748b}@media (max-width: 768px){.admin-dashboard{padding:1rem}.admin-header{flex-direction:column;gap:1rem;align-items:flex-start}.admin-stats-grid{grid-template-columns:repeat(2,1fr)}.admin-filters{flex-direction:column}.admin-filters select{width:100%}.detail-meta{flex-direction:column;gap:.5rem}.feedback-item-header{flex-direction:column;align-items:flex-start;gap:.5rem}.feedback-item-right{width:100%;justify-content:flex-start}.feedback-preview{padding-left:1rem}.admin-pagination{flex-direction:column;gap:.5rem}}.legal-page{min-height:100vh;background:linear-gradient(135deg,#0b1527,#0d192f);position:relative;overflow-x:hidden;padding:2rem}.legal-background{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.legal-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.3}.legal-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(215,225,244,.15) 0%,transparent 70%);top:-100px;right:-100px}.legal-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(156,188,191,.1) 0%,transparent 70%);bottom:20%;left:-50px}.legal-container{max-width:800px;margin:0 auto;position:relative;z-index:1}.legal-back-link{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:#9cbcbf;text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.legal-back-link:hover{color:#d7e1f4}.legal-back-link:focus-visible{outline:2px solid rgba(215,225,244,.5);outline-offset:2px;border-radius:4px}.legal-content{background:#0d192f99;border:1px solid rgba(215,225,244,.1);border-radius:16px;padding:2.5rem}.legal-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(215,225,244,.1)}.legal-title{font-family:Satoshi,Inter,sans-serif;font-size:2rem;font-weight:700;color:#fffffff2;margin:0 0 .75rem;letter-spacing:-.02em}.legal-updated{font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;color:#9cbcbf;margin:0}.legal-section{margin-bottom:2rem}.legal-section:last-child{margin-bottom:0}.legal-heading{font-family:Satoshi,Inter,sans-serif;font-size:1.25rem;font-weight:600;color:#fffffff2;margin:0 0 1rem;letter-spacing:-.01em}.legal-subheading{font-family:Satoshi,Inter,sans-serif;font-size:1rem;font-weight:500;color:#d7e1f4;margin:1.25rem 0 .75rem}.legal-text{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#fffc;line-height:1.7;margin:0 0 1rem}.legal-text:last-child{margin-bottom:0}.legal-list{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:#fffc;line-height:1.7;margin:0;padding-left:1.5rem}.legal-list li{margin-bottom:.5rem}.legal-list li:last-child{margin-bottom:0}.legal-link{color:#d7e1f4;text-decoration:none;transition:color .2s ease}.legal-link:hover{color:#9cbcbf;text-decoration:underline}.legal-link:focus-visible{outline:2px solid rgba(215,225,244,.5);outline-offset:2px;border-radius:2px}@media (max-width: 768px){.legal-page,.legal-content{padding:1.5rem}.legal-title{font-size:1.5rem}.legal-heading{font-size:1.125rem}.legal-text,.legal-list{font-size:.875rem}}@media (max-width: 480px){.legal-page{padding:1rem}.legal-content{padding:1.25rem;border-radius:12px}.legal-title{font-size:1.375rem}.legal-header{margin-bottom:1.5rem;padding-bottom:1rem}.legal-section{margin-bottom:1.5rem}}@media (prefers-reduced-motion: reduce){.legal-back-link,.legal-link{transition:none}}.setup-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--ts-bg-primary) 0%,var(--ts-bg-secondary) 100%);position:relative;overflow:hidden;padding:2rem}.setup-background{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.setup-gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4}.setup-orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(215,225,244,.2) 0%,transparent 70%);top:-100px;right:-100px}.setup-orb-2{width:300px;height:300px;background:radial-gradient(circle,rgba(156,188,191,.15) 0%,transparent 70%);bottom:-50px;left:-50px}.setup-container{display:flex;flex-direction:column;align-items:center;max-width:480px;width:100%;position:relative;z-index:1}.setup-logo{margin-bottom:2rem}.setup-logo-link{display:inline-block;cursor:pointer;text-decoration:none;transition:transform .2s ease}.setup-logo-link:hover{transform:scale(1.03)}.setup-logo-link:focus-visible{outline:2px solid var(--ts-focus-ring);outline-offset:4px;border-radius:4px}.setup-wordmark{height:48px;width:auto;display:block}.setup-header{text-align:center;margin-bottom:2rem}.setup-title{font-family:Satoshi,Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--ts-text-primary);margin:0 0 .75rem;letter-spacing:-.01em}.setup-subtitle{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:var(--ts-text-secondary);margin:0;line-height:1.5}.setup-form{display:flex;flex-direction:column;gap:1.5rem}.setup-field{display:flex;flex-direction:column;gap:.5rem}.setup-label{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--ts-text-primary);display:flex;align-items:baseline;gap:.5rem}.setup-style-options{display:flex;flex-direction:column;gap:.75rem}.setup-style-option{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(215,225,244,.15);background:#ffffff05;cursor:pointer;transition:all .2s ease;text-align:left}.setup-style-option:hover:not(:disabled){border-color:#d7e1f44d;background:#ffffff0a}.setup-style-option:focus-visible{outline:2px solid var(--ts-focus-ring);outline-offset:2px}.setup-style-option:disabled{opacity:.6;cursor:not-allowed}.setup-style-selected{border-color:var(--ts-accent-secondary);background:#9cbcbf14}.setup-style-selected:hover:not(:disabled){border-color:var(--ts-accent-secondary);background:#9cbcbf1f}.setup-style-label{font-family:Satoshi,Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--ts-text-primary)}.setup-style-description{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:var(--ts-text-muted);line-height:1.4}.setup-textarea{width:100%;padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(215,225,244,.15);background:#ffffff0a;color:var(--ts-text-primary);font-family:Inter,sans-serif;font-size:1rem;font-weight:400;transition:all .2s ease;outline:none;box-sizing:border-box;resize:vertical;min-height:100px;line-height:1.5}.setup-textarea::placeholder{color:#9cbcbf80}.setup-textarea:focus{border-color:var(--ts-accent-primary);background:#ffffff0f;box-shadow:0 0 0 3px #d7e1f426}.setup-textarea:disabled{opacity:.6;cursor:not-allowed}.setup-hint{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:400;color:var(--ts-text-muted);margin:0;font-style:italic}.setup-error{padding:.75rem 1rem;border-radius:8px;background:var(--ts-error-bg);border:1px solid var(--ts-error-border);color:var(--ts-error-text);font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}@media (max-width: 480px){.setup-page{padding:1.5rem}.setup-wordmark{height:40px}.setup-title{font-size:1.5rem}.setup-subtitle{font-size:.9375rem}.setup-style-option{padding:.875rem 1rem}}.setup-mitra-intro{display:flex;align-items:baseline;gap:.5rem;padding:1rem 1.25rem;background:#9cbcbf14;border:1px solid rgba(156,188,191,.2);border-radius:12px;margin-bottom:.5rem}.setup-mitra-name{font-family:Satoshi,Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--ts-accent-secondary, #9CBCBF)}.setup-mitra-desc{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:var(--ts-text-secondary)}@media (prefers-reduced-motion: reduce){.setup-logo-link{transition:none}.setup-logo-link:hover{transform:none}.setup-textarea,.setup-style-option{transition:none}}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--theme-bg-secondary, #0D192F);border-top:1px solid var(--theme-border, rgba(255, 255, 255, .1));box-shadow:0 -4px 20px #0000004d;padding:1rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;position:relative}.cookie-consent-close{position:absolute;top:-.5rem;right:-.5rem;background:transparent;border:none;color:var(--theme-text-muted, rgba(255, 255, 255, .5));cursor:pointer;padding:.5rem;border-radius:4px;transition:all .15s ease}.cookie-consent-close:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .08));color:var(--theme-text-primary, rgba(255, 255, 255, .9))}.cookie-consent-text{flex:1}.cookie-consent-title{font-size:1rem;font-weight:600;color:var(--theme-text-primary, rgba(255, 255, 255, .95));margin:0 0 .25rem}.cookie-consent-description{font-size:.875rem;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));margin:0;line-height:1.5}.cookie-consent-link{color:var(--theme-accent, #9CBCBF);text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s ease}.cookie-consent-link:hover{text-decoration-color:var(--theme-accent, #9CBCBF)}.cookie-consent-actions{display:flex;gap:.75rem;flex-shrink:0}.cookie-consent-btn{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;border:none;white-space:nowrap}.cookie-consent-btn-primary{background:var(--theme-accent, #1E3A5F);color:#fff}.cookie-consent-btn-primary:hover{background:var(--theme-accent-hover, #2a4a73)}.cookie-consent-btn-secondary{background:transparent;color:var(--theme-text-secondary, rgba(255, 255, 255, .7));border:1px solid var(--theme-border, rgba(255, 255, 255, .2))}.cookie-consent-btn-secondary:hover{background:var(--theme-hover-bg, rgba(255, 255, 255, .08));color:var(--theme-text-primary, rgba(255, 255, 255, .9))}.app-shell[data-theme=light] .cookie-consent-banner,:root[data-theme=light] .cookie-consent-banner{background:#fff;border-top-color:var(--theme-border, #E2E8F0);box-shadow:0 -4px 20px #0000001a}.app-shell[data-theme=light] .cookie-consent-title,:root[data-theme=light] .cookie-consent-title{color:var(--theme-text-primary, #1E293B)}.app-shell[data-theme=light] .cookie-consent-description,:root[data-theme=light] .cookie-consent-description{color:var(--theme-text-secondary, #475569)}.app-shell[data-theme=light] .cookie-consent-link,:root[data-theme=light] .cookie-consent-link{color:var(--theme-accent, #1E3A5F)}.app-shell[data-theme=light] .cookie-consent-btn-secondary,:root[data-theme=light] .cookie-consent-btn-secondary{color:var(--theme-text-secondary, #475569);border-color:var(--theme-border, #E2E8F0)}.app-shell[data-theme=light] .cookie-consent-btn-secondary:hover,:root[data-theme=light] .cookie-consent-btn-secondary:hover{background:var(--theme-hover-bg, #F1F5F9);color:var(--theme-text-primary, #1E293B)}@media (max-width: 768px){.cookie-consent-banner{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.cookie-consent-content{flex-direction:column;align-items:stretch;gap:1rem}.cookie-consent-close{top:-.75rem;right:0}.cookie-consent-text{padding-right:2rem}.cookie-consent-actions{flex-direction:column}.cookie-consent-btn{width:100%;padding:.75rem 1rem}}
