.royal-consent-panel{position:fixed;inset:0;z-index:999999;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:rgba(15,23,42,.42)}
.royal-consent-card{width:min(760px,100%);background:#fff;color:#0f172a;border-top:4px solid #d4af37;padding:22px;box-shadow:0 20px 60px rgba(0,0,0,.25)}
.royal-consent-card h2{margin:0 0 8px}.royal-consent-card p{margin:0 0 16px;color:#475569}
.royal-consent-choices{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.royal-consent-choices label{border:1px solid #cbd5e1;padding:10px;background:#f8fafc}
.royal-consent-actions{display:flex;gap:8px;flex-wrap:wrap}.royal-privacy-choices{position:fixed;right:14px;bottom:14px;z-index:9990;border:1px solid #d4af37;background:#0f172a;color:#fff;padding:8px 11px;font-size:12px;cursor:pointer}
.royal-consent-checkbox{display:flex;gap:8px;align-items:flex-start;font-size:13px;line-height:1.4;margin:10px 0}.royal-consent-checkbox input{margin-top:3px}
html[data-theme="dark"] .royal-consent-card{background:#111827;color:#f8fafc}html[data-theme="dark"] .royal-consent-card p{color:#cbd5e1}html[data-theme="dark"] .royal-consent-choices label{background:#0f172a;border-color:#334155}
@media(max-width:640px){.royal-consent-panel{padding:0}.royal-consent-card{max-height:85vh;overflow:auto}.royal-consent-choices{grid-template-columns:1fr}.royal-consent-actions .button{flex:1 1 100%}}
.royal-consent-gpc{margin:10px 0;padding:10px 12px;border-left:3px solid #D4AF37;background:#f8fafc;font-size:.9rem}.royal-consent-choices input:disabled{opacity:.55;cursor:not-allowed}
