#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:rgba(255,255,255,.95);box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:9999;padding:1rem}.cookie-content{max-width:800px;margin:0 auto}.cookie-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.cookie-header h3{margin:0;color:#333}.cookie-close{background:0 0;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666}.cookie-options{margin:1rem 0}.cookie-option{display:flex;align-items:flex-start;margin:.5rem 0;padding:.5rem;background:#f8f8f8;border-radius:4px}.cookie-switch{position:relative;display:inline-block;width:50px;height:24px;margin-right:1rem;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:#ccc;transition:.4s;border-radius:24px}.cookie-slider:before{position:absolute;content:"";height:16px;width:16px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.cookie-slider{background-color:#ffb545}input:checked+.cookie-slider:before{transform:translateX(26px)}.cookie-text{flex:1}.cookie-text strong{display:block;margin-bottom:.25rem;color:#333}.cookie-text p{margin:0;font-size:.875rem;color:#666}.cookie-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.cookie-btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .3s}.cookie-accept-all{background-color:#ffb545;color:#fff}.cookie-accept-all:hover{background-color:#ffa522}.cookie-save{background-color:#f0f0f0;color:#333}.cookie-save:hover{background-color:#e0e0e0}@media (max-width:768px){.cookie-content{font-size:.875rem}.cookie-actions{flex-direction:column}.cookie-btn{width:100%}}