.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#fff;padding:20px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;z-index:99999;font-family:"Plus Jakarta Sans",sans-serif;font-size:14px;box-shadow:0 -4px 20px rgba(0,0,0,0.25)}.cookie-banner-text{flex:1;min-width:200px;display:flex;flex-direction:column;gap:4px}.cookie-banner-text strong{font-size:15px;font-weight:700}.cookie-banner-text span{font-size:13px;color:#94a3b8;line-height:1.5}.cookie-banner-text a{color:#4FD1C5;text-decoration:underline}.cookie-banner-text a:hover{color:#38b2ac}.cookie-banner-actions{display:flex;gap:10px;flex-shrink:0;flex-wrap:wrap}.cookie-btn{border:none;padding:10px 20px;border-radius:6px;font-weight:600;cursor:pointer;font-size:13px;font-family:inherit;white-space:nowrap;transition:all 0.2s}.cookie-btn-primary{background:#4FD1C5;color:#1e293b}.cookie-btn-primary:hover{background:#38b2ac}.cookie-btn-secondary{background:#334155;color:#e2e8f0}.cookie-btn-secondary:hover{background:#475569}.cookie-btn-outline{background:transparent;color:#e2e8f0;border:1.5px solid #475569}.cookie-btn-outline:hover{border-color:#4FD1C5;color:#4FD1C5}@media (max-width:600px){.cookie-banner{flex-direction:column;text-align:center;padding:16px;gap:12px}.cookie-banner-actions{width:100%;flex-direction:column;gap:8px}.cookie-btn{width:100%;padding:12px 16px;font-size:13px;text-align:center}}.cookie-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:100000;display:flex;align-items:center;justify-content:center;padding:20px;backdrop-filter:blur(4px)}.cookie-modal{background:#ffffff;border-radius:12px;max-width:540px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,0.3);font-family:"Plus Jakarta Sans",sans-serif}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #e2e8f0}.cookie-modal-header h2{font-size:20px;font-weight:700;color:#1e293b;margin:0}.cookie-modal-close{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0;line-height:1;transition:color 0.2s}.cookie-modal-close:hover{color:#1e293b}.cookie-modal-body{padding:20px 24px}.cookie-modal-body>p{font-size:14px;color:#64748b;line-height:1.6;margin:0 0 20px}.cookie-category{border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-bottom:12px}.cookie-category:last-child{margin-bottom:0}.cookie-category-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cookie-category-info{flex:1}.cookie-category-info h3{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 4px}.cookie-category-info p{font-size:13px;color:#64748b;line-height:1.5;margin:0}.cookie-toggle-wrap{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;padding-top:2px}.cookie-toggle{position:relative;display:inline-block;width:44px;height:24px;cursor:pointer}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;inset:0;background:#cbd5e1;border-radius:24px;transition:background 0.3s}.cookie-toggle-slider::before{content:'';position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#ffffff;border-radius:50%;transition:transform 0.3s;box-shadow:0 1px 3px rgba(0,0,0,0.15)}.cookie-toggle input:checked + .cookie-toggle-slider{background:#4FD1C5}.cookie-toggle input:checked + .cookie-toggle-slider::before{transform:translateX(20px)}.cookie-toggle-disabled{cursor:default;opacity:0.7}.cookie-toggle-disabled .cookie-toggle-slider{background:#4FD1C5}.cookie-always-on{font-size:10px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:0.5px}.cookie-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 24px;border-top:1px solid #e2e8f0}.cookie-settings-fab{position:fixed;bottom:16px;left:16px;width:40px;height:40px;border-radius:50%;background:#1e293b;color:#94a3b8;border:1px solid #334155;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:99998;box-shadow:0 2px 8px rgba(0,0,0,0.2);transition:all 0.2s;padding:0;font-family:"Plus Jakarta Sans",sans-serif}.cookie-settings-fab:hover{background:#334155;color:#4FD1C5;border-color:#4FD1C5;transform:scale(1.05)}@media (max-width:480px){.cookie-modal{max-height:85vh}.cookie-modal-header{padding:18px 18px 14px}.cookie-modal-body{padding:16px 18px}.cookie-modal-footer{padding:14px 18px 18px;flex-direction:column}.cookie-modal-footer .cookie-btn{width:100%;text-align:center}.cookie-category-header{flex-direction:column;gap:10px}.cookie-toggle-wrap{flex-direction:row;gap:8px}.cookie-settings-fab{bottom:12px;left:12px;width:36px;height:36px}}