.cookie-area{max-width:1200px;margin:36px auto 0;padding:0 20px 24px;box-sizing:border-box;color:var(--ink);font-size:14px;line-height:1.6}
.cookie-notice{display:flex;align-items:center;gap:24px;border:2px solid var(--ink);border-radius:18px;background:#f0e4fc;padding:22px 24px}
.cookie-notice[hidden],.cookie-area [hidden]{display:none!important}
.cookie-notice>div{min-width:0;flex:1}
.cookie-notice h2{font-size:17px;line-height:1.3;margin:0 0 6px;color:var(--ink)}
.cookie-notice p{margin:0;overflow-wrap:anywhere}
.cookie-area a{color:#752449;text-decoration:underline;text-underline-offset:3px}
.cookie-notice button{flex-shrink:0;min-height:44px;padding:10px 22px;border:2px solid var(--ink);border-radius:10px;background:var(--rose);color:var(--ink);font:inherit;font-weight:650;cursor:pointer}
.cookie-links{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;padding-top:12px}
.cookie-links a,.cookie-links button{display:inline-flex;align-items:center;min-height:44px}
.cookie-links button{background:none;border:0;padding:0;color:#752449;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
.cookie-area :focus-visible{outline:3px solid #7043ad;outline-offset:4px}
.cookie-document{max-width:800px;margin:44px auto 64px;color:var(--ink);line-height:1.75;overflow-wrap:anywhere}
.cookie-document h1{font-size:clamp(30px,7vw,52px);line-height:1.15;margin:0 0 24px}
.cookie-document h2{font-size:24px;margin:36px 0 12px}
.cookie-document a{color:#752449;text-decoration:underline;text-underline-offset:3px}
.cookie-document dl{margin:20px 0}
.cookie-document dt{font-weight:700;margin-top:20px}
.cookie-document dd{margin:5px 0 0;color:var(--muted)}
.cookie-document code{white-space:normal;overflow-wrap:anywhere;font-size:.9em}
@media(max-width:600px){.cookie-area{padding:0 16px 20px;margin-top:24px}.cookie-notice{align-items:stretch;flex-direction:column;gap:16px;padding:20px}.cookie-notice button{width:100%}.cookie-document{margin:28px 0 40px}}
