:root{color-scheme:light;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;letter-spacing:0;--page: #ffffff;--surface: #fafafa;--surface-raised: #ffffff;--text: #1a1c1f;--muted: rgb(26 28 31 / 65%);--subtle: rgb(26 28 31 / 50%);--border: rgb(26 28 31 / 8%);--border-strong: rgb(26 28 31 / 18%);--track: rgb(26 28 31 / 10%);--progress: #1a1c1f;--success: #18794e;--success-bg: #eaf7ef;--danger: #b42318;--danger-bg: #fff1ef;--button-text: #ffffff;--focus: #2d6cdf}:root[data-theme=dark]{color-scheme:dark;--page: #181818;--surface: #1f1f1f;--surface-raised: #242424;--text: #ffffff;--muted: rgb(255 255 255 / 65%);--subtle: rgb(255 255 255 / 50%);--border: rgb(255 255 255 / 8%);--border-strong: rgb(255 255 255 / 18%);--track: rgb(255 255 255 / 10%);--progress: #ffffff;--success: #71c99a;--success-bg: #203c2e;--danger: #ff8a7d;--danger-bg: #422522;--button-text: #1f1f1d;--focus: #75a7ff}*{box-sizing:border-box}[hidden]{display:none!important}html{min-width:320px;background:var(--page)}body{min-width:320px;min-height:100vh;margin:0;background:var(--page);color:var(--text)}button,input{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible,a:focus-visible{outline:2px solid var(--focus);outline-offset:2px}button:disabled,input:disabled{cursor:not-allowed;opacity:.62}.app-header{height:62px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--page) 92%,transparent)}.header-inner{width:min(100% - 32px,760px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.brand{min-width:0;display:inline-flex;align-items:center;gap:9px;color:var(--text);font-size:15px;font-weight:650;text-decoration:none}.brand-mark{width:28px;height:28px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface)}.brand-mark svg{width:16px;height:16px}.brand-section{color:var(--muted);font-weight:500}.icon-button,.field-action{width:40px;height:40px;display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid transparent;border-radius:6px;background:transparent;cursor:pointer}.icon-button:hover,.field-action:hover{border-color:var(--border);background:var(--surface-raised)}.icon-button svg,.field-action svg{width:18px;height:18px}.page-shell{width:min(100% - 40px,672px);margin:0 auto;padding:44px 0 72px}.page-heading{margin-bottom:22px}.page-heading h1{margin:0;font-size:24px;line-height:1.2;font-weight:500}.page-heading p{margin:9px 0 0;color:var(--muted);font-size:15px;line-height:1.55}.tool-surface{display:grid;gap:30px}.key-form{padding:16px;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.key-form>label{display:block;margin-bottom:9px;font-size:13px;font-weight:650}.input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.key-field{min-width:0;height:48px;display:flex;align-items:center;border:1px solid var(--border-strong);border-radius:6px;background:var(--surface);transition:border-color .15s ease,box-shadow .15s ease}.key-field:focus-within{border-color:var(--text);box-shadow:0 0 0 1px var(--text)}.field-icon{width:18px;height:18px;margin-left:14px;color:var(--subtle);flex:0 0 auto}.key-field input{min-width:0;height:100%;flex:1;border:0;outline:0;padding:0 10px;background:transparent;color:var(--text);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:14px}.key-field input::placeholder{color:var(--subtle)}.field-action{width:44px;height:44px;margin-right:1px}.primary-button{height:48px;min-width:126px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--text);border-radius:6px;background:var(--text);color:var(--button-text);font-size:14px;font-weight:650;cursor:pointer}.primary-button:hover:not(:disabled){opacity:.86}.primary-button svg{width:17px;height:17px}.primary-button.is-loading svg,.result-refresh:disabled svg{animation:spin .85s linear infinite}.field-error{min-height:18px;margin:7px 0 0;color:var(--danger);font-size:12px;line-height:1.5}.privacy-note{margin:3px 0 0;display:flex;align-items:center;gap:6px;color:var(--muted);font-size:12px;line-height:1.5}.privacy-note svg{width:14px;height:14px;flex:0 0 auto}.result-section{min-height:244px}.result-header{min-height:46px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.result-header h2{margin:0;font-size:16px;line-height:1.4;font-weight:500}.checked-at{margin:3px 0 0;color:var(--subtle);font-size:12px;line-height:1.4;font-variant-numeric:tabular-nums}.result-actions{display:flex;align-items:center;gap:4px}.key-status{min-height:28px;display:inline-flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;white-space:nowrap}.status-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--subtle)}.key-status.is-active{color:var(--success)}.key-status.is-active .status-dot{background:var(--success);box-shadow:0 0 0 3px var(--success-bg)}.key-status.is-loading .status-dot{background:var(--muted);animation:pulse 1s ease-in-out infinite}.key-status.is-error,.key-status.is-warning{color:var(--danger)}.key-status.is-error .status-dot,.key-status.is-warning .status-dot{background:var(--danger)}.result-refresh{width:32px;height:32px}.result-refresh svg{width:16px;height:16px}.result-alert{margin-bottom:12px;padding:12px 14px;display:flex;align-items:flex-start;gap:10px;border:1px solid color-mix(in srgb,var(--danger) 26%,transparent);border-radius:6px;background:var(--danger-bg);color:var(--danger)}.result-alert[hidden]{display:none}.result-alert svg{width:18px;height:18px;margin-top:1px;flex:0 0 auto}.result-alert strong{display:block;font-size:13px;line-height:1.4}.result-alert p{margin:2px 0 0;font-size:12px;line-height:1.5}.quota-list{overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface)}.quota-row{min-height:74px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:.5px solid var(--border)}.quota-row:first-child{border-top:0}.quota-copy{min-width:0;display:grid;gap:4px}.quota-copy h3,.quota-copy p{margin:0;overflow-wrap:anywhere;font-size:14px;line-height:1.4;font-weight:400}.quota-copy p{color:var(--muted)}.quota-control{width:188px;display:flex;align-items:center;flex:0 0 auto;gap:8px}.quota-percent{width:84px;flex:0 0 84px;color:var(--muted);font-size:14px;line-height:1.4;font-weight:400;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.quota-row.is-empty .quota-percent,.quota-row.is-empty .quota-reset{color:var(--subtle)}.progress-track{width:96px;height:6px;flex:0 0 96px;overflow:hidden;border-radius:999px;background:var(--track)}.progress-fill{display:block;width:0;height:100%;border-radius:inherit;background:var(--progress);transition:width .42s cubic-bezier(.2,.8,.2,1),background-color .15s ease}.quota-row.is-critical .quota-percent{color:var(--danger);font-weight:500}.quota-row.is-critical .progress-fill{background:var(--danger)}.page-footnote{margin:13px 2px 0;color:var(--subtle);font-size:12px;line-height:1.5;text-align:center}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.35}}@media(max-width:560px){.page-shell{width:min(100% - 24px,672px);padding:30px 0 48px}.page-heading{margin-bottom:18px}.page-heading h1{font-size:24px}.key-form{padding:16px}.input-row{grid-template-columns:minmax(0,1fr)}.primary-button{width:100%}.result-header{gap:10px}.quota-row{gap:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
