:root { --cb-bg:#0f1115; --cb-fg:#ffffff; --cb-muted:rgba(255,255,255,.72); --cb-accent:#ffffff; }.cb-wrap{position:fixed; inset:auto 16px 16px 16px;max-width:500px; margin:0 auto; z-index:9999;background:var(--cb-bg); color:var(--cb-fg);border-radius:4px; box-shadow:0 10px 30px rgba(0,0,0,.35);padding:16px; font:14px/1.35 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;border:1px solid rgba(255,255,255,.12);}.cb-top{ display:flex; gap:12px; align-items:flex-start; justify-content:space-between; }.cb-title{ font-weight:700; font-size:15px; margin:0 0 6px 0; }.cb-text{ margin:0; color:var(--cb-muted); }.cb-actions{ display:flex; flex-wrap:wrap; gap:8px; margin-top:12px; }.cb-btn{appearance:none; border:1px solid rgba(255,255,255,.22);background:transparent; color:var(--cb-fg);padding:10px 12px; border-radius:4px; cursor:pointer;font-weight:600;}.cb-btn.primary{ background:transparent; color:var(--cb-fg); border-color:rgba(255,255,255,.22); }.cb-btn.ghost{ border-color:transparent; color:var(--cb-muted); text-decoration:underline; padding:10px 6px; }.cb-btn:focus{ outline:2px solid rgba(255,255,255,.3); outline-offset:2px; }.cb-more{ margin-top:10px; display:none; border-top:1px solid rgba(255,255,255,.10); padding-top:12px; }.cb-more.open{ display:block; }.cb-row{ display:flex; align-items:center; justify-content:space-between; gap:10px; padding:10px 0; }.cb-row + .cb-row{ border-top:1px solid rgba(255,255,255,.08); }.cb-row b{ display:block; }.cb-row span{ display:block; color:var(--cb-muted); font-size:12.5px; margin-top:2px; }.cb-toggle{ display:flex; align-items:center; gap:10px; }.cb-switch{width:44px; height:26px; border-radius:4px;background:rgba(255,255,255,.16); position:relative; border:1px solid rgba(255,255,255,.18);}.cb-switch::after{content:""; position:absolute; top:3px; left:3px; width:20px; height:20px; border-radius:2px;background:#ffffff; transition:transform .18s ease;}input[type="checkbox"].cb-check{ display:none; }input[type="checkbox"].cb-check:checked + .cb-switch{ background:rgba(255,255,255,.9); border-color:transparent; }input[type="checkbox"].cb-check:checked + .cb-switch::after{ transform:translateX(18px); background:#0f1115; }.cb-badge{display:inline-block; font-size:11px; padding:3px 8px; border-radius:4px;background:rgba(255,255,255,.12); color:var(--cb-muted);}@media (max-width:520px){.cb-wrap{ inset:auto 12px 12px 12px; padding:14px; }.cb-actions{ flex-direction:column; }.cb-btn{ width:100%; }.cb-btn.ghost{ width:auto; }}