.cookie-consent{position:fixed;bottom:16px;left:16px;z-index:200;width:min(450px,calc(100vw - 32px));padding:20px;border:1px solid var(--border-hairline);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-card)}.cookie-consent-title{margin:0 0 12px;font-size:var(--text-18);font-weight:700;letter-spacing:-.02em}.cookie-consent-copy,.cookie-consent-policy{margin:0 0 12px;font-size:var(--text-14);line-height:1.45;color:var(--foreground-soft)}.cookie-consent-policy a{color:inherit}.cookie-consent-policy a:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.cookie-consent-choices{display:grid;grid-gap:10px;gap:10px;margin:16px 0 4px;padding:12px;border:1px solid var(--border-hairline);border-radius:var(--radius-md)}.cookie-consent-choice{display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer}.cookie-consent-choice input{flex-shrink:0;width:18px;height:18px;accent-color:var(--foreground)}.cookie-consent-choice input:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.cookie-consent-choice-text{display:grid;grid-gap:2px;gap:2px}.cookie-consent-choice-name{font-size:var(--text-14);font-weight:700}.cookie-consent-choice-desc{font-size:var(--text-12);line-height:1.4;color:var(--foreground-soft)}.cookie-consent-actions{display:flex;gap:10px;margin:16px 0 10px}.cookie-consent-btn{flex:1 1;min-height:42px;padding:8px 12px;border:1px solid var(--border-soft);border-radius:var(--radius-md);font-size:var(--text-14);font-weight:700;color:var(--foreground);background:#fff;cursor:pointer}.cookie-consent-btn:hover{background:var(--background-elevated)}.cookie-consent-btn:focus-visible{outline:2px solid var(--accent-red);outline-offset:2px}.cookie-consent-btn-dark{border-color:var(--foreground);color:#fff;background:var(--foreground)}.cookie-consent-btn-dark:hover{background:#2a2a2a}.cookie-consent-more{width:100%}