:root{--bg: #f6f7f9;--card: #fff;--text: #16181d;--muted: #6b7280;--line: #e3e6ea;--accent: #2563eb;--danger: #b91c1c;color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg: #14161a;--card: #1c1f25;--text: #e8eaed;--muted: #9aa3af;--line: #2b2f36;--accent: #60a5fa;--danger: #f87171}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}h1{font-size:1.4rem;margin:0 0 .5rem}h2{font-size:1.1rem;margin:0 0 .75rem}h3{font-size:.95rem;margin:1.25rem 0 .5rem}.muted{color:var(--muted)}.small{font-size:.85rem}.topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.25rem;background:var(--card);border-bottom:1px solid var(--line)}.topbar nav{display:flex;align-items:center;gap:1rem}.brand{font-weight:600;text-decoration:none;color:var(--text)}.topbar a{color:var(--accent);text-decoration:none}.page{max-width:820px;margin:1.5rem auto;padding:0 1rem;display:flex;flex-direction:column;gap:1.25rem}.centered{min-height:100dvh;display:grid;place-items:center;padding:1rem}.centered .card{width:min(420px,100%)}.card{background:var(--card);border:1px solid var(--line);border-radius:10px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}label{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem;color:var(--muted)}label.check{flex-direction:row;align-items:center;gap:.4rem}input{padding:.5rem .6rem;border:1px solid var(--line);border-radius:6px;background:var(--bg);color:var(--text);font:inherit;width:100%}input[type=checkbox]{width:auto}button{padding:.5rem .9rem;border:0;border-radius:6px;background:var(--accent);color:#fff;font:inherit;font-weight:500;cursor:pointer}button:disabled{opacity:.5;cursor:not-allowed}button.ghost{background:transparent;color:var(--muted);border:1px solid var(--line)}button.danger{background:transparent;color:var(--danger);border:1px solid var(--line)}.row{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap}.row .grow{flex:1}.row-between{display:flex;justify-content:space-between;align-items:center;gap:.75rem;width:100%;flex-wrap:wrap}.actions{display:flex;gap:.4rem}.list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.65rem 0;border-top:1px solid var(--line);flex-wrap:wrap}.list li.stack{flex-direction:column;align-items:stretch}.settings{margin:0;display:flex;flex-direction:column;gap:.6rem}.settings>div{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.settings dt{font-weight:500;max-width:32rem}.block{display:block;font-weight:400;margin-top:.15rem}.settings dd{margin:0;text-align:right}.settings dd input{width:12rem}.overrides{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0 .25rem}.badge{display:inline-block;margin-left:.4rem;padding:.05rem .4rem;border-radius:999px;background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent);font-size:.72rem;font-weight:500;vertical-align:middle}.quota-bar{height:7px;border-radius:999px;background:var(--line);overflow:hidden}.quota-fill{height:100%;background:var(--accent);transition:width .2s}.banner{margin:0;padding:.6rem .75rem;border-radius:6px;font-size:.9rem}.banner.error{background:color-mix(in srgb,var(--danger) 12%,transparent);color:var(--danger)}.banner.info{background:color-mix(in srgb,var(--accent) 12%,transparent);display:flex;flex-direction:column;gap:.5rem}.tabs{display:flex;gap:.4rem}.tabs button{background:transparent;color:var(--muted);border:1px solid var(--line)}.tabs button.active{background:var(--accent);color:#fff;border-color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;padding:1rem}.modal{width:min(520px,100%);max-height:90dvh;overflow:auto}
