:root{--tms-deep-blue: #007CD5;--tms-uni-blue: #33A2F1;--tms-white: #ffffff;--tms-black: #151515}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--tms-black);background-color:var(--tms-white)}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--tms-deep-blue);color:var(--tms-white);border:none;padding:12px 20px;border-radius:10px;font-weight:600;cursor:pointer}.btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--tms-deep-blue);border:2px solid var(--tms-deep-blue);padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer}.hero{background:linear-gradient(135deg,var(--tms-uni-blue),var(--tms-deep-blue));color:var(--tms-white)}.section{padding:56px 0}.logo{font-weight:800;letter-spacing:.3px}.app-layout{display:grid;grid-template-columns:260px 1fr}.app-main{padding:32px 32px 48px}.page-title{margin:0 0 24px;font-size:40px}.sidebar{height:100vh;position:sticky;top:0;border-right:1px solid #eee;background:#fff;display:flex;flex-direction:column}.sidebar .brand{display:flex;align-items:center;gap:8px;padding:16px;border-bottom:1px solid #eee}.sidebar .nav{display:grid;gap:4px;padding:12px}.sidebar .nav a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px}.sidebar-icon{width:18px;height:18px;object-fit:contain}.sidebar .nav a.active,.sidebar .nav a:hover{background:#f2f6fa}.sidebar .start-session{margin:12px;background:#1a91ff;color:#fff;border:none;border-radius:12px;padding:12px 14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 24px)}.sidebar .profile{margin-top:auto;padding:12px;border-top:1px solid #eee;color:#666;font-size:12px}.cards-row{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.card{border-radius:14px;padding:24px;min-height:380px;display:flex;flex-direction:column}.card.dark{background:linear-gradient(180deg,#2a2a2a,#111);color:#fff}.card.blue{background:linear-gradient(180deg,#2fa1ff,#1775ff);color:#fff}.card h2{margin:0 0 8px}.card p{margin:0 0 16px}.card .cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#fff;color:#111;border:1px solid #E6E6E6;border-radius:8px;padding:10px 12px;font-weight:700}.card .card-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;margin:auto 0}.card .card-badges{display:flex;gap:6px;justify-content:flex-end}.provider-logo{width:26px;height:26px;object-fit:contain;background:#fff;border:1px solid #E6E6E6;border-radius:6px;padding:3px}.calendar-connect .provider-logo.zoom{width:51.11px;height:51.11px}.calendar-connect .provider-logo.gmeet{width:53.67px;height:44.16px}.calendar-connect .provider-logo.teams{width:51.11px;height:51.11px}.card .card-icon{display:inline-flex;width:84px;height:84px;border-radius:16px;background:transparent;align-items:center;justify-content:center;margin-bottom:6px}.card .card-icon-img{width:84px;height:84px;object-fit:contain}.integrations{display:flex;gap:12px;margin-top:16px}.integration{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid #E6E6E6}.calendar-connect{margin-top:24px;border:1px solid #E6E6E6;border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between}.calendar-connect .btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #E6E6E6;border-radius:8px;padding:10px 12px;font-weight:600}@media (max-width: 960px){.app-layout{grid-template-columns:1fr}.sidebar{position:static;height:auto}.cards-row{grid-template-columns:1fr}}.dashboard-page .page-subtitle{margin:4px 0 20px;color:#666}.above-the-fold{min-height:0;margin-bottom:12px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card{border:1px solid #E6E6E6;border-radius:10px;background:#fff;padding:14px 16px}.stat-card-top{display:flex;align-items:center}.stat-card-title{color:#777;font-size:14px}.stat-card-icon{width:30px;height:30px;object-fit:contain;margin-left:auto;opacity:.8}.stat-card-value{margin-top:8px;font-weight:800;font-size:22px}.stat-card-value .positive{color:#16a34a}.stat-card-value .negative{color:#dc2626}.focus-plan{margin-top:18px;background:#111;color:#fff;border-radius:12px;padding:16px}.focus-plan-title{font-weight:700;display:inline-flex;align-items:center;gap:8px}.focus-plan-icon{width:30px;height:30px;object-fit:contain}.focus-plan-dot{display:inline-block;width:16px;height:16px;border-radius:4px;background:#fff}.focus-plan-subtitle{margin-top:6px;color:#cfcfcf;font-size:14px}.focus-plan-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px}.focus-card{background:#fff;color:#151515;border-radius:10px;padding:12px}.focus-card-title{font-weight:800;font-size:14px;margin-bottom:6px}.focus-card-body{font-size:12px;color:#444}.priority-badge{display:inline-block;margin-top:12px;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}.priority-low{background:#e0f2fe;color:#075985}.priority-medium{background:#fef9c3;color:#854d0e}.priority-high{background:#fee2e2;color:#991b1b}.dashboard-chart-section{margin-top:12px;border:1px solid #e6e6e6;border-radius:12px;padding:0;background:#fff}.chart-card{position:relative}.chart-toolbar{display:grid;grid-template-columns:1fr 240px;gap:16px;align-items:start;padding:8px 8px 0}.chart-tabs{display:inline-flex;gap:6px;border:1px solid #E6E6E6;background:#fff;border-radius:8px;padding:4px}.tab{border:none;background:transparent;padding:8px 12px;border-radius:6px;font-weight:600;color:#555}.tab.active{background:#f2f6fa;color:#111}.chart-side-tabs{display:grid;gap:8px;justify-self:end}.side-tab{border:1px solid #E6E6E6;background:#fff;padding:10px 12px;border-radius:8px;font-weight:700}.side-tab.active{border-color:var(--tms-deep-blue);color:var(--tms-deep-blue)}.chart-content{padding:12px 8px 16px}@media (max-width: 1200px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-plan-cards,.chart-toolbar{grid-template-columns:1fr}.chart-side-tabs{justify-self:start;grid-auto-flow:column}}
