.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1a1a2e;color:white;z-index:1000;box-shadow:0 -2px 10px rgba(0,0,0,0.3);display:none}.cookie-container{max-width:1200px;margin:0 auto;padding:1.5rem}.cookie-content{display:flex;flex-direction:column;gap:1rem}.cookie-title{margin:0;font-size:1.25rem;font-weight:600}.cookie-description{margin:0;line-height:1.5;font-size:0.9rem;opacity:0.9}.cookie-buttons{display:flex;gap:1rem;flex-wrap:wrap}.cookie-button{padding:0.75rem 1.5rem;border-radius:4px;font-weight:600;transition:all 0.2s ease;font-size:0.9rem}.cookie-button-primary{background:#0838F7}.cookie-button-primary:hover{background:#3a5ce5}.cookie-button-secondary{background:transparent;border:1px solid rgba(255,255,255,0.3)}.cookie-button-secondary:hover{background:rgba(255,255,255,0.1)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.7);display:none;align-items:center;justify-content:center;z-index:1001;padding:1rem}.modal{background:white;border-radius:8px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;color:#333;box-shadow:0 10px 30px rgba(0,0,0,0.3)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e5e5}.modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.modal-close-button{background:none;border:none;font-size:2rem;color:#666;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color 0.2s ease}.modal-close-button:hover{background-color:#f5f5f5}.modal-content{padding:1.5rem}.modal-content p{margin-bottom:1.5rem;line-height:1.5;color:#666}.cookie-type{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem 0;border-bottom:1px solid #f0f0f0}.cookie-info{flex:1}.cookie-info h4{margin:0 0 0.5rem 0;font-size:1rem;font-weight:600;color:#333}.cookie-info p{margin:0;font-size:0.85rem;color:#666;line-height:1.4}.cookie-toggle{position:relative;display:inline-block;width:50px;height:24px;flex-shrink:0;margin-left:1rem}.cookie-checkbox{opacity:0;width:0;height:0;position:absolute}.cookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.cookie-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:white;transition:.4s;border-radius:50%}.cookie-checkbox:checked+.cookie-slider{background-color:#4a6cf7}.cookie-checkbox:checked+.cookie-slider:before{transform:translateX(26px)}.cookie-checkbox:disabled+.cookie-slider{background-color:#4a6cf7;opacity:0.6;cursor:not-allowed}.modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e5e5}.modal-button{padding:0.75rem 1.5rem;border-radius:4px;font-weight:600;transition:all 0.2s ease;font-size:0.9rem}.modal-button.primary{background:#4a6cf7;color:white}.modal-button.primary:hover{background:#3a5ce5}.modal-button.secondary{background:transparent;border:1px solid #ddd;color:#333}.modal-button.secondary:hover{background:#f5f5f5}@media (max-width:768px){.cookie-buttons,.modal-footer{flex-direction:column}.cookie-button,.modal-button{width:100%}.cookie-type{flex-direction:column;gap:0.5rem}.toggle{align-self:flex-end;margin-left:0}}@media (max-width:576px){.cookie-container{padding:1rem}.modal-header,.modal-content,.modal-footer{padding:1rem}.modal-overlay{padding:0.5rem}}.no-scroll{overflow:hidden;position:fixed;width:100%;height:100%}.modal-overlay.active{display:flex}