@keyframes toastSlideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{from{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes toolResultIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes wizardFadeIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.cookieConsentPage{min-height:100vh;background:var(--color-bg-secondary, #f8fafc);color:var(--color-text-primary, #0f172a);padding:32px 5% 48px;transition:background .3s ease,color .3s ease}.cookieConsent{max-width:1400px;margin:0 auto}.cookieConsentMainContent{display:flex;flex-direction:column;gap:32px}.cookieConsent__layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}@media(max-width: 1024px){.cookieConsent__layout{grid-template-columns:1fr}}.cookieConsent__registry{display:flex;flex-direction:column;gap:16px}.cookieConsent__section{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px;display:flex;flex-direction:column;gap:16px}.cookieConsent__sectionTitle{font-size:2rem;font-weight:600;color:var(--color-text-primary, #0f172a);margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--color-border, #e2e8f0);font-size:1.6rem}.cookieConsent__addForm{display:flex;flex-direction:column;gap:8px}.cookieConsent__row{display:grid;grid-template-columns:1fr 1fr;gap:8px}@media(max-width: 768px){.cookieConsent__row{grid-template-columns:1fr}}.cookieConsent__field{display:flex;flex-direction:column;gap:4px}.cookieConsent__field_type_full{grid-column:1/-1}.cookieConsent__label{display:block;font-size:1.5rem;font-weight:500;color:var(--color-text-secondary, #475569);margin-bottom:4px}.cookieConsent__input{width:100%;padding:14px 18px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;color:var(--color-text-primary, #0f172a);font-size:1.6rem;line-height:1.5;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);font-size:1.4rem}.cookieConsent__input::-moz-placeholder{color:var(--color-text-muted, #94a3b8)}.cookieConsent__input::placeholder{color:var(--color-text-muted, #94a3b8)}.cookieConsent__input:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 1px var(--color-accent, #2563eb)}.cookieConsent__input:focus-visible{outline:none}.cookieConsent__select{width:100%;padding:14px 18px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;color:var(--color-text-primary, #0f172a);font-size:1.6rem;line-height:1.5;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:36px;font-size:1.4rem}.cookieConsent__select::-moz-placeholder{color:var(--color-text-muted, #94a3b8)}.cookieConsent__select::placeholder{color:var(--color-text-muted, #94a3b8)}.cookieConsent__select:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 1px var(--color-accent, #2563eb)}.cookieConsent__select:focus-visible{outline:none}.cookieConsent__addBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none;align-self:flex-start}.cookieConsent__addBtn:hover{background:#1d4ed8;box-shadow:0 4px 14px rgba(37,99,235,.15)}.cookieConsent__addBtn:active{background:#1555e2}.cookieConsent__addBtn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.cookieConsent__addBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.cookieConsent__categoryGroup{border:1px solid var(--color-border, #e2e8f0);border-radius:12px;overflow:hidden}.cookieConsent__categoryHeader{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:var(--color-bg-input, #f1f5f9)}.cookieConsent__categoryHeader h3{font-size:1.4rem;font-weight:600;color:var(--color-text-primary, #0f172a);margin:0}.cookieConsent__categoryBadge{font-size:1.1rem;padding:2px 8px;border-radius:999px;font-weight:600}.cookieConsent__categoryBadge_type_essential{background:rgba(34,197,94,.15);color:#22c55e}.cookieConsent__categoryBadge_type_analytics{background:rgba(var(--tool-accent-rgb, 37, 99, 235), 0.15);color:var(--tool-accent, #2563eb)}.cookieConsent__categoryBadge_type_marketing{background:rgba(245,158,11,.15);color:#f59e0b}.cookieConsent__categoryBadge_type_preferences{background:rgba(6,182,212,.15);color:#06b6d4}.cookieConsent__cookieItem{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:4px;align-items:center;padding:8px 14px;border-top:1px solid var(--color-border, #e2e8f0);font-size:1.4rem;color:var(--color-text-secondary, #475569)}@media(max-width: 768px){.cookieConsent__cookieItem{grid-template-columns:1fr 1fr}}.cookieConsent__cookieName{font-weight:600;color:var(--color-text-primary, #0f172a);font-family:monospace;font-size:1.3rem}.cookieConsent__cookieRemove{background:rgba(0,0,0,0);border:none;color:#ef4444;cursor:pointer;font-size:1.4rem;line-height:1;padding:4px;opacity:.7;transition:opacity .15s cubic-bezier(0.22, 1, 0.36, 1)}.cookieConsent__cookieRemove:hover{opacity:1}.cookieConsent__emptyState{font-size:1.4rem;color:var(--color-text-muted, #94a3b8);text-align:center;padding:16px}.cookieConsent__outputOpts{display:flex;flex-direction:column;gap:4px}.cookieConsent__checkItem{display:flex;align-items:center;gap:8px;font-size:1.4rem;color:var(--color-text-primary, #0f172a);cursor:pointer}.cookieConsent__checkItem input[type=checkbox]{accent-color:var(--tool-accent, #2563eb);width:16px;height:16px}.cookieConsent__generateBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none;width:100%}.cookieConsent__generateBtn:hover{background:#1d4ed8;box-shadow:0 4px 14px rgba(37,99,235,.15)}.cookieConsent__generateBtn:active{background:#1555e2}.cookieConsent__generateBtn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.cookieConsent__generateBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.cookieConsent__outputs{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px}.cookieConsent__placeholder{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:200px;color:var(--color-text-muted, #94a3b8);font-size:1.5rem;text-align:center}.cookieConsent__placeholderIcon{font-size:4rem}.cookieConsent__outputBlock{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px}.cookieConsent__outputHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cookieConsent__outputTitle{font-size:1.6rem;font-weight:600;color:var(--color-text-primary, #0f172a)}.cookieConsent__copyBtn{display:inline-flex;align-items:center;gap:4px;background:rgba(0,0,0,0);border:1px solid #e2e8f0;color:#475569;padding:6px 14px;border-radius:8px;font-size:1.4rem;cursor:pointer;transition:all .15s cubic-bezier(0.22, 1, 0.36, 1)}.cookieConsent__copyBtn:hover{border-color:var(--tool-accent, #2563eb);color:var(--tool-accent, #2563eb)}.cookieConsent__copyBtn_state_copied{border-color:#22c55e;color:#22c55e}.cookieConsent__code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;font-family:"Roboto Mono",ui-monospace,SFMono-Regular,monospace;font-size:1.5rem;color:#0f172a;white-space:pre;overflow-x:auto;line-height:1.7;max-height:40vh;overflow-y:auto}.cookieConsent__toast{position:fixed;bottom:24px;right:24px;padding:14px 24px;background:#22c55e;color:#fff;border-radius:12px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:1000;display:none;animation:toastSlideIn .3s ease forwards}@media(max-width: 640px){.cookieConsent__toast{left:16px;right:16px;bottom:16px;text-align:center}}.cookieConsent__toast_success{display:block;background:#22c55e;color:#fff}.cookieConsent__toast_success::before{content:"✓ "}.cookieConsent__toast_error{display:block;background:#ef4444;color:#fff}.cookieConsent__toast_error::before{content:"✕ "}.cookieConsent__toast_info{display:block;background:#2563eb;color:#fff}.cookieConsent__toast_info::before{content:"ⓘ "}.cookieConsent__toast_warning{display:block;background:#eab308;color:#fff}.cookieConsent__toast_warning::before{content:"⚠ "}