:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17211f;background:#f4f7f6;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--ink: #17211f;--muted: #66736f;--line: #d7dfdc;--line-strong: #b9c6c1;--surface: #ffffff;--surface-soft: #f8faf9;--accent: #0b766b;--accent-dark: #075c54;--accent-soft: #e4f3f0;--amber: #9a6400;--amber-soft: #fff4d6;--danger: #b22f3b;--danger-soft: #fdebed;--success: #257342;--success-soft: #e8f5ec;--sidebar: #1c2926}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px}button,input,textarea,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin:0}h1{font-size:25px;line-height:1.2;font-weight:720}h2{font-size:17px;line-height:1.3}h3{font-size:15px;line-height:1.3}.boot-screen,.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef3f1}.boot-screen{gap:10px;align-content:center;color:var(--muted);font-size:14px}.auth-panel{width:min(440px,100%);background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 18px 52px #162c261c;padding:30px;display:grid;gap:20px}.setup-panel{width:min(720px,100%)}.recovery-panel{width:min(620px,100%)}.auth-brand,.brand{display:flex;align-items:center;gap:12px}.auth-brand h1{font-size:22px}.auth-brand span,.brand span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.brand-mark{width:38px;height:38px;border-radius:7px;background:#dff1ed;color:var(--accent-dark);display:grid;place-items:center;flex:0 0 auto}.brand-mark.large{width:46px;height:46px}.app-shell{min-height:100vh;display:grid;grid-template-columns:228px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;background:var(--sidebar);color:#f3f7f5;padding:20px 14px;display:flex;flex-direction:column;gap:24px}.sidebar .brand{padding:0 8px}.sidebar .brand strong{font-size:15px}.sidebar .brand span{color:#aebdb8}.nav-list{display:grid;gap:5px}.nav-item{width:100%;min-height:42px;border:0;border-radius:6px;background:transparent;color:#c7d3cf;display:flex;align-items:center;gap:10px;padding:0 11px;text-align:left;font-size:14px}.nav-item:hover{background:#263a35;color:#fff}.nav-item.active{background:#dff1ed;color:#075c54;font-weight:680}.sidebar-footer{margin-top:auto;display:grid;gap:9px}.nav-item.logout{border-top:1px solid #31433f;border-radius:0;padding-top:10px}.mode-indicator{min-height:34px;padding:0 10px;display:flex;align-items:center;gap:8px;border:1px solid #3c504b;border-radius:6px;color:#c7d3cf;font-size:12px}.mode-dot{width:8px;height:8px;border-radius:50%;background:#e3b13b}.mode-indicator.writable .mode-dot{background:#58b779}.main-content{min-width:0;padding:28px clamp(18px,3vw,42px) 64px}.page-stack{width:min(1440px,100%);margin:0 auto;display:grid;gap:20px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.page-heading p{color:var(--muted);margin-top:6px;font-size:14px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.section-heading.compact{margin-bottom:16px}.section-heading span{color:var(--muted);font-size:12px;display:block;margin-top:3px}.button,.icon-button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.button{min-height:39px;padding:0 15px;border-radius:6px;font-size:14px;font-weight:650}.button.primary{background:var(--accent);color:#fff}.button.primary:hover:not(:disabled){background:var(--accent-dark)}.button.secondary{background:var(--surface);border-color:var(--line-strong);color:var(--ink)}.button.secondary:hover:not(:disabled){background:#f1f5f3}.button.danger{background:var(--danger);color:#fff}.button.full{width:100%}.icon-button{width:36px;height:36px;padding:0;border-radius:6px;background:transparent;color:var(--muted)}.icon-button:hover:not(:disabled){color:var(--ink);background:#e9efed}.icon-button.bordered{background:var(--surface);border-color:var(--line)}.icon-button.danger-icon{color:var(--danger)}.button-row{display:flex;align-items:center;gap:10px}.grow{flex:1}.field{display:grid;gap:7px;min-width:0}.field>span{color:#43504c;font-size:12px;font-weight:650}.required-mark{color:var(--danger);font-weight:800}.field input,.field textarea,.field select,.search-box input,.plan-filter select{width:100%;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);color:var(--ink);outline:none}.field input,.field select{height:39px;padding:0 11px}.field textarea{padding:10px 11px;resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus,.search-box:focus-within,.plan-filter:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0b766b1f}.field-grid{display:grid;gap:12px}.field-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field-grid.three{grid-template-columns:minmax(0,2fr) minmax(150px,1fr)}.field-grid.four{grid-template-columns:minmax(130px,2fr) repeat(3,minmax(80px,1fr))}.field-grid .wide{min-width:0}.inline-field{grid-template-columns:1fr 160px;align-items:center}.code-input{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.notice{min-height:42px;border:1px solid;border-radius:6px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.notice.error{color:#86212b;background:var(--danger-soft);border-color:#edc1c6}.notice.warning{color:#77520c;background:var(--amber-soft);border-color:#ead391}.notice.success{color:#205f39;background:var(--success-soft);border-color:#b9dfc6}.notice button{border:0;background:transparent;color:inherit;font-weight:700}.global-notice{margin:0 auto 20px;width:min(1440px,100%)}.account-picker,.paste-panel,.file-queue,.proxy-editor,.pool-list-section,.preview-section,.result-panel,.probe-results,.history-details{background:var(--surface);border:1px solid var(--line);border-radius:7px}.account-picker{overflow:hidden}.toolbar{min-height:56px;padding:9px 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.toolbar.standalone{background:var(--surface);border:1px solid var(--line);border-radius:7px}.account-filters{min-width:0;flex:1;display:flex;align-items:center;gap:9px}.search-box{width:min(430px,100%);min-height:37px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);display:flex;align-items:center;gap:8px;padding:0 10px;color:var(--muted)}.search-box input{border:0;height:34px;padding:0;box-shadow:none!important}.plan-filter{width:210px;min-height:37px;border:1px solid var(--line-strong);border-radius:5px;background:var(--surface);display:flex;align-items:center;gap:6px;padding-left:9px;color:var(--muted)}.plan-filter select{min-width:0;flex:1;height:35px;padding:0 28px 0 2px;border:0;outline:none;box-shadow:none!important;color:var(--ink)}.selection-count,.toolbar>span{color:var(--muted);font-size:12px}.table-wrap{width:100%;overflow:auto;background:var(--surface);border:1px solid var(--line);border-radius:7px}.account-picker .table-wrap{border:0;border-radius:0}table{width:100%;border-collapse:collapse;font-size:13px}th{height:39px;background:#f4f7f6;color:#53615d;font-size:11px;font-weight:720;text-transform:uppercase;text-align:left;padding:0 12px;border-bottom:1px solid var(--line)}td{min-height:48px;padding:10px 12px;border-bottom:1px solid #e7ecea;vertical-align:middle}tbody tr:last-child td{border-bottom:0}tbody tr:hover{background:#f7faf9}.account-table-wrap{max-height:420px}.account-table-wrap table{min-width:900px}.selected-row{background:#edf7f5!important}.check-column{width:42px;text-align:center;padding-left:8px;padding-right:6px}.cell-primary{font-weight:650;color:var(--ink);overflow-wrap:anywhere}.cell-secondary{margin-top:3px;font-size:11px;color:var(--muted);overflow-wrap:anywhere}.proxy-cell,.proxy-value{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;overflow-wrap:anywhere}.empty-cell{height:110px;text-align:center;color:var(--muted)}.muted{color:#9aa6a2}.status-badge,.reason-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:4px;font-size:11px;white-space:nowrap}.status-badge.active{color:#1f6a3b;background:#e6f4eb}.status-badge.disabled{color:#7a5559;background:#f4e9ea}.reason-badge{color:#43504c;background:#edf1f0}.plan-badge{display:inline-flex;min-height:24px;align-items:center;padding:0 8px;border:1px solid #b9d8d1;border-radius:4px;background:#edf7f5;color:var(--accent-dark);font-size:11px;font-weight:700;white-space:nowrap}.rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.rules-grid.single{grid-template-columns:minmax(0,1fr)}.rule-panel{background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:18px;min-width:0}.rule-panel>div:last-child{display:grid;gap:14px}.switch-row,.check-row{display:flex;align-items:center;gap:8px;color:#45534f;font-size:12px}.switch-row input,.check-row input{accent-color:var(--accent)}.warning-check{color:#8b5b00}.disabled-area{opacity:.52}.segmented{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;border:1px solid var(--line-strong);border-radius:5px;padding:2px;background:#f2f5f4}.segmented button{min-height:32px;border:0;border-radius:3px;background:transparent;color:#57645f;font-size:12px}.segmented button.active{background:var(--surface);color:var(--accent-dark);box-shadow:0 1px 3px #142a241f;font-weight:700}.edit-mode-bar{display:grid;grid-template-columns:130px minmax(0,520px);align-items:center;gap:12px}.edit-mode-bar>span{color:#43504c;font-size:13px;font-weight:700}.edit-mode-segmented button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:39px;font-size:13px}.action-bar,.commit-bar{min-height:62px;background:var(--surface);border:1px solid var(--line);border-radius:7px;padding:10px 13px;display:flex;align-items:center;justify-content:space-between;gap:14px}.action-bar.end-only{justify-content:flex-end}.action-status{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:12px;min-width:0}.commit-bar strong{color:var(--accent-dark)}.split-actions .button-row{justify-content:flex-end}.preview-section,.result-panel,.probe-results,.paste-panel,.file-queue,.proxy-editor,.pool-list-section,.history-details{padding:18px}.preview-section .table-wrap{border-radius:5px}.change-pair{display:grid;grid-template-columns:minmax(60px,1fr) 16px minmax(60px,1fr);align-items:center;gap:5px;color:var(--muted)}.change-pair.changed{color:var(--ink)}.change-pair.changed span:last-child{color:var(--accent-dark);font-weight:680}.verification-list{display:grid;gap:8px}.verification-item{min-height:50px;display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid;border-radius:5px}.verification-item.ok{color:var(--success);border-color:#b9dfc6;background:var(--success-soft)}.verification-item.failed{color:var(--danger);border-color:#edc1c6;background:var(--danger-soft)}.verification-item strong,.verification-item span{display:block;overflow-wrap:anywhere}.verification-item span{margin-top:2px;font-size:11px;color:var(--muted)}.drop-zone{min-height:132px;border:1px dashed #9eb4ae;border-radius:7px;background:#f8fbfa;display:flex;align-items:center;justify-content:center;gap:16px;padding:22px;color:var(--accent-dark)}.drop-zone.dragging{border-color:var(--accent);background:var(--accent-soft)}.drop-zone>div{min-width:0}.drop-zone strong,.drop-zone span{display:block}.drop-zone span{margin-top:4px;color:var(--muted);font-size:12px}.paste-controls{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;margin-bottom:13px}.panel-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.panel-actions.spread{justify-content:space-between}.file-list{display:grid;gap:7px}.file-item,.pool-item{min-height:53px;border:1px solid #e0e7e4;border-radius:5px;display:flex;align-items:center;gap:10px;padding:8px 10px}.file-item>div,.pool-content{min-width:0;flex:1}.file-item strong,.file-item span,.pool-content strong,.pool-content span{display:block;overflow-wrap:anywhere}.file-item span,.pool-content span{color:var(--muted);font-size:11px;margin-top:3px}.file-item .icon-button{margin-left:auto}.empty-state{min-height:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#8c9a95;font-size:13px}.empty-state.tall{min-height:300px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.pool-list{display:grid;gap:8px}.pool-icon{width:34px;height:34px;border-radius:5px;display:grid;place-items:center;background:#edf3f1;color:var(--accent-dark);flex:0 0 auto}.history-layout{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:16px;align-items:start}.history-list{display:grid;gap:7px}.history-item{width:100%;min-height:68px;border:1px solid var(--line);border-radius:6px;background:var(--surface);display:flex;align-items:center;gap:10px;padding:9px 10px;text-align:left;color:var(--ink)}.history-item:hover,.history-item.active{border-color:#82aaa2;background:#f1f8f6}.history-item>div:nth-child(2){min-width:0;flex:1}.history-item strong,.history-item span{display:block}.history-item>div:nth-child(2) span{color:var(--muted);font-size:11px;margin-top:4px}.history-icon{width:34px;height:34px;border-radius:5px;background:#e9f2ef;color:var(--accent-dark);display:grid;place-items:center;font-weight:750;flex:0 0 auto}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 16px}.detail-grid div{padding:10px;background:var(--surface-soft);border:1px solid #e2e8e6;border-radius:5px}.detail-grid dt{color:var(--muted);font-size:11px}.detail-grid dd{margin:4px 0 0;font-size:12px;font-weight:650;overflow-wrap:anywhere}.compact-table{border-radius:5px}.import-name-list{display:flex;flex-wrap:wrap;gap:7px}.import-name-list span{padding:6px 8px;border-radius:4px;background:#edf2f0;font-size:12px}.rollback-preview{margin-top:16px;padding:13px;border:1px solid #e2c478;border-radius:6px;background:#fff9e9;display:grid;gap:11px}.rollback-list{display:grid;gap:6px}.rollback-list div{display:flex;justify-content:space-between;gap:12px;font-size:12px}.rollback-list b{color:#8a5c03}.modal-backdrop{position:fixed;inset:0;z-index:50;background:#0c18157a;display:grid;place-items:center;padding:18px}.modal{width:min(480px,100%);background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:0 20px 60px #04120e38;padding:18px;display:grid;gap:16px}.modal-header,.modal-title-wrap{display:flex;align-items:center;justify-content:space-between;gap:10px}.modal-title-wrap{justify-content:flex-start;color:var(--amber)}.modal-message{color:#4d5a56;font-size:13px;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:9px}.totp-setup{display:grid;grid-template-columns:190px minmax(0,1fr);align-items:center;gap:18px;padding:14px;background:#f7faf9;border:1px solid var(--line);border-radius:6px}.totp-setup svg{width:168px;height:168px}.totp-setup strong,.totp-setup code{display:block}.totp-setup code{margin-top:8px;padding:9px;background:#edf2f0;border-radius:5px;overflow-wrap:anywhere;font-size:12px;-webkit-user-select:all;user-select:all}.loading-block{min-height:150px;display:flex;align-items:center;justify-content:center;gap:9px;color:var(--muted)}.recovery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.recovery-grid code{background:#f1f5f3;border:1px solid var(--line);border-radius:5px;padding:9px;text-align:center;font-size:12px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1040px){.rules-grid,.history-layout{grid-template-columns:1fr}.account-table-wrap{max-height:360px}}@media(max-width:780px){.app-shell{display:block}.sidebar{position:sticky;z-index:20;width:100%;height:auto;padding:10px 12px;gap:10px}.sidebar .brand{display:none}.nav-list{display:flex;overflow-x:auto;gap:4px}.nav-item{width:auto;min-width:max-content;min-height:38px;padding:0 10px}.sidebar-footer{display:none}.main-content{padding:20px 12px 48px}.page-heading{align-items:center}.page-heading h1{font-size:21px}.page-heading p{font-size:12px}.field-grid.two,.field-grid.four,.detail-grid,.paste-controls{grid-template-columns:1fr}.drop-zone{flex-direction:column;text-align:center}.action-bar,.commit-bar{align-items:stretch;flex-direction:column}.action-bar .button,.commit-bar .button{width:100%}.action-status{flex-direction:column;align-items:stretch}.split-actions .button-row,.button-row.stacked-mobile{width:100%}.split-actions .button-row .button,.stacked-mobile .button{flex:1}.totp-setup{grid-template-columns:1fr;justify-items:center;text-align:center}.recovery-grid{grid-template-columns:1fr}.auth-panel{padding:22px 18px}}@media(max-width:520px){.toolbar,.account-filters{align-items:stretch;flex-direction:column}.search-box,.plan-filter{width:100%}.edit-mode-bar,.field-grid.three{grid-template-columns:1fr}.panel-actions.spread,.panel-actions .button-row{align-items:stretch;flex-direction:column}.panel-actions .button{width:100%}.modal-actions{flex-direction:column-reverse}.modal-actions .button{width:100%}.sidebar{padding-left:8px;padding-right:8px}.nav-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));overflow:visible}.nav-item{min-width:0;min-height:48px;justify-content:center;flex-direction:column;gap:2px;padding:4px 2px}.nav-item span{display:block;max-width:100%;font-size:10px;line-height:1.2;white-space:nowrap}}
