:root{color-scheme:light dark;--bg:#fff;--surface:#f5f6f7;--text:#191b1f;--muted:#686d75;--line:#e3e5e8;--accent:#315efb;--danger:#c93636}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.45 system-ui,-apple-system,"Segoe UI",sans-serif}button,input,select{font:inherit}.popup{width:350px;min-height:180px;max-height:520px;overflow:hidden}.popup header{height:54px;padding:0 13px 0 15px;display:flex;align-items:center;justify-content:space-between;font-size:14px}.brand-button{display:flex;align-items:center;gap:8px;min-width:0;max-width:220px;border:0;background:transparent;color:var(--text);padding:3px 5px 3px 0;border-radius:9px;cursor:pointer}.brand-button strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-button:hover strong{color:var(--accent)}.brand-button:focus{outline:2px solid var(--accent);outline-offset:2px}.mini-brand{position:relative;display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:var(--surface);color:var(--muted);font-weight:800;overflow:hidden}.mini-brand img{position:absolute;width:19px;height:19px;object-fit:contain}.header-actions{display:flex;gap:3px}.icon-button{display:grid;place-items:center;width:31px;height:31px;padding:0;border:0;border-radius:8px;background:transparent;color:var(--muted);cursor:pointer}.icon-button[hidden]{display:none!important}.icon-button:hover,.icon-button:focus{background:var(--surface);color:var(--text);outline:none}.icon-button.accent{color:var(--accent)}.icon-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.search-wrap{position:relative;padding:5px 11px 10px}.search-wrap svg{position:absolute;left:22px;top:15px;width:17px;height:17px;fill:none;stroke:var(--muted);stroke-width:1.8;stroke-linecap:round}.search-wrap input{padding-left:34px;background:var(--surface);border-color:transparent}input,select{width:100%;border:1px solid var(--line);background:var(--bg);color:var(--text);border-radius:8px;padding:9px 11px;outline:none}input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 14%,transparent)}.login-row{width:calc(100% - 16px);margin:1px 8px;border-radius:9px;padding:8px 9px;display:flex;align-items:center;gap:9px;cursor:pointer}.login-row:hover,.login-row:focus{background:var(--surface);outline:none}.login-row[aria-disabled=true]{opacity:.6;pointer-events:none}.login-mark{position:relative;display:grid;place-items:center;flex:0 0 32px;height:32px;border-radius:9px;background:var(--surface);font-size:12px;font-weight:750}.login-mark img{position:absolute;width:20px;height:20px;object-fit:contain}.login-copy{min-width:0;flex:1}.login-copy b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.row-action{border:0;border-radius:7px;cursor:pointer;display:grid;place-items:center;width:30px;height:30px;padding:0;background:transparent;color:var(--muted)}.row-action:hover,.row-action:focus{background:var(--bg);color:var(--text);outline:none}.row-action svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.row-action.copied{color:#237547}.row-action.copied svg{display:none}.row-action.copied::after{content:'✓';font-weight:750}.popup #list{max-height:390px;overflow-y:auto;padding-bottom:7px}.link{border:0;background:transparent;color:var(--muted);padding:6px;cursor:pointer}.link:hover{color:var(--text)}.loading,.empty{text-align:center;color:var(--muted);padding:70px 25px}.empty.compact{padding:35px 15px}.empty h2{color:var(--text);font-size:17px;margin:12px 0 5px}.empty p{margin:0 0 18px}.lock-mark{margin:auto;width:40px;height:40px;border-radius:12px;background:var(--accent);color:#fff;font-weight:800;font-size:20px;line-height:40px;text-align:center}.unlock{padding:28px}.unlock input{margin:0 0 8px}.primary{border:0;border-radius:8px;background:var(--accent);color:#fff;padding:9px 14px;font-weight:650;cursor:pointer}.primary:disabled{opacity:.6}.unlock .primary{width:100%}.error{min-height:20px;color:var(--danger);font-size:12px;text-align:left}.fill-error{color:var(--danger);font-size:12px;padding:0 17px 10px}.fill-error:empty{display:none}
@media(prefers-color-scheme:dark){:root{--bg:#202225;--surface:#2c2f33;--text:#f3f4f5;--muted:#a7abb2;--line:#383b40;--accent:#6687ff;--danger:#ff7777}}
