:root{color:#26312f;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;letter-spacing:0;background:#f4f6f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,textarea,select{font:inherit;letter-spacing:0}button{cursor:pointer}button:disabled{cursor:not-allowed}#root{min-height:100vh}:root{--ink:#26312f;--muted:#71807c;--line:#dde4e1;--panel:#fff;--canvas:#f4f6f5;--sidebar:#202a28;--sidebar-muted:#a9b5b1;--accent:#0d766c;--accent-hover:#0a625a;--accent-soft:#e5f3f0;--danger:#b84c4c;--danger-soft:#fbeaea;--warning:#9a6715;--warning-soft:#fff3d8;--success:#2e7751;--success-soft:#e6f4eb}.boot-screen{min-height:100vh;color:var(--accent);place-items:center;display:grid}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.login-page{background:linear-gradient(90deg, transparent 49px, #202a2809 50px), linear-gradient(transparent 49px, #202a2809 50px), var(--canvas);background-size:50px 50px;place-items:center;min-height:100vh;padding:24px;display:grid}.login-panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;width:min(100%,380px);padding:28px;box-shadow:0 16px 45px #1b2d281a}.login-brand,.sidebar-brand{align-items:center;gap:12px;display:flex}.login-brand{margin-bottom:28px}.login-brand>div{gap:2px;display:grid}.login-brand strong{font-size:18px}.login-brand span:not(.brand-mark){color:var(--muted);font-size:13px}.brand-mark{color:#fff;background:var(--accent);border-radius:7px;flex:none;place-items:center;width:38px;height:38px;display:grid}label{color:#46524f;gap:7px;margin-bottom:16px;font-size:13px;font-weight:600;display:grid}input,textarea,select{width:100%;color:var(--ink);background:#fff;border:1px solid #cfd9d5;border-radius:6px;outline:none}input{min-height:40px;padding:8px 11px}textarea{resize:vertical;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.55}input:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0d766c1f}select{min-height:38px;padding:7px 28px 7px 10px}.primary-button,.secondary-button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:8px 14px;font-size:14px;font-weight:650;display:inline-flex}.primary-button{color:#fff;background:var(--accent)}.primary-button:hover:not(:disabled){background:var(--accent-hover)}.primary-button:disabled{opacity:.55}.secondary-button{color:#41504c;background:#fff;border-color:#cfd9d5}.secondary-button:hover{background:#f6f8f7}.login-button{width:100%;margin-top:4px}.form-error{color:var(--danger);margin:0 0 14px;font-size:13px}.app-shell{background:var(--canvas);grid-template-columns:220px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{color:#eef4f2;background:var(--sidebar);flex-direction:column;height:100vh;padding:18px 12px 14px;display:flex;position:sticky;top:0}.sidebar-brand{height:46px;margin-bottom:22px;padding:0 8px}.sidebar-brand .brand-mark{width:32px;height:32px}.sidebar-brand strong{font-size:15px}.sidebar nav{gap:4px;display:grid}.nav-item,.logout-button{width:100%;min-height:42px;color:var(--sidebar-muted);text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;padding:0 12px;font-size:14px;text-decoration:none;display:flex}.nav-item:hover,.logout-button:hover{color:#fff;background:#ffffff12}.nav-item.active{color:#fff;background:#15a09240}.logout-button{margin-top:auto}.workspace{min-width:0;padding:28px 32px 48px}.page-loading{min-height:240px;color:var(--accent);place-items:center;display:grid}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.metric-card{border:1px solid var(--line);background:var(--panel);border-radius:8px;align-items:center;gap:13px;padding:18px;display:flex}.metric-icon{width:38px;height:38px;color:var(--accent);background:var(--accent-soft);border-radius:7px;place-items:center;display:grid}.metric-card>div{gap:3px;display:grid}.metric-card span{color:var(--muted);font-size:13px}.metric-card strong{color:var(--ink);font-size:24px}.overview-grid{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:18px;display:grid}.overview-panel{border:1px solid var(--line);background:var(--panel);border-radius:8px;padding:20px}.overview-panel>header,.overview-panel>header>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.overview-panel h2{align-items:center;gap:7px;display:inline-flex}.scan-status{color:var(--muted);background:var(--canvas);border-radius:999px;padding:3px 8px;font-size:12px}.status-running,.status-completed{color:var(--success);background:var(--success-soft)}.status-failed{color:var(--danger);background:var(--danger-soft)}.progress-track{background:#e9eeec;border-radius:999px;height:7px;margin:22px 0 16px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--accent);height:100%;display:block}.scan-counts,.health-summary{flex-wrap:wrap;gap:18px;margin:0;display:flex}.scan-counts div,.health-summary div{align-items:baseline;gap:7px;display:flex}.scan-counts dt,.health-summary dt{color:var(--muted);font-size:13px}.scan-counts dd,.health-summary dd{margin:0;font-weight:700}.error-summary{margin-top:18px}.error-summary ul{gap:8px;margin:16px 0 0;padding:0;list-style:none;display:grid}.error-summary li{color:var(--danger);justify-content:space-between;gap:16px;display:flex}@media (width<=980px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;min-height:54px;margin-bottom:22px;display:flex}.page-header>div{align-items:baseline;gap:12px;display:flex}.page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:9px;display:flex}.overview-detail-grid{margin-top:18px}.distribution-list,.recent-list{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.distribution-list li,.recent-list li{border-bottom:1px solid var(--line);justify-content:space-between;gap:18px;padding-bottom:10px;display:flex}.distribution-list li:last-child,.recent-list li:last-child{border-bottom:0;padding-bottom:0}.recent-list span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.filter-text{border:1px solid var(--line-strong);background:var(--panel);width:150px;min-height:38px;color:var(--ink);border-radius:5px;padding:0 10px}.danger-button{color:var(--danger);border-color:#edcaca}.scan-strip{color:var(--accent);background:var(--accent-soft);border:1px solid #cfe4df;border-radius:6px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:10px 13px;font-size:13px;display:flex}.bulk-actions{border:1px solid var(--line);background:var(--panel);border-radius:6px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:12px;padding:9px 12px;font-size:13px;display:flex}.bulk-actions>span{color:var(--muted)}.bulk-actions>div{flex-wrap:wrap;gap:8px;display:flex}.selection-cell{text-align:center;width:42px}.selection-cell input{width:16px;min-height:16px;accent-color:var(--accent)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}h1,h2,p{margin-top:0}h1{color:#1e2927;letter-spacing:0;margin-bottom:0;font-size:23px;font-weight:700;line-height:1.35}h2{color:#24302d;letter-spacing:0;margin-bottom:0;font-size:18px;line-height:1.4}.count-label{color:var(--muted);font-size:13px}.toolbar{justify-content:space-between;align-items:center;gap:16px;min-height:48px;margin-bottom:14px;display:flex}.filter-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.filter-check{white-space:nowrap;grid-template-columns:none;align-items:center;gap:6px;margin:0;font-weight:500;display:inline-flex}.filter-check input{width:15px;min-height:15px;accent-color:var(--accent)}.search-box{color:#7b8985;background:#fff;border:1px solid #cfd9d5;border-radius:6px;align-items:center;gap:8px;width:min(100%,340px);height:38px;padding:0 11px;display:flex}.search-box:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #0d766c1a}.search-box input{min-height:0;box-shadow:none;background:0 0;border:0;padding:0}.inline-notice{color:var(--success);font-size:13px}.notice-row{margin:-4px 0 12px}.error-banner{color:var(--danger);background:var(--danger-soft);border:1px solid #efcaca;border-radius:6px;margin-bottom:14px;padding:10px 12px;font-size:13px}.table-frame{border:1px solid var(--line);background:var(--panel);border-radius:7px;overflow-x:auto}.pagination{color:var(--muted);justify-content:flex-end;align-items:center;gap:12px;margin-top:14px;font-size:13px;display:flex}table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:760px}th,td{text-align:left;vertical-align:middle;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e7ecea;height:48px;padding:0 16px;overflow:hidden}th{color:#71807c;background:#f8faf9;height:42px;font-size:12px;font-weight:650}td{color:#4c5a56;font-size:13px}tbody tr:last-child td{border-bottom:0}tbody tr:hover td{background:#fafcfb}.email-cell,.name-cell{color:#23302d;font-weight:600}.provider-cell{align-items:center;gap:7px;display:inline-flex}.provider-dot{border-radius:50%;width:8px;height:8px}.provider-dot.outlook{background:#2878c7}.provider-dot.cloudflare{background:#f48120}.badge,.health,.key-enabled,.key-disabled{border-radius:5px;align-items:center;min-height:24px;padding:2px 8px;font-size:12px;line-height:1;display:inline-flex}.category-new{color:#5e6c68;background:#eef2f0}.category-safe{color:var(--success);background:var(--success-soft)}.category-used{color:#526783;background:#eaf0f8}.category-no_code,.category-error{color:var(--danger);background:var(--danger-soft)}.health{background:0 0;padding-left:0}.health:before,.key-enabled:before,.key-disabled:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px;margin-right:6px}.health-healthy,.key-enabled{color:var(--success)}.health-suspect{color:var(--warning)}.health-no_code,.health-unhealthy,.key-disabled{color:var(--danger)}.health-unknown{color:#84918d}.key-enabled,.key-disabled{background:0 0;padding-left:0}.status-text{color:#65736f}.table-empty{color:#899692;text-align:center;height:180px}.table-empty .spin{vertical-align:middle}code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.modal-backdrop{z-index:50;background:#18211f85;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border:1px solid #d9e1de;border-radius:8px;width:min(100%,650px);max-height:calc(100vh - 40px);padding:22px;overflow-y:auto;box-shadow:0 24px 70px #14231f38}.modal.compact{width:min(100%,470px)}.form-grid{gap:14px;display:grid}.form-grid label{color:#46524f;gap:6px;font-size:13px;font-weight:600;display:grid}.modal-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.icon-button{color:#64726e;background:0 0;border:0;border-radius:6px;place-items:center;width:34px;height:34px;padding:0;display:inline-grid}.icon-button:hover{color:#26312f;background:#eef2f0}.modal-footer{min-height:54px;color:var(--muted);justify-content:space-between;align-items:flex-end;gap:12px;padding-top:16px;font-size:12px;display:flex}.modal-footer>div,.modal-footer.end{justify-content:flex-end;gap:8px;display:flex}.modal-footer.end{width:100%}.created-key>p{color:var(--warning);margin-bottom:12px;font-size:13px}.key-value{background:#f8faf9;border:1px solid #cfd9d5;border-radius:6px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:50px;padding:8px 9px 8px 12px;display:grid}.key-value code{overflow-wrap:anywhere;white-space:normal}.message-layout{grid-template-columns:minmax(260px,.28fr) minmax(0,1fr);gap:16px;min-height:620px;display:grid}.mailbox-picker,.message-browser,.form-panel{border:1px solid var(--line);background:var(--panel);border-radius:8px}.mailbox-picker{padding:14px}.mailbox-search{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:12px;display:grid}.mailbox-search .search-box{width:100%;margin:0}.mailbox-options,.message-list,.rule-cards{gap:7px;display:grid}.mailbox-options>button,.message-list>button{width:100%;color:var(--ink);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;gap:4px;padding:11px 12px;display:grid}.mailbox-options>button:hover,.mailbox-options>button.selected,.message-list>button:hover,.message-list>button.selected{background:var(--accent-soft);border-color:#c9ded9}.mailbox-options span,.message-list span,.message-list time,.message-detail>time{color:var(--muted);font-size:12px}.message-browser{min-width:0;overflow:hidden}.folder-tabs{border-bottom:1px solid var(--line);gap:4px;padding:10px 12px;display:flex}.folder-tabs button{color:var(--muted);background:0 0;border:0;border-radius:5px;padding:7px 12px}.folder-tabs button:hover,.folder-tabs button.active{color:var(--accent);background:var(--accent-soft)}.message-columns{grid-template-columns:minmax(230px,.34fr) minmax(0,1fr);min-height:566px;display:grid}.message-list{border-right:1px solid var(--line);align-content:start;padding:10px}.message-detail{min-width:0;padding:22px}.message-detail>header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:8px;display:flex}.message-detail>header span{color:var(--muted);font-size:13px}.verification-code{color:var(--accent);background:var(--accent-soft);border-radius:6px;flex:none;padding:7px 10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.message-detail pre{overflow-wrap:anywhere;white-space:pre-wrap;color:#384541;font:inherit;margin:24px 0 0;line-height:1.7}.empty-hint{color:var(--muted);margin:12px;font-size:13px}.rules-layout{grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);align-items:start;gap:18px;display:grid}.rules-editor{justify-items:start;gap:16px;display:grid}.form-panel{width:100%;padding:18px}.form-panel>h2,.form-panel>header{margin-bottom:18px}.form-panel>header{justify-content:space-between;align-items:center;gap:12px;display:flex}.field-pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.rule-card{background:#fafcfb;border:1px solid #e2e8e5;border-radius:7px;grid-template-columns:minmax(170px,.32fr) minmax(0,1fr) auto;align-items:start;gap:12px;padding:14px;display:grid;position:relative}.rule-card label{margin:0}.icon-button.danger{color:var(--danger)}.rule-tester{position:sticky;top:28px}.rule-tester>button{width:100%}.classification-result{color:var(--success);background:var(--success-soft);border-radius:7px;gap:5px;margin-top:16px;padding:14px;display:grid}.classification-result strong{font-size:17px}.classification-result span,.classification-result small{color:#4f675b}.api-section+.api-section{margin-top:24px}.api-section>h2{margin-bottom:12px}.actions-column{width:100px}.row-actions{justify-content:flex-end;align-items:center;gap:3px;display:flex}.log-table th:first-child{width:170px}.log-table th:nth-child(2){width:210px}.log-table th:nth-child(5){width:86px}.log-key{color:var(--ink);font-weight:600;display:block}.log-table td>code{color:var(--muted)}.log-success,.log-failure{border-radius:5px;justify-content:center;min-width:42px;padding:3px 7px;font-weight:700;display:inline-flex}.log-success{color:var(--success);background:var(--success-soft)}.log-failure{color:var(--danger);background:var(--danger-soft)}.reuse-platform-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.reuse-platform-grid>button{text-align:left;min-height:118px;color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);cursor:pointer;gap:5px;padding:18px;display:grid}.reuse-platform-grid>button:hover,.reuse-platform-grid>button.active{color:var(--ink);border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-soft)}.reuse-platform-grid strong{color:var(--ink);font-size:28px;line-height:1}.reuse-platform-grid small{color:var(--muted)}.reuse-toolbar{margin-bottom:12px}.reuse-table-card{min-height:260px}.reuse-table th:first-child{width:28%}.reuse-table th:nth-child(2){width:150px}.reuse-table th:nth-child(3){width:170px}.reuse-state{color:var(--muted);background:var(--surface);border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700;display:inline-flex}.reuse-state.success{color:var(--success);background:var(--success-soft)}.reuse-state.reserved{color:var(--accent);background:var(--accent-soft)}.reuse-history{gap:7px;display:grid}.reuse-history-item{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.reuse-history-item strong{white-space:nowrap;font-size:12px}.reuse-history-item span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}@media (width<=760px){.app-shell{grid-template-columns:1fr}.sidebar{z-index:20;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;height:auto;padding:9px 12px;display:grid;position:sticky}.sidebar-brand{height:38px;margin:0;padding:0}.sidebar-brand strong{display:none}.sidebar nav{justify-content:center;display:flex;overflow-x:auto}.nav-item{width:auto;min-height:38px;padding:0 10px}.logout-button{justify-content:center;width:38px;min-height:38px;margin:0;padding:0}.logout-button span{display:none}.workspace{padding:22px 16px 36px}.page-header{align-items:center}.page-header>div{gap:2px;display:grid}.toolbar{flex-direction:column;align-items:flex-start}.search-box{width:100%}.message-layout,.rules-layout,.message-columns{grid-template-columns:1fr}.message-list{border-right:0;border-bottom:1px solid var(--line);max-height:280px;overflow-y:auto}.message-detail{min-height:320px}.field-pair,.rule-card{grid-template-columns:1fr}.rule-tester{position:static}.reuse-platform-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.reuse-history-item{flex-direction:column;align-items:flex-start;gap:2px}}
