
#spcc-root{--spcc-accent:#b58a3a;font-family:Arial,sans-serif}
.spcc-banner,.spcc-modal,.spcc-reopen,.spcc-embed-placeholder{box-sizing:border-box}
.spcc-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:999999;background:#161616;color:#fff;border-radius:18px;box-shadow:0 15px 35px rgba(0,0,0,.28);padding:1.1rem 1.1rem 1rem;max-width:980px;margin:0 auto}
.spcc-banner.top{top:1rem;bottom:auto}
.spcc-title{font-size:1.15rem;font-weight:700;margin:0 0 .45rem}
.spcc-text{font-size:.97rem;line-height:1.5;margin:0 0 .9rem;color:#f2f2f2}
.spcc-actions{display:flex;flex-wrap:wrap;gap:.6rem}
.spcc-btn{border:0;border-radius:999px;padding:.8rem 1rem;font-weight:700;cursor:pointer}
.spcc-btn.primary{background:var(--spcc-accent);color:#111}
.spcc-btn.secondary{background:#2a2a2a;color:#fff}
.spcc-btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}
.spcc-links{margin-top:.8rem;font-size:.92rem}.spcc-links a{color:#fff;text-decoration:underline}
.spcc-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:1000000;display:flex;align-items:center;justify-content:center;padding:1rem}
.spcc-modal{width:min(720px,100%);background:#fff;color:#111;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,.35)}
.spcc-modal header{padding:1rem 1rem .4rem}.spcc-modal-title{font-size:1.25rem;font-weight:800;margin:0}
.spcc-modal-body{padding:0 1rem 1rem}
.spcc-cat{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.9rem 0;border-top:1px solid #ececec}
.spcc-cat:first-child{border-top:0}.spcc-cat-copy strong{display:block;margin-bottom:.15rem}.spcc-cat-copy small{display:block;line-height:1.45;color:#555}
.spcc-switch{position:relative;display:inline-block;width:50px;height:28px;flex:0 0 auto}.spcc-switch input{opacity:0;width:0;height:0}
.spcc-slider{position:absolute;inset:0;background:#ccc;border-radius:999px;transition:.2s}
.spcc-slider:before{content:"";position:absolute;height:22px;width:22px;left:3px;top:3px;background:white;border-radius:50%;transition:.2s}
.spcc-switch input:checked + .spcc-slider{background:var(--spcc-accent)}
.spcc-switch input:checked + .spcc-slider:before{transform:translateX(22px)}
.spcc-switch input:disabled + .spcc-slider{background:#777}
.spcc-modal-footer{padding:0 1rem 1rem;display:flex;gap:.6rem;flex-wrap:wrap}
.spcc-reopen{position:fixed;right:1rem;bottom:1rem;z-index:999998;border:0;border-radius:999px;padding:.85rem 1rem;background:#161616;color:#fff;box-shadow:0 12px 28px rgba(0,0,0,.22);cursor:pointer}
.spcc-embed-placeholder{padding:1.25rem;border:1px solid #ddd;border-radius:16px;background:#f7f7f7;color:#222}
.spcc-embed-placeholder strong{display:block;margin-bottom:.35rem}
.spcc-embed-placeholder button{margin-top:.75rem}
@media (max-width:700px){.spcc-banner{left:.75rem;right:.75rem;bottom:.75rem}.spcc-cat{flex-direction:column}}
