@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;500;600;700&family=Inter:opsz,wght@14..32,300..700&family=JetBrains+Mono:wght@400;500;700&family=Pixelify+Sans:wght@400..700&display=swap";:root{--color-bg:#f6f1e9;--color-bg-alt:#e4e0d9;--color-ink:#1d201d;--color-ink-soft:#697068;--color-light:#f7f4ee;--color-lime:#b7f320;--color-green:#188b4c;--ds-ink:#000;--ds-ink-soft:#55585c;--ds-canvas:#fff;--ds-surface:#fff;--ds-surface-soft:#f7f7f5;--ds-on-primary:#0d0d0d;--ds-inverse-canvas:#101418;--ds-inverse-ink:#fff;--ds-hairline:#e6e6e6;--ds-hairline-soft:#f1f1f1;--ds-gutter:#767676;--ds-syntax-keyword:#0b4fd6;--ds-syntax-prop:#0f4fa8;--ds-syntax-type:#0f7a86;--ds-syntax-control:#a300c4;--ds-syntax-string:#b32222;--ds-syntax-number:#0b7a3e;--ds-syntax-comment:#087f2f;--ds-syntax-link:#0a58ca;--ds-syntax-error:#d01717;--ds-syntax-select:#add6ff;--ds-syntax-keyword-dark:#569cd6;--ds-syntax-type-dark:#4ec9b0;--ds-syntax-comment-dark:#6a9955;--ds-syntax-string-dark:#ce9178;--ds-poster-green:#17a673;--ds-poster-lime:#a6de4e;--ds-poster-gradient:linear-gradient(104deg, var(--ds-poster-green), var(--ds-poster-lime));--ds-poster-green-ink:#0d7d57;--ds-poster-gradient-ink:linear-gradient(104deg, var(--ds-poster-green-ink), var(--ds-poster-green));--ds-block-lime:#f7f7f5;--ds-block-lilac:#f7f7f5;--ds-block-cream:#f7f7f5;--ds-block-pink:#f7f7f5;--ds-block-mint:#f7f7f5;--ds-block-coral:#f7f7f5;--ds-block-navy:#101418;--ds-accent-magenta:#c2007a;--ds-success:#0b7a3e;--ds-radius-xs:2px;--ds-radius-sm:6px;--ds-radius-md:8px;--ds-radius-lg:24px;--ds-radius-xl:32px;--ds-radius-pill:50px;--ds-radius-full:9999px;--ds-space-xxs:4px;--ds-space-xs:8px;--ds-space-sm:12px;--ds-space-md:16px;--ds-space-lg:24px;--ds-space-xl:32px;--ds-space-xxl:48px;--ds-space-section:96px;--ds-container:1280px;--font-sans:"IBM Plex Sans KR", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", "SF Mono", menlo, monospace;--font-display:"Pixelify Sans", "JetBrains Mono", monospace;font-family:var(--font-sans);font-feature-settings:"kern" 1;background:var(--ds-canvas);color:var(--ds-ink);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ds-canvas);min-width:320px;margin:0}button,a{font:inherit}button{cursor:pointer;border:0}a{color:inherit;text-decoration:none}::selection{background:var(--ds-syntax-select);color:var(--ds-ink)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.ds-page{background:var(--ds-canvas);color:var(--ds-ink);max-width:calc(1280px + var(--ds-space-xxl) * 2);padding-inline:var(--ds-space-xxl);margin-inline:auto;position:relative}.ds-page h1,.ds-page h2,.ds-page h3,.ds-page p,.ds-page strong,.ds-page b{word-break:keep-all}.ds-page h1{letter-spacing:-.03em;margin:0;font-size:clamp(40px,5vw,72px);font-weight:600;line-height:1.12}.ds-page h2{letter-spacing:-.025em;margin:0;font-size:clamp(30px,3.8vw,52px);font-weight:600;line-height:1.18}.ds-page h3{margin:0;font-size:22px;font-weight:600;line-height:1.45}.eyebrow{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ds-syntax-comment);margin:0;font-size:13px;font-weight:400;line-height:1.3}.eyebrow:before{content:"// "}.subhead{letter-spacing:-.01em;color:var(--ds-ink-soft);margin:0;font-size:clamp(17px,1.4vw,22px);font-weight:300;line-height:1.5}.lead{color:var(--ds-ink-soft);margin:0;font-size:19px;font-weight:300;line-height:1.55}.pill{border-radius:var(--ds-radius-sm);letter-spacing:-.01em;white-space:nowrap;justify-content:center;align-items:center;min-height:46px;font-size:17px;font-weight:600;line-height:1.4;transition:filter .15s,transform .15s,border-color .15s,color .15s;display:inline-flex}.pill:hover{filter:brightness(1.12)}.pill:active{transform:translateY(1px)}.pill:focus-visible{outline:2px solid var(--ds-syntax-link);outline-offset:3px}.pill-primary{background:var(--ds-poster-gradient);color:var(--ds-on-primary);padding:11px 22px}.pill-tertiary{color:var(--ds-syntax-link);border:1px solid var(--ds-hairline);background:0 0;padding:11px 18px}.pill-tertiary:hover{border-color:var(--ds-syntax-link)}.pill-alert{background:var(--ds-syntax-error);color:var(--ds-inverse-ink);min-height:40px;padding:10px 18px;font-size:15px}.section{padding-block:calc(var(--ds-space-section) / 2)}.section>.eyebrow{margin-bottom:var(--ds-space-lg)}.section[id]{scroll-margin-top:calc(56px + var(--ds-space-lg))}.section-head{gap:var(--ds-space-xxl);margin-bottom:var(--ds-space-xxl);grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:end;display:grid}.rail{z-index:5;pointer-events:none;align-items:center;gap:var(--ds-space-lg);font-family:var(--font-mono);letter-spacing:.35em;color:var(--ds-ink-soft);flex-direction:column;font-size:11px;display:none;position:fixed;top:50%;transform:translateY(-50%)}.rail b{writing-mode:vertical-rl;font-weight:400}.rail i{background:repeating-linear-gradient(180deg, var(--ds-ink-soft) 0 3px, transparent 3px 9px);opacity:.7;width:7px;height:140px}@media (width>=1520px){.rail{display:flex}.rail-left{left:28px}.rail-right{right:28px}}.hero{gap:var(--ds-space-xxl);padding-block:var(--ds-space-xxl) var(--ds-space-section);grid-template-columns:minmax(0,1fr) minmax(0,360px);align-items:center;display:grid}.hero-copy .eyebrow{margin-bottom:var(--ds-space-lg)}.hero-copy .lead{margin-block:var(--ds-space-lg) var(--ds-space-xl)}.hero-title{padding-left:52px}.hero-line{display:block;position:relative}.hero-line .ln{font-family:var(--font-mono);letter-spacing:.05em;color:var(--ds-gutter);font-size:13px;font-style:normal;position:absolute;top:.42em;left:-52px}.tok-string{color:var(--ds-syntax-string);font-style:normal}.tok-semi{background:var(--ds-poster-gradient-ink);color:#0000;-webkit-background-clip:text;background-clip:text;font-style:normal}.cta-row{align-items:center;gap:var(--ds-space-md);flex-wrap:wrap;display:flex}.hero-facts{gap:var(--ds-space-xl);margin:var(--ds-space-xxl) 0 0;padding-top:var(--ds-space-lg);border-top:1px solid var(--ds-hairline-soft);font-family:var(--font-mono);flex-wrap:wrap;display:flex}.hero-facts dt{letter-spacing:.18em;text-transform:uppercase;color:var(--ds-syntax-comment);font-size:11px}.hero-facts dd{margin:var(--ds-space-xxs) 0 0;color:var(--ds-syntax-prop);font-size:15px}.hero-poster{aspect-ratio:3/4;border-radius:var(--ds-radius-md);background:var(--ds-poster-gradient);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-poster:before,.hero-poster:after{content:"";top:var(--ds-space-lg);bottom:var(--ds-space-lg);background:repeating-linear-gradient(180deg, var(--ds-on-primary) 0 4px, transparent 4px 11px);opacity:.55;width:8px;position:absolute}.hero-poster:before{left:var(--ds-space-md)}.hero-poster:after{right:var(--ds-space-md)}.poster-glyph{font-family:var(--font-display);color:var(--ds-on-primary);font-size:clamp(180px,20vw,280px);line-height:.8;transform:translateY(-.06em)}.poster-caption{left:0;right:0;bottom:var(--ds-space-lg);text-align:center;font-family:var(--font-mono);letter-spacing:.28em;color:var(--ds-on-primary);margin:0;font-size:11px;position:absolute}.poster-caption b{margin-top:var(--ds-space-xxs);font-weight:700;display:block}.marquee{background:var(--ds-poster-gradient);width:100vw;height:34px;color:var(--ds-on-primary);align-items:center;margin-left:calc(50% - 50vw);display:flex;overflow:hidden}.marquee-track{white-space:nowrap;animation:32s linear infinite marquee-scroll;display:flex}.marquee-group{display:flex}.marquee-group i{font-family:var(--font-mono);letter-spacing:.14em;padding-inline:var(--ds-space-lg);font-size:12px;font-style:normal;font-weight:500}.marquee-group i:after{content:" ;"}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.block{border:1px solid var(--ds-hairline);border-left:3px solid var(--ds-syntax-type);border-radius:var(--ds-radius-md);padding:var(--ds-space-xxl);background:var(--ds-block-lime);color:var(--ds-ink)}.block .eyebrow{margin-bottom:var(--ds-space-lg)}.block h2+.subhead{margin-top:var(--ds-space-lg);max-width:62ch}.block-lilac{background:var(--ds-block-lilac);border-left-color:var(--ds-syntax-control)}.block-coral{background:var(--ds-block-coral);border-left-color:var(--ds-syntax-error)}.block-lime{background:var(--ds-block-lime);border-left-color:var(--ds-syntax-comment)}.block-mint{background:var(--ds-block-mint);border-left-color:var(--ds-syntax-type)}.block-navy{background:var(--ds-block-navy);color:var(--ds-inverse-ink);border-color:var(--ds-block-navy);border-left-color:var(--ds-syntax-keyword-dark)}.block-navy .eyebrow{color:var(--ds-syntax-comment-dark)}.block-navy .subhead{color:#b4b8bd}.quote-block{padding-block:calc(var(--ds-space-section) - var(--ds-space-lg))}.quote-block h2{max-width:23em}.quote-line{display:block}.quote-word{margin-inline-end:.26em;display:inline-block}.quote-word.strong{color:var(--ds-syntax-type);font-weight:700}.block-navy .quote-word.strong{color:var(--ds-syntax-type-dark)}.value-grid{gap:var(--ds-space-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.value,.steps li{padding-top:var(--ds-space-lg);view-timeline-name:--line-track;position:relative}.value:after,.steps li:after{content:"";background:var(--ds-hairline);transform-origin:0;height:1px;position:absolute;top:0;left:0;right:0}.value .eyebrow{margin-bottom:var(--ds-space-xl);display:block}.value strong{font-size:22px;font-weight:600;line-height:1.45;display:block}.value span{margin-top:var(--ds-space-xs);color:var(--ds-ink-soft);font-size:16px;font-weight:300;line-height:1.5;display:block}.card-sheet{padding-block:var(--ds-space-section) 0}.card-grid{gap:var(--ds-space-lg);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.card{border:1px solid var(--ds-hairline);border-radius:var(--ds-radius-md);padding:var(--ds-space-lg);background:var(--ds-surface)}.card .eyebrow{margin-bottom:var(--ds-space-xxl);display:block}.card h3{margin-bottom:var(--ds-space-sm)}.card p{color:var(--ds-ink-soft);margin:0;font-size:16px;font-weight:300;line-height:1.5}.steps{gap:var(--ds-space-xl);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.steps .eyebrow{color:var(--ds-syntax-number);display:block}.steps .eyebrow:before{content:none}.steps b{margin-block:var(--ds-space-xl) var(--ds-space-sm);font-size:22px;font-weight:600;line-height:1.45;display:block}.steps p{color:var(--ds-ink-soft);margin:0;font-size:16px;font-weight:300;line-height:1.5}.promo-banner{justify-content:space-between;align-items:center;gap:var(--ds-space-lg);background:var(--ds-surface);color:var(--ds-ink);border:1px solid var(--ds-hairline);border-radius:var(--ds-radius-sm);padding:var(--ds-space-md) var(--ds-space-lg);margin-bottom:var(--ds-space-xl);flex-wrap:wrap;display:flex}.promo-banner p{margin:0;font-size:16px;font-weight:300;line-height:1.5}.apply-block .pill-primary{margin-top:var(--ds-space-xl)}.apply-block small{margin-top:var(--ds-space-sm);font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ds-ink-soft);font-size:11px;display:block}.faq-block h2{margin-bottom:var(--ds-space-xl)}.faq-item{border-top:1px solid var(--ds-hairline)}.faq-item:last-child{border-bottom:1px solid var(--ds-hairline)}.faq-item button{align-items:center;gap:var(--ds-space-md);text-align:left;width:100%;color:inherit;padding-block:var(--ds-space-lg);background:0 0;min-height:44px;font-size:18px;font-weight:500;line-height:1.4;display:flex}.faq-item button:hover{color:var(--ds-syntax-prop)}.faq-item button:focus-visible{outline:2px solid var(--ds-syntax-link);outline-offset:2px}.faq-item button b{font-family:var(--font-mono);color:var(--ds-syntax-type);margin-left:auto;font-size:22px;font-weight:400}.faq-item p{padding-bottom:var(--ds-space-lg);max-width:68ch;color:var(--ds-ink-soft);margin:0;font-size:17px;font-weight:300;line-height:1.55}@media (width<=960px){.hero{gap:var(--ds-space-xxl);grid-template-columns:minmax(0,1fr)}.hero-poster{aspect-ratio:4/3;max-width:360px}.section-head{gap:var(--ds-space-lg);grid-template-columns:minmax(0,1fr)}}@media (width<=768px){.ds-page{padding-inline:var(--ds-space-lg)}.section{padding-block:calc(var(--ds-space-section) / 2 * .75)}.value-grid,.card-grid,.steps{grid-template-columns:minmax(0,1fr)}.block{width:100vw;padding:var(--ds-space-xl) var(--ds-space-lg);border-right:0;border-radius:0;margin-left:calc(50% - 50vw)}.card-sheet{padding-block:var(--ds-space-xl) 0}.quote-block{padding-block:var(--ds-space-xxl)}.hero-title{padding-left:0}.hero-line .ln{display:none}}@media (width<=560px){.cta-row{flex-direction:column;align-items:stretch}.cta-row .pill{width:100%}.hero-facts{gap:var(--ds-space-lg)}.promo-banner{flex-direction:column;align-items:flex-start}.faq-item button{font-size:17px}}@keyframes reveal-up{0%{opacity:0;transform:translateY(24px)}}@keyframes draw-line{0%{transform:scaleX(0)}}@keyframes hero-copy-exit{to{opacity:0;transform:translateY(-48px)}}@keyframes hero-poster-drift{to{transform:translateY(-72px)}}@keyframes word-lit{0%{opacity:.3}}@media screen and (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.reveal{animation:linear both reveal-up;animation-timeline:view();animation-range:cover 4% cover 26%}.value:after,.steps li:after{animation:linear both draw-line;animation-timeline:--line-track;animation-range:cover 4% cover 24%}.value-grid>.reveal:nth-child(2),.card-grid>.reveal:nth-child(2),.steps>.reveal:nth-child(2){animation-range:cover 12% cover 34%}.value-grid>.reveal:nth-child(2):after,.steps>.reveal:nth-child(2):after{animation-range:cover 12% cover 32%}.value-grid>.reveal:nth-child(3),.card-grid>.reveal:nth-child(3),.steps>.reveal:nth-child(3){animation-range:cover 20% cover 42%}.value-grid>.reveal:nth-child(3):after,.steps>.reveal:nth-child(3):after{animation-range:cover 20% cover 40%}}}@media screen and (width>=961px) and (prefers-reduced-motion:no-preference){@supports (animation-timeline:scroll()){.hero-copy{animation:linear both hero-copy-exit;animation-timeline:scroll(root);animation-range:0 80vh}.hero-poster{animation:linear both hero-poster-drift;animation-timeline:scroll(root);animation-range:0 110vh}}.quote-track{view-timeline-name:--quote;height:150vh}.quote-section .quote-block{top:calc(56px + var(--ds-space-lg));flex-direction:column;justify-content:center;min-height:68vh;display:flex;position:sticky}@supports (animation-timeline:view()){.quote-word{animation:linear both word-lit;animation-timeline:--quote}.quote-line:first-child .quote-word:first-child{animation-range:cover 38% cover 46%}.quote-line:first-child .quote-word:nth-child(2){animation-range:cover 41% cover 49%}.quote-line:first-child .quote-word:nth-child(3){animation-range:cover 44% cover 52%}.quote-line:first-child .quote-word:nth-child(4){animation-range:cover 47% cover 55%}.quote-line:first-child .quote-word:nth-child(5){animation-range:cover 50% cover 58%}.quote-line:nth-child(2) .quote-word:first-child{animation-range:cover 54% cover 62%}.quote-line:nth-child(2) .quote-word:nth-child(2){animation-range:cover 57% cover 65%}.quote-line:nth-child(2) .quote-word:nth-child(3){animation-range:cover 60% cover 68%}.quote-line:nth-child(2) .quote-word:nth-child(4){animation-range:cover 63% cover 71%}.quote-line:nth-child(2) .quote-word:nth-child(5){animation-range:cover 66% cover 74%}.quote-line:nth-child(2) .quote-word:nth-child(6){animation-range:cover 69% cover 77%}}}.about-head{padding-block:var(--ds-space-xxl) var(--ds-space-section);max-width:62ch}.about-head .eyebrow{margin-bottom:var(--ds-space-lg)}.about-head .lead{margin-top:var(--ds-space-xl)}.rhythm-list{gap:var(--ds-space-xl);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.rhythm-list li{padding-top:var(--ds-space-lg);view-timeline-name:--rhythm-track;position:relative}.rhythm-list li:after{content:"";background:var(--ds-hairline);transform-origin:0;height:1px;position:absolute;top:0;left:0;right:0}.rhythm-list .eyebrow{display:block}.rhythm-list b{margin-block:var(--ds-space-xl) var(--ds-space-sm);font-size:24px;font-weight:700;line-height:1.45;display:block}.rhythm-list p{margin:0;font-size:16px;font-weight:330;line-height:1.45}.milestones{margin-top:var(--ds-space-section);background:var(--ds-surface-soft);border-radius:var(--ds-radius-lg);padding:var(--ds-space-xl)}.milestones>.eyebrow{margin-bottom:var(--ds-space-lg)}.milestones ul{gap:0 var(--ds-space-xl);grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;list-style:none;display:grid}.milestones li{align-items:baseline;gap:var(--ds-space-md);padding-block:var(--ds-space-md);border-top:1px solid var(--ds-hairline);display:flex}.milestones li:nth-child(-n+3){border-top:0}.milestones i{min-width:6em;font-family:var(--font-mono);letter-spacing:.6px;color:color-mix(in srgb, var(--ds-ink) 55%, transparent);flex:none;font-size:13px;font-style:normal}.milestones span{font-size:16px;font-weight:330;line-height:1.45}.about-cta .pill-primary{margin-top:var(--ds-space-xl)}@media (width<=960px){.about-head{padding-block:var(--ds-space-xl) var(--ds-space-xxl)}.milestones ul{grid-template-columns:repeat(2,minmax(0,1fr))}.milestones li:nth-child(-n+3){border-top:1px solid var(--ds-hairline)}.milestones li:nth-child(-n+2){border-top:0}}@media (width<=768px){.rhythm-list{grid-template-columns:minmax(0,1fr)}.milestones{margin-top:var(--ds-space-xxl);padding:var(--ds-space-lg)}.milestones ul{grid-template-columns:minmax(0,1fr)}.milestones li:nth-child(-n+2){border-top:1px solid var(--ds-hairline)}.milestones li:first-child{border-top:0}}@media screen and (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){.rhythm-list li:after{animation:linear both draw-line;animation-timeline:--rhythm-track;animation-range:cover 4% cover 24%}.rhythm-list>.reveal:nth-child(2){animation-range:cover 12% cover 34%}.rhythm-list>.reveal:nth-child(2):after{animation-range:cover 12% cover 32%}.rhythm-list>.reveal:nth-child(3){animation-range:cover 20% cover 42%}.rhythm-list>.reveal:nth-child(3):after{animation-range:cover 20% cover 40%}}}.site-shell{background:var(--ds-canvas);color:var(--ds-ink);overflow-x:clip}.nav{z-index:20;justify-content:space-between;align-items:center;gap:var(--ds-space-lg);height:56px;max-width:calc(1280px + var(--ds-space-xxl) * 2);padding-inline:var(--ds-space-xxl);margin-inline:auto;display:flex;position:sticky;top:0}.nav:before{content:"";inset-block:0;background:var(--ds-canvas);border-bottom:1px solid var(--ds-hairline);z-index:-1;width:100vw;position:absolute;left:calc(50% - 50vw)}.logo{align-items:center;gap:var(--ds-space-xxs);letter-spacing:-.02em;font-size:18px;font-weight:540;display:inline-flex}.logo span{font-family:var(--font-display);color:var(--ds-poster-green-ink);font-size:24px;font-weight:700;line-height:1}.nav-links{align-items:center;gap:var(--ds-space-lg);letter-spacing:-.14px;font-size:16px;font-weight:330;line-height:1.45;display:flex}.nav-links>a{padding-block:var(--ds-space-xs)}.nav-links>a:hover{color:var(--ds-syntax-prop)}.nav-cta,.nav-login{border-radius:var(--ds-radius-sm);letter-spacing:-.1px;white-space:nowrap;justify-content:center;align-items:center;min-height:40px;padding:8px 18px;font-size:16px;font-weight:600;transition:filter .15s,border-color .15s;display:inline-flex}.nav-cta{background:var(--ds-poster-gradient);color:var(--ds-on-primary)}.nav-login{color:var(--ds-ink);border:1px solid var(--ds-hairline);background:0 0;font-weight:400}.nav-cta:hover{filter:brightness(1.12)}.nav-login:hover{border-color:var(--ds-syntax-link)}.nav-cta:focus-visible,.nav-login:focus-visible{outline:2px solid var(--ds-syntax-link);outline-offset:3px}.mobile-menu{border-radius:var(--ds-radius-full);background:var(--ds-surface-soft);width:40px;height:40px;color:var(--ds-ink);font-size:18px;display:none}.nav-user{align-items:center;gap:var(--ds-space-sm);font-size:16px;font-weight:330;display:inline-flex}.nav-user b{font-weight:540}.nav-logout{color:var(--ds-ink);font-family:var(--font-mono);letter-spacing:.6px;text-transform:uppercase;padding:var(--ds-space-xxs) 0;background:0 0;border-bottom:1px solid;font-size:12px}.nav-logout:hover{opacity:.6}footer{max-width:calc(1280px + var(--ds-space-xxl) * 2);padding:var(--ds-space-section) var(--ds-space-xxl);border-top:1px solid var(--ds-hairline);background:var(--ds-canvas);color:var(--ds-ink);margin-inline:auto}footer .logo{letter-spacing:-.02em;gap:var(--ds-space-xs);font-size:clamp(38px,5vw,64px);font-weight:600}footer .logo span{font-size:1em}footer p{margin:var(--ds-space-md) 0 0;color:var(--ds-ink-soft);font-family:var(--font-mono);letter-spacing:.6px;text-transform:uppercase;font-size:12px;line-height:1.6}@media (width<=960px){.mobile-menu{display:block}.nav-links{display:none}.nav-links.open{top:56px;left:var(--ds-space-lg);right:var(--ds-space-lg);align-items:stretch;gap:var(--ds-space-md);padding:var(--ds-space-lg);background:var(--ds-canvas);border:1px solid var(--ds-hairline);border-radius:var(--ds-radius-lg);flex-direction:column;display:flex;position:absolute}.nav-links.open .nav-cta,.nav-links.open .nav-login{min-height:44px}}@media (width<=768px){.nav{padding-inline:var(--ds-space-lg)}footer{padding:var(--ds-space-xxl) var(--ds-space-lg)}}.login{max-width:560px;min-height:62vh;margin:auto;padding:84px 32px 110px}.login-kicker{font:500 11px var(--font-mono);letter-spacing:.7px;margin:0 0 20px}.login-kicker i{background:var(--color-lime);border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.login h1{letter-spacing:-3px;margin:0 0 34px;font-size:clamp(34px,4.5vw,52px);line-height:1.1}.login h1 em{color:var(--color-green);font-style:normal}.login-copy{color:var(--color-ink-soft);margin:0 0 28px;font-size:16px;line-height:1.7}.login-card{background:var(--color-bg-alt);padding:26px}.login-tabs{gap:6px;margin-bottom:22px;display:flex}.login-tabs button{font:500 12px var(--font-mono);color:var(--color-ink-soft);background:0 0;border-bottom:2px solid #0000;padding:9px 14px}.login-tabs button.active{color:var(--color-ink);border-bottom-color:var(--color-lime)}.login form{flex-direction:column;gap:16px;display:flex}.login label{flex-direction:column;gap:7px;display:flex}.login label span{font:500 11px var(--font-mono);letter-spacing:.5px;color:var(--color-ink-soft)}.login input{background:var(--color-bg);color:var(--color-ink);border:1px solid #0000;padding:13px 14px;font-size:15px}.login input:focus{border-color:var(--color-ink);outline:none}.login input::placeholder{color:#a9aca6}.login-error{color:#c0392b;margin:0;font-size:13px;line-height:1.5}.login-btn{background:var(--color-lime);color:var(--color-ink);text-align:center;border-radius:4px;padding:14px 18px;font-size:14px;font-weight:700;display:inline-block}.login-btn span{margin-left:6px;font-size:17px}.login-submit{margin-top:6px}.login-submit:disabled{opacity:.6;cursor:default}.login-actions{align-items:center;gap:20px;display:flex}.login-text-btn{border-bottom:1px solid var(--color-ink);background:0 0;padding:8px 0;font-size:14px}.login-hint{color:var(--color-ink-soft);margin:18px 0 0;font-size:12px;line-height:1.6}@media (width<=700px){.login{padding:56px 22px 80px}.login-card{padding:20px}}.notfound{max-width:1240px;min-height:62vh;margin:auto;padding:110px 32px 80px}.notfound-kicker{font:500 11px var(--font-mono);letter-spacing:.7px;margin:0 0 20px}.notfound-kicker i{background:var(--color-lime);border-radius:50%;width:8px;height:8px;margin-right:7px;display:inline-block}.notfound h1{letter-spacing:-4px;margin:0;font-size:clamp(38px,5.5vw,66px);line-height:1.08}.notfound h1 em{color:var(--color-green);font-style:normal}.notfound-copy{color:var(--color-ink-soft);margin:26px 0 34px;font-size:16px;line-height:1.7}.notfound-btn{background:var(--color-lime);color:var(--color-ink);border-radius:4px;padding:15px 19px;font-size:14px;font-weight:700;display:inline-block}.notfound-btn span{margin-left:7px;font-size:18px}@media (width<=700px){.notfound{padding:70px 22px 60px}}.org-head{max-width:1240px;margin:auto;padding:84px 32px 42px}.org-head h1{letter-spacing:-4px;margin:0;font-size:clamp(38px,5.5vw,66px);line-height:1.08}.org-head h1 em{color:var(--color-green);font-style:normal}.org-copy{color:#4a4f49;margin:26px 0 0;font-size:16px;line-height:1.7}.org-tree{flex-direction:column;align-items:center;padding:20px max(32px,50vw - 588px) 90px;display:flex}.org-connector{background:#c9c3b8;width:1px;height:40px}.org-tier{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.org-tier-staff{position:relative}.org-tier-staff:before{content:"";background:#c9c3b8;width:min(70%,480px);height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.org-card{border:1px solid var(--color-bg-alt);text-align:center;background:#fff;border-radius:6px;flex-direction:column;align-items:center;gap:6px;min-width:160px;padding:22px 28px;display:flex}.org-card-lead{box-shadow:8px 8px 0 var(--color-lime);border-color:var(--color-ink)}.org-role{letter-spacing:.5px;color:var(--color-green);font:500 11px DM Mono,monospace}.org-name{letter-spacing:-.5px;font-size:19px}.org-major{color:#7a8079;font-size:12px}.org-members{max-width:1240px;margin:auto;padding:0 max(32px,50vw - 588px) 110px}.org-members .section-label{margin-bottom:26px}.org-member-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.org-member{background:var(--color-bg-alt);border-radius:6px;flex-direction:column;gap:4px;padding:18px 20px;display:flex}.org-member strong{letter-spacing:-.3px;font-size:15px}.org-member span{color:#666c65;font-size:12px}@media (width<=700px){.org-head{padding:56px 20px 30px}.org-tree{padding:16px 20px 60px}.org-tier{flex-direction:column;align-items:center}.org-tier-staff:before{display:none}.org-members{padding:0 20px 70px}.org-member-grid{grid-template-columns:repeat(2,1fr)}}.recruit-head{max-width:1240px;margin:auto;padding:84px 32px 20px}.recruit-head h1{letter-spacing:-4px;margin:0;font-size:clamp(38px,5.5vw,66px);line-height:1.08}.recruit-head h1 em{color:var(--color-green);font-style:normal}.recruit-copy{color:var(--color-ink-soft);margin:26px 0 0;font-size:16px;line-height:1.7}.recruit-section{padding:70px max(32px,50vw - 588px)}.recruit-section h2{letter-spacing:-2.5px;margin:14px 0 42px;font-size:clamp(30px,3.4vw,46px);line-height:1.1}.recruit-cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.recruit-cards article{background:var(--color-bg-alt);padding:23px}.recruit-cards h3{letter-spacing:-1px;margin:0 0 12px;font-size:20px}.recruit-cards p{color:var(--color-ink-soft);margin:0 0 18px;font-size:14px;line-height:1.65}.recruit-process{padding-top:20px}.recruit-apply{background:var(--color-ink);color:var(--color-light);justify-content:space-between;align-items:center;gap:24px;margin:20px max(32px,50vw - 588px);padding:44px 40px;display:flex}.recruit-apply h2{letter-spacing:-2px;margin:0 0 8px;font-size:clamp(24px,2.8vw,36px)}.recruit-apply p{color:#c4c9c1;margin:0;font-size:14px}.recruit-faq{padding-bottom:120px}@media (width<=700px){.recruit-head{padding:56px 22px 10px}.recruit-section{padding:50px 22px}.recruit-cards{grid-template-columns:1fr}.recruit-apply{flex-direction:column;align-items:flex-start;margin:10px 22px;padding:32px 24px}.recruit-faq{padding-bottom:80px}}
