.cookie-banner{z-index:60;left:16px;bottom:max(16px, env(safe-area-inset-bottom));background:var(--paper,#fffcfb);width:min(340px,100vw - 32px);color:var(--ink,#3a1a28);border:1px solid var(--hair-2,#3a1a2829);animation:cookie-in var(--duration-slow,.4s) var(--ease-smooth-out,cubic-bezier(.22,1,.36,1)) both;border-radius:20px;padding:14px 14px 12px 16px;font-size:.8rem;line-height:1.45;position:fixed;box-shadow:0 18px 40px -20px #2b122073,0 2px 6px #2b12200f}.cookie-banner p{text-wrap:pretty;margin:0;padding-right:26px}.cookie-banner a,.cookie-choice a{color:var(--rose-deep,#c12f5c);font-weight:800}.cookie-x{width:36px;height:36px;color:var(--muted,#8c6574);cursor:pointer;transition:background var(--duration-fast,.2s) var(--ease-smooth-out,ease-out), color var(--duration-fast,.2s) var(--ease-smooth-out,ease-out);background:0 0;border:0;border-radius:999px;place-items:center;display:grid;position:absolute;top:4px;right:4px}@media (hover:hover){.cookie-x:hover{background:var(--petal,#f9e3e8);color:var(--ink,#3a1a28)}}.cookie-actions{gap:8px;margin-top:10px;display:flex}.cookie-actions button{min-height:40px;font:inherit;cursor:pointer;transition:transform var(--duration-quick,.15s) var(--ease-smooth-out,ease-out);border-radius:999px;flex:1 1 0;padding:0 14px;font-size:.82rem;font-weight:800}.cookie-actions button:active,.cookie-x:active{transform:scale(.98)}.cookie-yes{color:#fff;background:linear-gradient(180deg, var(--plum-2,#43203a), var(--plum,#2b1220));border:0}.cookie-no{border:1px solid var(--hair-2,#3a1a2829);color:var(--ink,#3a1a28);background:0 0}.cookie-choice{background:var(--blush,#fbf2f3);border:1px solid var(--hair,#3a1a2817);border-radius:20px;margin:16px 0;padding:16px}.cookie-choice p{margin:0}.cookie-choice .cookie-actions{max-width:340px}.cookie-choice .cookie-actions button[aria-pressed=true]{outline:2px solid var(--rose,#e0507a);outline-offset:2px}@keyframes cookie-in{0%{opacity:0;transform:translateY(8px)}}@media (prefers-reduced-motion:reduce){.cookie-banner{animation:none}}
