.cm-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;min-height:34px;box-sizing:border-box;border-radius:999px;border:1px solid var(--cm-filter-pill-border);background:var(--cm-filter-pill-surface);text-decoration:none;font-size:13px;font-weight:600;line-height:1.2;color:var(--cm-text);cursor:pointer;transition:background-color .15s,border-color .15s,color .15s;white-space:nowrap;flex-shrink:0}.cm-pill:hover{background:var(--cm-filter-pill-hover);border-color:rgba(200,186,172,.92);text-decoration:none}.cm-pill:focus-visible{outline:2px solid var(--cm-border-focus);outline-offset:2px}.cm-pill.is-active,.cm-pill[aria-current=page],.cm-pill[aria-pressed=true]{background:var(--cm-filter-pill-selected-bg);color:var(--cm-text);border-color:var(--cm-filter-pill-selected-bd);box-shadow:inset 0 0 0 1px var(--cm-filter-pill-selected-ring)}.cm-pill.is-active:hover,.cm-pill[aria-current=page]:hover,.cm-pill[aria-pressed=true]:hover{background:rgba(122,95,72,.12);border-color:rgba(110,86,66,.48)}.cm-pill.is-active .cm-pill__count,.cm-pill[aria-current=page] .cm-pill__count,.cm-pill[aria-pressed=true] .cm-pill__count{background:rgba(110,86,66,.15);color:var(--cm-text)}@media (max-width:767px){.cm-pill{padding:8px 14px;font-size:15px;font-weight:600;min-height:40px;gap:6px}}.cm-home-hero{padding:32px 24px 36px;text-align:center;margin-bottom:16px;border-radius:var(--hp-r-section);background:linear-gradient(135deg,var(--cm-accent-soft) 0,var(--cm-surface) 50%,var(--cm-surface-soft) 100%);border:1px solid var(--hp-border);box-shadow:var(--hp-shadow-section)}.cm-home-hero.cm-home-hero--compact{padding:12px 14px 10px;margin-bottom:4px;border-radius:12px;box-shadow:0 1px 0 rgba(0,0,0,.04)}.cm-home-hero.cm-home-hero--compact .cm-hero__title,.cm-home-hero.cm-home-hero--compact .cm-home-hero__title{margin-bottom:5px;font-size:clamp(22px, 4vw, 36px);letter-spacing:-.025em;line-height:1.14}.cm-home-hero.cm-home-hero--compact .cm-hero__subtitle,.cm-home-hero.cm-home-hero--compact .cm-home-hero__subtitle{margin-bottom:8px;max-width:46ch;font-size:14px;line-height:1.45}.cm-home-hero.cm-home-hero--compact .cm-hero__cta-group,.cm-home-hero.cm-home-hero--compact .cm-home-hero__cta-group{gap:6px;margin-bottom:0}.cm-home-hero.cm-home-hero--compact .cm-hero__cta-group .cm-btn,.cm-home-hero.cm-home-hero--compact .cm-home-hero__cta-group .cm-btn{min-width:118px;padding-top:.5rem;padding-bottom:.5rem;font-size:13px}.cm-home-hero.cm-home-hero--compact .cm-home-hero__micro-trust{margin:6px auto 0}.cm-home-hero.cm-home-hero--compact .cm-hero__trust,.cm-home-hero.cm-home-hero--compact .cm-home-hero__trust{margin-top:5px;font-size:11px}.cm-home-hero__micro-trust{list-style:none;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:0;margin:8px auto 0;padding:0;max-width:42rem;font-size:11px;font-weight:600;letter-spacing:.02em;color:var(--hp-muted);line-height:1.35}.cm-home-hero__micro-trust li{display:inline-flex;align-items:center}.cm-home-hero__micro-trust li+li::before{content:'·';margin:0 10px;font-weight:500;color:var(--hp-muted);opacity:.45}.cm-home-hero .cm-hero__title,.cm-home-hero__title{margin:0 0 12px;font-size:clamp(30px, 5vw, 46px);line-height:1.12;font-weight:800;color:var(--hp-text);letter-spacing:-.03em}.cm-home-hero .cm-hero__subtitle,.cm-home-hero__subtitle{margin:0 auto 24px;max-width:42ch;font-size:15px;line-height:1.55;color:var(--hp-muted)}.cm-home-hero .cm-hero__cta-group,.cm-home-hero__cta-group{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.cm-home-hero .cm-hero__cta-group .cm-btn,.cm-home-hero__cta-group .cm-btn{min-width:152px;border-radius:var(--hp-r-btn)}.cm-home-hero .cm-hero__cta-group .cm-btn--primary,.cm-home-hero__cta-group .cm-btn--primary{background:var(--cm-cta);border-color:var(--cm-cta);color:var(--cm-btn-primary-text)!important}.cm-home-hero .cm-hero__cta-group .cm-btn--primary:hover,.cm-home-hero__cta-group .cm-btn--primary:hover{background:var(--cm-cta-hover);border-color:var(--cm-cta-hover);color:var(--cm-btn-primary-text)!important}.cm-home-hero .cm-hero__cta-group .cm-btn--secondary,.cm-home-hero__cta-group .cm-btn--secondary{background:var(--hp-btn-soft-bg,rgba(255,255,255,.65));border:1px solid var(--hp-btn-soft-border,var(--cm-border-subtle));color:var(--cm-text)!important;box-shadow:0 1px 0 rgba(255,255,255,.6)}.cm-home-hero .cm-hero__cta-group .cm-btn--secondary:hover,.cm-home-hero__cta-group .cm-btn--secondary:hover{background:var(--hp-accent-soft,rgba(47,36,29,.04));border-color:var(--cm-border);color:var(--cm-text)!important}.cm-home-hero .cm-hero__trust,.cm-home-hero__trust{margin:18px 0 0;font-size:12px;color:var(--hp-label);letter-spacing:.04em}@media (min-width:1024px){.cm-home-hero.cm-home-hero--compact{padding:20px 32px 16px;margin-bottom:10px;border-radius:var(--hp-r-section);border-color:var(--cm-border-subtle);box-shadow:0 2px 22px rgba(47,36,29,.055);background:linear-gradient(148deg,rgba(254,246,235,.55) 0,var(--cm-surface) 45%,var(--cm-surface-soft) 100%)}.cm-home-hero.cm-home-hero--compact .cm-hero__title,.cm-home-hero.cm-home-hero--compact .cm-home-hero__title{margin-bottom:8px;font-size:clamp(26px, 2.9vw, 42px);line-height:1.12}.cm-home-hero.cm-home-hero--compact .cm-hero__subtitle,.cm-home-hero.cm-home-hero--compact .cm-home-hero__subtitle{margin-bottom:14px;max-width:48ch;font-size:15px;line-height:1.55;opacity:.9}.cm-home-hero.cm-home-hero--compact .cm-hero__cta-group,.cm-home-hero.cm-home-hero--compact .cm-home-hero__cta-group{gap:10px}.cm-home-hero.cm-home-hero--compact .cm-hero__cta-group .cm-btn,.cm-home-hero.cm-home-hero--compact .cm-home-hero__cta-group .cm-btn{min-width:132px;padding:10px 20px;font-size:14px}.cm-home-hero.cm-home-hero--compact .cm-home-hero__micro-trust{margin-top:10px;font-size:12px}.cm-home-hero.cm-home-hero--compact .cm-hero__trust,.cm-home-hero.cm-home-hero--compact .cm-home-hero__trust{margin-top:8px;font-size:11px;letter-spacing:.09em;text-transform:uppercase;opacity:.68}}.cm-feature-card{display:flex;flex-direction:column;background:var(--cm-surface);border:1px solid var(--cm-border-subtle);border-radius:var(--hp-r-card);box-shadow:var(--hp-shadow-card);overflow:hidden;transition:box-shadow .2s,border-color .2s}.cm-feature-card:hover{box-shadow:var(--cm-shadow-section);border-color:var(--cm-border-strong)}.cm-feature-card__body{padding:24px;flex:1}.cm-feature-card__title{margin:0 0 8px;font-size:17px;font-weight:700;line-height:1.28;color:var(--hp-text)}.cm-feature-card__title a{text-decoration:none;color:inherit}.cm-feature-card__title a:hover{text-decoration:underline}.cm-feature-card__excerpt{margin:0;font-size:13px;line-height:1.55;color:var(--hp-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cm-feature-card__footer{padding:0 24px 22px;background:0 0;border-top:none}.cm-feature-card__cta.cm-btn{border-radius:var(--hp-r-btn);background:var(--cm-btn-soft-bg);border:1px solid var(--cm-btn-soft-border);color:var(--cm-cta)!important;padding:12px 18px;min-height:42px;height:auto}.cm-feature-card__cta.cm-btn:hover{background:var(--cm-accent-soft);border-color:var(--cm-border);color:var(--cm-cta)!important}@media (min-width:768px) and (max-width:1024px){.cm-home-hero{padding:36px 28px 40px;margin-bottom:20px}.cm-home-hero.cm-home-hero--compact{padding:16px 18px 14px;margin-bottom:10px}}@media (max-width:767px){.cm-home-hero{padding:32px 22px 36px;margin-bottom:18px;border-radius:20px}.cm-home-hero.cm-home-hero--compact{padding:14px 16px 12px;margin-bottom:6px;border-radius:12px}.cm-home-hero .cm-hero__title,.cm-home-hero__title{font-size:30px;margin-bottom:10px;letter-spacing:-.02em}.cm-home-hero .cm-hero__subtitle,.cm-home-hero__subtitle{font-size:15px;margin-bottom:18px}.cm-home-hero .cm-hero__cta-group,.cm-home-hero__cta-group{flex-direction:column;width:100%;gap:10px}.cm-home-hero .cm-hero__cta-group .cm-btn,.cm-home-hero__cta-group .cm-btn{width:100%;min-width:0}.cm-home-hero .cm-hero__trust,.cm-home-hero__trust{margin-top:14px;font-size:12px}.cm-home-hero.cm-home-hero--compact .cm-hero__title,.cm-home-hero.cm-home-hero--compact .cm-home-hero__title{font-size:clamp(22px, 6vw, 30px);margin-bottom:6px}.cm-home-hero.cm-home-hero--compact .cm-hero__subtitle,.cm-home-hero.cm-home-hero--compact .cm-home-hero__subtitle{margin-bottom:10px;font-size:13px}.cm-home-hero.cm-home-hero--compact .cm-hero__cta-group,.cm-home-hero.cm-home-hero--compact .cm-home-hero__cta-group{gap:6px}.cm-home-hero.cm-home-hero--compact .cm-home-hero__micro-trust{margin-top:5px;font-size:10px;letter-spacing:.01em}.cm-home-hero.cm-home-hero--compact .cm-home-hero__micro-trust li+li::before{margin:0 6px}.cm-home-hero.cm-home-hero--compact .cm-hero__trust,.cm-home-hero.cm-home-hero--compact .cm-home-hero__trust{margin-top:6px;font-size:10px}.cm-feature-card__body{padding:20px}.cm-feature-card__footer{padding:0 20px 16px;background:0 0;border-top:none}.cm-feature-card__title{font-size:15px}.cm-feature-card__cta.cm-btn{width:100%}}@media (hover:hover) and (pointer:fine){.cm-feature-card__cta.cm-btn:hover{box-shadow:0 2px 10px rgba(47,36,29,.06)}}.cm-home-hero__stats{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px;margin:12px 0 4px;font-size:13px;color:var(--cm-text-muted,#6b7280)}.cm-home-hero__stat strong{color:var(--cm-accent,#6366f1);font-weight:700}.cm-home-hero__stat-sep{color:var(--cm-border,#e5e7eb)}.cm-archive-hero__title,.cm-home-hero__title,.cm-page-hero__title{font-family:Syne,sans-serif;font-weight:800;letter-spacing:-.025em}@media (max-width:767px){.cm-home-hero__stats{margin:6px 0 2px;font-size:12px}.cm-home-hero.cm-home-hero--compact{padding:10px 13px 8px}}.cm-sb-hub.cm-container{max-width:1100px}.cm-sb-hero{margin-top:8px;margin-bottom:6px}.cm-sb-hero__eyebrow{margin:0 0 6px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--cm-cta,#c45c26);text-align:center}.cm-sb-body{margin-top:6px}.cm-sb-body h2{font-size:clamp(1.3rem,2.6vw,1.7rem);font-weight:800;line-height:1.25;color:var(--cm-text,#2f241d);margin:0 0 14px}.cm-sb-body h3{font-size:17px;font-weight:700;color:var(--cm-text,#2f241d);margin:0 0 8px}.cm-sb-body p{font-size:16px;line-height:1.65;color:var(--cm-text,#2f241d);margin:0 0 14px}.cm-sb-body ul{margin:0 0 14px;padding-left:20px}.cm-sb-body ul li{margin:0 0 8px;line-height:1.55}.cm-sb-body a:not(.cm-btn):not(.cm-pill){color:var(--cm-cta,#c45c26);text-decoration:none;font-weight:600}.cm-sb-body a:not(.cm-btn):not(.cm-pill):hover{text-decoration:underline}.cm-sb-section{margin:40px 0 0;padding-top:34px;border-top:1px solid var(--cm-border-soft,#ede8e0)}.cm-sb-section:first-of-type{border-top:0;padding-top:0;margin-top:28px}.cm-sb-callout{margin:22px 0 6px;padding:20px 22px;background:var(--cm-surface-soft,#f6efe6);border:1px solid var(--cm-border-soft,#ede8e0);border-left:4px solid var(--cm-cta,#c45c26);border-radius:12px}.cm-sb-callout__label{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--cm-cta,#c45c26);margin-bottom:8px}.cm-sb-callout p{margin:0;font-size:15.5px;line-height:1.6}.cm-sb-states{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.cm-sb-states .cm-pill{margin:0;font-size:13px;font-weight:600;background:var(--cm-surface,#fff);border:1px solid var(--cm-border-soft,#ddd);color:var(--cm-text,#2f241d)}.cm-sb-states a.cm-pill{text-decoration:none}.cm-sb-states a.cm-pill:hover{border-color:var(--cm-cta,#c45c26);color:var(--cm-cta,#c45c26)}.cm-sb-features,.cm-sb-guides{display:grid;gap:16px;margin:18px 0 6px}.cm-sb-features{grid-template-columns:repeat(2,1fr)}.cm-sb-guides{grid-template-columns:repeat(3,1fr)}.cm-sb-features .cm-feature-card__excerpt,.cm-sb-guides .cm-feature-card__excerpt{-webkit-line-clamp:unset;overflow:visible;font-size:14px}.cm-sb-features .cm-feature-card__title{font-size:16px}@media (max-width:780px){.cm-sb-features,.cm-sb-guides{grid-template-columns:1fr}}.cm-sb-checklist{list-style:none;counter-reset:cmsb;margin:18px 0 6px;padding:0;display:grid;gap:10px}.cm-sb-checklist li{counter-increment:cmsb;position:relative;padding:14px 16px 14px 54px;background:var(--cm-surface,#fff);border:1px solid var(--cm-border-soft,#ede8e0);border-radius:10px;font-size:15px;line-height:1.55}.cm-sb-checklist li::before{content:counter(cmsb);position:absolute;left:14px;top:13px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--cm-cta,#c45c26);color:#fff;font-size:13px;font-weight:800;border-radius:50%}.cm-sb-faq .cm-collapse{margin:0 0 10px}.cm-sb-faq__q{font-size:16px;font-weight:700;color:var(--cm-text,#2f241d)}.cm-sb-rg{margin:34px 0 8px;padding-top:18px;border-top:1px solid var(--cm-border-soft,#ede8e0);font-size:13px;color:var(--hp-muted,#8a7a66);text-align:center}.cm-sb-rg a{color:var(--hp-muted,#8a7a66);text-decoration:underline}.cm-sb-hero{margin-bottom:20px}.cm-sb-hero__eyebrow{margin-bottom:10px}.cm-sb-body{margin-top:16px}.cm-troop{margin:30px 0 38px}.cm-troop__lead{max-width:680px;margin:0 0 20px;font-size:16px;line-height:1.7;color:var(--cm-text,#2f241d)}.cm-troop__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width:640px){.cm-troop__grid{grid-template-columns:1fr}}.cm-troop__card{display:flex;flex-direction:column;gap:8px;padding:20px 18px;background:var(--cm-surface,#fff);border:1px solid var(--cm-border-soft,#ede8e0);border-radius:14px;box-shadow:0 4px 16px rgba(47,36,29,.06)}.cm-troop__head{display:flex;align-items:center;gap:12px}.cm-troop__avatar{flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:52px;height:52px;font-size:28px;line-height:1;background:#f7f1e8;border:1px solid rgba(0,0,0,.07);border-radius:50%}.cm-troop__id{min-width:0}.cm-troop__name{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:-.01em;color:var(--cm-text,#2f241d)}.cm-troop__role{margin:1px 0 0;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--cm-cta,#c45c26)}.cm-troop__motto{margin:2px 0 0;font-size:14px;line-height:1.55;font-style:italic;color:var(--hp-muted,#8a7a66)}.cm-troop__list{margin:4px 0 0;padding-left:18px;font-size:14px;line-height:1.6;color:var(--cm-text,#2f241d)}.cm-troop__list li{margin-bottom:4px}.cm-troop__note{margin:14px 0 0;font-size:13px;color:var(--hp-muted,#8a7a66)}.cm-monkey-takes__card--approving .cm-monkey-takes__role{color:#3d9e6c}.cm-monkey-takes__card--skeptical .cm-monkey-takes__role{color:#cf8a2e}.cm-monkey-takes__card--disappointed .cm-monkey-takes__role{color:#cc4f4f}.cm-monkey-takes__card--sarcastic .cm-monkey-takes__role{color:#7a66e8}.cm-troop__avatar--img{background:var(--cm-surface-soft,#f5efe8);overflow:hidden}.cm-troop__avatar--img img{width:46px;height:46px;object-fit:contain;border-radius:50%;display:block}.cm-troop__card--scout{border-top:3px solid #f2a846}.cm-troop__card--ledger{border-top:3px solid #4caf7d}.cm-troop__card--echo{border-top:3px solid #e05c5c}.cm-troop__card--frank{border-top:3px solid #8b79f5}.cm-troop__card--scout .cm-troop__role{color:#cf8a2e}.cm-troop__card--ledger .cm-troop__role{color:#3d9e6c}.cm-troop__card--echo .cm-troop__role{color:#cc4f4f}.cm-troop__card--frank .cm-troop__role{color:#7a66e8}.cm-troop__card--scout .cm-troop__avatar{background:rgba(242,168,70,.12)}.cm-troop__card--ledger .cm-troop__avatar{background:rgba(76,175,125,.12)}.cm-troop__card--echo .cm-troop__avatar{background:rgba(224,92,92,.12)}.cm-troop__card--frank .cm-troop__avatar{background:rgba(139,121,245,.12)}.cm-troop__card--scout .cm-troop__role,.cm-monkey-takes__card--skeptical .cm-monkey-takes__role{color:#915d10}.cm-troop__card--ledger .cm-troop__role,.cm-monkey-takes__card--approving .cm-monkey-takes__role{color:#2c7a52}.cm-troop__card--echo .cm-troop__role,.cm-monkey-takes__card--disappointed .cm-monkey-takes__role{color:#b03636}.cm-troop__card--frank .cm-troop__role,.cm-monkey-takes__card--sarcastic .cm-monkey-takes__role{color:#5743c4}