/* Self-contained. These pages must stay readable no matter what happens to the storefront
   stylesheet, because they are the pages somebody reads when something has gone wrong. */
*,*::before,*::after{box-sizing:border-box}
/* Theme: same stored choice as the storefront (dsnd-theme), own tokens so this file still
   stands alone. The two dark blocks must stay identical. Print is always light. */
:root{color-scheme:light dark;--bg:#fff;--fg:#111;--link:#e0262d;--mut:#666;--mut2:#767676;--lede:#444;--rule:#e6e6e6;--box:#f6f6f6}
:root[data-theme="light"]{color-scheme:light}
@media screen and (prefers-color-scheme:dark){:root:not([data-theme="light"]){color-scheme:dark;--bg:#121212;--fg:#ededed;--link:#ff5a5f;--mut:#a8a8a8;--mut2:#9a9a9a;--lede:#cfcfcf;--rule:#2b2b2b;--box:#1c1c1c}}
@media screen{:root[data-theme="dark"]{color-scheme:dark;--bg:#121212;--fg:#ededed;--link:#ff5a5f;--mut:#a8a8a8;--mut2:#9a9a9a;--lede:#cfcfcf;--rule:#2b2b2b;--box:#1c1c1c}}
html,body{margin:0;background:var(--bg);color:var(--fg);
  font:16px/1.65 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  -webkit-text-size-adjust:100%}
.wrap{max-width:720px;margin:0 auto;padding:clamp(20px,5vw,56px) clamp(16px,5vw,24px) 80px}
a{color:var(--link)}
.top{display:flex;justify-content:space-between;align-items:baseline;gap:16px;
  padding-bottom:22px;border-bottom:1px solid var(--rule);margin-bottom:28px;flex-wrap:wrap}
.top a{color:var(--mut);text-decoration:none;font-size:14px}
.top a:hover{color:var(--link)}
h1{font-size:clamp(26px,5vw,34px);line-height:1.2;margin:0 0 6px;letter-spacing:-.01em}
h2{font-size:19px;margin:34px 0 10px;letter-spacing:-.005em}
h3{font-size:16px;margin:22px 0 6px}
p,li{margin:0 0 12px}
ul,ol{padding-left:22px;margin:0 0 12px}
.eff{color:var(--mut2);font-size:14px;margin:0 0 4px}
.lede{font-size:17px;color:var(--lede)}
.box{background:var(--box);border-radius:12px;padding:16px 18px;margin:20px 0}
.box p:last-child,.box ul:last-child{margin-bottom:0}
.nav{display:flex;gap:18px;flex-wrap:wrap;margin-top:44px;padding-top:22px;
  border-top:1px solid var(--rule);font-size:14px}
footer{margin-top:40px;color:var(--mut2);font-size:13px;line-height:1.55}
strong{font-weight:650}
