[data-consent-notice].weezie-consent { position:fixed; z-index:1000; left:16px; bottom:max(16px,env(safe-area-inset-bottom)); width:380px; max-width:calc(100% - 24px); padding:16px; border:1px solid #dce2e8; border-radius:16px; background:#fff; color:#0b1b2d; box-shadow:0 12px 44px #071b3229; font-family:inherit; }
.weezie-consent.hidden { display:none; }
.weezie-consent h2 { margin:0; font-size:16px; font-weight:650; line-height:22px; letter-spacing:-.02em; }
.weezie-consent p { margin:6px 0 0; color:#526174; font-size:14px; line-height:20px; }
.weezie-consent-details { display:inline; padding:0; border:0; background:none; color:#99451f; font:inherit; text-decoration:underline; text-underline-offset:3px; cursor:pointer; }
.weezie-consent-actions { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-top:14px; }
.weezie-consent-actions button { min-height:44px; padding:9px 12px; border:1px solid #cbd5df; border-radius:10px; background:#fff; color:#122136; font:inherit; font-size:14px; font-weight:600; cursor:pointer; transition:background .15s,border-color .15s; }
.weezie-consent-actions button:hover { background:#fff7ef; border-color:#bd724e; }
.weezie-consent button:focus-visible, .weezie-consent-dialog button:focus-visible, .weezie-consent-dialog a:focus-visible { outline:2px solid #b6542b; outline-offset:0; }
.weezie-consent-dialog { position:fixed; inset:0; margin:auto; max-height:calc(100dvh - 32px); overflow:auto; max-width:420px; width:calc(100% - 32px); padding:24px; border:1px solid #dce2e8; border-radius:18px; color:#122136; background:#fff; font:inherit; }
.weezie-consent-dialog::backdrop { background:#071b3266; }
.weezie-consent-dialog h2 { font-size:20px; line-height:26px; margin:0 0 12px; }
.weezie-consent-dialog h2:focus { outline:none; }
.weezie-consent-dialog p { font-size:14px; line-height:22px; margin:12px 0; color:#526174; }
.weezie-consent-dialog footer { display:flex; gap:16px; align-items:center; flex-wrap:wrap; margin-top:16px; }
.weezie-consent-dialog button { min-height:44px; padding:10px 18px; border:1px solid #cbd5df; border-radius:10px; background:white; font:inherit; cursor:pointer; }
.weezie-consent-dialog a { color:#99451f; font-size:14px; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:480px) { [data-consent-notice].weezie-consent { left:12px; bottom:max(12px,env(safe-area-inset-bottom)); width:calc(100% - 24px); } }
