.AdminNav-module__8sAs-a__nav{min-width:0;padding-block:var(--space-1);margin-block:calc(-1 * var(--space-1));scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow:auto hidden}.AdminNav-module__8sAs-a__nav::-webkit-scrollbar{display:none}.AdminNav-module__8sAs-a__list{align-items:center;gap:var(--space-1);margin:0;padding:0;list-style:none;display:flex}.AdminNav-module__8sAs-a__link{padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);white-space:nowrap;min-height:36px;transition:color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:center;text-decoration:none;display:inline-flex;position:relative}.AdminNav-module__8sAs-a__link:hover{color:var(--text);background:var(--surface-2)}.AdminNav-module__8sAs-a__link:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.AdminNav-module__8sAs-a__linkActive{color:var(--text);font-weight:var(--fw-semibold)}.AdminNav-module__8sAs-a__linkActive:after{content:"";bottom:var(--space-1);left:var(--space-3);right:var(--space-3);background:var(--accent);border-radius:var(--radius-full);height:2px;position:absolute}@media (max-width:560px){.AdminNav-module__8sAs-a__nav{-webkit-mask-image:linear-gradient(to right, #000 0, #000 calc(100% - var(--space-6)), transparent 100%);-webkit-mask-image:linear-gradient(to right, #000 0, #000 calc(100% - var(--space-6)), transparent 100%);mask-image:linear-gradient(to right, #000 0, #000 calc(100% - var(--space-6)), transparent 100%)}.AdminNav-module__8sAs-a__list{padding-right:var(--space-4);gap:0}.AdminNav-module__8sAs-a__link{padding:var(--space-2);min-height:40px}.AdminNav-module__8sAs-a__linkActive:after{left:var(--space-2);right:var(--space-2)}}
.ThemeToggle-module__sGqMhG__group{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);align-items:center;gap:2px;padding:3px;display:inline-flex}.ThemeToggle-module__sGqMhG__option{border-radius:var(--radius-full);width:30px;height:30px;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.ThemeToggle-module__sGqMhG__option:hover:not(.ThemeToggle-module__sGqMhG__optionActive){color:var(--text)}.ThemeToggle-module__sGqMhG__option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.ThemeToggle-module__sGqMhG__optionActive{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.ThemeToggle-module__sGqMhG__sm{padding:2px}.ThemeToggle-module__sGqMhG__sm .ThemeToggle-module__sGqMhG__option{width:26px;height:26px}
.LandingTopBar-module__DufQCW__topbar{z-index:20;transition:background var(--dur) var(--ease), border-color var(--dur) var(--ease), backdrop-filter var(--dur) var(--ease);background:0 0;border-bottom:1px solid #0000;position:sticky;top:0}.LandingTopBar-module__DufQCW__scrolled{background:color-mix(in srgb, var(--surface) 78%, transparent);border-bottom-color:var(--border);-webkit-backdrop-filter:saturate(180%)blur(10px)}.LandingTopBar-module__DufQCW__inner{justify-content:space-between;align-items:center;gap:var(--space-4);width:100%;max-width:var(--container);padding:var(--space-3) var(--space-6);height:64px;margin:0 auto;display:flex}.LandingTopBar-module__DufQCW__brand{font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--text);padding:var(--space-1) var(--space-2);margin-left:calc(-1 * var(--space-2));border-radius:var(--radius-sm);transition:color var(--dur-fast) var(--ease);text-decoration:none}.LandingTopBar-module__DufQCW__brand:hover{color:var(--text);text-decoration:none}.LandingTopBar-module__DufQCW__right{align-items:center;gap:var(--space-3);display:flex}.LandingTopBar-module__DufQCW__loginLink{height:32px;padding:0 var(--space-3);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text);border-radius:var(--radius-md);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);align-items:center;text-decoration:none;display:inline-flex}.LandingTopBar-module__DufQCW__loginLink:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.LandingTopBar-module__DufQCW__loginLink:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.LandingTopBar-module__DufQCW__signupBtn{height:32px;padding:0 var(--space-4);background:var(--accent);color:var(--accent-contrast);border:1px solid var(--accent);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:-.005em;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);align-items:center;text-decoration:none;display:inline-flex}.LandingTopBar-module__DufQCW__signupBtn:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast);text-decoration:none}.LandingTopBar-module__DufQCW__signupBtn:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.LandingTopBar-module__DufQCW__toggleWrap{display:inline-flex}@media (max-width:768px){.LandingTopBar-module__DufQCW__inner{padding:var(--space-3) var(--space-4);height:58px}}@media (max-width:480px){.LandingTopBar-module__DufQCW__loginLink,.LandingTopBar-module__DufQCW__toggleWrap{display:none}.LandingTopBar-module__DufQCW__signupBtn{padding:0 var(--space-3)}}
.MockBrowser-module___zrMvq__frame{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);overflow:hidden;transform:translateZ(0)}.MockBrowser-module___zrMvq__chrome{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-2);border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;display:grid}.MockBrowser-module___zrMvq__dots{align-items:center;gap:6px;display:inline-flex}.MockBrowser-module___zrMvq__dot{border-radius:var(--radius-full);background:var(--border);width:10px;height:10px}.MockBrowser-module___zrMvq__urlBar{height:26px;padding:0 var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);color:var(--text-muted);font-family:var(--font-mono);letter-spacing:-.01em;white-space:nowrap;justify-content:center;align-items:center;gap:6px;max-width:360px;margin:0 auto;display:inline-flex;overflow:hidden}.MockBrowser-module___zrMvq__urlScheme{color:var(--text-muted)}.MockBrowser-module___zrMvq__urlSlug{color:var(--text);font-weight:var(--fw-semibold)}.MockBrowser-module___zrMvq__urlDomain{color:var(--text-muted)}.MockBrowser-module___zrMvq__chromeSpacer{width:38px}.MockBrowser-module___zrMvq__viewport{gap:var(--space-5);padding:var(--space-6) var(--space-6);background:var(--surface);flex-direction:column;min-height:280px;display:flex}.MockBrowser-module___zrMvq__portfolioHead{align-items:center;gap:var(--space-3);display:flex}.MockBrowser-module___zrMvq__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 40%, var(--surface-2)));flex:none;width:40px;height:40px}.MockBrowser-module___zrMvq__headLines{flex-direction:column;flex:auto;gap:6px;display:flex}.MockBrowser-module___zrMvq__line{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--surface-2), color-mix(in srgb, var(--text-muted) 18%, var(--surface-2)));height:8px;display:block}.MockBrowser-module___zrMvq__lineName{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 30%, var(--surface-2)), color-mix(in srgb, var(--text) 12%, var(--surface-2)));width:40%;height:10px}.MockBrowser-module___zrMvq__lineRole{width:28%}.MockBrowser-module___zrMvq__heroBlock{gap:var(--space-2);padding:var(--space-4) var(--space-5);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex;position:relative}.MockBrowser-module___zrMvq__heroLine1{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 28%, var(--surface-2)), color-mix(in srgb, var(--text) 14%, var(--surface-2)));width:70%;height:12px}.MockBrowser-module___zrMvq__heroLine2{width:55%}.MockBrowser-module___zrMvq__heroLine3{width:40%}.MockBrowser-module___zrMvq__heroChip{top:var(--space-3);right:var(--space-3);height:20px;padding:0 var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:10px;font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--accent);align-items:center;display:inline-flex;position:absolute}.MockBrowser-module___zrMvq__grid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.MockBrowser-module___zrMvq__card{gap:var(--space-2);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex}.MockBrowser-module___zrMvq__cardTitle{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 24%, var(--surface-2)), color-mix(in srgb, var(--text) 10%, var(--surface-2)));width:50%;height:10px}.MockBrowser-module___zrMvq__cardBody{width:90%}.MockBrowser-module___zrMvq__cardBodyShort{width:65%}@media (max-width:560px){.MockBrowser-module___zrMvq__viewport{padding:var(--space-5) var(--space-4);gap:var(--space-4)}.MockBrowser-module___zrMvq__urlBar{max-width:200px;font-size:10px}.MockBrowser-module___zrMvq__chrome{padding:var(--space-2) var(--space-3)}.MockBrowser-module___zrMvq__heroBlock{padding:var(--space-3) var(--space-4)}}@media (max-width:420px){.MockBrowser-module___zrMvq__grid{grid-template-columns:1fr}}
.StepCard-module__pOpKSW__step{gap:var(--space-4);padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;list-style:none;display:flex}.StepCard-module__pOpKSW__num{height:26px;padding:0 var(--space-2);background:color-mix(in srgb, var(--accent) 12%, transparent);min-width:38px;color:var(--accent);border-radius:var(--radius-full);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em;justify-content:center;align-items:center;width:fit-content;display:inline-flex}.StepCard-module__pOpKSW__body{gap:var(--space-2);flex-direction:column;display:flex}.StepCard-module__pOpKSW__title{font-size:var(--text-md);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.01em;color:var(--text)}.StepCard-module__pOpKSW__text{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-muted)}
.FeatureTile-module__X8wzVG__tile{gap:var(--space-4);padding:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);flex-direction:column;list-style:none;display:flex}.FeatureTile-module__X8wzVG__tile:hover{border-color:color-mix(in srgb, var(--text-muted) 35%, var(--border))}.FeatureTile-module__X8wzVG__iconWrap{background:color-mix(in srgb, var(--accent) 12%, transparent);width:36px;height:36px;color:var(--accent);border-radius:var(--radius-md);justify-content:center;align-items:center;display:inline-flex}.FeatureTile-module__X8wzVG__body{gap:var(--space-2);flex-direction:column;display:flex}.FeatureTile-module__X8wzVG__title{font-size:var(--text-base);font-weight:var(--fw-semibold);letter-spacing:-.01em;color:var(--text)}.FeatureTile-module__X8wzVG__text{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-muted)}
.SamplePortfolio-module__ydJ4sa__frame{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;box-shadow:var(--shadow-md);padding:var(--space-8);gap:var(--space-8);flex-direction:column;display:flex}.SamplePortfolio-module__ydJ4sa__head{align-items:center;gap:var(--space-4);grid-template-columns:auto 1fr auto;display:grid}.SamplePortfolio-module__ydJ4sa__avatar{border-radius:var(--radius-full);background:linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 35%, var(--surface-2)));flex:none;width:48px;height:48px}.SamplePortfolio-module__ydJ4sa__headLines{flex-direction:column;gap:8px;min-width:0;display:flex}.SamplePortfolio-module__ydJ4sa__line{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--surface-2), color-mix(in srgb, var(--text-muted) 18%, var(--surface-2)));height:8px;display:block}.SamplePortfolio-module__ydJ4sa__name{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 32%, var(--surface-2)), color-mix(in srgb, var(--text) 14%, var(--surface-2)));width:45%;height:12px}.SamplePortfolio-module__ydJ4sa__tag{width:32%}.SamplePortfolio-module__ydJ4sa__statusChip{padding:var(--space-1) var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);flex:none;align-items:center;gap:6px;display:inline-flex}.SamplePortfolio-module__ydJ4sa__statusDot{border-radius:var(--radius-full);background:var(--success);width:6px;height:6px}.SamplePortfolio-module__ydJ4sa__sections{gap:var(--space-5);grid-template-columns:1fr 1fr 1fr;display:grid}.SamplePortfolio-module__ydJ4sa__section{gap:var(--space-3);padding:var(--space-5);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);flex-direction:column;display:flex}.SamplePortfolio-module__ydJ4sa__eyebrow{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:var(--space-1)}.SamplePortfolio-module__ydJ4sa__lineXl{background:linear-gradient(90deg, color-mix(in srgb, var(--text) 28%, var(--surface-2)), color-mix(in srgb, var(--text) 14%, var(--surface-2)));width:90%;height:10px}.SamplePortfolio-module__ydJ4sa__lineLg{width:80%}.SamplePortfolio-module__ydJ4sa__lineMd{width:65%}.SamplePortfolio-module__ydJ4sa__lineSm{width:40%}@media (max-width:768px){.SamplePortfolio-module__ydJ4sa__frame{padding:var(--space-6);gap:var(--space-6)}.SamplePortfolio-module__ydJ4sa__sections{gap:var(--space-3);grid-template-columns:1fr}.SamplePortfolio-module__ydJ4sa__head{grid-template-columns:auto 1fr}.SamplePortfolio-module__ydJ4sa__statusChip{grid-column:1/-1;justify-self:start}}@media (max-width:480px){.SamplePortfolio-module__ydJ4sa__frame{padding:var(--space-5)}}
.PricingTier-module__-fZVtG__tier{gap:var(--space-6);padding:var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:border-color var(--dur-fast) var(--ease);flex-direction:column;display:flex;position:relative}.PricingTier-module__-fZVtG__highlighted{border-color:color-mix(in srgb, var(--accent) 60%, var(--border));box-shadow:var(--shadow-md)}.PricingTier-module__-fZVtG__badge{top:calc(-1 * var(--space-3));left:var(--space-6);height:22px;padding:0 var(--space-3);background:var(--accent);color:var(--accent-contrast);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.02em;align-items:center;display:inline-flex;position:absolute}.PricingTier-module__-fZVtG__head{gap:var(--space-2);flex-direction:column;display:flex}.PricingTier-module__-fZVtG__name{font-size:var(--text-lg);font-weight:var(--fw-semibold);letter-spacing:-.01em;color:var(--text)}.PricingTier-module__-fZVtG__tagline{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-muted)}.PricingTier-module__-fZVtG__price{align-items:baseline;gap:var(--space-2);flex-wrap:wrap;display:flex}.PricingTier-module__-fZVtG__priceLabel{font-size:var(--text-2xl);font-weight:var(--fw-semibold);letter-spacing:-.02em;color:var(--text);line-height:1}.PricingTier-module__-fZVtG__priceSuffix{font-size:var(--text-sm);color:var(--text-muted)}.PricingTier-module__-fZVtG__features{gap:var(--space-3);padding:var(--space-5) 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-direction:column;margin:0;list-style:none;display:flex}.PricingTier-module__-fZVtG__feature{align-items:flex-start;gap:var(--space-3);font-size:var(--text-sm);color:var(--text);line-height:var(--leading-snug);display:flex}.PricingTier-module__-fZVtG__check{color:var(--accent);flex:none;margin-top:1px}.PricingTier-module__-fZVtG__cta{height:44px;padding:0 var(--space-5);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--fw-medium);letter-spacing:-.005em;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);border:1px solid #0000;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.PricingTier-module__-fZVtG__cta:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.PricingTier-module__-fZVtG__ctaPrimary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.PricingTier-module__-fZVtG__ctaPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast);text-decoration:none}.PricingTier-module__-fZVtG__ctaSecondary{background:var(--surface);color:var(--text);border-color:var(--border)}.PricingTier-module__-fZVtG__ctaSecondary:hover{background:var(--surface-2);border-color:var(--text-muted);color:var(--text);text-decoration:none}@media (max-width:768px){.PricingTier-module__-fZVtG__tier{padding:var(--space-6)}}
.Faq-module__4f_mFq__list{border-top:1px solid var(--border);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.Faq-module__4f_mFq__item{border-bottom:1px solid var(--border)}.Faq-module__4f_mFq__summary{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-2);cursor:pointer;font-size:var(--text-base);font-weight:var(--fw-medium);color:var(--text);border-radius:var(--radius-sm);transition:color var(--dur-fast) var(--ease);list-style:none;display:flex}.Faq-module__4f_mFq__summary::-webkit-details-marker{display:none}.Faq-module__4f_mFq__summary::marker{content:""}.Faq-module__4f_mFq__summary:hover{color:var(--accent)}.Faq-module__4f_mFq__summary:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.Faq-module__4f_mFq__q{flex:auto}.Faq-module__4f_mFq__chevron{color:var(--text-muted);transition:transform var(--dur) var(--ease), color var(--dur-fast) var(--ease);flex:none}.Faq-module__4f_mFq__details[open] .Faq-module__4f_mFq__chevron{color:var(--accent);transform:rotate(180deg)}.Faq-module__4f_mFq__answer{padding:0 var(--space-2) var(--space-5);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-muted);max-width:var(--container-prose)}
.LandingFooter-module__7m5HRq__footer{background:var(--surface);border-top:1px solid var(--border)}.LandingFooter-module__7m5HRq__inner{align-items:start;gap:var(--space-10);width:100%;max-width:var(--container);padding:var(--space-12) var(--space-6) var(--space-8);grid-template-columns:1fr auto;margin:0 auto;display:grid}.LandingFooter-module__7m5HRq__brandCol{gap:var(--space-2);flex-direction:column;max-width:360px;display:flex}.LandingFooter-module__7m5HRq__brand{font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--text)}.LandingFooter-module__7m5HRq__tagline{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-muted)}.LandingFooter-module__7m5HRq__links{align-items:flex-end;gap:var(--space-3);flex-direction:column;display:flex}.LandingFooter-module__7m5HRq__link{font-size:var(--text-sm);color:var(--text-muted);transition:color var(--dur-fast) var(--ease);text-decoration:none}.LandingFooter-module__7m5HRq__link:hover{color:var(--text);text-decoration:none}.LandingFooter-module__7m5HRq__link:focus-visible{box-shadow:0 0 0 3px var(--ring);border-radius:var(--radius-sm);outline:none}.LandingFooter-module__7m5HRq__bottom{border-top:1px solid var(--border)}.LandingFooter-module__7m5HRq__copy{max-width:var(--container);padding:var(--space-5) var(--space-6);font-size:var(--text-xs);color:var(--text-muted);margin:0 auto;display:block}@media (max-width:640px){.LandingFooter-module__7m5HRq__inner{gap:var(--space-6);padding:var(--space-8) var(--space-4);grid-template-columns:1fr}.LandingFooter-module__7m5HRq__links{align-items:flex-start}.LandingFooter-module__7m5HRq__copy{padding:var(--space-5) var(--space-4)}}
.page-module___8aEwW__shell{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.page-module___8aEwW__main{flex:auto;width:100%}.page-module___8aEwW__container{width:100%;max-width:var(--container);padding:0 var(--space-6);margin:0 auto}.page-module___8aEwW__section{padding:var(--space-16) 0;background:var(--bg)}.page-module___8aEwW__sectionBanded{background:var(--surface-2)}.page-module___8aEwW__sectionHead{gap:var(--space-3);max-width:var(--container-prose);margin-bottom:var(--space-12);flex-direction:column;display:flex}.page-module___8aEwW__sectionEyebrow{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.page-module___8aEwW__sectionTitle{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.02em;color:var(--text);text-wrap:balance}.page-module___8aEwW__sectionLede{font-size:var(--text-md);line-height:var(--leading-snug);color:var(--text-muted);max-width:560px}.page-module___8aEwW__hero{padding:var(--space-16) 0 var(--space-12);background:radial-gradient(900px 360px at 80% -10%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 70%), var(--bg)}.page-module___8aEwW__heroGrid{gap:var(--space-12);grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);align-items:center;display:grid}.page-module___8aEwW__heroCopy{gap:var(--space-5);flex-direction:column;display:flex}.page-module___8aEwW__eyebrow{height:24px;padding:0 var(--space-3);background:color-mix(in srgb, var(--accent) 12%, transparent);color:var(--accent);border:1px solid color-mix(in srgb, var(--accent) 22%, transparent);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);letter-spacing:.02em;align-self:flex-start;align-items:center;display:inline-flex}.page-module___8aEwW__heroTitle{font-size:clamp(2.125rem,1.4rem + 3vw,3.5rem);font-weight:var(--fw-bold);letter-spacing:-.03em;color:var(--text);text-wrap:balance;line-height:1.05}.page-module___8aEwW__heroTitleAccent{color:var(--text-muted)}.page-module___8aEwW__heroLede{font-size:var(--text-md);line-height:var(--leading-snug);color:var(--text-muted);max-width:540px}.page-module___8aEwW__urlInline,.page-module___8aEwW__codeInline{font-family:var(--font-mono);padding:1px var(--space-2);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-size:.92em}.page-module___8aEwW__heroCtas{gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}.page-module___8aEwW__ctaPrimary,.page-module___8aEwW__ctaSecondary{justify-content:center;align-items:center;gap:var(--space-2);height:44px;padding:0 var(--space-5);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--fw-medium);letter-spacing:-.005em;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);border:1px solid #0000;text-decoration:none;display:inline-flex}.page-module___8aEwW__ctaPrimary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.page-module___8aEwW__ctaPrimary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast);text-decoration:none}.page-module___8aEwW__ctaPrimary:focus-visible,.page-module___8aEwW__ctaSecondary:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.page-module___8aEwW__ctaPrimary:active,.page-module___8aEwW__ctaSecondary:active{transform:translateY(.5px)}.page-module___8aEwW__ctaSecondary{background:var(--surface);color:var(--text);border-color:var(--border)}.page-module___8aEwW__ctaSecondary:hover{background:var(--surface-2);border-color:var(--text-muted);color:var(--text);text-decoration:none}.page-module___8aEwW__arrowIcon{transition:transform var(--dur-fast) var(--ease)}.page-module___8aEwW__ctaPrimary:hover .page-module___8aEwW__arrowIcon{transform:translate(2px)}.page-module___8aEwW__heroSubnote{font-size:var(--text-xs);color:var(--text-muted);margin-top:var(--space-2)}.page-module___8aEwW__heroVisual{min-width:0;position:relative}.page-module___8aEwW__steps,.page-module___8aEwW__features{gap:var(--space-5);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.page-module___8aEwW__sampleWrap{max-width:920px;margin:0 auto}.page-module___8aEwW__pricing{gap:var(--space-6);grid-template-columns:1fr 1fr;align-items:stretch;max-width:880px;margin:0 auto;display:grid}.page-module___8aEwW__faqWrap{max-width:var(--container-prose)}.page-module___8aEwW__finalCta{padding:var(--space-16) 0;background:var(--bg)}.page-module___8aEwW__finalCard{text-align:center;align-items:center;gap:var(--space-5);padding:var(--space-16) var(--space-8);background:radial-gradient(600px 240px at 50% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 70%), var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;display:flex}.page-module___8aEwW__finalTitle{font-size:clamp(1.75rem,1.2rem + 2vw,2.5rem);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);text-wrap:balance}.page-module___8aEwW__finalLede{font-size:var(--text-md);line-height:var(--leading-snug);color:var(--text-muted);max-width:460px}.page-module___8aEwW__finalCtas{justify-content:center;gap:var(--space-3);margin-top:var(--space-2);flex-wrap:wrap;display:flex}@media (max-width:960px){.page-module___8aEwW__heroGrid{gap:var(--space-10);grid-template-columns:1fr}.page-module___8aEwW__heroVisual{order:-1;max-width:560px}.page-module___8aEwW__features,.page-module___8aEwW__steps{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.page-module___8aEwW__section,.page-module___8aEwW__hero,.page-module___8aEwW__finalCta{padding-top:var(--space-12);padding-bottom:var(--space-12)}.page-module___8aEwW__container{padding:0 var(--space-4)}.page-module___8aEwW__sectionHead{margin-bottom:var(--space-8)}.page-module___8aEwW__finalCard{padding:var(--space-10) var(--space-6)}.page-module___8aEwW__pricing{gap:var(--space-5);grid-template-columns:1fr}}@media (max-width:560px){.page-module___8aEwW__features,.page-module___8aEwW__steps{grid-template-columns:1fr}.page-module___8aEwW__heroCtas .page-module___8aEwW__ctaPrimary,.page-module___8aEwW__heroCtas .page-module___8aEwW__ctaSecondary,.page-module___8aEwW__finalCtas .page-module___8aEwW__ctaPrimary,.page-module___8aEwW__finalCtas .page-module___8aEwW__ctaSecondary{width:100%}.page-module___8aEwW__sectionTitle{font-size:var(--text-xl)}.page-module___8aEwW__heroLede,.page-module___8aEwW__sectionLede{font-size:var(--text-base)}.page-module___8aEwW__finalCard{padding:var(--space-8) var(--space-4)}}
.ProfileCover-module__RqSk5G__cover{aspect-ratio:4;background:var(--surface-2);--cover-focal-x:50%;--cover-focal-y:50%;width:100%;position:relative;overflow:hidden}.ProfileCover-module__RqSk5G__hasImage{background:var(--surface-2)}.ProfileCover-module__RqSk5G__image{object-fit:cover;object-position:var(--cover-focal-x) var(--cover-focal-y);width:100%;height:100%;display:block;position:absolute;inset:0}.ProfileCover-module__RqSk5G__scrim{pointer-events:none;background:linear-gradient(#0000001f 0%,#0000 22% 62%,#0000004d 100%);position:absolute;inset:0}.ProfileCover-module__RqSk5G__gradAccent .ProfileCover-module__RqSk5G__scrim,.ProfileCover-module__RqSk5G__gradSunset .ProfileCover-module__RqSk5G__scrim,.ProfileCover-module__RqSk5G__gradOcean .ProfileCover-module__RqSk5G__scrim,.ProfileCover-module__RqSk5G__gradMono .ProfileCover-module__RqSk5G__scrim{background:linear-gradient(#0000 55%,#0000002e 100%)}.ProfileCover-module__RqSk5G__gradAccent{background:radial-gradient(120% 140% at 12% 8%, color-mix(in srgb, var(--accent) 30%, transparent), transparent 60%), linear-gradient(135deg, color-mix(in srgb, var(--accent) 92%, black 8%), color-mix(in srgb, var(--accent) 58%, var(--surface-2)))}.ProfileCover-module__RqSk5G__gradSunset{background:radial-gradient(120% 150% at 88% 6%, color-mix(in srgb, var(--warning) 42%, transparent), transparent 58%), linear-gradient(125deg, color-mix(in srgb, var(--warning) 82%, var(--surface-2)), color-mix(in srgb, var(--danger) 62%, var(--warning)))}.ProfileCover-module__RqSk5G__gradOcean{background:radial-gradient(120% 150% at 10% 10%, color-mix(in srgb, var(--success) 34%, transparent), transparent 60%), linear-gradient(130deg, color-mix(in srgb, var(--accent) 78%, var(--surface-2)), color-mix(in srgb, var(--success) 60%, var(--accent)))}.ProfileCover-module__RqSk5G__gradMono{background:radial-gradient(120% 150% at 86% 8%, color-mix(in srgb, var(--text-muted) 22%, transparent), transparent 62%), linear-gradient(135deg, color-mix(in srgb, var(--text-muted) 40%, var(--surface-2)), color-mix(in srgb, var(--border) 80%, var(--surface-2)))}@media (max-width:560px){.ProfileCover-module__RqSk5G__cover{aspect-ratio:2.5}}
.Button-module__iYV4-q__button{justify-content:center;align-items:center;gap:var(--space-2);height:44px;padding:0 var(--space-5);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--fw-medium);letter-spacing:-.005em;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);border:1px solid #0000;line-height:1;display:inline-flex}.Button-module__iYV4-q__button:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.Button-module__iYV4-q__button:active:not(:disabled){transform:translateY(.5px)}.Button-module__iYV4-q__button:disabled{cursor:not-allowed;opacity:.55}.Button-module__iYV4-q__block{width:100%}.Button-module__iYV4-q__sm{height:32px;padding:0 var(--space-3);font-size:var(--text-xs)}.Button-module__iYV4-q__primary{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.Button-module__iYV4-q__primary:hover:not(:disabled){background:var(--accent-hover);border-color:var(--accent-hover)}.Button-module__iYV4-q__secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.Button-module__iYV4-q__secondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--text-muted)}.Button-module__iYV4-q__ghost{color:var(--text);background:0 0;border-color:#0000}.Button-module__iYV4-q__ghost:hover:not(:disabled){background:var(--surface-2)}.Button-module__iYV4-q__spinner{border-radius:var(--radius-full);opacity:.85;border:1.75px solid;border-top-color:#0000;width:14px;height:14px;animation:.7s linear infinite Button-module__iYV4-q__button-spin}@keyframes Button-module__iYV4-q__button-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.Button-module__iYV4-q__spinner{animation:none}}
.Field-module__nt9JEW__field{gap:var(--space-2);flex-direction:column;display:flex}.Field-module__nt9JEW__label{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text);letter-spacing:-.005em}.Field-module__nt9JEW__required{color:var(--text-muted);font-weight:var(--fw-regular)}.Field-module__nt9JEW__inputRow{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:stretch;display:flex}.Field-module__nt9JEW__inputRow:hover:not(:focus-within){border-color:var(--text-muted)}.Field-module__nt9JEW__inputRow:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.Field-module__nt9JEW__inputRowError{border-color:var(--danger)}.Field-module__nt9JEW__inputRowError:focus-within{border-color:var(--danger);box-shadow:0 0 0 3px var(--ring-danger)}.Field-module__nt9JEW__input{width:100%;min-width:0;height:44px;padding:0 var(--space-4);border-radius:var(--radius-md);color:var(--text);font-size:var(--text-base);font-family:var(--font-sans);background:0 0;border:none;flex:auto}.Field-module__nt9JEW__input::placeholder{color:var(--text-muted);opacity:.7}.Field-module__nt9JEW__input:focus{outline:none}.Field-module__nt9JEW__input:disabled{opacity:.6;cursor:not-allowed}.Field-module__nt9JEW__suffix{padding:0 var(--space-4);background:var(--surface-2);border-radius:calc(var(--radius-md) - 4px);color:var(--text-muted);font-size:var(--text-sm);font-weight:var(--fw-medium);white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;margin:4px 4px 4px 0;display:inline-flex}.Field-module__nt9JEW__error{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--danger);align-items:flex-start;gap:var(--space-2);display:flex}.Field-module__nt9JEW__error:before{content:"";border-radius:var(--radius-full);background:var(--danger);flex:none;width:4px;height:4px;margin-top:8px}.Field-module__nt9JEW__hint{font-size:var(--text-xs);line-height:var(--leading-snug);color:var(--text-muted)}
.FormError-module__tGwnQG__banner{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--danger-bg);border:1px solid var(--danger);border-radius:var(--radius-md);color:var(--danger);font-size:var(--text-sm);line-height:var(--leading-snug);display:flex}.FormError-module__tGwnQG__banner:before{content:"";border-radius:var(--radius-full);background:var(--danger);flex:none;width:6px;height:6px;margin-top:6px}
.ImagePicker-module__n1vr4W__wrap{gap:var(--space-2);flex-direction:column;display:flex}.ImagePicker-module__n1vr4W__label{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.ImagePicker-module__n1vr4W__control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:border-color var(--dur-fast) var(--ease)}.ImagePicker-module__n1vr4W__controlError{border-color:var(--danger)}.ImagePicker-module__n1vr4W__emptyTrigger{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4);border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--text-muted);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;min-height:64px;display:flex}.ImagePicker-module__n1vr4W__emptyTrigger:hover{background:var(--surface-2);color:var(--text)}.ImagePicker-module__n1vr4W__emptyTrigger:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__emptyIcon{color:var(--text-muted);flex-shrink:0}.ImagePicker-module__n1vr4W__emptyText{flex-direction:column;gap:2px;min-width:0;display:flex}.ImagePicker-module__n1vr4W__emptyTitle{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.ImagePicker-module__n1vr4W__emptyHint{font-size:var(--text-xs);color:var(--text-muted)}.ImagePicker-module__n1vr4W__preview{align-items:center;gap:var(--space-3);padding:var(--space-3);display:flex}.ImagePicker-module__n1vr4W__thumb{border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);flex-shrink:0;width:56px;height:56px;overflow:hidden}.ImagePicker-module__n1vr4W__thumbImg{object-fit:cover;width:100%;height:100%;display:block}.ImagePicker-module__n1vr4W__previewMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ImagePicker-module__n1vr4W__previewKind{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.ImagePicker-module__n1vr4W__previewUrl{font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ImagePicker-module__n1vr4W__previewActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.ImagePicker-module__n1vr4W__changeBtn,.ImagePicker-module__n1vr4W__clearBtn{height:32px;padding:0 var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);align-items:center;display:inline-flex}.ImagePicker-module__n1vr4W__changeBtn{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.ImagePicker-module__n1vr4W__changeBtn:hover{border-color:var(--text-muted)}.ImagePicker-module__n1vr4W__clearBtn{color:var(--text-muted);background:0 0;border:1px solid #0000}.ImagePicker-module__n1vr4W__clearBtn:hover{color:var(--danger);background:var(--danger-bg)}.ImagePicker-module__n1vr4W__changeBtn:focus-visible,.ImagePicker-module__n1vr4W__clearBtn:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__hintMsg{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-snug);margin:0}.ImagePicker-module__n1vr4W__errorMsg{font-size:var(--text-xs);color:var(--danger);line-height:var(--leading-snug);margin:0}.ImagePicker-module__n1vr4W__overlay{z-index:100;padding:var(--space-4);background:color-mix(in srgb, var(--text) 45%, transparent);animation:ImagePicker-module__n1vr4W__overlayIn var(--dur) var(--ease);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ImagePicker-module__n1vr4W__dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:720px;max-height:min(85vh,720px);box-shadow:var(--shadow-md);animation:ImagePicker-module__n1vr4W__dialogIn var(--dur) var(--ease);flex-direction:column;display:flex;overflow:hidden}.ImagePicker-module__n1vr4W__dialog:focus-visible{outline:none}.ImagePicker-module__n1vr4W__dialogHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);display:flex}.ImagePicker-module__n1vr4W__dialogTitle{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--text);margin:0}.ImagePicker-module__n1vr4W__dialogClose{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.ImagePicker-module__n1vr4W__dialogClose:hover{background:var(--surface-2);color:var(--text)}.ImagePicker-module__n1vr4W__dialogClose:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__tabs{gap:var(--space-1);padding:var(--space-3) var(--space-5) 0;display:flex}.ImagePicker-module__n1vr4W__tab{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:0 0;border:none;border-bottom:2px solid #0000}.ImagePicker-module__n1vr4W__tab:hover{color:var(--text)}.ImagePicker-module__n1vr4W__tab:focus-visible{box-shadow:0 0 0 3px var(--ring);border-radius:var(--radius-sm);outline:none}.ImagePicker-module__n1vr4W__tabActive{color:var(--text);border-bottom-color:var(--accent)}.ImagePicker-module__n1vr4W__libraryBody,.ImagePicker-module__n1vr4W__urlBody{gap:var(--space-4);padding:var(--space-4) var(--space-5) var(--space-5);flex-direction:column;display:flex;overflow-y:auto}.ImagePicker-module__n1vr4W__dropzone{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-2);transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);display:flex}.ImagePicker-module__n1vr4W__dropzoneActive{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--surface-2))}.ImagePicker-module__n1vr4W__dropzoneHint{font-size:var(--text-xs);color:var(--text-muted)}.ImagePicker-module__n1vr4W__hiddenInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ImagePicker-module__n1vr4W__uploadingRow{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.ImagePicker-module__n1vr4W__progressTrack{background:var(--border);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.ImagePicker-module__n1vr4W__progressBar{background:var(--accent);border-radius:var(--radius-full);height:100%;transition:width var(--dur-fast) var(--ease)}.ImagePicker-module__n1vr4W__uploadingText{font-size:var(--text-xs);color:var(--text-muted)}.ImagePicker-module__n1vr4W__searchRow{align-items:center;display:flex;position:relative}.ImagePicker-module__n1vr4W__searchIcon{left:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute}.ImagePicker-module__n1vr4W__searchInput{width:100%;height:40px;padding:0 var(--space-3) 0 var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text)}.ImagePicker-module__n1vr4W__searchInput::placeholder{color:var(--text-muted)}.ImagePicker-module__n1vr4W__searchInput:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));margin:0;padding:0;list-style:none;display:grid}.ImagePicker-module__n1vr4W__tile{gap:var(--space-1);width:100%;padding:var(--space-1);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);flex-direction:column;display:flex;position:relative}.ImagePicker-module__n1vr4W__tile:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border));transform:translateY(-1px)}.ImagePicker-module__n1vr4W__tile:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__tileSelected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.ImagePicker-module__n1vr4W__tileThumb{aspect-ratio:1;border-radius:var(--radius-sm);background:var(--surface-2);width:100%;display:block;overflow:hidden}.ImagePicker-module__n1vr4W__tileImg{object-fit:cover;width:100%;height:100%;display:block}.ImagePicker-module__n1vr4W__tileName{font-size:var(--text-xs);color:var(--text-muted);padding:0 var(--space-1) var(--space-1);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ImagePicker-module__n1vr4W__tileCheck{top:var(--space-2);right:var(--space-2);border-radius:var(--radius-full);background:var(--accent);width:22px;height:22px;color:var(--accent-contrast);justify-content:center;align-items:center;display:inline-flex;position:absolute}.ImagePicker-module__n1vr4W__skeletonTile{aspect-ratio:1;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);animation:1.6s ease-in-out infinite ImagePicker-module__n1vr4W__pulse}.ImagePicker-module__n1vr4W__modalEmpty,.ImagePicker-module__n1vr4W__modalErrorPanel{align-items:center;gap:var(--space-2);padding:var(--space-10) var(--space-6);text-align:center;flex-direction:column;display:flex}.ImagePicker-module__n1vr4W__modalEmptyTitle{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--text);margin:0}.ImagePicker-module__n1vr4W__modalEmptyHint{font-size:var(--text-sm);color:var(--text-muted);margin:0}.ImagePicker-module__n1vr4W__modalError{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--danger);background:var(--danger-bg);border:1px solid color-mix(in srgb, var(--danger) 25%, transparent);border-radius:var(--radius-md);margin:0}.ImagePicker-module__n1vr4W__modalErrorPanel{color:var(--danger)}.ImagePicker-module__n1vr4W__urlLabel{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.ImagePicker-module__n1vr4W__urlInput{width:100%;height:40px;padding:0 var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text)}.ImagePicker-module__n1vr4W__urlInput::placeholder{color:var(--text-muted)}.ImagePicker-module__n1vr4W__urlInput:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.ImagePicker-module__n1vr4W__urlHint{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-snug);margin:0}.ImagePicker-module__n1vr4W__urlPreview{border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);width:100%;max-height:200px;overflow:hidden}.ImagePicker-module__n1vr4W__urlPreviewImg{object-fit:contain;width:100%;height:auto;max-height:200px;display:block}.ImagePicker-module__n1vr4W__urlActions{justify-content:flex-end;align-items:center;gap:var(--space-2);display:flex}@keyframes ImagePicker-module__n1vr4W__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes ImagePicker-module__n1vr4W__dialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes ImagePicker-module__n1vr4W__pulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width:560px){.ImagePicker-module__n1vr4W__preview{flex-wrap:wrap}.ImagePicker-module__n1vr4W__previewActions{justify-content:flex-end;width:100%}.ImagePicker-module__n1vr4W__dropzone{text-align:center;flex-direction:column;align-items:stretch}.ImagePicker-module__n1vr4W__grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr))}}
.DocumentPicker-module__pW-Bxa__wrap{gap:var(--space-2);flex-direction:column;display:flex}.DocumentPicker-module__pW-Bxa__label{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.DocumentPicker-module__pW-Bxa__control{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:border-color var(--dur-fast) var(--ease)}.DocumentPicker-module__pW-Bxa__controlError{border-color:var(--danger)}.DocumentPicker-module__pW-Bxa__emptyTrigger{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-4);border-radius:var(--radius-md);cursor:pointer;text-align:left;color:var(--text-muted);transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;min-height:64px;display:flex}.DocumentPicker-module__pW-Bxa__emptyTrigger:hover{background:var(--surface-2);color:var(--text)}.DocumentPicker-module__pW-Bxa__emptyTrigger:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__emptyIcon{color:var(--text-muted);flex-shrink:0}.DocumentPicker-module__pW-Bxa__emptyText{flex-direction:column;gap:2px;min-width:0;display:flex}.DocumentPicker-module__pW-Bxa__emptyTitle{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.DocumentPicker-module__pW-Bxa__emptyHint{font-size:var(--text-xs);color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__preview{align-items:center;gap:var(--space-3);padding:var(--space-3);display:flex}.DocumentPicker-module__pW-Bxa__fileIconWrap{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));width:44px;height:44px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.DocumentPicker-module__pW-Bxa__fileIcon{width:22px;height:22px}.DocumentPicker-module__pW-Bxa__previewMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DocumentPicker-module__pW-Bxa__previewName{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.DocumentPicker-module__pW-Bxa__previewSub{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.DocumentPicker-module__pW-Bxa__previewKind{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__previewSize{font-size:var(--text-xs);color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__previewActions{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.DocumentPicker-module__pW-Bxa__changeBtn,.DocumentPicker-module__pW-Bxa__clearBtn{height:32px;padding:0 var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--fw-medium);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);align-items:center;display:inline-flex}.DocumentPicker-module__pW-Bxa__changeBtn{background:var(--surface-2);color:var(--text);border:1px solid var(--border)}.DocumentPicker-module__pW-Bxa__changeBtn:hover{border-color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__clearBtn{color:var(--text-muted);background:0 0;border:1px solid #0000}.DocumentPicker-module__pW-Bxa__clearBtn:hover{color:var(--danger);background:var(--danger-bg)}.DocumentPicker-module__pW-Bxa__changeBtn:focus-visible,.DocumentPicker-module__pW-Bxa__clearBtn:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__hintMsg{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-snug);margin:0}.DocumentPicker-module__pW-Bxa__errorMsg{font-size:var(--text-xs);color:var(--danger);line-height:var(--leading-snug);margin:0}.DocumentPicker-module__pW-Bxa__overlay{z-index:100;padding:var(--space-4);background:color-mix(in srgb, var(--text) 45%, transparent);animation:DocumentPicker-module__pW-Bxa__overlayIn var(--dur) var(--ease);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.DocumentPicker-module__pW-Bxa__dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:640px;max-height:min(85vh,720px);box-shadow:var(--shadow-md);animation:DocumentPicker-module__pW-Bxa__dialogIn var(--dur) var(--ease);flex-direction:column;display:flex;overflow:hidden}.DocumentPicker-module__pW-Bxa__dialog:focus-visible{outline:none}.DocumentPicker-module__pW-Bxa__dialogHeader{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);display:flex}.DocumentPicker-module__pW-Bxa__dialogTitle{font-size:var(--text-md);font-weight:var(--fw-semibold);color:var(--text);margin:0}.DocumentPicker-module__pW-Bxa__dialogClose{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.DocumentPicker-module__pW-Bxa__dialogClose:hover{background:var(--surface-2);color:var(--text)}.DocumentPicker-module__pW-Bxa__dialogClose:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__tabs{gap:var(--space-1);padding:var(--space-3) var(--space-5) 0;display:flex}.DocumentPicker-module__pW-Bxa__tab{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:0 0;border:none;border-bottom:2px solid #0000}.DocumentPicker-module__pW-Bxa__tab:hover{color:var(--text)}.DocumentPicker-module__pW-Bxa__tab:focus-visible{box-shadow:0 0 0 3px var(--ring);border-radius:var(--radius-sm);outline:none}.DocumentPicker-module__pW-Bxa__tabActive{color:var(--text);border-bottom-color:var(--accent)}.DocumentPicker-module__pW-Bxa__libraryBody,.DocumentPicker-module__pW-Bxa__urlBody{gap:var(--space-4);padding:var(--space-4) var(--space-5) var(--space-5);flex-direction:column;display:flex;overflow-y:auto}.DocumentPicker-module__pW-Bxa__dropzone{align-items:center;gap:var(--space-3);padding:var(--space-4);border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-2);transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);display:flex}.DocumentPicker-module__pW-Bxa__dropzoneActive{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--surface-2))}.DocumentPicker-module__pW-Bxa__dropzoneHint{font-size:var(--text-xs);color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__hiddenInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.DocumentPicker-module__pW-Bxa__uploadingRow{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.DocumentPicker-module__pW-Bxa__progressTrack{background:var(--border);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.DocumentPicker-module__pW-Bxa__progressBar{background:var(--accent);border-radius:var(--radius-full);height:100%;transition:width var(--dur-fast) var(--ease)}.DocumentPicker-module__pW-Bxa__uploadingText{font-size:var(--text-xs);color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__searchRow{align-items:center;display:flex;position:relative}.DocumentPicker-module__pW-Bxa__searchIcon{left:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute}.DocumentPicker-module__pW-Bxa__searchInput{width:100%;height:40px;padding:0 var(--space-3) 0 var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text)}.DocumentPicker-module__pW-Bxa__searchInput::placeholder{color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__searchInput:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__list{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.DocumentPicker-module__pW-Bxa__docRow{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;text-align:left;transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);display:flex;position:relative}.DocumentPicker-module__pW-Bxa__docRow:hover{border-color:color-mix(in srgb, var(--accent) 40%, var(--border));transform:translateY(-1px)}.DocumentPicker-module__pW-Bxa__docRow:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__docRowSelected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.DocumentPicker-module__pW-Bxa__docRowIcon{border-radius:var(--radius-sm);background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));width:40px;height:40px;color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.DocumentPicker-module__pW-Bxa__docRowIconSvg{width:20px;height:20px}.DocumentPicker-module__pW-Bxa__docRowMeta{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DocumentPicker-module__pW-Bxa__docRowName{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.DocumentPicker-module__pW-Bxa__docRowSize{font-size:var(--text-xs);color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__docRowCheck{border-radius:var(--radius-full);background:var(--accent);width:22px;height:22px;color:var(--accent-contrast);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.DocumentPicker-module__pW-Bxa__skeletonRow{border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border);height:64px;animation:1.6s ease-in-out infinite DocumentPicker-module__pW-Bxa__pulse}.DocumentPicker-module__pW-Bxa__modalEmpty,.DocumentPicker-module__pW-Bxa__modalErrorPanel{align-items:center;gap:var(--space-2);padding:var(--space-10) var(--space-6);text-align:center;flex-direction:column;display:flex}.DocumentPicker-module__pW-Bxa__modalEmptyTitle{font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--text);margin:0}.DocumentPicker-module__pW-Bxa__modalEmptyHint{font-size:var(--text-sm);color:var(--text-muted);margin:0}.DocumentPicker-module__pW-Bxa__modalError{padding:var(--space-2) var(--space-3);font-size:var(--text-sm);color:var(--danger);background:var(--danger-bg);border:1px solid color-mix(in srgb, var(--danger) 25%, transparent);border-radius:var(--radius-md);margin:0}.DocumentPicker-module__pW-Bxa__modalErrorPanel{color:var(--danger)}.DocumentPicker-module__pW-Bxa__urlLabel{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text)}.DocumentPicker-module__pW-Bxa__urlInput{width:100%;height:40px;padding:0 var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text)}.DocumentPicker-module__pW-Bxa__urlInput::placeholder{color:var(--text-muted)}.DocumentPicker-module__pW-Bxa__urlInput:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.DocumentPicker-module__pW-Bxa__urlHint{font-size:var(--text-xs);color:var(--text-muted);line-height:var(--leading-snug);margin:0}.DocumentPicker-module__pW-Bxa__urlActions{justify-content:flex-end;align-items:center;gap:var(--space-2);display:flex}@keyframes DocumentPicker-module__pW-Bxa__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes DocumentPicker-module__pW-Bxa__dialogIn{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes DocumentPicker-module__pW-Bxa__pulse{0%,to{opacity:1}50%{opacity:.55}}@media (prefers-reduced-motion:reduce){.DocumentPicker-module__pW-Bxa__overlay,.DocumentPicker-module__pW-Bxa__dialog{animation:none}.DocumentPicker-module__pW-Bxa__docRow:hover{transform:none}}@media (max-width:560px){.DocumentPicker-module__pW-Bxa__preview{flex-wrap:wrap}.DocumentPicker-module__pW-Bxa__previewActions{justify-content:flex-end;width:100%}.DocumentPicker-module__pW-Bxa__dropzone{text-align:center;flex-direction:column;align-items:stretch}}
.RichTextEditor-module__ifVy6G__editor{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);flex-direction:column;display:flex;overflow:hidden}.RichTextEditor-module__ifVy6G__editor:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.RichTextEditor-module__ifVy6G__error{border-color:var(--danger)}.RichTextEditor-module__ifVy6G__error:focus-within{border-color:var(--danger);box-shadow:0 0 0 3px var(--ring-danger)}.RichTextEditor-module__ifVy6G__toolbar{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--border);background:var(--surface-2);border-radius:var(--radius-md) var(--radius-md) 0 0;flex-wrap:wrap;display:flex}.RichTextEditor-module__ifVy6G__toolbarButton{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-muted);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--fw-semibold);cursor:pointer;transition:background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.RichTextEditor-module__ifVy6G__toolbarButton:hover:not(:disabled){background:var(--surface);color:var(--text);border-color:var(--border)}.RichTextEditor-module__ifVy6G__toolbarButton:focus-visible{outline:2px solid var(--ring);outline-offset:1px;color:var(--text);border-color:#0000}.RichTextEditor-module__ifVy6G__toolbarButton:active:not(:disabled){background:var(--surface);color:var(--text)}.RichTextEditor-module__ifVy6G__toolbarButton:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}.RichTextEditor-module__ifVy6G__toolbarButtonActive{background:var(--accent);color:var(--accent-contrast);border-color:#0000}.RichTextEditor-module__ifVy6G__toolbarButtonActive:hover:not(:disabled){background:var(--accent-hover);color:var(--accent-contrast);border-color:#0000}.RichTextEditor-module__ifVy6G__toolbarDivider{background:var(--border);width:1px;height:18px;margin:0 var(--space-1);flex-shrink:0;align-self:center;display:inline-block}.RichTextEditor-module__ifVy6G__content{min-height:160px;padding:var(--space-3) var(--space-4);color:var(--text);font-family:var(--font-sans);font-size:var(--text-sm);line-height:var(--leading-relaxed);cursor:text;flex:1}.RichTextEditor-module__ifVy6G__content .ProseMirror{outline:none;min-height:140px}.RichTextEditor-module__ifVy6G__content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--text-muted);pointer-events:none;-webkit-user-select:none;user-select:none;height:0;font-style:italic}.RichTextEditor-module__ifVy6G__content .ProseMirror>*+*{margin-top:var(--space-3)}.RichTextEditor-module__ifVy6G__content .ProseMirror h2{font-size:1.4rem;font-weight:var(--fw-bold);line-height:var(--leading-snug);letter-spacing:-.02em;color:var(--text);margin-top:1.25em}.RichTextEditor-module__ifVy6G__content .ProseMirror h3{font-size:1.15rem;font-weight:var(--fw-semibold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--text);margin-top:1em}:is(.RichTextEditor-module__ifVy6G__content .ProseMirror>h2:first-child,.RichTextEditor-module__ifVy6G__content .ProseMirror>h3:first-child){margin-top:0}.RichTextEditor-module__ifVy6G__content .ProseMirror p{margin-bottom:.75em}.RichTextEditor-module__ifVy6G__content .ProseMirror p:last-child{margin-bottom:0}:is(.RichTextEditor-module__ifVy6G__content .ProseMirror ul,.RichTextEditor-module__ifVy6G__content .ProseMirror ol){margin-bottom:.75em;padding-left:1.5em}.RichTextEditor-module__ifVy6G__content .ProseMirror li{margin-bottom:.25em}.RichTextEditor-module__ifVy6G__content .ProseMirror blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:0;padding-left:1em;font-style:italic}.RichTextEditor-module__ifVy6G__content .ProseMirror code{font-family:var(--font-mono);background:var(--surface-2);border-radius:var(--radius-sm);padding:2px 6px;font-size:.875em}.RichTextEditor-module__ifVy6G__content .ProseMirror pre{background:var(--surface-2);border-radius:var(--radius-md);padding:1em;overflow-x:auto}.RichTextEditor-module__ifVy6G__content .ProseMirror pre code{font-size:var(--text-sm);line-height:var(--leading-snug);background:0 0;padding:0}.RichTextEditor-module__ifVy6G__content .ProseMirror a{color:var(--accent);text-underline-offset:2px;text-decoration:underline}.RichTextEditor-module__ifVy6G__errorMsg{font-size:var(--text-sm);color:var(--danger);line-height:var(--leading-snug);padding:var(--space-2) var(--space-4) var(--space-3);border-top:1px solid var(--border);margin:0}@media (max-width:480px){.RichTextEditor-module__ifVy6G__toolbar{padding:var(--space-2);gap:2px}.RichTextEditor-module__ifVy6G__toolbarButton{width:30px;height:30px}.RichTextEditor-module__ifVy6G__content{padding:var(--space-3)}}
.ResumeDownload-module__ykPqAW__download{align-items:center;gap:var(--space-3);min-height:48px;padding:var(--space-2) var(--space-5);border-radius:var(--radius-portfolio,var(--radius-md));font-family:var(--font-sans);transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);text-decoration:none;display:inline-flex}.ResumeDownload-module__ykPqAW__secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.ResumeDownload-module__ykPqAW__secondary:hover{border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:color-mix(in srgb, var(--accent) 5%, var(--surface));color:var(--text);text-decoration:none;transform:translateY(-1px)}.ResumeDownload-module__ykPqAW__secondary .ResumeDownload-module__ykPqAW__icon{color:var(--accent)}.ResumeDownload-module__ykPqAW__primary{background:var(--accent);color:var(--accent-contrast);border:1px solid var(--accent)}.ResumeDownload-module__ykPqAW__primary:hover{background:var(--accent-hover,var(--accent));border-color:var(--accent-hover,var(--accent));color:var(--accent-contrast);text-decoration:none;transform:translateY(-1px)}.ResumeDownload-module__ykPqAW__primary .ResumeDownload-module__ykPqAW__icon{color:var(--accent-contrast)}.ResumeDownload-module__ykPqAW__download:active{transform:translateY(0)}.ResumeDownload-module__ykPqAW__download:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.ResumeDownload-module__ykPqAW__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ResumeDownload-module__ykPqAW__text{flex-direction:column;align-items:flex-start;gap:1px;min-width:0;display:flex}.ResumeDownload-module__ykPqAW__label{font-size:var(--text-sm);font-weight:var(--fw-semibold);letter-spacing:-.005em;line-height:var(--leading-tight)}.ResumeDownload-module__ykPqAW__meta{font-size:var(--text-xs);font-weight:var(--fw-regular);line-height:var(--leading-tight);letter-spacing:0;opacity:.72;white-space:nowrap;text-overflow:ellipsis;max-width:28ch;overflow:hidden}.ResumeDownload-module__ykPqAW__fileName{font-weight:var(--fw-regular)}@media (prefers-reduced-motion:reduce){.ResumeDownload-module__ykPqAW__download,.ResumeDownload-module__ykPqAW__download:hover{transform:none}}@media (max-width:480px){.ResumeDownload-module__ykPqAW__meta{max-width:20ch}}
.RichTextRenderer-module__5AIOTa__richText{width:100%;color:var(--text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-relaxed)}.RichTextRenderer-module__5AIOTa__richText p{line-height:var(--leading-relaxed);margin:0 0 .875em}.RichTextRenderer-module__5AIOTa__richText p:last-child{margin-bottom:0}.RichTextRenderer-module__5AIOTa__richText h2{font-size:var(--text-xl);font-weight:var(--fw-bold);line-height:var(--leading-snug);letter-spacing:-.02em;color:var(--text);margin:1.75em 0 .5em}.RichTextRenderer-module__5AIOTa__richText h3{font-size:var(--text-md);font-weight:var(--fw-semibold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--text);margin:1.4em 0 .4em}.RichTextRenderer-module__5AIOTa__richText>h2:first-child,.RichTextRenderer-module__5AIOTa__richText>h3:first-child{margin-top:0}.RichTextRenderer-module__5AIOTa__richText ul,.RichTextRenderer-module__5AIOTa__richText ol{margin:0 0 .875em;padding-left:1.5em;list-style-position:outside}.RichTextRenderer-module__5AIOTa__richText ul{list-style-type:disc}.RichTextRenderer-module__5AIOTa__richText ol{list-style-type:decimal}.RichTextRenderer-module__5AIOTa__richText li{line-height:var(--leading-relaxed);margin-bottom:.3em}.RichTextRenderer-module__5AIOTa__richText li:last-child{margin-bottom:0}.RichTextRenderer-module__5AIOTa__richText strong{font-weight:var(--fw-semibold);color:var(--text)}.RichTextRenderer-module__5AIOTa__richText em{font-style:italic}.RichTextRenderer-module__5AIOTa__richText a{color:var(--accent);text-underline-offset:2px;transition:opacity var(--dur-fast) var(--ease);text-decoration:underline}.RichTextRenderer-module__5AIOTa__richText a:hover{opacity:.8}.RichTextRenderer-module__5AIOTa__richText blockquote{border-left:4px solid var(--accent);padding-left:var(--space-4);color:var(--text-muted);margin:var(--space-5) 0;font-style:italic}.RichTextRenderer-module__5AIOTa__richText blockquote p{margin-bottom:0}.RichTextRenderer-module__5AIOTa__richText code{font-family:var(--font-mono);background:var(--surface-2);border-radius:var(--radius-sm);padding:2px 6px;font-size:.875em}.RichTextRenderer-module__5AIOTa__richText pre{background:var(--surface-2);border-radius:var(--radius-md);padding:var(--space-4);margin:var(--space-4) 0;overflow-x:auto}.RichTextRenderer-module__5AIOTa__richText pre code{font-size:var(--text-sm);line-height:var(--leading-snug);background:0 0;padding:0;display:block}.RichTextRenderer-module__5AIOTa__richText hr{border:none;border-top:1px solid var(--border);margin:var(--space-8) 0}
.ProfileHeader-module__fNyhKa__header{width:100%;padding:0 0 var(--space-12);background:var(--bg);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.ProfileHeader-module__fNyhKa__header:before{content:"";background:radial-gradient(70% 60% at 0% 0%, color-mix(in srgb, var(--accent) 7%, transparent), transparent 60%);pointer-events:none;z-index:0;position:absolute;inset:0}.ProfileHeader-module__fNyhKa__avatarBand{z-index:2;width:100%;padding-inline:var(--space-6);position:relative}.ProfileHeader-module__fNyhKa__avatarBandInner{max-width:var(--container-prose);margin:0 auto}.ProfileHeader-module__fNyhKa__avatarWrap{margin-top:calc(-1 * var(--space-12));border-radius:var(--radius-full);background:var(--surface-2);width:112px;height:112px;box-shadow:0 0 0 1px var(--border), 0 0 0 4px var(--surface), 0 0 0 5px color-mix(in srgb, var(--accent) 22%, transparent);overflow:hidden}.ProfileHeader-module__fNyhKa__avatar{object-fit:cover;width:100%;height:100%;display:block}.ProfileHeader-module__fNyhKa__inner{z-index:1;max-width:var(--container-prose);padding-inline:var(--space-6);padding-top:var(--space-5);align-items:flex-start;gap:var(--space-5);flex-direction:column;margin:0 auto;display:flex;position:relative}.ProfileHeader-module__fNyhKa__noAvatar{padding-top:var(--space-8)}.ProfileHeader-module__fNyhKa__identity{align-items:flex-start;gap:var(--space-2);flex-direction:column;width:100%;min-width:0;display:flex}.ProfileHeader-module__fNyhKa__name{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--fw-bold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);text-wrap:balance;margin:0}.ProfileHeader-module__fNyhKa__headline{font-size:var(--text-md);color:var(--text-muted);font-weight:var(--fw-medium);line-height:var(--leading-snug);letter-spacing:-.005em;text-wrap:pretty;margin:0}.ProfileHeader-module__fNyhKa__meta{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text-muted);margin:var(--space-1) 0 0;flex-wrap:wrap;display:flex}.ProfileHeader-module__fNyhKa__metaItem{white-space:nowrap}.ProfileHeader-module__fNyhKa__metaDot{color:var(--text-muted);opacity:.6}.ProfileHeader-module__fNyhKa__availability{align-items:center;gap:var(--space-2) var(--space-3);margin:var(--space-2) 0 0;flex-wrap:wrap;display:flex}.ProfileHeader-module__fNyhKa__availabilityChip{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);background:color-mix(in srgb, var(--accent) 12%, transparent);font-size:var(--text-sm);font-weight:var(--fw-semibold);letter-spacing:-.005em;color:color-mix(in srgb, var(--accent) 72%, var(--text));white-space:nowrap;display:inline-flex}.ProfileHeader-module__fNyhKa__availabilityDot{border-radius:var(--radius-full);background:var(--accent);width:.5rem;height:.5rem;box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent);flex-shrink:0}.ProfileHeader-module__fNyhKa__availabilityNote{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-snug)}.ProfileHeader-module__fNyhKa__links{align-items:center;gap:var(--space-3) var(--space-4);flex-wrap:wrap;width:100%;display:flex}.ProfileHeader-module__fNyhKa__socialRow{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.ProfileHeader-module__fNyhKa__socialItem{display:inline-flex}.ProfileHeader-module__fNyhKa__socialLink{border-radius:var(--radius-full);border:1px solid var(--border);width:2.75rem;height:2.75rem;color:var(--text-muted);background:var(--surface);transition:color var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);justify-content:center;align-items:center;display:inline-flex}.ProfileHeader-module__fNyhKa__socialLink:hover{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:color-mix(in srgb, var(--accent) 6%, var(--surface));transform:translateY(-1px)}.ProfileHeader-module__fNyhKa__socialLink:active{transform:translateY(0)}.ProfileHeader-module__fNyhKa__socialLink:focus-visible{box-shadow:0 0 0 3px var(--ring);color:var(--accent);outline:none}.ProfileHeader-module__fNyhKa__contactRow{align-items:center;gap:var(--space-2) var(--space-4);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.ProfileHeader-module__fNyhKa__contactItem{display:inline-flex}.ProfileHeader-module__fNyhKa__contactLink{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);text-underline-offset:3px;border-radius:var(--radius-sm);transition:color var(--dur-fast) var(--ease);text-decoration:none}.ProfileHeader-module__fNyhKa__contactLink:hover{color:var(--accent);text-decoration:underline}.ProfileHeader-module__fNyhKa__contactLink:focus-visible{box-shadow:0 0 0 3px var(--ring);color:var(--accent);outline:none}.ProfileHeader-module__fNyhKa__resumeRow{margin-left:auto;display:inline-flex}.ProfileHeader-module__fNyhKa__shortBio{max-width:60ch;font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--text-muted);text-wrap:pretty;margin:0}.ProfileHeader-module__fNyhKa__longBio{width:100%;max-width:68ch;margin-top:var(--space-1);font-size:var(--text-base);line-height:var(--leading-relaxed);color:var(--text)}@media (max-width:768px){.ProfileHeader-module__fNyhKa__header{padding-bottom:var(--space-10)}.ProfileHeader-module__fNyhKa__avatarBand,.ProfileHeader-module__fNyhKa__inner{padding-inline:var(--space-5)}.ProfileHeader-module__fNyhKa__name{font-size:var(--text-2xl)}.ProfileHeader-module__fNyhKa__avatarWrap{width:96px;height:96px;margin-top:calc(-1 * var(--space-10))}}@media (max-width:540px){.ProfileHeader-module__fNyhKa__header{padding-bottom:var(--space-8)}.ProfileHeader-module__fNyhKa__avatarBand,.ProfileHeader-module__fNyhKa__inner{padding-inline:var(--space-4)}.ProfileHeader-module__fNyhKa__avatarBandInner{justify-content:center;display:flex}.ProfileHeader-module__fNyhKa__inner,.ProfileHeader-module__fNyhKa__identity{text-align:center;align-items:center}.ProfileHeader-module__fNyhKa__meta,.ProfileHeader-module__fNyhKa__availability{justify-content:center}.ProfileHeader-module__fNyhKa__links{align-items:stretch;gap:var(--space-3);flex-direction:column;width:100%}.ProfileHeader-module__fNyhKa__socialRow,.ProfileHeader-module__fNyhKa__contactRow{justify-content:center}.ProfileHeader-module__fNyhKa__resumeRow{width:100%;margin-left:0}.ProfileHeader-module__fNyhKa__resumeRow>a{justify-content:center;width:100%}.ProfileHeader-module__fNyhKa__shortBio{text-align:center;margin-inline:auto}.ProfileHeader-module__fNyhKa__longBio{text-align:left}}@media (prefers-reduced-motion:reduce){.ProfileHeader-module__fNyhKa__socialLink,.ProfileHeader-module__fNyhKa__socialLink:hover,.ProfileHeader-module__fNyhKa__socialLink:active{transform:none}}
.HeroSection-module__JNJs5a__hero{width:100%;padding:var(--space-16) var(--space-6);background:var(--bg);position:relative;overflow:hidden}.HeroSection-module__JNJs5a__hero:before{content:"";background:radial-gradient(60% 50% at 50% 0%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 70%);pointer-events:none;z-index:0;position:absolute;inset:0}.HeroSection-module__JNJs5a__inner{z-index:1;text-align:center;align-items:center;gap:var(--space-5);max-width:var(--container-prose);flex-direction:column;margin:0 auto;display:flex;position:relative}.HeroSection-module__JNJs5a__avatarWrap{border-radius:var(--radius-full);background:var(--surface-2);width:112px;height:112px;box-shadow:0 0 0 1px var(--border), 0 0 0 4px var(--surface), 0 0 0 5px color-mix(in srgb, var(--accent) 25%, transparent);margin-bottom:var(--space-2);overflow:hidden}.HeroSection-module__JNJs5a__avatar{object-fit:cover;width:100%;height:100%}.HeroSection-module__JNJs5a__title{font-size:clamp(2.25rem,1.5rem + 3.4vw,3.5rem);font-weight:var(--fw-bold);line-height:var(--leading-tight);letter-spacing:-.03em;color:var(--text);text-wrap:balance}.HeroSection-module__JNJs5a__subtitle{font-size:var(--text-lg);font-weight:var(--fw-medium);line-height:var(--leading-snug);color:var(--accent);letter-spacing:-.005em}.HeroSection-module__JNJs5a__tagline{font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--text-muted);text-wrap:pretty;max-width:56ch}.HeroSection-module__JNJs5a__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.HeroSection-module__JNJs5a__ctas{justify-content:center;gap:var(--space-3);margin-top:var(--space-3);flex-wrap:wrap;display:flex}.HeroSection-module__JNJs5a__cta{align-items:center;gap:var(--space-2);height:48px;padding:0 var(--space-6);background:var(--accent);color:var(--accent-contrast);border:1px solid var(--accent);border-radius:var(--radius-portfolio,var(--radius-md));font-size:var(--text-sm);font-weight:var(--fw-semibold);letter-spacing:-.005em;transition:background var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);text-decoration:none;display:inline-flex}.HeroSection-module__JNJs5a__cta:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--accent-contrast);text-decoration:none;transform:translateY(-1px)}.HeroSection-module__JNJs5a__cta:active{transform:translateY(0)}.HeroSection-module__JNJs5a__cta:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.HeroSection-module__JNJs5a__ctaArrow{transition:transform var(--dur-fast) var(--ease)}.HeroSection-module__JNJs5a__cta:hover .HeroSection-module__JNJs5a__ctaArrow{transform:translate(2px)}@media (max-width:768px){.HeroSection-module__JNJs5a__hero{padding:var(--space-12) var(--space-5)}.HeroSection-module__JNJs5a__avatarWrap{width:96px;height:96px}}@media (max-width:480px){.HeroSection-module__JNJs5a__hero{padding:var(--space-10) var(--space-4)}}
.AboutSection-module__C18poW__about{width:100%;padding:var(--space-16) var(--space-6);background:var(--bg)}.AboutSection-module__C18poW__inner{gap:var(--space-6);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.AboutSection-module__C18poW__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.AboutSection-module__C18poW__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.AboutSection-module__C18poW__body{gap:var(--space-5);max-width:var(--container-prose);flex-direction:column;display:flex}.AboutSection-module__C18poW__paragraph{font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--text);text-wrap:pretty}.AboutSection-module__C18poW__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.AboutSection-module__C18poW__highlights{margin:var(--space-2) 0 0;gap:var(--space-3);max-width:var(--container);grid-template-columns:repeat(auto-fit,minmax(240px,1fr));padding:0;list-style:none;display:grid}.AboutSection-module__C18poW__highlight{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-portfolio,var(--radius-md));font-size:var(--text-sm);color:var(--text);line-height:var(--leading-snug);display:flex}.AboutSection-module__C18poW__checkIcon{color:var(--accent);flex:none;margin-top:.05em}@media (max-width:768px){.AboutSection-module__C18poW__about{padding:var(--space-12) var(--space-5)}}@media (max-width:480px){.AboutSection-module__C18poW__about{padding:var(--space-10) var(--space-4)}}
.ProjectSection-module__ezr7ba__projects{width:100%;padding:var(--space-16) var(--space-6);background:var(--surface-2)}.ProjectSection-module__ezr7ba__inner{gap:var(--space-8);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.ProjectSection-module__ezr7ba__head{gap:var(--space-2);max-width:var(--container-prose);flex-direction:column;display:flex}.ProjectSection-module__ezr7ba__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.ProjectSection-module__ezr7ba__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.ProjectSection-module__ezr7ba__placeholderHeading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);color:var(--text-muted);font-style:italic}.ProjectSection-module__ezr7ba__subtitle{font-size:var(--text-md);color:var(--text-muted);line-height:var(--leading-snug)}.ProjectSection-module__ezr7ba__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.ProjectSection-module__ezr7ba__grid{gap:var(--space-5);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin:0;padding:0;list-style:none;display:grid}.ProjectSection-module__ezr7ba__cardItem{list-style:none;display:flex}.ProjectSection-module__ezr7ba__card,.ProjectSection-module__ezr7ba__cardStatic{gap:var(--space-3);width:100%;padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-portfolio,var(--radius-lg));color:var(--text);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease), transform var(--dur) var(--ease);flex-direction:column;text-decoration:none;display:flex;position:relative}.ProjectSection-module__ezr7ba__card{cursor:pointer}.ProjectSection-module__ezr7ba__card:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));box-shadow:var(--shadow-md);color:var(--text);text-decoration:none;transform:translateY(-2px)}.ProjectSection-module__ezr7ba__card:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.ProjectSection-module__ezr7ba__thumb{margin:calc(-1 * var(--space-6)) calc(-1 * var(--space-6)) var(--space-1);aspect-ratio:16/9;background:var(--surface-2);border-bottom:1px solid var(--border);border-top-left-radius:calc(var(--radius-portfolio,var(--radius-lg)) - 1px);border-top-right-radius:calc(var(--radius-portfolio,var(--radius-lg)) - 1px);display:block;overflow:hidden}.ProjectSection-module__ezr7ba__thumbImg{object-fit:cover;width:100%;height:100%;transition:transform var(--dur) var(--ease);display:block}.ProjectSection-module__ezr7ba__card:hover .ProjectSection-module__ezr7ba__thumbImg{transform:scale(1.03)}.ProjectSection-module__ezr7ba__cardTitle{font-size:var(--text-md);font-weight:var(--fw-semibold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--text);text-wrap:balance}.ProjectSection-module__ezr7ba__untitled{color:var(--text-muted);font-style:italic;font-weight:var(--fw-medium)}.ProjectSection-module__ezr7ba__cardSummary{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--text-muted)}.ProjectSection-module__ezr7ba__tags{margin:var(--space-2) 0 0;gap:var(--space-2);flex-wrap:wrap;padding:0;list-style:none;display:flex}.ProjectSection-module__ezr7ba__tag{height:24px;padding:0 var(--space-3);background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);color:color-mix(in srgb, var(--accent) 75%, var(--text));letter-spacing:.01em;align-items:center;display:inline-flex}.ProjectSection-module__ezr7ba__cardCta{padding-top:var(--space-3);align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--fw-semibold);color:var(--accent);letter-spacing:-.005em;transition:gap var(--dur-fast) var(--ease);margin-top:auto;display:inline-flex}.ProjectSection-module__ezr7ba__card:hover .ProjectSection-module__ezr7ba__cardCta{gap:var(--space-3)}@media (max-width:768px){.ProjectSection-module__ezr7ba__projects{padding:var(--space-12) var(--space-5)}.ProjectSection-module__ezr7ba__card,.ProjectSection-module__ezr7ba__cardStatic{padding:var(--space-5)}.ProjectSection-module__ezr7ba__thumb{margin:calc(-1 * var(--space-5)) calc(-1 * var(--space-5)) var(--space-1)}}@media (max-width:720px){.ProjectSection-module__ezr7ba__grid{grid-template-columns:1fr}}@media (max-width:480px){.ProjectSection-module__ezr7ba__projects{padding:var(--space-10) var(--space-4)}}
.ExperienceSection-module__jaB4NW__experience{width:100%;padding:var(--space-16) var(--space-6);background:var(--bg)}.ExperienceSection-module__jaB4NW__inner{gap:var(--space-8);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.ExperienceSection-module__jaB4NW__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.ExperienceSection-module__jaB4NW__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.ExperienceSection-module__jaB4NW__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.ExperienceSection-module__jaB4NW__timeline{gap:var(--space-8);flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:relative}.ExperienceSection-module__jaB4NW__timeline:before{content:"";background:linear-gradient(to bottom, color-mix(in srgb, var(--accent) 35%, var(--border)), var(--border));width:1px;position:absolute;top:12px;bottom:12px;left:7px}.ExperienceSection-module__jaB4NW__entry{padding-left:var(--space-8);list-style:none;position:relative}.ExperienceSection-module__jaB4NW__entry:before{content:"";border-radius:var(--radius-full);background:var(--surface);border:2px solid var(--accent);width:15px;height:15px;box-shadow:0 0 0 4px var(--bg);position:absolute;top:8px;left:0}.ExperienceSection-module__jaB4NW__card{gap:var(--space-3);flex-direction:column;display:flex}.ExperienceSection-module__jaB4NW__entryHead{gap:var(--space-1);flex-direction:column;display:flex}.ExperienceSection-module__jaB4NW__role{font-size:var(--text-md);font-weight:var(--fw-semibold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--text)}.ExperienceSection-module__jaB4NW__untitled{color:var(--text-muted);font-style:italic;font-weight:var(--fw-medium)}.ExperienceSection-module__jaB4NW__orgRow{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--text);flex-wrap:wrap;display:flex}.ExperienceSection-module__jaB4NW__org{font-weight:var(--fw-medium)}.ExperienceSection-module__jaB4NW__dot,.ExperienceSection-module__jaB4NW__location{color:var(--text-muted)}.ExperienceSection-module__jaB4NW__range{height:22px;padding:0 var(--space-2);margin-top:var(--space-1);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);letter-spacing:.01em;font-variant-numeric:tabular-nums;align-self:flex-start;align-items:center;display:inline-flex}.ExperienceSection-module__jaB4NW__range time{font-variant-numeric:tabular-nums}.ExperienceSection-module__jaB4NW__description{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-muted);max-width:60ch}.ExperienceSection-module__jaB4NW__bullets{margin:var(--space-1) 0 0;gap:var(--space-2);flex-direction:column;padding:0;list-style:none;display:flex}.ExperienceSection-module__jaB4NW__bullet{padding-left:var(--space-5);font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text);position:relative}.ExperienceSection-module__jaB4NW__bullet:before{content:"";left:var(--space-2);border-radius:var(--radius-full);background:color-mix(in srgb, var(--accent) 70%, transparent);width:5px;height:5px;position:absolute;top:.7em}@media (max-width:768px){.ExperienceSection-module__jaB4NW__experience{padding:var(--space-12) var(--space-5)}}@media (max-width:480px){.ExperienceSection-module__jaB4NW__experience{padding:var(--space-10) var(--space-4)}.ExperienceSection-module__jaB4NW__entry{padding-left:var(--space-6)}}.ExperienceSection-module__jaB4NW__experience .ExperienceSection-module__jaB4NW__entry:before{box-shadow:0 0 0 4px var(--bg)}
.EducationSection-module__Yh6XgW__education{width:100%;padding:var(--space-16) var(--space-6);background:var(--surface-2)}.EducationSection-module__Yh6XgW__inner{gap:var(--space-6);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.EducationSection-module__Yh6XgW__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.EducationSection-module__Yh6XgW__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.EducationSection-module__Yh6XgW__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.EducationSection-module__Yh6XgW__list{gap:var(--space-4);grid-template-columns:1fr;margin:0;padding:0;list-style:none;display:grid}@media (min-width:960px){.EducationSection-module__Yh6XgW__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.EducationSection-module__Yh6XgW__entry{list-style:none;display:flex}.EducationSection-module__Yh6XgW__card{gap:var(--space-3);width:100%;padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-portfolio,var(--radius-lg));transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur) var(--ease);flex-direction:column;display:flex}.EducationSection-module__Yh6XgW__card:hover{border-color:color-mix(in srgb, var(--accent) 25%, var(--border));box-shadow:var(--shadow-sm)}.EducationSection-module__Yh6XgW__entryHead{gap:var(--space-1);flex-direction:column;display:flex}.EducationSection-module__Yh6XgW__institution{font-size:var(--text-md);font-weight:var(--fw-semibold);line-height:var(--leading-snug);letter-spacing:-.01em;color:var(--text);text-wrap:balance}.EducationSection-module__Yh6XgW__untitled{color:var(--text-muted);font-style:italic;font-weight:var(--fw-medium)}.EducationSection-module__Yh6XgW__degree{font-size:var(--text-sm);color:var(--text);font-weight:var(--fw-medium)}.EducationSection-module__Yh6XgW__metaRow{align-items:center;gap:var(--space-2);margin-top:var(--space-1);font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.02em;font-variant-numeric:tabular-nums;flex-wrap:wrap;display:flex}.EducationSection-module__Yh6XgW__dot{color:var(--text-muted)}.EducationSection-module__Yh6XgW__range time{font-variant-numeric:tabular-nums}.EducationSection-module__Yh6XgW__gpa{height:22px;padding:0 var(--space-2);margin-top:var(--space-1);background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);color:color-mix(in srgb, var(--accent) 75%, var(--text));align-self:flex-start;align-items:center;display:inline-flex}.EducationSection-module__Yh6XgW__description{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-muted)}@media (max-width:768px){.EducationSection-module__Yh6XgW__education{padding:var(--space-12) var(--space-5)}.EducationSection-module__Yh6XgW__card{padding:var(--space-5)}}@media (max-width:480px){.EducationSection-module__Yh6XgW__education{padding:var(--space-10) var(--space-4)}}
.SkillSection-module__MGdueq__skills{width:100%;padding:var(--space-16) var(--space-6);background:var(--bg)}.SkillSection-module__MGdueq__inner{gap:var(--space-8);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.SkillSection-module__MGdueq__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.SkillSection-module__MGdueq__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.SkillSection-module__MGdueq__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.SkillSection-module__MGdueq__placeholderSmall{font-size:var(--text-xs);color:var(--text-muted);font-style:italic}.SkillSection-module__MGdueq__groups{gap:var(--space-6);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.SkillSection-module__MGdueq__group{gap:var(--space-3);padding-bottom:var(--space-5);border-bottom:1px solid var(--border);grid-template-columns:1fr;list-style:none;display:grid}.SkillSection-module__MGdueq__group:last-child{border-bottom:0;padding-bottom:0}@media (min-width:720px){.SkillSection-module__MGdueq__group{gap:var(--space-6);grid-template-columns:180px 1fr;align-items:baseline}}.SkillSection-module__MGdueq__groupLabel{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);padding-top:var(--space-1)}.SkillSection-module__MGdueq__untitled{font-style:italic;font-weight:var(--fw-medium)}.SkillSection-module__MGdueq__chips{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.SkillSection-module__MGdueq__chip{height:30px;padding:0 var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text);letter-spacing:-.005em;transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease);align-items:center;display:inline-flex}.SkillSection-module__MGdueq__chip:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));background:color-mix(in srgb, var(--accent) 6%, var(--surface))}@media (max-width:768px){.SkillSection-module__MGdueq__skills{padding:var(--space-12) var(--space-5)}}@media (max-width:480px){.SkillSection-module__MGdueq__skills{padding:var(--space-10) var(--space-4)}}
.ContactSection-module__e3oZtW__contact{width:100%;padding:var(--space-16) var(--space-6);background:var(--surface-2)}.ContactSection-module__e3oZtW__inner{gap:var(--space-6);max-width:var(--container);flex-direction:column;margin:0 auto;display:flex}.ContactSection-module__e3oZtW__heading{font-size:var(--text-2xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.025em;color:var(--text);padding-left:var(--space-4);position:relative}.ContactSection-module__e3oZtW__heading:before{content:"";border-radius:var(--radius-full);background:var(--accent);width:3px;position:absolute;top:.25em;bottom:.25em;left:0}.ContactSection-module__e3oZtW__intro{font-size:var(--text-md);line-height:var(--leading-relaxed);color:var(--text-muted);max-width:var(--container-prose)}.ContactSection-module__e3oZtW__placeholder{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.ContactSection-module__e3oZtW__list{gap:var(--space-3);flex-direction:column;max-width:560px;margin:0;padding:0;list-style:none;display:flex}.ContactSection-module__e3oZtW__item{list-style:none}.ContactSection-module__e3oZtW__row{align-items:center;gap:var(--space-4);min-height:56px;padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-portfolio,var(--radius-md));color:var(--text);transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease);text-decoration:none;display:flex}a.ContactSection-module__e3oZtW__row{cursor:pointer}a.ContactSection-module__e3oZtW__row:hover{border-color:color-mix(in srgb, var(--accent) 35%, var(--border));background:color-mix(in srgb, var(--accent) 4%, var(--surface));color:var(--text);text-decoration:none;transform:translate(2px)}a.ContactSection-module__e3oZtW__row:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.ContactSection-module__e3oZtW__iconWrap{background:color-mix(in srgb, var(--accent) 10%, var(--surface-2));border:1px solid color-mix(in srgb, var(--accent) 18%, var(--border));border-radius:var(--radius-md);width:36px;height:36px;color:var(--accent);flex:none;justify-content:center;align-items:center;display:inline-flex}.ContactSection-module__e3oZtW__rowBody{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.ContactSection-module__e3oZtW__kind{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.ContactSection-module__e3oZtW__value{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text);word-break:break-word;overflow-wrap:anywhere}.ContactSection-module__e3oZtW__untitled{font-size:var(--text-sm);color:var(--text-muted);font-style:italic}.ContactSection-module__e3oZtW__resumeRow{margin-top:var(--space-2);display:flex}.ContactSection-module__e3oZtW__chevron{color:var(--text-muted);opacity:0;transition:opacity var(--dur-fast) var(--ease), transform var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);flex:none;transform:translate(-4px)}a.ContactSection-module__e3oZtW__row:hover .ContactSection-module__e3oZtW__chevron{opacity:1;color:var(--accent);transform:translate(0)}@media (prefers-reduced-motion:reduce){.ContactSection-module__e3oZtW__chevron{opacity:1;transform:none}a.ContactSection-module__e3oZtW__row:hover{transform:none}}@media (max-width:768px){.ContactSection-module__e3oZtW__contact{padding:var(--space-12) var(--space-5)}}@media (max-width:480px){.ContactSection-module__e3oZtW__contact{padding:var(--space-10) var(--space-4)}}
.BlogSection-module__qtmxya__post{width:100%;padding:var(--space-16) var(--space-6);background:var(--bg)}.BlogSection-module__qtmxya__inner{gap:var(--space-6);flex-direction:column;max-width:760px;margin:0 auto;display:flex}.BlogSection-module__qtmxya__cover{aspect-ratio:16/9;border-radius:var(--radius-portfolio,var(--radius-md));background:var(--surface-2);width:100%;margin-bottom:var(--space-2);overflow:hidden}.BlogSection-module__qtmxya__coverImg{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.BlogSection-module__qtmxya__header{gap:var(--space-3);flex-direction:column;display:flex}.BlogSection-module__qtmxya__heading{font-size:2rem;font-weight:var(--fw-bold);letter-spacing:-.025em;color:var(--text);margin:0;line-height:1.2}.BlogSection-module__qtmxya__untitled{color:var(--text-muted);font-style:italic}.BlogSection-module__qtmxya__meta{align-items:center;gap:var(--space-3);color:var(--text-muted);flex-wrap:wrap;font-size:.85rem;display:flex}.BlogSection-module__qtmxya__date{font-size:inherit;color:var(--text-muted);line-height:var(--leading-snug)}.BlogSection-module__qtmxya__tags{gap:var(--space-2);flex-wrap:wrap;margin:0;padding:0;list-style:none;display:flex}.BlogSection-module__qtmxya__tag{padding:2px var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);font-size:.8rem;font-weight:var(--fw-medium);color:var(--text-muted);letter-spacing:.02em;white-space:nowrap;align-items:center;display:inline-flex}.BlogSection-module__qtmxya__excerpt{font-size:1.05rem;line-height:var(--leading-relaxed);color:var(--text-muted);margin:0}.BlogSection-module__qtmxya__body{flex-direction:column;width:100%;display:flex}.BlogSection-module__qtmxya__placeholder{font-size:var(--text-sm);color:var(--text-muted);padding:var(--space-4);border:1px dashed var(--border);border-radius:var(--radius-md);text-align:center;font-style:italic}@media (max-width:768px){.BlogSection-module__qtmxya__post{padding:var(--space-12) var(--space-5)}.BlogSection-module__qtmxya__heading{font-size:2rem}}@media (max-width:360px){.BlogSection-module__qtmxya__post{padding:var(--space-10) var(--space-4)}.BlogSection-module__qtmxya__heading{font-size:1.5rem}.BlogSection-module__qtmxya__excerpt{font-size:var(--text-base)}}
.UnknownSection-module__ZLehpG__unknown{width:100%;padding:var(--space-8) var(--space-6);background:var(--bg)}.UnknownSection-module__ZLehpG__inner{gap:var(--space-3);max-width:var(--container);padding:var(--space-5);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius-portfolio,var(--radius-md));flex-direction:column;margin:0 auto;display:flex}.UnknownSection-module__ZLehpG__head{align-items:center;gap:var(--space-3);display:flex}.UnknownSection-module__ZLehpG__badge{height:22px;padding:0 var(--space-2);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.06em;color:var(--text-muted);align-items:center;display:inline-flex}.UnknownSection-module__ZLehpG__status{font-size:var(--text-xs);color:var(--text-muted);letter-spacing:.02em}.UnknownSection-module__ZLehpG__hint{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-snug)}.UnknownSection-module__ZLehpG__details{border-top:1px dashed var(--border);padding-top:var(--space-3)}.UnknownSection-module__ZLehpG__summary{cursor:pointer;font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);list-style:none}.UnknownSection-module__ZLehpG__summary::-webkit-details-marker{display:none}.UnknownSection-module__ZLehpG__summary:before{content:"▸ ";color:var(--text-muted)}.UnknownSection-module__ZLehpG__details[open] .UnknownSection-module__ZLehpG__summary:before{content:"▾ "}.UnknownSection-module__ZLehpG__pre{margin-top:var(--space-2);padding:var(--space-3);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);max-height:240px;font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text);line-height:var(--leading-snug);overflow:auto}@media (max-width:768px){.UnknownSection-module__ZLehpG__unknown{padding:var(--space-6) var(--space-4)}}
.PortfolioRenderer-module__BukWNq__portfolio{--radius-portfolio:var(--radius-md);background:var(--bg);width:100%;min-height:100dvh;color:var(--text);font-family:var(--font-sans)}.PortfolioRenderer-module__BukWNq__main{flex-direction:column;width:100%;display:flex}.PortfolioRenderer-module__BukWNq__empty{text-align:center;align-items:center;gap:var(--space-3);margin:var(--space-12) auto;padding:var(--space-12) var(--space-6);background:var(--surface-2);border:1px dashed var(--border);border-radius:var(--radius-lg);flex-direction:column;max-width:480px;display:flex}.PortfolioRenderer-module__BukWNq__emptyTitle{font-size:var(--text-lg);font-weight:var(--fw-semibold);color:var(--text)}.PortfolioRenderer-module__BukWNq__emptyHint{font-size:var(--text-sm);color:var(--text-muted);line-height:var(--leading-snug);max-width:38ch}.PortfolioRenderer-module__BukWNq__portfolio[data-preview] .PortfolioRenderer-module__BukWNq__main>:first-child{padding-top:var(--space-8)}
.AuthCard-module__Vc6V-G__page{background:var(--bg);flex-direction:column;min-height:100dvh;display:flex}.AuthCard-module__Vc6V-G__topbar{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-5) var(--space-6);display:flex}.AuthCard-module__Vc6V-G__brandTop{font-family:var(--font-display);font-size:var(--text-md);font-weight:var(--fw-bold);letter-spacing:-.02em;color:var(--text)}.AuthCard-module__Vc6V-G__wrap{padding:var(--space-6) var(--space-5) var(--space-10);flex:auto;justify-content:center;align-items:center;display:flex}.AuthCard-module__Vc6V-G__card{width:100%;max-width:var(--auth-card-max);padding:var(--space-8) var(--space-8);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.AuthCard-module__Vc6V-G__header{gap:var(--space-2);margin-bottom:var(--space-6);flex-direction:column;display:flex}.AuthCard-module__Vc6V-G__title{font-size:var(--text-xl);font-weight:var(--fw-semibold);line-height:var(--leading-tight);letter-spacing:-.015em;color:var(--text)}.AuthCard-module__Vc6V-G__subtitle{font-size:var(--text-sm);line-height:var(--leading-snug);color:var(--text-muted)}.AuthCard-module__Vc6V-G__footer{margin-top:var(--space-6);padding-top:var(--space-5);border-top:1px solid var(--border);font-size:var(--text-sm);color:var(--text-muted);text-align:center}.AuthCard-module__Vc6V-G__footer a{color:var(--accent);font-weight:var(--fw-medium)}@media (max-width:480px){.AuthCard-module__Vc6V-G__topbar{padding:var(--space-4) var(--space-4)}.AuthCard-module__Vc6V-G__wrap{padding:var(--space-2) var(--space-4) var(--space-8)}.AuthCard-module__Vc6V-G__card{padding:var(--space-5) var(--space-2);box-shadow:none;background:0 0;border:none}}
.FontPicker-module__tlTlnW__picker{gap:var(--space-3);flex-direction:column;display:flex}.FontPicker-module__tlTlnW__searchWrap{position:relative}.FontPicker-module__tlTlnW__searchIcon{left:var(--space-3);color:var(--text-muted);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.FontPicker-module__tlTlnW__search{width:100%;padding:var(--space-2) var(--space-3) var(--space-2) calc(var(--space-3) + 14px + var(--space-2));background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--text);line-height:var(--leading-normal);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);appearance:none;outline:none}.FontPicker-module__tlTlnW__search::placeholder{color:var(--text-muted)}.FontPicker-module__tlTlnW__search:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring)}.FontPicker-module__tlTlnW__tabs{gap:var(--space-1);flex-wrap:wrap;display:flex}.FontPicker-module__tlTlnW__tab{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);cursor:pointer;transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), color var(--dur-fast) var(--ease);white-space:nowrap;display:inline-flex}.FontPicker-module__tlTlnW__tab:hover{border-color:var(--accent);color:var(--text)}.FontPicker-module__tlTlnW__tab:focus-visible{box-shadow:0 0 0 3px var(--ring);border-color:var(--accent);outline:none}.FontPicker-module__tlTlnW__tabActive{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.FontPicker-module__tlTlnW__tabActive:hover{color:var(--accent-contrast)}.FontPicker-module__tlTlnW__tabCount{font-size:10px;font-weight:var(--fw-normal);opacity:.7}.FontPicker-module__tlTlnW__resultCount{font-size:var(--text-xs);color:var(--text-muted);margin:0}.FontPicker-module__tlTlnW__groups{gap:var(--space-4);max-height:400px;padding-right:var(--space-1);flex-direction:column;display:flex;overflow:hidden auto;-webkit-mask-image:linear-gradient(#000 calc(100% - 16px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 16px),#0000 100%)}.FontPicker-module__tlTlnW__groups::-webkit-scrollbar{width:4px}.FontPicker-module__tlTlnW__groups::-webkit-scrollbar-track{background:0 0}.FontPicker-module__tlTlnW__groups::-webkit-scrollbar-thumb{background:var(--border);border-radius:var(--radius-full)}.FontPicker-module__tlTlnW__group{gap:var(--space-2);flex-direction:column;display:flex}.FontPicker-module__tlTlnW__groupLabel{font-size:var(--text-xs);font-weight:var(--fw-semibold);letter-spacing:.07em;text-transform:uppercase;color:var(--text-muted);margin:0}.FontPicker-module__tlTlnW__grid{gap:var(--space-2);grid-template-columns:repeat(auto-fill,minmax(120px,1fr));display:grid}.FontPicker-module__tlTlnW__card{gap:var(--space-1);padding:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--dur-fast) var(--ease), background var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);-webkit-user-select:none;user-select:none;flex-direction:column;min-height:76px;font-family:system-ui,sans-serif;display:flex;position:relative}.FontPicker-module__tlTlnW__card:hover{border-color:var(--accent);background:var(--surface-2)}.FontPicker-module__tlTlnW__card:focus-visible{box-shadow:0 0 0 3px var(--ring);border-color:var(--accent);outline:none}.FontPicker-module__tlTlnW__cardSelected{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 8%, var(--surface));box-shadow:0 0 0 1px var(--accent)}.FontPicker-module__tlTlnW__cardSample{font-size:1.35rem;font-weight:var(--fw-bold);color:var(--text);white-space:nowrap;text-overflow:clip;font-family:inherit;line-height:1.2;overflow:hidden}.FontPicker-module__tlTlnW__cardFamily{font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-family:system-ui,sans-serif;overflow:hidden}.FontPicker-module__tlTlnW__cardCheck{top:var(--space-2);right:var(--space-2);background:var(--accent);width:18px;height:18px;color:var(--accent-contrast);border-radius:var(--radius-full);justify-content:center;align-items:center;display:inline-flex;position:absolute}.FontPicker-module__tlTlnW__noResults{font-size:var(--text-sm);color:var(--text-muted);padding:var(--space-6) 0;text-align:center;margin:0}
.PasswordField-module__qKTA0G__toggle{border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-muted);cursor:pointer;transition:color var(--dur-fast) var(--ease);background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.PasswordField-module__qKTA0G__toggle:hover{color:var(--text)}.PasswordField-module__qKTA0G__toggle:focus-visible{color:var(--text);box-shadow:0 0 0 3px var(--ring);outline:none}
.AccentColorPicker-module__El8-cq__picker{gap:var(--space-4);flex-direction:column;display:flex}.AccentColorPicker-module__El8-cq__swatches{gap:var(--space-2);flex-wrap:wrap;display:flex}.AccentColorPicker-module__El8-cq__swatch{border-radius:var(--radius-full);background:var(--swatch-color,#6366f1);cursor:pointer;width:36px;height:36px;transition:transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);border:2px solid #0000;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.AccentColorPicker-module__El8-cq__swatch:hover{box-shadow:0 0 0 3px color-mix(in srgb, var(--swatch-color) 35%, transparent);transform:scale(1.12)}.AccentColorPicker-module__El8-cq__swatch:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.AccentColorPicker-module__El8-cq__swatchSelected{border-color:var(--surface);box-shadow:0 0 0 2px var(--swatch-color), 0 0 0 4px color-mix(in srgb, var(--swatch-color) 30%, transparent)}.AccentColorPicker-module__El8-cq__swatchCheck{color:#fff;filter:drop-shadow(0 0 1px #0006)}.AccentColorPicker-module__El8-cq__customRow{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-md);display:flex}.AccentColorPicker-module__El8-cq__customLabel{font-size:var(--text-sm);font-weight:var(--fw-medium);color:var(--text-muted);flex:1}.AccentColorPicker-module__El8-cq__customInputWrap{align-items:center;gap:var(--space-2);display:flex}.AccentColorPicker-module__El8-cq__colorInput{appearance:none;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);cursor:pointer;width:36px;height:36px;padding:2px}.AccentColorPicker-module__El8-cq__colorInput::-webkit-color-swatch-wrapper{border-radius:calc(var(--radius-md) - 2px);padding:0;overflow:hidden}.AccentColorPicker-module__El8-cq__colorInput::-webkit-color-swatch{border-radius:calc(var(--radius-md) - 2px);border:none}.AccentColorPicker-module__El8-cq__colorInput::-moz-color-swatch{border-radius:calc(var(--radius-md) - 2px);border:none}.AccentColorPicker-module__El8-cq__colorInput:focus-visible{box-shadow:0 0 0 3px var(--ring);outline:none}.AccentColorPicker-module__El8-cq__hexValue{font-size:var(--text-xs);font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.04em}
.StatRadar-module__ekwczG__root{gap:var(--space-4);padding:var(--space-5) var(--space-5) var(--space-6);margin:0;border-radius:var(--radius-lg);background:radial-gradient(120% 80% at 50% 0%, color-mix(in srgb, var(--accent) 14%, var(--surface)) 0%, var(--surface) 62%);border:1px solid color-mix(in srgb, var(--accent) 22%, var(--border));width:100%;max-width:24rem;box-shadow:var(--shadow-md);isolation:isolate;animation:StatRadar-module__ekwczG__statCardIn var(--dur) var(--ease) both;flex-direction:column;margin-inline:auto;display:flex;position:relative;overflow:hidden}.StatRadar-module__ekwczG__root:before{content:"";border-radius:calc(var(--radius-lg) - 2px);border:1px solid color-mix(in srgb, var(--accent) 16%, transparent);pointer-events:none;z-index:0;position:absolute;inset:3px}.StatRadar-module__ekwczG__root:after{content:"";pointer-events:none;z-index:0;background:linear-gradient(#ffffff0f 0%,#0000 100%);height:42%;position:absolute;inset:0 0 auto}:root[data-theme=dark] .StatRadar-module__ekwczG__root:after{background:linear-gradient(#ffffff0a 0%,#0000 100%)}.StatRadar-module__ekwczG__compact{padding:var(--space-3);gap:var(--space-2)}.StatRadar-module__ekwczG__compact .StatRadar-module__ekwczG__ratingNum{font-size:var(--text-xl)}.StatRadar-module__ekwczG__compact .StatRadar-module__ekwczG__ratingLabel{letter-spacing:.16em}.StatRadar-module__ekwczG__compact .StatRadar-module__ekwczG__classBadge{letter-spacing:.03em;padding:2px 8px;font-size:.625rem}.StatRadar-module__ekwczG__cardTop{z-index:1;justify-content:space-between;align-items:flex-start;gap:var(--space-3);display:flex;position:relative}.StatRadar-module__ekwczG__rating{flex-direction:column;align-items:flex-start;line-height:.92;display:flex}.StatRadar-module__ekwczG__ratingNum{font-family:var(--font-display);font-size:var(--text-3xl);font-weight:var(--fw-bold);letter-spacing:-.04em;color:var(--accent);font-variant-numeric:tabular-nums}.StatRadar-module__ekwczG__ratingLabel{margin-top:var(--space-1);font-size:var(--text-xs);font-weight:var(--fw-bold);letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted)}.StatRadar-module__ekwczG__classBadge{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);background:var(--accent);color:var(--accent-contrast);font-size:var(--text-xs);font-weight:var(--fw-bold);letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--shadow-sm);align-self:flex-start;align-items:center;display:inline-flex}.StatRadar-module__ekwczG__chartWrap{z-index:1;aspect-ratio:1;width:100%;max-width:20rem;margin-inline:auto;position:relative}.StatRadar-module__ekwczG__svg{transform-origin:50%;width:100%;height:100%;animation:StatRadar-module__ekwczG__statRadarGrow .36s var(--ease) both;display:block;overflow:visible}.StatRadar-module__ekwczG__gridRing{fill:none;stroke:var(--border);stroke-width:.4px;opacity:.65}.StatRadar-module__ekwczG__spoke{stroke:var(--border);stroke-width:.4px;opacity:.55}.StatRadar-module__ekwczG__boundary{fill:none;stroke:color-mix(in srgb, var(--accent) 30%, var(--border));stroke-width:.6px}.StatRadar-module__ekwczG__dataArea{fill:color-mix(in srgb, var(--accent) 26%, transparent);stroke:var(--accent);stroke-width:1.25px;stroke-linejoin:round;filter:drop-shadow(0 0 1.5px color-mix(in srgb, var(--accent) 45%, transparent))}.StatRadar-module__ekwczG__dot{fill:var(--accent);stroke:var(--surface);stroke-width:.5px}.StatRadar-module__ekwczG__axisLabel{font-family:var(--font-sans);font-size:4px;font-weight:var(--fw-semibold);fill:var(--text-muted)}.StatRadar-module__ekwczG__axisValue{fill:var(--text);font-weight:var(--fw-bold)}.StatRadar-module__ekwczG__axisIcon{fill:none;stroke:color-mix(in srgb, var(--accent) 55%, var(--text-muted));stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.StatRadar-module__ekwczG__core{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.StatRadar-module__ekwczG__coreNum{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--fw-bold);letter-spacing:-.03em;color:color-mix(in srgb, var(--accent) 60%, var(--text-muted));opacity:.16;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.StatRadar-module__ekwczG__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes StatRadar-module__ekwczG__statCardIn{0%{opacity:0;transform:translateY(6px)scale(.985)}to{opacity:1;transform:none}}@keyframes StatRadar-module__ekwczG__statRadarGrow{0%{opacity:.4;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.StatRadar-module__ekwczG__root,.StatRadar-module__ekwczG__svg{animation:none}}
.RetryNotice-module__WRCx1W__notice{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-2);border:1px solid var(--border);border-left:3px solid var(--warning);border-radius:var(--radius-md);color:var(--text);font-size:var(--text-sm);line-height:var(--leading-snug);display:flex}.RetryNotice-module__WRCx1W__dot{border-radius:var(--radius-full);background:var(--warning);flex:none;width:6px;height:6px;margin-top:7px}.RetryNotice-module__WRCx1W__text{margin:0}.RetryNotice-module__WRCx1W__count{font-weight:var(--fw-semibold);font-variant-numeric:tabular-nums;white-space:nowrap}
