:root{font-family:Inter,-apple-system,BlinkMacSystemFont,PingFang SC,Segoe UI,sans-serif;color:#172024;background:#f5f6f6;font-synthesis:none;line-height:1.38;text-rendering:optimizeLegibility;--bg: #f5f6f6;--surface: #ffffff;--surface-soft: #f7f8f8;--surface-muted: #eef1f2;--surface-strong: #11181c;--line: #e0e5e7;--line-strong: #cfd7da;--text: #172024;--muted: #687378;--muted-strong: #3d474c;--accent: #a67a38;--accent-strong: #7f5a21;--accent-soft: #f4eadb;--gold: #ad8341;--gold-soft: #f3eadc;--blue: #60727a;--amber: #a66f18;--red: #b42318;--shadow-sm: 0 1px 2px rgba(16, 24, 32, .04);--shadow-md: 0 14px 34px rgba(16, 24, 32, .08)}*{box-sizing:border-box}html{min-height:100%;background:var(--bg)}body{margin:0;min-width:0;min-height:100vh;background:var(--bg)}button,input,select,textarea{font:inherit}button{min-height:44px;border:1px solid var(--line-strong);background:var(--surface);color:var(--text);border-radius:6px;padding:9px 14px;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}button:hover{border-color:#b8c2c6;background:#fafbfb}button:active{transform:translateY(1px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(15,118,110,.18);outline-offset:1px;border-color:var(--gold)}button:disabled{opacity:.55;cursor:default;transform:none}.button-primary{color:#fff;background:var(--surface-strong);border-color:var(--surface-strong);box-shadow:none;font-weight:760}.button-primary:hover{color:#fff;background:#263137;border-color:#263137}.button-ghost{background:transparent}.button-quiet{border-color:transparent;background:transparent;color:var(--muted-strong)}.button-quiet:hover{border-color:var(--line-strong);background:var(--surface-soft)}.file-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:9px 14px;border:1px solid var(--line-strong);border-radius:6px;background:var(--surface);color:var(--text);cursor:pointer}.file-button input{display:none}.checkbox-label{display:inline-flex;align-items:center;gap:8px;min-height:44px;color:var(--muted-strong);font-size:12px}.checkbox-label input{width:16px;height:16px}.approval-list{display:grid;gap:8px;margin:10px 0 16px}.approval-row{display:grid;grid-template-columns:minmax(160px,1fr) 72px 84px minmax(96px,140px) auto auto;gap:8px;align-items:center;min-height:44px;padding:8px 10px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted-strong);font-size:12px}.approval-row span,.approval-row strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.danger{color:var(--red)}.admin-layout{min-height:100vh;display:grid;grid-template-columns:208px minmax(0,1fr)}.sidebar{min-height:100vh;background:#fff;color:var(--muted-strong);padding:16px 10px;display:flex;flex-direction:column;gap:14px;border-right:1px solid var(--line)}.sidebar__brand{display:flex;align-items:center;padding:6px 8px 16px;border-bottom:1px solid var(--line)}.brand-mark{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:8px;background:var(--gold);color:#241b16;font-size:20px;font-weight:800;box-shadow:inset 0 0 0 1px #241b161f}.brand-mark--large{width:54px;height:54px;font-size:26px}.sidebar__brand h1{margin:0;font-size:13px;font-weight:760;color:var(--text);line-height:1.2}.sidebar__brand p{margin:6px 0 0;font-size:9px;color:#9aa4a8;letter-spacing:.08em}.sidebar__menu{display:flex;flex-direction:column;gap:12px;overflow-y:auto;min-height:0}.sidebar__group{display:grid;gap:4px}.sidebar__group-label{padding:0 12px;color:#98a2a6;font-size:10px;font-weight:680;line-height:1.4}.sidebar__group-items{display:grid;gap:3px}.menu-btn{width:100%;border-color:transparent;background:transparent;color:#48545a;text-align:left;display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:center;min-height:44px;padding:10px 12px;border-radius:3px;border-left:0}.menu-btn__icon{width:14px;height:14px;color:#69767c;stroke-width:1.8}.menu-btn__copy{min-width:0;display:flex;flex-direction:column;gap:2px}.menu-btn__copy>span{color:inherit;font-size:12px;font-weight:560}.menu-btn small{color:#b7a790;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-btn:hover{border-color:transparent;background:#f7f4ef}.menu-btn--active{background:#f1eee8;color:var(--accent-strong);border-left-color:transparent;box-shadow:none}.menu-btn--active .menu-btn__icon,.menu-btn--active .menu-btn__copy>span{color:var(--accent-strong)}.sidebar__footer{margin-top:auto;padding:10px 8px;border-top:1px solid var(--line);display:grid;grid-template-columns:26px 1fr;gap:8px;align-items:center}.sidebar__footer span{color:var(--muted);font-size:10px}.asset-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;margin-top:14px}.asset-card-wrap{display:grid;gap:6px;min-width:0}.asset-card{display:grid;grid-template-rows:92px auto auto;gap:8px;min-height:150px;padding:10px;text-align:left;border-color:var(--line);background:var(--surface)}.asset-card-delete{justify-self:end;min-height:34px;padding:5px 10px}.asset-card strong{min-width:0;color:var(--text);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asset-card small{color:var(--muted);font-size:11px}.asset-preview{display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft)}.asset-preview img{width:100%;height:100%;object-fit:cover}.sidebar__footer strong{display:block;color:var(--text);font-size:11px}.sidebar__footer small{display:block;margin-top:2px;color:#98a2a6;font-size:8px}.sidebar__avatar{width:26px;height:26px;display:grid;place-items:center;border-radius:999px;color:#fff!important;background:linear-gradient(135deg,#a67735,#d5b06d);font-weight:760}.admin-main{min-width:0;max-height:100vh;overflow:auto;background:var(--bg)}.admin-module-loading{min-height:240px;display:grid;place-items:center;padding:24px;color:var(--muted);font-size:13px}.topbar{position:sticky;top:0;z-index:10;min-height:46px;background:#ffffffeb;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:0 18px;display:grid;grid-template-columns:1fr auto;justify-content:space-between;gap:12px;align-items:center}.topbar__nav{height:45px;display:flex;align-items:stretch;gap:0}.topbar__community,.topbar__tab{display:inline-flex;align-items:center;min-height:45px;padding:0 13px;color:#4b565b;font-size:11px;border-right:1px solid var(--line)}.topbar__community:before{content:"";width:6px;height:6px;margin-right:8px;border-radius:999px;background:#9aa5a9}.topbar__tab{color:#5f696e}.topbar__tab--active{color:var(--accent-strong);box-shadow:inset 0 -2px 0 var(--gold)}.topbar__eyebrow{display:block;margin-bottom:0;color:var(--gold);font-size:10px;font-weight:720;letter-spacing:.08em}.topbar h2{margin:0;font-size:26px;line-height:1.15;letter-spacing:0}.topbar p{margin:3px 0 0;color:var(--muted);font-size:11px}.topbar__context{grid-column:1 / -1;display:none}.status-pill{display:inline-flex;align-items:center;gap:7px;min-height:26px;border:1px solid var(--line);border-radius:999px;padding:3px 9px;background:#fffdf8e6;color:var(--muted-strong);font-size:12px;font-weight:680}.status-pill:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--gold)}.topbar__actions{display:flex;gap:6px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.icon-button{width:44px;min-width:44px;height:44px;min-height:44px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#29343a}.icon-button svg,.topbar__actions svg,.button-ghost svg{width:14px;height:14px}.module{padding:18px 22px 28px;display:flex;flex-direction:column;gap:14px;min-height:0}.admin-module{gap:14px}.module--split,.identity-grid{display:grid;grid-template-columns:minmax(560px,1fr) minmax(340px,390px);gap:14px;align-items:start}.list-panel,.editor-panel,.result-block,.toolbar,.pagination-controls,.metric-card,.table-wrap{border:1px solid var(--line);background:var(--surface);box-shadow:var(--shadow-sm)}.list-panel,.editor-panel{border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:14px}.editor-panel{position:sticky;top:96px}.editor-panel h3,.list-panel h3,.list-panel h4{margin:0;color:var(--text);font-size:16px;line-height:1.25}.editor-note{margin:-4px 0 0;color:var(--muted);font-size:12px}.toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;border-radius:8px;padding:10px;background:#fff}.toolbar input{flex:1 1 220px}.pagination-controls{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;border-radius:8px;padding:10px 12px;background:#fff}.pagination-controls__range,.pagination-controls__page{color:var(--muted-strong);font-size:13px;font-weight:680;white-space:nowrap}.pagination-controls__size{display:inline-flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;font-weight:680}.pagination-controls__size select{min-width:72px}.pagination-controls__buttons{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pagination-controls__buttons button{display:inline-flex;gap:4px;align-items:center;justify-content:center}.column-config{display:grid;gap:8px;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fbfcfc}.column-config__head{display:flex;gap:8px;align-items:baseline;flex-wrap:wrap}.column-config__head strong{color:var(--text);font-size:13px}.column-config__head span{color:var(--muted);font-size:12px}.column-config__options{display:flex;gap:6px 12px;flex-wrap:wrap}.column-config__option{min-height:32px;padding-right:4px}.content-config-surface{display:grid;gap:14px;border:1px solid var(--line);border-radius:8px;padding:16px;background:var(--surface);box-shadow:var(--shadow-sm)}.content-type-band{display:grid;gap:12px;border:1px solid var(--line);border-radius:8px;padding:14px 16px;background:#fff}.content-type-band__head{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.content-type-band__head strong{color:var(--text);font-size:16px;font-weight:760}.content-type-band__head span{color:var(--muted);font-size:12px}.content-type-groups,.content-type-chips{display:flex;gap:8px;align-items:center;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;-webkit-overflow-scrolling:touch}.content-type-groups{border-bottom:1px solid var(--line)}.content-type-group,.content-type-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;min-height:36px;border-radius:6px;white-space:nowrap}.content-type-group{width:max-content;max-width:none;min-height:34px;min-width:max-content;border-color:transparent;padding:7px 8px 9px;background:transparent;color:var(--muted-strong);box-shadow:inset 0 -2px 0 transparent}.content-type-group--active{color:var(--text);box-shadow:inset 0 -2px 0 var(--gold)}.content-type-chip{border-color:var(--line);padding:7px 10px;background:#fff;color:var(--muted-strong);font-size:12px;font-weight:680}.content-type-chip small{min-width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;background:var(--surface-soft);color:var(--muted);font-size:11px;font-weight:760}.content-type-chip--active{border-color:#e6c994;background:#fff8ea;color:var(--accent-strong);box-shadow:inset 2px 0 0 var(--gold)}.content-type-chip--active small{background:#f3e0bd;color:var(--accent-strong)}.content-config-workspace{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:start}.content-columns-button{display:inline-flex;align-items:center;gap:7px}.field-config-backdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;background:#11181c47}.field-config-drawer{width:min(420px,calc(100vw - 32px));height:100%;overflow-y:auto;border-left:1px solid var(--line);background:#fff;box-shadow:-18px 0 48px #1f292e29}.content-list-panel{min-width:0}.home-config-module{display:grid;gap:18px}.home-config-toolbar{justify-content:flex-start}.home-config-toolbar button,.home-config-panel__head button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.home-config-grid,.home-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.home-config-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow-sm)}.home-config-panel--wide{grid-column:1 / -1}.home-config-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.home-config-panel__head div{display:grid;gap:4px}.home-config-panel__head strong{color:var(--text);font-size:15px;font-weight:780}.home-config-panel__head span{color:var(--muted);font-size:12px;line-height:1.45}.home-config-table-wrap{margin:0;border:0;border-radius:0 0 8px 8px;box-shadow:none}.home-config-table-wrap table{min-width:720px}.home-config-table-wrap th,.home-config-table-wrap td{padding:8px 10px}.home-summary-list{display:grid;gap:0;padding:0}.home-summary-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(68px,auto);align-items:center;gap:12px;min-height:56px;padding:10px 16px;border-bottom:1px solid var(--line)}.home-summary-row:last-child{border-bottom:0}.home-summary-row span{min-width:0;display:grid;gap:3px}.home-summary-row strong,.home-summary-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-summary-row strong{color:var(--text);font-size:13px;font-weight:740}.home-summary-row small{color:var(--muted);font-size:12px}.home-summary-row em{color:var(--muted-strong);font-size:12px;font-style:normal;font-weight:720}.content-toolbar{box-shadow:none}.content-toolbar input{flex-basis:360px}.content-table-wrap table{min-width:980px}.content-table-wrap th,.content-table-wrap td{padding:8px 10px}.content-id-cell{align-items:flex-start}.duplicate-id-badge{width:fit-content;padding:2px 6px;border-radius:999px;border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;font-size:11px;font-weight:720;line-height:1.2}.content-duplicate-warning{margin:0 0 12px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:13px;line-height:1.4;font-weight:680}.field-config-panel{position:static;min-width:0;min-height:100%;display:grid;gap:12px;border:1px solid var(--line);border:0;border-radius:0;background:#fff;box-shadow:none}.field-config-panel__head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:start;padding:16px 16px 0}.field-config-panel__close{width:32px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;border-color:transparent;padding:0;background:transparent;color:var(--muted-strong)}.field-config-panel__head svg{margin-top:2px;color:var(--gold)}.field-config-panel__head strong,.field-config-section h4{display:block;margin:0;color:var(--text);font-size:14px;line-height:1.3;font-weight:760}.field-config-panel__head span{display:block;margin-top:4px;color:var(--muted);font-size:12px;line-height:1.4}.field-config-search{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;margin:0 16px;border:1px solid var(--line);border-radius:6px;padding:0 10px;background:var(--surface-soft)}.field-config-search svg{color:var(--muted)}.field-config-search input{min-height:40px;border:0;padding:7px 0;background:transparent;box-shadow:none}.field-config-presets{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px}.field-config-presets button{min-height:32px;padding:6px 9px;border-color:var(--line);font-size:12px}.field-config-section{display:grid;gap:8px;padding:0 16px}.field-config-list{display:grid;gap:6px}.field-config-row,.field-add-row{min-width:0;min-height:44px;border:1px solid var(--line);border-radius:6px;background:#fff}.field-config-row{display:grid;grid-template-columns:18px minmax(0,1fr) auto auto auto;gap:8px;align-items:center;padding:7px 8px}.field-config-row__handle{display:flex;color:#9aa4a8}.field-config-row__label,.field-add-row span{min-width:0;display:grid;gap:1px}.field-config-row__label strong,.field-add-row strong{min-width:0;overflow:hidden;color:var(--text);font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.field-config-row__label small,.field-add-row small{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.field-config-row__order{display:inline-flex;gap:2px}.field-config-row__order button,.field-icon-button{width:26px;height:26px;min-height:26px;display:inline-flex;align-items:center;justify-content:center;border-color:transparent;padding:0;background:transparent;color:var(--muted)}.field-config-row__order button:hover,.field-icon-button:hover{border-color:var(--line);background:var(--surface-soft)}.field-icon-button--active{color:var(--gold)}.field-switch{width:34px;min-width:34px;height:20px;min-height:20px;display:flex;align-items:center;justify-content:flex-start;border:0;border-radius:10px;padding:2px;background:#cfd7da}.field-switch span{width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #1018202e}.field-switch--on{justify-content:flex-end;background:var(--surface-strong)}.field-add-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 10px;color:var(--muted-strong);text-align:left}.field-add-row svg{color:var(--muted)}.field-config-panel__footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;border-top:1px solid var(--line);padding:12px 16px 16px}.request-workbench{display:grid;gap:14px}.request-filter-bar{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.request-metrics,.request-toolbar{margin:0}.request-toolbar .search-field{min-width:min(520px,100%);flex:1 1 360px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;border:1px solid var(--line);border-radius:6px;padding:0 12px;background:#fff}.request-toolbar .search-field svg{color:var(--muted)}.request-toolbar .search-field input{min-height:42px;border:0;padding-inline:0;box-shadow:none}.request-id-cell{max-width:190px;overflow-wrap:anywhere;color:var(--muted-strong);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:12px}.request-type-cell{min-width:180px;display:grid;grid-template-columns:18px minmax(0,1fr);gap:8px;align-items:start}.request-type-cell svg{margin-top:2px;color:var(--gold-dark)}.request-type-cell span{min-width:0;display:grid;gap:3px}.request-type-cell strong,.request-type-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-type-cell strong{color:var(--text);font-size:13px}.request-type-cell small{max-width:260px;color:var(--muted);font-size:11px}.request-status{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:4px 10px;background:var(--surface-soft);color:var(--muted-strong);font-size:12px;font-weight:680;white-space:nowrap}.request-status--pending_pickup,.request-status--pending_return{border-color:#ead8bd;background:#fff8eb;color:#845a1f}.request-status--picked_up{border-color:#cbdcdf;background:#f1f7f8;color:#365d64}.request-status--returned{border-color:#cce0d4;background:#f0f8f3;color:#2f6847}.request-detail{display:grid;gap:18px}.request-detail__identity{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 16px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:16px}.request-detail__identity>span{grid-column:1;color:var(--muted);font-size:12px}.request-detail__identity strong{grid-column:1;color:var(--text);font-size:20px}.request-detail__identity em{grid-column:2;grid-row:1 / span 2;border:1px solid #ead8bd;border-radius:999px;padding:6px 10px;background:#fff8eb;color:#845a1f;font-size:12px;font-style:normal;font-weight:700}.request-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:0}.request-detail__facts>div{min-width:0;display:grid;gap:4px}.request-detail__facts dt{color:var(--muted);font-size:11px}.request-detail__facts dd{margin:0;overflow-wrap:anywhere;color:var(--text);font-size:13px;line-height:1.5}.request-timeline-section{display:grid;gap:12px}.request-execution-boundary{display:flex;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:6px;padding:10px 12px;background:var(--surface-soft);font-size:12px}.request-execution-boundary span{color:var(--muted)}.request-execution-boundary strong{color:var(--text)}.request-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.request-timeline li{position:relative;display:grid;grid-template-columns:minmax(120px,.7fr) minmax(0,1.3fr);gap:16px;border-left:2px solid var(--line);padding:8px 0 14px 18px;color:var(--muted);font-size:12px}.request-timeline li:before{position:absolute;top:11px;left:-6px;width:10px;height:10px;border:2px solid #ffffff;border-radius:50%;background:#c8d0d3;box-shadow:0 0 0 1px var(--line);content:""}.request-timeline li.request-timeline__done{border-left-color:#a9c8b5;color:var(--text)}.request-timeline li.request-timeline__done:before{background:#4d8a66}.request-timeline strong{overflow-wrap:anywhere;color:inherit;font-size:12px;font-weight:620}.request-lock-note{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.order-list-table{table-layout:fixed}.order-list-table th:nth-child(1){width:25%}.order-list-table th:nth-child(2){width:9%}.order-list-table th:nth-child(3){width:18%}.order-list-table th:nth-child(4){width:8%}.order-list-table th:nth-child(5){width:11%}.order-list-table th:nth-child(6){width:20%}.order-list-table th:nth-child(7){width:9%}.order-list-primary,.order-dispatch-summary{min-width:0;display:grid;gap:4px}.order-list-primary strong,.order-dispatch-summary strong{overflow:hidden;color:var(--text);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.order-list-primary small,.order-dispatch-summary small{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.order-list-primary small{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.order-status-pill{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:4px 10px;background:var(--surface-soft);color:var(--muted-strong);font-size:12px;font-weight:680;white-space:nowrap}.order-process{display:grid;gap:16px}.order-process__section{display:grid;gap:12px;border:1px solid var(--line);border-radius:7px;padding:14px;background:#fff}.order-process__section-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.order-process__section-head strong{color:var(--text);font-size:14px}.order-process__section-head span{color:var(--muted);font-size:12px}.order-process__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px;margin:0}.order-process__facts>div{min-width:0;display:grid;gap:3px}.order-process__facts dt{color:var(--muted);font-size:11px}.order-process__facts dd{margin:0;overflow-wrap:anywhere;color:var(--text);font-size:13px;line-height:1.45}.order-process__status-field{max-width:320px}.order-process__dispatch-cell{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.order-process__dispatch-cell .dispatch-cell__summary{grid-column:1 / -1}.order-process__save-row{display:flex;justify-content:flex-end}.identity-toolbar .tab-group{flex:0 0 auto}.identity-toolbar{display:grid;gap:10px}.identity-toolbar__nav,.identity-toolbar__actions{min-width:0;display:flex;gap:8px;align-items:center;flex-wrap:wrap}.identity-toolbar__nav input{min-width:260px;flex:1 1 340px}.identity-toolbar__actions{justify-content:flex-end}.role-name-cell{min-width:140px;display:grid;gap:3px}.role-name-cell strong{color:var(--text);font-size:13px}.role-name-cell small{color:var(--muted);font-size:11px}input,select,textarea{border:1px solid var(--line-strong);border-radius:6px;padding:8px 10px;min-width:0;background:#fff;color:var(--text);box-shadow:inset 0 1px #241b1605}input,select{min-height:44px}textarea{min-height:92px;resize:vertical}.upload-control,.upload-inline{color:var(--muted-strong)}.upload-control span,.upload-inline{font-size:12px;font-weight:560}.upload-control input[type=file],.upload-inline input[type=file]{width:100%;min-height:44px;border:1px dashed var(--line-strong);background:#fffaf0}.upload-control span{color:var(--muted)}.upload-inline{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;color:var(--gold)}.image-crop-upload{width:100%}.upload-file-input{display:none}.upload-trigger{min-height:44px;white-space:nowrap}.upload-file-name{min-width:0;min-height:44px;display:flex;align-items:center;padding:8px 10px;overflow:hidden;border:1px dashed var(--line-strong);border-radius:6px;background:#fffaf0;color:var(--text);text-overflow:ellipsis;white-space:nowrap}.upload-file-name.is-empty{color:var(--muted)}.image-url-preview{width:100%;min-width:0;display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;align-items:center;margin-top:8px;padding:8px;border:1px solid var(--line);border-radius:6px;background:#fffdf8}.image-url-preview--compact{grid-template-columns:56px minmax(0,1fr);margin-top:6px;padding:6px}.image-url-preview__thumb{width:76px;height:56px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);color:var(--muted);font-size:11px;line-height:1.35;text-align:center}.image-url-preview--compact .image-url-preview__thumb{width:56px;height:42px}.image-url-preview__thumb img{width:100%;height:100%;object-fit:cover}.image-url-preview__thumb span{padding:4px}.image-url-preview__meta{min-width:0;display:grid;gap:3px}.image-url-preview__meta strong{color:var(--text);font-size:12px;line-height:1.3}.image-url-preview__meta small{min-width:0;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.crop-preset-select{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:end}.cropper-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:grid;place-items:center;padding:24px;background:#12181c6b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cropper-panel{width:min(760px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:14px;overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fffdf8;box-shadow:0 26px 80px #241b1647;padding:16px}.cropper-head,.cropper-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.cropper-head strong{display:block;color:var(--text);font-size:16px;line-height:1.25}.cropper-head span,.cropper-hint{display:block;margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.cropper-stage{position:relative;width:100%;overflow:hidden;border:1px solid rgba(173,131,65,.34);border-radius:8px;background:linear-gradient(45deg,rgba(173,131,65,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(173,131,65,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(173,131,65,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(173,131,65,.08) 75%);background-size:24px 24px;background-position:0 0,0 12px,12px -12px,-12px 0;cursor:grab;touch-action:none}.cropper-stage:active{cursor:grabbing}.cropper-stage img{position:absolute;left:50%;top:50%;max-width:none;max-height:none;object-fit:cover;transform-origin:center;translate:-50% -50%;-webkit-user-select:none;user-select:none;will-change:transform}.cropper-zoom{display:grid;grid-template-columns:52px minmax(0,1fr);gap:12px;align-items:center;color:var(--muted-strong);font-size:13px;font-weight:620}.cropper-zoom input[type=range]{width:100%;padding:0}.cropper-actions{justify-content:flex-end}.editor-panel label,.login-card label,.list-panel label{display:flex;flex-direction:column;gap:6px;color:var(--muted-strong);font-size:13px;font-weight:620}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid-span{grid-column:1 / -1}.structured-field{min-width:0;display:flex;flex-direction:column;gap:6px;color:var(--muted-strong);font-size:13px;font-weight:620}.structured-field--wide{grid-column:1 / -1}.structured-field__label{line-height:1.35}.structured-select{position:relative;min-width:0}.structured-select__trigger,.structured-select__multi-control{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:8px;border:1px solid var(--line-strong);border-radius:8px;padding:9px 36px 9px 11px;background:#fff;color:var(--text);box-shadow:none;text-align:left}.structured-select__trigger:hover,.structured-select__trigger:focus-visible,.structured-select__multi-control:focus-within{border-color:var(--accent);background:#fffdf8}.structured-select__trigger:disabled,.structured-select__multi-control:has(.structured-select__open:disabled){cursor:not-allowed;opacity:.62;background:var(--surface-muted)}.structured-select__placeholder{color:var(--muted);font-weight:500}.structured-select__clear,.structured-select__open,.structured-select__chip button{min-height:0;border:0;border-radius:999px;padding:0;background:transparent;color:var(--muted-strong);box-shadow:none}.structured-select__clear{position:absolute;top:13px;right:32px;width:18px;height:18px}.structured-select__multi-control{padding-right:7px}.structured-select__chips{min-width:0;display:flex;flex:1;flex-wrap:wrap;gap:5px}.structured-select__chip{max-width:100%;display:inline-flex;align-items:center;gap:4px;border:1px solid #d8c6a7;border-radius:999px;padding:4px 7px;background:#f8f0e3;color:var(--accent-strong);font-size:12px;line-height:1.2}.structured-select__chip button{width:16px;height:16px;display:grid;place-items:center}.structured-select__open{width:30px;height:30px;display:grid;flex:0 0 auto;place-items:center}.structured-select__panel{position:absolute;z-index:45;top:calc(100% + 5px);left:0;width:100%;min-width:min(320px,calc(100vw - 64px));overflow:hidden;border:1px solid var(--line-strong);border-radius:9px;background:#fff;box-shadow:0 16px 40px #241b1629}.structured-select__search{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--line);padding:8px 10px;color:var(--muted)}.structured-select__search input{width:100%;min-height:32px;border:0;padding:4px 0;outline:0;background:transparent;box-shadow:none}.structured-select__options{max-height:260px;display:grid;overflow:auto;padding:5px}.structured-select__option{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:7px;padding:8px 9px;background:transparent;color:var(--text);box-shadow:none;text-align:left}.structured-select__option:hover,.structured-select__option--active{background:#f7f1e7}.structured-select__option[aria-selected=true]{color:var(--accent-strong);background:#f4ead9}.structured-select__option span,.structured-select__option strong,.structured-select__option small{display:block}.structured-select__option strong{font-size:13px;line-height:1.35}.structured-select__option small{margin-top:2px;color:var(--muted);font-size:11px;line-height:1.35}.structured-select__empty{padding:20px 12px;color:var(--muted);font-size:12px;font-weight:500;text-align:center}.content-form-section{grid-column:1 / -1;display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.content-form-section__head{min-width:0;display:grid;align-content:start;gap:4px;padding-right:8px;border-right:1px solid var(--line)}.content-form-section__head strong{color:var(--text);font-size:13px;line-height:1.25;font-weight:760}.content-form-section__head span{color:var(--muted);font-size:12px;line-height:1.45}.content-form-section__grid{min-width:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.content-form-section__grid>.checkbox-label{align-self:end;min-height:44px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#12181c5c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.modal-panel{width:min(760px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 72px #241b1638}.modal-panel--wide{width:min(960px,100%)}.admin-confirm-backdrop{z-index:130}.admin-confirm-dialog{width:min(440px,100%)}.admin-confirm-dialog__body>p{margin:0;color:var(--muted-strong);font-size:14px;line-height:1.65}.admin-confirm-dialog__body>.error{color:#8f1d14}.modal-head,.modal-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line);padding:14px 16px;background:#fff}.modal-head h3{margin:0;color:var(--text);font-size:16px;line-height:1.25}.modal-body{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:16px}.modal-body label{display:flex;flex-direction:column;gap:6px;color:var(--muted-strong);font-size:13px;font-weight:620}.modal-body .code-textarea{min-height:260px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.55;white-space:pre}.resident-editor{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.resident-editor__head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start}.resident-editor__head strong,.resident-editor__head span{display:block}.resident-editor__head strong{color:var(--text);font-size:13px;line-height:1.35}.resident-editor__head span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.45}.resident-editor__rows{display:grid;gap:8px}.resident-editor__row{display:grid;grid-template-columns:72px minmax(120px,1.2fr) minmax(96px,.8fr) minmax(132px,1fr) minmax(116px,.8fr) auto;gap:8px;align-items:end;border-top:1px solid var(--line);padding-top:8px}.resident-editor__index{align-self:center;color:var(--text);font-size:13px;font-weight:700}.resident-editor__row label{gap:4px}.modal-actions{justify-content:flex-end;border-top:1px solid var(--line);border-bottom:0}.metric-row{display:grid;grid-template-columns:repeat(4,minmax(132px,1fr));gap:12px}.metric-row--compact{grid-template-columns:repeat(4,minmax(108px,1fr))}.metric-card{position:relative;min-height:82px;border-radius:8px;padding:14px 16px;overflow:hidden;background:#fffdf8}.metric-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:0;background:var(--gold)}.metric-card:nth-child(2):before{background:#8a6225}.metric-card:nth-child(3):before{background:var(--blue)}.metric-card:nth-child(4):before{background:var(--amber)}.metric-card span{display:block;color:var(--muted);font-size:12px;font-weight:680;margin-bottom:8px}.metric-card strong{display:block;color:var(--text);font-size:26px;line-height:1;font-weight:800}.metric-card small{display:block;margin-top:8px;color:var(--muted);font-size:11px;line-height:1.35}.inline-field{display:inline-flex;align-items:center;gap:8px;color:var(--muted-strong);font-size:12px;font-weight:680}.table-wrap{overflow:auto;border-radius:8px}.table-wrap--compact{border:1px solid var(--line);box-shadow:none}.dispatch-cell{min-width:220px;display:grid;gap:8px}.dispatch-cell label{display:grid;gap:4px;color:var(--muted-strong);font-size:12px;font-weight:680}.dispatch-cell__summary{display:grid;gap:3px}.dispatch-cell__summary span{color:var(--ink);font-size:13px;font-weight:760}.dispatch-cell__summary small{color:var(--muted);font-size:11px;line-height:1.35}.dispatch-cell--carwash{min-width:280px}.dispatch-cell--express{min-width:260px}.carwash-task-list{display:grid;gap:6px}.carwash-task-progress{display:grid;grid-template-columns:minmax(56px,1fr) auto auto;gap:6px;align-items:center;padding:6px 8px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft)}.carwash-task-progress span,.carwash-task-progress small,.carwash-task-progress em{min-width:0;font-size:11px;line-height:1.35}.carwash-task-progress span{color:var(--ink);font-weight:760}.carwash-task-progress small{color:var(--muted);white-space:nowrap}.carwash-task-progress em{grid-column:1 / -1;color:#a04700;font-style:normal;font-weight:760}.inline-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.inline-actions .secondary-button{border-color:var(--line-strong);background:#fff;color:var(--muted-strong)}.staff-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:14px}.staff-dashboard-panel{min-width:0}.staff-dashboard-panel__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin:0 0 8px;padding:0 2px}.staff-dashboard-panel__head strong{color:var(--ink);font-size:15px}.staff-dashboard-panel__head span{color:var(--muted);font-size:12px;font-weight:680}.service-summary-strip{display:flex;flex-wrap:wrap;gap:8px 14px;align-items:center;padding:8px 2px 2px;color:var(--muted);font-size:12px;font-weight:680}.service-summary-strip span{display:inline-flex;align-items:baseline;gap:5px;min-width:0}.service-summary-strip strong{color:var(--text);font-size:15px;line-height:1;font-weight:820}table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;font-size:13px}th,td{border-bottom:1px solid #edf0f1;padding:9px 12px;text-align:left;vertical-align:middle}th{position:sticky;top:0;z-index:1;background:#f2f4f4;color:#5e6a70;font-size:12px;font-weight:760;white-space:nowrap}td{color:#332821}.cell-stack{display:flex;min-width:150px;flex-direction:column;gap:2px}.cell-stack strong{color:var(--text);font-size:13px;line-height:1.25}.cell-stack small{color:var(--muted);font-size:12px;line-height:1.25}.placement-cell{min-width:220px;max-width:320px}.placement-cell small{white-space:normal}tbody tr{transition:background .12s ease}.clickable-row{cursor:pointer}.clickable-row:focus-visible{outline:3px solid rgba(15,118,110,.18);outline-offset:-3px}tbody tr:hover{background:#faf7f0}tbody tr:last-child td{border-bottom:0}td input,td select{width:100%;min-width:120px}.table-image-cell{width:58px;height:42px;display:grid;place-items:center;overflow:hidden;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);color:var(--muted);font-size:12px}.table-image-cell img{width:100%;height:100%;object-fit:cover}.table-status-select{min-width:96px}.table-actions{display:flex;gap:6px;align-items:center;white-space:nowrap}.table-actions button{min-height:36px;padding:6px 10px}.sku-editor{display:flex;flex-direction:column;gap:10px;border:1px solid #ecdfc6;border-radius:8px;padding:12px;background:#fffaf0}.sku-editor__head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.sku-editor__head strong,.sku-editor__head span{display:block}.sku-editor__head strong{color:var(--text);font-size:14px}.sku-editor__head span{margin-top:4px;color:var(--muted);font-size:12px;font-weight:560}.sku-table{min-width:1180px;background:#fff}.sku-table th,.sku-table td{padding:8px}.sku-table td{vertical-align:top}.sku-image-cell{min-width:220px;display:grid;gap:6px}.sku-json-fallback{border-top:1px dashed #dfd4c4;padding-top:8px}.sku-json-fallback summary{cursor:pointer;color:var(--muted-strong);font-size:12px;font-weight:680}.sku-json-fallback textarea{width:100%;margin-top:8px;min-height:120px}.active-row{background:#fff9ef}.row-actions{display:flex;gap:6px;flex-wrap:nowrap}.tab-group{display:inline-flex;max-width:100%;gap:8px;align-items:center;overflow-x:auto;overflow-y:hidden;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:0 0 2px;background:transparent;-webkit-overflow-scrolling:touch}.tab{flex:0 0 auto;border:1px solid var(--line);border-radius:6px;min-height:36px;padding:7px 12px;background:#fff;color:var(--muted-strong);box-shadow:none;white-space:nowrap}.tab--active{border-color:#e6c994;color:var(--accent-strong);background:#fff8ea;box-shadow:inset 2px 0 0 var(--gold);font-weight:760}.service-hierarchy{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:12px;align-items:stretch}.service-category-tree,.service-category-detail{border:1px solid var(--line);border-radius:8px;background:#fffdf8}.service-category-tree{overflow:hidden}.service-hierarchy__head{display:grid;gap:4px;padding:12px 14px;border-bottom:1px solid var(--line);background:#fbf6ed}.service-hierarchy__head strong,.service-category-detail strong{color:var(--text);font-size:14px;line-height:1.25}.service-hierarchy__head span,.service-category-detail span,.service-category-detail small{color:var(--muted);font-size:12px;font-weight:620;line-height:1.4}.service-category-list{display:grid}.service-category-node{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;width:100%;min-height:58px;border:0;border-bottom:1px solid #eee6d8;border-radius:0;padding:10px 14px;background:#fffdf8;color:var(--text);box-shadow:none;text-align:left}.service-category-node:last-child{border-bottom:0}.service-category-node:hover{background:#fbf3e6}.service-category-node span{display:grid;gap:3px;min-width:0}.service-category-node strong,.service-category-node small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-category-node strong{font-size:13px}.service-category-node small{color:var(--muted);font-size:11px;font-weight:620}.service-category-node em{color:var(--accent-strong);font-size:12px;font-style:normal;font-weight:760;white-space:nowrap}.service-category-node--active{background:#fff4df;box-shadow:inset 3px 0 0 var(--gold)}.service-category-node--active strong,.service-category-node--active em{color:var(--accent-strong)}.service-category-empty{height:auto;min-height:96px;display:grid;place-items:center}.service-category-detail{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 12px;align-content:center;padding:14px 16px}.service-category-detail strong,.service-category-detail small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-category-detail b{align-self:center;grid-row:1 / span 3;grid-column:2;color:var(--accent-strong);font-size:18px;font-weight:820;white-space:nowrap}.service-catalog-grid{display:grid;grid-template-columns:minmax(220px,.85fr) minmax(260px,1fr) minmax(420px,1.45fr);gap:16px;align-items:start}.service-catalog-panel{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fffdf8;padding:14px;box-shadow:0 10px 24px #241b160f}.service-catalog-panel--detail{min-height:360px}.service-catalog-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--line);color:var(--text)}.service-catalog-panel__title{min-width:0;display:grid;gap:4px}.service-catalog-panel__title strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-catalog-panel__title span{color:var(--muted);font-weight:700}.service-catalog-panel__actions{flex:0 0 auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.service-catalog-panel__actions button{min-height:36px;padding:6px 10px}.service-node-list{display:grid;gap:8px;margin:12px 0}.service-node{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;min-height:66px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);text-align:left;box-shadow:none}.service-node:hover{border-color:var(--gold);background:#fff8ea}.service-node span{min-width:0;display:grid;gap:4px}.service-node strong,.service-node small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.service-node small{color:var(--muted)}.service-node em{align-self:center;min-width:28px;color:var(--accent-strong);font-style:normal;font-weight:800;text-align:center}.service-node--active{border-color:var(--gold);background:#fff4df;box-shadow:inset 3px 0 0 var(--gold)}.service-detail-list{display:grid;gap:10px;margin:12px 0 16px}.service-detail-list div{display:grid;grid-template-columns:90px minmax(0,1fr);gap:12px}.service-detail-list dt{color:var(--muted);font-weight:700}.service-detail-list dd{min-width:0;margin:0;overflow-wrap:anywhere}.module-feature-editor{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fffdf8}.module-feature-editor__head,.module-feature-item__head{display:flex;gap:12px;align-items:flex-start;justify-content:space-between}.module-feature-editor__head span,.module-feature-item__head span{display:grid;gap:4px;min-width:0}.module-feature-editor__head strong,.module-feature-item__head strong{color:var(--text);font-size:14px;line-height:1.25}.module-feature-editor__head small,.module-feature-item__head small{color:var(--muted);font-size:12px;font-weight:620;line-height:1.4}.module-feature-list{display:grid;gap:10px}.module-feature-empty{min-height:72px;display:grid;place-items:center}.module-feature-item{display:grid;gap:10px;border:1px solid #eee2ce;border-radius:8px;padding:12px;background:#fff}.module-feature-actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:6px;justify-content:flex-end}.module-feature-actions button{min-height:32px;padding:5px 9px}.module-feature-fields{margin:0}.option-cloud{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px dashed var(--line-strong);border-radius:8px;background:#f7f0e6}.option-cloud span{min-height:26px;display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;background:#fffdf8;color:var(--muted-strong);border:1px solid #dfd4c4;font-size:12px;font-weight:680;white-space:nowrap}.option-tag{display:inline-flex;min-height:44px;align-items:center;border-radius:999px;padding:8px 12px;background:#fffdf8;color:var(--muted-strong);border:1px solid #dfd4c4;font-size:12px;font-weight:680;white-space:nowrap;cursor:pointer;transition:background .15s,color .15s,border-color .15s;box-shadow:none}.option-tag:hover{background:#f5e9d5;border-color:#c9a96e;color:var(--accent-strong)}.option-tag--active{background:#efe0c7;border-color:#8a62258f;color:var(--accent-strong);font-weight:740}.option-tag--active:hover{background:#e4d0ae}.form-field-block{display:flex;flex-direction:column;gap:6px;grid-column:1 / -1}.form-field-block label{margin:0}.field-hint{font-size:11px;color:var(--muted);font-style:italic;line-height:1.4}.access-selector{padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfaf7}.access-selector__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.access-selector__head strong{font-size:14px;color:var(--ink)}.access-selector__head span{max-width:62%;font-size:12px;color:var(--muted-strong);text-align:right;line-height:1.5}.access-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.access-option{min-height:78px;align-items:flex-start;justify-content:flex-start;border-radius:8px;padding:10px;background:#fffdf8;border:1px solid #dfd4c4;color:var(--ink);text-align:left;box-shadow:none}.access-option strong{display:block;font-size:13px;line-height:1.3}.access-option span{display:block;margin-top:5px;color:var(--muted);font-size:11px;line-height:1.45}.access-option:hover{border-color:#c9a96e;background:#f5e9d5;color:var(--accent-strong)}.access-option--active{border-color:#8a62259e;background:#efe0c7;color:var(--accent-strong)}.access-option--active span{color:var(--accent-strong)}.access-custom-values{display:flex;flex-wrap:wrap;gap:6px}.access-custom-values span{border-radius:999px;padding:4px 8px;background:#eef3f5;color:var(--muted-strong);font-size:11px}.access-advanced-values{border-top:1px dashed var(--line);padding-top:8px}.access-advanced-values summary{cursor:pointer;color:var(--muted-strong);font-size:12px;font-weight:680}.access-advanced-values input{margin-top:8px}.identity-users-layout,.front-role-summary{display:grid;gap:12px}.role-split-layout{display:grid;gap:16px}.role-section{display:grid;gap:10px}.front-role-summary{border:1px solid var(--line);border-radius:8px;padding:12px;background:#fffdf8}.front-role-summary__head,.front-role-list__row{display:grid;align-items:center;gap:10px}.front-role-summary__head{grid-template-columns:minmax(0,1fr) auto;border-bottom:1px solid var(--line);padding-bottom:8px}.front-role-summary__head strong{color:var(--ink);font-size:15px}.front-role-summary__head span{color:var(--accent-strong);font-size:18px;font-weight:800}.front-role-list{display:grid;gap:8px}.front-role-list__row{grid-template-columns:minmax(140px,1fr) minmax(120px,.65fr) minmax(180px,1fr) auto;border:1px solid var(--line);border-radius:8px;padding:8px 10px;background:#fff}.front-role-list__row strong,.front-role-list__row span{min-width:0}.front-role-list__row small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.front-role-preset-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.front-role-preset{min-height:78px;align-items:flex-start;justify-content:flex-start;border:1px solid #dfd4c4;border-radius:8px;padding:10px;background:#fffdf8;color:var(--ink);text-align:left;box-shadow:none}.front-role-preset strong,.front-role-preset span{display:block}.front-role-preset strong{font-size:13px;line-height:1.35}.front-role-preset span{margin-top:5px;color:var(--muted);font-size:11px;line-height:1.45}.front-role-preset:hover,.front-role-preset--active{border-color:#8a62259e;background:#efe0c7;color:var(--accent-strong)}.front-role-preset--active span{color:var(--accent-strong)}.field-note{grid-column:1 / -1;margin:2px 0 0;padding:8px 12px;background:#f0f8f0;border:1px solid #c3dfc3;border-radius:7px;font-size:12px;color:#3a6b3a;line-height:1.5}.option-cloud--selectable button{display:inline-flex;min-height:44px;align-items:center;gap:6px;border-color:#dfd4c4;border-radius:999px;padding:8px 12px;background:#fffdf8;color:var(--muted-strong);font-size:12px;font-weight:720;box-shadow:none}.option-cloud--selectable button.selected{border-color:#8a62258f;background:#efe0c7;color:var(--accent-strong)}.dispatch-rule-groups{display:grid;gap:10px}.option-cloud--selectable small{color:var(--muted);font-size:11px;font-weight:620}.config-note{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border:1px solid #ecdfc6;border-radius:8px;padding:9px 12px;background:#fffaf0;color:#5f4a28;font-size:12px}.config-note strong{color:var(--accent-strong);font-size:13px}.hint,.error,.success{margin:0;border-radius:8px;padding:10px 12px;font-size:13px}.hint{color:#5f4a28;background:#fffaf0;border:1px solid #ecdfc6}.error{color:#8f1d14;background:#fff2ef;border:1px solid #f7cbc3}.success{color:#28724b;background:#f0fbf5;border:1px solid #cbead8}.error-text{color:var(--red)}.ok{color:#28724b}.empty{height:120px;text-align:center;color:#8b8178}.result-block{border-radius:8px;padding:14px}.result-block h4,.result-block p{margin:0 0 8px}.result-block ul{margin:0;padding-left:18px;color:var(--muted-strong)}.overview-module{gap:14px}.overview-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.overview-kicker{display:block;color:#5b666b;font-size:11px;margin-bottom:4px}.overview-head h2{margin:0;color:var(--text);font-size:13px;font-weight:560}.overview-actions{display:flex;gap:8px;flex-wrap:wrap}.overview-actions button{min-height:44px;padding:9px 14px;color:#465157;font-size:11px}.overview-grid{display:grid;grid-template-columns:minmax(0,1fr) 278px;gap:16px;align-items:start}.overview-main{display:flex;flex-direction:column;gap:16px;min-width:0}.overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(144px,1fr));gap:14px}.overview-metric{position:relative;min-height:120px;padding:18px;border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow-sm)}.overview-metric span,.overview-metric small{display:block;color:var(--muted);font-size:11px}.overview-metric strong{display:block;margin-top:18px;color:var(--text);font-size:25px;line-height:1}.overview-metric:nth-child(1) strong{color:#8f1d14}.overview-metric svg{position:absolute;right:18px;top:18px;width:16px;height:16px;color:#a7b0b5;stroke-width:1.7}.overview-panel{border:1px solid var(--line);border-radius:6px;background:#fff;box-shadow:var(--shadow-sm)}.overview-panel-head{min-height:48px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.overview-panel-head h3{margin:0;color:var(--text);font-size:13px;font-weight:640}.overview-panel-head svg{width:15px;height:15px;color:#7b878d}.overview-table{min-width:0}.overview-table th,.overview-table td{height:46px;font-size:12px}.overview-type{display:inline-flex;align-items:center;height:20px;border-radius:2px;padding:0 7px;color:#51749a;background:#eef4f8;font-size:9px;font-weight:700}.overview-quick-grid{display:grid;grid-template-columns:repeat(6,minmax(92px,1fr));gap:12px}.overview-quick{min-height:92px;padding:14px 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--text)}.overview-quick svg{width:18px;height:18px;color:var(--gold);stroke-width:1.7}.overview-quick span{max-width:80px;font-size:10px;line-height:1.25;text-align:center}.overview-side{display:flex;flex-direction:column;gap:14px}.command-card{width:calc(100% - 24px);min-height:70px;margin:12px 12px 0;padding:13px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid var(--line);border-radius:4px;background:#f8fafb;color:var(--text);text-align:left}.command-card span{font-size:12px;font-weight:680}.command-card small{margin-top:7px;color:var(--muted);font-size:10px;line-height:1.45}.command-dashed{width:calc(100% - 24px);min-height:44px;margin:12px;border-style:dashed;color:#7b878d;background:#fff;font-size:11px}.overview-illustration{min-height:178px;display:grid;place-items:center;overflow:hidden;border-radius:6px;background:linear-gradient(135deg,#96a0a61a,#ffffffb3),#eef1f2}.overview-illustration svg{width:130px;height:130px;color:#737e8447;stroke-width:1}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;padding:28px;background:radial-gradient(circle at 20% 18%,#b98b4d24,#b98b4d00 34%),var(--bg)}.login-shell{width:min(980px,100%);min-height:560px;display:grid;grid-template-columns:1.05fr .95fr;background:#fffdf8;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 28px 80px #241b1624}.login-aside{position:relative;padding:42px;background:linear-gradient(145deg,#241b16,#35261d 74%,#7d571e 140%);color:#fff;display:flex;flex-direction:column;justify-content:center;gap:18px;overflow:hidden}.login-aside:after{position:absolute;right:-110px;bottom:-110px;width:260px;height:260px;border-radius:999px;border:1px solid rgba(246,230,201,.16);content:""}.login-aside h1{margin:8px 0 0;font-size:36px;line-height:1.08;letter-spacing:0}.login-aside p{width:min(360px,100%);margin:0;color:#eadfce;font-size:15px;line-height:1.8}.login-proof{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.login-proof span{border:1px solid rgba(255,255,255,.18);border-radius:4px;padding:6px 10px;color:#eadfce;font-size:12px}.login-card{padding:42px;display:flex;flex-direction:column;justify-content:center;gap:14px;background:#fffdf8}.login-card__head{margin-bottom:6px}.login-card h2{margin:0;font-size:26px;line-height:1.2}.login-card p{margin:8px 0 0;color:var(--muted);font-size:13px}.login-submit{margin-top:4px;min-height:44px;font-weight:720}.login-icp-link{color:var(--muted);font-size:13px;line-height:1.5;text-decoration:none}.login-icp-link:hover,.login-icp-link:focus-visible{color:var(--gold-dark);text-decoration:underline;text-underline-offset:3px}.password-setup-shell{width:min(660px,100%);display:grid;gap:24px;padding:36px;border:1px solid var(--line);border-radius:8px;background:#fffdf8;box-shadow:0 24px 64px #241b161f}.password-setup-shell__head{display:flex;align-items:flex-start;gap:16px}.password-setup-shell__head h1{margin:0;font-size:24px;line-height:1.25}.password-setup-shell__head p{margin:8px 0 0;color:var(--muted);font-size:13px;line-height:1.6}.password-setup-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.password-setup-form>label,.password-setup-form>.password-policy,.password-setup-form>.error,.password-setup-actions{grid-column:1 / -1}.password-policy{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;padding:10px 12px;border:1px solid var(--line);border-radius:6px;background:#f7f8f8}.form-grid>.password-policy{grid-column:1 / -1}.password-rule{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;line-height:1.4}.password-rule--passed{color:#356d4f}.password-setup-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:6px}.resident-admin-module{gap:12px}.resident-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:10px 12px;align-items:center;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff;box-shadow:var(--shadow-sm)}.search-field{min-width:0;display:flex;align-items:center;gap:8px;border:1px solid var(--line-strong);border-radius:6px;padding:0 10px;background:#fff;color:var(--muted)}.search-field:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px #c392391f}.search-field input{width:100%;min-width:0;border:0;padding-inline:0;box-shadow:none}.search-field input:focus{box-shadow:none}.resident-toolbar__search{grid-column:1}.resident-toolbar__tabs{grid-column:1 / -1;grid-row:2}.resident-toolbar__tabs .tab{display:inline-flex;align-items:center;gap:7px;min-height:44px}.resident-toolbar__tabs .tab small{min-width:20px;border-radius:999px;padding:1px 6px;background:#eef1f1;color:var(--muted-strong);font-size:11px;text-align:center}.resident-toolbar__tabs .tab--active small{background:#f0dfbd;color:var(--accent-strong)}.resident-toolbar__actions{grid-column:2;grid-row:1;display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}.resident-toolbar__actions button,.resident-toolbar__actions .file-button,.resident-ledger-table button,.owner-review-table button,.modal-actions button,.detail-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px}.resident-list-panel{min-width:0;padding:0;gap:0;overflow:hidden}.resident-list-panel>.table-wrap,.resident-list-panel>.pagination-controls{border:0;border-radius:0;box-shadow:none}.resident-list-panel>.pagination-controls{border-top:1px solid var(--line)}.resident-ledger-table{min-width:980px}.owner-review-table{min-width:820px}.resident-owner-cell{min-width:210px;max-width:300px}.resident-owner-cell strong,.resident-owner-cell small,.mono-text{overflow-wrap:anywhere}.status-pill--active,.status-pill--verified{border-color:#b9dfc7;background:#f0faf4;color:#246a43}.status-pill--active:before,.status-pill--verified:before{background:#2f8a58}.status-pill--disabled,.status-pill--rejected{border-color:#efc4be;background:#fff4f2;color:#9b3026}.status-pill--disabled:before,.status-pill--rejected:before{background:#bd463a}.status-pill--pending,.status-pill--steward_pending,.status-pill--owner_pending{border-color:#ead29e;background:#fff9eb;color:#825b17}.modal-backdrop--drawer{place-items:stretch end;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}.modal-panel--drawer{width:min(620px,100vw);height:100vh;max-height:100vh;border-top:0;border-right:0;border-bottom:0;border-radius:0;box-shadow:-20px 0 60px #241b1633}.modal-actions__spacer{flex:1 1 auto}.detail-tabs{display:flex;gap:4px;overflow-x:auto;border-bottom:1px solid var(--line);padding-bottom:8px}.detail-tab{flex:0 0 auto;min-height:36px;border-color:transparent;background:transparent;color:var(--muted-strong);box-shadow:none}.detail-tab--active{border-color:var(--line);border-bottom-color:var(--gold);background:#fffaf0;color:var(--accent-strong)}.detail-section{display:grid;gap:12px;padding:2px 0 14px;border-bottom:1px solid var(--line)}.detail-section:last-child{border-bottom:0;padding-bottom:0}.service-entry-editor{display:grid;gap:14px}.service-entry-editor__hint{font-style:normal}.service-entry-editor textarea{min-height:72px}.service-entry-editor input[readonly]{background:var(--surface-soft);color:var(--muted-strong);cursor:not-allowed}.service-entry-image-field{grid-column:1 / -1;min-width:0;display:grid;gap:10px}.service-entry-image-field__heading{align-items:center}.service-entry-image-field__remove{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto}.service-entry-image-field__advanced{min-width:0;border-top:1px dashed var(--line-strong);padding-top:10px}.service-entry-image-field__advanced summary{width:fit-content;display:inline-flex;align-items:center;gap:6px;color:var(--accent-strong);cursor:pointer;font-size:12px;font-weight:680;list-style:none}.service-entry-image-field__advanced summary::-webkit-details-marker{display:none}.service-entry-image-field__advanced[open] summary{margin-bottom:10px}.service-entry-image-field__manual{align-items:start}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.section-heading>div{min-width:0}.section-heading strong,.section-heading span{display:block}.section-heading strong{color:var(--text);font-size:14px}.section-heading span{margin-top:3px;color:var(--muted);font-size:12px;line-height:1.45}.section-note{margin:0;border-left:3px solid #78a889;padding:9px 11px;background:#f3faf6;color:#335e43;font-size:12px;line-height:1.5}.section-note--warning{border-left-color:#c28a29;background:#fff8e9;color:#71501a}.form-grid__wide,.detail-facts__wide{grid-column:1 / -1}.detail-facts{margin:0;display:grid;gap:10px}.detail-facts--two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-facts>div{min-width:0;border-bottom:1px solid #edf0f1;padding:0 0 9px}.detail-facts dt{color:var(--muted);font-size:11px;font-weight:680}.detail-facts dd{margin:4px 0 0;color:var(--text);font-size:13px;line-height:1.45}.mono-text{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:11px!important}.import-summary{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(3,minmax(90px,.5fr));gap:10px;border-bottom:1px solid var(--line);padding-bottom:12px}.import-summary span{min-width:0;display:grid;gap:4px}.import-summary small{color:var(--muted);font-size:11px}.import-summary strong{overflow-wrap:anywhere;color:var(--text);font-size:14px}.import-summary__warning strong{color:var(--red)}.household-preview-table{min-width:640px}.empty-panel{min-height:96px;display:grid;place-items:center;border:1px dashed var(--line-strong);padding:20px;color:var(--muted);font-size:13px}@media (max-width: 1100px){.admin-layout{grid-template-columns:240px minmax(0,1fr)}.module--split{grid-template-columns:1fr}.content-config-workspace,.home-config-grid,.home-summary-grid{grid-template-columns:minmax(0,1fr)}.home-config-panel--wide{grid-column:auto}.field-config-panel{position:static}.identity-grid{grid-template-columns:1fr}.editor-panel{position:static}.service-catalog-grid{grid-template-columns:1fr}}@media (max-width: 820px){.resident-toolbar{grid-template-columns:minmax(0,1fr)}.resident-toolbar__search,.resident-toolbar__tabs,.resident-toolbar__actions{grid-column:1;grid-row:auto}.resident-toolbar__actions{justify-content:flex-start}.resident-toolbar__actions>*{flex:1 1 calc(50% - 8px)}.modal-panel--drawer{width:100vw}.detail-facts--two-column,.import-summary{grid-template-columns:minmax(0,1fr)}.detail-facts__wide,.form-grid__wide{grid-column:auto}.section-heading{align-items:stretch;flex-direction:column}.modal-actions__spacer{display:none}.modal-actions{flex-wrap:wrap}.modal-actions button{flex:1 1 calc(50% - 8px)}.admin-layout{display:flex;min-height:100vh;flex-direction:column;width:100%;max-width:100vw;overflow-x:hidden}.sidebar{min-height:auto;padding:12px;width:100%;max-width:100vw;overflow:hidden;border-right:0;border-bottom:1px solid var(--line)}.sidebar__brand{padding-bottom:10px}.sidebar__menu{flex-direction:row;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;min-width:0;padding-bottom:2px;-webkit-overflow-scrolling:touch}.sidebar__group{display:contents}.sidebar__group-label{display:none}.sidebar__group-items{display:contents}.menu-btn{width:210px;flex:0 0 210px}.menu-btn--active{order:-1}.sidebar__footer{display:none}.admin-main{max-height:none;width:100%;max-width:100%;overflow:visible}.topbar{position:static;align-items:flex-start;display:grid;grid-template-columns:minmax(0,1fr);padding:14px 16px;gap:10px}.topbar__nav{width:100%;min-width:0;height:auto;flex-wrap:wrap;gap:6px;overflow:visible}.topbar__community,.topbar__tab{flex:0 0 auto;min-height:32px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:#fff;white-space:nowrap}.topbar__tab--active{background:var(--accent-soft);border-color:#ead8bd;box-shadow:inset 0 -2px 0 var(--gold)}.topbar h2{font-size:22px}.topbar__actions{width:100%;display:grid;grid-template-columns:repeat(3,44px) minmax(72px,1fr) minmax(118px,1.3fr) minmax(82px,1fr);justify-content:stretch;gap:8px;overflow:visible}.topbar__actions>*{min-width:0}.topbar__actions .button-primary{background:var(--surface);border-color:var(--line-strong);color:var(--text);font-weight:700}.topbar__actions .button-primary:hover{background:var(--surface-soft);border-color:#b8c2c6;color:var(--text)}.module{padding:14px}.service-hierarchy,.service-category-detail{grid-template-columns:minmax(0,1fr)}.service-category-detail b{grid-row:auto;grid-column:1}.content-config-surface{padding:12px}.content-type-band__head{align-items:flex-start;flex-direction:column;gap:4px}.content-type-groups,.content-type-chips{width:100%}.home-config-panel__head{align-items:stretch;flex-direction:column}.home-config-panel__head button{width:fit-content}.content-type-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;overflow:visible}.content-type-group{min-width:0;justify-content:center;padding-inline:2px;font-size:13px;text-align:center}.content-toolbar input{flex-basis:100%}.order-list-table,.request-table-wrap table{min-width:860px}.order-process__facts,.request-detail__facts,.order-process__dispatch-cell{grid-template-columns:minmax(0,1fr)}.request-timeline li{grid-template-columns:minmax(0,1fr);gap:4px}.field-config-panel__footer{grid-template-columns:minmax(0,1fr)}.resident-editor__head,.resident-editor__row{grid-template-columns:minmax(0,1fr);align-items:stretch}.resident-editor__index{align-self:start}.overview-grid{grid-template-columns:minmax(0,1fr)}.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-row,.metric-row--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-dashboard-grid{grid-template-columns:minmax(0,1fr)}.staff-dashboard-panel__head{align-items:flex-start;flex-direction:column}.front-role-list__row{grid-template-columns:minmax(0,1fr);align-items:stretch}.front-role-preset-grid,.access-option-grid{grid-template-columns:minmax(0,1fr)}.toolbar{align-items:stretch}.toolbar>*{min-width:0}.toolbar input,.toolbar select,.toolbar textarea,.toolbar .tab-group,.toolbar .checkbox-label{flex:1 1 100%}.toolbar button,.toolbar .file-button{flex:1 1 calc(50% - 8px)}.modal-backdrop{align-items:stretch;padding:12px}.modal-panel{max-height:calc(100vh - 24px)}.modal-backdrop--drawer{padding:0}.modal-panel--drawer{max-height:100vh}.modal-body .form-grid{grid-template-columns:1fr}.content-form-section{grid-template-columns:minmax(0,1fr)}.content-form-section__head{padding-right:0;padding-bottom:8px;border-right:0;border-bottom:1px solid var(--line)}.content-form-section__grid{grid-template-columns:minmax(0,1fr)}table{min-width:720px}.login-page{padding:18px;background:var(--bg)}.login-shell{min-height:0;grid-template-columns:1fr}.login-aside,.login-card{padding:26px}.login-aside h1{font-size:28px}.password-setup-shell{padding:24px}.password-setup-form,.password-policy{grid-template-columns:minmax(0,1fr)}}@media (max-width: 520px){.overview-metrics,.overview-quick-grid,.metric-row,.metric-row--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.menu-btn{width:calc((100% - 6px)/2);flex-basis:calc((100% - 6px)/2)}.brand-mark{width:38px;height:38px;flex-basis:38px}.topbar__actions{grid-template-columns:repeat(3,44px) repeat(2,minmax(92px,1fr))}.topbar__actions .danger{grid-column:1 / -1}}
