.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:20000;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .3s ease-out}.cookie-consent-modal{background:var(--background);border:1px solid var(--seeric-glass-border);border-radius:1rem;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 40px rgba(0,0,0,.15);animation:slideIn .3s ease-out;position:relative}.cookie-consent-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cookie-consent-icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--principale-theme);color:var(--background);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,126,121,.3)}.cookie-consent-title{font-size:1.5rem;font-weight:600;color:var(--foreground);margin:0}.cookie-consent-content{margin-bottom:2rem}.cookie-consent-text{margin-bottom:1.5rem}.cookie-consent-text p{font-size:.95rem;line-height:1.6;color:var(--foreground);margin:0;opacity:.9}.cookie-consent-features{display:flex;flex-direction:column;gap:.75rem}.cookie-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--seeric-glass-bg);border-radius:.5rem;font-size:.9rem;color:var(--foreground);opacity:.8}.cookie-feature svg{color:var(--principale-theme);flex-shrink:0}.cookie-consent-actions{display:flex;gap:1rem;justify-content:flex-end;flex-wrap:wrap}.cookie-accept-btn,.cookie-refuse-btn{flex:1;min-width:140px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:640px){.cookie-consent-modal{padding:1.5rem;margin:1rem}.cookie-consent-header{flex-direction:column;text-align:center;gap:.75rem}.cookie-consent-icon{width:2.5rem;height:2.5rem}.cookie-consent-title{font-size:1.3rem}.cookie-consent-actions{flex-direction:column}.cookie-accept-btn,.cookie-refuse-btn{width:100%}}
/*# sourceMappingURL=d69122a88fa5e570.css.map*/