:root{--bg:#f5f7f6;--paper:#fff;--ink:#192e2b;--muted:#71807b;--line:#e3e9e6;--green:#117a66;--dark:#102b2a;--light:#e9f5ef;--red:#ba4545;--amber:#986923;font-family:Inter,"Segoe UI","Microsoft YaHei",sans-serif;color:var(--ink);font-size:14px}*{box-sizing:border-box}body{margin:0;background:var(--bg)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:3px}button{cursor:pointer;border:0;border-radius:8px;padding:10px 15px;font-weight:600;transition:background .15s}button:disabled{opacity:.5;cursor:wait}a{color:var(--green);text-decoration:none}a:hover{text-decoration:underline}input,select,textarea{width:100%;border:1px solid #d5dfd9;border-radius:7px;background:white;color:var(--ink);padding:10px 11px;min-height:40px}input:focus,textarea:focus,select:focus{outline:2px solid #8ecfba;outline-offset:0}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:600;color:#52635d}label:has(input[type=checkbox]){flex-direction:row;align-items:flex-start;font-weight:400;line-height:1.6}input[type=checkbox]{width:17px;min-height:17px;accent-color:var(--green);flex-shrink:0}textarea{min-height:85px;resize:vertical}h1,h2,h3,p{margin-top:0}h1{font-size:26px;letter-spacing:-.5px}h2{font-size:21px;letter-spacing:-.3px}h3{font-size:16px}p{line-height:1.7}.muted{color:var(--muted)}.small{font-size:12px}.primary{background:var(--green);color:white}.primary:hover{background:#09614f}.secondary{background:white;border:1px solid #d6e0db;color:#314a40}.secondary:hover{background:#edf3f0}.quiet{background:transparent;color:inherit}.quiet:hover{background:#ffffff12}.danger{color:var(--red);border:1px solid #e7c1c1;background:#fff5f5}.wide{width:100%}.positive{color:var(--green)}.negative,.error{color:var(--red)}.error:empty{display:none}.eyebrow{font-size:11px;font-weight:700;letter-spacing:2px}.brand{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;color:inherit}.brand:hover{text-decoration:none}.brand-mark{display:flex;width:39px;height:39px;border-radius:10px;align-items:center;justify-content:center;background:#34b58d;color:#062b24;font-weight:800;font-size:15px}.brand small{display:block;font-size:10px;font-weight:400;color:#a5b8b0;margin-top:5px}.workspace{display:grid;grid-template-columns:226px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--dark);color:#bed0c7;position:sticky;top:0;height:100vh;padding:28px 18px;display:flex;flex-direction:column}.sidebar .brand{padding:0 9px;color:#fff}.nav-label{font-size:10px;letter-spacing:1px;color:#6f9890;margin:37px 15px 13px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{color:#bdcdc7;padding:12px 14px;border-radius:8px;display:flex;gap:13px;align-items:center;font-size:13px}.nav-item:hover{background:#1c3d38;text-decoration:none}.nav-item.active{background:#215443;color:#d6f9df}.nav-icon{font-size:17px;opacity:.9;min-width:21px}.sidebar-bottom{margin-top:auto;padding:26px 11px 0;font-size:10px;color:#88a79b;line-height:1.7}.sidebar-bottom p{margin:6px 0}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#48ad84;margin-right:7px}main{min-width:0}.topbar{height:100px;border-bottom:1px solid var(--line);padding:23px 38px;display:flex;align-items:center;justify-content:space-between;background:#fff}.topbar h1{margin:7px 0 0;font-size:23px}.breadcrumb{font-size:11px;color:#8a9791}.top-actions{display:flex;align-items:center;gap:20px}.region{font-size:11px;font-weight:600;color:#6d7f73}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eaf0e9;color:#467448;font-size:12px}.toolbar{padding:20px 38px;display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}.toolbar>label{min-width:170px}.toolbar label{font-size:10px;gap:5px}.toolbar select,.toolbar input{font-size:12px;padding:8px 10px;min-height:37px}.date-inputs{display:flex;align-items:flex-end;gap:9px}.date-inputs>span{padding-bottom:10px;color:#a6b0aa}.currency{margin-left:auto;display:flex;padding:3px;background:#e7ede8;border-radius:8px}.currency button{font-size:11px;padding:8px 13px;border-radius:6px;color:#7a8980;background:transparent}.currency .selected{background:white;color:var(--green);box-shadow:0 1px 4px #0000000b}.toolbar>button{height:37px;font-size:12px}.content{padding:4px 38px 30px;min-height:65vh}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:13px 0 22px}.section-heading h2{margin:0 0 5px}.section-heading p{font-size:12px;margin:0;color:var(--muted)}.heading-actions{display:flex;gap:8px;flex-wrap:wrap}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.card,.panel{background:white;border:1px solid var(--line);border-radius:11px;box-shadow:0 2px 3px #142e1c02}.card{padding:21px}.card-label{font-size:11px;color:#77857d;display:flex;justify-content:space-between;align-items:center}.card-number{font-size:29px;font-weight:650;letter-spacing:-.8px;margin:18px 0 9px;white-space:nowrap}.card-unit{font-size:11px;font-weight:500;color:#89948d;letter-spacing:0;margin-left:6px}.card-foot{font-size:10px;color:#909b94;line-height:1.6}.card.accent{background:#0f5744;border-color:#0f5744;color:white}.card.accent .card-label,.card.accent .card-foot,.card.accent .card-unit{color:#b3d6c5}.grid-2{display:grid;grid-template-columns:1.65fr 1fr;gap:20px;margin-bottom:20px}.panel{padding:23px;min-width:0}.panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:12px}.panel-title h3{margin:0}.panel-title span{font-size:10px;color:#8c9991}.banner{background:#edf5ef;border:1px solid #d8e8dc;border-radius:9px;padding:15px 18px;margin:0 0 20px;font-size:12px;line-height:1.8;color:#456c54}.banner.amber{background:#fff8ea;border-color:#ede1c7;color:#8a6a32}.banner strong{font-weight:650}.banner a{font-weight:650}.banner p{margin:0}.empty{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;min-height:240px;padding:30px;color:#96a49b}.empty-mark{width:48px;height:48px;border-radius:13px;background:#f1f5f1;display:grid;place-items:center;font-size:23px;color:#809a89;margin-bottom:17px}.empty h3{font-weight:500;color:#4f6758;margin-bottom:9px}.empty p{font-size:12px;max-width:360px;line-height:1.9}.empty button{margin-top:10px}.table-wrap{overflow:auto;margin:0 -23px}.table-wrap table{border-collapse:collapse;width:100%;font-size:12px;white-space:nowrap}th{text-align:left;color:#7a8980;background:#f7f9f7;font-weight:500;font-size:10px;padding:12px 20px;border-bottom:1px solid var(--line)}td{padding:15px 20px;border-bottom:1px solid #eef2ee;max-width:300px;overflow:hidden;text-overflow:ellipsis}tr:last-child td{border-bottom:0}tbody tr:hover{background:#fbfcfb}td button{font-size:11px;padding:6px 9px}.num{text-align:right;font-variant-numeric:tabular-nums}.badge{border-radius:5px;padding:4px 7px;background:#f0f3ef;color:#6c7b71;font-size:10px;display:inline-block}.badge.actual,.badge.done,.badge.authorized,.badge.committed{background:#e6f5eb;color:#2d7c4a}.badge.estimated,.badge.partial,.badge.running{background:#fff2db;color:#9d7227}.badge.failed,.badge.reauthorize{background:#fbe9e9;color:#a94343}.quality{display:flex;align-items:center;gap:17px;padding:18px 0;border-bottom:1px solid #edf1ed}.quality:last-child{border:0}.quality-number{font-size:24px;font-weight:650;min-width:40px;text-align:right}.quality p{margin:0;font-size:11px;color:#859489}.quality strong{font-size:12px;font-weight:500}.progress-track{height:5px;background:#edf1ed;border-radius:9px;margin:18px 0 10px;overflow:hidden}.progress-track span{display:block;height:100%;background:#399672;border-radius:9px}.pagination{display:flex;justify-content:space-between;align-items:center;padding-top:18px;color:#809084;font-size:11px}.pagination div{display:flex;gap:8px}.filters{display:flex;gap:10px;margin-bottom:18px}.filters input{max-width:340px}.filters select{max-width:180px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.form-grid .full{grid-column:1/-1}.form-stack{display:flex;flex-direction:column;gap:18px}.form-actions{display:flex;gap:10px;margin-top:20px;align-items:center}.form-note{padding:13px 15px;border-radius:7px;background:#f5f8f5;font-size:11px;color:#7b887f;line-height:1.9}.setup-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:20px 0}.setup-step{padding:18px;background:#fff;border:1px solid var(--line);border-radius:9px}.setup-step>span{display:inline-grid;place-items:center;width:23px;height:23px;background:#edf5eb;color:#4c7950;border-radius:50%;font-size:10px;margin-bottom:10px}.setup-step h3{font-size:13px;margin:0 0 7px}.setup-step p{font-size:11px;color:#8a988d;margin:0;line-height:1.8}.chart{width:100%;height:250px}.chart text{font:10px 'Segoe UI',sans-serif;fill:#8a998e}.table-note{font-size:11px;color:#869489;line-height:1.9;margin-top:14px}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.shop-card h3{margin:10px 0}.shop-card .shop-meta{font-size:11px;color:#839389;line-height:1.9;overflow-wrap:anywhere}.shop-card .form-actions{flex-wrap:wrap}.job-row{padding:16px 0;border-bottom:1px solid var(--line);display:flex;gap:15px;align-items:flex-start}.job-row:last-child{border:0}.job-main{flex:1;min-width:0}.job-main p{margin:4px 0;font-size:11px;color:#7e8f81;overflow-wrap:anywhere}.job-main strong{font-size:12px;font-weight:600}.job-time{font-size:10px;color:#98a297}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.1fr 1fr}.login-story{background:var(--dark);color:#cee0d3;padding:55px 12%;display:flex;flex-direction:column;justify-content:space-between;min-height:100vh}.login-story .brand{color:#fff}.login-story h1{font-size:clamp(36px,4.5vw,62px);line-height:1.35;font-weight:500;letter-spacing:-1px}.login-story em{font-style:normal;color:#78d6a6}.login-story .eyebrow{color:#709f87;margin-bottom:28px}.login-story p{color:#88aa95;font-size:13px;line-height:2}.story-foot{font-size:10px;letter-spacing:2px;color:#688c77}.login-form{display:grid;place-items:center;background:#fafcf9;padding:40px}.login-form form{max-width:340px;width:100%;display:flex;flex-direction:column;gap:20px}.login-form h2{font-size:27px;margin-bottom:0}.login-form p{margin:0}.login-form .eyebrow{color:#5b856a}.login-form .primary{margin-top:5px;padding:13px}.login-form .small{font-size:10px;text-align:center;margin-top:5px}dialog{border:1px solid var(--line);border-radius:14px;box-shadow:0 20px 100px #102b2a30;width:min(660px,calc(100vw - 32px));padding:30px;max-height:90vh;overflow:auto}dialog::backdrop{background:#0d211b70;backdrop-filter:blur(2px)}.modal-close{position:absolute;right:10px;top:7px;font-size:23px;color:#89938a}.modal-close:hover{background:#edf2ed}dialog h2{margin-right:25px}dialog pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f2f6f1;padding:15px;border-radius:6px;font:12px/1.7 monospace}#toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);background:#193f30;color:white;border-radius:8px;padding:13px 22px;z-index:50;box-shadow:0 5px 25px #0002;display:none;max-width:90vw;font-size:12px}#notice:not(:empty){margin:0 38px 14px}footer{margin:10px 38px 20px;border-top:1px solid var(--line);padding-top:18px;color:#a1aba3;font-size:10px}.loader{text-align:center;padding:90px;color:#839486;font-size:13px}.skeleton{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{50%{opacity:.4}}#mobile-menu{display:none}.inline-link{font-size:11px;color:var(--green)}.cost-total{font-weight:650}.pill-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.mono{font-family:ui-monospace,monospace;font-size:11px}.overflow-text{overflow-wrap:anywhere}.file-row{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid var(--line)}.file-row strong{font-size:11px;font-weight:500}.file-row p{font-size:10px;color:#8e9a91;margin:5px 0 0}.error-box{background:#fff2ef;border:1px solid #ecd7d0;padding:15px;border-radius:8px;color:#9a5345;font-size:12px}.checkbox-group{display:flex;flex-direction:column;gap:10px;margin-top:16px}
@media(min-width:1600px){.content,.toolbar{max-width:1700px}.cards{gap:22px}.card{padding:25px}.card-number{font-size:34px}}
@media(max-width:1100px){.workspace{grid-template-columns:200px minmax(0,1fr)}.topbar{padding:22px}.toolbar{padding:18px 22px;gap:10px}.content{padding:2px 22px 25px}.cards{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2{grid-template-columns:1fr}.toolbar>label{min-width:140px}.card-number{font-size:28px}#notice:not(:empty){margin:0 22px 14px}footer{margin-left:22px;margin-right:22px}}
@media(max-width:700px){.workspace{display:block}.sidebar{position:fixed;left:-240px;width:226px;z-index:20;transition:left .2s;box-shadow:10px 0 35px #0002}.sidebar.open{left:0}.topbar{height:81px;padding:16px;gap:12px}.topbar h1{font-size:20px}.topbar>div:first-of-type{flex:1}.top-actions{gap:8px}.region{display:none}#mobile-menu{display:block;font-size:20px;padding:6px}.toolbar{padding:15px 16px;gap:12px}.toolbar>label{min-width:0;flex:1}.date-inputs{order:3;width:100%}.date-inputs label{flex:1}.currency{margin-left:0}.toolbar>button{padding:8px 11px}.content{padding:3px 16px 20px}.section-heading{gap:10px;margin-top:8px}.section-heading h2{font-size:19px}.section-heading p{font-size:11px}.section-heading>button{font-size:11px;padding:9px}.cards{gap:10px}.card{padding:15px}.card-number{font-size:24px;margin-top:13px;letter-spacing:-.5px}.card-unit{font-size:9px;margin-left:4px}.card-label{font-size:10px}.card-foot{font-size:9px}.panel{padding:18px}.table-wrap{margin:0 -18px}.table-wrap td,.table-wrap th{padding:12px 15px}.grid-2{gap:14px}.form-grid{grid-template-columns:1fr}.shop-grid{grid-template-columns:1fr}.setup-steps{grid-template-columns:1fr;gap:10px}.setup-step{padding:15px}.setup-step>span{float:left;margin:0 12px 10px 0}.setup-step p{margin-left:35px}.login-layout{grid-template-columns:1fr}.login-story{min-height:0;padding:24px}.login-story>div:not(.brand),.story-foot{display:none}.login-form{padding:40px 24px;min-height:calc(100vh - 88px)}.login-form form{max-width:380px}footer{margin:5px 16px 20px;font-size:9px;line-height:1.8}#notice:not(:empty){margin:0 16px 14px}.heading-actions button{font-size:10px;padding:8px 9px}.file-row{align-items:flex-start}.file-row strong{font-size:9px}.filters{flex-wrap:wrap}.filters input{max-width:none}.filters select{flex:1}}
