.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -4px 20px rgba(0,0,0,.1);padding:24px;z-index:9999;animation:slideUp .3s ease-out}.dark .cookie-banner{background:rgba(31,41,55,.98);box-shadow:0 -4px 20px rgba(0,0,0,.3)}@media (max-width:768px){.cookie-banner{padding:16px}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:24px}@media (max-width:768px){.cookie-banner-content{flex-direction:column;align-items:stretch;gap:16px}}.cookie-banner-content h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1f2937}.dark .cookie-banner-content h3{color:#ffffff}.cookie-banner-content p{margin:0;font-size:14px;line-height:1.5;color:#666}.dark .cookie-banner-content p{color:#b7bac9}.cookie-banner-actions{display:flex;gap:12px;margin-left:auto}@media (max-width:768px){.cookie-banner-actions{margin-left:0;flex-direction:column}}.cookie-banner-actions button{padding:10px 20px;border-radius:6px;font-weight:500;transition:all .2s;cursor:pointer;border:none;font-size:14px}.cookie-banner-actions button:first-child{background:transparent;border:2px solid #ddd;color:#333}.dark .cookie-banner-actions button:first-child{border-color:#4b5563;color:#ffffff}.cookie-banner-actions button:first-child:hover{border-color:#999;background:#f5f5f5}.dark .cookie-banner-actions button:first-child:hover{border-color:#6b7280;background:#374151}.cookie-banner-actions button:nth-child(2){background:#f5f5f5;color:#333}.dark .cookie-banner-actions button:nth-child(2){background:#374151;color:#ffffff}.cookie-banner-actions button:nth-child(2):hover{background:#e0e0e0}.dark .cookie-banner-actions button:nth-child(2):hover{background:#4b5563}.cookie-banner-actions button:last-child{background:#007bff;color:white}.cookie-banner-actions button:last-child:hover{background:#0056b3}.cookie-settings-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;padding:20px;overflow-y:auto}.dark .cookie-settings-modal{background:rgba(0,0,0,.7)}.cookie-settings-content{background:white;border-radius:12px;max-width:600px;width:90%;max-height:80vh;margin:auto;position:relative;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column}.dark .cookie-settings-content{background:#1f2937;box-shadow:0 10px 40px rgba(0,0,0,.5)}@media (max-width:768px){.cookie-settings-content{max-height:85vh;width:95%}}.cookie-settings-header{padding:32px 32px 16px;flex-shrink:0}@media (max-width:768px){.cookie-settings-header{padding:20px 20px 12px}}.cookie-settings-header h2{margin:0 0 8px;font-size:24px;font-weight:600;color:#1f2937}.dark .cookie-settings-header h2{color:#ffffff}.cookie-settings-header>p{margin:0;font-size:14px;color:#666}.dark .cookie-settings-header>p{color:#b7bac9}.cookie-settings-body{padding:0 32px;overflow-y:auto;flex:1}@media (max-width:768px){.cookie-settings-body{padding:0 20px}}.cookie-category{padding:20px 0;border-bottom:1px solid #eee}.dark .cookie-category{border-bottom-color:#374151}.cookie-category:last-of-type{border-bottom:none}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.category-header h3{margin:0;font-size:16px;font-weight:600;color:#1f2937}.dark .category-header h3{color:#ffffff}.category-header input[type=checkbox]{width:20px;height:20px;cursor:pointer}.category-header input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6}.cookie-category>p{margin:0 0 12px;font-size:14px;color:#666}.dark .cookie-category>p{color:#b7bac9}.cookie-category details{margin-top:12px;padding:12px;background:#f9f9f9;border-radius:6px}.dark .cookie-category details{background:#111827}.cookie-category details summary{cursor:pointer;font-size:13px;color:#007bff;font-weight:500}.cookie-category details summary:hover{text-decoration:underline}.cookie-provider{margin-bottom:16px;margin-top:12px}.cookie-provider:last-child{margin-bottom:0}.cookie-provider h4{font-size:14px;font-weight:600;margin-bottom:8px;color:#1f2937}.dark .cookie-provider h4{color:#ffffff}.cookie-provider ul{list-style:none;padding:0;margin:0}.cookie-provider li{padding:4px 0;font-size:13px;color:#666}.dark .cookie-provider li{color:#b7bac9}.cookie-provider li code{background:#fff;padding:2px 6px;border-radius:3px;font-family:monospace;font-size:12px;color:#e83e8c}.dark .cookie-provider li code{background:#1f2937;color:#f472b6}.cookie-settings-footer{padding:16px 32px;flex-shrink:0;border-top:1px solid #eee;background:white;border-radius:0 0 12px 12px}.dark .cookie-settings-footer{border-top-color:#374151;background:#1f2937}@media (max-width:768px){.cookie-settings-footer{padding:12px 20px}}.cookie-settings-actions{display:flex;gap:12px;justify-content:flex-end}@media (max-width:768px){.cookie-settings-actions{flex-direction:column-reverse}}.cookie-settings-actions button{padding:10px 24px;border-radius:6px;font-weight:500;transition:all .2s;cursor:pointer;font-size:14px;border:none}.cookie-settings-actions button:first-child{background:transparent;border:2px solid #ddd;color:#333}.dark .cookie-settings-actions button:first-child{border-color:#4b5563;color:#ffffff}.cookie-settings-actions button:first-child:hover{border-color:#999;background:#f5f5f5}.dark .cookie-settings-actions button:first-child:hover{border-color:#6b7280;background:#374151}.cookie-settings-actions button:last-child{background:#007bff;color:white}.cookie-settings-actions button:last-child:hover{background:#0056b3}.cookie-settings-link{background:transparent;border:none;color:#9ca3af;cursor:pointer;font-size:14px;text-decoration:none;padding:0;transition:all .2s;display:inline-flex;align-items:center;gap:4px}.cookie-settings-link:hover,.dark .cookie-settings-link:hover{color:#ffffff}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}