.cookie-prefs-page{background:#fff;min-height:100vh;padding:32px 16px 64px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.cookie-prefs-container{max-width:820px;margin:0 auto}.cookie-prefs-header{margin-bottom:24px}.cookie-prefs-header h1{font-size:24px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.cookie-prefs-header p{font-size:14px;line-height:1.6;color:#555;margin:0}.cookie-prefs-actions-bar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px;padding:16px;background:#fff;border:1px solid #e5e5e5;border-radius:10px}.cookie-categories{display:flex;flex-direction:column;gap:14px}.cookie-category{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:18px 20px;transition:box-shadow .2s ease}.cookie-category:hover{box-shadow:0 2px 8px rgba(0,0,0,.05)}.cookie-category-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px}.cookie-category-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cookie-category-title h2{font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.cookie-category p{font-size:13px;line-height:1.6;color:#666;margin:0}.cookie-badge{font-size:10px;font-weight:600;padding:3px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.03em}.cookie-badge-required{background:#e8f5e9;color:#2e7d32}.cookie-btn{font-size:13px;font-weight:600;cursor:pointer;border:0;transition:all .15s ease;white-space:nowrap}.cookie-btn-primary{background:#fb9902;color:#fff;padding:10px 22px;border-radius:8px}.cookie-btn-primary:hover{background:#e88b00;box-shadow:0 2px 6px rgba(251,153,2,.3)}.cookie-btn-outline{background:#fff;color:#333;padding:10px 20px;border:1px solid #ccc;border-radius:8px}.cookie-btn-outline:hover{background:#f7f7f7;border-color:#999}.cookie-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.cookie-switch input{opacity:0;width:0;height:0}.cookie-switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#ccc;border-radius:24px;transition:background .2s ease}.cookie-switch-slider::before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.2)}.cookie-switch input:checked+.cookie-switch-slider{background:#fb9902}.cookie-switch input:checked+.cookie-switch-slider::before{transform:translateX(20px)}.cookie-switch input:disabled+.cookie-switch-slider{background:#4caf50;opacity:.7;cursor:not-allowed}.cookie-switch input:disabled+.cookie-switch-slider::before{transform:translateX(20px)}.cookie-prefs-footer{margin-top:28px;text-align:center}.cookie-prefs-footer p{font-size:12px;color:#888;margin:0}.cookie-prefs-footer a{color:#007185;text-decoration:none}.cookie-toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(100px);background:#1a1a1a;color:#fff;padding:12px 24px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:14px;z-index:10000;opacity:0;transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .3s ease;box-shadow:0 8px 24px rgba(0,0,0,.18);pointer-events:none;width:max-content;max-width:calc(100vw - 32px);-webkit-text-size-adjust:100%;text-size-adjust:100%}.cookie-toast.show{transform:translateX(-50%) translateY(0);opacity:1;pointer-events:auto}.cookie-toast-icon{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important;flex:0 0 22px!important;display:block;box-sizing:border-box}.cookie-toast-icon svg{display:block;flex-shrink:0;width:12px;height:12px}.cookie-toast-text{font-weight:500;flex-shrink:1;white-space:normal;word-break:break-word}@media(max-width:768px){.cookie-toast{bottom:20px;padding:14px 20px;font-size:13px;border-radius:12px;max-width:calc(100vw - 32px);justify-content:center;gap:10px}.cookie-toast-icon{width:20px;height:20px;flex-basis:20px}.cookie-toast-icon svg{width:11px;height:11px}}@media(max-width:374px){.cookie-toast{padding:12px 16px;font-size:12px;gap:8px}.cookie-toast-icon{width:18px;height:18px;flex-basis:18px}.cookie-toast-icon svg{width:10px;height:10px}.cookie-toast-text{font-size:12px}}@media(max-width:768px){.cookie-prefs-page{padding:20px 12px 48px}.cookie-prefs-header h1{font-size:20px}.cookie-prefs-header p{font-size:13px}.cookie-prefs-actions-bar{flex-direction:column;gap:8px}.cookie-btn{width:100%;text-align:center}.cookie-category{padding:14px 16px}.cookie-category-title h2{font-size:14px}.cookie-category p{font-size:12px}}