.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -8px 30px rgba(0,0,0,.12);z-index:99999;padding:24px 0;animation:slideUp .35s cubic-bezier(.4,0,.2,1)}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:40px}.cookie-banner-text{flex:1 1;min-width:0}.cookie-banner-title{font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px;font-family:Libre Bodoni,serif}.cookie-banner-text p{font-size:14px;color:#475569;margin:0;line-height:1.6}.cookie-banner-actions{display:flex;gap:12px;flex-shrink:0;flex-wrap:wrap}.cookie-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;font-size:14px;font-weight:600;border-radius:6px;border:none;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.cookie-btn-primary{background:#036;color:#fff}.cookie-btn-primary:hover{background:#048}.cookie-btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.cookie-btn-secondary:hover{background:#e2e8f0}.cookie-btn-outline{background:transparent;color:#036;border:1.5px solid #036}.cookie-btn-outline:hover{background:#f0f5ff}.cookie-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .25s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{background:#fff;border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:32px;position:relative;box-shadow:0 25px 50px rgba(0,0,0,.25);animation:scaleIn .25s cubic-bezier(.4,0,.2,1)}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.cookie-modal-close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#64748b;padding:4px;border-radius:4px;transition:color .2s,background .2s;display:flex;align-items:center;justify-content:center}.cookie-modal-close:hover{color:#0f172a;background:#f1f5f9}.cookie-modal-title{font-size:22px;font-weight:700;color:#0f172a;margin:0 0 8px;font-family:Libre Bodoni,serif;padding-right:32px}.cookie-modal-intro{font-size:14px;color:#64748b;margin:0 0 24px;line-height:1.6}.cookie-modal-link{color:#036;text-decoration:underline}.cookie-categories{display:flex;flex-direction:column;gap:0;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:24px}.cookie-category{padding:18px 20px;border-bottom:1px solid #e2e8f0}.cookie-category:last-child{border-bottom:none}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;gap:20px}.cookie-category h3{font-size:15px;font-weight:600;color:#0f172a;margin:0 0 4px}.cookie-category p{font-size:13px;color:#64748b;margin:0;line-height:1.5}.cookie-toggle-disabled .cookie-toggle-label{font-size:12px;font-weight:600;color:#036;background:#eef4ff;padding:4px 10px;border-radius:20px;white-space:nowrap}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;cursor:pointer}.cookie-switch input{opacity:0;width:0;height:0}.cookie-switch-slider{position:absolute;inset:0;background:#cbd5e1;border-radius:24px;transition:background .25s}.cookie-switch-slider:before{content:"";position:absolute;left:3px;top:50%;transform:translateY(-50%);width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .25s;box-shadow:0 1px 3px rgba(0,0,0,.2)}.cookie-switch input:checked+.cookie-switch-slider{background:#036}.cookie-switch input:checked+.cookie-switch-slider:before{transform:translateY(-50%) translateX(20px)}.cookie-modal-footer{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.cookie-settings-btn{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;padding:0;text-decoration:underline;transition:color .2s}.cookie-settings-btn:hover{color:#fff}@media (max-width:768px){.cookie-banner{padding:20px 0}.cookie-banner-inner{flex-direction:column;align-items:flex-start;gap:16px}.cookie-banner-actions{width:100%;flex-wrap:wrap}.cookie-btn{flex:1 1 auto;min-width:120px}.cookie-modal{padding:24px 20px}.cookie-modal-footer{flex-direction:column-reverse}.cookie-modal-footer .cookie-btn{width:100%}}@media (max-width:480px){.cookie-banner{padding:16px 0;max-height:85vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.cookie-banner-inner{padding:0 16px;gap:14px}.cookie-banner-title{font-size:16px}.cookie-banner-text p{font-size:13px}.cookie-banner-actions{flex-direction:column;gap:8px}.cookie-btn{flex:unset;width:100%;padding:12px 16px;font-size:14px;min-height:44px}.cookie-modal{padding:20px 16px;border-radius:12px 12px 0 0;max-height:92vh}.cookie-modal-title{font-size:18px}}