/*! Captee — captee.ai — © 2026 Captee. All rights reserved. */
/* The colour popover's look, beside its behaviour in web/colorpicker.js — loaded by the editor and by /start. */
.cpop{position:fixed;z-index:9000;width:252px;padding:10px;border-radius:14px;
  background:#15141c;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 48px -16px rgba(0,0,0,.9),0 2px 8px rgba(0,0,0,.4);
  display:flex;flex-direction:column;gap:10px;font-family:var(--font-ui);}
.cpop .cpop-sv{position:relative;height:150px;border-radius:9px;cursor:crosshair;touch-action:none;}
.cpop .cpop-dot{position:absolute;width:14px;height:14px;margin:-7px 0 0 -7px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.5);pointer-events:none;}
.cpop .cpop-row{display:flex;align-items:center;gap:8px;}
.cpop .cpop-hue{position:relative;flex:1 1 auto;height:12px;border-radius:6px;cursor:ew-resize;touch-action:none;
  background:linear-gradient(to right,#f00,#ff0,#0f0,#0ff,#00f,#f0f,#f00);}
.cpop .cpop-hdot{position:absolute;top:50%;width:16px;height:16px;margin:-8px 0 0 -8px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px rgba(0,0,0,.5);pointer-events:none;}
.cpop .cpop-eye{width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.05);color:#ddd;cursor:pointer;font-size:14px;line-height:1;}
.cpop .cpop-sw{width:28px;height:28px;border-radius:8px;border:1px solid rgba(255,255,255,.15);flex:0 0 auto;}
.cpop .cpop-hex{flex:1 1 auto;min-width:0;height:30px;padding:0 10px;border-radius:8px;border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.35);color:#fff;font:600 13px/1 var(--font-ui);letter-spacing:.04em;outline:none;}
.cpop .cpop-hex:focus{border-color:rgba(169,139,255,.6);}
.cpop .cpop-recent,.cpop .cpop-saved{display:flex;flex-wrap:wrap;gap:6px;}
.cpop .cpop-lab{display:flex;align-items:center;justify-content:space-between;margin-top:2px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.42);}
.cpop .cpop-lab[hidden]{display:none;}
.cpop .cpop-add{width:20px;height:20px;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#ddd;cursor:pointer;font-size:14px;line-height:1;padding:0;}
.cpop .cpop-add:hover{background:rgba(169,139,255,.25);border-color:rgba(169,139,255,.5);}
.cpop .cpop-none{font-size:11px;color:rgba(255,255,255,.3);}
.cpop .cpop-rcw{position:relative;display:inline-block;}
.cpop .cpop-rx{position:absolute;top:-5px;right:-5px;width:13px;height:13px;border-radius:50%;border:1px solid rgba(0,0,0,.6);background:#e9e7f3;color:#111;
  font-size:10px;line-height:11px;padding:0;cursor:pointer;display:none;align-items:center;justify-content:center;}
.cpop .cpop-rcw:hover .cpop-rx{display:flex;}
.cpop .cpop-rx:hover{background:#ff6b6b;color:#fff;}
.cpop .cpop-recent[hidden]{display:none;}
.cpop .cpop-rc{width:20px;height:20px;border-radius:6px;border:1px solid rgba(255,255,255,.18);cursor:pointer;padding:0;}
