.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:999998;display:none}.cookie-consent-overlay.active{display:block}.cookie-consent-banner{position:fixed;bottom:0;top:auto;left:0;right:0;background:#ffffff;color:#0f172a;z-index:999999;box-shadow:lg;border-radius:0.5rem;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;transition:transform 0.3s ease}.cookie-consent-banner.hidden{transform:translateY(100%)}.cookie-consent-container{padding:24px}.cookie-consent-content{display:flex;flex-direction:column;gap:16px}.cookie-consent-title{font-size:18px;font-weight:600;margin:0 0 8px 0}.cookie-consent-description{font-size:14px;line-height:1.5;margin:0 0 16px 0;opacity:0.9}.cookie-consent-buttons{display:flex;flex-wrap:wrap;gap:12px}.cookie-consent-btn{padding:12px 24px;border:none;border-radius:0.5rem;font-size:14px;font-weight:500;cursor:pointer;transition:opacity 0.2s}.cookie-consent-btn:hover{opacity:0.9}.cookie-consent-btn-accept{background:#1f9342;color:white}.cookie-consent-btn-reject{background:#1f9342;color:white}.cookie-consent-btn-settings{background:transparent;border:1px solid #6b7280;color:#0f172a}.cookie-consent-link{color:#1f9342;text-decoration:underline}.cookie-consent-language-toggle{position:absolute;top:16px;right:16px;background:transparent;border:1px solid #0f172a;color:#0f172a;padding:4px 12px;border-radius:0.5rem;cursor:pointer;font-size:12px}.cookie-consent-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(0.9);background:#ffffff;color:#0f172a;border-radius:0.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;z-index:1000000;opacity:0;visibility:hidden;transition:all 0.3s ease}.cookie-consent-modal.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.cookie-consent-modal-header{padding:24px 24px 16px;border-bottom:1px solid #0f172a15}.cookie-consent-modal-title{font-size:20px;font-weight:600;margin:0}.cookie-consent-modal-body{padding:16px 24px;overflow-y:auto}.cookie-consent-modal-footer{padding:16px 24px 24px;border-top:1px solid #0f172a15;display:flex;gap:12px;justify-content:flex-end}.cookie-consent-category{padding:16px 0;border-bottom:1px solid #0f172a10}.cookie-consent-category:last-child{border-bottom:none}.cookie-consent-category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.cookie-consent-category-title{font-weight:600;font-size:15px}.cookie-consent-category-description{font-size:13px;opacity:0.8;margin:0;line-height:1.5}
}