.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -2px 10px rgb(0 0 0 / .1);z-index:999999;padding:20px;animation:slideUp 0.3s ease-out}.cookie-consent-banner.position-top{top:0;bottom:auto;box-shadow:0 2px 10px rgb(0 0 0 / .1);animation:slideDown 0.3s ease-out}@keyframes slideUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:20px}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text h3{margin:0 0 10px 0;font-size:18px;color:#333}.cookie-consent-text p{margin:0;font-size:14px;color:#666;line-height:1.5}.cookie-consent-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-btn{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-size:14px;font-weight:500;transition:all 0.3s ease}.cookie-btn-primary{background:#0073aa;color:#fff}.cookie-btn-primary:hover{opacity:.9;transform:translateY(-1px)}.cookie-btn-secondary{background:#f0f0f0;color:#333}.cookie-btn-secondary:hover{background:#e0e0e0}.cookie-btn-link{background:#fff0;color:#0073aa;text-decoration:underline}.cookie-btn-link:hover{color:#005a87;background:rgb(0 115 170 / .1)}.cookie-consent-privacy{width:100%;margin-top:10px}.cookie-consent-privacy a{color:#0073aa;font-size:13px;text-decoration:none}.cookie-consent-privacy a:hover{text-decoration:underline}.cookie-floating-button{position:fixed;padding:12px 20px;border:none;border-radius:25px;cursor:pointer;font-size:14px;font-weight:500;box-shadow:0 4px 12px rgb(0 0 0 / .15);z-index:999998;transition:all 0.3s ease;opacity:.95}.cookie-floating-button:hover{opacity:1;transform:scale(1.05);box-shadow:0 6px 16px rgb(0 0 0 / .2)}.cookie-floating-button.position-bottom-left{bottom:20px;left:20px}.cookie-floating-button.position-bottom-right{bottom:20px;right:20px}.cookie-floating-button.position-left{left:20px;top:50%;transform:translateY(-50%)}.cookie-floating-button.position-left:hover{transform:translateY(-50%) scale(1.05)}.cookie-floating-button.position-right{right:20px;top:50%;transform:translateY(-50%)}.cookie-floating-button.position-right:hover{transform:translateY(-50%) scale(1.05)}.cookie-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .7);z-index:1000000;display:flex;align-items:center;justify-content:center;padding:20px}.cookie-modal-content{background:#fff;border-radius:8px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto}.cookie-modal-header{padding:20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h3{margin:0;font-size:20px;color:#333}.cookie-modal-close{background:none;border:none;font-size:28px;cursor:pointer;color:#666;line-height:1;padding:0;width:30px;height:30px}.cookie-modal-close:hover{color:#333}.cookie-modal-body{padding:20px}.cookie-category{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.cookie-category:last-child{border-bottom:none}.cookie-category-header{display:flex;align-items:center;gap:15px;margin-bottom:10px}.cookie-category-header h4{margin:0;font-size:16px;color:#333}.cookie-category p{margin:0;font-size:14px;color:#666;line-height:1.5}.cookie-switch{position:relative;display:inline-block;width:50px;height:26px}.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:#ccc;transition:0.3s;border-radius:26px}.cookie-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:0.3s;border-radius:50%}.cookie-switch input:checked+.cookie-slider{background-color:#0073aa}.cookie-switch input:checked+.cookie-slider:before{transform:translateX(24px)}.cookie-switch input:disabled+.cookie-slider{background-color:#666;cursor:not-allowed}.cookie-modal-footer{padding:20px;border-top:1px solid #e0e0e0;text-align:right}@media (max-width:768px){.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-buttons{flex-direction:column}.cookie-btn{width:100%}.cookie-floating-button{font-size:12px;padding:10px 16px}.cookie-floating-button.position-bottom-left,.cookie-floating-button.position-bottom-right{bottom:10px}.cookie-floating-button.position-bottom-left{left:10px}.cookie-floating-button.position-bottom-right{right:10px}}