html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
footer,footer *{border-radius:0!important;}
:root {
  --tone-accent: #c8342b;
  --surface-muted: #ffffff;
  --line-base: #1f6b3a;
  --motion-fast: ease;
  --tone-strong: #d6d2c4;
  --surface-base: #141814;
  --tone-base: #2a2f2a;
}

.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;padding:12px}
.cookies .page-plan{max-width:980px;margin:0 auto;padding:12px 14px;border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:18px;background:linear-gradient(135deg, #1f6b3a 0%, #2f8a4d 55%, #c8342b 100%);color:#f6f4ec;box-shadow:0 8px 22px rgba(0,0,0,0.11);display:flex;align-items:center;justify-content:space-between;gap:0.91rem}
.cookies .primary-wrap{max-width:52rem}
.cookies .primary-wrap strong{display:block;font-size:calc(15.3px * 1.35)}
.cookies .primary-wrap p{margin:6px 0 0;line-height:1.89}
.cookies .bottom-footer{display:flex;gap:8px;flex-wrap:wrap}
.cookies .bottom-footer button{border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .bottom-footer button.cookie-accept{background:#f6f4ec;color:#141814}
@media(max-width:720px){.cookies .page-plan{display:block}.cookies .bottom-footer{margin-top:12px}}
