[hidden]{display:none!important}

:root {
  --background: #fbfaf6;
  --foreground: #17324d;
  --card: #ffffff;
  --card-foreground: #171717;
  --popover: #ffffff;
  --popover-foreground: #171717;
  --primary: #0f766e;
  --primary-foreground: #fafafa;
  --secondary: #f5f5f5;
  --secondary-foreground: #171717;
  --muted: #f5f5f5;
  --muted-foreground: #737373;
  --accent: #f5f5f5;
  --accent-foreground: #171717;
  --destructive: #e7000b;
  --border: #e5e5e5;
  --input: #e5e5e5;
  --ring: #a1a1a1;
  --chart-1: #f54900;
  --chart-2: #009689;
  --chart-3: #104e64;
  --chart-4: #ffb900;
  --chart-5: #fe9a00;
  --radius: 1rem;
  --sidebar: #fafafa;
  --sidebar-foreground: #171717;
  --sidebar-primary: #171717;
  --sidebar-primary-foreground: #fafafa;
  --sidebar-accent: #f5f5f5;
  --sidebar-accent-foreground: #171717;
  --sidebar-border: #e5e5e5;
  --sidebar-ring: #a1a1a1;
}

@theme inline {
  --color-background: var(--background);
  --color-foreground: var(--foreground);
  --color-card: var(--card);
  --color-card-foreground: var(--card-foreground);
  --color-popover: var(--popover);
  --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary);
  --color-primary-foreground: var(--primary-foreground);
  --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground);
  --color-muted: var(--muted);
  --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent);
  --color-accent-foreground: var(--accent-foreground);
  --color-destructive: var(--destructive);
  --color-border: var(--border);
  --color-input: var(--input);
  --color-ring: var(--ring);
  --color-chart-1: var(--chart-1);
  --color-chart-2: var(--chart-2);
  --color-chart-3: var(--chart-3);
  --color-chart-4: var(--chart-4);
  --color-chart-5: var(--chart-5);
  --color-sidebar: var(--sidebar);
  --color-sidebar-foreground: var(--sidebar-foreground);
  --color-sidebar-primary: var(--sidebar-primary);
  --color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
  --color-sidebar-accent: var(--sidebar-accent);
  --color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
  --color-sidebar-border: var(--sidebar-border);
  --color-sidebar-ring: var(--sidebar-ring);
  --radius-sm: calc(var(--radius) - 4px);
  --radius-md: calc(var(--radius) - 2px);
  --radius-lg: var(--radius);
  --radius-xl: calc(var(--radius) + 4px);
  --font-sans: Arial, Helvetica, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

@media (prefers-color-scheme: dark) {
  :root {
    --background: #0a0a0a;
    --foreground: #ededed;
    --card: #171717;
    --card-foreground: #ededed;
    --popover: #171717;
    --popover-foreground: #ededed;
    --primary: #ededed;
    --primary-foreground: #171717;
    --secondary: #262626;
    --secondary-foreground: #ededed;
    --muted: #262626;
    --muted-foreground: #a1a1a1;
    --accent: #262626;
    --accent-foreground: #ededed;
    --destructive: #ff6467;
    --border: #ffffff1a;
    --input: #ffffff26;
    --ring: #737373;
    --chart-1: #8e51ff;
    --chart-2: #00bc7d;
    --chart-3: #fe9a00;
    --chart-4: #ad46ff;
    --chart-5: #ff2056;
    --sidebar: #171717;
    --sidebar-foreground: #ededed;
    --sidebar-primary: #8e51ff;
    --sidebar-primary-foreground: #ededed;
    --sidebar-accent: #262626;
    --sidebar-accent-foreground: #ededed;
    --sidebar-border: #ffffff1a;
    --sidebar-ring: #737373;
  }
}

body {
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  line-height: 1.65;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 1000;
  padding: .75rem 1rem;
  border-radius: .6rem;
  background: var(--ink);
  color: white;
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }

*{box-sizing:border-box}html{scroll-behavior:smooth}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:2rem;max-width:1180px;margin:auto;padding:0 24px}.brand{display:flex;align-items:center;gap:.7rem;font-size:1.08rem;font-weight:700;letter-spacing:-.02em}.brand b{color:#e86a4f}.site-header nav{display:flex;gap:1.5rem;font-size:.95rem;font-weight:700}.site-header nav a:hover{color:#0f766e}.hero{max-width:1180px;margin:18px auto 70px;padding:56px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:52px;border-radius:32px;background:#e9f3f0;box-shadow:0 18px 60px rgba(23,50,77,.08)}.eyebrow{margin:0 0 12px;color:#0f766e;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(2.4rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.055em;margin:0;max-width:720px}.hero-lede{font-size:1.15rem;color:#4c6172;max-width:620px;margin:24px 0}.hero-image{border-radius:24px;box-shadow:0 16px 40px rgba(23,50,77,.12)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:999px;font-weight:800}.button.primary{background:#0f766e;color:white}.button.secondary{background:white;border:1px solid #c9ddd8}.trust-list{list-style:none;padding:0;margin:25px 0 0;display:flex;gap:18px;flex-wrap:wrap;color:#4c6172;font-size:.9rem}.trust-list li:before{content:'✓';color:#e86a4f;font-weight:900;margin-right:7px}.section{max-width:1180px;margin:0 auto 80px;padding:0 24px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:26px}.section-heading h2,.newsletter h2{font-size:clamp(2rem,4vw,3rem);line-height:1.08;letter-spacing:-.04em;margin:0}.section-heading>p{max-width:450px;color:#617382}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{overflow:hidden;background:white;border:1px solid #dce5e2;border-radius:22px;transition:transform .2s ease,box-shadow .2s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(23,50,77,.11)}.article-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.article-card>div{padding:22px}.topic{font-size:.74rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#e05e45}.article-card h3{font-size:1.35rem;line-height:1.2;margin:8px 0}.article-card p{color:#617382;margin:0 0 14px}.read-link{font-weight:800;color:#0f766e}.newsletter{max-width:1132px;margin:0 auto 60px;padding:42px;display:grid;grid-template-columns:1fr 1.2fr;gap:48px;align-items:center;background:#fff2d2;border-radius:28px}.newsletter p{color:#526575}.newsletter form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.newsletter label span{display:block;font-weight:800;font-size:.84rem;margin-bottom:5px}.newsletter input{width:100%;padding:12px 14px;border:1px solid #d9cda9;border-radius:12px;background:white;font:inherit}.newsletter button{grid-column:1/-1;border:0;border-radius:12px;background:#17324d;color:white;padding:13px;font:inherit;font-weight:800;cursor:pointer}@media(max-width:850px){.hero{grid-template-columns:1fr;padding:34px}.card-grid{grid-template-columns:1fr 1fr}.newsletter{grid-template-columns:1fr}.section-heading{display:block}.section-heading>p{margin-top:10px}}@media(max-width:580px){.site-header{padding:12px 18px}.site-header nav a:not(:first-child){display:none}.hero{margin:0 12px 52px;padding:28px 22px;border-radius:24px}.hero h1{font-size:2.55rem}.section{padding:0 16px}.card-grid{grid-template-columns:1fr}.newsletter{margin:0 12px 40px;padding:28px 20px}.newsletter form{grid-template-columns:1fr}.trust-list{display:block}.trust-list li{margin-bottom:7px}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quick-path{padding-top:8px}.path-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.path-grid a{min-height:190px;padding:24px;display:flex;flex-direction:column;background:#17324d;color:white;border-radius:22px;transition:transform .2s ease}.path-grid a:nth-child(2){background:#0f766e}.path-grid a:nth-child(3){background:#d95e48}.path-grid a:hover{transform:translateY(-4px)}.path-grid span{font-size:.78rem;opacity:.7}.path-grid strong{font-size:1.3rem;line-height:1.25;margin:auto 0}.path-grid small{font-weight:800;font-size:.86rem}.explorer-tools{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.search-box{flex:1;max-width:440px}.search-box input{width:100%;padding:14px 18px;border:1px solid #cfdeda;border-radius:999px;background:white;font:inherit;color:#17324d;box-shadow:0 4px 18px rgba(23,50,77,.05)}.search-box input:focus,.subscribe-form input:focus{outline:3px solid rgba(15,118,110,.18);border-color:#0f766e}.filter-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.filter-row button{border:1px solid #cfdeda;background:white;color:#526575;padding:9px 13px;border-radius:999px;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.filter-row button.active{background:#0f766e;color:white;border-color:#0f766e}.result-count{font-size:.87rem;color:#71818e;margin:0 0 18px}.all-guides-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.guide-card{display:grid;grid-template-columns:1fr;background:white;border:1px solid #dce5e2;border-radius:20px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.guide-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(23,50,77,.1)}.guide-card img{width:100%;aspect-ratio:16/9;object-fit:cover}.guide-card>div{display:flex;flex-direction:column;padding:20px}.guide-card h3{font-size:1.2rem;line-height:1.25;margin:7px 0 9px}.guide-card p{color:#617382;font-size:.94rem;margin:0 0 16px}.card-meta{margin-top:auto;display:flex;justify-content:space-between;color:#0f766e;font-size:.82rem;font-weight:800}.empty-state{text-align:center;background:#eef5f3;padding:40px;border-radius:20px}.subscribe-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.subscribe-form label span{display:block;font-weight:800;font-size:.84rem;margin-bottom:5px}.subscribe-form input{width:100%;padding:12px 14px;border:1px solid #d9cda9;border-radius:12px;background:white;font:inherit}.subscribe-form button{grid-column:1/-1;border:0;border-radius:12px;background:#17324d;color:white;padding:13px;font:inherit;font-weight:800;cursor:pointer}.subscribe-form button:disabled{opacity:.65;cursor:wait}.bot-field{position:absolute;left:-10000px}.form-status{grid-column:1/-1;min-height:1.5em;margin:0;font-size:.9rem}.form-status.success{color:#08685f}.form-status.error{color:#a33e2e}.site-footer{max-width:1180px;margin:0 auto;padding:32px 24px 42px;border-top:1px solid #dce5e2;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand div{display:flex;flex-direction:column}.footer-brand span,.site-footer>p{color:#71818e;font-size:.84rem}.site-footer nav{display:flex;gap:18px;font-weight:700;font-size:.9rem}.site-footer>p{grid-column:1/-1;margin:0}.reading-progress{position:fixed;z-index:50;top:0;left:0;width:100%;height:4px;background:transparent}.reading-progress span{display:block;height:100%;background:#e86a4f;transition:width .08s linear}.article-hero{max-width:940px;margin:34px auto 48px;padding:0 24px;text-align:center}.breadcrumbs{display:flex;justify-content:center;gap:9px;color:#71818e;font-size:.88rem;margin-bottom:24px}.article-hero h1{font-size:clamp(2.3rem,5.5vw,4.6rem);line-height:1.03;letter-spacing:-.055em;margin:12px auto 20px;max-width:900px}.article-hero>p{font-size:1.18rem;color:#5c7080;max-width:720px;margin:0 auto}.article-meta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;color:#71818e;font-size:.84rem;margin:22px 0}.article-meta span+span:before{content:'•';margin-right:16px}.article-hero img{width:100%;margin-top:34px;border-radius:28px;box-shadow:0 16px 48px rgba(23,50,77,.1)}.article-layout{max-width:1050px;margin:0 auto 74px;padding:0 24px;display:grid;grid-template-columns:210px minmax(0,720px);gap:52px;align-items:start}.article-aside{position:sticky;top:30px;color:#5e7280;font-size:.9rem}.article-aside>div{padding:18px;background:#edf5f3;border-radius:16px}.article-aside strong{color:#17324d}.article-aside p{margin:.5rem 0 0}.article-aside>a{display:block;color:#0f766e;font-weight:800;margin:14px 0 0}.article-body{font-family:Georgia,'Times New Roman',serif;font-size:1.08rem;line-height:1.82;color:#263f53}.article-body h2{font-family:Arial,Helvetica,sans-serif;font-size:1.75rem;line-height:1.15;letter-spacing:-.025em;color:#17324d;margin:2.35rem 0 .75rem;scroll-margin-top:20px}.article-body p{margin:0 0 1.25rem}.article-body ul,.article-body ol{margin:.3rem 0 1.4rem;padding-left:1.4rem}.article-body li{margin:.5rem 0}.article-body em{color:#0a6f67}.article-body code{font-family:inherit;background:#fff0cd;padding:.1em .3em;border-radius:5px}.action-box{margin-top:48px;padding:30px;background:#eef7f4;border:1px solid #cfe4de;border-radius:22px}.action-box h2{font-size:1.7rem;line-height:1.15;margin:8px 0}.action-box p{color:#526575}.action-box>a{display:inline-flex;background:#0f766e;color:white;padding:12px 18px;border-radius:999px;font-weight:800;margin:4px 0 12px}.action-box small{display:block;color:#71818e}.article-signup{margin-top:24px;padding:26px;background:#fff3d7;border-radius:20px}.article-signup h2{margin:0;font-size:1.45rem}.article-signup p{margin:.25rem 0 1rem;color:#5f7080}.subscribe-form.compact{grid-template-columns:1fr 1fr auto}.subscribe-form.compact button{grid-column:auto;align-self:end}.subscribe-form.compact .form-status{grid-column:1/-1}.related{padding-top:54px;border-top:1px solid #dce5e2}.legal-page{max-width:760px;margin:55px auto 80px;padding:0 24px}.legal-page h1{font-size:clamp(2.5rem,6vw,4.2rem);letter-spacing:-.05em;line-height:1.04}.legal-page h2{font-size:1.45rem;margin-top:2rem}.legal-page p{color:#4f6574;font-size:1.03rem}@media (prefers-color-scheme:dark){:root{--background:#fbfaf6;--foreground:#17324d}}@media(max-width:900px){.all-guides-grid{grid-template-columns:1fr 1fr}.explorer-tools{align-items:stretch;flex-direction:column}.search-box{max-width:none}.filter-row{justify-content:flex-start}.article-layout{grid-template-columns:1fr}.article-aside{position:static;display:none}.subscribe-form.compact{grid-template-columns:1fr 1fr}}@media(max-width:650px){.path-grid,.all-guides-grid{grid-template-columns:1fr}.path-grid a{min-height:150px}.site-footer{grid-template-columns:1fr}.site-footer nav{flex-wrap:wrap}.article-hero{text-align:left}.breadcrumbs{justify-content:flex-start}.article-meta{justify-content:flex-start;gap:8px}.article-meta span+span:before{margin-right:8px}.article-hero img{border-radius:18px}.article-layout{padding:0 18px}.article-body{font-size:1.03rem}.subscribe-form,.subscribe-form.compact{grid-template-columns:1fr}.subscribe-form.compact button{grid-column:1/-1}}
