:root{--ms-green:#0b8b66;--ms-green-dark:#075c45;--ms-green-soft:#e8f5f0;--ms-ink:#18231f;--ms-muted:#71807a;--ms-line:#dce7e2;--ms-canvas:#f4f7f5;--ms-white:#fff;--ms-shadow:0 16px 46px #1042321c}.ms-login-page,.ms-app,.ms-loading{color:var(--ms-ink);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif}.ms-login-page{background:#fff;grid-template-columns:minmax(440px,46%) minmax(480px,54%);min-height:100vh;display:grid}.ms-login-brand{color:#fff;background:linear-gradient(145deg,#063d2e,#087556 65%,#0c9871);flex-direction:column;justify-content:center;padding:70px clamp(48px,6vw,100px);display:flex;position:relative;overflow:hidden}.ms-login-brand:before,.ms-login-brand:after{content:"";border:1px solid #ffffff21;border-radius:50%;position:absolute}.ms-login-brand:before{width:560px;height:560px;top:-170px;right:-270px}.ms-login-brand:after{width:360px;height:360px;bottom:-210px;right:-80px}.ms-brand-mark{z-index:1;background:#fff;border-radius:16px;place-items:center;width:158px;height:96px;margin-bottom:38px;display:grid;position:relative;overflow:hidden;box-shadow:0 12px 30px #003d2a55}.ms-brand-mark img{object-fit:contain;width:144px;height:88px}.ms-login-brand>div:nth-child(2){z-index:1;position:relative}.ms-login-brand small{letter-spacing:2px;color:#a9dfce;font-size:14px}.ms-login-brand h1{letter-spacing:1px;margin:18px 0 20px;font-size:44px;line-height:1.22}.ms-login-brand p{color:#cde6dd;max-width:530px;margin:0;font-size:17px;line-height:1.9}.ms-login-brand>footer{z-index:1;border-top:1px solid #ffffff2d;align-items:center;gap:14px;margin-top:62px;padding-top:24px;display:flex;position:relative}.ms-login-brand>footer svg{width:27px}.ms-login-brand>footer span{flex-direction:column;gap:5px;display:flex}.ms-login-brand>footer b{font-size:15px}.ms-login-brand>footer small{letter-spacing:0;color:#b8d8ce;font-size:13px}.ms-login-panel{background:linear-gradient(135deg,#fff,#f7fbf9);place-items:center;padding:48px;display:grid}.ms-login-panel form{width:min(420px,100%)}.ms-login-panel header{margin-bottom:38px}.ms-login-panel header small{letter-spacing:2px;color:var(--ms-green);font-size:12px;font-weight:700}.ms-login-panel h2{margin:10px 0;font-size:30px}.ms-login-panel header p{color:var(--ms-muted);margin:0;font-size:15px}.ms-login-panel label{margin:22px 0;display:block}.ms-login-panel label>span{margin-bottom:9px;font-size:14px;font-weight:700;display:block}.ms-login-panel label>div{border:1px solid var(--ms-line);background:#fff;border-radius:10px;align-items:center;height:52px;padding:0 15px;transition:all .2s;display:flex}.ms-login-panel label>div:focus-within{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6615}.ms-login-panel label svg{color:#8b9994;width:19px}.ms-login-panel input{background:0 0;border:0;outline:0;flex:1;height:100%;padding:0 12px;font-size:16px}.ms-login-panel label button{background:0 0;place-items:center;padding:7px;display:grid}.ms-login-error{color:#c84f47;background:#fff0ef;border-radius:8px;padding:11px 13px;font-size:14px}.ms-login-submit{background:var(--ms-green);color:#fff;border-radius:10px;justify-content:center;align-items:center;gap:9px;width:100%;height:52px;font-size:16px;font-weight:700;display:flex;box-shadow:0 12px 24px #0b8b6630}.ms-login-submit:hover{background:#087b5b}.ms-login-submit:disabled{opacity:.65}.ms-login-submit svg{width:19px}.ms-login-panel form>footer{text-align:center;color:#94a09b;margin-top:20px;font-size:12px}.ms-loading{background:var(--ms-canvas);align-content:center;place-items:center;gap:16px;min-height:100vh;display:grid}.ms-loading span{border:3px solid #d8e7e1;border-top-color:var(--ms-green);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite ms-spin}.ms-loading p{color:var(--ms-muted);font-size:14px}@keyframes ms-spin{to{transform:rotate(360deg)}}.ms-app{background:var(--ms-canvas);grid-template-columns:260px minmax(0,1fr);min-height:100vh;transition:all .2s;display:grid}.ms-app.is-collapsed{grid-template-columns:78px minmax(0,1fr)}.ms-sidebar{color:#d7e7e1;z-index:30;background:#0b3f31;flex-direction:column;width:260px;padding:0 14px 18px;transition:all .2s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}.is-collapsed .ms-sidebar{width:78px}.ms-sidebar-brand{white-space:nowrap;border-bottom:1px solid #ffffff18;align-items:center;gap:12px;height:82px;padding:0 10px;display:flex}.ms-sidebar-brand>span{background:#fff;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.ms-sidebar-brand>span img{object-fit:contain;width:38px;height:38px}.ms-sidebar-brand section{flex-direction:column;gap:4px;transition:all .2s;display:flex}.ms-sidebar-brand strong{font-size:19px}.ms-sidebar-brand small{color:#98b7ab;font-size:12px}.is-collapsed .ms-sidebar-brand section,.is-collapsed .ms-sidebar nav button>span,.is-collapsed .ms-sidebar nav button>svg:last-child,.is-collapsed .ms-sidebar footer span{opacity:0;width:0;overflow:hidden}.ms-sidebar nav{flex-direction:column;flex:1;gap:7px;padding-top:22px;display:flex}.ms-sidebar nav button,.ms-sidebar footer button,.ms-sidebar footer a{color:#bcd0c8;text-align:left;white-space:nowrap;background:0 0;border-radius:10px;align-items:center;gap:13px;height:58px;padding:0 13px;text-decoration:none;display:flex}.ms-sidebar nav button:hover,.ms-sidebar footer button:hover,.ms-sidebar footer a:hover{color:#fff;background:#ffffff10}.ms-sidebar nav button.active{color:#075c45;background:#fff;box-shadow:0 8px 22px #012d2255}.ms-sidebar nav button>svg,.ms-sidebar footer svg{flex:none;width:21px}.ms-sidebar nav button>span,.ms-sidebar footer span{flex-direction:column;flex:1;gap:4px;transition:all .2s;display:flex}.ms-sidebar nav b,.ms-sidebar footer b{font-size:15px}.ms-sidebar nav small,.ms-sidebar footer small{color:#7e9b90;font-size:12px}.ms-sidebar nav button>svg:last-child{width:16px}.ms-sidebar footer{border-top:1px solid #ffffff18;padding-top:13px}.ms-sidebar footer button,.ms-sidebar footer a{width:100%;height:52px}.ms-workspace{grid-column:2;min-width:0}.ms-topbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--ms-line);background:#ffffffed;justify-content:space-between;align-items:center;height:70px;padding:0 28px;display:flex;position:sticky;top:0}.ms-topbar>div{align-items:center;gap:18px;display:flex}.ms-menu,.ms-icon-button{color:#65756f;background:#f1f6f4;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.ms-menu svg,.ms-icon-button svg{width:19px}.ms-breadcrumb{color:#7b8984;align-items:center;gap:8px;font-size:14px;display:flex}.ms-breadcrumb svg{width:14px}.ms-icon-button{position:relative}.ms-icon-button i{color:#fff;background:#e45c50;border:2px solid #fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:12px;font-style:normal;display:grid;position:absolute;top:4px;right:5px}.ms-user{border-left:1px solid var(--ms-line);align-items:center;gap:9px;padding-left:17px;display:flex}.ms-user>i{background:var(--ms-green-soft);width:36px;height:36px;color:var(--ms-green);border-radius:10px;place-items:center;display:grid}.ms-user>i svg{width:18px}.ms-user>span{flex-direction:column;display:flex}.ms-user b{font-size:14px}.ms-user small{color:#8b9893;font-size:12px}.ms-user>svg{color:#94a19c;width:15px}.ms-smart-content{max-width:none;padding:22px}.ms-smart-center{isolation:isolate;color:#fff;background:linear-gradient(138deg,#063b2e 0%,#096148 48%,#0a7d5c 100%);border-radius:22px;min-height:calc(100vh - 114px);padding:clamp(30px,4.5vw,68px);position:relative;overflow:hidden;box-shadow:0 22px 58px #063a2c33}.ms-smart-center:before,.ms-smart-center:after{content:"";z-index:-1;border:1px solid #ffffff1f;border-radius:50%;position:absolute}.ms-smart-center:before{width:620px;height:620px;top:-310px;right:-230px}.ms-smart-center:after{width:420px;height:420px;bottom:-250px;left:-180px}.ms-smart-center>header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.ms-smart-center>header>div>small{letter-spacing:2.2px;color:#9bdbc5;font-size:12px;font-weight:800}.ms-smart-center>header h1{letter-spacing:2px;margin:8px 0 10px;font-size:clamp(30px,3.2vw,48px)}.ms-smart-center>header p{color:#c8e4da;margin:0;font-size:14px}.ms-smart-center>header>span{background:#ffffff17;border:1px solid #ffffff2e;border-radius:14px;grid-template-columns:28px auto;align-items:center;gap:2px 9px;min-width:112px;padding:12px 16px;display:grid}.ms-smart-center>header>span svg{color:#9be0c8;grid-row:1/3;width:23px}.ms-smart-center>header>span b{font-size:20px}.ms-smart-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;max-width:1040px;margin-top:clamp(42px,7vh,76px);display:grid}.ms-smart-grid>button{color:#fff;text-align:center;background:0 0;border:1px solid #0000;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:center;min-height:180px;padding:20px 14px 16px;transition:transform .18s,background .18s,border-color .18s;display:flex}:is(.ms-smart-grid>button:hover,.ms-smart-grid>button:focus-visible){background:#ffffff1a;border-color:#fff3;outline:none;transform:translateY(-4px)}.ms-smart-grid>button>span{border-radius:18px;place-items:center;width:72px;height:72px;display:grid;box-shadow:0 15px 30px #0020183d,inset 0 1px #ffffff4d}.ms-smart-grid>button>span svg{width:34px}.ms-smart-grid .tone-orange{background:linear-gradient(145deg,#f5ad45,#df762b)}.ms-smart-grid .tone-blue{background:linear-gradient(145deg,#55b9e6,#3775cd)}.ms-smart-grid .tone-violet{background:linear-gradient(145deg,#9c87e8,#6559c7)}.ms-smart-grid .tone-green{background:linear-gradient(145deg,#42c49c,#138967)}.ms-smart-grid .tone-slate{background:linear-gradient(145deg,#8298a4,#465d69)}.ms-smart-grid>button>b{margin-top:14px;font-size:15px}.ms-smart-grid>button>small{color:#bcd9cf;max-width:150px;margin-top:6px;font-size:12px;line-height:1.45}.ms-smart-center>footer{color:#a9d6c7;border-top:1px solid #ffffff24;align-items:center;gap:11px;padding-top:18px;display:flex;position:absolute;bottom:28px;left:clamp(30px,4.5vw,68px);right:clamp(30px,4.5vw,68px)}.ms-smart-center>footer svg{width:22px}.ms-smart-center>footer span{flex-direction:column;gap:3px;display:flex}.ms-smart-center>footer b{color:#d7ebe4;font-size:12px}.ms-smart-center>footer small{font-size:12px}.ms-smart-back{color:#486058;background:#fff;border:1px solid #d9e5e0;border-radius:8px;align-items:center;gap:7px;height:35px;margin:0 0 14px;padding:0 12px;font-size:12px;display:flex;box-shadow:0 4px 14px #1444340d}.ms-smart-back svg{width:15px}.ms-breadcrumb button{color:var(--ms-green);font:inherit;background:0 0;padding:0}.ms-content{max-width:1680px;margin:auto;padding:30px}.ms-page-heading{justify-content:space-between;align-items:flex-start;gap:20px;min-height:82px;margin-bottom:24px;display:flex}.ms-page-heading small{color:var(--ms-green);font-size:13px;font-weight:700}.ms-page-heading h1{margin:7px 0;font-size:29px}.ms-page-heading p{color:var(--ms-muted);margin:0;font-size:14px}.ms-page-heading>button{background:var(--ms-green);color:#fff;border-radius:9px;align-items:center;gap:7px;height:42px;padding:0 17px;font-size:14px;font-weight:700;display:flex;box-shadow:0 8px 18px #0b8b6625}.ms-page-heading>button svg{width:17px}.ms-panel{border:1px solid var(--ms-line);background:#fff;border-radius:13px;box-shadow:0 4px 16px #13453509}.ms-metric-grid{grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px;display:grid}.ms-metric-grid article{border:1px solid var(--ms-line);background:#fff;border-radius:13px;align-items:flex-start;gap:15px;min-height:128px;padding:20px;display:flex}.ms-metric-grid article>span{border-radius:12px;place-items:center;width:46px;height:46px;display:grid}.ms-metric-grid article>span.green{color:#0b8b66;background:#e5f4ef}.ms-metric-grid article>span.orange{color:#c97b29;background:#fff1df}.ms-metric-grid article>span.blue{color:#437cc9;background:#e9f1ff}.ms-metric-grid article>span.violet{color:#7558cc;background:#f0ebff}.ms-metric-grid svg{width:22px}.ms-metric-grid section{flex-direction:column;display:flex}.ms-metric-grid small{color:var(--ms-muted);font-size:13px}.ms-metric-grid strong{margin:7px 0;font-size:28px}.ms-metric-grid em{color:#7c8b85;margin-left:4px;font-size:13px;font-style:normal}.ms-metric-grid p{color:#929e99;margin:0;font-size:12px}.ms-home-grid{grid-template-columns:minmax(0,1.35fr) minmax(380px,1fr);gap:18px;display:grid}.ms-panel>header{border-bottom:1px solid #e8eeeb;justify-content:space-between;align-items:center;min-height:66px;padding:0 20px;display:flex}.ms-panel>header small{color:var(--ms-green);font-size:12px;font-weight:700}.ms-panel>header h2{margin:4px 0 0;font-size:17px}.ms-panel>header>button{color:var(--ms-green);background:0 0;align-items:center;gap:5px;font-size:13px;display:flex}.ms-panel>header>button svg{width:15px}.ms-tasks>div{padding:8px 20px}.ms-tasks>div>button{text-align:left;background:#fff;border-bottom:1px solid #edf1ef;align-items:center;gap:13px;width:100%;min-height:70px;display:flex}.ms-tasks>div>button:last-child{border:0}.ms-tasks>div>button>span{background:var(--ms-green-soft);width:37px;height:37px;color:var(--ms-green);border-radius:10px;place-items:center;display:grid}.ms-tasks svg{width:18px}.ms-tasks section{flex-direction:column;flex:1;gap:4px;display:flex}.ms-tasks strong{font-size:14px}.ms-tasks small{color:#899690;font-size:12px}.ms-tasks b{color:var(--ms-green);font-size:13px}.ms-tasks button>svg:last-child{color:#a3ada9;width:16px}.ms-foundation>div{padding:15px 20px}.ms-foundation>div>section{grid-template-columns:130px minmax(100px,1fr) 42px;align-items:center;gap:12px;min-height:60px;display:grid}.ms-foundation section>div{flex-direction:column;gap:4px;display:flex}.ms-foundation b{font-size:13px}.ms-foundation small{color:#8a9791;font-size:12px}.ms-foundation section>span{background:#edf2f0;border-radius:7px;height:7px;overflow:hidden}.ms-foundation section>span i{background:linear-gradient(90deg,#0b8b66,#55ba99);border-radius:7px;height:100%;display:block}.ms-foundation section>strong{color:var(--ms-green);text-align:right;font-size:12px}.ms-foundation>footer{color:#638078;background:#f4faf7;border-radius:0 0 13px 13px;padding:14px 20px;font-size:12px}.ms-status{color:#68756f;white-space:nowrap;background:#eef2f0;border-radius:13px;align-items:center;gap:6px;height:26px;padding:0 9px;font-size:12px;display:inline-flex}.ms-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.ms-status.ok{color:#087b5a;background:#e5f5ef}.ms-status.warn{color:#b56f22;background:#fff2df}.ms-master-tabs{gap:8px;margin-bottom:14px;display:flex;overflow:auto}.ms-master-tabs button{border:1px solid var(--ms-line);white-space:nowrap;background:#fff;border-radius:9px;align-items:center;gap:7px;height:42px;padding:0 14px;font-size:13px;display:flex}.ms-master-tabs button svg{color:#7b8c85;width:17px}.ms-master-tabs button.active{background:var(--ms-green);border-color:var(--ms-green);color:#fff}.ms-master-tabs button.active svg{color:#fff}.ms-table-panel{min-height:420px;overflow:hidden}.ms-table-panel>header>div:first-child>span{color:#899690;margin-top:4px;font-size:12px;display:block}.ms-table-tools{align-items:center;gap:8px;display:flex}.ms-table-tools label{background:#f5f8f7;border:1px solid #e1e9e5;border-radius:8px;align-items:center;width:250px;height:38px;padding:0 10px;display:flex}.ms-table-tools label svg{color:#8c9994;width:16px}.ms-table-tools input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding-left:8px;font-size:13px}.ms-table-tools>button{background:#f1f6f4;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.ms-table-tools>button svg{width:16px}.ms-table-wrap{overflow:auto}.ms-table-wrap table{border-collapse:collapse;width:100%;min-width:920px}.ms-table-wrap th{color:#697870;text-align:left;background:#f7f9f8;border-bottom:1px solid #e6ece9;height:46px;padding:0 16px;font-size:12px;font-weight:700}.ms-table-wrap td{color:#4d5c56;white-space:nowrap;border-bottom:1px solid #edf1ef;height:62px;padding:9px 16px;font-size:13px}.ms-table-wrap td b{color:#1d2b25;font-size:13px;display:block}.ms-table-wrap td small{color:#8b9893;margin-top:4px;font-size:12px;display:block}.ms-link-button{color:var(--ms-green);background:0 0;align-items:center;gap:2px;font-size:13px;display:flex}.ms-link-button svg{width:14px}.ms-empty{text-align:center;color:#8b9893;align-content:center;place-items:center;min-height:330px;display:grid}.ms-empty svg{color:#adc0b8;width:38px}.ms-empty h3{color:#586861;margin:13px 0 4px;font-size:16px}.ms-empty p{margin:0;font-size:13px}.ms-table-loading{color:#7e8d86;place-items:center;min-height:300px;font-size:14px;display:grid}.ms-space-filters{background:#f8faf9;border-bottom:1px solid #e5ece9;padding:14px 16px 10px}.ms-space-filter-primary{grid-template-columns:minmax(240px,1.45fr) repeat(4,minmax(125px,1fr)) auto;align-items:end;gap:10px;display:grid}.ms-space-filters label{flex-direction:column;gap:6px;min-width:0;display:flex}.ms-space-filters label>span{color:#586a63;font-size:12px;font-weight:700}.ms-space-filters select,.ms-space-filter-primary label.search>div{color:#344b43;background:#fff;border:1px solid #d7e3de;border-radius:8px;outline:0;width:100%;height:40px}.ms-space-filters select{padding:0 30px 0 10px;font-size:13px}.ms-space-filters select:focus,.ms-space-filter-primary label.search>div:focus-within{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6612}.ms-space-filter-primary label.search>div{align-items:center;padding:0 10px;display:flex}.ms-space-filter-primary label.search svg{color:#81918a;flex:none;width:16px}.ms-space-filter-primary label.search input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:36px;padding:0 8px;font-size:13px}.ms-space-filter-primary>button{color:#53665e;white-space:nowrap;background:#fff;border:1px solid #d7e3de;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:40px;padding:0 12px;display:flex}.ms-space-filter-primary>button svg{width:15px;transition:transform .18s}.ms-space-filter-primary>button.active{color:#08775a;background:#ebf7f3;border-color:#81c5ae}.ms-space-filter-primary>button.active svg{transform:rotate(180deg)}.ms-space-filter-primary>button i{color:#fff;background:#0b8b66;border-radius:10px;place-items:center;min-width:19px;height:19px;font-size:12px;font-style:normal;display:grid}.ms-space-filter-more{border-top:1px dashed #dbe5e1;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:11px;padding-top:11px;display:grid}.ms-space-filters>footer{color:#7b8a84;justify-content:space-between;align-items:center;gap:12px;min-height:30px;padding-top:9px;font-size:12px;display:flex}.ms-space-filters>footer button{color:#b1564f;background:0 0;font-size:12px}.ms-table-pagination{background:#fff;border-top:1px solid #e5ece9;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:11px 16px;display:flex}.ms-table-pagination>span{color:#71817a;font-size:12px}.ms-table-pagination nav,.ms-table-pagination nav>span{align-items:center;gap:6px;display:flex}.ms-table-pagination button{color:#52645d;background:#fff;border:1px solid #dce6e2;border-radius:8px;min-width:36px;height:36px;padding:0 10px;font-size:12px}.ms-table-pagination button.active{border-color:var(--ms-green);background:var(--ms-green);color:#fff;font-weight:700}.ms-table-pagination button:disabled{opacity:.4;cursor:not-allowed}.ms-table-pagination nav i{color:#8c9994;font-style:normal}.ms-lease-metrics{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:15px;display:grid}.ms-lease-metrics article{border:1px solid var(--ms-line);background:#fff;border-radius:12px;align-items:center;gap:12px;height:94px;padding:16px;display:flex}.ms-lease-metrics>article>span{background:var(--ms-green-soft);width:40px;height:40px;color:var(--ms-green);border-radius:10px;place-items:center;display:grid}.ms-lease-metrics svg{width:20px}.ms-lease-metrics section{flex-direction:column;display:flex}.ms-lease-metrics small{color:#788780;font-size:12px}.ms-lease-metrics strong{margin-top:4px;font-size:22px}.ms-lease-metrics em{color:#819089;margin-left:3px;font-size:12px;font-style:normal}.ms-lease-header{gap:15px}.ms-inline-tabs{align-items:stretch;height:66px;display:flex}.ms-inline-tabs button{color:#73817b;background:0 0;padding:0 16px;font-size:13px;position:relative}.ms-inline-tabs button.active{color:var(--ms-green);font-weight:700}.ms-inline-tabs button.active:after{content:"";background:var(--ms-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:15px;right:15px}.ms-access-banner{color:#fff;background:linear-gradient(120deg,#0a4938,#0c7355);border-radius:13px;align-items:center;gap:14px;min-height:90px;margin-bottom:16px;padding:18px 22px;display:flex}.ms-access-banner>svg{color:#8be0c3;width:30px}.ms-access-banner>div{flex:1}.ms-access-banner h2{margin:0 0 6px;font-size:17px}.ms-access-banner p{color:#c0dfd4;margin:0;font-size:13px}.ms-access-banner .ms-status{color:#bcead9;background:#ffffff18}.ms-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:80;background:#0a221a5c;justify-content:flex-end;display:flex;position:fixed;inset:0}.ms-drawer{background:#fff;flex-direction:column;width:min(610px,94vw);height:100%;animation:.22s ease-out ms-drawer-in;display:flex;box-shadow:-20px 0 50px #092d2240}.ms-drawer>header{border-bottom:1px solid var(--ms-line);justify-content:space-between;align-items:center;height:84px;padding:0 24px;display:flex}.ms-drawer>header small{color:var(--ms-green);font-size:12px;font-weight:700}.ms-drawer>header h2{margin:5px 0 0;font-size:22px}.ms-drawer>header button{background:#f1f5f3;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.ms-drawer>header svg{width:19px}.ms-drawer-form{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.ms-form-grid{grid-template-columns:1fr 1fr;gap:17px;padding:22px 24px;display:grid}.ms-form-grid label{flex-direction:column;gap:8px;display:flex}.ms-form-grid label.wide{grid-column:1/-1}.ms-form-grid label>span{color:#52615b;font-size:13px;font-weight:700}.ms-form-grid label>span b{color:#d8584f;margin-left:3px}.ms-form-grid input,.ms-form-grid select{background:#fff;border:1px solid #dbe5e1;border-radius:8px;outline:0;height:43px;padding:0 11px;font-size:14px}.ms-form-grid input:focus,.ms-form-grid select:focus{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6612}.ms-form-note{color:var(--ms-green);background:#eef8f4;border-radius:9px;gap:10px;margin:0 24px 20px;padding:13px;display:flex}.ms-form-note svg{flex:none;width:20px}.ms-form-note span{flex-direction:column;gap:4px;display:flex}.ms-form-note b{font-size:13px}.ms-form-note small{color:#6f867e;font-size:12px}.ms-drawer-form>footer{border-top:1px solid var(--ms-line);background:#fff;justify-content:flex-end;gap:10px;margin-top:auto;padding:16px 24px;display:flex;position:sticky;bottom:0}.ms-drawer-form>footer button{background:#eef3f1;border-radius:8px;height:42px;padding:0 20px;font-size:14px}.ms-drawer-form>footer button:last-child{background:var(--ms-green);color:#fff;font-weight:700}.ms-toast{z-index:120;color:#fff;height:44px;box-shadow:var(--ms-shadow);background:#133f34;border-radius:10px;align-items:center;gap:8px;padding:0 18px;font-size:14px;display:flex;position:fixed;top:24px;left:50%;transform:translate(-50%)}.ms-toast svg{color:#77ddb9;width:19px}@keyframes ms-drawer-in{0%{opacity:.5;transform:translate(40px)}}@media (max-width:1180px){.ms-metric-grid,.ms-lease-metrics{grid-template-columns:repeat(2,1fr)}.ms-home-grid{grid-template-columns:1fr}.ms-content{padding:24px}.ms-user>span{display:none}}@media (max-width:820px){.ms-login-page{grid-template-columns:1fr}.ms-login-brand{display:none}.ms-login-panel{padding:28px}.ms-app,.ms-app.is-collapsed{grid-template-columns:78px minmax(0,1fr)}.ms-sidebar,.is-collapsed .ms-sidebar{width:78px}.ms-sidebar-brand section,.ms-sidebar nav button>span,.ms-sidebar nav button>svg:last-child,.ms-sidebar footer span{display:none}.ms-content{padding:18px}.ms-topbar{padding:0 16px}.ms-breadcrumb{display:none}.ms-page-heading{min-height:auto}.ms-page-heading h1{font-size:25px}.ms-page-heading p{max-width:420px}.ms-master-tabs{padding-bottom:4px}.ms-form-grid{grid-template-columns:1fr}.ms-form-grid label.wide{grid-column:auto}}@media (max-width:560px){.ms-app,.ms-app.is-collapsed{display:block}.ms-sidebar{display:none}.ms-app.is-collapsed .ms-sidebar{width:min(86vw,300px);display:flex;box-shadow:16px 0 42px #012d2266}.ms-app.is-collapsed .ms-sidebar-brand section,.ms-app.is-collapsed .ms-sidebar nav button>span,.ms-app.is-collapsed .ms-sidebar footer span{opacity:1;width:auto;display:flex}.ms-app.is-collapsed .ms-sidebar nav button>svg:last-child{opacity:1;width:16px;display:block}.ms-workspace{display:block}.ms-content{padding:15px}.ms-page-heading{display:block}.ms-page-heading>button{margin-top:16px}.ms-metric-grid,.ms-lease-metrics{grid-template-columns:1fr}.ms-table-panel>header{flex-direction:column;align-items:flex-start;height:auto;padding:14px}.ms-table-tools,.ms-table-tools label{width:100%}.ms-inline-tabs{width:100%;height:45px;overflow:auto}.ms-user{padding-left:8px}.ms-form-grid{padding:18px}.ms-drawer-form>footer{padding:14px 18px}}@media (max-width:820px){.ms-smart-content{padding:14px}.ms-smart-center{min-height:calc(100vh - 98px);padding:32px 24px 112px}.ms-smart-grid{grid-template-columns:repeat(3,minmax(120px,1fr));gap:8px}.ms-smart-center>footer{left:24px;right:24px}}@media (max-width:560px){.ms-smart-content{padding:10px}.ms-smart-center{border-radius:16px;min-height:calc(100vh - 90px);padding:26px 16px 112px}.ms-smart-center>header>span{display:none}.ms-smart-center>header h1{font-size:30px}.ms-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 6px;margin-top:30px}.ms-smart-grid>button{min-height:154px;padding:14px 8px}.ms-smart-grid>button>span{border-radius:16px;width:62px;height:62px}.ms-smart-grid>button>span svg{width:29px}.ms-smart-grid>button>b{font-size:14px}.ms-smart-grid>button>small{font-size:12px}.ms-smart-center>footer{bottom:20px;left:16px;right:16px}.ms-smart-back{margin-bottom:10px}}@media (max-width:1180px){.ms-space-filter-primary{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-space-filter-primary label.search{grid-column:1/-1}.ms-space-filter-more{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.ms-space-filter-primary,.ms-space-filter-more{grid-template-columns:1fr}.ms-space-filter-primary label.search{grid-column:auto}.ms-space-filter-primary>button{width:100%}.ms-space-filters>footer,.ms-table-pagination{flex-direction:column;align-items:flex-start}.ms-table-pagination nav{width:100%;padding-bottom:2px;overflow-x:auto}.ms-table-pagination button{min-width:40px}.ms-space-filters{padding:13px}}.ms-panel-action{background:var(--ms-green);color:#fff;border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 13px;font-size:13px;font-weight:700;display:flex}.ms-panel-action svg{width:16px}.ms-access-count{color:#d3f4e8;font-size:13px;font-weight:700}.ms-muted-action{color:#9aa6a1;font-size:12px}.ms-account-empty{color:#87948f;place-items:center;min-height:260px;font-size:13px;display:grid}.ms-account-profile{background:#f5faf8;border:1px solid #dbe7e2;border-radius:10px;justify-content:space-between;align-items:center;margin:20px 24px 0;padding:16px;display:flex}.ms-account-profile>div{flex-direction:column;gap:5px;display:flex}.ms-account-profile b{font-size:16px}.ms-account-profile span{color:#75857e;font-size:12px}.ms-access-section{border:1px solid #dfe8e4;border-radius:11px;flex:none;margin:18px 24px 0;overflow:hidden}.ms-access-section>header{background:#f6f9f8;border-bottom:1px solid #e4ebe8;justify-content:space-between;align-items:center;min-height:55px;padding:10px 15px;display:flex}.ms-access-section>header b{font-size:14px}.ms-access-section>header span{color:#82918b;font-size:12px}.ms-role-picker{grid-template-columns:1fr 1fr;gap:8px;padding:10px;display:grid}.ms-role-picker label,.ms-permission-picker label{cursor:pointer;border:1px solid #e2e9e6;border-radius:8px;align-items:flex-start;gap:8px;min-height:54px;padding:9px;display:flex}.ms-role-picker input,.ms-permission-picker input{accent-color:var(--ms-green);margin-top:3px}.ms-role-picker label>span,.ms-permission-picker label>span{flex-direction:column;flex:1;gap:4px;display:flex}.ms-role-picker b,.ms-permission-picker b{font-size:12px}.ms-role-picker small,.ms-permission-picker small{color:#82908a;font-size:12px;line-height:1.45}.ms-scope-form{grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.ms-scope-form label{flex-direction:column;gap:7px;display:flex}.ms-scope-form label.wide{grid-column:1/-1}.ms-scope-form label>span{color:#52615b;font-size:12px;font-weight:700}.ms-scope-form input,.ms-scope-form select{background:#fff;border:1px solid #dbe5e1;border-radius:8px;outline:0;height:41px;padding:0 10px;font-size:12px}.ms-permission-picker{margin-bottom:20px}.ms-permission-picker>div{border-bottom:1px solid #e6ece9;padding:12px 14px}.ms-permission-picker>div:last-child{border-bottom:0}.ms-permission-picker h3{color:var(--ms-green);margin:0 0 8px;font-size:12px}.ms-permission-picker>div>section{grid-template-columns:1fr 1fr;gap:7px;display:grid}.ms-permission-picker label{position:relative}.ms-permission-picker em{color:#b15349;background:#fff0ec;border-radius:5px;padding:2px 5px;font-size:12px;font-style:normal}.ms-account-secondary{gap:8px;margin:0 24px 18px;display:flex}.ms-account-secondary button{color:#305249;background:#eef3f1;border-radius:8px;height:38px;padding:0 14px;font-size:12px}.ms-account-secondary button.danger{color:#ba5046;background:#fff0ed}.ms-dialog-input{border:1px solid #d8e4df;border-radius:8px;outline:0;height:42px;padding:0 11px;font-size:13px}.ms-confirm-dialog>section>label+label{margin-top:13px}.ms-dialog-overlay{z-index:130;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#081f186b;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.ms-confirm-dialog{background:#fff;border-radius:14px;width:min(520px,100vw - 30px);overflow:hidden;box-shadow:0 24px 70px #05231a47}.ms-confirm-dialog>header{border-bottom:1px solid #e2eae6;align-items:center;gap:12px;min-height:82px;padding:16px 20px;display:flex}.ms-confirm-dialog>header>span{width:42px;height:42px;color:var(--ms-green);background:#e5f4ef;border-radius:11px;place-items:center;display:grid}.ms-confirm-dialog>header>span.warning{color:#c57425;background:#fff0e1}.ms-confirm-dialog>header>span svg{width:21px}.ms-confirm-dialog>header>div{flex:1}.ms-confirm-dialog>header small{color:var(--ms-green);font-size:12px;font-weight:700}.ms-confirm-dialog>header h2{margin:4px 0 0;font-size:18px}.ms-confirm-dialog>header>button{background:#eff4f2;border-radius:8px;place-items:center;width:35px;height:35px;display:grid}.ms-confirm-dialog>header>button svg{width:17px}.ms-confirm-dialog>section:not(.ms-toggle-content){padding:20px}.ms-confirm-dialog label{flex-direction:column;gap:8px;display:flex}.ms-confirm-dialog label>span{font-size:13px;font-weight:700}.ms-confirm-dialog select{background:#fff;border:1px solid #d8e4df;border-radius:8px;height:43px;padding:0 11px;font-size:13px}.ms-dialog-note{color:var(--ms-green);background:#eef8f4;border-radius:9px;gap:9px;margin-top:15px;padding:12px;display:flex}.ms-dialog-note>svg{flex:none;width:19px}.ms-dialog-note>span{flex-direction:column;gap:4px;display:flex}.ms-dialog-note b{font-size:12px}.ms-dialog-note small{color:#70877f;font-size:12px;line-height:1.5}.ms-toggle-content{padding:20px}.ms-toggle-content>p{color:#62716b;margin:0 0 14px;font-size:13px;line-height:1.7}.ms-toggle-content>div{background:#f4f8f6;border-radius:9px;gap:9px;padding:12px;display:flex}.ms-toggle-content svg{width:20px;color:var(--ms-green)}.ms-toggle-content span{flex-direction:column;gap:4px;display:flex}.ms-toggle-content b{font-size:12px}.ms-toggle-content small{color:#7c8a84;font-size:12px}.ms-confirm-dialog>footer{border-top:1px solid #e2eae6;justify-content:flex-end;gap:9px;padding:14px 20px;display:flex}.ms-confirm-dialog>footer button{background:#eef3f1;border-radius:8px;height:39px;padding:0 16px;font-size:13px}.ms-confirm-dialog>footer button:last-child{background:var(--ms-green);color:#fff}.ms-confirm-dialog>footer button.danger{color:#fff;background:#c4564d}.ms-activate-page{min-height:100vh;color:var(--ms-ink);background:#fff;grid-template-columns:minmax(390px,42%) minmax(460px,58%);font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;display:grid}.ms-activate-brand{color:#fff;background:linear-gradient(145deg,#063d2e,#087556 68%,#0c9871);flex-direction:column;justify-content:center;padding:64px clamp(44px,6vw,90px);display:flex;position:relative;overflow:hidden}.ms-activate-brand:after{content:"";border:1px solid #ffffff1e;border-radius:50%;width:520px;height:520px;position:absolute;top:-180px;right:-300px}.ms-activate-brand>div{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.ms-activate-brand>div img{object-fit:contain;background:#fff;border-radius:13px;width:62px;height:62px}.ms-activate-brand>div span,.ms-activate-brand>footer span{flex-direction:column;gap:4px;display:flex}.ms-activate-brand>div b{font-size:19px}.ms-activate-brand>div small{color:#a9dfce;font-size:12px}.ms-activate-brand>svg{color:#8ce0c5;width:44px;margin:70px 0 14px}.ms-activate-brand h1{margin:0 0 18px;font-size:38px;line-height:1.35}.ms-activate-brand>p{color:#cce6dd;max-width:470px;margin:0;font-size:15px;line-height:1.8}.ms-activate-brand>footer{border-top:1px solid #ffffff2c;align-items:center;gap:12px;margin-top:55px;padding-top:22px;display:flex}.ms-activate-brand>footer svg{width:24px}.ms-activate-brand>footer b{font-size:13px}.ms-activate-brand>footer small{color:#b8d8ce;font-size:12px}.ms-activate-panel{background:linear-gradient(135deg,#fff,#f4faf7);place-items:center;padding:42px;display:grid}.ms-activate-panel>form,.ms-activate-result,.ms-activate-loading{width:min(460px,100%)}.ms-activate-panel form>header{margin-bottom:28px}.ms-activate-panel form>header small,.ms-activate-result>small{color:var(--ms-green);letter-spacing:1.8px;font-size:12px;font-weight:800}.ms-activate-panel h2{margin:8px 0;font-size:28px}.ms-activate-panel form>header p{color:#75837d;margin:0;font-size:13px;line-height:1.6}.ms-activate-identity{background:#f5faf8;border:1px solid #d7e6e0;border-radius:12px;align-items:center;gap:12px;min-height:88px;margin-bottom:24px;padding:14px;display:flex}.ms-activate-identity>span{width:45px;height:45px;color:var(--ms-green);background:#e3f3ed;border-radius:11px;place-items:center;display:grid}.ms-activate-identity>span svg{width:22px}.ms-activate-identity>div{flex-direction:column;flex:1;gap:2px;display:flex}.ms-activate-identity small{color:#84938d;font-size:12px}.ms-activate-identity b{font-size:15px}.ms-activate-identity p{color:#6e7f77;margin:0;font-size:12px}.ms-activate-identity em{color:#087557;background:#e4f4ee;border-radius:15px;padding:6px 9px;font-size:12px;font-style:normal}.ms-activate-panel form>label{margin:18px 0;display:block}.ms-activate-panel form>label>span{margin-bottom:8px;font-size:13px;font-weight:700;display:block}.ms-activate-panel form>label>div{background:#fff;border:1px solid #d7e4df;border-radius:9px;align-items:center;height:49px;padding:0 13px;display:flex}.ms-activate-panel form>label>div:focus-within{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6613}.ms-activate-panel form>label svg{color:#87958f;width:18px}.ms-activate-panel form>label input{background:0 0;border:0;outline:0;flex:1;min-width:0;height:100%;padding:0 10px;font-size:14px}.ms-activate-panel form>label button{background:0 0;place-items:center;display:grid}.ms-activate-error{color:#be4f47;background:#fff0ef;border-radius:8px;padding:10px 12px;font-size:12px}.ms-activate-note,.ms-activate-result>div{color:var(--ms-green);background:#edf8f4;border-radius:9px;align-items:flex-start;gap:9px;margin:19px 0;padding:13px;display:flex}.ms-activate-note>svg,.ms-activate-result>div>svg{flex:none;width:20px}.ms-activate-note span,.ms-activate-result>div span{flex-direction:column;gap:4px;display:flex}.ms-activate-note b,.ms-activate-result>div b{font-size:12px}.ms-activate-note small,.ms-activate-result>div small{color:#6f837b;font-size:12px;line-height:1.5}.ms-activate-submit,.ms-activate-result>a{background:var(--ms-green);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;width:100%;height:49px;font-size:14px;font-weight:700;text-decoration:none;display:flex}.ms-activate-submit svg,.ms-activate-result>a svg{width:17px}.ms-activate-submit:disabled{opacity:.65}.ms-activate-panel form>footer{text-align:center;color:#929e99;margin-top:14px;font-size:12px}.ms-activate-result{text-align:center}.ms-activate-result>span{width:68px;height:68px;color:var(--ms-green);background:#e2f4ed;border-radius:50%;place-items:center;margin:0 auto 18px;display:grid}.ms-activate-result>span svg{width:33px}.ms-activate-result>p{color:#71807a;font-size:14px}.ms-activate-result>div{text-align:left}.ms-activate-result>div.pending{color:#b16e24;background:#fff6e8}.ms-activate-result>a.secondary{color:#476057;background:#edf3f0}.ms-activate-result.error>span{color:#bd5149;background:#fff0ef}.ms-activate-loading{text-align:center}.ms-activate-loading>span{border:3px solid #dbe9e3;border-top-color:var(--ms-green);border-radius:50%;width:38px;height:38px;margin:0 auto 18px;animation:.8s linear infinite ms-spin;display:block}.ms-activate-loading h2{font-size:20px}.ms-activate-loading p{color:#899690;font-size:12px}@media (max-width:820px){.ms-activate-page{grid-template-columns:1fr}.ms-activate-brand{display:none}.ms-activate-panel{min-height:100vh;padding:30px 20px}}.ms-content.ms-smart-content{max-width:none;padding:22px}.ms-source-cell{flex-direction:column;min-width:190px;max-width:280px;display:flex}.ms-source-cell b,.ms-source-cell small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ms-table-row-actions{align-items:center;gap:10px;display:flex}.ms-source-detail{flex-direction:column;gap:16px;padding:18px 24px 24px;display:flex}.ms-source-detail>aside{color:var(--ms-green);background:#eff8f4;border:1px solid #cce5dc;border-radius:10px;align-items:flex-start;gap:10px;padding:13px;display:flex}.ms-source-detail>aside>svg{flex:none;width:21px}.ms-source-detail>aside>span{flex-direction:column;gap:4px;display:flex}.ms-source-detail>aside b{font-size:12px}.ms-source-detail>aside small{color:#667f76;font-size:12px;line-height:1.55}.ms-source-detail>section{border:1px solid #dfe9e5;border-radius:11px;overflow:hidden}.ms-source-detail>section>header{background:#f6f9f8;justify-content:space-between;align-items:center;gap:10px;min-height:50px;padding:9px 13px;display:flex}.ms-source-detail h3{margin:0;font-size:13px}.ms-source-detail header small{color:#788880;font-size:12px}.ms-source-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ms-source-detail-grid>span{border-top:1px solid #edf2f0;min-height:58px;padding:10px 13px}.ms-source-detail-grid>span:nth-child(odd){border-right:1px solid #edf2f0}.ms-source-detail-grid small,.ms-source-detail-grid b{display:block}.ms-source-detail-grid small{color:#82918a;font-size:12px}.ms-source-detail-grid b{overflow-wrap:anywhere;margin-top:5px;font-size:12px}.ms-source-detail>.ms-table-loading{min-height:70px}@media (max-width:680px){.ms-source-detail{padding:14px}.ms-source-detail-grid{grid-template-columns:1fr}.ms-source-detail-grid>span:nth-child(odd){border-right:0}}@media (max-width:820px){.ms-content.ms-smart-content{padding:14px}}@media (max-width:560px){.ms-content.ms-smart-content{padding:10px}}.ms-smart-groups{grid-template-columns:minmax(310px,.82fr) minmax(520px,1.35fr);align-items:start;gap:22px;margin-top:clamp(30px,5vh,52px);display:grid}.ms-smart-group{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#02261c33;border:1px solid #ffffff29;border-radius:18px;min-width:0;padding:20px;box-shadow:inset 0 1px #ffffff0f}.ms-smart-group>header{border-bottom:1px solid #ffffff1f;justify-content:space-between;align-items:flex-start;gap:16px;min-height:43px;padding-bottom:14px;display:flex}.ms-smart-group>header>span{align-items:center;gap:8px;display:flex}.ms-smart-group>header svg{color:#a9e3ce;width:19px}.ms-smart-group>header small{color:#acd0c3;text-align:right;max-width:230px;font-size:12px;line-height:1.45}.ms-smart-group .ms-smart-grid{gap:6px;max-width:none;margin-top:14px}.ms-smart-group.frequent .ms-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-smart-group.all .ms-smart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ms-smart-group .ms-smart-grid>button>span{border-radius:16px;width:64px;height:64px}.ms-smart-group .ms-smart-grid>button>span svg{width:30px}.ms-smart-group .ms-smart-grid>button>small{font-size:12px}.ms-smart-empty{text-align:center;color:#a9cfc2;align-content:center;place-items:center;min-height:154px;display:grid}.ms-smart-empty>svg{color:#8fcdb7;width:30px;margin-bottom:8px}.ms-smart-empty>b{color:#d8ece5;font-size:13px}.ms-smart-empty>small{max-width:220px;margin-top:5px;font-size:12px;line-height:1.5}.ms-smart-center>footer{margin-top:30px;position:relative;bottom:auto;left:auto;right:auto}@media (max-width:1180px){.ms-smart-groups{grid-template-columns:1fr}.ms-smart-group.frequent .ms-smart-grid,.ms-smart-group.all .ms-smart-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:820px){.ms-smart-group.frequent .ms-smart-grid,.ms-smart-group.all .ms-smart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.ms-smart-groups{gap:14px;margin-top:24px}.ms-smart-group{border-radius:14px;padding:14px}.ms-smart-group>header{display:block}.ms-smart-group>header small{text-align:left;max-width:none;margin-top:6px;display:block}.ms-smart-group.frequent .ms-smart-grid,.ms-smart-group.all .ms-smart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ms-smart-group .ms-smart-grid>button{min-height:142px;padding:12px 6px}.ms-smart-empty{min-height:130px}.ms-smart-center>footer{margin-top:24px}}.oa-shell{width:100%;min-width:0;max-width:1180px;margin:0 auto;padding:8px 0 30px}.oa-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:22px;display:flex}.oa-header small{color:var(--ms-green);letter-spacing:1.5px;font-size:12px;font-weight:800}.oa-header h1{margin:6px 0;font-size:clamp(24px,3vw,34px)}.oa-header p{color:#718079;margin:0;font-size:13px}.oa-primary{background:var(--ms-green);color:#fff;cursor:pointer;border:0;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-height:42px;padding:0 16px;font-weight:700;display:inline-flex}.oa-primary svg{width:16px}.oa-tools{gap:10px;margin-bottom:16px;display:flex}.oa-tools label{background:#fff;border:1px solid #dce6e2;border-radius:9px;flex:1;align-items:center;min-width:240px;height:40px;padding:0 12px;display:flex}.oa-tools label svg{color:#829089;width:17px}.oa-tools input{background:0 0;border:0;outline:0;width:100%;height:100%;padding:0 9px}.oa-tools select{color:#53645c;background:#fff;border:1px solid #dce6e2;border-radius:9px;max-width:220px;height:40px;padding:0 10px}.oa-list{flex-direction:column;gap:9px;display:flex}.oa-history{background:#fff;border:1px solid #e0e8e4;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:13px 15px;display:grid}.oa-history>span{width:39px;height:39px;color:var(--ms-green);background:#edf7f3;border-radius:10px;flex:none;place-items:center;display:grid}.oa-history>span svg{width:19px}.oa-history h3{margin:0;font-size:14px}.oa-history p{color:#75847d;overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;line-height:1.5}.oa-history time{color:#87938d;white-space:nowrap;font-size:12px}.oa-empty,.oa-loading{color:#87938d;grid-column:1/-1;place-items:center;min-height:180px;font-size:12px;display:grid}.oa-overlay{z-index:1200;background:#092c226b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.oa-modal{background:#fff;border-radius:15px;flex-direction:column;width:min(560px,100%);max-height:min(760px,100vh - 32px);display:flex;overflow:hidden;box-shadow:0 24px 70px #092c2245}.oa-modal>header{border-bottom:1px solid #e5ece9;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 20px;display:flex}.oa-modal>header h2{margin:0;font-size:19px}.oa-modal>header p{color:#7b8983;margin:5px 0 0;font-size:12px}.oa-modal>header button{color:#5e6e67;background:#f1f5f3;border:0;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.oa-modal>header button svg{width:17px}.oa-form{padding:18px 20px 20px;overflow:auto}.oa-form>label{margin-bottom:14px;display:block}.oa-form>label>span,.oa-form legend{color:#52635b;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.oa-form input:not([type=checkbox]),.oa-form select{background:#fff;border:1px solid #d9e4df;border-radius:8px;outline:0;width:100%;height:42px;padding:0 11px}.oa-form input:focus,.oa-form select:focus{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6612}.oa-form fieldset{border:1px solid #dfe8e4;border-radius:10px;margin:2px 0 15px;padding:10px}.oa-form legend{padding:0 5px}.oa-check{border-radius:7px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;min-height:52px;padding:8px;margin:0!important;display:grid!important}.oa-check:hover{background:#f5f9f7}.oa-check input{width:16px;height:16px;accent-color:var(--ms-green)}.oa-check span{flex-direction:column;gap:3px;display:flex!important}.oa-check b{font-size:12px}.oa-check small{color:#819089;font-size:12px;line-height:1.4}.oa-derived{background:#edf7f3;border-radius:8px;margin:-3px 0 14px;padding:10px 12px}.oa-derived small,.oa-derived b{display:block}.oa-derived small{color:#75867e;font-size:12px}.oa-derived b{margin-top:3px;font-size:12px}.oa-form footer,.oa-confirm footer{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.oa-form footer>button:not(.oa-primary),.oa-confirm footer>button:not(.oa-primary){color:#5c6d65;background:#edf2f0;border:0;border-radius:8px;min-height:40px;padding:0 15px}.oa-confirm{padding:22px}.oa-confirm p{color:#65766e;margin:0;font-size:13px;line-height:1.7}@media (max-width:620px){.oa-shell{max-width:100%;padding:0;overflow-x:hidden}.oa-header{align-items:flex-start}.oa-header h1{font-size:24px}.oa-header p{font-size:12px}.oa-primary{white-space:nowrap;min-height:39px;padding:0 11px}.oa-tools{flex-direction:column}.oa-tools label{width:100%;min-width:0}.oa-tools select{width:100%;max-width:none}.oa-history{grid-template-columns:auto minmax(0,1fr);max-width:100%;overflow:hidden}.oa-history time{grid-column:2}.oa-overlay{place-items:end center;padding:0}.oa-modal{border-radius:15px 15px 0 0;width:100%;max-height:92vh}}.oa-form textarea{resize:vertical;width:100%;min-height:92px;font:inherit;background:#fff;border:1px solid #d9e4df;border-radius:8px;outline:0;padding:10px 11px}.oa-form textarea:focus{border-color:var(--ms-green);box-shadow:0 0 0 3px #0b8b6612}.oa-form .oa-switch{align-items:center;gap:9px;margin-bottom:7px;display:flex}.oa-form .oa-switch input{width:17px;height:17px;accent-color:var(--ms-green)}.oa-form .oa-switch span{margin:0}.oa-form-note{color:#78877f;margin:0;font-size:12px;line-height:1.5}.oa-danger-note{color:#9d4740;background:#fff5f3;border:1px solid #f1d2ce;border-radius:9px;margin:0 0 16px;padding:12px 13px;font-size:13px;line-height:1.65}.oa-form footer>button.oa-danger{color:#fff;background:#b94a43;border:0;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:40px;padding:0 15px;font-weight:700;display:inline-flex}.oa-form footer>button.oa-danger svg{width:16px}.ms-sidebar nav{overscroll-behavior:contain;scrollbar-gutter:stable;min-height:0;overflow:hidden auto}.ms-sidebar nav button{flex:none}.ms-status.danger{color:#bd5148;background:#fff0ed}.ms-approval-heading>div:last-child{gap:9px;display:flex}.ms-approval-heading>div:last-child button{background:var(--ms-green);color:#fff;border-radius:9px;align-items:center;gap:7px;height:42px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.ms-approval-heading>div:last-child button.secondary{color:#52645d;border:1px solid var(--ms-line);background:#fff}.ms-approval-heading svg{width:17px}.ms-approval-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:15px;display:grid}.ms-approval-summary article{border:1px solid var(--ms-line);background:#fff;border-radius:12px;align-items:center;gap:13px;min-height:105px;padding:16px;display:flex}.ms-approval-summary article>span{border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.ms-approval-summary span.green{color:var(--ms-green);background:#e5f4ef}.ms-approval-summary span.blue{color:#467ac4;background:#e9f1ff}.ms-approval-summary span.violet{color:#7259c5;background:#f0ebff}.ms-approval-summary span.orange{color:#c57726;background:#fff0df}.ms-approval-summary svg{width:21px}.ms-approval-summary section{flex-direction:column;min-width:0;display:flex}.ms-approval-summary small{color:#77857f;font-size:12px}.ms-approval-summary strong{margin:4px 0;font-size:25px}.ms-approval-summary em{color:#87948f;margin-left:3px;font-size:12px;font-style:normal}.ms-approval-summary p{color:#98a39f;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;overflow:hidden}.ms-approval-tabs{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;margin-bottom:15px;display:grid}.ms-approval-tabs>button{border:1px solid var(--ms-line);text-align:left;background:#fff;border-radius:10px;align-items:center;gap:9px;min-height:70px;padding:10px 11px;display:flex;position:relative}.ms-approval-tabs>button>span{color:#6a7c75;background:#eef4f1;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.ms-approval-tabs svg{width:17px}.ms-approval-tabs section{flex-direction:column;gap:3px;min-width:0;display:flex}.ms-approval-tabs b{white-space:nowrap;font-size:13px}.ms-approval-tabs small{color:#8a9792;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.ms-approval-tabs em{min-width:19px;height:19px;color:var(--ms-green);background:#e9f5f0;border-radius:10px;place-items:center;padding:0 5px;font-size:12px;font-style:normal;display:grid;position:absolute;top:6px;right:7px}.ms-approval-tabs button.active{background:#edf8f4;border-color:#84c7af}.ms-approval-tabs button.active>span{background:var(--ms-green);color:#fff}.ms-approval-tabs button.active b{color:#07694f}.ms-approval-list{min-height:430px}.ms-approval-title{align-items:center;gap:10px;display:flex}.ms-approval-title>span{width:34px;height:34px;color:var(--ms-green);background:#edf6f2;border-radius:8px;place-items:center;display:grid}.ms-approval-title svg{width:17px}.ms-approval-title>div{flex-direction:column;display:flex}.ms-cell-sub{display:block;color:#8b9893!important;margin-top:4px!important}.ms-approval-empty{text-align:center;color:#7b8983;align-content:center;place-items:center;min-height:315px;padding:30px;display:grid}.ms-approval-empty>span{color:#84a398;background:#edf5f1;border-radius:15px;place-items:center;width:54px;height:54px;display:grid}.ms-approval-empty svg{width:27px}.ms-approval-empty h3{color:#415049;margin:14px 0 5px;font-size:17px}.ms-approval-empty p{margin:0;font-size:12px}.ms-approval-empty>button{background:var(--ms-green);color:#fff;border-radius:8px;align-items:center;gap:6px;height:38px;margin-top:15px;padding:0 14px;display:flex}.ms-approval-empty>button svg{width:16px}.ms-template-toolbar{justify-content:space-between;align-items:center;gap:15px;min-height:58px;margin-bottom:13px;display:flex}.ms-template-toolbar>div{gap:6px;display:flex;overflow:auto}.ms-template-toolbar>div button{border:1px solid var(--ms-line);color:#65766e;white-space:nowrap;background:#fff;border-radius:8px;height:36px;padding:0 12px;font-size:12px}.ms-template-toolbar>div button.active{color:#fff;background:#0b7256;border-color:#0b7256}.ms-template-toolbar>section{gap:8px;display:flex}.ms-template-toolbar label{border:1px solid var(--ms-line);background:#fff;border-radius:8px;align-items:center;width:220px;height:38px;padding:0 9px;display:flex}.ms-template-toolbar label svg{color:#899690;width:16px}.ms-template-toolbar input{border:0;outline:0;flex:1;min-width:0;height:100%;padding-left:7px}.ms-template-toolbar>section>button{background:var(--ms-green);color:#fff;border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 13px;display:flex}.ms-template-toolbar>section>button svg{width:16px}.ms-template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.ms-template-grid>article{border:1px solid var(--ms-line);background:#fff;border-radius:13px;flex-direction:column;min-height:275px;padding:17px;display:flex;box-shadow:0 3px 12px #0f413108}.ms-template-grid article>header{justify-content:space-between;display:flex}.ms-template-grid article>header>span{width:43px;height:43px;color:var(--ms-green);background:#e7f5ef;border-radius:11px;place-items:center;display:grid}.ms-template-grid article>header>span svg{width:21px}.ms-template-grid article>header>div{align-items:center;gap:4px;display:flex}.ms-template-grid article>header>div>button{color:#83918b;background:0 0;place-items:center;width:31px;height:31px;display:grid}.ms-template-grid article>header>div>button svg{width:19px}.ms-template-grid article>section{flex:1;padding:15px 0}.ms-template-grid article>section small{color:var(--ms-green);font-size:12px}.ms-template-grid h2{margin:7px 0;font-size:17px}.ms-template-grid p{color:#7a8882;margin:0;font-size:12px;line-height:1.6}.ms-template-grid article>div{border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef;grid-template-columns:repeat(3,1fr);align-items:center;height:50px;display:grid}.ms-template-grid article>div span{color:#8b9893;border-right:1px solid #edf1ef;flex-direction:column;padding-left:8px;font-size:12px;display:flex}.ms-template-grid article>div span:last-child{border:0}.ms-template-grid article>div b{color:#34433d;margin-bottom:2px;font-size:13px}.ms-template-grid footer{gap:8px;padding-top:13px;display:flex}.ms-template-grid footer button{color:#476159;background:#edf4f1;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:5px;height:37px;font-size:12px;display:flex}.ms-template-grid footer button:last-child{background:var(--ms-green);color:#fff}.ms-template-grid footer button:disabled{color:#9ca7a2;background:#edf1ef}.ms-template-grid footer svg{width:15px}.ms-monitor-grid{grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);gap:14px;display:grid}.ms-process-health>div{grid-template-columns:repeat(3,1fr);padding:20px;display:grid}.ms-process-health>div section{border-right:1px solid #e6ece9;flex-direction:column;padding:0 20px;display:flex}.ms-process-health>div section:last-child{border:0}.ms-process-health>div span{color:#77857f;font-size:12px}.ms-process-health>div strong{margin:8px 0;font-size:29px}.ms-process-health>div strong.danger{color:#c55349}.ms-process-health>div small{color:#98a39f;font-size:12px}.ms-process-health>footer{color:#668078;background:#f4faf7;border-top:1px solid #e5ece8;align-items:center;gap:7px;min-height:49px;padding:12px 18px;font-size:12px;display:flex}.ms-process-health>footer svg{width:18px;color:var(--ms-green)}.ms-monitor-risks>section{border-bottom:1px solid #edf1ef;align-items:center;gap:10px;min-height:59px;padding:9px 17px;display:flex}.ms-monitor-risks>section>svg{width:19px;color:var(--ms-green)}.ms-monitor-risks>section>span{flex-direction:column;flex:1;gap:4px;display:flex}.ms-monitor-risks b{font-size:12px}.ms-monitor-risks small{color:#84918c;font-size:12px}.ms-monitor-risks em{border-radius:6px;padding:4px 7px;font-size:12px;font-style:normal}.ms-monitor-risks em.ok{color:#087757;background:#e7f5ef}.ms-monitor-risks em.warn{color:#ae6a22;background:#fff1df}.ms-monitor-table{grid-column:1/-1}.ms-approval-drawer.wide{width:min(780px,96vw)}.ms-form-grid textarea{resize:vertical;border:1px solid #dbe5e1;border-radius:8px;outline:0;width:100%;padding:10px 11px;font-family:inherit;font-size:13px}.ms-start-form{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.ms-start-template{padding:20px 24px 0}.ms-start-template>label,.ms-start-fields>label{flex-direction:column;gap:7px;display:flex}.ms-start-template label>span,.ms-start-fields label>span{color:#52615b;font-size:12px;font-weight:700}.ms-start-template select,.ms-start-fields input,.ms-start-fields select,.ms-start-fields textarea{background:#fff;border:1px solid #d8e4df;border-radius:8px;outline:0;height:43px;padding:0 11px;font-family:inherit;font-size:13px}.ms-start-fields textarea{height:auto;padding-top:10px}.ms-start-template>div{background:#f1f8f5;border:1px solid #dce9e3;border-radius:10px;align-items:center;gap:12px;min-height:90px;margin-top:13px;padding:13px;display:flex}.ms-start-template>div>span{background:var(--ms-green);color:#fff;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.ms-start-template>div>span svg{width:20px}.ms-start-template>div section{flex:1}.ms-start-template>div small{color:var(--ms-green);font-size:12px}.ms-start-template>div b{margin:4px 0;font-size:14px;display:block}.ms-start-template>div p{color:#75857e;margin:0;font-size:12px}.ms-start-fields{grid-template-columns:1fr 1fr;gap:15px;padding:18px 24px;display:grid}.ms-start-fields label.wide{grid-column:1/-1}.ms-start-fields label>span b{color:#d3594f;margin-left:3px}.ms-start-fields label>small{color:#9aa5a0;font-size:12px}.ms-approval-upload{background:#f5faf8;border-radius:9px;align-items:center;gap:10px;padding:0 12px;display:flex;position:relative;border:1px dashed #91c5b2!important;height:63px!important}.ms-approval-upload>svg{width:21px;color:var(--ms-green)}.ms-approval-upload>span{flex-direction:column;display:flex}.ms-approval-upload b{font-size:12px}.ms-approval-upload small{color:#85928d;font-size:12px}.ms-approval-upload input{opacity:0;pointer-events:none;position:absolute}.ms-start-form>aside{color:var(--ms-green);background:#eef8f4;border-radius:9px;gap:9px;margin:0 24px 18px;padding:12px;display:flex}.ms-start-form>aside svg{width:19px}.ms-start-form>aside span{flex-direction:column;gap:4px;display:flex}.ms-start-form>aside b{font-size:12px}.ms-start-form>aside small{color:#71857e;font-size:12px}.ms-start-form>footer{border-top:1px solid var(--ms-line);background:#fff;justify-content:flex-end;gap:9px;margin-top:auto;padding:15px 24px;display:flex;position:sticky;bottom:0}.ms-start-form>footer button{background:#edf2f0;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 16px;display:flex}.ms-start-form>footer button:last-child{background:var(--ms-green);color:#fff}.ms-start-form>footer svg{width:16px}.ms-approval-detail{flex:1;min-height:0;padding:20px 24px;overflow:auto}.ms-detail-hero{background:#f3faf7;border:1px solid #dce8e3;border-radius:11px;grid-template-columns:1fr auto;align-items:center;padding:16px;display:grid}.ms-detail-hero>div small{color:var(--ms-green);font-size:12px}.ms-detail-hero h2{margin:5px 0;font-size:20px}.ms-detail-hero p{color:#73837c;margin:0;font-size:12px}.ms-detail-hero>section{border-top:1px solid #dce7e2;grid-column:1/-1;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;padding-top:13px;display:grid}.ms-detail-hero>section span{color:#82908a;flex-direction:column;font-size:12px;display:flex}.ms-detail-hero>section b{color:#32423b;margin-top:4px;font-size:12px}.ms-detail-section{border:1px solid #dfe8e4;border-radius:10px;margin-top:16px;overflow:hidden}.ms-detail-section>header{background:#f6f9f8;border-bottom:1px solid #e5ebe8;justify-content:space-between;align-items:center;min-height:52px;padding:0 14px;display:flex}.ms-detail-section h3{margin:0;font-size:14px}.ms-detail-section header>span{color:#899690;font-size:12px}.ms-approval-facts{grid-template-columns:repeat(2,1fr);gap:9px;padding:12px;display:grid}.ms-approval-facts>div{border:1px solid #e5ebe8;border-radius:8px;flex-direction:column;gap:6px;min-height:60px;padding:10px;display:flex}.ms-approval-facts small{color:#84918c;font-size:12px}.ms-approval-facts b{white-space:pre-wrap;font-size:12px;line-height:1.5}.ms-approval-timeline{padding:13px 16px}.ms-approval-timeline article{gap:11px;min-height:63px;display:flex;position:relative}.ms-approval-timeline article:before{content:"";background:#dce7e2;width:2px;position:absolute;top:31px;bottom:0;left:14px}.ms-approval-timeline article:last-child:before{display:none}.ms-approval-timeline article>span{width:30px;height:30px;color:var(--ms-green);z-index:1;background:#e4f3ed;border-radius:50%;place-items:center;display:grid}.ms-approval-timeline article.current>span{background:var(--ms-green);color:#fff}.ms-approval-timeline svg{width:15px}.ms-approval-timeline article>section{flex:1}.ms-approval-timeline article>section>div{justify-content:space-between;gap:10px;display:flex}.ms-approval-timeline b{font-size:12px}.ms-approval-timeline time,.ms-approval-timeline small{color:#899690;font-size:12px}.ms-approval-timeline small{margin-top:5px;display:block}.ms-approval-action{padding-bottom:14px}.ms-approval-action textarea{resize:none;border:1px solid #d9e4df;border-radius:8px;width:calc(100% - 28px);height:76px;margin:14px;padding:10px;font-family:inherit}.ms-approval-action>footer{justify-content:flex-end;gap:8px;padding:0 14px;display:flex}.ms-approval-action>footer button{border-radius:8px;align-items:center;gap:5px;height:38px;padding:0 13px;display:flex}.ms-approval-action footer svg{width:15px}.ms-approval-action button.return{color:#aa6a25;background:#fff3df}.ms-approval-action button.reject{color:#ba4f47;background:#fff0ed}.ms-approval-action button.approve{background:var(--ms-green);color:#fff}.ms-designer-shell{background:#eef3f1;flex-direction:column;min-height:calc(100vh - 70px);margin:-30px;display:flex}.ms-designer-head{background:#fff;border-bottom:1px solid #dce6e2;align-items:center;gap:11px;height:68px;padding:0 20px;display:flex}.ms-designer-head>button:first-child{background:#eef3f1;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.ms-designer-head svg{width:17px}.ms-designer-head>div{flex:1}.ms-designer-head>div small{color:#84918c;font-size:12px;display:block}.ms-designer-head>div input{border:0;outline:0;width:min(420px,100%);height:30px;font-size:18px;font-weight:700}.ms-designer-head>span{color:#82918b;font-size:12px}.ms-designer-head button.save,.ms-designer-head button.publish{border-radius:8px;align-items:center;gap:6px;height:38px;padding:0 13px;font-size:12px;display:flex}.ms-designer-head button.save{color:#3f5c52;background:#eaf2ee}.ms-designer-head button.publish{background:var(--ms-green);color:#fff}.ms-designer-tabs{background:#fff;border-bottom:1px solid #dfe8e4;justify-content:center;align-items:center;gap:12px;height:56px;display:flex}.ms-designer-tabs>button{color:#687870;background:0 0;border-radius:8px;align-items:center;gap:7px;height:43px;padding:0 13px;display:flex}.ms-designer-tabs>button.active{color:#087758;background:#e8f5f0}.ms-designer-tabs svg{width:17px}.ms-designer-tabs button small{color:#86938d;margin-left:3px;font-size:12px}.ms-designer-tabs>svg{color:#a6b0ac;width:14px}.ms-designer-tabs>span{color:#899690;align-items:center;gap:6px;font-size:12px;display:flex}.ms-designer-grid{background:#dfe7e4;flex:1;grid-template-columns:225px minmax(480px,1fr) 280px;gap:1px;min-height:690px;display:grid}.ms-component-palette,.ms-property-panel{background:#fff}.ms-component-palette>header,.ms-property-panel>header{border-bottom:1px solid #e3ebe7;height:64px;padding:13px 15px}.ms-component-palette header small,.ms-property-panel header small{color:var(--ms-green);font-size:12px}.ms-component-palette h3,.ms-property-panel h3{margin:4px 0 0;font-size:14px}.ms-component-palette>div{grid-template-columns:1fr 1fr;gap:7px;padding:12px;display:grid}.ms-component-palette>div>button{color:#55675f;background:#fff;border:1px solid #e1e9e5;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:66px;display:flex;position:relative}.ms-component-palette>div>button:hover{color:var(--ms-green);background:#f1faf6;border-color:#79c2a8}.ms-component-palette>div>button>svg:first-child{width:18px}.ms-component-palette>div>button>svg:last-child{color:#a3b0aa;width:12px;position:absolute;top:5px;right:5px}.ms-component-palette>div>button span{font-size:12px}.ms-component-palette>div>button span b,.ms-component-palette>div>button span small{display:block}.ms-component-palette>div>button span small{color:#899690;margin-top:3px;font-size:12px}.ms-palette-note{color:var(--ms-green);background:#eef8f4;border-radius:8px;gap:8px;margin:6px 12px;padding:10px;display:flex}.ms-palette-note svg{width:18px}.ms-palette-note span{flex-direction:column;gap:4px;display:flex}.ms-palette-note b{font-size:12px}.ms-palette-note small{color:#6e827a;font-size:12px;line-height:1.5}.ms-form-canvas,.ms-flow-canvas{background:#f2f5f3;padding:24px;overflow:auto}.ms-canvas-title,.ms-form-preview{background:#fff;border:1px solid #dce6e2;width:min(660px,100%);margin:auto}.ms-canvas-title{border-radius:12px 12px 0 0;gap:13px;padding:20px;display:flex}.ms-canvas-title>span{background:var(--ms-green);color:#fff;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.ms-canvas-title svg{width:20px}.ms-canvas-title small{color:var(--ms-green);font-size:12px}.ms-canvas-title h2{margin:4px 0;font-size:19px}.ms-canvas-title p{color:#82908a;margin:0;font-size:12px}.ms-form-preview{border-top:0;border-radius:0 0 12px 12px;padding:18px}.ms-form-preview>label{margin-bottom:13px;display:block}.ms-form-preview>label>span,.ms-form-preview article span{color:#53645c;font-size:12px;font-weight:700}.ms-form-preview .disabled,.ms-form-preview article section>div{color:#9aa5a0;background:#f7f9f8;border:1px solid #e1e8e5;border-radius:7px;align-items:center;height:40px;margin-top:6px;padding:0 10px;font-size:12px;display:flex}.ms-form-preview article{cursor:pointer;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;min-height:70px;padding:8px;display:flex}.ms-form-preview article:hover,.ms-form-preview article.selected{background:#f1faf6;border-color:#76c2a6}.ms-form-preview article>svg{color:#a5afab;width:14px}.ms-form-preview article section{flex:1}.ms-form-preview article span b{color:#d2544b;margin-left:3px}.ms-form-preview article button{color:#9ba6a1;background:0 0;border-radius:6px;width:27px;height:27px}.ms-form-preview article button svg{width:14px}.ms-canvas-add{width:100%;height:39px;color:var(--ms-green);background:#f5faf8;border:1px dashed #8fc6b2;border-radius:8px;justify-content:center;align-items:center;gap:5px;font-size:12px;display:flex}.ms-canvas-add svg{width:15px}.ms-property-form{padding:15px}.ms-property-form>label{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.ms-property-form label>span{color:#56665f;font-size:12px;font-weight:700}.ms-property-form input,.ms-property-form select,.ms-property-form textarea{background:#fff;border:1px solid #d9e4df;border-radius:7px;outline:0;width:100%;height:39px;padding:0 9px;font-family:inherit;font-size:12px}.ms-property-form textarea{resize:vertical;height:auto;padding-top:8px}.ms-property-form label.switch{border:1px solid #e0e9e5;border-radius:8px;flex-direction:row;align-items:center;min-height:54px;padding:9px}.ms-property-form label.switch input{width:17px;height:17px;accent-color:var(--ms-green)}.ms-property-form label.switch>span{flex-direction:column;gap:4px;display:flex}.ms-property-form label.switch small{color:#899690;font-size:12px}.ms-property-tip{color:var(--ms-green);background:#eef8f4;border-radius:8px;gap:8px;padding:10px;display:flex}.ms-property-tip svg{width:18px}.ms-property-tip span{flex-direction:column;gap:4px;display:flex}.ms-property-tip b{font-size:12px}.ms-property-tip small{color:#6c8279;font-size:12px;line-height:1.5}.ms-property-empty{color:#94a09b;text-align:center;align-content:center;place-items:center;height:260px;display:grid}.ms-property-empty svg{width:28px}.ms-property-empty p{font-size:12px}.ms-component-palette>div>button:has(span b){text-align:left;align-items:flex-start;padding:9px}.ms-flow-canvas>header{text-align:center}.ms-flow-canvas>header small{color:var(--ms-green);font-size:12px}.ms-flow-canvas>header h2{margin:5px 0;font-size:19px}.ms-flow-canvas>header p{color:#83918b;margin:0;font-size:12px}.ms-flow-lane{width:min(470px,100%);margin:22px auto}.ms-flow-node-wrap{flex-direction:column;align-items:center;display:flex}.ms-flow-node{cursor:pointer;background:#fff;border:1px solid #d8e5df;border-radius:10px;align-items:center;gap:12px;width:100%;min-height:86px;padding:13px;display:flex;position:relative;box-shadow:0 4px 12px #1140310a}.ms-flow-node.selected{border-color:#55b391;box-shadow:0 0 0 3px #0b8b6616}.ms-flow-node>span{width:39px;height:39px;color:var(--ms-green);background:#e6f5ef;border-radius:10px;place-items:center;display:grid}.ms-flow-node.start>span{color:#437cc8;background:#e8f1ff}.ms-flow-node.end>span{color:#fff;background:#0b795a}.ms-flow-node.condition>span{color:#bc7226;background:#fff0de}.ms-flow-node>span svg{width:20px}.ms-flow-node>section{flex:1}.ms-flow-node small{color:#83918b;font-size:12px}.ms-flow-node b{margin:4px 0;font-size:13px;display:block}.ms-flow-node p{color:#8c9893;margin:0;font-size:12px}.ms-flow-node>button{color:#98a39e;background:#f2f5f3;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.ms-flow-node>button svg{width:13px}.ms-flow-connector{flex-direction:column;align-items:center;height:55px;display:flex}.ms-flow-connector i{background:#9eb9af;flex:1;width:1px}.ms-flow-connector button{width:23px;height:23px;color:var(--ms-green);background:#fff;border:1px solid #8eb9a9;border-radius:50%;place-items:center;display:grid}.ms-flow-connector button svg{width:12px}@media (max-width:1360px){.ms-approval-tabs{grid-template-columns:repeat(3,1fr)}.ms-template-grid{grid-template-columns:repeat(2,1fr)}.ms-designer-grid{grid-template-columns:200px minmax(430px,1fr) 250px}.ms-component-palette>div{grid-template-columns:1fr}.ms-designer-shell{min-width:900px}}@media (max-width:1000px){.ms-approval-summary{grid-template-columns:repeat(2,1fr)}.ms-monitor-grid{grid-template-columns:1fr}.ms-template-toolbar{flex-direction:column;align-items:flex-start}.ms-template-toolbar>section{width:100%}.ms-template-toolbar label{flex:1}.ms-start-fields{grid-template-columns:1fr}.ms-start-fields label.wide{grid-column:auto}}@media (max-width:680px){.ms-approval-heading>div:last-child{margin-top:14px}.ms-approval-summary,.ms-template-grid{grid-template-columns:1fr}.ms-approval-tabs{grid-template-columns:repeat(2,1fr)}.ms-template-toolbar>section{flex-direction:column}.ms-template-toolbar label{flex:none;width:100%}.ms-monitor-grid{display:block}.ms-monitor-grid>*{margin-bottom:12px}.ms-detail-hero>section,.ms-approval-facts{grid-template-columns:1fr}.ms-designer-shell{overflow:auto}.ms-approval-drawer.wide{width:100vw}}.ms-approval-upload{cursor:pointer;flex-wrap:wrap;min-height:63px;padding-top:10px;padding-bottom:10px;height:auto!important}.ms-approval-upload>input{opacity:0;pointer-events:auto;cursor:pointer;width:100%;position:absolute;inset:0 0 auto;height:63px!important}.ms-approval-upload>section{z-index:2;border-top:1px solid #dfeae5;flex-direction:column;gap:6px;width:100%;margin-top:3px;padding-top:9px;display:flex;position:relative}.ms-approval-upload>section>span{background:#fff;border-radius:7px;align-items:center;gap:7px;height:34px;padding:0 8px;display:flex}.ms-approval-upload>section a{color:#176c55;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;overflow:hidden}.ms-approval-upload>section button{color:#7b8983;background:#edf3f0;border-radius:6px;place-items:center;width:26px;height:26px;display:grid}.ms-approval-upload>section button svg{width:13px}.ms-detail-files{flex-direction:column;gap:6px;display:flex}.ms-detail-files>a{color:#176c55;background:#f0f7f4;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 8px;font-size:12px;display:flex}.ms-detail-files>a svg{width:15px}.ms-detail-files>a small{margin-left:auto;font-size:12px}.ms-coordination-heading>div:last-child{gap:9px;display:flex}.ms-coordination-metrics{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.ms-coordination-metrics article{border:1px solid var(--ms-line);background:#fff;border-radius:12px;align-items:center;gap:12px;min-height:96px;padding:15px;display:flex}.ms-coordination-metrics article>span{border-radius:11px;place-items:center;width:43px;height:43px;display:grid}.ms-coordination-metrics article>span.green{color:#087758;background:#e6f5ef}.ms-coordination-metrics article>span.blue{color:#3477b9;background:#e8f1fb}.ms-coordination-metrics article>span.orange{color:#b66f28;background:#fff1df}.ms-coordination-metrics article>span.red{color:#bd554c;background:#fff0ed}.ms-coordination-metrics svg{width:21px}.ms-coordination-metrics section{flex-direction:column;display:flex}.ms-coordination-metrics small{color:#75847d;font-size:12px}.ms-coordination-metrics strong{margin-top:6px;font-size:24px}.ms-coordination-metrics em{color:#8a9791;margin-left:4px;font-size:12px;font-style:normal}.ms-flow-cards{grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:13px;display:grid}.ms-flow-cards>button{border:1px solid var(--ms-line);text-align:left;background:#fff;border-radius:12px;align-items:center;gap:11px;min-height:116px;padding:14px;display:flex;box-shadow:0 3px 12px #0f413108}.ms-flow-cards>button:hover{border-color:#75bea4;box-shadow:0 6px 18px #10694e17}.ms-flow-cards>button>span{color:#087758;background:#e8f5f0;border-radius:10px;flex:none;place-items:center;width:39px;height:39px;display:grid}.ms-flow-cards>button>span.blue{color:#3376b6;background:#e9f2fc}.ms-flow-cards>button>span.violet{color:#7257b6;background:#f0ecfb}.ms-flow-cards>button>span.orange{color:#b36c27;background:#fff1df}.ms-flow-cards>button>span svg{width:20px}.ms-flow-cards>button>section{flex:1;min-width:0}.ms-flow-cards small{color:#178064;font-size:12px}.ms-flow-cards b{margin:5px 0;font-size:12px;line-height:1.45;display:block}.ms-flow-cards p{color:#8a9691;align-items:center;gap:3px;margin:0;font-size:12px;display:flex}.ms-flow-cards p svg{width:10px}.ms-flow-cards>button>svg{color:#9da8a3;width:16px}.ms-coordination-list>nav{border-bottom:1px solid #e8eeeb;align-items:end;gap:18px;height:48px;padding:0 17px;display:flex}.ms-coordination-list>nav button{color:#718078;background:0 0;border-bottom:2px solid #0000;height:47px;font-size:12px}.ms-coordination-list>nav button.active{color:#087758;border-color:#087758;font-weight:700}.ms-coordination-empty{color:#85938d;text-align:center;align-content:center;place-items:center;height:260px;display:grid}.ms-coordination-empty svg{color:#76b69e;width:33px}.ms-coordination-empty h3{color:#43534c;margin:12px 0 5px;font-size:15px}.ms-coordination-empty p{margin:0;font-size:12px}.ms-coordination-drawer.wide{width:min(760px,96vw)}.ms-collaboration-form{flex:1;min-height:0;overflow:auto}.ms-collaboration-form>.ms-form-grid{padding:20px 24px}.ms-collaboration-form>.ms-form-grid label>small{color:#13805f;font-size:12px}.ms-collaboration-form textarea{height:auto;padding-top:9px}.ms-collaboration-form>aside{color:#087758;background:#eef8f4;border-radius:9px;gap:9px;margin:0 24px 18px;padding:12px;display:flex}.ms-collaboration-form>aside svg{width:19px}.ms-collaboration-form>aside span{flex-direction:column;gap:4px;display:flex}.ms-collaboration-form>aside b{font-size:12px}.ms-collaboration-form>aside small{color:#71857e;font-size:12px}.ms-collaboration-form>footer,.ms-coordination-detail>footer{border-top:1px solid var(--ms-line);background:#fff;justify-content:flex-end;gap:9px;padding:15px 24px;display:flex;position:sticky;bottom:0}.ms-collaboration-form>footer button,.ms-coordination-detail>footer button{background:#edf2f0;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 16px;display:flex}.ms-collaboration-form>footer button:last-child,.ms-coordination-detail>footer button:last-child{background:var(--ms-green);color:#fff}.ms-collaboration-form>footer svg,.ms-coordination-detail>footer svg{width:16px}.ms-collaboration-upload{background:#f4faf7;border:1px dashed #83bea9;border-radius:9px;align-items:center;gap:10px;min-height:66px;padding:11px 13px;display:flex;position:relative}.ms-collaboration-upload>svg{color:#0b7e5e;width:23px}.ms-collaboration-upload>section{flex-direction:column;gap:4px;display:flex}.ms-collaboration-upload b{font-size:12px}.ms-collaboration-upload small{color:#7d8d86;font-size:12px}.ms-collaboration-upload input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.ms-upload-list{flex-direction:column;gap:6px;margin-top:7px;display:flex}.ms-upload-list>span{border:1px solid #e0e9e5;border-radius:7px;align-items:center;gap:7px;height:36px;padding:0 7px;display:flex}.ms-upload-list svg{color:#087758;width:15px}.ms-upload-list b{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}.ms-upload-list small{color:#8b9792;font-size:12px}.ms-upload-list button{background:#f0f4f2;border-radius:6px;place-items:center;width:26px;height:26px;display:grid}.ms-upload-list button svg{color:#79877f;width:12px}.ms-coordination-detail{padding:20px 24px}.ms-coordination-detail>section{background:#f0f8f4;border-radius:10px;justify-content:space-between;align-items:center;min-height:65px;padding:12px;display:flex}.ms-coordination-detail>section small{color:#708179;font-size:12px}.ms-coordination-detail dl{border:1px solid #e1e9e5;border-radius:9px;margin:14px 0;overflow:hidden}.ms-coordination-detail dl>div{border-bottom:1px solid #e8eeeb;align-items:center;min-height:48px;padding:0 13px;display:flex}.ms-coordination-detail dl>div:last-child{border:0}.ms-coordination-detail dt{color:#7e8d86;width:105px;font-size:12px}.ms-coordination-detail dd{margin:0;font-size:12px;font-weight:700}.ms-coordination-detail>aside{color:#087758;background:#eef8f4;border-radius:9px;gap:9px;padding:12px;display:flex}.ms-coordination-detail>aside svg{width:20px}.ms-coordination-detail>aside span{flex-direction:column;gap:4px;display:flex}.ms-coordination-detail>aside b{font-size:12px}.ms-coordination-detail>aside small{color:#71857e;font-size:12px;line-height:1.5}.ms-coordination-detail>footer{margin:20px -24px -20px}.ms-coordination-detail>footer button:disabled{opacity:.45}@media (max-width:1250px){.ms-flow-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width:980px){.ms-coordination-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.ms-coordination-metrics,.ms-flow-cards{grid-template-columns:1fr}.ms-coordination-heading>div:last-child{margin-top:12px}.ms-coordination-list>nav{overflow:auto}.ms-coordination-drawer.wide{width:100vw}}.ms-notification-drawer{width:min(460px,96vw)}.ms-notification-drawer>nav{border-bottom:1px solid #e5ece8;justify-content:space-between;align-items:center;height:47px;padding:0 18px;display:flex}.ms-notification-drawer>nav span{color:#52625b;font-size:12px;font-weight:700}.ms-notification-drawer>nav button{color:#087758;background:0 0;font-size:12px}.ms-notification-drawer>section{flex:1;min-height:0;padding:9px 14px 18px;overflow:auto}.ms-notification-drawer>section>button{text-align:left;background:0 0;border-bottom:1px solid #e7edea;align-items:flex-start;gap:10px;width:100%;min-height:82px;padding:11px 3px;display:flex}.ms-notification-drawer>section>button.unread{background:#f3faf7;border-radius:8px;padding-left:9px;padding-right:9px}.ms-notification-drawer>section>button>span{color:#087758;background:#e6f4ee;border-radius:9px;flex:none;place-items:center;width:32px;height:32px;display:grid}.ms-notification-drawer>section>button>span svg{width:16px}.ms-notification-drawer>section>button>section{flex:1;min-width:0}.ms-notification-drawer>section>button>section>div{justify-content:space-between;gap:9px;display:flex}.ms-notification-drawer b{font-size:12px}.ms-notification-drawer time{color:#94a09b;white-space:nowrap;font-size:12px}.ms-notification-drawer p{color:#708079;margin:5px 0;font-size:12px;line-height:1.5}.ms-notification-drawer small{color:#0c7a5c;font-size:12px}.ms-notification-drawer>section>button>svg{color:#9ca8a3;width:14px;margin-top:9px}.ms-notification-empty{text-align:center;color:#84918b;align-content:center;place-items:center;height:300px;display:grid}.ms-notification-empty svg{color:#79b69f;width:30px}.ms-notification-empty h3{color:#43534c;margin:11px 0 5px;font-size:14px}.ms-notification-empty p{margin:0;font-size:12px}.ms-chain-guide{color:#08765a;background:#eff8f4;border:1px solid #cfe5dc;border-radius:12px;align-items:center;gap:13px;min-height:72px;margin-bottom:13px;padding:14px 17px;display:flex}.ms-chain-guide>svg{width:27px}.ms-chain-guide>div{flex:1}.ms-chain-guide b{font-size:14px}.ms-chain-guide p{color:#617970;margin:5px 0 0;font-size:12px}.ms-chain-guide>span{background:#fff;border-radius:14px;padding:7px 11px;font-size:12px;font-weight:700}.ms-chain-list>nav{border-bottom:1px solid #e6ece9;align-items:end;gap:20px;height:48px;padding:0 17px;display:flex}.ms-chain-list>nav button{color:#687771;background:0 0;border-bottom:2px solid #0000;height:47px;font-size:13px}.ms-chain-list>nav button.active{color:#08775a;border-color:#08775a;font-weight:800}.ms-chain-list .ms-table-wrap table{min-width:1150px}.ms-chain-list .ms-table-wrap th{font-size:12px}.ms-chain-list .ms-table-wrap td{height:68px;font-size:13px}.ms-chain-list .ms-table-wrap td>b{font-size:13px}.ms-cell-sub{color:#81908a;margin-top:5px;display:block;font-size:12px!important}.ms-cell-error{color:#bd5048;margin-top:5px;font-size:12px;display:block}.ms-cell-overdue{color:#be5149;font-weight:800}.ms-chain-detail{padding:19px 22px 28px;overflow:auto}.ms-chain-head{background:#f1faf6;border:1px solid #d7e6e0;border-radius:12px;justify-content:space-between;align-items:flex-start;min-height:105px;padding:17px;display:flex}.ms-chain-head>div{gap:12px;display:flex}.ms-chain-head>div>svg{box-sizing:border-box;color:#08775a;background:#dff2ea;border-radius:11px;width:45px;height:45px;padding:11px}.ms-chain-head small{color:#08775a;font-size:12px}.ms-chain-head h3{margin:4px 0;font-size:19px}.ms-chain-head p{color:#6f817a;margin:0;font-size:12px}.ms-chain-context{color:#a56a28;background:#fff7e9;border-radius:10px;gap:11px;margin-top:12px;padding:13px;display:flex}.ms-chain-context>svg{flex:none;width:22px}.ms-chain-context p{color:#765e44;margin:5px 0;font-size:12px}.ms-stage-list{border:1px solid #dce7e2;border-radius:11px;margin-top:13px;padding:5px 15px}.ms-stage-list article{border-bottom:1px solid #e7edea;align-items:center;gap:13px;min-height:82px;display:flex;position:relative}.ms-stage-list article:last-child{border-bottom:0}.ms-stage-list article:before{content:"";background:#dce7e2;width:2px;position:absolute;top:58px;bottom:-25px;left:18px}.ms-stage-list article:last-child:before{display:none}.ms-stage-list article>i{color:#788780;z-index:1;background:#edf2f0;border-radius:50%;flex:none;place-items:center;width:38px;height:38px;font-style:normal;display:grid}.ms-stage-list article>i svg{width:18px}.ms-stage-list article.completed>i{color:#08775a;background:#e0f2eb}.ms-stage-list article.current>i{color:#b26c22;background:#fff0d8}.ms-stage-list article.blocked>i{color:#bc5048;background:#ffebe8}.ms-stage-list article>div{flex:1;min-width:0}.ms-stage-list article small{color:#81908a;font-size:12px}.ms-stage-list article h4{margin:4px 0;font-size:14px}.ms-stage-list article p{color:#6f7f79;margin:0;font-size:12px}.ms-stage-list article>span{color:#7b8984;font-size:12px}.ms-stage-list article.current>span{color:#ae671f;font-weight:800}.ms-stage-list article.completed>span{color:#08775a}.ms-stage-list article.blocked>span{color:#bc5048}.ms-chain-detail>footer{background:#fff;border-top:1px solid #dfe8e4;justify-content:flex-end;gap:9px;margin:18px -22px -28px;padding:14px 22px;display:flex;position:sticky;bottom:-28px}.ms-chain-detail>footer button{background:#edf2f0;border-radius:8px;height:40px;padding:0 16px;font-size:13px}.ms-chain-detail>footer button:last-child{color:#fff;background:#08775a;align-items:center;gap:6px;display:flex}.ms-chain-detail>footer svg{width:16px}.pm-page{--pm-green:#0b8b66;--pm-dark:#075c45;--pm-soft:#e9f5f0;--pm-line:#dce7e2;--pm-muted:#73817c;color:#18231f;min-width:0}.pm-loading{color:#71807a;align-content:center;place-items:center;gap:14px;min-height:60vh;display:grid}.pm-loading span{border:3px solid #dce8e3;border-top-color:#0b8b66;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite pm-spin}@keyframes pm-spin{to{transform:rotate(360deg)}}.pm-loading p{font-size:14px}.pm-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.pm-heading>div:first-child small{letter-spacing:1.8px;color:var(--pm-green);font-size:12px;font-weight:800}.pm-heading h1{margin:7px 0;font-size:28px;line-height:1.2}.pm-heading p{color:var(--pm-muted);margin:0;font-size:14px}.pm-heading>div:last-child{flex:none;gap:9px;display:flex}.pm-heading button{border-radius:9px;align-items:center;gap:7px;height:41px;padding:0 15px;font-size:13px;font-weight:700;display:flex}.pm-heading svg{width:17px}.pm-refresh{color:#53625c;border:1px solid var(--pm-line);background:#fff}.pm-primary{background:var(--pm-green);color:#fff;box-shadow:0 8px 20px #0b8b6628}.pm-tabs{border:1px solid var(--pm-line);background:#fff;border-radius:12px;grid-template-columns:repeat(8,minmax(96px,1fr));gap:5px;height:65px;margin-bottom:16px;padding:7px;display:grid;box-shadow:0 3px 12px #0f3e2f08}.pm-tabs button{color:#687771;white-space:nowrap;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:7px;font-size:13px;display:flex;position:relative}.pm-tabs button:hover{background:#f3f8f6}.pm-tabs button.active{color:var(--pm-dark);background:#e6f4ef;font-weight:800}.pm-tabs svg{width:17px}.pm-tabs i{color:#fff;background:#d45f55;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:12px;font-style:normal;display:grid}.pm-metrics{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.pm-metrics article{border:1px solid var(--pm-line);background:#fff;border-radius:11px;align-items:center;gap:10px;min-width:0;height:92px;padding:14px 12px;display:flex}.pm-metrics article>span{border-radius:10px;flex:none;place-items:center;width:37px;height:37px;display:grid}.pm-metrics svg{width:19px}.pm-metrics span.green{color:#07805e;background:#e5f4ee}.pm-metrics span.orange{color:#be722a;background:#fff2e3}.pm-metrics span.blue{color:#3b70b3;background:#eaf2fb}.pm-metrics span.red{color:#c25650;background:#fff0ed}.pm-metrics span.violet{color:#7254af;background:#f0ecfb}.pm-metrics article div{flex-direction:column;gap:5px;min-width:0;display:flex}.pm-metrics small{color:#7b8983;white-space:nowrap;font-size:12px}.pm-metrics strong{font-size:23px;line-height:1}.pm-metrics em{color:#84918c;margin-left:3px;font-size:12px;font-style:normal;font-weight:500}.pm-overview-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:14px;display:grid}.pm-card,.pm-list-panel{border:1px solid var(--pm-line);background:#fff;border-radius:12px;overflow:hidden}.pm-card>header,.pm-list-panel>header,.pm-subsection>header{border-bottom:1px solid #e6edea;justify-content:space-between;align-items:center;gap:15px;min-height:64px;padding:13px 18px;display:flex}.pm-card>header small,.pm-subsection>header small{color:var(--pm-green);letter-spacing:.8px;font-size:12px;font-weight:800;display:block}.pm-card>header h2,.pm-list-panel>header h2,.pm-subsection>header h3{margin:4px 0 0;font-size:17px}.pm-card>header button{color:var(--pm-green);background:0 0;align-items:center;gap:5px;font-size:12px;display:flex}.pm-card>header button svg{width:15px}.pm-work-focus>div>button{text-align:left;background:#fff;border-bottom:1px solid #edf2ef;align-items:center;gap:11px;width:100%;height:66px;padding:0 16px;display:flex}.pm-work-focus>div>button:hover{background:#f7faf9}.pm-work-focus>div>button>span,.pm-detail-hero .priority{color:#54736a;background:#edf4f1;border-radius:9px;flex:none;place-items:center;width:35px;height:35px;display:grid}.pm-work-focus>div>button>span.urgent,.pm-detail-hero .priority.urgent{color:#c4534b;background:#fff0ed}.pm-work-focus>div>button>span.high,.pm-detail-hero .priority.high{color:#bd7329;background:#fff4e6}.pm-work-focus>div>button svg{width:17px}.pm-work-focus>div>button>section{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.pm-work-focus b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.pm-work-focus small{color:#7d8a85;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pm-work-focus>div>button>svg{color:#91a09a;width:15px}.pm-chain{padding-bottom:14px}.pm-chain-flow{align-items:center;padding:22px 17px 16px;display:flex}.pm-chain-flow>span{text-align:center;flex-direction:column;flex:1;align-items:center;gap:5px;min-width:0;display:flex}.pm-chain-flow svg{width:22px;color:var(--pm-green)}.pm-chain-flow b{font-size:12px}.pm-chain-flow small{color:#84928c;font-size:12px}.pm-chain-flow>i{background:#bcd8ce;flex:none;width:18px;height:1px}.pm-chain>footer{color:#a66727;background:#fff7e9;border-radius:9px;gap:9px;margin:0 15px;padding:12px;display:flex}.pm-chain>footer svg{flex:none;width:19px}.pm-chain>footer span{flex-direction:column;gap:4px;display:flex}.pm-chain>footer b{font-size:12px}.pm-chain>footer small{font-size:12px;line-height:1.45}.pm-mini-list>section{border-bottom:1px solid #edf2ef;align-items:center;gap:11px;height:62px;padding:0 17px;display:flex}.pm-mini-list>section>span{color:#0b8b66;background:#e9f5f0;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.pm-mini-list>section>span svg{width:16px}.pm-mini-list>section>div{flex-direction:column;flex:1;gap:4px;display:flex}.pm-mini-list small{color:#82908a;font-size:12px}.pm-billing>strong{color:#075c45;margin:20px 20px 4px;font-size:30px;display:block}.pm-billing>p{color:#82908a;margin:0 20px 16px;font-size:12px}.pm-billing>div{border-top:1px solid #edf1ef}.pm-billing>div>section{border-bottom:1px solid #eef2f0;grid-template-columns:45px minmax(0,1fr) auto;align-items:center;gap:8px;height:47px;padding:0 20px;display:grid}.pm-billing span{color:#0b8b66;font-size:12px}.pm-billing b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pm-billing em{font-size:12px;font-style:normal;font-weight:700}.pm-badge{white-space:nowrap;color:#66756f;background:#f0f4f2;border-radius:12px;align-items:center;gap:5px;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.pm-badge i{background:currentColor;border-radius:50%;width:5px;height:5px}.pm-badge.ok{color:#087a5b;background:#e6f4ee}.pm-badge.warn{color:#ac6826;background:#fff3e4}.pm-badge.danger{color:#be514a;background:#fff0ed}.pm-list-panel>header>div span{color:#83918b;margin-top:4px;font-size:12px;display:block}.pm-list-panel>header label{border:1px solid var(--pm-line);border-radius:8px;align-items:center;width:280px;height:38px;padding:0 10px;display:flex}.pm-list-panel>header label svg{color:#87958f;width:16px}.pm-list-panel>header input{border:0;outline:0;flex:1;padding-left:8px;font-size:12px}.pm-table-wrap{overflow:auto}.pm-table-wrap table{border-collapse:collapse;width:100%;min-width:950px}.pm-table-wrap th{text-align:left;color:#718079;white-space:nowrap;background:#f7f9f8;border-bottom:1px solid #e4ebe8;height:44px;padding:0 14px;font-size:12px}.pm-table-wrap td{white-space:nowrap;color:#42514b;border-bottom:1px solid #edf1ef;height:62px;padding:9px 14px;font-size:12px}.pm-table-wrap td>b,.pm-table-wrap td>small{display:block}.pm-table-wrap td>b{color:#24312c;font-size:12px}.pm-table-wrap td>small{color:#86938e;text-overflow:ellipsis;max-width:210px;margin-top:5px;font-size:12px;overflow:hidden}.pm-table-wrap tr:hover td{background:#fbfcfc}.pm-link{color:#087658;background:#edf7f3;border-radius:7px;align-items:center;gap:3px;height:30px;padding:0 8px;font-size:12px;display:flex}.pm-link svg{width:13px}.danger-text{font-weight:700;color:#c2524b!important}.pm-empty{color:#87958f;text-align:center;align-content:center;place-items:center;gap:7px;min-height:210px;display:grid}.pm-empty svg{color:#a9b8b2;width:28px}.pm-empty h3{margin:3px 0 0;font-size:14px}.pm-empty p{margin:0;font-size:12px}.pm-subsection{border:1px solid var(--pm-line);border-radius:10px;margin:16px;overflow:hidden}.pm-subsection>article{border-bottom:1px solid #edf1ef;align-items:center;gap:11px;height:58px;padding:0 14px;display:flex}.pm-subsection>article>span{border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.pm-subsection>article>span.in{color:#07805e;background:#e7f5ef}.pm-subsection>article>span.out{color:#b36a28;background:#fff1e1}.pm-subsection svg{width:16px}.pm-subsection>article>div{flex-direction:column;flex:1;gap:4px;display:flex}.pm-subsection b{font-size:12px}.pm-subsection small{color:#82908b;font-size:12px}.pm-subsection>article>strong{font-size:12px}.in-text{color:#07805e}.out-text{color:#b36527}.pm-overlay{z-index:140;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07231a6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.pm-drawer{background:#fff;flex-direction:column;width:min(590px,100vw - 28px);height:100vh;animation:.2s ease-out pm-in;display:flex;box-shadow:-20px 0 60px #05261b38}.pm-drawer.wide{width:min(890px,100vw - 28px)}@keyframes pm-in{0%{opacity:.7;transform:translate(24px)}}.pm-drawer>header{border-bottom:1px solid var(--pm-line);flex:none;justify-content:space-between;align-items:center;height:78px;padding:0 22px;display:flex}.pm-drawer>header small{color:var(--pm-green);letter-spacing:.8px;font-size:12px;font-weight:800}.pm-drawer>header h2{margin:5px 0 0;font-size:19px}.pm-drawer>header>button{background:#edf3f0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.pm-drawer>header>button svg{width:17px}.pm-form{flex-direction:column;flex:1;min-height:0;display:flex}.pm-form-grid{grid-template-columns:1fr 1fr;gap:15px;padding:20px 22px;display:grid}.pm-form-grid label{flex-direction:column;gap:7px;display:flex}.pm-form-grid label.wide{grid-column:1/-1}.pm-form-grid label>span,.pm-inline-select>span{color:#50605a;font-size:12px;font-weight:700}.pm-form input,.pm-form select,.pm-form textarea,.pm-form-grid input,.pm-form-grid select,.pm-form-grid textarea,.pm-detail input,.pm-detail select,.pm-detail textarea{width:100%;font:inherit;background:#fff;border:1px solid #d8e4df;border-radius:8px;outline:0;padding:0 10px;font-size:12px}.pm-form input,.pm-form select,.pm-form-grid input,.pm-form-grid select,.pm-detail input,.pm-detail select{height:41px}.pm-form textarea,.pm-form-grid textarea,.pm-detail textarea{resize:vertical;padding:10px}.pm-form input:focus,.pm-form select:focus,.pm-form textarea:focus,.pm-detail input:focus,.pm-detail select:focus{border-color:var(--pm-green);box-shadow:0 0 0 3px #0b8b6611}.pm-form-footer{border-top:1px solid var(--pm-line);justify-content:flex-end;align-items:center;gap:9px;height:68px;margin-top:auto;padding:0 22px;display:flex}.pm-form-footer button,.pm-form-submit button{background:#edf2f0;border-radius:8px;height:39px;padding:0 18px;font-size:12px}.pm-form-footer button:last-child,.pm-form-submit button{background:var(--pm-green);color:#fff;font-weight:700}.pm-segment{background:#eef4f1;border-radius:9px;grid-template-columns:1fr 1fr;gap:4px;margin:16px 22px 0;padding:4px;display:grid}.pm-segment.three{grid-template-columns:repeat(3,1fr)}.pm-segment button{color:#718079;background:0 0;border-radius:7px;height:36px;font-size:12px}.pm-segment button.active{color:#087558;background:#fff;font-weight:800;box-shadow:0 2px 7px #0b51361a}.pm-detail{padding:18px 22px 30px;overflow:auto}.pm-detail-hero{background:#f4faf7;border:1px solid #dce8e3;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:15px;min-height:106px;padding:18px;display:flex}.pm-detail-hero>div{gap:13px;display:flex}.pm-detail-hero .priority{width:44px;height:44px}.pm-detail-hero .priority svg{width:22px}.pm-detail-hero section small{color:#0b8b66;font-size:12px}.pm-detail-hero h3{margin:5px 0;font-size:18px}.pm-detail-hero p{color:#75847e;margin:0;font-size:12px;line-height:1.55}.pm-detail-hero.purchase>div>span{color:#087a5a;background:#e3f2ec;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.pm-detail-hero.purchase svg{width:22px}.pm-facts{grid-template-columns:repeat(6,1fr);gap:8px;margin:12px 0;display:grid}.pm-facts>div{border:1px solid #e0e9e5;border-radius:9px;flex-direction:column;gap:7px;min-height:62px;padding:10px;display:flex}.pm-facts small{color:#84918c;font-size:12px}.pm-detail-block{border:1px solid #dfe8e4;border-radius:11px;margin-top:13px;overflow:hidden}.pm-detail-block>header{background:#f8faf9;border-bottom:1px solid #e5ece9;justify-content:space-between;align-items:center;height:58px;padding:0 15px;display:flex}.pm-detail-block>header small{color:#0b8b66;font-size:12px;font-weight:800}.pm-detail-block>header h3{margin:3px 0 0;font-size:14px}.pm-actions{gap:8px;padding:12px 15px;display:flex}.pm-actions button,.pm-material-request button,.pm-material-row button,.pm-compact-form button,.pm-form-submit button{color:#fff;background:#0b8b66;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:37px;padding:0 13px;font-size:12px;font-weight:700;display:flex}.pm-actions svg{width:14px}.pm-inline-select{grid-template-columns:110px 1fr;align-items:center;margin:12px 15px 0;display:grid}.pm-material-request{background:#f9fbfa;border-bottom:1px solid #e7edea;grid-template-columns:minmax(0,1fr) 90px auto;gap:8px;padding:12px 14px;display:grid}.pm-muted{color:#84918c;margin:0;padding:18px;font-size:12px}.pm-material-row{border-bottom:1px solid #e8eeeb;padding:13px 14px}.pm-material-row>header{justify-content:space-between;align-items:center;display:flex}.pm-material-row>header>div{flex-direction:column;gap:4px;display:flex}.pm-material-row b{font-size:12px}.pm-material-row small{color:#80908a;font-size:12px}.pm-material-row>div{grid-template-columns:minmax(0,1fr) 90px auto;gap:8px;margin-top:10px;display:grid}.pm-material-row>div.settle{grid-template-columns:repeat(3,1fr) auto}.pm-material-row label{color:#7a8883;font-size:12px}.pm-material-row label input{margin-top:4px}.pm-timeline{padding:4px 15px}.pm-timeline article{align-items:center;gap:11px;min-height:57px;display:flex;position:relative}.pm-timeline article:before{content:"";background:#d6e5df;width:1px;position:absolute;top:33px;bottom:-24px;left:4px}.pm-timeline article:last-child:before{display:none}.pm-timeline article>i{z-index:1;background:#0b8b66;border-radius:50%;flex:none;width:9px;height:9px;box-shadow:0 0 0 4px #e5f4ee}.pm-timeline article>div{flex-direction:column;flex:1;gap:4px;display:flex}.pm-timeline b{font-size:12px}.pm-timeline small,.pm-timeline span{color:#85928d;font-size:12px}.pm-compact-form{border-bottom:1px solid #e6ece9;grid-template-columns:1fr 1fr 130px 130px auto;gap:7px;padding:11px 14px;display:grid}.pm-quote,.pm-order-line{border-bottom:1px solid #e9eeec;align-items:center;gap:10px;min-height:56px;padding:9px 14px;display:flex}.pm-quote>span{color:#0b8b66;background:#e8f4ef;border-radius:8px;place-items:center;width:31px;height:31px;display:grid}.pm-quote svg{width:16px}.pm-quote>div,.pm-order-line>div{flex-direction:column;flex:1;gap:4px;display:flex}.pm-quote b,.pm-order-line b{font-size:12px}.pm-quote small,.pm-order-line small{color:#85928d;font-size:12px}.pm-quote>strong,.pm-order-line>strong{font-size:12px}.pm-line-items{padding:0 14px}.pm-line-items>div{grid-template-columns:minmax(0,1fr) 105px 105px 35px;gap:7px;margin-bottom:8px;display:grid}.pm-line-items>div>button{color:#bd514a;background:#fff0ed;border-radius:8px}.pm-line-items svg{width:15px}.pm-add-line{color:#087558;background:#edf6f2;border-radius:7px;align-items:center;gap:5px;height:34px;margin:0 14px;padding:0 11px;font-size:12px;display:flex}.pm-add-line svg{width:14px}.pm-form-submit{justify-content:flex-end;padding:12px 14px;display:flex}.pm-order-line>span{color:#0b8b66;font-size:12px}.pm-receive-lines{padding:0 14px}.pm-receive-lines article{border-top:1px solid #e9efec;grid-template-columns:150px repeat(4,1fr);align-items:end;gap:8px;padding:10px 0;display:grid}.pm-receive-lines article>b{align-self:center;font-size:12px}.pm-receive-lines label{color:#7c8984;font-size:12px}.pm-receive-lines input{margin-top:4px}.pm-performance>section:first-child{grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:14px;display:grid}.pm-performance>section:first-child article{border:1px solid var(--pm-line);background:#fff;border-radius:11px;grid-template-rows:1fr 1fr;grid-template-columns:36px 1fr;column-gap:10px;height:104px;padding:15px;display:grid}.pm-performance>section:first-child svg{box-sizing:content-box;color:#0b8b66;background:#e7f5ef;border-radius:9px;grid-row:1/3;width:20px;height:20px;padding:8px}.pm-performance small{color:#81908a;font-size:12px}.pm-performance strong{font-size:19px}.pm-score-grid{grid-template-columns:repeat(3,1fr);gap:11px;padding:16px;display:grid}.pm-score-grid section{border:1px solid #dfe9e5;border-radius:10px;min-height:130px;padding:15px}.pm-score-grid b{font-size:13px}.pm-score-grid p{color:#7c8a85;margin:8px 0 14px;font-size:12px;line-height:1.65}.pm-score-grid strong{color:#087759;font-size:12px}.pm-payment-summary{background:#f4faf7;border:1px solid #dce8e3;border-radius:11px;grid-template-columns:repeat(3,1fr);margin:20px 22px 0;display:grid;overflow:hidden}.pm-payment-summary>div{border-right:1px solid #dce8e3;flex-direction:column;gap:8px;min-height:78px;padding:14px;display:flex}.pm-payment-summary>div:last-child{border-right:0}.pm-payment-summary small{color:#718079;font-size:12px}.pm-payment-summary strong{color:#075c45;font-size:19px}@media (max-width:1450px){.pm-metrics{grid-template-columns:repeat(4,1fr)}.pm-tabs{grid-template-columns:repeat(8,120px);justify-content:start;overflow-x:auto}.pm-facts{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.pm-overview-grid{grid-template-columns:1fr}.pm-score-grid{grid-template-columns:repeat(2,1fr)}.pm-compact-form{grid-template-columns:1fr 1fr}.pm-compact-form button{grid-column:2}.pm-receive-lines article{grid-template-columns:120px repeat(2,1fr)}.pm-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.pm-heading{flex-direction:column;align-items:flex-start}.pm-heading>div:last-child{width:100%}.pm-heading button{flex:1;justify-content:center}.pm-overview-grid,.pm-form-grid,.pm-score-grid{grid-template-columns:1fr}.pm-form-grid label.wide{grid-column:auto}.pm-facts{grid-template-columns:repeat(2,1fr)}.pm-material-row>div.settle{grid-template-columns:1fr 1fr}.pm-line-items>div{grid-template-columns:1fr 80px}.pm-line-items>div>button{display:none}.pm-receive-lines article,.pm-performance>section:first-child{grid-template-columns:1fr 1fr}}.pm-tabs button{font-size:14px}.pm-metrics small,.pm-card>header small,.pm-subsection>header small{font-size:12px}.pm-card>header h2,.pm-list-panel>header h2{font-size:18px}.pm-work-focus b{font-size:14px}.pm-work-focus small,.pm-mini-list small{font-size:12px}.pm-mini-list b{font-size:13px}.pm-badge{height:26px;font-size:12px}.pm-table-wrap th{font-size:12px}.pm-table-wrap td,.pm-table-wrap td>b{font-size:14px}.pm-table-wrap td>small,.pm-link,.pm-detail-hero section small,.pm-detail-hero p,.pm-facts small{font-size:12px}.pm-facts b{font-size:13px}.pm-detail-block>header small{font-size:12px}.pm-detail-block>header h3{font-size:15px}.pm-actions button,.pm-material-request button,.pm-material-row button,.pm-compact-form button,.pm-form-submit button,.pm-form-grid label>span,.pm-inline-select>span{font-size:13px}.pm-form input,.pm-form select,.pm-form textarea,.pm-form-grid input,.pm-form-grid select,.pm-form-grid textarea,.pm-detail input,.pm-detail select,.pm-detail textarea{font-size:14px}.pm-material-row b,.pm-timeline b,.pm-quote b,.pm-order-line b{font-size:13px}.pm-material-row small,.pm-timeline small,.pm-timeline span,.pm-quote small,.pm-order-line small{font-size:12px}.pm-patrol-check{background:#fff;border:1px solid #dce8e3;border-radius:12px;margin-top:14px;overflow:hidden}.pm-patrol-check>header{background:#f6faf8;border-bottom:1px solid #e3ebe7;align-items:center;min-height:62px;padding:12px 16px;display:flex}.pm-patrol-check>header small{color:#0b8b66;font-size:12px;font-weight:800}.pm-patrol-check>header h3{margin:4px 0 0;font-size:16px}.pm-patrol-check>section{grid-template-columns:1fr 1fr;gap:14px;padding:16px;display:grid}.pm-patrol-check label{flex-direction:column;gap:7px;display:flex}.pm-patrol-check label span{color:#52615c;font-size:13px;font-weight:700}.pm-patrol-check>footer{border-top:1px solid #e5ece9;justify-content:flex-end;align-items:center;gap:9px;min-height:62px;padding:11px 16px;display:flex}.pm-patrol-check>footer button{color:#52615c;background:#edf2f0;border-radius:8px;height:40px;padding:0 16px;font-size:13px}.pm-patrol-check>footer button:last-child{color:#fff;background:#0b8b66;font-weight:800}.pm-patrol-result{border-bottom:1px solid #e7eeeb;align-items:center;gap:11px;min-height:68px;padding:10px 15px;display:flex}.pm-patrol-result:last-child{border-bottom:0}.pm-patrol-result>svg{color:#0b8b66;flex:none;width:20px}.pm-patrol-result>div{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.pm-patrol-result b{font-size:13px}.pm-patrol-result small{color:#7d8a85;white-space:normal;font-size:12px;line-height:1.45}.pm-count-line{border-bottom:1px solid #e8eeeb;grid-template-columns:minmax(190px,1fr) 130px minmax(170px,1fr);align-items:end;gap:10px;min-height:82px;padding:11px 14px;display:grid}.pm-count-line>div{flex-direction:column;align-self:center;gap:5px;display:flex}.pm-count-line b{font-size:13px}.pm-count-line small{color:#7d8b85;font-size:12px}.pm-count-line label{flex-direction:column;gap:5px;display:flex}.pm-count-line label span{color:#6f7d78;font-size:12px;font-weight:700}.pm-count-result{border-bottom:1px solid #e8eeeb;grid-template-columns:minmax(210px,1fr) repeat(4,100px);align-items:center;gap:9px;min-height:66px;padding:10px 14px;display:grid}.pm-count-result>div{flex-direction:column;gap:5px;display:flex}.pm-count-result>div b{font-size:13px}.pm-count-result small{color:#7c8984;font-size:12px}.pm-count-result>span{color:#74817c;font-size:12px}.pm-count-result>span b{color:#25332e;margin-top:4px;font-size:13px;display:block}.pm-plan-form{background:#fbfcfc;border-bottom:1px solid #e4ece8}.pm-maintenance-plan{border-bottom:1px solid #e7eeeb;align-items:center;gap:11px;min-height:70px;padding:10px 14px;display:flex}.pm-maintenance-plan>span{color:#0b8b66;background:#e8f5f0;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.pm-maintenance-plan>span svg{width:17px}.pm-maintenance-plan>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.pm-maintenance-plan b{font-size:13px}.pm-maintenance-plan small{color:#77857f;font-size:12px}.pm-maintenance-plan em{color:#0b7a5c;font-size:12px;font-style:normal}.pm-maintenance-plan>.pm-link{flex:none}@media (max-width:760px){.pm-patrol-check>section,.pm-count-line{grid-template-columns:1fr}.pm-count-result{grid-template-columns:1fr 1fr}.pm-count-result>div{grid-column:1/-1}}.pm-form{overflow:auto}.pm-form-footer{z-index:2;background:#fff;flex:none;min-height:68px;position:sticky;bottom:0}.pm-form-note{color:#08775a;background:#eef8f4;border-radius:9px;align-items:flex-start;gap:10px;margin:0 22px 18px;padding:13px;display:flex}.pm-form-note>svg{flex:none;width:21px}.pm-form-note>span{flex-direction:column;gap:5px;min-width:0;display:flex}.pm-form-note b{font-size:13px}.pm-form-note small{color:#6e837b;line-height:1.55;font-size:12px!important}.pm-page small,.pm-page em{font-size:12px!important}.pm-tabs i,.pm-count-line label span,.pm-count-result>span{font-size:12px}.pm-evaluation-form{background:#f7fbf9;border:1px solid #dce8e3;border-radius:10px;grid-template-columns:140px minmax(0,1fr) auto;align-items:end;gap:10px;margin:0 15px 15px;padding:14px;display:grid}.pm-evaluation-form label{flex-direction:column;gap:6px;display:flex}.pm-evaluation-form label span{color:#52615c;font-size:12px;font-weight:700}.pm-evaluation-form button{color:#fff;background:#0b8b66;border-radius:8px;height:40px;padding:0 16px;font-size:13px;font-weight:800}@media (max-width:760px){.pm-evaluation-form{grid-template-columns:1fr}}.pm-patrol-workspace{gap:16px;display:grid}.pm-dispatch-panel{border-color:#d6e6df}.pm-dispatch-panel>header>b{color:#a96722;background:#fff1df;border-radius:15px;place-items:center;min-width:40px;height:30px;font-size:13px;display:grid}.pm-dispatch-list article{border-bottom:1px solid #e7eeeb;grid-template-columns:38px minmax(0,1fr) 150px auto;align-items:center;gap:12px;min-height:82px;padding:12px 16px;display:grid}.pm-dispatch-list article:last-child{border-bottom:0}.pm-dispatch-list article>span{color:#0b8b66;background:#e7f5ef;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.pm-dispatch-list article>span svg{width:18px}.pm-dispatch-list article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.pm-dispatch-list article b{font-size:14px}.pm-dispatch-list article small,.pm-dispatch-list article p,.pm-dispatch-list article time{color:#74827c;font-size:12px}.pm-dispatch-list article p{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.pm-dispatch-list article time{font-style:normal}.pm-dispatch-list article>button{border-radius:8px;height:38px;padding:0 13px}.pm-dispatch-empty{color:#6f7d78;justify-content:center;align-items:center;gap:10px;min-height:92px;display:flex}.pm-dispatch-empty>svg{color:#0b8b66;width:24px}.pm-dispatch-empty>span{flex-direction:column;gap:4px;display:flex}.pm-dispatch-empty b{font-size:13px}.pm-dispatch-empty small{font-size:12px}.pm-dispatch-summary{background:#f4faf7;border:1px solid #dce8e3;border-radius:10px;gap:11px;margin:20px 22px 0;padding:15px;display:flex}.pm-dispatch-summary>svg{color:#0b8b66;flex:none;width:22px}.pm-dispatch-summary>span{flex-direction:column;gap:5px;display:flex}.pm-dispatch-summary b{font-size:14px}.pm-dispatch-summary small,.pm-dispatch-summary p{color:#6e7e77;font-size:12px}.pm-dispatch-summary p{margin:2px 0 0;line-height:1.5}.pm-patrol-photos{border:1px solid #dbe7e2;border-radius:9px;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;display:grid}.pm-patrol-photos>header{grid-column:1/-1;justify-content:space-between;gap:12px;display:flex}.pm-patrol-photos>header span{font-size:13px;font-weight:700}.pm-patrol-photos>header small{color:#77857f;font-size:12px}.pm-photo-picker,.pm-patrol-photos>button{color:#08775a;cursor:pointer;background:#f6faf8;border:1px dashed #bcd5cb;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:48px;padding:8px;flex-direction:row!important;display:flex!important}.pm-photo-picker input{opacity:0;width:1px!important;height:1px!important;position:absolute!important}.pm-photo-picker svg,.pm-patrol-photos>button svg{flex:none;width:16px}.pm-photo-picker b,.pm-patrol-photos>button span{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.pm-patrol-photos>button{color:#4e5d57;border-style:solid;justify-content:space-between;min-width:0}@media (max-width:760px){.pm-dispatch-list article{grid-template-columns:36px minmax(0,1fr)}.pm-dispatch-list article>time,.pm-dispatch-list article>button{grid-column:2}.pm-patrol-photos{grid-template-columns:1fr}.pm-patrol-photos>header{flex-direction:column}}.wo-page{gap:22px;display:grid}.wo-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.wo-heading small{color:#1b6a50;letter-spacing:.08em;font-size:12px;font-weight:700}.wo-heading h1{color:#172b24;margin:6px 0 7px;font-size:29px;line-height:1.2}.wo-heading p{color:#64746e;margin:0;font-size:14px}.wo-heading>div:last-child{gap:10px;display:flex}.wo-heading button,.wo-list button,.wo-form button,.wo-detail button{color:#28483c;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d9e4df;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 16px;font-weight:700;display:inline-flex}.wo-heading button svg,.wo-list button svg{width:17px}.wo-heading .wo-primary,.wo-form footer button:last-child,.wo-actions button,.wo-material-request button{color:#fff;background:#176b50;border-color:#176b50}.wo-business-tabs{background:#eef4f1;border:1px solid #dfe8e4;border-radius:10px;justify-self:start;gap:5px;padding:4px;display:inline-flex}.wo-business-tabs button{color:#596d65;cursor:pointer;background:0 0;border:0;border-radius:7px;min-width:112px;height:38px;padding:0 18px;font-size:14px;font-weight:700}.wo-business-tabs button.active{color:#176b50;background:#fff;box-shadow:0 2px 8px #183a2e18}.wo-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.wo-metrics article{background:#fff;border:1px solid #dfe8e4;border-radius:12px;align-items:center;gap:14px;padding:20px;display:flex}.wo-metrics article>span{color:#176b50;background:#edf7f2;border-radius:11px;place-items:center;width:43px;height:43px;display:grid}.wo-metrics svg{width:20px}.wo-metrics small{color:#70807a;font-size:13px;display:block}.wo-metrics strong{color:#18352b;font-size:26px}.wo-metrics em{color:#72817c;margin-left:4px;font-size:12px;font-style:normal}.wo-list{background:#fff;border:1px solid #dfe8e4;border-radius:13px;overflow:hidden}.wo-list>header{border-bottom:1px solid #e6ece9;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:13px 18px;display:flex}.wo-list nav{background:#f1f5f3;border-radius:9px;gap:5px;padding:4px;display:flex}.wo-list nav button{background:0 0;border:0;height:34px;padding:0 14px}.wo-list nav button.active{color:#176b50;background:#fff;box-shadow:0 1px 4px #183a2e1a}.wo-list>header>div{gap:9px;display:flex}.wo-list label{border:1px solid #d9e4df;border-radius:8px;align-items:center;gap:7px;height:40px;padding:0 11px;display:flex}.wo-list label svg{color:#7d8a85;width:16px}.wo-list input,.wo-list select{background:0 0;border:0;outline:0;font-size:14px}.wo-list>header select{border:1px solid #d9e4df;border-radius:8px;padding:0 10px}.wo-table-wrap{overflow:auto}.wo-table-wrap table{border-collapse:collapse;width:100%;min-width:1080px}.wo-table-wrap th{text-align:left;color:#60726b;white-space:nowrap;background:#f7f9f8;padding:13px 15px;font-size:12px}.wo-table-wrap td{color:#31473f;border-top:1px solid #edf1ef;padding:15px;font-size:14px}.wo-table-wrap td b,.wo-table-wrap td small{display:block}.wo-table-wrap td small{color:#76847f;margin-top:4px;font-size:12px}.wo-table-wrap td.danger{color:#b34835}.wo-table-wrap td button{color:#176b50;border:0;height:auto;padding:0}.wo-pagination{color:#64746e;border-top:1px solid #e6ece9;justify-content:space-between;align-items:center;padding:13px 18px;font-size:13px;display:flex}.wo-pagination div{gap:8px;display:flex}.wo-pagination button{height:34px}.wo-pagination button:disabled,.wo-detail button:disabled{opacity:.42;cursor:not-allowed}.wo-badge{white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.wo-badge i{background:#73817c;border-radius:50%;width:7px;height:7px}.wo-badge.ok{color:#187058}.wo-badge.ok i{background:#21a778}.wo-badge.warn{color:#a56416}.wo-badge.warn i{background:#df9b3f}.wo-badge.danger{color:#b24a38}.wo-badge.danger i{background:#d95b45}.wo-loading,.wo-empty,.wo-error{color:#71807b;justify-content:center;align-items:center;min-height:260px;display:flex}.wo-loading{gap:10px}.wo-loading span{border:3px solid #dce7e2;border-top-color:#176b50;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite wo-spin}.wo-empty{flex-direction:column}.wo-empty svg{width:34px}.wo-empty h3{color:#31473f;margin:10px 0 4px}.wo-empty p{margin:0}.wo-error{gap:14px}.wo-error svg{color:#b24a38}.wo-error b{color:#8e382a}.wo-error p{margin:4px 0 0}.wo-overlay{z-index:90;background:#10251d66;justify-content:flex-end;display:flex;position:fixed;inset:0}.wo-drawer{background:#f6f8f7;flex-direction:column;width:min(820px,100vw);height:100%;display:flex;box-shadow:-18px 0 45px #0b20173d}.wo-drawer>header{background:#fff;border-bottom:1px solid #dfe7e3;flex:none;justify-content:space-between;align-items:center;height:82px;padding:16px 22px;display:flex}.wo-drawer>header small{color:#187058;font-size:12px}.wo-drawer>header h2{color:#1b332a;margin:4px 0 0;font-size:21px}.wo-drawer>header button{background:#eef3f1;border:0;border-radius:9px;width:38px;height:38px;padding:0}.wo-drawer>header svg{width:18px}.wo-form,.wo-detail{flex:1;overflow:auto}.wo-form{flex-direction:column;display:flex}.wo-form-grid{grid-template-columns:1fr 1fr;gap:16px;padding:22px;display:grid}.wo-form label{gap:7px;display:grid}.wo-form label.wide{grid-column:1/-1}.wo-form label span,.wo-assignee>span,.wo-note>span{color:#42564f;font-size:13px;font-weight:700}.wo-form input,.wo-form select,.wo-form textarea,.wo-dispatch-panel input,.wo-dispatch-panel select,.wo-dispatch-panel textarea,.wo-assignee select,.wo-note textarea,.wo-material-request select,.wo-material-request input,.wo-evaluate select{box-sizing:border-box;background:#fff;border:1px solid #cfdcd6;border-radius:8px;outline:0;width:100%;min-height:42px;padding:9px 11px;font-size:14px}.wo-waiting-band{color:#176b50;background:#edf8f3;border:1px solid #b9dfcf;border-radius:11px;align-items:center;gap:12px;padding:15px 18px;display:flex}.wo-waiting-band svg{flex:none;width:22px}.wo-waiting-band b,.wo-waiting-band small{display:block}.wo-waiting-band small{color:#5d756b;margin-top:3px;font-size:12px}.wo-dispatch-panel{background:#f5f8f7;border-radius:10px;grid-template-columns:1fr 1fr;gap:13px;margin-top:13px;padding:15px;display:grid}.wo-dispatch-panel label{gap:6px;display:grid}.wo-dispatch-panel label.wide,.wo-dispatch-panel>button,.wo-dispatch-panel>p{grid-column:1/-1}.wo-dispatch-panel label span,.wo-switches label{color:#42564f;font-size:13px;font-weight:700}.wo-settings-form{gap:15px;display:grid}.wo-settings-form .wo-form-grid{padding:0}.wo-settings-form>button,.wo-dispatch-panel>button{color:#fff;background:#176b50;border-color:#176b50;justify-self:end}.wo-switches{flex-wrap:wrap;gap:14px 22px;display:flex}.wo-switches label{align-items:center;gap:7px;display:inline-flex}.wo-plan-list{gap:8px;display:grid}.wo-plan-list p{background:#f4f7f6;border-radius:8px;justify-content:space-between;gap:16px;margin:0;padding:11px 13px;font-size:13px;display:flex}.wo-plan-list span{color:#687a73}.wo-form footer{background:#fff;border-top:1px solid #dfe7e3;justify-content:flex-end;gap:10px;margin-top:auto;padding:14px 22px;display:flex}.wo-detail{flex-direction:column;gap:15px;padding:20px;display:flex}.wo-detail>*{flex:none}.wo-detail-hero,.wo-block,.wo-facts{background:#fff;border:1px solid #dfe7e3;border-radius:12px}.wo-detail-hero{grid-template-columns:46px 1fr auto;gap:14px;padding:20px;display:grid}.wo-detail-hero>div{min-width:0}.wo-detail-hero>span{color:#176b50;background:#edf7f2;border-radius:11px;place-items:center;width:46px;height:46px;display:grid}.wo-detail-hero small{color:#5d756b;font-size:12px}.wo-detail-hero h3{overflow-wrap:anywhere;margin:5px 0;font-size:18px}.wo-detail-hero p{color:#65756f;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.55}.wo-facts{grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden}.wo-facts div{border-bottom:1px solid #edf1ef;border-right:1px solid #edf1ef;min-width:0;padding:15px}.wo-facts small{color:#73817c;font-size:12px;display:block}.wo-facts b{overflow-wrap:anywhere;margin-top:5px;font-size:14px;line-height:1.45;display:block}.wo-block{padding:18px}.wo-block>header small{color:#187058;font-size:12px}.wo-block>header h3{margin:3px 0 12px;font-size:17px}.wo-assignee{grid-template-columns:170px 1fr auto;align-items:center;gap:10px;margin:12px 0;display:grid}.wo-note{gap:7px;display:grid}.wo-actions,.wo-evaluate{gap:9px;margin-top:12px;display:flex}.wo-muted{color:#71807b;font-size:13px}.wo-material-request{grid-template-columns:1fr 100px auto;gap:8px;display:grid}.wo-material{border:1px solid #e1e9e5;border-radius:9px;margin-top:12px;padding:13px}.wo-material header{justify-content:space-between;display:flex}.wo-material header small{color:#71807b;margin-top:3px;display:block}.wo-material>div{grid-template-columns:repeat(3,1fr) auto;gap:8px;margin-top:10px;display:grid}.wo-material label{font-size:12px}.wo-material input{box-sizing:border-box;width:100%;margin-top:3px}.wo-material p{color:#71807b;font-size:13px}.wo-timeline article{grid-template-columns:15px 1fr auto;gap:9px;padding:8px 0;display:grid}.wo-timeline article i{border:2px solid #48a37f;border-radius:50%;width:9px;height:9px;margin-top:5px}.wo-timeline b,.wo-timeline small{display:block}.wo-timeline small,.wo-timeline span{color:#75837e;font-size:12px}@keyframes wo-spin{to{transform:rotate(360deg)}}@media (max-width:1100px){.wo-metrics{grid-template-columns:1fr 1fr}.wo-list>header{flex-direction:column;align-items:stretch}.wo-list>header>div{grid-template-columns:minmax(200px,1fr) auto auto;display:grid}.wo-list label{min-width:0}.wo-facts{grid-template-columns:1fr 1fr}}@media (max-width:560px){.wo-page{gap:15px}.wo-heading{flex-direction:column;align-items:stretch}.wo-heading>div:last-child{grid-template-columns:1fr 1fr;display:grid}.wo-heading h1{font-size:25px}.wo-metrics{gap:9px}.wo-metrics article{gap:9px;padding:13px}.wo-metrics article>span{width:36px;height:36px}.wo-metrics strong{font-size:22px}.wo-list nav{grid-template-columns:repeat(3,1fr);display:grid}.wo-list>header>div{grid-template-columns:1fr}.wo-table-wrap table{min-width:0}.wo-table-wrap thead{display:none}.wo-table-wrap tbody{gap:10px;padding:10px;display:grid}.wo-table-wrap tr{background:#fff;border:1px solid #dfe7e3;border-radius:10px;grid-template-columns:1fr 1fr;padding:12px;display:grid}.wo-table-wrap td{border:0;padding:5px;font-size:13px}.wo-table-wrap td:first-child,.wo-table-wrap td:last-child{grid-column:1/-1}.wo-pagination{flex-direction:column;align-items:stretch;gap:9px}.wo-pagination div{grid-template-columns:1fr 1fr;display:grid}.wo-drawer{width:100vw}.wo-form-grid{grid-template-columns:1fr}.wo-form label.wide{grid-column:auto}.wo-detail{padding:12px}.wo-detail-hero{grid-template-columns:40px 1fr}.wo-detail-hero>.wo-badge{grid-column:2}.wo-facts{grid-template-columns:1fr 1fr}.wo-assignee,.wo-material-request,.wo-material>div{grid-template-columns:1fr}.wo-actions{flex-direction:column}.wo-dispatch-panel{grid-template-columns:1fr}.wo-dispatch-panel label.wide,.wo-dispatch-panel>button,.wo-dispatch-panel>p{grid-column:auto}}.sp-page{--sp-green:#08785a;--sp-line:#dfe8e4;color:#26342f;flex-direction:column;gap:14px;display:flex}.sp-loading{color:#718079;align-content:center;place-items:center;gap:12px;height:420px;display:grid}.sp-loading span{border:3px solid #dce9e4;border-top-color:#08785a;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite sp-spin}@keyframes sp-spin{to{transform:rotate(360deg)}}.sp-heading{border:1px solid var(--sp-line);background:#fff;border-radius:13px;justify-content:space-between;align-items:center;gap:18px;min-height:104px;padding:18px 22px;display:flex}.sp-heading small{color:var(--sp-green);font-size:12px;font-weight:800}.sp-heading h1{margin:5px 0 4px;font-size:29px}.sp-heading p{color:#718079;margin:0;font-size:14px;line-height:1.55}.sp-heading>div:last-child{flex:none;gap:9px;display:flex}.sp-heading button,.sp-submit{background:var(--sp-green);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 16px;font-size:14px;font-weight:800;display:flex}.sp-heading button.secondary{color:#496059;background:#eef4f1}.sp-heading svg{width:17px}.sp-tabs{border:1px solid var(--sp-line);background:#fff;border-radius:12px;grid-template-columns:repeat(8,1fr);height:72px;display:grid;overflow:hidden}.sp-tabs button{color:#687872;background:#fff;border-right:1px solid #edf1ef;justify-content:center;align-items:center;gap:8px;font-size:13px;display:flex;position:relative}.sp-tabs button:last-child{border:0}.sp-tabs button.active{color:var(--sp-green);background:#f1f8f5;font-weight:800}.sp-tabs button.active:after{content:"";background:var(--sp-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:18px;right:18px}.sp-tabs svg{width:18px}.sp-tabs i{color:#fff;background:#e36b59;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-style:normal;display:grid}.sp-metrics{grid-template-columns:repeat(6,1fr);gap:11px;display:grid}.sp-metrics article{border:1px solid var(--sp-line);background:#fff;border-radius:12px;align-items:center;gap:12px;min-height:105px;padding:16px;display:flex}.sp-metrics article>span{width:42px;height:42px;color:var(--sp-green);background:#e8f5ef;border-radius:11px;flex:none;place-items:center;display:grid}.sp-metrics svg{width:21px}.sp-metrics article>div{flex-direction:column;gap:6px;min-width:0;display:flex}.sp-metrics small{color:#778680;font-size:12px}.sp-metrics strong{white-space:nowrap;text-overflow:ellipsis;font-size:22px;overflow:hidden}.sp-metrics em{color:#718079;margin-left:4px;font-size:12px;font-style:normal}.sp-dashboard-grid{grid-template-columns:1.4fr 1fr;gap:14px;display:grid}.sp-dashboard-grid>article,.sp-panel,.sp-master-grid>article{border:1px solid var(--sp-line);background:#fff;border-radius:12px;overflow:hidden}.sp-dashboard-grid>article>header,.sp-sublist>header{border-bottom:1px solid #e7edea;align-items:center;height:64px;padding:0 18px;display:flex}.sp-dashboard-grid header small{color:var(--sp-green);font-size:12px;font-weight:800}.sp-dashboard-grid header h2,.sp-sublist h3{margin:4px 0 0;font-size:18px}.sp-flow{align-items:center;gap:8px;min-height:205px;padding:24px 18px;display:flex}.sp-flow>button{text-align:left;background:#f8fbfa;border:1px solid #dfe9e5;border-radius:11px;flex-direction:column;flex:1;align-items:flex-start;gap:9px;min-height:128px;padding:14px;display:flex}.sp-flow>button svg{width:25px;color:var(--sp-green)}.sp-flow>button b{font-size:14px}.sp-flow>button small{color:#778680;font-size:12px}.sp-flow>svg{color:#9aaba4;flex:none;width:18px}.sp-recent{border-bottom:1px solid #edf1ef;align-items:center;gap:10px;height:62px;padding:0 16px;display:flex}.sp-recent>span{width:32px;height:32px;color:var(--sp-green);background:#e8f5ef;border-radius:8px;place-items:center;display:grid}.sp-recent>span svg{width:16px}.sp-recent>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sp-recent b{font-size:13px}.sp-recent small{color:#7a8883;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.sp-panel>header{border-bottom:1px solid var(--sp-line);justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:12px 18px;display:flex}.sp-panel>header h2{margin:0;font-size:19px}.sp-panel>header span{color:#7b8984;font-size:12px}.sp-panel>header label{border:1px solid #dce6e2;border-radius:9px;align-items:center;width:min(340px,42vw);height:42px;padding:0 11px;display:flex}.sp-panel>header label svg{color:#82918b;width:17px}.sp-panel>header input{border:0;outline:0;flex:1;padding-left:8px;font-size:14px}.sp-table{width:100%;overflow:auto}.sp-table table{border-collapse:collapse;width:100%;min-width:1040px}.sp-table th{text-align:left;color:#687872;white-space:nowrap;background:#f7f9f8;border-bottom:1px solid #e4ebe8;height:46px;padding:0 14px;font-size:13px}.sp-table td{color:#3d4d47;white-space:nowrap;border-bottom:1px solid #edf1ef;height:64px;padding:9px 14px;font-size:14px}.sp-table td>b,.sp-table td>small{display:block}.sp-table td>b{color:#26342f;font-size:14px}.sp-table td>small{color:#82908b;margin-top:5px;font-size:12px}.sp-table tr:hover td{background:#fbfcfc}.sp-link{color:#087658;background:#edf7f3;border-radius:7px;align-items:center;gap:3px;height:34px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.sp-link svg{width:14px}.sp-badge{color:#a96528;background:#fff3e5;border-radius:14px;align-items:center;gap:6px;height:27px;padding:0 9px;font-size:12px;display:inline-flex}.sp-badge i{background:currentColor;border-radius:50%;width:6px;height:6px}.sp-badge.ok{color:#08785a;background:#e7f5ef}.sp-badge.danger{color:#bf514b;background:#fff0ed}.sp-danger,.danger{font-weight:800;color:#bc514a!important}.sp-empty{color:#82908b;text-align:center;align-content:center;place-items:center;gap:7px;min-height:220px;display:grid}.sp-empty svg{color:#a7b7b0;width:29px}.sp-empty h3{margin:3px 0 0;font-size:16px}.sp-empty p{margin:0;font-size:13px}.sp-outbound-table table{table-layout:fixed;min-width:940px}.sp-outbound-table th:first-child{width:25%}.sp-outbound-table th:nth-child(2){width:21%}.sp-outbound-table th:nth-child(3){width:11%}.sp-outbound-table th:nth-child(4){width:15%}.sp-outbound-table th:nth-child(5){width:10%}.sp-outbound-table th:nth-child(6){width:18%}.sp-outbound-table td{vertical-align:top;white-space:normal;overflow-wrap:anywhere;height:auto;min-height:64px;line-height:1.45}.sp-outbound-table td:nth-child(3),.sp-outbound-table td:nth-child(5){white-space:nowrap}.sp-outbound-table td>b,.sp-outbound-table td>small{overflow-wrap:anywhere;max-width:100%}.sp-outbound-table .sp-badge{white-space:nowrap}.sp-inventory-cards{display:none}.sp-sublist{border:1px solid var(--sp-line);border-radius:10px;margin:15px;overflow:hidden}.sp-sublist>article{border-bottom:1px solid #e9efec;align-items:center;gap:11px;height:60px;padding:0 14px;display:flex}.sp-sublist>article>span{border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.sp-sublist>article>span.in{color:#08785a;background:#e8f5ef}.sp-sublist>article>span.out{color:#af692d;background:#fff2e5}.sp-sublist>article svg{width:16px}.sp-sublist>article>div{flex-direction:column;flex:1;gap:4px;display:flex}.sp-sublist b{font-size:13px}.sp-sublist small{color:#7b8984;font-size:12px}.sp-sublist strong{font-size:13px}.sp-inline{grid-template-columns:220px 90px auto;gap:6px;display:grid}.sp-inline select,.sp-inline input{border:1px solid #dce6e2;border-radius:7px;height:36px;padding:0 8px;font-size:12px}.sp-inline button{background:var(--sp-green);color:#fff;border-radius:7px;height:36px;padding:0 10px;font-size:12px}.sp-inline button:disabled{opacity:.5}.sp-master-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.sp-master-grid>article{min-height:310px}.sp-master-grid>article>header{border-bottom:1px solid #e7edea;align-items:center;gap:11px;height:82px;padding:0 17px;display:flex}.sp-master-grid header>span{width:39px;height:39px;color:var(--sp-green);background:#e8f5ef;border-radius:10px;place-items:center;display:grid}.sp-master-grid header svg{width:20px}.sp-master-grid header small{color:#788781;font-size:12px}.sp-master-grid header h2{margin:4px 0 0;font-size:20px}.sp-master-grid p{border-bottom:1px solid #edf1ef;flex-direction:column;gap:5px;min-height:56px;margin:0;padding:9px 17px;display:flex}.sp-master-grid p b{font-size:13px}.sp-master-grid p span{color:#7b8984;font-size:12px}.sp-overlay{z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07231a70;justify-content:flex-end;display:flex;position:fixed;inset:0}.sp-drawer{background:#fff;flex-direction:column;width:min(620px,100vw - 28px);height:100vh;display:flex;box-shadow:-20px 0 60px #05261b38}.sp-drawer.wide{width:min(900px,100vw - 28px)}.sp-drawer>header{border-bottom:1px solid var(--sp-line);flex:none;justify-content:space-between;align-items:center;height:78px;padding:0 22px;display:flex}.sp-drawer>header small{color:var(--sp-green);font-size:12px;font-weight:800}.sp-drawer>header h2{margin:5px 0 0;font-size:20px}.sp-drawer>header>button{background:#edf3f0;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.sp-drawer>header svg{width:18px}.sp-form,.sp-detail{flex:1;min-height:0;overflow:auto}.sp-form{flex-direction:column;display:flex}.sp-form-grid{grid-template-columns:1fr 1fr;gap:15px;padding:20px 22px;display:grid}.sp-form-grid.compact{padding:14px}.sp-form-grid label{flex-direction:column;gap:7px;display:flex}.sp-form-grid label.wide{grid-column:1/-1}.sp-form-grid label span{color:#50605a;font-size:13px;font-weight:700}.sp-form input,.sp-form select,.sp-form textarea,.sp-detail input,.sp-detail select,.sp-detail textarea{width:100%;font:inherit;background:#fff;border:1px solid #d8e4df;border-radius:8px;outline:0;padding:0 10px;font-size:14px}.sp-form input,.sp-form select,.sp-detail input,.sp-detail select{height:42px}.sp-form textarea,.sp-detail textarea{resize:vertical;padding:10px}.sp-form-footer{z-index:2;border-top:1px solid var(--sp-line);background:#fff;justify-content:flex-end;align-items:center;gap:9px;min-height:70px;margin-top:auto;padding:0 22px;display:flex;position:sticky;bottom:0}.sp-form-footer button,.sp-action button{color:#4e5e58;background:#edf2f0;border-radius:8px;height:41px;padding:0 17px;font-size:13px}.sp-form-footer button:last-child,.sp-action button{background:var(--sp-green);color:#fff;font-weight:800}.sp-note{color:#08775a;background:#eef8f4;border-radius:9px;align-items:flex-start;gap:10px;margin:15px 22px;padding:14px;display:flex}.sp-note>svg{flex:none;width:21px}.sp-note>span{flex-direction:column;gap:5px;display:flex}.sp-note b{font-size:13px}.sp-note small{color:#6d8079;font-size:12px;line-height:1.55}.sp-lines{border:1px solid var(--sp-line);border-radius:10px;margin:0 22px 18px;overflow:hidden}.sp-lines>header{background:#f7faf8;justify-content:space-between;align-items:center;height:54px;padding:0 12px;display:flex}.sp-lines h3{font-size:14px}.sp-lines header button{height:33px;color:var(--sp-green);background:#e8f4ef;border-radius:7px;align-items:center;gap:5px;padding:0 9px;font-size:12px;display:flex}.sp-lines header svg{width:14px}.sp-lines>div{border-top:1px solid #e8eeeb;grid-template-columns:minmax(0,1fr) 110px 110px 36px;gap:7px;padding:8px 10px;display:grid}.sp-lines>div>button{color:#bd514a;background:#fff0ed;border-radius:7px}.sp-lines>div>button svg{width:15px}.sp-submit{border:0;grid-column:1/-1;justify-self:end}.sp-segment{background:#edf3f0;border-radius:8px;grid-template-columns:1fr 1fr;gap:4px;padding:4px;display:grid}.sp-segment.standalone{margin:16px 22px 0}.sp-segment button{color:#6c7c75;border-radius:6px;height:34px;font-size:12px}.sp-segment button.active{color:var(--sp-green);background:#fff;font-weight:800;box-shadow:0 2px 7px #0b51361a}.sp-hero{background:#f4faf7;border:1px solid #dce8e3;border-radius:12px;align-items:flex-start;gap:13px;min-height:108px;margin:18px 22px 0;padding:18px;display:flex}.sp-hero>span{color:#087a5a;background:#e3f2ec;border-radius:11px;flex:none;place-items:center;width:44px;height:44px;display:grid}.sp-hero>span svg{width:22px}.sp-hero>div{flex:1}.sp-hero small{color:var(--sp-green);font-size:12px}.sp-hero h3{margin:5px 0;font-size:18px}.sp-hero p{color:#75847e;margin:0;font-size:12px}.sp-block{border:1px solid var(--sp-line);border-radius:11px;margin:14px 22px 0;overflow:hidden}.sp-block>header{background:#f8faf9;border-bottom:1px solid #e5ece9;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:10px 14px;display:flex}.sp-block>header small{color:var(--sp-green);font-size:12px;font-weight:800}.sp-block>header h3{margin:4px 0 0;font-size:15px}.sp-quote-form{border-bottom:1px solid #e6ece9;grid-template-columns:1fr 1fr 120px 130px auto;gap:7px;padding:10px 12px;display:grid}.sp-quote-form input,.sp-quote-form select{border:1px solid #d8e4df;border-radius:7px;height:39px;padding:0 8px;font-size:12px}.sp-quote-form button{background:var(--sp-green);color:#fff;border-radius:7px;font-size:12px}.sp-detail-row{border-bottom:1px solid #e9eeec;align-items:center;gap:10px;min-height:58px;padding:9px 14px;display:flex}.sp-detail-row>div{flex-direction:column;flex:1;gap:4px;display:flex}.sp-detail-row b{font-size:13px}.sp-detail-row small{color:#7e8c86;font-size:12px}.sp-detail-row>span,.sp-detail-row>strong{font-size:13px}.sp-arrival-lines{padding:0 14px}.sp-arrival-lines article{border-bottom:1px solid #e8eeeb;grid-template-columns:minmax(160px,1fr) 130px 180px;align-items:end;gap:9px;padding:10px 0;display:grid}.sp-arrival-lines b{align-self:center;font-size:13px}.sp-arrival-lines label{color:#6d7b76;font-size:12px}.sp-arrival-lines input{margin-top:5px}.sp-action{justify-content:flex-end;padding:12px 14px;display:flex}.sp-inspection{border:1px solid var(--sp-line);border-radius:10px;margin:18px 22px;overflow:hidden}.sp-inspection>header,.sp-inspection>article{grid-template-columns:minmax(230px,1fr) repeat(3,130px);align-items:center;gap:8px;display:grid}.sp-inspection>header{color:#6d7c76;background:#f7f9f8;height:44px;padding:0 12px;font-size:12px;font-weight:800}.sp-inspection>article{border-top:1px solid #e8eeeb;min-height:64px;padding:9px 12px}.sp-inspection>article>div{flex-direction:column;gap:4px;display:flex}.sp-inspection b{font-size:13px}.sp-inspection small{color:#7c8984;font-size:12px}.sp-inspection strong{font-size:13px}.sp-inspection input{height:38px!important}@media (max-width:1200px){.sp-tabs{overscroll-behavior-x:contain;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#8cb6a7 #edf3f0;grid-template-columns:repeat(8,130px);overflow-x:auto}.sp-tabs::-webkit-scrollbar{height:6px}.sp-tabs::-webkit-scrollbar-track{background:#edf3f0}.sp-tabs::-webkit-scrollbar-thumb{background:#8cb6a7;border-radius:6px}.sp-tabs button{scroll-snap-align:start}.sp-metrics{grid-template-columns:repeat(3,1fr)}.sp-dashboard-grid{grid-template-columns:1fr}.sp-flow{overflow:auto}.sp-flow>button{min-width:150px}.sp-master-grid{grid-template-columns:1fr 1fr}}@media (max-width:760px){.sp-heading{flex-direction:column;align-items:flex-start}.sp-heading>div:last-child{width:100%}.sp-heading button{flex:1}.sp-heading h1{font-size:25px}.sp-tabs{grid-template-columns:repeat(8,118px);height:76px}.sp-tabs button{gap:6px;font-size:12px}.sp-tabs button.active:after{bottom:5px;left:12px;right:12px}.sp-metrics{grid-template-columns:1fr 1fr}.sp-metrics article{min-height:92px;padding:12px}.sp-metrics strong{font-size:18px}.sp-panel>header{flex-direction:column;align-items:flex-start}.sp-panel>header label{width:100%}.sp-inventory-table{display:none}.sp-inventory-cards{gap:10px;padding:14px;display:grid}.sp-inventory-cards>article{background:#fff;border:1px solid #dfe8e4;border-radius:11px;padding:14px}.sp-inventory-cards>article>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.sp-inventory-cards>article>header>div{flex-direction:column;gap:5px;min-width:0;display:flex}.sp-inventory-cards>article>header b{overflow-wrap:anywhere;font-size:14px;line-height:1.45}.sp-inventory-cards>article>header small{color:#7b8984;font-size:12px}.sp-inventory-cards>article>header>.sp-danger{flex:none;font-size:12px}.sp-inventory-cards>article>p{border-top:1px solid #edf1ef;border-bottom:1px solid #edf1ef;align-items:center;gap:9px;margin:13px 0;padding:10px 0;display:flex}.sp-inventory-cards>article>p>svg{width:18px;color:var(--sp-green);flex:none}.sp-inventory-cards>article>p>span{flex-direction:column;gap:4px;min-width:0;font-size:13px;font-weight:700;display:flex}.sp-inventory-cards>article>p small{color:#7b8984;overflow-wrap:anywhere;font-size:12px;font-weight:400}.sp-inventory-cards dl{grid-template-columns:1fr 1fr;gap:12px;margin:0;display:grid}.sp-inventory-cards dl>div{flex-direction:column;gap:5px;display:flex}.sp-inventory-cards dt{color:#7b8984;font-size:12px}.sp-inventory-cards dd{margin:0;font-size:14px;font-weight:800}.sp-sublist{margin:0 14px 14px}.sp-sublist>header{height:56px;padding:0 14px}.sp-sublist>article{grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;height:auto;min-height:88px;padding:12px;display:grid}.sp-sublist>article>span{align-self:start}.sp-sublist>article>div{gap:6px;min-width:0}.sp-sublist b{overflow-wrap:anywhere;line-height:1.4}.sp-sublist small{overflow-wrap:anywhere;line-height:1.45}.sp-sublist strong{white-space:nowrap;align-self:center}.sp-master-grid{grid-template-columns:1fr}.sp-drawer,.sp-drawer.wide{width:100vw}.sp-form-grid{grid-template-columns:1fr}.sp-form-grid label.wide{grid-column:auto}.sp-lines>div{grid-template-columns:1fr 90px}.sp-lines>div input:nth-of-type(2){grid-column:1}.sp-quote-form{grid-template-columns:1fr 1fr}.sp-inspection{overflow:auto}.sp-inspection>header,.sp-inspection>article{min-width:690px}.sp-arrival-lines article{grid-template-columns:1fr 1fr}.sp-arrival-lines article>b{grid-column:1/-1}.sp-inline{grid-template-columns:170px 80px auto}}.procurement-research-card{background:#fff;border:1px solid #d8e6e0;border-radius:11px;margin-top:16px;overflow:hidden}.procurement-research-card>header{background:#f4faf7;border-bottom:1px solid #e2ebe7;justify-content:space-between;align-items:center;gap:12px;min-height:62px;padding:10px 14px;display:flex}.procurement-research-card>header>div{align-items:center;gap:10px;display:flex}.procurement-research-card>header>div>span{color:#08785a;background:#dff2ea;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.procurement-research-card svg{width:18px}.procurement-research-card header section small{color:#668078;font-size:12px}.procurement-research-card header h3{margin:3px 0 0;font-size:15px}.procurement-research-card header button{color:#08785a;background:#e4f2ec;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 11px;font-weight:700;display:flex}.procurement-research-card header button:disabled{opacity:.55}.procurement-research-total{grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;display:grid}.procurement-research-total span{background:#f6f9f8;border-radius:9px;flex-direction:column;gap:6px;min-height:60px;padding:10px 12px;display:flex}.procurement-research-total small{color:#76857f;font-size:12px}.procurement-research-total b{font-size:17px}.procurement-research-summary{color:#526760;background:#f5faf8;border-left:3px solid #5baa8d;margin:0 14px 12px;padding:10px 12px;font-size:13px;line-height:1.55}.procurement-research-items{padding:0 14px 10px}.procurement-research-items article{border-top:1px solid #e7eeeb;justify-content:space-between;align-items:center;gap:12px;min-height:49px;display:flex}.procurement-research-items article>div{flex-direction:column;gap:3px;display:flex}.procurement-research-items b,.procurement-research-items span{font-size:13px}.procurement-research-items small{color:#7d8a85;font-size:12px}.procurement-research-sources{background:#f6f8f7;border-radius:9px;flex-direction:column;gap:7px;margin:0 14px 13px;padding:11px 12px;display:flex}.procurement-research-sources>b{font-size:12px}.procurement-research-sources a{color:#176c55;justify-content:space-between;align-items:center;gap:10px;min-height:28px;font-size:12px;display:flex}.procurement-research-sources a span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.procurement-research-sources a svg{flex:none;width:14px}.procurement-research-card>footer{color:#8b622e;background:#fff8ed;border-top:1px solid #f0dfc8;align-items:flex-start;gap:8px;min-height:54px;padding:10px 14px;font-size:12px;line-height:1.45;display:flex}.procurement-research-card>footer span{flex-direction:column;gap:3px;display:flex}.procurement-research-card>footer small{color:#9c815f;font-size:12px}.procurement-research-pending{color:#63736c;align-items:center;gap:12px;min-height:84px;padding:16px;display:flex}.procurement-research-pending>svg{color:#08785a}.procurement-research-pending span{flex-direction:column;gap:5px;display:flex}.procurement-research-pending b{font-size:13px}.procurement-research-pending small{font-size:12px;line-height:1.5}.ms-approval-detail>.procurement-research-card{margin-top:16px}.ms-procurement-budget{background:#eef8f4;border:1px solid #d8e8e1;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:5px 14px;margin-top:16px;padding:14px 16px;display:grid}.ms-procurement-budget small{color:#668078;font-size:12px}.ms-procurement-budget b{color:#08785a;grid-area:1/2/3;font-size:21px}.ms-procurement-budget span{color:#7a8983;font-size:12px}.ms-budget-input{flex-direction:column;gap:7px;margin:14px 14px 0;display:flex}.ms-budget-input span{color:#44564f;font-size:12px;font-weight:800}.ms-budget-input input{border:1px solid #8fc8b3;border-radius:8px;outline:0;height:43px;padding:0 11px;font-size:14px}.ms-budget-input input:focus{box-shadow:0 0 0 3px #0b8b6618}.ms-approval-error{color:#b44d44;background:#fff0ed;border-radius:8px;margin:10px 14px 0;padding:9px 11px;font-size:12px}.ms-approval-action button:disabled{opacity:.55;cursor:not-allowed}@media (max-width:680px){.procurement-research-total{grid-template-columns:1fr}.procurement-research-items article{flex-direction:column;align-items:flex-start;padding:9px 0}.procurement-research-card>header{align-items:flex-start}.ms-procurement-budget{grid-template-columns:1fr}.ms-procurement-budget b{grid-area:auto}}.oc-page{--oc-green:#0a8a65;--oc-dark:#075b45;--oc-line:#dbe7e2;--oc-muted:#718079;color:#17231f;min-width:0}.oc-loading{color:#718079;align-content:center;place-items:center;gap:14px;min-height:60vh;display:grid}.oc-loading span{border:3px solid #d9e6e1;border-top-color:#0a8a65;border-radius:50%;width:35px;height:35px;animation:.8s linear infinite oc-spin}@keyframes oc-spin{to{transform:rotate(360deg)}}.oc-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.oc-heading>div:first-child small{letter-spacing:1.8px;color:var(--oc-green);font-size:12px;font-weight:800}.oc-heading h1{margin:7px 0;font-size:29px}.oc-heading p{color:var(--oc-muted);margin:0;font-size:14px}.oc-heading>div:last-child{align-items:center;gap:9px;display:flex}.oc-heading select{border:1px solid var(--oc-line);background:#fff;border-radius:9px;height:41px;padding:0 11px;font-size:13px}.oc-heading button{color:#fff;background:#0a8a65;border-radius:9px;align-items:center;gap:7px;height:41px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.oc-heading button.secondary{color:#53625c;border:1px solid var(--oc-line);background:#fff}.oc-heading svg{width:17px}.oc-tabs{border:1px solid var(--oc-line);background:#fff;border-radius:12px;grid-template-columns:repeat(3,1fr);gap:5px;height:64px;margin-bottom:15px;padding:6px;display:grid}.oc-tabs button{color:#687771;background:0 0;border-radius:8px;justify-content:center;align-items:center;gap:8px;font-size:14px;display:flex;position:relative}.oc-tabs button.active{color:#075d46;background:#e6f4ef;font-weight:800}.oc-tabs svg{width:18px}.oc-tabs i{color:#fff;background:#d75c53;border-radius:10px;place-items:center;min-width:20px;height:20px;font-size:12px;font-style:normal;display:grid}.oc-contract-originals{border:1px solid var(--oc-line);background:#f9fbfa;border-radius:12px;grid-column:1/-1;padding:15px}.oc-contract-originals>header{justify-content:space-between;align-items:center;gap:14px;display:flex}.oc-contract-originals>header>div{flex-direction:column;gap:4px;display:flex}.oc-contract-originals>header span{font-size:14px;font-weight:800}.oc-contract-originals>header small{color:var(--oc-muted);font-size:12px}.oc-contract-originals>header label,.oc-review-resubmit>label{color:#fff;cursor:pointer;background:#0a8a65;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 13px;font-size:13px;font-weight:700;display:flex;position:relative}.oc-contract-originals input,.oc-review-resubmit input{opacity:0;cursor:pointer;position:absolute;inset:0}.oc-contract-originals svg,.oc-review-resubmit svg{width:17px}.oc-contract-originals>div{gap:8px;margin-top:12px;display:grid}.oc-contract-originals article{background:#fff;border:1px solid #e0e9e6;border-radius:9px;align-items:center;gap:9px;min-height:48px;padding:8px 10px;display:flex}.oc-contract-originals article>svg{color:#0a8a65}.oc-contract-originals article span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.oc-contract-originals article b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.oc-contract-originals article small{color:var(--oc-muted);font-size:12px}.oc-contract-originals article button{color:#a1443d;background:#fff0ee;border-radius:7px;width:32px;height:32px}.oc-contract-originals>p{color:#7b8984;background:#fff;border-radius:9px;align-items:center;gap:8px;margin:13px 0 0;padding:12px;font-size:12px;display:flex}.oc-finance-review-summary{background:#f8fbfa;border:1px solid #d9e7e2;border-radius:12px;padding:16px}.oc-finance-review-summary.returned,.oc-finance-review-summary.rejected{background:#fff8f7;border-color:#efcec9}.oc-finance-review-summary>header{justify-content:space-between;align-items:center;display:flex}.oc-finance-review-summary>header small{color:#718079;font-size:12px}.oc-finance-review-summary h3{margin:4px 0;font-size:17px}.oc-contract-original-list{grid-template-columns:1fr 1fr;gap:8px;margin-top:12px;display:grid}.oc-contract-original-list a{background:#fff;border:1px solid #e0e9e6;border-radius:9px;align-items:center;gap:9px;padding:10px;display:flex}.oc-contract-original-list svg{color:#0a8a65;width:20px}.oc-contract-original-list span{flex-direction:column;gap:3px;min-width:0;display:flex}.oc-contract-original-list b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.oc-contract-original-list small{color:#718079;font-size:12px}.oc-finance-review-summary>p{background:#fff;border-radius:8px;gap:8px;margin:10px 0 0;padding:11px;font-size:12px;display:flex}.oc-finance-review-summary>p b{flex:none}.oc-finance-review-summary>p.decision{color:#933c35;background:#fff0ee}.oc-finance-review-summary>footer{color:#775b17;margin-top:12px;font-size:12px}.oc-review-resubmit{border-top:1px solid #ead6d3;gap:8px;margin-top:12px;padding-top:12px;display:grid}.oc-review-resubmit>label{width:max-content}.oc-review-resubmit>span{background:#fff;border-radius:8px;align-items:center;gap:8px;min-height:38px;padding:7px 9px;display:flex}.oc-review-resubmit>span b{flex:1;font-size:12px}.oc-review-resubmit>span button{width:28px;height:28px}.oc-review-resubmit textarea{border:1px solid var(--oc-line);font:inherit;border-radius:8px;padding:10px}.oc-review-resubmit>button{color:#fff;background:#0a8a65;border-radius:8px;justify-self:end;height:38px;padding:0 14px;font-weight:700}.oc-right-chain{background:#f5fbf8;border:1px solid #cfe4dc;border-radius:12px;margin-top:13px;padding:15px}.oc-right-chain.risk{background:#fffaf0;border-color:#efc37f}.oc-right-chain>header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.oc-right-chain>header small{color:#718079;font-size:12px}.oc-right-chain h3{margin:4px 0 0;font-size:16px}.oc-right-chain>header>span{color:#08775a;white-space:nowrap;background:#dff2ea;border-radius:12px;padding:5px 8px;font-size:12px;font-weight:800}.oc-right-chain.risk>header>span{color:#9b6017;background:#fff0d3}.oc-right-chain>div{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;display:grid}.oc-right-chain>div article{background:#fff;border:1px solid #dfe9e5;border-radius:8px;flex-direction:column;gap:5px;padding:10px;display:flex}.oc-right-chain article small{color:#718079;font-size:12px}.oc-right-chain article b{font-size:12px}.oc-right-chain>p{color:#5f6d67;margin:10px 0 0;font-size:12px;line-height:1.55}.oc-right-chain>footer{color:#8b5917;background:#fff2d9;border-radius:8px;gap:8px;margin-top:10px;padding:10px;display:flex}.oc-right-chain>footer svg{flex:none;width:18px}.oc-right-chain>footer span{flex-direction:column;gap:3px;display:flex}.oc-right-chain>footer b{font-size:12px}.oc-right-chain>footer small{font-size:12px;line-height:1.45}.oc-right-chain>section{gap:6px;margin-top:11px;display:grid}.oc-right-chain>section article{background:#fff;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.oc-right-chain>section article span{flex-direction:column;gap:3px;display:flex}.oc-right-chain>section article i{color:#08775a;white-space:nowrap;background:#e3f2ec;border-radius:10px;padding:4px 7px;font-size:12px;font-style:normal}.oc-right-chain>section article i.risk{color:#9b6017;background:#fff0d3}.oc-renew-right-risk{color:#8b5917;background:#fff7e7;border-radius:9px;grid-column:1/-1;gap:9px;padding:12px;display:flex}.oc-renew-right-risk svg{flex:none;width:20px}.oc-renew-right-risk span{flex-direction:column;gap:5px;display:flex}.oc-renew-right-risk b{font-size:13px}.oc-renew-right-risk small{font-size:12px;line-height:1.5}.oc-renew-right-risk label{flex-direction:row;align-items:center}.oc-renew-right-risk input{width:16px;height:16px}.oc-renew-right-risk i{font-size:12px;font-style:normal}@media (max-width:700px){.oc-contract-originals>header{flex-direction:column;align-items:flex-start}.oc-contract-original-list{grid-template-columns:1fr}}.oc-metrics{grid-template-columns:repeat(7,1fr);gap:11px;margin-bottom:14px;display:grid}.oc-metrics article{border:1px solid var(--oc-line);background:#fff;border-radius:11px;align-items:center;gap:10px;height:92px;padding:13px;display:flex}.oc-metrics article>span{border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.oc-metrics svg{width:19px}.oc-metrics .green{color:#087a5a;background:#e5f4ee}.oc-metrics .yellow{color:#b77327;background:#fff3df}.oc-metrics .red{color:#c2534b;background:#ffefec}.oc-metrics .gray{color:#67766f;background:#edf2f0}.oc-metrics .blue{color:#3d75b2;background:#e7f1fb}.oc-metrics .plain{color:#50766a;background:#eef6f3}.oc-metrics article div{flex-direction:column;gap:5px;display:flex}.oc-metrics small{color:#74827d;font-size:12px}.oc-metrics strong{font-size:23px}.oc-metrics em{color:#84918c;margin-left:3px;font-size:12px;font-style:normal}.oc-board-panel,.oc-list{border:1px solid var(--oc-line);background:#fff;border-radius:12px;overflow:hidden}.oc-board-panel>header,.oc-list>header{border-bottom:1px solid #e5ece9;justify-content:space-between;align-items:center;min-height:65px;padding:13px 18px;display:flex}.oc-board-panel>header small{color:#0a8060;font-size:12px;font-weight:800}.oc-board-panel h2,.oc-list h2{margin:4px 0 0;font-size:18px}.oc-legend{gap:14px;display:flex}.oc-legend span{color:#687771;align-items:center;gap:6px;font-size:12px;display:flex}.oc-legend i{border-radius:3px;width:9px;height:9px}.oc-legend .green i{background:#26a77f}.oc-legend .yellow i{background:#e8aa42}.oc-legend .red i{background:#df6459}.oc-legend .gray i{background:#9aa8a2}.oc-legend .blue i{background:#4b86c2}.oc-board{grid-template-columns:repeat(6,minmax(135px,1fr));grid-auto-rows:155px;gap:12px;min-height:380px;padding:17px;display:grid;overflow:auto}.oc-space{text-align:left;background:#fff;border:1px solid;border-radius:11px;flex-direction:column;gap:9px;min-width:0;padding:14px;display:flex;box-shadow:0 4px 12px #133e310a}.oc-space:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0e4b381a}.oc-space.green{background:#f3fbf8;border-color:#9fd7c5}.oc-space.yellow{background:#fffaf0;border-color:#eed09a}.oc-space.red{background:#fff7f5;border-color:#ecb0aa}.oc-space.gray{background:#f7f9f8;border-color:#cfdad6}.oc-space.blue{background:#f4f8fc;border-color:#aac8e7}.oc-space>span{justify-content:space-between;align-items:center;gap:8px;display:flex}.oc-space>span b{font-size:16px}.oc-space>span small{color:#7a8983;font-size:12px}.oc-space>section{flex-direction:column;gap:4px;min-width:0;display:flex}.oc-space>section strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.oc-space>section small{color:#74837d;font-size:12px}.oc-space>footer{border-top:1px solid #dfe8e4;justify-content:space-between;align-items:center;margin-top:auto;padding-top:8px;display:flex}.oc-space>footer span{color:#6e7d77;align-items:center;gap:3px;font-size:12px;display:flex}.oc-space>footer svg{width:13px}.oc-status{white-space:nowrap;border-radius:13px;align-self:flex-start;align-items:center;gap:5px;height:26px;padding:0 8px;font-size:12px;display:inline-flex}.oc-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.oc-status.green{color:#087a5a;background:#e2f3ec}.oc-status.yellow{color:#ad681f;background:#fff0d8}.oc-status.red{color:#bd4f47;background:#ffebe8}.oc-status.gray{color:#64746d;background:#e9efec}.oc-status.blue{color:#3874b4;background:#e6f0fb}.oc-empty{text-align:center;color:#82908a;align-content:center;place-items:center;gap:8px;min-height:300px;display:grid}.oc-empty svg{color:#7ab49f;width:34px}.oc-empty h3{margin:5px 0 0;font-size:16px}.oc-empty p{margin:0;font-size:12px}.oc-list>header>div span{color:#7b8984;margin-top:4px;font-size:12px;display:block}.oc-list>header label{border:1px solid var(--oc-line);border-radius:8px;align-items:center;width:290px;height:39px;padding:0 10px;display:flex}.oc-list>header label svg{color:#87958f;width:16px}.oc-list>header input{border:0;outline:0;flex:1;padding-left:8px;font-size:13px}.oc-table{overflow:auto}.oc-table table{border-collapse:collapse;width:100%;min-width:1050px}.oc-table th{text-align:left;color:#6d7c76;white-space:nowrap;background:#f6f9f7;border-bottom:1px solid #e3eae7;height:44px;padding:0 14px;font-size:12px}.oc-table td{white-space:nowrap;border-bottom:1px solid #e9efec;height:64px;padding:10px 14px;font-size:13px}.oc-table td>b,.oc-table td>small{display:block}.oc-table td>b{font-size:14px}.oc-table td>small{color:#83908b;margin-top:4px;font-size:12px}.oc-table td>button{color:#087759;background:#e9f5f0;border-radius:7px;align-items:center;gap:3px;height:31px;padding:0 9px;font-size:12px;display:flex}.oc-table td>button svg{width:14px}.oc-overlay{z-index:145;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#07231a6e;justify-content:flex-end;display:flex;position:fixed;inset:0}.oc-drawer{background:#fff;flex-direction:column;width:min(590px,100vw - 28px);height:100vh;animation:.2s ease-out oc-in;display:flex;box-shadow:-20px 0 65px #05261b38}.oc-drawer.wide{width:min(860px,100vw - 28px)}@keyframes oc-in{0%{opacity:.75;transform:translate(26px)}}.oc-drawer>header{border-bottom:1px solid var(--oc-line);flex:none;justify-content:space-between;align-items:center;height:78px;padding:0 22px;display:flex}.oc-drawer>header small{color:#0a8060;font-size:12px;font-weight:800}.oc-drawer>header h2{margin:5px 0 0;font-size:20px}.oc-drawer>header>button{background:#edf3f0;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.oc-drawer>header svg{width:17px}.oc-form{flex-direction:column;flex:1;min-height:0;display:flex}.oc-form-grid{grid-template-columns:1fr 1fr;gap:15px;padding:20px 22px;display:grid;overflow:auto}.oc-form-grid label{flex-direction:column;gap:7px;display:flex}.oc-form-grid label.wide{grid-column:1/-1}.oc-form-grid label>span,.oc-inspect-form label>span{color:#4d5d56;font-size:13px;font-weight:700}.oc-form input,.oc-form select,.oc-form textarea,.oc-inspect-form input,.oc-inspect-form select,.oc-inspect-form textarea{background:#fff;border:1px solid #d7e3de;border-radius:8px;outline:0;width:100%;padding:0 10px;font-size:14px}.oc-form input,.oc-form select,.oc-inspect-form input,.oc-inspect-form select{height:42px}.oc-form textarea,.oc-inspect-form textarea{resize:vertical;padding:10px}.oc-form input:focus,.oc-form select:focus,.oc-form textarea:focus,.oc-inspect-form input:focus,.oc-inspect-form select:focus,.oc-inspect-form textarea:focus{border-color:#0a8a65;box-shadow:0 0 0 3px #0a8a6512}.oc-form input[aria-invalid=true]{border-color:#c84136;box-shadow:0 0 0 3px #c8413612}.oc-form-note{color:#08775a;background:#eef8f4;border-radius:9px;gap:10px;margin:0 22px 18px;padding:13px;display:flex}.oc-form-note svg{flex:none;width:21px}.oc-form-note span{flex-direction:column;gap:5px;display:flex}.oc-form-note b{font-size:13px}.oc-form-note small{color:#6e837b;font-size:12px;line-height:1.5}.oc-submit-error{color:#a52e25;background:#fff4f2;border:1px solid #efb7b2;border-radius:9px;flex:none;align-items:flex-start;gap:10px;margin:0 22px 12px;padding:11px 13px;display:flex}.oc-submit-error svg{flex:none;width:20px}.oc-submit-error span{flex-direction:column;gap:3px;display:flex}.oc-submit-error b{font-size:13px}.oc-submit-error small{color:#8d3d36;font-size:12px;line-height:1.45}.oc-form-footer{border-top:1px solid var(--oc-line);justify-content:flex-end;align-items:center;gap:9px;height:68px;margin-top:auto;padding:0 22px;display:flex}.oc-form-footer button,.oc-detail-actions button{background:#edf2f0;border-radius:8px;height:40px;padding:0 17px;font-size:13px}.oc-form-footer button:last-child,.oc-detail-actions button:last-child{color:#fff;background:#0a8a65;font-weight:700}.oc-form-footer button:disabled{opacity:.58;cursor:not-allowed}.oc-detail{padding:18px 22px 28px;overflow:auto}.oc-block-hero,.oc-contract-hero,.oc-chain-summary{background:#f4faf7;border:1px solid #d9e6e1;border-radius:12px;justify-content:space-between;align-items:flex-start;min-height:110px;padding:18px;display:flex}.oc-block-hero>div,.oc-contract-hero>div,.oc-chain-summary>div{gap:13px;display:flex}.oc-block-hero>div>svg,.oc-contract-hero>div>svg,.oc-chain-summary>div>svg{box-sizing:border-box;color:#08775a;background:#e2f3ec;border-radius:11px;width:45px;height:45px;padding:11px}.oc-block-hero h3,.oc-contract-hero h3,.oc-chain-summary h3{margin:4px 0;font-size:19px}.oc-block-hero small,.oc-contract-hero small,.oc-chain-summary small{color:#0a8060;font-size:12px}.oc-block-hero p,.oc-contract-hero p,.oc-chain-summary p{color:#718079;margin:0;font-size:12px}.oc-detail-facts{grid-template-columns:repeat(3,1fr);gap:9px;margin:13px 0;display:grid}.oc-detail-facts>div{border:1px solid #dfe8e4;border-radius:9px;flex-direction:column;gap:8px;min-height:70px;padding:12px;display:flex}.oc-detail-facts small{color:#7d8a85;font-size:12px}.oc-detail-facts b{font-size:13px}.oc-collab-note{color:#08775a;background:#edf8f4;border-radius:10px;gap:10px;padding:13px;display:flex}.oc-collab-note svg{flex:none;width:21px}.oc-collab-note span{flex-direction:column;gap:5px;display:flex}.oc-collab-note b{font-size:13px}.oc-collab-note small{color:#6d837b;font-size:12px;line-height:1.55}.oc-detail-actions{justify-content:flex-end;gap:9px;padding-top:16px;display:flex}.oc-detail-actions button{align-items:center;gap:6px;display:flex}.oc-detail-actions svg{width:16px}.oc-inspect-form{border:1px solid #dae6e1;border-radius:11px;margin-top:14px;overflow:hidden}.oc-inspect-form>header{background:#f6f9f8;border-bottom:1px solid #e3ebe7;justify-content:space-between;align-items:center;height:54px;padding:0 14px;display:flex}.oc-inspect-form h3{margin:0;font-size:15px}.oc-inspect-form>header button{background:#eaf1ee;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.oc-inspect-form>header svg{width:14px}.oc-inspect-form>div{grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.oc-inspect-form label{flex-direction:column;gap:7px;display:flex}.oc-inspect-form label.wide{grid-column:1/-1}.oc-inspect-form>footer{border-top:1px solid #e2eae6;justify-content:flex-end;padding:12px 14px;display:flex}.oc-inspect-form>footer button{color:#fff;background:#0a8a65;border-radius:8px;align-items:center;gap:6px;height:39px;padding:0 15px;display:flex}.oc-inspect-form>footer svg{width:15px}.oc-event-list{border:1px solid #dfe8e4;border-radius:10px;margin-top:13px;overflow:hidden}.oc-event-list>header{background:#f7f9f8;align-items:center;height:48px;padding:0 14px;display:flex}.oc-event-list h3{margin:0;font-size:14px}.oc-event-list p{color:#718079;font-size:12px;line-height:1.6}.oc-event-list article{border-top:1px solid #e8eeeb;align-items:center;gap:10px;min-height:55px;padding:9px 14px;display:flex}.oc-event-list article>i{background:#0a8a65;border-radius:50%;width:8px;height:8px}.oc-event-list article>span{flex-direction:column;gap:4px;display:flex}.oc-event-list b{font-size:12px}.oc-event-list small{color:#82908a;font-size:12px}.oc-confirm-actions{border:1px solid #e0e8e5;border-radius:10px;margin-top:14px;padding:15px}.oc-confirm-actions h3{margin:0;font-size:15px}.oc-confirm-actions p{color:#718079;font-size:12px;line-height:1.6}.oc-confirm-actions>div{justify-content:flex-end;gap:8px;display:flex}.oc-confirm-actions button{color:#b84f47;background:#fff0ed;border-radius:8px;height:39px;padding:0 14px;font-size:12px}.oc-confirm-actions button:last-child{color:#fff;background:#0a8a65;align-items:center;gap:6px;display:flex}.oc-confirm-actions svg{width:16px}.oc-test-purge{background:#fff8f6;border:1px solid #efb6ad;border-radius:11px;margin-top:14px;padding:16px}.oc-test-purge>header{justify-content:space-between;align-items:center;gap:14px;display:flex}.oc-test-purge>header>div{align-items:center;gap:10px;display:flex}.oc-test-purge>header svg{color:#b8483f;background:#fee7e2;border-radius:9px;width:32px;height:32px;padding:7px}.oc-test-purge>header span{flex-direction:column;gap:3px;display:flex}.oc-test-purge>header small{color:#b34b43;font-size:12px;font-weight:700}.oc-test-purge h3{margin:0;font-size:16px}.oc-test-purge>header>button{color:#fff;background:#bd4b43;border-radius:8px;height:40px;padding:0 15px;font-size:13px;font-weight:700}.oc-test-purge>header>button:disabled{opacity:.55}.oc-test-purge>p{color:#735e59;margin:12px 0 0;font-size:13px;line-height:1.7}.oc-test-purge form{border-top:1px solid #f1d4cf;grid-template-columns:1fr 1fr;gap:13px;margin-top:14px;padding-top:14px;display:grid}.oc-test-purge form>label{flex-direction:column;gap:7px;display:flex}.oc-test-purge form>label span{color:#664f4b;font-size:13px;font-weight:700}.oc-test-purge input,.oc-test-purge textarea{background:#fff;border:1px solid #e3c0ba;border-radius:8px;outline:0;width:100%;padding:0 10px;font-size:14px}.oc-test-purge input{height:42px}.oc-test-purge textarea{resize:vertical;padding:10px}.oc-test-purge input:focus,.oc-test-purge textarea:focus{border-color:#bd4b43;box-shadow:0 0 0 3px #bd4b4314}.oc-test-purge-summary,.oc-test-purge-blockers,.oc-test-purge form>footer,.oc-test-purge-error{grid-column:1/-1}.oc-test-purge-summary{background:#fff;border:1px solid #eed6d1;border-radius:9px;flex-direction:column;gap:9px;padding:12px;display:flex}.oc-test-purge-summary b{font-size:14px}.oc-test-purge-summary span{flex-wrap:wrap;gap:7px;display:flex}.oc-test-purge-summary i{color:#675853;background:#f7ece9;border-radius:13px;padding:5px 9px;font-size:12px;font-style:normal}.oc-test-purge-blockers,.oc-test-purge-error{color:#a13d36;background:#fee7e2;border-radius:8px;padding:11px 12px;font-size:13px}.oc-test-purge-blockers{flex-direction:column;gap:5px;display:flex}.oc-test-purge form>footer{justify-content:flex-end;gap:9px;display:flex}.oc-test-purge form>footer button{color:#5b514e;background:#ede8e6;border-radius:8px;height:40px;padding:0 15px;font-size:13px}.oc-test-purge form>footer button:last-child{color:#fff;background:#bd4b43;font-weight:700}.oc-test-purge form>footer button:disabled{opacity:.48;cursor:not-allowed}.oc-funds-preview{background:#f7f9f8;border:1px solid #dbe5e1;border-radius:10px;grid-column:1/-1;padding:14px}.oc-funds-preview>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.oc-funds-preview>header>div{flex-direction:column;gap:4px;display:flex}.oc-funds-preview header small{color:#6d7b75;font-size:12px}.oc-funds-preview header b{font-size:14px}.oc-funds-preview header strong{color:#28594a;font-size:20px}.oc-funds-preview>div{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;margin-top:13px;display:grid}.oc-funds-preview>div span{background:#fff;border:1px solid #e1e8e5;border-radius:8px;flex-direction:column;gap:5px;min-height:58px;padding:9px 11px;display:flex}.oc-funds-preview>div small{color:#74817b;font-size:12px}.oc-funds-preview>div b{font-size:14px}.oc-funds-preview>div i{color:#89958f;font-style:normal}.oc-funds-preview p{color:#64736c;margin:11px 0 0;font-size:12px;line-height:1.55}.oc-owner-ledger-warning{color:#965a12;background:#fff7e8;border:1px solid #edbd74;margin-top:13px}.oc-owner-ledger-warning small{color:#7d6241}.oc-table-fund.unverified b{color:#a25f0e}.oc-table-fund.unverified small{color:#8b6a40}.oc-contract-due-warning{grid-column:1/-1;margin:0}.oc-contract-due-warning label{cursor:pointer;flex-direction:row;align-items:center;gap:8px;margin-top:4px;display:flex}.oc-contract-due-warning label input{accent-color:#b5483f;flex:none;width:18px;height:18px;padding:0}.oc-contract-due-warning label i{color:#8e302a;font-size:12px;font-style:normal;font-weight:700}.oc-resource-rent-preview{grid-column:1/-1;align-items:center;margin:0}.oc-resource-rent-preview span{flex:1}.oc-resource-rent-preview>button{color:#08775a;white-space:nowrap;background:#fff;border:1px solid #b8d9cd;border-radius:8px;height:36px;padding:0 12px;font-size:12px;font-weight:700}.oc-form-grid label>small{color:#74837d;font-size:12px;line-height:1.45}.oc-low-price-approval{background:#fffbeb;border:1px solid #f1d49a;border-radius:13px;gap:14px;padding:18px;display:grid}.oc-low-price-approval.approved{background:#f2fbf6;border-color:#b7dfc8}.oc-low-price-approval.rejected,.oc-low-price-approval.returned{background:#fff6f5;border-color:#f4c7c3}.oc-low-price-approval>header,.oc-low-price-approval>footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.oc-low-price-approval header small,.oc-low-price-approval article small,.oc-low-price-approval footer small{color:#66736d;font-size:12px}.oc-low-price-approval h3{margin-top:3px;font-size:18px}.oc-low-price-approval header>span{background:#fff;border:1px solid #e4dfcf;border-radius:999px;padding:7px 10px;font-size:12px}.oc-low-price-approval>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.oc-low-price-approval article{background:#fff;border:1px solid #eee5cf;border-radius:10px;gap:4px;padding:11px;display:grid}.oc-low-price-approval article b{font-size:15px}.oc-low-price-approval>p{gap:4px;font-size:14px;line-height:1.6;display:grid}.oc-low-price-approval>p b{color:#66736d;font-size:12px}.oc-low-price-approval>p.error{color:#b42318}.oc-low-price-approval footer button{color:#fff;background:#155f47;border:0;border-radius:9px;height:40px;padding:0 15px;font-weight:700}@media (max-width:1600px){.oc-metrics{grid-template-columns:repeat(3,1fr)}.oc-board{grid-template-columns:repeat(4,minmax(145px,1fr))}}@media (max-width:1400px){.oc-heading{flex-direction:column;align-items:flex-start}.oc-heading>div:last-child{flex-wrap:wrap;width:100%}}@media (max-width:900px){.oc-heading{flex-direction:column;align-items:flex-start}.oc-heading>div:last-child{flex-wrap:wrap;width:100%}.oc-metrics{grid-template-columns:repeat(2,1fr)}.oc-board{grid-template-columns:repeat(2,minmax(145px,1fr))}.oc-legend{display:none}.oc-detail-facts{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.oc-tabs{grid-template-columns:1fr;height:auto}.oc-tabs button{height:46px}.oc-metrics,.oc-board,.oc-form-grid,.oc-inspect-form>div,.oc-detail-facts,.oc-test-purge form,.oc-right-chain>div{grid-template-columns:1fr}.oc-form-grid label.wide,.oc-inspect-form label.wide{grid-column:auto}.oc-list>header{flex-direction:column;align-items:flex-start}.oc-list>header label{width:100%}.oc-funds-preview,.oc-resource-rent-preview,.oc-renew-right-risk{grid-column:auto}.oc-resource-rent-preview{flex-wrap:wrap;align-items:flex-start}.oc-funds-preview>div{grid-template-columns:1fr}.oc-funds-preview>div i{display:none}.oc-test-purge>header{align-items:flex-start}.oc-test-purge>header>button{flex:none}.oc-test-purge-summary,.oc-test-purge-blockers,.oc-test-purge form>footer,.oc-test-purge-error{grid-column:auto}.oc-low-price-approval>div{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-low-price-approval>header,.oc-low-price-approval>footer,.oc-right-chain>header{flex-direction:column;align-items:flex-start}.oc-low-price-approval footer button{width:100%}}.oc-board-header-controls{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:10px;margin-left:auto;display:flex}.oc-structure-filter,.oc-board-view-switch{background:#f5f8f7;border:1px solid #dce6e2;border-radius:9px;align-items:center;gap:3px;height:38px;padding:3px;display:flex}.oc-structure-filter button,.oc-board-view-switch button{color:#65746e;border-radius:6px;align-items:center;gap:5px;height:30px;padding:0 10px;font-size:12px;display:flex}.oc-structure-filter button.active,.oc-board-view-switch button.active{color:#08775a;background:#fff;font-weight:800;box-shadow:0 1px 4px #1741341a}.oc-board-view-switch svg{width:14px}.elm-shell>header{background:#fff;border-bottom:1px solid #dfe7e4;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.elm-shell>header>div{flex-direction:column;gap:4px;display:flex}.elm-shell>header small{color:#0a8060;font-size:12px;font-weight:800}.elm-shell>header b{font-size:13px}.elm-shell>header nav{align-items:center;gap:5px;display:flex}.elm-shell>header nav button{color:#5f6e68;background:#fff;border:1px solid #dae4e0;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:34px;height:34px;padding:0 8px;font-size:12px;display:flex}.elm-shell>header nav button.edit,.elm-shell>header nav button.save{color:#fff;background:#0a8060;border-color:#0a8060}.elm-shell>header nav button:disabled{opacity:.55}.elm-shell>header nav svg{width:15px}.elm-shell>header nav>span{text-align:center;color:#718079;min-width:42px;font-size:12px}.elm-viewport{background:#eef1f2;min-height:500px;max-height:72vh;overflow:auto}.elm-canvas{aspect-ratio:3840/2480;min-width:1040px;margin:0 auto;transition:width .16s;position:relative}.elm-canvas>img{object-fit:fill;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.elm-node{box-sizing:border-box;color:#fff;background:0 0;border:1px solid #0000;border-radius:5px;position:absolute;overflow:visible}.elm-node.building{cursor:pointer;transition:background-color .12s,box-shadow .12s}.elm-node.building-a,.elm-node.building-b{border-radius:8%/2.4%}.elm-node.building-c{border-radius:4%/5%}:is(.elm-node.building:hover,.elm-node.building:focus-visible){background:#ffffff47;border-color:#0000;outline:none;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 6px #087862}.elm-node.building.selected{background:#ffffff5c;border-color:#0000;outline:none;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #075f4a}:is(.elm-node.area:hover,.elm-node.area:focus-visible){box-shadow:none;background:0 0;border-color:#0000;outline:none}:is(.elm-node.facility:hover,.elm-node.facility:focus-visible,.elm-node.gate:hover,.elm-node.gate:focus-visible){background:#066f5b3d;border:2px solid #fff;outline:none;box-shadow:inset 0 0 0 3px #087862}.elm-node>span{white-space:nowrap;background:#122f2bcc;border-radius:4px;padding:2px 5px;font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elm-node-dot{background:#d84840;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:-5px;right:-5px;box-shadow:0 1px 5px #72191480}.elm-node.movable{cursor:grab;touch-action:none;background:#ffffff2e;border:1px dashed #0c6958c7}.elm-node.area.movable{box-shadow:none;background:0 0;border-color:#0000}.elm-node.movable:active{cursor:grabbing}.elm-shell.editing .elm-canvas>img{opacity:.68}.elm-shell.editing .elm-node.building{cursor:not-allowed}.elm-shell.editing .elm-node.building:hover{box-shadow:none;background:0 0}.elm-tooltip{z-index:80;color:#26332f;text-align:left;pointer-events:none;background:#fff;border:1px solid #d5e0dc;border-radius:9px;grid-template-columns:1fr 1fr;gap:5px;width:190px;padding:10px;display:none;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);box-shadow:0 10px 28px #0f302730}:is(.elm-node:hover>.elm-tooltip,.elm-node:focus-visible>.elm-tooltip){display:grid}.elm-tooltip:after{content:"";background:#fff;border-bottom:1px solid #d5e0dc;border-right:1px solid #d5e0dc;width:9px;height:9px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)rotate(45deg)}.elm-tooltip b{grid-column:1/-1;font-size:13px}.elm-tooltip span{color:#6d7b75;font-size:12px}.elm-tooltip strong{color:#08775a}.elm-tooltip em{color:#b34740;background:#fff0ed;border-radius:5px;grid-column:1/-1;align-items:center;gap:5px;padding:5px 6px;font-size:12px;font-style:normal;display:flex}.elm-tooltip svg{width:12px}.elm-shell>footer{background:#fff;border-top:1px solid #dfe7e4;flex-wrap:wrap;align-items:center;gap:15px;min-height:42px;padding:8px 13px;display:flex}.elm-shell>footer span{color:#67766f;align-items:center;gap:5px;font-size:12px;display:flex}.elm-shell>footer i{border-radius:50%;width:8px;height:8px}.elm-shell>footer i.normal{background:#548f88}.elm-shell>footer i.warning{background:#c58f4d}.elm-shell>footer i.danger{background:#d84840}.elm-shell>footer small{color:#7a8782;margin-left:auto;font-size:12px}.elm-loading,.elm-empty{color:#728079;align-content:center;place-items:center;gap:9px;min-height:520px;display:grid}.elm-loading span{border:3px solid #dae5e1;border-top-color:#0a8060;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite oc-spin}.elm-empty svg{color:#6fae98;width:35px}.elm-empty h3,.elm-empty p{margin:0}.elm-building-panel>header{border-bottom:1px solid #e2e9e6;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:12px 16px;display:flex}.elm-building-panel>header small{color:#0a8060;font-size:12px}.elm-building-panel h3{margin:4px 0 0;font-size:17px}.elm-building-panel>header>div:last-child{gap:8px;display:flex}.elm-building-panel>header>div:last-child span{background:#f4f8f6;border-radius:8px;flex-direction:column;gap:3px;min-width:95px;padding:8px 10px;display:flex}.elm-building-panel>header>div:last-child span.risk{color:#a93e37;background:#fff0ed}.elm-building-loading,.elm-building-empty{color:#73817b;place-items:center;min-height:130px;display:grid}.elm-floor-groups{gap:12px;padding:14px;display:grid}.elm-floor-groups>section>header{background:#f5f8f7;justify-content:space-between;align-items:center;height:42px;padding:0 12px;display:flex}.elm-floor-groups>section>header span{color:#788680;font-size:12px}.elm-floor-groups>section>div,.elm-list-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:11px;display:grid}.elm-list-board{grid-auto-rows:auto;padding:16px}.elm-lease-card{background:#fff;border:1px solid #d8e3df;border-radius:10px;min-width:0;overflow:hidden}.elm-lease-card.green{border-color:#b9d9cf}.elm-lease-card.yellow{border-color:#ead3a7}.elm-lease-card.red{border-color:#eab8b3}.elm-lease-card.blue{border-color:#bed2e5}.elm-lease-card>header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-height:62px;padding:10px 40px 8px 11px;display:grid;position:relative}.elm-lease-card>header>div{flex-direction:column;gap:4px;min-width:0;display:flex}.elm-lease-card>header small{color:#77857f;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.elm-lease-card>header b{font-size:14px}.elm-lease-card>header>button{color:#557068;background:#edf3f0;border-radius:6px;place-items:center;width:27px;height:27px;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.elm-card-status{white-space:nowrap;border-radius:11px;align-items:center;gap:4px;height:22px;padding:0 7px;font-size:12px;display:flex}.elm-card-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.elm-card-status.green{color:#08775a;background:#e5f3ee}.elm-card-status.yellow{color:#a96720;background:#fff1db}.elm-card-status.red{color:#b94b43;background:#ffebe8}.elm-card-status.blue{color:#3e71a7;background:#e8f1fa}.elm-card-status.gray{color:#65746e;background:#edf1ef}.elm-anomaly-dot{background:#d84840;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:4px;right:2px}.elm-card-compact{background:#f8faf9;border-top:1px solid #e8eeeb;flex-wrap:wrap;align-items:center;gap:7px;min-height:35px;padding:7px 11px;display:flex}.elm-card-compact span{color:#567069;background:#e9f1ee;border-radius:9px;padding:3px 6px;font-size:12px}.elm-card-compact strong{color:#b54139;margin-left:auto;font-size:12px}.elm-card-detail{border-top:1px solid #e3eae7;grid-template-columns:1fr 1fr;gap:8px;padding:10px 11px;display:grid}.elm-card-detail section{background:#f6f8f7;border-radius:7px;flex-direction:column;gap:4px;min-width:0;padding:7px;display:flex}.elm-card-detail section.risk{color:#a13c35;background:#fff0ed;grid-column:1/-1}.elm-card-detail small{color:#77857f;font-size:12px}.elm-card-detail b{overflow-wrap:anywhere;font-size:12px;line-height:1.45}.elm-card-detail footer{grid-column:1/-1;justify-content:flex-end;display:flex}.elm-card-detail footer button{color:#fff;background:#0a8060;border-radius:6px;height:30px;padding:0 9px;font-size:12px}@media (max-width:1250px){.elm-floor-groups>section>div,.elm-list-board{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-board-header-controls{justify-content:flex-start;width:100%}.oc-board-panel>header{align-items:flex-start}}@media (max-width:700px){.oc-structure-filter,.oc-board-view-switch{grid-template-columns:repeat(3,1fr);width:100%;height:auto;display:grid}.oc-board-view-switch{grid-template-columns:1fr 1fr}.oc-structure-filter button,.oc-board-view-switch button{justify-content:center}.elm-shell{margin:8px}.elm-shell>header{flex-direction:column;align-items:flex-start}.elm-shell>header nav{flex-wrap:wrap;width:100%}.elm-shell>header nav button.edit,.elm-shell>header nav button.save{flex:1}.elm-viewport{min-height:420px}.elm-canvas{min-width:900px}.elm-shell>footer small{width:100%;margin-left:0}.elm-building-panel{margin:8px}.elm-building-panel>header{flex-direction:column;align-items:flex-start}.elm-building-panel>header>div:last-child{grid-template-columns:repeat(3,1fr);width:100%;display:grid}.elm-building-panel>header>div:last-child span{min-width:0}.elm-floor-groups>section>div,.elm-list-board,.elm-card-detail{grid-template-columns:1fr}.elm-card-detail section.risk,.elm-card-detail footer{grid-column:auto}}.oc-board-panel{background:0 0;border:0;border-radius:0;overflow:visible}.oc-board-panel>header{background:0 0;border-bottom:0;min-height:65px;padding:4px 0 14px}.elm-shell{background:0 0;border:0;border-radius:0;margin:0;overflow:visible}.elm-shell>header{background:0 0;border:0;min-height:54px;padding:8px 0 12px}.elm-viewport{scrollbar-width:thin;scrollbar-color:#88a79c #edf3f0;overscroll-behavior:contain;background:0 0;min-height:0;max-height:none;overflow:auto}.elm-viewport::-webkit-scrollbar{width:10px;height:10px;display:block}.elm-viewport::-webkit-scrollbar-thumb{background:#88a79c;border:2px solid #edf3f0;border-radius:8px}.elm-viewport::-webkit-scrollbar-track{background:#edf3f0}.elm-canvas{min-width:0;margin:0 auto}.elm-canvas:before{content:"";z-index:1;pointer-events:none;background:#fafafa;width:46.3542%;height:5.0807%;position:absolute;top:1.8145%;left:25%}.elm-tooltip{bottom:calc(100% + 14px)}.elm-tooltip:after{display:none}.elm-shell>footer{background:0 0;border:0;min-height:38px;padding:10px 0}.elm-building-panel{background:0 0;border:0;border-radius:0;margin:22px 0 0;overflow:visible}.elm-building-panel>header{border:0;padding:12px 0}.elm-floor-groups{padding:0}.elm-floor-groups>section{border:0;border-radius:0;overflow:visible}.elm-floor-groups>section+section{margin-top:8px}.elm-floor-groups>section>header{background:0 0;border-bottom:1px solid #e1e9e6;padding:0}@media (max-width:700px){.oc-board-panel>header{padding:2px 0 12px}.elm-shell,.elm-building-panel{margin-left:0;margin-right:0}.elm-shell>header{padding:8px 0 10px}.elm-canvas{min-width:900px}.elm-building-panel{margin-top:18px}}.elm-node.building.selected{z-index:30!important}:is(.elm-node.building:hover,.elm-node.building:focus-visible){z-index:120!important}.elm-node-dot{z-index:5;border:3px solid #fff;width:14px;height:14px;animation:1.8s ease-in-out infinite elm-dot-breathe;top:3px;right:3px;box-shadow:0 0 0 2px #cd332b4d,0 2px 8px #7918128c}.elm-node.building.radar-pulse{z-index:110!important}.elm-node.building.radar-pulse>.elm-node-dot{animation:1.35s ease-out elm-node-dot-radar}@keyframes elm-dot-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes elm-node-dot-radar{0%,to{transform:scale(1)}35%,70%{transform:scale(1.55);box-shadow:0 0 0 5px #d93a2f33,0 2px 8px #7918128c}}.elm-building-panel:focus-visible{outline-offset:3px;outline:3px solid #075d46}.elm-building-panel>header{align-items:flex-start;min-height:80px}.elm-building-panel>header>div:first-child{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.elm-building-panel>header>div:first-child>small{width:100%;font-size:12px;font-weight:800}.elm-building-panel h3{margin:0;font-size:21px;line-height:1.25}.elm-building-return{color:#08775a;background:#f5faf8;border:1px solid #cdded8;border-radius:7px;align-items:center;gap:5px;height:31px;padding:0 10px;font-size:12px;font-weight:800;display:flex}.elm-building-return:hover{background:#eaf5f1;border-color:#82b9a7}.elm-building-return svg{width:14px}.elm-building-panel>header>div:last-child span{min-width:110px;padding:9px 11px}.elm-building-panel>header>div:last-child small{font-size:12px}.elm-building-panel>header>div:last-child b{font-size:16px}.elm-floor-groups>section>header{height:48px}.elm-floor-groups>section>header b{font-size:15px}.elm-floor-groups>section>header span{font-size:12px}.elm-floor-groups>section>div,.elm-list-board{gap:12px;padding:12px 0}.elm-lease-card{border-radius:12px;transition:border-color .16s,box-shadow .16s,transform .16s}.elm-lease-card:hover{transform:translateY(-1px);box-shadow:0 7px 20px #1e463a17}.elm-lease-card.has-anomaly{background:linear-gradient(145deg,#fff 0%,#fff5f3 100%);border:2px solid #dc5a50;box-shadow:0 7px 22px #b83a3021}.elm-lease-card.has-anomaly>header{background:linear-gradient(100deg,#fff4f2 0%,#fff 75%)}.elm-lease-card>header{gap:9px;min-height:82px;padding:12px 45px 10px 13px}.elm-lease-card>header>div{gap:5px}.elm-lease-card>header small{font-size:12px}.elm-lease-card>header b{font-size:18px;line-height:1.25}.elm-lease-card.has-anomaly>header b{color:#a9332c;font-size:20px}.elm-card-anomaly-label{color:#fff;background:#d94940;border-radius:6px;align-items:center;gap:4px;width:max-content;padding:3px 7px;font-size:12px;line-height:1.25;display:flex}.elm-card-anomaly-label svg{width:12px;height:12px}.elm-card-status{border-radius:13px;height:25px;padding:0 8px;font-size:12px}.elm-lease-card>header>button{border-radius:8px;width:32px;height:32px;right:9px}.elm-lease-card>header>button svg{width:17px}.elm-card-compact{gap:8px;min-height:42px;padding:8px 13px}.elm-card-compact span{padding:4px 7px;font-size:12px}.elm-card-compact strong{color:#a9312a;overflow-wrap:anywhere;background:#ffe7e3;border-radius:6px;max-width:58%;padding:3px 7px;font-size:12px;line-height:1.35}.elm-card-detail{gap:10px;padding:12px 13px}.elm-card-detail section{padding:9px}.elm-card-detail small{font-size:12px}.elm-card-detail b{font-size:13px;line-height:1.55}.elm-card-detail footer button{height:34px;padding:0 12px;font-size:12px}@media (max-width:700px){.elm-building-panel>header>div:last-child span{padding:8px}.elm-building-panel>header>div:last-child small{font-size:12px}.elm-building-panel>header>div:last-child b{font-size:14px}.elm-lease-card>header{min-height:78px}.elm-lease-card>header b{font-size:17px}.elm-lease-card.has-anomaly>header b{font-size:19px}}.elm-node-surface{z-index:1;border-radius:inherit;cursor:inherit;position:absolute;inset:0}.elm-node-surface:focus-visible{outline:none}.elm-node.building:has(>.elm-node-surface:focus-visible){background:#ffffff47;border-color:#0000;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 6px #087862;z-index:150!important}.elm-node.building:has(>.elm-node-surface:focus-visible)>.elm-tooltip{display:grid}.elm-node>span:not(.elm-node-commands){z-index:2;pointer-events:none}.elm-node>.elm-node-commands{width:40px;max-width:none;height:40px;box-shadow:none;z-index:20;background:0 0;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px;padding:0;display:flex;top:-6px;left:50%;right:auto;transform:translate(-50%)}.elm-node-commands>button{color:#fff;width:40px;height:40px;box-shadow:none;border:0;border-radius:50%;place-items:center;padding:0;transition:filter .14s;display:grid;position:relative;background:0 0!important}.elm-node-commands>button:before{content:"";background:#747f7a;border:1px solid #fffffff5;border-radius:6px;width:20px;height:20px;transition:transform .14s;position:absolute;top:10px;left:10px;box-shadow:0 1px 4px #12221e3d}.elm-node-commands>button:hover:before{outline-offset:1px;outline:1px solid #fff;transform:scale(1.12)}.elm-node-commands>button:focus-visible:before{outline-offset:1px;outline:1px solid #fff;transform:scale(1.12)}.elm-node-commands>button:focus-visible{outline-offset:-3px;outline:3px solid #ffffffb8}.elm-node-commands>button>b{z-index:2;color:#fff;background:#173e35;border:1px solid #fff;border-radius:7px;min-width:13px;height:13px;padding:0 2px;font-size:12px;line-height:11px;position:absolute;bottom:4px;right:4px}.elm-node-commands>button>i{z-index:2;color:#fff;background:#d63f37;border:1px solid #fff;border-radius:50%;place-items:center;width:13px;height:13px;font-size:12px;font-style:normal;font-weight:900;line-height:1;display:grid;position:absolute;top:3px;right:3px;box-shadow:0 1px 3px #7f1e1961}.elm-node-commands>button>i:after{content:"!"}.elm-node-commands>button.yellow:before{background:#d8a02e}.elm-node-commands>button.green:before{background:#14926d}.elm-node-commands>button.red:before{background:#d54038;animation:1.7s ease-in-out infinite elm-command-overdue}.elm-node-commands>button.gray:before{background:#747f7a}.elm-node.has-command{overflow:visible}.elm-tooltip em.tasks{color:#08775a;background:#edf7f3}.elm-footer-task svg{color:#08775a;width:13px;height:13px}@keyframes elm-command-overdue{0%,to{box-shadow:0 1px 4px #12221e3d}50%{box-shadow:0 0 0 3px #d540382b,0 2px 7px #96282266}}.elm-command-backdrop{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#101f1b47;justify-content:flex-end;display:flex;position:fixed;inset:0}.elm-command-drawer{background:#f4f7f6;width:min(570px,96vw);height:100%;animation:.2s ease-out elm-command-drawer-in;overflow:auto;box-shadow:-18px 0 50px #0c282038}.elm-command-drawer>header{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;border-bottom:1px solid #dce5e2;justify-content:space-between;align-items:flex-start;gap:15px;min-height:112px;padding:19px 20px;display:flex;position:sticky;top:0}.elm-command-drawer>header small{color:#08775a;letter-spacing:.08em;font-size:12px;font-weight:900}.elm-command-drawer>header h2{margin:5px 0 3px;font-size:22px}.elm-command-drawer>header p{color:#76837e;margin:0;font-size:12px}.elm-command-drawer>header>button{color:#5d6d67;background:#f5f8f7;border:1px solid #dbe4e1;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.elm-command-drawer>header>button svg{width:18px}.elm-command-list{gap:12px;padding:15px;display:grid}.elm-command-card{background:#fff;border:1px solid #dae4e0;border-left:4px solid #d29c34;border-radius:12px;overflow:hidden;box-shadow:0 7px 20px #14392e0f}.elm-command-card.red{border-left-color:#d54038}.elm-command-card.gray{border-left-color:#77827d}.elm-command-card.green{border-left-color:#15916e}.elm-command-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:70px;padding:12px 48px 11px 12px;display:grid;position:relative}.elm-command-kind{border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.elm-command-kind svg{width:18px}.elm-command-kind.repair{color:#b36d1f;background:#fff0df}.elm-command-kind.patrol{color:#376fa8;background:#e9f1fb}.elm-command-kind.food_safety{color:#08775a;background:#e8f5ef}.elm-command-card>header>div small{color:#78857f;font-size:12px}.elm-command-card>header h3{margin:4px 0 0;font-size:15px;line-height:1.35}.elm-command-card>header>strong{white-space:nowrap;border-radius:13px;align-items:center;gap:5px;height:25px;padding:0 8px;font-size:12px;display:flex}.elm-command-card>header>strong i{background:currentColor;border-radius:50%;width:6px;height:6px}.elm-command-card>header>strong.yellow{color:#a86a18;background:#fff3d9}.elm-command-card>header>strong.green{color:#08775a;background:#e7f5ef}.elm-command-card>header>strong.red{color:#b43d35;background:#ffebe8}.elm-command-card>header>strong.gray{color:#65716c;background:#edf0ef}.elm-command-card>header>em{color:#fff;background:#d74239;border:3px solid #fff;border-radius:50%;place-items:center;width:23px;height:23px;font-size:14px;font-style:normal;font-weight:900;display:grid;position:absolute;top:8px;right:10px;box-shadow:0 2px 8px #9928214d}.elm-command-facts{grid-template-columns:1fr 1fr 1fr;gap:7px;padding:0 12px 11px;display:grid}.elm-command-facts>span{background:#f5f8f7;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:6px;min-width:0;padding:8px;display:grid}.elm-command-facts svg{color:#668078;grid-row:1/3;width:15px}.elm-command-facts small{color:#82908a;font-size:12px}.elm-command-facts b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.elm-command-description,.elm-command-blocked{color:#586862;background:#f5f8f7;border-radius:8px;margin:0 12px 11px;padding:9px 10px;font-size:12px;line-height:1.55}.elm-command-blocked{color:#5f6965;background:#eef0ef;align-items:center;gap:6px;display:flex}.elm-command-blocked svg{width:14px}.elm-command-timeline{background:#fbfcfc;border-top:1px solid #e6ece9;margin-top:2px;padding:11px 13px 13px}.elm-command-timeline>header{justify-content:space-between;align-items:flex-start;height:28px;display:flex}.elm-command-timeline>header b{font-size:12px}.elm-command-timeline>header span{color:#83908b;font-size:12px}.elm-command-timeline>div{min-height:43px;padding:0 0 10px 25px;display:flex;position:relative}.elm-command-timeline>div:before{content:"";background:#d8e3df;width:1px;position:absolute;top:12px;bottom:-3px;left:6px}.elm-command-timeline>div:last-child:before{display:none}.elm-command-timeline>div>i{background:#aab5b0;border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;top:4px;left:1px;box-shadow:0 0 0 2px #d7e1dd}.elm-command-timeline>div.done>i{background:#16916e}.elm-command-timeline>div.current>i{background:#d69c2f;box-shadow:0 0 0 3px #d69c2f33}.elm-command-timeline>div>span{gap:3px;display:grid}.elm-command-timeline>div b{font-size:12px}.elm-command-timeline>div small{color:#82908a;font-size:12px}.elm-command-timeline>div p{color:#65736d;margin:1px 0 0;font-size:12px;line-height:1.45}.elm-command-loading,.elm-command-empty{text-align:center;color:#74817c;align-content:center;place-items:center;gap:9px;min-height:300px;padding:30px;display:grid}.elm-command-loading>span{border:3px solid #d7e3df;border-top-color:#08775a;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite oc-spin}.elm-command-empty svg{color:#a47a35;width:30px}.elm-command-empty b{font-size:14px}.elm-command-empty p{margin:0;font-size:12px}@keyframes elm-command-drawer-in{0%{opacity:.75;transform:translate(35px)}to{opacity:1;transform:none}}@media (max-width:700px){.elm-command-facts{grid-template-columns:1fr}.elm-command-card>header{grid-template-columns:auto minmax(0,1fr);padding-right:42px}.elm-command-card>header>strong{grid-column:2/3;width:max-content}.elm-command-drawer>header{padding:16px}.elm-command-list{padding:10px}}.elm-map-stage{min-width:0;position:relative}.elm-map-stage .elm-viewport{background:#f3f6f5;border:1px solid #dce6e2;border-radius:11px;overflow:auto}.elm-map-tools{z-index:200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #cfdcd7f0;border-radius:9px;align-items:center;gap:3px;min-height:46px;padding:3px;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 6px 18px #12352b24}.elm-map-tools>button{color:#53665f;background:0 0;border-radius:7px;justify-content:center;align-items:center;gap:5px;min-width:40px;height:40px;padding:0 8px;font-size:12px;display:flex}.elm-map-tools>button:hover{color:#08775a;background:#edf5f2}.elm-map-tools>button.edit{color:#08775a;background:#e8f4ef}.elm-map-tools>button.save{color:#fff;background:#08775a}.elm-map-tools>button:disabled{opacity:.5}.elm-map-tools>button svg{width:15px}.elm-map-tools>span{text-align:center;color:#61716b;min-width:43px;font-size:12px}.elm-map-tools>.elm-editing-label{color:#08775a;align-items:center;gap:5px;min-width:auto;padding:0 7px;font-weight:800;display:flex}.elm-editing-label svg{width:14px}.elm-save-error{z-index:190;color:#92342e;background:#fff5f3;border:1px solid #e9b8b2;border-radius:8px;align-items:flex-start;gap:7px;max-width:min(480px,100% - 20px);margin:0;padding:9px 12px;font-size:12px;line-height:1.45;display:flex;position:absolute;top:64px;right:10px;box-shadow:0 6px 18px #501e191a}.elm-save-error svg{flex:none;width:16px}.elm-command-chips{z-index:190;align-items:center;gap:6px;display:flex;position:absolute;top:10px;left:10px}.elm-command-chip,.elm-unlocated-chip{color:#39554c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #d2dedaf2;border-radius:9px;align-items:center;gap:7px;min-height:40px;padding:0 10px;font-size:12px;display:flex;box-shadow:0 6px 18px #12352b1f}.elm-command-chip:not(.static):hover,.elm-unlocated-chip:hover{background:#f3faf7;border-color:#91c3b3}.elm-command-chip>svg,.elm-unlocated-chip>svg{color:#08775a;width:15px}.elm-command-chip>svg:last-child{color:#7b8984;width:13px}.elm-command-chip span{align-items:center;gap:4px;display:flex}.elm-command-chip b{font-size:14px}.elm-command-chip i{color:#aa3f37;background:#ffebe8;border-radius:8px;padding:3px 6px;font-size:12px;font-style:normal}.elm-command-chip.static{cursor:default}.elm-unlocated-chip{color:#8a5a18;background:#fff9ebf5}.elm-shell.editing .elm-map-stage .elm-viewport{border-color:#8cc7b4;box-shadow:0 0 0 3px #0a8a6517}.elm-shell>footer{padding:8px 2px}.elm-shell>footer small{line-height:1.45}.elm-node.building:hover,.elm-node.building:focus-within{z-index:150!important}@media (max-width:1180px){.elm-map-tools{top:8px;right:8px}.elm-command-chips{top:8px;left:8px}.elm-command-chip,.elm-unlocated-chip{min-height:40px}}.elm-node.building.out-of-scope{cursor:not-allowed}.elm-node.building.out-of-scope>.elm-node-surface{-webkit-backdrop-filter:grayscale()saturate(.25);backdrop-filter:grayscale()saturate(.25);background:#e7eceaad;box-shadow:inset 0 0 0 1px #ffffff80}.elm-node.building.out-of-scope:hover,.elm-node.building.out-of-scope:focus-within{box-shadow:none;background:0 0}.elm-node.out-of-scope>.elm-node-dot,.elm-node.out-of-scope>.elm-node-commands{display:none}.elm-tooltip .scope-note{color:#66736e;grid-column:1/-1}.elm-shell.loading .elm-canvas{opacity:.72;pointer-events:none}.elm-building-pagination{color:#5f6f68;border-top:1px solid #dce6e2;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:8px 0;font-size:12px;display:flex}.elm-building-pagination nav{gap:7px;display:flex}.elm-building-pagination button{color:#436057;background:#fff;border:1px solid #d5e2dd;border-radius:7px;min-height:40px;padding:0 13px;font-size:12px}.elm-building-pagination button:disabled{opacity:.45;cursor:not-allowed}.oc-filter-bar{border:1px solid var(--oc-line);background:#fff;border-radius:12px;margin-bottom:14px;position:relative;box-shadow:0 5px 18px #1442330a}.oc-filter-bar>header{border-bottom:1px solid #e6eeea;justify-content:space-between;align-items:center;min-height:62px;padding:11px 14px;display:flex}.oc-filter-bar>header>div{align-items:center;gap:10px;display:flex}.oc-filter-bar>header>div:first-child>span{color:#08775a;background:#e6f4ef;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.oc-filter-bar>header svg{width:17px}.oc-filter-bar>header section{flex-direction:column;gap:4px;display:flex}.oc-filter-bar>header section small{color:#0a8060;font-size:12px;font-weight:800}.oc-filter-bar>header section b{font-size:15px}.oc-filter-bar>header strong{font-size:20px}.oc-filter-bar>header strong small{color:#7d8a85;margin-left:3px;font-size:12px;font-weight:500}.oc-filter-bar>header button{color:#5d6f68;background:#f0f5f3;border-radius:8px;align-items:center;gap:5px;height:35px;padding:0 11px;font-size:12px;display:flex}.oc-filter-bar>header button.active{color:#08775a;background:#e1f2ec}.oc-filter-bar>header button svg{width:13px;transition:transform .2s}.oc-filter-bar>header button.active svg{transform:rotate(90deg)}.oc-filter-bar>nav{align-items:center;gap:7px;min-height:51px;padding:9px 14px;display:flex;overflow-x:auto}.oc-filter-bar>nav button,.oc-filter-popover section button{color:#5d6d67;white-space:nowrap;background:#fff;border:1px solid #dce6e2;border-radius:16px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:12px;display:inline-flex}.oc-filter-bar>nav button small,.oc-filter-popover section button small{color:#8a9691}.oc-filter-bar>nav button svg,.oc-filter-popover section button svg{width:12px}.oc-filter-bar>nav button.active,.oc-filter-popover section button.active{color:#08775a;background:#e8f6f1;border-color:#7bc2ab;font-weight:700}.oc-filter-bar>nav button.clear{color:#b35b54;background:#fff1ef;border:0;margin-left:auto}.oc-filter-popover{z-index:30;background:#fff;border:1px solid #d9e5e0;border-radius:12px;width:min(690px,100% - 28px);max-height:460px;padding:15px;position:absolute;top:68px;right:14px;overflow:auto;box-shadow:0 18px 48px #0e372a2e}.oc-filter-popover>section{border-bottom:1px solid #edf1ef;padding:4px 0 12px}.oc-filter-popover>section:last-child{border:0;padding-bottom:2px}.oc-filter-popover h3{color:#55665f;margin:0 0 9px;font-size:12px}.oc-filter-popover section>div{flex-wrap:wrap;gap:7px;display:flex}.oc-board{grid-auto-rows:auto;grid-auto-flow:dense;align-items:stretch;min-height:0}.oc-space{gap:8px;min-height:248px;padding:14px 14px 17px}.oc-space>footer{min-height:27px;padding-top:9px}.oc-space-tags,.oc-detail-tags,.oc-table-tags{flex-wrap:wrap;gap:5px;display:flex}.oc-space-tags i,.oc-detail-tags i,.oc-table-tags i{color:#39705f;white-space:nowrap;background:#e8f3ef;border-radius:12px;padding:3px 7px;font-size:12px;font-style:normal}.oc-detail-tags{margin:11px 0}.oc-detail-tags i{padding:5px 9px;font-size:12px}.oc-table-tags{max-width:200px}.oc-table-tags i{font-size:12px}.oc-tag-manager{padding:20px 22px;overflow:auto}.oc-tag-intro{color:#08775a;background:#eef8f4;border-radius:10px;gap:10px;margin-bottom:15px;padding:13px;display:flex}.oc-tag-intro svg{flex:none;width:21px}.oc-tag-intro span{flex-direction:column;gap:4px;display:flex}.oc-tag-intro b{font-size:13px}.oc-tag-intro small{color:#6d837b;font-size:12px;line-height:1.5}.oc-tag-manager>label{flex-direction:column;gap:7px;display:flex}.oc-tag-manager>label span{color:#4d5d56;font-size:13px;font-weight:700}.oc-tag-manager select,.oc-tag-manager input{background:#fff;border:1px solid #d7e3de;border-radius:8px;height:41px;padding:0 10px;font-size:13px}.oc-tag-manager>form{grid-template-columns:1fr 125px 85px 90px;gap:8px;margin:13px 0;display:grid}.oc-tag-manager>form button{color:#fff;background:#0a8a65;border-radius:8px;justify-content:center;align-items:center;gap:5px;font-size:12px;display:flex}.oc-tag-manager>form button svg{width:14px}.oc-tag-list{border:1px solid #e0e9e5;border-radius:10px;overflow:hidden}.oc-tag-list article{border-bottom:1px solid #e8efec;justify-content:space-between;align-items:center;min-height:60px;padding:10px 13px;display:flex}.oc-tag-list article:last-child{border:0}.oc-tag-list article>span{align-items:center;gap:10px;display:flex}.oc-tag-list article>span>i{color:#08775a;background:#e7f4ef;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.oc-tag-list svg{width:16px}.oc-tag-list article section{flex-direction:column;gap:4px;display:flex}.oc-tag-list article b{font-size:13px}.oc-tag-list article small{color:#84918c;font-size:12px}.oc-tag-list article>button{color:#63736d;background:#eff4f2;border-radius:7px;height:31px;padding:0 10px;font-size:12px}.oc-tag-list article.disabled{opacity:.58}.oc-resource-preview{background:#f5f9f7;border:1px solid #dce7e2;border-radius:10px;grid-column:1/-1;align-items:center;gap:10px;min-height:62px;padding:11px 13px;display:flex}.oc-resource-preview>svg{color:#08775a;background:#e2f3ec;border-radius:8px;width:31px;height:31px;padding:7px}.oc-resource-preview span{flex-direction:column;gap:5px;display:flex}.oc-resource-preview b{font-size:14px}.oc-resource-preview small{color:#75837d;font-size:12px}.oc-resource-ledger{padding:18px 22px 24px;overflow:auto}.oc-resource-ledger>header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.oc-resource-ledger>header label{background:#fff;border:1px solid #d8e4df;border-radius:9px;align-items:center;width:min(390px,100%);height:40px;padding:0 10px;display:flex}.oc-resource-ledger>header label svg{color:#82908a;width:16px}.oc-resource-ledger>header input{border:0;outline:0;flex:1;height:36px;padding-left:8px;font-size:13px}.oc-resource-ledger>header button{color:#fff;background:#0a8a65;border-radius:9px;align-items:center;gap:6px;height:40px;padding:0 14px;font-size:13px;font-weight:700;display:flex}.oc-resource-ledger>header button svg{width:16px}.oc-ledger-summary{color:#08775a;background:#eef8f4;border-radius:10px;align-items:center;gap:11px;min-height:68px;margin-bottom:12px;padding:12px 14px;display:flex}.oc-ledger-summary>svg{background:#dff1ea;border-radius:10px;width:38px;height:38px;padding:9px}.oc-ledger-summary span{flex-direction:column;gap:5px;display:flex}.oc-ledger-summary b{font-size:14px}.oc-ledger-summary small{color:#698078;font-size:12px}.oc-ledger-list{border:1px solid #dfe8e4;border-radius:11px;overflow:hidden}.oc-ledger-list article{border-bottom:1px solid #e7eeeb;align-items:center;gap:10px;min-height:70px;padding:10px 13px;display:flex}.oc-ledger-list article:last-child{border-bottom:0}.oc-ledger-list article>span{color:#08775a;background:#e7f4ef;border-radius:9px;flex:none;place-items:center;width:36px;height:36px;display:grid}.oc-ledger-list article>span svg{width:18px}.oc-ledger-list article>section{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.oc-ledger-list article b{font-size:14px}.oc-ledger-list article small{color:#778680;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.oc-ledger-list article>i{color:#607069;white-space:nowrap;background:#eef3f1;border-radius:12px;padding:5px 8px;font-size:12px;font-style:normal}.oc-ledger-list article>button{color:#08775a;background:#e8f4f0;border-radius:7px;align-items:center;gap:4px;height:32px;padding:0 9px;font-size:12px;display:flex}.oc-ledger-list article>button svg{width:14px}.oc-ledger-list article>em{color:#8a9691;font-size:12px;font-style:normal}.oc-ledger-field-tags{flex-wrap:wrap;gap:4px;display:flex}.oc-ledger-field-tags i{color:#5c6f67;white-space:nowrap;background:#edf3f1;border-radius:10px;padding:3px 6px;font-size:12px;font-style:normal}.oc-ledger-field-tags i.warning{color:#99611f;background:#fff1dc}.oc-resource-selector,.oc-tag-selector{border:1px solid #dce6e2;border-radius:10px;grid-column:1/-1;overflow:hidden}.oc-resource-selector>header,.oc-tag-selector>header{background:#f5f9f7;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:10px 12px;display:flex}.oc-resource-selector>header>div,.oc-tag-selector>header>div{flex-direction:column;gap:4px;display:flex}.oc-resource-selector>header span,.oc-tag-selector>header span{font-size:13px;font-weight:700}.oc-resource-selector>header small,.oc-tag-selector>header small{color:#7c8984;font-size:12px}.oc-resource-selector>header label{background:#fff;border:1px solid #d7e3de;border-radius:7px;align-items:center;width:250px;height:34px;padding:0 8px;display:flex}.oc-resource-selector>header label svg{color:#81908a;width:14px}.oc-resource-selector>header label input{height:30px;box-shadow:none;border:0;padding-left:6px}.oc-resource-selector>div{grid-template-columns:1fr 1fr;gap:7px;max-height:220px;padding:9px;display:grid;overflow:auto}.oc-resource-selector>div>button{text-align:left;background:#fff;border:1px solid #dde7e3;border-radius:8px;align-items:center;gap:8px;min-height:54px;padding:8px;display:flex}.oc-resource-selector>div>button.active{background:#edf8f4;border-color:#69b99f}.oc-resource-selector>div>button>i{color:#fff;border:1px solid #cfdad6;border-radius:5px;place-items:center;width:20px;height:20px;display:grid}.oc-resource-selector>div>button.active>i{background:#0a8a65;border-color:#0a8a65}.oc-resource-selector>div>button svg{width:13px}.oc-resource-selector>div>button span{flex-direction:column;gap:4px;display:flex}.oc-resource-selector>div>button small{color:#7c8984;font-size:12px}.oc-resource-selector>p{color:#7f8c87;margin:0;padding:0 12px 10px;font-size:12px}.oc-resource-selector>p.error{color:#bc4e47}.oc-resource-selector>footer{border-top:1px solid #e6ece9;flex-wrap:wrap;gap:5px;padding:8px 10px;display:flex}.oc-resource-selector>footer i,.oc-tag-selector>header>i{color:#08775a;background:#dff2eb;border-radius:12px;padding:4px 8px;font-size:12px;font-style:normal}.oc-tag-selector>div{flex-wrap:wrap;gap:7px;padding:10px;display:flex}.oc-tag-selector>div button{color:#61716b;background:#fff;border:1px solid #dce6e2;border-radius:15px;align-items:center;gap:4px;height:30px;padding:0 9px;font-size:12px;display:flex}.oc-tag-selector>div button.active{color:#08775a;background:#e8f6f1;border-color:#74bea7}.oc-tag-selector>div button svg{width:12px}.oc-contract-resources,.oc-contract-tags{border:1px solid #dfe8e4;border-radius:10px;margin-top:13px;overflow:hidden}.oc-contract-resources>header,.oc-contract-tags>header{background:#f6f9f8;justify-content:space-between;align-items:center;height:49px;padding:0 13px;display:flex}.oc-contract-resources h3,.oc-contract-tags h3{margin:0;font-size:14px}.oc-contract-resources>header span,.oc-contract-tags>header span{color:#7d8a85;font-size:12px}.oc-contract-resources>div{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px;display:grid}.oc-contract-resources article{border:1px solid #e0e9e5;border-radius:8px;align-items:center;gap:8px;min-height:57px;padding:9px;display:flex}.oc-contract-resources article>svg{color:#08775a;background:#e5f3ee;border-radius:7px;width:27px;height:27px;padding:6px}.oc-contract-resources article span{flex-direction:column;flex:1;gap:3px;display:flex}.oc-contract-resources article small{color:#82908a;font-size:12px}.oc-contract-resources article>i{color:#ad681f;background:#fff0d8;border-radius:9px;padding:3px 6px;font-size:12px;font-style:normal}.oc-contract-tags>header>div{flex-direction:column;gap:3px;display:flex}.oc-contract-tags>header button{color:#08775a;background:#e8f4f0;border-radius:7px;height:30px;padding:0 9px;font-size:12px}.oc-contract-tags>div{flex-wrap:wrap;gap:6px;padding:11px;display:flex}.oc-contract-tags>div i,.oc-contract-tags>div button{color:#567067;background:#f3f7f5;border:1px solid #dce6e2;border-radius:14px;align-items:center;gap:4px;height:28px;padding:0 9px;font-size:12px;font-style:normal;display:flex}.oc-contract-tags>div button.active{color:#08775a;background:#e5f4ef;border-color:#72bda6}.oc-contract-tags>div button svg{width:12px}.oc-contract-tags>footer{justify-content:flex-end;padding:0 11px 11px;display:flex}.oc-contract-tags>footer button{color:#fff;background:#0a8a65;border-radius:7px;height:34px;padding:0 12px;font-size:12px}.oc-filter-bar>header>div:last-child{flex-wrap:wrap;justify-content:flex-end}.oc-sort{color:#607069;background:#fff;border:1px solid #dbe6e2;border-radius:8px;align-items:center;gap:5px;height:35px;padding:0 8px;display:flex}.oc-sort svg{width:14px!important}.oc-sort select{color:#45574f;background:0 0;border:0;outline:0;height:31px;font-size:12px}.oc-quick-groups{gap:6px;padding:8px 14px 11px;display:grid}.oc-quick-groups>section{grid-template-columns:66px minmax(0,1fr);align-items:center;gap:8px;display:grid}.oc-quick-groups>section>b{color:#61716b;font-size:12px}.oc-quick-groups>section>div{align-items:center;gap:6px;padding:1px 0;display:flex;overflow-x:auto}.oc-quick-groups button,.oc-filter-popover section button{color:#5d6d67;white-space:nowrap;background:#fff;border:1px solid #dce6e2;border-radius:16px;align-items:center;gap:5px;height:31px;padding:0 10px;font-size:12px;display:inline-flex}.oc-quick-groups button small,.oc-filter-popover section button small{color:#8a9691;font-size:12px}.oc-quick-groups button svg,.oc-filter-popover section button svg{width:12px}.oc-quick-groups button.active,.oc-filter-popover section button.active{color:#08775a;background:#e7f5f0;border-color:#70bda5;font-weight:700}.oc-quick-groups button.clear{color:#b3544d;background:#fff4f2;border-color:#f0d3cf}.oc-board-panel>header{flex-wrap:wrap;gap:12px}.oc-board-scope{align-items:flex-end;gap:9px;margin-left:auto;display:flex}.oc-board-scope label{flex-direction:column;gap:5px;display:flex}.oc-board-scope label>span{color:#687771;font-size:12px;font-weight:700}.oc-board-scope select{color:#34483f;background:#fff;border:1px solid #d6e2dd;border-radius:8px;outline:0;width:190px;height:40px;padding:0 30px 0 10px;font-size:14px}.oc-board-scope label:first-child select{width:205px}.oc-board-scope select:focus{border-color:#0a8a65;box-shadow:0 0 0 3px #0a8a651a}.oc-board-scope select:disabled{color:#8a9691;background:#f1f5f3}.oc-board-loading{color:#73817c;align-content:center;place-items:center;gap:12px;min-height:380px;display:grid}.oc-board-loading span{border:3px solid #d9e6e1;border-top-color:#0a8a65;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite oc-spin}.oc-board-loading p{margin:0;font-size:13px}.oc-filter-bar>header{border-bottom:0}.oc-filter-bar>header section p{color:#7a8883;white-space:nowrap;text-overflow:ellipsis;max-width:560px;margin:0;font-size:12px;overflow:hidden}.oc-filter-bar>header button>i{color:#fff;background:#0a8a65;border-radius:10px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:12px;font-style:normal;display:grid}.oc-filter-bar>header button.active>i{background:#067354}.oc-space>span>section{flex-direction:column;gap:3px;min-width:0;display:flex}.oc-space>span>section small{color:#7b8984;font-size:12px}.oc-space>span>section b{white-space:nowrap;text-overflow:ellipsis;font-size:17px;overflow:hidden}.oc-space>span>small{text-align:right;white-space:nowrap;text-overflow:ellipsis;max-width:48%;overflow:hidden}.oc-space-finance{border-top:1px solid #dfe9e5;grid-template-columns:1fr;gap:6px;padding-top:8px;display:grid}.oc-space-finance>section{background:#ffffffb8;border:1px solid #dfe8e4;border-radius:7px;flex-direction:column;gap:5px;min-width:0;padding:7px;display:flex}.oc-space-finance>section.unverified{background:#fffaf0;border-color:#ead3a9}.oc-space-finance header{justify-content:space-between;align-items:center;gap:5px;display:flex}.oc-space-finance header b{color:#53645c;white-space:nowrap;font-size:12px}.oc-payment-status{white-space:nowrap;border-radius:11px;align-items:center;gap:4px;height:22px;padding:0 7px;font-size:12px;display:inline-flex}.oc-payment-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.oc-payment-status.gray{color:#64736d;background:#e8eeeb}.oc-payment-status.yellow{color:#a86520;background:#fff0d8}.oc-payment-status.blue{color:#3b72ad;background:#e6f0fb}.oc-payment-status.green{color:#087a5a;background:#e0f2ea}.oc-payment-status.red{color:#b94c45;background:#ffebe8}.oc-space-finance small{color:#687971;white-space:normal;font-size:12px;line-height:1.4}.oc-resource-filter{background:#f8faf9;flex:1;min-height:0;padding:18px 22px 26px;overflow:auto}.oc-filter-section{background:#fff;border:1px solid #dfe8e4;border-radius:11px;margin-bottom:11px;overflow:hidden}.oc-filter-section>header{background:#f3f8f6;justify-content:space-between;align-items:center;gap:12px;min-height:55px;padding:10px 13px;display:flex}.oc-filter-section>header>div{flex-direction:column;gap:4px;display:flex}.oc-filter-section>header b{font-size:13px}.oc-filter-section>header small,.oc-filter-section>header>span{color:#788680;font-size:12px}.oc-filter-section>p{color:#82908a;text-align:center;margin:0;padding:16px;font-size:12px}.oc-filter-options{flex-wrap:wrap;gap:8px;padding:11px 12px;display:flex}.oc-filter-options>button{color:#596a63;background:#fff;border:1px solid #dce6e2;border-radius:17px;align-items:center;gap:5px;min-height:34px;padding:6px 11px;font-size:12px;display:flex}.oc-filter-options>button svg{width:13px}.oc-filter-options>button small{color:#89958f;font-size:12px}.oc-filter-options>button.active{color:#08775a;background:#e8f6f1;border-color:#70bda5;font-weight:700}.oc-resource-filter-footer{background:#fff;border-top:1px solid #dbe7e2;flex:none;justify-content:flex-end;align-items:center;gap:9px;height:68px;padding:0 22px;display:flex}.oc-resource-filter-footer button{color:#55665f;background:#edf2f0;border-radius:8px;height:40px;padding:0 16px;font-size:13px}.oc-resource-filter-footer button:last-child{color:#fff;background:#0a8a65;font-weight:700}.oc-resource-filter-footer button:disabled{opacity:.45;cursor:not-allowed}.oc-rent-summary{border:1px solid #dfe8e4;border-radius:11px;margin-top:13px;overflow:hidden}.oc-rent-summary>header,.oc-section-head{background:#f5f9f7;justify-content:space-between;align-items:center;gap:12px;min-height:55px;padding:10px 13px;display:flex}.oc-rent-summary header>div,.oc-section-head>div{flex-direction:column;gap:3px;display:flex}.oc-rent-summary header small,.oc-section-head small{color:#0a8060;font-size:12px;font-weight:800}.oc-rent-summary h3,.oc-section-head h3{margin:0;font-size:14px}.oc-rent-summary header button,.oc-section-head button{color:#fff;background:#0a8a65;border-radius:8px;align-items:center;gap:5px;height:34px;padding:0 11px;font-size:12px;font-weight:700;display:flex}.oc-rent-summary header button svg,.oc-section-head button svg{width:14px}.oc-rent-summary>div{grid-template-columns:repeat(5,1fr);gap:7px;padding:10px;display:grid}.oc-rent-summary article{background:#fff;border:1px solid #e1e9e6;border-radius:8px;flex-direction:column;gap:6px;min-height:63px;padding:10px;display:flex}.oc-rent-summary article small{color:#74837d;font-size:12px}.oc-rent-summary article b{font-size:13px}.oc-section-head{border:1px solid #dfe8e4;border-radius:10px;margin-top:13px}.oc-table-fund{flex-direction:column;align-items:flex-start;gap:5px;min-width:125px;display:flex}.oc-table-fund>b{font-size:12px!important}.oc-table-fund>small{margin:0!important;font-size:12px!important}.oc-table-fund.unverified>b{color:#96611f}.oc-deposit-summary>header{background:#fffaf0}.oc-deposit-summary.legacy{border-color:#ead3a9}.oc-deposit-summary.disposition>div{grid-template-columns:repeat(5,minmax(0,1fr))}.oc-deposit-integrity{color:#695735;background:#fffaf1;border-top:1px solid #eadfca;align-items:flex-start;gap:8px;margin:0;padding:10px 12px;display:flex}.oc-deposit-integrity.restricted{color:#51655c;background:#f5f8f7;border-top-color:#dfe7e3}.oc-deposit-integrity>svg{flex:none;width:19px}.oc-deposit-integrity>span{flex-direction:column;gap:3px;display:flex}.oc-deposit-integrity b{font-size:12px}.oc-deposit-integrity small{font-size:12px;line-height:1.45}.oc-deposit-audit{background:#fff;border:1px solid #dfe6e3;border-radius:11px;margin-top:13px;overflow:hidden}.oc-deposit-audit>header{background:#f5f8f7;justify-content:space-between;align-items:center;min-height:55px;padding:10px 13px;display:flex}.oc-deposit-audit>header>div{flex-direction:column;gap:3px;display:flex}.oc-deposit-audit>header small{color:#687971;font-size:12px}.oc-deposit-audit h3{margin:0;font-size:14px}.oc-deposit-audit>header>svg{color:#167158;width:23px}.oc-deposit-audit>div{grid-template-columns:repeat(2,1fr);gap:8px;padding:10px;display:grid}.oc-deposit-audit>div>span{border:1px solid #e2e9e6;border-radius:8px;flex-direction:column;gap:6px;min-height:55px;padding:9px;display:flex}.oc-deposit-audit small{color:#74837d;font-size:12px}.oc-deposit-audit b{font-size:12px}.oc-deposit-audit>p{color:#596a62;border-top:1px solid #e6ece9;margin:0;padding:11px 13px;font-size:12px;line-height:1.55}.oc-deposit-audit>p b{color:#2f453c;margin-right:8px}.oc-payment-ledger{border:1px solid #dfe8e4;border-radius:10px;margin-top:13px;overflow:hidden}.oc-payment-ledger>header{background:#f6f9f8;justify-content:space-between;align-items:center;height:49px;padding:0 13px;display:flex}.oc-payment-ledger h3{margin:0;font-size:14px}.oc-payment-ledger>header span{color:#788680;font-size:12px}.oc-payment-ledger>div{overflow:auto}.oc-payment-ledger table{border-collapse:collapse;width:100%;min-width:1180px}.oc-payment-ledger th{color:#687771;text-align:left;white-space:nowrap;background:#fbfcfc;border-top:1px solid #e5ece9;border-bottom:1px solid #e5ece9;height:39px;padding:0 9px;font-size:12px}.oc-payment-ledger td{white-space:nowrap;border-bottom:1px solid #e9efec;height:57px;padding:8px 9px;font-size:12px}.oc-payment-ledger td b,.oc-payment-ledger td small{display:block}.oc-payment-ledger td b{font-size:12px}.oc-payment-ledger td small{color:#7f8c87;margin-top:3px;font-size:12px}.oc-payment-ledger td em{color:#bb5048;font-style:normal;line-height:1.5}.oc-payment-ledger td button{color:#08775a;background:#e5f3ee;border-radius:7px;height:29px;padding:0 8px;font-size:12px}.oc-payment-ledger td>span{color:#788680}.oc-inspect-form input:read-only{color:#51625b;background:#f1f5f3}.oc-inspect-form input:disabled{color:#a2aaa6;cursor:not-allowed;background:#f2f3f3}.oc-filter-bar>nav button small,.oc-filter-popover section button small,.oc-space-tags i,.oc-table-tags i,.oc-resource-selector>header small,.oc-tag-selector>header small{font-size:12px}.oc-resource-selector>div>button{min-height:58px}.oc-resource-selector>div>button b{font-size:13px}.oc-resource-selector>div>button small,.oc-resource-selector>footer i,.oc-tag-selector>header>i,.oc-contract-resources>header span,.oc-contract-tags>header span{font-size:12px}.oc-contract-resources article b{font-size:13px}.oc-contract-resources article small,.oc-contract-resources article>i{font-size:12px}.oc-form-grid{flex:1;align-content:start;min-height:0}.oc-resource-selector{min-height:322px}@media (max-width:900px){.oc-tag-manager>form{grid-template-columns:1fr 1fr}.oc-resource-selector>div{grid-template-columns:1fr}.oc-rent-summary>div,.oc-deposit-summary.disposition>div{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-board-scope{width:100%;margin-left:0}.oc-board-scope label{flex:1}.oc-board-scope select,.oc-board-scope label:first-child select{width:100%}}@media (max-width:600px){.oc-contract-resources>div{grid-template-columns:1fr}.oc-filter-bar>header{flex-direction:column;align-items:flex-start}.oc-filter-bar>header>div:last-child{justify-content:flex-start;width:100%}.oc-filter-bar>header section p{max-width:calc(100vw - 110px)}.oc-sort{order:3;width:100%}.oc-sort select{flex:1}.oc-resource-filter{padding:14px}.oc-resource-filter-footer{padding:0 14px}.oc-resource-selector>header{flex-direction:column;align-items:flex-start}.oc-resource-selector>header label{width:100%}.oc-tag-manager>form{grid-template-columns:1fr}.oc-resource-ledger>header{flex-direction:column;align-items:stretch}.oc-resource-ledger>header label{width:100%}.oc-resource-ledger>header button{justify-content:center}.oc-ledger-list article>i{display:none}.oc-rent-summary>div{grid-template-columns:1fr 1fr}.oc-board-scope{grid-template-columns:1fr;width:100%;display:grid}}.oc-space-tags i.risk{color:#a9433c;background:#ffe9e5;font-weight:800}.oc-board-search{color:#718079;background:#fff;border:1px solid #dbe6e2;border-radius:8px;align-items:center;gap:6px;min-width:220px;height:35px;padding:0 9px;display:flex}.oc-board-search svg{width:14px!important}.oc-board-search input{color:#34483f;background:0 0;border:0;outline:0;width:100%;height:31px;font-size:12px}.oc-load-more{justify-content:center;padding:18px 0 4px;display:flex}.oc-load-more button{color:#08775a;background:#edf7f3;border:1px solid #cfe0d9;border-radius:9px;min-width:250px;height:42px;font-size:13px;font-weight:700}.oc-load-more button:disabled{opacity:.58}@media (max-width:600px){.oc-board-search{order:2;width:100%;min-width:0}.oc-filter-bar>header>div:last-child>strong{order:1}.oc-sort{order:3}.oc-filter-bar>header>div:last-child>button{order:4}}.oc-heading{flex-direction:row;align-items:center;min-height:54px;margin-bottom:10px}.oc-heading h1{margin:0 0 5px;font-size:27px;line-height:1.15}.oc-heading p{font-size:13px}.oc-heading>div:last-child{flex-wrap:nowrap;width:auto}.oc-heading button{min-height:40px}.oc-tabs{border-radius:10px;height:50px;margin-bottom:10px;padding:4px}.oc-tabs button{min-height:40px}.oc-tabs button.active{background:#e8f4f0;box-shadow:inset 0 0 0 1px #d1e8df}.oc-filter-bar{box-shadow:none;border-radius:10px;margin-bottom:10px}.oc-filter-primary{flex-wrap:wrap;align-items:center;gap:7px;min-height:62px;padding:7px 9px;display:flex}.oc-filter-primary>*{flex:none}.oc-board-search{width:210px;min-width:170px;height:40px}.oc-board-search input{height:36px;font-size:13px}.oc-board-scope{align-items:center;gap:7px;width:auto;margin:0;display:flex}.oc-board-scope label{flex:none;display:block}.oc-board-scope label>span{display:none}.oc-board-scope select,.oc-board-scope label:first-child select{width:145px;height:40px;padding-left:10px;font-size:13px}.oc-board-scope label:last-child select{width:126px}.oc-sort{height:40px;padding:0 7px}.oc-sort select{max-width:112px;height:36px;font-size:12px}.oc-more-filter{color:#53655e;background:#f7f9f8;border:1px solid #dbe6e2;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 11px;font-size:12px;display:flex;position:relative}.oc-more-filter.active{color:#08775a;background:#edf7f3;border-color:#8fc9b7}.oc-more-filter i{color:#fff;background:#08775a;border-radius:9px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:12px;font-style:normal;display:grid}.oc-board-view-switch{height:48px;margin-left:auto}.oc-board-view-switch button{justify-content:center;min-width:64px;height:40px}.oc-icon-refresh{color:#5f7069;background:#fff;border:1px solid #dbe6e2;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.oc-icon-refresh svg{width:16px}.oc-icon-refresh:disabled{opacity:.5}.oc-filter-bar>footer{color:#718079;background:#fbfcfc;border-top:1px solid #e7eeeb;justify-content:space-between;align-items:center;gap:12px;min-height:34px;padding:6px 11px;font-size:12px;display:flex}.oc-filter-bar>footer span{align-items:center;gap:5px;display:flex}.oc-filter-bar>footer b{color:#28483e;font-size:12px}.oc-filter-bar>footer i{color:#3d72a8;background:#edf4fb;border-radius:10px;align-items:center;gap:4px;margin-left:7px;padding:3px 7px;font-style:normal;display:flex}.oc-filter-bar>footer i svg{width:13px}.oc-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:10px}.oc-metrics>button{border:1px solid var(--oc-line);color:#17231f;text-align:left;background:#fff;border-radius:10px;align-items:center;gap:10px;min-width:0;height:66px;padding:9px 12px;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex}.oc-metrics>button:hover{border-color:#aacfc2;transform:translateY(-1px);box-shadow:0 5px 14px #133e3112}.oc-metrics>button.active{background:#f0f9f5;border-color:#58a98f;box-shadow:inset 0 0 0 1px #8bc8b5}.oc-metrics>button>span{border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.oc-metrics>button div{flex-direction:column;gap:2px;min-width:0;display:flex}.oc-metrics small{white-space:nowrap;font-size:12px}.oc-metrics strong{font-size:21px;line-height:1.1}.oc-metrics em{font-size:12px}.oc-board-workspace{background:0 0;border:0;border-radius:0;overflow:visible}.oc-lease-table{border:1px solid var(--oc-line);background:#fff;border-radius:10px 10px 0 0}.oc-lease-table table{min-width:760px}.oc-contract-table table{min-width:940px}.oc-inspection-table table{min-width:900px}.oc-table th{height:42px;padding:0 12px}.oc-table td{height:62px;padding:9px 12px}.oc-table td>button{min-height:40px}.oc-row-risk{color:#ae3f37;white-space:normal;align-items:flex-start;gap:6px;max-width:230px;line-height:1.45;display:flex}.oc-row-risk svg{flex:none;width:15px}.oc-row-clear{color:#9aa49f}.oc-pagination{border:1px solid var(--oc-line);color:#718079;background:#fff;border-top:0;border-radius:0 0 10px 10px;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:7px 12px;font-size:12px;display:flex}.oc-pagination.single{justify-content:flex-end}.oc-pagination nav{gap:7px;display:flex}.oc-pagination button{color:#436057;background:#fff;border:1px solid #d7e3de;border-radius:7px;height:40px;padding:0 13px;font-size:12px}.oc-pagination button:disabled{opacity:.45;cursor:not-allowed}.oc-list{border-radius:10px}.oc-list>header{min-height:66px;padding:11px 14px}.oc-list h2{margin:0;font-size:18px}.oc-list>header>div span{max-width:630px;line-height:1.45}.oc-list-tools{align-items:center;gap:7px;display:flex}.oc-list>header .oc-list-tools label{width:285px;height:40px}.oc-list-tools>button{border:1px solid var(--oc-line);color:#63736d;background:#fff;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.oc-list-tools>button svg{width:16px}.oc-table-attention{white-space:normal;align-items:flex-start;gap:7px;max-width:230px;line-height:1.4;display:flex}.oc-table-attention>svg{flex:none;width:16px}.oc-table-attention>span{flex-direction:column;gap:3px;display:flex}.oc-table-attention b{font-size:12px}.oc-table-attention small{color:#8a6b37;font-size:12px}.oc-table-attention.risk{color:#a74239}.oc-table-attention.ok{color:#6d7c76;align-items:center}.oc-cell-wrap{white-space:normal;max-width:280px;line-height:1.5;display:block}.oc-inspection-table td:nth-child(5)>small{margin-top:6px}.oc-detail-alert{color:#a43b33;background:#fff6f4;border:1px solid #f0c6c1;border-radius:9px;gap:9px;margin-top:12px;padding:11px 12px;display:flex}.oc-detail-alert svg{flex:none;width:19px}.oc-detail-alert span{flex-direction:column;gap:3px;display:flex}.oc-detail-alert b{font-size:13px}.oc-detail-alert small{font-size:12px;line-height:1.45}.oc-detail-actions button:first-child{color:#53655e;background:#fff;border:1px solid #d8e3df}.oc-owner-payment-summary>div{grid-template-columns:repeat(4,minmax(0,1fr))}.oc-owner-payment-ledger table{min-width:650px}.oc-owner-payment-ledger td>span.risk{color:#b0473f;font-weight:700}.oc-owner-payment-empty{background:#fafcfb;border:1px dashed #d5e2dd;border-radius:10px;flex-direction:column;gap:5px;margin-top:13px;padding:14px;display:flex}.oc-owner-payment-empty b{color:#455850;font-size:13px}.oc-owner-payment-empty small{color:#798782;font-size:12px;line-height:1.5}.oc-finance-handoff{align-items:center;margin-top:13px}.oc-finance-handoff>span{flex:1;min-width:0}.oc-finance-handoff>button{color:#08775a;background:#fff;border:1px solid #acd5c7;border-radius:8px;flex:none;align-items:center;gap:5px;height:40px;padding:0 11px;font-size:12px;font-weight:700;display:flex}.oc-finance-handoff>button svg{width:14px}.oc-payment-ledger td button,.oc-rent-summary header button,.oc-section-head button{min-height:40px}:is(.oc-page button:focus-visible,.oc-page input:focus-visible,.oc-page select:focus-visible,.oc-page textarea:focus-visible){outline-offset:1px;outline:3px solid #0a8a6533}@media (max-width:1180px){.oc-board-search{width:190px}.oc-board-scope select,.oc-board-scope label:first-child select{width:132px}.oc-board-scope label:last-child select{width:116px}.oc-list>header>div span{max-width:460px}}@media (max-width:1100px){.oc-filter-primary{align-items:stretch}.oc-board-view-switch{margin-left:0}.oc-icon-refresh{margin-left:auto}.oc-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.oc-list>header{flex-direction:column;align-items:flex-start;gap:9px}.oc-list-tools{width:100%}.oc-list>header .oc-list-tools label{width:min(360px,100% - 47px)}.oc-owner-payment-summary>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.oc-filter-bar>footer,.oc-pagination,.oc-owner-payment-empty small{color:#5f6f68}.oc-list{position:relative}.oc-list-progress{z-index:3;color:#426158;background:#f3faf7;border:1px solid #cfe1da;border-radius:14px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;display:flex;position:absolute;top:68px;right:14px;box-shadow:0 3px 10px #12352b14}.oc-list.is-loading .oc-table,.oc-board-workspace.is-loading .oc-lease-table{opacity:.56;pointer-events:none}.od-workspace{color:#23342f;min-width:0;padding:18px 0 0}.od-toolbar{border-bottom:1px solid #dde7e3;grid-template-columns:minmax(280px,1fr) auto auto;align-items:end;gap:18px;min-height:94px;padding:0 0 16px;display:grid}.od-toolbar>div:first-child small{color:#08775a;letter-spacing:.08em;font-size:12px;font-weight:900}.od-toolbar h2{margin:4px 0 5px;font-size:20px;line-height:1.3}.od-toolbar p{color:#718079;margin:0;font-size:12px;line-height:1.55}.od-toolbar>nav{gap:8px;display:flex}.od-toolbar>nav button{color:#fff;white-space:nowrap;background:#08775a;border:1px solid #08775a;border-radius:9px;align-items:center;gap:7px;min-height:44px;padding:0 14px;font-size:13px;font-weight:800;display:flex}.od-toolbar>nav button.secondary{color:#31574b;background:#fff;border-color:#cfe0da}.od-toolbar>nav button svg{width:16px}.od-toolbar>nav button b{background:#ffffff38;border-radius:11px;place-items:center;min-width:22px;height:22px;padding:0 6px;font-size:12px;display:grid}.od-toolbar>nav button.secondary b{color:#08775a;background:#e8f4ef}.od-stage-filter{background:#f3f7f5;border:1px solid #d7e3df;border-radius:9px;align-items:center;gap:2px;height:42px;padding:3px;display:flex}.od-stage-filter button{color:#65756f;white-space:nowrap;border-radius:7px;align-items:center;gap:5px;height:34px;padding:0 9px;font-size:12px;display:flex}.od-stage-filter button.active{color:#08775a;background:#fff;font-weight:900;box-shadow:0 1px 5px #1842351c}.od-stage-filter button svg{width:14px}.od-stage-filter button i{color:#4b625a;background:#e5eeea;border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:12px;font-style:normal;display:grid}.od-stage-filter button.active i{color:#08775a;background:#dff1e9}.od-stage-filter.compact{height:38px}.od-stage-filter.compact button{height:30px;padding:0 12px}.od-map-stage{margin-top:14px;position:relative}.od-map-viewport{scrollbar-width:thin;scrollbar-color:#88a79c #edf3f0;overscroll-behavior:contain;background:#f1f5f3;border:1px solid #dbe5e1;border-radius:11px;min-height:510px;max-height:calc(100vh - 290px);overflow:auto}.od-map-canvas{width:100%;min-width:920px;margin:0 auto;position:relative}.od-map-canvas:before{content:"";z-index:1;pointer-events:none;background:#fafafa;width:46.3542%;height:5.0807%;position:absolute;top:1.8145%;left:25%}.od-map-canvas>img{object-fit:fill;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}.od-map-hints{z-index:240;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff0;border:1px solid #cfdcd7f2;border-radius:9px;align-items:center;gap:10px;min-height:40px;padding:5px 8px;display:flex;position:absolute;top:10px;left:10px;box-shadow:0 5px 17px #14372c21}.od-map-hints>span{color:#566a63;align-items:center;gap:5px;font-size:12px;display:flex}.od-map-hints>span i{border-radius:3px;width:8px;height:8px}.od-map-hints i.pickup{background:#198c6b}.od-map-hints i.return{background:#4079b2}.od-map-hints i.repair{background:#d27b2f}.od-map-hints>button{color:#8f5b1c;background:#fff1dc;border-radius:6px;align-items:center;gap:5px;height:30px;padding:0 8px;font-size:12px;display:flex}.od-map-hints>button svg{width:14px}.od-map-node{z-index:5;pointer-events:none;border-radius:5px;position:absolute}.od-map-node>button{pointer-events:auto;background:0 0;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.od-map-node>button:disabled{pointer-events:none}.od-map-node>button>span{z-index:2;color:#fff;background:#08775a;border:2px solid #fff;border-radius:12px;place-items:center;min-width:24px;height:24px;padding:0 5px;font-size:12px;font-weight:900;transition:transform .15s,box-shadow .15s;display:grid;position:relative;box-shadow:0 2px 9px #104e3d5c}:is(.od-map-node>button:hover>span,.od-map-node>button:focus-visible>span){transform:scale(1.15);box-shadow:0 0 0 4px #08775a2e,0 3px 10px #104e3d59}.od-map-node>button:focus-visible{outline-offset:-4px;outline:3px solid #ffffffe6}.od-map-node>small{color:#fff;white-space:nowrap;pointer-events:none;background:#21342ed6;border-radius:5px;padding:2px 5px;font-size:12px;font-weight:800;position:absolute;top:calc(50% + 14px);left:50%;transform:translate(-50%)}.od-map-node.highlighted{z-index:230!important}.od-map-node.highlighted>button>span{animation:1.4s ease-out od-locate}.od-map-stage[aria-busy=true] .od-map-canvas{opacity:.68;pointer-events:none}@keyframes od-locate{0%,to{transform:scale(1)}35%,65%{transform:scale(1.45);box-shadow:0 0 0 8px #08775a2e,0 3px 14px #104e3d73}}.od-loading,.od-load-error{text-align:center;background:#f7faf9;border:1px solid #dbe5e1;border-radius:11px;align-content:center;place-items:center;gap:10px;min-height:510px;margin-top:14px;display:grid}.od-loading>span,.od-drawer-loading>span{border:3px solid #d4e2dd;border-top-color:#08775a;border-radius:50%;width:31px;height:31px;animation:.8s linear infinite od-spin}.od-loading p{color:#6d7c76;margin:0;font-size:13px}.od-load-error{grid-template-columns:auto auto}.od-load-error>svg{color:#c05b4f;width:32px}.od-load-error h3{margin:0 0 5px;font-size:16px}.od-load-error p{color:#718079;margin:0 0 12px;font-size:12px}.od-load-error button{color:#fff;background:#08775a;border-radius:7px;align-items:center;gap:6px;height:38px;padding:0 12px;display:inline-flex}.od-load-error button svg{width:15px}@keyframes od-spin{to{transform:rotate(360deg)}}.od-drawer-layer{z-index:1200;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px);background:#0e1e1940;justify-content:flex-end;display:flex;position:fixed;inset:0}.od-drawer{background:#f4f7f6;width:min(580px,57vw);height:100%;animation:.2s ease-out od-drawer-in;overflow:auto;box-shadow:-18px 0 48px #0b261e38}.od-drawer:focus{outline:none}.od-drawer>header{z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-bottom:1px solid #dce5e2;justify-content:space-between;align-items:flex-start;gap:12px;min-height:92px;padding:17px 18px;display:flex;position:sticky;top:0}.od-drawer>header small{color:#08775a;letter-spacing:.06em;font-size:12px;font-weight:900}.od-drawer>header h2{margin:5px 0 0;font-size:22px}.od-drawer>header>button{color:#5e6e68;background:#f5f8f7;border:1px solid #d9e3df;border-radius:9px;place-items:center;width:38px;height:38px;display:grid}.od-drawer>header>button svg{width:18px}@keyframes od-drawer-in{0%{opacity:.72;transform:translate(35px)}to{opacity:1;transform:none}}.od-drawer-tools{z-index:15;background:#f4f7f6f7;border-bottom:1px solid #e0e8e5;flex-wrap:wrap;align-items:center;gap:8px;padding:11px 14px;display:flex;position:sticky;top:92px}.od-drawer-tools>label,.od-employee-head>label:not(.od-reassign-reason){background:#fff;border:1px solid #d5e1dd;border-radius:8px;align-items:center;gap:7px;width:100%;height:40px;padding:0 10px;display:flex}.od-drawer-tools label svg,.od-employee-head label svg{color:#77857f;width:15px}.od-drawer-tools input,.od-employee-head input{background:0 0;border:0;outline:0;width:100%;font-size:13px}.od-clear-anchor{color:#66756f;background:#fff;border:1px solid #d9e3df;border-radius:8px;height:38px;padding:0 10px;font-size:12px}.od-order-list{gap:11px;padding:13px;display:grid}.od-order-card{background:#fff;border:1px solid #d9e4e0;border-left:4px solid #1a906e;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #163d310e}.od-order-card.overdue{border-left-color:#cf4f45}.od-order-card>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:67px;padding:11px 12px;display:grid}.od-order-kind{color:#08775a;background:#e6f3ee;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.od-order-kind.report_return{color:#376fa8;background:#e9f1fb}.od-order-kind.repair{color:#b36d1f;background:#fff0df}.od-order-kind svg{width:18px}.od-order-card>header small{color:#78857f;font-size:12px}.od-order-card>header h3{margin:3px 0 0;font-size:15px;line-height:1.35}.od-order-card>header>i{color:#66736e;background:#eef2f0;border-radius:12px;align-items:center;height:24px;padding:0 8px;font-size:12px;font-style:normal;display:flex}.od-order-card>header>i.urgent{color:#b23c34;background:#ffebe8}.od-order-card>header>i.high{color:#9a651e;background:#fff2d8}.od-order-facts{grid-template-columns:1.1fr .8fr 1fr;gap:7px;padding:0 12px 10px;display:grid}.od-order-facts>span{background:#f5f8f7;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:6px;min-width:0;padding:8px;display:grid}.od-order-facts svg{color:#668078;grid-row:1/3;width:14px}.od-order-facts small{color:#84918c;font-size:12px}.od-order-facts b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.od-phase-note{color:#53675f;background:#eef5f2;border-radius:7px;margin:0 12px 10px;padding:8px 9px;font-size:12px;line-height:1.5}.od-order-card>footer{border-top:1px solid #e8eeeb;justify-content:flex-end;gap:7px;padding:10px 12px;display:flex}.od-order-card>footer button{color:#fff;background:#08775a;border-radius:7px;align-items:center;gap:5px;min-height:38px;padding:0 11px;font-size:12px;font-weight:800;display:flex}.od-order-card>footer button.quick{background:#d98130}.od-order-card>footer button.ghost{color:#5b7169;background:#fff;border:1px solid #d8e3df;margin-right:auto}.od-order-card>footer button:disabled{opacity:.48}.od-order-card>footer svg{width:14px}.od-action-error{color:#9c3932;background:#fff3f1;border:1px solid #edbbb5;border-radius:8px;align-items:flex-start;gap:7px;margin:10px 14px 0;padding:9px 10px;font-size:12px;line-height:1.5;display:flex}.od-action-error svg{flex:none;width:15px}.od-drawer-loading,.od-drawer-empty{text-align:center;color:#718079;align-content:center;place-items:center;gap:9px;min-height:270px;padding:28px;display:grid}.od-drawer-empty>svg{color:#9b7c43;width:31px}.od-drawer-empty b{font-size:14px}.od-drawer-empty p{margin:0;font-size:12px}.od-drawer-empty button{color:#fff;background:#08775a;border-radius:7px;height:36px;padding:0 11px}.od-employee-head{z-index:15;background:#f4f7f6f7;border-bottom:1px solid #dce5e2;gap:10px;padding:12px 14px;display:grid;position:sticky;top:92px}.od-employee-head>section{background:#fff;border:1px solid #d8e4df;border-radius:9px;align-items:center;gap:10px;padding:10px;display:flex}.od-employee-head>section h3{margin:2px 0;font-size:14px}.od-employee-head>section small,.od-employee-head>section p{color:#718079;margin:0;font-size:12px}.od-employee-head>p{color:#66766f;margin:0;font-size:12px;line-height:1.55}.od-reassign-reason{gap:5px;display:grid}.od-reassign-reason span,.od-handover-fields label span{color:#4f625b;font-size:12px;font-weight:800}.od-reassign-reason textarea{resize:vertical;width:100%;font:inherit;background:#fff;border:1px solid #d5e1dd;border-radius:8px;padding:8px 9px;font-size:12px}.od-handover-fields{grid-template-columns:1fr 100px;gap:8px;display:grid}.od-handover-fields label{gap:5px;display:grid}.od-handover-fields label:first-child{grid-column:1/3}.od-handover-fields input{background:#fff;border:1px solid #d5e1dd;border-radius:8px;height:38px;padding:0 9px}.od-employee-list{gap:11px;padding:13px;display:grid}.od-employee-list>article{background:#fff;border:1px solid #d9e4e0;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #163d310d}.od-employee-list>article>header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;min-height:66px;padding:11px 12px;display:grid}.od-employee-list>article>header>span{color:#08775a;background:#e7f3ef;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.od-employee-list>article>header svg{width:18px}.od-employee-list h3{margin:0;font-size:15px}.od-employee-list h3 i{color:#08775a;background:#dcf2e9;border-radius:7px;margin-left:6px;padding:2px 6px;font-size:12px;font-style:normal}.od-employee-list header small{color:#77847f;font-size:12px}.od-employee-list header strong{border-radius:13px;align-items:center;height:25px;padding:0 8px;font-size:12px;display:flex}.od-employee-list header strong.available{color:#08775a;background:#e5f4ed}.od-employee-list header strong.busy{color:#97621c;background:#fff1d8}.od-employee-location{background:#f4f8f6;border-radius:8px;align-items:center;gap:8px;margin:0 12px 10px;padding:8px 9px;display:flex}.od-employee-location>svg{color:#6b8078;width:16px}.od-employee-location>span{display:grid}.od-employee-location small{color:#84918c;font-size:12px}.od-employee-location b{font-size:12px}.od-employee-list>article>footer{border-top:1px solid #e8eeeb;justify-content:space-between;align-items:center;gap:8px;min-height:49px;padding:8px 12px;display:flex}.od-employee-list>article>footer small,.od-employee-list>article>footer>span{color:#76847f;font-size:12px}.od-employee-list>article>footer button{color:#fff;background:#08775a;border-radius:7px;align-items:center;gap:5px;min-height:36px;padding:0 10px;font-size:12px;font-weight:800;display:flex}.od-employee-list>article>footer button:disabled{opacity:.5}.od-employee-list>article>footer svg{width:14px}.od-active-tasks{background:#fbfcfc;border-top:1px solid #e8eeeb;gap:6px;padding:9px 12px 11px;display:grid}.od-active-tasks>small{color:#77857f;font-size:12px;font-weight:800}.od-active-tasks>button{text-align:left;background:#fff;border:1px solid #e0e8e5;border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;min-height:48px;padding:7px 8px;display:grid}.od-active-tasks>button span{display:grid}.od-active-tasks>button b{font-size:12px}.od-active-tasks>button small{color:#7b8883;font-size:12px}.od-active-tasks>button i{color:#526b62;background:#eef4f1;border-radius:7px;padding:3px 6px;font-size:12px;font-style:normal}.od-active-tasks>button svg{color:#08775a;width:14px}.od-settings{gap:12px;padding:13px;display:grid}.od-settings>form{background:#fff;border:1px solid #d9e4e0;border-radius:12px;padding:15px;box-shadow:0 6px 18px #163d310d}.od-settings>form>header{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.od-settings>form>header>span{color:#08775a;background:#e7f3ef;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.od-settings>form>header svg{width:18px}.od-settings>form>header small{color:#08775a;font-size:12px;font-weight:800}.od-settings>form>header h3{margin:2px 0 4px;font-size:16px}.od-settings>form>header p{color:#6f7f79;margin:0;font-size:12px;line-height:1.55}.od-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.od-settings-grid label{gap:5px;display:grid}.od-settings-grid label>span{color:#52655e;font-size:12px;font-weight:800}.od-settings-grid input,.od-settings-grid select{color:#283b35;background:#fff;border:1px solid #d5e1dd;border-radius:8px;width:100%;height:40px;padding:0 9px;font-size:12px}.od-auto-rules{gap:7px;margin:12px 0;display:grid}.od-auto-rules>label{background:#f6f9f8;border:1px solid #dfe8e5;border-radius:8px;align-items:center;gap:9px;min-height:49px;padding:8px 10px;display:flex}.od-auto-rules input{accent-color:#08775a;width:17px;height:17px}.od-auto-rules span{display:grid}.od-auto-rules b{font-size:12px}.od-auto-rules small{color:#74827d;font-size:12px}.od-settings>form>button{color:#fff;background:#08775a;border-radius:8px;align-items:center;gap:6px;min-height:40px;padding:0 13px;font-size:12px;font-weight:800;display:flex}.od-settings>form>button svg{width:15px}.od-settings>form>button:disabled{opacity:.55}.od-plan-list{border-top:1px solid #e5ece9;gap:6px;margin-top:13px;padding-top:10px;display:grid}.od-plan-list p{background:#f5f8f7;border-radius:7px;align-items:center;min-height:43px;margin:0;padding:7px 9px;display:flex}.od-plan-list p>span{display:grid}.od-plan-list b{font-size:12px}.od-plan-list small,.od-plan-list p.empty{color:#74827d;font-size:12px}@media (max-width:1360px){.od-toolbar{grid-template-columns:1fr;align-items:start;gap:10px}.od-toolbar>div:first-child{grid-column:1}.od-toolbar>.od-stage-filter{width:max-content;max-width:100%}.od-toolbar>nav{justify-content:flex-end}.od-map-viewport{min-height:470px;max-height:calc(100vh - 380px)}.od-drawer{width:min(560px,60vw)}}.fl-page{--fl-ink:#182620;--fl-muted:#6f7d77;--fl-line:#dfe6e3;--fl-soft:#f5f7f6;--fl-primary:#176f56;min-width:0;color:var(--fl-ink)}.fl-loading{min-height:420px;color:var(--fl-muted);align-content:center;place-items:center;gap:12px;display:grid}.fl-loading span{border:3px solid #dde5e2;border-top-color:var(--fl-primary);border-radius:50%;width:34px;height:34px;animation:.8s linear infinite fl-spin}.fl-detail-loading{min-height:240px}@keyframes fl-spin{to{transform:rotate(360deg)}}.fl-heading{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:18px;display:flex}.fl-heading>div:first-child small{color:#5f6e68;font-size:12px;font-weight:700}.fl-heading h1{letter-spacing:-.5px;margin:5px 0 7px;font-size:28px;line-height:1.2}.fl-heading p{color:var(--fl-muted);margin:0;font-size:14px}.fl-heading>div:last-child{flex:none;gap:8px;display:flex}.fl-heading select,.fl-heading button{border:1px solid var(--fl-line);color:#3f5049;height:40px;font:inherit;background:#fff;border-radius:8px;padding:0 12px;font-size:13px}.fl-heading button{align-items:center;gap:6px;display:flex}.fl-heading button svg{width:16px}.fl-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:15px;display:grid}.fl-metrics article{border:1px solid var(--fl-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-height:88px;padding:15px;display:flex}.fl-metrics article>span{color:#596961;background:#eef1f0;border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid}.fl-metrics article>span svg{width:19px}.fl-metrics .blue{color:#3d6f9f;background:#edf3fa}.fl-metrics .yellow{color:#a86621;background:#fff4e5}.fl-metrics .red{color:#b54b43;background:#fff0ee}.fl-metrics article div{flex-direction:column;gap:6px;min-width:0;display:flex}.fl-metrics small{color:var(--fl-muted);font-size:12px}.fl-metrics strong{white-space:nowrap;font-size:20px}.fl-metrics em{color:#78857f;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;overflow:hidden}.fl-panel{border:1px solid var(--fl-line);background:#fff;border-radius:11px;overflow:hidden}.fl-panel>header{border-bottom:1px solid #e8edeb;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:12px 16px;display:flex}.fl-panel>header small{color:var(--fl-muted);font-size:12px;font-weight:700}.fl-panel h2{margin:4px 0 0;font-size:18px}.fl-panel>header label{border:1px solid var(--fl-line);background:#fff;border-radius:8px;align-items:center;width:min(320px,38%);height:40px;padding:0 10px;display:flex}.fl-panel>header label svg{color:#7f8c86;flex:none;width:16px}.fl-panel>header input{min-width:0;font:inherit;border:0;outline:0;flex:1;padding-left:8px;font-size:13px}.fl-panel>nav{border-bottom:1px solid #e8edeb;gap:6px;padding:10px 15px;display:flex;overflow:auto}.fl-panel>nav button{color:#56665f;white-space:nowrap;background:#f2f4f3;border:1px solid #0000;border-radius:7px;height:34px;padding:0 12px;font-size:13px}.fl-panel>nav button small{color:#7f8b86;margin-left:6px;font-size:12px}.fl-panel>nav button.active{color:#235f4d;background:#edf4f1;border-color:#cadbd5;font-weight:700}.fl-table{width:100%;overflow:hidden}.fl-table table{border-collapse:collapse;table-layout:fixed;width:100%}.fl-table th{text-align:left;color:#68766f;white-space:nowrap;background:#f6f8f7;border-bottom:1px solid #e5ebe8;height:44px;padding:0 11px;font-size:12px;font-weight:600}.fl-table td{vertical-align:middle;border-bottom:1px solid #ebefed;height:84px;padding:10px 11px;font-size:13px;overflow:hidden}.fl-table th:first-child{width:16%}.fl-table th:nth-child(2){width:18%}.fl-table th:nth-child(3){width:13%}.fl-table th:nth-child(4),.fl-table th:nth-child(5){width:14%}.fl-table th:nth-child(6){width:12%}.fl-table th:nth-child(7){width:13%}.fl-table td>b,.fl-table td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fl-table td b{font-size:13px}.fl-table td small{color:#798680;margin-top:5px;font-size:12px}.fl-table td.amount-due>b{color:#a6423d}.fl-table td.deposit-unverified>b{color:#9a661f}.fl-table td.deposit-unverified>small{white-space:normal;line-height:1.35}.fl-table tbody tr:hover{background:#fafcfb}.fl-table tbody tr:last-child td{border-bottom:0}.fl-status{white-space:nowrap;border-radius:13px;align-items:center;gap:5px;min-height:25px;margin-top:6px;padding:3px 8px;font-size:12px;display:inline-flex}.fl-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.fl-status.yellow{color:#9d6224;background:#fff3df}.fl-status.blue{color:#376d9f;background:#edf3fa}.fl-status.green{color:#176f56;background:#e9f4ef}.fl-status.red{color:#b24b44;background:#fff0ee}.fl-status.gray{color:#64736c;background:#eef1f0}.fl-row-actions{white-space:nowrap;flex-direction:column;align-items:stretch;gap:4px;display:flex}.fl-row-actions button{color:#50615a;background:#f0f3f2;border-radius:7px;justify-content:center;align-items:center;gap:4px;width:100%;min-width:0;height:30px;padding:0 5px;font-size:12px;display:flex}.fl-row-actions button.primary{background:var(--fl-primary);color:#fff}.fl-row-actions button svg{width:14px}.fl-empty{color:#7a8882;align-content:center;place-items:center;gap:8px;min-height:300px;display:grid}.fl-empty svg{color:#859b92;width:34px}.fl-empty h3,.fl-empty p{margin:0}.fl-empty p{font-size:13px}.fl-overlay{z-index:80;background:#0e1d176b;justify-content:flex-end;display:flex;position:fixed;inset:0}.fl-drawer,.fl-collection-drawer{background:#f7f9f8;flex-direction:column;height:100%;display:flex;box-shadow:-18px 0 55px #091e172b}.fl-drawer{width:min(880px,100vw - 220px)}.fl-collection-drawer{width:min(760px,100vw - 120px)}.fl-drawer>header,.fl-collection-drawer>header{border-bottom:1px solid var(--fl-line);background:#fff;flex:none;justify-content:space-between;align-items:center;height:72px;padding:0 20px;display:flex}.fl-drawer>header small,.fl-collection-drawer>header small{color:#697871;font-size:12px;font-weight:700}.fl-drawer>header h2,.fl-collection-drawer>header h2{margin:4px 0 0;font-size:21px}.fl-drawer>header button,.fl-collection-drawer>header button{background:#f0f3f2;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.fl-drawer>header button:disabled,.fl-collection-drawer>header button:disabled{opacity:.5}.fl-drawer>header svg,.fl-collection-drawer>header svg{width:18px}.fl-detail{padding:16px 18px 28px;overflow:auto}.fl-contract-hero{border:1px solid var(--fl-line);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:15px;min-height:96px;padding:15px;display:flex}.fl-contract-hero>div{align-items:center;gap:12px;min-width:0;display:flex}.fl-contract-hero>div>svg{color:#596b63;background:#eef2f0;border-radius:9px;flex:none;width:40px;height:40px;padding:9px}.fl-contract-hero span{flex-direction:column;gap:4px;min-width:0;display:flex}.fl-contract-hero h3{margin:0;font-size:18px}.fl-contract-hero small,.fl-contract-hero p{color:#697870;margin:0;font-size:12px}.fl-hero-actions{flex:none;align-items:center;gap:8px;display:flex}.fl-hero-actions>button{background:var(--fl-primary);color:#fff;border-radius:7px;align-items:center;gap:5px;height:36px;padding:0 12px;font-size:13px;display:flex}.fl-hero-actions>button svg{width:15px}.fl-detail-metrics{grid-template-columns:repeat(4,1fr);gap:9px;margin-top:11px;display:grid}.fl-detail-metrics>div{border:1px solid var(--fl-line);background:#fff;border-radius:9px;flex-direction:column;gap:7px;min-height:68px;padding:11px;display:flex}.fl-detail-metrics small{color:#74817b;font-size:12px}.fl-detail-metrics b{font-size:14px}.fl-section{border:1px solid var(--fl-line);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.fl-section>header{background:#f5f7f6;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.fl-section>header small{color:#697870;font-size:12px;font-weight:700}.fl-section h3{margin:4px 0 0;font-size:15px}.fl-section>header button{background:var(--fl-primary);color:#fff;border-radius:7px;align-items:center;gap:5px;height:34px;padding:0 10px;font-size:12px;display:flex}.fl-section>header button.secondary{color:#36594c;background:#fff;border:1px solid #ccd9d4}.fl-section>header button svg{width:14px}.fl-section>header>span{color:#74817b;font-size:12px}.fl-section-actions{justify-content:flex-end;align-items:center;gap:7px;display:flex}.fl-arrangement-default{border-bottom:1px solid #e8edeb;align-items:center;gap:11px;min-height:72px;padding:13px;display:flex}.fl-arrangement-default>svg{color:#53675e;background:#f0f3f2;border-radius:9px;flex:none;width:36px;height:36px;padding:8px}.fl-arrangement-default>span{flex-direction:column;gap:5px;display:flex}.fl-arrangement-default b{font-size:13px}.fl-arrangement-default small{color:#6d7a74;font-size:12px;line-height:1.5}.fl-form{border-bottom:1px solid #e6ece9;grid-template-columns:repeat(3,1fr);gap:11px;padding:13px;display:grid}.fl-form label{flex-direction:column;gap:6px;display:flex}.fl-form label.wide{grid-column:1/-1}.fl-form label span{color:#5e6e66;font-size:12px;font-weight:600}.fl-form label small{color:#74817b;font-size:12px;line-height:1.5}.fl-form input,.fl-form textarea{font:inherit;background:#fff;border:1px solid #d5dfdb;border-radius:7px;outline:0;padding:0 10px;font-size:13px}.fl-form input{height:40px}.fl-form textarea{resize:vertical;padding:9px}.fl-form input:read-only{background:#f2f4f3}.fl-form footer{grid-column:1/-1;justify-content:flex-end;display:flex}.fl-form footer button{background:var(--fl-primary);color:#fff;border-radius:7px;height:38px;padding:0 14px;font-size:13px}.fl-plan-list{padding:10px}.fl-plan-list article{border:1px solid #e2e8e5;border-radius:8px;grid-template-columns:minmax(170px,1.4fr) repeat(3,minmax(75px,.65fr)) auto;align-items:center;gap:10px;min-height:68px;margin-bottom:8px;padding:9px 10px;display:grid}.fl-plan-list article:last-child{margin-bottom:0}.fl-plan-list article.overdue{background:#fff9f8;border-color:#efcbc7}.fl-plan-list article>span,.fl-plan-list article>div{flex-direction:column;gap:4px;display:flex}.fl-plan-list b{font-size:12px}.fl-plan-list small{color:#74817b;font-size:12px}.fl-muted{color:#76847d;text-align:center;margin:0;padding:17px;font-size:12px}.fl-transactions{padding:10px}.fl-transactions article{border-bottom:1px solid #e8edeb;align-items:center;gap:10px;min-height:58px;display:flex}.fl-transactions article:last-child{border-bottom:0}.fl-transactions article>svg{color:#596b63;background:#f0f3f2;border-radius:8px;width:32px;height:32px;padding:7px}.fl-transactions article>span{flex-direction:column;gap:4px;display:flex}.fl-transactions article b{font-size:13px}.fl-transactions article small{color:#74817b;font-size:12px}.fl-transactions article>i{color:#68766f;margin-left:auto;font-size:12px;font-style:normal}.fl-transactions .fl-muted{width:100%}.fl-transactions article.reversed{opacity:.68}.fl-transactions article.reversed b{text-decoration:line-through}.fl-transactions article.reversed>i{color:#a94640;font-weight:700}.fl-charge-tag{vertical-align:middle;border-radius:12px;justify-content:center;align-items:center;min-height:22px;padding:2px 7px;font-size:12px;font-style:normal;font-weight:700;display:inline-flex}.fl-charge-tag.rent{color:#376d9f;background:#edf3fa}.fl-charge-tag.deposit{color:#95611f;background:#fff3df}.fl-charge-tag.offset{color:#25704b;background:#eaf7f0}.fl-transactions .fl-charge-tag{margin-left:5px}.fl-deposit-summary{grid-template-columns:repeat(4,1fr);gap:8px;padding:12px;display:grid}.fl-deposit-summary>div{background:#fafcfb;border:1px solid #e3e9e6;border-radius:8px;flex-direction:column;gap:6px;min-height:58px;padding:9px;display:flex}.fl-deposit-summary small{color:#74817b;font-size:12px}.fl-deposit-summary b{font-size:13px}.fl-deposit-warning{color:#94601e;background:#fffaf0;border:1px solid #ecd5ad;border-radius:9px;align-items:center;gap:9px;margin:0 12px 12px;padding:11px;display:flex}.fl-deposit-warning>svg{flex:none;width:22px}.fl-deposit-warning>span{flex-direction:column;gap:4px;display:flex}.fl-deposit-warning b{font-size:13px}.fl-deposit-warning small{color:#79694e;font-size:12px;line-height:1.5}.fl-deposit-audit{background:#fff;border:1px solid #dfe7e3;border-radius:9px;margin:0 12px 12px;overflow:hidden}.fl-deposit-audit>header{background:#f5f8f7;justify-content:space-between;align-items:center;gap:10px;min-height:52px;padding:9px 11px;display:flex}.fl-deposit-audit>header>span{flex-direction:column;gap:4px;display:flex}.fl-deposit-audit>header small{color:#738079;font-size:12px}.fl-deposit-audit>header b{font-size:13px}.fl-deposit-audit>header em{color:#176f56;background:#e8f4f0;border-radius:14px;padding:5px 9px;font-size:12px;font-style:normal}.fl-deposit-audit>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px;display:grid}.fl-deposit-audit article{border:1px solid #e4ebe8;border-radius:8px;flex-direction:column;gap:5px;min-height:58px;padding:9px;display:flex}.fl-deposit-audit article small,.fl-deposit-audit article em{color:#74817b;font-size:12px;font-style:normal}.fl-deposit-audit article b{font-size:13px}.fl-deposit-audit>p{color:#5f6d67;border-top:1px solid #e7ecea;gap:9px;margin:0;padding:10px 11px;font-size:12px;line-height:1.55;display:flex}.fl-deposit-audit>p b{color:#344b41;flex:none}.fl-deposit-reconcile{background:#fafcfb;border-top:1px solid #e5ebe8;grid-template-columns:1fr 1fr;gap:11px;padding:13px;display:grid}.fl-deposit-reconcile label{flex-direction:column;gap:6px;display:flex}.fl-deposit-reconcile label.wide{grid-column:1/-1}.fl-deposit-reconcile label>span{color:#55655e;font-size:12px;font-weight:650}.fl-deposit-reconcile label>small{color:#76837d;font-size:12px;line-height:1.45}.fl-deposit-reconcile input,.fl-deposit-reconcile select,.fl-deposit-reconcile textarea{width:100%;font:inherit;background:#fff;border:1px solid #d4dfda;border-radius:8px;outline:0;font-size:13px}.fl-deposit-reconcile input,.fl-deposit-reconcile select{height:40px;padding:0 10px}.fl-deposit-reconcile textarea{resize:vertical;padding:9px}.fl-reconcile-rule{color:#63716b;background:#fff;border:1px solid #dce6e1;border-radius:8px;grid-column:1/-1;margin:0;padding:10px;font-size:12px}.fl-deposit-reconcile footer{grid-column:1/-1;justify-content:flex-end;display:flex}.fl-deposit-reconcile footer button{background:var(--fl-primary);color:#fff;border-radius:8px;align-items:center;gap:5px;height:38px;padding:0 12px;font-size:13px;display:flex}.fl-deposit-reconcile footer svg{width:15px}.fl-deposit-note{color:#718079;border-top:1px solid #e7ecea;margin:0;padding:11px 13px;font-size:12px}.fl-collection-drawer>form{flex-direction:column;flex:1;min-height:0;padding:16px 20px 0;display:flex;overflow:auto}.fl-collection-body{border:0;flex-direction:column;flex:1;min-width:0;margin:0;padding:0;display:flex}.fl-collection-body[disabled]{pointer-events:none;opacity:.72}.fl-collection-contract{border:1px solid var(--fl-line);background:#fff;border-radius:10px;align-items:center;gap:11px;min-height:78px;padding:12px 14px;display:flex}.fl-collection-contract>svg{color:#53675e;background:#eef2f0;border-radius:9px;flex:none;width:38px;height:38px;padding:8px}.fl-collection-contract>span{flex-direction:column;gap:4px;min-width:0;display:flex}.fl-collection-contract small{color:#74817b;font-size:12px}.fl-collection-contract b{font-size:14px}.fl-collection-contract em{color:#9b443e;font-size:12px;font-style:normal;font-weight:700}.fl-collection-items{border:1px solid var(--fl-line);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.fl-collection-items>header{background:#f6f8f7;justify-content:space-between;align-items:center;gap:15px;min-height:78px;padding:12px 14px;display:flex}.fl-collection-items>header>div{flex-direction:column;gap:3px;display:flex}.fl-collection-items>header small{color:#687770;font-size:12px;font-weight:700}.fl-collection-items>header h3{margin:0;font-size:16px}.fl-collection-items>header p{color:#74817b;margin:2px 0 0;font-size:12px}.fl-collection-items>header>strong{text-align:right;white-space:nowrap;font-size:20px}.fl-collection-items>header>strong small{margin-top:4px;font-weight:500;display:block}.fl-collection-items>nav{border-top:1px solid #e5ebe8;border-bottom:1px solid #e5ebe8;gap:6px;padding:9px 12px;display:flex;overflow:auto}.fl-collection-items>nav button{color:#465b52;white-space:nowrap;background:#fff;border:1px solid #d6e0dc;border-radius:7px;height:32px;padding:0 9px;font-size:12px}.fl-collection-items>nav button:disabled{opacity:.45}.fl-collection-item-list{padding:0 12px}.fl-collection-item-list article{border-bottom:1px solid #e8edeb;grid-template-columns:minmax(190px,1.1fr) minmax(250px,1.25fr) 120px;align-items:center;gap:12px;min-height:112px;padding:11px 0;display:grid}.fl-collection-item-list article:last-child{border-bottom:0}.fl-collection-item-list article.selected{background:#fbfdfc}.fl-collection-item-list article.unavailable{opacity:.65}.fl-item-check{cursor:pointer;align-items:center;gap:9px;min-width:0;display:flex}.fl-item-check>input{opacity:0;pointer-events:none;position:absolute}.fl-item-check>i{background:#fff;border:1px solid #c8d5d0;border-radius:7px;flex:none;place-items:center;width:24px;height:24px;display:grid}.fl-item-check>i svg{color:#fff;width:15px}.fl-collection-item-list article.selected .fl-item-check>i{border-color:var(--fl-primary);background:var(--fl-primary)}.fl-item-check>span{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.fl-item-check b{text-overflow:ellipsis;white-space:nowrap;max-width:145px;font-size:13px;overflow:hidden}.fl-item-check small{color:#74817b;width:100%;font-size:12px}.fl-item-balances{grid-template-columns:repeat(3,1fr);gap:7px;display:grid}.fl-item-balances>span{flex-direction:column;gap:4px;display:flex}.fl-item-balances small,.fl-item-amount>span{color:#74817b;font-size:12px}.fl-item-balances b{font-size:12px}.fl-item-amount{flex-direction:column;gap:5px;display:flex}.fl-item-amount input{width:100%;height:38px;font:inherit;border:1px solid #d4dfda;border-radius:8px;padding:0 9px;font-size:14px;font-weight:700}.fl-item-amount input:disabled{color:#88948f;background:#f1f3f2}.fl-collection-items>footer{background:#f6f8f7;border-top:1px solid #e4eae7;justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:0 13px;display:flex}.fl-collection-items>footer span{color:#65736c;font-size:12px}.fl-collection-items>footer b{font-size:15px}.fl-collection-items-loading,.fl-collection-empty{color:#718079;justify-content:center;align-items:center;gap:9px;min-height:110px;display:flex}.fl-collection-items-loading svg,.fl-collection-empty>svg{width:22px}.fl-collection-empty>span{flex-direction:column;gap:4px;display:flex}.fl-collection-empty b{font-size:13px}.fl-collection-empty small{font-size:12px}.fl-collection-error{color:#a94640;background:#fff8f7;margin:0;padding:9px 12px;font-size:12px}.fl-collection-fields{border:1px solid var(--fl-line);background:#fff;border-radius:10px;grid-template-columns:1fr 1fr;gap:14px 12px;margin-top:12px;padding:14px;display:grid}.fl-collection-fields>label{flex-direction:column;gap:7px;display:flex}.fl-collection-fields>label.wide{grid-column:1/-1}.fl-collection-fields label>span{color:#4e5f57;font-size:13px;font-weight:650}.fl-collection-fields label>small{color:#7a8781;font-size:12px}.fl-collection-fields input,.fl-collection-fields select,.fl-collection-fields textarea{width:100%;font:inherit;background:#fff;border:1px solid #d4dfda;border-radius:8px;outline:0;padding:0 10px;font-size:14px}.fl-collection-fields input,.fl-collection-fields select{height:42px}.fl-collection-fields textarea{resize:vertical;padding:10px}.fl-duplicate-reason{background:#fff9f8;border:1px solid #efd4d0;border-radius:8px;padding:10px}.fl-duplicate-reason>small{line-height:1.5;color:#a94640!important}.fl-money-input{position:relative}.fl-money-input i{color:#5c6d65;font-size:18px;font-style:normal;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.fl-money-input input{padding-left:34px;font-size:22px;font-weight:750}.fl-bank-receipt{background:#fafcfb;border:1px dashed #b7c7c0;border-radius:9px;grid-column:1/-1;align-items:center;gap:11px;min-height:96px;padding:13px;display:flex}.fl-bank-receipt.selected{background:#f6faf8;border-style:solid;border-color:#9ab7ab}.fl-bank-receipt>svg{color:#53675e;background:#edf1ef;border-radius:9px;flex:none;width:39px;height:39px;padding:9px}.fl-bank-receipt>span{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.fl-bank-receipt b{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.fl-bank-receipt small{color:#6f7d77;font-size:12px;line-height:1.5}.fl-bank-receipt>button{color:#35564a;white-space:nowrap;background:#fff;border:1px solid #cbd8d3;border-radius:7px;height:36px;padding:0 11px;font-size:12px}.fl-auto-allocation{border:1px solid var(--fl-line);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.fl-auto-allocation summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:62px;padding:10px 13px;list-style:none;display:flex}.fl-auto-allocation summary::-webkit-details-marker{display:none}.fl-auto-allocation summary>span{flex-direction:column;gap:4px;display:flex}.fl-auto-allocation summary b{font-size:13px}.fl-auto-allocation summary small{color:#6f7d77;font-size:12px}.fl-auto-allocation summary>svg{color:#718078;width:17px;transition:transform .2s}.fl-auto-allocation[open] summary>svg{transform:rotate(180deg)}.fl-auto-allocation>div{border-top:1px solid #e8edeb;padding:8px 13px}.fl-auto-allocation p{color:#69766f;justify-content:space-between;align-items:center;gap:12px;min-height:37px;margin:0;font-size:12px;display:flex}.fl-auto-allocation p b{color:#3c4e46;font-size:12px}.fl-collection-body>footer{border-top:1px solid var(--fl-line);z-index:2;background:#fff;justify-content:flex-end;gap:8px;margin:14px -20px 0;padding:13px 20px;display:flex;position:sticky;bottom:0}.fl-collection-body>footer button{color:#4f6058;background:#edf1ef;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 15px;font-size:13px;display:flex}.fl-collection-body>footer button.primary{background:var(--fl-primary);color:#fff;justify-content:center;min-width:160px}.fl-collection-body>footer button:disabled{opacity:.55}.fl-collection-body>footer svg{width:16px}@media (max-width:1180px){.fl-table th:nth-child(2){width:17%}.fl-table th:nth-child(7){width:15%}.fl-drawer{width:calc(100vw - 76px)}.fl-collection-item-list article{grid-template-columns:minmax(170px,1fr) minmax(210px,1.1fr) 110px}}@media (max-width:820px){.fl-heading{flex-direction:column;align-items:flex-start}.fl-heading>div:last-child{width:100%}.fl-heading select{flex:1}.fl-metrics{grid-template-columns:1fr 1fr}.fl-panel>header{flex-direction:column;align-items:flex-start}.fl-panel>header label{width:100%}.fl-table{overflow:auto}.fl-table table{min-width:1020px}.fl-drawer,.fl-collection-drawer{width:100%}.fl-detail-metrics{grid-template-columns:1fr 1fr}.fl-collection-item-list article{grid-template-columns:1fr 120px}.fl-item-balances{grid-area:2/1/auto/-1}.fl-deposit-summary{grid-template-columns:1fr 1fr}}@media (max-width:600px){.fl-metrics{grid-template-columns:1fr}.fl-contract-hero{flex-direction:column;align-items:flex-start}.fl-hero-actions{justify-content:space-between;width:100%}.fl-form,.fl-collection-fields,.fl-deposit-reconcile{grid-template-columns:1fr}.fl-collection-fields>label.wide,.fl-bank-receipt,.fl-deposit-reconcile label.wide,.fl-deposit-reconcile footer{grid-column:auto}.fl-plan-list article{grid-template-columns:1fr 1fr}.fl-plan-list article>span{grid-column:1/-1}.fl-bank-receipt{flex-wrap:wrap;align-items:flex-start}.fl-bank-receipt>span{width:calc(100% - 54px)}.fl-bank-receipt>button{margin-left:50px}.fl-collection-items>header{flex-direction:column;align-items:flex-start}.fl-collection-items>header>strong{text-align:left}.fl-collection-item-list article{grid-template-columns:1fr}.fl-item-balances,.fl-item-amount{grid-area:auto}.fl-deposit-summary{grid-template-columns:1fr}}.fl-audit-actions{border-top:1px solid #e7ecea;justify-content:flex-end;gap:8px;padding:10px 11px;display:flex}.fl-audit-actions button,.fl-adjustment-list button{background:var(--fl-primary);color:#fff;border-radius:7px;height:34px;padding:0 10px;font-size:12px}.fl-audit-actions button.danger,.fl-adjustment-list button.danger{color:#a94640;background:#fff;border:1px solid #e0bbb7}.fl-correction-form{background:#fff9f8;border-top:1px solid #e7ecea;grid-template-columns:1fr 1fr;gap:10px;padding:11px;display:grid}.fl-correction-form label{flex-direction:column;gap:6px;display:flex}.fl-correction-form label>span{color:#714b47;font-size:12px;font-weight:700}.fl-correction-form label>small{color:#826a67;font-size:12px;line-height:1.45}.fl-correction-form textarea,.fl-correction-form input{font:inherit;background:#fff;border:1px solid #decac7;border-radius:7px;padding:9px;font-size:13px}.fl-correction-form button{color:#fff;background:#a94640;border-radius:7px;grid-column:1/-1;justify-self:end;align-items:center;gap:5px;height:36px;padding:0 11px;font-size:12px;display:flex}.fl-correction-form button:disabled{opacity:.55}.fl-correction-form button svg{width:15px}.fl-adjustment-list{border:1px solid #dfe7e3;border-radius:9px;margin:10px;overflow:hidden}.fl-adjustment-list>header{background:#f5f8f7;justify-content:space-between;gap:10px;padding:10px;display:flex}.fl-adjustment-list>header b{font-size:13px}.fl-adjustment-list>header small{color:#74817b;font-size:12px}.fl-adjustment-list>article{border-top:1px solid #e7ecea;grid-template-columns:1fr auto auto;align-items:center;gap:12px;padding:10px;display:grid}.fl-adjustment-list>article>div,.fl-adjustment-list>article>section{flex-direction:column;gap:4px;display:flex}.fl-adjustment-list span,.fl-adjustment-list small,.fl-adjustment-list a{font-size:12px}.fl-adjustment-list span{color:#98601f;font-weight:700}.fl-adjustment-list a{color:#176f56}.fl-adjustment-list footer{gap:6px;display:flex}@media (max-width:600px){.fl-adjustment-list>article,.fl-correction-form{grid-template-columns:1fr}.fl-adjustment-list footer{justify-content:flex-end}.fl-correction-form button{grid-column:auto}}.fl-disposition-section{min-width:0}.fl-disposition-loading{color:#6f7d77;justify-content:center;align-items:center;gap:9px;min-height:120px;font-size:13px;display:flex}.fl-disposition-loading svg{width:20px}.fl-disposition-error{color:#9d453f;background:#fff8f7;border:1px solid #eccac6;border-radius:9px;align-items:center;gap:10px;margin:12px;padding:12px;display:flex}.fl-disposition-error>svg{flex:none;width:22px}.fl-disposition-error>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.fl-disposition-error b{font-size:13px}.fl-disposition-error small{font-size:12px;line-height:1.45}.fl-disposition-error>button{color:#91423c;background:#fff;border:1px solid #e2bbb7;border-radius:7px;height:34px;padding:0 11px}.fl-disposition-balance{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:12px;display:grid}.fl-disposition-balance article{background:#fafcfb;border:1px solid #e2e9e6;border-radius:9px;flex-direction:column;gap:5px;min-width:0;min-height:78px;padding:10px;display:flex}.fl-disposition-balance article.occupied{background:#fffaf1;border-color:#ead3a9}.fl-disposition-balance article.available{background:#f3faf7;border-color:#c9ddd5}.fl-disposition-balance small,.fl-disposition-outcomes small{color:#718079;font-size:12px}.fl-disposition-balance b{white-space:nowrap;font-size:15px}.fl-disposition-balance em{color:#7b8882;font-size:12px;font-style:normal;line-height:1.35}.fl-disposition-outcomes{background:#fff;border:1px solid #e2e9e6;border-radius:9px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 12px 12px;display:grid;overflow:hidden}.fl-disposition-outcomes>span{border-right:1px solid #e7ecea;flex-direction:column;gap:5px;min-width:0;min-height:55px;padding:9px 11px;display:flex}.fl-disposition-outcomes>span:last-child{border-right:0}.fl-disposition-outcomes b{font-size:13px}.fl-disposition-outcomes .refund b{color:#176f56}.fl-disposition-outcomes .offset b{color:#376d9f}.fl-disposition-outcomes .deduction b{color:#96611f}.fl-disposition-outcomes .forfeiture b{color:#a2453f}.fl-disposition-integrity,.fl-disposition-blocked,.fl-disposition-separation{border-radius:9px;align-items:flex-start;gap:9px;margin:0 12px 12px;padding:11px;display:flex}.fl-disposition-integrity{color:#3b5c50;background:#f4f8f6;border:1px solid #d5e3dd}.fl-disposition-blocked{color:#8d5d20;background:#fffaf1;border:1px solid #ead3a9}.fl-disposition-separation{color:#466056;background:#f5f8f7;border:1px solid #d9e4df;grid-column:1/-1;margin:0}.fl-disposition-integrity>svg,.fl-disposition-blocked>svg,.fl-disposition-separation>svg{flex:none;width:21px}.fl-disposition-integrity>span,.fl-disposition-blocked>span,.fl-disposition-separation>span{flex-direction:column;gap:4px;display:flex}.fl-disposition-integrity b,.fl-disposition-blocked b,.fl-disposition-separation b{font-size:13px}.fl-disposition-integrity small,.fl-disposition-blocked small,.fl-disposition-separation small{color:inherit;opacity:.86;font-size:12px;line-height:1.5}.fl-disposition-form{background:#fbfdfc;border:1px solid #ccdcd5;border-radius:10px;margin:0 12px 12px;overflow:hidden}.fl-disposition-form>header,.fl-disposition-records>header{background:#f5f8f7;border-bottom:1px solid #e2e9e6;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 12px;display:flex}.fl-disposition-form>header>div,.fl-disposition-records>header>div{flex-direction:column;gap:3px;display:flex}.fl-disposition-form>header small,.fl-disposition-records>header small{color:#718079;font-size:12px}.fl-disposition-form h4,.fl-disposition-records h4{margin:0;font-size:14px}.fl-disposition-form>header>button{background:#eaf0ed;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.fl-disposition-form>header>button svg{width:16px}.fl-disposition-types{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;padding:11px;display:grid}.fl-disposition-types>button{text-align:left;background:#fff;border:1px solid #dbe4e0;border-radius:9px;align-items:flex-start;gap:8px;min-width:0;min-height:76px;padding:9px;display:flex}.fl-disposition-types>button>svg{color:#586c63;background:#eef2f0;border-radius:7px;flex:none;width:28px;height:28px;padding:6px}.fl-disposition-types>button>span{flex-direction:column;gap:4px;min-width:0;display:flex}.fl-disposition-types b{font-size:13px}.fl-disposition-types small{color:#74817b;font-size:12px;line-height:1.35}.fl-disposition-types>button.active{background:#f2f8f5;border-color:#83aa9b;box-shadow:inset 0 0 0 1px #b8d1c7}.fl-disposition-types>button.active.green>svg{color:#176f56;background:#e5f3ed}.fl-disposition-types>button.active.blue>svg{color:#376d9f;background:#e8f0f8}.fl-disposition-types>button.active.yellow>svg{color:#96611f;background:#fff0d8}.fl-disposition-types>button.active.red>svg{color:#a2453f;background:#fbe9e7}.fl-disposition-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;padding:3px 11px 11px;display:grid}.fl-disposition-fields>label{flex-direction:column;gap:6px;min-width:0;display:flex}.fl-disposition-fields .wide{grid-column:1/-1}.fl-disposition-fields label>span,.fl-disposition-action label>span{color:#4f6259;font-size:12px;font-weight:650}.fl-disposition-fields label>small,.fl-disposition-action label>small{color:#74817b;font-size:12px;line-height:1.4}.fl-disposition-fields input,.fl-disposition-fields select,.fl-disposition-fields textarea,.fl-disposition-action input,.fl-disposition-action select,.fl-disposition-action textarea{width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #d2ded9;border-radius:8px;outline:0;padding:0 10px;font-size:13px}.fl-disposition-fields input,.fl-disposition-fields select,.fl-disposition-action input,.fl-disposition-action select{height:40px}.fl-disposition-fields textarea,.fl-disposition-action textarea{resize:vertical;padding:9px}.fl-disposition-evidence{background:#fff;border:1px dashed #b9c9c2;border-radius:9px;align-items:center;gap:9px;min-height:76px;padding:10px;display:flex}.fl-disposition-evidence.selected{background:#f7fbf9;border-style:solid;border-color:#a6beb4}.fl-disposition-evidence>svg{color:#53675e;background:#edf2ef;border-radius:8px;flex:none;width:34px;height:34px;padding:7px}.fl-disposition-evidence>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.fl-disposition-evidence b{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.fl-disposition-evidence small{color:#718079;font-size:12px;line-height:1.4}.fl-disposition-evidence>button{color:#36564a;white-space:nowrap;background:#fff;border:1px solid #cbd8d3;border-radius:7px;align-items:center;gap:4px;height:33px;padding:0 9px;font-size:12px;display:flex}.fl-disposition-evidence>button svg{width:14px}.fl-disposition-evidence>button:disabled{opacity:.5}.fl-disposition-file-help{color:#a2453f;margin-top:5px;font-size:12px;display:block}.fl-disposition-form>footer,.fl-disposition-action>footer{background:#fff;border-top:1px solid #e2e9e6;justify-content:flex-end;gap:7px;padding:11px;display:flex}.fl-disposition-form>footer button,.fl-disposition-action>footer button{color:#4e6058;background:#edf1ef;border-radius:8px;justify-content:center;align-items:center;gap:5px;height:38px;padding:0 13px;font-size:12px;display:flex}.fl-disposition-form>footer button.primary,.fl-disposition-action>footer button.primary{color:#fff;background:#176f56}.fl-disposition-form>footer button:disabled,.fl-disposition-action>footer button:disabled{opacity:.5}.fl-disposition-form>footer svg,.fl-disposition-action>footer svg{width:15px}.fl-disposition-records{background:#fff;border:1px solid #e0e8e4;border-radius:10px;margin:0 12px 12px;overflow:hidden}.fl-disposition-records>header>span{color:#718079;font-size:12px}.fl-disposition-record{border-bottom:1px solid #e6ece9}.fl-disposition-record:last-child{border-bottom:0}.fl-disposition-record-head{text-align:left;background:#fff;grid-template-columns:34px minmax(0,1fr) minmax(128px,auto);align-items:center;gap:10px;width:100%;min-width:0;padding:11px 12px;display:grid}.fl-disposition-record-head>i{border-radius:8px;place-items:center;width:34px;height:34px;font-style:normal;display:grid}.fl-disposition-record-head>i svg{width:17px}.fl-disposition-record-head>i.green{color:#176f56;background:#e7f3ee}.fl-disposition-record-head>i.blue{color:#376d9f;background:#eaf1f8}.fl-disposition-record-head>i.yellow{color:#96611f;background:#fff1dc}.fl-disposition-record-head>i.red{color:#a2453f;background:#fbeae8}.fl-disposition-record-head>span{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3px 10px;min-width:0;display:grid}.fl-disposition-record-head>span small{color:#718079;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.fl-disposition-record-head>span b{white-space:nowrap;grid-area:1/2/3;font-size:15px}.fl-disposition-record-head>span em{color:#829089;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;overflow:hidden}.fl-disposition-record-head>strong{text-align:right;border-radius:8px;flex-direction:column;justify-self:end;gap:2px;min-width:112px;padding:6px 8px;font-size:12px;display:flex}.fl-disposition-record-head>strong small{white-space:nowrap;font-size:12px;font-weight:500}.fl-disposition-record-head>strong.gray{color:#68766f;background:#f0f2f1}.fl-disposition-record-head>strong.yellow{color:#986220;background:#fff4e4}.fl-disposition-record-head>strong.blue{color:#376d9f;background:#edf3fa}.fl-disposition-record-head>strong.red{color:#a84841;background:#fff0ee}.fl-disposition-record-head>strong.green{color:#176f56;background:#e9f4ef}.fl-disposition-record-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;padding:0 12px 10px;display:flex}.fl-disposition-record-actions>button{color:#176f56;background:#eaf3ef;border-radius:7px;align-items:center;gap:4px;height:32px;padding:0 9px;font-size:12px;display:flex}.fl-disposition-record-actions>button.danger{color:#a2453f;background:#fff0ee}.fl-disposition-record-actions>button.plain{color:#5d6c65;background:#f0f2f1}.fl-disposition-record-actions>button svg{width:13px}.fl-disposition-record-actions>small{color:#96611f;font-size:12px}.fl-disposition-action{background:#f9fcfa;border:1px solid #cddcd6;border-radius:9px;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0 12px 11px;padding:10px;display:grid}.fl-disposition-action>header{grid-column:1/-1;justify-content:space-between;align-items:center;display:flex}.fl-disposition-action>header b{font-size:13px}.fl-disposition-action>header button{background:#e9efec;border-radius:6px;place-items:center;width:28px;height:28px;display:grid}.fl-disposition-action>header svg{width:14px}.fl-disposition-action label{flex-direction:column;gap:5px;display:flex}.fl-disposition-action .wide{grid-column:1/-1}.fl-disposition-action>footer{grid-column:1/-1;margin:0 -10px -10px;padding:9px 10px}.fl-refund-account-reveal{background:#fffaf1;border:1px solid #decda9;border-radius:9px;overflow:hidden}.fl-refund-account-reveal>header{border-bottom:1px solid #ebddc2;justify-content:space-between;align-items:center;min-height:50px;padding:8px 10px;display:flex}.fl-refund-account-reveal>header>span{flex-direction:column;gap:3px;display:flex}.fl-refund-account-reveal>header small{color:#806f4e;font-size:12px}.fl-refund-account-reveal>header b{font-size:12px}.fl-refund-account-reveal>header svg{color:#8c6825;width:20px}.fl-refund-account-reveal>div{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:9px 10px;display:grid}.fl-refund-account-reveal>div>button{color:#fff;white-space:nowrap;background:#806123;border-radius:8px;align-items:center;gap:5px;height:40px;padding:0 11px;font-size:12px;display:flex}.fl-refund-account-reveal>div>button svg{width:14px}.fl-refund-account-reveal>div>button:disabled{opacity:.55}.fl-refund-account-reveal>div.revealed{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.fl-refund-account-reveal .revealed small{color:#806f4e;font-size:12px}.fl-refund-account-reveal .revealed b{letter-spacing:.4px;overflow-wrap:anywhere;font-size:17px}.fl-refund-account-reveal .revealed em{color:#806f4e;font-size:12px;font-style:normal}.fl-disposition-detail{background:#fafcfb;border-top:1px solid #e5ebe8;padding:11px}.fl-disposition-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.fl-disposition-facts>span,.fl-disposition-facts>article{background:#fff;border:1px solid #e2e9e6;border-radius:8px;flex-direction:column;gap:5px;min-width:0;padding:8px;display:flex}.fl-disposition-facts small{color:#74817b;font-size:12px}.fl-disposition-facts b{overflow-wrap:anywhere;font-size:12px;line-height:1.45}.fl-disposition-facts>span>em,.fl-disposition-facts>article>em{color:#74817b;overflow-wrap:anywhere;font-size:12px;font-style:normal;line-height:1.4}.fl-disposition-movement.reversed{background:#fff9f8;border-color:#d7c5c2}.fl-disposition-reversal-open{color:#9e453f;background:#fff0ee;border-radius:7px;align-self:flex-start;align-items:center;gap:5px;height:31px;margin-top:2px;padding:0 9px;font-size:12px;display:flex}.fl-disposition-reversal-open svg{width:13px}.fl-disposition-reversal-result{color:#94433d;border-top:1px solid #ead6d2;flex-direction:column;gap:4px;margin-top:4px;padding-top:7px;display:flex}.fl-disposition-reversal-result strong{align-items:center;gap:5px;font-size:12px;display:flex}.fl-disposition-reversal-result strong svg{width:14px}.fl-disposition-reversal-result span,.fl-disposition-reversal-result small{font-size:12px;line-height:1.45}.fl-disposition-reversal-result a{color:#176f56;align-self:flex-start;align-items:center;gap:5px;font-size:12px;display:flex}.fl-disposition-reversal-result a svg{width:14px}.fl-disposition-reversal-form{background:#fff9f8;border:1px solid #dfc5c1;border-radius:9px;margin-top:10px;overflow:hidden}.fl-disposition-reversal-form>header{border-bottom:1px solid #ead8d5;justify-content:space-between;align-items:center;min-height:50px;padding:8px 10px;display:flex}.fl-disposition-reversal-form>header>span{flex-direction:column;gap:3px;display:flex}.fl-disposition-reversal-form>header small{color:#8d625e;font-size:12px}.fl-disposition-reversal-form>header b{font-size:13px}.fl-disposition-reversal-form>header button{background:#f3e4e2;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.fl-disposition-reversal-form>header button svg{width:15px}.fl-disposition-reversal-form>p{color:#814a45;background:#fff;border:1px solid #e7d1cd;border-radius:8px;align-items:flex-start;gap:8px;margin:10px;padding:9px;display:flex}.fl-disposition-reversal-form>p>svg{flex:none;width:19px}.fl-disposition-reversal-form>p>span{flex-direction:column;gap:3px;display:flex}.fl-disposition-reversal-form>p b{font-size:12px}.fl-disposition-reversal-form>p small{font-size:12px;line-height:1.45}.fl-disposition-reversal-form>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:0 10px 10px;display:grid}.fl-disposition-reversal-form label{flex-direction:column;gap:5px;display:flex}.fl-disposition-reversal-form label>span{color:#614d4a;font-size:12px;font-weight:650}.fl-disposition-reversal-form input,.fl-disposition-reversal-form textarea{width:100%;min-width:0;font:inherit;background:#fff;border:1px solid #dccbc8;border-radius:8px;outline:0;padding:0 10px;font-size:13px}.fl-disposition-reversal-form input{height:40px}.fl-disposition-reversal-form textarea{resize:vertical;padding:9px}.fl-disposition-reversal-form .fl-disposition-evidence{grid-column:1/-1}.fl-disposition-reversal-form>footer{background:#fff;border-top:1px solid #ead8d5;justify-content:flex-end;gap:7px;padding:9px 10px;display:flex}.fl-disposition-reversal-form>footer button{color:#4e6058;background:#edf1ef;border-radius:8px;justify-content:center;align-items:center;gap:5px;height:38px;padding:0 13px;font-size:12px;display:flex}.fl-disposition-reversal-form>footer button.primary{color:#fff;background:#9b453f}.fl-disposition-reversal-form>footer button:disabled{opacity:.5}.fl-disposition-reversal-form>footer svg{width:15px}.fl-disposition-file-links{flex-direction:column;gap:4px;display:flex}.fl-disposition-file-fact a{color:#176f56;text-overflow:ellipsis;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:5px;min-width:0;font-size:12px;display:grid;overflow:hidden}.fl-disposition-file-fact a>svg{width:14px}.fl-disposition-file-fact a>em{color:#74817b;white-space:nowrap;font-size:12px;font-style:normal}.fl-disposition-timeline{border-top:1px solid #e1e8e5;margin-top:10px;padding-top:9px}.fl-disposition-timeline h5{align-items:center;gap:5px;margin:0 0 7px;font-size:12px;display:flex}.fl-disposition-timeline h5 svg{color:#5d7168;width:15px}.fl-disposition-timeline>article{grid-template-columns:13px minmax(0,1fr);gap:8px;min-height:45px;display:grid}.fl-disposition-timeline>article>i{background:#fff;border:2px solid #94b3a7;border-radius:50%;width:9px;height:9px;margin-top:5px;position:relative}.fl-disposition-timeline>article:not(:last-child)>i:after{content:"";background:#d7e2de;width:1px;height:36px;position:absolute;top:8px;left:2px}.fl-disposition-timeline>article>span{flex-direction:column;gap:3px;display:flex}.fl-disposition-timeline b{font-size:12px}.fl-disposition-timeline small,.fl-disposition-timeline em{color:#74817b;font-size:12px;font-style:normal;line-height:1.4}@media (max-width:820px){.fl-disposition-balance,.fl-disposition-types{grid-template-columns:1fr 1fr}.fl-disposition-record-head{grid-template-columns:34px minmax(0,1fr)}.fl-disposition-record-head>strong{text-align:left;grid-column:2;justify-self:start;min-width:0}.fl-disposition-record-actions{justify-content:flex-start;padding-left:56px}}@media (max-width:600px){.fl-disposition-balance,.fl-disposition-outcomes{grid-template-columns:1fr 1fr}.fl-disposition-outcomes>span:nth-child(2){border-right:0}.fl-disposition-outcomes>span:nth-child(-n+2){border-bottom:1px solid #e7ecea}.fl-disposition-types,.fl-disposition-fields,.fl-disposition-action,.fl-disposition-facts,.fl-disposition-reversal-form>div{grid-template-columns:1fr}.fl-disposition-fields .wide,.fl-disposition-action>header,.fl-disposition-action .wide,.fl-disposition-action>footer,.fl-disposition-reversal-form .fl-disposition-evidence{grid-column:auto}.fl-disposition-evidence{flex-wrap:wrap;align-items:flex-start}.fl-disposition-evidence>span{width:calc(100% - 45px)}.fl-disposition-evidence>button{margin-left:43px}.fl-disposition-form>footer,.fl-disposition-reversal-form>footer{flex-direction:column-reverse;align-items:stretch}.fl-disposition-form>footer button,.fl-disposition-reversal-form>footer button{width:100%}.fl-disposition-record-head>span{grid-template-columns:1fr}.fl-disposition-record-head>span b{grid-area:auto}.fl-disposition-record-actions{padding-left:12px}.fl-disposition-record-actions>button{flex:1;min-width:105px}.fl-disposition-integrity,.fl-disposition-blocked{align-items:flex-start}.fl-refund-account-reveal>div{grid-template-columns:1fr}.fl-refund-account-reveal>div>button{justify-content:center}}@media (max-width:400px){.fl-disposition-balance,.fl-disposition-types{grid-template-columns:1fr}}.fdw-page{--fdw-green:#176f56;--fdw-ink:#17251f;--fdw-muted:#687871;--fdw-line:#dce6e2;min-width:0;color:var(--fdw-ink)}.fdw-heading{justify-content:space-between;align-items:center;gap:24px;min-height:76px;margin-bottom:16px;display:flex}.fdw-heading>div{min-width:0}.fdw-heading h1{margin:0 0 7px;font-size:28px;line-height:1.25}.fdw-heading p{color:var(--fdw-muted);margin:0;font-size:14px;line-height:1.5}.fdw-heading>button{white-space:nowrap;border-radius:9px;align-items:center;gap:7px;height:44px;padding:0 16px;font-size:14px;font-weight:700;display:flex}.fdw-heading>button.primary{background:var(--fdw-green);color:#fff;box-shadow:0 8px 20px #176f5629}.fdw-heading>button svg{width:17px}.fdw-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.fdw-metrics article{border:1px solid var(--fdw-line);background:#fff;border-radius:11px;align-items:center;gap:12px;min-width:0;min-height:94px;padding:15px;display:flex}.fdw-metrics article>i{width:42px;height:42px;color:var(--fdw-green);background:#edf4f1;border-radius:10px;flex:none;place-items:center;font-style:normal;display:grid}.fdw-metrics article>i.yellow{color:#95601f;background:#fff3df}.fdw-metrics article>i.blue{color:#376d9f;background:#edf3fa}.fdw-metrics article>i svg{width:20px}.fdw-metrics article>span{flex-direction:column;gap:4px;min-width:0;display:flex}.fdw-metrics small{color:var(--fdw-muted);font-size:12px}.fdw-metrics b{white-space:nowrap;font-size:20px;line-height:1.25}.fdw-metrics em{color:#7b8882;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-style:normal;line-height:1.4;overflow:hidden}.fdw-start-guide{color:#285f4d;background:#f0f8f5;border:1px solid #bcd7cc;border-radius:10px;align-items:center;gap:10px;min-height:64px;margin-bottom:14px;padding:10px 13px;display:flex}.fdw-start-guide>svg{flex:none;width:24px}.fdw-start-guide>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.fdw-start-guide b{font-size:14px}.fdw-start-guide small{font-size:12px;line-height:1.45}.fdw-start-guide>button{color:#356453;background:#fff;border:1px solid #b9d2c8;border-radius:8px;height:40px;padding:0 12px;font-size:13px}.fdw-workspace{border:1px solid var(--fdw-line);background:#fff;border-radius:12px;min-width:0;overflow:hidden}.fdw-workspace>header{border-bottom:1px solid #e7eeeb;justify-content:space-between;align-items:center;gap:20px;min-height:72px;padding:12px 16px;display:flex}.fdw-workspace>header>div{align-items:baseline;gap:9px;display:flex}.fdw-workspace h2{margin:0;font-size:18px}.fdw-workspace>header small{color:var(--fdw-muted);font-size:12px}.fdw-workspace>header label{background:#fff;border:1px solid #d3dfda;border-radius:8px;align-items:center;gap:7px;width:min(360px,45%);height:40px;padding:0 10px;display:flex}.fdw-workspace>header label:focus-within{box-shadow:none;border-color:#377f68}.fdw-workspace>header label svg{color:#718079;flex:none;width:16px}.fdw-workspace>header input{min-width:0;font:inherit;background:0 0;border:0;outline:0;flex:1;font-size:14px}.fdw-workspace>nav{overscroll-behavior-inline:contain;border-bottom:1px solid #e7eeeb;align-items:center;gap:7px;min-height:54px;padding:9px 15px;display:flex;overflow-x:auto}.fdw-workspace>nav button{color:#586961;white-space:nowrap;background:#f1f4f3;border:1px solid #0000;border-radius:8px;height:36px;padding:0 13px;font-size:13px}.fdw-workspace>nav button.active{color:#165e4b;background:#edf6f2;border-color:#bfd6cd;font-weight:700}.fdw-table-scroll{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;min-width:0;overflow-x:auto}.fdw-table-scroll table{border-collapse:collapse;table-layout:fixed;width:1080px;min-width:1080px}.fdw-table-scroll th{color:#64746d;text-align:left;white-space:nowrap;background:#f6f8f7;border-bottom:1px solid #e3ebe7;height:44px;padding:0 12px;font-size:12px;font-weight:650}.fdw-table-scroll th:first-child{width:190px}.fdw-table-scroll th:nth-child(2){width:165px}.fdw-table-scroll th:nth-child(3),.fdw-table-scroll th:nth-child(4),.fdw-table-scroll th:nth-child(5){width:135px}.fdw-table-scroll th:nth-child(6){width:190px}.fdw-table-scroll th:nth-child(7){width:130px}.fdw-table-scroll td{vertical-align:middle;border-bottom:1px solid #e9efec;height:76px;padding:10px 12px;font-size:13px;overflow:hidden}.fdw-table-scroll tbody tr:hover{background:#fafcfb}.fdw-table-scroll tbody tr:last-child td{border-bottom:0}.fdw-table-scroll td>b,.fdw-table-scroll td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fdw-table-scroll td>b{font-size:14px}.fdw-table-scroll td>small{color:#77857f;margin-top:5px;font-size:12px}.fdw-table-scroll td.amount>b{font-variant-numeric:tabular-nums;font-size:15px}.fdw-table-scroll td.occupied>b{color:#95601f}.fdw-table-scroll td.available>b{color:var(--fdw-green)}.fdw-table-scroll td>button{color:#40584e;white-space:nowrap;background:#eef2f0;border-radius:8px;justify-content:center;align-items:center;gap:5px;min-width:82px;height:40px;padding:0 10px;font-size:13px;display:flex}.fdw-table-scroll td>button.attention{color:#176f56;background:#e7f3ee;font-weight:700}.fdw-table-scroll td>button svg{width:14px}.fdw-status{white-space:nowrap;border-radius:14px;align-items:center;gap:6px;width:max-content;min-height:26px;padding:4px 9px;font-size:12px;font-weight:700;display:flex}.fdw-status>i{background:currentColor;border-radius:50%;width:6px;height:6px}.fdw-status.green{color:#176f56;background:#e8f4ef}.fdw-status.blue{color:#376d9f;background:#edf3fa}.fdw-status.yellow{color:#95601f;background:#fff3df}.fdw-status.gray{color:#62716a;background:#eef1f0}.fdw-pagination{background:#fafcfb;border-top:1px solid #e4ebe8;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:9px 15px;display:flex}.fdw-pagination>span{color:var(--fdw-muted);font-size:12px}.fdw-pagination>div{gap:7px;display:flex}.fdw-pagination button{color:#4c6057;background:#fff;border:1px solid #d2ddd8;border-radius:8px;align-items:center;gap:5px;height:40px;padding:0 11px;font-size:13px;display:flex}.fdw-pagination button:disabled{opacity:.45}.fdw-pagination button svg{width:14px}.fdw-loading,.fdw-empty{text-align:center;color:#74827c;align-content:center;place-items:center;gap:9px;min-height:320px;padding:24px;display:grid}.fdw-loading svg,.fdw-empty svg{color:#76968a;width:36px}.fdw-loading p,.fdw-empty h3,.fdw-empty p{margin:0}.fdw-loading p,.fdw-empty p{font-size:13px;line-height:1.5}.fdw-empty h3{font-size:16px}.fdw-error{color:#9e463f;justify-content:center;align-items:center;gap:11px;min-height:220px;padding:24px;display:flex}.fdw-error>svg{flex:none;width:28px}.fdw-error>span{flex-direction:column;gap:4px;display:flex}.fdw-error b{font-size:14px}.fdw-error small{font-size:12px}.fdw-error>button{color:#99443e;background:#fff;border:1px solid #e3c5c1;border-radius:8px;height:40px;padding:0 12px;font-size:13px}.fdw-overlay{z-index:110;background:#0d1d1775;justify-content:flex-end;display:flex;position:fixed;inset:0}.fdw-drawer{background:#f6f9f7;flex-direction:column;width:min(820px,100vw - 112px);height:100%;display:flex;box-shadow:-20px 0 60px #0a21192e}.fdw-drawer>header{border-bottom:1px solid var(--fdw-line);background:#fff;flex:none;align-items:center;gap:12px;min-height:88px;padding:13px 20px;display:flex}.fdw-drawer>header>svg{width:42px;height:42px;color:var(--fdw-green);background:#eaf4f0;border-radius:10px;flex:none;padding:10px}.fdw-drawer>header>div{flex:1;min-width:0}.fdw-drawer>header small{color:var(--fdw-muted);font-size:12px}.fdw-drawer>header h2{text-overflow:ellipsis;white-space:nowrap;margin:4px 0;font-size:20px;overflow:hidden}.fdw-drawer>header p{color:#728079;margin:0;font-size:12px}.fdw-drawer>header>button{color:#56685f;background:#eef2f0;border-radius:8px;flex:none;place-items:center;width:40px;height:40px;display:grid}.fdw-drawer>header>button svg{width:18px}.fdw-drawer-body{min-height:0;padding:16px 18px 28px;overflow-y:auto}.fdw-drawer-body>.fl-section{background:#fff;margin:0}.fdw-page button:focus-visible{outline-offset:2px;outline:3px solid #176f5640}:is(.fdw-page .fdw-workspace>header input:focus,.fdw-page .fdw-workspace>header input:focus-visible){box-shadow:none;border:0;outline:0}@media (max-width:1360px){.fdw-table-scroll table{width:100%;min-width:940px}.fdw-table-scroll th:first-child{width:160px}.fdw-table-scroll th:nth-child(2){width:140px}.fdw-table-scroll th:nth-child(3),.fdw-table-scroll th:nth-child(4),.fdw-table-scroll th:nth-child(5){width:115px}.fdw-table-scroll th:nth-child(6){width:160px}.fdw-table-scroll th:nth-child(7){width:100px}}@media (max-width:1200px){.fdw-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.fdw-drawer{width:calc(100vw - 76px)}.fdw-table-scroll table{min-width:680px}.fdw-table-scroll th:first-child{width:170px}.fdw-table-scroll th:nth-child(2){width:145px}.fdw-table-scroll th:nth-child(3),.fdw-table-scroll th:nth-child(5){width:130px}.fdw-table-scroll th:nth-child(7){width:100px}.fdw-table-scroll th:nth-child(4),.fdw-table-scroll td:nth-child(4),.fdw-table-scroll th:nth-child(6),.fdw-table-scroll td:nth-child(6){display:none}}.fm-page{min-width:0}.fr-antifraud{background:#edf9f5;border:1px solid #bfe2d7;border-radius:10px;align-items:center;gap:10px;margin:0 22px 14px;padding:13px;display:flex}.fr-antifraud>svg{color:#08735e;width:24px}.fr-antifraud span{flex-direction:column;flex:1;gap:3px;display:flex}.fr-antifraud b{font-size:13px}.fr-antifraud small{color:#5f766e;font-size:12px}.fr-antifraud button{color:#fff;background:#08735e;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 12px;display:flex}.fr-antifraud button svg{width:16px}.fr-print-overlay{z-index:1200;background:#0e1f1a94;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.fr-print-sheet{color:#162821;background:#fff;width:min(720px,100%);max-height:calc(100vh - 48px);padding:34px;overflow:auto}.fr-print-sheet>header{border-bottom:2px solid #183e34;justify-content:space-between;padding-bottom:16px;display:flex}.fr-print-sheet h1{margin:5px 0;font-size:30px}.fr-print-sheet>header>span{color:#08735e;border:2px solid #08735e;place-items:center;height:30px;padding:0 12px;font-weight:800;display:grid}.fr-print-sheet>header>span.reversed{color:#9f3e37;border-color:#9f3e37}.fr-print-number{justify-content:space-between;align-items:end;padding:22px 0;display:flex}.fr-print-number span{flex-direction:column;gap:5px;display:flex}.fr-print-number strong{font-size:32px}.fr-print-facts{border-top:1px solid #dce5e2;border-left:1px solid #dce5e2;grid-template-columns:1fr 1fr;display:grid}.fr-print-facts span{border-bottom:1px solid #dce5e2;border-right:1px solid #dce5e2;flex-direction:column;gap:4px;padding:12px;display:flex}.fr-print-sheet small{color:#697b75;font-size:12px}.fr-print-verify{background:#edf8f4;align-items:center;gap:18px;margin-top:22px;padding:15px;display:flex}.fr-print-verify img{width:125px;height:125px}.fr-print-verify b{letter-spacing:.6px;font-size:16px;display:block}.fr-print-verify p{color:#64766f;font-size:12px}.fr-print-invalid{color:#923a33;background:#fff0ee;padding:13px;font-weight:800}.fr-print-sheet>footer{justify-content:flex-end;gap:8px;margin-top:20px;display:flex}.fr-print-sheet>footer button{background:#fff;border:1px solid #cfdcd7;border-radius:8px;height:38px;padding:0 14px}.fr-print-sheet>footer button:last-child{color:#fff;background:#08735e;align-items:center;gap:6px;display:flex}@media (max-width:760px){.fr-print-overlay{padding:0}.fr-print-sheet{min-height:100vh;max-height:100vh;padding:20px}.fr-print-facts{grid-template-columns:1fr}.fr-print-verify{align-items:flex-start}.fr-print-verify img{width:105px;height:105px}}@media print{body *{visibility:hidden!important}.fr-print-overlay,.fr-print-overlay *{visibility:visible!important}.fr-print-overlay{background:#fff;padding:0;position:absolute;inset:0}.fr-print-sheet{width:100%;max-height:none;padding:18mm;overflow:visible}.fr-print-sheet>footer{display:none}}.fm-tabs{overscroll-behavior-inline:contain;scrollbar-width:thin;background:#f3f6f5;border:1px solid #dbe5e1;border-radius:10px;gap:6px;margin-bottom:18px;padding:4px;display:flex;overflow-x:auto}.fm-tabs>button{color:#687871;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:150px;height:42px;padding:0 16px;display:flex}.fm-tabs>button>svg{width:18px}.fm-tabs b{font-size:14px}.fm-tab-label-short{display:none}.fm-tabs>button.active{color:#155f4b;background:#fff;border-color:#cbdcd5;box-shadow:0 1px 3px #0f3d3014}.fm-report-workspace{min-width:0}.fm-report-switch{background:#e9efed;border-radius:9px;gap:4px;width:max-content;margin-bottom:16px;padding:4px;display:flex}.fm-report-switch>button{color:#60716a;text-align:left;background:0 0;border-radius:7px;flex-direction:column;justify-content:center;gap:2px;min-width:190px;min-height:48px;padding:7px 14px;display:flex}.fm-report-switch>button span{font-size:14px;font-weight:700}.fm-report-switch>button small{color:#7b8984;font-size:12px}.fm-report-switch>button.active{color:#155f4b;background:#fff;box-shadow:0 1px 4px #0f3d301a}.fm-report-switch>button.active small{color:#63766e}.fr-page{--fr-ink:#182620;--fr-muted:#6f7d77;--fr-line:#dfe6e3;--fr-primary:#176f56;min-width:0;color:var(--fr-ink)}.fr-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.fr-heading>div small{color:#65736d;font-size:12px;font-weight:700}.fr-heading h1{letter-spacing:-.5px;margin:5px 0 7px;font-size:28px;line-height:1.2}.fr-heading p{color:var(--fr-muted);margin:0;font-size:14px}.fr-heading>button{border:1px solid var(--fr-line);color:#45574f;background:#fff;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 12px;font-size:13px;display:flex}.fr-heading>button svg{width:16px}@keyframes fr-spin{to{transform:rotate(360deg)}}.fr-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:15px;display:grid}.fr-metrics article{border:1px solid var(--fr-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-height:88px;padding:15px;display:flex}.fr-metrics article>span{color:#596961;background:#eef1f0;border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid}.fr-metrics article>span svg{width:19px}.fr-metrics .blue{color:#3d6f9f;background:#edf3fa}.fr-metrics .yellow{color:#a86621;background:#fff4e5}.fr-metrics .red{color:#b54b43;background:#fff0ee}.fr-metrics article div{flex-direction:column;gap:6px;min-width:0;display:flex}.fr-metrics small{color:var(--fr-muted);font-size:12px}.fr-metrics strong{white-space:nowrap;font-size:20px}.fr-metrics em{color:#7a8781;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-style:normal;overflow:hidden}.fr-panel{border:1px solid var(--fr-line);background:#fff;border-radius:11px;overflow:hidden}.fr-panel>header{border-bottom:1px solid #e8edeb;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:12px 16px;display:flex}.fr-panel>header small{color:var(--fr-muted);font-size:12px;font-weight:700}.fr-panel>header h2{margin:4px 0 0;font-size:18px}.fr-panel>header label{border:1px solid var(--fr-line);border-radius:8px;align-items:center;width:min(340px,40%);height:40px;padding:0 10px;display:flex}.fr-panel>header label svg{color:#7f8c86;flex:none;width:16px}.fr-panel>header input{min-width:0;font:inherit;border:0;outline:0;flex:1;padding-left:8px;font-size:13px}.fr-panel>nav{border-bottom:1px solid #e8edeb;gap:6px;padding:10px 15px;display:flex;overflow:auto}.fr-panel>nav button{color:#56665f;white-space:nowrap;background:#f2f4f3;border:1px solid #0000;border-radius:7px;height:34px;padding:0 12px;font-size:13px}.fr-panel>nav button.active{color:#235f4d;background:#edf4f1;border-color:#cadbd5;font-weight:700}.fr-table{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;overflow-x:auto}.fr-table table{border-collapse:collapse;table-layout:fixed;width:1140px;min-width:1140px}.fr-table th{text-align:left;color:#68766f;white-space:nowrap;background:#f6f8f7;border-bottom:1px solid #e5ebe8;height:44px;padding:0 11px;font-size:12px;font-weight:600}.fr-table th:first-child{width:200px}.fr-table th:nth-child(2),.fr-table th:nth-child(3){width:145px}.fr-table th:nth-child(4){width:165px}.fr-table th:nth-child(5){width:175px}.fr-table th:nth-child(6){width:165px}.fr-table th:nth-child(7){width:145px}.fr-table td{vertical-align:middle;border-bottom:1px solid #ebefed;height:82px;padding:10px 11px;font-size:13px;overflow:hidden}.fr-table td>b,.fr-table td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fr-table td b{font-size:13px}.fr-table td small{color:#798680;margin-top:5px;font-size:12px}.fr-table td.amount>b{color:#253f35;font-size:14px}.fr-table tbody tr:hover{background:#fafcfb}.fr-table tbody tr:last-child td{border-bottom:0}.fr-table td>button{color:#405b50;white-space:nowrap;background:#f0f3f2;border-radius:7px;justify-content:center;align-items:center;gap:3px;width:100%;min-width:0;height:40px;padding:0 6px;font-size:12px;display:flex}.fr-table td>button svg{flex:none;width:13px}.fr-status{white-space:nowrap;border-radius:13px;align-items:center;gap:5px;min-height:25px;padding:3px 8px;font-size:12px;display:inline-flex}.fr-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.fr-status.gray{color:#61716a;background:#edf1ef}.fr-status.blue{color:#376d9f;background:#edf3fa}.fr-status.green{color:#176f56;background:#e9f4ef}.fr-status.yellow{color:#9d6224;background:#fff3df}.fr-status.red{color:#b24b44;background:#fff0ee}.fr-loading,.fr-empty{color:#7a8882;align-content:center;place-items:center;gap:9px;min-height:300px;display:grid}.fr-loading svg,.fr-empty svg{color:#859b92;width:34px}.fr-empty h3,.fr-empty p{margin:0}.fr-empty p{font-size:13px}.fr-overlay{z-index:90;background:#0e1d176b;justify-content:flex-end;display:flex;position:fixed;inset:0}.fr-drawer{background:#f7f9f8;flex-direction:column;width:min(780px,100vw - 120px);height:100%;display:flex;box-shadow:-18px 0 55px #091e172b}.fr-drawer>header{border-bottom:1px solid var(--fr-line);background:#fff;flex:none;align-items:center;gap:12px;height:72px;padding:0 20px;display:flex}.fr-drawer>header>div{flex:1;min-width:0}.fr-drawer>header small{color:#65736d;font-size:12px;font-weight:700}.fr-drawer>header h2{margin:4px 0 0;font-size:21px}.fr-drawer>header>button{background:#f0f3f2;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.fr-drawer>header>button svg{width:18px}.fr-drawer>form{min-height:0;padding:16px 20px 0;overflow:auto}.fr-contract-context{border:1px solid var(--fr-line);background:#fff;border-radius:10px;align-items:center;gap:11px;min-height:76px;margin-bottom:12px;padding:12px 14px;display:flex}.fr-contract-context>svg{color:#53675e;background:#eef2f0;border-radius:9px;flex:none;width:38px;height:38px;padding:8px}.fr-contract-context>span{flex-direction:column;gap:4px;display:flex}.fr-contract-context small{color:#74817b;font-size:12px}.fr-contract-context b{font-size:14px}.fr-contract-context em{color:#68766f;font-size:12px;font-style:normal}.fr-proof{border:1px solid var(--fr-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-height:108px;padding:12px;display:flex}.fr-proof-preview{background:#edf1ef;border-radius:8px;flex:none;place-items:center;width:104px;height:82px;display:grid;overflow:hidden}.fr-proof-preview img{object-fit:cover;width:100%;height:100%}.fr-proof-preview svg{color:#71867c;width:32px}.fr-proof>div:nth-child(2){flex:1;min-width:0}.fr-proof small{color:#74817b;font-size:12px}.fr-proof h3{white-space:nowrap;text-overflow:ellipsis;margin:5px 0;font-size:13px;overflow:hidden}.fr-proof p{color:#7c8983;margin:0;font-size:12px}.fr-proof a{color:#355b4c;background:#eef3f1;border-radius:6px;align-items:center;gap:4px;width:max-content;height:30px;margin-top:7px;padding:0 8px;font-size:12px;text-decoration:none;display:flex}.fr-proof a svg{width:13px}.fr-proof>aside{color:#4d6158;background:#f2f5f4;border-radius:8px;gap:8px;width:215px;padding:10px;display:flex}.fr-proof>aside svg{flex:none;width:18px}.fr-proof>aside span{flex-direction:column;gap:4px;display:flex}.fr-proof>aside b{font-size:12px}.fr-proof>aside small{font-size:12px;line-height:1.45}.fr-alert,.fr-ai-ready{border-radius:9px;align-items:center;gap:9px;min-height:60px;margin-top:11px;padding:10px 12px;display:flex}.fr-alert{color:#a94640;background:#fff0ee}.fr-ai-ready{color:#405a50;background:#f5f8f7;border:1px solid #d9e3df}.fr-ai-ready.stale{color:#84551c;background:#fff8ec;border-color:#e6c48d}.fr-alert>svg,.fr-ai-ready>svg{flex:none;width:21px}.fr-alert>span,.fr-ai-ready>span{flex-direction:column;flex:1;gap:4px;display:flex}.fr-alert b,.fr-alert small,.fr-ai-ready b,.fr-ai-ready small{font-size:12px}.fr-ai-ready small{color:#6d7b75}.fr-ai-ready.stale small{color:#7e6b4c}.fr-alert button,.fr-ai-ready button{height:32px;color:inherit;background:#fff;border:1px solid #d4dfdb;border-radius:7px;align-items:center;gap:4px;padding:0 9px;font-size:12px;display:flex}.fr-alert button svg,.fr-ai-ready button svg{width:13px}.fr-ai-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:7px;display:flex}.fr-ai-actions button.danger{color:#a94640;background:#fff3f1;border-color:#edcbc6}.fr-checks,.fr-form-section{border:1px solid var(--fr-line);background:#fff;border-radius:10px;margin-top:11px;overflow:hidden}.fr-checks>header,.fr-form-section>header{background:#f5f7f6;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:9px 13px;display:flex}.fr-checks header small,.fr-form-section header small{color:#697870;font-size:12px;font-weight:700}.fr-checks h3,.fr-form-section h3{margin:4px 0 0;font-size:14px}.fr-form-section header>span{color:#74817b;font-size:12px}.fr-checks>div{padding:8px 12px}.fr-checks article{border-radius:8px;align-items:center;gap:8px;min-height:40px;margin-bottom:6px;padding:8px 9px;display:flex}.fr-checks article:last-child{margin-bottom:0}.fr-checks article span{border-radius:7px;flex:none;place-items:center;width:24px;height:24px;display:grid}.fr-checks article svg{width:14px}.fr-checks article p{margin:0;font-size:12px}.fr-checks article.success{color:#176f56;background:#edf6f2}.fr-checks article.warning{color:#a94640;background:#fff0ee}.fr-checks article.notice{color:#9d6224;background:#fff4e5}.fr-form-grid{grid-template-columns:1fr 1fr;gap:12px;padding:13px;display:grid}.fr-form-grid>label{flex-direction:column;gap:7px;display:flex}.fr-form-grid>label.wide{grid-column:1/-1}.fr-form-grid label>span,.fr-allocations label>span,.fr-reverse label>span{color:#53645c;justify-content:space-between;align-items:center;font-size:12px;font-weight:650;display:flex}.fr-form-grid label span i{color:#376d5b;background:#edf4f1;border-radius:5px;padding:2px 5px;font-size:12px;font-style:normal;font-weight:500}.fr-form-grid label span i.low{color:#9b6124;background:#fff3df}.fr-form-grid input,.fr-form-grid textarea,.fr-allocations input,.fr-reverse textarea{width:100%;font:inherit;background:#fff;border:1px solid #d4dfda;border-radius:8px;outline:0;font-size:13px}.fr-form-grid input,.fr-allocations input{height:40px;padding:0 10px}.fr-form-grid textarea,.fr-reverse textarea{resize:vertical;padding:9px}.fr-form-grid input:disabled,.fr-form-grid textarea:disabled{color:#5f6e67;background:#f2f4f3}.fr-duplicate-warning{color:#a94640;background:#fff9f8;border:1px solid #efd4d0;border-radius:8px;grid-column:1/-1;margin:0;padding:9px 10px;font-size:12px;line-height:1.5}.fr-allocation-switch{color:#36594c;background:#fff;border:1px solid #ccd9d4;border-radius:7px;height:32px;padding:0 9px;font-size:12px}.fr-auto-allocation{background:#fff;border:0;overflow:hidden}.fr-auto-allocation summary{cursor:pointer;justify-content:space-between;align-items:center;min-height:64px;padding:10px 13px;list-style:none;display:flex}.fr-auto-allocation summary::-webkit-details-marker{display:none}.fr-auto-allocation summary>span{flex-direction:column;gap:4px;display:flex}.fr-auto-allocation summary b{font-size:13px}.fr-auto-allocation summary small{color:#6f7d77;font-size:12px}.fr-auto-allocation summary>svg{color:#718078;width:17px;transition:transform .2s}.fr-auto-allocation[open] summary>svg{transform:rotate(180deg)}.fr-auto-allocation>div{border-top:1px solid #e8edeb;padding:8px 13px}.fr-auto-allocation p{color:#69766f;justify-content:space-between;align-items:center;gap:12px;min-height:38px;margin:0;font-size:12px;display:flex}.fr-auto-allocation p b{color:#3c4e46;font-size:12px}.fr-allocations{padding:0 13px 13px}.fr-allocations article{border-top:1px solid #e9eeec;grid-template-columns:1.4fr .6fr;align-items:center;gap:12px;min-height:68px;display:grid}.fr-review-allocations article{grid-template-columns:1.2fr .8fr .7fr}.fr-allocations article:first-child{border-top:0}.fr-allocations article>span,.fr-allocations article>div{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.fr-allocations article b{font-size:12px}.fr-allocations article small{color:#74817b;font-size:12px}.fr-charge-tag{border-radius:11px;width:max-content;min-height:21px;padding:2px 7px;font-size:12px;font-style:normal;font-weight:700}.fr-charge-tag.rent{color:#376d9f;background:#edf3fa}.fr-charge-tag.deposit{color:#94601f;background:#fff3df}.fr-allocations label{flex-direction:column;gap:4px;display:flex}.fr-allocations input{height:34px}.fr-allocations input:disabled{color:#7b8882;background:#f1f3f2}.fr-allocations footer{background:#f1f4f3;border-radius:8px;align-items:center;gap:18px;min-height:46px;margin-top:6px;padding:0 11px;font-size:12px;display:flex}.fr-allocations footer b{margin-left:auto}.fr-allocations footer.ok b{color:#176f56}.fr-allocations footer.warn b{color:#9d6224}.fr-empty-plans{text-align:center;color:#7d6b55;background:#fffaf1;margin:0;padding:18px;font-size:12px}.fr-intent-note{color:#3f5f53;background:#f4f8f6;border:1px solid #d8e3df;border-radius:8px;align-items:center;gap:8px;margin:0 13px 13px;padding:10px;display:flex}.fr-intent-note>svg{flex:none;width:20px}.fr-intent-note>span{flex-direction:column;gap:4px;display:flex}.fr-intent-note b{font-size:12px}.fr-intent-note small{color:#6d7a74;font-size:12px}.fr-confirmed{color:#176f56;background:#edf6f2;border-radius:10px;align-items:center;gap:11px;min-height:76px;margin:12px 0;padding:12px;display:flex}.fr-confirmed.reversed,.fr-confirmed.rejected{color:#a94640;background:#fff0ee}.fr-confirmed>svg{width:27px}.fr-confirmed>span{flex-direction:column;flex:1;gap:4px;display:flex}.fr-confirmed b,.fr-confirmed small{font-size:12px}.fr-confirmed small{color:#65766f}.fr-confirmed>strong{font-size:19px}.fr-reject{background:#fff9f8;border:1px solid #efd4d0;border-radius:9px;gap:8px;margin-top:11px;padding:11px;display:flex}.fr-reject input{border:1px solid #e7cfcb;border-radius:7px;flex:1;height:38px;padding:0 9px;font-size:13px}.fr-reject button{color:#a94640;background:#fff;border:1px solid #dfbfbb;border-radius:7px;align-items:center;gap:5px;height:38px;padding:0 10px;font-size:12px;display:flex}.fr-reject button svg{width:15px}.fr-reverse{background:#fff9f8;border:1px solid #efd4d0;border-radius:10px;margin:12px 0;padding:12px}.fr-reverse>div{color:#a94640;align-items:center;gap:9px;display:flex}.fr-reverse>div>svg{width:22px}.fr-reverse>div>span{flex-direction:column;gap:4px;display:flex}.fr-reverse b,.fr-reverse small{font-size:12px}.fr-reverse label{flex-direction:column;gap:7px;margin-top:12px;display:flex}.fr-reverse button{color:#a33f39;background:#fff;border:1px solid #d7aaa5;border-radius:7px;align-items:center;gap:5px;height:36px;margin:9px 0 0 auto;padding:0 10px;font-size:12px;display:flex}.fr-reverse button svg{width:14px}.fr-drawer form>footer{border-top:1px solid var(--fr-line);z-index:3;background:#fff;align-items:center;gap:8px;margin:12px -20px 0;padding:13px 20px;display:flex;position:sticky;bottom:0}.fr-drawer form>footer>span{color:#697870;align-items:center;gap:5px;margin-right:auto;font-size:12px;display:flex}.fr-drawer form>footer span svg{color:#4f6b60;width:15px}.fr-drawer form>footer button{color:#4f6058;background:#edf1ef;border-radius:8px;align-items:center;gap:5px;height:40px;padding:0 14px;font-size:13px;display:flex}.fr-drawer form>footer button:last-child{background:var(--fr-primary);color:#fff}.fr-drawer form>footer button:disabled{opacity:.55}.fr-drawer form>footer button svg{width:15px}@media (max-width:1120px){.fr-table th:nth-child(3){width:12%}.fr-table th:nth-child(5){width:14%}.fr-table th:nth-child(7){width:11%}.fr-drawer{width:calc(100vw - 76px)}.fr-proof>aside{display:none}}@media (max-width:820px){.fm-tabs>button{flex:1;justify-content:center;gap:5px;min-width:0;padding:0 8px}.fm-tabs>button>svg{flex:none;width:17px}.fm-tabs b{white-space:nowrap}.fm-tab-label-long{display:none}.fm-tab-label-short{display:inline}.fm-report-switch{width:100%}.fm-report-switch>button{text-align:center;flex:1;align-items:center;min-width:0}.fm-report-switch>button small{display:none}.fr-heading{flex-direction:column;align-items:flex-start}.fr-metrics{grid-template-columns:1fr 1fr}.fr-panel>header{flex-direction:column;align-items:flex-start}.fr-panel>header label{width:100%}.fr-table{overflow:auto}.fr-table table{min-width:940px}.fr-drawer{width:100%}}@media (max-width:1240px){.fm-tabs>button{flex:1;min-width:0}}@media (max-width:600px){.fr-metrics,.fr-form-grid{grid-template-columns:1fr}.fr-form-grid>label.wide{grid-column:auto}.fr-proof-preview{width:78px}.fr-allocations article,.fr-review-allocations article{grid-template-columns:1fr 1fr}.fr-allocations article label{grid-column:1/-1}.fr-drawer form>footer>span{display:none}}.fr-review-deadline,.fr-waiting{color:#405a50;background:#f5f8f7;border:1px solid #d9e3df;border-radius:9px;align-items:center;gap:9px;min-height:60px;margin-top:11px;padding:10px 12px;display:flex}.fr-review-deadline.overdue{color:#a94640;background:#fff5f3;border-color:#efcbc7}.fr-review-deadline>svg,.fr-waiting>svg{flex:none;width:21px}.fr-review-deadline>span,.fr-waiting>span{flex-direction:column;gap:4px;display:flex}.fr-review-deadline b,.fr-review-deadline small,.fr-waiting b,.fr-waiting small{font-size:12px}.fr-review-deadline small,.fr-waiting small{color:#697870}.fr-withdraw{background:#f7f9f8;border:1px solid #d9e3df;border-radius:10px;margin:12px 0;padding:12px}.fr-withdraw>div{color:#405a50;align-items:center;gap:9px;display:flex}.fr-withdraw>div>svg{width:22px}.fr-withdraw>div>span{flex-direction:column;gap:4px;display:flex}.fr-withdraw b,.fr-withdraw small{font-size:12px}.fr-withdraw label{flex-direction:column;gap:7px;margin-top:12px;display:flex}.fr-withdraw textarea{width:100%;font:inherit;border:1px solid #d4dfda;border-radius:8px;padding:9px;font-size:13px}.fr-withdraw button{color:#405a50;background:#fff;border:1px solid #ccd9d4;border-radius:7px;align-items:center;gap:5px;height:36px;margin:9px 0 0 auto;padding:0 10px;font-size:12px;display:flex}.fp-page{--fp-ink:#182620;--fp-muted:#5f6f68;--fp-line:#dfe6e3;--fp-primary:#176f56;min-width:0;color:var(--fp-ink)}.fp-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.fp-heading h1{margin:0 0 7px;font-size:28px;line-height:1.25}.fp-heading p{color:var(--fp-muted);margin:0;font-size:14px}.fp-heading-actions{align-items:center;gap:8px;display:flex}.fp-heading-actions button{border:1px solid var(--fp-line);color:#45574f;white-space:nowrap;background:#fff;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 13px;font-size:13px;display:flex}.fp-heading-actions button.primary{color:#fff;background:#176f56;border-color:#176f56}.fp-heading-actions button svg{width:16px}.fp-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:15px;display:grid}.fp-metrics article{border:1px solid var(--fp-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-height:88px;padding:15px;display:flex}.fp-metrics article>span{color:#176f56;background:#edf4f1;border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid}.fp-metrics article>span.blue{color:#3d6f9f;background:#edf3fa}.fp-metrics article>span.red{color:#b54b43;background:#fff0ee}.fp-metrics article>span.yellow{color:#a86621;background:#fff4e5}.fp-metrics article>span svg{width:19px}.fp-metrics article>div{flex-direction:column;gap:5px;min-width:0;display:flex}.fp-metrics small{color:var(--fp-muted);font-size:12px}.fp-metrics strong{white-space:nowrap;font-size:21px}.fp-metrics strong em{color:#5f6f68;margin-left:4px;font-size:12px;font-style:normal}.fp-panel{border:1px solid var(--fp-line);background:#fff;border-radius:11px;overflow:hidden}.fp-panel>header{border-bottom:1px solid #e8edeb;justify-content:space-between;align-items:center;gap:18px;min-height:68px;padding:12px 16px;display:flex}.fp-panel>header nav{gap:5px;display:flex}.fp-panel>header nav button{color:#5d6d66;background:#f1f4f3;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 13px;font-size:13px;display:flex;position:relative}.fp-panel>header nav button svg{width:16px}.fp-panel>header nav button.active{color:#155f4b;background:#e7f2ed;font-weight:700}.fp-panel>header nav button i{color:#fff;background:#b64d45;border-radius:10px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:12px;font-style:normal;display:grid}.fp-panel>header>label{border:1px solid var(--fp-line);border-radius:8px;align-items:center;width:min(360px,42%);height:40px;padding:0 10px;display:flex}.fp-panel>header>label svg{color:#7f8c86;flex:none;width:16px}.fp-panel>header>label input{min-width:0;font:inherit;border:0;outline:0;flex:1;padding-left:8px;font-size:13px}.fp-target{color:#365b4c;background:#f1f8f5;border-bottom:1px solid #cfe0da;align-items:center;gap:9px;min-height:56px;padding:9px 16px;display:flex}.fp-target>svg{flex:none;width:20px}.fp-target>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.fp-target b,.fp-target small{font-size:12px}.fp-target small{color:#5f6f68}.fp-target button{color:#315c4b;background:#fff;border:1px solid #bfd4cc;border-radius:8px;height:40px;padding:0 12px;font-size:12px}.fp-filters{border-bottom:1px solid #e8edeb;gap:6px;padding:10px 15px;display:flex;overflow:auto}.fp-filters button{color:#56665f;white-space:nowrap;background:#f2f4f3;border:1px solid #0000;border-radius:8px;height:40px;padding:0 13px;font-size:13px}.fp-filters button.active{color:#235f4d;background:#edf4f1;border-color:#cadbd5;font-weight:700}.fp-table{overscroll-behavior-inline:contain;scrollbar-gutter:stable;width:100%;overflow:auto}.fp-table table{border-collapse:collapse;table-layout:fixed;width:1120px;min-width:1120px}.fp-table th{text-align:left;color:#5f6f68;white-space:nowrap;background:#f6f8f7;border-bottom:1px solid #e5ebe8;height:44px;padding:0 12px;font-size:12px;font-weight:650}.fp-table th:first-child{width:200px}.fp-table th:nth-child(2){width:190px}.fp-table th:nth-child(3){width:140px}.fp-table th:nth-child(4){width:135px}.fp-table th:nth-child(5){width:155px}.fp-table th:nth-child(6){width:120px}.fp-table th:nth-child(7){width:130px}.fp-table td{vertical-align:middle;border-bottom:1px solid #ebefed;height:72px;padding:9px 12px;font-size:13px;overflow:hidden}.fp-table td>b,.fp-table td>small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.fp-table td b{font-size:13px}.fp-table td small{color:#5f6f68;margin-top:5px;font-size:12px}.fp-table tbody tr:hover{background:#fafcfb}.fp-table td>button{color:#405b50;background:#f0f3f2;border-radius:8px;justify-content:center;align-items:center;gap:4px;width:100%;height:40px;padding:0 8px;font-size:12px;display:flex}.fp-table td>button svg{width:14px}.fp-ledger-table table{width:1080px;min-width:1080px}.fp-status{white-space:nowrap;border-radius:13px;align-items:center;gap:5px;min-height:26px;padding:3px 8px;font-size:12px;display:inline-flex}.fp-status i{background:currentColor;border-radius:50%;width:6px;height:6px}.fp-status.gray{color:#61716a;background:#edf1ef}.fp-status.blue{color:#376d9f;background:#edf3fa}.fp-status.green{color:#176f56;background:#e9f4ef}.fp-status.yellow{color:#9d6224;background:#fff3df}.fp-status.red{color:#b24b44;background:#fff0ee}.fp-loading,.fp-empty{color:#5f6f68;text-align:center;align-content:center;place-items:center;gap:9px;min-height:290px;padding:24px;display:grid}.fp-loading svg,.fp-empty>svg{color:#81978e;width:34px}.fp-empty h3,.fp-empty p,.fp-loading p{margin:0}.fp-empty h3{font-size:16px}.fp-empty p,.fp-loading p{font-size:13px}.fp-pagination{background:#fafcfb;border-top:1px solid #e5ebe8;justify-content:space-between;align-items:center;gap:12px;min-height:56px;padding:8px 15px;display:flex}.fp-pagination>span{color:#5f6f68;font-size:12px}.fp-pagination nav{gap:7px;display:flex}.fp-pagination button{color:#405b50;background:#fff;border:1px solid #d4dfda;border-radius:8px;min-width:72px;height:40px;font-size:12px}.fp-pagination button:disabled{opacity:.5}.fp-panel>.orl-queue{margin:14px 15px}.fp-panel>.orl-queue+div{border-top:1px solid #e7ece9}.fp-overlay{z-index:95;background:#0e1d1770;justify-content:flex-end;display:flex;position:fixed;inset:0}.fp-drawer{background:#f7f9f8;flex-direction:column;width:min(820px,100vw - 120px);height:100%;display:flex;box-shadow:-18px 0 55px #091e172b}.fp-drawer>header{border-bottom:1px solid var(--fp-line);background:#fff;flex:none;align-items:center;gap:12px;height:72px;padding:0 20px;display:flex}.fp-drawer>header>div{flex:1;min-width:0}.fp-drawer>header small{color:#65736d;font-size:12px;font-weight:700}.fp-drawer>header h2{margin:4px 0 0;font-size:21px}.fp-drawer>header>button{background:#f0f3f2;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.fp-drawer>header>button svg{width:18px}.fp-detail,.fp-ledger-detail{min-height:0;padding:16px 20px 24px;overflow:auto}.fp-detail-hero{border:1px solid var(--fp-line);background:#fff;border-radius:10px;align-items:center;gap:12px;min-height:90px;padding:14px;display:flex}.fp-detail-hero>span{color:#176f56;background:#edf4f1;border-radius:10px;flex:none;place-items:center;width:42px;height:42px;display:grid}.fp-detail-hero>span svg{width:21px}.fp-detail-hero>div{flex:1;min-width:0}.fp-detail-hero small{color:#5f6f68;font-size:12px}.fp-detail-hero h3{margin:4px 0;font-size:16px}.fp-detail-hero p{color:#5f6f68;margin:0;font-size:12px}.fp-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0;display:grid}.fp-facts article{border:1px solid var(--fp-line);background:#fff;border-radius:8px;flex-direction:column;gap:5px;min-height:66px;padding:10px;display:flex}.fp-facts small{color:#5f6f68;font-size:12px}.fp-facts b{overflow-wrap:anywhere;font-size:13px}.fp-execute,.fp-history{border:1px solid var(--fp-line);background:#fff;border-radius:10px;margin-top:12px;overflow:hidden}.fp-execute>header,.fp-history>header{background:#f5f7f6;border-bottom:1px solid #e5ebe8;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:10px 13px;display:flex}.fp-execute>header small{color:#5f6f68;font-size:12px;font-weight:700}.fp-execute>header h3,.fp-history>header h3{margin:4px 0 0;font-size:14px}.fp-execute>header svg{color:#176f56;width:20px}.fp-history>header span{color:#5f6f68;font-size:12px}.fp-reveal{align-items:flex-end;gap:10px;padding:13px;display:flex}.fp-reveal label{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.fp-reveal label span{color:#53645c;font-size:12px;font-weight:650}.fp-reveal textarea{width:100%;min-height:58px;font:inherit;resize:vertical;border:1px solid #d4dfda;border-radius:8px;padding:8px 10px;font-size:13px}.fp-reveal button{background:var(--fp-primary);color:#fff;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 13px;font-size:12px;display:flex}.fp-reveal button svg{width:15px}.fp-account{color:#234f3e;background:#eff8f4;border:1px solid #bcd8cd;border-radius:9px;align-items:center;gap:10px;margin:13px 13px 0;padding:12px;display:flex}.fp-account>svg{flex:none;width:24px}.fp-account>span{flex:1;grid-template-columns:1fr auto;gap:3px 12px;min-width:0;display:grid}.fp-account small,.fp-account b{font-size:12px}.fp-account strong{letter-spacing:.5px;overflow-wrap:anywhere;grid-column:1/-1;font-size:18px}.fp-form-grid{grid-template-columns:1fr 1fr;gap:12px;padding:13px;display:grid}.fp-form-grid>label{flex-direction:column;gap:6px;display:flex}.fp-form-grid>label.wide{grid-column:1/-1}.fp-form-grid label>span{color:#53645c;font-size:12px;font-weight:650}.fp-form-grid input,.fp-form-grid select,.fp-form-grid textarea{width:100%;font:inherit;background:#fff;border:1px solid #d4dfda;border-radius:8px;outline:0;font-size:13px}.fp-form-grid input,.fp-form-grid select{height:40px;padding:0 10px}.fp-form-grid textarea{resize:vertical;padding:9px}.fp-upload>div{background:#f8faf9;border:1px dashed #bfd1c9;border-radius:8px;align-items:center;gap:9px;min-height:58px;padding:9px 10px;display:flex;position:relative}.fp-upload>div>svg{color:#176f56;flex:none;width:19px}.fp-upload>div>b{overflow-wrap:anywhere;flex:1;font-size:12px}.fp-upload>div>small{color:#5f6f68;font-size:12px}.fp-upload>div>input{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.fp-upload>div>button{color:#687872;z-index:1;background:#e7efec;border-radius:8px;place-items:center;width:40px;height:40px;display:grid;position:relative}.fp-upload>div>button svg{width:15px}.fp-execute form>footer{background:#fff;border-top:1px solid #e5ebe8;align-items:center;gap:10px;padding:12px 13px;display:flex;position:sticky;bottom:0}.fp-execute form>footer span{color:#697870;align-items:center;gap:5px;margin-right:auto;font-size:12px;display:flex}.fp-execute form>footer span svg{width:15px}.fp-execute form>footer button{background:var(--fp-primary);color:#fff;border-radius:8px;align-items:center;gap:6px;height:40px;padding:0 14px;font-size:13px;display:flex}.fp-execute form>footer button svg{width:15px}.fp-execute button:disabled{opacity:.55}.fp-history>article{border-top:1px solid #e8eeeb;padding:12px 13px}.fp-history>article:first-of-type{border-top:0}.fp-history>article>div:first-child{align-items:flex-start;gap:10px;display:flex}.fp-history article>div>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.fp-history article b,.fp-history article small{font-size:12px}.fp-history article small{color:#5f6f68}.fp-history article em{color:#176f56;white-space:nowrap;background:#e9f4ef;border-radius:12px;padding:4px 8px;font-size:12px;font-style:normal}.fp-history article.reversed{background:#fff9f8}.fp-history article.reversed em{color:#b24b44;background:#fff0ee}.fp-history article a{color:#176f56;align-items:center;gap:4px;width:max-content;font-size:12px;text-decoration:none;display:flex}.fp-history article a svg{width:14px}.fp-history article>p{color:#a94640;background:#fff0ee;border-radius:7px;align-items:center;gap:6px;margin:9px 0 0;padding:8px;font-size:12px;display:flex}.fp-history article>p svg{flex:none;width:15px}.fp-reverse-trigger{color:#a94640;background:#fff;border:1px solid #e0c5c1;border-radius:8px;align-items:center;gap:5px;height:40px;margin:8px 0 0 auto;padding:0 10px;font-size:12px;display:flex}.fp-reverse-trigger svg{width:14px}.fp-reverse{grid-template-columns:1fr auto auto;gap:7px;margin-top:9px;display:grid}.fp-reverse textarea{min-height:54px;font:inherit;resize:vertical;border:1px solid #e2c8c4;border-radius:8px;padding:8px;font-size:12px}.fp-reverse button{color:#a33f39;background:#fff;border:1px solid #d7aaa5;border-radius:8px;height:40px;padding:0 10px;font-size:12px}.fp-reverse button:last-child{color:#52635b;border-color:#d4dfda}.fp-history-empty{text-align:center;color:#5f6f68;margin:0;padding:20px;font-size:12px}.fp-ledger-detail>.orl-panel{margin:0}:is(.fp-page button:focus-visible,.fp-page input:focus-visible,.fp-page select:focus-visible,.fp-page textarea:focus-visible,.fp-page a:focus-visible){outline-offset:2px;outline:3px solid #0b7f61}.fp-drawer:focus{outline:0}@keyframes fp-spin{to{transform:rotate(360deg)}}@media (max-width:1180px){.fp-drawer{width:calc(100vw - 76px)}.fp-table table{min-width:1000px}.fp-panel>header>label{width:36%}}@media (max-width:1024px){.fp-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.fp-panel>header{flex-direction:column;align-items:stretch}.fp-panel>header>label{width:100%}.fp-drawer{width:calc(100vw - 64px)}.fp-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.fp-heading{flex-direction:column;align-items:flex-start}.fp-panel>header nav{overflow:auto}.fp-form-grid{grid-template-columns:1fr}.fp-form-grid>label.wide{grid-column:auto}.fp-reveal{flex-direction:column;align-items:stretch}.fp-drawer{width:100%}.fp-reverse{grid-template-columns:1fr 1fr}.fp-reverse textarea{grid-column:1/-1}}.ld-page{color:#17342d;flex-direction:column;gap:16px;min-width:0;display:flex}.ld-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.ld-heading>div>small{color:#28705d;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.ld-heading h1{color:#102d27;margin:0;font-size:29px;font-weight:700;line-height:1.15}.ld-heading p{color:#667b75;align-items:center;gap:9px;margin:9px 0 0;font-size:13px;display:flex}.ld-heading p span{background:#d3dfdb;width:1px;height:13px}.ld-heading nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.ld-heading button,.ld-error button{color:#294a42;cursor:pointer;background:#fff;border:1px solid #cad9d4;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 15px;font:600 14px/1 inherit;display:inline-flex}.ld-heading button svg,.ld-error button svg{width:17px;height:17px}.ld-heading button.primary{color:#fff;background:#16765e;border-color:#16765e}.ld-heading button:disabled{cursor:not-allowed;opacity:.55}.ld-error{color:#9a332b;background:#fff7f6;border:1px solid #e9b3ad;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-size:14px;display:flex}.ld-error button{color:#9a332b;height:36px}.ld-table-wrap{scrollbar-width:thin;overscroll-behavior:contain;background:#fff;border:1px solid #cbdad5;border-radius:10px;max-width:100%;position:relative;overflow:auto}.ld-table-wrap.is-loading:after{z-index:15;content:"";pointer-events:none;background:#f8fbfa7a;position:absolute;inset:0}.ld-table-wrap table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.ld-scope-filters{background:#f7faf9;border:1px solid #d6e1dd;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px;display:grid}.ld-scope-filters label{flex-direction:column;gap:6px;min-width:0;display:flex}.ld-scope-filters label span{color:#526760;font-size:12px;font-weight:700}.ld-scope-filters select{color:#25463d;background:#fff;border:1px solid #cbd9d4;border-radius:8px;outline:0;width:100%;height:40px;padding:0 32px 0 10px;font:14px inherit}.ld-scope-filters select:focus{border-color:#168268;box-shadow:0 0 0 3px #1682681a}.ld-table-wrap col.ld-col-area_name{width:120px}.ld-table-wrap col.ld-col-sub_area_name{width:140px}.ld-table-wrap col.ld-col-floor_label{width:90px}.ld-table-wrap col.ld-col-total_units,.ld-table-wrap col.ld-col-rentable_units,.ld-table-wrap col.ld-col-occupied_units,.ld-table-wrap col.ld-col-vacant_units{width:92px}.ld-table-wrap col.ld-col-unit_occupancy_rate,.ld-table-wrap col.ld-col-area_occupancy_rate{width:126px}.ld-table-wrap col.ld-col-total_area,.ld-table-wrap col.ld-col-rentable_area,.ld-table-wrap col.ld-col-occupied_area,.ld-table-wrap col.ld-col-vacant_area{width:112px}.ld-table-wrap th,.ld-table-wrap td{box-sizing:border-box;white-space:nowrap;border-bottom:1px solid #dce6e2;border-right:1px solid #dce6e2;height:52px;padding:0 11px}.ld-table-wrap th:last-child,.ld-table-wrap td:last-child{border-right:0}.ld-table-wrap thead th{z-index:6;color:#24453d;text-align:left;background:#eef4f2;font-size:13px;font-weight:700;position:sticky;top:0}.ld-table-wrap thead th>span{white-space:normal;vertical-align:middle;max-width:calc(100% - 31px);display:inline-block}.ld-table-wrap thead th>button{float:right;color:#6d817b;cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:30px;margin:11px -4px 0 2px;padding:0;display:inline-flex}.ld-table-wrap thead th>button svg:first-child{width:15px;height:15px}.ld-table-wrap thead th>button svg:last-child{width:11px;height:11px;margin-left:-3px}.ld-table-wrap thead th>button:hover{color:#175f4e;background:#dfeae6}.ld-table-wrap thead th>button.active{color:#087459;background:#d7ebe3}.ld-table-wrap tbody td{color:#183b32;text-align:right;background:#fff;font-size:14px}.ld-table-wrap tbody tr:not(.ld-total):hover td{background:#f6faf8}.ld-table-wrap tbody td:nth-child(-n+3){text-align:left;font-weight:600}.ld-table-wrap .sticky{position:sticky}.ld-table-wrap .sticky-1{left:0}.ld-table-wrap .sticky-2{left:120px}.ld-table-wrap .sticky-3{left:260px;box-shadow:3px 0 #1c514314}.ld-table-wrap thead .sticky{z-index:9;background:#e9f1ee}.ld-table-wrap tbody .sticky{z-index:2}.ld-table-wrap tbody tr:hover .sticky{background:#f6faf8}.ld-table-wrap .ld-total td{z-index:4;color:#0e493a;background:#dfece7;font-weight:700;position:sticky;top:52px}.ld-table-wrap .ld-total .sticky{z-index:7;background:#dfece7}.ld-table-wrap .ld-state{text-align:center!important;color:#6c807a!important;height:180px!important;font-weight:500!important}.ld-table-wrap .ld-state svg{vertical-align:-4px;width:18px;height:18px;margin-right:8px}.ld-incomplete{color:#8b5b17;justify-content:flex-end;align-items:center;gap:5px;display:inline-flex}.ld-incomplete svg{width:15px;height:15px}.ld-filter-backdrop{z-index:109;cursor:default;background:0 0;border:0;position:fixed;inset:0}.ld-filter-popover{z-index:110;color:#183b32;background:#fff;border:1px solid #c8d7d2;border-radius:11px;width:300px;position:fixed;overflow:hidden;box-shadow:0 18px 45px #0d2f262e}.ld-filter-popover>header{border-bottom:1px solid #e0e8e5;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.ld-filter-popover>header small{color:#72827d;margin-bottom:2px;font-size:12px;display:block}.ld-filter-popover>header b{font-size:16px}.ld-filter-popover>header button{color:#60736d;cursor:pointer;background:#eef3f1;border:0;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.ld-filter-popover>header button svg{width:17px;height:17px}.ld-text-filter{padding:12px 14px}.ld-text-filter>label{border:1px solid #cbd9d4;border-radius:8px;align-items:center;height:40px;padding:0 10px;display:flex}.ld-text-filter>label svg{color:#69807a;width:16px;height:16px}.ld-text-filter>label input{border:0;outline:0;flex:1;min-width:0;height:36px;padding:0 7px;font:14px inherit}.ld-text-filter>div{max-height:210px;margin-top:9px;overflow:auto}.ld-text-filter>div label{cursor:pointer;border-radius:7px;align-items:center;gap:9px;min-height:40px;padding:5px 7px;font-size:14px;display:flex}.ld-text-filter>div label:hover{background:#f1f6f4}.ld-text-filter>div label input{opacity:0;pointer-events:none;position:absolute}.ld-text-filter>div label span{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.ld-text-filter>div label svg{color:#087459;width:17px;height:17px}.ld-number-filter{grid-template-columns:1fr 1fr;gap:10px;padding:18px 14px;display:grid}.ld-number-filter label span{color:#5f746d;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.ld-number-filter input{box-sizing:border-box;border:1px solid #cbd9d4;border-radius:8px;outline:0;width:100%;height:41px;padding:0 10px;font:14px inherit}.ld-number-filter input:focus,.ld-text-filter>label:focus-within{border-color:#168268;box-shadow:0 0 0 3px #1682681a}.ld-filter-popover>footer{background:#f8faf9;border-top:1px solid #e0e8e5;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.ld-filter-popover>footer button{color:#466058;cursor:pointer;background:#fff;border:1px solid #cbd8d4;border-radius:8px;height:38px;padding:0 14px;font:600 14px inherit}.ld-filter-popover>footer button.primary{color:#fff;background:#16765e;border-color:#16765e}@keyframes ld-spin{to{transform:rotate(360deg)}}.ld-page .spin{animation:.9s linear infinite ld-spin}@media (max-width:820px){.ld-heading{flex-direction:column;align-items:stretch}.ld-heading h1{font-size:25px}.ld-heading nav{grid-template-columns:1fr 1fr;display:grid}.ld-heading nav button{width:100%;padding:0 8px}.ld-heading nav button:nth-child(3){grid-column:span 2}.ld-scope-filters{grid-template-columns:1fr 1fr}.ld-table-wrap{border-radius:8px}.ld-table-wrap .sticky-2,.ld-table-wrap .sticky-3{box-shadow:none;left:auto}.ld-table-wrap tbody td.sticky-2,.ld-table-wrap tbody td.sticky-3{position:static}.ld-table-wrap thead th.sticky-2,.ld-table-wrap thead th.sticky-3{position:sticky;top:0}.ld-filter-popover{width:min(300px,100vw - 24px)}}@media (max-width:480px){.ld-heading nav{grid-template-columns:1fr 1fr}.ld-heading p{flex-wrap:wrap;align-items:flex-start}.ld-scope-filters{grid-template-columns:1fr}}.rld-page{color:#17342d;flex-direction:column;gap:16px;min-width:0;display:flex}.rld-heading{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.rld-heading>div>small{color:#28705d;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.rld-heading h1{color:#102d27;margin:0;font-size:29px;font-weight:700;line-height:1.15}.rld-heading p{color:#667b75;align-items:center;gap:9px;margin:9px 0 0;font-size:13px;display:flex}.rld-heading p span{background:#d3dfdb;width:1px;height:13px}.rld-heading nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.rld-heading button,.rld-error button{color:#294a42;cursor:pointer;background:#fff;border:1px solid #cad9d4;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 15px;font:600 14px/1 inherit;display:inline-flex}.rld-heading button svg,.rld-error button svg{width:17px;height:17px}.rld-heading button.primary{color:#fff;background:#16765e;border-color:#16765e}.rld-heading button:disabled{cursor:not-allowed;opacity:.55}.rld-error{color:#9a332b;background:#fff7f6;border:1px solid #e9b3ad;border-radius:9px;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;font-size:14px;display:flex}.rld-error button{color:#9a332b;height:36px}.rld-scope-filters{background:#f7faf9;border:1px solid #d6e1dd;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:12px;display:grid}.rld-scope-filters label{flex-direction:column;gap:6px;min-width:0;display:flex}.rld-scope-filters label span{color:#526760;font-size:12px;font-weight:700}.rld-scope-filters select{color:#25463d;background:#fff;border:1px solid #cbd9d4;border-radius:8px;outline:0;width:100%;height:40px;padding:0 32px 0 10px;font:14px inherit}.rld-scope-filters select:focus{border-color:#168268;box-shadow:0 0 0 3px #1682681a}.rld-table-wrap{scrollbar-width:thin;overscroll-behavior:contain;background:#fff;border:1px solid #cbdad5;border-radius:10px;max-width:100%;position:relative;overflow:auto}.rld-table-wrap.is-loading:after{z-index:15;content:"";pointer-events:none;background:#f8fbfa7a;position:absolute;inset:0}.rld-table-wrap table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.rld-table-wrap th,.rld-table-wrap td{box-sizing:border-box;white-space:nowrap;border-bottom:1px solid #dce6e2;border-right:1px solid #dce6e2;height:52px;padding:0 11px}.rld-table-wrap th:last-child,.rld-table-wrap td:last-child{border-right:0}.rld-table-wrap thead th{z-index:6;color:#24453d;text-align:left;background:#eef4f2;font-size:13px;font-weight:700;position:sticky;top:0}.rld-table-wrap thead th>span:first-child{white-space:normal;vertical-align:middle;max-width:calc(100% - 58px);display:inline-block}.rld-head-actions{float:right;align-items:center;margin:10px -5px 0 2px;display:flex}.rld-head-actions button{color:#6d817b;cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;width:27px;height:31px;padding:0;display:grid}.rld-head-actions button svg{width:15px;height:15px}.rld-head-actions button:hover{color:#175f4e;background:#dfeae6}.rld-head-actions button.active{color:#087459;background:#d7ebe3}.rld-table-wrap tbody td{color:#183b32;text-align:left;background:#fff;font-size:14px}.rld-table-wrap tbody td.rld-number{text-align:right;font-variant-numeric:tabular-nums}.rld-table-wrap tbody tr:hover td{background:#f6faf8}.rld-table-wrap tbody td.rld-space-no{font-weight:700}.rld-table-wrap .desktop-sticky{position:sticky}.rld-table-wrap .sticky-boundary{box-shadow:3px 0 #1c514314}.rld-table-wrap thead .desktop-sticky{z-index:9;background:#e9f1ee}.rld-table-wrap tbody .desktop-sticky{z-index:2}.rld-table-wrap tbody tr:hover .desktop-sticky{background:#f6faf8}.rld-state{text-align:center!important;color:#6c807a!important;height:180px!important;font-weight:500!important}.rld-state svg{vertical-align:-4px;width:18px;height:18px;margin-right:8px}.rld-status{color:#4d655e;background:#eef3f1;border-radius:999px;align-items:center;min-height:26px;padding:0 9px;font-size:12px;font-weight:700;display:inline-flex}.rld-status.rentable,.rld-status.occupied,.rld-status.active{color:#17634f;background:#e1f2eb}.rld-status.expiring,.rld-status.pending_vacate{color:#8b5a08;background:#fff1cf}.rld-status.maintenance,.rld-status.pending_effective{color:#315f92;background:#e6effb}.rld-status.occupied_abnormal{color:#a33d34;background:#fde8e5}.rld-status.vacant_marketable{color:#17634f;background:#e1f2eb}.rld-pagination{color:#62756e;background:#fff;border:1px solid #d6e1dd;border-radius:9px;justify-content:space-between;align-items:center;gap:12px;min-height:48px;padding:0 12px;font-size:13px;display:flex}.rld-pagination>div{gap:8px;display:flex}.rld-pagination button{color:#31564b;background:#f7faf9;border:1px solid #cbd9d4;border-radius:7px;height:34px;padding:0 12px;font:600 13px inherit}.rld-pagination button:disabled{cursor:not-allowed;opacity:.45}.rld-filter-backdrop{z-index:109;cursor:default;background:0 0;border:0;position:fixed;inset:0}.rld-filter-popover,.rld-column-popover{z-index:110;color:#183b32;background:#fff;border:1px solid #c8d7d2;border-radius:11px;position:fixed;overflow:hidden;box-shadow:0 18px 45px #0d2f262e}.rld-filter-popover{width:320px}.rld-column-popover{flex-direction:column;width:360px;max-height:min(720px,100vh - 24px);display:flex}.rld-filter-popover>header,.rld-column-popover>header{border-bottom:1px solid #e0e8e5;justify-content:space-between;align-items:center;padding:13px 14px;display:flex}.rld-filter-popover>header small,.rld-column-popover>header small{color:#72827d;margin-bottom:2px;font-size:12px;display:block}.rld-filter-popover>header b,.rld-column-popover>header b{font-size:16px}.rld-filter-popover>header button,.rld-column-popover>header button{color:#60736d;cursor:pointer;background:#eef3f1;border:0;border-radius:7px;place-items:center;width:34px;height:34px;display:grid}.rld-filter-popover>header button svg,.rld-column-popover>header button svg{width:17px;height:17px}.rld-text-filter{padding:12px 14px}.rld-text-filter>label{border:1px solid #cbd9d4;border-radius:8px;align-items:center;height:40px;padding:0 10px;display:flex}.rld-text-filter>label svg{color:#69807a;width:16px;height:16px}.rld-text-filter>label input{border:0;outline:0;flex:1;min-width:0;height:36px;padding:0 7px;font:14px inherit}.rld-text-filter>div{max-height:230px;margin-top:9px;overflow:auto}.rld-text-filter>div label{cursor:pointer;border-radius:7px;align-items:center;gap:9px;min-height:40px;padding:5px 7px;font-size:14px;display:flex}.rld-text-filter>div label:hover{background:#f1f6f4}.rld-text-filter>div label input{opacity:0;pointer-events:none;position:absolute}.rld-text-filter>div label span{text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.rld-text-filter>div label svg{color:#087459;width:17px;height:17px}.rld-range-filter{padding:18px 14px}.rld-range-filter>div{grid-template-columns:1fr 1fr;gap:10px;display:grid}.rld-range-filter label span{color:#5f746d;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.rld-range-filter input[type=number],.rld-range-filter input[type=date]{box-sizing:border-box;border:1px solid #cbd9d4;border-radius:8px;outline:0;width:100%;height:41px;padding:0 9px;font:13px inherit}.rld-range-filter input:focus,.rld-text-filter>label:focus-within{border-color:#168268;box-shadow:0 0 0 3px #1682681a}.rld-range-filter input:disabled{color:#8a9994;background:#edf2f0}.rld-range-filter .rld-empty-option{cursor:pointer;background:#f4f7f6;border-radius:8px;align-items:center;gap:8px;margin-top:14px;padding:11px;display:flex}.rld-range-filter .rld-empty-option span{color:#3c5850;margin:0;font-size:14px}.rld-filter-popover>footer,.rld-column-popover>footer{background:#f8faf9;border-top:1px solid #e0e8e5;justify-content:space-between;align-items:center;padding:11px 14px;display:flex}.rld-filter-popover>footer button,.rld-column-popover>footer button{color:#466058;cursor:pointer;background:#fff;border:1px solid #cbd8d4;border-radius:8px;height:38px;padding:0 14px;font:600 14px inherit}.rld-filter-popover>footer button.primary,.rld-column-popover>footer button.primary{color:#fff;background:#16765e;border-color:#16765e}.rld-column-popover>footer button:disabled{cursor:not-allowed;opacity:.55}.rld-column-summary{color:#526b64;background:#f8faf9;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.rld-column-summary button{color:#17634f;cursor:pointer;background:#fff;border:1px solid #cbd9d4;border-radius:7px;height:32px;padding:0 10px;font:600 13px inherit}.rld-column-list{min-height:0;padding:6px 10px;overflow:auto}.rld-column-list label{cursor:pointer;border-radius:8px;align-items:center;gap:10px;min-height:42px;padding:5px 8px;display:flex}.rld-column-list label:hover,.rld-column-list label.selected{background:#f1f7f4}.rld-column-list label input{accent-color:#16765e;width:17px;height:17px}.rld-column-list label>span{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.rld-column-list label b{color:#294a42;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.rld-column-list label small{color:#28705d;background:#e2eee9;border-radius:999px;flex:none;padding:2px 6px;font-size:12px;font-weight:700}.rld-column-list label>svg{color:#087459;width:17px;height:17px}.rld-column-popover>p{color:#72551d;background:#fffaf0;border-top:1px solid #e6ece9;margin:0;padding:10px 14px;font-size:12px;line-height:1.55}@keyframes rld-spin{to{transform:rotate(360deg)}}.rld-page .spin{animation:.9s linear infinite rld-spin}@media (max-width:1100px){.rld-heading nav{grid-template-columns:1fr 1fr;width:320px;display:grid}.rld-heading nav button{width:100%;padding:0 8px}}@media (max-width:820px){.rld-heading{flex-direction:column;align-items:stretch}.rld-heading h1{font-size:25px}.rld-heading nav{grid-template-columns:1fr 1fr;width:100%;display:grid}.rld-heading nav button{width:100%;padding:0 8px}.rld-scope-filters{grid-template-columns:1fr 1fr}.rld-table-wrap{border-radius:8px}.rld-table-wrap .desktop-sticky{box-shadow:none;left:auto!important}.rld-table-wrap tbody td.desktop-sticky{position:static}.rld-table-wrap thead th.desktop-sticky{position:sticky;top:0}.rld-table-wrap .mobile-sticky{z-index:9;background:#e9f1ee;box-shadow:3px 0 #1c514314;position:sticky!important;left:0!important}.rld-table-wrap tbody .mobile-sticky{z-index:2;background:#fff}.rld-table-wrap tbody tr:hover .mobile-sticky{background:#f6faf8}.rld-filter-popover{width:min(320px,100vw - 24px)}.rld-column-popover{width:min(360px,100vw - 24px)}}@media (max-width:480px){.rld-heading p{flex-wrap:wrap;align-items:flex-start}.rld-heading nav{grid-template-columns:1fr 1fr}.rld-pagination{flex-direction:column;align-items:flex-start;padding:10px 12px}.rld-pagination>div{width:100%}.rld-pagination button{flex:1}}.ak-page{color:#172a23;min-width:0}.ak-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:78px;margin-bottom:18px;display:flex}.ak-heading>div:first-child>small{color:#087b5b;font-size:13px;font-weight:800}.ak-heading h1{margin:7px 0;font-size:29px}.ak-heading p{color:#718078;margin:0;font-size:14px}.ak-heading>div:last-child{gap:8px;padding-top:18px;display:flex}.ak-heading button,.ak-empty button{color:#fff;background:#087b5b;border-radius:9px;align-items:center;gap:7px;height:41px;padding:0 14px;font-weight:700;display:flex}.ak-heading button.secondary{color:#40564d;background:#fff;border:1px solid #d7e3de}.ak-heading button svg,.ak-empty button svg{width:17px}.ak-metrics{grid-template-columns:repeat(5,1fr);gap:11px;margin-bottom:14px;display:grid}.ak-metrics article{background:#fff;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:10px;min-width:0;height:83px;padding:13px;display:flex}.ak-metrics article>span{color:#087b5b;background:#e7f4ef;border-radius:10px;flex:none;place-items:center;width:39px;height:39px;display:grid}.ak-metrics article>span svg{width:19px}.ak-metrics article>div{flex-direction:column;gap:5px;min-width:0;display:flex}.ak-metrics small{color:#77867f;font-size:12px}.ak-metrics b{white-space:nowrap;font-size:16px}.ak-metrics em{color:#82908a;margin-left:3px;font-size:12px;font-style:normal;font-weight:500}.ak-panel{background:#fff;border:1px solid #dce7e2;border-radius:12px;overflow:hidden}.ak-panel>header{border-bottom:1px solid #e4ebe8;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:13px 16px;display:flex}.ak-panel>header>div:first-child small{color:#087b5b;font-size:12px;font-weight:800}.ak-panel>header h2{margin:4px 0 2px;font-size:17px}.ak-panel>header p{color:#7d8a85;margin:0;font-size:12px}.ak-tools{align-items:center;gap:7px;display:flex}.ak-tools label{border:1px solid #d8e3df;border-radius:8px;align-items:center;width:255px;height:38px;padding:0 9px;display:flex}.ak-tools label svg{color:#84928c;width:15px}.ak-tools input{min-width:0;height:100%;font:inherit;border:0;outline:0;flex:1;padding-left:7px;font-size:12px}.ak-tools select{height:38px;font:inherit;color:#485b52;background:#fff;border:1px solid #d8e3df;border-radius:8px;padding:0 27px 0 9px;font-size:12px}.ak-table-wrap{overscroll-behavior-inline:contain;scrollbar-gutter:stable;overflow-x:auto}.ak-table-wrap table{table-layout:fixed;border-collapse:collapse;width:1360px;min-width:1360px}.ak-table-wrap th:first-child{width:190px}.ak-table-wrap th:nth-child(2){width:170px}.ak-table-wrap th:nth-child(3){width:270px}.ak-table-wrap th:nth-child(4){width:180px}.ak-table-wrap th:nth-child(5){width:120px}.ak-table-wrap th:nth-child(6){width:160px}.ak-table-wrap th:nth-child(7){width:150px}.ak-table-wrap th:nth-child(8){width:80px}.ak-table-wrap th{text-align:left;color:#6e7d76;background:#f5f8f6;border-bottom:1px solid #e4ebe8;height:39px;padding:0 12px;font-size:12px;font-weight:700}.ak-table-wrap td{vertical-align:middle;overflow-wrap:anywhere;word-break:break-word;border-bottom:1px solid #edf1ef;padding:12px;font-size:12px}.ak-table-wrap tr:last-child td{border-bottom:0}.ak-provider{align-items:center;gap:9px;min-width:0;display:flex}.ak-provider>span{color:#087b5b;background:#e6f5ef;border-radius:9px;flex:none;place-items:center;width:35px;height:35px;font-size:13px;font-weight:900;display:grid}.ak-provider.deepseek>span{color:#4b64b3;background:#e9eefb}.ak-provider section,.ak-models>span,.ak-usage,.ak-cost,.ak-health,.ak-last{flex-direction:column;gap:4px;min-width:0;display:flex}.ak-provider b,.ak-models b,.ak-usage b,.ak-cost b,.ak-last b{font-size:12px}.ak-provider small,.ak-models small,.ak-usage small,.ak-cost small,.ak-health small,.ak-last small{color:#7c8b84;font-size:12px}.ak-tags{flex-wrap:wrap;gap:4px;max-width:none;display:flex}.ak-tags span{color:#087b5b;background:#e9f5f0;border-radius:5px;padding:4px 6px;font-size:12px;font-weight:700}.ak-models{gap:8px;min-width:0;max-width:none;display:grid}.ak-models>span{border-left:2px solid #8bc7b2;padding-left:7px}.ak-models small{line-height:1.35}.ak-muted{color:#87958f;font-size:12px}.ak-cost b{color:#087b5b}.ak-health>span{border-radius:12px;align-items:center;gap:5px;width:max-content;max-width:100%;min-height:23px;padding:2px 7px;font-size:12px;font-weight:700;display:flex}.ak-health>span i{background:currentColor;border-radius:50%;flex:none;width:6px;height:6px}.ak-health>span.enabled{color:#087b5b;background:#e5f4ee}.ak-health>span.disabled{color:#76827d;background:#edf0ef}.ak-gear{color:#087b5b;background:#edf5f2;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.ak-gear svg{width:16px}.ak-empty,.ak-loading{color:#7b8b84;align-content:center;place-items:center;gap:9px;min-height:380px;display:grid}.ak-empty>svg,.ak-loading>svg{color:#70ad98;width:36px}.ak-empty h3{color:#42574e;margin:2px 0 0;font-size:14px}.ak-empty p{margin:0 0 5px;font-size:12px}.ak-empty button{height:40px;font-size:12px}.ak-footnote{color:#087b5b;background:#edf7f3;border:1px solid #d7e7e0;border-radius:10px;grid-template-columns:24px 1fr 1fr;gap:10px;margin-top:12px;padding:12px;display:grid}.ak-footnote>svg{width:20px}.ak-footnote>span{flex-direction:column;gap:3px;display:flex}.ak-footnote b{font-size:12px}.ak-footnote small{color:#70847c;font-size:12px;line-height:1.4}.ak-overlay{z-index:100;background:#0c221b6b;justify-content:flex-end;display:flex;position:fixed;inset:0}.ak-drawer{background:#f5f8f6;flex-direction:column;width:min(720px,96vw);height:100%;animation:.2s ak-in;display:flex;box-shadow:-16px 0 45px #132c2329}.ak-drawer>header{background:#fff;border-bottom:1px solid #dde7e3;flex:none;justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex}.ak-drawer>header small{color:#087b5b;font-size:12px;font-weight:800}.ak-drawer>header h2{margin:5px 0 0;font-size:20px}.ak-drawer>header button{background:#edf3f0;border-radius:8px;place-items:center;width:40px;height:40px;display:grid}.ak-drawer>header svg{width:17px}.ak-drawer>form{flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.ak-drawer-section{background:#fff;border:1px solid #dce6e2;border-radius:11px;margin:13px 14px 0;padding:15px}.ak-section-title{align-items:center;gap:9px;margin-bottom:13px;display:flex}.ak-section-title>span{color:#087b5b;background:#e8f5f0;border-radius:9px;place-items:center;width:35px;height:35px;display:grid}.ak-section-title svg{width:17px}.ak-section-title small{color:#087b5b;font-size:12px;font-weight:800}.ak-section-title h3{margin:3px 0 0;font-size:14px}.ak-provider-options{grid-template-columns:1fr 1fr;gap:9px;display:grid}.ak-provider-options>button{text-align:left;background:#fff;border:1px solid #dae5e1;border-radius:9px;align-items:center;gap:9px;min-height:66px;padding:10px;display:flex}.ak-provider-options>button>span{background:#edf3f0;border-radius:9px;place-items:center;width:34px;height:34px;font-weight:900;display:grid}.ak-provider-options>button section{flex-direction:column;flex:1;gap:4px;display:flex}.ak-provider-options>button b{font-size:12px}.ak-provider-options>button small{color:#7a8982;font-size:12px}.ak-provider-options>button>svg{color:#c9d3cf;width:17px}.ak-provider-options>button.active{background:#f0f9f5;border-color:#65b79b}.ak-provider-options>button.active.qwen>span{color:#087b5b;background:#dff2ea}.ak-provider-options>button.active.deepseek{background:#f3f5fc;border-color:#8196d2}.ak-provider-options>button.active.deepseek>span{color:#4b64b3;background:#e5eafa}.ak-provider-options>button.active>svg{color:#087b5b}.ak-form-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ak-form-grid label{flex-direction:column;gap:5px;display:flex}.ak-form-grid label.wide{grid-column:1/-1}.ak-form-grid label>span{color:#566860;font-size:12px;font-weight:700}.ak-form-grid input{height:39px;font:inherit;border:1px solid #d6e2dd;border-radius:8px;outline:0;padding:0 10px;font-size:12px}.ak-enable{cursor:pointer;background:#f1f7f4;border-radius:8px;align-items:center;gap:8px;margin-top:11px;padding:10px;display:flex}.ak-enable input{display:none}.ak-enable>i{background:#cbd6d1;border-radius:12px;width:37px;height:21px;position:relative}.ak-enable>i:after{content:"";background:#fff;border-radius:50%;width:15px;height:15px;transition:all .2s;position:absolute;top:3px;left:3px}.ak-enable input:checked+i{background:#087b5b}.ak-enable input:checked+i:after{left:19px}.ak-enable>span{flex-direction:column;gap:3px;display:flex}.ak-enable b{font-size:12px}.ak-enable small{color:#76867e;font-size:12px}.ak-binding-list{flex-direction:column;gap:8px;display:flex}.ak-binding-list article{border:1px solid #dce5e1;border-radius:9px;padding:10px}.ak-binding-list article.selected{background:#f5fbf8;border-color:#7bbda6}.ak-binding-list article>label{align-items:center;gap:8px;display:flex}.ak-binding-list article>label input{accent-color:#087b5b}.ak-binding-list article>label span{flex-direction:column;gap:3px;display:flex}.ak-binding-list article>label b{font-size:12px}.ak-binding-list article>label small{color:#7b8a83;font-size:12px}.ak-binding-list select{width:100%;height:36px;font:inherit;background:#fff;border:1px solid #d4e0db;border-radius:7px;margin-top:8px;padding:0 8px;font-size:12px}.ak-binding-list article>p{color:#a85048;background:#fff1ef;border-radius:6px;align-items:center;gap:5px;margin:8px 0 0;padding:7px;font-size:12px;display:flex}.ak-binding-list article>p svg{width:13px}.ak-preset-note{color:#087b5b;background:#eaf5f0;border-radius:8px;gap:7px;margin-top:10px;padding:9px;display:flex}.ak-preset-note>svg{width:17px}.ak-preset-note span{flex-direction:column;gap:3px;min-width:0;display:flex}.ak-preset-note b{font-size:12px}.ak-preset-note small{color:#71837c;overflow-wrap:anywhere;font-size:12px}.ak-detail-metrics{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.ak-detail-metrics>span{background:#f3f7f5;border-radius:8px;flex-direction:column;gap:5px;padding:9px;display:flex}.ak-detail-metrics small{color:#77867f;font-size:12px}.ak-detail-metrics b{font-size:12px}.ak-log-list{border-top:1px solid #e3ebe7;margin-top:10px}.ak-log-list>article{border-bottom:1px solid #e8efec;align-items:center;gap:8px;min-height:52px;display:flex}.ak-log-list>article>span i{border-radius:7px;place-items:center;width:27px;height:27px;display:grid}.ak-log-list>article>span.success i{color:#087b5b;background:#e5f4ee}.ak-log-list>article>span.failed i{color:#bb5148;background:#ffedeb}.ak-log-list>article svg{width:14px}.ak-log-list>article section{flex-direction:column;flex:1;gap:3px;display:flex}.ak-log-list>article section b{font-size:12px}.ak-log-list>article section small{color:#7f8d87;font-size:12px}.ak-log-list>article strong{font-size:12px}.ak-no-log{color:#82908a;justify-content:center;align-items:center;gap:6px;height:64px;font-size:12px;display:flex}.ak-drawer form>footer{background:#fff;border-top:1px solid #dce6e2;flex:none;align-items:center;gap:8px;height:70px;margin-top:13px;padding:0 16px;display:flex;position:sticky;bottom:0}.ak-drawer form>footer>span{flex:1}.ak-drawer form>footer button{color:#40564d;background:#edf3f0;border-radius:8px;align-items:center;gap:6px;height:39px;padding:0 12px;font-size:12px;font-weight:700;display:flex}.ak-drawer form>footer button.primary{color:#fff;background:#087b5b}.ak-drawer form>footer button.danger{color:#a74842;background:#fff0ee}.ak-drawer form>footer svg{width:15px}@keyframes ak-in{0%{opacity:.6;transform:translate(30px)}to{opacity:1;transform:none}}@media (max-width:1250px){.ak-metrics{grid-template-columns:repeat(3,1fr)}.ak-panel>header{flex-direction:column;align-items:flex-start}.ak-tools{width:100%}.ak-tools label{flex:1}}@media (max-width:760px){.ak-heading{flex-direction:column}.ak-heading>div:last-child{padding-top:0}.ak-metrics{grid-template-columns:1fr 1fr}.ak-tools{flex-wrap:wrap}.ak-tools label{flex-basis:100%;width:100%}.ak-provider-options,.ak-form-grid{grid-template-columns:1fr}.ak-form-grid label.wide{grid-column:auto}.ak-detail-metrics{grid-template-columns:1fr 1fr}.ak-footnote{grid-template-columns:24px 1fr}.ak-footnote>span:last-child{grid-column:2}.ak-drawer{width:100vw}}.lo-page{color:#172a23;min-width:0}.lo-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:78px;margin-bottom:14px;display:flex}.lo-heading small{color:#087b5b;font-size:13px;font-weight:800}.lo-heading h1{margin:7px 0;font-size:29px}.lo-heading p{color:#718078;margin:0;font-size:14px}.lo-heading>button{color:#40564d;background:#fff;border:1px solid #d7e3de;border-radius:9px;align-items:center;gap:7px;height:41px;margin-top:18px;padding:0 14px;font-weight:700;display:flex}.lo-heading svg{width:17px}.lo-boundary{color:#087b5b;background:#edf8f3;border:1px solid #b9dece;border-radius:11px;align-items:center;gap:11px;margin-bottom:14px;padding:13px 15px;display:flex}.lo-boundary>svg{flex:none;width:21px}.lo-boundary span{flex-direction:column;gap:4px;display:flex}.lo-boundary b{font-size:12px}.lo-boundary small{color:#617b70;font-size:12px;line-height:1.5}.lo-loading{color:#718078;background:#fff;border:1px solid #dce7e2;border-radius:12px;align-content:center;place-items:center;gap:9px;min-height:360px;display:grid}.lo-loading svg{color:#087b5b;width:30px}.lo-grid{grid-template-columns:minmax(360px,.8fr) minmax(470px,1.2fr);gap:14px;display:grid}.lo-card{background:#fff;border:1px solid #dce7e2;border-radius:12px;padding:17px}.lo-card>header{align-items:center;gap:10px;min-height:52px;margin-bottom:15px;display:flex}.lo-card>header>span{color:#087b5b;background:#e6f5ef;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.lo-card>header svg{width:19px}.lo-card>header>div{flex:1;min-width:0}.lo-card>header small{color:#087b5b;font-size:12px;font-weight:800}.lo-card>header h2{margin:4px 0 0;font-size:17px}.lo-card>header>em{color:#75817c;background:#edf0ef;border-radius:14px;align-items:center;height:25px;padding:0 9px;font-size:12px;font-style:normal;font-weight:700;display:flex}.lo-card>header>em.active{color:#087b5b;background:#e3f4ed}.lo-card>header>em.pending{color:#a26826;background:#fff1df}.lo-card>label:not(.lo-enable){flex-direction:column;gap:6px;margin-top:12px;display:flex}.lo-card>label>span{color:#566860;font-size:12px;font-weight:700}.lo-card input[type=password],.lo-card select{height:42px;font:inherit;background:#fff;border:1px solid #d5e1dc;border-radius:9px;outline:0;padding:0 11px;font-size:12px}.lo-enable{background:#f1f7f4;border-radius:9px;align-items:center;gap:9px;margin-top:14px;padding:11px;display:flex}.lo-enable input{display:none}.lo-enable>i{background:#cbd6d1;border-radius:13px;width:39px;height:22px;position:relative}.lo-enable>i:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:3px;left:3px}.lo-enable input:checked+i{background:#087b5b}.lo-enable input:checked+i:after{left:20px}.lo-enable input:disabled+i{opacity:.55}.lo-enable>span{flex-direction:column;gap:3px;display:flex}.lo-enable b{font-size:12px}.lo-enable small{color:#74837c;font-size:12px}.lo-card>footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.lo-card>footer button{color:#fff;background:#087b5b;border-radius:8px;align-items:center;gap:7px;height:40px;padding:0 13px;font-size:12px;font-weight:700;display:flex}.lo-card>footer button.secondary{color:#40564d;background:#fff;border:1px solid #d4e0db}.lo-card>footer button:disabled{opacity:.5}.lo-card>footer svg{width:16px}.lo-metrics{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.lo-metrics span{background:#f3f7f5;border-radius:9px;flex-direction:column;gap:7px;min-height:70px;padding:11px;display:flex}.lo-metrics small{color:#77867f;font-size:12px}.lo-metrics b{font-size:12px}.lo-error{color:#ac4c45;background:#fff0ee;border-radius:8px;gap:7px;margin:12px 0 0;padding:9px;font-size:12px;line-height:1.5;display:flex}.lo-error svg{flex:none;width:15px}.lo-logs{border-top:1px solid #e3ebe7;margin-top:13px}.lo-logs article{border-bottom:1px solid #e8efec;align-items:center;gap:8px;min-height:54px;display:flex}.lo-logs article>span i{border-radius:7px;place-items:center;width:28px;height:28px;display:grid}.lo-logs article>span.success i{color:#087b5b;background:#e5f4ee}.lo-logs article>span.failed i{color:#bb5148;background:#ffedeb}.lo-logs article svg{width:14px}.lo-logs article>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.lo-logs article b{font-size:12px}.lo-logs article small{color:#7f8d87;font-size:12px}.lo-logs article strong{font-size:12px}.lo-logs>p{color:#82908a;justify-content:center;align-items:center;gap:7px;min-height:95px;margin:0;font-size:12px;display:flex}.lo-logs>p svg{width:17px}@media (max-width:1050px){.lo-grid{grid-template-columns:1fr}.lo-metrics{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.lo-heading{flex-direction:column}.lo-heading>button{margin-top:0}.lo-card{padding:13px}.lo-metrics{grid-template-columns:1fr 1fr}}.cr-page{color:#172a23;min-width:0}.cr-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:78px;margin-bottom:18px;display:flex}.cr-heading>div>small{color:#087b5b;font-size:13px;font-weight:800}.cr-heading h1{margin:7px 0;font-size:29px}.cr-heading p{color:#718078;margin:0;font-size:14px}.cr-heading>button{color:#40564d;background:#fff;border:1px solid #d7e3de;border-radius:9px;align-items:center;gap:7px;height:41px;margin-top:18px;padding:0 14px;font-weight:700;display:flex}.cr-heading svg{width:17px}.cr-summary{grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:14px;display:grid}.cr-summary article{background:#fff;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:11px;min-width:0;min-height:86px;padding:14px;display:flex}.cr-summary article>svg{color:#087b5b;background:#e7f4ef;border-radius:10px;width:38px;height:38px;padding:9px}.cr-summary article>span{flex-direction:column;gap:5px;min-width:0;display:flex}.cr-summary small{color:#77867f;font-size:12px}.cr-summary b{overflow-wrap:anywhere;font-size:16px}.cr-summary em{color:#77867f;font-size:12px;font-style:normal}.cr-pack-grid{grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:14px;display:grid}.cr-pack-grid article{background:#fff;border:1px solid #dce7e2;border-radius:10px;overflow:hidden}.cr-pack-grid article.active{background:#f1f9f6;border-color:#5eae91}.cr-pack-grid button{text-align:left;background:0 0;align-items:center;gap:9px;width:100%;min-height:78px;padding:12px;display:flex}.cr-pack-grid button>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.cr-pack-grid b{font-size:14px}.cr-pack-grid small{color:#718078;font-size:12px;line-height:1.45}.cr-pack-grid strong{color:#087b5b;background:#e6f4ef;border-radius:16px;place-items:center;width:31px;height:31px;font-size:13px;display:grid}.cr-panel{background:#fff;border:1px solid #dce7e2;border-radius:12px;overflow:hidden}.cr-panel>header{border-bottom:1px solid #e4ebe8;justify-content:space-between;align-items:center;gap:18px;min-height:88px;padding:15px 16px;display:flex}.cr-panel>header small{color:#087b5b;font-size:12px;font-weight:800}.cr-panel>header h2{margin:4px 0 2px;font-size:19px}.cr-panel>header p{color:#7d8a85;margin:0;font-size:13px}.cr-tools{gap:8px;display:flex}.cr-tools label{border:1px solid #d8e3df;border-radius:8px;align-items:center;width:270px;height:40px;padding:0 10px;display:flex}.cr-tools label svg{color:#84928c;width:16px}.cr-tools input{min-width:0;height:100%;font:inherit;border:0;outline:0;flex:1;padding-left:7px;font-size:14px}.cr-tools select{height:40px;font:inherit;background:#fff;border:1px solid #d8e3df;border-radius:8px;padding:0 28px 0 10px;font-size:13px}.cr-table-wrap{overflow:auto}.cr-table-wrap table{border-collapse:collapse;width:100%;min-width:1180px}.cr-table-wrap th{text-align:left;color:#6e7d76;background:#f5f8f6;border-bottom:1px solid #e4ebe8;height:42px;padding:0 12px;font-size:13px}.cr-table-wrap td{vertical-align:middle;border-bottom:1px solid #edf1ef;padding:13px 12px;font-size:14px}.cr-table-wrap td>b,.cr-table-wrap td>span{display:block}.cr-table-wrap td>small{color:#7c8b84;margin-top:5px;font-size:12px;display:block}.cr-tags{flex-wrap:wrap;gap:5px;max-width:220px;display:flex}.cr-tags span{color:#087b5b;background:#eaf5f0;border-radius:6px;padding:4px 7px;font-size:12px}.cr-permissions{flex-direction:column;gap:4px;display:flex}.cr-permissions code{color:#53675e;overflow-wrap:anywhere;font-size:12px}.cr-ready{color:#087b5b;align-items:center;gap:6px;font-weight:700;display:flex!important}.cr-ready i{background:#087b5b;border-radius:50%;width:7px;height:7px}.cr-detail-button{color:#087b5b;background:#edf5f2;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.cr-detail-button svg{width:17px}.cr-loading,.cr-empty{color:#7b8b84;align-content:center;place-items:center;gap:9px;min-height:260px;display:grid}.cr-bottom{grid-template-columns:1.2fr .8fr;gap:12px;margin-top:14px;display:grid}.cr-bottom>article{background:#fff;border:1px solid #dce7e2;border-radius:12px;min-width:0;padding:15px}.cr-bottom header{align-items:center;gap:9px;margin-bottom:10px;display:flex}.cr-bottom header>svg{color:#087b5b;background:#e7f4ef;border-radius:9px;width:35px;height:35px;padding:8px}.cr-bottom header span{flex-direction:column;gap:3px;display:flex}.cr-bottom header small{color:#087b5b;font-size:12px;font-weight:700}.cr-bottom h2{margin:0;font-size:17px}.cr-bottom article>div{flex-direction:column;display:flex}.cr-bottom p{border-top:1px solid #edf1ef;grid-template-columns:minmax(140px,1fr) auto;gap:4px 12px;margin:0;padding:10px 0;display:grid}.cr-bottom p>span{flex-direction:column;gap:3px;display:flex}.cr-bottom p b{font-size:14px}.cr-bottom p small{color:#73837b;font-size:12px;line-height:1.4}.cr-bottom p>small{grid-column:1/-1}.cr-bottom p em{color:#087b5b;font-size:12px;font-style:normal}.cr-bottom p.unavailable em{color:#b06343}.cr-drawer>div.cr-detail{flex-direction:column;gap:13px;padding:16px;display:flex;overflow:auto}.cr-detail>section,.cr-detail>dl,.cr-detail>aside{background:#fff;border:1px solid #dce6e2;border-radius:10px;padding:14px}.cr-detail>section>code{color:#087b5b;font-size:13px}.cr-detail>section>p{color:#65776e;font-size:14px;line-height:1.55}.cr-detail dl{grid-template-columns:1fr 1fr;gap:10px;margin:0;display:grid}.cr-detail dl div{flex-direction:column;gap:4px;display:flex}.cr-detail dt{color:#77867f;font-size:12px}.cr-detail dd{overflow-wrap:anywhere;margin:0;font-size:14px}.cr-detail dd code{font-size:12px}.cr-detail h3{margin:0 0 9px;font-size:15px}.cr-facts{flex-wrap:wrap;gap:6px;display:flex}.cr-facts span{color:#087b5b;background:#eaf5f0;border-radius:6px;padding:5px 8px;font-size:13px}.cr-detail section>p{flex-direction:column;gap:3px;display:flex}.cr-detail section>p small{color:#718078;font-size:12px}.cr-detail>aside{color:#087b5b;gap:9px;display:flex}.cr-detail>aside svg{width:20px}.cr-detail>aside span{flex-direction:column;gap:4px;display:flex}.cr-detail>aside small{color:#718078;font-size:12px;line-height:1.5}@media (max-width:1100px){.cr-summary,.cr-pack-grid{grid-template-columns:1fr 1fr}.cr-panel>header{flex-direction:column;align-items:flex-start}.cr-tools{width:100%}.cr-tools label{flex:1}.cr-bottom{grid-template-columns:1fr}}@media (max-width:760px){.cr-heading{flex-direction:column}.cr-heading>button{margin-top:0}.cr-summary{grid-template-columns:1fr 1fr}.cr-pack-grid{grid-template-columns:1fr}.cr-tools{flex-direction:column}.cr-tools label,.cr-tools select{width:100%}.cr-bottom{grid-template-columns:1fr}.cr-drawer{width:100vw}.cr-detail dl{grid-template-columns:1fr}}.ss-page{min-width:0}.ss-switch{background:#edf3f0;border:1px solid #d9e6e1;border-radius:11px;gap:4px;width:max-content;max-width:100%;margin-bottom:18px;padding:4px;display:flex;overflow:auto}.ss-switch button{color:#6c7d75;text-align:left;background:0 0;border-radius:8px;align-items:center;gap:9px;min-width:180px;height:52px;padding:0 13px;display:flex}.ss-switch button>svg{flex:none;width:18px}.ss-switch button>span{flex-direction:column;gap:3px;display:flex}.ss-switch button b{font-size:12px}.ss-switch button small{color:#82908a;font-size:12px}.ss-switch button.active{color:#087b5b;background:#fff;box-shadow:0 3px 10px #14423314}.pr-page{color:#172a23;min-width:0}.pr-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:78px;margin-bottom:18px;display:flex}.pr-heading small{color:#087b5b;font-size:13px;font-weight:800}.pr-heading h1{margin:7px 0;font-size:29px}.pr-heading p{color:#718078;margin:0;font-size:14px}.pr-heading>button{color:#40564d;background:#fff;border:1px solid #d7e3de;border-radius:9px;align-items:center;gap:7px;height:41px;margin-top:18px;padding:0 14px;font-weight:700;display:flex}.pr-heading button svg{width:17px}.pr-summary{grid-template-columns:repeat(3,minmax(180px,1fr)) minmax(300px,1.3fr);gap:11px;margin-bottom:14px;display:grid}.pr-summary>article,.pr-summary>p{background:#fff;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:10px;min-height:74px;margin:0;padding:13px;display:flex}.pr-summary>article>svg{color:#087b5b;width:22px}.pr-summary article>span{flex-direction:column;gap:4px;display:flex}.pr-summary small{color:#7c8b84;font-size:12px}.pr-summary b{font-size:15px}.pr-summary>p{color:#708078;align-content:center;font-size:12px;line-height:1.6}.pr-panel{background:#fff;border:1px solid #dce7e2;border-radius:12px;overflow:hidden}.pr-panel>header{border-bottom:1px solid #e4ebe8;justify-content:space-between;align-items:center;gap:18px;min-height:78px;padding:13px 16px;display:flex}.pr-panel>header small{color:#087b5b;font-size:12px;font-weight:800}.pr-panel>header h2{margin:4px 0 2px;font-size:17px}.pr-panel>header p{color:#7d8a85;margin:0;font-size:12px}.pr-tools{align-items:center;gap:7px;display:flex}.pr-tools label{border:1px solid #d8e3df;border-radius:8px;align-items:center;width:285px;height:38px;padding:0 9px;display:flex}.pr-tools label svg{color:#84928c;width:15px}.pr-tools input{min-width:0;height:100%;font:inherit;border:0;outline:0;flex:1;padding-left:7px;font-size:12px}.pr-tools select{color:#485b52;background:#fff;border:1px solid #d8e3df;border-radius:8px;height:38px;padding:0 27px 0 9px;font-size:12px}.pr-table-wrap{overflow:auto}.pr-table-wrap table{border-collapse:collapse;width:100%;min-width:980px}.pr-table-wrap th{text-align:left;color:#6e7d76;background:#f5f8f6;border-bottom:1px solid #e4ebe8;height:40px;padding:0 13px;font-size:12px}.pr-table-wrap td{color:#485b53;border-bottom:1px solid #edf1ef;height:63px;padding:9px 13px;font-size:12px}.pr-table-wrap td b{font-size:12px}.pr-table-wrap td small{color:#7d8c85;margin-top:4px;font-size:12px;display:block}.pr-delegation,.pr-state{color:#687a72;background:#edf2f0;border-radius:12px;align-items:center;gap:5px;width:max-content;height:23px;padding:0 7px;font-size:12px;font-weight:700;display:flex}.pr-delegation.department,.pr-state{color:#087b5b;background:#e5f4ee}.pr-state i{background:currentColor;border-radius:50%;width:6px;height:6px}.pr-state.deprecated{color:#76827d;background:#edf0ef}.pr-gear{color:#087b5b;background:#edf5f2;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.pr-gear svg{width:16px}.pr-loading,.pr-empty{color:#7b8b84;align-content:center;place-items:center;gap:9px;min-height:310px;font-size:12px;display:grid}.pr-loading svg{color:#70ad98;width:32px}.pr-empty{min-height:150px}.pr-drawer{width:min(620px,96vw)}.pr-detail{flex-direction:column;flex:1;gap:13px;min-height:0;padding:16px;display:flex;overflow:auto}.pr-detail>section:first-child,.pr-detail dl,.pr-references,.pr-detail>aside{background:#fff;border:1px solid #dce6e2;border-radius:11px;margin:0;padding:15px}.pr-detail code{color:#087b5b;background:#edf5f2;border-radius:7px;padding:7px 9px;font:11px ui-monospace,SFMono-Regular,Consolas,monospace;display:inline-block}.pr-detail>section:first-child p{color:#6f8078;margin:12px 0 0;font-size:12px;line-height:1.65}.pr-detail dl{grid-template-columns:1fr 1fr;gap:0;padding:0;display:grid;overflow:hidden}.pr-detail dl>div{border-bottom:1px solid #edf1ef;min-height:68px;padding:12px}.pr-detail dl>div:nth-child(odd){border-right:1px solid #edf1ef}.pr-detail dt{color:#7f8e87;font-size:12px}.pr-detail dd{color:#334940;margin:5px 0 0;font-size:12px;line-height:1.5}.pr-references h3{margin:0 0 10px;font-size:12px}.pr-references>div{grid-template-columns:repeat(4,1fr);gap:7px;display:grid}.pr-references span{background:#f3f7f5;border-radius:8px;flex-direction:column;gap:4px;padding:9px;display:flex}.pr-references small{color:#77867f;font-size:12px}.pr-references b{font-size:13px}.pr-detail>aside{color:#087b5b;background:#edf7f3;gap:9px;display:flex}.pr-detail>aside>svg{flex:none;width:19px}.pr-detail>aside span{flex-direction:column;gap:4px;display:flex}.pr-detail>aside b{font-size:12px}.pr-detail>aside small{color:#71837c;font-size:12px;line-height:1.55}.pr-drawer-footer{background:#fff;border-top:1px solid #dce6e2;flex:none;justify-content:flex-end;align-items:center;height:70px;padding:0 16px;display:flex}.pr-drawer-footer button{color:#fff;background:#087b5b;border-radius:8px;height:39px;padding:0 16px;font-size:12px;font-weight:700}@media (max-width:1100px){.pr-summary{grid-template-columns:repeat(2,1fr)}.pr-panel>header{flex-direction:column;align-items:flex-start}.pr-tools{width:100%}.pr-tools label{flex:1}}@media (max-width:680px){.ss-switch{width:100%}.ss-switch button{flex:1;min-width:160px}.pr-heading{flex-direction:column}.pr-heading>button{margin-top:0}.pr-summary{grid-template-columns:1fr}.pr-tools{flex-wrap:wrap}.pr-tools label{flex-basis:100%;width:100%}.pr-detail dl,.pr-references>div{grid-template-columns:1fr 1fr}}.ms-cell-sub{font-size:12px!important}.ms-cell-error,.ms-chain-head small{font-size:12px}.ms-chain-head p{font-size:13px}.ms-chain-context b{font-size:14px}.ms-chain-context p{font-size:13px}.ms-chain-context small{font-size:12px}.ms-stage-list article{min-height:86px}.ms-stage-list article:before{top:60px;bottom:-27px}.ms-stage-list article small{font-size:12px}.ms-stage-list article h4{font-size:15px}.ms-stage-list article p{font-size:12px;line-height:1.45}.ms-stage-list article>span{font-size:12px}.orl-panel{background:#fff;border:1px solid #dbe6e1;border-radius:12px;min-width:0;margin:14px 0;overflow:hidden}.orl-queue{background:#fffaf0;border:1px solid #e0c38b;border-radius:12px;min-width:0;margin-bottom:14px;overflow:hidden}.orl-queue>header{border-bottom:1px solid #edd8b2;justify-content:space-between;align-items:center;gap:12px;padding:12px 15px;display:flex}.orl-queue>header small{color:#95621d;font-size:12px;font-weight:800}.orl-queue>header h3{margin:3px 0 0;font-size:15px}.orl-queue>header>span{color:#8e590f;background:#ffe9bd;border-radius:12px;padding:5px 8px;font-size:12px;font-weight:800}.orl-queue>div{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.orl-queue button{text-align:left;background:#fff;border-bottom:1px solid #eee3cd;justify-content:space-between;align-items:center;gap:10px;min-width:0;padding:11px 14px;display:flex}.orl-queue button:nth-child(odd){border-right:1px solid #eee3cd}.orl-queue button:hover{background:#fffaf2}.orl-queue button>span{flex-direction:column;gap:4px;min-width:0;display:flex}.orl-queue button b{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.orl-queue button small{color:#7b847f;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.orl-queue button em{white-space:nowrap;color:#61716a;background:#edf2f0;border-radius:12px;padding:5px 8px;font-size:12px;font-style:normal}.orl-queue button em.pending{color:#91580b;background:#ffe7b8}.orl-queue button em.success{color:#08765a;background:#e0f2ea}.orl-queue button em.frozen{color:#9c5917;background:#ffefdf}.orl-panel.frozen{background:#fffcf6;border-color:#e7bd77}.orl-panel>header{background:#f4faf7;border-bottom:1px solid #e7ece9;align-items:flex-start;gap:12px;padding:15px 16px;display:flex}.orl-panel.frozen>header{background:#fff6e5;border-bottom-color:#edce98}.orl-panel>header>span{color:#08775a;background:#def2e9;border-radius:10px;flex:none;place-items:center;width:38px;height:38px;display:grid}.orl-panel.frozen>header>span{color:#9a5b0d;background:#ffe7ba}.orl-panel>header svg{width:19px}.orl-panel>header>div{flex:1;min-width:0}.orl-panel>header small{letter-spacing:.5px;color:#6d7e77;font-size:12px;font-weight:800}.orl-panel>header h3{color:#183128;margin:3px 0 4px;font-size:16px}.orl-panel>header p{color:#697972;margin:0;font-size:12px;line-height:1.55}.orl-panel>header>em{color:#08775a;white-space:nowrap;background:#e1f2eb;border-radius:12px;padding:5px 9px;font-size:12px;font-style:normal;font-weight:800}.orl-panel.frozen>header>em{color:#96590e;background:#ffe5b1}.orl-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:13px 15px;display:grid}.orl-facts article,.orl-comparison article{background:#fff;border:1px solid #e2e9e6;border-radius:8px;flex-direction:column;gap:5px;min-width:0;padding:10px;display:flex}.orl-facts small,.orl-comparison small{color:#788680;font-size:12px}.orl-facts b,.orl-comparison b{overflow-wrap:anywhere;font-size:13px}.orl-facts b.danger{color:#a85c0d}.orl-panel>aside{color:#965a12;background:#fff7e8;border:1px solid #efd29d;border-radius:9px;gap:9px;margin:0 15px 13px;padding:12px;display:flex}.orl-panel>aside svg{flex:none;width:19px}.orl-panel>aside span{flex-direction:column;gap:4px;min-width:0;display:flex}.orl-panel>aside b{font-size:12px}.orl-panel>aside small{color:#7a6648;font-size:12px;line-height:1.55}.orl-panel>aside.orl-load-error button{color:#86510f;background:#fff;border:1px solid #d8a85b;border-radius:8px;flex:none;min-width:72px;height:40px;margin-left:auto;font-weight:800}.orl-panel>aside.orl-load-error button:disabled{opacity:.55}.orl-toolbar{justify-content:flex-end;padding:0 15px 14px;display:flex}.orl-toolbar button,.orl-form footer button,.orl-action footer button{color:#fff;background:#0a8060;border-radius:8px;justify-content:center;align-items:center;gap:6px;height:38px;padding:0 14px;font-size:12px;font-weight:700;display:inline-flex}.orl-toolbar svg,.orl-form footer svg,.orl-action footer svg{width:15px}.orl-pending{color:#536b62;background:#eef5f2;border-radius:8px;align-items:center;gap:8px;margin:0 15px 14px;padding:11px;font-size:12px;display:flex}.orl-pending svg{flex:none;width:17px}.orl-form,.orl-review,.orl-timeline{background:#fff;border:1px solid #dce6e2;border-radius:10px;margin:0 15px 14px;overflow:hidden}.orl-form-grid{grid-template-columns:1fr 1fr;gap:12px;padding:14px;display:grid}.orl-form-grid label,.orl-action label{flex-direction:column;gap:6px;min-width:0;display:flex}.orl-form-grid label.wide{grid-column:1/-1}.orl-form-grid label>span,.orl-action label>span{color:#506059;font-size:12px;font-weight:700}.orl-form input,.orl-form textarea,.orl-action select,.orl-action textarea{box-sizing:border-box;background:#fff;border:1px solid #d6e1dd;border-radius:8px;outline:0;width:100%;padding:9px 10px;font-size:13px}.orl-form input,.orl-action select{height:40px}.orl-form textarea,.orl-action textarea{resize:vertical}.orl-form input:focus,.orl-form textarea:focus,.orl-action select:focus,.orl-action textarea:focus{border-color:#0a8a65;box-shadow:0 0 0 3px #0a8a6514}.orl-form-grid label small{color:#788680;font-size:12px;line-height:1.45}.orl-evidence-grid{grid-template-columns:1fr 1fr;gap:8px;padding:0 14px 14px;display:grid}.orl-evidence-grid>label{cursor:pointer;background:#f8faf9;border:1px dashed #c6d6d0;border-radius:8px;align-items:center;gap:9px;min-width:0;min-height:66px;padding:10px;display:flex;position:relative}.orl-evidence-grid>label>.orl-file-input{opacity:0;cursor:pointer;width:100%;height:100%;padding:0;position:absolute;inset:0}.orl-evidence-grid>label:has(.orl-file-input:focus-visible){outline-offset:2px;outline:3px solid #075d46}.orl-evidence-grid>label.ready{background:#f1faf6;border-style:solid;border-color:#9ccfbc}.orl-evidence-grid>label>svg{color:#0a8060;flex:none;width:19px}.orl-evidence-grid>label>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.orl-evidence-grid b{font-size:12px}.orl-evidence-grid small{color:#74827c;overflow-wrap:anywhere;font-size:12px;line-height:1.4}.orl-evidence-grid button{color:#687872;background:#e7efec;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;display:grid}.orl-evidence-grid button svg{width:14px}.orl-form>footer,.orl-action>footer{border-top:1px solid #e5ebe8;justify-content:flex-end;gap:8px;padding:11px 14px;display:flex}.orl-form>footer button:first-child{color:#53635c;background:#edf2f0}.orl-form button:disabled,.orl-action button:disabled{opacity:.55;cursor:not-allowed}.orl-review>header,.orl-timeline>header{background:#f7f9f8;border-bottom:1px solid #e5ebe8;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.orl-review>header small{color:#0a8060;font-size:12px;font-weight:800}.orl-review>header h4,.orl-timeline>header h4{margin:3px 0 0;font-size:14px}.orl-review>header>span,.orl-timeline>header>span{color:#7d8b85;font-size:12px}.orl-comparison{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;padding:13px 14px 0;display:grid}.orl-review>p{color:#596861;flex-direction:column;gap:4px;margin:12px 14px;font-size:12px;line-height:1.6;display:flex}.orl-review-files{grid-template-columns:1fr 1fr;gap:7px;padding:0 14px 13px;display:grid}.orl-review-files a{color:#263b33;background:#fbfcfc;border:1px solid #dce6e2;border-radius:8px;gap:8px;min-width:0;padding:9px;text-decoration:none;display:flex}.orl-review-files a:hover{background:#f3faf7;border-color:#8ec8b3}.orl-review-files svg{color:#0a8060;flex:none;width:17px}.orl-review-files span{flex-direction:column;gap:3px;min-width:0;display:flex}.orl-review-files b{font-size:12px}.orl-review-files small{color:#73817b;overflow-wrap:anywhere;font-size:12px}.orl-action{background:#f8faf9;border-top:1px solid #e4ebe7;grid-template-columns:1fr 1fr;gap:10px;padding:13px 14px 0;display:grid}.orl-action>footer{background:#fff;grid-column:1/-1;margin:0 -14px;padding-left:14px;padding-right:14px}.orl-action footer button.reject{color:#b64d45;background:#fff0ed}.orl-timeline article{border-top:1px solid #e8eeeb;align-items:flex-start;gap:10px;min-height:58px;padding:11px 14px;display:flex;position:relative}.orl-timeline article:first-of-type{border-top:0}.orl-timeline article>i{background:#d69a3e;border-radius:50%;flex:none;width:9px;height:9px;margin-top:4px}.orl-timeline article>i.success{background:#0a8a65}.orl-timeline article>div{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.orl-timeline article b{overflow-wrap:anywhere;font-size:12px}.orl-timeline article small{color:#7a8882;font-size:12px;line-height:1.45}.orl-timeline article strong{color:#08775a;white-space:nowrap;font-size:12px}.orl-panel .spin{animation:.8s linear infinite orl-spin}@keyframes orl-spin{to{transform:rotate(360deg)}}@media (max-width:700px){.orl-queue>div{grid-template-columns:1fr}.orl-queue button:nth-child(odd){border-right:0}.orl-facts,.orl-comparison{grid-template-columns:repeat(2,minmax(0,1fr))}.orl-form-grid,.orl-evidence-grid,.orl-review-files,.orl-action{grid-template-columns:1fr}.orl-form-grid label.wide,.orl-action>footer{grid-column:auto}.orl-action>footer{margin-left:-14px;margin-right:-14px}.orl-review>header,.orl-timeline>header{flex-direction:column;align-items:flex-start}.orl-form>footer,.orl-action>footer{flex-wrap:wrap}.orl-form>footer button,.orl-action>footer button{flex:1;min-width:150px}}@media (max-width:420px){.orl-panel>header{padding:13px}.orl-panel>header>span{width:34px;height:34px}.orl-panel>header>em{display:none}.orl-facts{grid-template-columns:1fr 1fr;padding:11px}.orl-panel>aside,.orl-form,.orl-review,.orl-timeline{margin-left:11px;margin-right:11px}.orl-toolbar{padding-left:11px;padding-right:11px}.orl-comparison{grid-template-columns:1fr 1fr}.orl-timeline article{flex-wrap:wrap}.orl-timeline article strong{padding-left:19px}}.fda-page{color:#17372d;gap:20px;max-width:1400px;margin:0 auto;padding-bottom:36px;display:grid}.fda-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.fda-heading>div>small,.fda-compose header small,.fda-result header small,.fda-result-grid header small,.fda-limitations header small{color:#6b8079;letter-spacing:.09em;font-size:12px;font-weight:800}.fda-heading h1{align-items:center;gap:12px;margin:7px 0 5px;font-size:29px;line-height:1.2;display:flex}.fda-heading h1 span{color:#fff;background:linear-gradient(145deg,#126746,#20a26b);border-radius:13px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 8px 24px #12674633}.fda-heading h1 svg{width:22px}.fda-heading p{color:#647871;margin:0;font-size:14px;line-height:1.7}.fda-heading>aside{background:#f4fbf7;border:1px solid #cfe4da;border-radius:13px;align-items:center;gap:10px;min-width:230px;padding:12px 15px;display:flex}.fda-heading>aside.not-ready{color:#916420;background:#fffbf2;border-color:#eadab9}.fda-heading>aside.ready{color:#176b49}.fda-heading>aside svg{width:22px}.fda-heading>aside span{gap:2px;display:grid}.fda-heading>aside b{font-size:14px}.fda-heading>aside small{color:#73857f;font-size:12px}.fda-guardrail{background:#f8fbfa;border:1px solid #d8e7e1;border-radius:12px;align-items:center;gap:12px;padding:13px 16px;display:flex}.fda-guardrail>svg{color:#15734f;width:22px}.fda-guardrail span{gap:2px;display:grid}.fda-guardrail b{font-size:14px}.fda-guardrail small{color:#657872;font-size:13px;line-height:1.5}.fda-state-error,.fda-result-error{color:#9f3827;background:#fff7f4;border:1px solid #f0c6bc;border-radius:13px;align-items:center;gap:14px;padding:16px;display:flex}.fda-state-error span{flex:1;gap:3px;display:grid}.fda-state-error small{font-size:13px}.fda-state-error button,.fda-result-error button{min-height:40px;color:inherit;background:#fff;border:1px solid;border-radius:9px;align-items:center;gap:7px;padding:0 14px;font-weight:700;display:flex}.fda-state-error button svg{width:16px}.fda-unconfigured{background:linear-gradient(135deg,#fffdf7,#fff9ec);border:1px solid #eadbbd;border-radius:15px;gap:15px;padding:24px;display:flex}.fda-unconfigured>svg{color:#aa7628;width:28px}.fda-unconfigured h2{margin:0 0 6px;font-size:18px}.fda-unconfigured p{margin:0 0 5px;font-size:14px}.fda-unconfigured small{color:#7c7362;font-size:13px}.fda-compose,.fda-result{background:#fff;border:1px solid #dce8e3;border-radius:16px;padding:24px;box-shadow:0 6px 24px #1944350d}.fda-compose>header{justify-content:space-between;align-items:end;gap:16px;display:flex}.fda-compose h2{margin:4px 0 0;font-size:21px}.fda-compose>header>span{color:#297155;background:#eef7f2;border-radius:20px;padding:5px 10px;font-size:12px;font-weight:700}.fda-compose>nav{flex-wrap:wrap;gap:8px;margin:18px 0 14px;display:flex}.fda-compose>nav button{color:#38584c;text-align:left;background:#fbfdfc;border:1px solid #d5e3dd;border-radius:20px;min-height:38px;padding:8px 12px;font-size:13px}.fda-compose>nav button:hover{background:#f2faf6;border-color:#65a78c}.fda-input-wrap{background:#fbfdfc;border:1px solid #bcd2c8;border-radius:13px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.fda-input-wrap:focus-within{border-color:#23815d;box-shadow:0 0 0 3px #23815d1f}.fda-input-wrap textarea{resize:vertical;color:#183c2f;width:100%;min-height:116px;font:inherit;background:0 0;border:0;outline:0;padding:16px;font-size:15px;line-height:1.65;display:block}.fda-input-wrap footer{border-top:1px solid #e5eeea;justify-content:space-between;align-items:center;gap:14px;padding:10px 11px 10px 16px;display:flex}.fda-input-wrap footer small{color:#73847e;font-size:12px}.fda-input-wrap footer small.near-limit{color:#b65d2f}.fda-input-wrap footer button{color:#fff;background:#146b49;border:0;border-radius:10px;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:800;display:flex}.fda-input-wrap footer button:disabled{cursor:not-allowed;background:#aabbb4}.fda-input-wrap footer button svg{width:17px}@keyframes fda-spin{to{transform:rotate(360deg)}}.fda-progress{background:linear-gradient(135deg,#f9fcfb,#eff8f4);border:1px solid #cfe2da;border-radius:16px;padding:21px 24px}.fda-progress>header{align-items:center;gap:12px;margin-bottom:18px;display:flex}.fda-progress>header>svg{color:#14805a;width:25px}.fda-progress>header span{gap:3px;min-width:0;display:grid}.fda-progress>header b{overflow-wrap:anywhere;font-size:15px}.fda-progress>header small{color:#688078;font-size:12px}.fda-progress ol{grid-template-columns:repeat(4,1fr);gap:10px;margin:0;padding:0;list-style:none;display:grid}.fda-progress li{color:#83928d;background:#fff;border:1px solid #dce8e3;border-radius:11px;grid-template-columns:32px 1fr;align-items:center;gap:8px;min-height:54px;padding:10px;display:grid}.fda-progress li>span{background:#edf2f0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:13px;font-weight:800;display:grid}.fda-progress li>span svg{width:17px}.fda-progress li>b{font-size:13px}.fda-progress li>small{grid-column:2;font-size:12px}.fda-progress li.active{color:#176b49;border-color:#54a985;box-shadow:0 0 0 2px #29896214}.fda-progress li.active>span,.fda-progress li.done>span{color:#14724f;background:#daf1e6}.fda-progress li.done{color:#4a6e60}.fda-result-error>div{flex:1}.fda-result-error h2{margin:0 0 5px;font-size:18px}.fda-result-error p{margin:0 0 5px;font-size:14px}.fda-result-error small{font-size:12px}.fda-result>header{border-bottom:1px solid #e5eeea;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:19px;display:flex}.fda-result>header h2{overflow-wrap:anywhere;max-width:860px;margin:6px 0;font-size:20px;line-height:1.55}.fda-result>header p{color:#71827c;margin:0;font-size:12px}.fda-result>header>span{color:#14724f;white-space:nowrap;background:#eaf8f1;border-radius:20px;align-items:center;gap:7px;padding:6px 10px;font-size:12px;font-weight:800;display:flex}.fda-result>header>span svg{width:16px}.fda-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0;display:grid}.fda-metrics article{background:#fbfdfc;border:1px solid #e0e9e5;border-radius:12px;min-width:0;padding:15px}.fda-metrics article.warning{background:#fffcf4;border-color:#eed9aa}.fda-metrics article.critical{background:#fff7f4;border-color:#ecc4ba}.fda-metrics article>small{color:#657a72;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;display:block;overflow:hidden}.fda-metrics strong{overflow-wrap:anywhere;margin:8px 0 3px;font-size:25px;line-height:1.1;display:block}.fda-metrics em{color:#6c8078;margin-left:4px;font-size:12px;font-style:normal;font-weight:600}.fda-metrics p{color:#778780;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.45}.fda-result-grid{grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:14px;display:grid}.fda-findings,.fda-sources,.fda-limitations{background:#fcfdfd;border:1px solid #e0e9e5;border-radius:13px;padding:17px}.fda-result-grid article>header,.fda-limitations>header{align-items:center;gap:10px;margin-bottom:13px;display:flex}.fda-result-grid header>svg,.fda-limitations header>svg{color:#1a7856;width:20px}.fda-result-grid h3,.fda-limitations h3{margin:2px 0 0;font-size:16px}.fda-findings ol,.fda-sources ul,.fda-limitations ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.fda-findings li{background:#fff;border:1px solid #e4ebe8;border-radius:10px;gap:10px;padding:11px;display:flex}.fda-findings li>span{color:#b86027;background:#fff0e5;border-radius:8px;flex:0 0 26px;place-items:center;height:26px;font-size:12px;font-weight:900;display:grid}.fda-findings li p{overflow-wrap:anywhere;margin:1px 0 5px;font-size:14px;line-height:1.55}.fda-findings li small{color:#71817b;font-size:12px}.fda-sources li{border-bottom:1px solid #edf2f0;gap:3px;padding:10px 0;display:grid}.fda-sources li:last-child{border-bottom:0}.fda-sources b{font-size:13px}.fda-sources small{color:#73847e;font-size:12px}.fda-empty{color:#247152;background:#f4faf7;border-radius:10px;align-items:center;gap:10px;padding:13px;display:flex}.fda-empty svg{width:20px}.fda-empty span{gap:2px;display:grid}.fda-empty b{font-size:13px}.fda-empty small{font-size:12px}.fda-limitations{margin-top:14px}.fda-limitations li{color:#5d7169;padding-left:15px;font-size:13px;line-height:1.6;position:relative}.fda-limitations li:before{content:"";background:#c58a3a;border-radius:50%;width:5px;height:5px;position:absolute;top:.65em;left:0}.fda-usage{background:#dfe9e5;border:1px solid #dfe9e5;border-radius:12px;grid-template-columns:repeat(5,1fr);gap:1px;margin-top:16px;display:grid;overflow:hidden}.fda-usage>span{background:#f8fbfa;grid-template-columns:20px 1fr;align-items:center;gap:2px 8px;min-width:0;padding:12px;display:grid}.fda-usage svg{color:#267557;grid-row:1/3;width:18px}.fda-usage small{color:#72837d;font-size:12px}.fda-usage b{overflow-wrap:anywhere;font-size:13px}@media (max-width:1100px){.fda-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.fda-progress ol{grid-template-columns:repeat(2,1fr)}.fda-usage{grid-template-columns:repeat(3,1fr)}}@media (max-width:720px){.fda-page{gap:14px}.fda-heading{display:grid}.fda-heading h1{font-size:25px}.fda-heading>aside{width:100%;min-width:0}.fda-guardrail{align-items:flex-start}.fda-compose,.fda-result{border-radius:14px;padding:16px}.fda-compose>header{align-items:flex-start}.fda-compose>nav{display:grid}.fda-compose>nav button{border-radius:10px}.fda-input-wrap textarea{min-height:132px}.fda-input-wrap footer{align-items:flex-end}.fda-input-wrap footer small{max-width:145px}.fda-input-wrap footer button{justify-content:center;min-width:120px}.fda-progress{padding:16px}.fda-progress ol{grid-template-columns:1fr}.fda-result>header{display:grid}.fda-result>header>span{width:max-content}.fda-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fda-metrics article{padding:12px}.fda-metrics strong{font-size:21px}.fda-result-grid{grid-template-columns:1fr}.fda-usage{grid-template-columns:repeat(2,1fr)}.fda-state-error,.fda-result-error{flex-wrap:wrap;align-items:flex-start}.fda-state-error button,.fda-result-error button{margin-left:auto}}@media (max-width:390px){.fda-heading p{font-size:13px}.fda-compose>header>span{display:none}.fda-metrics strong{font-size:19px}.fda-usage>span{padding:10px}.fda-usage b{font-size:12px}}.fda-metrics article{position:relative}.fda-metrics article.income{border-top:3px solid #19845c}.fda-metrics article.receivable{border-top:3px solid #377ea5}.fda-metrics article.cash_inflow,.fda-metrics article.cash_flow{border-top:3px solid #2d8c82}.fda-metrics article.non_revenue_inflow{border-top:3px solid #7a6ba6}.fda-metrics article.opportunity{border-top:3px solid #b8892f}.fda-metrics article.risk,.fda-metrics article.cash_outflow{border-top:3px solid #b85c46}.fda-metric-class{color:#3c6d5a;background:#edf5f1;border-radius:20px;margin-bottom:7px;padding:3px 7px;font-size:12px;font-weight:800;display:inline-flex}.cr-summary{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1100px){.cr-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}.so-portal{--so-green:#0b8b66;--so-blue:#3979c8;--so-orange:#d9862d;--so-red:#d1574f;--so-violet:#755dcc;color:#18231f}.so-heading{justify-content:space-between;align-items:flex-start;gap:20px;min-height:86px;margin-bottom:18px;display:flex}.so-heading>div>small{letter-spacing:1.8px;color:var(--so-green);font-size:12px;font-weight:800}.so-heading h1{margin:7px 0;font-size:29px}.so-heading p{color:#71807a;margin:0;font-size:13px}.so-prototype-badge{color:#08785a;background:#eef8f4;border:1px solid #cde4db;border-radius:11px;grid-template-columns:28px 1fr;align-items:center;gap:2px 9px;min-width:178px;padding:11px 13px;display:grid}.so-prototype-badge svg{grid-row:1/3;width:24px}.so-prototype-badge b{font-size:12px}.so-prototype-badge small{color:#70857d;font-size:12px}.so-tabs{background:#fff;border:1px solid #dce7e2;border-radius:12px;align-items:stretch;height:56px;margin-bottom:12px;padding:0 8px;display:flex;overflow-x:auto}.so-tabs button{color:#71807a;background:0 0;align-items:center;gap:7px;min-width:max-content;padding:0 14px;font-size:12px;display:flex;position:relative}.so-tabs button svg{width:17px}.so-tabs button.active{color:var(--so-green);font-weight:700}.so-tabs button.active:after{content:"";background:var(--so-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:13px;right:13px}.so-context-bar{background:#f8fbfa;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:14px;min-height:52px;margin-bottom:18px;padding:8px 13px;display:flex}.so-context-bar>div{align-items:center;gap:8px;display:flex}.so-context-bar svg{width:18px;color:var(--so-green)}.so-context-bar span{flex-direction:column;gap:2px;display:flex}.so-context-bar small{color:#87948f;font-size:12px}.so-context-bar b{font-size:12px}.so-context-bar>i{background:#dce7e2;width:1px;height:28px}.so-context-bar>em{color:var(--so-green);background:#e9f5f0;border-radius:12px;margin-left:auto;padding:5px 9px;font-size:12px;font-style:normal;font-weight:700}.so-preview-tag{color:#08785a;background:#edf7f3;border-radius:14px;align-items:center;gap:5px;height:28px;padding:0 9px;font-size:12px;font-weight:700;text-decoration:none;display:flex}.so-preview-tag svg{width:14px}.so-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px;display:grid}.so-metrics article{background:#fff;border:1px solid #dce7e2;border-radius:12px;gap:13px;min-height:118px;padding:18px;display:flex}.so-metrics article>span{border-radius:11px;flex:none;place-items:center;width:42px;height:42px;display:grid}.so-metrics article>span svg{width:21px}.so-metrics .green{color:var(--so-green);background:#e6f4ef}.so-metrics .blue{color:var(--so-blue);background:#eaf1fb}.so-metrics .orange{color:var(--so-orange);background:#fff1e1}.so-metrics .violet{color:var(--so-violet);background:#efebfb}.so-metrics .red{color:var(--so-red);background:#fdebea}.so-metrics article>div{flex-direction:column;display:flex}.so-metrics small{color:#77867f;font-size:12px}.so-metrics strong{margin:6px 0;font-size:22px}.so-metrics p{color:#96a19c;margin:0;font-size:12px}.so-dashboard-grid{grid-template-columns:minmax(0,1.5fr) minmax(330px,.78fr);gap:16px;margin-bottom:16px;display:grid}.so-card{background:#fff;border:1px solid #dce7e2;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #13453509}.so-card>header{border-bottom:1px solid #e8eeeb;justify-content:space-between;align-items:center;gap:14px;min-height:64px;padding:0 19px;display:flex}.so-card>header small{letter-spacing:1px;color:var(--so-green);font-size:12px;font-weight:800}.so-card>header h2{margin:4px 0 0;font-size:16px}.so-card>header p{color:#87948f;margin:4px 0 0;font-size:12px}.so-card>header button{color:var(--so-green);background:0 0;align-items:center;gap:5px;font-size:12px;display:flex}.so-card>header button svg{width:15px}.so-sales-summary{grid-template-columns:repeat(4,1fr);gap:10px;padding:17px 19px 8px;display:grid}.so-sales-summary>div{background:#f6f9f8;border-radius:8px;flex-direction:column;gap:5px;padding:9px 10px;display:flex}.so-sales-summary small{color:#7f8d87;font-size:12px}.so-sales-summary b{font-size:13px}.so-sales-summary .highlight{color:#08785a;background:#e8f5f0}.so-bars{background:repeating-linear-gradient(#0000 0 35px,#edf2f0 36px);justify-content:space-around;align-items:flex-end;gap:16px;height:145px;padding:22px 26px 0;display:flex}.so-bars>span{flex:1;align-items:flex-end;height:100%;display:flex}.so-bars i{background:linear-gradient(#48bea0,#0b8b66);border-radius:5px 5px 2px 2px;width:100%;height:100%;min-height:8px;max-height:100%;display:block}.so-sales-card>footer{color:#89968f;justify-content:space-around;height:34px;padding:0 20px;font-size:12px;display:flex}.so-sales-card>footer span{text-align:center;flex:1}.so-todo>button{text-align:left;background:#fff;border-bottom:1px solid #edf2f0;align-items:center;gap:11px;width:100%;min-height:64px;padding:9px 16px;display:flex}.so-todo>button:last-child{border:0}.so-todo>button>span{border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.so-todo>button>span svg{width:17px}.so-todo .orange{color:var(--so-orange);background:#fff1df}.so-todo .red{color:var(--so-red);background:#fdebea}.so-todo .blue{color:var(--so-blue);background:#eaf1fb}.so-todo .violet{color:var(--so-violet);background:#efebfb}.so-todo>button>div{flex-direction:column;flex:1;gap:4px;display:flex}.so-todo b{font-size:12px}.so-todo small{color:#89968f;font-size:12px}.so-todo>button>svg{color:#a0aca7;width:14px}.so-recent{margin-bottom:10px}.so-data{min-height:520px}.so-data>header>span{color:#687971;font-size:12px}.so-header-button{background:var(--so-green)!important;color:#fff!important;border-radius:7px!important;height:34px!important;padding:0 12px!important;font-weight:700!important}.so-toolbar{border-bottom:1px solid #e8eeeb;justify-content:space-between;align-items:center;gap:12px;min-height:60px;padding:10px 18px;display:flex}.so-toolbar>label{background:#f7f9f8;border:1px solid #dce6e2;border-radius:8px;align-items:center;gap:7px;width:300px;height:36px;padding:0 10px;display:flex}.so-toolbar label svg{color:#89968f;width:15px}.so-toolbar input{background:0 0;border:0;outline:0;width:100%;height:100%;font-size:12px}.so-toolbar>div{gap:8px;display:flex}.so-toolbar button{color:#5f7169;background:#fff;border:1px solid #dce6e2;border-radius:7px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12px;display:flex}.so-toolbar button svg{width:14px}.so-toolbar button.primary{background:var(--so-green);border-color:var(--so-green);color:#fff;font-weight:700}.so-table-wrap{overflow:auto}.so-table-wrap table{border-collapse:collapse;width:100%;min-width:1040px}.so-table-wrap th{color:#75837d;text-align:left;background:#f7f9f8;border-bottom:1px solid #e7eeeb;height:42px;padding:0 14px;font-size:12px}.so-table-wrap td{color:#4b5c55;white-space:nowrap;border-bottom:1px solid #edf2f0;height:64px;padding:9px 14px;font-size:12px}.so-table-wrap td b,.so-table-wrap td strong{color:#203028;font-size:12px;display:block}.so-table-wrap td strong{font-size:12px}.so-table-wrap td small{color:#8b9892;margin-top:4px;font-size:12px;display:block}.so-status{border-radius:12px;align-items:center;gap:5px;min-width:max-content;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.so-status>i{background:currentColor;border-radius:50%;width:5px;height:5px}.so-status.green{color:#08785a;background:#e6f5ef}.so-status.red{color:#bd4c46;background:#fdebea}.so-status.orange{color:#bd6d23;background:#fff1e1}.so-status.blue{color:#326eba;background:#eaf1fb}.so-status.gray{color:#708079;background:#edf1ef}.so-link{color:var(--so-green);background:0 0;align-items:center;font-size:12px;display:flex}.so-link svg{width:13px}.so-batch-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;padding:18px;display:grid}.so-batch-grid>article{background:#fff;border:1px solid #dce7e2;border-radius:11px;min-height:246px;padding:16px;box-shadow:0 4px 14px #1345350a}.so-batch-grid>article.paused{background:snow;border-color:#efb8b4}.so-batch-grid article>header{justify-content:space-between;align-items:center;display:flex}.so-batch-grid article>header>span{width:38px;height:38px;color:var(--so-green);background:#e8f5f0;border-radius:10px;place-items:center;display:grid}.so-batch-grid article.paused>header>span{color:var(--so-red);background:#fdebea}.so-batch-grid article svg{width:19px}.so-batch-grid article>small{color:#87948f;margin-top:17px;font-size:12px;display:block}.so-batch-grid h3{margin:5px 0;font-size:15px}.so-batch-grid p{color:#74837c;margin:0;font-size:12px}.so-batch-grid dl{grid-template-columns:1fr 1fr;gap:8px;margin:17px 0 0;display:grid}.so-batch-grid dl>div{background:#f6f9f8;border-radius:7px;padding:9px}.so-batch-grid dt{color:#87948f;font-size:12px}.so-batch-grid dd{margin:4px 0 0;font-size:12px;font-weight:700}.so-batch-grid footer{color:#b84b45;background:#fdebea;border-radius:7px;align-items:center;gap:7px;margin-top:12px;padding:9px;font-size:12px;display:flex}.so-batch-grid footer svg{flex:none;width:15px}.so-metrics.compact article{min-height:104px}.so-dashboard-grid.analytics{grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr)}.so-ranking{padding:12px 19px}.so-ranking>div{border-bottom:1px solid #edf2f0;grid-template-columns:27px 150px minmax(80px,1fr) 40px;align-items:center;gap:10px;min-height:61px;display:grid}.so-ranking>div:last-child{border:0}.so-ranking>div>i{width:23px;height:23px;color:var(--so-green);background:#e8f5f0;border-radius:7px;place-items:center;font-size:12px;font-style:normal;font-weight:800;display:grid}.so-ranking span{flex-direction:column;gap:3px;display:flex}.so-ranking span b{font-size:12px}.so-ranking span small{color:#819089;font-size:12px}.so-ranking em{background:#edf2f0;border-radius:7px;height:7px;overflow:hidden}.so-ranking em i{background:linear-gradient(90deg,#0b8b66,#57c2a2);border-radius:7px;height:100%;display:block}.so-ranking strong{text-align:right;font-size:12px}.so-channel>div{justify-content:center;align-items:center;gap:34px;min-height:220px;padding:24px;display:flex}.so-channel .donut{background:conic-gradient(var(--so-green) 0 87%,var(--so-blue) 87% 100%);border-radius:50%;align-content:center;place-items:center;width:126px;height:126px;display:grid;position:relative}.so-channel .donut:after{content:"";background:#fff;border-radius:50%;width:82px;height:82px;position:absolute}.so-channel .donut b,.so-channel .donut small{z-index:1;position:relative}.so-channel .donut b{font-size:20px}.so-channel .donut small{color:#819089;font-size:12px}.so-channel dl{flex-direction:column;gap:16px;display:flex}.so-channel dl>div{justify-content:space-between;gap:15px;min-width:125px;display:flex}.so-channel dt,.so-channel dd{margin:0;font-size:12px}.so-channel dt{align-items:center;gap:6px;display:flex}.so-channel dt i{border-radius:2px;width:7px;height:7px}.so-channel dt i.green{background:var(--so-green)}.so-channel dt i.blue{background:var(--so-blue)}.so-channel footer{color:#6e8078;background:#f5faf8;align-items:center;gap:8px;height:44px;padding:0 19px;font-size:12px;display:flex}.so-channel footer svg{width:15px}.so-member-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:18px;display:grid}.so-member-grid article{border:1px solid #dce7e2;border-radius:10px;grid-template-rows:1fr auto;grid-template-columns:44px 1fr auto;align-items:center;gap:7px 11px;min-height:92px;padding:13px;display:grid}.so-member-grid article>span:first-child{border-radius:11px;grid-row:1/3;place-items:center;width:42px;height:42px;display:grid}.so-member-grid article>span.green{color:var(--so-green);background:#e6f5ef}.so-member-grid article>span.blue{color:var(--so-blue);background:#eaf1fb}.so-member-grid article>span.orange{color:var(--so-orange);background:#fff1e1}.so-member-grid article>span.violet{color:var(--so-violet);background:#efebfb}.so-member-grid article>span svg{width:21px}.so-member-grid article>div{grid-template-columns:auto 1fr;gap:2px 10px;display:grid}.so-member-grid h3{margin:0;font-size:12px}.so-member-grid p{color:#5f7169;margin:0;font-size:12px}.so-member-grid article>div small{color:#88968f;grid-column:1/3;font-size:12px}.so-member-grid article>button{color:var(--so-green);background:0 0;grid-column:2/4;justify-self:start;align-items:center;font-size:12px;display:flex}.so-member-grid article>button svg{width:12px}.so-terminal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px;display:grid}.so-terminal-grid article{border:1px solid #dce7e2;border-radius:11px;min-height:276px;padding:17px}.so-terminal-grid article>header{justify-content:space-between;align-items:center;display:flex}.so-terminal-grid article>header>span{border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.so-terminal-grid article>header>span.online{color:var(--so-green);background:#e6f5ef}.so-terminal-grid article>header>span.offline{color:#718079;background:#edf1ef}.so-terminal-grid article>header svg{width:21px}.so-terminal-grid article>small{color:#88968f;margin-top:15px;font-size:12px;display:block}.so-terminal-grid h3{margin:4px 0;font-size:15px}.so-terminal-grid p{color:#708079;margin:0;font-size:12px}.so-terminal-grid dl{background:#f6f9f8;border-radius:8px;margin:15px 0;padding:11px}.so-terminal-grid dl>div{border-bottom:1px solid #e7eeeb;justify-content:space-between;align-items:center;min-height:31px;display:flex}.so-terminal-grid dl>div:last-child{border:0}.so-terminal-grid dt,.so-terminal-grid dd{margin:0;font-size:12px}.so-terminal-grid dt{color:#7e8c86}.so-terminal-grid dd{font-weight:700}.so-terminal-grid dd.warn{color:#bd6d23}.so-terminal-grid article>button{height:33px;color:var(--so-green);background:#e8f5f0;border-radius:7px;align-items:center;gap:5px;padding:0 11px;font-size:12px;font-weight:700;display:flex}.so-terminal-grid article>button svg{width:13px}.so-identity-form{background:#f7fbf9;border:1px solid #cfe2da;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 18px 0;padding:16px;display:grid}.so-identity-form.terminal{grid-template-columns:repeat(3,minmax(0,1fr))}.so-identity-form>label{flex-direction:column;gap:6px;display:flex}.so-identity-form>label span,.so-identity-form legend{color:#66766f;font-size:12px;font-weight:700}.so-identity-form input,.so-identity-form select{color:#26352f;background:#fff;border:1px solid #d4e2dc;border-radius:7px;width:100%;height:36px;padding:0 10px;font-size:12px}.so-identity-form fieldset{border:1px solid #dce7e2;border-radius:8px;flex-wrap:wrap;grid-column:1/-1;gap:10px;padding:10px;display:flex}.so-identity-form fieldset label{align-items:center;gap:5px;font-size:12px;display:flex}.so-identity-form fieldset input{width:14px;height:14px}.so-identity-form>div{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.so-identity-form>div button,.so-secret-handoff>button{color:#53665e;background:#fff;border:1px solid #d6e3de;border-radius:7px;height:34px;padding:0 12px;font-size:12px}.so-identity-form>div button.primary{border-color:var(--so-green);background:var(--so-green);color:#fff;font-weight:700}.so-secret-handoff{color:#08785a;background:#eff9f5;border:1px solid #b9dccf;border-radius:9px;align-items:center;gap:11px;margin:12px 18px 0;padding:12px 14px;display:flex}.so-secret-handoff>svg{flex:none;width:22px}.so-secret-handoff>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.so-secret-handoff b{font-size:12px}.so-secret-handoff small{color:#6c8178;font-size:12px}.so-secret-handoff code{color:#274038;overflow-wrap:anywhere;background:#fff;border-radius:5px;margin-top:4px;padding:6px;font-size:12px}.so-secret-handoff>button{color:#08785a;border-color:#9bcdbb}.so-identity-form.terminal>header{border-bottom:1px solid #dce7e2;grid-column:1/-1;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding-bottom:12px;display:flex}.so-identity-form.terminal>header small{letter-spacing:.8px;color:var(--so-green);font-size:12px;font-weight:800}.so-identity-form.terminal>header h3{margin:4px 0;font-size:15px}.so-identity-form.terminal>header p{color:#718078;margin:0;font-size:12px}.so-identity-form.terminal>header button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;height:32px;padding:0 11px}.so-terminal-events{background:#fff;border:1px solid #dce7e2;border-radius:9px;grid-column:1/-1;padding:13px}.so-terminal-events h3{margin:0 0 8px;font-size:12px}.so-terminal-events p{border-top:1px solid #edf1ef;grid-template-columns:minmax(140px,1fr) 160px auto;align-items:center;gap:10px;min-height:30px;margin:0;padding:7px 0;font-size:12px;display:grid}.so-terminal-events p b{color:#31423a}.so-terminal-events p span{color:#718078}.so-terminal-events p em{color:#b46821;font-style:normal}@media (max-width:1180px){.so-metrics,.so-batch-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.so-dashboard-grid,.so-dashboard-grid.analytics,.so-member-grid,.so-terminal-grid{grid-template-columns:1fr}.so-context-bar{overflow-x:auto}.so-heading{display:block}.so-prototype-badge{width:max-content;margin-top:14px}.so-toolbar{align-items:stretch}.so-toolbar>label{width:min(300px,100%)}.so-identity-form,.so-identity-form.terminal{grid-template-columns:1fr 1fr}}@media (max-width:680px){.so-metrics,.so-batch-grid{grid-template-columns:1fr}.so-sales-summary{grid-template-columns:repeat(2,1fr)}.so-toolbar{flex-direction:column}.so-heading h1{font-size:24px}.so-tabs button{padding:0 10px}.so-tabs button span{display:none}.so-identity-form,.so-identity-form.terminal{grid-template-columns:1fr}.so-identity-form.terminal>header{align-items:flex-start}.so-terminal-events p{grid-template-columns:1fr;gap:3px}.so-secret-handoff{flex-wrap:wrap;align-items:flex-start}}.so-file-button{color:#5f7169;cursor:pointer;background:#fff;border:1px solid #dce6e2;border-radius:7px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:12px;display:flex}.so-file-button svg{width:14px}.so-file-button input{display:none}.so-catalog-form{background:#f7fbf9;border:1px solid #cfe2da;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 18px;padding:16px;display:grid}.so-catalog-form.compact{grid-template-columns:repeat(4,minmax(0,1fr))}.so-catalog-form>label{flex-direction:column;gap:6px;display:flex}.so-catalog-form label>span,.so-catalog-form legend{color:#66766f;font-size:12px;font-weight:700}.so-catalog-form input,.so-catalog-form select{color:#26352f;background:#fff;border:1px solid #d4e2dc;border-radius:7px;width:100%;height:36px;padding:0 10px;font-size:12px}.so-catalog-form label.wide{grid-column:span 2}.so-catalog-form fieldset{border:1px solid #dce7e2;border-radius:8px;flex-wrap:wrap;grid-column:span 2;align-items:center;gap:10px;padding:10px;display:flex}.so-catalog-form fieldset label{align-items:center;gap:5px;font-size:12px;display:flex}.so-catalog-form fieldset input{width:14px;height:14px}.so-catalog-form>div{grid-column:1/-1;justify-content:flex-end;gap:8px;display:flex}.so-catalog-form>div button{color:#53665e;background:#fff;border:1px solid #d6e3de;border-radius:7px;height:34px;padding:0 12px;font-size:12px}.so-catalog-form>div button.primary{border-color:var(--so-green);background:var(--so-green);color:#fff;font-weight:700}.so-row-actions{gap:6px;display:flex}.so-row-actions button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:6px;height:28px;padding:0 8px;font-size:12px}.so-empty-state{text-align:center;align-content:center;place-items:center;min-height:300px;padding:40px;display:grid}.so-empty-state>span{width:54px;height:54px;color:var(--so-green);background:#e8f5f0;border-radius:15px;place-items:center;display:grid}.so-empty-state svg{width:27px}.so-empty-state h3{margin:13px 0 6px;font-size:15px}.so-empty-state p{color:#7c8a84;max-width:520px;margin:0;font-size:12px;line-height:1.7}.so-header-actions{align-items:center;gap:8px;display:flex}.so-inventory-summary{grid-template-columns:repeat(3,1fr);gap:12px;padding:16px 18px 4px;display:grid}.so-inventory-summary article{background:#fafcfb;border:1px solid #dce7e2;border-radius:10px;grid-template-columns:1fr auto;align-items:center;min-height:92px;padding:14px;display:grid}.so-inventory-summary small{color:#7c8a84;font-size:12px}.so-inventory-summary b{color:#203129;font-size:24px}.so-inventory-summary span{color:#929e99;grid-column:1/3;font-size:12px}.so-document-list{border:1px solid #dce7e2;border-radius:10px;margin:16px 18px;overflow:hidden}.so-document-list>header{background:#f7f9f8;justify-content:space-between;align-items:center;min-height:48px;padding:10px 13px;display:flex}.so-document-list>header b{font-size:12px}.so-document-list>header small{color:#85928c;font-size:12px}.so-document-list article{border-top:1px solid #e8eeeb;align-items:center;gap:12px;min-height:60px;padding:9px 13px;display:flex}.so-document-list article>span:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.so-document-list article b{font-size:12px}.so-document-list article small{color:#84928c;font-size:12px}.so-document-list article>div{gap:6px;display:flex}.so-document-list article>div button{color:#08785a;background:#fff;border:1px solid #d3e2dc;border-radius:6px;height:29px;padding:0 9px;font-size:12px}.so-document-list article>div button:last-child{border-color:var(--so-green);background:var(--so-green);color:#fff}@media (max-width:900px){.so-catalog-form,.so-catalog-form.compact{grid-template-columns:1fr 1fr}.so-inventory-summary{grid-template-columns:1fr}.so-catalog-form label.wide{grid-column:auto}}@media (max-width:680px){.so-catalog-form,.so-catalog-form.compact{grid-template-columns:1fr}.so-catalog-form fieldset{grid-column:1}.so-document-list article{flex-wrap:wrap;align-items:flex-start}.so-document-list article>span:first-child{flex-basis:100%;width:100%}.so-header-actions{flex-direction:column;align-items:flex-end}}.so-order-detail{background:#fbfdfc;border:1px solid #cfe2da;border-radius:12px;margin:18px;overflow:hidden}.so-order-detail>header{border-bottom:1px solid #dce7e2;justify-content:space-between;align-items:center;gap:16px;min-height:74px;padding:14px 16px;display:flex}.so-order-detail>header small{color:var(--so-green);letter-spacing:.8px;font-size:12px;font-weight:800}.so-order-detail>header h3{margin:5px 0 3px;font-size:15px}.so-order-detail>header p{color:#7d8b85;margin:0;font-size:12px}.so-order-detail>header>div:last-child{gap:8px;display:flex}.so-order-detail>header button,.so-refund-list article button,.so-report-filter button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;height:32px;padding:0 11px;font-size:12px}.so-order-detail>header button:first-child,.so-refund-list article button:last-child,.so-report-filter button{border-color:var(--so-green);background:var(--so-green);color:#fff;font-weight:700}.so-order-facts{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:13px 16px;display:grid}.so-order-facts article{background:#fff;border:1px solid #e0e9e5;border-radius:9px;flex-direction:column;gap:7px;min-height:66px;padding:11px;display:flex}.so-order-facts small{color:#7e8d86;font-size:12px}.so-order-facts b{overflow-wrap:anywhere;font-size:13px}.so-refund-list{background:#fff;border:1px solid #dce7e2;border-radius:9px;margin:14px 16px 16px;overflow:hidden}.so-refund-list>header{background:#f7f9f8;justify-content:space-between;align-items:center;gap:10px;min-height:48px;padding:10px 13px;display:flex}.so-refund-list>header b{font-size:12px}.so-refund-list>header small{color:#7f8d87;font-size:12px}.so-refund-list>article{border-top:1px solid #e8eeeb;align-items:center;gap:12px;min-height:60px;padding:10px 13px;display:flex}.so-refund-list>article>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.so-refund-list>article>span b{font-size:12px}.so-refund-list>article>span small{color:#819089;font-size:12px}.so-refund-list>article>strong{text-align:right;min-width:80px;font-size:12px}.so-refund-list>article>div{gap:6px;display:flex}.so-report-filter{background:#fff;border:1px solid #dce7e2;border-radius:12px;align-items:flex-end;gap:10px;min-height:62px;margin-bottom:16px;padding:12px 16px;display:flex}.so-report-filter label{flex-direction:column;gap:6px;display:flex}.so-report-filter label span{color:#66766f;font-size:12px;font-weight:700}.so-report-filter input{color:#26352f;background:#fff;border:1px solid #d4e2dc;border-radius:7px;height:34px;padding:0 9px;font-size:12px}.so-fact-definition dl{margin:0;padding:14px 18px}.so-fact-definition dl>div{border-bottom:1px solid #e8eeeb;flex-direction:column;gap:5px;min-height:53px;padding:9px 0;display:flex}.so-fact-definition dl>div:last-child{border:0}.so-fact-definition dt{color:#7e8d86;font-size:12px}.so-fact-definition dd{color:#31423a;margin:0;font-size:12px;font-weight:700}.so-order-detail .so-table-wrap table{min-width:940px}@media (max-width:900px){.so-order-facts{grid-template-columns:repeat(2,minmax(0,1fr))}.so-refund-list>article{flex-wrap:wrap;align-items:flex-start}.so-refund-list>article>span{flex-basis:55%}}@media (max-width:680px){.so-order-detail{margin:12px}.so-order-detail>header{flex-direction:column;align-items:flex-start}.so-order-facts{grid-template-columns:1fr}.so-refund-list>header{flex-direction:column;align-items:flex-start}.so-refund-list>article>span{flex-basis:100%;width:100%}.so-report-filter{flex-direction:column;align-items:stretch}.so-report-filter button{height:36px}.so-report-filter input{width:100%}}.so-export-links{align-items:center;gap:7px;display:flex}.so-export-links a{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;align-items:center;gap:5px;height:32px;padding:0 10px;font-size:12px;text-decoration:none;display:flex}.so-export-links svg{width:13px}.so-batch-editor{background:#f7fbf9;border:1px solid #cfe2da;border-radius:10px;margin:16px 18px;padding:15px}.so-batch-type{gap:7px;margin-bottom:12px;display:flex}.so-batch-type button{color:#65776f;background:#fff;border:1px solid #d4e2dc;border-radius:7px;height:32px;padding:0 12px;font-size:12px}.so-batch-type button.active{border-color:var(--so-green);color:var(--so-green);background:#e8f5f0;font-weight:700}.so-batch-editor>article{border-top:1px solid #e1ebe7;grid-template-columns:58px minmax(180px,1.3fr) repeat(3,minmax(110px,1fr)) 30px;align-items:center;gap:8px;min-height:52px;padding:8px 0;display:grid}.so-batch-editor>article b{color:#71817a;font-size:12px}.so-batch-editor input,.so-batch-editor select,.so-shift-controls input,.so-shift-controls select{color:#26352f;background:#fff;border:1px solid #d4e2dc;border-radius:7px;min-width:0;height:34px;padding:0 8px;font-size:12px}.so-batch-editor>article>button{color:#a24f4a;background:#fff;border-radius:7px;place-items:center;width:29px;height:29px;display:grid}.so-batch-editor>article>button svg{width:15px}.so-batch-editor>footer{justify-content:flex-end;gap:8px;padding-top:12px;display:flex}.so-batch-editor>footer button,.so-batch-result>header button,.so-shift-controls>button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;height:34px;padding:0 12px;font-size:12px}.so-batch-editor>footer button.primary,.so-batch-result>header button,.so-shift-controls>button{border-color:var(--so-green);background:var(--so-green);color:#fff;font-weight:700}.so-batch-result{border:1px solid #dce7e2;border-radius:10px;margin:0 18px 16px;overflow:hidden}.so-batch-result>header{background:#f7f9f8;align-items:center;gap:14px;min-height:60px;padding:10px 13px;display:flex}.so-batch-result>header span{flex-direction:column;flex:1;gap:4px;display:flex}.so-batch-result>header b{font-size:12px}.so-batch-result>header small{color:#819089;font-size:12px}.so-batch-result>header strong{font-size:12px}.so-batch-result>header button{align-items:center;gap:5px;display:flex}.so-batch-result>header svg{width:13px}.so-case-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:18px;display:grid}.so-case-grid>article{background:#fff;border:1px solid #dce7e2;border-radius:10px;padding:15px}.so-case-grid article>header{justify-content:space-between;gap:12px;display:flex}.so-case-grid article>header span{flex-direction:column;gap:4px;display:flex}.so-case-grid article>header small{color:var(--so-green);font-size:12px}.so-case-grid h3{margin:0;font-size:13px}.so-case-grid p{color:#6e8078;min-height:36px;margin:12px 0;font-size:12px;line-height:1.6}.so-case-grid dl{grid-template-columns:repeat(3,1fr);gap:7px;margin:0;display:grid}.so-case-grid dl>div{background:#f6f9f8;border-radius:7px;padding:8px}.so-case-grid dt{color:#89968f;font-size:12px}.so-case-grid dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;font-weight:700}.so-case-grid footer{gap:7px;margin-top:12px;display:flex}.so-case-grid footer button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:6px;height:30px;padding:0 9px;font-size:12px}.so-shift-controls{background:#f8fbfa;border:1px solid #dce7e2;border-radius:10px;flex-wrap:wrap;align-items:flex-end;gap:9px;margin:16px 18px;padding:14px;display:flex}.so-shift-controls label{flex-direction:column;flex:1;gap:6px;min-width:150px;display:flex}.so-shift-controls label span{color:#66766f;font-size:12px;font-weight:700}.so-compliance-grid{grid-template-columns:1fr 1fr;gap:14px;padding:18px;display:grid}.so-compliance-grid>article{border:1px solid #dce7e2;border-radius:10px;overflow:hidden}.so-compliance-grid>article>header{background:#f7f9f8;justify-content:space-between;align-items:center;min-height:58px;padding:10px 13px;display:flex}.so-compliance-grid>article>header small{color:var(--so-green);font-size:12px;font-weight:800}.so-compliance-grid h3{margin:4px 0 0;font-size:14px}.so-compliance-grid>article>header strong{font-size:22px}.so-compliance-grid>article>div:not(.so-empty-state){border-top:1px solid #e7eeeb;align-items:center;gap:10px;min-height:60px;padding:10px 13px;display:flex}.so-compliance-grid>article>div>span:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.so-compliance-grid>article>div b{font-size:12px}.so-compliance-grid>article>div small{color:#819089;font-size:12px}.so-message-list{flex-direction:column;gap:10px;padding:18px;display:flex}.so-message-list>article{border:1px solid #dce7e2;border-radius:10px;align-items:flex-start;gap:12px;min-height:86px;padding:14px;display:flex}.so-message-list>article.unread{background:#fbfefc;border-color:#a9d5c5}.so-message-list>article>span{width:38px;height:38px;color:var(--so-blue);background:#eaf1fb;border-radius:10px;flex:none;place-items:center;display:grid}.so-message-list>article>span.urgent{color:var(--so-red);background:#fdebea}.so-message-list>article>span.important{color:var(--so-orange);background:#fff1e1}.so-message-list>article>span svg{width:18px}.so-message-list>article>div{flex:1;min-width:0}.so-message-list>article header{align-items:center;gap:9px;display:flex}.so-message-list>article b{font-size:12px}.so-message-list>article p{color:#607269;margin:7px 0;font-size:12px;line-height:1.6}.so-message-list>article small{color:#89968f;font-size:12px}.so-message-list>article>button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;align-items:center;gap:5px;height:31px;padding:0 9px;font-size:12px;display:flex}.so-message-list>article>button svg{width:13px}@media (max-width:1100px){.so-batch-editor>article{grid-template-columns:58px minmax(160px,1fr) repeat(2,minmax(100px,1fr)) 30px}.so-batch-editor>article input:last-of-type{grid-column:2/5}.so-case-grid,.so-compliance-grid{grid-template-columns:1fr}}@media (max-width:680px){.so-export-links{flex-wrap:wrap}.so-batch-editor>article{grid-template-columns:1fr 30px}.so-batch-editor>article b,.so-batch-editor>article select,.so-batch-editor>article input{grid-column:1}.so-batch-editor>article>button{grid-area:1/2}.so-batch-result>header{flex-wrap:wrap;align-items:flex-start}.so-case-grid{padding:12px}.so-case-grid dl{grid-template-columns:1fr}.so-shift-controls{flex-direction:column;align-items:stretch}.so-shift-controls label{width:100%}.so-compliance-grid,.so-message-list{padding:12px}.so-message-list>article{flex-wrap:wrap}.so-message-list>article>button{margin-left:50px}}.so-sales-unavailable{color:#63756f;justify-content:center;align-items:center;gap:12px;min-height:154px;display:flex}.so-sales-unavailable>svg{color:#168e78;width:28px}.so-sales-unavailable span{gap:4px;display:grid}.so-sales-unavailable b{color:#29473f;font-size:15px}.so-sales-unavailable small{color:#7e8e89;font-size:12px}.so-exception-list{border:1px solid #dce7e2;border-radius:10px;margin:0 18px 18px;overflow:hidden}.so-exception-list>header{background:#f7f9f8;justify-content:space-between;align-items:center;min-height:58px;padding:10px 13px;display:flex}.so-exception-list>header small{color:var(--so-green);font-size:12px;font-weight:800}.so-exception-list>header h3{margin:4px 0 0;font-size:14px}.so-exception-list>header strong{color:#8b5b20;font-size:12px}.so-exception-list>article{border-top:1px solid #e7eeeb;grid-template-columns:minmax(170px,1fr) minmax(220px,1.4fr) auto auto;align-items:center;gap:12px;min-height:68px;padding:10px 13px;display:grid}.so-exception-list>article>span,.so-exception-list>article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.so-exception-list>article b{font-size:12px}.so-exception-list>article small{color:#819089;overflow-wrap:anywhere;font-size:12px}.so-exception-list footer{gap:6px;display:flex}.so-exception-list footer button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:6px;height:30px;padding:0 8px;font-size:12px}.so-report-breakdown{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.so-report-rows{padding:8px 16px}.so-report-rows>div{border-bottom:1px solid #e7eeeb;justify-content:space-between;align-items:center;gap:12px;min-height:54px;display:flex}.so-report-rows>div:last-child{border-bottom:0}.so-report-rows span{flex-direction:column;gap:4px;display:flex}.so-report-rows b{font-size:12px}.so-report-rows small{color:#819089;font-size:12px}.so-report-rows strong{color:#08785a;font-size:12px}@media (max-width:900px){.so-report-breakdown{grid-template-columns:1fr}.so-exception-list>article{grid-template-columns:1fr auto}.so-exception-list>article>div,.so-exception-list footer{grid-column:1/3}}@media (max-width:680px){.so-exception-list{margin:0 12px 12px}.so-exception-list>article{grid-template-columns:1fr}.so-exception-list>article>div,.so-exception-list footer{grid-column:1}.so-report-filter .so-export-links{width:100%}}.so-compliance-grid.single{grid-template-columns:1fr}.so-food-safety-summary{grid-template-columns:repeat(3,1fr);gap:10px;padding:18px;display:grid}.so-food-safety-summary article{background:#f8fbfa;border:1px solid #dce7e2;border-radius:9px;flex-direction:column;gap:5px;padding:14px;display:flex}.so-food-safety-summary small{color:#7e8d86;font-size:12px}.so-food-safety-summary b{font-size:22px}.so-food-safety-summary span{color:#71817a;font-size:12px}.so-safety-boundary{color:#176a53;background:#eef7f3;border-radius:8px;align-items:center;gap:7px;margin:0 18px 18px;padding:11px 13px;font-size:12px;display:flex}.so-safety-boundary svg{width:15px}@media (max-width:680px){.so-food-safety-summary{grid-template-columns:1fr;padding:12px}.so-safety-boundary{margin:0 12px 12px}.so-tabs{scrollbar-width:thin;height:64px;padding:0 4px}.so-tabs button{flex-direction:column;justify-content:center;gap:2px;min-width:76px;padding:7px 8px 4px;font-size:12px;line-height:1.2}.so-tabs button span{white-space:nowrap;text-overflow:ellipsis;max-width:70px;display:block;overflow:hidden}.so-tabs button.active:after{left:8px;right:8px}}.sg-page{--sg-green:#0b8b66;--sg-red:#c8544d;--sg-orange:#d7862d;color:#1c2b25}.sg-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:82px;margin-bottom:16px;display:flex}.sg-heading small{letter-spacing:1.5px;color:var(--sg-green);font-size:12px;font-weight:800}.sg-heading h1{margin:6px 0;font-size:28px}.sg-heading p{color:#718079;margin:0;font-size:12px}.sg-heading>button{background:var(--sg-green);color:#fff;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 14px;font-size:12px;font-weight:700;display:flex}.sg-heading>button svg{width:16px}.sg-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:15px;display:grid}.sg-metrics article{background:#fff;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:13px;min-height:105px;padding:16px;display:flex}.sg-metrics article>span{border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.sg-metrics article>span svg{width:20px}.sg-metrics .green{color:var(--sg-green);background:#e7f5f0}.sg-metrics .orange{color:var(--sg-orange);background:#fff1e1}.sg-metrics .gray{color:#718079;background:#edf1ef}.sg-metrics article>div{grid-template-columns:1fr auto;align-items:center;gap:3px 10px;display:grid}.sg-metrics small{color:#75847d;font-size:12px}.sg-metrics b{font-size:22px}.sg-metrics p{color:#929e99;grid-column:1/3;margin:0;font-size:12px}.sg-card{background:#fff;border:1px solid #dce7e2;border-radius:12px;overflow:hidden}.sg-card>header{border-bottom:1px solid #e8eeeb;align-items:center;gap:9px;min-height:60px;padding:10px 16px;display:flex}.sg-card>header label{background:#f8faf9;border:1px solid #d9e4df;border-radius:8px;align-items:center;gap:7px;width:min(420px,100%);height:36px;padding:0 10px;display:flex}.sg-card>header label svg{color:#84928c;width:15px}.sg-card>header input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.sg-card>header select{background:#fff;border:1px solid #d9e4df;border-radius:8px;height:36px;padding:0 10px;font-size:12px}.sg-card>header button{color:#61726b;background:#fff;border:1px solid #d9e4df;border-radius:8px;align-items:center;gap:5px;height:36px;padding:0 11px;font-size:12px;display:flex}.sg-card>header button svg{width:14px}.sg-table{overflow:auto}.sg-table table{border-collapse:collapse;width:100%;min-width:1030px}.sg-table th{color:#74827c;text-align:left;background:#f7f9f8;height:42px;padding:0 14px;font-size:12px}.sg-table td{color:#4a5b54;border-top:1px solid #edf2f0;height:64px;padding:9px 14px;font-size:12px}.sg-table tbody tr{cursor:pointer}.sg-table tbody tr:hover{background:#f8fbfa}.sg-table td b,.sg-table td small{display:block}.sg-table td b{color:#1d2d26;font-size:12px}.sg-table td small{color:#8a9791;margin-top:4px;font-size:12px}.sg-table td:last-child svg{color:#96a39d;width:14px}.sg-status{border-radius:13px;align-items:center;gap:5px;width:max-content;height:25px;padding:0 8px;font-size:12px;font-weight:700;display:inline-flex}.sg-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.sg-status.ok{color:#08785a;background:#e6f5ef}.sg-status.warn{color:#b96c25;background:#fff1e1}.sg-status.danger{color:#b84d47;background:#fdebea}.sg-status.muted{color:#6f7f78;background:#edf1ef}.sg-status.plain{color:#65776f;background:#eef3f1}.sg-empty{color:#87948f;align-content:center;place-items:center;gap:6px;min-height:240px;display:grid}.sg-empty svg{color:#b0bbb6;width:34px}.sg-empty b,.sg-empty small{font-size:12px}.sg-empty .spin{animation:1.2s linear infinite sg-spin}@keyframes sg-spin{to{transform:rotate(360deg)}}.sg-overlay{z-index:80;background:#0e1e184d;justify-content:flex-end;display:flex;position:fixed;inset:0}.sg-overlay.top{z-index:100;justify-content:center;align-items:center}.sg-drawer{background:#fff;flex-direction:column;width:min(540px,100vw);height:100%;display:flex;box-shadow:-12px 0 40px #0c251c29}.sg-drawer.wide{width:min(820px,100vw)}.sg-drawer>header{border-bottom:1px solid #e4ece8;align-items:flex-start;gap:12px;min-height:88px;padding:16px 20px;display:flex}.sg-drawer>header>div{flex:1;min-width:0}.sg-drawer>header small{color:var(--sg-green);letter-spacing:1px;font-size:12px;font-weight:800}.sg-drawer>header h2{margin:5px 0;font-size:20px}.sg-drawer>header p{color:#74847c;margin:0;font-size:12px}.sg-drawer>header>button{color:#6c7c74;background:#f2f6f4;border-radius:7px;place-items:center;width:32px;height:32px;display:grid}.sg-drawer>header>button svg{width:16px}.sg-drawer>nav{border-bottom:1px solid #e6edea;align-items:stretch;gap:4px;min-height:50px;padding:0 16px;display:flex;overflow-x:auto}.sg-drawer>nav button{color:#6e7f77;background:0 0;align-items:center;gap:6px;min-width:max-content;padding:0 11px;font-size:12px;display:flex;position:relative}.sg-drawer>nav button svg{width:15px}.sg-drawer>nav button.active{color:var(--sg-green);font-weight:700}.sg-drawer>nav button.active:after{content:"";background:var(--sg-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:10px;right:10px}.sg-detail,.sg-form{flex:1;padding:18px 20px;overflow:auto}.sg-drawer>footer{border-top:1px solid #e4ece8;justify-content:flex-end;align-items:center;gap:8px;min-height:64px;padding:10px 20px;display:flex}.sg-drawer>footer button{color:#5e7068;background:#fff;border:1px solid #d9e5e0;border-radius:7px;height:36px;padding:0 13px;font-size:12px}.sg-drawer>footer button.primary{border-color:var(--sg-green);background:var(--sg-green);color:#fff;font-weight:700}.sg-drawer>footer.actions{justify-content:space-between}.sg-drawer>footer.actions>span{color:#819089;align-items:center;gap:6px;font-size:12px;display:flex}.sg-drawer>footer.actions>span svg{width:15px}.sg-drawer>footer.actions>div{gap:8px;display:flex}.sg-drawer>footer button.danger{color:#b84c46;background:#fff8f7;border-color:#efcbc8}.sg-form{flex-direction:column;gap:14px;display:flex}.sg-form label,.sg-inline-form>label{flex-direction:column;gap:6px;display:flex}.sg-form label>span,.sg-inline-form label>span,.sg-form legend,.sg-inline-form legend{color:#64756d;font-size:12px;font-weight:700}.sg-form input,.sg-form select,.sg-inline-form input,.sg-inline-form select{background:#fff;border:1px solid #d7e3de;border-radius:8px;height:38px;padding:0 10px;font-size:12px}.sg-form .two{grid-template-columns:1fr 1fr;gap:11px;display:grid}.sg-form fieldset,.sg-inline-form fieldset{border:1px solid #dbe6e1;border-radius:9px;grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.sg-form fieldset label{border:1px solid #e4ece8;border-radius:7px;flex-direction:row;align-items:center;gap:8px;min-height:46px;padding:8px;display:flex}.sg-form fieldset label>span{flex-direction:column;gap:3px;display:flex}.sg-form fieldset label b{font-size:12px}.sg-form fieldset label small{color:#87948f;font-size:12px}.sg-form fieldset input,.sg-inline-form fieldset input{width:14px;height:14px}.sg-note{color:#08785a;background:#eef8f4;border-radius:9px;align-items:center;gap:9px;padding:12px;display:flex}.sg-note svg{width:20px}.sg-note span{flex-direction:column;gap:3px;display:flex}.sg-note b{font-size:12px}.sg-note small{color:#6d8178;font-size:12px}.sg-profile{grid-template-columns:1fr 1fr;gap:12px;display:grid}.sg-profile>div{background:#fafcfb;border:1px solid #dce7e2;border-radius:10px;min-height:92px;padding:14px}.sg-profile small{color:#829089;font-size:12px}.sg-profile b{margin:7px 0 4px;font-size:12px;display:block}.sg-profile p{color:#718079;margin:0;font-size:12px}.sg-stalls{border:1px solid #dce7e2;border-radius:10px;margin-top:14px;overflow:hidden}.sg-stalls>header{background:#f7f9f8;justify-content:space-between;align-items:center;height:44px;padding:0 13px;font-size:12px;display:flex}.sg-stalls>header small{color:#7e8d86}.sg-stalls article{border-top:1px solid #e8eeeb;align-items:center;gap:10px;min-height:62px;padding:9px 13px;display:flex}.sg-stalls article>span,.sg-list article>span{width:36px;height:36px;color:var(--sg-green);background:#e8f5f0;border-radius:9px;place-items:center;display:grid}.sg-stalls article svg,.sg-list article svg{width:18px}.sg-stalls article>div,.sg-list article>div{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sg-stalls article b,.sg-list article b{font-size:12px}.sg-stalls article small,.sg-list article small{color:#84928c;font-size:12px}.sg-stalls article em,.sg-list article em{color:#08785a;font-size:12px;font-style:normal}.sg-subsection>header{justify-content:space-between;align-items:center;gap:12px;min-height:52px;display:flex}.sg-subsection>header>div{flex-direction:column;gap:4px;display:flex}.sg-subsection>header b{font-size:12px}.sg-subsection>header small{color:#84928c;font-size:12px}.sg-subsection>header button{background:var(--sg-green);color:#fff;border-radius:7px;align-items:center;gap:5px;height:33px;padding:0 10px;font-size:12px;display:flex}.sg-subsection>header button svg{width:14px}.sg-inline-form{background:#f7fbf9;border:1px solid #cfe2da;border-radius:9px;grid-template-columns:1fr 1fr;gap:9px;margin:8px 0 14px;padding:12px;display:grid}.sg-inline-form.terminal{grid-template-columns:1fr 1fr 1fr}.sg-inline-form fieldset{flex-wrap:wrap;grid-column:1/-1;display:flex}.sg-inline-form fieldset label{align-items:center;gap:4px;font-size:12px;display:flex}.sg-inline-form>button{background:var(--sg-green);color:#fff;border-radius:7px;grid-column:1/-1;justify-self:end;height:34px;padding:0 11px;font-size:12px}.sg-list{border:1px solid #dce7e2;border-radius:10px;flex-direction:column;display:flex;overflow:hidden}.sg-list article{border-top:1px solid #e8eeeb;align-items:center;gap:10px;min-height:66px;padding:10px 12px;display:flex}.sg-list article:first-child{border:0}.sg-list.terminals article>span{color:#3976bd;background:#eaf1fb}.sg-events{position:relative}.sg-events:before{content:"";background:#dbe6e1;width:1px;position:absolute;top:20px;bottom:20px;left:18px}.sg-events article{align-items:center;gap:11px;min-height:68px;display:flex;position:relative}.sg-events article>span{width:36px;height:36px;color:var(--sg-green);z-index:1;background:#e8f5f0;border-radius:50%;place-items:center;display:grid}.sg-events article>span svg{width:17px}.sg-events article>div{flex-direction:column;gap:4px;display:flex}.sg-events b{font-size:12px}.sg-events small{color:#84928c;font-size:12px}.sg-secret{background:#fff;border-radius:13px;width:min(570px,100vw - 28px);padding:18px;box-shadow:0 20px 70px #0a231a4d}.sg-secret>header{align-items:center;gap:10px;display:flex}.sg-secret>header>span{width:42px;height:42px;color:var(--sg-green);background:#e8f5f0;border-radius:10px;place-items:center;display:grid}.sg-secret>header svg{width:20px}.sg-secret>header>div{flex:1}.sg-secret>header small{color:var(--sg-green);font-size:12px}.sg-secret h2{margin:4px 0;font-size:16px}.sg-secret>header>button{background:#f1f5f3;border-radius:7px;width:30px;height:30px}.sg-secret>p{color:#6e7f77;font-size:12px}.sg-secret>code{color:#1f4b3b;overflow-wrap:anywhere;background:#f5faf8;border:1px solid #cfe2da;border-radius:8px;padding:12px;font-size:12px;display:block}.sg-secret>footer{justify-content:flex-end;gap:8px;margin-top:14px;display:flex}.sg-secret>footer button{background:#fff;border:1px solid #d6e3de;border-radius:7px;height:34px;padding:0 11px;font-size:12px}.sg-secret>footer button:last-child{border-color:var(--sg-green);background:var(--sg-green);color:#fff}@media (max-width:900px){.sg-metrics{grid-template-columns:1fr}.sg-drawer.wide{width:100vw}.sg-drawer>footer.actions{flex-direction:column;align-items:flex-start}.sg-drawer>footer.actions>div{justify-content:flex-end;width:100%}}@media (max-width:620px){.sg-heading{display:block}.sg-heading>button{margin-top:12px}.sg-card>header{flex-direction:column;align-items:stretch}.sg-card>header label{width:100%}.sg-profile,.sg-form .two,.sg-form fieldset,.sg-inline-form,.sg-inline-form.terminal{grid-template-columns:1fr}.sg-detail,.sg-form,.sg-drawer>header{padding:14px}.sg-drawer>footer{padding:10px 14px}.sg-drawer>footer.actions>span{display:none}.sg-secret{padding:14px}}.sg-row-actions{flex-direction:row!important;flex:none!important;gap:6px!important;display:flex!important}.sg-row-actions button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:6px;height:28px;padding:0 8px;font-size:12px}.sg-row-actions button.danger{color:#b24d40;background:#fff9f7;border-color:#f0d4cf}@media (max-width:620px){.sg-list article{flex-wrap:wrap;align-items:flex-start}.sg-list article>em{margin-top:8px}.sg-row-actions{width:100%;padding-left:46px}}.scg-page{--scg-green:#0b8b66;--scg-orange:#d8842d;--scg-red:#c9534c;color:#1b2b24}.scg-heading{justify-content:space-between;align-items:flex-start;gap:18px;min-height:88px;margin-bottom:16px;display:flex}.scg-heading>div>small{letter-spacing:1.5px;color:var(--scg-green);font-size:12px;font-weight:800}.scg-heading h1{margin:6px 0;font-size:28px}.scg-heading p{color:#718079;margin:0;font-size:12px}.scg-heading>span{color:#08785a;background:#eef8f4;border:1px solid #cde4db;border-radius:10px;grid-template-columns:30px 1fr;gap:3px 9px;min-width:220px;padding:11px 13px;display:grid}.scg-heading>span svg{grid-row:1/3;width:24px}.scg-heading>span b{font-size:12px}.scg-heading>span small{color:#71857d;font-size:12px}.scg-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.scg-metrics article{background:#fff;border:1px solid #dce7e2;border-radius:11px;align-items:center;gap:12px;min-height:104px;padding:15px;display:flex}.scg-metrics article>span{width:40px;height:40px;color:var(--scg-green);background:#e7f5f0;border-radius:10px;place-items:center;display:grid}.scg-metrics svg{width:20px}.scg-metrics article>div{grid-template-columns:1fr auto;align-items:center;gap:3px 9px;display:grid}.scg-metrics small{color:#75847d;font-size:12px}.scg-metrics b{font-size:21px}.scg-metrics p{color:#929e99;grid-column:1/3;margin:0;font-size:12px}.scg-tabs{background:#fff;border:1px solid #dce7e2;border-radius:11px 11px 0 0;align-items:stretch;height:52px;padding:0 8px;display:flex}.scg-tabs button{color:#6e7f77;background:0 0;align-items:center;gap:6px;padding:0 13px;font-size:12px;display:flex;position:relative}.scg-tabs button svg{width:15px}.scg-tabs button.active{color:var(--scg-green);font-weight:700}.scg-tabs button.active:after{content:"";background:var(--scg-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:12px;right:12px}.scg-toolbar{background:#fff;border:1px solid #dce7e2;border-top:0;justify-content:space-between;align-items:center;min-height:58px;padding:10px 14px;display:flex}.scg-toolbar label{background:#f8faf9;border:1px solid #d7e3de;border-radius:8px;align-items:center;gap:7px;width:340px;height:36px;padding:0 10px;display:flex}.scg-toolbar label svg{color:#829089;width:15px}.scg-toolbar input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.scg-toolbar>button{background:var(--scg-green);color:#fff;border-radius:7px;align-items:center;gap:5px;height:35px;padding:0 11px;font-size:12px;display:flex}.scg-toolbar>button svg{width:14px}.scg-form{background:#f7fbf9;border:1px solid #cfe2da;border-top:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;padding:15px;display:grid}.scg-form label{flex-direction:column;gap:6px;display:flex}.scg-form label span{color:#66766f;font-size:12px;font-weight:700}.scg-form input,.scg-form select{background:#fff;border:1px solid #d4e2dc;border-radius:7px;height:36px;padding:0 9px;font-size:12px}.scg-form label.check{flex-direction:row;justify-content:flex-end;align-items:center;font-size:12px}.scg-form label.check input{width:14px;height:14px}.scg-form>div{grid-column:1/-1;justify-content:flex-end;gap:7px;display:flex}.scg-form>div button{color:#596c63;background:#fff;border:1px solid #d3e1db;border-radius:7px;height:33px;padding:0 10px;font-size:12px}.scg-form>div button:last-child{border-color:var(--scg-green);background:var(--scg-green);color:#fff}.scg-table{background:#fff;border:1px solid #dce7e2;border-top:0;border-radius:0 0 11px 11px;overflow:auto}.scg-table>header{border-bottom:1px solid #e7eeeb;justify-content:space-between;align-items:center;height:49px;padding:0 14px;display:flex}.scg-table>header b{font-size:12px}.scg-table>header small{color:#819089;font-size:12px}.scg-table table{border-collapse:collapse;width:100%;min-width:920px}.scg-table th{color:#74827c;text-align:left;background:#f7f9f8;height:41px;padding:0 13px;font-size:12px}.scg-table td{color:#4b5c55;border-top:1px solid #edf2f0;height:62px;padding:8px 13px;font-size:12px}.scg-table td b,.scg-table td small{display:block}.scg-table td b{color:#1e2e27;font-size:12px}.scg-table td small{color:#88968f;margin-top:4px;font-size:12px}.scg-status{border-radius:12px;align-items:center;gap:5px;width:max-content;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.scg-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.scg-status.green{color:#08785a;background:#e6f5ef}.scg-status.orange{color:#b96c25;background:#fff1e1}.scg-status.red{color:#b84d47;background:#fdebea}.scg-status.gray{color:#718079;background:#edf1ef}.scg-supplier-grid{grid-template-columns:repeat(3,1fr);gap:11px;margin:14px 0;display:grid}.scg-supplier-grid article{background:#fff;border:1px solid #dce7e2;border-radius:10px;grid-template-columns:38px 1fr;gap:10px;min-height:104px;padding:14px;display:grid}.scg-supplier-grid article>span{width:36px;height:36px;color:var(--scg-green);background:#e8f5f0;border-radius:9px;place-items:center;display:grid}.scg-supplier-grid svg{width:18px}.scg-supplier-grid article>div{flex-direction:column;gap:4px;display:flex}.scg-supplier-grid b{font-size:12px}.scg-supplier-grid small{color:#819089;font-size:12px}.scg-supplier-grid dl{border-top:1px solid #e8eeeb;grid-column:1/3;grid-template-columns:repeat(3,1fr);margin:3px 0 0;padding-top:9px;display:grid}.scg-supplier-grid dl>div{flex-direction:column;gap:4px;display:flex}.scg-supplier-grid dt{color:#829089;font-size:12px}.scg-supplier-grid dd{margin:0;font-size:12px;font-weight:700}.scg-table.batches{border-top:1px solid #dce7e2;border-radius:11px}.scg-actions{flex-wrap:wrap;gap:5px;display:flex}.scg-actions button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:6px;height:27px;padding:0 7px;font-size:12px}.scg-actions button:first-child{color:#b84d47}.scg-actions button:last-child{color:#66766f}@media (max-width:1080px){.scg-metrics,.scg-supplier-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.scg-heading{display:block}.scg-heading>span{margin-top:12px}.scg-form{grid-template-columns:1fr 1fr}.scg-supplier-grid{grid-template-columns:1fr}}@media (max-width:560px){.scg-metrics,.scg-form{grid-template-columns:1fr}.scg-toolbar{flex-direction:column;align-items:stretch;gap:8px}.scg-toolbar label{width:100%}.scg-tabs{overflow:auto}.scg-heading>span{min-width:0}.scg-table>header{flex-direction:column;justify-content:center;align-items:flex-start}}.sms-page{--sms-green:#0b8b66;--sms-ink:#1c2d26;--sms-muted:#6c7e76;min-width:0;color:var(--sms-ink)}.sms-heading{justify-content:space-between;align-items:flex-start;gap:20px;min-height:76px;margin-bottom:14px;display:flex}.sms-heading h1{margin:0 0 8px;font-size:30px;line-height:1.2}.sms-heading p{max-width:820px;color:var(--sms-muted);margin:0;font-size:14px;line-height:1.65}.sms-heading>span{color:#08785a;background:#eef8f4;border:1px solid #cce4da;border-radius:11px;grid-template-columns:30px 1fr;gap:4px 9px;min-width:220px;padding:12px 14px;display:grid}.sms-heading>span svg{grid-row:1/3;width:23px}.sms-heading>span b{font-size:14px}.sms-heading>span small{color:#60786e;font-size:12px;line-height:1.45}.sms-supervision-notice{color:#0a7558;background:#eef8f4;border:1px solid #c8e2d7;border-radius:10px;align-items:center;gap:11px;min-height:58px;margin-bottom:14px;padding:11px 14px;display:flex}.sms-supervision-notice>svg{flex:none;width:23px}.sms-supervision-notice>span{flex-direction:column;gap:4px;display:flex}.sms-supervision-notice b{font-size:14px}.sms-supervision-notice small{color:#5f776d;font-size:12px;line-height:1.55}.sms-filter-shell{z-index:12;background:#fff;border:1px solid #dce7e2;border-radius:11px;margin-bottom:14px;padding:12px;position:relative}.sms-quick-filters{align-items:flex-end;gap:10px;display:flex}.sms-quick-filters label{flex-direction:column;gap:6px;min-width:0;display:flex}.sms-quick-filters label>span,.sms-advanced-filters label>span{color:#5f7269;font-size:12px;font-weight:700}.sms-date-range{flex:0 350px}.sms-date-range>div{grid-template-columns:1fr 26px 1fr;align-items:center;height:42px;display:grid}.sms-date-range i{color:#71837b;text-align:center;font-size:12px;font-style:normal}.sms-date-range input,.sms-search>div,.sms-supervision-supplier select,.sms-advanced-filters select{color:#344d43;background:#f8faf9;border:1px solid #d6e3dd;border-radius:8px;min-width:0;height:42px;font-size:14px}.sms-date-range input{width:100%;padding:0 10px}.sms-search{flex:340px}.sms-search>div{align-items:center;gap:8px;padding:0 10px;display:flex}.sms-search svg{color:#7e9088;flex:none;width:18px}.sms-search input{color:#344d43;background:0 0;border:0;outline:0;width:100%;height:38px;font-size:14px}.sms-supervision-supplier{flex:0 250px}.sms-supervision-supplier select{padding:0 10px}.sms-realtime-label{color:#0a785a;flex:1;align-items:center;gap:10px;min-height:48px;display:flex}.sms-realtime-label>svg{width:25px}.sms-realtime-label>span{flex-direction:column;gap:3px;display:flex}.sms-realtime-label b{font-size:14px}.sms-realtime-label small{color:#6c7e76;font-size:12px}.sms-filter-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.sms-filter-actions button,.sms-advanced-filters footer button{color:#40594f;background:#fff;border:1px solid #d1dfd9;border-radius:8px;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 15px;font-size:14px;font-weight:700;display:inline-flex}.sms-filter-actions button svg{width:17px}.sms-filter-actions button.primary,.sms-advanced-filters footer button.primary{border-color:var(--sms-green);background:var(--sms-green);color:#fff}.sms-filter-actions button:disabled,.sms-advanced-filters button:disabled{cursor:not-allowed;opacity:.45}.sms-filter-backdrop{z-index:39;background:0 0;border:0;position:fixed;inset:0}.sms-advanced-filters{z-index:40;background:#fff;border:1px solid #cfded7;border-radius:12px;width:min(780px,100vw - 48px);padding:16px;position:absolute;top:calc(100% + 6px);right:12px;box-shadow:0 18px 46px #0d392b2b}.sms-advanced-filters>header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.sms-advanced-filters>header b{font-size:17px}.sms-advanced-filters>header button{background:#f0f5f3;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.sms-advanced-filters>header svg{width:18px}.sms-advanced-filters>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.sms-advanced-filters label{flex-direction:column;gap:6px;min-width:0;display:flex}.sms-advanced-filters select{width:100%;padding:0 10px}.sms-advanced-filters footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.sms-applied-filters{flex-wrap:wrap;gap:7px;margin-top:10px;display:flex}.sms-applied-filters button{color:#2f6e59;background:#eaf5f0;border-radius:16px;align-items:center;gap:5px;min-height:30px;padding:4px 9px;font-size:12px;display:inline-flex}.sms-applied-filters svg{width:13px}.sms-tabs{scrollbar-width:none;background:#fff;border:1px solid #dce7e2;border-radius:11px 11px 0 0;align-items:stretch;height:54px;padding:0 8px;display:flex;overflow-x:auto}.sms-tabs::-webkit-scrollbar{display:none}.sms-tabs button{color:#61756c;white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:8px;min-width:128px;padding:0 18px;font-size:14px;display:flex;position:relative}.sms-tabs button svg{width:18px}.sms-tabs button.active{color:var(--sms-green);font-weight:800}.sms-tabs button.active:after{content:"";background:var(--sms-green);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:0;left:18px;right:18px}.sms-operation-tabs{background:#fff;border:1px solid #dce7e2;border-top:0;align-items:center;gap:26px;min-height:46px;padding:0 15px;display:flex}.sms-operation-tabs button{color:#667a71;background:0 0;border-bottom:2px solid #0000;height:46px;font-size:13px}.sms-operation-tabs button.active{border-bottom-color:var(--sms-green);color:var(--sms-green);font-weight:800}.sms-loading,.sms-supervision-empty,.sms-empty-state{color:#6f857b;text-align:center;background:#fff;border:1px solid #dce7e2;border-top:0;border-radius:0 0 11px 11px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:300px;display:flex}.sms-loading{flex-direction:row;font-size:14px}.sms-loading svg{width:22px;animation:.8s linear infinite ms-spin}.sms-supervision-empty svg,.sms-empty-state svg{width:34px;color:var(--sms-green)}.sms-supervision-empty b,.sms-empty-state b{color:#26483c;font-size:17px}.sms-supervision-empty small,.sms-empty-state small{max-width:420px;font-size:13px;line-height:1.6}.sms-empty-state.compact{min-height:220px}.sms-metrics{background:#fff;border:1px solid #dce7e2;border-top:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;padding:14px;display:grid}.sms-metrics article{background:#fbfcfc;border:1px solid #e0e9e5;border-radius:10px;flex-direction:column;min-height:112px;padding:15px;display:flex}.sms-metrics article.attention{background:#fff9ef;border-color:#ecc98f}.sms-metrics small{color:#687c73;font-size:13px}.sms-metrics b{color:#19372d;margin:10px 0 6px;font-size:25px;line-height:1}.sms-metrics em{color:#667b72;font-size:14px;font-style:normal}.sms-metrics p{color:#76877f;margin:auto 0 0;font-size:12px;line-height:1.5}.sms-operating-detail-toggle{color:#4c685d;text-align:left;background:#f0f6f3;border:1px solid #dce7e2;border-top:0;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:46px;padding:9px 16px;font-size:13px;display:flex}.sms-operating-detail-toggle b{color:#08785a;white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.sms-operating-detail-toggle svg{width:17px}.sms-operating-details{background:#fff;border:1px solid #dce7e2;border-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:14px;display:grid}.sms-operating-details article{background:#f7faf8;border:1px solid #dce8e3;border-radius:9px;flex-direction:column;gap:9px;min-height:74px;padding:12px;display:flex}.sms-operating-details article.danger{background:#fff6f5;border-color:#efc7c3}.sms-operating-details small{color:#6b7e75;font-size:12px}.sms-operating-details b{color:#17372c;font-size:16px}.sms-operating-details footer{flex-wrap:wrap;grid-column:1/-1;gap:8px;display:flex}.sms-operating-details footer span{color:#4f6c61;background:#edf5f2;border-radius:7px;padding:7px 10px;font-size:12px}.sms-overview-grid{background:#fff;border:1px solid #dce7e2;border-top:0;border-radius:0 0 11px 11px;grid-template-columns:1.2fr .8fr;gap:12px;padding:0 14px 14px;display:grid}.sms-overview-grid>article{border:1px solid #e0e9e5;border-radius:10px;min-width:0;overflow:hidden}.sms-overview-grid>article>header{background:#f7f9f8;justify-content:space-between;align-items:center;height:50px;padding:0 14px;display:flex}.sms-overview-grid header b{font-size:14px}.sms-overview-grid header small{color:#72847c;font-size:12px}.sms-trend{align-items:stretch;gap:8px;min-height:230px;padding:20px 14px 14px;display:flex;overflow-x:auto}.sms-trend>div{flex-direction:column;flex:1;align-items:center;min-width:48px;display:flex}.sms-trend>div>span{background:#edf4f1;border-radius:5px;align-items:flex-end;width:24px;min-height:150px;display:flex;overflow:hidden}.sms-trend i{background:linear-gradient(#41bd98,#0b8b66);border-radius:5px 5px 0 0;width:100%;display:block}.sms-trend b{margin-top:8px;font-size:12px}.sms-trend small{color:#74877e;white-space:nowrap;margin-top:4px;font-size:12px}.sms-rank{padding:7px 13px}.sms-rank button{text-align:left;background:#fff;border-bottom:1px solid #edf2f0;align-items:center;gap:10px;width:100%;min-height:54px;display:flex}.sms-rank button:last-child{border:0}.sms-rank em{color:#08785a;background:#e8f5f0;border-radius:7px;place-items:center;width:26px;height:26px;font-size:12px;font-style:normal;font-weight:800;display:grid}.sms-rank span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.sms-rank b{font-size:13px}.sms-rank small{color:#74877e;font-size:12px}.sms-rank strong{color:#08785a;font-size:13px}.sms-rank svg{color:#8ea098;width:15px}.sms-table{background:#fff;border:1px solid #dce7e2;border-top:0;overflow-x:auto}.sms-table table{border-collapse:collapse;width:100%;min-width:880px}.sms-table th{color:#5f7369;text-align:left;background:#f7f9f8;height:46px;padding:0 14px;font-size:12px}.sms-table td{color:#42594f;border-top:1px solid #edf2f0;height:68px;padding:9px 14px;font-size:13px}.sms-table td>b,.sms-table td>small{display:block}.sms-table td>b{color:#1d2e27;font-size:14px}.sms-table td>small{color:#72847c;margin-top:5px;font-size:12px;line-height:1.45}.sms-table td>button{color:#08785a;background:#fff;border:1px solid #cfe0d9;border-radius:7px;align-items:center;gap:4px;min-height:34px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.sms-table td>button svg{width:14px}.sms-table td.danger{color:#b94d47;font-weight:700}.sms-order-table table,.sms-sku-table table{min-width:760px}.sms-table td>small .sms-tone{vertical-align:middle;margin-right:6px}.sms-tone{border-radius:14px;align-items:center;gap:5px;width:max-content;min-height:26px;padding:3px 9px;font-size:12px;display:inline-flex}.sms-tone i{background:currentColor;border-radius:50%;width:6px;height:6px}.sms-tone.ok{color:#08785a;background:#e5f5ef}.sms-tone.warn{color:#a9631e;background:#fff1df}.sms-tone.danger{color:#b94d47;background:#fdebea}.sms-pagination{background:#fff;border:1px solid #dce7e2;border-top:0;border-radius:0 0 11px 11px;justify-content:space-between;align-items:center;min-height:58px;padding:10px 14px;display:flex}.sms-pagination>span{color:#62776d;font-size:13px}.sms-pagination div{gap:7px;display:flex}.sms-pagination button{color:#435b51;background:#fff;border:1px solid #d6e2dd;border-radius:7px;height:36px;padding:0 12px;font-size:13px}.sms-pagination button:disabled{opacity:.4}.sms-terminal-summary{background:#fff;border:1px solid #dce7e2;border-top:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;display:grid}.sms-terminal-summary article{background:#f8fbf9;border:1px solid #dfe8e4;border-radius:9px;min-height:82px;padding:13px}.sms-terminal-summary article.attention{background:#fff9ef;border-color:#ecc98f}.sms-terminal-summary small{color:#667a71;font-size:12px}.sms-terminal-summary b{color:#19372d;margin-top:8px;font-size:22px;display:block}.sms-terminal-grid{background:#fff;border:1px solid #dce7e2;border-top:0;border-radius:0 0 11px 11px;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:0 14px 14px;display:grid}.sms-terminal-grid article{border:1px solid #dce7e2;border-radius:10px;min-width:0;padding:15px}.sms-terminal-grid header{justify-content:space-between;align-items:center;display:flex}.sms-terminal-grid header>span{color:#08785a;background:#e8f5f0;border-radius:9px;place-items:center;width:40px;height:40px;display:grid}.sms-terminal-grid header svg{width:20px}.sms-terminal-grid article>small{color:#08785a;margin-top:13px;font-size:12px;display:block}.sms-terminal-grid h3{margin:5px 0;font-size:17px}.sms-terminal-grid p{color:#667a71;margin:0;font-size:13px}.sms-terminal-grid dl{border-top:1px solid #e8eeeb;margin:14px 0 0}.sms-terminal-grid dl>div{border-bottom:1px solid #edf2f0;justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding:9px 0;display:flex}.sms-terminal-grid dt{color:#71847b;font-size:12px}.sms-terminal-grid dd{text-align:right;margin:0;font-size:12px;font-weight:700}.sms-terminal-grid dd.danger{color:#bd4e47}.sms-anomaly-summary{background:#fff8ef;border:1px solid #dce7e2;border-top:0;align-items:center;gap:12px;min-height:78px;padding:12px 14px;display:flex}.sms-anomaly-summary>span{background:#fff;border:1px solid #f0d8b9;border-radius:8px;grid-template-columns:28px auto;align-items:center;gap:2px 8px;min-width:150px;padding:9px 12px;display:grid}.sms-anomaly-summary>span svg{color:#b36d24;grid-row:1/3;width:22px}.sms-anomaly-summary b{color:#8a531b;font-size:20px}.sms-anomaly-summary small{color:#7f6b55;font-size:12px}.sms-anomaly-summary p{color:#725f4b;margin-left:auto;font-size:13px}.sms-overlay{z-index:100;background:#051b146b;justify-content:flex-end;display:flex;position:fixed;inset:0}.sms-overlay>aside{background:#fff;width:min(720px,92vw);height:100%;overflow-y:auto;box-shadow:-18px 0 50px #00261c2e}.sms-overlay>aside>header{border-bottom:1px solid #e1eae6;justify-content:space-between;align-items:flex-start;min-height:96px;padding:20px 24px;display:flex}.sms-overlay header small{color:#08785a;font-size:12px;font-weight:800}.sms-overlay h2{margin:7px 0;font-size:24px}.sms-overlay header p{color:#667a71;margin:0;font-size:13px}.sms-overlay header>button{background:#f1f5f3;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.sms-overlay header>button svg{width:18px}.sms-detail-summary{grid-template-columns:repeat(4,1fr);gap:9px;padding:16px 24px;display:grid}.sms-detail-summary>span{border:1px solid #dce7e2;border-radius:8px;flex-direction:column;gap:9px;min-height:76px;padding:12px;display:flex}.sms-detail-summary small{color:#71847b;font-size:12px}.sms-detail-summary b{font-size:18px}.sms-detail-lines,.sms-detail-audit{border:1px solid #dce7e2;border-radius:9px;margin:0 24px 18px;overflow:hidden}.sms-detail-lines h3,.sms-detail-audit h3{background:#f7f9f8;align-items:center;height:46px;margin:0;padding:0 14px;font-size:14px;display:flex}.sms-detail-lines article{border-top:1px solid #edf2f0;grid-template-columns:minmax(0,1fr) 130px 110px;align-items:center;gap:10px;min-height:62px;padding:10px 14px;display:grid}.sms-detail-lines span{flex-direction:column;gap:4px;display:flex}.sms-detail-lines b{font-size:14px}.sms-detail-lines small{color:#71847b;font-size:12px}.sms-detail-lines strong{color:#08785a;text-align:right;font-size:14px}.sms-detail-audit p{color:#566d63;margin:0;padding:15px;font-size:13px;line-height:1.7}@media (max-width:1200px){.sms-quick-filters{flex-wrap:wrap}.sms-date-range,.sms-search{flex:320px}.sms-filter-actions{margin-left:0}.sms-metrics,.sms-terminal-summary,.sms-terminal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.sms-heading{display:block}.sms-heading h1{font-size:27px}.sms-heading>span{min-width:0;margin-top:12px}.sms-quick-filters{grid-template-columns:1fr;align-items:stretch;display:grid}.sms-date-range,.sms-search,.sms-supervision-supplier{width:100%}.sms-filter-actions{grid-template-columns:1fr auto auto;display:grid}.sms-filter-actions button{padding:0 12px}.sms-advanced-filters>div{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-tabs button{min-width:112px;padding:0 12px}.sms-overview-grid{grid-template-columns:1fr}.sms-operating-details{grid-template-columns:repeat(2,minmax(0,1fr))}.sms-terminal-grid{grid-template-columns:1fr}.sms-detail-summary{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.sms-heading{min-height:0;margin-bottom:12px}.sms-heading h1{font-size:26px}.sms-heading p{font-size:13px}.sms-heading>span{padding:10px 12px}.sms-heading>span b{font-size:13px}.sms-heading>span small{font-size:12px}.sms-supervision-notice{align-items:flex-start}.sms-supervision-notice b{font-size:13px}.sms-supervision-notice small{font-size:12px}.sms-filter-shell{padding:10px}.sms-date-range>div{grid-template-columns:1fr;gap:6px;height:auto}.sms-date-range i{display:none}.sms-date-range input{height:42px}.sms-filter-actions{grid-template-columns:1fr 1fr}.sms-filter-actions .sms-more-button{grid-column:1/-1}.sms-filter-actions button{width:100%;min-width:0}.sms-filter-backdrop{background:#051b1466}.sms-advanced-filters{border-radius:16px 16px 0 0;width:100%;max-height:82vh;padding:16px;position:fixed;inset:auto 0 0;overflow-y:auto}.sms-advanced-filters>div{grid-template-columns:1fr}.sms-advanced-filters footer{background:#fff;grid-template-columns:1fr 1.5fr;margin:16px -16px -16px;padding:12px 16px 16px;display:grid;position:sticky;bottom:-16px}.sms-tabs{height:50px;padding:0 4px}.sms-tabs button{gap:5px;min-width:88px;padding:0 6px;font-size:13px}.sms-tabs button svg{width:16px}.sms-operation-tabs{gap:18px;padding:0 10px;overflow-x:auto}.sms-operation-tabs button{white-space:nowrap;font-size:13px}.sms-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.sms-metrics article{min-height:108px;padding:12px}.sms-metrics small{font-size:12px}.sms-metrics b{font-size:20px}.sms-metrics p{font-size:12px}.sms-operating-detail-toggle{align-items:flex-start;font-size:12px}.sms-operating-details{grid-template-columns:1fr;padding:10px}.sms-operating-details footer{display:grid}.sms-overview-grid{padding:0 10px 10px}.sms-trend{min-height:220px}.sms-table{overflow:visible}.sms-table table,.sms-table tbody,.sms-table tr,.sms-table td{width:100%;min-width:0;display:block}.sms-table thead{display:none}.sms-table tbody{gap:10px;padding:10px;display:grid}.sms-table tr{background:#fff;border:1px solid #dce7e2;border-radius:10px;grid-template-columns:1fr 1fr;padding:3px 0;display:grid;overflow:hidden}.sms-table td{border:0;border-top:1px solid #edf2f0;height:auto;min-height:58px;padding:9px 11px;font-size:13px}.sms-table td:before{content:attr(data-label);color:#71847b;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.sms-table td:first-child,.sms-table td:nth-child(2){grid-column:1/-1}.sms-table td:first-child{border-top:0}.sms-table td>b{font-size:14px}.sms-table td>small{font-size:12px}.sms-table td>button{min-height:36px}.sms-terminal-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:10px}.sms-terminal-summary article{min-height:78px;padding:11px}.sms-terminal-grid{padding:0 10px 10px}.sms-anomaly-summary{flex-wrap:wrap;align-items:stretch}.sms-anomaly-summary>span{flex:1;min-width:130px}.sms-anomaly-summary p{width:100%;margin:0}.sms-pagination{align-items:flex-start;gap:10px}.sms-pagination div{margin-left:auto}.sms-overlay>aside{width:100vw}.sms-overlay>aside>header{padding:16px}.sms-detail-summary{grid-template-columns:1fr 1fr;padding:12px}.sms-detail-lines,.sms-detail-audit{margin-left:12px;margin-right:12px}.sms-detail-lines article{grid-template-columns:minmax(0,1fr) 90px}.sms-detail-lines strong{grid-column:2}}.sms-product-tabs{gap:20px}.sms-analytics-table table{min-width:920px}.sms-page .scg-page.embedded{padding-top:14px}.sms-page .scg-page.embedded .scg-tabs{border-radius:10px 10px 0 0}.sms-page .scg-page.embedded .scg-tabs button,.sms-page .scg-page.embedded .scg-toolbar input,.sms-page .scg-page.embedded .scg-toolbar>button,.sms-page .scg-page.embedded .scg-form input,.sms-page .scg-page.embedded .scg-form select,.sms-page .scg-page.embedded .scg-form label,.sms-page .scg-page.embedded .scg-table td{font-size:13px}.sms-page .scg-page.embedded .scg-table th,.sms-page .scg-page.embedded .scg-form label span{font-size:12px}.sms-page .scg-page.embedded .scg-table td b{font-size:14px}.sms-page .scg-page.embedded .scg-table td small{font-size:12px}.scg-tree-name{align-items:center;gap:9px;display:flex}.scg-tree-name>i{background:#eef9f5;border:2px solid #4ba68a;border-radius:2px;flex:none;width:8px;height:8px}.scg-tree-name>span{min-width:0}.scg-row-button{color:#08785a;background:#f2faf7;border:1px solid #bddacd;border-radius:7px;height:32px;padding:0 11px;font-size:12px;font-weight:700}.scg-form input:disabled,.scg-form select:disabled{color:#74827c;background:#edf2f0}@media (max-width:680px){.sms-product-tabs{gap:14px}.sms-page .scg-page.embedded{padding-top:10px}}@media (max-width:480px){.sms-product-tabs{flex-wrap:wrap;gap:0 16px;height:auto;min-height:46px;padding:3px 10px;overflow:visible}.sms-product-tabs button{height:40px}.sms-analytics-table table{min-width:0}.sms-analytics-table td:nth-child(3){grid-column:1/-1}}.sal-page{color:#27362f}.sal-heading{background:linear-gradient(120deg,#f6fbf8,#eef7f3);border:1px solid #dce8e2;border-radius:13px;justify-content:space-between;align-items:center;min-height:110px;padding:22px 25px;display:flex}.sal-heading small{letter-spacing:1.4px;color:#08785a;font-size:12px;font-weight:800}.sal-heading h1{margin:6px 0 7px;font-size:27px}.sal-heading p{color:#71817a;margin:0;font-size:12px}.sal-heading button{color:#08785a;background:#fff;border:1px solid #c8ded5;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 11px;font-size:12px;display:flex}.sal-heading button svg{width:14px}.sal-flow{background:#fff;border:1px solid #dfe9e5;border-radius:11px;grid-template-columns:1fr 35px 1fr 35px 1fr;align-items:center;min-height:76px;margin:13px 0;padding:12px 18px;display:grid}.sal-flow>div{align-items:center;gap:10px;display:flex}.sal-flow>div>svg{color:#08785a;width:25px}.sal-flow span{flex-direction:column;gap:4px;display:flex}.sal-flow b{font-size:12px}.sal-flow small{color:#7b8983;font-size:12px}.sal-flow>i{background:#cbdcd5;height:1px;position:relative}.sal-flow>i:after{content:"";border-top:1px solid #9fb8ae;border-right:1px solid #9fb8ae;width:6px;height:6px;position:absolute;top:-3px;right:0;transform:rotate(45deg)}.sal-metrics{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.sal-metrics article{background:#fff;border:1px solid #dfe9e5;border-radius:9px;flex-direction:column;gap:7px;min-height:75px;padding:13px;display:flex}.sal-metrics small{color:#77867f;font-size:12px}.sal-metrics b{font-size:22px}.sal-metrics article.danger{color:#a8453f;background:#fff7f6;border-color:#efc4c0}.sal-tabs{background:#fff;border:1px solid #dce7e2;border-radius:9px;gap:5px;margin-top:13px;padding:5px;display:flex}.sal-tabs button{color:#617169;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;height:35px;padding:0 12px;font-size:12px;display:flex}.sal-tabs button svg{width:14px}.sal-tabs button.active{color:#08785a;background:#e8f5f0;font-weight:800}.sal-layout{grid-template-columns:300px minmax(0,1fr);gap:12px;margin-top:12px;display:grid}.sal-layout>aside,.sal-layout>main,.sal-rules>article{background:#fff;border:1px solid #dfe9e5;border-radius:11px;overflow:hidden}.sal-layout>aside>header{background:#f7faf9;justify-content:space-between;align-items:center;min-height:52px;padding:0 13px;display:flex}.sal-layout>aside>header b{font-size:12px}.sal-layout>aside>header small{color:#7f8d86;font-size:12px}.sal-layout>aside>button{text-align:left;background:#fff;border:0;border-top:1px solid #e7eeeb;justify-content:space-between;align-items:center;gap:8px;width:100%;min-height:75px;padding:10px 12px;display:flex}.sal-layout>aside>button.active{background:#edf8f4}.sal-layout>aside>button>span{flex-direction:column;gap:4px;min-width:0;display:flex}.sal-layout>aside>button b{font-size:12px}.sal-layout>aside>button small{color:#7a8982;overflow-wrap:anywhere;font-size:12px}.sal-layout>main{min-height:440px;padding:15px}.sal-detail-head{justify-content:space-between;align-items:center;display:flex}.sal-detail-head small{color:#08785a;font-size:12px}.sal-detail-head h2{margin:4px 0;font-size:19px}.sal-detail-head p{color:#76857e;margin:0;font-size:12px}.sal-status{white-space:nowrap;border-radius:12px;align-items:center;gap:5px;height:23px;padding:0 7px;font-size:12px;display:inline-flex}.sal-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.sal-status.good{color:#08785a;background:#e9f6f1}.sal-status.wait{color:#a85e1c;background:#fff2e2}.sal-status.danger{color:#a3403a;background:#fdebea}.sal-note,.sal-warning,.sal-result{color:#176b54;background:#edf8f4;border-radius:9px;align-items:center;gap:10px;margin:13px 0;padding:12px;display:flex}.sal-note svg,.sal-warning svg,.sal-result svg{width:20px}.sal-note span,.sal-warning span,.sal-result span{flex-direction:column;gap:4px;display:flex}.sal-note b,.sal-warning b,.sal-result b{font-size:12px}.sal-note small,.sal-warning small,.sal-result small{font-size:12px;line-height:1.5}.sal-warning,.sal-result.danger{color:#97591f;background:#fff2e2}.sal-items{border:1px solid #e2ebe7;border-radius:9px;overflow:hidden}.sal-items article{border-top:1px solid #e7eeeb;justify-content:space-between;align-items:center;min-height:56px;padding:9px 11px;display:flex}.sal-items article:first-child{border:0}.sal-items article span{flex-direction:column;gap:4px;display:flex}.sal-items article b{font-size:12px}.sal-items article small{color:#7d8b84;font-size:12px}.sal-items article strong{font-size:12px}.sal-files{grid-template-columns:1fr 1fr;gap:7px;margin-top:10px;display:grid}.sal-files a{color:#08785a;border:1px solid #dce8e2;border-radius:8px;grid-template-columns:20px 1fr auto;align-items:center;gap:7px;min-height:48px;padding:8px;font-size:12px;text-decoration:none;display:grid}.sal-files a svg{width:17px}.sal-files a span{flex-direction:column;gap:3px;min-width:0;display:flex}.sal-files a b{font-size:12px}.sal-files a small{color:#7a8982;overflow-wrap:anywhere;font-size:12px}.sal-primary{color:#fff;background:#08785a;border:0;border-radius:8px;width:100%;height:38px;margin-top:12px;font-size:12px;font-weight:800}.sal-route{grid-template-columns:repeat(3,1fr);gap:7px;margin:13px 0;display:grid}.sal-route div{background:#f4f8f6;border-radius:8px;flex-direction:column;gap:4px;padding:10px;display:flex}.sal-route small,.sal-route span{color:#7c8a84;font-size:12px}.sal-route b{font-size:12px}.sal-actions{gap:7px;margin:11px 0;display:flex}.sal-actions button{color:#08785a;background:#fff;border:1px solid #c9ded6;border-radius:7px;height:33px;padding:0 11px;font-size:12px}.sal-actions button.primary{color:#fff;background:#08785a}.sal-report{background:#f8fbfa;border:1px solid #dce8e2;border-radius:9px;margin-top:12px;padding:13px}.sal-report>header{flex-direction:column;gap:4px;display:flex}.sal-report>header b{font-size:12px}.sal-report>header small{color:#7a8982;font-size:12px}.sal-report>div{grid-template-columns:1fr 1fr;gap:8px;margin-top:11px;display:grid}.sal-report label{flex-direction:column;gap:5px;display:flex}.sal-report label.wide{grid-column:1/3}.sal-report label span{font-size:12px;font-weight:700}.sal-report input,.sal-report select{background:#fff;border:1px solid #d6e2dd;border-radius:7px;height:34px;padding:0 8px;font-size:12px}.sal-report label small{color:#6e8078;font-size:12px}.sal-report>section{flex-wrap:wrap;gap:7px;margin-top:8px;display:flex}.sal-report>section label{flex:1;min-width:150px}.sal-result a{color:inherit;font-weight:700}.sal-empty{text-align:center;color:#819089;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:24px;display:flex}.sal-empty svg{width:28px}.sal-empty b{margin:9px 0 5px;font-size:12px}.sal-empty small{font-size:12px;line-height:1.5}.sal-rules{grid-template-columns:1fr;gap:11px;margin-top:12px;display:grid}.sal-rules>article>header{background:#f7faf9;justify-content:space-between;align-items:center;min-height:60px;padding:11px 14px;display:flex}.sal-rules>article>header span{flex-direction:column;gap:4px;display:flex}.sal-rules>article>header b{font-size:12px}.sal-rules>article>header small{color:#7b8983;font-size:12px}.sal-rules>article>header button,.sal-setting-grid button,.sal-supplier-tags button,.sal-material-rules button,.sal-tag-rules button{color:#08785a;background:#fff;border:1px solid #cbded6;border-radius:7px;height:30px;padding:0 9px;font-size:12px}.sal-setting-grid{grid-template-columns:1fr 1fr auto;align-items:end;gap:8px;padding:13px;display:grid}.sal-setting-grid label{flex-direction:column;gap:5px;display:flex}.sal-setting-grid span{font-size:12px}.sal-setting-grid select{background:#fff;border:1px solid #d7e3de;border-radius:7px;height:34px;padding:0 7px;font-size:12px}.sal-rules>article>p{color:#6e8078;margin:0;padding:0 13px 12px;font-size:12px}.sal-tag-rules>div,.sal-supplier-tags>div,.sal-material-rules>div{border-top:1px solid #e7eeeb;align-items:center;gap:9px;min-height:55px;padding:9px 13px;display:flex}.sal-tag-rules>div>span,.sal-material-rules>div>span{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.sal-tag-rules b,.sal-supplier-tags b,.sal-material-rules b{font-size:12px}.sal-tag-rules small,.sal-material-rules small{color:#7b8983;font-size:12px}.sal-tag-rules label{font-size:12px}.sal-supplier-tags>div>b{width:180px}.sal-supplier-tags>div>span{flex-wrap:wrap;flex:1;gap:7px;display:flex}.sal-supplier-tags label{font-size:12px}.sal-material-rules em{color:#a75f1e;font-size:12px;font-style:normal}@keyframes sal-spin{to{transform:rotate(360deg)}}@media (max-width:1050px){.sal-layout{grid-template-columns:260px minmax(0,1fr)}.sal-flow{grid-template-columns:1fr 20px 1fr 20px 1fr}}@media (max-width:760px){.sal-heading{align-items:flex-start;gap:10px}.sal-heading h1{font-size:22px}.sal-flow{grid-template-columns:1fr}.sal-flow>i{display:none}.sal-metrics{grid-template-columns:1fr 1fr}.sal-layout{grid-template-columns:1fr}.sal-layout>aside{max-height:300px;overflow:auto}.sal-files,.sal-route,.sal-setting-grid,.sal-report>div{grid-template-columns:1fr}.sal-report label.wide{grid-column:auto}.sal-supplier-tags>div{flex-wrap:wrap;align-items:flex-start}.sal-supplier-tags>div>b{width:100%}}.sal-result>button{height:30px;color:inherit;background:#fff;border:1px solid;border-radius:7px;margin-left:auto;padding:0 9px;font-size:12px}.sal-tag-rules em{color:#a75f1e;font-size:12px;font-style:normal}@media (max-width:760px){.sal-layout>aside{scrollbar-width:none}.sal-layout>aside::-webkit-scrollbar{display:none}}.sfs-page{--sfs-green:#08785a;--sfs-red:#b7463f;--sfs-orange:#bf7026;color:#27362f}.sfs-heading{background:linear-gradient(120deg,#f6fbf8,#eef7f3);border:1px solid #dce8e2;border-radius:13px;justify-content:space-between;align-items:center;gap:22px;min-height:128px;padding:24px 27px;display:flex}.sfs-heading small,.sfs-form header small,.sfs-overview header small{letter-spacing:1.5px;color:var(--sfs-green);font-size:12px;font-weight:800}.sfs-heading h1{margin:6px 0 8px;font-size:27px}.sfs-heading p,.sfs-form header span{color:#71817a;margin:0;font-size:12px}.sfs-heading>span{color:#fff;background:#0a7659;border-radius:10px;grid-template-columns:33px 1fr;gap:3px 9px;min-width:210px;padding:14px;display:grid}.sfs-heading>span svg{grid-row:1/3;width:27px}.sfs-heading>span b{font-size:12px}.sfs-heading>span small{color:#bfe4d6;letter-spacing:0}.sfs-metrics{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:14px 0;display:grid}.sfs-metrics article{background:#fff;border:1px solid #e0e9e5;border-radius:10px;gap:11px;min-height:102px;padding:14px;display:flex}.sfs-metrics article>svg{width:22px;color:var(--sfs-green)}.sfs-metrics span{flex-direction:column;min-width:0;display:flex}.sfs-metrics small{color:#7e8b85;font-size:12px}.sfs-metrics b{margin:5px 0;font-size:22px}.sfs-metrics p{color:#89968f;margin:0;font-size:12px;line-height:1.4}.sfs-tabs{background:#fff;border:1px solid #dde8e3;border-radius:10px;align-items:center;gap:5px;min-height:49px;padding:6px 8px;display:flex}.sfs-tabs button,.sfs-tabs a{color:#607168;background:0 0;border:0;border-radius:7px;align-items:center;gap:6px;height:35px;padding:0 11px;font-size:12px;text-decoration:none;display:flex}.sfs-tabs button.active{color:var(--sfs-green);background:#e8f5f0;font-weight:800}.sfs-tabs button:nth-last-child(2){margin-left:auto}.sfs-tabs a{color:var(--sfs-green);border:1px solid #c8ded5}.sfs-tabs svg{width:14px}@keyframes sfs-spin{to{transform:rotate(360deg)}}.sfs-overview{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.sfs-overview>article,.sfs-form,.sfs-table,.sfs-detail>article{background:#fff;border:1px solid #dfe9e5;border-radius:11px;overflow:hidden}.sfs-overview article>header,.sfs-form>header,.sfs-table>header,.sfs-detail>article>header{background:#f7faf9;justify-content:space-between;align-items:center;min-height:60px;padding:12px 15px;display:flex}.sfs-overview h2,.sfs-form h2{margin:4px 0 0;font-size:15px}.sfs-overview article>header strong{font-size:24px}.sfs-overview article>button{text-align:left;background:#fff;border-top:1px solid #e8efec;grid-template-columns:32px minmax(0,1fr) auto 16px;align-items:center;gap:9px;width:100%;min-height:67px;padding:11px 14px;display:grid}.sfs-overview article>button>svg:first-child{width:20px;color:var(--sfs-green)}.sfs-overview article>button>span,.sfs-table td{min-width:0}.sfs-overview article>button b,.sfs-table td>b{font-size:12px;display:block}.sfs-overview article>button small,.sfs-table td>small{color:#819088;margin-top:4px;font-size:12px;line-height:1.4;display:block}.sfs-empty,.sfs-boundary{text-align:center;color:#87948e;padding:25px;font-size:12px}.sfs-status{white-space:nowrap;border-radius:12px;align-items:center;gap:5px;height:23px;padding:0 7px;font-size:12px;display:inline-flex}.sfs-status i{background:currentColor;border-radius:50%;width:5px;height:5px}.sfs-status.green{color:#08785a;background:#e9f6f1}.sfs-status.orange{color:#a85e1c;background:#fff2e2}.sfs-status.red{color:#a3403a;background:#fdebea}.sfs-form{margin-top:14px}.sfs-form>div{grid-template-columns:repeat(4,minmax(130px,1fr));align-items:end;gap:10px;padding:15px;display:grid}.sfs-form label{flex-direction:column;gap:6px;display:flex}.sfs-form label>span{color:#62736b;font-size:12px;font-weight:700}.sfs-form select,.sfs-form input,.sfs-form textarea{color:#26362f;background:#fff;border:1px solid #d5e1dc;border-radius:7px;width:100%;min-height:35px;padding:7px 9px;font-size:12px}.sfs-form textarea{resize:vertical;min-height:58px}.sfs-form label.wide{grid-column:span 2}.sfs-form>div>button{background:var(--sfs-green);color:#fff;border-radius:7px;height:35px;padding:0 13px;font-size:12px;font-weight:700}.sfs-form>div>button:disabled{opacity:.45}.sfs-table{margin-top:14px;overflow:auto}.sfs-table>header{position:sticky;left:0}.sfs-table>header b,.sfs-detail>article>header b{font-size:12px}.sfs-table>header small,.sfs-detail>article>header small{color:#819089;font-size:12px}.sfs-table table{border-collapse:collapse;width:100%;min-width:980px}.sfs-table th{color:#6e7e76;text-align:left;background:#f3f7f5;padding:9px 11px;font-size:12px}.sfs-table td{vertical-align:middle;border-top:1px solid #e8efec;padding:11px;font-size:12px}.sfs-actions{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.sfs-actions button,.sfs-recall-grid footer button,.sfs-detail button{min-height:28px;color:var(--sfs-green);background:#fff;border:1px solid #cadfd7;border-radius:6px;align-items:center;gap:4px;padding:0 8px;font-size:12px;display:inline-flex}.sfs-actions svg,.sfs-recall-grid footer svg,.sfs-detail button svg{width:12px}.sfs-recall-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;display:grid}.sfs-recall-grid>article{background:#fff;border:1px solid #dfe9e5;border-radius:10px;padding:15px}.sfs-recall-grid article>header{justify-content:space-between;gap:10px;display:flex}.sfs-recall-grid article header span{flex-direction:column;gap:4px;display:flex}.sfs-recall-grid article header small{color:var(--sfs-green);font-size:12px}.sfs-recall-grid h3{margin:0;font-size:13px}.sfs-recall-grid article>p{color:#6e7f77;min-height:34px;font-size:12px;line-height:1.5}.sfs-recall-grid dl{grid-template-columns:repeat(3,1fr);gap:7px;margin:11px 0;display:grid}.sfs-recall-grid dl div{background:#f5f8f7;border-radius:7px;padding:8px}.sfs-recall-grid dt{color:#83918a;font-size:12px}.sfs-recall-grid dd{margin:4px 0 0;font-size:12px;font-weight:800}.sfs-recall-grid footer{flex-wrap:wrap;gap:6px;display:flex}.sfs-recall-grid footer button.primary{border-color:var(--sfs-green);background:var(--sfs-green);color:#fff}.sfs-detail{margin-top:14px}.sfs-detail>header{background:#f5faf7;border:1px solid #dce8e2;border-radius:10px;align-items:center;gap:14px;min-height:92px;padding:15px;display:flex}.sfs-detail>header>div{flex:1;min-width:0}.sfs-detail>header small{color:var(--sfs-green);font-size:12px}.sfs-detail>header h2{margin:4px 0;font-size:17px}.sfs-detail>header p{color:#788780;margin:0;font-size:12px}.sfs-detail>header button.close{border-color:var(--sfs-green);background:var(--sfs-green);color:#fff}.sfs-detail-metrics{grid-template-columns:repeat(4,1fr);gap:8px;margin:10px 0;display:grid}.sfs-detail-metrics div{background:#fff;border:1px solid #e0e9e5;border-radius:8px;flex-direction:column;gap:5px;padding:12px;display:flex}.sfs-detail-metrics small{color:#7d8b85;font-size:12px}.sfs-detail-metrics b{font-size:18px}.sfs-detail>article{margin-top:10px}.sfs-detail>article>div{border-top:1px solid #e7eeeb;align-items:center;gap:10px;min-height:60px;padding:10px 13px;display:flex}.sfs-detail>article>div>span:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sfs-detail>article>div b{font-size:12px}.sfs-detail>article>div small{color:#809088;font-size:12px}.sfs-detail>article>div strong{font-size:12px}.sfs-detail>article>div>button{margin-left:auto}@media (max-width:1050px){.sfs-metrics{grid-template-columns:repeat(3,1fr)}.sfs-form>div{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.sfs-heading{flex-direction:column;align-items:flex-start}.sfs-heading>span{width:100%}.sfs-metrics{grid-template-columns:repeat(2,1fr)}.sfs-tabs{overflow-x:auto}.sfs-tabs button:nth-last-child(2){margin-left:0}.sfs-overview,.sfs-recall-grid,.sfs-form>div{grid-template-columns:1fr}.sfs-form label.wide{grid-column:auto}.sfs-detail>header{flex-wrap:wrap;align-items:flex-start}.sfs-detail>header>div{flex-basis:100%;order:2}.sfs-detail-metrics{grid-template-columns:repeat(2,1fr)}.sfs-detail>article>div{flex-wrap:wrap;align-items:flex-start}}.sfs-impact-preview{background:#f2faf7;border:1px solid #c9e3d9;border-radius:10px;grid-column:1/-1;padding:11px 13px}.sfs-impact-preview header{justify-content:space-between;align-items:center;gap:10px;margin-bottom:9px;display:flex}.sfs-impact-preview header b{color:#145a47;font-size:12px}.sfs-impact-preview header small{color:#6c7f77;font-size:12px}.sfs-impact-preview>div{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.sfs-impact-preview span{color:#6c7f77;background:#fff;border-radius:7px;padding:9px;font-size:12px}.sfs-impact-preview span b{color:#213b32;margin-top:4px;font-size:15px;display:block}@media (max-width:680px){.sfs-impact-preview>div{grid-template-columns:repeat(2,minmax(0,1fr))}}.sfs-module-switch{background:#fff;border:1px solid #dce7e2;border-radius:10px;gap:4px;margin-bottom:12px;padding:5px;display:inline-flex}.sfs-module-switch button{color:#687870;background:0 0;border:0;border-radius:7px;height:34px;padding:0 15px;font-size:12px}.sfs-module-switch button.active{color:#fff;background:#08785a;font-weight:800}.spp-page{color:#173d34;gap:18px;display:grid}.spp-heading{background:linear-gradient(125deg,#f0fbf7,#e9f3ff);border:1px solid #d4e9e2;border-radius:24px;justify-content:space-between;gap:20px;padding:26px 28px;display:flex}.spp-heading small{letter-spacing:.12em;color:#528377;font-size:12px}.spp-heading h1{margin:5px 0 8px;font-size:28px}.spp-heading p{color:#628078;margin:0}.spp-heading>span{background:#fff9;border:1px solid #d8ebe5;border-radius:18px;align-content:center;place-items:center;min-width:130px;display:grid}.spp-heading>span svg{width:20px}.spp-heading>span b{font-size:30px}.spp-heading>span small{letter-spacing:0}.spp-tabs{gap:8px;padding:4px;display:flex;overflow:auto}.spp-tabs button,.spp-tabs a,.spp-actions button{color:#3c665c;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #d6e5e0;border-radius:12px;align-items:center;gap:7px;padding:10px 13px;text-decoration:none;display:flex}.spp-tabs svg,.spp-actions svg{width:16px;height:16px}.spp-tabs .active,.spp-actions .primary{color:#fff;background:#176f59;border-color:#176f59}.spp-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.spp-metrics article{background:#fff;border:1px solid #dce9e4;border-radius:17px;gap:5px;padding:18px;display:grid}.spp-metrics article b{font-size:27px}.spp-metrics article small,.spp-metrics article span{color:#71857f}.spp-metrics article.good{box-shadow:inset 4px 0 #27a67e}.spp-metrics article.danger{box-shadow:inset 4px 0 #d75c5c}.spp-grid,.spp-subgrid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.spp-panel,.spp-program-layout>aside,.spp-program-layout>main,.spp-participant-detail{background:#fff;border:1px solid #dce9e4;border-radius:18px;overflow:hidden}.spp-panel>header,.spp-program-layout>aside>header,.spp-participants>header,.spp-checks>header{border-bottom:1px solid #e7efec;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.spp-panel>header div,.spp-program-layout>aside>header div,.spp-participants>header,.spp-checks>header{flex-direction:column;gap:3px;display:flex}.spp-panel header small,.spp-program-layout header small{color:#7b8e89}.spp-row,.spp-program-layout>aside>button,.spp-participants>button{text-align:left;width:100%;color:inherit;background:#fff;border:0;border-bottom:1px solid #edf2f0;align-items:center;gap:10px;padding:14px 17px;display:flex}.spp-row span,.spp-program-layout aside button span,.spp-participants button span{flex:1;gap:4px;display:grid}.spp-row small,.spp-program-layout aside button small,.spp-participants button small{color:#7a8e88}.spp-row svg{width:16px}.spp-program-layout{grid-template-columns:280px minmax(0,1fr);gap:14px;display:grid}.spp-program-layout>aside>header button{color:#176f59;background:#e5f4ef;border:0;border-radius:9px;padding:8px 12px}.spp-program-layout>aside>button.active,.spp-participants>button.active{background:#eff9f5}.spp-program-layout>main{padding:20px}.spp-detail-heading,.spp-participant-detail>header{justify-content:space-between;align-items:start;display:flex}.spp-detail-heading h2,.spp-participant-detail h3{margin:4px 0}.spp-detail-heading p,.spp-participant-detail p{color:#71857f;margin:0}.spp-actions{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.spp-boundary{color:#895d14;background:#fff6e8;border-radius:12px;gap:12px;padding:14px;display:flex}.spp-boundary svg{flex:none;width:20px}.spp-boundary span{gap:4px;display:grid}.spp-participants{border:1px solid #e3ece9;border-radius:14px;margin-top:18px;overflow:hidden}.spp-participants button em{color:#6f837d;font-size:12px;font-style:normal}.spp-participant-detail{background:#f8fbfa;margin-top:20px;padding:18px}.spp-checks{background:#fff;border:1px solid #deebe7;border-radius:14px;overflow:hidden}.spp-checks article{border-bottom:1px solid #edf3f1;align-items:center;gap:10px;padding:12px 15px;display:flex}.spp-checks article>span:first-child{flex:1;grid-template-columns:22px 1fr;align-items:center;display:grid}.spp-checks article>span:first-child small{color:#778c85;grid-column:2}.spp-checks article svg{color:#2b9876;width:18px}.spp-checks article>div,.spp-issue>div{gap:6px;display:flex}.spp-checks button,.spp-reconcile button,.spp-issue button{background:#fff;border:1px solid #d4e4df;border-radius:8px;padding:6px 9px}.spp-subgrid{margin:14px 0}.spp-status{white-space:nowrap;color:#64736f;background:#edf1f0;border-radius:999px;justify-content:center;padding:4px 9px;font-size:12px;display:inline-flex}.spp-status.ok{color:#177450;background:#e4f7ee}.spp-status.warn{color:#936016;background:#fff1d8}.spp-status.danger{color:#ad3e3e;background:#fde7e7}.spp-reconcile,.spp-issue{border-bottom:1px solid #edf2f0;align-items:center;gap:12px;padding:14px 17px;display:flex}.spp-reconcile>span,.spp-issue>span{flex:1;gap:4px;display:grid}.spp-reconcile small,.spp-issue small{color:#748a83}.spp-reconcile strong.diff{color:#c34949}.spp-empty{color:#7c908a;text-align:center;align-content:center;place-items:center;gap:5px;min-height:120px;padding:20px;display:grid}.spp-empty svg{width:24px}@keyframes spp-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.spp-metrics{grid-template-columns:1fr 1fr}.spp-grid,.spp-subgrid,.spp-program-layout{grid-template-columns:1fr}.spp-program-layout>aside{max-height:280px;overflow:auto}}@media (max-width:560px){.spp-page{gap:12px}.spp-heading{padding:20px;display:block}.spp-heading>span{gap:8px;margin-top:14px;padding:12px;display:flex}.spp-heading>span b{font-size:22px}.spp-tabs{margin-inline:-8px}.spp-tabs button,.spp-tabs a{padding:9px 11px}.spp-metrics{grid-template-columns:1fr 1fr}.spp-metrics article{padding:14px}.spp-program-layout>main,.spp-participant-detail{padding:13px}.spp-detail-heading,.spp-participant-detail>header{gap:8px}.spp-participants>button,.spp-reconcile,.spp-issue,.spp-checks article{flex-wrap:wrap;align-items:flex-start}.spp-participants>button em{width:100%}.spp-checks article>div,.spp-issue>div{justify-content:flex-end;width:100%}.spp-subgrid{grid-template-columns:1fr}}.sop-registration-layout{grid-template-columns:minmax(285px,34%) 1fr;min-height:520px;display:grid}.sop-registration-layout>aside{background:#f8faf9;border-right:1px solid #e4ece8;max-height:720px;overflow:auto}.sop-registration-layout>aside>button{text-align:left;background:0 0;border:0;border-bottom:1px solid #e8eeeb;align-items:flex-start;gap:8px;width:100%;min-height:88px;padding:14px 15px;display:flex}.sop-registration-layout>aside>button.active{background:#eaf6f1;box-shadow:inset 3px 0 #0b8061}.sop-registration-layout>aside>button>span{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.sop-registration-layout>aside small,.sop-registration-layout>aside em{color:#77867f;overflow-wrap:anywhere;font-size:12px;font-style:normal;line-height:1.45}.sop-registration-layout>main{min-width:0;padding:21px}.sop-registration-layout>main>header{border-bottom:1px solid #e5ece8;justify-content:space-between;align-items:flex-start;padding-bottom:15px;display:flex}.sop-registration-layout>main>header small{color:#0b8061;letter-spacing:.06em;font-size:12px}.sop-registration-layout>main h2{margin:5px 0;font-size:22px}.sop-registration-layout>main p{color:#718078;margin:0;font-size:12px}.sop-registration-facts{grid-template-columns:1fr 1fr;gap:10px;margin:16px 0;display:grid}.sop-registration-facts>div{background:#f5f8f7;border-radius:9px;padding:12px}.sop-registration-facts dt{color:#7d8a84;font-size:12px}.sop-registration-facts dd{overflow-wrap:anywhere;margin:5px 0 0;font-size:13px;font-weight:700}.sop-qualification{margin-bottom:16px}.sop-qualification h3{font-size:13px}.sop-qualification article{border-top:1px solid #e7eeeb;grid-template-columns:120px 1fr;gap:4px 10px;padding:10px 0;display:grid}.sop-qualification article b{font-size:12px}.sop-qualification article span,.sop-qualification article small{color:#65766e;font-size:12px}.sop-qualification article small{grid-column:2}.sop-review-field{flex-direction:column;gap:7px;margin-top:14px;display:flex}.sop-review-field>span{font-size:12px;font-weight:800}.sop-review-field select,.sop-review-field textarea{color:#26352f;width:100%;font:inherit;box-sizing:border-box;background:#fff;border:1px solid #ccdcd5;border-radius:9px}.sop-review-field select{height:43px;padding:0 11px}.sop-review-field textarea{resize:vertical;min-height:88px;padding:11px}.sop-review-field small{color:#74827c;font-size:12px;line-height:1.55}.sop-review-field select:disabled,.sop-review-field textarea:disabled{color:#7f8b86;background:#f1f4f3}.sop-review-actions{border-top:1px solid #e5ece8;justify-content:flex-end;gap:8px;margin-top:16px;padding-top:15px;display:flex}.sop-review-actions button,.sop-activation button{color:#4f6259;background:#fff;border:1px solid #cadbd4;border-radius:8px;height:37px;padding:0 14px;font-weight:700}.sop-review-actions button.primary{color:#fff;background:#0b8061;border-color:#0b8061}.sop-review-actions button.danger{color:#b64d47;border-color:#edc8c4}.sop-existing-note{background:#fff6e8;border-radius:8px;padding:11px;color:#7a5b35!important;margin-top:12px!important}.sop-activation{color:#08775a;background:#eaf7f2;border:1px solid #b7ddcf;border-radius:10px;align-items:center;gap:10px;margin-top:15px;padding:13px;display:flex}.sop-activation>svg{flex:none;width:24px}.sop-activation>span{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sop-activation small{color:#5e786e}.sop-activation code{color:#244237;overflow-wrap:anywhere;background:#fff;border-radius:6px;padding:7px;font-size:12px}.sop-activation button{align-items:center;gap:5px;display:flex}.sop-activation button svg{width:15px}.sop-page{color:#26352f;flex-direction:column;gap:16px;display:flex}.sop-heading{color:#fff;background:linear-gradient(135deg,#063d30,#0b7f60);border-radius:16px;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.sop-heading small{letter-spacing:.12em;color:#a9d6c8;font-size:12px}.sop-heading h1{margin:7px 0;font-size:28px}.sop-heading p{color:#c6e4da;margin:0}.sop-heading>span{background:#ffffff10;border:1px solid #ffffff30;border-radius:13px;grid-template-columns:32px 1fr;align-items:center;min-width:128px;padding:14px;display:grid}.sop-heading>span svg{grid-row:1/3;width:24px}.sop-heading>span b{font-size:24px}.sop-heading>span small{font-size:12px}.sop-tabs{background:#fff;border:1px solid #dfe8e4;border-radius:12px;gap:5px;padding:5px;display:flex;overflow:auto}.sop-tabs button,.sop-panel header>a,.sop-panel header>button{color:#65756e;white-space:nowrap;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;height:38px;padding:0 14px;font-weight:700;display:flex}.sop-tabs button svg,.sop-panel header>a svg{width:16px}.sop-tabs button.active{color:#08785a;background:#e4f4ef}.sop-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.sop-metrics article{background:#fff;border:1px solid #dfe8e4;border-radius:13px;flex-direction:column;gap:7px;padding:17px;display:flex}.sop-metrics small,.sop-metrics span{color:#7b8983;font-size:12px}.sop-metrics b{font-size:24px}.sop-metrics .good b{color:#08785a}.sop-metrics .danger b{color:#bd5049}.sop-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.sop-panel{background:#fff;border:1px solid #dfe8e4;border-radius:14px;overflow:hidden}.sop-panel>header{border-bottom:1px solid #e7eeeb;justify-content:space-between;align-items:center;min-height:68px;padding:0 18px;display:flex}.sop-panel>header h2{margin:0;font-size:16px}.sop-panel>header small{color:#7d8a84;margin-top:4px;display:block}.sop-panel>header>a,.sop-panel>header>button{color:#08785a;background:#e6f3ef;text-decoration:none}.sop-row{border-bottom:1px solid #edf2ef;align-items:center;gap:12px;min-height:82px;padding:13px 18px;display:flex}.sop-row:last-child{border-bottom:0}.sop-row>span:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.sop-row>span b{font-size:14px}.sop-row>span small,.sop-row>span em{color:#7b8983;overflow-wrap:anywhere;font-size:12px;font-style:normal}.sop-row>div{gap:6px;display:flex}.sop-row button,.sop-settings button{color:#53665d;background:#fff;border:1px solid #cbdcd5;border-radius:7px;height:32px;padding:0 10px}.sop-row button.primary{color:#fff;background:#0b8061;border-color:#0b8061}.sop-row.compact{min-height:66px}.sop-status{color:#64726d;background:#eef2f0;border-radius:12px;flex:none;padding:5px 8px;font-size:12px}.sop-status i{background:currentColor;border-radius:50%;width:6px;height:6px;margin-right:5px;display:inline-block}.sop-status.ok{color:#08785a;background:#e4f4ed}.sop-status.warn{color:#bd7029;background:#fff1df}.sop-status.danger{color:#b84c46;background:#fdebea}.sop-empty{text-align:center;color:#819089;flex-direction:column;justify-content:center;align-items:center;min-height:145px;padding:22px;display:flex}.sop-empty svg{color:#8cb7a8;width:27px}.sop-empty b{color:#35443e;margin:8px 0 5px}.sop-empty small{max-width:520px;line-height:1.6}.sop-settings{gap:12px;display:grid}.sop-settings article{background:#fff;border:1px solid #dfe8e4;border-radius:14px;align-items:center;gap:15px;min-height:112px;padding:18px;display:flex}.sop-settings article>span:first-child{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.sop-settings article>span.on{color:#08785a;background:#e3f4ee}.sop-settings article>span.off{color:#788680;background:#eef2f0}.sop-settings article>div{flex:1}.sop-settings h2{margin:3px 0 6px;font-size:17px}.sop-settings p{color:#74827c;margin:0}.sop-settings .locked{background:#fafbfa}.sop-boundary{color:#176b54;background:#edf7f3;border:1px solid #cbe2d9;border-radius:12px;align-items:center;gap:10px;padding:14px 17px;display:flex}.sop-boundary span{flex-direction:column;gap:3px;display:flex}.sop-boundary small{color:#657e74}@keyframes sop-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.sop-metrics{grid-template-columns:1fr 1fr}.sop-grid{grid-template-columns:1fr}.sop-row{flex-wrap:wrap;align-items:flex-start}.sop-row>span:first-child{min-width:65%}.sop-heading>span{display:none}}@media (max-width:560px){.sop-page{gap:11px}.sop-heading{border-radius:12px;padding:19px}.sop-heading h1{font-size:23px}.sop-heading p{font-size:12px;line-height:1.6}.sop-metrics{gap:8px}.sop-metrics article{padding:13px}.sop-metrics b{font-size:20px}.sop-settings article{flex-wrap:wrap;align-items:flex-start}.sop-settings article>div{min-width:65%}}@media (max-width:900px){.sop-registration-layout{grid-template-columns:1fr}.sop-registration-layout>aside{border-bottom:1px solid #e4ece8;border-right:0;max-height:260px}}@media (max-width:560px){.sop-registration-layout>main{padding:15px}.sop-registration-facts{grid-template-columns:1fr;gap:7px}.sop-qualification article{grid-template-columns:1fr}.sop-qualification article small{grid-column:1}.sop-review-actions{grid-template-columns:1fr 1fr;display:grid}.sop-review-actions .primary{grid-column:1/3}.sop-activation{flex-wrap:wrap;align-items:flex-start}.sop-activation>span{min-width:calc(100% - 40px)}.sop-activation>button{margin-left:34px}}.sop-license{background:#f4faf7;border:1px solid #b9dccc;border-radius:11px;margin:15px 0;overflow:hidden}.sop-license.review{background:#fffaf1;border-color:#e4ca9c}.sop-license>header{border-bottom:1px solid #dceae4;justify-content:space-between;align-items:center;gap:12px;min-height:58px;padding:11px 13px;display:flex}.sop-license>header>div{flex-direction:column;gap:4px;display:flex}.sop-license h3{margin:0;font-size:12px}.sop-license>header small{color:#73827b;font-size:12px}.sop-license>header button{color:#fff;background:#087b5b;border-radius:7px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:12px;font-weight:700;display:flex}.sop-license>header button svg{width:14px}.sop-license>dl{grid-template-columns:repeat(4,1fr);gap:8px;margin:0;padding:11px 13px;display:grid}.sop-license>dl div{background:#fff;border-radius:8px;min-width:0;padding:8px}.sop-license dt{color:#7c8b84;font-size:12px}.sop-license dd{overflow-wrap:anywhere;margin:4px 0 0;font-size:12px;font-weight:700}.sop-license>p{color:#53675e;background:#fff;border-radius:8px;margin:0 13px 11px;padding:9px;font-size:12px;line-height:1.55}.sop-license-ok{align-items:center;display:flex;color:#087b5b!important;gap:7px!important}.sop-license-ok svg,.sop-license-missing svg{flex:none;width:16px}.sop-license-missing{align-items:center;display:flex;color:#a34b44!important;background:#fff0ed!important;gap:7px!important}.sop-license-confirm{cursor:pointer;background:#fff3dc;border-radius:8px;align-items:flex-start;gap:9px;margin:0 13px 13px;padding:10px;display:flex}.sop-license-confirm input{accent-color:#087b5b;margin-top:2px}.sop-license-confirm span{flex-direction:column;gap:4px;display:flex}.sop-license-confirm b{font-size:12px}.sop-license-confirm small{color:#7d6a49;font-size:12px;line-height:1.5}@media (max-width:720px){.sop-license>dl{grid-template-columns:1fr 1fr}}.sop-space-lifecycle{background:#f5faf7;border:1px solid #cfe4da;border-radius:10px;margin:-2px 0 14px;padding:12px}.sop-space-lifecycle.risk{background:#fff4f1;border-color:#e7b3a9}.sop-space-lifecycle>header{color:#087b5b;align-items:center;gap:7px;display:flex}.sop-space-lifecycle.risk>header{color:#a43d35}.sop-space-lifecycle>header svg{width:17px;height:17px}.sop-space-lifecycle>header b{font-size:12px}.sop-space-lifecycle dl{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:10px 0 0;display:grid}.sop-space-lifecycle dl div{background:#fff;border-radius:7px;min-width:0;padding:8px}.sop-space-lifecycle dt{color:#77867f;font-size:12px}.sop-space-lifecycle dd{overflow-wrap:anywhere;margin:3px 0 0;font-size:12px;font-weight:700;line-height:1.45}.sop-space-lifecycle>p{color:#93483f;margin:9px 0 0;font-size:12px;line-height:1.5}@media (max-width:720px){.sop-space-lifecycle dl{grid-template-columns:1fr 1fr}}.erl-page{color:#26372f}.erl-heading{background:linear-gradient(120deg,#f4fbf7,#edf7f2);border:1px solid #d9e7e0;border-radius:16px;justify-content:space-between;align-items:center;gap:20px;min-height:132px;padding:26px 30px;display:flex}.erl-heading small{letter-spacing:1.5px;color:#08785a;font-size:12px;font-weight:800}.erl-heading h1{margin:7px 0;font-size:32px}.erl-heading p{color:#65776e;margin:0;font-size:14px}.erl-heading button,.erl-card button,.erl-form button,.erl-action button{color:#176d55;background:#fff;border:1px solid #c9ddd4;border-radius:9px;justify-content:center;align-items:center;gap:7px;height:40px;padding:0 15px;font-size:13px;font-weight:700;display:inline-flex}.erl-heading svg,.erl-card button svg,.erl-form button svg,.erl-action button svg{width:17px}.erl-flow{background:#fff;border:1px solid #dce8e2;border-radius:13px;grid-template-columns:1fr 28px 1fr 28px 1fr 28px 1fr;align-items:center;min-height:92px;margin:16px 0;padding:16px 22px;display:grid}.erl-flow>div{grid-template-columns:34px 1fr;gap:2px 10px;display:grid}.erl-flow>div>span{color:#08785a;background:#e5f5ee;border-radius:50%;grid-row:1/3;place-items:center;width:34px;height:34px;font-size:14px;font-weight:800;display:grid}.erl-flow b{font-size:14px}.erl-flow small{color:#718179;font-size:12px}.erl-flow>svg{color:#a8bcb2;width:17px}.erl-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.erl-metrics article{background:#fff;border:1px solid #dce7e2;border-radius:12px;align-items:center;gap:14px;min-height:88px;padding:18px;display:flex}.erl-metrics article>svg{color:#08785a;width:27px}.erl-metrics span{flex-direction:column;gap:4px;display:flex}.erl-metrics small{color:#74837c;font-size:12px}.erl-metrics b{font-size:25px}.erl-boundary,.erl-detail-boundary{color:#8d5a1e;background:#fff7e8;border-radius:9px;align-items:center;gap:9px;padding:12px 14px;font-size:12px;display:flex}.erl-boundary svg{width:18px}.erl-tabs{background:#fff;border:1px solid #dce7e2;border-radius:11px;gap:5px;margin:14px 0 12px;padding:5px;display:flex}.erl-tabs button{color:#607169;background:0 0;border:0;border-radius:8px;align-items:center;gap:7px;height:40px;padding:0 16px;font-size:13px;font-weight:700;display:flex}.erl-tabs button svg{width:17px}.erl-tabs button.active{color:#08785a;background:#e7f5ef}.erl-card{background:#fff;border:1px solid #dce7e2;border-radius:13px;overflow:hidden}.erl-card>header{border-bottom:1px solid #e4ece8;justify-content:space-between;align-items:center;gap:12px;min-height:76px;padding:15px 18px;display:flex}.erl-card h2{margin:0 0 5px;font-size:19px}.erl-card p{color:#718078;margin:0;font-size:12px}.erl-card button.primary,.erl-form button.primary,.erl-action button.primary{color:#fff;background:#08785a;border-color:#08785a}.erl-item-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:15px;display:grid}.erl-item-grid>article{background:#fff;border:1px solid #dce7e2;border-radius:11px;padding:17px}.erl-item-grid>article.disabled{opacity:.72;background:#f7f9f8}.erl-item-grid article>header{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.erl-item-grid article>header small{color:#687a71;font-size:12px}.erl-item-grid h3{margin:5px 0 0;font-size:18px}.erl-item-grid article>header i{color:#718078;white-space:nowrap;background:#edf0ef;border-radius:12px;padding:5px 8px;font-size:12px;font-style:normal}.erl-item-grid article>header i.ok{color:#08785a;background:#e4f5ed}.erl-stock{grid-template-columns:repeat(3,1fr);gap:8px;margin:15px 0;display:grid}.erl-stock span{background:#f4f8f6;border-radius:8px;flex-direction:column;gap:3px;padding:10px;display:flex}.erl-stock b{font-size:16px}.erl-stock small{color:#718078;font-size:12px}.erl-item-grid dl{border-top:1px solid #e6eeea;margin:0}.erl-item-grid dl div{border-bottom:1px solid #e6eeea;justify-content:space-between;align-items:center;min-height:38px;display:flex}.erl-item-grid dt{color:#687a71;font-size:12px}.erl-item-grid dd{margin:0;font-size:13px;font-weight:700}.erl-item-grid article>footer{justify-content:space-between;align-items:center;gap:10px;min-height:46px;padding-top:12px;display:flex}.erl-item-grid article>footer span{color:#718078;font-size:12px}.erl-item-grid article>footer button{height:34px;padding:0 10px;font-size:12px}.erl-search{border:1px solid #d3e0da;border-radius:9px;align-items:center;gap:8px;width:min(360px,100%);height:40px;padding:0 11px;display:flex}.erl-search svg{color:#718078;width:17px}.erl-search input{border:0;outline:0;flex:1;min-width:0;font-size:13px}.erl-order-list>button{width:100%;min-height:88px;color:inherit;text-align:left;background:#fff;border:0;border-bottom:1px solid #e5ede9;grid-template-columns:40px minmax(0,1fr) auto 110px 20px;align-items:center;gap:12px;padding:13px 18px;display:grid}.erl-order-list>button:hover{background:#f5faf7}.erl-order-icon{color:#08785a;background:#e8f5ef;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.erl-order-icon svg{width:20px}.erl-order-list section{flex-direction:column;gap:4px;min-width:0;display:flex}.erl-order-list section small,.erl-order-list section p{color:#718078;font-size:12px}.erl-order-list section b{font-size:14px}.erl-order-list section p{margin:0}.erl-order-list>button>strong{text-align:right;font-size:14px}.erl-order-list>button>svg{color:#9aaba2;width:17px}.erl-status{color:#65756d;white-space:nowrap;background:#eef1f0;border-radius:13px;padding:6px 9px;font-size:12px;font-weight:700}.erl-status.submitted,.erl-status.return_requested{color:#96561b;background:#fff0dc}.erl-status.confirmed,.erl-status.checked_out{color:#27658b;background:#e6f4ff}.erl-status.completed{color:#08785a;background:#e5f5ed}.erl-empty{color:#76867e;flex-direction:column;justify-content:center;align-items:center;min-height:230px;padding:30px;display:flex}.erl-empty svg{width:34px}.erl-empty b{margin:10px 0 5px;font-size:16px}.erl-empty small{font-size:12px}.erl-overlay{z-index:80;background:#121f196b;justify-content:flex-end;display:flex;position:fixed;inset:0}.erl-drawer{background:#fff;width:min(680px,100%);height:100%;overflow:auto;box-shadow:-18px 0 50px #0f2c1f29}.erl-drawer>header{z-index:2;background:#fff;border-bottom:1px solid #e1ebe6;justify-content:space-between;align-items:center;min-height:82px;padding:16px 20px;display:flex;position:sticky;top:0}.erl-drawer>header small{color:#08785a;font-size:12px;font-weight:800}.erl-drawer>header h2{margin:5px 0 0;font-size:23px}.erl-drawer>header button{background:#fff;border:1px solid #d7e3dd;border-radius:9px;width:38px;height:38px}.erl-drawer>header svg{width:18px}.erl-form,.erl-detail{padding:18px}.erl-form-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.erl-form label,.erl-action label{flex-direction:column;gap:6px;display:flex}.erl-form label>span,.erl-action label>span{font-size:12px;font-weight:700}.erl-form input,.erl-form select,.erl-form textarea,.erl-action input,.erl-action textarea{width:100%;height:42px;font:inherit;background:#fff;border:1px solid #d3e0da;border-radius:8px;padding:0 11px;font-size:13px}.erl-form textarea,.erl-action textarea{resize:vertical;height:82px;padding:10px}.erl-form .wide,.erl-action .wide{grid-column:1/3}.erl-form fieldset{border:1px solid #d3e0da;border-radius:9px;margin:0;padding:11px}.erl-form legend{padding:0 6px;font-size:12px;font-weight:700}.erl-assets{gap:6px;max-height:230px;display:grid;overflow:auto}.erl-assets>label{border:1px solid #e0e9e5;border-radius:7px;flex-direction:row;align-items:center;gap:9px;min-height:48px;padding:7px;display:flex}.erl-assets>label.disabled{opacity:.55}.erl-assets input{width:17px;height:17px}.erl-assets span{flex-direction:column;gap:3px;display:flex}.erl-assets b{font-size:12px}.erl-assets small{color:#718078;font-size:12px}.erl-rate-form{background:#f3f8f5;border-radius:10px;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0;padding:14px;display:grid}.erl-rate-form>header{grid-column:1/3;justify-content:space-between;align-items:center;display:flex}.erl-rate-form header b{font-size:15px}.erl-rate-form header small{color:#718078;font-size:12px}.erl-toggle{border:1px solid #dce7e2;border-radius:9px;align-items:center;padding:12px;flex-direction:row!important;gap:10px!important;display:flex!important}.erl-toggle input{width:18px;height:18px}.erl-toggle span{flex-direction:column;gap:3px;display:flex}.erl-toggle b{font-size:13px}.erl-toggle small{color:#718078;font-size:12px}.erl-form>footer{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.erl-detail>header{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.erl-detail>header>div,.erl-detail-money>div{background:#f3f8f5;border-radius:9px;flex-direction:column;gap:5px;padding:11px;display:flex}.erl-detail small{color:#718078;font-size:12px}.erl-detail b{font-size:14px}.erl-detail-money{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:10px;display:grid}.erl-detail-money b{font-size:18px}.erl-detail dl{margin:12px 0}.erl-detail dl div{border-bottom:1px solid #e4ece8;min-height:48px;padding:8px 0}.erl-detail dt{color:#718078;font-size:12px}.erl-detail dd{margin:5px 0 0;font-size:13px}.erl-allocations,.erl-action,.erl-events{border:1px solid #dce7e2;border-radius:10px;margin-top:14px;padding:13px}.erl-allocations h3,.erl-action h3,.erl-events h3{margin:0 0 10px;font-size:16px}.erl-allocations>div{border-top:1px solid #e5ede9;justify-content:space-between;align-items:center;min-height:40px;font-size:12px;display:flex}.erl-action{flex-direction:column;gap:10px;display:flex}.erl-action>div:last-child{justify-content:flex-end;gap:8px;display:flex}.erl-action button.danger{color:#a44841;border-color:#e3c7c4}.erl-action button.full{width:100%}.erl-action label small{font-size:12px}.erl-events>div{grid-template-columns:10px 1fr;gap:8px;display:grid}.erl-events i{background:#08785a;border-radius:50%;width:8px;height:8px;margin-top:6px}.erl-events span{flex-direction:column;gap:3px;padding-bottom:12px;display:flex}.erl-events p{color:#52655c;margin:0;font-size:12px}.spin{animation:1s linear infinite erl-spin}@keyframes erl-spin{to{transform:rotate(360deg)}}@media (max-width:900px){.erl-flow{grid-template-columns:1fr 18px 1fr}.erl-flow>div:nth-of-type(n+3),.erl-flow>svg:nth-of-type(n+3){display:none}.erl-metrics{grid-template-columns:1fr 1fr}.erl-item-grid{grid-template-columns:1fr}.erl-order-list>button{grid-template-columns:40px minmax(0,1fr) auto}.erl-order-list>button>strong,.erl-order-list>button>svg{display:none}}@media (max-width:620px){.erl-heading{align-items:flex-start;padding:20px}.erl-heading h1{font-size:27px}.erl-heading p{font-size:13px}.erl-flow{grid-template-columns:1fr}.erl-flow>svg,.erl-flow>div:nth-of-type(n+2){display:none}.erl-metrics{grid-template-columns:1fr 1fr}.erl-metrics article{min-height:76px;padding:12px}.erl-card>header{flex-direction:column;align-items:flex-start}.erl-search{width:100%}.erl-form-grid,.erl-rate-form{grid-template-columns:1fr}.erl-form .wide,.erl-rate-form>header{grid-column:auto}.erl-rate-form>header{flex-direction:column;align-items:flex-start;gap:4px}.erl-detail>header{grid-template-columns:1fr}.erl-order-list>button{grid-template-columns:36px minmax(0,1fr);padding:12px}.erl-order-list .erl-status{grid-column:2}.erl-order-icon{width:36px;height:36px}}.onb-shell{color:#17332b;max-width:1180px;margin:0 auto;padding:8px 4px 48px}.onb-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.onb-header small,.onb-detail>header small{color:#16805f;letter-spacing:.12em;font-weight:800}.onb-header h1{margin:5px 0;font-size:30px;line-height:1.2}.onb-header p{color:#61716c;margin:0}.onb-header>button,.onb-tabs button,.onb-filter select,.onb-filter span{color:#36564c;background:#fff;border:1px solid #d9e4df;border-radius:12px;padding:10px 14px}.onb-header>button,.onb-tabs button{cursor:pointer;align-items:center;gap:7px;font-weight:700;display:flex}.onb-header svg,.onb-tabs svg{width:17px}.onb-tabs{gap:8px;margin-bottom:16px;display:flex}.onb-tabs button.active{color:#fff;background:#147a5c;border-color:#147a5c}.onb-filter{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.onb-filter select{min-width:180px}.onb-filter span{padding:7px 12px;font-size:13px}.onb-list{gap:10px;display:grid}.onb-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #dfe8e4;border-radius:16px;grid-template-columns:110px minmax(0,1fr) auto;align-items:center;gap:18px;width:100%;padding:17px 18px;display:grid;box-shadow:0 5px 16px #1d4c3d0b}.onb-card:hover{border-color:#8fc5b4;transform:translateY(-1px)}.onb-card h3{margin:0 0 7px;font-size:17px}.onb-card h3 small{color:#83918c;margin-left:10px;font-size:12px;font-weight:500}.onb-card p{color:#66756f;margin:2px 0;font-size:13px}.onb-card time{color:#8a9893;font-size:12px}.onb-status{color:#416259;background:#edf4f1;border-radius:999px;justify-self:start;padding:6px 10px;font-size:12px;font-weight:800}.onb-status.pending_initial_review,.onb-status.pending_department_receipt{color:#8c6300;background:#fff3d5}.onb-status.needs_more_info{color:#a64b16;background:#fff0e7}.onb-status.completed{color:#167153;background:#e2f6ed}.onb-status.rejected{color:#9b3636;background:#f6e9e9}.onb-empty{color:#768680;border:1px dashed #cbdad4;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:200px;display:flex}.onb-empty svg{color:#2e9876;width:34px}.onb-settings{gap:14px;display:grid}.onb-settings>article{background:#fff;border:1px solid #dfe8e4;border-radius:18px;padding:20px}.onb-settings article>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.onb-settings article>header>div{align-items:center;gap:11px;display:flex}.onb-settings article>header svg{color:#16805f;width:22px}.onb-settings article>header b{display:block}.onb-settings article>header small,.onb-settings article>small{color:#7b8984;margin-top:3px;display:block}.onb-settings article>p{color:#61716c;font-size:13px}.onb-settings button{cursor:pointer;background:#fff;border:1px solid #cfddd8;border-radius:10px;padding:8px 12px}.onb-settings button.on{color:#126b50;background:#e3f5ee;border-color:#b9dfd1}.onb-settings button.off{color:#68756f;background:#f3f5f4}.onb-link{grid-template-columns:minmax(0,1fr) auto auto;gap:8px;display:grid}.onb-link input{border:1px solid #d7e2de;border-radius:10px;min-width:0;padding:11px}.onb-link button,.onb-add-material>button{align-items:center;gap:6px;display:flex}.onb-link svg,.onb-add-material svg{width:16px}.onb-position-list,.onb-material-list{gap:8px;margin-top:15px;display:grid}.onb-position-list>div,.onb-material-list>div{border-top:1px solid #edf1ef;align-items:center;gap:10px;padding:11px 0;display:flex}.onb-position-list>div>span,.onb-material-list>div>span{flex:1;min-width:0}.onb-position-list b,.onb-position-list small,.onb-material-list b,.onb-material-list small{display:block}.onb-position-list small,.onb-material-list small{color:#7a8984;margin-top:3px;font-size:12px}.onb-position-list em{color:#a75b19;align-items:center;gap:4px;margin-top:5px;font-size:12px;font-style:normal;display:inline-flex}.onb-position-list em svg{width:13px}.onb-material-list button.danger{color:#a83c3c}.onb-add-material{border-top:1px solid #edf1ef;grid-template-columns:1fr 1.5fr auto auto;align-items:end;gap:10px;margin-top:14px;padding-top:14px;display:grid}.onb-add-material label:not(.check){gap:6px;display:grid}.onb-add-material label span{color:#61716c;font-size:12px}.onb-add-material input{border:1px solid #d5e1dc;border-radius:10px;padding:10px}.onb-add-material .check{align-items:center;gap:6px;padding-bottom:9px;font-size:13px;display:flex}.onb-add-material>button{color:#fff;background:#167a5c;border-color:#167a5c;padding:10px 14px}.onb-overlay{z-index:80;background:#0d221c6b;justify-content:flex-end;align-items:stretch;display:flex;position:fixed;inset:0}.onb-detail{background:#f7faf8;width:min(660px,100%);height:100%;padding:24px;overflow:auto}.onb-detail>header{justify-content:space-between;gap:16px;margin-bottom:16px;display:flex}.onb-detail>header h2{margin:3px 0;font-size:26px}.onb-detail>header p{color:#6e7e78;margin:0}.onb-detail>header>button{cursor:pointer;background:#e8efec;border:0;border-radius:10px;align-self:flex-start;padding:8px}.onb-detail>header svg{width:20px}.onb-facts,.onb-files,.onb-timeline,.onb-action{background:#fff;border:1px solid #dfe8e4;border-radius:16px;margin-bottom:12px;padding:17px}.onb-facts{grid-template-columns:1fr 1fr;gap:13px;display:grid}.onb-facts small,.onb-facts b{display:block}.onb-facts small{color:#7b8984;margin-bottom:4px;font-size:12px}.onb-facts b{font-size:14px}.onb-files h3,.onb-timeline h3{margin:0 0 12px;font-size:15px}.onb-files a{color:inherit;border-top:1px solid #edf1ef;align-items:center;gap:10px;padding:10px 0;text-decoration:none;display:flex}.onb-files a>svg{color:#16805f;width:20px}.onb-files a>span{flex:1;min-width:0}.onb-files a b,.onb-files a small{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.onb-files a small{color:#7e8c87;margin-top:3px;font-size:12px}.onb-timeline>div{gap:10px;padding:7px 0;display:flex}.onb-timeline i{background:#24906f;border-radius:50%;width:9px;height:9px;margin-top:5px}.onb-timeline span b,.onb-timeline span small{display:block}.onb-timeline span b{font-size:13px}.onb-timeline span small{color:#84918d;margin-top:3px;font-size:12px}.onb-action{gap:12px;display:grid}.onb-action>p{color:#5d7069;margin:0;font-size:13px}.onb-action label{gap:6px;display:grid}.onb-action label>span{font-size:12px;font-weight:700}.onb-action select,.onb-action textarea{font:inherit;background:#fff;border:1px solid #cfded8;border-radius:11px;padding:11px}.onb-action textarea{resize:vertical;min-height:78px}.onb-action footer{justify-content:flex-end;gap:8px;display:flex}.onb-action button{cursor:pointer;background:#fff;border:1px solid #d2dfda;border-radius:10px;padding:10px 13px}.onb-action button.primary{color:#fff;background:#147a5c;border-color:#147a5c}.onb-warning{background:#fff5e6;border-radius:11px;align-items:flex-start;padding:11px;display:flex;color:#8a551b!important;gap:8px!important}.onb-warning svg{flex:none;width:18px}.onr-page{color:#17332b;background:linear-gradient(145deg,#eef7f3 0,#f8fbfa 42%,#edf4f1 100%);min-height:100vh;padding:28px 18px 60px}.onr-brand{align-items:center;gap:10px;max-width:760px;margin:0 auto 18px;display:flex}.onr-brand img{width:46px;height:46px}.onr-brand b,.onr-brand small{display:block}.onr-brand small{color:#6b7c76;margin-top:2px}.onr-form,.onr-progress,.onr-signin{background:#fff;border:1px solid #dce7e3;border-radius:24px;max-width:760px;margin:0 auto;padding:30px;box-shadow:0 18px 50px #1d463917}.onr-intro small,.onr-progress>small,.onr-signin>small{color:#188161;letter-spacing:.11em;font-weight:800}.onr-intro h1,.onr-progress h1,.onr-signin h1{margin:6px 0 8px;font-size:30px}.onr-intro p,.onr-signin>p{color:#64756f;margin:0;line-height:1.6}.onr-form fieldset{border:0;border-top:1px solid #e5ece9;margin:25px 0 0;padding:23px 0 0}.onr-form legend{padding:0 12px 0 0;font-size:17px;font-weight:800}.onr-form legend span{color:#fff;background:#187f60;border-radius:50%;place-items:center;width:25px;height:25px;margin-right:8px;font-size:13px;display:inline-grid}.onr-grid{grid-template-columns:1fr 1fr;gap:13px;display:grid}.onr-form label,.onr-supplement label,.onr-signin label{gap:6px;display:grid}.onr-form label>span,.onr-supplement label>span,.onr-signin label>span{color:#496159;font-size:12px;font-weight:700}.onr-form input,.onr-form select,.onr-form textarea,.onr-supplement input,.onr-supplement textarea,.onr-signin input{min-width:0;font:inherit;background:#fbfdfc;border:1px solid #cfddd8;border-radius:11px;padding:11px 12px}.onr-form textarea,.onr-supplement textarea{resize:vertical;min-height:90px}.onr-rule{color:#39665a;background:#edf7f3;border-radius:11px;align-items:flex-start;gap:7px;padding:11px;font-size:12px;display:flex}.onr-rule svg{flex:none;width:17px}.onr-position{background:#edf7f3;border-radius:12px;align-items:flex-start;gap:10px;margin-top:12px;padding:12px;display:flex}.onr-position.warn{background:#fff4e3}.onr-position>svg{color:#16805f;width:20px}.onr-position.warn>svg{color:#a9641d}.onr-position b,.onr-position small{display:block}.onr-position small{color:#62746e;margin-top:2px}.onr-position p{color:#87531c;margin:7px 0 0;font-size:12px;line-height:1.5}.onr-materials{gap:10px;margin-bottom:14px;display:grid}.onr-materials>label{cursor:pointer;border:1px solid #dbe6e2;border-radius:13px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid;position:relative}.onr-materials>label>svg{color:#16805f;width:21px}.onr-materials b,.onr-materials small{display:block}.onr-materials b em{color:#b04c32;background:#fff0eb;border-radius:5px;margin-left:6px;padding:2px 4px;font-size:12px;font-style:normal}.onr-materials small{color:#7b8984;margin-top:4px}.onr-materials input{opacity:0;pointer-events:none;position:absolute}.onr-materials i{color:#176b52;background:#e9f5f0;border-radius:9px;align-items:center;gap:5px;padding:8px 10px;font-size:12px;font-style:normal;display:flex}.onr-materials i svg{width:15px}.onr-error{color:#a23e2d;background:#fff0ec;border-radius:11px;align-items:flex-start;gap:7px;padding:11px;font-size:13px;display:flex}.onr-error svg{flex:none;width:17px}.onr-submit,.onr-signin>button,.onr-supplement>button,.onr-login{color:#fff;cursor:pointer;background:#147a5c;border:0;border-radius:12px;justify-content:center;align-items:center;gap:7px;width:100%;padding:13px;font-size:15px;font-weight:800;text-decoration:none;display:flex}.onr-submit svg,.onr-signin>button svg,.onr-login svg{width:18px}.onr-form>footer{text-align:center;color:#89958f;margin-top:12px;font-size:12px}.onr-loading{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:70vh;display:flex}.onr-loading span{border:3px solid #c9ddd5;border-top-color:#147a5c;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite onr-spin}@keyframes onr-spin{to{transform:rotate(360deg)}}.onr-progress{text-align:center}.onr-progress-icon{color:#9b6a00;background:#fff1d5;border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 12px;display:grid}.onr-progress-icon.completed{color:#167355;background:#e0f5ec}.onr-progress-icon svg{width:30px}.onr-progress>p{color:#63756e}.onr-status-line{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;margin:26px 0;display:grid}.onr-status-line span{color:#99a39f;font-size:12px}.onr-status-line span.active{color:#9a6700;font-weight:800}.onr-status-line span.done{color:#16805f;font-weight:800}.onr-status-line i{background:#dce6e2;height:2px;margin:0 10px}.onr-message{text-align:left;background:#f0f6f3;border-radius:12px;margin:9px 0;padding:13px}.onr-message p{color:#5c6f68;margin:5px 0 0}.onr-supplement{text-align:left;border-top:1px solid #e2eae7;gap:11px;margin-top:20px;padding-top:18px;display:grid}.onr-supplement h2{margin:0}.onr-supplement>p{color:#697a74;margin:0;font-size:13px}.onr-refresh{color:#18775b;cursor:pointer;background:0 0;border:0;margin-top:14px}.onr-signin{text-align:center;max-width:480px;padding:38px}.onr-signin>svg{color:#16805f;width:42px;margin-bottom:10px}.onr-signin label{text-align:left;margin-top:14px}.onr-signin label>div{border:1px solid #cfddd8;border-radius:11px;align-items:center;padding-left:11px;display:flex}.onr-signin label>div svg{color:#638078;width:18px}.onr-signin label input{background:0 0;border:0;flex:1}.onr-signin>button{margin-top:18px}.onr-signin footer{margin-top:16px}.onr-signin footer a{color:#477067}.onr-login{margin-top:22px}.onr-submit:disabled,.onr-signin button:disabled,.onr-supplement button:disabled{opacity:.55;cursor:wait}@media (max-width:720px){.onb-shell{padding:0 0 32px}.onb-header{align-items:center}.onb-header h1{font-size:24px}.onb-header p{font-size:13px}.onb-card{grid-template-columns:1fr;gap:8px}.onb-card time{justify-self:start}.onb-add-material{grid-template-columns:1fr}.onb-add-material .check{padding:0}.onb-link{grid-template-columns:1fr 1fr}.onb-link input{grid-column:1/-1}.onb-position-list>div,.onb-material-list>div{flex-wrap:wrap;align-items:flex-start}.onb-position-list>div>span,.onb-material-list>div>span{flex-basis:100%}.onb-detail{padding:18px}.onb-facts{grid-template-columns:1fr}.onb-facts div:last-child{grid-column:auto}.onb-action footer{grid-template-columns:1fr 1fr;display:grid}.onb-action button.primary{grid-column:1/-1}.onr-page{padding:16px 10px 36px}.onr-brand{padding:0 5px}.onr-form,.onr-progress,.onr-signin{border-radius:18px;padding:20px}.onr-intro h1,.onr-progress h1,.onr-signin h1{font-size:25px}.onr-grid{grid-template-columns:1fr}.onr-materials>label{grid-template-columns:auto minmax(0,1fr)}.onr-materials i{grid-column:2}.onr-status-line{grid-template-columns:1fr;gap:6px}.onr-status-line i{width:2px;height:14px;margin:auto}.onr-signin{padding:28px 20px}}.onb-facts div:last-child{grid-column:auto}.onb-facts .wide{grid-column:1/-1}.onr-material{background:#fff;border:1px solid #dbe6e2;border-radius:13px;position:relative;overflow:hidden}.onr-material.selected{background:#fbfefc;border-color:#9bcdbb}.onr-material>label{cursor:pointer;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:13px;display:grid}.onr-material>label>svg{color:#16805f;width:21px}.onr-material>input{opacity:0;pointer-events:none;position:absolute}.onr-file-state{text-align:left;background:#f0f8f5;border-top:1px solid #dce9e4;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px 13px;display:grid}.onr-file-state>svg{color:#16805f;width:18px}.onr-file-state span{min-width:0}.onr-file-state b{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.onr-file-state button{color:#805044;cursor:pointer;background:#fff;border:1px solid #c8dbd4;border-radius:8px;padding:6px 9px}.onr-uploaded-files{text-align:left;background:#f8fbfa;border:1px solid #dce7e3;border-radius:12px;margin:10px 0;padding:13px}.onr-uploaded-files h2{margin:0 0 7px;font-size:14px}.onr-uploaded-files>div{border-top:1px solid #e4ece8;align-items:center;gap:9px;padding:8px 0;display:flex}.onr-uploaded-files svg{color:#16805f;width:18px}.onr-uploaded-files span{min-width:0}.onr-uploaded-files b,.onr-uploaded-files small{display:block}.onr-uploaded-files small{color:#6f7f79;white-space:nowrap;text-overflow:ellipsis;margin-top:3px;overflow:hidden}@media (max-width:720px){.onb-facts .wide{grid-column:auto}.onr-material>label{grid-template-columns:auto minmax(0,1fr)}.onr-material i{grid-column:2}.onr-file-state{grid-template-columns:auto minmax(0,1fr)}.onr-file-state button{grid-column:2;justify-self:start}}.onb-setting-control{align-items:center;gap:8px;display:flex}.onb-state{color:#607069;white-space:nowrap;background:#f0f3f2;border-radius:999px;align-items:center;min-height:30px;padding:5px 9px;font-size:12px;display:inline-flex}.onb-state.on{color:#126b50;background:#e3f5ee}.onb-state.off{color:#68756f;background:#f3f5f4}.onb-confirm-overlay{z-index:120;background:#0d221c7a;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.onb-confirm{text-align:center;background:#fff;border-radius:18px;width:min(440px,100%);padding:24px;box-shadow:0 24px 70px #0d221c4d}.onb-confirm>svg{color:#b36525;width:38px}.onb-confirm h2{margin:11px 0 7px;font-size:20px}.onb-confirm p{color:#61716c;margin:0;line-height:1.65}.onb-confirm footer{grid-template-columns:1fr 1fr;gap:9px;margin-top:20px;display:grid}.onb-confirm button{color:#40564e;cursor:pointer;background:#fff;border:1px solid #d3dfda;border-radius:10px;min-height:42px;font-weight:700}.onb-confirm button.primary{color:#fff;background:#147a5c;border-color:#147a5c}.onb-confirm button.danger{color:#fff;background:#b94c43;border-color:#b94c43}.onb-confirm button:disabled{opacity:.55;cursor:wait}@media (max-width:720px){.onb-setting-control{justify-content:space-between;width:100%}.onb-settings article>header{flex-wrap:wrap;align-items:flex-start}.onb-confirm-overlay{place-items:end center;padding:0}.onb-confirm{border-radius:18px 18px 0 0}}.onb-empty>button{color:#176b52;cursor:pointer;background:#fff;border:1px solid #c9dcd5;border-radius:10px;align-items:center;gap:6px;margin-top:6px;padding:9px 13px;font-weight:700;display:flex}.onb-empty>button svg{width:16px}:root{--ms-font-page:30px;--ms-font-section:18px;--ms-font-title:15px;--ms-font-body:14px;--ms-font-caption:12px;--ms-leading-body:1.6;--ms-control-primary:44px;--ms-control-default:40px;--ms-space-1:4px;--ms-space-2:8px;--ms-space-3:12px;--ms-space-4:16px;--ms-space-5:24px;--ms-space-6:32px;--ms-radius-control:8px;--ms-radius-panel:16px;--ms-surface-soft:#f7faf8;--ms-text-secondary:#5f6f68;--ms-text-on-dark:#d5e9e1}.ms-app{line-height:var(--ms-leading-body)}:is(.ms-app button:focus-visible,.ms-app a:focus-visible,.ms-app input:focus-visible,.ms-app select:focus-visible,.ms-app textarea:focus-visible){outline-offset:2px;outline:3px solid #50d3a657}.ms-sidebar nav small,.ms-sidebar footer small,.ms-user small{font-size:var(--ms-font-caption);line-height:1.45}.ms-sidebar nav small,.ms-sidebar footer small{color:#a9c1b8}.ms-sidebar nav button.active small{color:#5f786e}.ms-sidebar nav{gap:var(--ms-space-2);padding-top:var(--ms-space-4)}.ms-sidebar nav button{height:52px}.ms-sidebar nav button>span{justify-content:center;gap:0}.ms-nav-tooltip{z-index:80;width:264px;max-width:calc(100vw - 24px);min-height:72px;padding:var(--ms-space-3) var(--ms-space-4);border-radius:var(--ms-radius-control);color:#fff;justify-content:center;gap:var(--ms-space-1);pointer-events:none;background:#0b3f31;border:1px solid #ffffff1f;flex-direction:column;animation:.12s ease-out ms-nav-tooltip-in;display:flex;position:fixed;transform:translateY(-50%);box-shadow:0 16px 36px #012d223d}.ms-nav-tooltip:before{content:"";background:#0b3f31;border-bottom:1px solid #ffffff1f;border-left:1px solid #ffffff1f;width:12px;height:12px;position:absolute;top:calc(50% - 6px);left:-6px;transform:rotate(45deg)}.ms-nav-tooltip b{font-size:var(--ms-font-body);line-height:1.4}.ms-nav-tooltip span{color:#bcd0c8;font-size:var(--ms-font-caption);white-space:normal;line-height:1.5}@keyframes ms-nav-tooltip-in{0%{opacity:0;transform:translate(4px,-50%)}to{opacity:1;transform:translateY(-50%)}}.ms-menu,.ms-icon-button{width:var(--ms-control-default);height:var(--ms-control-default)}.ms-icon-button i{width:20px;height:20px;font-size:var(--ms-font-caption);top:2px;right:3px}.ms-smart-back{min-height:var(--ms-control-default);padding:0 var(--ms-space-3);font-size:var(--ms-font-caption)}.ms-smart-center{min-height:calc(100vh - 114px);padding:clamp(var(--ms-space-6), 4vw, 56px)}.ms-smart-center>header h1{margin:0 0 var(--ms-space-2);font-size:var(--ms-font-page);letter-spacing:0;line-height:1.3}.ms-smart-center>header p{max-width:620px;color:var(--ms-text-on-dark);font-size:var(--ms-font-body);line-height:var(--ms-leading-body)}.ms-smart-center>header>span{min-width:132px;padding:var(--ms-space-3) var(--ms-space-4)}.ms-smart-center>header>span small{color:#c6e3d9;font-size:var(--ms-font-caption)}.ms-smart-groups{gap:var(--ms-space-5);margin-top:var(--ms-space-6);grid-template-columns:minmax(280px,.72fr) minmax(560px,1.45fr)}.ms-smart-group{padding:var(--ms-space-5);border-radius:var(--ms-radius-panel)}.ms-smart-group>header{min-height:48px;padding-bottom:var(--ms-space-4)}.ms-smart-group>header b{font-size:var(--ms-font-title)}.ms-smart-group>header small{color:#c1dfd4;max-width:260px;font-size:var(--ms-font-caption);line-height:1.5}.ms-smart-recent{gap:var(--ms-space-2);margin-top:var(--ms-space-4);flex-direction:column;display:flex}.ms-smart-recent>button{width:100%;min-height:62px;padding:var(--ms-space-2) var(--ms-space-3);border-radius:var(--ms-radius-control);color:#fff;align-items:center;gap:var(--ms-space-3);text-align:left;background:#ffffff0f;border:1px solid #ffffff1f;grid-template-columns:40px minmax(0,1fr) 20px;display:grid}:is(.ms-smart-recent>button:hover,.ms-smart-recent>button:focus-visible){background:#ffffff1f;border-color:#ffffff47}.ms-smart-recent>button>span{border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.ms-smart-recent>button>span svg,.ms-smart-recent>button>svg{width:18px}.ms-smart-recent>button>svg{color:#b9dbcf}.ms-smart-recent>button>b{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--ms-font-body);overflow:hidden}.ms-smart-recent .tone-orange,.ms-smart-grid .tone-orange{background:linear-gradient(145deg,#f5ad45,#df762b)}.ms-smart-recent .tone-blue,.ms-smart-grid .tone-blue{background:linear-gradient(145deg,#55b9e6,#3775cd)}.ms-smart-recent .tone-violet,.ms-smart-grid .tone-violet{background:linear-gradient(145deg,#9c87e8,#6559c7)}.ms-smart-recent .tone-green,.ms-smart-grid .tone-green{background:linear-gradient(145deg,#42c49c,#138967)}.ms-smart-recent .tone-slate,.ms-smart-grid .tone-slate{background:linear-gradient(145deg,#8298a4,#465d69)}.ms-smart-group .ms-smart-grid{gap:var(--ms-space-2);margin-top:var(--ms-space-4);grid-template-columns:repeat(3,minmax(0,1fr))}.ms-smart-group .ms-smart-grid>button{min-height:170px;padding:var(--ms-space-4) var(--ms-space-2)}.ms-smart-group .ms-smart-grid>button>b{margin-top:var(--ms-space-3);font-size:var(--ms-font-body)}.ms-smart-group .ms-smart-grid>button>small{max-width:180px;margin-top:var(--ms-space-2);color:#c5dfd6;font-size:var(--ms-font-caption);line-height:1.5}.ms-smart-empty{min-height:180px}.ms-smart-empty>b{font-size:var(--ms-font-body)}.ms-smart-empty>small,.ms-smart-center>footer b,.ms-smart-center>footer small{font-size:var(--ms-font-caption)}.sop-page{gap:var(--ms-space-4);color:var(--ms-ink);font-size:var(--ms-font-body);line-height:var(--ms-leading-body)}.sop-heading{padding:var(--ms-space-5) var(--ms-space-6);border-radius:var(--ms-radius-panel)}.sop-heading h1{margin:0 0 var(--ms-space-2);font-size:28px;line-height:1.35}.sop-heading p{color:#d4e9e2;max-width:680px;font-size:var(--ms-font-body);line-height:var(--ms-leading-body)}.sop-heading>span small,.sop-metrics small,.sop-metrics span,.sop-panel>header small,.sop-row>span small,.sop-row>span em,.sop-settings article>div>small,.sop-settings p,.sop-boundary small,.sop-empty small{font-size:var(--ms-font-caption);line-height:1.55}.sop-tabs button,.sop-panel header>a,.sop-panel header>button{min-height:var(--ms-control-default);font-size:var(--ms-font-body)}.sop-panel>header{min-height:76px;padding:0 var(--ms-space-5)}.sop-panel>header h2{font-size:var(--ms-font-section)}.sop-registration-layout{grid-template-columns:minmax(320px,34%) minmax(0,1fr)}.sop-registration-layout>aside>button{min-height:100px;padding:var(--ms-space-4)}.sop-registration-layout>aside b{font-size:var(--ms-font-title)}.sop-registration-layout>aside small,.sop-registration-layout>aside em{font-size:var(--ms-font-caption);line-height:1.5}.sop-registration-layout>main{padding:var(--ms-space-5)}.sop-registration-layout>main>header small,.sop-registration-layout>main>header p{font-size:var(--ms-font-caption);line-height:1.5}.sop-review-steps{margin:var(--ms-space-5) 0;gap:var(--ms-space-2);grid-template-columns:repeat(4,minmax(0,1fr));padding:0;list-style:none;display:grid}.sop-review-steps li{min-width:0;min-height:74px;padding:var(--ms-space-3);border-radius:var(--ms-radius-control);background:var(--ms-surface-soft);align-items:flex-start;gap:var(--ms-space-2);border:1px solid #dce9e4;display:flex}.sop-review-steps li>span{background:var(--ms-green);color:#fff;width:24px;height:24px;font-size:var(--ms-font-caption);border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.sop-review-steps li>div{gap:var(--ms-space-1);flex-direction:column;min-width:0;display:flex}.sop-review-steps b{font-size:var(--ms-font-body)}.sop-review-steps small{color:var(--ms-text-secondary);font-size:var(--ms-font-caption);line-height:1.45}.sop-registration-facts dt,.sop-qualification article span,.sop-qualification article small,.sop-review-field small,.sop-activation small,.sop-activation code{font-size:var(--ms-font-caption)}.sop-registration-facts dd,.sop-qualification article b,.sop-qualification h3,.sop-review-field>span{font-size:var(--ms-font-body)}.sop-review-field select{min-height:var(--ms-control-primary);font-size:var(--ms-font-body)}.sop-review-field textarea{min-height:104px;font-size:var(--ms-font-body);line-height:var(--ms-leading-body)}.sop-review-actions button,.sop-activation button,.sop-row button,.sop-settings button{min-height:var(--ms-control-default);font-size:var(--ms-font-caption)}.sop-status,.sop-license h3,.sop-license>header small,.sop-license>header button,.sop-license dt,.sop-license>p,.sop-license-confirm b,.sop-license-confirm small{font-size:var(--ms-font-caption)}.sop-license>header button{min-height:var(--ms-control-default);padding:0 var(--ms-space-3)}.sop-license>dl div{min-height:68px;padding:var(--ms-space-3)}.sop-license dd{margin-top:var(--ms-space-1);font-size:var(--ms-font-body);line-height:1.5}.sop-license-confirm{min-height:64px;padding:var(--ms-space-3)}.sop-license-confirm input{width:18px;height:18px}.sop-space-lifecycle{padding:var(--ms-space-4)}.sop-space-lifecycle>header b,.sop-space-lifecycle dt,.sop-space-lifecycle>p{font-size:var(--ms-font-caption)}.sop-space-lifecycle dl{gap:var(--ms-space-2)}.sop-space-lifecycle dl div{min-height:68px;padding:var(--ms-space-3)}.sop-space-lifecycle dd{margin-top:var(--ms-space-1);font-size:var(--ms-font-body);line-height:1.5}@media (max-width:1180px){.ms-smart-groups{grid-template-columns:1fr}.ms-smart-recent{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.ms-smart-group .ms-smart-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sop-registration-layout{grid-template-columns:1fr}.sop-registration-layout>aside{border-bottom:1px solid #e4ece8;border-right:0;max-height:280px}}@media (max-width:1060px){.ms-smart-group.all .ms-smart-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sop-review-steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px) and (max-width:1180px){.ms-topbar{padding:0 var(--ms-space-4)}.ms-topbar>div{gap:var(--ms-space-2)}.ms-breadcrumb-root,.ms-breadcrumb-root-arrow{display:none}.ms-breadcrumb{white-space:nowrap}.ms-user>span{min-width:0;max-width:132px;display:flex}.ms-user b{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ms-user small{display:none}}.ms-app,.ms-login-page,.ms-activate-page,.ql-page,.onr-page{font-size:var(--ms-font-body);line-height:var(--ms-leading-body)}.ms-content h1{line-height:1.3;font-size:28px!important}.ms-content h2{line-height:1.35;font-size:var(--ms-font-section)!important}.ms-content h3{line-height:1.4;font-size:var(--ms-font-title)!important}.ms-content p,.ms-content li,.ms-content td,.ms-content input,.ms-content select,.ms-content textarea,.ms-content button,.ms-content label,.ms-content dd,.ms-content dt{font-size:var(--ms-font-body)!important}.ms-content p,.ms-content li,.ms-content dd,.ms-content dt,.ms-content textarea{line-height:var(--ms-leading-body)}.ms-content small,.ms-content time,.ms-content th,.ms-content .ms-status,.ms-content [class*=status],.ms-content [class*=badge]{line-height:1.5;font-size:var(--ms-font-caption)!important}.ms-app button,.ms-login-page button,.ms-activate-page button,.ql-page button,.onr-page button{min-height:var(--ms-control-default)}.ms-app input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.ms-app select,.ms-login-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.ms-activate-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.ql-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.onr-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.onr-page select{min-height:var(--ms-control-default);font-size:var(--ms-font-body)!important}.ms-app button[type=submit],.ms-login-page button[type=submit],.ms-activate-page button[type=submit],.ql-page button[type=submit],.onr-page button[type=submit]{min-height:var(--ms-control-primary)}.ms-content table tbody tr{min-height:52px}.ms-content table td{height:auto;min-height:52px;padding-top:var(--ms-space-3);padding-bottom:var(--ms-space-3)}.ms-content [class*=metrics] article,.ms-content [class*=metric-grid] article{min-height:104px;height:auto!important}.ms-content [class*=metrics],.ms-content [class*=metric-grid]{gap:var(--ms-space-3)!important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important}.ms-content [class*=heading],.ms-content .ms-page-heading{min-width:0}.ms-content [class*=heading] p,.ms-content .ms-page-heading p{max-width:760px;color:var(--ms-text-secondary)}.ms-content [class*=toolbar],.ms-content [class*=tools]{min-width:0}.ms-content table,.ms-content [class*=table-wrap]{max-width:100%}.ld-table-wrap table,.rld-table-wrap table{max-width:none}.ld-table-wrap table{min-width:1418px}.ms-content [class*=drawer]>header>button,.ms-content [class*=modal]>header>button,.ms-command-drawer>header>button{min-width:var(--ms-control-default);width:var(--ms-control-default);min-height:var(--ms-control-default);height:var(--ms-control-default)}.ms-content [class*=empty] p,.ms-content [class*=error] p,.ms-content [class*=loading] p{line-height:var(--ms-leading-body);font-size:var(--ms-font-body)!important}.ms-login-panel header small,.ms-activate-panel form>header small,.ms-activate-result>small,.ql-page small,.onr-page small{line-height:1.5;font-size:var(--ms-font-caption)!important}.ms-login-panel input,.ms-login-panel button,.ms-activate-panel input,.ms-activate-panel button,.ql-page input,.ql-page button,.onr-page input,.onr-page select,.onr-page textarea,.onr-page button{font-size:var(--ms-font-body)!important}.ms-login-panel form>footer{align-items:center;gap:var(--ms-space-2);flex-direction:column;display:flex}.ms-login-panel form>footer nav{justify-content:center;align-items:center;gap:var(--ms-space-2);display:flex}.ms-login-panel form>footer nav a{min-height:var(--ms-control-default);padding:0 var(--ms-space-3);border:1px solid var(--ms-line);border-radius:8px;align-items:center;text-decoration:none;display:inline-flex}.elm-shell>header{min-height:72px;padding:var(--ms-space-3) 0 var(--ms-space-4)}.elm-shell>header small{font-size:var(--ms-font-caption)}.elm-shell>header b{font-size:var(--ms-font-body);line-height:1.5}.elm-shell>header nav{gap:var(--ms-space-2)}.elm-shell>header nav button{min-width:var(--ms-control-default);height:var(--ms-control-default);padding:0 var(--ms-space-3);font-size:var(--ms-font-body)}.elm-command-strip{margin:0 0 var(--ms-space-4);padding:var(--ms-space-4);align-items:stretch;gap:var(--ms-space-3);grid-template-columns:minmax(250px,.85fr) minmax(440px,1.5fr) auto}.elm-command-title{padding:var(--ms-space-2) 0;align-items:flex-start}.elm-command-title>span{flex:none;width:44px;height:44px}.elm-command-title>div{gap:var(--ms-space-1)}.elm-command-title small{font-size:var(--ms-font-caption);letter-spacing:0}.elm-command-title b{font-size:var(--ms-font-title)}.elm-command-title em{font-size:var(--ms-font-caption);line-height:1.5}.elm-command-kinds{gap:var(--ms-space-2)}.elm-command-kinds>span{min-height:68px;padding:var(--ms-space-3);column-gap:var(--ms-space-2);grid-template-columns:auto minmax(0,1fr)}.elm-command-kinds svg{width:20px}.elm-command-kinds small{font-size:var(--ms-font-caption);line-height:1.4}.elm-command-kinds b{font-size:var(--ms-font-title)}.elm-command-states{gap:var(--ms-space-2);padding-top:var(--ms-space-3);border-top:1px solid #e1e9e6;grid-column:1/-1;grid-template-columns:repeat(4,minmax(135px,1fr));display:grid}.elm-command-states>span{min-height:48px;padding:var(--ms-space-2) var(--ms-space-3);gap:var(--ms-space-2);grid-template-rows:auto;grid-template-columns:auto minmax(0,1fr) auto}.elm-command-states>span>i{grid-row:auto;width:10px;height:10px}.elm-command-states small{text-overflow:clip;white-space:normal;font-size:var(--ms-font-caption);overflow:visible}.elm-command-states b{font-size:var(--ms-font-body)}.elm-command-strip>button{min-width:126px;height:68px;padding:0 var(--ms-space-3)}.elm-command-strip>button small{font-size:var(--ms-font-caption)}.elm-command-strip>button b{font-size:var(--ms-font-body)}.elm-anomaly-radar{margin-bottom:var(--ms-space-4);padding:var(--ms-space-4);gap:var(--ms-space-3)}.elm-radar-icon{width:44px;height:44px}.elm-anomaly-radar>div{gap:var(--ms-space-2)}.elm-anomaly-radar small,.elm-anomaly-radar em{font-size:var(--ms-font-caption);letter-spacing:0;line-height:1.5}.elm-anomaly-radar b{font-size:var(--ms-font-title)}.elm-anomaly-radar button,.elm-building-return,.elm-lease-card>header>button,.elm-card-detail footer button,.elm-command-drawer>header>button{min-height:var(--ms-control-default);height:var(--ms-control-default);font-size:var(--ms-font-body)}.elm-lease-card>header>button,.elm-command-drawer>header>button{width:var(--ms-control-default)}.elm-node>.elm-node-commands{width:var(--ms-control-default);height:var(--ms-control-default);top:-6px;left:50%;transform:translate(-50%)}.elm-node-commands>button{width:var(--ms-control-default);height:var(--ms-control-default);border:0;border-radius:50%}.elm-node-commands>button svg{z-index:1;width:10px;height:10px}.elm-node-commands>button>b{min-width:13px;height:13px;font-size:var(--ms-font-caption);border-radius:7px;padding:0 2px;line-height:11px;bottom:4px;right:4px}.elm-node-commands>button>i{border-width:1px;width:8px;height:8px;top:5px;right:5px}.elm-command-drawer{width:min(680px,92vw)}.elm-command-drawer>header small,.elm-command-drawer>header p,.elm-command-card>header>div small,.elm-command-facts small,.elm-command-timeline>header span,.elm-command-timeline>div small{font-size:var(--ms-font-caption);letter-spacing:0;line-height:1.5}.elm-command-facts b,.elm-command-description,.elm-command-blocked,.elm-command-timeline>header b,.elm-command-timeline>div b,.elm-command-timeline>div p{font-size:var(--ms-font-body);line-height:1.55}.elm-command-facts>span{min-height:72px;padding:var(--ms-space-3)}.elm-command-timeline>div{min-height:56px}@media (max-width:1280px){.ms-content{padding:var(--ms-space-5)}.fl-row-actions{white-space:normal;flex-direction:column;align-items:stretch}.fl-row-actions button{justify-content:center;width:100%}.ms-content [class*=heading],.ms-content .ms-page-heading{flex-wrap:wrap}.elm-command-strip{grid-template-columns:minmax(0,1fr) auto}.elm-command-kinds,.elm-command-states{grid-column:1/-1}.elm-command-strip>button{grid-area:1/2}}@media (max-width:1100px){.ms-content{padding:var(--ms-space-4)}.ms-content [class*=metrics],.ms-content [class*=metric-grid]{grid-template-columns:repeat(2,minmax(0,1fr))!important}.elm-command-kinds,.elm-command-states{grid-template-columns:repeat(2,minmax(0,1fr))}.elm-command-strip>button{min-width:150px}}:is(.ms-app button:focus-visible,.ms-app a:focus-visible,.ms-app input:focus-visible,.ms-app select:focus-visible,.ms-app textarea:focus-visible){outline-offset:2px;outline:3px solid #075d46;box-shadow:0 0 0 2px #fff}.oc-page{--oc-muted:#52635c}.elm-tooltip span,.elm-shell>footer span,.elm-shell>footer small,.elm-floor-groups>section>header span,.elm-lease-card>header small,.elm-card-detail small,.elm-command-drawer>header p,.elm-command-card>header>div small,.elm-command-facts small,.elm-command-timeline>header span,.elm-command-timeline>div small{color:#53635c}.orl-facts small,.orl-comparison small,.orl-form-grid label small,.orl-review>header>span,.orl-timeline>header>span,.orl-timeline article small,.orl-review-files small{color:#52635c}.oc-contract-originals article button,.oc-review-resubmit>span button,.oc-inspect-form>header button,.orl-evidence-grid button,.elm-lease-card>header>button{width:40px;min-width:40px;height:40px}.elm-node-commands>button>i{width:13px;height:13px;font-size:12px;line-height:1;top:3px;right:3px}.oc-table td>small,.oc-list>header>div span,.oc-filter-options>button small,.orl-queue button small,.orl-evidence-grid small{color:#52635c}.elm-card-status.yellow{color:#78440c}.elm-card-status.red{color:#92332d}.elm-card-status.gray{color:#485852}.elm-card-status.blue{color:#285783}.oc-status.yellow{color:#78440c}.oc-status.red{color:#92332d}.oc-status.gray{color:#485852}.oc-status.blue{color:#285783}.fp-upload>div:has(input:focus-visible){outline-offset:2px;outline:3px solid #075d46;box-shadow:0 0 0 2px #fff}.oc-contract-originals>header label:has(input:focus-visible){outline-offset:2px;outline:3px solid #075d46;box-shadow:0 0 0 2px #fff}.oc-review-resubmit>label:has(input:focus-visible){outline-offset:2px;outline:3px solid #075d46;box-shadow:0 0 0 2px #fff}.oc-contract-originals>header label,.oc-review-resubmit>label{min-height:40px}.elm-node-commands>button>small{z-index:2;color:#fff;background:#24473e;border:1px solid #fff;border-radius:7px;min-width:14px;height:14px;padding:0 2px;font-size:12px;font-weight:900;line-height:12px;position:absolute;bottom:2px;left:2px}.elm-command-card>header>strong.yellow,.oc-payment-status.yellow{color:#78440c}.elm-command-card>header>strong.gray,.oc-payment-status.gray{color:#485852}.oc-payment-status.blue{color:#285783}.oc-payment-status.red{color:#92332d}.orl-panel>header p,.oc-metrics small,.oc-metrics em,.oc-space>span small,.oc-space>span>section small,.oc-space>section small,.oc-space>footer span,.oc-space-finance small,.oc-block-hero p,.oc-contract-hero p,.oc-chain-summary p,.oc-detail-facts small,.oc-collab-note small,.oc-event-list p,.oc-event-list small,.oc-confirm-actions p{color:#52635c}.oc-load-failure{color:#7c352e;background:#fff8f5;border:1px solid #e2b7a8;border-radius:12px;grid-template-columns:auto minmax(0,430px);place-content:center;align-items:start;gap:14px;min-height:360px;padding:28px;display:grid}.oc-load-failure>svg{width:28px}.oc-load-failure h2{margin:0;font-size:18px}.oc-load-failure p{color:#633f39;margin:8px 0 16px;font-size:13px;line-height:1.55}.oc-load-failure button{color:#fff;background:#0a8060;border-radius:8px;align-items:center;gap:7px;min-height:40px;padding:0 14px;font-weight:800;display:inline-flex}.oc-load-failure button svg{width:16px}
