body{margin:0;padding:0;font-family:"Lora", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
:root {
  --ink-secondary: #faf6ef;
  --tone-soft: #2b241c;
  --tone-card: #e2d8c6;
  --delay-base: cubic-bezier(0.16,1,0.3,1);
}

.cookies .page-view{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid var(--tone-card);border-radius:20px;background:#ffffff;color:#2b241c;box-shadow:0 8px 24px rgba(0,0,0,0.07)}
.cookies .clear-method{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(15.3px * 1.35)}
.cookies .clear-method button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.67}
.cookies .text-flow{margin-top:12px;display:flex;gap:8px}
.cookies .text-flow button{flex:1;border:1px solid var(--tone-card);background:#f1eadc;color:#3a3026;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .text-flow button.cookie-accept{background:#6b7a4f;color:#f7f4ec;border-color:transparent}
