:root{--ink:#102b29;--muted:#6d7f7c;--line:#dfe8e5;--bg:#f4f7f6;--green:#0b8f69;--green2:#22c18a;--navy:#082c29;--orange:#f59d45;--blue:#4d87e8;--violet:#8d68d9;--shadow:0 8px 28px rgba(20,55,49,.07)}*{box-sizing:border-box}body{margin:0;font-family:Inter,"SF Pro Display","Segoe UI",sans-serif;background:var(--bg);color:var(--ink);font-size:15px}.app-shell{display:grid;grid-template-columns:252px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;background:#092e2a;color:white;padding:28px 16px 18px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:12px;padding:0 11px 30px}.brand-mark{width:37px;height:37px;background:#5ee5ae;color:#07342e;border-radius:10px;display:grid;place-items:center;font-weight:900;font-size:21px;clip-path:polygon(10% 5%,90% 5%,65% 95%,35% 95%)}.brand div{display:flex;flex-direction:column}.brand strong{font-size:20px;letter-spacing:-.5px}.brand small{font-size:9px;letter-spacing:1.9px;color:#94b9b1;margin-top:2px}.sidebar nav{display:flex;flex-direction:column;gap:6px}.nav-item{appearance:none;border:0;background:transparent;color:#b7ccc7;border-radius:9px;padding:12px 13px;display:flex;align-items:center;gap:13px;font-size:14px;text-align:left;cursor:pointer;transition:.2s}.nav-item>span{font-size:19px;width:20px;text-align:center}.nav-item b{font-size:11px;background:#204a45;color:#cae4dd;border-radius:20px;padding:2px 7px;margin-left:auto}.nav-item:hover,.nav-item.active{background:#174a43;color:white}.nav-item.active{box-shadow:inset 3px 0 #5fe1ae}.sidebar-foot{margin-top:auto;border-top:1px solid #29504c;padding:18px 5px 0;display:flex;align-items:center;gap:10px}.sidebar-foot>div:nth-child(2){display:flex;flex-direction:column;flex:1}.sidebar-foot strong{font-size:13px}.sidebar-foot small{font-size:11px;color:#8eaaa5}.sidebar-foot button{color:#9db5b0;background:none;border:0}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#d6f2e8;color:#067251;font-size:11px;font-weight:800}.avatar.blue{background:#dce9ff;color:#3e6db4}.avatar.purple{background:#eadfff;color:#724ab5}.avatar.small{width:31px;height:31px}.topbar{height:76px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 34px;position:sticky;top:0;z-index:8}.menu{display:none}.entity-wrap{position:relative}.entity-wrap>small{font-size:9px;letter-spacing:1.1px;color:#81908e;display:block;margin-bottom:4px}.entity-button{display:flex;align-items:center;gap:10px;border:0;background:transparent;padding:0;cursor:pointer;color:var(--ink)}.entity-button>span:nth-child(2){display:flex;flex-direction:column;align-items:flex-start}.entity-button strong{font-size:14px}.entity-button small{font-size:11px;color:var(--muted);margin-top:2px}.entity-button i{margin-left:7px;font-style:normal}.entity-icon{width:32px;height:32px;background:#e0f5ee;color:#087553;border-radius:8px;display:grid!important;place-items:center;font-size:17px}.entity-menu{position:absolute;left:0;top:61px;width:310px;background:white;border:1px solid var(--line);border-radius:12px;box-shadow:0 16px 40px rgba(17,48,43,.15);padding:7px;display:none}.entity-menu.open{display:block}.entity-option{display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;cursor:pointer}.entity-option:hover{background:#f0f6f4}.entity-option span:first-child{width:34px;height:34px;border-radius:8px;background:#e8f4f1;display:grid;place-items:center}.entity-option p{margin:0;display:flex;flex-direction:column}.entity-option b{font-size:13px}.entity-option small{color:var(--muted);font-size:11px;margin-top:2px}.top-actions{margin-left:auto;display:flex;align-items:center;gap:12px}.icon-btn{width:38px;height:38px;border:1px solid var(--line);background:#fff;border-radius:9px;position:relative}.icon-btn i{position:absolute;width:6px;height:6px;background:#e75b52;border-radius:50%;right:8px;top:7px}.primary{border:0;background:#08785a;color:white;padding:11px 17px;border-radius:8px;font-weight:700;cursor:pointer;box-shadow:0 3px 8px rgba(8,120,90,.18)}.primary:hover{background:#07674e}.content{padding:32px 38px 56px;max-width:1500px;margin:auto;display:none}.content.active{display:block}.page-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:23px}.eyebrow{font-size:10px;letter-spacing:1.35px;color:#748682;font-weight:700;margin-bottom:7px}.eyebrow span{color:#0db37f}.page-head h1{font-size:28px;letter-spacing:-.8px;margin:0}.page-head p{color:var(--muted);margin:6px 0 0;font-size:13px}.period,.plain{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 13px;color:#405552;cursor:pointer}.notice{background:#e9f8f2;border:1px solid #caeade;border-left:4px solid #1bb983;border-radius:9px;padding:12px 16px;display:flex;align-items:center;gap:12px;margin-bottom:18px}.notice>span{width:27px;height:27px;border-radius:50%;background:#0c9b70;color:white;display:grid;place-items:center}.notice div{flex:1}.notice strong{font-size:13px}.notice p{margin:2px 0 0;color:#58706b;font-size:12px}.notice button,.issue button{border:0;background:transparent;color:#08795a;font-weight:700;cursor:pointer}.score-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.score-card,.panel{background:white;border:1px solid var(--line);border-radius:11px;box-shadow:var(--shadow)}.score-card{padding:17px 18px 13px;border-top:3px solid}.score-card.e{border-top-color:#1bb983}.score-card.s{border-top-color:#4087f4}.score-card.g{border-top-color:#9167ef}.score-top{display:flex;align-items:center;gap:7px}.score-top .pill{width:22px;height:22px;border-radius:5px;display:grid;place-items:center;color:white;font-size:12px;font-weight:800}.e .pill{background:#1bb983}.s .pill{background:#4087f4}.g .pill{background:#9167ef}.score-top small,.panel-head small{font-size:10px;letter-spacing:1.1px;color:#738681;font-weight:800}.trend{font-style:normal;font-size:11px;color:#098561;background:#e8f7f1;padding:4px 7px;border-radius:4px;margin-left:auto}.score-main{display:flex;align-items:baseline;margin:10px 0 12px;position:relative}.score-main strong{font-size:34px;letter-spacing:-1px}.score-main>span{color:#7b8d89;font-size:13px}.ring{width:42px;height:42px;border-radius:50%;margin-left:auto;background:conic-gradient(var(--c) calc(var(--p)*1%),#e8eeec 0);position:relative}.ring:after{content:"";position:absolute;inset:6px;background:#fff;border-radius:50%}.score-foot{border-top:1px solid #edf1f0;padding-top:10px;display:flex;font-size:11px;color:#6e817d}.score-foot b{color:#2d5b53;margin-left:auto}.dashboard-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:14px;margin-bottom:14px}.panel{padding:20px}.panel-head{display:flex;align-items:flex-start;justify-content:space-between}.panel-head h2{font-size:27px;margin:7px 0 0;letter-spacing:-.5px}.panel-head h2 em,.metric-row em{font-size:12px;font-style:normal;color:#71827f;font-weight:500}.panel-head h3{font-size:15px;margin:5px 0 0}.down{color:#0c916b;font-size:11px;background:#eaf8f3;padding:5px 8px;border-radius:4px}.emission-layout{display:grid;grid-template-columns:220px 1fr;align-items:center;padding:16px 0 8px}.donut{width:164px;height:164px;border-radius:50%;background:conic-gradient(#f5a04a 0 33%,#4d8dee 33% 80%,#9469df 80%);display:grid;place-items:center;margin:auto;position:relative}.donut:after{content:"";position:absolute;inset:24px;border-radius:50%;background:#fff}.donut div{position:relative;z-index:2;text-align:center;display:flex;flex-direction:column}.donut strong{font-size:22px}.donut small{font-size:10px;color:var(--muted)}.legend>div{display:grid;grid-template-columns:9px 1fr auto 35px;align-items:center;gap:9px;border-bottom:1px solid #edf1f0;padding:9px 0}.legend i{width:8px;height:8px;border-radius:2px}.scope1{background:#f5a04a}.scope2{background:#4d8dee}.scope3{background:#9469df}.legend span{display:flex;flex-direction:column}.legend b{font-size:12px}.legend small{font-size:10px;color:#8a9997}.legend strong{font-size:12px}.legend em{font-size:10px;font-style:normal;color:#788a86;text-align:right}.text-link{border:0;border-top:1px solid #edf1f0;background:transparent;padding:12px 0 0;width:100%;text-align:left;color:#168166;font-size:11px;font-weight:700;cursor:pointer}.ready-badge{font-size:10px;color:#087b5c;background:#e3f7ef;border-radius:20px;padding:6px 9px}.progress{height:7px;background:#eaf0ee;border-radius:20px;overflow:hidden;margin:14px 0}.progress i{display:block;height:100%;background:linear-gradient(90deg,#0b966d,#55d7a9);border-radius:20px}.standard-list>div{display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center;padding:7px 0}.std-logo{width:34px;height:28px;display:grid;place-items:center;font-size:9px;font-weight:900;border-radius:6px}.std-logo.green{background:#dcf3e8;color:#087a52}.std-logo.blue{background:#e2ebff;color:#3b6cbf}.std-logo.teal{background:#dbf2f0;color:#11847d}.std-logo.violet{background:#eee5fc;color:#714db4}.standard-list p{margin:0;display:flex;flex-direction:column}.standard-list b{font-size:11px}.standard-list small{font-size:9px;color:#80908d;margin-top:2px}.standard-list strong{font-size:11px}.lower{grid-template-columns:1.35fr 1fr}.count{font-size:11px;color:#5f7470}.pipeline{display:flex;align-items:center;justify-content:center;padding:25px 0}.pipeline>i{width:37px;height:2px;background:#dfe8e5}.pipe{display:flex;flex-direction:column;align-items:center;min-width:62px}.pipe>span{width:28px;height:28px;border-radius:50%;border:2px solid #d5dfdc;color:#899a96;display:grid;place-items:center;font-size:11px;background:white}.pipe.done>span{background:#0d956e;border-color:#0d956e;color:#fff}.pipe.current>span{border-color:#f0a34a;color:#d87f1c}.pipe b{font-size:10px;margin-top:6px}.pipe small{font-size:9px;color:#80908d}.issue{display:flex;align-items:center;background:#fff7ed;border:1px solid #fae4c9;border-radius:8px;padding:9px 11px;gap:9px}.issue>span{width:25px;height:25px;border-radius:50%;background:#f6aa50;color:white;display:grid;place-items:center}.issue p{display:flex;flex-direction:column;margin:0;flex:1}.issue b{font-size:11px}.issue small{font-size:9px;color:#8b7966}.task-list>div{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf1f0}.task-list p{display:flex;flex-direction:column;margin:0;flex:1}.task-list b{font-size:11px}.task-list small{font-size:9px;color:#879692;margin-top:4px}.priority{font-size:8px;font-weight:900;padding:4px 5px;border-radius:4px;width:35px;text-align:center}.priority.high{color:#c84843;background:#fde9e7}.priority.med{color:#be771e;background:#fff1db}.priority.low{color:#4e759e;background:#e8f0f8}.metric-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:14px}.metric-row article{background:white;border:1px solid var(--line);border-radius:10px;padding:18px;display:grid;grid-template-columns:1fr auto;align-items:end}.metric-row small{grid-column:1/-1;color:#758682;font-size:10px;font-weight:800;letter-spacing:1px;margin-bottom:12px}.metric-row strong{font-size:25px}.metric-row>article>span{font-size:10px}.good{color:#07815f}.warn{color:#b97622}.wide{margin-bottom:14px}.bar-chart{height:230px;display:flex;align-items:flex-end;gap:21px;border-bottom:1px solid #dbe4e2;margin:24px 12px 10px;padding:0 10px}.bar-group{height:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;gap:3px;position:relative}.bar-group i{width:18%;border-radius:4px 4px 0 0;transition:.3s}.bar-group label{position:absolute;bottom:-25px;font-size:10px;color:#788a86}.chart-legend{font-size:10px;color:#6f817e;display:flex;align-items:center;gap:5px}.chart-legend i{width:8px;height:8px;border-radius:2px;background:#f5a04a}.chart-legend i:nth-of-type(2){background:#4d8dee;margin-left:8px}.chart-legend i:nth-of-type(3){background:#9469df;margin-left:8px}.data-table{margin-top:16px}.tr{display:grid;grid-template-columns:2fr .65fr 1.1fr .6fr .8fr;gap:12px;align-items:center;padding:13px 9px;border-top:1px solid #e7eeec;font-size:12px}.tr.th{color:#7a8c88;font-size:10px;background:#f7f9f8;border:0;border-radius:6px}.tr>span:first-child{display:flex;flex-direction:column}.tr small{color:#899895;font-size:9px;margin-top:3px}.tag{background:#e5efff;color:#3e70c7;border-radius:4px;padding:4px 6px;width:max-content;font-size:9px}.tag.orange{background:#fff0df;color:#bf731d}.tag.purple{background:#eee6fa;color:#734caf}.status{font-size:9px;border-radius:15px;padding:5px 8px;width:max-content}.verified{color:#087c59;background:#e2f6ee}.pending{color:#b26d18;background:#fff0dc}.draft{color:#6e7690;background:#edf0f4}.mrv-stats{display:grid;grid-template-columns:repeat(4,1fr);background:#0b3a35;color:white;border-radius:11px;padding:23px;margin-bottom:14px}.mrv-stats article{display:flex;flex-direction:column;align-items:center;border-right:1px solid #315954}.mrv-stats article:last-child{border:0}.mrv-stats strong{font-size:25px}.mrv-stats span{font-size:11px;color:#a7c0bb;margin-top:4px}.workflow{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.workflow-col{background:#f4f7f6;border-radius:9px;padding:10px;min-height:235px}.workflow-col header{display:flex;align-items:center;gap:7px;padding:3px 2px 11px}.workflow-col header span{width:20px;height:20px;border-radius:50%;background:#dce8e5;display:grid;place-items:center;font-size:9px}.workflow-col header b{font-size:11px}.workflow-col header em{margin-left:auto;font-style:normal;font-size:9px;background:#e2e9e7;padding:3px 6px;border-radius:10px}.work-card{background:white;border:1px solid #e0e9e6;border-radius:7px;padding:12px;display:flex;flex-direction:column;box-shadow:0 3px 8px rgba(20,50,45,.04)}.work-card>i{width:23px;height:3px;background:#f1a145;border-radius:3px;margin-bottom:10px}.work-card>i.green{background:#24b282}.work-card>i.blue{background:#4b86e2}.work-card b{font-size:11px}.work-card small{font-size:9px;color:#859490;margin-top:5px}.work-card footer{display:flex;justify-content:space-between;border-top:1px solid #edf1f0;margin-top:12px;padding-top:9px;font-size:8px;color:#65807a}.toolbar{display:flex;gap:9px;margin-bottom:17px}.search{border:1px solid var(--line);border-radius:8px;padding:8px 11px;display:flex;gap:7px;flex:1}.search input{border:0;outline:0;width:100%;font:inherit;font-size:12px}.file-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.file-card{border:1px solid var(--line);border-radius:9px;padding:14px;display:flex;flex-direction:column}.file-icon{width:43px;height:48px;border-radius:6px;display:grid;place-items:center;font-size:9px;font-weight:900;margin-bottom:13px}.file-icon.pdf{background:#ffe4e1;color:#c34f48}.file-icon.xls{background:#ddf4e6;color:#238254}.file-icon.img{background:#e5ebfc;color:#5271bf}.file-icon.doc{background:#e3f0ff;color:#3471ba}.file-card b{font-size:11px}.file-card small{font-size:9px;color:#879793;margin:5px 0 14px}.file-card>div{display:flex;align-items:center;justify-content:space-between}.file-card i{font-style:normal;color:#82918e}.risk-layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.matrix{display:grid;grid-template-columns:repeat(3,1fr);height:310px;gap:4px;margin:22px 20px 7px}.mcell{border-radius:4px;display:flex;align-items:center;justify-content:center;gap:5px}.mcell.low{background:#dff2e9}.mcell.med{background:#fff0cd}.mcell.high{background:#f9d5d1}.mcell span{width:27px;height:27px;border-radius:50%;display:grid;place-items:center;background:#b94942;color:white;font-size:9px;font-weight:800;box-shadow:0 3px 7px rgba(90,30,25,.2)}.mcell.med span{background:#dc911f}.mcell.low span{background:#178b66}.axis{text-align:center;color:#748783;font-size:10px}.detailed>div{padding:18px 0}.report-score{background:#0b3b35;color:white;border-radius:12px;padding:25px 35px;display:flex;align-items:center;gap:30px;margin-bottom:14px}.big-ring{width:118px;height:118px;border-radius:50%;background:conic-gradient(#5be0ae 0 82%,#2d5a54 82%);position:relative;display:grid;place-items:center;flex-shrink:0}.big-ring:after{content:"";position:absolute;inset:11px;background:#0b3b35;border-radius:50%}.big-ring strong,.big-ring small{position:absolute;z-index:1}.big-ring strong{font-size:26px;margin-top:-15px}.big-ring small{font-size:9px;color:#a7c5bf;margin-top:24px}.report-score>div:last-child{flex:1}.report-score h2{margin:0;font-size:20px}.report-score p{color:#b2c8c4;margin:5px 0;font-size:12px}.report-score .progress{background:#345f59}.report-score>div>small{color:#9eb9b3;font-size:9px}.mapping-table{margin-top:13px}.map-row{display:grid;grid-template-columns:45px 1.4fr 1.2fr 45px 25px;align-items:center;gap:13px;border-top:1px solid #e5ecea;padding:14px 4px}.map-row p{display:flex;flex-direction:column;margin:0}.map-row b{font-size:12px}.map-row small{font-size:9px;color:#84938f;margin-top:4px}.map-row strong{font-size:12px}.map-row button{border:0;background:transparent;color:#178165;cursor:pointer}.modal-backdrop{position:fixed;inset:0;background:rgba(4,27,24,.55);z-index:30;display:none;place-items:center;backdrop-filter:blur(3px)}.modal-backdrop.open{display:grid}.modal{width:min(480px,calc(100% - 30px));background:white;border-radius:14px;padding:28px;position:relative;box-shadow:0 24px 60px rgba(0,0,0,.25)}.modal-icon{width:42px;height:42px;border-radius:10px;background:#def4eb;color:#0a805e;display:grid;place-items:center;font-size:23px}.modal h2{margin:15px 0 5px}.modal>p{color:var(--muted);font-size:12px;margin:0 0 20px}.close{position:absolute;right:15px;top:12px;border:0;background:transparent;font-size:25px;color:#687976;cursor:pointer}.modal label{display:flex;flex-direction:column;gap:6px;font-size:11px;font-weight:700;margin-bottom:13px}.modal input,.modal select,.modal textarea{border:1px solid var(--line);border-radius:7px;padding:10px;font:inherit;font-size:12px;background:white}.modal textarea{height:70px;resize:none}.form-row{display:grid;grid-template-columns:1.4fr 1fr;gap:10px}.full{width:100%;margin-top:5px}.toast{position:fixed;right:25px;bottom:25px;background:#0b3b35;color:white;border-radius:10px;padding:13px 17px;display:flex;gap:10px;align-items:center;box-shadow:0 15px 35px rgba(0,0,0,.2);transform:translateY(130px);transition:.35s;z-index:40}.toast.show{transform:translateY(0)}.toast>span{color:#62e0b0}.toast div{display:flex;flex-direction:column}.toast b{font-size:12px}.toast small{font-size:9px;color:#b5cdc8;margin-top:3px}
@media(max-width:1000px){.app-shell{grid-template-columns:78px 1fr}.sidebar{padding:25px 10px}.brand div,.nav-item:not(.active) b,.nav-item{font-size:0}.brand{padding:0 10px 30px}.brand-mark{flex-shrink:0}.nav-item{justify-content:center}.nav-item>span{font-size:19px}.sidebar-foot>div:nth-child(2),.sidebar-foot button{display:none}.dashboard-grid,.lower{grid-template-columns:1fr}.workflow{grid-template-columns:1fr 1fr}.file-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.app-shell{display:block}.sidebar{position:fixed;left:-260px;width:252px;transition:.25s}.sidebar.open{left:0}.brand div,.nav-item{font-size:14px}.nav-item{justify-content:flex-start}.topbar{padding:0 16px}.menu{display:block;border:0;background:transparent;font-size:20px;margin-right:12px}.top-actions .icon-btn{display:none}.top-actions .primary{font-size:0;padding:11px}.top-actions .primary:after{content:"＋";font-size:18px}.content{padding:24px 15px 45px}.page-head{align-items:flex-start}.page-head p{max-width:280px}.notice button{display:none}.score-grid,.metric-row,.mrv-stats{grid-template-columns:1fr}.emission-layout{grid-template-columns:1fr}.legend{margin-top:16px}.workflow,.file-grid,.risk-layout{grid-template-columns:1fr}.tr{grid-template-columns:1.6fr .7fr .7fr}.tr>*:nth-child(3),.tr>*:nth-child(5){display:none}.report-score{padding:22px 18px;gap:18px}.map-row{grid-template-columns:40px 1fr 38px}.map-row .progress,.map-row button{display:none}.toolbar{flex-wrap:wrap}.search{flex-basis:100%}.period{display:none}}
