#utcp-shell{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,'Helvetica Neue',Arial}
.utcp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:999999}
.utcp-modal{background:#fff;border-radius:16px;max-width:520px;width:92%;padding:20px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.utcp-title{font-weight:800;font-size:18px;margin-bottom:6px;color:#0f172a}
.utcp-text{color:#334155;margin-bottom:14px}
.utcp-actions{display:flex;gap:10px;margin-top:8px;justify-content:space-between}
.utcp-btn{border:0;border-radius:10px;padding:10px 14px;font-weight:700;cursor:pointer}
.utcp-btn.ok{background:#2563eb;color:#fff}
.utcp-btn.no{background:#fff;color:#0f172a;border:1px solid rgba(2,6,23,.12)}
.utcp-links{margin-top:8px;display:flex;gap:12px;flex-wrap:wrap}
.utcp-link{background:none;border:0;color:#2563eb;text-decoration:underline;cursor:pointer;padding:0}
.utcp-manage{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.55);z-index:999999}
.utcp-manage.hidden{display:none}
.utcp-list{margin:10px 0 6px}
.utcp-row{display:flex;align-items:center;justify-content:space-between;padding:10px;border:1px solid rgba(2,6,23,.08);border-radius:10px;margin-bottom:8px}
.utcp-floating{position:fixed;right:16px;bottom:16px;background:#fff;border:1px solid rgba(2,6,23,.12);padding:8px 12px;border-radius:999px;font-weight:600;z-index:9999;box-shadow:0 8px 24px rgba(0,0,0,.1)}