:root{--cb-font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--cb-bg: #1e293b;--cb-border: rgba(148, 163, 184, .2);--cb-shadow: 0 20px 40px rgba(15, 23, 42, .3);--cb-text: #f1f5f9;--cb-muted: #94a3b8;--cb-link: #60a5fa;--cb-radius: 16px;--cb-btn-radius: 8px;--cb-btn-padding: 10px 20px;--cb-accept-bg: #3b82f6;--cb-accept-text: #ffffff;--cb-reject-bg: transparent;--cb-reject-text: #94a3b8;--cb-manage-bg: transparent;--cb-manage-text: #f1f5f9;--cb-manage-border: rgba(148, 163, 184, .3);--cb-modal-bg: #1e293b;--cb-modal-backdrop: rgba(15, 23, 42, .7);--cb-modal-radius: 16px;--cb-modal-width: 480px;--cb-toggle-off-bg: #475569;--cb-toggle-on-bg: #3b82f6;--cb-toggle-knob: #ffffff}#astro-consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;font-family:var(--cb-font)}.cb-container{max-width:1200px;margin:0 auto;padding:20px 24px;display:flex;gap:24px;justify-content:space-between;align-items:center;background:var(--cb-bg);border-radius:var(--cb-radius);border:1px solid var(--cb-border);box-shadow:var(--cb-shadow);color:var(--cb-text)}.cb-title{font-size:16px;font-weight:600}.cb-desc{margin-top:4px;font-size:14px;color:var(--cb-muted)}.cb-desc a{color:var(--cb-link);text-decoration:none}.cb-desc a:hover{text-decoration:underline}.cb-actions{display:flex;gap:10px}.cb-actions button{padding:var(--cb-btn-padding);border-radius:var(--cb-btn-radius);border:1px solid transparent;font-size:14px;font-weight:600;cursor:pointer}.cb-accept{background:var(--cb-accept-bg);color:var(--cb-accept-text)}.cb-reject{background:var(--cb-reject-bg);color:var(--cb-reject-text)}.cb-manage{background:var(--cb-manage-bg);color:var(--cb-manage-text);border:1px solid var(--cb-manage-border)}#astro-consent-modal{position:fixed;inset:0;background:var(--cb-modal-backdrop);display:flex;align-items:center;justify-content:center;z-index:10000}.cb-modal{width:100%;max-width:var(--cb-modal-width);background:var(--cb-modal-bg);border-radius:var(--cb-modal-radius);padding:28px;color:var(--cb-text);border:1px solid var(--cb-border)}.cb-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 0;border-bottom:1px solid var(--cb-border)}.cb-row:last-of-type{border-bottom:0;padding-bottom:32px}.cb-modal .cb-actions{margin-top:24px;padding-top:20px;border-top:1px solid var(--cb-border);display:flex;justify-content:flex-end}.cb-toggle{width:44px;height:24px;background:var(--cb-toggle-off-bg);border-radius:999px;position:relative;cursor:pointer;flex-shrink:0}.cb-toggle span{position:absolute;width:18px;height:18px;background:var(--cb-toggle-knob);border-radius:50%;top:3px;left:3px;transition:transform .2s ease}.cb-toggle.active{background:var(--cb-toggle-on-bg)}.cb-toggle.active span{transform:translate(20px)}@media (max-width: 640px){.cb-container{flex-direction:column;align-items:stretch;gap:16px}.cb-actions{justify-content:flex-end;flex-wrap:wrap}}:root{--bg-primary: #f1f5f9;--bg-secondary: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--border-color: #e2e8f0}html.dark{--bg-primary: #0f172a;--bg-secondary: #1e293b;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--border-color: #334155}html.dark .bg-slate-100{background-color:#0f172a!important}html.dark .bg-white{background-color:#1e293b!important}html.dark .bg-slate-50{background-color:#334155!important}html.dark .text-slate-900{color:#f1f5f9!important}html.dark .text-slate-800{color:#e2e8f0!important}html.dark .text-slate-700{color:#cbd5e1!important}html.dark .text-slate-600{color:#94a3b8!important}html.dark .text-slate-500{color:#64748b!important}html.dark .border-slate-200{border-color:#334155!important}html.dark .border-slate-300{border-color:#475569!important}html.dark .shadow-sm{box-shadow:0 1px 2px #0000004d!important}html.dark input,html.dark select,html.dark textarea{background-color:#1e293b!important;border-color:#475569!important;color:#f1f5f9!important}html.dark input::-moz-placeholder,html.dark textarea::-moz-placeholder{color:#64748b!important}html.dark input::placeholder,html.dark textarea::placeholder{color:#64748b!important}html.dark .from-blue-50,html.dark .from-emerald-50,html.dark .from-orange-50,html.dark .from-pink-50,html.dark .from-purple-50,html.dark .from-slate-50{--tw-gradient-from: #1e293b !important}html.dark .to-blue-100\/50,html.dark .to-emerald-100\/50,html.dark .to-orange-100\/50,html.dark .to-pink-100\/50,html.dark .to-purple-100\/50,html.dark .to-slate-100\/50{--tw-gradient-to: rgb(30 41 59 / .5) !important}html.dark .bg-green-100{background-color:#1665344d!important}html.dark .bg-blue-100{background-color:#1e40af4d!important}html.dark .bg-amber-100{background-color:#92400e4d!important}html.dark .bg-purple-100{background-color:#581c874d!important}html.dark .text-green-700{color:#86efac!important}html.dark .text-blue-700{color:#93c5fd!important}html.dark .text-amber-700{color:#fcd34d!important}html.dark .text-purple-700{color:#c4b5fd!important}html.dark .border-blue-200{border-color:#1e40af80!important}html.dark .border-emerald-200{border-color:#16653480!important}html.dark .border-orange-200{border-color:#92400e80!important}html.dark .border-pink-200{border-color:#9d174d80!important}html.dark .border-purple-200{border-color:#581c8780!important}html.dark .border-green-200{border-color:#16653480!important}html.dark body{background-color:#0f172a!important}
