:root{color:#1d2838;font-synthesis:none;text-rendering:optimizelegibility;--navy:#17324d;--navy-2:#214468;--navy-3:#2a547d;--blue:#2f6bff;--green:#1e9b62;--amber:#b87708;--red:#c84c4c;--line:#dde3ea;--muted:#6f7c8f;--panel:#fff;--shadow:0 12px 34px #16304914;background:#f4f6f8;font-family:Inter,Segoe UI,Noto Sans TC,Arial,sans-serif}*{box-sizing:border-box}html,body,#app{min-width:1180px;min-height:100%;margin:0}body{background:#f4f6f8;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}h1,h2,h3,p{margin-top:0}.app-shell{grid-template-columns:258px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{z-index:20;color:#fff;background:linear-gradient(165deg,#142c44 0%,#1d4264 68%,#244f75 100%);flex-direction:column;width:258px;display:flex;position:fixed;inset:0 auto 0 0;overflow:auto;box-shadow:8px 0 30px #091e3129}.sidebar-brand{border-bottom:1px solid #ffffff1c;padding:31px 25px 25px}.sidebar-brand span{color:#8fc2ef;letter-spacing:.18em;margin-bottom:8px;font-size:10px;font-weight:800;display:block}.sidebar-brand strong{letter-spacing:-.02em;font-size:21px;display:block}.sidebar-brand p{color:#a9bed0;margin:5px 0 0;font-size:11px}.sidebar nav{flex:1;padding:22px 13px}.nav-label{color:#7895ad;letter-spacing:.14em;text-transform:uppercase;padding:0 12px 9px;font-size:10px;font-weight:800}.nav-label.secondary{margin-top:25px}.nav-item{color:#c8d7e3;border-radius:8px;align-items:center;gap:11px;margin:3px 0;padding:11px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:all .16s;display:flex}.nav-item:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:linear-gradient(90deg,#4897da52,#4897da24);box-shadow:inset 3px 0 #68b5f5}.sidebar-user{background:#05162426;border-top:1px solid #ffffff1a;grid-template-columns:36px 1fr 28px;align-items:center;gap:10px;padding:17px;display:grid}.user-avatar{width:36px;height:36px;color:var(--navy);background:#d8eefe;border-radius:50%;place-items:center;font-weight:800;display:grid}.sidebar-user strong,.sidebar-user span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-user strong{font-size:12px}.sidebar-user span{color:#8faabe;text-transform:uppercase;margin-top:2px;font-size:10px}.sidebar-user button{color:#a8bdcd;background:0 0;border:0;place-items:center;padding:5px;display:grid}.main-surface{grid-column:2;min-width:0}.topbar{z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fafbfcf0;border-bottom:1px solid #e2e7ed;justify-content:space-between;align-items:center;min-height:64px;padding:0 34px;display:flex;position:sticky;top:0}.sync-status{color:#657486;align-items:center;gap:8px;font-size:12px;display:flex}.sync-dot{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #1e9b621a}.topbar-actions,.page-actions,.row-actions{align-items:center;gap:9px;display:flex}.page-container{max-width:1680px;margin:0 auto;padding:30px 34px 52px}.page-stack{gap:20px;display:grid}.page-heading{justify-content:space-between;align-items:flex-end;gap:25px;padding:2px 1px 5px;display:flex}.eyebrow{color:#3975a6;letter-spacing:.16em;margin-bottom:8px;font-size:10px;font-weight:850;display:block}.eyebrow.light{color:#8cc8f6}.page-heading h1{color:#19334d;letter-spacing:-.035em;margin:0;font-size:28px}.page-heading p{max-width:700px;color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.6}.button{color:#34465a;background:#fff;border:1px solid #d6dee7;border-radius:7px;justify-content:center;align-items:center;gap:7px;min-height:36px;padding:8px 13px;font-size:12px;font-weight:700;text-decoration:none;transition:all .15s;display:inline-flex;box-shadow:0 1px 2px #142d450a}.button:hover:not(:disabled){border-color:#aebdcb;transform:translateY(-1px);box-shadow:0 5px 12px #142d4514}.button:disabled{cursor:not-allowed;opacity:.5}.button-primary{color:#fff;background:linear-gradient(135deg,#2e73b4,#214d78);border-color:#235fa0}.button-danger{color:#b53d3d;background:#fff8f8;border-color:#ecd0d0}.button-ghost{box-shadow:none;background:0 0;border-color:#0000}.icon-button{color:#718093;background:0 0;border:0;border-radius:7px;place-items:center;width:31px;height:31px;padding:0;display:inline-grid}.icon-button:hover{color:var(--navy);background:#edf2f6}.icon-button.danger:hover{color:var(--red);background:#fff0f0}.text-button{color:#2b6da6;background:0 0;border:0;padding:0;font-size:11px;font-weight:750}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.panel{background:var(--panel);min-width:0;box-shadow:var(--shadow);border:1px solid #e1e6ec;border-radius:11px}.panel-toolbar{border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:20px;min-height:74px;padding:17px 20px;display:flex}.panel-toolbar h2{color:#263a50;margin:0;font-size:15px}.panel-toolbar p{color:var(--muted);align-items:center;gap:5px;margin:5px 0 0;font-size:11px;display:flex}.filters{align-items:center;gap:8px;display:flex}input,select,textarea{color:#25364a;background:#fff;border:1px solid #d7dee6;border-radius:7px;outline:0;width:100%;transition:all .15s}input,select{min-height:37px;padding:8px 10px}textarea{resize:vertical;padding:10px;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:#5b93c3;box-shadow:0 0 0 3px #3e7fb71c}.filters input{width:255px}.filters select{width:145px}.metric-grid{gap:13px;display:grid}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{background:#fff;border:1px solid #dfe5eb;border-radius:10px;min-height:105px;padding:19px 20px;position:relative;overflow:hidden;box-shadow:0 8px 22px #18344e0d}.metric-card:after{content:"";opacity:.05;background:currentColor;border-radius:50%;width:90px;height:90px;position:absolute;bottom:-33px;right:-18px}.metric-card>span{color:#758294;letter-spacing:.03em;font-size:11px;font-weight:750;display:block}.metric-card strong{color:#1b3854;letter-spacing:-.04em;margin-top:8px;font-size:26px;display:block}.metric-card small{color:#91a0ae;margin-top:3px;font-size:10px;display:block}.metric-blue{border-top:3px solid var(--blue)}.metric-green{border-top:3px solid var(--green)}.metric-amber{border-top:3px solid #d69425}.metric-navy{border-top:3px solid var(--navy-2)}.table-wrap{width:100%;overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{color:#748194;letter-spacing:.04em;text-align:left;text-transform:uppercase;white-space:nowrap;background:#f8fafb;padding:11px 13px;font-size:10px;font-weight:800}td{color:#3b4a5d;vertical-align:middle;border-top:1px solid #e8ecf0;max-width:330px;padding:12px 13px}td strong{color:#26394f}td small{color:#8a96a5;margin-top:5px;font-size:10px;display:block}.clickable-row{transition:background .12s}.clickable-row:hover{background:#f8fbfd}.clickable-row[draggable=true]{cursor:pointer}.cell-title{margin-top:7px;line-height:1.4;display:block}.wide-cell{min-width:180px;line-height:1.45}.notes-cell{white-space:pre-line;max-width:320px}.table-empty{color:#8995a4;text-align:center;padding:40px}.updated-meta{color:#8492a1;white-space:nowrap;font-size:10px;display:block}.status-badge,.category-badge,.stage-pill,.person-chip{white-space:nowrap;border-radius:999px;align-items:center;font-size:10px;font-weight:750;display:inline-flex}.status-badge{padding:5px 8px}.tone-green{color:#14784b;background:#e4f5ed}.tone-amber{color:#9b6509;background:#fff3d9}.tone-red{color:#b03f3f;background:#ffe8e8}.tone-gray{color:#667687;background:#edf1f4}.category-badge{color:#396382;background:#eaf3f9;margin-right:6px;padding:4px 7px}.category-ai-server{color:#6c52a1;background:#f0ebfa}.category-poweredge{color:#287055;background:#e5f3ed}.category-storage{color:#a46518;background:#fdf0df}.stage-pill{color:#285b87;background:#e7f1f8;justify-content:center;min-width:31px;padding:6px}.person-chip{color:#4d6176;background:#eef2f5;margin:2px 3px 2px 0;padding:4px 7px}.project-name{align-items:center;gap:7px;min-width:115px;display:flex}.project-name svg{color:#dc9b22}.progress-cell{align-items:center;gap:7px;min-width:105px;display:flex}.progress-cell>div{background:#e7ecf0;border-radius:9px;width:70px;height:5px;overflow:hidden}.progress-cell>div span{border-radius:inherit;background:linear-gradient(90deg,#3c83bd,#48a476);height:100%;display:block}.progress-cell small{margin:0}.stage-panel{padding-bottom:19px}.stage-track{grid-template-columns:repeat(6,1fr);gap:1px;padding:20px;display:grid}.stage-step{color:#9aa5b1;background:#f8fafb;border-right:1px solid #e4e9ee;padding:14px 12px;position:relative}.stage-step:first-child{border-radius:8px 0 0 8px}.stage-step:last-child{border:0;border-radius:0 8px 8px 0}.stage-step.active{color:#255a85;background:#eaf3f9}.stage-step span,.stage-step small{text-transform:uppercase;font-size:9px;font-weight:700;display:block}.stage-step strong{margin:4px 0;font-size:21px;display:block}.project-switcher{justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.project-switcher h2{margin:0;font-size:18px}.project-switcher select{width:320px}.readiness-groups{gap:16px;padding:17px;display:grid}.readiness-group{border:1px solid #e2e7ec;border-radius:8px;overflow:hidden}.readiness-group>header{color:#2f4b65;background:#f4f8fa;justify-content:space-between;align-items:center;padding:12px 14px;display:flex}.readiness-group>header div{align-items:center;gap:8px;display:flex}.readiness-group>header span{font-size:11px;font-weight:800}.purpose-panel{padding-bottom:18px}.purpose-grid{grid-template-columns:repeat(3,1fr);gap:12px;padding:18px;display:grid}.purpose-card{background:linear-gradient(135deg,#f9fbfd,#fff);border:1px solid #e2e7ec;border-radius:8px;grid-template-columns:38px 1fr;align-items:start;gap:10px;min-height:98px;padding:16px;display:grid;position:relative}.purpose-card>span{color:#8cb0cd;font-size:20px;font-weight:800}.purpose-card p{margin:2px 26px 0 0;font-size:12px;line-height:1.6}.purpose-card .text-button{position:absolute;bottom:11px;right:36px}.purpose-card .icon-button{position:absolute;top:6px;right:6px}.purpose-editor{background:#f4f8fb;border-radius:8px;grid-template-columns:1fr auto;align-items:end;gap:10px;margin:0 18px;padding:15px;display:grid}.purpose-editor>div{gap:7px;padding-bottom:1px;display:flex}.knowledge-columns{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));align-items:start;gap:15px;padding:18px;display:grid}.knowledge-group{border:1px solid #e1e6ec;border-radius:9px;overflow:hidden}.knowledge-group>header{color:#294b68;background:#eef5fa;align-items:center;gap:9px;padding:13px 14px;display:flex}.knowledge-group>header strong,.knowledge-group>header small{display:block}.knowledge-group>header small{color:#8192a2;margin-top:2px;font-size:9px}.topic-card{cursor:pointer;border-top:1px solid #e8ecf0;grid-template-columns:26px 1fr auto;gap:8px;padding:13px;transition:all .12s;display:grid}.topic-card:hover{background:#fafcfd}.topic-check{color:#a9b4bf;padding-top:2px}.topic-check.done{color:var(--green)}.topic-content>div{justify-content:space-between;align-items:center;gap:8px;display:flex}.topic-content>div>span{color:#8c98a5;font-size:9px}.topic-content>strong{margin:7px 0;font-size:12px;line-height:1.45;display:block}.topic-content>small{color:#7a8897;margin-bottom:7px;font-size:10px;display:block}.working-table .drag-column{width:28px}.drag-handle{color:#9ba8b5;cursor:grab;width:28px;padding-right:2px}.dragging{opacity:.38}.item-number{color:#668099;font-weight:800}.draft-banner,.inline-message{border-radius:8px;justify-content:space-between;align-items:center;gap:15px;display:flex}.draft-banner{color:#745113;background:#fff7e4;border:1px solid #efd69d;padding:12px 14px}.draft-banner>div{align-items:center;gap:9px;display:flex}.inline-message{color:#365f7e;background:#eef6fb;border:1px solid #cfe0ec;padding:10px 13px;font-size:12px}.inline-message button{color:inherit;background:0 0;border:0;font-size:18px}.overlay{z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0b1b2a75;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{background:#fff;flex-direction:column;width:min(650px,52vw);height:100%;animation:.22s both drawer-in;display:flex;box-shadow:-20px 0 55px #091f313b}@keyframes drawer-in{0%{opacity:.4;transform:translate(32px)}}.drawer-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:start;padding:22px 24px 18px;display:flex}.drawer-header h2{color:var(--navy);margin:0;font-size:19px}.drawer-header p{color:var(--muted);margin:6px 0 0;font-size:11px}.drawer-body{flex:1;padding:22px 24px;overflow:auto}.drawer-footer{border-top:1px solid var(--line);background:#fafbfc;justify-content:flex-end;gap:9px;padding:15px 24px;display:flex}.form-grid{gap:16px;display:grid}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.two .field:has(textarea){grid-column:1/-1}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field-label{color:#526274;font-size:11px;font-weight:800}.field-hint{color:#929daa;font-size:9px}.check-control{color:#536579;border:1px solid #d7dee6;border-radius:7px;align-items:center;gap:8px;min-height:37px;padding:8px 10px;font-size:11px;display:flex}.check-control input{width:auto;min-height:0}.form-note{color:#5b6673;background:#f1f5f8;border-radius:7px;gap:9px;padding:12px;font-size:11px;line-height:1.5;display:flex}.conflict-overlay{justify-content:center;align-items:center}.conflict-dialog{background:#fff;border-radius:12px;width:min(880px,80vw);max-height:80vh;padding:23px;overflow:auto;box-shadow:0 28px 80px #081c2e4d}.conflict-title{color:#b46a0b;align-items:start;gap:12px;display:flex}.conflict-title h2{color:#263b50;margin:0 0 6px;font-size:18px}.conflict-title p{color:var(--muted);margin:0;font-size:12px}.conflict-table{border:1px solid #e1e6eb;border-radius:8px;margin:20px 0;overflow:hidden}.conflict-row{grid-template-columns:150px 1fr 1fr;display:grid}.conflict-row>*{word-break:break-word;border-top:1px solid #e7ebef;border-right:1px solid #e7ebef;padding:11px;font-size:11px}.conflict-row>:last-child{border-right:0}.conflict-head>*{color:#758395;background:#f5f7f9;border-top:0;font-size:10px;font-weight:800}.remote-value{background:#eef7fc}.no-differences{color:var(--muted);text-align:center;padding:18px}.dialog-actions{justify-content:flex-end;gap:9px;display:flex}.account-cell{align-items:center;gap:10px;display:flex}.account-cell>span{color:#42769e;background:#eaf3f9;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.account-status,.password-state{align-items:center;gap:5px;font-size:10px;font-weight:700;display:inline-flex}.account-status.active,.password-state.good{color:#178054}.account-status.banned{color:var(--red)}.password-state{color:#a36b0b}.placeholder-panel{color:#8292a2;text-align:center;place-content:center;min-height:330px;display:grid}.placeholder-panel svg{color:#517c9f;margin:0 auto 12px}.placeholder-panel strong{color:#3b5268}.placeholder-panel p{margin:7px 0 0;font-size:12px}.history-panel{border:1px solid #e0e6ec;border-radius:8px;margin-top:22px}.history-panel summary{color:#405a72;cursor:pointer;background:#f6f9fb;align-items:center;gap:8px;padding:12px 13px;font-size:11px;font-weight:800;display:flex}.history-list{padding:5px 13px;display:grid}.history-list>p{color:#8794a2;font-size:11px}.history-list article{border-top:1px solid #e7ebef;grid-template-columns:55px 1fr;gap:9px;padding:10px 0;display:grid}.history-list article:first-child{border-top:0}.history-list strong,.history-list small{font-size:10px;display:block}.history-list small{color:#8b97a4;margin-top:3px}.history-list p{color:#677586;margin:5px 0 0;font-size:10px}.history-action{color:#35698e;text-align:center;background:#eaf3f9;border-radius:99px;align-self:start;padding:4px 6px;font-size:9px;font-weight:800}.action-delete{color:#a43b3b;background:#ffebeb}.action-create,.action-restore{color:#197449;background:#e7f5ee}.auth-page{background:#fff;grid-template-columns:minmax(480px,47%) 1fr;min-height:100vh;display:grid}.auth-brand-panel{color:#fff;background:linear-gradient(145deg,#112c45,#1f5076);flex-direction:column;justify-content:center;min-height:100vh;padding:80px;display:flex;position:relative;overflow:hidden}.auth-brand-panel:after{content:"";border:1px solid #ffffff1a;border-radius:50%;width:480px;height:480px;position:absolute;bottom:-170px;right:-170px;box-shadow:0 0 0 65px #ffffff06,0 0 0 130px #ffffff05}.brand-emblem{color:#17324d;background:#d9eefb;border:1px solid #ffffff4d;border-radius:14px;place-items:center;width:65px;height:65px;margin-bottom:45px;font-size:19px;font-weight:900;display:grid;box-shadow:0 13px 35px #0213204d}.auth-brand-panel h1{letter-spacing:-.04em;margin:0;font-size:39px;line-height:1.28}.auth-brand-panel p{color:#b8ccdc;max-width:470px;margin:19px 0 0;line-height:1.7}.auth-security-note{color:#9bb8cd;align-items:center;gap:8px;font-size:11px;display:flex;position:absolute;bottom:38px}.auth-form-panel{background:#f7f9fb;place-items:center;padding:60px;display:grid}.auth-card{background:#fff;border:1px solid #e0e6eb;border-radius:13px;gap:16px;width:390px;padding:35px;display:grid;box-shadow:0 24px 60px #1831491f}.auth-icon{color:#2a618e;background:#e9f3f9;border-radius:11px;place-items:center;width:45px;height:45px;margin-bottom:5px;display:grid}.auth-card h2{color:#20384f;margin:0;font-size:21px}.auth-card>p{color:var(--muted);margin:-7px 0 2px;font-size:11px;line-height:1.55}.auth-card small{color:#8c98a4;text-align:center;font-size:9px}.form-message{border-radius:6px;padding:9px 11px;font-size:11px}.form-message.error{color:#a13d3d;background:#ffeded}.form-message.success{color:#17734a;background:#e8f6ef}.center-screen{color:#738292;background:#f5f7f9;place-content:center;justify-items:center;min-height:100vh;display:grid}.loading-mark{color:#fff;background:var(--navy);border-radius:14px;place-items:center;width:58px;height:58px;font-weight:900;display:grid;box-shadow:0 12px 28px #17324d38}.center-screen p{margin-top:12px;font-size:12px}.error-screen strong{color:var(--red)}@media (width<=1250px){.page-container,.topbar{padding-inline:24px}.metric-grid.four,.purpose-grid{grid-template-columns:repeat(2,1fr)}}
