.cookie-banner{color:#fff;z-index:9999;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);animation:.5s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000026}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-content{max-width:1200px;margin:0 auto;padding:20px}.cookie-header h3{margin:0 0 12px;font-size:1.25rem;font-weight:600}.cookie-header p{opacity:.95;margin:0 0 20px;line-height:1.6}.cookie-header a{color:gold;font-weight:500;text-decoration:underline}.cookie-header a:hover{color:#fff}.cookie-actions{flex-wrap:wrap;gap:12px;display:flex}.cookie-actions button{cursor:pointer;border:none;border-radius:8px;padding:12px 24px;font-size:.9rem;font-weight:600;transition:all .3s}.btn-reject{color:#fff;cursor:pointer;background:#fff3;border:2px solid #ffffff4d;border-radius:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.btn-reject:hover{background:#ffffff4d;border-color:#ffffff80}.btn-settings{color:#fff;background:#ffffff1a;border:2px solid #fff3}.btn-settings:hover{background:#fff3;border-color:#fff6}.btn-accept{color:#fff;background:#4caf50}.cookie-manager-button{z-index:9998;position:fixed;bottom:20px;right:20px}.cookie-settings-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:25px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #667eea66}.cookie-settings-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.cookie-settings-overlay{z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-settings-modal{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;animation:.3s ease-out slideIn;overflow-y:auto;box-shadow:0 20px 60px #0000004d}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.cookie-settings-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 24px 0;display:flex}.cookie-settings-header h2{color:#1f2937;margin:0;font-size:1.5rem}.close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:all .2s;display:flex}.close-btn:hover{color:#374151;background:#f3f4f6}.cookie-settings-content{padding:24px}.cookie-type{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:20px;transition:all .2s}.cookie-type:hover{background:#f3f4f6;border-color:#d1d5db}.cookie-type:last-child{margin-bottom:0}.cookie-type-header{align-items:flex-start;gap:16px;display:flex}.cookie-checkbox{flex-shrink:0;width:24px;height:24px;display:inline-block;position:relative}.cookie-checkbox input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background-color:#fff;border:2px solid #d1d5db;border-radius:6px;width:24px;height:24px;transition:all .2s;position:absolute;top:0;left:0}.cookie-checkbox:hover input~.checkmark{border-color:#9ca3af}.cookie-checkbox input:checked~.checkmark{background-color:#667eea;border-color:#667eea}.checkmark:after{content:"";display:none;position:absolute}.cookie-checkbox input:checked~.checkmark:after{display:block}.cookie-checkbox .checkmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:6px;height:10px;top:4px;left:8px;transform:rotate(45deg)}.cookie-checkbox input:disabled~.checkmark{cursor:not-allowed;background-color:#f3f4f6;border-color:#d1d5db}.cookie-type h4{color:#1f2937;margin:0 0 8px;font-size:1.1rem;font-weight:600}.cookie-type p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.5}.cookie-settings-footer{background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 16px 16px;justify-content:space-between;align-items:center;gap:12px;padding:24px;display:flex}.cookie-settings-footer button{cursor:pointer;border:none;border-radius:8px;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .3s}.footer-right-buttons{align-items:center;gap:12px;display:flex}.btn-privacy{color:#6b7280;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;align-items:center;gap:6px;padding:12px 18px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.btn-privacy:hover{color:#374151;background:#e5e7eb;border-color:#9ca3af;transform:translateY(-1px)}.btn-accept{color:#fff;background:#4caf50;padding:14px 24px}.btn-accept:hover{background:#45a049;transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}@media (max-width:768px){.cookie-content{padding:16px}.cookie-actions{flex-direction:column}.cookie-actions button{width:100%}.cookie-settings-modal{max-height:calc(100vh - 40px);margin:20px}.cookie-settings-header,.cookie-settings-content,.cookie-settings-footer{padding:20px}.cookie-type{padding:16px}.cookie-settings-footer{flex-direction:column;gap:16px}.footer-right-buttons{flex-direction:column;width:100%}.cookie-settings-footer button,.btn-privacy{width:100%}}@media (max-width:480px){.cookie-header h3{font-size:1.1rem}.cookie-header p{font-size:.9rem}.cookie-settings-header h2{font-size:1.3rem}}
.inactive-user-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.inactive-user-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;animation:.3s ease-out modalSlideIn;overflow-y:auto;box-shadow:0 20px 40px #0000004d}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}.inactive-user-modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:24px 24px 16px;display:flex}.inactive-user-modal-header h2{color:#dc2626;margin:0;font-size:1.5rem;font-weight:600}.inactive-user-modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:24px;transition:all .2s}.inactive-user-modal-close:hover{color:#374151;background-color:#f3f4f6}.inactive-user-modal-content{padding:24px}.inactive-user-modal-icon{text-align:center;margin-bottom:20px}.inactive-user-modal-icon span{font-size:4rem;display:block}.inactive-user-modal-content h3{color:#1f2937;text-align:center;margin:0 0 16px;font-size:1.25rem;font-weight:600}.inactive-user-modal-content p{color:#4b5563;text-align:center;margin:0 0 16px;line-height:1.6}.inactive-user-modal-content ul{color:#4b5563;margin:0 0 20px;padding-left:20px;line-height:1.6}.inactive-user-modal-content li{margin-bottom:8px}.inactive-user-modal-contact{text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:20px 0;padding:20px}.inactive-user-modal-contact p{color:#991b1b;margin:0 0 12px;font-weight:500}.inactive-user-modal-email{color:#fff;background-color:#dc2626;border-radius:8px;margin-top:8px;padding:12px 24px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.inactive-user-modal-email:hover{background-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.inactive-user-modal-footer{text-align:center;border-top:1px solid #e5e7eb;margin-top:24px;padding-top:20px}.inactive-user-modal-button{color:#fff;cursor:pointer;background-color:#6b7280;border:none;border-radius:8px;padding:12px 32px;font-size:1rem;font-weight:500;transition:all .2s}.inactive-user-modal-button:hover{background-color:#4b5563;transform:translateY(-1px);box-shadow:0 4px 12px #6b72804d}@media (max-width:640px){.inactive-user-modal{width:95%;margin:20px}.inactive-user-modal-header,.inactive-user-modal-content{padding:20px}.inactive-user-modal-icon span{font-size:3rem}.inactive-user-modal-header h2{font-size:1.25rem}.inactive-user-modal-content h3{font-size:1.125rem}}
