.starter-guide-shell[data-theme=light],.starter-guide-shell:not([data-theme]){--sg-navy:#1b2a4a;--sg-teal:#7ec8b8;--sg-teal-dark:#5eb3a0;--sg-steel:#8eaab8;--sg-offwhite:#faf9f6;--sg-white:#fff;--sg-color-bg:var(--sg-offwhite);--sg-color-surface:var(--sg-white);--sg-color-surface-2:#f3f1ed;--sg-color-text:#1b2a4a;--sg-color-text-muted:#8eaab8;--sg-color-text-secondary:#5a7080;--sg-color-primary:#7ec8b8;--sg-color-primary-hover:#5eb3a0;--sg-color-accent:#1b2a4a;--sg-color-border:#e0ddd8;--sg-color-divider:#eae7e2;--sg-color-green:#4a9a6e;--sg-color-yellow:#c4952a;--sg-color-red:#c0524e;--sg-shadow-sm:0 1px 3px #1b2a4a12;--sg-shadow-md:0 4px 16px #1b2a4a14;--sg-radius-lg:.75rem;--sg-radius-xl:1rem}.starter-guide-shell[data-theme=dark]{--sg-color-bg:#0f1724;--sg-color-surface:#162035;--sg-color-surface-2:#1c2844;--sg-color-text:#e0e6ed;--sg-color-text-muted:#7a92a8;--sg-color-text-secondary:#9ab0c2;--sg-color-primary:#7ec8b8;--sg-color-primary-hover:#9ad8cb;--sg-color-accent:#a8ddd1;--sg-color-border:#263552;--sg-color-divider:#1e2e48;--sg-color-green:#6dba8e;--sg-color-yellow:#e0b44e;--sg-color-red:#e07a76;--sg-shadow-sm:0 1px 3px #00000038;--sg-shadow-md:0 4px 16px #0000004d}@media (prefers-color-scheme:dark){.starter-guide-shell:not([data-theme]){--sg-color-bg:#0f1724;--sg-color-surface:#162035;--sg-color-surface-2:#1c2844;--sg-color-text:#e0e6ed;--sg-color-text-muted:#7a92a8;--sg-color-text-secondary:#9ab0c2;--sg-color-primary:#7ec8b8;--sg-color-primary-hover:#9ad8cb;--sg-color-accent:#a8ddd1;--sg-color-border:#263552;--sg-color-divider:#1e2e48;--sg-color-green:#6dba8e;--sg-color-yellow:#e0b44e;--sg-color-red:#e07a76;--sg-shadow-sm:0 1px 3px #00000038;--sg-shadow-md:0 4px 16px #0000004d}}.starter-guide-shell{font-family:var(--font-starter-lato), "Lato", "Helvetica Neue", Arial, sans-serif;color:var(--sg-color-text);background:var(--sg-color-bg);scroll-padding-top:5rem;font-size:clamp(1.125rem,1.05rem + .45vw,1.35rem);line-height:1.65}.starter-guide-shell h1,.starter-guide-shell h2,.starter-guide-shell h3,.starter-guide-shell h4{text-wrap:balance;font-weight:900;line-height:1.2}.starter-guide-shell p,.starter-guide-shell li{text-wrap:pretty;max-width:min(68ch,100%);line-height:1.75}.starter-guide-shell .sg-site-header{z-index:50;border-bottom:1px solid var(--sg-color-divider);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:color-mix(in srgb, var(--sg-color-bg) 88%, transparent);position:sticky;top:0}.starter-guide-shell .sg-header-inner{justify-content:space-between;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;padding:.75rem 1.5rem;display:flex}.starter-guide-shell .sg-header-left{align-items:center;gap:.75rem;display:flex}.starter-guide-shell .sg-header-logo{border-radius:50%;flex-shrink:0}.starter-guide-shell .sg-header-brand{color:var(--sg-color-accent);font-size:1rem;font-weight:700}.starter-guide-shell .sg-toc-nav{scrollbar-width:none;align-items:center;gap:.25rem;display:flex;overflow-x:auto}.starter-guide-shell .sg-toc-nav::-webkit-scrollbar{display:none}.starter-guide-shell .sg-toc-link{color:var(--sg-color-text-muted);white-space:nowrap;letter-spacing:.02em;text-transform:uppercase;border-radius:.375rem;padding:.25rem .5rem;font-size:.875rem;font-weight:700;text-decoration:none}.starter-guide-shell .sg-toc-link:hover{color:var(--sg-color-text)}.starter-guide-shell .sg-toc-link-active{color:var(--sg-color-accent);background:#7ec8b826}.starter-guide-shell .sg-theme-toggle{color:var(--sg-color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:.5rem;flex-shrink:0;padding:.5rem}.starter-guide-shell .sg-theme-toggle:hover{color:var(--sg-color-text);background:var(--sg-color-surface-2)}@media (max-width:768px){.starter-guide-shell .sg-toc-nav{display:none}.starter-guide-shell .sg-header-inner{padding:.75rem 1rem}}.starter-guide-shell .sg-page-main{flex-direction:column;gap:clamp(1.5rem,4vw,2.25rem);max-width:980px;margin:0 auto;padding:0 1.5rem 2.5rem;display:flex}.starter-guide-shell .guide-back{margin-top:.15rem;margin-bottom:.65rem}@media (max-width:768px){.starter-guide-shell .sg-page-main{padding:0 1rem 2rem}}.starter-guide-shell .sg-section{scroll-margin-top:104px}.starter-guide-shell .sg-section.sg-hero{padding-top:clamp(.85rem,2vw,1.35rem);padding-bottom:clamp(.35rem,1.25vw,.85rem)}.starter-guide-shell .sg-section.sg-reveal{background:var(--sg-color-surface);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-xl);box-shadow:var(--sg-shadow-sm);padding:clamp(2.25rem,5vw,3.75rem)}.starter-guide-shell .sg-section.sg-hero+.sg-section.sg-reveal{margin-top:clamp(-.85rem,-2.25vw,-.5rem);padding-top:clamp(1.35rem,3.5vw,2.25rem)}.starter-guide-shell .sg-section+.sg-section{border-top:none}.starter-guide-shell .sg-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(16px)}.starter-guide-shell .sg-reveal.sg-reveal-visible{opacity:1;transform:translateY(0)}.starter-guide-shell .sg-section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--sg-color-primary);margin-bottom:1rem;font-size:.875rem;font-weight:700}.starter-guide-shell .sg-section-title{color:var(--sg-color-accent);margin-bottom:1.75rem;font-size:clamp(1.75rem,1.35rem + 1.5vw,2.5rem);line-height:1.15}.starter-guide-shell .sg-hero{text-align:center;border-top:none}.starter-guide-shell .sg-hero-label{text-transform:uppercase;letter-spacing:.15em;color:var(--sg-color-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.875rem;font-weight:700;display:inline-flex}.starter-guide-shell .sg-hero-label img{border-radius:50%;width:28px;height:28px}.starter-guide-shell .sg-hero h1.sg-hero-title{color:var(--sg-color-accent);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.25rem,1.4rem + 2.75vw,4rem);line-height:1.12}.starter-guide-shell .sg-hero-title-line1,.starter-guide-shell .sg-hero-title-line2{display:block}.starter-guide-shell .sg-hero-title-line2{letter-spacing:-.015em;color:var(--sg-color-primary);margin-top:.2em;font-size:.72em;font-weight:400}.starter-guide-shell .sg-hero-subtitle{color:var(--sg-color-text-secondary);max-width:min(48rem,100%);margin:0 auto;font-size:clamp(1.25rem,1.08rem + .9vw,1.75rem);font-weight:300;line-height:1.55}.starter-guide-shell .sg-hero-subtitle-line2{margin-top:.65em;display:block}.starter-guide-shell .sg-hero-divider{background:var(--sg-color-primary);border-radius:2px;width:48px;height:3px;margin:1.35rem auto 0}.starter-guide-shell .sg-disclaimer{background:var(--sg-color-surface);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);color:var(--sg-color-text-secondary);padding:clamp(1.5rem,3vw,2rem);font-size:1rem;line-height:1.75}.starter-guide-shell .sg-section.sg-reveal .sg-disclaimer{background:var(--sg-color-surface-2);box-shadow:none;border:none}.starter-guide-shell #disclaimer.sg-section.sg-reveal{background:linear-gradient(165deg, color-mix(in srgb, var(--sg-color-primary) 30%, var(--sg-color-bg)), color-mix(in srgb, var(--sg-color-primary) 9%, var(--sg-color-bg)));border:1px solid color-mix(in srgb, var(--sg-color-primary) 36%, var(--sg-color-border));box-shadow:0 10px 36px color-mix(in srgb, var(--sg-color-primary) 14%, transparent), var(--sg-shadow-sm)}.starter-guide-shell[data-theme=dark] #disclaimer.sg-section.sg-reveal{background:linear-gradient(165deg, color-mix(in srgb, var(--sg-color-primary) 22%, var(--sg-color-surface)), color-mix(in srgb, var(--sg-color-primary) 7%, var(--sg-color-bg)));border-color:color-mix(in srgb, var(--sg-color-primary) 30%, var(--sg-color-border));box-shadow:0 12px 40px #00000047, var(--sg-shadow-sm)}.starter-guide-shell #disclaimer .sg-disclaimer{background:var(--sg-color-surface);border:1px solid color-mix(in srgb, var(--sg-color-primary) 22%, var(--sg-color-border));box-shadow:var(--sg-shadow-sm)}.starter-guide-shell[data-theme=dark] #disclaimer .sg-disclaimer{background:var(--sg-color-surface);border-color:color-mix(in srgb, var(--sg-color-primary) 26%, var(--sg-color-border))}.starter-guide-shell .sg-disclaimer strong{color:var(--sg-color-text)}.starter-guide-shell .sg-lede{color:var(--sg-color-text-secondary);margin-bottom:2.25rem;font-size:1rem;line-height:1.75}.starter-guide-shell .sg-quiz-container{background:var(--sg-color-surface);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-xl);box-shadow:var(--sg-shadow-md);padding:clamp(1.75rem,4vw,2.75rem)}.starter-guide-shell[data-theme=light] .sg-quiz-container,.starter-guide-shell:not([data-theme]) .sg-quiz-container{background:var(--sg-color-bg);box-shadow:var(--sg-shadow-sm)}.starter-guide-shell[data-theme=dark] .sg-quiz-container{background:var(--sg-color-surface-2);box-shadow:var(--sg-shadow-sm)}.starter-guide-shell .sg-quiz-progress{margin-bottom:2rem}.starter-guide-shell .sg-quiz-progress-labels{color:var(--sg-color-text-muted);justify-content:space-between;margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:flex}.starter-guide-shell .sg-quiz-progress-bar{background:var(--sg-color-surface-2);border-radius:3px;height:6px;overflow:hidden}.starter-guide-shell .sg-quiz-progress-fill{background:linear-gradient(90deg, var(--sg-color-primary), var(--sg-teal-dark));border-radius:3px;height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.starter-guide-shell .sg-quiz-category-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.starter-guide-shell .sg-quiz-category-icon{font-size:1.75rem;line-height:1}.starter-guide-shell .sg-quiz-category-name{color:var(--sg-color-accent);font-size:clamp(1.25rem,1.08rem + .9vw,1.75rem);font-weight:900}.starter-guide-shell .sg-quiz-category-count{color:var(--sg-color-text-muted);margin-bottom:2rem;font-size:.875rem}.starter-guide-shell .sg-quiz-question-text{margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;line-height:1.5}.starter-guide-shell .sg-quiz-options{flex-direction:column;gap:.75rem;display:flex}.starter-guide-shell .sg-quiz-option{text-align:left;width:100%;color:var(--sg-color-accent);background:var(--sg-color-bg);border:2px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);cursor:pointer;padding:1.125rem 1.35rem;font-size:1rem;font-weight:700;line-height:1.45;display:block}.starter-guide-shell .sg-quiz-option:hover{border-color:var(--sg-color-primary);background:#7ec8b80f}.starter-guide-shell .sg-quiz-option-selected{border-color:var(--sg-color-primary);background:#7ec8b81f}.starter-guide-shell .sg-quiz-nav{justify-content:space-between;align-items:center;gap:1rem;margin-top:2rem;display:flex}.starter-guide-shell .sg-quiz-btn{border-radius:var(--sg-radius-lg);border:2px solid var(--sg-color-border);color:var(--sg-color-text-secondary);cursor:pointer;background:0 0;padding:.75rem 1.5rem;font-size:1rem;font-weight:700}.starter-guide-shell .sg-quiz-btn:hover{border-color:var(--sg-color-text-muted);color:var(--sg-color-text)}.starter-guide-shell .sg-quiz-btn-primary{background:var(--sg-color-primary);color:var(--sg-navy);border-color:var(--sg-color-primary)}.starter-guide-shell .sg-quiz-btn-primary:hover{background:var(--sg-color-primary-hover);border-color:var(--sg-color-primary-hover)}.starter-guide-shell .sg-quiz-btn:disabled{opacity:.4;cursor:not-allowed}.starter-guide-shell .sg-quiz-start{text-align:center;padding:2rem 0}.starter-guide-shell .sg-quiz-start-icon{margin-bottom:1rem;font-size:3.5rem}.starter-guide-shell .sg-quiz-start h3{color:var(--sg-color-accent);margin-bottom:.375rem;font-size:clamp(1.25rem,1.08rem + .9vw,1.75rem)}.starter-guide-shell .sg-quiz-start-duration{color:var(--sg-color-text-muted);letter-spacing:.04em;text-transform:uppercase;margin:0 auto 1rem;font-size:.875rem;font-weight:700}.starter-guide-shell .sg-quiz-start p:not(.sg-quiz-start-duration){color:var(--sg-color-text-secondary);max-width:480px;margin:0 auto 1.5rem;font-size:1rem}.starter-guide-shell .sg-quiz-results{animation:.5s sg-fade-in}@keyframes sg-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.starter-guide-shell .sg-results-header{text-align:center;margin-bottom:2.5rem}.starter-guide-shell .sg-results-score{color:var(--sg-color-accent);font-size:clamp(2.25rem,1.35rem + 2.75vw,4rem);font-weight:900}.starter-guide-shell .sg-results-score span{color:var(--sg-color-text-muted);font-size:clamp(1.25rem,1.08rem + .9vw,1.75rem);font-weight:400}.starter-guide-shell .sg-results-verdict{color:var(--sg-color-text-secondary);max-width:min(34rem,100%);margin-top:.75rem;margin-left:auto;margin-right:auto;font-size:1.125rem;line-height:1.7}.starter-guide-shell .sg-radar-container{max-width:400px;margin:2rem auto}.starter-guide-shell .sg-radar-container svg{width:100%;height:auto}.starter-guide-shell .sg-results-priority{background:var(--sg-color-bg);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);margin:2rem 0;padding:clamp(1.25rem,3vw,1.75rem)}.starter-guide-shell .sg-results-priority-label{letter-spacing:-.02em;color:var(--sg-color-accent);margin-bottom:.5rem;font-size:clamp(1.0625rem,1rem + .35vw,1.25rem);font-weight:900;line-height:1.2}.starter-guide-shell .sg-results-priority-intro{color:var(--sg-color-text-secondary);max-width:none;margin:0 0 1.25rem;font-size:1rem;line-height:1.7}.starter-guide-shell .sg-results-priority-list{flex-direction:column;gap:1.1rem;margin:0;padding:0;list-style:none;display:flex}.starter-guide-shell .sg-results-priority-item{align-items:flex-start;gap:1rem;display:flex}.starter-guide-shell .sg-results-priority-num{background:var(--sg-color-surface);border:2px solid;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;font-size:.875rem;font-weight:900;display:flex}.starter-guide-shell .sg-results-priority-body{flex:1;min-width:0}.starter-guide-shell .sg-results-priority-head{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem 1rem;margin-bottom:.35rem;display:flex}.starter-guide-shell .sg-results-priority-title{color:var(--sg-color-accent);font-size:1.0625rem;font-weight:900}.starter-guide-shell .sg-results-priority-pts{font-size:.875rem;font-weight:900}.starter-guide-shell .sg-results-priority-blurb{color:var(--sg-color-text-secondary);max-width:none;margin:0;font-size:1rem;line-height:1.7}.starter-guide-shell .sg-results-categories{flex-direction:column;gap:1.4rem;margin:2rem 0;display:flex}.starter-guide-shell .sg-result-cat{align-items:center;gap:1rem;display:flex}.starter-guide-shell .sg-result-cat-label{text-align:right;min-width:132px;font-size:1rem;font-weight:700}.starter-guide-shell .sg-result-cat-bar-wrap{background:var(--sg-color-surface-2);border-radius:6px;flex:1;height:12px;overflow:hidden}.starter-guide-shell .sg-result-cat-bar{border-radius:6px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.starter-guide-shell .sg-bar-green{background:var(--sg-color-green)}.starter-guide-shell .sg-bar-yellow{background:var(--sg-color-yellow)}.starter-guide-shell .sg-bar-red{background:var(--sg-color-red)}.starter-guide-shell .sg-result-cat-score{min-width:40px;font-size:1rem;font-weight:900}.starter-guide-shell .sg-score-green{color:var(--sg-color-green)}.starter-guide-shell .sg-score-yellow{color:var(--sg-color-yellow)}.starter-guide-shell .sg-score-red{color:var(--sg-color-red)}.starter-guide-shell .sg-results-reco{background:var(--sg-color-bg);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);margin-top:2rem;padding:1.5rem}.starter-guide-shell .sg-results-reco-label{text-transform:uppercase;letter-spacing:.1em;color:var(--sg-color-primary);margin-bottom:.5rem;font-size:.875rem;font-weight:700}.starter-guide-shell .sg-results-reco h4{color:var(--sg-color-accent);margin-bottom:.75rem;font-size:1.125rem;font-weight:900}.starter-guide-shell .sg-results-reco p{color:var(--sg-color-text-secondary);font-size:1rem;line-height:1.7}.starter-guide-shell .sg-retake-btn{background:var(--sg-color-primary);color:var(--sg-navy);border-radius:var(--sg-radius-lg);cursor:pointer;border:none;margin-top:2rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;display:inline-block}.starter-guide-shell .sg-retake-btn:hover{background:var(--sg-color-primary-hover)}.starter-guide-shell .sg-fitness-cta{background:var(--sg-navy);border-radius:var(--sg-radius-xl);text-align:center;margin-top:1.75rem;padding:1.5rem}.starter-guide-shell .sg-fitness-cta-title{color:var(--sg-white);margin:0 0 .5rem;font-size:1.125rem;font-weight:900}.starter-guide-shell .sg-fitness-cta-text{color:var(--sg-steel);max-width:36rem;margin:0 auto 1rem;font-size:.9375rem;line-height:1.6}.starter-guide-shell .sg-fitness-cta-link{background:var(--sg-color-primary);color:var(--sg-navy);border-radius:var(--sg-radius-lg);padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;display:inline-block}.starter-guide-shell .sg-fitness-cta-link:hover{background:var(--sg-color-primary-hover)}.starter-guide-shell .sg-system-cards{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:960px){.starter-guide-shell .sg-system-cards{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.75rem;display:grid}.starter-guide-shell .sg-system-card:first-child{grid-area:1/1/auto/span 2}.starter-guide-shell .sg-system-card:nth-child(2){grid-area:1/3/auto/span 2}.starter-guide-shell .sg-system-card:nth-child(3){grid-area:1/5/auto/span 2}.starter-guide-shell .sg-system-card:nth-child(4){grid-area:2/2/auto/span 2}.starter-guide-shell .sg-system-card:nth-child(5){grid-area:2/4/auto/span 2}}.starter-guide-shell .sg-system-card{background:var(--sg-color-surface);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);padding:clamp(1.75rem,4vw,2.25rem)}.starter-guide-shell .sg-section.sg-reveal .sg-system-card{background:var(--sg-color-surface-2)}.starter-guide-shell .sg-system-card-icon{margin-bottom:.75rem;font-size:2rem}.starter-guide-shell .sg-system-card h3{color:var(--sg-color-accent);margin-bottom:.5rem;font-size:1.125rem;font-weight:900}.starter-guide-shell .sg-system-card-desc{color:var(--sg-color-text-secondary);margin-bottom:.75rem;font-size:1rem}.starter-guide-shell .sg-system-card-why{color:var(--sg-color-text-muted);font-size:.875rem;font-style:italic;line-height:1.65}.starter-guide-shell .sg-foundation-item{padding:1.75rem 0}.starter-guide-shell .sg-foundation-item+.sg-foundation-item{border-top:1px solid var(--sg-color-divider)}.starter-guide-shell .sg-foundation-item h3{color:var(--sg-color-accent);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.125rem;font-weight:900;display:flex}.starter-guide-shell .sg-foundation-item h3 .sg-fi-icon{font-size:1.35rem}.starter-guide-shell .sg-foundation-item p{color:var(--sg-color-text-secondary);margin-bottom:.75rem;font-size:1rem;line-height:1.7}.starter-guide-shell .sg-start-here{color:var(--sg-color-primary);background:#7ec8b81a;border-radius:.375rem;padding:.25rem .75rem;font-size:.875rem;font-weight:700;display:inline-block}.starter-guide-shell .sg-foundation-doctor-hint{border-top:1px solid var(--sg-color-divider);margin-top:.5rem;padding-top:1.5rem}.starter-guide-shell .sg-foundation-doctor-heading{text-transform:uppercase;letter-spacing:.1em;color:var(--sg-color-primary);margin:0 0 .875rem;font-size:.875rem;font-weight:700}.starter-guide-shell .sg-foundation-doctor-hint p{color:var(--sg-color-text-muted);max-width:65ch;margin:0;font-size:.875rem;line-height:1.65}.starter-guide-shell .sg-foundation-doctor-hint p+p{margin-top:.75rem}.starter-guide-shell .sg-foundation-doctor-link{color:var(--sg-color-text-secondary);text-underline-offset:.15em;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}.starter-guide-shell .sg-foundation-doctor-link:hover{color:var(--sg-color-text)}.starter-guide-shell .sg-biomarker-group{margin-bottom:2.5rem}.starter-guide-shell .sg-biomarker-group h3{color:var(--sg-color-accent);margin-bottom:1rem;font-size:1.125rem;font-weight:900}.starter-guide-shell .sg-biomarker-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.starter-guide-shell .sg-biomarker-list li{color:var(--sg-color-text-secondary);padding-left:1.25rem;font-size:1rem;line-height:1.7;position:relative}.starter-guide-shell .sg-biomarker-list li:before{content:"";background:var(--sg-color-primary);border-radius:50%;width:8px;height:8px;position:absolute;top:.5em;left:0}.starter-guide-shell .sg-biomarker-list strong{color:var(--sg-color-text)}.starter-guide-shell .sg-biomarker-note{color:var(--sg-color-text-muted);margin-top:1.5rem;font-size:.875rem;font-style:italic}.starter-guide-shell .sg-supp-points{flex-direction:column;gap:1.5rem;display:flex}.starter-guide-shell .sg-supp-point{align-items:flex-start;gap:1rem;display:flex}.starter-guide-shell .sg-supp-point-num{width:32px;height:32px;color:var(--sg-color-accent);background:#7ec8b826;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:900;display:flex}.starter-guide-shell .sg-supp-point p{color:var(--sg-color-text-secondary);font-size:1rem;line-height:1.7}.starter-guide-shell .sg-supp-point strong{color:var(--sg-color-text)}.starter-guide-shell .sg-whats-next-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.starter-guide-shell .sg-whats-next-link{background:var(--sg-color-surface-2);border:1px solid var(--sg-color-border);border-radius:var(--sg-radius-lg);color:inherit;flex-direction:column;gap:.35rem;padding:1.15rem 1.25rem;text-decoration:none;transition:border-color .18s,background .18s;display:flex}.starter-guide-shell .sg-whats-next-link:hover{border-color:color-mix(in srgb, var(--sg-color-primary) 45%, var(--sg-color-border));background:color-mix(in srgb, var(--sg-color-primary) 6%, var(--sg-color-surface-2))}.starter-guide-shell .sg-whats-next-link-title{color:var(--sg-color-accent);font-size:1.0625rem;font-weight:900}.starter-guide-shell .sg-whats-next-link-desc{color:var(--sg-color-text-secondary);max-width:none;font-size:.9375rem;line-height:1.65}.starter-guide-shell .sg-starter-footer{border-top:1px solid var(--sg-color-divider);text-align:center;padding:clamp(2.5rem,5vw,4rem) 1.5rem}.starter-guide-shell .sg-starter-footer-inner{max-width:980px;margin:0 auto}.starter-guide-shell .sg-footer-logo{border-radius:50%;margin:0 auto 1rem}.starter-guide-shell .sg-footer-cta{color:var(--sg-navy);background:var(--sg-color-primary);border-radius:var(--sg-radius-lg);margin-bottom:1.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block}.starter-guide-shell .sg-footer-cta:hover{background:var(--sg-color-primary-hover)}.starter-guide-shell .sg-footer-tagline{color:var(--sg-color-text-muted);font-size:1rem;font-style:italic}.starter-guide-shell .sg-footer-copy{color:var(--sg-color-text-muted);margin-top:1rem;font-size:.875rem}
