:root{--background:#f7f8fa;--foreground:#16181d;--muted:#667085;--surface:#fff;--line:#d8dde6;--accent:#2563eb;--accent-soft:#e8f0ff;--success:#16803c;--success-soft:#e9f8ef}*{box-sizing:border-box}html,body{max-width:100vw;min-height:100%;margin:0}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.app-shell{grid-template-rows:auto 1fr;min-height:100vh;display:grid}.topbar{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;min-height:56px;padding:0 24px;display:flex}.brand{color:var(--foreground);white-space:nowrap;font-size:16px;font-weight:700}.topnav{flex:1;align-items:center;gap:4px;padding-left:24px;display:flex;overflow-x:auto}.topbar-actions{flex-shrink:0;align-items:center;gap:4px;padding-left:16px;display:flex}.nav-link{min-height:36px;color:var(--muted);white-space:nowrap;border-radius:6px;align-items:center;padding:0 10px;font-size:13px;font-weight:600;display:inline-flex}.nav-link[data-active=true]{color:var(--accent);background:var(--accent-soft)}.page{width:min(1080px,100%);margin:0 auto;padding:32px 24px}.screen-shell{gap:24px;display:grid}.screen-hero{border-bottom:1px solid var(--line);gap:18px;padding-bottom:24px;display:grid}.eyebrow{color:var(--accent);margin:0;font-size:13px;font-weight:700}.screen-heading{max-width:760px}.screen-heading h1{margin:0;font-size:30px;line-height:1.25}.screen-heading p{color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.6}.action-row{flex-wrap:wrap;gap:8px;display:flex}.action-link{border:1px solid var(--line);background:var(--surface);min-height:40px;color:var(--foreground);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:0 14px;font-size:14px;font-weight:700;display:inline-flex}.action-link.primary{border-color:var(--accent);background:var(--accent);color:#fff}.action-link:disabled{cursor:not-allowed;opacity:.65}.content-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:18px}.panel h2{margin:0 0 14px;font-size:16px;line-height:1.35}.state-list{flex-wrap:wrap;gap:8px;display:flex}.state-chip{background:var(--success-soft);min-height:30px;color:var(--success);border-radius:999px;align-items:center;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.tag-list{gap:8px;display:grid}.tag-list p{color:var(--muted);margin:0;font-size:12px;font-weight:700}.tag-list-items{flex-wrap:wrap;gap:6px;display:flex}.tag-pill{background:var(--accent-soft);min-height:28px;color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.status-badge{white-space:nowrap;border-radius:999px;align-items:center;min-height:30px;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.status-badge[data-tone=neutral]{color:#475467;background:#eef2f7}.status-badge[data-tone=info]{color:#2563eb;background:#e8f0ff}.status-badge[data-tone=success]{background:var(--success-soft);color:var(--success)}.status-badge[data-tone=warning]{color:#a15c00;background:#fff4e5}.status-badge[data-tone=danger]{color:#b42318;background:#fff1f1}.item-list{color:var(--muted);gap:10px;margin:0;padding-left:18px;font-size:14px;line-height:1.5;display:grid}.roadmap-detail{gap:24px;display:grid}.roadmap-summary-list,.roadmap-week-meta{flex-wrap:wrap;gap:10px;margin:0;display:flex}.roadmap-summary-list div,.roadmap-week-meta div{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;min-width:140px;padding:12px;display:grid}.roadmap-summary-list dt,.roadmap-week-meta dt{color:var(--muted);font-size:12px;font-weight:700}.roadmap-summary-list dd,.roadmap-week-meta dd{color:var(--foreground);margin:0;font-size:14px;font-weight:700}.roadmap-week-list{gap:16px;display:grid}.roadmap-week-card{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:16px;padding:20px;display:grid}.roadmap-week-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.roadmap-week-kicker{color:var(--accent);margin:0 0 4px;font-size:13px;font-weight:700}.roadmap-week-header h2{margin:0;font-size:20px;line-height:1.35}.roadmap-week-reason{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.roadmap-progress-note{border-left:3px solid var(--accent);gap:6px;padding-left:12px;display:grid}.roadmap-progress-note strong{font-size:13px}.roadmap-progress-note p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.roadmap-progress-form{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:12px;padding:14px;display:grid}.roadmap-progress-form label{gap:6px;display:grid}.roadmap-progress-form label span{color:var(--muted);font-size:12px;font-weight:700}.roadmap-progress-form select,.roadmap-progress-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--foreground);font:inherit;border-radius:6px}.roadmap-progress-form select{min-height:38px;padding:0 10px}.roadmap-progress-form textarea{resize:vertical;min-height:84px;padding:10px;line-height:1.5}.roadmap-progress-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.roadmap-progress-actions p{color:#a32020;margin:0;font-size:13px;line-height:1.45}.roadmap-progress-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;min-height:38px;font:inherit;white-space:nowrap;cursor:pointer;border-radius:6px;padding:0 14px;font-size:14px;font-weight:700}.roadmap-progress-actions button:disabled{cursor:not-allowed;opacity:.65}.roadmap-week-columns{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.roadmap-week-columns h3{margin:0 0 10px;font-size:15px}.roadmap-detail-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.roadmap-detail-list li{color:var(--foreground);gap:4px;font-size:14px;line-height:1.45;display:grid}.roadmap-detail-list span{color:var(--muted);font-size:12px;font-weight:700}.roadmap-detail-list a{color:var(--accent);font-weight:700}.roadmap-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.6}.roadmap-state-panel[data-tone=danger]{background:#fff5f5;border-color:#f3b4b4}.roadmap-state-panel[data-tone=danger] p{color:#a32020}.roadmap-create-page,.roadmap-create-form{gap:24px;display:grid}.roadmap-create-heading{gap:6px;display:grid}.roadmap-create-heading h2{margin:0}.roadmap-create-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.roadmap-create-fields{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.roadmap-create-fields label{gap:6px;display:grid}.roadmap-create-fields label span{color:var(--muted);font-size:12px;font-weight:700}.roadmap-create-fields input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;color:var(--foreground);border-radius:6px;padding:0 10px}.roadmap-create-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.roadmap-create-error{color:#a32020;margin:0;font-size:13px;line-height:1.45}.roadmap-create-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;min-height:40px;padding:0 14px;font-size:14px;font-weight:700}.roadmap-create-actions button:disabled{cursor:not-allowed;opacity:.65}.dashboard-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.dashboard-summary-card{border-top:3px solid var(--line);flex-direction:column;gap:14px;display:flex;position:relative}.dashboard-summary-card[data-tone=profile]{border-top-color:#64748b}.dashboard-summary-card[data-tone=github]{border-top-color:#2563eb}.dashboard-summary-card[data-tone=diagnosis]{border-top-color:#7c3aed}.dashboard-summary-card[data-tone=roadmap]{border-top-color:#10b981}.dashboard-card-header{align-items:center;gap:10px;display:flex}.dashboard-card-icon{background:#f3f4f6;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:inline-flex}.dashboard-summary-card[data-tone=profile] .dashboard-card-icon{background:#f1f5f9}.dashboard-summary-card[data-tone=github] .dashboard-card-icon{background:#eff6ff}.dashboard-summary-card[data-tone=diagnosis] .dashboard-card-icon{background:#f5f3ff}.dashboard-summary-card[data-tone=roadmap] .dashboard-card-icon{background:#ecfdf5}.dashboard-summary-card h2{margin:0;font-size:17px}.dashboard-hero{border:1px solid var(--line);background:linear-gradient(135deg,#f8fafc 0%,#eef2f7 100%);border-radius:16px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;padding:32px;display:flex}.dashboard-hero-content{flex:1;gap:8px;min-width:0;display:grid}.dashboard-hero-content .eyebrow{margin:0}.dashboard-hero-title{color:var(--foreground);letter-spacing:-.3px;margin:0;font-size:28px;font-weight:800;line-height:1.2}.dashboard-hero-subtitle{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.dashboard-hero-cta{flex-shrink:0;place-items:end;gap:8px;display:grid}.dashboard-hero-cta-label{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.dashboard-hero-cta-button{color:#fff;letter-spacing:-.2px;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border-radius:10px;align-items:center;min-height:44px;padding:0 20px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 4px 12px #2563eb40}.dashboard-hero-cta-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px #2563eb59}.dashboard-workflow-steps{flex-wrap:wrap;align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:flex}.dashboard-workflow-step{border:1px solid var(--line);background:var(--surface);border-radius:999px;flex:1 1 0;align-items:center;gap:8px;min-width:0;padding:8px 14px 8px 8px;display:flex}.dashboard-workflow-step+.dashboard-workflow-step:before{content:""}.dashboard-workflow-step-marker{width:28px;height:28px;color:var(--muted);background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.dashboard-workflow-step-label{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.dashboard-workflow-step[data-tone=done]{background:#ecfdf5;border-color:#a7f3d0}.dashboard-workflow-step[data-tone=done] .dashboard-workflow-step-marker{color:#fff;background:#10b981}.dashboard-workflow-step[data-tone=done] .dashboard-workflow-step-label{color:#047857}.dashboard-workflow-step[data-tone=active]{background:#eff6ff;border-color:#93c5fd}.dashboard-workflow-step[data-tone=active] .dashboard-workflow-step-marker{color:#fff;background:#2563eb}.dashboard-workflow-step[data-tone=active] .dashboard-workflow-step-label{color:#1e40af}@media (max-width:720px){.dashboard-summary-grid{grid-template-columns:1fr}.dashboard-hero{flex-direction:column;align-items:stretch}.dashboard-hero-cta{justify-items:stretch}.dashboard-workflow-steps{flex-direction:column}.dashboard-workflow-step{width:100%}}.dashboard-card-summary,.dashboard-card-note,.dashboard-empty-summary p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.dashboard-card-link{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--foreground);border-radius:6px;justify-content:center;align-self:flex-start;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.dashboard-metric-list{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));gap:8px;margin:0;display:grid}.dashboard-metric-list div{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:4px;padding:10px;display:grid}.dashboard-metric-list dt,.dashboard-progress-summary dt{color:var(--muted);font-size:12px;font-weight:700}.dashboard-metric-list dd,.dashboard-progress-summary dd{color:var(--foreground);margin:0;font-size:14px;font-weight:700}.dashboard-progress-summary{gap:12px;display:grid}.dashboard-progress-summary>div{gap:4px;display:grid}.dashboard-progress-summary strong{color:var(--success);font-size:30px;line-height:1}.dashboard-progress-summary span{color:var(--muted);font-size:13px;font-weight:700}.dashboard-progress-summary dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0;display:grid}.dashboard-progress-summary dl div{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:4px;padding:10px;display:grid}.dashboard-empty-summary{gap:12px;display:grid}.profile-page{gap:24px;display:grid}.profile-form{gap:16px;display:grid}.profile-form-section{gap:14px;display:grid}.profile-section-heading{gap:6px;display:grid}.profile-section-heading h2{margin-bottom:0}.profile-section-heading p,.profile-form-note,.profile-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.profile-section-heading code{background:var(--accent-soft);color:var(--accent);border-radius:4px;padding:1px 4px;font-size:12px;font-weight:700}.profile-form label{gap:6px;display:grid}.profile-form label span{color:var(--muted);font-size:12px;font-weight:700}.profile-form input,.profile-form select,.profile-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--foreground);font:inherit;border-radius:6px}.profile-form input,.profile-form select{min-height:40px;padding:0 10px}.profile-form textarea{resize:vertical;min-height:110px;padding:10px;line-height:1.5}.profile-helper-list{flex-wrap:wrap;gap:6px;display:flex}.profile-helper-list span{color:#475467;background:#eef2f7;border-radius:999px;align-items:center;min-height:28px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.profile-skill-presets,.profile-date-shortcuts{flex-wrap:wrap;gap:8px;display:flex}.profile-skill-presets button,.profile-date-shortcuts button{border:1px solid var(--line);color:#344054;min-height:32px;font:inherit;cursor:pointer;background:#fff;border-radius:6px;padding:0 10px;font-size:13px;font-weight:700}.profile-skill-presets button:hover:not(:disabled),.profile-date-shortcuts button:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.profile-skill-presets button[aria-pressed=true],.profile-skill-presets button:disabled,.profile-date-shortcuts button:disabled{cursor:not-allowed;opacity:.55}.profile-inline-fields{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.profile-state-panel[data-tone=danger]{background:#fff5f5;border-color:#f3b4b4}.profile-state-panel[data-tone=danger] p{color:#a32020}.profile-form-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.profile-form-actions>div{gap:6px;display:grid}.profile-form-actions p{margin:0;font-size:13px;line-height:1.45}.profile-form-error{color:#a32020}.profile-form-success{color:var(--success)}.profile-form-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;min-height:40px;font:inherit;white-space:nowrap;cursor:pointer;border-radius:6px;padding:0 14px;font-size:14px;font-weight:700}.profile-form-actions button:disabled{cursor:not-allowed;opacity:.65}.diagnosis-detail{gap:24px;display:grid}.diagnosis-summary-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:0;display:grid}.diagnosis-summary-list div{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;padding:12px;display:grid}.diagnosis-summary-list dt{color:var(--muted);font-size:12px;font-weight:700}.diagnosis-summary-list dd{min-width:0;color:var(--foreground);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:700}.diagnosis-section{gap:14px;display:grid}.diagnosis-section h2{margin-bottom:0}.diagnosis-section-heading{gap:6px;display:grid}.diagnosis-section-heading p,.diagnosis-empty-text,.diagnosis-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.diagnosis-missing-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.diagnosis-missing-item{border-left:3px solid var(--accent);background:#fbfcfe;border-radius:6px;gap:10px;padding:12px 14px;display:grid}.diagnosis-missing-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.diagnosis-missing-header span{color:var(--muted);font-size:12px;font-weight:700}.diagnosis-missing-header h3{margin:4px 0 0;font-size:17px;line-height:1.35}.diagnosis-missing-item p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.diagnosis-result-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.diagnosis-bullet-list{color:var(--muted);gap:10px;margin:0;padding-left:18px;font-size:14px;line-height:1.55;display:grid}.diagnosis-state-panel[data-tone=danger]{background:#fff5f5;border-color:#f3b4b4}.diagnosis-state-panel[data-tone=danger] p{color:#a32020}.github-analysis-page{gap:24px;display:grid}.github-analysis-summary-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:0;display:grid}.github-analysis-summary-list div,.github-analysis-metric-list div{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:4px;padding:12px;display:grid}.github-analysis-summary-list dt,.github-analysis-metric-list dt{color:var(--muted);font-size:12px;font-weight:700}.github-analysis-summary-list dd,.github-analysis-metric-list dd{min-width:0;color:var(--foreground);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:700}.github-analysis-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.github-analysis-section{gap:14px;display:grid}.github-analysis-section-heading{gap:6px;display:grid}.github-analysis-section h2{margin-bottom:0}.github-analysis-section-heading p,.github-analysis-empty-text,.github-analysis-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.github-analysis-metric-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin:0;display:grid}.github-evidence-list span{background:var(--accent-soft);min-height:28px;color:var(--accent);white-space:nowrap;border-radius:999px;align-items:center;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.github-repo-summary-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;display:grid}.github-repo-summary-card,.github-tech-tag-list li,.github-depth-list li,.github-evidence-list li{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:8px;padding:14px;display:grid}.github-repo-summary-card p{color:var(--accent);margin:0;font-size:12px;font-weight:700}.github-repo-summary-card h3{margin:0;font-size:15px;line-height:1.45}.github-repo-summary-card ul,.github-tech-tag-list,.github-depth-list,.github-evidence-list{gap:10px;margin:0;padding:0;list-style:none;display:grid}.github-repo-summary-card ul{padding-left:18px;list-style:outside}.github-repo-summary-card li,.github-tech-tag-list p,.github-depth-list p,.github-evidence-list p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.github-tech-tag-list strong,.github-depth-list strong,.github-evidence-list strong{font-size:14px;line-height:1.35}.github-depth-list li>div{justify-content:space-between;align-items:center;gap:10px;display:flex}.github-evidence-list code{color:#475467;overflow-wrap:anywhere;background:#eef2f7;border-radius:4px;min-width:0;padding:4px 6px;font-size:12px;display:block}.github-analysis-state-panel[data-tone=danger]{background:#fff5f5;border-color:#f3b4b4}.github-analysis-state-panel[data-tone=danger] p{color:#a32020}.github-analysis-action-error{color:#a32020;margin:0;font-size:13px;line-height:1.45}.github-connection-page{gap:24px;display:grid}.github-connection-form,.github-repository-section,.github-connection-summary{gap:16px;display:grid}.github-connection-heading{gap:6px;display:grid}.github-connection-heading h2{margin:0}.github-connection-heading p,.github-connection-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.github-connection-form label{gap:6px;display:grid}.github-connection-form label span{color:var(--muted);font-size:12px;font-weight:700}.github-connection-form input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:40px;color:var(--foreground);border-radius:6px;padding:0 10px}.github-connection-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.github-connection-actions>div{gap:6px;display:grid}.github-connection-actions p{margin:0;font-size:13px;line-height:1.45}.github-connection-error{color:#a32020}.github-connection-success{color:var(--success)}.github-connection-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:6px;min-height:40px;padding:0 14px;font-size:14px;font-weight:700}.github-connection-actions button:disabled{cursor:not-allowed;opacity:.65}.github-connection-summary dl{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin:0;display:grid}.github-connection-summary dl div,.github-repository-card dl div{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:4px;padding:10px;display:grid}.github-connection-summary dt,.github-repository-card dt{color:var(--muted);font-size:12px;font-weight:700}.github-connection-summary dd,.github-repository-card dd{min-width:0;color:var(--foreground);overflow-wrap:anywhere;margin:0;font-size:14px;font-weight:700}.github-analysis-start-panel{justify-content:space-between;align-items:center;gap:16px;display:flex}.github-analysis-start-panel>div{gap:6px;display:grid}.github-analysis-start-panel h2,.github-analysis-start-panel p{margin:0}.github-analysis-start-panel p{color:var(--muted);font-size:14px;line-height:1.5}.github-analysis-start-panel button{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border-radius:6px;min-height:40px;padding:0 18px;font-weight:800}.github-analysis-start-panel button:disabled{cursor:not-allowed;opacity:.65}.github-repository-list{gap:12px;display:grid}.github-repository-card{border:1px solid var(--line);background:#fbfcfe;border-radius:8px;gap:14px;padding:14px;display:grid}.github-repository-card>div:first-child{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.github-repository-card h3{overflow-wrap:anywhere;margin:0;font-size:16px;line-height:1.35}.github-repository-card a{color:var(--accent);white-space:nowrap;font-size:13px;font-weight:700}.github-repository-card dl{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:0;display:grid}.github-repository-options{flex-wrap:wrap;gap:8px;display:flex}.github-repository-options label{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--foreground);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:700;display:inline-flex}.github-repository-options input:disabled+span{color:var(--muted)}.github-correction-form{gap:16px;display:grid}.github-correction-form label{gap:6px;display:grid}.github-correction-form label span{color:var(--muted);font-size:12px;font-weight:700}.github-correction-form textarea{resize:vertical;border:1px solid var(--line);background:var(--surface);width:100%;min-height:120px;color:var(--foreground);font:inherit;border-radius:6px;padding:10px;line-height:1.5}.github-correction-fields{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;display:grid}.github-correction-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.github-correction-actions>div{gap:6px;display:grid}.github-correction-actions p{margin:0;font-size:13px;line-height:1.45}.github-correction-error{color:#a32020}.github-correction-success{color:var(--success)}.github-correction-actions button{border:1px solid var(--accent);background:var(--accent);color:#fff;min-height:40px;font:inherit;white-space:nowrap;cursor:pointer;border-radius:6px;padding:0 14px;font-size:14px;font-weight:700}.github-correction-actions button:disabled{cursor:not-allowed;opacity:.65}.login-root{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.login-card{gap:32px;width:100%;max-width:380px;display:grid}.login-header{text-align:center;gap:8px;display:grid}.login-header h1{margin:0;font-size:26px;font-weight:800;line-height:1.2}.login-header p{color:var(--muted);margin:0;font-size:15px;line-height:1.55}.login-providers{gap:10px;display:grid}.login-provider-btn{border:1px solid var(--line);background:var(--surface);width:100%;min-height:46px;color:var(--foreground);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;font-family:inherit;font-size:15px;font-weight:700;transition:background .15s,border-color .15s;display:flex}.login-provider-btn:hover:not(:disabled){background:#f3f4f6;border-color:#b0b8c4}.login-provider-btn:disabled{cursor:not-allowed;opacity:.5}.login-provider-btn.github{color:#fff;background:#24292e;border-color:#24292e}.login-provider-btn.github:hover:not(:disabled){background:#1a1f24;border-color:#1a1f24}.login-provider-btn.google{color:#3c4043}.login-provider-btn.kakao{color:#000c;background:#fee500;border-color:#fee500}.login-provider-btn.kakao:hover:not(:disabled){background:#f0d900;border-color:#f0d900}.login-coming-soon{color:var(--muted);margin-left:4px;font-size:11px;font-weight:600}.login-error{background:#fff5f5;border:1px solid #f3b4b4;border-radius:8px;gap:6px;padding:12px 14px;display:grid}.login-error p{color:#a32020;margin:0;font-size:13px;line-height:1.45}.login-error strong{color:#a32020;font-size:13px;font-weight:700}.login-notice{background:#f3f8ff;border:1px solid #b7d6f8;border-radius:8px;gap:6px;padding:12px 14px;display:grid}.login-notice p{color:#225179;margin:0;font-size:13px;line-height:1.45}.login-notice strong{color:#225179;font-size:13px;font-weight:700}.login-footer{text-align:center;color:var(--muted);font-size:13px;line-height:1.5}.github-connection-hero-page{background:linear-gradient(135deg,#f7f8fa 0%,#f0f4f9 100%);justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:32px 24px;display:flex}.github-connection-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1000px;display:grid}.github-connection-hero-visual{justify-content:center;align-items:center;animation:6s ease-in-out infinite float;display:flex}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.github-connection-hero-content{gap:24px;display:grid}.github-connection-hero-title{color:var(--foreground);letter-spacing:-.5px;margin:0;font-size:42px;font-weight:800;line-height:1.15}.github-connection-hero-subtitle{color:var(--muted);letter-spacing:-.2px;margin:0;font-size:18px;font-weight:400;line-height:1.6}.github-connection-hero-benefits{background:var(--surface);border:1px solid var(--line);border-radius:12px;gap:12px;padding:24px;display:grid}.benefit-item{color:var(--foreground);align-items:center;gap:12px;font-size:15px;font-weight:600;display:flex}.benefit-icon{align-items:center;font-size:20px;display:flex}.benefit-text{color:var(--foreground)}.github-connection-cta-link{color:inherit;width:fit-content;text-decoration:none}.github-connection-cta-button{background:linear-gradient(135deg, var(--accent) 0%, #1e40af 100%);color:#fff;cursor:pointer;letter-spacing:-.3px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 28px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #2563eb4d}.github-connection-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#1e40af 0%,#1a38a0 100%);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}.github-connection-cta-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #2563eb4d}.github-connection-cta-button:disabled{cursor:not-allowed;opacity:.6}.github-connection-hero-note{color:var(--muted);margin:0;font-size:13px;font-weight:500;line-height:1.5}.github-connection-account-warning{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;gap:6px;padding:14px 16px;display:grid}.github-connection-account-warning-title{color:#92400e;margin:0;font-size:13px;font-weight:700}.github-connection-account-warning-body{color:#78350f;margin:0;font-size:13px;line-height:1.6}.github-connection-account-warning-body strong{color:#92400e;font-weight:700}.github-connection-account-warning-link{color:#b45309;font-weight:600;text-decoration:underline}.github-connection-account-warning-link:hover{color:#92400e}.screen-helper-note{color:var(--muted);margin:-8px 0 0;padding:0;font-size:13px;line-height:1.5}.result-card-badges{align-items:center;gap:6px;display:inline-flex}.result-card-badge[data-tone=warning]{color:#a15c00;background:#fff4e5}.result-card-repos{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.result-card-repo-chip{color:#1e40af;text-overflow:ellipsis;white-space:nowrap;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;max-width:100%;padding:4px 10px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:12px;font-weight:600;display:inline-flex;overflow:hidden}.result-card-repo-chip[data-tone=muted]{color:var(--muted);border-color:var(--line);background:#f3f4f6;font-family:inherit}.github-analysis-source-repos{border-top:1px solid var(--line);gap:8px;margin-top:14px;padding-top:14px;display:grid}.github-analysis-source-repos-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:12px;font-weight:700}.github-analysis-source-repos-chips{flex-wrap:wrap;gap:6px;display:flex}.github-analysis-source-repo-chip{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;align-items:center;padding:5px 12px;font-family:ui-monospace,SF Mono,Menlo,Consolas,monospace;font-size:13px;font-weight:600;display:inline-flex}.coach-widget-launcher{z-index:80;color:#fff;letter-spacing:-.2px;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);border:none;border-radius:999px;align-items:center;gap:10px;min-height:52px;padding:0 20px;font-size:15px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 24px #2563eb66}.coach-widget-launcher:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb80}.coach-widget-launcher-icon{font-size:20px}.coach-widget-panel{z-index:80;border:1px solid var(--line);background:var(--surface);border-radius:16px;flex-direction:column;width:420px;max-width:calc(100vw - 48px);height:min(640px,100vh - 96px);animation:.22s cubic-bezier(.4,0,.2,1) coach-widget-slide-in;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 24px 48px #0f172a2e}@keyframes coach-widget-slide-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.coach-widget-empty{flex-direction:column;flex:1;display:flex}.coach-widget-empty-header{border-bottom:1px solid var(--line);background:var(--surface);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.coach-widget-empty-header strong{font-size:15px}.coach-widget-empty p{color:var(--muted);text-align:center;flex:1;justify-content:center;align-items:center;margin:0;padding:28px 24px;font-size:14px;line-height:1.6;display:flex}.coach-widget-empty[data-tone=danger] p{color:#b42318}.coach-widget-close{border:1px solid var(--line);background:var(--surface);width:28px;height:28px;color:var(--muted);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.coach-widget-close:hover{color:var(--foreground);background:#f3f4f6}.coach-header-actions{align-items:center;gap:8px;display:flex}.coach-widget-panel .coach-layout{flex-direction:column;gap:0;max-width:none;height:100%;margin:0;padding:0}.coach-widget-panel .coach-screen{border:none;border-radius:0;flex:1 1 0;gap:0;max-width:none;height:auto;min-height:0;margin:0;padding:0}.coach-widget-panel .coach-header{flex-shrink:0;min-height:auto;padding:12px 16px}.coach-widget-panel .coach-title{font-size:15px}.coach-widget-panel .coach-scroller{flex:1 1 0;min-height:0;padding:12px 16px}.coach-widget-panel .coach-composer{flex-shrink:0;padding:10px 12px}.coach-widget-panel .coach-bubbles{gap:10px}.coach-widget-panel .coach-bubble{font-size:14px}@media (max-width:520px){.coach-widget-panel{width:calc(100vw - 24px);height:calc(100vh - 24px);bottom:12px;right:12px}.coach-widget-launcher{bottom:16px;right:16px}}.roadmap-create-hero{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0;border-radius:16px;gap:40px;margin-bottom:24px;padding:48px 32px;display:grid}.roadmap-create-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1000px;margin:0 auto;display:grid}.roadmap-create-hero-visual{justify-content:center;align-items:center;animation:4s ease-in-out infinite roadmap-float;display:flex}@keyframes roadmap-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.roadmap-create-hero-content{gap:24px;display:grid}.roadmap-create-hero-title{color:var(--foreground);letter-spacing:-.5px;background:linear-gradient(135deg,#047857 0%,#064e3b 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:42px;font-weight:800;line-height:1.15}.roadmap-create-hero-subtitle{color:#064e3b;margin:0;font-size:18px;font-weight:400;line-height:1.6}.roadmap-create-benefits{background:var(--surface);border:1px solid #a7f3d0;border-radius:12px;gap:12px;padding:20px;display:grid}.roadmap-create-form{gap:20px;display:grid}.roadmap-context-card{background:var(--surface);border:1px solid var(--line);border-left:4px solid #10b981;border-radius:10px;gap:8px;padding:20px;display:grid}.roadmap-context-card-label{color:#047857;text-transform:uppercase;letter-spacing:.1em;font-size:12px;font-weight:700}.roadmap-context-card-value{color:var(--foreground);font-size:18px;font-weight:700}.roadmap-context-card-summary{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.roadmap-context-card-empty{color:var(--muted);font-size:15px;font-weight:500}.roadmap-context-card-link{color:#047857;width:fit-content;font-size:13px;font-weight:600;text-decoration:none}.roadmap-context-card-link:hover{text-decoration:underline}.roadmap-create-field-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.roadmap-create-field{gap:6px;display:grid}.roadmap-create-field-label{color:var(--foreground);font-size:13px;font-weight:700}.roadmap-create-field-hint{color:var(--muted);font-size:12px;font-weight:500}.roadmap-create-input{border:1px solid var(--line);background:var(--surface);min-height:42px;color:var(--foreground);font:inherit;border-radius:8px;padding:0 12px;font-size:15px;transition:border-color .15s,box-shadow .15s}.roadmap-create-input:focus{border-color:#10b981;outline:none;box-shadow:0 0 0 3px #10b98126}.roadmap-create-input:disabled{cursor:not-allowed;background:#f3f4f6}.roadmap-create-input-with-suffix{align-items:center;gap:10px;display:flex}.roadmap-create-input-with-suffix .roadmap-create-input{flex:1;min-width:0}.roadmap-create-input-suffix{color:var(--muted);white-space:nowrap;font-size:14px;font-weight:500}.roadmap-create-preview{color:#064e3b;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;font-size:14px;line-height:1.5;display:flex}.roadmap-create-preview-icon{flex-shrink:0;font-size:20px}.roadmap-create-preview strong{color:#047857;font-weight:700}.roadmap-create-cta-button{color:#fff;cursor:pointer;letter-spacing:-.3px;background:linear-gradient(135deg,#10b981 0%,#047857 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 28px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #10b9814d}.roadmap-create-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#047857 0%,#064e3b 100%);transform:translateY(-2px);box-shadow:0 8px 20px #10b98166}.roadmap-create-cta-button:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}.roadmap-create-cta-icon{font-size:18px}.roadmap-submitting-container{background:linear-gradient(135deg,#ecfdf5 0%,#d1fae5 100%);justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:32px 24px;display:flex}.roadmap-submitting-content{text-align:center;place-items:center;gap:24px;max-width:420px;display:grid}.roadmap-spinner{border:3px solid #a7f3d0;border-top-color:#047857;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.roadmap-submitting-content h2{color:#064e3b;margin:0;font-size:24px;font-weight:700}.roadmap-submitting-content p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.roadmap-submitting-note{font-weight:500;color:#047857!important;font-size:13px!important}@media (max-width:768px){.roadmap-create-hero-container{grid-template-columns:1fr;gap:36px}.roadmap-create-hero-visual{order:-1}.roadmap-create-hero-title{font-size:30px}.roadmap-create-hero-subtitle{font-size:16px}.roadmap-create-field-grid{grid-template-columns:1fr}.github-connection-hero-container{grid-template-columns:1fr;gap:40px}.github-connection-hero-visual{order:-1}.github-connection-hero-title{font-size:32px}.github-connection-hero-subtitle{font-size:16px}.github-connection-hero-benefits{padding:18px}.benefit-item{font-size:14px}}.diagnosis-hero{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);border:1px solid #e9d5ff;border-radius:16px;gap:40px;margin-bottom:24px;padding:48px 32px;display:grid}.diagnosis-hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:64px;width:100%;max-width:1000px;margin:0 auto;display:grid}.diagnosis-hero-visual{justify-content:center;align-items:center;animation:3s ease-in-out infinite pulse-glow;display:flex}@keyframes pulse-glow{0%,to{filter:drop-shadow(0 0 8px #7c3aed4d);transform:scale(1)}50%{filter:drop-shadow(0 0 16px #7c3aed80);transform:scale(1.05)}}.diagnosis-hero-content{gap:28px;display:grid}.diagnosis-hero-title{color:var(--foreground);letter-spacing:-.5px;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:42px;font-weight:800;line-height:1.15}.diagnosis-hero-subtitle{color:var(--muted);letter-spacing:-.2px;margin:0;font-size:18px;font-weight:400;line-height:1.6}.diagnosis-info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;display:grid}.diagnosis-info-card{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #e9d5ff;border-radius:10px;gap:8px;padding:16px;display:grid}.diagnosis-info-label{color:#7c3aed;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:12px;font-weight:700}.diagnosis-info-value{color:var(--foreground);word-break:break-word;margin:0;font-size:16px;font-weight:700}.diagnosis-info-meta{color:var(--muted);margin-top:2px;font-size:12px;font-weight:500;line-height:1.5}.diagnosis-analysis-select{background:var(--surface);width:100%;min-height:38px;color:var(--foreground);font:inherit;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8' fill='none' stroke='%237c3aed' stroke-width='1.8'><path d='M1 1 L6 6 L11 1'/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:12px 8px;border:1px solid #e9d5ff;border-radius:6px;padding:0 32px 0 10px;font-size:14px;font-weight:600}.diagnosis-analysis-select:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 3px #7c3aed26}.diagnosis-benefits{background:var(--surface);border:1px solid #e9d5ff;border-radius:12px;gap:12px;padding:24px;display:grid}.diagnosis-form{width:100%}.diagnosis-cta-button{color:#fff;cursor:pointer;letter-spacing:-.3px;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:none;border-radius:10px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 28px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 12px #7c3aed4d}.diagnosis-cta-button:hover:not(:disabled){background:linear-gradient(135deg,#5b21b6 0%,#4c1d95 100%);transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed66}.diagnosis-cta-button:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #7c3aed4d}.diagnosis-cta-button:disabled{cursor:not-allowed;opacity:.6}.diagnosis-button-icon{font-size:18px}.diagnosis-submitting-container{background:linear-gradient(135deg,#faf5ff 0%,#f3e8ff 100%);justify-content:center;align-items:center;min-height:calc(100vh - 56px);padding:32px 24px;display:flex}.diagnosis-submitting-content{text-align:center;place-items:center;gap:24px;max-width:400px;display:grid}.diagnosis-spinner{border:3px solid #e9d5ff;border-top-color:#7c3aed;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin;display:inline-block}.diagnosis-submitting-content h2{color:var(--foreground);margin:0;font-size:24px;font-weight:700}.diagnosis-submitting-content p{color:var(--muted);margin:0;font-size:15px;line-height:1.6}.diagnosis-submitting-note{font-weight:500;color:#7c3aed!important;font-size:13px!important}@media (max-width:768px){.diagnosis-hero-container{grid-template-columns:1fr;gap:40px}.diagnosis-hero-visual{order:-1}.diagnosis-hero-title{font-size:32px}.diagnosis-hero-subtitle{font-size:16px}.diagnosis-info-grid{grid-template-columns:1fr}.diagnosis-benefits{padding:18px}.benefit-item{font-size:14px}}@media (max-width:640px){.topbar{flex-direction:column;align-items:flex-start;gap:10px;padding:14px 16px}.topnav{width:100%;padding-left:0}.page{padding:24px 16px}.screen-heading h1{font-size:26px}.roadmap-week-header{flex-direction:column}.roadmap-progress-actions,.roadmap-create-actions{flex-direction:column;align-items:stretch}.dashboard-progress-summary dl{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form-actions{flex-direction:column;align-items:stretch}.diagnosis-missing-header{flex-direction:column}.github-depth-list li>div{flex-direction:column;align-items:flex-start}.github-connection-actions,.github-analysis-start-panel,.github-repository-card>div:first-child,.github-correction-actions{flex-direction:column;align-items:stretch}}.coach-screen{flex-direction:column;gap:12px;max-width:880px;height:calc(100vh - 56px);margin:0 auto;padding:16px 24px 24px;display:flex}.coach-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}.coach-title{margin:0;font-size:18px;font-weight:700}.coach-secondary-button{border:1px solid var(--line);background:var(--surface);color:var(--foreground);cursor:pointer;border-radius:6px;padding:6px 12px;font-size:13px}.coach-secondary-button:hover{background:var(--accent-soft);border-color:var(--accent)}.coach-scroller{scroll-behavior:smooth;flex:1;padding:8px 4px;position:relative;overflow-y:auto}.coach-empty{text-align:center;color:var(--muted);padding:48px 16px;font-size:14px}.coach-bubbles{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.coach-bubble{white-space:pre-wrap;word-break:break-word;border-radius:12px;flex-direction:column;gap:8px;max-width:80%;padding:12px 14px;font-size:14px;line-height:1.6;display:flex}.coach-bubble-user{background:var(--accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.coach-bubble-coach{background:var(--surface);color:var(--foreground);border:1px solid var(--line);border-bottom-left-radius:4px;align-self:flex-start}.coach-bubble-body p:first-child{margin-top:0}.coach-bubble-body p:last-child{margin-bottom:0}.coach-bubble-body pre{color:#e2e8f0;background:#0f172a;border-radius:8px;padding:10px 12px;font-size:12px;line-height:1.5;overflow-x:auto}.coach-bubble-body code{background:#0f172a14;border-radius:4px;padding:1px 4px;font-size:12px}.coach-bubble-body pre code{background:0 0;padding:0}.coach-bubble-body table{border-collapse:collapse;font-size:13px}.coach-bubble-body th,.coach-bubble-body td{border:1px solid var(--line);padding:4px 8px}.coach-typing{gap:4px;padding:4px 0;display:inline-flex}.coach-typing span{background:var(--muted);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite coach-typing-bounce;display:inline-block}.coach-typing span:nth-child(2){animation-delay:.15s}.coach-typing span:nth-child(3){animation-delay:.3s}@keyframes coach-typing-bounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.coach-replan-card{border:1px solid var(--accent);background:var(--accent-soft);border-radius:10px;flex-direction:column;gap:8px;margin-top:4px;padding:10px 12px;display:flex}.coach-replan-card[data-expired=true]{opacity:.6;border-color:var(--line);background:var(--background)}.coach-replan-header{justify-content:space-between;align-items:baseline;font-size:13px;display:flex}.coach-replan-timer{color:var(--muted);font-size:12px}.coach-replan-reason{color:var(--foreground);margin:0;font-size:13px}.coach-replan-actions{flex-wrap:wrap;gap:8px;display:flex}.coach-scroll-bottom{border:1px solid var(--accent);background:var(--accent);color:#fff;cursor:pointer;border-radius:999px;margin-left:auto;padding:6px 12px;font-size:12px;display:block;position:sticky;bottom:8px;box-shadow:0 2px 8px #2563eb4d}.coach-composer{border:1px solid var(--line);background:var(--surface);border-radius:12px;align-items:flex-end;gap:8px;padding:8px;display:flex}.coach-input{resize:none;font:inherit;color:var(--foreground);background:0 0;border:none;outline:none;flex:1;padding:8px 4px}.coach-input:disabled{opacity:.6}.coach-send-button,.coach-stop-button{cursor:pointer;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600}.coach-send-button{background:var(--accent);color:#fff}.coach-send-button:disabled{background:var(--line);color:var(--muted);cursor:not-allowed}.coach-stop-button{background:var(--surface);color:var(--foreground);border:1px solid var(--line)}.coach-trace-id{color:var(--muted);margin-top:4px;font-size:12px}.screen-header{flex-direction:column;gap:4px;margin-bottom:16px;display:flex}.screen-title{margin:0;font-size:20px;font-weight:700}.screen-description{color:var(--muted);margin:0;font-size:14px}.card-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}.result-card{border:1px solid var(--line);background:var(--surface);border-radius:10px;flex-direction:column;gap:8px;padding:16px;transition:border-color .12s,box-shadow .12s;display:flex}.result-card:hover{border-color:var(--accent);box-shadow:0 1px 6px #2563eb14}.result-card-header{justify-content:space-between;align-items:center;gap:8px;display:flex}.result-card-meta{color:var(--muted);font-size:12px}.result-card-badge{background:var(--accent-soft);color:var(--accent);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}.result-card-badge[data-tone=accent]{background:var(--accent-soft);color:var(--accent)}.result-card-body{color:var(--foreground);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:14px;line-height:1.55;display:-webkit-box;overflow:hidden}.result-card-footer{border-top:1px dashed var(--line);flex-direction:column;gap:10px;margin-top:auto;padding-top:8px;display:flex}.result-card-link{color:var(--muted);font-size:12px;text-decoration:none}.result-card-link:hover{color:var(--accent)}.result-card-actions{flex-wrap:wrap;gap:8px;display:flex}.portfolio-drafts-page{gap:24px;display:grid}.portfolio-draft-action-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.portfolio-draft-action-panel>div{gap:6px;min-width:0;display:grid}.portfolio-draft-action-panel h2,.portfolio-draft-action-panel p{margin:0}.portfolio-draft-action-panel h2{font-size:16px;line-height:1.35}.portfolio-draft-action-panel p{color:var(--muted);font-size:14px;line-height:1.5}.portfolio-drafts-layout{grid-template-columns:minmax(240px,300px) minmax(0,1fr);align-items:start;gap:16px;display:grid}.portfolio-draft-list,.portfolio-draft-editor{border:1px solid var(--line);background:var(--surface);border-radius:8px}.portfolio-draft-list{gap:12px;padding:16px;display:grid}.portfolio-draft-list header{justify-content:space-between;align-items:center;gap:8px;display:flex}.portfolio-draft-list h2{margin:0;font-size:15px}.portfolio-draft-list header span{color:var(--muted);font-size:12px;font-weight:700}.portfolio-draft-list ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.portfolio-draft-list-item{border:1px solid var(--line);width:100%;color:var(--foreground);text-align:left;cursor:pointer;background:#fff;border-radius:6px;gap:4px;padding:10px;display:grid}.portfolio-draft-list-item[data-active=true]{border-color:var(--accent);background:var(--accent-soft)}.portfolio-draft-list-item span{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.4;overflow:hidden}.portfolio-draft-list-item small,.portfolio-draft-empty{color:var(--muted);font-size:12px;line-height:1.45}.portfolio-draft-empty{margin:0}.portfolio-draft-editor{gap:14px;min-width:0;padding:16px;display:grid}.portfolio-draft-editor-header{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;display:grid}.portfolio-draft-editor-header label{gap:6px;min-width:0;display:grid}.portfolio-draft-editor-header label span{color:var(--muted);font-size:12px;font-weight:700}.portfolio-draft-editor-header input,.portfolio-draft-textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--foreground);font:inherit;border-radius:6px}.portfolio-draft-editor-header input{min-height:40px;padding:0 10px;font-weight:700}.portfolio-draft-source-summary{grid-template-columns:repeat(4,minmax(54px,1fr));gap:8px;margin:0;display:grid}.portfolio-draft-source-summary div{border:1px solid var(--line);border-radius:6px;gap:2px;min-width:0;padding:8px;display:grid}.portfolio-draft-source-summary dt,.portfolio-draft-source-summary dd{margin:0}.portfolio-draft-source-summary dt{color:var(--muted);font-size:11px;font-weight:700}.portfolio-draft-source-summary dd{font-size:15px;font-weight:800}.portfolio-draft-tabs{flex-wrap:wrap;gap:6px;display:flex}.portfolio-draft-tabs button{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--muted);cursor:pointer;border-radius:6px;padding:0 12px;font-size:13px;font-weight:700}.portfolio-draft-tabs button[data-active=true]{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.portfolio-draft-textarea{resize:vertical;min-height:520px;padding:14px;line-height:1.6}.portfolio-draft-empty-variant{border:1px dashed var(--line);text-align:center;background:#f8fafc;border-radius:6px;place-items:center;gap:14px;min-height:360px;padding:24px;display:grid}.portfolio-draft-empty-variant p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.portfolio-draft-empty-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.portfolio-draft-editor-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.portfolio-draft-editor-footer span{color:var(--muted);font-size:12px}.portfolio-draft-source-refs{border-top:1px dashed var(--line);padding-top:12px}.portfolio-draft-source-refs summary{color:var(--muted);cursor:pointer;font-size:13px;font-weight:700}.portfolio-draft-source-refs pre{border:1px solid var(--line);max-height:260px;color:var(--foreground);background:#f8fafc;border-radius:6px;margin:12px 0 0;padding:12px;font-size:12px;line-height:1.5;overflow:auto}.portfolio-draft-state-panel p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.portfolio-draft-state-panel[data-tone=danger]{background:#fff5f5;border-color:#f3b4b4}.portfolio-draft-state-panel[data-tone=danger] p{color:#a32020}@media (max-width:860px){.portfolio-drafts-layout,.portfolio-draft-editor-header{grid-template-columns:1fr}.portfolio-draft-action-panel,.portfolio-draft-editor-footer{flex-direction:column;align-items:stretch}.portfolio-draft-action-panel .action-link,.portfolio-draft-editor-footer .action-link,.portfolio-draft-empty-actions .action-link{width:100%}}@media (max-width:560px){.portfolio-draft-source-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-draft-textarea{min-height:420px}}.job-history-section{border:1px solid var(--line);background:var(--surface);border-radius:10px;margin-bottom:20px;padding:14px 16px}.job-history-header{flex-direction:column;gap:2px;margin-bottom:10px;display:flex}.job-history-title{margin:0;font-size:14px;font-weight:700}.job-history-description{color:var(--muted);margin:0;font-size:12px}.job-history-empty{color:var(--muted);margin:0;font-size:13px}.job-history-list{flex-direction:column;gap:6px;max-height:240px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.job-history-item{border-left:3px solid var(--line);background:var(--background);border-radius:4px;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.job-history-item[data-status=succeeded]{border-left-color:var(--success);background:var(--success-soft)}.job-history-item[data-status=failed]{background:#fef3f2;border-left-color:#d92d20}.job-history-item-main{justify-content:space-between;align-items:center;gap:8px;font-size:12px;display:flex}.job-history-status{background:var(--surface);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:1px 6px;font-size:11px;font-weight:700}.job-history-status[data-status=succeeded]{background:var(--success);color:#fff;border-color:var(--success)}.job-history-status[data-status=failed]{color:#fff;background:#d92d20;border-color:#d92d20}.job-history-status[data-status=running],.job-history-status[data-status=requested]{background:var(--accent-soft);color:var(--accent);border-color:var(--accent-soft)}.job-history-time{color:var(--muted);font-size:11px}.job-history-item-detail{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.job-history-link{color:var(--accent);font-size:12px;font-weight:600;text-decoration:none}.job-history-link:hover{text-decoration:underline}.job-history-error{color:#b42318;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;overflow:hidden}.job-history-step{color:var(--muted);font-size:11px}.analysis-job-progress-panel{background:#f3f8ff;border:1px solid #b7d6f8;border-radius:12px;gap:16px;padding:20px;display:grid}.analysis-job-progress-icon{align-items:center;height:20px;display:flex}.analysis-job-spinner{border:2px solid #2563eb;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:1s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.analysis-job-progress-content{gap:8px;display:grid}.analysis-job-progress-label{color:#2563eb;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:12px;font-weight:700}.analysis-job-progress-title{color:#225179;margin:0;font-size:16px;font-weight:700}.analysis-job-progress-status{flex-wrap:wrap;gap:8px;display:flex}.analysis-job-status-chip{color:#2563eb;background:#fff;border:1px solid #2563eb;border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:600;display:inline-flex}.analysis-job-progress-step{color:#2563eb;margin:0;font-size:13px;font-weight:500}.analysis-job-progress-description{color:#225179;margin:0;font-size:14px;line-height:1.6}.analysis-job-progress-detail{color:#225179;margin:0;font-size:13px;line-height:1.6}.analysis-job-progress-actions{gap:8px;margin-top:8px;display:flex}.analysis-job-progress-dismiss-btn{background:var(--surface);color:var(--foreground);cursor:pointer;border:1px solid #d8dde6;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;transition:background-color .15s,border-color .15s}.analysis-job-progress-dismiss-btn:hover{background:#f0f4f9;border-color:#b0b8c4}.coach-layout{align-items:stretch;gap:12px;max-width:1180px;height:calc(100vh - 56px);margin:0 auto;padding:16px 24px 24px;display:flex}.coach-layout .coach-screen{flex:1;min-width:0;max-width:none;height:auto;margin:0;padding:0}.coach-sidebar{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-direction:column;flex:0 0 260px;width:260px;display:flex;overflow:hidden}.coach-sidebar-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.coach-sidebar-header h3{margin:0;font-size:14px;font-weight:700}.coach-sidebar-note{color:var(--muted);margin:2px 0 0;font-size:11px;line-height:1.35}.coach-sidebar-new{border:1px solid var(--line);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:12px}.coach-sidebar-new:hover{background:var(--accent-soft);border-color:var(--accent)}.coach-sidebar-empty{color:var(--muted);padding:16px 14px;font-size:13px}.coach-sidebar-empty[data-tone=danger]{color:var(--danger,#b54545)}.coach-sidebar-list{flex:1;margin:0;padding:6px;list-style:none;overflow-y:auto}.coach-sidebar-item{margin-bottom:4px}.coach-sidebar-link{color:inherit;border:1px solid #0000;border-radius:6px;padding:8px 10px;text-decoration:none;display:block}.coach-sidebar-link:hover{background:var(--accent-soft)}.coach-sidebar-item[data-active=true] .coach-sidebar-link{background:var(--accent-soft);border-color:var(--accent)}.coach-sidebar-row{justify-content:space-between;align-items:center;font-size:12px;display:flex}.coach-sidebar-label{font-weight:600}.coach-sidebar-item[data-status=closed] .coach-sidebar-label{color:var(--muted)}.coach-sidebar-snapshot{color:var(--muted);overflow-wrap:anywhere;margin-top:4px;font-size:11px;line-height:1.35}.coach-sidebar-snapshot span{display:block}.coach-sidebar-date{color:var(--muted);white-space:nowrap;font-size:11px}@media (max-width:720px){.coach-layout{flex-direction:column;height:auto;min-height:calc(100vh - 56px)}.coach-sidebar{flex:none;width:100%;max-height:160px}.coach-layout .coach-screen{min-height:60vh}}
