/* Cookie 同意横幅 — 三站通用 */
#cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#e2e8f0;padding:14px 20px;z-index:9999;box-shadow:0 -2px 10px rgba(0,0,0,.15);font-size:14px;line-height:1.5}
#cookie-banner .cc-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;gap:16px;flex-wrap:wrap}
#cookie-banner .cc-text{flex:1;min-width:240px}
#cookie-banner .cc-text a{color:#93c5fd;text-decoration:underline}
#cookie-banner .cc-btn{background:#3b82f6;color:#fff;border:none;padding:8px 22px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;white-space:nowrap}
#cookie-banner .cc-btn:hover{background:#2563eb}
@media(max-width:640px){#cookie-banner .cc-inner{flex-direction:column;text-align:center}#cookie-banner .cc-btn{width:100%}}
