:root{--surface:#ffffff;--surface-soft:#f7fbff;--surface-strong:#eef5ff;--text:#0f172a;--muted:#526277;--line:#dbe8fb;--blue:#2563eb;--blue-dark:#1d4ed8;--blue-soft:#eaf2ff;--accent:#7c3aed;--shadow:0 18px 50px rgba(37,99,235,0.12)}[data-theme=dark]{--surface:#07111f;--surface-soft:#0c1728;--surface-strong:#11233b;--text:#f8fafc;--muted:#b9c5d5;--line:#22385a;--blue:#72a7ff;--blue-dark:#5f94ed;--blue-soft:#12294a;--accent:#a78bfa;--shadow:0 18px 50px rgba(0,0,0,0.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--surface);color:var(--text);font-family:Geist,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.nav-shell{gap:2rem;justify-content:space-between;margin:0 auto;max-width:1320px;min-height:73px;padding:0 1.5rem}.brand,.nav-shell{align-items:center;display:flex}.brand{gap:.85rem;font-weight:800}.brand-mark{align-items:center;background:white;border-radius:9px;box-shadow:0 12px 26px rgba(37,99,235,.24);display:inline-flex;height:43px;justify-content:center;overflow:hidden;width:43px}.brand-mark img{display:block;height:68%;object-fit:contain;width:68%}.nav-links{align-items:center;display:flex;gap:1.6rem;font-size:.95rem;font-weight:700;color:var(--muted)}.nav-links a:hover{color:var(--blue)}.nav-links a{position:relative;transition:color .18s ease}.nav-links a:after{background:var(--blue);border-radius:999px;bottom:-.45rem;content:"";height:2px;left:0;opacity:0;position:absolute;transform:scaleX(0);transform-origin:left;transition:opacity .18s ease,transform .18s ease;width:100%}.nav-links a.active:after,.nav-links a.is-loading:after,.nav-links a:hover:after{opacity:1;transform:scaleX(1)}.nav-links a.active{color:var(--blue)}.nav-actions{align-items:center;display:flex;gap:.8rem}.icon-button,.menu-toggle,.theme-toggle{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;color:var(--text);display:inline-flex;height:42px;justify-content:center;padding:0;width:42px}.menu-toggle{cursor:pointer;display:none;flex-direction:column;gap:4px}.menu-toggle span{background:currentColor;border-radius:999px;display:block;height:2px;width:18px}.theme-toggle{background:var(--blue-soft);color:var(--blue);cursor:pointer}.icon-button svg,.theme-toggle svg{fill:none;height:20px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4;width:20px}.theme-icon-dark{display:none}[data-theme=dark] .theme-icon-dark{display:block}[data-theme=dark] .theme-icon-light{display:none}.hero-section{align-items:center;display:flex;min-height:calc(100vh - 73px);overflow:hidden;padding:clamp(3rem,7vw,5.5rem) 1.5rem;position:relative}.hero-inner{display:grid;grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0 auto;max-width:1320px;position:relative;width:100%;z-index:1}.hero-copy{max-width:600px}.hero-visual{align-items:center;display:flex;justify-content:center;min-height:min(640px,calc(100vh - 170px));position:relative}.hero-image-frame{aspect-ratio:4/5;border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 70px rgba(37,99,235,.2),0 0 80px color-mix(in srgb,var(--blue) 14%,transparent);max-height:min(650px,74vh);overflow:hidden;position:relative;transform:translate3d(0,calc(var(--parallax-y, 0px) * -.45),0);width:min(470px,100%);will-change:transform}.hero-image-frame:after{background:linear-gradient(180deg,transparent 58%,color-mix(in srgb,var(--surface) 18%,transparent)),linear-gradient(90deg,color-mix(in srgb,var(--surface) 8%,transparent),transparent 32%);content:"";inset:0;pointer-events:none;position:absolute}.hero-image-frame img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.hero-image-frame .hero-image-dark,[data-theme=dark] .hero-image-frame .hero-image-light{display:none}[data-theme=dark] .hero-image-frame .hero-image-dark{display:block}.hero-lead-card{background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--line);border-radius:16px;bottom:clamp(1rem,5vw,2.4rem);box-shadow:var(--shadow);left:clamp(-1.2rem,-2vw,-.6rem);max-width:260px;padding:1rem;position:absolute;transform:translate3d(0,calc(var(--parallax-y-soft, 0px) * -.22),0);will-change:transform}.hero-lead-card span{color:var(--blue);display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem;font-weight:900;letter-spacing:.06em;margin-bottom:.45rem;text-transform:uppercase}.hero-lead-card strong{display:block;font-size:1rem;line-height:1.2}.hero-lead-card p{color:var(--muted);font-size:.9rem;line-height:1.45;margin:.45rem 0 0}.hero-kit-button{align-items:center;background:var(--blue);border-radius:999px;color:white;display:inline-flex;gap:.4rem;font-size:.84rem;font-weight:700;justify-content:center;margin-top:.85rem;min-height:34px;padding:0 .82rem;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.hero-kit-button svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:16px}.hero-kit-button:hover{background:var(--blue-dark);box-shadow:0 16px 34px color-mix(in srgb,var(--blue) 30%,transparent);transform:translateY(-1px)}.eyebrow{align-items:center;background:var(--blue-soft);border-radius:999px;color:var(--blue);display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84rem;font-weight:900;letter-spacing:.08em;margin:0 0 1.3rem;padding:.48rem 1rem;text-transform:uppercase}.hero-copy h1{color:var(--text);font-size:clamp(3.1rem,6vw,5.15rem);line-height:.98;margin:0}.hero-copy h1 span,.section-heading h2 span,.word-rotate{color:var(--blue)}.hero-subtitle{color:var(--muted);font-size:clamp(1.15rem,2.2vw,1.45rem);line-height:1.5;margin:1.6rem 0 0}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.button{align-items:center;border-radius:12px;display:inline-flex;font-size:.84rem;font-weight:700;justify-content:center;min-height:56px;padding:0 1.7rem;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .18s ease}.button:hover{transform:translateY(-2px)}.article-card:focus-visible,.article-row:focus-visible,.button:focus-visible,.hero-kit-button:focus-visible,.path-card:focus-visible,.social-card:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 38%,transparent);outline-offset:4px}.button-primary{background:linear-gradient(135deg,var(--blue),var(--blue-dark));box-shadow:0 18px 34px rgba(37,99,235,.23);color:white}.button-primary:hover{box-shadow:0 22px 42px color-mix(in srgb,var(--blue) 34%,transparent)}.button-secondary{background:var(--surface);border:1px solid var(--line);color:var(--blue)}.button-secondary:hover{border-color:color-mix(in srgb,var(--blue) 45%,var(--line));box-shadow:0 16px 34px rgba(15,23,42,.08);color:var(--blue-dark)}.button-ghost{background:color-mix(in srgb,var(--surface) 74%,transparent);border:1px solid color-mix(in srgb,var(--blue) 22%,var(--line));color:var(--text)}.button-ghost:hover{border-color:color-mix(in srgb,var(--blue) 42%,var(--line));box-shadow:0 16px 34px rgba(15,23,42,.08);color:var(--blue)}.section-band{align-items:center;border-top:1px solid var(--line);display:flex;min-height:min(600px,100svh);overflow:hidden;padding:clamp(3.5rem,8vw,5.5rem) 1.5rem;position:relative}.section-band:before{background:radial-gradient(circle at 18% 24%,color-mix(in srgb,var(--blue) 8%,transparent),transparent 30%),radial-gradient(circle at 86% 74%,color-mix(in srgb,var(--accent) 7%,transparent),transparent 28%);content:"";inset:-12%;opacity:.75;pointer-events:none;position:absolute;transform:translate3d(calc(var(--ambient-x, 0px) * .35),calc(var(--ambient-y, 0px) * -.28),0)}.section-band>*{position:relative;z-index:1}.section-clear{background:var(--surface)}.section-soft{background:var(--surface-soft)}.section-connect{background:linear-gradient(135deg,var(--surface),var(--surface-soft));min-height:auto}.section-about{background:linear-gradient(135deg,color-mix(in srgb,var(--surface-soft) 88%,transparent),var(--surface)),radial-gradient(circle at 18% 28%,color-mix(in srgb,var(--blue) 10%,transparent),transparent 32%);min-height:auto}.section-container{margin:0 auto;max-width:1320px;width:100%}.section-heading{margin:0 auto clamp(2.8rem,5vw,4rem);max-width:820px;text-align:center}.section-heading.compact{margin-bottom:2rem}.section-heading h2,.section-title-row h2{font-size:clamp(2.2rem,4vw,3.35rem);line-height:1.05;margin:0}.post-description,.section-heading p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55}.word-rotate:after{animation:rotateWords 9s infinite;content:"Learning"}.word-rotate{font-size:0}.word-rotate:after{font-size:clamp(2.2rem,4vw,3.35rem)}.about-shell{align-items:center;display:grid;grid-gap:clamp(2rem,5vw,4.5rem);gap:clamp(2rem,5vw,4.5rem);grid-template-columns:minmax(280px,.86fr) minmax(0,1.14fr)}.about-visual{align-items:center;display:flex;justify-content:center;min-height:520px;position:relative}.about-image-frame{aspect-ratio:4/5;background:var(--surface);border:1px solid color-mix(in srgb,var(--blue) 22%,var(--line));border-radius:22px;box-shadow:0 28px 70px color-mix(in srgb,var(--blue) 18%,transparent),0 0 70px color-mix(in srgb,var(--accent) 9%,transparent);overflow:hidden;position:relative;transform:translate3d(0,calc(var(--parallax-y-soft, 0px) * -.18),0);width:min(420px,100%);will-change:transform}.about-image-frame:after{background:linear-gradient(180deg,transparent 58%,color-mix(in srgb,var(--surface) 10%,transparent)),radial-gradient(circle at 24% 16%,color-mix(in srgb,white 24%,transparent),transparent 26%);content:"";inset:0;pointer-events:none;position:absolute}.about-image-frame img{display:block;height:100%;object-fit:cover;object-position:center;width:100%}.about-image-dark,[data-theme=dark] .about-image-light{display:none}[data-theme=dark] .about-image-dark{display:block}.about-floating-note{background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);border-radius:16px;bottom:2.4rem;box-shadow:var(--shadow);left:0;max-width:250px;padding:1rem;position:absolute;transform:translate3d(0,calc(var(--parallax-y, 0px) * -.12),0)}.about-floating-note span{color:var(--blue);display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;font-weight:900;letter-spacing:.08em;margin-bottom:.45rem;text-transform:uppercase}.about-floating-note strong{display:block;font-size:1.02rem;line-height:1.3}.about-content{max-width:720px}.about-content h2{font-size:clamp(2.15rem,4vw,3.6rem);line-height:1.05;margin:0}.about-content>p:not(.eyebrow){color:var(--muted);font-size:clamp(1.05rem,1.8vw,1.25rem);line-height:1.65;margin:1.25rem 0 0}.about-highlights{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:2rem}.about-highlight-card{align-items:center;background:color-mix(in srgb,var(--surface) 90%,transparent);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 38px rgba(15,23,42,.06),0 0 38px color-mix(in srgb,var(--blue) 8%,transparent);display:flex;flex-direction:column;justify-content:center;min-height:170px;padding:1.1rem;position:relative;text-align:center;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.about-highlight-card:hover{border-color:color-mix(in srgb,var(--blue) 34%,var(--line));box-shadow:0 22px 48px rgba(15,23,42,.1),0 0 44px color-mix(in srgb,var(--blue) 12%,transparent);transform:translateY(-3px)}.about-highlight-icon{align-items:center;background:var(--blue-soft);border-radius:12px;color:var(--blue);display:inline-flex;height:42px;justify-content:center;margin-bottom:1rem;width:42px}.about-highlight-icon svg{fill:none;height:22px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;width:22px}.about-highlight-card h3{font-size:1.05rem;line-height:1.2;margin:0 0 .45rem}.about-highlight-card p{color:var(--muted);font-size:.92rem;line-height:1.5;margin:0}.about-actions{display:flex;flex-wrap:wrap;gap:.9rem;margin-top:2rem}@keyframes rotateWords{0%,20%{content:"Learning"}25%,45%{content:"Career"}50%,70%{content:"Developer"}75%,to{content:"Growth"}}.article-grid,.path-grid,.social-grid{display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(4,minmax(0,1fr))}.article-card,.article-row,.community-kit-card,.path-card,.social-card{background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--line);border-radius:16px;box-shadow:0 12px 34px rgba(15,23,42,.05),0 0 34px color-mix(in srgb,var(--blue) 8%,transparent);isolation:isolate;overflow:hidden;position:relative;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.article-card:before,.article-row:before,.blog-sidebar:before,.community-kit-card:before,.latest-sidebar:before,.path-card:before,.post-aside:before,.post-main:before,.social-card:before{background:radial-gradient(circle at 22% 12%,color-mix(in srgb,var(--blue) 22%,transparent),transparent 34%),radial-gradient(circle at 84% 88%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 30%);border-radius:inherit;content:"";inset:-1px;opacity:.42;pointer-events:none;position:absolute;transform:translate3d(calc(var(--ambient-x, 0px) * .18),calc(var(--ambient-y, 0px) * -.14),0);transition:opacity .18s ease;z-index:0}.article-card:after,.article-row:after,.blog-sidebar:after,.community-kit-card:after,.latest-sidebar:after,.path-card:after,.post-aside:after,.post-main:after,.social-card:after{background:linear-gradient(135deg,color-mix(in srgb,white 20%,transparent),transparent 36%),radial-gradient(circle at 92% 12%,color-mix(in srgb,var(--blue) 16%,transparent),transparent 28%);border-radius:inherit;content:"";inset:0;opacity:.36;pointer-events:none;position:absolute;z-index:0}.article-card>*,.article-row>*,.blog-sidebar>*,.community-kit-card>*,.latest-sidebar>*,.path-card>*,.post-aside>*,.post-main>*,.social-card>*{position:relative;z-index:1}.article-card:hover:before,.article-row:hover:before,.community-kit-card:hover:before,.path-card:hover:before,.social-card:hover:before{opacity:.7}.path-card{min-height:255px;padding:2rem;text-align:center}.article-card:hover,.article-row:hover,.path-card:hover{border-color:color-mix(in srgb,var(--blue) 35%,var(--line));box-shadow:0 22px 48px rgba(15,23,42,.12),0 0 42px color-mix(in srgb,var(--blue) 13%,transparent);transform:translateY(-4px)}.path-icon{align-items:center;border-radius:18px;display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:1.6rem;font-weight:900;height:72px;justify-content:center;margin-bottom:1.5rem;width:72px}.path-icon.violet{background:#ede9fe;color:#5b4be8}.path-icon.green{background:#dcfce7;color:#16a34a}.path-icon.blue{background:#dbeafe;color:var(--blue)}.path-icon.orange{background:#ffedd5;color:#ea580c}.article-card h3,.article-row h2,.path-card h3,.social-card h3{margin:0 0 .8rem}.article-card h3{display:-webkit-box;line-height:1.18;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-card p,.article-row p,.path-card p,.social-card p{color:var(--muted);line-height:1.55}.article-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.article-card strong{margin-top:auto}.article-card strong,.article-row strong,.path-card strong,.text-link{color:var(--blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:900}.text-link{align-items:center;display:inline-flex;gap:.35rem;position:relative;transition:color .18s ease,transform .18s ease}.text-link:after{content:"→";opacity:0;transform:translateX(-6px);transition:opacity .18s ease,transform .18s ease}.text-link:hover{color:var(--blue-dark);transform:translateX(2px)}.text-link:hover:after{opacity:1;transform:translateX(0)}.carousel-arrow{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;box-shadow:var(--shadow);color:var(--blue);cursor:pointer;display:inline-flex;font-size:1.2rem;font-weight:900;height:44px;justify-content:center;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:background .18s ease,color .18s ease,transform .18s ease;width:44px;z-index:2}.carousel-arrow:hover{background:var(--blue);color:white;transform:translateY(-50%) scale(1.05)}.carousel-arrow-left{left:-64px}.carousel-arrow-right{right:-64px}@keyframes carouselFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.starter-resource-section{background:radial-gradient(circle at 12% 22%,color-mix(in srgb,var(--blue) 13%,transparent),transparent 34%),radial-gradient(circle at 88% 78%,color-mix(in srgb,#8b5cf6 10%,transparent),transparent 32%),var(--surface);min-height:auto;padding-bottom:clamp(2.8rem,5vw,4rem);padding-top:clamp(2.8rem,5vw,4rem);scroll-margin-top:104px}.starter-resource-container{display:grid;grid-gap:clamp(1.6rem,3vw,2.2rem);gap:clamp(1.6rem,3vw,2.2rem)}.starter-resource-heading{margin:0 auto;max-width:760px;text-align:center}.resource-badge{align-items:center;background:color-mix(in srgb,var(--blue-soft) 78%,var(--surface));border:1px solid color-mix(in srgb,var(--blue) 20%,var(--line));border-radius:999px;color:var(--blue);display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86rem;font-weight:900;gap:.45rem;letter-spacing:.08em;padding:.5rem .9rem;text-transform:uppercase}.resource-badge svg,.starter-download-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.resource-badge svg{height:18px;stroke-width:2.2;width:18px}.starter-resource-heading h2,.starter-resource-heading h3{color:var(--text);font-size:clamp(2.2rem,4vw,3.35rem);line-height:1.05;margin:1rem 0 .75rem}.starter-resource-heading p{color:var(--muted);font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.55;margin:0}.starter-resource-card{align-items:center;background:radial-gradient(circle at 18% 52%,color-mix(in srgb,var(--blue) 18%,transparent),transparent 34%),linear-gradient(135deg,color-mix(in srgb,var(--blue-soft) 36%,transparent),transparent 42%),color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid color-mix(in srgb,var(--blue) 18%,var(--line));border-radius:26px;box-shadow:0 32px 80px rgba(37,99,235,.14),0 0 72px color-mix(in srgb,var(--blue) 14%,transparent),inset 0 1px 0 color-mix(in srgb,white 54%,transparent);display:grid;grid-gap:clamp(1.2rem,3vw,2.2rem);gap:clamp(1.2rem,3vw,2.2rem);grid-template-columns:minmax(210px,.65fr) minmax(360px,1.35fr);min-height:230px;overflow:hidden;padding:clamp(1rem,2.4vw,1.65rem);position:relative;transform:translate3d(0,calc(var(--ambient-y, 0px) * -.06),0);will-change:transform}.starter-resource-card:before{background:radial-gradient(circle,color-mix(in srgb,var(--blue) 34%,transparent) 1px,transparent 2px);background-position:0 var(--parallax-y-soft,0);background-size:18px 18px;content:"";inset:0;opacity:.22;pointer-events:none;position:absolute}.starter-kit-visual,.starter-resource-action{position:relative;z-index:1}.starter-kit-visual{align-items:center;display:flex;justify-content:center;min-height:170px;transform:translate3d(0,calc(var(--parallax-y-soft, 0px) * -.35),0);will-change:transform}.kit-orbit{border:1px solid color-mix(in srgb,var(--blue) 36%,transparent);border-radius:50%;height:116px;position:absolute;transform:rotate(-19deg);width:214px}.kit-paper{background:color-mix(in srgb,var(--surface) 96%,white);border:1px solid color-mix(in srgb,var(--blue) 18%,var(--line));border-radius:14px;box-shadow:0 20px 44px rgba(37,99,235,.14);height:158px;position:absolute;width:114px}.kit-paper-back{opacity:.45;transform:translate(-26px,20px) rotate(-13deg)}.kit-paper-mid{opacity:.62;transform:translate(-12px,8px) rotate(-6deg)}.kit-paper-front{color:var(--text);padding:.95rem .8rem;transform:translate(18px) rotate(-8deg)}.kit-paper-front strong{display:block;font-size:.8rem;line-height:1.08;margin-bottom:1rem}.kit-paper-front>span{background:color-mix(in srgb,var(--blue) 18%,transparent);border-radius:999px;display:block;height:8px;margin-bottom:.45rem}.kit-paper-front>span:first-of-type{width:76px}.kit-paper-front>span:nth-of-type(2){width:52px}.kit-paper-front ul{display:grid;grid-gap:.42rem;gap:.42rem;list-style:none;margin:.85rem 0 0;padding:0}.kit-paper-front li{color:var(--muted);font-size:.68rem;font-weight:800}.spark{color:var(--blue);font-style:normal;position:absolute}.spark-one{left:9%;top:72%}.spark-two{right:8%;top:20%}.starter-resource-action{align-items:center;background:linear-gradient(180deg,color-mix(in srgb,white 96%,transparent),color-mix(in srgb,var(--surface-soft) 88%,transparent));border:1px solid color-mix(in srgb,var(--blue) 22%,var(--line));border-radius:22px;box-shadow:0 22px 52px color-mix(in srgb,var(--blue) 11%,transparent),inset 0 1px 0 color-mix(in srgb,white 76%,transparent);display:grid;justify-items:center;padding:clamp(.75rem,1.6vw,1rem);width:100%}.starter-resource-action .starter-subscribe-form{height:clamp(250px,24vw,315px);max-width:720px}.starter-subscribe-form{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative;width:100%}.beehiiv-form-slot{height:100%;width:100%}.starter-subscribe-form iframe{border:0;border-radius:18px;height:100%!important;max-width:none;width:100%!important}.beehiiv-form-loader{align-items:center;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 94%,transparent),color-mix(in srgb,var(--surface-soft) 92%,transparent));border:1px solid color-mix(in srgb,var(--blue) 20%,var(--line));border-radius:18px;color:var(--muted);display:flex;font-size:.98rem;font-weight:700;gap:.75rem;inset:0;justify-content:center;position:absolute;text-align:center;z-index:2}.beehiiv-loader-dot{animation:beehiivLoaderPulse .9s ease-in-out infinite;background:var(--blue);border-radius:999px;box-shadow:0 0 24px color-mix(in srgb,var(--blue) 42%,transparent);height:.7rem;width:.7rem}@keyframes beehiivLoaderPulse{0%,to{opacity:.42;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}[data-theme=dark] .starter-resource-action{background:linear-gradient(180deg,#0c1728,#081222);border-color:#1f3658;box-shadow:0 22px 62px rgba(0,0,0,.26),0 0 60px color-mix(in srgb,var(--blue) 10%,transparent),inset 0 1px 0 rgba(255,255,255,.04)}.starter-download-button{align-items:center;background:linear-gradient(135deg,var(--blue),var(--blue-dark));border-radius:10px;box-shadow:0 18px 34px color-mix(in srgb,var(--blue) 26%,transparent);color:white;display:inline-flex;font-size:1rem;font-weight:800;gap:.7rem;justify-content:center;min-height:62px;padding:0 1.7rem;transition:box-shadow .18s ease,transform .18s ease;width:min(100%,330px)}.starter-download-button:hover{box-shadow:0 24px 44px color-mix(in srgb,var(--blue) 34%,transparent);transform:translateY(-2px)}.starter-download-button:focus-visible{outline:3px solid color-mix(in srgb,var(--blue) 38%,transparent);outline-offset:4px}.starter-download-button svg{height:21px;stroke-width:2.2;width:21px}.section-title-row{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:2rem}.latest-carousel{position:relative}.article-window{animation:carouselFade .36s ease;display:grid;grid-gap:1.4rem;gap:1.4rem;grid-template-columns:repeat(3,minmax(0,1fr))}.article-card{display:flex;flex-direction:column;height:390px;overflow:hidden;padding:1rem}.article-card-media{background:var(--surface-soft);border:1px solid var(--line);border-radius:12px;height:150px;margin-bottom:1rem;overflow:hidden}.article-card-media img{display:block;height:100%;object-fit:cover;width:100%}.article-card-fallback{align-items:center;background:linear-gradient(135deg,var(--blue-soft),var(--surface));display:flex;height:100%;justify-content:center}.article-card-fallback span{margin-bottom:0}.article-card span,.article-row span,.latest-sidebar span,.post-aside span{color:var(--blue);display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:900;letter-spacing:.04em;margin-bottom:.8rem;text-transform:uppercase}.social-grid{gap:1.25rem;grid-template-columns:repeat(4,minmax(0,1fr))}.community-kit-card{align-items:center;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 44px rgba(15,23,42,.08),0 0 44px color-mix(in srgb,var(--blue) 8%,transparent);display:flex;gap:1.5rem;justify-content:space-between;margin:0 auto 1.4rem;max-width:900px;padding:1.5rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.community-kit-card:focus-within,.community-kit-card:hover{border-color:color-mix(in srgb,var(--blue) 32%,var(--line));box-shadow:0 24px 54px rgba(15,23,42,.12),0 0 54px color-mix(in srgb,var(--blue) 12%,transparent);transform:translateY(-3px)}.community-kit-card span{color:var(--blue);display:inline-flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:900;letter-spacing:.04em;margin-bottom:.45rem;text-transform:uppercase}.community-kit-card h3{font-size:clamp(1.35rem,2vw,1.8rem);margin:0 0 .45rem}.community-kit-card p{color:var(--muted);line-height:1.55;margin:0;max-width:560px}.community-kit-card .hero-kit-button{flex:0 0 auto;margin-top:0}.social-card{align-items:center;border-left-width:4px;display:flex;gap:1rem;min-height:112px;padding:1.25rem 1.45rem;text-align:left}.social-card h3{font-size:clamp(1.05rem,1.35vw,1.25rem);line-height:1.15;margin-bottom:.55rem}.social-card p{font-size:clamp(.92rem,1.15vw,1rem);line-height:1.45;margin:0}.social-card:hover{box-shadow:0 22px 48px rgba(15,23,42,.12),0 0 46px color-mix(in srgb,var(--blue) 10%,transparent);transform:translateY(-4px)}.social-card:hover h3{color:var(--blue)}.social-icon{align-items:center;border-radius:14px;display:inline-flex;flex:0 0 auto;height:54px;justify-content:center;transition:background .18s ease,color .18s ease,transform .18s ease;width:54px}.social-card:hover .social-icon{transform:scale(1.08) rotate(-2deg)}.social-icon svg{display:block;height:28px;width:28px}.social-card.linkedin .social-icon svg,.social-card.youtube .social-icon svg{fill:currentColor}.social-card.instagram .social-icon svg,.social-card.topmate .social-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.social-card.instagram,.social-card.linkedin{border-left-color:#2563eb}.social-card.topmate,.social-card.youtube{border-left-color:#ef4444}.social-card.instagram .social-icon,.social-card.linkedin .social-icon{background:#dbeafe;color:#2563eb}.social-card.topmate .social-icon,.social-card.youtube .social-icon{background:#fee2e2;color:#dc2626}.blog-page,.post-page,.simple-page{background:linear-gradient(color-mix(in srgb,var(--blue) 8%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--blue) 8%,transparent) 1px,transparent 1px),var(--surface-soft);background-size:54px 54px,54px 54px,auto;min-height:calc(100vh - 73px);padding:clamp(3rem,7vw,5rem) 1.5rem}.blog-hero{align-items:flex-start;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:.8rem;justify-content:flex-start;margin:0 auto 2.5rem;max-width:1320px;padding-bottom:2rem}.blog-hero>div{display:grid;justify-items:start}.blog-hero h1{font-size:clamp(2.2rem,4vw,3.4rem);line-height:1.05;margin:0}.blog-home-link{color:var(--blue);display:inline-flex;font-weight:900;margin-bottom:.9rem;transition:color .18s ease,transform .18s ease}.blog-home-link:hover{color:var(--blue-dark);transform:translateX(-2px)}.post-main h1,.simple-page h1{font-size:clamp(2.8rem,5vw,4.6rem);line-height:1.05;margin:0}.article-count{color:var(--muted);font-size:1.25rem;font-weight:800;margin:0}.blog-layout{align-items:start;display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:250px minmax(0,1fr) 280px;margin:0 auto;max-width:1320px}.blog-sidebar,.latest-sidebar,.post-aside{background:var(--surface);border:1px solid var(--line);border-radius:16px;box-shadow:0 16px 42px color-mix(in srgb,var(--blue) 7%,transparent);isolation:isolate;overflow:hidden;padding:1.2rem;position:-webkit-sticky;position:sticky;top:96px}.blog-sidebar h2,.latest-sidebar h2{font-size:1.05rem;margin:0 0 1rem}.post-aside{margin-top:2.15rem;top:136px}.post-aside h2{font-size:1.05rem;margin:0 0 1rem}.category-list{display:grid;grid-gap:.55rem;gap:.55rem}.category-popover{display:none}.category-list a{align-items:center;border:1px solid var(--line);border-radius:12px;display:flex;justify-content:space-between;padding:.75rem .85rem;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.category-list a.active{background:var(--blue);border-color:var(--blue);color:white}.filter-note{border-top:1px solid var(--line);color:var(--muted);margin-top:1rem;padding-top:1rem}.article-list{display:grid;grid-gap:1rem;gap:1rem}.pagination{gap:1rem;justify-content:space-between;margin-top:1.5rem}.pagination,.pagination>div{align-items:center;display:flex}.pagination>div{flex-wrap:wrap;gap:.45rem;justify-content:center}.pagination-item{align-items:center;display:inline-flex;gap:.45rem}.pagination a,.pagination-ellipsis{color:var(--muted);font-weight:900}.pagination a{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:999px;display:inline-flex;font-size:.92rem;justify-content:center;min-height:40px;min-width:40px;padding:0 .9rem}.pagination a.active{background:var(--blue);border-color:var(--blue);color:white}.pagination a.disabled{opacity:.45;pointer-events:none}.article-row{align-items:stretch;display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:minmax(0,1fr) 178px;height:262px;overflow:hidden;padding:1.4rem}.article-row-copy{display:flex;flex-direction:column;min-width:0;overflow:hidden}.article-row h2,.article-row p{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical}.article-row h2{line-height:1.14;-webkit-line-clamp:3}.article-row p{margin:0 0 1rem;-webkit-line-clamp:2}.article-row strong{margin-top:auto}.article-thumbnail{align-self:center;aspect-ratio:16/10;background:linear-gradient(135deg,color-mix(in srgb,var(--blue) 10%,transparent),transparent),var(--blue-soft);border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 38px rgba(37,99,235,.08);min-height:108px;overflow:hidden}.article-thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.article-thumbnail-fallback{align-items:center;color:var(--blue);display:flex;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.86rem;font-weight:900;height:100%;justify-content:center;letter-spacing:.06em;padding:1rem;text-align:center;text-transform:uppercase}.latest-sidebar{display:grid;grid-gap:1rem;gap:1rem}.latest-sidebar a,.post-aside a{border-top:1px solid var(--line);display:grid;grid-gap:.2rem;gap:.2rem;padding-top:1rem}.post-layout{align-items:start;display:grid;grid-gap:2rem;gap:2rem;grid-template-columns:minmax(0,820px) 300px;justify-content:center;margin:0 auto;max-width:1240px}.post-content-column{min-width:0}.post-main{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 54px color-mix(in srgb,var(--blue) 7%,transparent),0 0 44px color-mix(in srgb,var(--accent) 5%,transparent);isolation:isolate;overflow:hidden;padding:clamp(1.5rem,4vw,2.5rem);position:relative}.back-link{color:var(--blue);display:inline-flex;font-weight:900;margin:0 0 1rem .25rem}.post-meta{align-items:center;border-bottom:1px solid var(--line);color:var(--muted);display:flex;flex-wrap:wrap;gap:.7rem 1rem;justify-content:space-between;margin:0 0 2rem;padding-bottom:1.5rem}.post-meta span{color:var(--blue);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.post-meta time{font-weight:800}.post-content{color:color-mix(in srgb,var(--text) 88%,var(--muted))}.post-content h3{color:var(--text);font-size:clamp(1.65rem,3vw,2.15rem);line-height:1.2;margin:2.2rem 0 1rem}.post-content h4{color:var(--text);font-size:1.25rem;margin:1.5rem 0 .8rem}.post-content blockquote,.post-content li,.post-content p{font-size:1.08rem;line-height:1.75}.post-content p{margin:0 0 1.1rem}.post-content a{color:var(--blue);font-weight:700}.post-content img{border-radius:14px;height:auto;max-width:100%}.post-content figure{margin:1.6rem 0}.post-content figcaption{color:var(--muted);font-size:.9rem;margin-top:.5rem;text-align:center}.post-content pre{background:#0f172a;border-radius:14px;color:#e2e8f0;overflow-x:auto;padding:1rem}.post-content code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.post-content blockquote{border-left:3px solid var(--blue);color:var(--muted);margin:1.3rem 0;padding-left:1rem}.simple-page{margin:0 auto;max-width:920px}.simple-page p:not(.eyebrow){color:var(--muted);font-size:1.25rem;line-height:1.7}.site-footer{background:var(--surface);border-top:1px solid var(--line);padding:1.35rem 1.5rem 1rem}.footer-inner{margin:0 auto;max-width:1120px}.footer-bottom,.footer-top{align-items:center;display:flex;gap:1.5rem;justify-content:space-between}.footer-top{min-height:96px}.footer-top h2{font-size:1.15rem;margin:0 0 .65rem}.footer-bottom p,.footer-top p{color:var(--muted);margin:0}.footer-top p{max-width:560px}.footer-newsletter{align-self:center;flex:0 1 auto;height:86px;overflow:hidden;width:min(100%,520px)}.footer-newsletter .starter-subscribe-form{align-items:flex-start;height:86px;max-height:86px;min-height:0;overflow:hidden;padding-top:2px;width:100%}.footer-newsletter .beehiiv-form-slot{display:block!important;height:84px!important;margin:0!important;max-height:84px!important;max-width:100%!important;min-height:0!important;overflow:hidden!important;width:100%!important}.footer-newsletter .beehiiv-form-loader{height:84px}.footer-newsletter .starter-subscribe-form iframe{border-radius:12px;display:block;height:84px!important;width:100%!important}.footer-bottom{border-top:1px solid var(--line);font-size:.9rem;margin-top:1rem;padding-top:.8rem}@media (max-width:1050px){.nav-shell{flex-wrap:nowrap;gap:.8rem 1rem;min-height:66px;position:relative}.nav-links{display:none}.nav-links.is-open{background:color-mix(in srgb,var(--surface) 97%,transparent);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);display:grid;grid-gap:.25rem;gap:.25rem;padding:.6rem;position:absolute;right:1rem;top:calc(100% + .6rem);width:min(260px,calc(100vw - 2rem));z-index:60}.nav-links.is-open a{border-radius:12px;padding:.85rem 1rem}.nav-links a:after{display:none}.nav-links a.active{background:var(--blue);border-color:var(--blue);color:white}.menu-toggle{display:inline-flex}.hero-inner,.post-layout{grid-template-columns:1fr}.hero-visual{display:none}.starter-resource-card{text-align:center}.about-shell,.starter-resource-card{grid-template-columns:1fr}.about-visual{min-height:0;order:-1}.about-content{max-width:none;text-align:center}.about-content .eyebrow{margin-left:auto;margin-right:auto}.about-highlights{grid-template-columns:repeat(3,minmax(0,1fr));text-align:left}.about-actions{justify-content:center}.article-grid,.path-grid,.social-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-window{grid-template-columns:1fr}.article-card{align-items:center;display:flex;gap:.9rem;grid-template-columns:1fr;height:auto;min-height:0;padding:.95rem;text-align:center}.article-card-media{align-self:center;aspect-ratio:16/10;height:auto;justify-self:center;margin-bottom:0;min-height:0;width:min(100%,360px)}.article-card span{display:none}.article-card h3{font-size:clamp(1.45rem,3.2vw,1.95rem);margin-bottom:0;max-width:640px;-webkit-line-clamp:2}.article-card p{font-size:1rem;margin:0;max-width:620px;-webkit-line-clamp:2}.article-card strong{align-self:center;margin-top:0}.carousel-arrow{display:none}.blog-layout{grid-template-columns:1fr}.blog-sidebar,.latest-sidebar,.post-aside{position:static}.post-aside{margin-top:0}.article-row{height:250px;grid-template-columns:minmax(0,1fr) 150px}}@media (max-width:720px){.nav-shell{min-height:66px;padding:0 1rem}.brand strong{font-size:.95rem}.hero-section{min-height:calc(100svh - 66px);padding:2.4rem 1rem}.hero-copy h1{font-size:clamp(3rem,14vw,4rem)}.hero-visual{margin-top:.5rem}.hero-image-frame{border-radius:14px;max-height:430px;width:min(100%,330px)}.hero-lead-card{bottom:.75rem;left:50%;max-width:calc(100% - 1.5rem);transform:translateX(-50%);width:280px}.starter-resource-heading h2,.starter-resource-heading h3{font-size:clamp(2.2rem,10vw,3rem)}.about-image-frame{width:min(100%,340px)}.about-floating-note{bottom:1rem;left:50%;max-width:min(280px,calc(100% - 2rem));transform:translateX(-50%)}.starter-resource-card{border-radius:18px;padding:1.25rem}.starter-kit-visual{min-height:190px}.starter-download-button{width:100%}.blog-hero,.footer-bottom,.footer-top,.hero-actions,.section-title-row{align-items:stretch;flex-direction:column}.button{width:100%}.about-highlights,.article-grid,.path-grid,.social-grid{grid-template-columns:1fr}.about-shell{gap:2rem}.about-content h2{font-size:clamp(2rem,10vw,2.8rem)}.about-content>p:not(.eyebrow){font-size:1rem}.about-highlight-card{align-items:center;display:flex;flex-direction:column;gap:1rem;min-height:auto;padding:1rem;text-align:center}.about-highlight-icon{flex:0 0 auto;margin-bottom:0}.about-actions{width:100%}.article-card{padding:.85rem}.article-card-media{width:min(100%,320px)}.article-card p{display:-webkit-box;font-size:.98rem;-webkit-line-clamp:2}.footer-newsletter{align-self:center;flex-basis:auto;height:78px;width:min(100%,560px)}.footer-bottom,.footer-top{align-items:center;text-align:center}.footer-top>div:first-child{margin:0 auto}.footer-top p{margin-left:auto;margin-right:auto}.footer-newsletter .beehiiv-form-slot,.footer-newsletter .starter-subscribe-form,.footer-newsletter .starter-subscribe-form iframe{height:76px!important;max-height:76px!important}.footer-newsletter .beehiiv-form-loader{height:76px}.community-kit-card{align-items:stretch;flex-direction:column}.community-kit-card .hero-kit-button{width:100%}.article-row{gap:1rem;height:auto;grid-template-columns:1fr;min-height:0;padding:1rem}.article-thumbnail{align-self:stretch;min-height:0;order:-1}.article-row h2{font-size:clamp(1.7rem,7.4vw,2.25rem);-webkit-line-clamp:2}.article-row p{font-size:1.05rem;-webkit-line-clamp:2}.section-band{min-height:auto;padding:3.2rem 1rem}.blog-page,.post-page,.simple-page{padding-left:1rem;padding-right:1rem}.blog-sidebar{background:transparent;border:0;bottom:1rem;display:flex;justify-content:flex-end;padding:0;pointer-events:none;position:fixed;right:1rem;top:auto;z-index:30}.blog-sidebar h2,.category-list-desktop,.filter-note{display:none}.category-popover{display:block;pointer-events:auto;position:relative}.category-popover summary{align-items:center;background:var(--blue);border:1px solid var(--blue);border-radius:999px;box-shadow:0 16px 38px rgba(37,99,235,.25);color:white;cursor:pointer;display:inline-flex;font-weight:900;justify-content:center;list-style:none;min-height:46px;padding:0 1rem;transition:transform .18s ease,box-shadow .18s ease}.category-popover summary::-webkit-details-marker{display:none}.category-popover summary:hover{box-shadow:0 18px 42px rgba(37,99,235,.32);transform:translateY(-1px)}.category-popover .category-list{animation:categorySheetIn .22s ease both;background:color-mix(in srgb,var(--surface) 96%,transparent);border:1px solid var(--line);border-radius:16px;bottom:4.75rem;box-shadow:var(--shadow);max-height:min(58vh,360px);overflow-y:auto;padding:.75rem;position:fixed;right:1rem;width:min(286px,calc(100vw - 2rem))}}@keyframes categorySheetIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (prefers-reduced-motion:reduce){.article-card:before,.article-row:before,.blog-sidebar:before,.community-kit-card:before,.hero-image-frame,.hero-lead-card,.latest-sidebar:before,.path-card:before,.post-aside:before,.post-main:before,.section-band:before,.social-card:before,.starter-kit-visual,.starter-resource-card{transform:none}}