:root{--bg:#f6f8fb;--panel:#fff;--panel-soft:#f9fbff;--line:#e6ebf2;--text:#182033;--muted:#758196;--blue:#6ea8fe;--blue-dark:#346bd6;--violet:#9b8cf4;--teal:#5cc5c1;--green:#78d5a5;--mint:#d9f7e8;--peach:#ffd5c6;--orange:#f6a96d;--red:#ee7184;--shadow:none;--radius:22px;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-family:Inter,Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0}.login-page{background:linear-gradient(145deg,#f7fbff,#f7f7fc 55%,#f4fbf8);place-items:center;min-height:100vh;display:grid}.login-card{background:var(--panel);width:420px;box-shadow:none;border-radius:28px;flex-direction:column;gap:14px;padding:34px;display:flex}.center{justify-content:center}.login-card h2{text-align:center;margin:10px 0 0}.muted{color:var(--muted)}.input-row{grid-template-columns:76px 1fr;gap:10px;display:grid}.prefix,.field,input,select,textarea{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:14px;outline:none;padding:12px 14px}.prefix{color:var(--muted);justify-content:center;align-items:center;display:flex}.wide{width:100%}.sidebar{border-right:1px solid var(--line);background:#ffffffe0;flex-direction:column;gap:26px;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.brand{color:var(--text);text-align:left;background:0 0;align-items:center;gap:12px;display:flex}.brand strong{letter-spacing:.06em;font-size:20px;display:block}.brand small{color:var(--muted);margin-top:2px;font-size:12px;display:block}.brand-mark{width:42px;height:42px;color:var(--blue-dark);background:linear-gradient(145deg,#cbe0ff,#dcf8eb);border-radius:14px;place-items:center;font-weight:800;display:grid}.nav-item{color:#4a5568;text-align:left;background:0 0;border-radius:15px;align-items:center;gap:12px;height:46px;padding:0 14px;font-weight:650;display:flex}.nav-icon{text-align:center;width:24px}.sidebar-foot{color:var(--muted);gap:8px;margin-top:auto;display:grid}.ghost-button{color:var(--muted);text-align:left;background:0 0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5;background:#f6f8fbc7;justify-content:space-between;align-items:center;height:92px;padding:22px 30px 16px;display:flex;position:sticky;top:0}.topbar h1{margin:0;font-size:30px}.topbar p{color:var(--muted);margin:3px 0 0}.search-box{width:320px;color:var(--muted);border:1px solid var(--line);text-align:left;background:#fff;border-radius:999px;padding:12px 16px}.icon-button{border:1px solid var(--line);background:#fff;border-radius:14px;width:44px;height:44px;position:relative}.dot{background:var(--red);color:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;font-size:11px;display:grid;position:absolute;top:-5px;right:-5px}.user-chip{border:1px solid var(--line);color:var(--text);background:#fff;border-radius:18px;align-items:center;gap:10px;padding:8px 12px;display:flex}.avatar{background:linear-gradient(145deg, var(--violet), var(--blue));color:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:inline-grid}.avatar.big{width:78px;height:78px;font-size:24px}.stack,.grid{gap:22px;display:grid}.grid.two{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.grid.two-one{grid-template-columns:minmax(0,1.5fr) minmax(320px,.75fr)}.grid.three-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.stats-grid.seven{grid-template-columns:repeat(7,minmax(0,1fr))}.card,.toolbar-card,.detail-hero,.profile-hero{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:none;padding:22px}.card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.card h2,.card-head h2{margin:0 0 6px}.card h3{margin-bottom:8px}.stat-card{border:1px solid var(--line);min-height:128px;box-shadow:none;background:#fff;border-radius:20px;gap:4px;padding:18px;display:grid}.stat-card strong{font-size:32px}.stat-card span:not(.stat-icon){color:var(--muted);font-weight:700}.stat-icon{color:#0000;border-radius:12px;place-items:center;width:34px;height:34px;display:grid}.tone-blue .stat-icon{background:#e9f2ff}.tone-violet .stat-icon{background:#f0edff}.tone-peach .stat-icon{background:#fff0e9}.tone-green .stat-icon{background:#eaf8ef}.tone-lavender .stat-icon{background:#f5efff}.tone-teal .stat-icon{background:#e7fbfa}.tone-mint .stat-icon{background:#e9fbf1}.mini-stat{border:1px solid var(--line);box-shadow:none;background:#fff;border-radius:18px;padding:18px}.mini-stat strong{font-size:26px;display:block}.mini-stat span{color:var(--muted);font-weight:700}.simple-table{border-collapse:collapse;width:100%}.simple-table th{text-align:left;color:var(--muted);border-bottom:1px solid var(--line);padding:12px;font-size:13px}.simple-table td{border-bottom:1px solid var(--line);vertical-align:middle;padding:14px 12px}.simple-table td small{color:var(--muted);margin-top:4px;display:block}.simple-table.roomy td{padding:16px 12px}.click-row:hover{background:#f8fbff}.pill,.soft-tag,.location-chip,.protected-badge{white-space:nowrap;border-radius:999px;align-items:center;gap:5px;padding:6px 10px;font-size:12px;font-weight:750;display:inline-flex}.pill-pmsg,.soft-tag.violet{color:#6954d4;background:#f1eeff}.pill-bank{color:#2862b7;background:#eaf3ff}.pill-material{color:#2e8a57;background:#eaf8ef}.pill-installation{color:#7a4cc0;background:#f4edff}.pill-subsidy{color:#168d88;background:#e7fbfa}.pill-completed,.pill-generated,.soft-tag.green{color:#28794d;background:#e8f8ef}.pill-returned,.pill-template_missing,.pill-failed,.soft-tag.red{color:#c1505f;background:#fff0ee}.pill-pending,.soft-tag.orange{color:#b56a18;background:#fff6e8}.soft-tag{color:#657184;background:#f0f3f8;margin:2px}.location-chip{color:#356aa4;background:#eef6ff;margin:2px}.protected-badge{color:var(--blue-dark);background:#eff6ff;margin-left:8px}.toolbar-card{justify-content:space-between;align-items:center;gap:14px;display:flex}.toolbar-card.vertical{flex-direction:column;align-items:stretch}.filter-pills{flex-wrap:wrap;gap:8px;display:flex}.filter-pills button{color:#566176;background:#f2f5fa;border-radius:999px;padding:9px 13px}.filter-pills button.active{color:var(--blue-dark);background:#e9f2ff}.primary,.secondary,.success,.warning,.danger{border-radius:13px;padding:11px 16px;font-weight:750}.primary{background:var(--blue-dark);color:#fff}.secondary{color:#40506a;border:1px solid var(--line);background:#f1f5fb}.success{color:#24764a;background:#def8ea}.warning{color:#9a5b15;background:#fff1e3}.danger{color:#bc4659;background:#fff0f0}.small-btn{padding:8px 11px;font-size:13px}.error-text{color:#bc4659;font-size:12px;font-weight:700}.link{color:var(--blue-dark);background:0 0;font-weight:800}.field.small{max-width:360px}.field.big-search{width:100%;font-size:18px}.form-grid{gap:12px;display:grid}.form-grid.three{grid-template-columns:1fr 220px 220px}.detail-hero,.profile-hero{justify-content:space-between;align-items:center;gap:18px;display:flex}.detail-hero h2,.profile-hero h2{margin:4px 0;font-size:30px}.eyebrow{text-transform:uppercase;color:var(--muted);letter-spacing:.1em;font-size:12px;font-weight:800}.action-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.upload-grid{grid-template-columns:1fr 1fr;gap:14px;margin:16px 0;display:grid}.upload-card{background:#fbfdff;border:1px dashed #cbd6e8;border-radius:18px;gap:8px;padding:20px;display:grid}.upload-card.required{border-color:#f2b0b8}.notice,.issue-box{color:#385c86;background:#eef6ff;border:1px solid #d8e9ff;border-radius:16px;margin-top:14px;padding:14px}.notice.compact{margin-top:6px;font-size:13px}.issue-box{color:#955c16;background:#fff7eb;border-color:#ffe2b6}.area{resize:vertical;width:100%;min-height:118px}.photo-placeholder{height:180px;color:var(--muted);background:linear-gradient(145deg,#eef6ff,#f8fbff);border:1px dashed #cdd8e8;border-radius:18px;place-items:center;margin:12px 0;display:grid}.summary-line{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.summary-line span{color:var(--muted)}.info-list p{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin:0;padding:11px 0;display:flex}.info-list span{color:var(--muted)}.stage-tracker{grid-template-columns:repeat(6,1fr);gap:8px;display:grid}.stage-node{border:1px solid var(--line);text-align:center;color:var(--muted);background:#fff;border-radius:18px;padding:14px 10px;font-weight:800}.stage-node span{background:#d8e0ec;border-radius:50%;width:16px;height:16px;margin:0 auto 8px;display:block}.stage-node.active{color:var(--blue-dark);background:#f7fbff;border-color:#c6dcff}.stage-node.active span{background:var(--blue)}.doc-list{gap:10px;display:grid}.doc-row,.pdf-row,.result-row,.notice-row{border:1px solid var(--line);text-align:left;color:var(--text);background:#fbfdff;border-radius:16px;align-items:center;gap:12px;margin-bottom:8px;padding:12px;display:flex}.doc-row small,.notice-row small{color:var(--muted);margin-left:auto}.pdf-row{justify-content:space-between;width:100%}.timeline{gap:12px;display:grid}.timeline-item{grid-template-columns:18px 1fr;align-items:start;gap:12px;display:grid}.timeline-item>span{background:var(--blue);border-radius:50%;width:12px;height:12px;margin-top:4px}.timeline-item small{color:var(--muted);margin-top:3px;display:block}.template-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.template-card{border:1px solid var(--line);background:#fbfdff;border-radius:18px;gap:8px;padding:18px;display:grid}.template-icon{width:44px;height:44px;color:var(--blue-dark);background:#eff6ff;border-radius:14px;place-items:center;font-weight:900;display:grid}.template-editor-page{gap:16px;display:grid}.editor-toolbar{border:1px solid var(--line);box-shadow:none;background:#fff;border-radius:18px;gap:8px;padding:12px;display:flex}.editor-toolbar button{color:#40506a;background:#f2f5fa;border-radius:12px;padding:9px 12px}.editor-layout{grid-template-columns:250px 1fr 270px;align-items:start;gap:16px;display:grid}.narrow-card{padding:18px}.canvas-wrap{background:#edf1f7;border-radius:24px;place-items:center;min-height:680px;padding:28px;display:grid}.a4-canvas{width:560px;min-height:760px;box-shadow:none;background:#fff;padding:42px}.a4-canvas mark{color:#6954d4;background:#f1eeff;border-radius:5px;padding:2px 5px}.fake-table{border:1px solid var(--line);grid-template-columns:1fr 1fr;margin:24px 0;display:grid}.fake-table span{border-bottom:1px solid var(--line);border-right:1px solid var(--line);padding:12px}.image-box{height:120px;color:var(--muted);border:1px dashed #cbd6e8;border-radius:12px;place-items:center;display:grid}.placeholder-btn{color:#40506a;text-align:left;background:#f7f9fc;border-radius:12px;width:100%;margin-bottom:8px;padding:9px 10px}.chip-box{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:46px;padding:10px}.clean-list{line-height:2}.notice-list{gap:8px;display:grid}.notice-row p,.result-row p{color:var(--muted);margin:3px 0}.notice-icon,.result-icon{width:38px;height:38px;color:var(--blue-dark);background:#eff6ff;border-radius:14px;place-items:center;display:grid}.profile-hero{justify-content:flex-start}.profile-hero .primary,.profile-actions{margin-left:auto}.profile-actions .primary{margin-left:0}.toggle-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:16px 0;display:flex}.toggle-row small{color:var(--muted);margin-top:4px;display:block}.toggle{background:#dfe6ef;border-radius:999px;width:46px;height:26px;position:relative}.toggle:after{content:"";width:20px;height:20px;box-shadow:none;background:#fff;border-radius:50%;position:absolute;top:3px;left:3px}.toggle.on{background:var(--green)}.toggle.on:after{left:23px}.pdf-layout{grid-template-columns:1fr 320px;gap:16px;display:grid}.pdf-toolbar{border:1px solid var(--line);box-shadow:none;background:#fff;border-radius:18px;grid-column:1/-1;align-items:center;gap:12px;padding:14px;display:flex}.pdf-toolbar button{background:#f1f5fb;border-radius:12px;padding:8px 12px}.pdf-canvas{background:#e9eef5;border-radius:24px;place-items:start center;min-height:720px;padding:34px;display:grid}.pdf-page{width:620px;min-height:780px;box-shadow:none;background:#fff;padding:50px}.pdf-page h1{color:var(--blue-dark)}.pdf-page table{border-collapse:collapse;width:100%;margin:30px 0}.pdf-page td{border:1px solid #dbe3ef;padding:12px}.signature{text-align:right;margin-top:130px}.pdf-meta{align-self:start}.result-row{grid-template-columns:40px 1fr auto;display:grid}.result-row small{color:var(--blue-dark)}.empty-state{text-align:center;color:var(--muted);padding:30px}.empty-icon{background:#f1f5fb;border-radius:18px;place-items:center;width:54px;height:54px;margin:0 auto 12px;display:grid}@media (width<=1180px){.stats-grid.seven,.grid.three-cols,.template-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.two,.grid.two-one,.pdf-layout,.editor-layout{grid-template-columns:1fr}.sidebar{height:auto;position:static}.app-shell{grid-template-columns:1fr}}body{background:radial-gradient(circle at 82% 4%,#0f8a4b0d,#0000 24%),radial-gradient(circle at 12% 10%,#246bfe0a,#0000 28%),#f8faf9}.app-scale-frame{min-height:100vh;overflow:auto}.app-scale{zoom:.75;min-width:133.333vw;min-height:133.333vh}@supports not (zoom:1){.app-scale{transform-origin:0 0;width:133.333%;min-height:133.333vh;transform:scale(.75)}}.app-shell{grid-template-columns:320px 1fr;min-height:100vh;display:grid}.sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffd6;border-right:1px solid #e5ece8;flex-direction:column;gap:24px;height:100vh;padding:28px 18px;display:flex;position:sticky;top:0}.brand{color:#1d2a34;text-align:left;background:0 0;align-items:center;gap:14px;padding:0 10px 8px;display:flex}.brand-mark{color:#fff;width:44px;height:44px;box-shadow:none;background:linear-gradient(145deg,#0f8a4b,#0a6f3a);border-radius:14px;place-items:center;font-weight:900;display:grid}.brand-copy strong{letter-spacing:.08em;color:#0d6d3a;font-size:23px;line-height:1;display:block}.brand-copy small{color:#26323f;letter-spacing:.06em;margin-top:4px;font-size:16px;font-weight:700;display:block}.nav-list{flex-direction:column;gap:8px;display:flex}.nav-list.secondary{margin-top:2px}.nav-divider{background:#e4ebe7;height:1px;margin:6px 10px 2px}.nav-item{color:#26323f;text-align:left;background:0 0;border-radius:14px;align-items:center;gap:14px;min-height:54px;padding:0 18px;font-weight:680;transition:all .16s;display:flex}.nav-item:hover{background:#f3f8f5}.nav-item.active{color:#0d6d3a;box-shadow:none;background:linear-gradient(90deg,#e6f6ee,#f5fbf8)}.nav-icon{width:22px;height:22px;color:inherit;place-items:center;display:grid}.nav-badge{color:#fff;background:#ef4444;border-radius:999px;place-items:center;min-width:26px;height:26px;margin-left:auto;font-size:13px;font-weight:800;display:grid}.main-shell{min-width:0}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#ffffffc7;border-bottom:1px solid #e6ece9;grid-template-columns:auto 1fr auto;align-items:center;gap:26px;height:92px;padding:0 34px 0 28px;display:grid;position:sticky;top:0}.topbar-left{align-items:center;gap:22px;min-width:280px;display:flex}.topbar-icon{color:#425466;background:0 0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.topbar-icon.soft{background:#fff;border:1px solid #e0e7e4}.topbar h1{letter-spacing:-.03em;color:#101828;margin:0;font-size:28px}.topbar p{display:none}.top-actions{align-items:center;gap:14px;display:flex}.search-box{color:#667085;width:min(760px,100%);height:52px;box-shadow:none;background:#fff;border:1px solid #dfe7e4;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 16px;display:flex}.search-box>span:first-of-type{text-align:left;flex:1}.search-shortcut{color:#7a8491;background:#f9fbfb;border:1px solid #e4ebe7;border-radius:8px;padding:4px 9px;font-size:12px;font-weight:700}.user-chip{color:var(--text);background:#fff;border:1px solid #e0e7e4;border-radius:18px;align-items:center;gap:12px;padding:8px 12px;display:flex}.user-chip small{color:var(--muted);display:block}.user-chip-arrow{color:#667085}.avatar{color:#24416f;background:linear-gradient(135deg,#d7e7ff,#f3e7ff);border-radius:50%;place-items:center;width:40px;height:40px;font-weight:850;display:grid}.page-body{padding:34px 34px 24px}.dashboard-page{gap:24px;display:grid}.dashboard-stats-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:18px;display:grid}.dashboard-stat-card{min-height:170px;box-shadow:none;text-align:center;background:#ffffffeb;border:1px solid #e5ece8;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:24px 22px;display:flex}.dashboard-stat-icon{border-radius:17px;place-items:center;width:52px;height:52px;margin-bottom:2px;display:grid}.dashboard-stat-title{letter-spacing:.035em;font-size:15px;font-weight:850}.dashboard-stat-value{letter-spacing:-.04em;color:#101828;font-size:32px;font-weight:900;line-height:1}.dashboard-stat-helper{color:#475467;font-size:15px}.stat-link-btn{color:#246bfe;background:0 0;margin-top:10px;font-size:14px;font-weight:800}.tone-pmsg .dashboard-stat-icon,.tone-pmsg.activity-item-icon{color:#246bfe;background:#eaf1ff}.tone-pmsg .dashboard-stat-title{color:#246bfe}.tone-bank .dashboard-stat-icon,.tone-bank.activity-item-icon{color:#f28b2e;background:#fff1e4}.tone-bank .dashboard-stat-title{color:#d9781d}.tone-material .dashboard-stat-icon,.tone-material.activity-item-icon{color:#7a55d8;background:#f0eafa}.tone-material .dashboard-stat-title{color:#7a55d8}.tone-installation .dashboard-stat-icon,.tone-installation.activity-item-icon{color:#246bfe;background:#eaf2ff}.tone-installation .dashboard-stat-title{color:#246bfe}.tone-subsidy .dashboard-stat-icon,.tone-subsidy.activity-item-icon{color:#0f9aa8;background:#e6f7f8}.tone-subsidy .dashboard-stat-title{color:#0f9aa8}.tone-completed .dashboard-stat-icon,.tone-completed.activity-item-icon,.tone-pdf.activity-item-icon{color:#0f8a4b;background:#e9f7ef}.tone-completed .dashboard-stat-title{color:#0f8a4b}.tone-user.activity-item-icon,.tone-activity.activity-item-icon{color:#425466;background:#f4f7fb}.tone-template.activity-item-icon{color:#7a55d8;background:#f0eafa}.dashboard-content-grid{grid-template-columns:minmax(0,1fr) 420px;align-items:stretch;gap:24px;display:grid}.dashboard-panel{box-shadow:none;background:#ffffffe6;border:1px solid #e5ece8;border-radius:22px;padding:24px}.dashboard-panel-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.dashboard-panel-head h2{letter-spacing:-.02em;margin:0;font-size:21px;font-weight:850}.dashboard-link-btn{color:#344054;background:#fff;border:1px solid #dfe7e4;border-radius:10px;height:38px;padding:0 18px;font-weight:750}.dashboard-table-wrap{background:#fff;border:1px solid #e5ece8;border-radius:16px;overflow:hidden}.dashboard-table{border-collapse:collapse;width:100%}.dashboard-table th{text-align:left;color:#475467;background:#fbfcfc;border-bottom:1px solid #e5ece8;padding:16px 18px;font-size:13px;font-weight:850}.dashboard-table td{vertical-align:middle;border-bottom:1px solid #eef2f1;padding:16px 18px;font-size:14px}.dashboard-table tr:last-child td{border-bottom:0}.table-file-button{color:#0d6d3a;background:0 0;font-weight:850}.dashboard-stage-chip{letter-spacing:.03em;border-radius:8px;justify-content:center;align-items:center;min-width:86px;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}.dashboard-stage-chip.pmsg{color:#1359d8;background:#eaf1ff}.dashboard-stage-chip.bank{color:#c5680d;background:#fff1e4}.dashboard-stage-chip.material{color:#6c3ecb;background:#f0eafa}.dashboard-stage-chip.installation{color:#125ac9;background:#eaf2ff}.dashboard-stage-chip.subsidy{color:#087b86;background:#e6f7f8}.dashboard-claim-status{font-weight:800}.dashboard-claim-status.unclaimed{color:#f97316}.dashboard-claim-status.claimed{color:#0f8a4b}.dashboard-claim-status.progress{color:#246bfe}.action-primary,.action-secondary{border-radius:9px;min-width:76px;height:38px;padding:0 18px;font-weight:850}.action-primary{color:#fff;box-shadow:none;background:linear-gradient(#109652,#08713c)}.action-secondary{color:#344054;background:#fff;border:1px solid #d7dfdc}.activity-list-modern{gap:0;display:grid}.activity-item-modern{grid-template-columns:58px 1fr;gap:10px;padding-bottom:22px;display:grid;position:relative}.activity-item-modern:not(:last-child):before{content:"";background:#e8eeee;width:2px;position:absolute;top:52px;bottom:0;left:25px}.activity-item-icon{z-index:1;border-radius:17px;place-items:center;width:52px;height:52px;display:grid;position:relative}.activity-item-copy{border-bottom:1px solid #eef2f1;padding-top:2px;padding-bottom:18px}.activity-item-modern:last-child .activity-item-copy{border-bottom:0}.activity-item-copy strong{margin-bottom:4px;font-size:15px;line-height:1.35;display:block}.activity-item-copy span{color:#445164;font-size:13.5px;line-height:1.5;display:block}.activity-file-link{color:#0d6d3a;background:0 0;font-weight:850}@media (width<=1400px){.dashboard-stats-grid{grid-template-columns:repeat(3,minmax(180px,1fr))}.dashboard-content-grid{grid-template-columns:1fr}}@media (width<=1180px){.sidebar{height:auto;position:static}.app-shell{grid-template-columns:1fr}.topbar{grid-template-columns:1fr;height:auto;padding:18px}.topbar-left{min-width:0}.search-box{width:100%}.top-actions{flex-wrap:wrap}}.dashboard-content-grid{grid-template-columns:1fr!important}.dashboard-panel-large{width:100%}.topbar{grid-template-columns:auto 1fr}*,:before,:after{box-shadow:none!important}.dashboard-stat-card{gap:10px}html,body,#root{width:100%;max-width:100%;height:100%;margin:0;overflow:hidden!important}@supports not (zoom:1){.app-scale{transform-origin:0 0;transform:scale(.75);width:133.333vw!important;max-width:133.333vw!important;height:133.333vh!important;overflow:hidden!important}}.app-shell{grid-template-columns:320px minmax(0,1fr)!important;width:100%!important;max-width:100%!important;height:133.333vh!important;min-height:0!important;overflow:hidden!important}.sidebar{flex-shrink:0;height:133.333vh!important;max-height:133.333vh!important;position:sticky!important;top:0!important;overflow:hidden!important}.main-shell{flex-direction:column!important;min-width:0!important;height:133.333vh!important;display:flex!important;overflow:hidden!important}.topbar{z-index:20!important;flex:0 0 92px!important;grid-template-columns:auto 1fr!important;width:100%!important;max-width:100%!important;position:sticky!important;top:0!important}.top-actions{justify-self:end!important}.search-box,.search-shortcut{display:none!important}.page-body{flex:auto!important;max-width:100%!important;height:auto!important;min-height:0!important;padding:24px 28px 28px!important;overflow:hidden auto!important}.dashboard-body{padding:20px 28px!important;overflow:hidden!important}.dashboard-page{grid-template-rows:auto minmax(0,1fr);gap:18px!important;height:100%!important;max-height:100%!important;overflow:hidden!important}.dashboard-stats-grid{grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:14px!important}.dashboard-stat-card{border-radius:18px!important;gap:6px!important;min-height:138px!important;padding:16px 14px!important}.dashboard-stat-icon{border-radius:14px!important;width:44px!important;height:44px!important}.dashboard-content-grid{grid-template-columns:1fr!important;min-height:0!important;overflow:hidden!important}.dashboard-panel{border-radius:18px!important;min-height:0!important;padding:18px!important;overflow:hidden!important}.dashboard-panel-large{flex-direction:column!important;height:100%!important;display:flex!important}.dashboard-panel-head{flex:none!important;margin-bottom:12px!important}.dashboard-table-wrap{flex:auto!important;min-height:0!important;overflow:hidden!important}.dashboard-table{table-layout:fixed!important;width:100%!important}.dashboard-table th,.dashboard-table td{white-space:nowrap!important;text-overflow:ellipsis!important;padding:10px 12px!important;font-size:13px!important;overflow:hidden!important}.dashboard-table th:first-child,.dashboard-table td:first-child{width:14%}.dashboard-table th:nth-child(2),.dashboard-table td:nth-child(2){width:18%}.dashboard-table th:nth-child(3),.dashboard-table td:nth-child(3),.dashboard-table th:nth-child(4),.dashboard-table td:nth-child(4){width:13%}.dashboard-table th:nth-child(5),.dashboard-table td:nth-child(5){width:18%}.dashboard-table th:nth-child(6),.dashboard-table td:nth-child(6){width:16%}.dashboard-table th:nth-child(7),.dashboard-table td:nth-child(7){width:8%}.dashboard-stage-chip{min-width:0!important;max-width:100%!important;padding:5px 8px!important;font-size:11px!important}.action-primary,.action-secondary{min-width:64px!important;height:32px!important;padding:0 12px!important}@media (width<=1180px){.app-shell{grid-template-columns:260px minmax(0,1fr)!important}.sidebar{height:133.333vh!important;display:flex!important;position:sticky!important}.topbar{flex-basis:78px!important;grid-template-columns:auto 1fr!important;height:78px!important;padding:0 20px!important}.topbar-left{min-width:0!important}.dashboard-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=780px){.app-shell{grid-template-columns:88px minmax(0,1fr)!important}.brand-copy,.nav-item span:not(.nav-icon):not(.nav-badge),.nav-badge{display:none!important}.sidebar{padding:18px 12px!important}.nav-item{justify-content:center!important;padding:0!important}.dashboard-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile .profile-text,.user-chip span:not(.avatar),.user-chip-arrow{display:none!important}}.logo-brand{justify-content:flex-start;width:100%;min-height:82px;padding:8px 8px 18px!important}.logo-brand img{object-fit:contain;width:230px;max-width:100%;height:auto;display:block}html,body,#root{width:100%!important;max-width:100%!important;height:100%!important;overflow:hidden!important}.app-scale-frame{width:100vw!important;max-width:100vw!important;height:100vh!important;overflow:hidden!important}.app-scale{zoom:.75;width:133.333vw!important;height:133.333vh!important;overflow:hidden!important}.app-shell{height:133.333vh!important;overflow:hidden!important}.sidebar,.topbar{position:sticky!important;top:0!important}.dashboard-body{overflow:hidden!important}.page-body:not(.dashboard-body){overflow:hidden auto!important}.dashboard-link-btn{justify-content:center;align-items:center;display:inline-flex}*{box-shadow:none!important}@media (width<=780px){.logo-brand img{object-fit:cover;object-position:left center;width:56px;max-width:56px}}.topbar-left{gap:0!important;min-width:0!important}.logo-brand{justify-content:flex-start!important;align-items:center!important;height:92px!important;min-height:92px!important;padding:0 8px!important;display:flex!important}.logo-brand img{object-fit:contain!important;object-position:left center!important;width:270px!important;max-width:100%!important;max-height:76px!important}.sidebar{padding-top:0!important}@media (width<=780px){.logo-brand img{object-fit:cover!important;object-position:left center!important;width:64px!important;max-width:64px!important;max-height:64px!important}}.dashboard-panel-large .dashboard-table-wrap{flex-direction:column!important;display:flex!important}.dashboard-panel-large .dashboard-table{height:100%!important}.dashboard-panel-large .dashboard-table th,.dashboard-panel-large .dashboard-table td{padding:15px 16px!important;font-size:14px!important;line-height:1.25!important}.dashboard-panel-large .action-primary,.dashboard-panel-large .action-secondary{min-width:74px!important;height:38px!important;padding:0 16px!important}.dashboard-panel-large .dashboard-stage-chip{padding:6px 10px!important;font-size:12px!important}.project-file-modal-backdrop{z-index:80;background:#1018285c;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.project-file-modal{background:#f8faf9;border:1px solid #dfe7e4;border-radius:24px;flex-direction:column;width:80vw;max-height:80vh;display:flex;overflow:hidden}.project-file-modal-head{background:#fff;border-bottom:1px solid #e5ece8;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.project-file-modal-head h2{margin:3px 0 0;font-size:24px}.project-file-modal-body{padding:22px;overflow:auto}.project-file-modal-body .detail-hero{box-shadow:none}.pdf-preview-modal{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;width:80vw;max-height:80vh;display:flex;overflow:hidden}.pdf-preview-modal-body{background:#f8faf9;padding:18px;overflow:auto}.pdf-preview-modal .pdf-layout{grid-template-columns:1fr 300px}.dashboard-panel-large .dashboard-table thead tr{height:48px!important}.dashboard-panel-large .dashboard-table tbody tr{height:calc(14.2857% - 6.85714px)!important}.dashboard-panel-large .dashboard-table th{text-align:left!important;padding:12px!important;font-size:13px!important;font-weight:800!important;line-height:1.25!important}.dashboard-panel-large .dashboard-table td{text-align:left!important;vertical-align:middle!important;padding:16px 12px!important;font-size:14px!important;line-height:1.25!important}.dashboard-panel-large .table-file-button{font-size:14px!important;font-weight:700!important;line-height:1.25!important}.dashboard-panel-large .dashboard-stage-chip,.dashboard-panel-large .dashboard-claim-status{font-size:12px!important;line-height:1.2!important}.table-actions{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.portal-modal{background:#fff;border:1px solid #d8e1e8;border-radius:10px;flex-direction:column;width:80vw;height:80vh;display:flex;overflow:hidden}.portal-modal.document-modal{width:80vw}.portal-modal-head{background:#fff;border-bottom:1px solid #e7edf2;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:18px 22px;display:flex}.portal-modal-head h2{color:#084c80;letter-spacing:-.02em;margin:0;font-size:24px;font-weight:850}.portal-modal-head p{color:#667085;margin:4px 0 0;font-size:14px}.portal-close{color:#667085;background:0 0;border-radius:10px;width:42px;height:42px;font-size:28px;line-height:1}.portal-modal-body{background:#fff;padding:18px 22px 24px;overflow:auto}.portal-status-strip{grid-template-columns:repeat(6,1fr);align-items:center;gap:0;margin-bottom:8px;padding:10px 4px 20px;display:grid}.portal-status-step{color:#98a2b3;letter-spacing:.02em;text-align:center;place-items:center;gap:7px;font-size:12px;font-weight:850;display:grid;position:relative}.portal-status-dot{color:#fff;z-index:2;background:#d0d5dd;border-radius:999px;place-items:center;width:34px;height:34px;font-size:18px;font-weight:900;display:grid}.portal-status-step.done{color:#0f8a2a}.portal-status-step.done .portal-status-dot{background:#12a12b}.portal-status-connector{z-index:1;background:#d0d5dd;width:calc(100% - 34px);height:3px;position:absolute;top:16px;left:calc(50% + 17px)}.portal-status-step.done .portal-status-connector{background:#20b236}.portal-section{margin-top:14px}.portal-section-title{color:#084c80;background:#edf3f8;border-radius:8px;align-items:center;height:42px;padding:0 14px;font-size:17px;font-weight:850;display:flex;position:relative;overflow:hidden}.portal-section-title span{z-index:2;background:#edf3f8;padding-right:12px;position:relative}.portal-section-title:after{content:"";background:#8fb0c9;flex:1;height:1px}.portal-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 52px;padding:14px 0 4px;display:grid}.portal-detail-row{grid-template-columns:minmax(170px,270px) 1fr;align-items:center;gap:12px;min-height:34px;font-size:15px;display:grid}.portal-detail-row span{color:#245ba7;font-weight:750}.portal-detail-row strong{color:#111827;min-width:0;font-weight:600}.portal-table-wrap{border:1px solid #e5ecef;border-radius:8px;margin-top:14px;overflow:hidden}.portal-table{border-collapse:collapse;background:#fff;width:100%}.portal-table th{color:#111827;text-align:center;background:#f3f6fa;border-bottom:1px solid #e5ecef;padding:14px 12px;font-size:14px;font-weight:850}.portal-table td{color:#111827;text-align:center;border-bottom:1px solid #eef2f4;padding:13px 12px;font-size:14px}.portal-table tr:last-child td{border-bottom:0}.portal-table td:nth-child(2),.portal-table td:nth-child(3){text-align:left}.portal-table.compact td,.portal-table.compact th{padding:12px}.portal-view-btn{color:#fff;background:#07558b;border-radius:9px;justify-content:center;align-items:center;gap:7px;min-width:86px;height:38px;font-size:14px;font-weight:850;display:inline-flex}.portal-document-preview{background:#f4f7fa;border:1px solid #e3e9ef;border-radius:8px;margin-top:14px;overflow:hidden}.portal-document-toolbar{background:#fff;border-bottom:1px solid #e5ecef;align-items:center;gap:16px;height:52px;padding:0 16px;display:flex}.portal-document-toolbar strong{color:#084c80;margin-right:auto}.portal-document-toolbar button{color:#344054;background:#f2f5f8;border-radius:8px;height:34px;padding:0 14px;font-weight:750}.portal-document-page{background:#fff;border:1px solid #e5ecef;width:min(760px,92%);min-height:540px;margin:24px auto;padding:42px}.portal-document-page h1{color:#0d6d3a;margin:0 0 6px}.portal-document-page h2{color:#084c80;margin-top:0}.portal-document-page table{border-collapse:collapse;width:100%;margin-top:24px}.portal-document-page td{border:1px solid #d9e2ea;padding:12px}@media (width<=980px){.portal-modal,.portal-modal.document-modal{width:calc(100vw - 28px);height:calc(100vh - 28px)}.portal-status-strip{grid-template-columns:repeat(3,1fr);row-gap:14px}.portal-status-connector{display:none}.portal-detail-grid{grid-template-columns:1fr}.portal-detail-row{grid-template-columns:150px 1fr}.portal-table-wrap{overflow-x:auto}}:root{--font-page-title:28px;--font-section-title:21px;--font-table-head:13px;--font-body:14px;--font-small:12px;--font-helper:13px;--weight-title:850;--weight-header:850;--weight-link:850;--row-padding-y:16px;--row-padding-x:18px}.topbar h1,.page-title{font-size:var(--font-page-title)!important;font-weight:var(--weight-title)!important;letter-spacing:-.03em!important;line-height:1.15!important}.card-head h2,.dashboard-panel-head h2,.toolbar-card h2,.template-toolbar h2,.panel-title{font-size:var(--font-section-title)!important;font-weight:var(--weight-title)!important;letter-spacing:-.02em!important;margin:0!important;line-height:1.25!important}.simple-table th,.dashboard-table th,.universal-table th{font-size:var(--font-table-head)!important;font-weight:var(--weight-header)!important;letter-spacing:0!important;padding:var(--row-padding-y) var(--row-padding-x)!important;color:#475467!important;text-align:left!important;line-height:1.25!important}.simple-table td,.dashboard-table td,.universal-table td{font-size:var(--font-body)!important;padding:var(--row-padding-y) var(--row-padding-x)!important;color:#182033!important;vertical-align:middle!important;font-weight:500!important;line-height:1.35!important}.table-file-button,.file-link,.template-name-button,.activity-file-link{font-size:var(--font-body)!important;font-weight:var(--weight-link)!important;color:#0d6d3a!important;line-height:1.35!important}.soft-tag,.pill,.dashboard-stage-chip,.location-chip,.protected-badge{font-size:var(--font-small)!important;font-weight:850!important;line-height:1.2!important}.primary,.secondary,.success,.warning,.danger,.small-btn,.action-primary,.action-secondary,.dashboard-link-btn,.portal-view-btn{font-size:var(--font-body)!important;font-weight:800!important;line-height:1.2!important}.field,input,select,textarea,.search-box,.form-grid label,.muted,small{font-size:var(--font-helper)!important;line-height:1.45!important}.template-management-page .notice,.template-grid,.template-card,.template-icon{display:none!important}.template-toolbar{align-items:center}.template-toolbar .muted{margin:4px 0 0}.template-list-card{padding:22px}.template-list-table{border:1px solid var(--line);background:#fff;border-radius:16px;width:100%;overflow:hidden}.template-list-table th:last-child,.template-list-table td:last-child{text-align:right!important}.table-action-row{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:inline-flex}.template-name-button{text-align:left;background:0 0;padding:0}.dashboard-monitoring-page{height:100%;min-height:0}.dashboard-monitoring-grid{grid-template-columns:minmax(0,1.45fr) minmax(420px,.95fr);gap:24px;min-height:0;display:grid;overflow:hidden}.dashboard-panel-happening,.dashboard-panel-attention{flex-direction:column;height:100%;min-height:0;display:flex}.dashboard-monitoring-table-wrap,.dashboard-attention-table-wrap{flex:auto;min-height:0;overflow:hidden}.dashboard-monitoring-table th,.dashboard-monitoring-table td,.dashboard-attention-table th,.dashboard-attention-table td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding:13px 12px!important}.dashboard-monitoring-table th:first-child,.dashboard-monitoring-table td:first-child{width:13%}.dashboard-monitoring-table th:nth-child(2),.dashboard-monitoring-table td:nth-child(2){width:10%}.dashboard-monitoring-table th:nth-child(3),.dashboard-monitoring-table td:nth-child(3),.dashboard-monitoring-table th:nth-child(4),.dashboard-monitoring-table td:nth-child(4){width:14%}.dashboard-monitoring-table th:nth-child(5),.dashboard-monitoring-table td:nth-child(5){width:10%}.dashboard-monitoring-table th:nth-child(6),.dashboard-monitoring-table td:nth-child(6){width:15%}.dashboard-monitoring-table th:nth-child(7),.dashboard-monitoring-table td:nth-child(7),.dashboard-monitoring-table th:nth-child(8),.dashboard-monitoring-table td:nth-child(8){width:12%}.dashboard-attention-table th:first-child,.dashboard-attention-table td:first-child{width:14%}.dashboard-attention-table th:nth-child(2),.dashboard-attention-table td:nth-child(2){width:18%}.dashboard-attention-table th:nth-child(3),.dashboard-attention-table td:nth-child(3){width:26%}.dashboard-attention-table th:nth-child(4),.dashboard-attention-table td:nth-child(4){width:16%}.dashboard-attention-table th:nth-child(5),.dashboard-attention-table td:nth-child(5){width:15%}.dashboard-attention-table th:nth-child(6),.dashboard-attention-table td:nth-child(6){width:11%}.dashboard-byline{gap:3px;min-width:0;display:grid}.dashboard-byline span{text-overflow:ellipsis;white-space:nowrap;color:#475467;min-width:0;font-size:12px;line-height:1.25;display:block;overflow:hidden}.priority-chip{border-radius:8px;justify-content:center;align-items:center;min-width:62px;padding:6px 9px;font-size:12px;font-weight:850;display:inline-flex}.priority-chip.high{color:#c1505f;background:#fff0ee}.priority-chip.medium{color:#b56a18;background:#fff6e8}.priority-chip.low{color:#28794d;background:#e8f8ef}.dashboard-stage-chip.returned{color:#c1505f;background:#fff0ee}.dashboard-stage-chip.completed{color:#0f8a4b;background:#e9f7ef}@media (width<=1500px){.dashboard-monitoring-grid{grid-template-columns:1fr}}.dashboard-monitoring-grid{grid-template-rows:minmax(0,1fr) minmax(0,.82fr)!important;grid-template-columns:1fr!important;align-items:stretch!important;height:100%!important;min-height:0!important;overflow:hidden!important}.dashboard-panel-happening,.dashboard-panel-attention{height:100%!important;min-height:0!important;overflow:hidden!important}.dashboard-monitoring-table-wrap,.dashboard-attention-table-wrap{scrollbar-width:thin;height:100%!important;min-height:0!important;max-height:100%!important;overflow:auto!important}.dashboard-monitoring-table,.dashboard-attention-table{table-layout:fixed!important;width:100%!important;height:auto!important}.dashboard-monitoring-table{min-width:1240px!important}.dashboard-attention-table{min-width:900px!important}.dashboard-monitoring-table thead th,.dashboard-attention-table thead th{z-index:2;position:sticky;top:0}.dashboard-monitoring-table th,.dashboard-monitoring-table td,.dashboard-attention-table th,.dashboard-attention-table td{white-space:nowrap!important}@media (width>=1px){.dashboard-monitoring-grid{grid-template-columns:1fr!important}}.dashboard-panel-happening .dashboard-panel-head h2,.dashboard-panel-attention .dashboard-panel-head h2{font-size:16px!important;line-height:1.25!important}.portal-modal,.portal-modal.document-modal,.project-file-modal,.pdf-preview-modal{width:80vw!important;max-width:80vw!important}.portal-modal,.portal-modal.document-modal{height:80vh!important;max-height:80vh!important}.project-file-modal,.pdf-preview-modal{max-height:80vh!important}.template-management-page .template-toolbar{display:none!important}.template-list-card .card-head h2{font-size:var(--font-section-title,18px);font-weight:800;line-height:1.25}.working-template-editor{gap:14px}.universal-toolbar{flex-wrap:wrap;align-items:center;gap:8px;padding:12px;display:flex}.template-editor-layout{grid-template-columns:280px minmax(640px,1fr) 320px;align-items:stretch;gap:16px}.template-editor-side-panel{flex-direction:column;align-self:stretch;gap:10px;max-height:calc(100vh - 190px);display:flex;overflow:auto}.template-editor-side-panel h3{margin:0 0 4px;font-size:16px;font-weight:800;line-height:1.25}.template-editor-side-panel label{color:#344054;gap:6px;font-size:13px;font-weight:750;display:grid}.template-editor-help{border:1px solid var(--line);color:var(--muted);background:#f8fbff;border-radius:14px;gap:5px;margin-top:8px;padding:12px;font-size:13px;line-height:1.45;display:grid}.template-editor-help strong{color:var(--text)}.template-canvas-wrap{min-height:760px;padding:24px;overflow:auto}.template-live-canvas{background:linear-gradient(#fff,#fff) padding-box padding-box,linear-gradient(135deg,#0f8a4b2e,#246bfe1f) border-box;border:1px solid #0000;width:595px;min-height:842px;padding:0;position:relative;overflow:hidden}.template-canvas-element{white-space:pre-wrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;padding:6px 8px;line-height:1.3;display:flex;position:absolute;overflow:hidden}.template-canvas-element.text{justify-content:flex-start}.template-canvas-element.image{color:#667085;background:#f8fafc;border:1px dashed #b8c4d6;justify-content:center}.template-canvas-element.image span{text-align:center;width:100%;display:block}.template-canvas-element.selected{border-color:#246bfe;box-shadow:0 0 0 2px #246bfe1f}.template-property-textarea{resize:vertical;min-height:82px}.template-property-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.template-property-grid .field{width:100%;min-width:0}.template-nudge-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.placeholder-list{gap:8px;max-height:280px;padding-right:2px;display:grid;overflow:auto}.placeholder-btn{color:#40506a;text-align:left;border:1px solid var(--line);background:#f7f9fc;border-radius:12px;width:100%;margin:0;padding:9px 10px;font-size:13px}@media (width<=1300px){.template-editor-layout{grid-template-columns:1fr}.template-editor-side-panel{max-height:none}}.template-editor-page.working-template-editor{background:#f8faf9;grid-template-rows:auto auto 1fr;width:100vw;max-width:100vw;height:100vh;min-height:100vh;padding:14px;display:grid;overflow:hidden}.template-editor-page .editor-toolbar.universal-toolbar{box-shadow:none;background:#fff;border:1px solid #e5ece8;border-radius:16px;position:relative}.template-exit-button{margin-left:auto}.template-editor-page .notice.compact{margin:0}.template-editor-page .template-editor-layout{grid-template-columns:280px minmax(620px,1fr) 340px;height:100%;min-height:0}.template-editor-page .template-editor-side-panel,.template-editor-page .template-canvas-wrap{height:100%;min-height:0;max-height:none;overflow:auto}.template-editor-page .template-canvas-wrap{place-items:start center;display:grid}.template-editor-page .placeholder-btn{gap:4px;display:grid}.template-editor-page .placeholder-btn strong{color:#344054;font-size:13px}.template-editor-page .placeholder-btn span{color:#667085;word-break:break-word;font-size:12px}.template-exit-overlay{z-index:1000;background:#0f172a61;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.template-exit-dialog{width:min(420px,100%);box-shadow:none;background:#fff;border:1px solid #e5ece8;border-radius:20px;padding:24px}.template-exit-dialog h3{margin:0 0 8px;font-size:18px;line-height:1.25}.template-exit-dialog p{color:#667085;margin:0 0 18px;line-height:1.5}.template-exit-actions{justify-content:flex-end;gap:10px;display:flex}@media (width<=1300px){.template-editor-page .template-editor-layout{grid-template-columns:1fr;overflow:auto}}.template-background-color{min-height:44px;padding:6px}.template-slide-list{gap:8px;margin:8px 0 14px;display:grid}.template-slide-tab{border:1px solid var(--line);color:#40506a;text-align:left;background:#f7f9fc;border-radius:12px;height:38px;padding:0 12px;font-weight:750}.template-slide-tab.active{color:var(--blue-dark);background:#e9f2ff;border-color:#cfe2ff}.editor-toolbar button:disabled{opacity:.45;cursor:not-allowed}.template-canvas-element.unlocked{cursor:move}.template-canvas-element.locked{cursor:not-allowed;opacity:.86}.template-canvas-element.locked:after{content:"Locked";color:#9a5b15;pointer-events:none;background:#fff7e6;border:1px solid #ffe2b6;border-radius:999px;padding:2px 6px;font-size:10px;font-weight:800;position:absolute;bottom:6px;right:6px}.template-canvas-element.dragging{z-index:20;border-color:#0f8a4b;outline:2px solid #0f8a4b2e}.template-lock-row{border:1px solid var(--line);background:#fbfdff;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px;display:flex}.template-lock-row strong{font-size:var(--text-sm,13px);color:var(--text);font-weight:850;display:block}.template-lock-row span{color:var(--muted);margin-top:3px;font-size:12px;line-height:1.35;display:block}.template-nudge-grid{display:none!important}.sidebar-support-card{color:#1d2a34;background:linear-gradient(#f8fffb 0%,#eef9f2 100%);border:1px solid #dfe8e4;border-radius:18px;gap:5px;margin-top:auto;padding:16px 15px;display:grid}@media (width<=780px){.sidebar-support-card{display:none!important}}.sidebar-credit-note{color:#596675;text-align:left;background:0 0;border:0;border-radius:0;gap:5px;margin-top:10px;padding:4px 6px 0;font-size:11px;line-height:1.35;display:grid}.sidebar-credit-note span{color:#26323f;font-size:11px;font-weight:650}.sidebar-credit-note .credit-heart-inline{color:#0f8a4b;font-size:13px;font-weight:650}.sidebar-credit-note small{color:#7a8491;font-size:7px;font-weight:650;line-height:1.25}.template-editor-scale{zoom:.8;width:125vw!important;height:125vh!important;overflow:hidden!important}@supports not (zoom:1){.template-editor-scale{transform-origin:0 0;transform:scale(.8);width:125vw!important;height:125vh!important}}.template-background-color{display:none!important}.template-zoom-value{border:1px solid var(--line);color:#344054;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:54px;height:34px;font-size:13px;font-weight:800;display:inline-flex}.template-canvas-zoom-stage{flex:none;position:relative}.template-canvas-zoom-stage .template-live-canvas{transform-origin:0 0}.template-resize-handle{cursor:nwse-resize;z-index:25;background:#246bfe;border:2px solid #fff;border-radius:4px;width:14px;height:14px;position:absolute;bottom:-6px;right:-6px}.template-canvas-element.resizing{z-index:22;border-color:#246bfe;outline:2px solid #246bfe2e}.template-canvas-element.locked .template-resize-handle{display:none}.location-dropdown-card{border:1px solid var(--line);background:#fff;border-radius:18px;margin-top:16px;overflow:hidden}.location-dropdown-trigger{width:100%;min-height:58px;color:var(--text);border-bottom:1px solid var(--line);text-align:left;background:#fbfdff;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.location-dropdown-trigger strong{font-size:var(--fs-body,14px);font-weight:800;display:block}.location-dropdown-trigger small{color:var(--muted);font-size:var(--fs-helper,12px);margin-top:3px;font-weight:650;display:block}.location-dropdown-arrow{color:var(--muted);font-weight:900}.location-dropdown-panel{background:#fff}.location-scroll-list{max-height:260px;display:grid;overflow-y:auto}.location-option-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-height:52px;padding:0 16px;display:flex}.location-option-row:last-child{border-bottom:0}.location-option-name{font-size:var(--fs-body,14px);color:var(--text);font-weight:750}.location-delete-btn{color:#bc4659;min-height:32px;font-size:var(--fs-button,13px);background:#fff0f0;border-radius:10px;padding:0 12px;font-weight:800}.location-dropdown-footer{border-top:1px solid var(--line);background:#fbfdff;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:14px;display:grid}.location-add-input{width:100%}.sidebar-credit-note{box-shadow:none!important;background:0 0!important;border:0!important}.dashboard-stat-value{font-size:22px!important}.dashboard-panel-head h2{font-size:16px!important}.dashboard-monitoring-grid,.dashboard-content-grid.monitoring-grid,.monitoring-dashboard-grid{grid-template-columns:1fr!important}.dashboard-monitor-table-wrap,.monitoring-table-wrap{max-height:260px!important;overflow:auto!important}.portal-modal,.project-file-modal{width:min(80vw,1320px)!important;max-width:80vw!important;height:80vh!important;max-height:80vh!important}.portal-modal-body,.project-file-modal-body{overflow:auto!important}.template-editor-scale{zoom:.8!important}.template-background-color,.template-nudge-grid{display:none!important}.location-scroll-list{max-height:260px!important;overflow-y:auto!important}.location-dropdown-footer{position:sticky;bottom:0}.sidebar-support-card{box-shadow:none!important;color:#596675!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;gap:3px!important;margin-top:auto!important;padding:0 6px 10px!important;display:grid!important}.sidebar-support-card .support-kicker{color:#26323f!important;letter-spacing:0!important;font-size:11px!important;font-weight:650!important}.sidebar-support-card .support-copy{color:#596675!important;font-size:11px!important;font-weight:500!important}.sidebar-support-card .support-number{color:#596675!important;letter-spacing:0!important;margin-top:0!important;font-size:11px!important;font-weight:500!important}.sidebar-credit-note{margin-top:4px!important;padding-top:12px!important;padding-left:6px!important;padding-right:6px!important;position:relative!important}.sidebar-credit-note:before{content:"";background:#d9e1dd;width:46px;height:1px;position:absolute;top:0;left:6px}.template-editor-scale-frame{background:#f8faf9;width:100vw!important;max-width:100vw!important;height:100vh!important;max-height:100vh!important;overflow:hidden!important}.template-editor-scale{zoom:.8!important;width:125vw!important;min-width:125vw!important;height:125vh!important;min-height:125vh!important;overflow:hidden!important}.template-editor-scale .template-editor-page.working-template-editor{width:100%!important;min-width:100%!important;max-width:none!important;height:100%!important;min-height:100%!important;max-height:none!important}@supports not (zoom:1){.template-editor-scale{transform-origin:0 0!important;width:125vw!important;min-width:125vw!important;height:125vh!important;min-height:125vh!important;transform:scale(.8)!important}}.project-file-modal-backdrop{justify-content:center!important;align-items:center!important;width:133.333vw!important;height:133.333vh!important;padding:5.33333vh 5.33333vw!important;display:flex!important;position:fixed!important;inset:0!important;overflow:hidden!important}.project-file-modal-backdrop>.portal-modal:not(.document-modal),.project-file-modal-backdrop>.project-file-modal{width:106.667vw!important;min-width:106.667vw!important;max-width:none!important;height:106.667vh!important;min-height:106.667vh!important;max-height:none!important}.project-file-modal-backdrop .portal-modal-body,.project-file-modal-backdrop .project-file-modal-body{overflow:auto!important}.project-file-modal-backdrop .portal-modal.document-modal,.project-file-modal-backdrop .pdf-preview-modal{width:auto!important;max-width:none!important;height:auto!important;max-height:none!important}:root,body,button,input,select,textarea{font-family:Inter,Segoe UI,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.sidebar-support-card{gap:2px!important;padding:0 6px 2px!important}.sidebar-support-card .support-kicker,.sidebar-support-card .support-copy,.sidebar-support-card .support-number{font-size:13px!important;line-height:1.18!important}.sidebar-credit-note span{font-size:13px!important;line-height:1.18!important}.sidebar-credit-note small{font-size:8.5px!important;line-height:1.18!important}.sidebar-credit-note:before{width:46px!important}.template-slide-row{grid-template-columns:1fr 38px;align-items:center;gap:8px;display:grid}.template-slide-delete{border:1px solid var(--line);color:#bc4659;background:#fff0f0;border-radius:12px;width:38px;height:38px;font-size:20px;font-weight:800;line-height:1}.template-slide-delete:disabled{opacity:.35;cursor:not-allowed}.icon-only-delete{place-items:center;width:36px;min-width:36px;height:36px;padding:0;display:inline-grid}.location-delete-btn.icon-only-delete{border-radius:10px;width:34px;min-width:34px;height:34px}.template-slide-delete{place-items:center;display:inline-grid}.empty-table-cell{text-align:center;color:var(--muted);padding:28px 12px!important}.user-management-toolbar{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px}.role-filter-dropdown{color:var(--muted);align-items:center;gap:10px;margin-left:auto;font-size:13px;font-weight:800;display:inline-flex}.role-filter-dropdown select{border:1px solid var(--line);min-width:230px;height:42px;color:var(--text);background:#fff;border-radius:13px;outline:none;padding:0 14px;font-weight:750}.dashboard-panel-desc{color:#667085;margin:4px 0 0;font-size:13px;font-weight:500;line-height:1.35}.dashboard-panel-head{align-items:flex-start}.user-modal-backdrop{z-index:95;background:#1018285c;justify-content:center;align-items:center;padding:36px;display:flex;position:fixed;inset:0}.user-form-modal-card{background:#f8faf9;border:1px solid #dfe7e4;border-radius:24px;flex-direction:column;width:min(1040px,82vw);max-height:86vh;display:flex;overflow:hidden}.user-form-modal-head{background:#fff;border-bottom:1px solid #e5ece8;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px;display:flex}.user-form-modal-head h2{font-size:var(--font-section-title,18px);font-weight:var(--font-weight-section-title,850);margin:0 0 5px}.user-form-modal-body{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px;padding:22px;display:grid;overflow:auto}.flat-form-card{box-shadow:none!important}.user-form-actions{margin-top:14px}@media (width<=900px){.user-form-modal-card{width:94vw}.user-form-modal-body{grid-template-columns:1fr}}.app-scale{zoom:.8!important;width:125vw!important;min-width:0!important;max-width:125vw!important;height:125vh!important;min-height:0!important;overflow:hidden!important}@supports not (zoom:1){.app-scale{transform-origin:0 0!important;width:125vw!important;max-width:125vw!important;height:125vh!important;transform:scale(.8)!important}}.app-shell,.main-shell,.sidebar{height:125vh!important;max-height:125vh!important}.project-file-modal-backdrop{width:125vw!important;height:125vh!important;padding:5vh 5vw!important}.project-file-modal-backdrop>.portal-modal:not(.document-modal),.project-file-modal-backdrop>.project-file-modal{width:100vw!important;min-width:100vw!important;height:100vh!important;min-height:100vh!important}.clean-user-modal{width:min(900px,82vw)}.user-form-modal-body-clean{padding:24px;grid-template-columns:1fr!important}.user-form-clean-card{border-radius:20px;padding:24px}.user-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.user-form-grid label,.user-location-field{color:var(--text);font-size:var(--font-label,13px);font-weight:var(--font-weight-label,800);gap:8px;display:grid}.user-form-grid .field{width:100%}.user-location-field{margin-top:18px}.user-location-box{flex-wrap:wrap;align-items:center;gap:8px;min-height:52px;display:flex}.user-form-actions-clean{border-top:1px solid #e6ece9;justify-content:flex-end;margin-top:22px;padding-top:18px}@media (width<=760px){.clean-user-modal{width:94vw}.user-form-grid{grid-template-columns:1fr}}.sidebar-support-card{margin-bottom:-2px!important;padding-bottom:0!important}.sidebar-credit-note{margin-top:0!important;padding-top:6px!important}.sidebar-credit-note:before{top:0!important}
