.acc-cookie-popup{position:fixed;left:0;right:0;background:rgba(0,0,0,.9);color:#fff;padding:1rem;z-index:9999;transition:transform .3s ease;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.acc-cookie-popup.acc-top{top:0;bottom:auto}.acc-cookie-popup.acc-bottom{bottom:0;top:auto}.acc-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.acc-content{flex:1;margin-right:1rem}.acc-actions{display:flex;gap:.5rem;flex-wrap:wrap}.acc-btn{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;transition:opacity .3s ease}.acc-btn:hover{opacity:.9}.acc-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:none;align-items:center;justify-content:center;z-index:10000}.acc-modal-content{background:#fff;color:#333;padding:2rem;border-radius:8px;max-width:600px;width:90%}.acc-category{margin:1rem 0;padding:1rem;background:#f5f5f5;border-radius:4px}.acc-toggle{position:relative;display:inline-block;width:40px;height:20px;background:#ccc;border-radius:10px;vertical-align:middle;margin:0 .5rem}.acc-toggle:after{content:'';position:absolute;width:16px;height:16px;background:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease}input:checked+.acc-toggle{background:#0073aa}input:checked+.acc-toggle:after{transform:translateX(20px)}@media (max-width:768px){.acc-container{flex-direction:column;text-align:center}.acc-actions{margin-top:1rem;justify-content:center}}