.cc-banner{position:fixed;left:0;right:0;bottom:0;z-index:99999;background:#fff;color:#1A2B4A;padding:18px 20px;box-shadow:0 -2px 20px rgba(0,0,0,.08);border-top:1px solid #E8EDF2;font:14px/1.5 'Inter',-apple-system,BlinkMacSystemFont,sans-serif;display:none}
.cc-banner.cc-visible{display:block}
.cc-banner__inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.cc-banner__text{flex:1 1 420px;min-width:240px;color:#5A6B7D}
.cc-banner__text a{color:#FF6B35;text-decoration:underline;font-weight:600}
.cc-banner__actions{display:flex;gap:10px;flex-wrap:wrap}
.cc-btn{border-radius:25px;padding:10px 22px;font-size:14px;font-weight:600;font-family:'Inter',-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;border:1.5px solid transparent;white-space:nowrap;transition:all .2s}
.cc-btn--accept{background:linear-gradient(135deg,#FF8A50 0%,#FF6B35 50%,#E85A28 100%);color:#fff;box-shadow:0 4px 15px rgba(255,107,53,.3)}
.cc-btn--accept:hover{box-shadow:0 6px 20px rgba(255,107,53,.45);transform:translateY(-1px)}
.cc-btn--reject,.cc-btn--settings{background:#fff;color:#5A6B7D;border-color:#E8EDF2}
.cc-btn--reject:hover,.cc-btn--settings:hover{border-color:#FF6B35;color:#FF6B35}
.cc-modal{position:fixed;inset:0;z-index:100000;background:rgba(26,43,74,.5);display:none;align-items:center;justify-content:center;padding:20px}
.cc-modal.cc-visible{display:flex}
.cc-modal__card{background:#fff;color:#1A2B4A;max-width:560px;width:100%;max-height:85vh;overflow-y:auto;border-radius:24px;padding:28px;box-shadow:0 20px 60px rgba(26,43,74,.2);font:14px/1.5 'Inter',-apple-system,BlinkMacSystemFont,sans-serif}
.cc-modal__title{font-size:19px;font-weight:700;margin:0 0 14px;color:#1A2B4A}
.cc-cat{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 0;border-bottom:1px solid #E8EDF2}
.cc-cat:last-of-type{border-bottom:none}
.cc-cat__name{font-weight:600;margin:0 0 4px;color:#1A2B4A}
.cc-cat__desc{color:#8A9AAC;font-size:13px;margin:0}
.cc-switch{position:relative;width:44px;height:24px;flex:0 0 auto;margin-top:2px}
.cc-switch input{opacity:0;width:0;height:0}
.cc-switch__track{position:absolute;inset:0;background:#E8EDF2;border-radius:24px;transition:.2s;cursor:pointer}
.cc-switch__track:before{content:"";position:absolute;height:18px;width:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:.2s;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.cc-switch input:checked+.cc-switch__track{background:#27AE60}
.cc-switch input:checked+.cc-switch__track:before{transform:translateX(20px)}
.cc-switch input:disabled+.cc-switch__track{opacity:.5;cursor:not-allowed}
.cc-modal__actions{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}
.cc-modal__actions .cc-btn{flex:1 1 auto;text-align:center}
.cc-footer-link{cursor:pointer;background:none;border:none;padding:0;font:inherit;color:inherit;text-decoration:underline}
.cc-footer-link:hover{color:#FF6B35}
