:root{
  --hc-ink:#292b2c;
  --hc-muted:#66655f;
  --hc-soft:#85837c;
  --hc-paper:#fffdf8;
  --hc-paper-2:#f2ebe0;
  --hc-canvas:#fbf7ee;
  --hc-line:rgba(41,43,44,.16);
  --hc-line-strong:rgba(41,43,44,.24);
  --hc-green:#66725c;
  --hc-green-deep:#56604b;
  --hc-sage:#dce2d3;
  --hc-rust:#b95631;
  --hc-rust-soft:#f7e8df;
  --hc-action:#944324;
  --hc-action-ink:#fff;
  --hc-blue:#426b77;
  --hc-blue-soft:#dce8eb;
  --hc-gold:#a9772d;
  --hc-gold-soft:#f3e8c9;
  --hc-plum:#755b70;
  --hc-plum-soft:#eadfe7;
  --hc-shadow:0 18px 60px rgba(48,39,28,.08);
  --hc-shadow-sm:0 8px 28px rgba(48,39,28,.065);
  --hc-radius:24px;
  --hc-font:"DM Sans",Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  --hc-display:var(--hc-font);
}

html[data-theme="dark"]{
  --hc-ink:#f5f1e8;
  --hc-muted:#b8bdb8;
  --hc-soft:#929b95;
  --hc-paper:#202725;
  --hc-paper-2:#252d2a;
  --hc-canvas:#171d1b;
  --hc-line:rgba(255,255,255,.11);
  --hc-line-strong:rgba(255,255,255,.19);
  --hc-green:#7ab49a;
  --hc-green-deep:#d9ece2;
  --hc-sage:#294237;
  --hc-rust:#e28b68;
  --hc-rust-soft:#4a3028;
  --hc-action:#ef9c79;
  --hc-action-ink:#171d1b;
  --hc-blue:#82aeb9;
  --hc-blue-soft:#293f44;
  --hc-gold:#d0a35e;
  --hc-gold-soft:#463c27;
  --hc-plum:#c1a1b9;
  --hc-plum-soft:#40333d;
  --hc-shadow:0 20px 70px rgba(0,0,0,.22);
  --hc-shadow-sm:0 10px 34px rgba(0,0,0,.18);
}

.hc-body,.hc-body *{box-sizing:border-box}
.hc-body{min-height:100vh;margin:0;color:var(--hc-ink);background:var(--hc-canvas);font-family:var(--hc-font);font-size:16px;line-height:1.55;overflow-x:hidden}
.hc-body button,.hc-body input{font:inherit}
.hc-body a{color:inherit}
.hc-body button{color:inherit}
.hc-page i[class*="fa-"],.hc-search-dialog i[class*="fa-"]{font-family:var(--hc-font);font-style:normal;font-weight:700}
.hc-page i[class*="fa-"]:before,.hc-search-dialog i[class*="fa-"]:before{content:"·"}
.hc-page i.fa-magnifying-glass:before,.hc-search-dialog i.fa-magnifying-glass:before{content:"⌕"}.hc-page i.fa-bars:before{content:"☰"}.hc-page i.fa-xmark:before,.hc-search-dialog i.fa-xmark:before{content:"×"}
.hc-page i.fa-arrow-right:before{content:"→"}.hc-page i.fa-arrow-left:before{content:"←"}.hc-page i.fa-arrow-up-right:before{content:"↗"}.hc-page i.fa-chevron-right:before{content:"›"}
.hc-page i.fa-clock:before{content:"◷"}.hc-page i.fa-calendar-check:before{content:"✓"}.hc-page i.fa-link:before{content:"↗"}.hc-page i.fa-print:before{content:"▣"}
.hc-page i.fa-life-ring:before{content:"?"}.hc-page i.fa-comments-question-check:before{content:"?"}.hc-page i.fa-palette:before{content:"◐"}.hc-page i.fa-compass:before{content:"◇"}.hc-page i.fa-sparkles:before{content:"✦"}
.hc-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hc-skip-link{position:fixed;left:14px;top:10px;z-index:100020;padding:10px 14px;border-radius:10px;background:var(--hc-action);color:var(--hc-action-ink)!important;font-weight:700;text-decoration:none;transform:translateY(-150%)}
.hc-skip-link:focus{transform:translateY(0)}
.hc-brand-mark{position:relative;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--hc-line);border-radius:50%;background:var(--hc-paper-2) url("assets/brand/habit-of-care-brain-mark.svg?v=2") center/25px 25px no-repeat;color:var(--hc-ink);font-size:14px;flex:0 0 auto}
.hc-brand-mark>i{visibility:hidden}

.hc-brand-copy{display:grid}
.hc-brand-name{font-size:17px;letter-spacing:-.035em;text-transform:lowercase;white-space:nowrap}
.hc-brand-name>span{font-weight:500}.hc-brand-name>strong{color:var(--hc-rust);font-weight:700}
.hc-sidebar__brand small{color:var(--hc-muted);font-size:11px;margin-top:4px;letter-spacing:.07em;text-transform:uppercase;font-weight:700}

.hc-page{position:relative;min-height:100vh;padding:0!important;background:var(--hc-canvas)}
.hc-shell{width:100%;min-height:100vh;margin:0;display:grid;grid-template-columns:280px minmax(0,1fr);align-items:start}
.hc-content{min-width:0;min-height:100vh;padding:clamp(22px,2.4vw,38px) clamp(20px,3vw,48px) 0}
.hc-content>*{width:min(1240px,100%);margin-inline:auto}

.hc-sidebar{position:sticky;top:0;height:100dvh;max-height:none;overflow:hidden;padding:12px 10px 10px;border:0;border-right:1px solid var(--hc-line);border-radius:0;background:linear-gradient(180deg,color-mix(in srgb,var(--hc-paper) 96%,transparent),var(--hc-paper));box-shadow:none;scrollbar-width:thin;z-index:60;display:flex;flex-direction:column;gap:0}
.hc-sidebar__head{display:flex;align-items:center;justify-content:space-between;padding:3px 7px 14px}
.hc-sidebar__brand{display:flex;align-items:center;gap:10px;text-decoration:none;line-height:1}
.hc-sidebar .hc-sidebar__close{display:none}
.hc-icon-button{display:inline-grid;place-items:center;width:40px;height:40px;padding:0;border:1px solid var(--hc-line);border-radius:12px;background:var(--hc-paper);cursor:pointer}
.hc-icon-button:hover{border-color:var(--hc-rust);color:var(--hc-rust)}
.hc-sidebar-search{width:100%;height:46px;padding:0 11px;display:flex;align-items:center;gap:9px;border:1px solid var(--hc-line);border-radius:13px;background:var(--hc-paper-2);cursor:pointer;color:var(--hc-muted);text-align:left}
.hc-sidebar-search:hover{border-color:var(--hc-line-strong);background:var(--hc-paper)}
.hc-sidebar-search span{flex:1;font-size:13px;font-weight:600}
.hc-sidebar-search kbd,.hc-hero-search kbd{font:700 11px/1 var(--hc-font);padding:4px 6px;border:1px solid var(--hc-line);border-bottom-color:var(--hc-line-strong);border-radius:6px;background:var(--hc-paper);color:var(--hc-soft)}
.hc-category-nav{min-height:0;display:grid;align-content:start;gap:2px;margin-top:10px;padding:2px 2px 8px 0;overflow-y:auto}
.hc-category-link{display:grid;grid-template-columns:35px minmax(0,1fr) 14px;gap:10px;align-items:center;padding:9px;border:1px solid transparent;border-radius:13px;text-decoration:none;transition:background .18s,border-color .18s,transform .18s}
.hc-category-link:hover{background:var(--hc-paper-2);transform:translateX(2px)}
.hc-category-link.is-current{background:var(--hc-sage);border-color:color-mix(in srgb,var(--hc-green) 22%,transparent)}
.hc-category-link__icon{display:grid;place-items:center;width:35px;height:35px;border-radius:11px;font-size:14px}
.hc-accent-sage{background:var(--hc-sage);color:var(--hc-green)}
.hc-accent-rust{background:var(--hc-rust-soft);color:var(--hc-rust)}
.hc-accent-blue{background:var(--hc-blue-soft);color:var(--hc-blue)}
.hc-accent-gold{background:var(--hc-gold-soft);color:var(--hc-gold)}
.hc-accent-plum{background:var(--hc-plum-soft);color:var(--hc-plum)}
.hc-category-link__icon>i,.hc-article-card__icon>i,.hc-category-card__icon>i,.hc-category-hero__icon>i,.hc-guide-hero .hc-eyebrow>i{display:none}
.hc-category-link__icon:after,.hc-article-card__icon:after,.hc-category-card__icon:after,.hc-category-hero__icon:after,.hc-guide-hero .hc-eyebrow:before{font-family:var(--hc-font);font-weight:700;font-style:normal;line-height:1}
.hc-accent-sage:after,.hc-category-card--sage .hc-category-card__icon:after,.hc-category-hero--sage .hc-category-hero__icon:after{content:"✦"}
.hc-accent-rust:after,.hc-category-card--rust .hc-category-card__icon:after,.hc-category-hero--rust .hc-category-hero__icon:after{content:"$"}
.hc-accent-blue:after,.hc-category-card--blue .hc-category-card__icon:after,.hc-category-hero--blue .hc-category-hero__icon:after{content:"↗"}
.hc-accent-gold:after,.hc-category-card--gold .hc-category-card__icon:after,.hc-category-hero--gold .hc-category-hero__icon:after{content:"✓"}
.hc-accent-plum:after,.hc-category-card--plum .hc-category-card__icon:after,.hc-category-hero--plum .hc-category-hero__icon:after{content:"◇"}
.hc-guide-hero .hc-eyebrow:before{content:"✦"}
.hc-category-link__copy{display:grid;min-width:0;line-height:1.2}
.hc-category-link__copy strong{font-size:14px;white-space:normal;overflow:visible}
.hc-category-link__copy small{color:var(--hc-muted);font-size:12px;margin-top:3px}
.hc-category-link>i{font-size:10px;color:var(--hc-soft)}
.hc-sidebar__utilities{margin-top:auto;padding-top:9px;border-top:1px dashed var(--hc-line);display:grid;gap:2px}
.hc-sidebar__utility{width:100%;min-height:48px;padding:6px 8px;display:flex;align-items:center;gap:10px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--hc-ink);text-align:left;text-decoration:none;cursor:pointer}
.hc-sidebar__utility:hover{background:var(--hc-paper-2);border-color:var(--hc-line)}
.hc-sidebar__utility-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--hc-paper-2);color:var(--hc-rust)}
.hc-sidebar__utility>span:last-child{min-width:0;display:grid;line-height:1.25}
.hc-sidebar__utility strong{font-size:12px}
.hc-sidebar__utility small{margin-top:2px;color:var(--hc-muted);font-size:11px}
.hc-sidebar__support{display:block}

.hc-mobile-bar{display:none}
.hc-menu-scrim{display:none}

.hc-home,.hc-category-page,.hc-guide{min-width:0}
.hc-hero{position:relative;padding:clamp(32px,4vw,50px);overflow:hidden;border:1px solid var(--hc-line);border-radius:24px;background:var(--hc-paper);color:var(--hc-ink)}
.hc-hero__copy{position:relative;max-width:760px}
.hc-eyebrow,.hc-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--hc-rust);font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.hc-hero h1{margin:10px 0 10px;font:600 clamp(34px,4vw,50px)/1.08 var(--hc-display);letter-spacing:-.04em;max-width:720px}
.hc-hero p{margin:0;max-width:650px;color:var(--hc-muted);font-size:clamp(14px,1.25vw,17px);line-height:1.6}
.hc-hero-search{width:min(640px,100%);height:58px;margin-top:24px;padding:0 17px;display:flex;align-items:center;gap:12px;border:1px solid var(--hc-line-strong);border-radius:14px;background:var(--hc-paper-2);color:var(--hc-ink);cursor:text;box-shadow:none;text-align:left;transition:border-color .18s,background .18s,box-shadow .18s}
.hc-hero-search:hover{border-color:color-mix(in srgb,var(--hc-rust) 52%,var(--hc-line));background:var(--hc-paper)}
.hc-hero-search:focus-visible{outline:0;border-color:var(--hc-rust);box-shadow:0 0 0 3px color-mix(in srgb,var(--hc-rust) 18%,transparent)}
.hc-hero-search>i{color:var(--hc-rust)}
.hc-hero-search span{flex:1;color:var(--hc-muted)}
.hc-hero__suggestions{margin-top:13px;display:flex;gap:8px 11px;align-items:center;flex-wrap:wrap;font-size:12px;color:var(--hc-soft)}
.hc-hero__suggestions button{padding:0;border:0;background:none;color:var(--hc-ink);cursor:pointer;font-size:12px;font-weight:600}
.hc-hero__suggestions button:hover{text-decoration:underline;text-decoration-color:var(--hc-rust);text-underline-offset:3px}

.hc-section-block{margin-top:44px}
.hc-section-heading{margin-bottom:18px;display:flex;justify-content:space-between;align-items:end;gap:24px}
.hc-section-heading h2{margin:4px 0 0;font:400 clamp(30px,3vw,43px)/1.05 var(--hc-display);letter-spacing:-.025em}
.hc-section-heading>p{margin:0;color:var(--hc-muted);font-size:14px;max-width:420px;text-align:right}
.hc-popular-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.hc-article-card{min-width:0;padding:17px;display:grid;grid-template-columns:44px minmax(0,1fr) 20px;align-items:center;gap:14px;text-decoration:none;border:1px solid var(--hc-line);border-radius:18px;background:var(--hc-paper);box-shadow:0 1px 0 rgba(255,255,255,.6) inset;transition:transform .18s,border-color .18s,box-shadow .18s}
.hc-article-card:hover{transform:translateY(-2px);border-color:var(--hc-line-strong);box-shadow:var(--hc-shadow-sm)}
.hc-article-card__icon{width:44px;height:44px;display:grid;place-items:center;border-radius:13px}
.hc-article-card__copy{min-width:0;display:grid;line-height:1.3}
.hc-article-card__copy strong{font-size:15px}
.hc-article-card__copy small{margin-top:5px;color:var(--hc-muted);font-size:13px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.hc-article-card__copy em{margin-top:7px;color:var(--hc-rust);font-size:11px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hc-article-card>i{font-size:12px;color:var(--hc-soft);transition:transform .18s}
.hc-article-card:hover>i{transform:translateX(3px);color:var(--hc-rust)}
.hc-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.hc-category-card{position:relative;min-width:0;padding:22px;border:1px solid var(--hc-line);border-radius:22px;background:var(--hc-paper);overflow:hidden}
.hc-category-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:var(--hc-green)}
.hc-category-card--rust:before{background:var(--hc-rust)}.hc-category-card--blue:before{background:var(--hc-blue)}.hc-category-card--gold:before{background:var(--hc-gold)}.hc-category-card--plum:before{background:var(--hc-plum)}
.hc-category-card__top{display:flex;align-items:center;justify-content:space-between}
.hc-category-card__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:var(--hc-paper-2);color:var(--hc-rust)}
.hc-category-card__count{padding:5px 8px;border-radius:999px;background:var(--hc-paper-2);color:var(--hc-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hc-category-card h3{margin:17px 0 7px;font:400 24px/1.05 var(--hc-display)}.hc-category-card h3 a{text-decoration:none}
.hc-category-card>p{margin:0;color:var(--hc-muted);font-size:14px;line-height:1.55;min-height:66px}
.hc-category-card__links{margin-top:16px;padding-top:8px;border-top:1px solid var(--hc-line);display:grid}
.hc-category-card__links a{padding:8px 0;display:flex;justify-content:space-between;gap:12px;text-decoration:none;font-size:13px;font-weight:600;border-bottom:1px solid var(--hc-line)}
.hc-category-card__links a i{font-size:9px;color:var(--hc-soft);margin-top:4px}
.hc-category-card__all{margin-top:14px;display:inline-flex;align-items:center;gap:7px;color:var(--hc-rust)!important;text-decoration:none;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}

.hc-breadcrumbs{min-width:0;margin:4px 0 16px;display:flex;align-items:center;gap:8px;color:var(--hc-muted);font-size:13px;white-space:nowrap;overflow:hidden}
.hc-breadcrumbs a{text-decoration:none}.hc-breadcrumbs a:hover{color:var(--hc-rust)}
.hc-breadcrumbs i{font-size:8px;flex:0 0 auto}.hc-breadcrumbs span{overflow:hidden;text-overflow:ellipsis}
.hc-category-hero{padding:34px;display:flex;align-items:center;gap:22px;border:1px solid var(--hc-line);border-radius:26px;background:var(--hc-paper);box-shadow:var(--hc-shadow-sm)}
.hc-category-hero__icon{width:72px;height:72px;display:grid;place-items:center;flex:0 0 auto;border-radius:22px;background:var(--hc-sage);color:var(--hc-green);font-size:24px}
.hc-category-hero--rust .hc-category-hero__icon{background:var(--hc-rust-soft);color:var(--hc-rust)}.hc-category-hero--blue .hc-category-hero__icon{background:var(--hc-blue-soft);color:var(--hc-blue)}.hc-category-hero--gold .hc-category-hero__icon{background:var(--hc-gold-soft);color:var(--hc-gold)}.hc-category-hero--plum .hc-category-hero__icon{background:var(--hc-plum-soft);color:var(--hc-plum)}
.hc-category-hero h1{margin:5px 0 6px;font:400 clamp(36px,4vw,56px)/1 var(--hc-display);letter-spacing:-.03em}
.hc-category-hero p{margin:0;color:var(--hc-muted);font-size:15px;max-width:760px}
.hc-category-list{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}

.hc-guide-hero{position:relative;padding:clamp(28px,4vw,48px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;border:1px solid var(--hc-line);border-radius:28px;background:var(--hc-paper);box-shadow:var(--hc-shadow-sm);overflow:hidden}
.hc-guide-hero:before{content:"";position:absolute;width:260px;height:260px;right:-100px;top:-140px;border-radius:50%;background:var(--hc-sage);opacity:.55}
.hc-guide-hero--rust:before{background:var(--hc-rust-soft)}.hc-guide-hero--blue:before{background:var(--hc-blue-soft)}.hc-guide-hero--gold:before{background:var(--hc-gold-soft)}.hc-guide-hero--plum:before{background:var(--hc-plum-soft)}
.hc-guide-hero__main{position:relative;z-index:1;max-width:850px}
.hc-guide-hero h1{margin:10px 0 13px;font:400 clamp(39px,5vw,64px)/1.02 var(--hc-display);letter-spacing:-.035em}
.hc-guide-hero__main>p{margin:0;color:var(--hc-muted);font-size:clamp(15px,1.4vw,18px);line-height:1.6;max-width:780px}
.hc-guide-meta{margin-top:19px;display:flex;gap:18px;flex-wrap:wrap;color:var(--hc-soft);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.hc-guide-meta span{display:inline-flex;align-items:center;gap:6px}
.hc-guide-hero__actions{position:relative;z-index:1;min-width:180px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:8px}
.hc-button{min-height:42px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--hc-line);border-radius:12px;background:var(--hc-paper);color:var(--hc-ink)!important;text-decoration:none;font:700 14px/1.2 var(--hc-font);cursor:pointer;transition:transform .16s,border-color .16s,background .16s}
.hc-button:hover{transform:translateY(-1px);border-color:var(--hc-line-strong)}
.hc-button--primary{background:var(--hc-action);color:var(--hc-action-ink)!important;border-color:var(--hc-action)}
.hc-button--quiet{background:var(--hc-paper-2)}
.hc-guide-layout{margin-top:24px;display:grid;grid-template-columns:minmax(0,820px) minmax(190px,240px);gap:clamp(28px,5vw,72px);justify-content:center;align-items:start}
.hc-guide-content{min-width:0;display:grid;gap:14px}
.hc-guide-section{position:relative;padding:28px;display:grid;grid-template-columns:42px minmax(0,1fr);gap:18px;border:1px solid var(--hc-line);border-radius:22px;background:var(--hc-paper)}
.hc-guide-section__number{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--hc-paper-2);color:var(--hc-rust);font-size:10px;font-weight:700;letter-spacing:.08em}
.hc-guide-section__body{min-width:0}
.hc-guide-section h2{margin:2px 0 10px;font:400 clamp(25px,2.6vw,34px)/1.12 var(--hc-display);letter-spacing:-.02em;scroll-margin-top:100px}
.hc-guide-section__intro{margin:0;color:var(--hc-muted);font-size:16px;line-height:1.68}
.hc-steps{counter-reset:none;list-style:none;margin:20px 0 0;padding:0;display:grid;gap:16px}
.hc-steps li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:start}
.hc-steps li>span{width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--hc-green-deep);color:#fff;font-size:10px;font-weight:700}
.hc-steps li div{padding-bottom:16px;border-bottom:1px solid var(--hc-line)}.hc-steps li:last-child div{padding-bottom:0;border-bottom:0}
.hc-steps strong{font-size:15px}.hc-steps p{margin:4px 0 0;color:var(--hc-muted);font-size:15px;line-height:1.6}
.hc-bullets{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:11px}
.hc-bullets li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;color:var(--hc-muted);font-size:15px;line-height:1.6}
.hc-bullets i{width:20px;height:20px;display:grid;place-items:center;margin-top:2px;border-radius:50%;background:var(--hc-sage);color:var(--hc-green);font-size:8px}
.hc-bullets i:before{content:"✓";font:700 9px/1 var(--hc-font)}
.hc-fact-grid{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.hc-fact{padding:14px 11px;display:grid;align-content:start;border:1px solid var(--hc-line);border-radius:14px;background:var(--hc-paper-2)}
.hc-fact strong{font:400 28px/1 var(--hc-display);color:var(--hc-rust)}.hc-fact span{margin-top:7px;color:var(--hc-muted);font-size:12px;line-height:1.4}
.hc-callout{margin-top:20px;padding:15px;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;border-radius:15px}
.hc-callout>i{width:34px;height:34px;display:grid;place-items:center;border-radius:10px}
.hc-callout>i:before{font:700 13px/1 var(--hc-font)}.hc-callout--note>i:before{content:"i"}.hc-callout--warning>i:before{content:"!"}
.hc-callout strong{font-size:14px}.hc-callout p{margin:3px 0 0;font-size:14px;line-height:1.55}
.hc-callout--note{background:var(--hc-sage);color:color-mix(in srgb,var(--hc-green-deep) 88%,var(--hc-ink))}.hc-callout--note>i{background:rgba(255,255,255,.45);color:var(--hc-green)}
.hc-callout--warning{background:var(--hc-rust-soft);color:color-mix(in srgb,var(--hc-rust) 45%,var(--hc-ink))}.hc-callout--warning>i{background:rgba(255,255,255,.45);color:var(--hc-rust)}
.hc-toc{position:sticky;top:24px}
.hc-toc__inner{padding:18px;border-left:1px solid var(--hc-line);display:grid;gap:5px}
.hc-toc__label{margin-bottom:6px;color:var(--hc-soft);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.hc-toc a{padding:6px 0;color:var(--hc-muted);text-decoration:none;font-size:13px;line-height:1.4}.hc-toc a:hover,.hc-toc a.is-current{color:var(--hc-rust)}
.hc-toc__rule{height:1px;margin:8px 0;background:var(--hc-line)}
.hc-toc a i{margin-right:7px}
.hc-article-pagination{margin-top:6px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
.hc-article-pagination>a{min-width:0;padding:16px;display:grid;text-decoration:none;border:1px solid var(--hc-line);border-radius:16px;background:var(--hc-paper)}
.hc-article-pagination>a:last-child{text-align:right}.hc-article-pagination a span{display:flex;align-items:center;gap:7px;color:var(--hc-rust);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.hc-article-pagination>a:last-child span{justify-content:flex-end}
.hc-article-pagination a strong{margin-top:6px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.hc-reading-progress{position:fixed;left:0;top:0;width:100%;height:3px;z-index:100001;pointer-events:none}.hc-reading-progress span{display:block;width:0;height:100%;background:var(--hc-rust)}

.hc-support-banner{margin-top:36px;padding:24px 26px;display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:18px;align-items:center;border:1px solid var(--hc-line);border-radius:20px;background:var(--hc-paper);color:var(--hc-ink);box-shadow:var(--hc-shadow-sm)}
.hc-support-banner__icon{width:50px;height:50px;display:grid;place-items:center;border-radius:15px;background:var(--hc-rust-soft);color:var(--hc-rust);font-size:18px}
.hc-support-banner .hc-kicker{color:var(--hc-rust)}.hc-support-banner h2{margin:2px 0 3px;font:400 27px/1.1 var(--hc-display)}.hc-support-banner p{margin:0;color:var(--hc-muted);font-size:13px;line-height:1.55;max-width:760px}

.hc-footer{width:100%;margin:44px auto 0;padding:22px 0 28px;display:flex;justify-content:space-between;align-items:center;gap:20px;border-top:1px solid var(--hc-line);color:var(--hc-muted);font-size:12px}
.hc-footer>span{display:flex;align-items:center;gap:8px;font-weight:700}.hc-footer .hc-brand-mark{width:23px;height:23px;font-size:10px}.hc-footer nav{display:flex;gap:16px}.hc-footer a{text-decoration:none}

.hc-search-dialog{width:min(760px,calc(100vw - 30px));max-height:min(720px,calc(100dvh - 30px));padding:0;border:0;border-radius:22px;background:var(--hc-paper);color:var(--hc-ink);box-shadow:0 40px 120px rgba(0,0,0,.28);overflow:hidden}
.hc-search-dialog::backdrop{background:rgba(15,22,18,.55);backdrop-filter:blur(7px)}
.hc-search-dialog__panel{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;max-height:min(720px,calc(100dvh - 30px))}
.hc-search-dialog__head{padding:13px;display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--hc-line)}
.hc-search-dialog__field{height:52px;min-width:0;flex:1;padding:0 14px;display:flex;align-items:center;gap:11px;border:1px solid var(--hc-line);border-radius:14px;background:var(--hc-paper-2)}
.hc-search-dialog__field>i{color:var(--hc-rust)}.hc-search-dialog__field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--hc-ink);font-size:15px}.hc-search-dialog__field kbd,.hc-search-dialog__foot kbd{padding:3px 6px;border:1px solid var(--hc-line);border-radius:5px;background:var(--hc-paper);color:var(--hc-soft);font:700 9px/1 var(--hc-font)}
.hc-search-dialog__meta{padding:11px 18px;color:var(--hc-soft);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}
.hc-search-results{min-height:260px;overflow:auto;padding:0 12px 12px;display:grid;align-content:start;gap:5px}
.hc-search-result{padding:13px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;text-decoration:none;border:1px solid transparent;border-radius:13px}
.hc-search-result:hover,.hc-search-result.is-selected{background:var(--hc-paper-2);border-color:var(--hc-line)}
.hc-search-result div{min-width:0;display:grid}.hc-search-result strong{font-size:14px}.hc-search-result small{margin-top:3px;color:var(--hc-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hc-search-result em{color:var(--hc-rust);font-size:11px;font-style:normal;font-weight:700;text-transform:uppercase;letter-spacing:.06em}
.hc-search-empty{padding:56px 20px;text-align:center;color:var(--hc-muted)}.hc-search-empty i{display:block;margin-bottom:12px;color:var(--hc-rust);font-size:25px}.hc-search-empty strong{display:block;color:var(--hc-ink);font:400 24px/1.1 var(--hc-display)}.hc-search-empty span{display:block;margin-top:7px;font-size:13px}
.hc-search-dialog__foot{padding:10px 18px;display:flex;gap:18px;border-top:1px solid var(--hc-line);color:var(--hc-soft);font-size:11px}.hc-search-dialog__foot span{display:flex;align-items:center;gap:4px}
.hc-toast{position:fixed;left:50%;bottom:28px;z-index:100010;padding:11px 15px;border-radius:999px;background:var(--hc-action);color:var(--hc-action-ink);box-shadow:var(--hc-shadow);font-size:13px;font-weight:700;transform:translateX(-50%)}
.hc-not-found{min-height:570px;padding:70px 24px;display:grid;place-items:center;align-content:center;text-align:center;border:1px solid var(--hc-line);border-radius:28px;background:var(--hc-paper)}
.hc-not-found__icon{width:70px;height:70px;display:grid;place-items:center;margin-bottom:16px;border-radius:22px;background:var(--hc-rust-soft);color:var(--hc-rust);font-size:25px}.hc-not-found h1{margin:7px 0;font:400 48px/1 var(--hc-display)}.hc-not-found p{margin:0 0 20px;color:var(--hc-muted)}.hc-not-found>div{display:flex;gap:8px}

@media(max-width:1260px){
  .hc-shell{grid-template-columns:270px minmax(0,1fr)}.hc-sidebar{padding-inline:9px}.hc-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:960px){
  .hc-page{min-height:100vh;padding:10px!important}
  .hc-mobile-bar{height:58px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--hc-line);border-radius:17px;background:color-mix(in srgb,var(--hc-paper) 94%,transparent);box-shadow:var(--hc-shadow-sm);position:sticky;top:10px;z-index:45}
  .hc-mobile-bar>a{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:13px}.hc-mobile-bar .hc-brand-mark{width:27px;height:27px;background-size:21px 21px}.hc-mobile-bar .hc-icon-button{width:36px;height:36px;border:0;background:var(--hc-paper-2)}
  .hc-shell{display:block;min-height:0}.hc-content{min-height:0;margin-top:14px;padding:0}
  .hc-sidebar{position:fixed;left:0;top:0!important;bottom:0;width:min(330px,88vw);max-height:none!important;border-radius:0 24px 24px 0;z-index:100003;transform:translateX(-105%);transition:transform .24s ease;box-shadow:0 30px 100px rgba(0,0,0,.28)}
  .hc-sidebar.is-open{transform:translateX(0)}.hc-sidebar .hc-sidebar__close{display:grid}.hc-menu-scrim{position:fixed;inset:0;display:block;border:0;background:rgba(16,23,19,.48);backdrop-filter:blur(3px);z-index:100002}.hc-menu-scrim[hidden]{display:none}
  .hc-hero__copy{max-width:800px}.hc-hero h1{max-width:800px}
  .hc-guide-layout{grid-template-columns:1fr}.hc-toc{display:none}.hc-guide-content{width:min(820px,100%);margin:0 auto}.hc-guide-hero{grid-template-columns:1fr}.hc-guide-hero__actions{min-width:0;flex-direction:row;justify-content:flex-start;flex-wrap:wrap}.hc-guide-hero__actions .hc-button--primary{flex:1 1 220px}.hc-guide-hero__actions .hc-button--quiet span{display:none}
}

@media(max-width:680px){
  .hc-page{padding:7px!important}.hc-mobile-bar{top:7px}
  .hc-hero{padding:28px 22px;border-radius:20px}.hc-hero h1{font-size:34px}.hc-hero p{font-size:15px}.hc-hero-search{height:54px;margin-top:21px}.hc-hero__suggestions{display:none}
  .hc-section-block{margin-top:34px}.hc-section-heading{align-items:start;display:block}.hc-section-heading>p{margin-top:7px;text-align:left}.hc-section-heading h2{font-size:34px}
  .hc-popular-grid,.hc-category-grid,.hc-category-list{grid-template-columns:1fr}.hc-article-card{padding:14px}.hc-category-card>p{min-height:0}
  .hc-category-hero{padding:24px;display:block}.hc-category-hero__icon{width:54px;height:54px;margin-bottom:18px;border-radius:17px}.hc-category-hero h1{font-size:42px}
  .hc-guide-hero{padding:26px 21px;border-radius:22px}.hc-guide-hero h1{font-size:42px}.hc-guide-hero__main>p{font-size:15px}.hc-guide-meta{gap:10px}.hc-guide-meta span:last-child{display:none}
  .hc-guide-hero__actions{display:grid;grid-template-columns:1fr 42px 42px}.hc-guide-hero__actions .hc-button--primary{min-width:0}.hc-guide-hero__actions .hc-button--quiet{padding:0}
  .hc-guide-layout{margin-top:12px}.hc-guide-section{padding:21px 18px;grid-template-columns:1fr;gap:11px;border-radius:18px}.hc-guide-section__number{width:34px;height:30px;border-radius:9px}.hc-guide-section h2{font-size:29px}.hc-guide-section__intro{font-size:15px}.hc-fact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hc-steps p,.hc-bullets li{font-size:15px}
  .hc-article-pagination{grid-template-columns:1fr}.hc-article-pagination>span:empty{display:none}
  .hc-support-banner{padding:23px;grid-template-columns:42px minmax(0,1fr)}.hc-support-banner__icon{width:42px;height:42px}.hc-support-banner .hc-button{grid-column:1/-1}.hc-support-banner h2{font-size:24px}
  .hc-footer{padding:20px 10px 18px;display:block;text-align:center}.hc-footer>span{justify-content:center}.hc-footer nav{justify-content:center;margin-top:10px}
  .hc-search-dialog{width:100vw;height:100dvh;max-height:none;border-radius:0}.hc-search-dialog__panel{height:100dvh;max-height:none}.hc-search-dialog__head{padding:9px}.hc-search-dialog__field{height:48px}.hc-search-dialog__field kbd,.hc-search-dialog__foot{display:none}.hc-search-results{min-height:0}
  .hc-not-found{min-height:480px}.hc-not-found h1{font-size:39px}.hc-not-found>div{flex-direction:column;width:100%}
}

@media(prefers-reduced-motion:reduce){.hc-sidebar,.hc-article-card,.hc-button,.hc-category-link{transition:none!important}.hc-reading-progress{display:none}}

@media print{
  .hc-sidebar,.hc-mobile-bar,.hc-menu-scrim,.hc-guide-hero__actions,.hc-toc,.hc-article-pagination,.hc-support-banner,.hc-footer,.hc-reading-progress,.hc-search-dialog{display:none!important}
  .hc-page,.hc-shell,.hc-content,.hc-guide-layout{display:block!important;padding:0!important;margin:0!important;background:#fff!important}.hc-guide-hero,.hc-guide-section{box-shadow:none!important;break-inside:avoid}.hc-guide-section{margin-top:12px}.hc-guide-hero{border:0;padding:0 0 20px}.hc-body{background:#fff!important;color:#111!important}
}
