@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600&family=Sora:wght@500;600;700&display=swap');
:root{--bg:#eff4f3;--surface:#fff;--surface-alt:#e4ecea;--text:#12181b;--text-soft:#55635f;--accent:#0e7c6b;--accent-contrast:#fff;--line:#d3deda;--font-display:'Sora','Helvetica Neue',Arial,sans-serif;--font-body:'IBM Plex Sans','Helvetica Neue',Arial,sans-serif}
:root[data-theme="dark"]{--bg:#0e1513;--surface:#16201d;--surface-alt:#1c2724;--text:#eaf0ee;--text-soft:#a9b7b2;--accent:#35c9ae;--accent-contrast:#06211c;--line:#29352f}
@media(prefers-color-scheme:dark){:root:not([data-theme="light"]):not([data-theme="dark"]){--bg:#0e1513;--surface:#16201d;--surface-alt:#1c2724;--text:#eaf0ee;--text-soft:#a9b7b2;--accent:#35c9ae;--accent-contrast:#06211c;--line:#29352f}}
body{background:var(--bg)!important;color:var(--text)!important;font-family:var(--font-body)!important;transition:background-color .2s ease,color .2s ease}.wrap{max-width:920px!important}.common-nav{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin-bottom:48px!important;padding:20px 0!important;border-bottom:1px solid var(--line)!important}.common-nav .brand{font-family:var(--font-display)!important;color:var(--text)!important}.common-links{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.common-links a{margin:0!important;color:var(--text-soft)!important;font-size:14px}.common-links a:hover{color:var(--accent)!important}.theme-switch{border:1px solid var(--line);background:var(--surface-alt);color:var(--text);border-radius:999px;padding:7px 10px;font:inherit;cursor:pointer;white-space:nowrap}.theme-switch:hover{border-color:var(--accent)}.card,.article,.benefit{background:var(--surface)!important;border-color:var(--line)!important;box-shadow:none!important}.card h1,.article h1,h1,h2,h3{font-family:var(--font-display)!important;color:var(--text)!important}.card p,.article p,.article li,p,li,.muted{color:var(--text-soft)!important}.card a,.article a,a{color:var(--accent)}.tip{background:var(--surface-alt)!important;color:var(--text)!important}.cta{background:var(--accent)!important;color:var(--accent-contrast)!important}footer{border-top:1px solid var(--line)!important;color:var(--text-soft)!important}footer a{color:var(--text-soft)!important}.common-nav,.theme-switch,.card,.article,.benefit,.tip,footer{transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.common-links a,footer a,.cta{transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}@media(prefers-reduced-motion:reduce){*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@media(max-width:720px){.common-nav{align-items:flex-start!important;flex-direction:column!important;margin-bottom:34px!important}.common-links{gap:11px}.common-links a{font-size:13px}.theme-switch{font-size:13px}}
