.cookie-banner{color:#fff;z-index:9999;background:linear-gradient(135deg,#1a1a1a 0%,#2d2d2d 100%);padding:24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.cookie-container{grid-template-columns:1fr auto;align-items:center;gap:24px;max-width:1200px;margin:0 auto;display:grid}.cookie-content{flex-direction:column;gap:12px;display:flex}.cookie-title{margin:0;font-size:18px;font-weight:600}.cookie-description{color:#e0e0e0;max-width:600px;margin:0;font-size:14px;line-height:1.5}.cookie-link{color:#4a9eff;cursor:pointer;border-bottom:1px solid #4a9eff;text-decoration:none;transition:color .2s}.cookie-link:hover{color:#6bb3ff}.cookie-buttons{flex-wrap:wrap;gap:12px;display:flex}.cookie-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;transition:all .2s}.cookie-btn-accept{color:#fff;background:#4a9eff}.cookie-btn-accept:hover{background:#3a8eef;transform:translateY(-2px);box-shadow:0 4px 12px #4a9eff4d}.cookie-btn-decline{color:#e0e0e0;background:0 0;border:1px solid #555}.cookie-btn-decline:hover{background:#333;border-color:#777;transform:translateY(-2px)}.cookie-btn-settings{color:#4a9eff;background:0 0;border:1px solid #4a9eff}.cookie-btn-settings:hover{background:#4a9eff1a;transform:translateY(-2px)}.cookie-modal-overlay{z-index:10000;background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{z-index:10001;background:linear-gradient(135deg,#1f1f1f 0%,#2a2a2a 100%);border:2px solid #4a9eff80;border-radius:16px;width:90%;max-width:520px;max-height:70vh;padding:40px;animation:.4s cubic-bezier(.34,1.56,.64,1) slideUpModal;position:fixed;bottom:120px;left:50%;overflow-y:auto;transform:translate(-50%);box-shadow:0 25px 80px #000c,0 0 40px #4a9eff33}@keyframes slideUpModal{0%{opacity:0;transform:translate(-50%)translateY(30px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.cookie-modal-title{color:#fff;background:linear-gradient(135deg,#fff 0%,#4a9eff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 28px;font-size:26px;font-weight:800}.cookie-modal-section{border-bottom:1px solid #ffffff14;margin-bottom:28px;padding-bottom:20px}.cookie-modal-section:last-of-type{border-bottom:none;margin-bottom:20px}.cookie-modal-section-title{color:#4a9eff;text-transform:uppercase;letter-spacing:1.2px;margin:0 0 16px;font-size:13px;font-weight:700}.cookie-toggle{justify-content:space-between;align-items:center;padding:16px 0;transition:all .3s;display:flex}.cookie-toggle:hover{background:#4a9eff0d;border-radius:8px;margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.cookie-toggle-label{flex-direction:column;flex:1;gap:6px;display:flex}.cookie-toggle-name{color:#fff;letter-spacing:.3px;font-size:15px;font-weight:700}.cookie-toggle-desc{color:#a8a8a8;font-size:13px;line-height:1.4}.cookie-switch{cursor:pointer;background:linear-gradient(135deg,#3a3a3a 0%,#2a2a2a 100%);border:2px solid #444;border-radius:14px;flex-shrink:0;width:56px;height:28px;margin-left:16px;transition:all .3s;position:relative}.cookie-switch:hover{border-color:#555;box-shadow:0 0 12px #4a9eff1a}.cookie-switch.active{background:linear-gradient(135deg,#4a9eff 0%,#3a8eef 100%);border-color:#3a8eef;box-shadow:0 0 20px #4a9eff66}.cookie-switch-slider{background:#fff;border-radius:50%;width:22px;height:22px;transition:all .35s cubic-bezier(.34,1.56,.64,1);position:absolute;top:3px;left:3px;box-shadow:0 2px 8px #0000004d}.cookie-switch.active .cookie-switch-slider{left:31px;box-shadow:0 2px 8px #4a9eff66}.cookie-modal-buttons{border-top:1px solid #ffffff14;gap:12px;margin-top:32px;padding-top:20px;display:flex}.cookie-modal-buttons button{cursor:pointer;letter-spacing:.4px;text-transform:uppercase;border:none;border-radius:10px;flex:1;padding:14px 24px;font-size:15px;font-weight:700;transition:all .3s}.cookie-modal-buttons .cookie-btn-decline{color:#e0e0e0;background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border:2px solid #ffffff26}.cookie-modal-buttons .cookie-btn-decline:hover{background:linear-gradient(135deg,#ffffff1f 0%,#ffffff0f 100%);border-color:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 20px #0000004d}.cookie-modal-buttons .cookie-btn-accept{color:#fff;background:linear-gradient(135deg,#4a9eff 0%,#3a8eef 100%);position:relative;overflow:hidden}.cookie-modal-buttons .cookie-btn-accept:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.cookie-modal-buttons .cookie-btn-accept:hover:before{left:100%}.cookie-modal-buttons .cookie-btn-accept:hover{background:linear-gradient(135deg,#5aafff 0%,#4a9eef 100%);transform:translateY(-2px);box-shadow:0 12px 30px #4a9eff80}.cookie-modal-buttons .cookie-btn-accept:active{transform:translateY(0)}@media (max-width:768px){.cookie-container{grid-template-columns:1fr}.cookie-buttons{width:100%}.cookie-btn{flex:1}.cookie-modal{width:100%;max-width:calc(100% - 32px);max-height:75vh;padding:24px;bottom:100px}.cookie-modal-title{margin-bottom:20px;font-size:22px}.cookie-modal-section{margin-bottom:20px;padding-bottom:16px}.cookie-modal-section-title{margin-bottom:12px;font-size:12px}.cookie-toggle{flex-wrap:wrap;padding:12px 0}.cookie-toggle-label{gap:4px;width:100%;margin-bottom:12px}.cookie-toggle-name{font-size:14px}.cookie-toggle-desc{font-size:12px}.cookie-switch{width:52px;height:26px;margin-left:0}.cookie-switch.active .cookie-switch-slider{left:27px}.cookie-modal-buttons{flex-direction:column;gap:10px;margin-top:24px;padding-top:16px}.cookie-modal-buttons button{letter-spacing:.3px;width:100%;padding:12px 20px;font-size:13px}}@media (max-width:480px){.cookie-banner{padding:16px}.cookie-modal{max-width:calc(100% - 24px);padding:20px;bottom:80px}.cookie-modal-title{margin-bottom:18px;font-size:20px}.cookie-modal-section{margin-bottom:16px;padding-bottom:12px}.cookie-modal-section-title{letter-spacing:1px;font-size:11px}.cookie-toggle{padding:10px 0}.cookie-toggle-name{font-size:13px}.cookie-toggle-desc{font-size:11px}.cookie-switch{width:48px;height:24px}.cookie-switch-slider{width:18px;height:18px}.cookie-switch.active .cookie-switch-slider{left:26px}.cookie-modal-buttons button{padding:10px 16px;font-size:12px}}
