.cookie-consent-overlay{position:fixed;bottom:0;left:0;right:0;background:#000c;z-index:10000;padding:0;backdrop-filter:blur(4px)}.cookie-consent-banner{background:var(--background-color, #ffffff);border-top:3px solid var(--primary-color, #ff0000);box-shadow:0 -4px 20px #00000026;max-width:100%;margin:0}.cookie-consent-content{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 24px}.cookie-consent-text{flex:1;max-width:70%}.cookie-consent-text h3{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--text-color, #333333)}.cookie-consent-text p{margin:0;font-size:14px;line-height:1.5;color:var(--text-color, #333333)}.cookie-consent-text a{color:var(--primary-color, #ff0000);text-decoration:underline;font-weight:500}.cookie-consent-text a:hover{color:var(--secondary-color, #cc0000)}.cookie-consent-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.cookie-btn{padding:10px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:auto}.cookie-btn-primary{background:var(--primary-color, #ff0000);color:#fff}.cookie-btn-primary:hover{background:var(--secondary-color, #cc0000);transform:translateY(-1px)}.cookie-btn-secondary{background:transparent;color:var(--text-color, #333333);border:2px solid var(--text-color, #333333)}.cookie-btn-secondary:hover{background:var(--text-color, #333333);color:var(--background-color, #ffffff)}.cookie-btn-tertiary{background:var(--accent-color, #ff6b6b);color:#fff}.cookie-btn-tertiary:hover{background:var(--primary-color, #ff0000);transform:translateY(-1px)}.cookie-preferences-content{max-width:600px;margin:0 auto;padding:24px}.cookie-preferences-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid var(--accent-color, #ff6b6b)}.cookie-preferences-header h3{margin:0;font-size:20px;font-weight:600;color:var(--text-color, #333333)}.cookie-close-btn{background:none;border:none;font-size:24px;color:var(--text-color, #333333);cursor:pointer;padding:4px 8px;border-radius:4px;line-height:1}.cookie-close-btn:hover{background:var(--accent-color, #ff6b6b);color:#fff}.cookie-preferences-body{margin-bottom:24px}.cookie-category{margin-bottom:20px;padding:16px;border:1px solid #e0e0e0;border-radius:8px;background:var(--background-color, #ffffff)}.cookie-category-header{display:flex;align-items:flex-start;gap:16px}.cookie-category h4{margin:0 0 8px;font-size:16px;font-weight:600;color:var(--text-color, #333333)}.cookie-category p{margin:0;font-size:14px;line-height:1.4;color:var(--text-color, #333333);opacity:.8}.cookie-toggle{position:relative;display:inline-block;width:50px;height:24px;margin-top:2px;flex-shrink:0}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.3s;border-radius:24px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:var(--primary-color, #ff0000)}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translate(26px)}.cookie-toggle input:disabled+.cookie-toggle-slider{background-color:var(--accent-color, #ff6b6b);cursor:not-allowed}.cookie-toggle input:disabled+.cookie-toggle-slider:before{background-color:#fff}.cookie-preferences-actions{display:flex;justify-content:flex-end;gap:12px;padding-top:16px;border-top:1px solid #e0e0e0}[data-theme=dark] .cookie-consent-banner{background:var(--dark-background, #1a1a1a);border-top-color:var(--primary-color, #ff0000)}[data-theme=dark] .cookie-consent-text h3,[data-theme=dark] .cookie-consent-text p,[data-theme=dark] .cookie-preferences-header h3,[data-theme=dark] .cookie-category h4,[data-theme=dark] .cookie-category p,[data-theme=dark] .cookie-close-btn{color:var(--dark-text, #ffffff)}[data-theme=dark] .cookie-btn-secondary{color:var(--dark-text, #ffffff);border-color:var(--dark-text, #ffffff)}[data-theme=dark] .cookie-btn-secondary:hover{background:var(--dark-text, #ffffff);color:var(--dark-background, #1a1a1a)}[data-theme=dark] .cookie-category{background:var(--dark-background, #1a1a1a);border-color:#404040}[data-theme=dark] .cookie-preferences-actions{border-top-color:#404040}@media(max-width:768px){.cookie-consent-content{flex-direction:column;align-items:stretch;gap:16px;padding:16px}.cookie-consent-text{max-width:100%}.cookie-consent-actions{flex-direction:column;align-items:stretch}.cookie-btn{width:100%;white-space:normal;text-align:center}.cookie-preferences-content{padding:16px}.cookie-category-header{flex-direction:column;gap:12px}.cookie-toggle{align-self:flex-start}.cookie-preferences-actions{flex-direction:column}}@media(max-width:480px){.cookie-consent-text h3{font-size:16px}.cookie-consent-text p{font-size:13px}.cookie-btn{padding:12px 16px;font-size:13px}.cookie-preferences-header h3{font-size:18px}}
