@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{color-scheme:dark;--bg:#0c1119;--surface:#121a26;--raised:#182231;--line:#263140;--text:#edf2f8;--muted:#8e9cae;--cyan:#82e5ed;--blue:#769cff;--green:#8fe0b3;--amber:#eac08a;--radius:14px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.55 Manrope,Arial,sans-serif}button,input,select{font:inherit}button,a,input,select{outline-offset:5px}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button{border:0;background:none}button:disabled{opacity:.55;cursor:default}a{color:inherit;text-decoration:none}button:hover,a:hover{filter:brightness(1.17)}button:focus-visible,a:focus-visible{outline:2px solid var(--cyan)}.shell{display:grid;grid-template-columns:222px minmax(0,1fr);min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:222px;border-right:1px solid var(--line);padding:29px 18px 22px;display:flex;flex-direction:column;background:#0e1520;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:800;letter-spacing:-.8px;padding:0 5px}.brand b{color:var(--cyan)}.mark{height:30px;width:28px;display:grid;place-items:center;background:var(--cyan);color:#10212c;clip-path:polygon(0 0,40% 0,100% 65%,100% 100%,60% 100%,0 35%);font-size:0}.edition{font-size:12px;letter-spacing:2px;color:#718498;margin:10px 0 36px 44px}.nav-label,.eyebrow{font-size:12px;letter-spacing:1.7px;text-transform:uppercase;color:var(--muted);font-weight:700}.nav-label{padding:0 13px;margin:0 0 12px}.nav{display:grid;gap:7px}.nav a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:8px;font-size:14px;font-weight:600;color:#92a2b6}.nav a.active{color:var(--cyan);background:#1a303a}.icon{width:19px;height:19px;stroke:currentColor;stroke-width:1.6;fill:none;flex-shrink:0}.nav .number{margin-left:auto;font-size:11px;opacity:.5}.sidebar-bottom{margin-top:auto;padding-top:40px}.system-card{border:1px solid var(--line);border-radius:10px;padding:15px 12px;color:var(--muted);font-size:12px}.system-card strong{display:block;color:#c6d1df;font-size:13px;margin-bottom:5px}.person{display:flex;align-items:center;gap:10px;border-top:1px solid var(--line);margin-top:22px;padding:20px 5px 0;font-size:13px}.avatar{width:35px;height:35px;display:grid;place-items:center;border:1px solid #3c4a5e;border-radius:50%;background:#243348;color:#c2d5eb;font-size:12px}.person small{display:block;color:var(--muted);font-size:12px}.workspace{grid-column:2;min-width:0}.topbar{height:77px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 36px;gap:15px}.top-left,.top-right{display:flex;align-items:center;gap:16px;font-size:13px}.top-left{color:var(--muted)}.top-left strong{color:#d4deea;font-weight:600}.top-right .badge{font-size:11px;letter-spacing:1px}.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #334252;border-radius:5px;padding:4px 8px;color:#a7b8ca;font-size:12px}.badge.cyan{color:var(--cyan);background:#18303a;border-color:#28505a}.badge.green{color:var(--green);border-color:#304d43}.badge.amber{color:var(--amber);border-color:#52463a}.main{max-width:1700px;padding:29px 36px 22px;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px}.page-head h1{font-size:29px;letter-spacing:-1px;line-height:1.3;font-weight:650;margin:4px 0 7px}.page-head p{font-size:14px;color:var(--muted);margin:0}.actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid #354356;border-radius:7px;padding:10px 15px;font-size:13px;font-weight:650;white-space:nowrap;background:#151f2c}.btn.primary{background:var(--cyan);color:#112831;border-color:var(--cyan)}.btn.ghost{background:transparent}.btn.wide{width:100%}.text-btn{color:var(--cyan);font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:8px;padding:0}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px}.kpi{padding:19px 20px 17px;border:1px solid var(--line);border-radius:var(--radius);background:linear-gradient(125deg,#17212e,#121a25);text-align:left}.kpi-top{display:flex;align-items:center;justify-content:space-between;color:#a5b2c3;font-size:13px}.kpi-value{font-size:32px;letter-spacing:-1px;margin:10px 0 6px;font-weight:600;line-height:1.2}.kpi-value small{font-size:17px;font-weight:500;color:#b6c5d6}.kpi-foot{display:flex;gap:8px;font-size:12px;color:var(--muted)}.positive{color:var(--green)}.panel{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:20px 22px 0}.panel-head h2{font-size:16px;margin:0;font-weight:650}.panel-head small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.dashboard-middle{display:grid;grid-template-columns:minmax(0,1.85fr) minmax(280px,1fr);gap:20px;margin-bottom:20px}.graph-panel{position:relative;background:radial-gradient(ellipse at 48% 50%,#172b3d,transparent 65%),#101923}.graph-area{height:319px;position:relative}.graph-area svg{width:100%;height:100%;overflow:visible}.graph-edge{stroke:#3a6177;stroke-width:1;opacity:.65}.graph-edge.featured{stroke:#70dce5;stroke-width:1.5;opacity:.8}.graph-node{cursor:pointer;outline:none}.graph-node:hover circle,.graph-node:focus circle{stroke:#fff;stroke-width:2}.graph-node text{fill:#b5c5d7;font-size:12px;font-family:Manrope,Arial;pointer-events:none}.graph-node .node-name{fill:#e8f4fc;font-size:13px}.graph-footer{border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:13px 22px;font-size:12px;color:var(--muted);gap:10px}.legend{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:#a2b2c4}.legend span:before{content:'';display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--dot,var(--cyan));margin-right:6px}.insight-panel{background:linear-gradient(155deg,#182b38,#141d2b 70%)}.ai-heading{color:var(--cyan);font-size:13px;display:flex;align-items:center;gap:8px}.insight-body{padding:20px 22px}.insight-body h3{font-size:20px;line-height:1.4;letter-spacing:-.4px;margin:10px 0 12px}.insight-body p{font-size:14px;color:#a7b7c9;margin:0}.insight-measure{display:flex;gap:22px;margin:20px 0}.insight-measure strong{font-size:26px;display:block;font-weight:600}.insight-measure small{font-size:12px;color:#96a8bc}.insight-body .btn{margin-top:18px}.divider{height:1px;background:var(--line);margin:20px 0}.dashboard-bottom{display:grid;grid-template-columns:1.3fr 1fr;gap:20px}.pipeline{display:flex;gap:5px;padding:24px 22px 20px}.stage{flex:1;min-width:0}.stage-bar{height:4px;background:#426677;margin-bottom:15px}.stage:nth-child(2) .stage-bar{background:#558995}.stage:nth-child(3) .stage-bar{background:#67acb6}.stage:nth-child(4) .stage-bar{background:#79d0d4}.stage:nth-child(5) .stage-bar{background:var(--cyan)}.stage strong{font-size:27px;display:block;font-weight:500}.stage span{font-size:12px;color:#a8b6c7}.pipeline-note{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:14px 22px;font-size:12px;color:var(--muted)}.deficits{padding:18px 22px 17px}.deficit{display:grid;grid-template-columns:1fr 90px 36px;align-items:center;gap:13px;margin:11px 0;font-size:13px}.track{height:5px;border-radius:5px;background:#253040;overflow:hidden}.track i{display:block;height:100%;background:var(--cyan);border-radius:5px}.deficit b{text-align:right;color:var(--amber);font-weight:500}.footnote{margin-top:19px;display:flex;justify-content:space-between;color:#76889c;font-size:11px;gap:15px}.muted{color:var(--muted)}.mobile-menu{display:none}.section-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:20px}.padded{padding:24px}.eyebrow.cyan{color:var(--cyan)}.full-graph{height:540px}.filters{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0}.chip{font-size:13px;padding:7px 13px;border:1px solid #324154;border-radius:6px;color:#a6b6c9;background:#131c28}.chip.active{background:#223d48;border-color:#4c7b86;color:var(--cyan)}h2,h3,h4{line-height:1.4}.detail-title{font-size:24px;letter-spacing:-.7px;margin:16px 0 10px}.detail-copy{font-size:14px;color:#a4b5c8}.stat-row{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:12px 0;font-size:14px}.stat-row span{color:var(--muted)}.tags{display:flex;gap:7px;flex-wrap:wrap}.tag{font-size:12px;border-radius:4px;background:#223042;color:#adbed3;padding:4px 8px}.link-row{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 0;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.link-row small{display:block;color:var(--muted);font-size:12px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.subhead{display:flex;justify-content:space-between;align-items:center;margin:24px 0 15px}.subhead h2{margin:0;font-size:18px}.search-box{display:flex;align-items:center;gap:15px;border:1px solid #477183;border-radius:10px;background:#182938;padding:14px 17px}.search-box input{width:100%;background:none;color:var(--text);border:0;font-size:16px;outline:none}.search-box:focus-within{outline:2px solid var(--cyan)}.search-result-note{font-size:14px;color:#a4bacd;margin:20px 0}.talent-card{padding:22px}.talent-card .avatar{height:51px;width:51px;font-size:17px}.talent-top{display:flex;align-items:center;justify-content:space-between}.match{font-size:22px;font-weight:650;color:var(--cyan)}.match small{display:block;font-size:11px;font-weight:400;color:var(--muted);text-align:right}.talent-card h3{font-size:17px;margin:18px 0 4px}.talent-card p{font-size:13px;color:var(--muted);margin:0 0 18px}.talent-card .detail-copy{margin:17px 0;min-height:63px;font-size:13px;color:#becbd9}.talent-card .btn{margin-top:20px}.profile-hero{display:flex;gap:22px;align-items:center;padding:28px}.profile-hero .avatar{height:86px;width:86px;font-size:28px;background:linear-gradient(135deg,#314963,#1b2b3b);border-color:#516b88}.profile-hero h2{font-size:27px;margin:0 0 5px}.profile-hero p{margin:0 0 10px;color:var(--muted);font-size:14px}.profile-hero .match{margin-left:auto;font-size:34px}.skill-row{margin:17px 0;font-size:14px}.skill-row .track{margin-top:9px;height:6px}.skill-row>div:first-child{display:flex;justify-content:space-between}.timeline{padding-left:9px}.milestone{border-left:1px solid #415268;padding:0 0 24px 25px;position:relative}.milestone:last-child{padding-bottom:0}.milestone:before{content:'';width:8px;height:8px;border:3px solid var(--surface);background:var(--cyan);border-radius:50%;position:absolute;left:-7px;top:3px}.milestone.future:before{background:#354459}.milestone small{font-size:12px;color:var(--cyan)}.milestone h4{margin:5px 0;font-size:14px}.milestone p{font-size:13px;color:var(--muted);margin:0}.callout{padding:16px 18px;background:#19313b;border:1px solid #305361;border-radius:9px;font-size:14px;color:#b7d1df}.large-number{font-size:36px;letter-spacing:-1px;line-height:1.2}.project-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px;background:linear-gradient(120deg,#20394a,#16202e)}.project-banner h2{font-size:25px;max-width:620px;margin:12px 0}.project-banner p{font-size:14px;color:#a3b7cb;margin:0}.project-metrics{display:grid;grid-template-columns:repeat(3,1fr);padding:22px 26px;gap:20px}.project-metrics strong{font-size:25px;display:block;font-weight:500}.project-metrics small{color:var(--muted);font-size:12px}.steps{display:flex;margin:24px 0;border:1px solid var(--line);border-radius:9px;overflow:hidden}.step{flex:1;padding:14px 12px;text-align:left;border-right:1px solid var(--line);font-size:13px;background:var(--surface)}.step:last-child{border:0}.step.active{background:#213d47;color:var(--cyan)}.step small{display:block;color:var(--muted);font-size:11px;margin-bottom:3px}.resource{display:flex;gap:14px;align-items:flex-start;padding:15px 0;border-bottom:1px solid var(--line)}.resource:last-child{border:0}.resource-icon{padding:9px;background:#223346;border-radius:8px;color:var(--cyan);display:flex}.resource h4{font-size:14px;margin:0 0 4px}.resource p{font-size:12px;margin:0;color:var(--muted)}.resource>span:last-child{margin-left:auto;color:var(--cyan);font-size:13px}.city-canvas{position:relative;min-height:510px;background:radial-gradient(ellipse at center,#192e3c,#101a26);overflow:hidden}.city-canvas svg{width:100%;height:510px;display:block}.map-label{font:12px Manrope,Arial;fill:#90a6b9}.map-point{cursor:pointer;outline:none}.map-point:focus circle,.map-point:hover circle{stroke:#fff;stroke-width:3}.map-controls{position:absolute;left:20px;top:20px;display:flex;gap:8px}.map-caption{position:absolute;bottom:18px;left:20px;font-size:11px;color:#7990a6}.sensor-reading{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.sensor-reading>div{padding:14px;background:#1c2a39;border-radius:8px}.sensor-reading strong{display:block;font-size:22px}.sensor-reading small{color:var(--muted);font-size:11px}.empty{padding:50px;text-align:center;color:var(--muted)}#toast{position:fixed;bottom:28px;left:50%;transform:translateX(-50%) translateY(110px);max-width:90vw;background:#d9f7f2;color:#153135;border:1px solid #81dad0;border-radius:9px;padding:14px 22px;z-index:100;transition:transform .3s;font-size:14px;box-shadow:0 10px 50px #0007}#toast.show{transform:translateX(-50%) translateY(0)}dialog{border:1px solid #445c73;border-radius:16px;background:#152231;color:var(--text);max-width:590px;width:calc(100% - 32px);padding:30px;box-shadow:0 40px 100px #0009}dialog::backdrop{background:#050a12bb;backdrop-filter:blur(5px)}dialog h2{font-size:24px;margin-top:5px}dialog p{font-size:14px;color:#aebfd0}dialog .close{float:right;font-size:22px;color:#9cb0c6}dialog ol{font-size:14px;color:#c3d1df;padding-left:20px}dialog li{padding:6px 0}.tour-bar{display:flex;align-items:center;gap:15px;background:#1b3340;border:1px solid #3d6475;border-radius:10px;padding:13px 18px;margin-bottom:22px;font-size:13px}.tour-bar p{margin:0;flex:1}.tour-bar .tour-count{color:var(--cyan);white-space:nowrap}.menu-backdrop{display:none}@media(min-width:1550px){.main{padding:34px 44px}.graph-area{height:355px}.kpi{padding:24px}.kpi-value{font-size:38px}}@media(max-width:1200px){.shell{grid-template-columns:190px 1fr}.sidebar{width:190px;padding:28px 12px}.brand{font-size:17px}.main{padding:24px}.topbar{padding:0 24px}.dashboard-middle{grid-template-columns:1.6fr 1fr;gap:14px}.kpi{padding:16px}.kpi-foot{font-size:11px;gap:5px}.kpi-value{font-size:29px}.section-grid{grid-template-columns:minmax(0,1fr) 290px}.page-head h1{font-size:26px}.three-col{gap:12px}.talent-card{padding:18px}.graph-footer .legend{gap:9px}.insight-body{padding:18px}.insight-body h3{font-size:18px}.top-left .muted{display:none}.top-right{gap:8px}.topbar .btn{font-size:12px;padding:8px 10px}}@media(max-width:1000px){.dashboard-middle,.dashboard-bottom{grid-template-columns:1fr}.insight-body{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}.insight-body h3{grid-column:1}.insight-body>p{grid-column:1}.insight-measure{grid-column:2;grid-row:1/3}.insight-body .divider{display:none}.insight-body .btn{grid-column:2;grid-row:3}.section-grid{grid-template-columns:1fr}.full-graph{height:460px}.three-col{grid-template-columns:1fr 1fr}.three-col>.talent-card:last-child{grid-column:1/-1}.page-head{align-items:flex-start}.page-head .actions{flex-wrap:wrap;justify-content:flex-end}.topbar{height:70px}.top-left{font-size:12px}.top-right>.badge{display:none}.kpi-grid{grid-template-columns:repeat(2,1fr)}.graph-area{height:340px}}@media(max-width:720px){.shell{display:block}.sidebar{transform:translateX(-100%);transition:transform .25s;width:235px}.sidebar.open{transform:translateX(0)}.menu-backdrop.show{display:block;position:fixed;inset:0;background:#0008;z-index:19}.mobile-menu{display:block}.topbar{padding:0 16px;height:65px}.top-left{gap:10px}.top-left>span{display:none}.top-right .btn{padding:8px;font-size:11px}.main{padding:23px 16px}.page-head{display:block;margin-bottom:20px}.page-head h1{font-size:26px}.page-head p{font-size:13px}.page-head .actions{justify-content:flex-start;margin-top:14px}.kpi-grid{gap:10px}.kpi{padding:15px}.kpi-value{font-size:29px}.kpi-top{font-size:12px}.kpi-foot{flex-wrap:wrap;font-size:11px}.graph-area{height:280px}.graph-footer{align-items:flex-start;gap:15px;padding:13px 16px}.graph-footer>.text-btn{white-space:nowrap}.panel-head{padding:18px 16px 0}.insight-body{display:block;padding:16px}.insight-body .btn{margin-top:15px}.insight-measure{margin:15px 0}.dashboard-middle{margin-bottom:15px}.dashboard-bottom{gap:15px}.pipeline{padding:20px 16px;gap:8px}.stage span{font-size:10px}.stage strong{font-size:24px}.pipeline-note{padding:14px 16px;font-size:11px;gap:14px}.two-col,.three-col{grid-template-columns:1fr}.three-col>.talent-card:last-child{grid-column:auto}.footnote{font-size:10px;display:block}.footnote span{display:block;margin:5px 0}.padded{padding:20px}.full-graph{height:340px}.search-box{flex-wrap:wrap;gap:10px}.search-box input{font-size:14px;flex:1;min-width:150px}.search-box .btn{width:100%}.profile-hero{padding:22px;gap:15px;flex-wrap:wrap}.profile-hero .avatar{width:62px;height:62px;font-size:23px}.profile-hero h2{font-size:22px}.profile-hero .match{margin:0;font-size:26px}.profile-hero>div:nth-child(2){flex:1;min-width:190px}.project-banner{padding:20px;display:block}.project-banner h2{font-size:22px}.project-banner>.badge{margin-top:15px}.project-metrics{padding:20px;gap:10px}.project-metrics strong{font-size:21px}.project-metrics small{font-size:11px}.steps{overflow:auto}.step{min-width:92px;font-size:12px}.city-canvas,.city-canvas svg{min-height:390px;height:390px}.tour-bar{flex-wrap:wrap;gap:8px}.tour-bar p{min-width:200px}.tour-bar .btn{padding:6px 10px}.legend{gap:10px}.graph-node text{font-size:13px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}} 
