.cookie-banner{position:fixed;bottom:24px;left:50%;transform:translateX(-50%) translateY(120px);z-index:300;width:min(560px,calc(100vw - 32px));background:var(--cookie-bg);border:1px solid var(--border-s);border-radius:16px;padding:20px 24px;box-shadow:0 8px 40px rgba(0,0,0,.18),0 2px 8px rgba(0,0,0,.1);transition:transform .45s cubic-bezier(.32,.72,0,1),opacity .45s ease;opacity:0}.cookie-banner.show{transform:translateX(-50%) translateY(0);opacity:1}.cookie-top{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.cookie-icon{width:36px;height:36px;background:var(--accent-dim);border:1px solid var(--accent-glow);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.cookie-icon svg{width:18px;height:18px;stroke:var(--accent);fill:none;stroke-width:1.8;stroke-linecap:round}.cookie-text h3{font-family:'Fraunces',serif;font-size:15px;font-weight:700;color:var(--text);margin-bottom:4px}.cookie-text p{font-size:13px;color:var(--muted);line-height:1.55}.cookie-text p strong{color:var(--text);font-weight:600}.cookie-notice{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:var(--accent-dim);border:1px solid var(--accent-glow);border-radius:8px;margin-bottom:16px}.cookie-notice svg{width:14px;height:14px;stroke:var(--accent);fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0;margin-top:1px}.cookie-notice p{font-size:12px;color:var(--accent);line-height:1.5;font-weight:500}.cookie-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cookie-accept{flex:1;padding:10px 20px;background:var(--accent);color:#fff;font-size:14px;font-weight:700;border-radius:9px;transition:background .18s,transform .14s;font-family:inherit;min-width:120px}.cookie-accept:hover{background:var(--accent-l);transform:translateY(-1px)}.cookie-reject{padding:10px 18px;background:var(--bg2);color:var(--text2);font-size:13.5px;font-weight:500;border-radius:9px;border:1px solid var(--border);transition:background .18s;font-family:inherit}.cookie-reject:hover{background:var(--bg3)}@media(max-width:480px){.cookie-actions{flex-direction:column}.cookie-accept,.cookie-reject{width:100%}}