@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=DM+Mono:wght@400;500&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#F7F5F1;--card:#FFFFFF;--border:#E9E4DC;--muted:#DDD7CD;--text:#1A1714;--sub:#8A847A;--accent:#C2410C;--accent-bg:#FBF1EA;--green:#15803D;--red:#B91C1C;--red-bg:#FCF2F2;--amber:#B45309;--amber-bg:#FDF7EC;--mono:"DM Mono", monospace}html{-webkit-text-size-adjust:100%}body{background:#ece8e1;color:var(--text);font-family:Inter,sans-serif;display:flex;flex-direction:column;align-items:center;-webkit-font-smoothing:antialiased}#root{width:100%;display:flex;flex-direction:column;align-items:center}.phone-shell{width:100%;max-width:420px;height:100vh;height:100dvh;background:var(--bg);display:flex;flex-direction:column;position:relative;overflow:hidden}@media (min-width:500px){body{background:#dad4ca;padding:40px 20px}.phone-shell{border:1px solid var(--border);border-radius:36px;height:840px;box-shadow:0 40px 80px #0003}}.login-view{position:absolute;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--bg);display:flex;flex-direction:column;justify-content:center;padding:40px 28px}.lg-mark{width:52px;height:52px;background:var(--accent);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:22px;margin-bottom:18px}.lg-title{font-size:24px;font-weight:700;margin-bottom:4px}.lg-sub{font-size:13px;color:var(--sub);margin-bottom:24px}.lg-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--sub);margin-bottom:6px}.lg-input{width:100%;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--card);font-family:inherit;font-size:14px;color:var(--text);margin-bottom:14px}.lg-input:focus{outline:none;border-color:var(--accent)}.lg-btn{width:100%;padding:14px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;margin-top:10px}.lg-err{color:var(--red);font-size:12px;margin-top:10px;text-align:center}.lg-note{font-size:11px;color:var(--sub);text-align:center;margin-top:20px;line-height:1.6}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:14px 16px 12px;border-bottom:1px solid var(--border);background:var(--bg)}.brand-mark{display:flex;align-items:center;gap:9px}.bm-icon{width:28px;height:28px;background:var(--accent);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.bm-name{font-size:14px;font-weight:700;line-height:1.15}.bm-outlet{font-size:11px;color:var(--sub);line-height:1.3}.top-right{display:flex;flex-direction:column;align-items:flex-end;gap:5px}.week-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:var(--mono);font-size:12px;color:var(--text);background:var(--card) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%238A847A' stroke-width='3'><path d='M6 9l6 6 6-6'/></svg>") no-repeat right 9px center;border:1px solid var(--border);border-radius:20px;padding:5px 26px 5px 13px;cursor:pointer;line-height:1.2}.week-select:focus{outline:none;border-color:var(--accent)}.fresh-pill{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:500;color:var(--green)}.fresh-dot{width:6px;height:6px;border-radius:50%;background:var(--green)}.acct-menu{position:absolute;top:58px;left:14px;width:236px;background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:0 12px 32px #00000024;z-index:95;overflow:hidden}.am-head{padding:12px 14px;font-size:11px;font-weight:600;border-bottom:1px solid var(--border);background:var(--bg);line-height:1.5;overflow-wrap:anywhere}.am-head span{display:block;font-weight:400;color:var(--sub)}.am-item{padding:12px 14px;font-size:13px;font-weight:500;cursor:pointer;color:var(--red)}.kpi-carousel{border-bottom:1px solid var(--border);padding:12px 16px 10px}.kpi-viewport{overflow:hidden;border:1px solid var(--border);border-radius:10px;background:var(--card);touch-action:pan-y;cursor:grab}.kpi-track{display:flex;transition:transform .28s cubic-bezier(.32,.72,0,1)}.kpi-page{min-width:100%;display:grid;grid-template-columns:repeat(4,1fr)}.kpi-card{padding:12px 6px 11px;display:flex;flex-direction:column;align-items:center;gap:5px;min-width:0;border-right:1px solid var(--border);text-align:center}.kpi-page .kpi-card:last-child{border-right:none}.kpi-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--sub);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.kpi-val{font-family:var(--mono);font-variant-numeric:tabular-nums;font-size:15px;font-weight:500;line-height:1.1;white-space:nowrap;color:var(--text)}.kpi-val.good{color:var(--green)}.kpi-val.bad{color:var(--red)}.kpi-sub{font-size:10px;color:var(--sub);white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}.kpi-dots{display:flex;gap:5px;justify-content:center;padding-top:10px}.kpi-dot{width:6px;height:6px;border-radius:50%;background:var(--muted)}.kpi-dot.active{background:var(--accent)}.view{display:none;flex:1;flex-direction:column;overflow:hidden;min-height:0}.view.active{display:flex}.view-top3{overflow-y:auto}.scroll-body{padding:16px;overflow-y:auto;flex:1}.bottom-tabs{display:flex;border-top:1px solid var(--border);background:var(--card);margin-top:auto}.tab-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 0 12px;cursor:pointer;color:var(--sub);font-size:10.5px;font-weight:500}.tab-item.active{color:var(--accent)}.tab-badge{position:relative}.tab-badge .n{position:absolute;top:-4px;right:-10px;background:var(--red);color:#fff;font-size:8px;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.card-progress-bar{display:flex;gap:4px;padding:14px 16px 0;align-items:center}.cpb-label{font-size:10px;color:var(--sub);margin-right:6px;white-space:nowrap}.cpb-dot{flex:1;height:3px;border-radius:2px;background:var(--muted)}.cpb-dot.active{background:var(--accent)}.cpb-dot.done{background:var(--green)}.card-area{padding:12px 16px 0;flex-shrink:0}.coach-card-stack{position:relative;height:450px;touch-action:pan-y}.ghost-card{position:absolute;width:100%;border-radius:16px;border:1px solid var(--border)}.ghost-2{bottom:-8px;height:430px;background:#e4ded5;transform:rotate(-1.2deg)}.ghost-1{bottom:-4px;height:440px;background:#efeae2;transform:rotate(.6deg)}.coach-card{position:absolute;top:0;right:0;bottom:0;left:0;height:450px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px;z-index:3;display:flex;flex-direction:column;gap:12px;box-shadow:0 8px 24px #0000000d;-webkit-user-select:none;user-select:none;cursor:grab}.card-header{display:flex;align-items:center;justify-content:space-between;min-height:20px}.card-priority{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.cp-num{font-size:11px;font-family:var(--mono);color:var(--sub)}.cp-tag{font-size:9.5px;font-weight:700;text-transform:uppercase;letter-spacing:.09em;padding:3px 8px;border-radius:4px}.tag-critical{background:var(--red-bg);color:var(--red)}.tag-keyitem{background:var(--amber-bg);color:var(--amber)}.tag-structural,.tag-watching{background:var(--bg);color:var(--sub);border:1px solid var(--border)}.tag-strength{background:#f0faf2;color:var(--green)}.cp-open{font-size:9px;font-weight:600;padding:3px 8px;border-radius:20px;background:var(--amber-bg);color:var(--amber);border:1px solid rgba(180,83,9,.25)}.card-headline{font-size:17px;font-weight:700;line-height:1.32}.scale-wrap{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:14px 16px 12px}.scale-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bm-label2{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--sub)}.bm-rank2{font-size:10px;font-family:var(--mono);padding:3px 8px;border-radius:20px;background:var(--red-bg);color:var(--red)}.cs-track{position:relative;height:3px;background:var(--muted);border-radius:2px;margin:6px 8px 0}.cs-dot{position:absolute;top:50%;width:12px;height:12px;border-radius:50%;transform:translate(-50%,-50%);border:2.5px solid var(--card)}.cs-dot.self{background:var(--accent);width:14px;height:14px;z-index:2}.cs-dot.grey{background:var(--sub)}.cs-dot.green{background:var(--green)}.cs-legend{display:flex;justify-content:space-between;margin-top:15px;padding:0 2px}.cs-legend span{font-size:10.5px;font-family:var(--mono);display:flex;align-items:center;gap:5px}.cs-legend i{width:8px;height:8px;border-radius:50%;display:inline-block}.sw-self{background:var(--accent)}.sw-grey{background:var(--sub)}.sw-green{background:var(--green)}.cc-self{color:var(--accent)}.cc-grey{color:var(--sub)}.cc-green{color:var(--green)}.card-action-box{background:var(--accent-bg);border:1px solid rgba(194,65,12,.18);border-radius:10px;padding:12px 14px}.cab-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:6px}.cab-list{list-style:none;display:flex;flex-direction:column;gap:5px}.cab-list li{position:relative;padding-left:14px;font-size:12.5px;color:#6b635a;line-height:1.45;overflow-wrap:anywhere}.cab-list li:before{content:"";position:absolute;left:0;top:6.5px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.card-footer{display:flex;align-items:flex-end;justify-content:space-between;margin-top:auto}.cf-opp-val{font-family:var(--mono);font-size:22px;font-weight:500;color:var(--green)}.cf-opp-label{font-size:10.5px;color:var(--sub);margin-top:3px}.cf-tap{font-size:10.5px;color:var(--accent);font-weight:500;padding-bottom:2px}.swipe-hint{font-size:10.5px;color:var(--sub);text-align:center;padding:14px 0 8px}.empty-note{font-size:12px;color:var(--sub);text-align:center;padding:40px 24px;line-height:1.6}.section-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--sub);margin:2px 2px 10px}.nil-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:10px;display:grid;grid-template-columns:4px 1fr auto;gap:13px;align-items:center;cursor:pointer}.nil-card:active{background:var(--bg)}.nil-bar{width:4px;height:100%;min-height:36px;border-radius:2px;background:var(--amber)}.nil-bar.watch{background:var(--muted)}.nil-title{font-size:14px;font-weight:600;margin-bottom:3px;line-height:1.3}.nil-detail{font-size:11.5px;color:var(--sub);line-height:1.5}.nil-opp{text-align:right}.nil-opp-val{font-family:var(--mono);font-size:14px;color:var(--amber)}.nil-opp-val.muted{color:var(--sub)}.nil-opp-label{font-size:9.5px;color:var(--sub);margin-top:3px;white-space:nowrap}.srvv-row{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:10px}.srvv-row.dim{opacity:.72}.srvv-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:3px}.srvv-name{font-size:15px;font-weight:600}.srvv-arch{font-size:11px;color:var(--sub);margin-bottom:12px}.srvv-kpis{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--border);border-radius:8px;overflow:hidden}.srvv-kpi{padding:9px 4px 8px;text-align:center;border-right:1px solid var(--border);border-bottom:1px solid var(--border)}.srvv-kpi:nth-child(3n){border-right:none}.srvv-kpi:nth-child(n+4){border-bottom:none}.srvv-kpi-label{font-size:9px;font-weight:600;text-transform:uppercase;color:var(--sub);margin-bottom:4px;white-space:nowrap}.srvv-kpi-val{font-family:var(--mono);font-size:12.5px}.wait-chip{font-size:10.5px;font-weight:500;color:var(--amber)}.role-note{font-size:11px;color:var(--sub);padding:4px 2px 12px}.sheet-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a171466;z-index:40}.server-sheet{position:absolute;left:0;right:0;bottom:0;background:var(--card);border-radius:20px 20px 0 0;border-top:1px solid var(--border);z-index:50;max-height:82%;display:flex;flex-direction:column;box-shadow:0 -10px 40px #00000026}.sheet-grabber{width:38px;height:4px;background:var(--muted);border-radius:2px;margin:10px auto 4px;flex-shrink:0}.sheet-head{padding:8px 20px 14px;border-bottom:1px solid var(--border);position:relative;flex-shrink:0}.sheet-eyebrow{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--accent);margin-bottom:5px}.sheet-title{font-size:16px;font-weight:700;padding-right:36px}.sheet-close{position:absolute;top:14px;right:16px;width:28px;height:28px;border-radius:50%;background:var(--bg);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;color:var(--sub)}.sheet-body{overflow-y:auto;padding:12px 16px 24px}.coach-box{background:var(--accent-bg);border:1px solid rgba(194,65,12,.2);border-radius:12px;padding:13px 14px;margin-bottom:12px}.cb-label{font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:8px}.cb-list{list-style:none;display:flex;flex-direction:column;gap:7px}.cb-list li{position:relative;padding-left:15px;font-size:13px;line-height:1.5;overflow-wrap:anywhere}.cb-list li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:var(--accent)}.staff-divider{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--sub);margin:2px 2px 12px}.ctr-card{border:1px solid var(--border);border-radius:12px;padding:13px 16px 14px;margin-bottom:10px;background:var(--card)}.ctr-top{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.ctr-name{font-size:14.5px;font-weight:600}.ctr-share{font-size:10.5px;color:var(--sub);font-family:var(--mono)}.sheet-note{font-size:10.5px;color:var(--sub);text-align:center;padding:8px 16px 2px;line-height:1.5}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:2px}
