.cookie-consent{position:fixed;bottom:20px;right:20px;max-width:420px;background:linear-gradient(135deg,#111418 0,#0d1014 100%);border:1px solid rgba(15,168,107,.3);border-radius:16px;padding:24px;box-shadow:0 8px 32px rgba(0,0,0,.6),0 0 0 1px rgba(15,168,107,.1);z-index:10000;opacity:0;transform:translateY(20px) scale(.95);transition:all .3s cubic-bezier(.25, .46, .45, .94)}.cookie-consent.hidden{display:none}.cookie-consent.visible{opacity:1;transform:translateY(0) scale(1)}.cookie-content{display:flex;flex-direction:column;gap:16px}.cookie-icon{font-size:2rem;color:var(--accent);text-align:center;animation:cookieBounce 2s ease-in-out infinite}@keyframes cookieBounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}.cookie-text{text-align:center}.cookie-title{font-size:1.1rem;font-weight:700;color:#fff;margin:0 0 8px 0;font-family:var(--font-main)}.cookie-description{font-size:.9rem;color:var(--text-muted);line-height:1.6;margin:0}.cookie-buttons{display:flex;flex-direction:column;gap:8px}.cookie-btn{padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;font-family:var(--font-main);cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;justify-content:center;gap:8px}.cookie-btn-primary{background:linear-gradient(135deg,#0fa86b 0,#0d8a57 100%);color:#fff;box-shadow:0 4px 12px rgba(15,168,107,.3)}.cookie-btn-primary:hover{background:linear-gradient(135deg,#0d8a57 0,#0b7549 100%);transform:translateY(-2px);box-shadow:0 6px 16px rgba(15,168,107,.4)}.cookie-btn-secondary{background:rgba(255,255,255,.05);color:var(--text-muted);border:1px solid rgba(255,255,255,.1)}.cookie-btn-secondary:hover{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.cookie-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(8px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;transition:opacity .3s ease}.cookie-modal.hidden{display:none}.cookie-modal.visible{opacity:1}.cookie-modal-content{background:linear-gradient(135deg,#111418 0,#0d1014 100%);border:1px solid rgba(15,168,107,.3);border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.8);transform:scale(.9);transition:transform .3s ease}.cookie-modal.visible .cookie-modal-content{transform:scale(1)}.cookie-modal-header{padding:24px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h3{margin:0;font-size:1.3rem;font-weight:700;color:#fff}.cookie-modal-close{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-muted);font-size:1.2rem;transition:all .2s ease}.cookie-modal-close:hover{background:rgba(255,255,255,.1);color:#fff;transform:rotate(90deg)}.cookie-modal-body{padding:24px;display:flex;flex-direction:column;gap:16px}.cookie-category{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;transition:all .2s ease}.cookie-category:hover{background:rgba(255,255,255,.05);border-color:rgba(15,168,107,.2)}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;gap:16px}.cookie-category-info{display:flex;gap:16px;align-items:flex-start;flex:1}.cookie-category-info i{font-size:1.5rem;color:var(--accent);margin-top:4px}.cookie-category-info h4{margin:0 0 4px 0;font-size:1rem;font-weight:700;color:#fff}.cookie-category-info p{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.cookie-switch{position:relative;display:inline-block;width:52px;height:28px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);transition:.3s;border-radius:28px}.cookie-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cookie-switch input:checked+.cookie-slider{background-color:var(--accent);border-color:var(--accent)}.cookie-switch input:checked+.cookie-slider:before{transform:translateX(24px)}.cookie-switch input:disabled+.cookie-slider{opacity:.5;cursor:not-allowed}.cookie-modal-footer{padding:24px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:flex-end}@media (max-width:768px){.cookie-consent{bottom:0;right:0;left:0;max-width:100%;border-radius:16px 16px 0 0;margin:0}.cookie-buttons{flex-direction:column}.cookie-modal-content{margin:20px;max-height:calc(100vh - 40px)}.cookie-modal-body,.cookie-modal-footer,.cookie-modal-header{padding:16px}.cookie-category{padding:16px}.cookie-category-header{flex-direction:column;align-items:flex-start}.cookie-switch{align-self:flex-end}}.cookie-modal-content::-webkit-scrollbar{width:8px}.cookie-modal-content::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:4px}.cookie-modal-content::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.cookie-modal-content::-webkit-scrollbar-thumb:hover{background:#0d8a57}