:root{--bg:#f1f5f9;--surface:#fff;--surface-2:#f8fafc;--text:#0f172a;--muted:#64748b;--line:#cbd5e1;--line-strong:#94a3b8;--dark:#0f172a;--nav:#020617;--orange:#f97316;--blue-head:#e0f2fe;--green-head:#ecfccb;--blue-total:#a5f3fc;--green-total:#d9f99d;--shadow:0 4px 18px #0f172a0d}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}button,input,select{font:inherit}button{cursor:pointer;transition:transform .16s,filter .16s,background .16s}button:hover:not(:disabled){filter:brightness(.94)}button:disabled{opacity:.45;cursor:not-allowed}.orange-btn:hover:not(:disabled),.login-btn:hover:not(:disabled),.modal-actions .primary:hover:not(:disabled){filter:none;background:#ea580c}.dark-btn:hover:not(:disabled){filter:none;background:#1e293b}:focus-visible{outline:2px solid var(--orange);outline-offset:2px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:none}.field input:focus,.field select:focus,.login-field div:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.search:focus-within{box-shadow:0 0 0 2px #f973164d}@keyframes table-spin{to{transform:rotate(360deg)}}.login-page{background:linear-gradient(135deg,#0f172a,#172554 45%,#f97316);grid-template-columns:1.1fr 440px;align-items:center;gap:40px;min-height:100dvh;padding:56px;display:grid}.login-bg-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:34px;align-items:center;height:620px;padding:56px;display:flex}.brand-icon{background:#f97316;border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;margin-bottom:24px;display:flex}.brand-block h1{margin:0 0 16px;font-size:46px}.brand-block p{color:#dbeafe;max-width:620px;font-size:18px;line-height:1.8}.login-stats{gap:18px;margin-top:34px;display:flex}.login-stats div{background:#ffffff1f;border-radius:18px;padding:20px 28px}.login-stats b{font-size:24px;display:block}.login-stats span{color:#cbd5e1}.login-card{background:var(--surface);border-radius:30px;padding:38px;box-shadow:0 30px 80px #0f172a47}.login-card h2{margin:0 0 8px;font-size:28px}.muted{color:var(--muted);margin-bottom:28px}.login-field{margin-bottom:18px;display:block}.login-field>span,.field>span{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:800;display:block}.login-field div{border:1px solid var(--line);border-radius:14px;align-items:center;gap:10px;height:48px;padding:0 14px;display:flex}.login-field input{width:100%;color:var(--text);background:0 0;border:none;outline:none}.login-options{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin:18px 0 24px;font-size:14px;display:flex}.login-help{color:var(--muted);font-size:13px}.login-btn{background:var(--orange);color:#fff;border:none;border-radius:14px;width:100%;padding:15px;font-weight:800}.login-tip{background:var(--surface-2);color:var(--muted);border-radius:14px;margin-top:18px;padding:14px;font-size:13px;line-height:1.7}.login-tip.error{color:#b91c1c;background:#fef2f2}.app{min-height:100dvh;display:flex}aside{color:#fff;background:#020617;flex-shrink:0;width:260px;height:100dvh;padding:22px;position:sticky;top:0;overflow:auto}.logo{align-items:center;gap:12px;margin-bottom:34px;display:flex}.logo>div{background:#f97316;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.logo b{font-size:18px;display:block}.logo span{color:#94a3b8;margin-top:3px;font-size:12px;display:block}nav{gap:8px;display:grid}nav button{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;padding:13px 14px;display:flex}nav button.active{color:#020617;background:#fff;font-weight:800}.nav-group{gap:6px;display:grid}.nav-parent span{color:inherit;opacity:.72;margin-left:auto;font-size:11px}.nav-sub{border-left:1px solid #94a3b859;gap:6px;margin:0 0 2px 18px;padding-left:12px;display:grid}.nav-sub button{border-radius:12px;padding:10px 12px;font-size:13px}.nav-parent.active{color:#fff;background:#ffffff1f}.nav-parent.active span{color:#cbd5e1}.aside-tip{color:#cbd5e1;background:#0f172a;border-radius:18px;margin-top:28px;padding:16px;font-size:13px;line-height:1.7}main{flex:1;padding:24px;overflow:auto}header{background:var(--surface);box-shadow:var(--shadow);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:18px 20px;display:flex}header small{color:var(--muted);margin-top:4px;line-height:1.5;display:block}header h1{letter-spacing:-.02em;margin:0;font-size:26px}.top-actions{align-items:center;gap:10px;display:flex}.search{background:var(--surface-2);height:40px;color:var(--muted);border-radius:12px;align-items:center;gap:8px;padding:0 12px;font-size:14px;display:flex}.search input{width:190px;color:var(--text);background:0 0;border:0;outline:none}.search input::placeholder{color:var(--muted)}.icon-btn,.dark-btn,.orange-btn{border:0;border-radius:12px;align-items:center;gap:7px;height:40px;padding:0 14px;font-weight:800;display:flex}.icon-btn{background:var(--surface-2);color:var(--text);position:relative}.icon-btn i{color:#fff;background:#ef4444;border-radius:20px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-style:normal;display:flex;position:absolute;top:-6px;right:-5px}.dark-btn{background:var(--dark);color:var(--surface)}.orange-btn{background:var(--orange);color:#fff}.notice-wrap{position:relative}.notice-pop{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:18px;width:460px;max-height:72vh;position:absolute;top:48px;right:0;overflow:auto;box-shadow:0 24px 70px #0f172a38}.notice-head{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.notice-head span{color:#ea580c;background:#ffedd5;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:800}.notice-head>div:first-child{gap:8px;display:grid}.notice-item{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #f1f5f9;gap:12px;width:100%;padding:14px 16px;display:flex}.notice-item:hover{background:#f8fafc}.notice-item.read{opacity:.62;background:#f8fafc}.notice-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.notice-icon svg{width:19px}.notice-icon.success{color:#16a34a;background:#dcfce7}.notice-icon.warning{color:#d97706;background:#fef3c7}.notice-icon.info{color:#2563eb;background:#dbeafe}.notice-item small{color:#64748b;font-weight:800}.notice-item b{margin:4px 0;display:block}.notice-item p{color:#64748b;white-space:pre-line;margin:0;font-size:13px;line-height:1.6}.notice-item em{color:#ea580c;margin-top:8px;font-size:12px;font-style:normal;font-weight:800;display:block}.notice-actions{grid-template-columns:1fr 1fr;gap:8px;padding:12px;display:grid}.notice-actions.top{grid-template-columns:repeat(3,1fr);min-width:260px;padding:0}.notice-actions button{border:0;border-radius:10px;padding:9px;font-weight:800}.notice-actions button:disabled{opacity:.45;cursor:not-allowed}.notice-actions button:last-child{color:#fff;background:#0f172a}.notice-empty{text-align:center;color:var(--muted);background:#f8fafc;padding:34px 16px;font-weight:800}.toast-viewport{z-index:80;pointer-events:none;gap:12px;width:min(380px,100vw - 32px);display:grid;position:fixed;top:24px;right:24px}.toast-card{pointer-events:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border:1px solid #94a3b840;border-left:4px solid #0f172a;border-radius:18px;gap:12px;padding:14px 14px 14px 16px;display:grid;box-shadow:0 20px 48px #0f172a24}.toast-card.success{background:linear-gradient(#f0fdf4fa,#fffffffa);border-left-color:#16a34a}.toast-card.info{background:linear-gradient(#eff6fffa,#fffffffa);border-left-color:#2563eb}.toast-card.error,.toast-card.danger{background:linear-gradient(#fef2f2fa,#fffffffa);border-left-color:#dc2626}.toast-body b{color:#0f172a;font-size:14px;display:block}.toast-body p{color:var(--muted);margin:6px 0 0;line-height:1.7}.toast-card>button{background:var(--surface-2);color:var(--text);border:0;border-radius:10px;justify-self:end;padding:7px 12px;font-weight:800}.toast-inline-actions{justify-content:flex-end;gap:8px;display:flex}.toast-inline-actions button{background:var(--surface-2);color:var(--text);border:0;border-radius:10px;padding:8px 12px;font-weight:800}.toast-inline-actions .danger{color:#fff;background:#dc2626}.confirm-overlay{z-index:90;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a52;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.confirm-dialog{background:linear-gradient(#fff7edf5,#fffffffc);border:1px solid #f973162e;border-radius:24px;gap:18px;width:min(420px,100%);padding:22px;display:grid;box-shadow:0 28px 80px #0f172a3d}.confirm-dialog .toast-body b{font-size:18px}.confirm-dialog .toast-body p{color:#475569}.confirm-dialog .toast-inline-actions button:first-child{color:#0f172a;background:#e2e8f0}.confirm-dialog .toast-inline-actions .danger{color:#fff;background:#dc2626}.stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px;display:grid}.stat-card{background:var(--surface);box-shadow:var(--shadow);border-radius:18px;padding:18px}.stat-card div{color:var(--muted);justify-content:space-between;display:flex}.stat-card svg{width:22px}.stat-card b{font-variant-numeric:tabular-nums;margin-top:14px;font-size:28px;display:block}.filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:16px;padding:16px;box-shadow:0 4px 18px #0f172a0a}.filter-title{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.filter-title span{align-items:center;gap:8px;font-weight:800;display:flex}.filter-title button{background:#f1f5f9;border:0;border-radius:10px;align-items:center;gap:5px;padding:7px 10px;font-weight:800;display:flex}.filter-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.field input,.field select{background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;width:100%;height:40px;padding:0 10px}.field textarea{width:100%;min-height:112px;color:var(--text);resize:vertical;font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;outline:none;padding:11px 12px;line-height:1.7}.field textarea:focus{border-color:#f97316;box-shadow:0 0 0 3px #f973161a}.field:has(.store-description-field){grid-column:1/-1}.store-description-field{display:block}.field-inline{align-items:center;gap:8px;display:flex}.field-inline input{min-width:0}.field-inline button{white-space:nowrap;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:10px;height:40px;padding:0 12px;font-size:12px;font-weight:800}.archive-inline-form{background:linear-gradient(#fff7edeb,#fffffffa);border:1px solid #fed7aa;border-radius:18px;margin-top:16px;padding:16px}.modal-actions.compact{margin-top:14px}.modal-actions.compact button{padding:9px 14px}.type-pill{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.type-pill.mechanical{color:#1d4ed8;background:#dbeafe}.type-pill.beauty{color:#15803d;background:#dcfce7}.type-pill.paint{color:#c2410c;background:#ffedd5}.type-pill.maintenance{color:#a16207;background:#fef9c3}.split{grid-template-columns:1fr 340px;gap:18px;display:grid}.side-card{background:#fff;border-radius:18px;padding:18px;box-shadow:0 4px 18px #0f172a0d}.side-card h3{align-items:center;gap:8px;margin-top:0;display:flex}.side-card p{color:#475569;background:#f8fafc;border-radius:12px;padding:11px}.preset-bar{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.preset-bar button{color:#fff;background:#0f172a;border:0;border-radius:10px;padding:8px 12px;font-weight:800}.table-card{background:var(--surface);border:2px solid var(--line-strong);box-shadow:var(--shadow);contain:layout paint;border-radius:12px;overflow:hidden}.table-card+.table-card{margin-top:16px}.table-title{background:var(--surface-2);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}.table-title button{background:var(--dark);color:var(--surface);border:0;border-radius:8px;padding:6px 12px}.table-wrap{max-width:100%;transition:height .18s,opacity .14s;position:relative;overflow:auto}.table-wrap.is-switching table{opacity:.96}.table-wrap.is-loading table{opacity:.72}table{border-collapse:collapse;text-align:center;width:100%;min-width:1000px;font-size:13px}th,td{border:1px solid var(--line-strong);white-space:nowrap;padding:8px 10px}td{font-variant-numeric:tabular-nums}.table-empty{min-height:220px;color:var(--muted);background:linear-gradient(#f8fafccc,#fffffff5);justify-content:center;align-items:center;padding:24px;font-weight:800;display:flex}.table-loading{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);color:var(--text);pointer-events:none;background:linear-gradient(#ffffff6b,#fff3);justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex;position:absolute;inset:0}.table-loading-spinner{border:2px solid #94a3b873;border-top-color:#f97316;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite table-spin}.blue-head{background:var(--blue-head)}.green-head{background:var(--green-head)}.blue-total{background:var(--blue-total);font-weight:800}.green-total{background:var(--green-total);font-weight:800}tbody tr:nth-child(2n):not(.blue-total):not(.green-total){background:var(--surface-2)}tbody tr:hover:not(.blue-total):not(.green-total){background:#eef2f7}.pager{background:var(--surface-2);border-top:1px solid var(--line);justify-content:flex-end;align-items:center;gap:10px;padding:10px 12px;display:flex}.pager span{color:var(--muted);margin-right:auto;font-size:13px}.pager button{background:var(--surface);color:var(--text);border:0;border-radius:8px;padding:6px 10px}.system-modal{width:min(920px,100%)}.system-empty{background:var(--surface);border:1px dashed var(--line-strong);text-align:center;color:var(--muted);box-shadow:var(--shadow);border-radius:16px;padding:20px}.system-check-list,.system-group-list,.system-scope-list{gap:12px;display:grid}.system-check-item{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.system-check-item b,.system-group-card b,.system-scope-row b{display:block}.system-check-item span,.system-group-card span{color:var(--muted);margin-top:4px;font-size:12px;display:block}.system-group-card,.system-scope-row{border:1px solid var(--line);background:var(--surface-2);border-radius:14px;padding:14px}.system-group-card{gap:10px;display:grid}.system-scope-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.system-scope-row select{border:1px solid var(--line);background:var(--surface);border-radius:10px;min-width:160px;height:38px;padding:0 10px}.system-check-item input{margin-top:4px}.row-actions{justify-content:center;align-items:center;gap:6px;display:flex}.row-actions button{color:#0369a1;background:#e0f2fe;border:0;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800}.row-actions .danger{color:#b91c1c;background:#fee2e2}.tabs{background:#fff;border-radius:16px;gap:8px;margin-bottom:18px;padding:8px;display:flex}.tabs button{border:0;border-radius:12px;padding:10px 22px;font-weight:800}.tabs button.active{color:#fff;background:#0f172a}.ledger-title{background:#fff;border:2px solid #334155;border-radius:12px 12px 0 0;grid-template-columns:180px 1fr 260px;margin-bottom:0;display:grid;overflow:hidden}.ledger-title div{color:#fff;background:#dc2626;padding:14px 18px;font-weight:800}.ledger-title h2{text-align:center;margin:0;padding:12px;font-size:24px}.config-layout{grid-template-columns:1fr 360px;gap:18px;display:grid}.config-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 4px 18px #0f172a0d}.config-card h3{align-items:center;gap:8px;display:flex}.config-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.switch-card{background:var(--surface);border:1px solid #e2e8f0;border-radius:16px;padding:16px;position:relative}.switch-card p{color:#64748b;line-height:1.7}.switch{background:#cbd5e1;border:0;border-radius:99px;width:48px;height:26px;padding:3px;position:absolute;top:16px;right:16px}.switch span{background:#fff;border-radius:50%;width:20px;height:20px;transition:all .2s;display:block}.switch.on{background:#f97316}.switch.on span{transform:translate(22px)}.content-tags{flex-wrap:wrap;gap:8px;margin:18px 0;display:flex}.content-tags span{color:#fff;background:#f97316;border-radius:12px;padding:9px 12px;font-size:14px;font-weight:800}.config-actions{text-align:right}.config-actions button{border:0;border-radius:12px;margin-left:8px;padding:11px 20px;font-weight:800}.config-actions .dark{color:#fff;background:#0f172a}.config-section{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:22px}.config-section:first-of-type{border-top:0;margin-top:10px;padding-top:0}.config-section-head{justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:14px;display:flex}.config-section-head b{font-size:16px}.config-section-head span{color:var(--muted);font-size:13px}.template-stack{gap:16px;display:grid}.template-card{background:linear-gradient(#f8fafce6,#fffffff5);border:1px solid #e2e8f0;border-radius:18px;padding:18px;box-shadow:0 10px 24px #0f172a0d}.template-head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.template-head b{font-size:16px;display:block}.template-head p{color:var(--muted);margin:6px 0 0;line-height:1.7}.template-head-actions{align-items:center;gap:8px;display:flex}.template-body{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:start;gap:16px;display:grid}.template-editor{resize:vertical;width:100%;min-height:320px;color:var(--text);background:#fff;border:1px solid #cbd5e1;border-radius:16px;outline:none;padding:16px;font-family:inherit;line-height:1.7;box-shadow:inset 0 1px 3px #0f172a08}.template-editor:focus{border-color:#f97316}.template-side{gap:16px;display:grid}.variable-panel,.preview-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.variable-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.variable-list button{color:#0f172a;text-align:left;background:#f8fbff;border:1px solid #dbeafe;border-radius:14px;padding:10px}.variable-list button b{color:#2563eb;font-size:12px;display:block}.variable-list button span{color:#64748b;margin-top:5px;font-size:12px;display:block}.preview-panel pre{color:#e2e8f0;white-space:pre-wrap;background:#0f172a;border-radius:14px;min-height:180px;margin:12px 0 0;padding:14px;font-family:inherit;line-height:1.7}.inline-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:14px;display:flex}.inline-actions button{color:#0f172a;background:#e2e8f0;border:0;border-radius:12px;padding:10px 14px;font-weight:800}.inline-actions .dark{color:#fff;background:#0f172a}.module-actions{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 16px;display:flex}.module-actions .danger{color:#b91c1c;background:#fee2e2}.table-selection-count{border:1px solid var(--line);height:34px;color:var(--muted);background:#f8fafc;border-radius:999px;align-items:center;padding:0 12px;font-size:13px;font-weight:700;display:inline-flex}.table-card input[type=checkbox]{accent-color:#0f766e;width:16px;height:16px}.import-guide p{color:var(--muted);margin:0;line-height:1.8}.import-tags{margin:16px 0 10px}.import-tags span{color:#0f172a;background:#e0f2fe}.import-actions{margin-top:0}.import-summary{gap:14px;margin-top:16px;display:grid}.import-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.import-summary-grid div{border:1px solid var(--line);background:var(--surface-2);text-align:center;border-radius:14px;padding:14px}.import-summary-grid b{font-size:24px;display:block}.import-summary-grid span{color:var(--muted);margin-top:6px;font-size:13px;display:block}.import-result{border-radius:14px;gap:8px;padding:14px;display:grid}.import-result b{font-size:14px}.import-result p{margin:0;font-size:13px;line-height:1.7}.import-result.warning{color:#9a3412;background:#fff7ed}.import-result.danger{color:#b91c1c;background:#fef2f2}.modal-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;background:#0f172a7a;justify-content:center;align-items:center;padding:22px;display:flex;position:fixed;inset:0}.modal-card{background:var(--surface);border-radius:24px;width:min(780px,100%);max-height:88vh;padding:22px;overflow:auto;box-shadow:0 30px 90px #0f172a59}.modal-head{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.modal-head b{font-size:20px}.modal-head button{background:var(--surface-2);color:var(--text);border:0;border-radius:10px;padding:8px 12px}.modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.modal-actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.modal-actions button{background:var(--surface-2);color:var(--text);border:0;border-radius:12px;padding:11px 20px;font-weight:800}.modal-actions .primary{background:var(--orange);color:#fff}.modal-tip{color:#9a3412;background:#fff7ed;border-radius:12px;margin-top:14px;padding:12px;line-height:1.7}.detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:16px;display:grid}.detail-grid p{background:var(--surface-2);border-radius:12px;margin:0;padding:10px}.detail-grid b{color:var(--muted);margin-bottom:4px;font-size:12px;display:block}.detail-grid span{font-weight:800}.line-editor{border:1px solid var(--line);background:var(--surface-2);border-radius:16px;margin-top:16px;padding:14px}.line-editor-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.line-editor-head button,.line-row button{color:#0369a1;background:#e0f2fe;border:0;border-radius:10px;padding:8px 10px;font-weight:800}.line-row{grid-template-columns:1fr 110px 72px;gap:10px;margin-top:10px;display:grid}.line-row select,.line-row input{border:1px solid var(--line);background:var(--surface);color:var(--text);border-radius:12px;padding:10px}.part-select-combo{position:relative}.part-select-combo input{width:100%}.part-select-options{z-index:80;border:1px solid var(--line);background:var(--surface);border-radius:14px;max-height:240px;padding:6px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:auto;box-shadow:0 18px 44px #0f172a2e}.part-select-options button{text-align:left;width:100%;color:var(--text);background:0 0;border:0;border-radius:10px;padding:9px 10px;display:block}.part-select-options button:hover{background:var(--surface-2)}.part-select-options b{font-size:13px;display:block}.part-select-options span,.part-select-empty{color:var(--muted);margin-top:4px;font-size:12px;display:block}.part-select-empty{padding:12px}.line-row .danger{color:#b91c1c;background:#fee2e2}.page-body{display:block}.field-stack{gap:8px;display:grid}.status-pill{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.status-pill.completed,.status-pill.ok{color:#15803d;background:#dcfce7}.status-pill.pending{color:#b45309;background:#fef3c7}.status-pill.repairing{color:#1d4ed8;background:#dbeafe}.status-pill.cancelled{color:#b91c1c;background:#fee2e2}.status-pill.warning{color:#c2410c;background:#ffedd5}.status-pill.neutral{color:#475569;background:#f1f5f9}.system-badge{border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:4px 9px;font-size:12px;font-weight:800;display:inline-flex}.system-badge.is-active{color:#15803d;background:#dcfce7}.system-badge.is-inactive{color:#b91c1c;background:#fee2e2}.system-badge.is-accent{color:#c2410c;background:#ffedd5}.system-badge.is-neutral{color:#475569;background:#f1f5f9}.system-action-row{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.system-action-btn{color:#0369a1;background:#e0f2fe;border:0;border-radius:8px;padding:5px 8px;font-size:12px;font-weight:800}.system-action-btn.is-accent{color:#c2410c;background:#ffedd5}.system-action-btn.is-danger{color:#b91c1c;background:#fee2e2}button:active:not(:disabled){transform:scale(.98)}@media (width<=1100px){.login-page{grid-template-columns:1fr;padding:24px}.login-bg-card{height:auto}.app{display:block}aside{width:auto;height:auto;position:static}.split,.config-layout,.config-grid,.template-body,.variable-list{grid-template-columns:1fr}.stat-grid,.import-summary-grid{grid-template-columns:repeat(2,1fr)}.search{display:none}header{flex-direction:column;align-items:flex-start}.top-actions{flex-wrap:wrap}.toast-viewport{width:auto;top:16px;left:16px;right:16px}.login-options{flex-direction:column;align-items:flex-start}}@media (width<=640px){.stat-grid,.import-summary-grid,.modal-grid,.detail-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
