*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#111827;font-family:Inter,system-ui,sans-serif}.coach-nav{min-height:76px;display:flex;align-items:center;gap:26px;padding:0 30px;background:#fff;border-bottom:1px solid #dce4ef;position:sticky;top:0;z-index:20}.coach-brand{font-size:28px;font-weight:800;text-decoration:none;color:#111827}.coach-nav-links{display:flex;gap:22px;flex:1;justify-content:center}.coach-nav-links a{font-size:14px;font-weight:700;text-decoration:none;color:#111827;white-space:nowrap}.coach-nav-links a.active,.coach-nav-links a:hover{color:#2563eb}.coach-nav-actions{display:flex;gap:10px}.coach-nav-actions button,.coach-secondary-button{min-height:42px;padding:0 15px;border:1px solid #dce4ef;border-radius:10px;background:#fff;font-weight:700;cursor:pointer}.coach-logout-button{color:#b91c1c}.coach-shell{width:min(1450px,calc(100% - 40px));margin:34px auto 70px}.coach-hero{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:42px 44px;background:linear-gradient(120deg,#eef5ff,#f1fff6);border:1px solid #dce4ef;border-radius:26px}.coach-eyebrow{margin:0 0 10px;color:#2563eb;font-size:13px;font-weight:800;letter-spacing:.08em}.coach-hero h1{max-width:900px;margin:0 0 16px;font-size:clamp(42px,5vw,66px);line-height:1.05;letter-spacing:-.045em}.coach-hero p:not(.coach-eyebrow){max-width:850px;margin:0;color:#64748b;font-size:18px;line-height:1.7}.coach-primary-button{min-height:48px;padding:0 20px;background:#2563eb;color:#fff;border:1px solid #2563eb;border-radius:11px;font-weight:800;cursor:pointer}.coach-overview{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin:22px 0}.coach-overview article{display:flex;align-items:center;gap:15px;min-height:116px;padding:24px;background:#fff;border:1px solid #dce4ef;border-radius:20px}.coach-overview article>span{width:48px;height:48px;display:grid;place-items:center;background:#eaf1ff;border-radius:14px;font-size:23px}.coach-overview small{display:block;color:#64748b;font-weight:700;margin-bottom:5px}.coach-overview strong{font-size:30px}.coach-layout{display:grid;grid-template-columns:minmax(310px,.75fr) minmax(0,1.55fr);gap:22px}.coach-sidebar{display:grid;gap:22px;align-content:start}.coach-panel,.coach-chat-panel{background:#fff;border:1px solid #dce4ef;border-radius:22px}.coach-panel{padding:26px}.coach-panel h2,.coach-chat-header h2{margin:0;font-size:24px}.coach-prompt-grid{display:grid;gap:10px;margin-top:20px}.coach-prompt-grid button{padding:14px 15px;border:1px solid #dce4ef;border-radius:12px;background:#fff;text-align:left;font-weight:700;cursor:pointer}.coach-prompt-grid button:hover{background:#eaf1ff}.coach-focus-panel{background:linear-gradient(135deg,#10245f,#2249ba);color:#fff;border:0}.coach-focus-panel .coach-eyebrow{color:#bfdbfe}.coach-focus-panel p{color:#dbeafe;line-height:1.6}.coach-focus-panel a{display:inline-flex;margin-top:12px;min-height:44px;align-items:center;padding:0 17px;border-radius:10px;background:#fff;color:#2563eb;text-decoration:none;font-weight:800}.coach-context-list{display:grid;gap:9px;margin-top:15px}.coach-context-item{display:flex;gap:10px;padding:11px 0;border-bottom:1px solid #e5e7eb}.coach-context-item:last-child{border-bottom:0}.coach-context-item strong{display:block;font-size:14px}.coach-context-item small{color:#64748b}.coach-chat-panel{min-height:720px;display:flex;flex-direction:column;overflow:hidden}.coach-chat-header{display:flex;align-items:center;justify-content:space-between;padding:24px 26px;border-bottom:1px solid #dce4ef}.coach-chat{flex:1;min-height:480px;max-height:620px;overflow-y:auto;padding:26px;background:#f8fafc}.coach-message{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px}.coach-message-user{justify-content:flex-end}.coach-message-user .coach-avatar{order:2}.coach-avatar{width:38px;height:38px;display:grid;place-items:center;background:#fff;border:1px solid #dce4ef;border-radius:50%}.coach-bubble{max-width:82%;padding:14px 16px;background:#fff;border:1px solid #dce4ef;border-radius:16px}.coach-message-user .coach-bubble{background:#2563eb;color:#fff;border-color:#2563eb}.coach-bubble strong{display:block;margin-bottom:6px;font-size:13px}.coach-bubble p{margin:0;line-height:1.65;white-space:pre-wrap}.coach-composer{padding:22px 24px;border-top:1px solid #dce4ef}.coach-composer textarea{width:100%;min-height:110px;padding:15px;border:1px solid #dce4ef;border-radius:12px;resize:vertical}.coach-composer-footer{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:12px;color:#64748b;font-size:12px}.coach-disclaimer{margin:0;padding:0 24px 22px;color:#64748b;font-size:12px;line-height:1.5}@media(max-width:1180px){.coach-nav{flex-wrap:wrap;padding:14px 20px}.coach-nav-links{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.coach-overview{grid-template-columns:repeat(2,1fr)}.coach-layout{grid-template-columns:1fr}}@media(max-width:720px){.coach-shell{width:calc(100% - 24px)}.coach-hero{flex-direction:column;align-items:flex-start;padding:30px 24px}.coach-overview{grid-template-columns:1fr}.coach-composer-footer{flex-direction:column;align-items:stretch}.coach-primary-button{width:100%}}body.dark-mode{background:#0b1220;color:#f8fafc}body.dark-mode .coach-nav,body.dark-mode .coach-panel,body.dark-mode .coach-chat-panel,body.dark-mode .coach-overview article,body.dark-mode .coach-prompt-grid button,body.dark-mode .coach-nav-actions button,body.dark-mode .coach-secondary-button,body.dark-mode .coach-avatar,body.dark-mode .coach-bubble,body.dark-mode .coach-composer,body.dark-mode .coach-composer textarea{background:#111a2b;color:#f8fafc;border-color:#2b3950}body.dark-mode .coach-chat{background:#0f172a}body.dark-mode .coach-nav-links a,body.dark-mode .coach-brand{color:#f8fafc}body.dark-mode .coach-nav-links a.active{color:#60a5fa}

html[data-theme="dark"] .coach-hero,body.dark-mode .coach-hero{background:linear-gradient(120deg,#172235,#132b28);border-color:#2b3950}
html[data-theme="dark"] .coach-hero h1,body.dark-mode .coach-hero h1{color:#f8fafc}
html[data-theme="dark"] .coach-hero p:not(.coach-eyebrow),body.dark-mode .coach-hero p:not(.coach-eyebrow){color:#a9b7cc}
html[data-theme="dark"] .coach-nav,html[data-theme="dark"] .coach-panel,html[data-theme="dark"] .coach-chat-panel,html[data-theme="dark"] .coach-overview article,html[data-theme="dark"] .coach-prompt-grid button,html[data-theme="dark"] .coach-nav-actions button,html[data-theme="dark"] .coach-secondary-button,html[data-theme="dark"] .coach-avatar,html[data-theme="dark"] .coach-bubble,html[data-theme="dark"] .coach-composer,html[data-theme="dark"] .coach-composer textarea{background:#111a2b;color:#f8fafc;border-color:#2b3950}
html[data-theme="dark"] .coach-chat{background:#0f172a}
html[data-theme="dark"] .coach-brand,html[data-theme="dark"] .coach-nav-links a{color:#f8fafc}
html[data-theme="dark"] .coach-nav-links a.active{color:#60a5fa}
