:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#243042;background:#f3f5f7;font-synthesis:none;--green:#426b55;--green-dark:#203c32;--line:#e3e8e5;--muted:#748091}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,.button{border:1px solid #d8dee8;background:#fff;color:#334155;border-radius:7px;padding:7px 12px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}button:hover,.button:hover{border-color:#78966b}.primary{background:#426b55;border-color:#426b55;color:#fff}.text{border:0;background:transparent;padding:4px 0}.shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.shell aside{position:sticky;top:0;height:100vh;background:#1c2d27;color:#e9f1ec;padding:22px 14px;display:flex;flex-direction:column;box-shadow:4px 0 18px #1e312814;z-index:2}.brand{display:flex;gap:11px;align-items:center;font-weight:700;line-height:1.25;margin:0 7px 28px}.brand>span,.login-logo{width:42px;height:42px;border-radius:10px;background:#b8cf98;color:#233324;display:grid;place-items:center;font-weight:800}.brand small{color:#91a69c;font-size:10px}.nav-caption{font-size:11px;color:#6f887c;padding:0 13px 8px;letter-spacing:.12em}.shell nav{display:grid;gap:5px}.shell nav a{color:#b9c9c1;text-decoration:none;padding:10px 12px;border-radius:7px;display:flex;align-items:center;gap:11px;font-size:14px}.shell nav a b{width:18px;text-align:center;color:#8fa99b}.shell nav a.router-link-active{background:#365044;color:#fff;box-shadow:inset 3px 0 #b8cf98}.shell nav a.router-link-active b{color:#dbe9d3}.account{margin-top:auto;border-top:1px solid #384b43;padding:17px 8px 0;display:grid;grid-template-columns:34px 1fr;gap:9px;align-items:center}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#b8cf98;color:#263b31;font-weight:800}.account strong,.account small{display:block}.account small{color:#91a69c;font-size:11px;margin-top:3px}.workspace{min-width:0}.topbar{height:62px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:5}.topbar>div:first-child{display:flex;align-items:baseline;gap:12px}.topbar span{color:#8b949f;font-size:12px}.top-actions{display:flex;align-items:center;gap:14px}.top-actions .text{color:#5e6a76}.logout-button{color:#b13b32;border-color:#edcbc7;background:#fff8f7}main{padding:26px 34px 44px;max-width:1580px;width:100%;margin:auto}.page-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-head h1{margin:0;font-size:24px;letter-spacing:-.02em}.page-head p{margin:6px 0 0;color:#7a8594;font-size:13px}.head-actions{display:flex;gap:8px}.section-title{display:flex;align-items:center;gap:12px;margin:10px 0 12px}.section-title h2{margin:0;font-size:16px}.section-title span{color:#7d8794;font-size:12px}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;margin-bottom:24px}.task-card,.panel,.table-wrap,.stats>div,.sink-grid article{background:#fff;border:1px solid var(--line);border-radius:9px;box-shadow:0 2px 8px #25372f08}.task-card{min-height:150px;padding:15px;display:flex;flex-direction:column}.task-top,.task-actions,.version,.task-row,.risk,.panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.task-card h3{font-size:15px;margin:16px 0 6px}.task-card p{font-size:13px;color:#748091;margin:0}.task-actions{margin-top:auto;justify-content:flex-end}.badge,.status,.remind{display:inline-block;font-size:12px;border-radius:5px;padding:3px 7px;background:#edf2ea;color:#56704d}.badge.warm{background:#fff3d9;color:#8c6115;margin-right:8px}.badge.danger{background:#fde9e7;color:#ba3e31}.remind{background:#ffebe8;color:#c43e31;font-weight:700}.elapsed{margin-top:auto;font-size:12px;color:#d24b3d}.panel{padding:17px;margin-bottom:14px}.panel-head{margin-bottom:14px}.panel-head h2{font-size:16px;margin:0}.panel-head>div h2{margin-bottom:4px}.panel-head small,.panel-head span{color:var(--muted);font-size:12px}.panel-head a{color:#426b55;text-decoration:none;font-size:13px}.table-wrap{overflow:auto}.table-wrap.embedded{border:0;border-radius:0;box-shadow:none;margin:0 -17px -17px}.table-wrap table{width:100%;border-collapse:collapse}.table-wrap th,.table-wrap td{text-align:left;padding:13px 15px;border-bottom:1px solid #edf0f3;font-size:13px}.table-wrap th{background:#f7f9f8;color:#687385;font-size:12px;font-weight:600}.table-wrap a{color:inherit;text-decoration:none}.table-wrap td small,.table-wrap td strong{display:block}.empty{text-align:center;color:#929aa6;padding:28px}.version{border-top:1px solid #edf0f3;padding:12px 0}.version>div:last-child{display:flex;gap:7px}.stages{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;background:#f7f9f6;padding:14px;border-radius:9px}.stages ol{padding-left:20px;font-size:13px;line-height:1.8}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.stats>div{padding:15px}.stats small,.stats strong{display:block}.stats small{color:#7b8695;margin-bottom:8px}.stats strong{font-size:25px}.task-list{display:grid}.task-row{padding:12px 2px;border-top:1px solid #edf0f3}.task-row small{display:block;color:#7b8695;margin-top:5px}.row-actions{display:flex;align-items:center;gap:7px}.risk{justify-content:flex-start;padding:10px 0;border-top:1px solid #edf0f3}.risk span:last-child{margin-left:auto}.sink-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.sink-grid article{background:#f8faf8;padding:14px}.sink-grid small{display:block;color:#7b8695;margin-top:7px}.overlay{position:fixed;inset:0;background:#15201bb3;display:grid;place-items:center;z-index:20;padding:20px}.modal{width:min(600px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:12px;padding:22px}.modal>header{display:flex;justify-content:space-between;align-items:center}.modal h2{margin:0}.icon{border:0;font-size:25px}.form{display:grid;gap:14px;margin-top:20px}.form label{display:grid;gap:6px;font-size:13px;font-weight:600}.form input,.form select,.form textarea{border:1px solid #d9dfe7;border-radius:7px;padding:10px;background:#fff}.form textarea{min-height:76px;resize:vertical}.cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hint{font-size:12px;color:#7c8795}.error{background:#fff0ee;color:#b7352b;border-radius:8px;padding:10px 14px;margin-bottom:14px}.login{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 10% 10%,#dce7d5,#eef2ee 48%,#d5ddd9)}.login-card{width:min(400px,90vw);background:#fff;border-radius:18px;padding:36px;box-shadow:0 18px 60px #34443b26;display:grid;gap:16px}.login-logo{width:52px;height:52px}.login-card h1{font-size:23px;margin:4px 0 0}.login-card p{margin:-8px 0 4px;color:#7c8792}.login-card label{display:grid;gap:7px;font-size:13px}.login-card input{padding:11px;border:1px solid #d8dee5;border-radius:8px}.danger-button{color:#b73d33;border-color:#f0d0cd}.tabs{display:flex;gap:6px;flex-wrap:wrap}.compact-tabs{margin-bottom:14px}.compact-tabs button{padding:7px 13px;font-size:13px}.compact-tabs button.active{background:#365b49;color:#fff;border-color:#365b49}.dashboard-stats{grid-template-columns:repeat(5,1fr)}.dashboard-stats>div{border-top:3px solid #708b78}.dashboard-stats .stat-blue{border-top-color:#4b78a8}.dashboard-stats .stat-amber{border-top-color:#d69a38}.dashboard-stats .stat-red{border-top-color:#c85145}.dashboard-stats .stat-teal{border-top-color:#418b86}.dashboard-grid{display:grid;gap:14px}.dashboard-grid.two{grid-template-columns:1fr 1fr}.bars{display:grid;gap:13px}.bar-row{display:grid;grid-template-columns:90px 1fr 24px;gap:10px;align-items:center;font-size:12px}.bar-row i{height:8px;background:#eef2ef;border-radius:8px;overflow:hidden}.bar-row b{display:block;height:100%;background:#5f8a70;border-radius:8px}.danger-bars .bar-row b{background:#c86156}.timeline,.launch-list{display:grid}.timeline a,.launch-list a{display:grid;gap:4px;padding:11px 2px;border-top:1px solid #edf0f3;text-decoration:none;color:inherit}.timeline a:first-child,.launch-list a:first-child{border-top:0}.timeline small,.launch-list span,.launch-list small{color:var(--muted);font-size:12px}.launch-list a{grid-template-columns:1fr auto;align-items:center}.launch-list small{grid-column:1/-1}@media(max-width:900px){.shell{grid-template-columns:1fr}.shell aside{position:static;height:auto;padding:12px}.brand{margin:0}.nav-caption{display:none}.shell nav{display:flex;overflow:auto;margin-top:10px}.shell nav a{white-space:nowrap}.account{display:none}.topbar{padding:0 15px}.topbar>div:first-child span{display:none}main{padding:20px 14px}.page-head{align-items:flex-start;gap:12px}.stats,.dashboard-stats{grid-template-columns:1fr 1fr}.dashboard-grid.two,.cols,.task-grid{grid-template-columns:1fr}}.comparison{margin-top:18px;border-top:1px solid #e7ebee;padding-top:12px}.compare-row,.version-lines>div{display:grid;grid-template-columns:minmax(140px,1fr) repeat(auto-fit,minmax(180px,1fr));gap:8px;padding:11px 0;border-top:1px solid #edf0f3;font-size:13px}.compare-row small,.version-lines small{grid-column:1 / -1;color:#788493}.version-lines>div{grid-template-columns:1fr auto}.version-lines{margin-top:16px}@media(max-width:800px){.task-row{align-items:flex-start;flex-direction:column}.row-actions{flex-wrap:wrap}}body{background:linear-gradient(135deg,#eef4ee,#f7f8f5 42%,#edf2ef)}.workspace{background:radial-gradient(circle at 0 0,#e7efe7 0,transparent 310px),#f4f6f3}.shell aside{background:linear-gradient(180deg,#1f332b,#172620);border-right:1px solid #2f473c}.brand{padding:8px 6px 14px;border-bottom:1px solid #33483f;margin-bottom:18px}.brand>span{box-shadow:inset 0 -10px 18px #89a96e55}.topbar{height:58px;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}main{padding-top:22px}.page-head{min-height:74px;padding:18px 20px;margin-bottom:16px;border:1px solid #dfe8dd;border-radius:14px;background:linear-gradient(135deg,#fff,#f5f9f1);box-shadow:0 10px 28px #2b40320a}.page-head h1{font-size:22px;color:#20382e}.page-head p{color:#69776d}.head-actions{align-items:center;flex-wrap:wrap}.panel,.table-wrap,.task-card,.stats>div,.sink-grid article{border-color:#dfe8dd;border-radius:12px;box-shadow:0 8px 24px #26382e0a}.panel{padding:16px}.panel-head,.section-title{min-height:32px}.section-title h2,.panel-head h2{color:#263a31;letter-spacing:-.01em}.section-title span,.panel-head small,.panel-head span{color:#778579}.stats{gap:10px}.stats>div{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#f9fbf6)}.stats>div:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#8cab79}.stats strong{color:#25382f;font-size:22px;line-height:1.2}.task-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.task-card{min-height:142px;padding:14px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.task-card:hover{transform:translateY(-1px);border-color:#b9ceb4;box-shadow:0 12px 28px #26382e12}.task-card h3{margin:12px 0 6px;line-height:1.45}.task-actions,.row-actions{flex-wrap:wrap;gap:6px}button,.button{min-height:32px;border-radius:8px;transition:border-color .15s ease,background .15s ease,color .15s ease,box-shadow .15s ease}button:hover,.button:hover{box-shadow:0 2px 10px #2f47350d}button:disabled{cursor:not-allowed;opacity:.52}.primary{background:linear-gradient(180deg,#527963,#3f654f);border-color:#3f654f}.text{min-height:auto;color:#476a58}.tabs{padding:4px;border:1px solid #dfe8dd;border-radius:12px;background:#eef4eb;width:fit-content}.compact-tabs{margin-bottom:16px}.compact-tabs button{border:0;background:transparent;color:#53665b}.compact-tabs button.active{background:#345846;color:#fff;box-shadow:0 4px 12px #1b332640}.table-wrap{background:#fff}.table-wrap table{min-width:760px}.table-wrap th{position:sticky;top:0;z-index:1;background:#f2f6ef;color:#53645a}.table-wrap th,.table-wrap td{padding:11px 13px;vertical-align:top}.table-wrap tr:hover td{background:#fbfdf9}.badge,.status{border:1px solid #dce8d7;background:#eef5ea;color:#4e6d56}.badge.danger{border-color:#f4d3ce}.badge.warm{border-color:#f1dfb8}.empty{border:1px dashed #d6dfd4;border-radius:10px;background:#fbfcfa}.overlay{background:#121f1a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal{width:min(680px,100%);border:1px solid #dfe8dd;border-radius:16px;box-shadow:0 30px 90px #10251b3d}.modal>header{padding-bottom:12px;border-bottom:1px solid #edf2ea}.modal h2{font-size:18px;color:#21382d}.form{gap:12px}.form input,.form select,.form textarea{border-color:#d6e0d4;border-radius:9px}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid #c9dbc2;border-color:#83a272}.delete-warning{border-radius:10px}.hero{background:linear-gradient(135deg,#fff,#f0f6ea)}.stage-line{display:flex;gap:8px;flex-wrap:wrap}.stage-line button{background:#fff;border-color:#dce6d9}.stage-line button.active{background:#345846;border-color:#345846;color:#fff}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.filters input,.filters select{min-width:0;border:1px solid #d6e0d4;border-radius:9px;padding:9px 10px;background:#fff}.sink-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px;margin-top:16px}.embedded-card{border:1px solid #dfe8dd;border-radius:12px;background:#fff;padding:14px;box-shadow:0 8px 24px #26382e0a}.deliverable-group,.quote-record{border-top:1px solid #edf2ea;padding:12px 0}.version-line{display:grid;gap:6px;padding:10px 0;border-top:1px solid #edf2ea}@media(max-width:1100px){.sink-detail-grid{grid-template-columns:1fr}.dashboard-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.page-head{flex-direction:column;align-items:flex-start}.tabs{width:100%}}.template-editor{margin-top:14px;border-top:1px solid #edf2ea;padding-top:14px}.stage-editor-card{display:grid;gap:10px}.stage-editor-card ol{display:grid;gap:8px;padding-left:0;list-style:none}.stage-editor-card li{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #edf2ea;padding-top:8px}.stage-editor-card li small{display:block;color:var(--muted);margin-top:4px}.message-list{display:grid;gap:10px}.message-list article{border:1px solid #e2eadf;border-radius:12px;padding:14px;background:#fff}.message-list article.unread{border-color:#9ebd8e;background:#f7fbf3}.message-list article>div:first-child{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.message-list article p{color:#425348;line-height:1.6;margin:10px 0}:root{--cockpit-bg: #eef3ee;--cockpit-sidebar: #20372f;--cockpit-sidebar-deep: #172820;--cockpit-accent: #b7ce97;--cockpit-accent-strong: #53745f;--cockpit-panel: #ffffff;--cockpit-soft: #f5f8f2}body{background:var(--cockpit-bg)}.shell{grid-template-columns:248px minmax(0,1fr);background:var(--cockpit-bg)}.sidebar{background:linear-gradient(180deg,var(--cockpit-sidebar) 0%,var(--cockpit-sidebar-deep) 100%)}.brand{align-items:flex-start;gap:12px;padding:6px 7px 16px;margin:0 0 14px}.brand>span{flex:0 0 42px}.brand strong{display:block;color:#f6fbf5;font-size:15px;letter-spacing:.02em}.brand small{display:block;margin-top:4px;color:#9caf9f;line-height:1.35}.nav-group{display:grid;gap:4px;overflow:auto;padding-right:2px}.nav-caption{padding:10px 12px 5px;color:#7e9688;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.nav-caption.secondary{margin-top:8px;border-top:1px solid #344b40;padding-top:14px}.shell nav a{min-height:44px;padding:8px 11px;border:1px solid transparent;border-radius:10px}.shell nav a b{flex:0 0 20px;color:#a8bea9;font-size:15px}.shell nav a span{display:grid;gap:2px;line-height:1.15}.shell nav a small{display:block;color:#81998b;font-size:10px;font-weight:400}.shell nav a.router-link-active{background:linear-gradient(90deg,#3a5849,#304a3e);border-color:#4d6c5b;box-shadow:inset 3px 0 var(--cockpit-accent)}.shell nav a.router-link-active small{color:#b9cabd}.sidebar-note{margin-top:auto;margin-bottom:12px;padding:10px 11px;border:1px solid #344b40;border-radius:10px;color:#9bad9f;background:#182921;font-size:11px;line-height:1.55}.account{margin-top:0;border-top:1px solid #344b40}.topbar{height:56px;padding:0 28px;border-bottom-color:#dce6da}.topbar>div:first-child strong{color:#20382e}.topbar>div:first-child span{color:#76857a}main{max-width:1500px;padding:20px 28px 40px}.page-head{min-height:72px;padding:16px 18px;border-radius:13px}.page-title-block{display:grid;gap:4px}.page-eyebrow{color:#66806d;font-size:11px;letter-spacing:.16em;text-transform:uppercase}.page-head h1{font-size:21px;line-height:1.25}.page-head p{max-width:820px;line-height:1.5}.head-actions{justify-content:flex-end}.overlay,.drawer-overlay{position:fixed;inset:0;z-index:30;background:#121f1a9e;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.overlay{display:grid;place-items:center;padding:20px}.modal{padding:0;overflow:hidden}.modal>header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px 14px;background:linear-gradient(135deg,#fff,#f5f9f2)}.modal>header p{margin:5px 0 0;color:var(--muted);font-size:12px}.modal>.form,.modal>form.form,.modal>div:not(header){margin:0;padding:18px 20px 20px}.icon{width:32px;height:32px;border-radius:9px;color:#607267;background:#eef4eb}.drawer-overlay{display:flex;justify-content:flex-end}.drawer-panel{width:min(720px,calc(100vw - 28px));height:100vh;background:#fff;box-shadow:-24px 0 70px #10251b35;display:grid;grid-template-rows:auto 1fr auto;animation:drawer-in .18s ease-out}.drawer-head,.drawer-foot{padding:18px 20px;background:linear-gradient(135deg,#fff,#f5f9f2);border-bottom:1px solid #edf2ea;display:flex;align-items:center;justify-content:space-between;gap:14px}.drawer-head h2{margin:0;font-size:19px;color:#21382d}.drawer-head p{margin:5px 0 0;color:var(--muted);font-size:12px}.drawer-body{overflow:auto;padding:18px 20px 24px}.drawer-foot{border-top:1px solid #edf2ea;border-bottom:0;justify-content:flex-end}@keyframes drawer-in{0%{transform:translate(18px);opacity:.65}to{transform:translate(0);opacity:1}}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{position:static;height:auto}.nav-group{display:flex;overflow-x:auto;padding-bottom:4px}.nav-caption,.sidebar-note{display:none}.shell nav a{min-width:132px}.shell nav a small{display:none}main{padding:16px 12px 30px}.topbar{padding:0 12px}}.dashboard-stat-strip{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:12px;margin-bottom:14px}.cockpit-stat{position:relative;min-height:112px;padding:15px 16px;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbf6);box-shadow:var(--shadow, 0 12px 28px rgba(31,46,40,.08));overflow:hidden}.cockpit-stat:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--cockpit-accent-strong)}.cockpit-stat small,.cockpit-stat span{display:block;color:var(--muted);font-size:12px}.cockpit-stat strong{display:block;margin:9px 0 8px;color:#1f342b;font-size:30px;line-height:1}.cockpit-stat.stat-blue:before{background:#3568a6}.cockpit-stat.stat-amber:before{background:#ba7a16}.cockpit-stat.stat-red:before{background:#b54242}.cockpit-stat.stat-teal:before{background:#1f7a83}.cockpit-panel .panel-head{align-items:flex-start}.cockpit-bars{gap:12px;padding:2px 0}.cockpit-bars .bar-row{grid-template-columns:104px 1fr 32px}.cockpit-bars .bar-row i{height:10px;background:#eef3ef}.cockpit-bars .bar-row b{background:var(--green)}.cockpit-table table{min-width:980px}.cockpit-table td,.cockpit-table th{vertical-align:middle}.cockpit-table td small{margin-top:4px;color:var(--muted)}.cockpit-timeline a{border:1px solid #edf2ea;border-radius:10px;padding:11px 12px;margin-bottom:8px;background:#fbfdf9}.project-list-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.project-view-note{color:var(--muted);font-size:12px}.project-list-toolbar .tabs button{min-width:96px;min-height:30px;padding:5px 10px;border:0;background:transparent;color:#53665b;font-size:12px;line-height:1.2;font-weight:600;white-space:nowrap}.project-list-toolbar .tabs button.active{background:#345846;color:#fff;box-shadow:0 4px 12px #1b332640}.project-filters{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));align-items:center}.project-filters input,.project-filters select,.project-filters button{width:100%;min-height:38px;font-size:13px;line-height:1.35}.project-filters input,.project-filters select{padding:8px 11px;text-overflow:ellipsis}.project-filters button{font-weight:600;white-space:nowrap}.project-table-panel{padding-bottom:0;overflow:hidden}.project-table-panel .cockpit-table table{min-width:1176px;table-layout:fixed}.project-col-name{width:220px}.project-col-priority{width:92px}.project-col-stage{width:145px}.project-col-life{width:88px}.project-col-health,.project-col-owner{width:80px}.project-col-date{width:86px}.project-col-progress{width:78px}.project-col-risk{width:97px}.project-col-actions{width:210px}.project-table-head{align-items:center;margin-bottom:10px}.project-table-head .badge{margin-left:auto}.project-table-panel .cockpit-table th{padding:11px 10px;color:#63706b;font-size:12px;font-weight:700;letter-spacing:.01em;white-space:nowrap}.project-table-panel .cockpit-table td{padding:12px 10px;vertical-align:middle;color:#2a3a32;font-size:13px;line-height:1.45}.project-table-row:hover td{background:#fbfdf9}.project-name-cell{overflow:visible}.project-row-link{display:grid;gap:5px;min-width:0;line-height:1.4}.project-row-link strong{display:block;color:#1f342b;white-space:normal;overflow:visible;font-size:14px;line-height:1.35;font-weight:800}.project-row-link small{display:block;color:var(--muted);white-space:normal;overflow:visible;font-size:12px;line-height:1.45}.project-stage-cell{display:table-cell}.project-stage-cell strong{display:block;margin-bottom:4px;color:#253b31;font-size:13px;line-height:1.35}.project-stage-cell small{display:block;color:var(--muted);font-size:11px;line-height:1.45}.project-owner-cell,.project-date-cell{color:#46564d;white-space:nowrap}.project-status-cell .status,.project-risk-cell .status{white-space:nowrap}.project-progress-cell .progress{width:58px;margin-bottom:5px}.project-progress-cell small{color:var(--muted);font-size:11px}.priority-select{width:86px;min-height:30px;border:1px solid #dce8d7;border-radius:8px;padding:5px 7px;font-size:12px;font-weight:700;color:#4e6d56;background:#eef5ea}.priority-select.high{border-color:#f1c9c5;background:#fdecea;color:#a83b34}.priority-select.mid{border-color:#ead7a8;background:#fff7e4;color:#8a6219}.priority-select.low{border-color:#dce8d7;background:#eef5ea;color:#4e6d56}.priority-select:disabled{opacity:.62}.project-row-actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-start;gap:5px;max-width:none;white-space:nowrap}.project-row-actions button,.project-row-actions .button{min-height:28px;padding:5px 7px;font-size:12px;line-height:1.2;white-space:nowrap;flex:0 0 auto}.project-row-actions small{color:var(--muted)}.status.danger{border-color:#f1c9c5;background:#fdecea;color:#a83b34}.status.warm{border-color:#ead7a8;background:#fff7e4;color:#8a6219}.drawer-form{margin:0}.drawer-form .wide{grid-column:1 / -1}.drawer-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:4px}@media(max-width:1180px){.dashboard-stat-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.project-filters{grid-template-columns:repeat(2,minmax(170px,1fr))}}@media(max-width:760px){.dashboard-stat-strip,.project-filters{grid-template-columns:1fr}.project-list-toolbar{align-items:flex-start;flex-direction:column}}.workbench-filter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.workbench-tabs{margin-bottom:0}.workbench-tabs button{min-width:74px;min-height:30px;padding:5px 11px;border:0;background:transparent;color:#53665b;font-size:12px;font-weight:700;line-height:1.2}.workbench-tabs button small{margin-left:4px;color:inherit;opacity:.75;font-size:11px}.workbench-filter-note{color:var(--muted);font-size:12px}.workbench-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:14px;align-items:start;margin-bottom:14px}.workbench-panel{padding:0;overflow:hidden}.workbench-todo-head{align-items:center;min-height:64px;margin:0;padding:14px 16px;border-bottom:1px solid #e6ece7}.workbench-todo-head-left{min-width:0;display:flex;align-items:center;gap:12px}.workbench-todo-head h2{display:flex;align-items:baseline;gap:8px}.workbench-title-count{color:var(--muted);font-size:12px;font-weight:600}.workbench-list{display:grid;gap:10px;padding:14px 16px 16px}.workbench-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;min-height:96px;padding:12px;border:1px solid #e1e8e3;border-radius:10px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.workbench-item:hover{border-color:#c6d6ca;box-shadow:0 8px 18px #1c2a2614;transform:translateY(-1px)}.workbench-item-main{display:grid;gap:6px;min-width:0}.workbench-item-title{display:flex;align-items:center;gap:8px;min-width:0}.workbench-item-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:#21372d}.todo-stage{flex:0 0 auto;padding:3px 8px;border:1px solid #e1e6e3;border-radius:999px;background:#f4f6f5;color:var(--muted);font-size:12px}.todo-meta{display:flex;flex-wrap:wrap;gap:6px 12px;color:var(--muted);font-size:12px;line-height:1.4}.todo-extra{min-height:18px;color:#8a7445;font-size:12px}.workbench-item-side{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:8px;white-space:nowrap}.handoff-age{color:#b95b26;font-weight:700}.workbench-actions{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.workbench-actions button,.workbench-inline-actions button{min-height:27px;padding:4px 8px;font-size:12px;line-height:1.2}.workbench-inline-actions{display:inline-flex;align-items:center;gap:5px}.remind-inline{margin-left:auto;border:0;padding:3px 7px}.workbench-record-panel{padding:15px 16px 16px}.workbench-record-panel .table-wrap th,.workbench-record-panel .table-wrap td{padding:9px 11px}.workbench-ledger-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.ledger-subhead{margin-bottom:8px;color:#23372d;font-size:13px;font-weight:800}.section-kicker{display:block;margin-bottom:5px;color:#78906e;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.template-overview,.base-data-hero{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:16px;align-items:center;padding:18px;background:linear-gradient(135deg,#fff,#f6faf3)}.template-overview h2,.base-data-hero h2{margin:0 0 6px;color:#21372d;font-size:20px}.template-overview p,.base-data-hero p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.template-mode-shell{display:grid;gap:14px}.template-list-panel{padding-bottom:0;overflow:hidden}.template-list-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;color:var(--muted);font-size:12px}.template-list-summary span{border:1px solid #dfe8dd;border-radius:999px;padding:4px 8px;background:#fbfdf9}.template-list-table table{min-width:1120px}.template-list-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;white-space:nowrap}.template-list-actions button{min-height:29px;padding:5px 8px;font-size:12px;line-height:1.2}.template-locked-note{color:var(--muted)}.template-version-node,.stage-node{width:100%;display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:start;min-height:58px;padding:10px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:9px}.template-version-node.active,.stage-node.active,.template-family-item.active{border-color:var(--green);background:#f4faf6;box-shadow:inset 3px 0 #86a974}.template-version-node strong,.stage-node strong,.task-title{display:block;overflow-wrap:anywhere;color:#21372d}.template-version-node small,.stage-node small,.task-meta{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.45}.stage-index{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#edf4ea;color:#476f57;font-size:12px;font-weight:800}.template-readonly{display:grid;gap:14px}.template-main-head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;padding:17px}.template-main-head h2{margin:0 0 6px;font-size:20px;color:#21372d}.template-main-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.55}.template-head-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px}.template-head-actions button,.base-row-actions button{min-height:29px;padding:5px 8px;font-size:12px;line-height:1.2;white-space:nowrap}.template-summary{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px}.template-summary .summary-item:nth-child(5){grid-column:span 2}.summary-item{border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:10px 12px;min-height:70px}.summary-item span{display:block;margin-bottom:6px;color:var(--muted);font-size:12px}.summary-item strong{color:#22382e;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.template-version-family-list{display:grid;gap:8px}.template-family-item{width:100%;display:grid;gap:4px;text-align:left;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:#fff}.template-family-item small{color:var(--muted);font-size:12px;line-height:1.45}.template-scenario-card{min-height:0}.template-stage-select{display:flex;justify-content:flex-end}.template-stage-select label,.template-stage-select-row label,.template-meta-grid label,.template-stage-grid label{display:grid;gap:6px;color:#425348;font-size:12px;font-weight:700}.template-stage-select span,.template-stage-select-row span,.template-meta-grid span,.template-stage-grid span{color:#5d6d63}.template-stage-select select,.template-stage-select-row select,.template-meta-grid input,.template-meta-grid textarea,.template-stage-grid input,.template-stage-grid textarea{width:100%;min-height:38px;border:1px solid #d6e0d4;border-radius:9px;padding:8px 10px;background:#fff;font-size:13px}.template-meta-grid textarea,.template-stage-grid textarea{min-height:84px;resize:vertical}.template-edit-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.template-edit-intro{margin:0 0 14px;color:var(--muted);font-size:13px;line-height:1.6}.template-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.template-meta-wide{grid-column:1 / -1}.template-stage-editor-panel{display:grid;gap:14px}.template-stage-select-row{display:flex;justify-content:space-between;align-items:end;gap:12px}.template-stage-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:12px}.template-readonly-box{min-height:84px;padding:10px 12px;border:1px solid var(--line);border-radius:9px;background:#fbfcfb;color:#2c3d34;font-size:13px;line-height:1.6}.template-stage-panel{padding:14px}.template-stage-panel .panel-head{margin-bottom:12px}.stage-tree{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.stage-editor{display:grid;gap:10px;border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:12px;margin-bottom:14px}.template-config-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 14px}.template-config-tabs button{white-space:nowrap;background:#fff}.template-config-tabs button.active{background:#23352d;color:#fff;border-color:#23352d}.template-flow-scroll{overflow-x:auto;padding:4px 2px 8px}.template-flow-board{position:relative;border:1px solid var(--line);border-radius:12px;background:linear-gradient(180deg,#fbfdf9,#f4f8f1);box-shadow:inset 0 1px #fffc}.template-flow-links{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:3}.template-flow-links marker path{fill:#5f8d6b}.template-flow-link{fill:none;stroke:#6e9d78;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;marker-end:url(#templateFlowArrow);opacity:.75}.template-flow-link.editable{pointer-events:stroke;cursor:pointer}.template-flow-link.editable.removable:hover{stroke:#bb5a2f;opacity:1}.template-flow-link-preview{stroke:#406a58;stroke-dasharray:7 5;opacity:.9}.template-flow-lane{position:absolute;top:0;bottom:0;padding:12px 12px 18px;border-right:1px dashed #dce7d8;background:#ffffff85;cursor:pointer}.template-flow-lane.active{background:#edf7ead1;box-shadow:inset 0 4px #86a974}.template-flow-lane.drop-target{background:#e6f1e2eb;box-shadow:inset 0 0 0 2px #8fb186}.template-flow-lane.resizing{box-shadow:inset 0 0 0 2px #576}.template-flow-lane-head{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:8px;align-items:start;min-height:48px}.template-flow-lane-head strong{display:block;color:#21372d;font-size:14px}.template-flow-lane-head small{display:block;margin-top:4px;color:var(--muted);font-size:11px;line-height:1.35}.template-flow-lane-actions{display:inline-flex;align-items:center;gap:6px}.template-flow-lane-actions button{min-height:25px;padding:4px 7px;font-size:12px;line-height:1.15}.template-flow-lane-resize{position:absolute;right:0;top:0;bottom:0;width:12px;cursor:ew-resize}.template-flow-lane-resize:before{content:"";position:absolute;top:50%;left:4px;width:3px;height:72px;transform:translateY(-50%);border-radius:999px;background:linear-gradient(180deg,#c9d7c6,#9db793);opacity:.65}.template-flow-task{position:absolute;z-index:4;display:grid;gap:4px;padding:12px 12px 10px;border:1px solid #d9e6d5;border-radius:12px;background:#fff;box-shadow:0 6px 14px #27463214;color:#2c3d34;cursor:pointer;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease}.template-flow-task.active{border-color:#7fa66d;background:#f7fbf5}.template-flow-task.dragging{box-shadow:0 16px 34px #2746322e;transform:rotate(.2deg);z-index:8}.template-flow-task.link-target{border-color:#4d7e64;background:#eef8f1}.template-flow-task.linked:after{content:"";position:absolute;right:-5px;top:50%;width:9px;height:9px;margin-top:-5px;border:2px solid #6e9d78;border-radius:50%;background:#fff}.template-flow-task strong{color:#21372d;font-size:13px;line-height:1.25;overflow-wrap:anywhere}.template-flow-task small{color:#6b7a70;font-size:11px;line-height:1.3}.template-flow-task em{color:#7b632a;font-size:11px;font-style:normal;line-height:1.3}.template-flow-empty{position:absolute;left:18px;right:18px;top:92px}.template-flow-lane-empty{position:absolute;z-index:2;text-align:left}.flow-handle{position:absolute;width:11px;height:11px;border:2px solid #86a974;border-radius:50%;background:#fff;opacity:0;transition:opacity .12s ease,transform .12s ease}.flow-handle.top{left:50%;top:-6px;transform:translate(-50%)}.flow-handle.right{right:-6px;top:50%;transform:translateY(-50%)}.flow-handle.bottom{left:50%;bottom:-6px;transform:translate(-50%)}.flow-handle.left{left:-6px;top:50%;transform:translateY(-50%)}.flow-handle.connected{opacity:1;background:#ecf6ea}.template-flow-task:hover .flow-handle,.template-flow-task.active .flow-handle,.template-flow-task.link-target .flow-handle{opacity:1}.template-task-table table{min-width:860px}.template-task-table th,.template-task-table td,.base-data-table th,.base-data-table td{padding:10px 12px;vertical-align:middle}.template-edit-table-stack{display:grid;gap:14px}.template-task-inline-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.template-task-inline-actions button{min-height:26px;padding:4px 7px;font-size:12px;line-height:1.2}.dependency-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.dependency-card{border:1px solid var(--line);background:#fbfcfb;border-radius:9px;padding:10px;min-height:78px}.dependency-card strong{display:block;margin-bottom:6px;color:#21372d}.dependency-card small{color:var(--muted);line-height:1.45}.status.active{background:#edf6eb;color:#416846;border-color:#d8e9d5}.status.draft{background:#fff7e4;color:#8a6219;border-color:#ead7a8}.status.muted{background:#f1f3f4;color:#7b8490;border-color:#e1e5e8}.base-data-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-bottom:14px}.base-data-tabs button{display:grid;gap:4px;min-height:66px;align-content:center;justify-items:start;text-align:left;padding:10px 12px;background:#fff;border-color:var(--line)}.base-data-tabs button.active{border-color:var(--green);background:#f4faf6;box-shadow:inset 0 3px #86a974}.base-data-tabs strong{color:#23382e;font-size:13px}.base-data-tabs small{color:var(--muted);font-size:11px;line-height:1.35}.base-summary{margin:0}.base-data-panel{padding-bottom:0;overflow:hidden}.base-row-actions{display:flex;flex-wrap:nowrap;gap:6px;align-items:center}@media(max-width:1180px){.template-overview,.base-data-hero{grid-template-columns:1fr}.base-data-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.template-summary,.base-data-tabs,.template-meta-grid,.template-stage-grid{grid-template-columns:1fr}.template-summary .summary-item:nth-child(5){grid-column:auto}.template-main-head{flex-direction:column}.template-stage-select-row{flex-direction:column;align-items:stretch}.template-list-actions{flex-wrap:wrap;white-space:normal}.template-head-actions,.base-row-actions{justify-content:flex-start;flex-wrap:wrap}}.f5-hero{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:16px;align-items:center;padding:18px;background:linear-gradient(135deg,#fff,#f6faf3)}.f5-hero h2{margin:0 0 6px;color:#21372d;font-size:20px}.f5-hero p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.f5-summary{margin:0}.f5-filter-panel{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;align-items:end}.f5-filter-panel.compact{grid-template-columns:repeat(3,minmax(180px,1fr)) auto;margin-bottom:14px}.f5-filter-panel label{display:grid;gap:6px;color:#425348;font-size:12px;font-weight:700}.f5-filter-panel input,.f5-filter-panel select{width:100%;min-height:38px;border:1px solid #d6e0d4;border-radius:9px;padding:8px 10px;background:#fff;font-size:13px}.f5-table-panel{padding-bottom:0;overflow:hidden}.f5-table table{min-width:960px}.f5-table th{padding:10px 12px;color:#5e6e64;font-size:12px;font-weight:800;white-space:nowrap}.f5-table td{padding:11px 12px;vertical-align:middle;color:#2c3d34;font-size:13px;line-height:1.45}.f5-table td strong,.f5-table td small{display:block}.f5-table td small{margin-top:4px;color:var(--muted)}.f5-tabs button small{margin-left:4px;color:inherit;opacity:.75;font-size:11px}.f5-message-list{padding:14px}.f5-message-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;margin:0}.f5-message-list article p{margin:8px 0 0}.message-main{min-width:0}.message-main>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.message-actions{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap}.message-actions button,.message-actions .button{min-height:29px;padding:5px 8px;font-size:12px;line-height:1.2}.account-table table{min-width:920px}.account-actions{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;white-space:nowrap}.account-actions button{min-height:29px;padding:5px 8px;font-size:12px;line-height:1.2}@media(max-width:1180px){.f5-hero{grid-template-columns:1fr}.f5-filter-panel,.f5-filter-panel.compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.f5-filter-panel,.f5-filter-panel.compact{grid-template-columns:1fr}.f5-message-list article{grid-template-columns:1fr}.message-actions,.account-actions{justify-content:flex-start;flex-wrap:wrap}}.embedded-ledger{box-shadow:none;border-radius:8px}.danger-text{color:#b73d33;font-weight:800}.workbench-risk-list{gap:0}.workbench-risk-list .event{display:grid;gap:4px;padding:10px 2px;border-top:1px solid #edf0f3;font-size:13px}.workbench-risk-list .event:first-child{border-top:0}.workbench-risk-list .event span{color:var(--muted);font-size:12px}.modal-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:12px;border-top:1px solid #edf0f3}.detail-header{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:14px;margin-bottom:14px}.project-hero{display:grid;gap:16px;margin-bottom:0;background:linear-gradient(135deg,#fff,#f3f8ee)}.project-hero-main{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.project-hero-title small{display:block;margin-bottom:6px;color:var(--muted);font-size:12px}.project-hero-title h2{margin:0;color:#20382e;font-size:22px;line-height:1.28}.project-hero-title p{margin:8px 0 0;color:#63706b;line-height:1.6}.hero-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px}.detail-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.meta{min-width:0;padding:10px 11px;border:1px solid #e2eadf;border-radius:10px;background:#ffffffb8}.meta span,.meta strong{display:block;min-width:0}.meta span{color:var(--muted);font-size:11px;margin-bottom:5px}.meta strong{color:#263a31;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.project-blocker-card{margin-bottom:0}.project-progress{display:grid;gap:7px;margin-bottom:12px}.project-progress small{color:var(--muted)}.project-progress strong{color:#20382e;font-size:30px;line-height:1}.blocker-list{display:grid;gap:6px}.compact-risk{padding:8px 0;gap:8px;font-size:12px}.compact-risk strong{flex:1;min-width:0}.compact-empty{padding:12px;text-align:left}.detail-stage-panel{padding-bottom:12px}.detail-stage-line{gap:7px;margin-bottom:12px}.detail-stage-line button{min-height:42px;padding:7px 10px;gap:7px;font-size:12px;font-weight:700;border-radius:10px}.detail-stage-line button.done{border-color:#cfe0c8;background:#f4faf0;color:#4f735d}.detail-stage-line button.active{background:#345846;border-color:#345846;color:#fff}.stage-mark{width:22px;height:22px;border-radius:999px;display:inline-grid;place-items:center;background:#eef4eb;color:#53665b;font-size:11px}.detail-stage-line button.active .stage-mark{background:#ffffff2e;color:#fff}.detail-tabs-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.detail-tabs-row .compact-tabs{margin-bottom:0}.detail-tab-summary{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;color:var(--muted);font-size:12px}.detail-tab-summary span{border:1px solid #dfe8dd;border-radius:999px;padding:4px 8px;background:#fbfdf9}.detail-risk-panel .risk,.detail-sink-panel .risk{gap:8px}.detail-activity-panel .timeline a{padding:9px 2px}.detail-sink-panel{overflow:hidden}.detail-sink-panel .sink-grid article{padding:12px}@media(max-width:1180px){.workbench-grid,.workbench-ledger-grid,.detail-header{grid-template-columns:1fr}.detail-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.workbench-filter-row,.project-hero-main,.detail-tabs-row{align-items:flex-start;flex-direction:column}.workbench-filter-note{display:none}.workbench-item,.detail-meta-grid{grid-template-columns:1fr}.workbench-item-side{align-items:flex-start;flex-direction:row}.hero-tags{justify-content:flex-start}}.notice{margin-bottom:14px;padding:10px 14px;border:1px solid #cfe7d4;border-radius:8px;background:#edf7ef;color:#2e6c43}.account-actions{display:flex;flex-wrap:wrap;gap:6px}.delete-warning{display:grid;gap:6px;padding:12px;border:1px solid #f0cfca;border-radius:8px;background:#fff3f1;color:#9f332a}.delete-warning span{font-size:12px;line-height:1.6}.danger-confirm{border-color:#b64036;background:#b64036;color:#fff}.danger-confirm:disabled{cursor:not-allowed;opacity:.45}.account-page-error{position:fixed;top:76px;left:50%;z-index:40;width:min(520px,calc(100vw - 32px));transform:translate(-50%);box-shadow:0 8px 28px #4f171229}
