.studio{--st-bg:#0b0d0d;--st-surface:#111414;--st-text:#e8e8e3;--st-muted:#a4a6a3;--st-border:#2b2e2c;--st-control:#717772;--st-focus:#d5e4d9;--st-font:var(--font-studio-inter,var(--font-inter)), var(--font-ui-ko,Arial), var(--font-studio-ko,var(--font-ko)), sans-serif;--st-mono:"Cascadia Code", "SFMono-Regular", Consolas, monospace;--st-display:clamp(2.75rem, 3.65vw, 3.25rem);--st-heading:clamp(1.5rem, 2.2vw, 2rem);--st-title:1.5rem;--st-body:1rem;--st-small:.875rem;--st-label:.75rem;--st-leading-display:1.09;--st-leading-heading:1.2;--st-leading-body:1.65;--st-tracking-display:-.035em;--st-tracking-label:.065em;--st-weight-display:300;--st-weight-body:400;--st-weight-label:400;--st-space-1:.25rem;--st-space-2:.5rem;--st-space-3:.75rem;--st-space-4:1rem;--st-space-6:1.5rem;--st-space-8:2rem;--st-space-12:3rem;--st-space-16:4rem;--st-space-20:5rem;--st-max-width:82.5rem;--st-gutter:max(1.25rem, 4.2vw);--st-grid-gap:1.5rem;--st-line:1px;--st-radius:2px;--st-focus-width:2px;--st-focus-offset:4px;--st-duration:.18s;--st-duration-slow:.3s;--st-easing:cubic-bezier(.2, .7, .2, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--st-text);background:var(--st-bg);font-family:var(--st-font);font-size:var(--st-body);line-height:var(--st-leading-body);font-weight:var(--st-weight-body);-webkit-font-smoothing:antialiased;overflow-x:visible}.studio:lang(ko){--st-leading-display:1.24;--st-leading-heading:1.4;--st-leading-body:1.8;--st-tracking-display:-.045em}.studio body{background:var(--st-bg);color:var(--st-text);font-family:var(--st-font);margin:0;overflow-x:visible}.studio *,.studio :before,.studio :after{box-sizing:border-box}.studio h1,.studio h2,.studio h3,.studio p{margin:0}.studio:lang(ko) h1,.studio:lang(ko) h2,.studio:lang(ko) p{word-break:keep-all;overflow-wrap:anywhere}.studio a{color:inherit;text-decoration:none}.studio :is(a,button):focus-visible{outline:var(--st-focus-width) solid var(--st-focus);outline-offset:var(--st-focus-offset)}.st-shell{width:min(calc(100% - var(--st-gutter) * 2), var(--st-max-width));margin-inline:auto}.st-header{justify-content:space-between;align-items:center;gap:var(--st-space-6);border-bottom:var(--st-line) solid var(--st-border);min-height:88px;display:flex}.st-brand{font-size:var(--st-small);letter-spacing:.045em;font-weight:500}.st-brand span{margin-left:var(--st-space-6);color:var(--st-muted);font-size:var(--st-label);font-weight:400}.st-nav{align-items:center;gap:var(--st-space-6);font-size:var(--st-small);display:flex}.st-nav a{align-items:center;min-height:44px;display:inline-flex}.st-nav a[aria-current=page]{text-underline-offset:6px;text-decoration:underline}.st-label{font-family:var(--st-mono);font-size:var(--st-label);font-weight:var(--st-weight-label);letter-spacing:var(--st-tracking-label);text-transform:uppercase;color:var(--st-muted);line-height:1.5}.st-intro{gap:var(--st-space-16);padding-block:var(--st-space-16);grid-template-columns:1.5fr 1fr;align-items:end;display:grid}.st-display{font-size:var(--st-display);line-height:var(--st-leading-display);letter-spacing:var(--st-tracking-display);font-weight:var(--st-weight-display);text-wrap:balance}.st-intro .st-display{margin-top:var(--st-space-6);max-width:18ch}.st-body{font-size:var(--st-body);line-height:var(--st-leading-body);color:var(--st-muted);max-width:58ch}.st-intro-note{padding-left:var(--st-space-6);border-left:var(--st-line) solid var(--st-border)}.st-intro-note p+p{margin-top:var(--st-space-4)}.st-section{border-top:var(--st-line) solid var(--st-border);padding-block:var(--st-space-8) var(--st-space-16);scroll-margin-top:var(--st-space-8)}.st-section-head{justify-content:space-between;gap:var(--st-space-6);margin-bottom:var(--st-space-8);display:flex}.st-section-head h2{font:inherit}.st-type-grid{gap:var(--st-space-16);grid-template-columns:1.5fr 1fr;display:grid}.st-type-display .st-display{max-width:24ch;margin-block:var(--st-space-6)}.st-type-stack{gap:var(--st-space-6);display:grid}.st-heading{font-size:var(--st-heading);line-height:var(--st-leading-heading);letter-spacing:-.02em;font-weight:300}.st-type-stack>div{border-bottom:var(--st-line) solid var(--st-border);padding-bottom:var(--st-space-6)}.st-type-stack .st-label{margin-bottom:var(--st-space-3)}.st-palette{gap:var(--st-space-4);grid-template-columns:repeat(5,1fr);display:grid}.st-swatch{aspect-ratio:2.5;border:var(--st-line) solid var(--st-border);border-radius:var(--st-radius);margin-bottom:var(--st-space-3)}.st-swatch-name{font-size:var(--st-small);margin-bottom:var(--st-space-1)}.st-spec-row{gap:var(--st-space-4);flex-wrap:wrap;align-items:center;display:flex}.st-elements{gap:var(--st-space-12);grid-template-columns:1fr 1fr;display:grid}.st-elements .st-label{margin-bottom:var(--st-space-4)}.st-button{justify-content:center;align-items:center;gap:var(--st-space-4);padding:var(--st-space-3) var(--st-space-6);border:var(--st-line) solid var(--st-control);border-radius:var(--st-radius);min-height:48px;font:inherit;font-size:var(--st-small);color:var(--st-text);transition:background-color var(--st-duration) var(--st-easing), border-color var(--st-duration) var(--st-easing);background:0 0;line-height:1.4;display:inline-flex}.studio .st-button-primary{color:var(--st-bg);background:var(--st-text);border-color:var(--st-text)}.st-button:hover{background:var(--st-surface);border-color:var(--st-text)}.studio .st-button-primary:hover{background:#fff}.st-button:disabled{opacity:.5;cursor:not-allowed}.st-arrow{font-size:1.2em;line-height:1}.st-focus-example{outline:var(--st-focus-width) solid var(--st-focus);outline-offset:var(--st-focus-offset)}.st-tag{border:var(--st-line) solid var(--st-border);padding:var(--st-space-1) var(--st-space-2);color:var(--st-muted);font-family:var(--st-mono);font-size:var(--st-label);line-height:1.5;display:inline-block}.st-status{align-items:center;gap:var(--st-space-2);display:inline-flex}.st-status:before{content:"";background:var(--st-text);border-radius:50%;width:5px;height:5px}.st-spec-note{font-size:var(--st-small);color:var(--st-muted);margin-top:var(--st-space-6)!important}.st-card-grid{gap:var(--st-grid-gap);grid-template-columns:repeat(3,1fr);display:grid}.st-card{isolation:isolate;border:var(--st-line) solid var(--st-border);min-height:300px;padding:var(--st-space-6);transition:border-color var(--st-duration) var(--st-easing);flex-direction:column;display:flex;position:relative;overflow:hidden}.st-card:hover{border-color:var(--st-control)}.st-card:focus-within{border-color:var(--st-focus)}.st-card h3{font-size:var(--st-title);letter-spacing:.015em;font-weight:400;line-height:var(--st-leading-heading);margin-bottom:var(--st-space-4)}.st-card p{font-size:var(--st-body);color:var(--st-muted);max-width:25ch}.st-card .st-spec-row{gap:var(--st-space-2);margin-top:var(--st-space-6)}.st-card-bottom{padding-top:var(--st-space-8);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.st-card-bottom a{align-items:center;gap:var(--st-space-3);min-height:44px;font-size:var(--st-small);display:inline-flex}.st-card-orbit{border:1px solid var(--st-border);z-index:-1;border-radius:50%;width:220px;height:220px;position:absolute;top:40px;right:-80px}.st-card-orbit:after{content:"";border:1px solid var(--st-border);border-radius:50%;position:absolute;inset:12px;transform:rotate(-30deg)scaleX(.45)}.st-research{border-bottom:var(--st-line) solid var(--st-border);flex-direction:column;min-height:300px;display:flex}.st-material{background:var(--st-surface);border:var(--st-line) solid var(--st-border);min-height:110px;position:relative;overflow:hidden}.st-material:before{content:"";border:1px solid var(--st-control);border-radius:50%;width:90%;height:220%;position:absolute;top:-110%;right:-25%}.st-research .st-label{margin-top:var(--st-space-4)}.st-research h3{font-size:var(--st-title);line-height:var(--st-leading-heading);margin-block:var(--st-space-3);font-weight:400}.st-research p{font-size:var(--st-body);color:var(--st-muted);padding-bottom:var(--st-space-6)}.st-research a{text-underline-offset:5px;text-decoration:underline}.st-spacing{align-items:end;gap:var(--st-space-6);flex-wrap:wrap;display:flex}.st-spacing-item{gap:var(--st-space-3);display:grid}.st-spacing-bar{background:var(--st-text);height:var(--st-space-2)}.st-footer{justify-content:space-between;gap:var(--st-space-6);padding-block:var(--st-space-8);border-top:var(--st-line) solid var(--st-border);flex-wrap:wrap;display:flex}.st-skip{z-index:100;background:var(--st-text);padding:12px 20px;position:fixed;top:8px;left:8px;transform:translateY(-200%);color:var(--st-bg)!important}.st-skip:focus{transform:translateY(0)}@media not (min-width:64rem){.studio{--st-grid-gap:1rem}.st-intro,.st-type-grid{gap:var(--st-space-8)}.st-card-grid{grid-template-columns:1fr 1fr}.st-research{max-width:calc(50% - var(--st-space-2));grid-column:1/-1}.st-brand span{display:none}}@media not (min-width:48rem){.studio{--st-gutter:1.25rem;--st-display:2.125rem;--st-grid-gap:1rem}.st-header{gap:var(--st-space-4);min-height:76px}.st-nav{gap:var(--st-space-4)}.st-nav-section{display:none!important}.st-intro,.st-type-grid,.st-elements,.st-card-grid{grid-template-columns:1fr}.st-intro{padding-block:var(--st-space-12)}.st-intro-note{border:0;padding-left:0}.st-section{padding-bottom:var(--st-space-12)}.st-section-head{gap:var(--st-space-2);flex-wrap:wrap}.st-palette{gap:var(--st-space-6) var(--st-space-4);grid-template-columns:repeat(2,1fr)}.st-card{min-height:290px}.st-research{grid-column:auto;max-width:none}.st-type-grid{gap:var(--st-space-12)}}@media (prefers-reduced-motion:reduce){.studio{--st-duration:0s;--st-duration-slow:0s}.studio *{scroll-behavior:auto}}html:has(.studio-home){scroll-behavior:auto;background:#0b0d0d;overflow-x:visible}body:has(.studio-home){background:0 0;overflow-x:visible}html:not(.dark):has(.studio-home){background:#f5f5f0}.studio-home{--st-display:clamp(2.125rem, 3.4vw, 3rem);--home-section-space:2rem}html:not(.dark) :is(.studio-home,.home-overlay){--st-bg:#f5f5f0;--st-surface:#edeee8;--st-text:#1b201d;--st-muted:#565d57;--st-border:#ccd0c9;--st-control:#757c74;--st-focus:#293c30;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.studio-home a,.studio-home button,.home-overlay button{-webkit-tap-highlight-color:transparent}.studio-home button,.home-overlay button{cursor:pointer;font-family:inherit}.studio-home section{scroll-margin-top:var(--st-space-6)}.home-header{align-items:center;gap:var(--st-space-6);border-bottom:1px solid var(--st-border);min-height:76px;display:flex}.home-header .st-brand{align-items:center;gap:var(--st-space-6);white-space:nowrap;display:flex}.home-header .st-brand-mark{transition:transform .18s var(--st-easing), filter .18s var(--st-easing)}.home-header .st-brand span{margin:0}.home-header .st-brand small{letter-spacing:.08em;color:var(--st-muted);font-size:10px;font-weight:400}.home-desktop-nav{align-items:center;gap:var(--st-space-6);margin-left:auto;display:flex}.home-desktop-nav a{font-size:var(--st-small);min-height:44px;color:var(--st-muted);align-items:center;display:flex}.home-header-tools{align-items:center;gap:var(--st-space-4);display:flex}.home-language{border-left:1px solid var(--st-border);padding-left:var(--st-space-4);align-items:center;gap:var(--st-space-4);display:flex}.home-language a{font-size:var(--st-label);min-height:44px;color:var(--st-muted);align-items:center;display:grid}.home-language a[aria-current=page]{color:var(--st-text);text-underline-offset:5px;text-decoration:underline}.home-icon-button{width:44px;height:44px;color:var(--st-text);background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.home-menu-trigger{display:none}.home-theme-button{flex:0 0 44px}.home-theme-track{border:1px solid var(--st-control);background:var(--st-surface);border-radius:999px;width:44px;height:24px;display:block;position:relative}.home-theme-thumb{background:var(--st-text);width:18px;height:18px;transition:transform var(--st-duration) var(--st-easing);border-radius:50%;position:absolute;top:2px;left:2px}.home-theme-track svg{color:var(--st-muted);position:absolute;top:4px}.home-theme-sun{left:4px}.home-theme-moon{right:4px}html.dark .home-theme-thumb{transform:translate(20px)}html.dark .home-theme-moon,html:not(.dark) .home-theme-sun{color:var(--st-bg)}.home-theme-button:hover .home-theme-track{border-color:var(--st-text)}@media (prefers-reduced-motion:reduce){.home-theme-thumb{transition:none}}.home-hero{align-items:center;gap:var(--st-space-6);padding-block:var(--st-space-12);grid-template-columns:1.16fr 1fr;display:grid}.home-hero-copy{z-index:1;position:relative}.home-hero-title{font-size:var(--st-display);letter-spacing:-.03em;font-weight:300;line-height:1.16;margin-block:var(--st-space-4)!important}.home-hero-title span{white-space:nowrap;display:block}.studio-home:lang(ko) .home-hero-title{line-height:1.3}.home-hero-description{font-size:var(--st-body);max-width:48ch;color:var(--st-muted);line-height:1.55}.home-actions{gap:var(--st-space-4);margin-top:var(--st-space-8);flex-wrap:wrap;display:flex}.home-actions .st-button{min-height:44px}.home-globe{aspect-ratio:1.23;width:100%;max-height:400px;position:relative}.home-globe svg{width:100%;height:100%;overflow:visible}.globe-shell{stroke:var(--st-control);stroke-width:.65px}.globe-meridians{stroke:var(--st-border);stroke-width:.7px}.globe-orbits{stroke:var(--st-control);stroke-width:.6px;opacity:.65}.globe-network{fill:var(--st-muted);stroke:var(--st-control);stroke-width:.3px}.globe-network path{opacity:.35}.globe-nodes{fill:var(--st-text)}.globe-label{font-size:9px;font-family:var(--st-mono);color:var(--st-text);position:absolute}.globe-intelligence{top:23%;left:8%}.globe-trust{top:10%;left:74%}.globe-ownership{top:49%;left:81%}.globe-open{top:82%;left:13%}.globe-key{color:var(--st-muted);font-size:8px;line-height:1.7;font-family:var(--st-mono);border-left:1px solid var(--st-border);padding-left:var(--st-space-3);position:absolute;bottom:2%;right:0}.home-section{border-top:1px solid var(--st-border);padding-block:var(--home-section-space)}.home-section-heading{justify-content:space-between;align-items:center;gap:var(--st-space-4);min-height:44px;margin-bottom:var(--st-space-4);display:flex}.home-section-heading .st-label{color:var(--st-text)}.home-section-heading .st-label span{color:var(--st-muted);margin-right:var(--st-space-2)}.home-text-link{align-items:center;gap:var(--st-space-3);min-height:44px;color:var(--st-muted);font:inherit;font-size:var(--st-small);text-align:left;background:0 0;border:0;padding:0;display:inline-flex}.home-text-link:hover,.home-desktop-nav a:hover{color:var(--st-text)}.home-product-grid,.home-compact-grid{gap:var(--st-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-product-card{isolation:isolate;border:1px solid var(--st-border);padding:var(--st-space-6);flex-direction:column;min-height:270px;display:flex;position:relative}.home-product-card h3{font-weight:400;font-size:var(--st-title);letter-spacing:.025em;line-height:1.2}.home-card-link:after{content:"";z-index:2;position:absolute;inset:0}.home-product-card:hover{border-color:var(--st-control)}.home-product-card:focus-within{outline:2px solid var(--st-focus);outline-offset:4px}.home-product-card p{margin-top:var(--st-space-4);max-width:24ch;color:var(--st-muted);font-size:var(--st-body);min-height:3em;line-height:1.5}.home-tags{margin-top:var(--st-space-6);flex-wrap:wrap;align-items:start;gap:6px;display:flex}.home-tags .st-tag{padding:4px 8px;font-size:10px}.home-card-bottom{padding-top:var(--st-space-8);justify-content:space-between;align-items:center;margin-top:auto;display:flex}.home-status{align-items:center;gap:var(--st-space-2);font-size:10px;display:inline-flex}.home-status:before{content:"";background:var(--st-muted);border-radius:50%;flex:none;width:5px;height:5px}.home-card-arrow{color:var(--st-muted)}.home-product-visual{z-index:-1;pointer-events:none;position:absolute;inset:0;overflow:hidden}.home-product-visual svg{fill:#0000;height:100%;stroke:var(--st-control);stroke-width:.8px;opacity:.55;position:absolute;right:0}.visual-trustfi svg,.visual-nodenest svg{fill:var(--st-surface)}.home-compact-grid{margin-top:var(--st-space-4)}.home-compact-card{border:1px solid var(--st-border);padding:var(--st-space-6);min-height:140px}.home-compact-card h3{font-size:var(--st-body);letter-spacing:.02em;font-weight:400}.home-compact-card p{color:var(--st-muted);font-size:var(--st-small);margin-top:6px;line-height:1.5}.home-compact-top{justify-content:space-between;align-items:center;gap:var(--st-space-2);display:flex}.home-compact-top .st-label{font-size:9px}.home-compact-card .home-tags{margin-top:var(--st-space-4)}.home-labs-row{justify-content:space-between;align-items:end;gap:var(--st-space-4);display:flex}.home-labs-row .home-text-link{font-size:var(--st-label);white-space:nowrap}.home-editorial{gap:var(--st-space-12);grid-template-columns:1fr 1.9fr;display:grid}.home-section-intro h3{font-size:var(--st-heading);letter-spacing:-.02em;font-weight:300;line-height:1.35}.home-section-intro h3 span{display:block}.home-section-intro p{font-size:var(--st-body);color:var(--st-muted);margin-top:var(--st-space-6);max-width:40ch;line-height:1.6}.home-research-grid{gap:var(--st-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-research-card{flex-direction:column;min-width:0;display:flex}.home-research-visual{aspect-ratio:2;border:1px solid var(--st-border);background:var(--st-surface);width:100%;position:relative;overflow:hidden}.home-research-visual span{font-size:9px;font-family:var(--st-mono);z-index:1;position:absolute;top:12px;left:12px}.home-research-visual i{border:1px solid var(--st-control);border-radius:50%;width:120%;height:220%;display:block;position:absolute;top:-150%;right:-30%}.visual-column i{background:var(--st-border);border-radius:0;width:70%;height:130%;top:35%;right:-10%;transform:skewY(-30deg)}.visual-strata i{border-radius:35%;width:160%;height:160%;top:-80%;right:-10%;transform:rotate(-25deg)}.home-research-card h3{margin-top:var(--st-space-4)}.home-article-title{color:var(--st-text);font:inherit;font-size:var(--st-body);text-align:left;background:0 0;border:0;padding:0;font-weight:400;line-height:1.45}.home-article-title:hover{text-underline-offset:4px;text-decoration:underline}.home-research-card p{font-size:var(--st-small);color:var(--st-muted);margin-top:var(--st-space-2);margin-bottom:var(--st-space-6);line-height:1.55}.home-draft-label{margin-top:auto;font-size:9px}.home-log .home-section-intro p{margin-top:var(--st-space-3)}.home-log-grid{gap:var(--st-grid-gap);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.home-log-entry+.home-log-entry{border-left:1px solid var(--st-border);padding-left:var(--st-space-6)}.home-log-meta{justify-content:space-between;align-items:center;gap:var(--st-space-2);font-size:var(--st-label);margin-bottom:var(--st-space-4);display:flex}.home-log-meta .st-label{font-size:9px}.home-log-entry h3,.home-log-entry .home-article-title{font-size:var(--st-small)}.home-work{isolation:isolate;min-height:310px;margin-top:var(--st-space-6);position:relative}.home-work-inner{border-top:1px solid var(--st-border);padding-top:var(--st-space-8)}.home-work-row{gap:var(--st-space-8);margin-top:var(--st-space-4);grid-template-columns:.85fr 1.15fr 1.1fr;align-items:center;display:grid}.home-work-row h2{font-size:var(--st-heading);letter-spacing:-.02em;font-weight:300;line-height:1.2}.home-work-row h2 span{display:block}.home-work-row>p{max-width:40ch;color:var(--st-muted);font-size:var(--st-small);line-height:1.6}.home-work-row .home-actions{justify-content:flex-end;gap:var(--st-space-3);flex-wrap:nowrap;margin:0}.home-work-row .st-button{white-space:nowrap;padding:12px 18px}.home-terrain{z-index:-1;pointer-events:none;width:100%;height:235px;position:absolute;bottom:-55px;left:0}.terrain-back{fill:var(--st-surface)}.terrain-front{fill:var(--st-bg)}.terrain-lines{stroke:var(--st-border);fill:none;stroke-width:.6px}.home-built{right:var(--st-gutter);flex-direction:column;align-items:flex-start;font-size:9px;display:flex;position:absolute;bottom:20px}.home-footer{padding-block:var(--st-space-6);position:relative}.home-footer-row{column-gap:var(--st-space-12);row-gap:var(--st-space-3);grid-template-columns:1fr auto auto;align-items:center;display:grid}.home-footer-brand strong{font-weight:500;font-size:var(--st-small);letter-spacing:.025em;display:block}.home-footer-brand .st-label{font-size:9px}.home-footer-links,.home-social{align-items:center;gap:var(--st-space-6);display:flex}.home-footer-links .home-text-link{font-size:var(--st-label)}.home-social{gap:var(--st-space-3)}.home-social a{min-width:44px;min-height:44px;color:var(--st-muted);place-items:center;display:grid}.home-social a:is(:hover,:focus-visible){color:var(--st-text)}.home-social-icon{width:20px;height:20px;display:block}.home-copyright{text-align:right;color:var(--st-muted);grid-column:2/-1;font-size:10px}.home-overlay{z-index:100;position:relative}.home-overlay-backdrop{z-index:100;background:#000000ad;position:fixed;inset:0}.home-dialog{z-index:101;width:min(600px,100% - 40px);max-height:calc(100dvh - 40px);padding:var(--st-space-8);background:var(--st-bg);color:var(--st-text);border:1px solid var(--st-control);border-radius:var(--st-radius);position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 20px 100px #0008}.home-dialog .st-heading{max-width:calc(100% - 32px)}.home-dialog-description{color:var(--st-muted);font-size:var(--st-small);line-height:1.7;margin-top:var(--st-space-4)!important}.home-dialog-close{position:absolute;top:12px;right:12px}.home-search-input{margin-top:var(--st-space-6);border:1px solid var(--st-control);border-radius:var(--st-radius);width:100%;min-height:48px;color:var(--st-text);background:var(--st-surface);font:inherit;padding:12px 16px}.home-search-input:focus-visible{outline:2px solid var(--st-focus);outline-offset:4px}.home-search-results{margin-top:var(--st-space-6);min-height:80px}.home-search-results a{border-top:1px solid var(--st-border);font-size:var(--st-body);flex-direction:column;gap:4px;padding:16px 24px 16px 0;display:flex;position:relative}.home-search-results small{font-size:var(--st-label);color:var(--st-muted)}.home-search-results a>span:last-child{position:absolute;top:16px;right:0}.home-dialog-list{margin:var(--st-space-6) 0 0;padding:0;list-style:none}.home-dialog-list a{border-top:1px solid var(--st-border);flex-wrap:wrap;align-items:center;gap:12px;min-height:52px;padding-block:12px;display:flex}.home-dialog-list a small{font-size:var(--st-label);color:var(--st-muted)}.home-dialog-list a>span:last-child{margin-left:auto}.home-menu-panel nav{margin-top:var(--st-space-8)}.home-menu-panel nav a{align-items:center;gap:var(--st-space-4);border-top:1px solid var(--st-border);min-height:64px;font-size:var(--st-title);display:flex}.home-menu-panel nav a>span:last-child{margin-left:auto}@media not (min-width:75rem){.home-header{gap:var(--st-space-4)}.home-header .st-brand small,.home-header .st-brand>span{display:none}.home-desktop-nav{gap:var(--st-space-6)}.home-product-card{min-height:250px;padding:var(--st-space-6)}.home-editorial{gap:var(--st-space-8);grid-template-columns:1fr 1.8fr}.home-section-intro h3{font-size:26px}.home-work-row{gap:var(--st-space-6);grid-template-columns:.85fr 1fr 1fr}.home-work-row .st-button{padding:10px 14px;font-size:12px}.home-log-entry+.home-log-entry{padding-left:var(--st-space-4)}}@media not (min-width:64rem){.home-desktop-nav{gap:var(--st-space-4)}.home-globe{max-height:330px}.home-hero{gap:var(--st-space-4)}.home-hero-title{font-size:32px}.home-product-card{padding:var(--st-space-4)}.home-product-card p{font-size:14px}.home-compact-card{padding:var(--st-space-4)}.home-compact-top{flex-wrap:wrap}.home-editorial{gap:var(--st-space-6);grid-template-columns:1fr 2fr}.home-section-intro h3{font-size:24px}.home-section-intro p{font-size:14px}.home-work-row{grid-template-columns:1fr 1.4fr}.home-work-row .home-actions{grid-column:1/-1;justify-content:flex-start}.home-labs-row{display:block}.home-footer-row{gap:var(--st-space-6)}.home-footer-links{gap:var(--st-space-4)}}@media not (min-width:48rem){.studio-home{--home-section-space:1.5rem}.home-header{gap:8px;min-height:72px}.home-header-tools{gap:4px;margin-left:auto}.home-desktop-nav{display:none}.home-menu-trigger{display:inline-flex}.home-language{gap:12px;padding-left:8px}.home-language a{min-width:24px}.home-header .st-brand{font-size:12px}.home-icon-button{width:38px}.home-hero{padding-block:var(--st-space-8);gap:var(--st-space-6);grid-template-columns:1fr}.home-hero-title{font-size:34px;line-height:1.12}.home-hero-title span{white-space:normal;text-wrap:balance}.home-hero-description{font-size:16px}.home-actions{margin-top:var(--st-space-6);gap:12px}.home-actions .st-button{padding:12px 16px;font-size:13px}.home-globe{max-width:390px;max-height:280px;margin:auto}.globe-label{font-size:8px}.globe-key{font-size:7px;right:0}.home-section-heading{margin-bottom:var(--st-space-4);gap:8px}.home-section-heading .st-label{font-size:11px}.home-section-heading .home-text-link{gap:6px;font-size:12px}.home-product-grid,.home-compact-grid{gap:var(--st-space-4);grid-template-columns:1fr}.home-product-card{min-height:230px;padding:var(--st-space-6)}.home-product-card p{max-width:25ch;font-size:16px}.home-product-card h3{font-size:24px}.home-product-visual svg{opacity:.45}.home-compact-card{min-height:130px;padding:var(--st-space-6)}.home-compact-top{flex-wrap:nowrap}.home-labs-row{display:flex}.home-editorial{gap:var(--st-space-8);grid-template-columns:1fr}.home-section-intro h3{font-size:28px}.home-section-intro p{margin-top:var(--st-space-4);font-size:16px}.home-research-grid{gap:var(--st-space-6);grid-template-columns:1fr}.home-research-card{column-gap:var(--st-space-4);padding-bottom:var(--st-space-6);border-bottom:1px solid var(--st-border);grid-template-columns:110px 1fr;align-items:start;display:grid}.home-research-visual{aspect-ratio:1;grid-row:1/4}.home-research-visual span{font-size:8px;top:8px;left:8px}.home-research-card h3{margin-top:0}.home-research-card p{margin-bottom:12px;font-size:14px}.home-draft-label{grid-column:2;font-size:9px}.home-article-title{font-size:16px}.home-log-grid{gap:var(--st-space-6);grid-template-columns:1fr}.home-log-entry+.home-log-entry{border-left:0;padding-left:0}.home-log-entry{border-top:1px solid var(--st-border);padding-top:var(--st-space-4)}.home-log-meta{margin-bottom:var(--st-space-2)}.home-log-entry .home-article-title{font-size:16px}.home-work{min-height:420px;margin-top:var(--st-space-3)}.home-work-row{gap:var(--st-space-6);grid-template-columns:1fr}.home-work-row h2{font-size:30px}.home-work-row>p{font-size:16px}.home-work-row .home-actions{flex-wrap:wrap;grid-column:auto}.home-work-row .st-button{font-size:14px}.home-terrain{height:160px;bottom:-25px}.home-built{display:none}.home-footer-row{row-gap:var(--st-space-4);grid-template-columns:1fr auto}.home-footer-links{grid-area:2/1/auto/-1;justify-content:space-between;gap:8px}.home-social{gap:16px}.home-copyright{text-align:left;grid-column:1/-1}.home-footer{padding-block:var(--st-space-6)}.home-dialog{padding:var(--st-space-6)}.home-dialog .st-heading{font-size:24px}}.home-anchor-alias{height:0;scroll-margin-top:var(--st-space-6);display:block}@media (min-width:48rem){.home-header{min-height:60px}.home-hero{padding-block:var(--st-space-8)}.home-globe{max-height:330px}.home-section{padding-block:var(--st-space-2) var(--st-space-6)}.home-section-heading{margin-bottom:var(--st-space-2)}.home-product-card{min-height:240px;padding:var(--st-space-6)}.home-product-card p{margin-top:var(--st-space-3)}.home-tags{margin-top:var(--st-space-4)}.home-card-bottom{padding-top:var(--st-space-6)}.home-compact-card{padding:var(--st-space-4) var(--st-space-6);min-height:120px}.home-editorial{gap:var(--st-space-6);grid-template-columns:1.06fr 1.9fr}.home-section-intro h3{font-size:clamp(1.5rem,2.1vw,2rem)}.home-section-intro h3 span{white-space:nowrap}.home-section-intro p{margin-top:var(--st-space-4)}.home-research .home-editorial{padding-bottom:var(--st-space-3)}.home-research .home-section-intro{padding-top:var(--st-space-6)}.home-log-entry{align-self:start}.home-log-meta{margin-bottom:var(--st-space-2);flex-wrap:wrap}.home-log{padding-bottom:var(--st-space-8)}.home-work{min-height:220px;margin-top:var(--st-space-2)}.home-work-inner{padding-top:var(--st-space-6)}.home-work-row{grid-template-columns:.8fr 1.3fr 1.2fr}.home-terrain{height:200px;bottom:-70px}.home-built{bottom:0}.home-footer{padding-block:var(--st-space-4)}}@media (48rem<=width<75rem){.studio-home{--st-grid-gap:1rem}.home-header{min-height:54px}.home-hero{min-height:348px}.home-globe{max-height:278px}.home-hero-description{max-width:44ch;font-size:14px}.home-actions{margin-top:var(--st-space-6)}.home-actions .st-button{padding:10px 20px;font-size:13px}.home-section-heading{margin-bottom:0}.home-product-card{min-height:200px;padding:var(--st-space-4) 20px}.home-product-card h3{font-size:22px}.home-product-card p{min-height:3em;margin-top:var(--st-space-2);max-width:24ch;font-size:14px}.home-card-bottom{padding-top:var(--st-space-4)}.home-tags .st-tag{padding:3px 7px;font-size:9px}.home-compact-card{min-height:112px;padding:var(--st-space-3) var(--st-space-4)}.home-compact-card p{font-size:12px}.home-compact-card .home-tags{margin-top:var(--st-space-3)}.home-section-intro h3{font-size:24px}.home-section-intro p{font-size:14px}.home-research-card p{margin-bottom:var(--st-space-4);font-size:12px}.home-article-title{font-size:14px}.home-research-card h3{margin-top:var(--st-space-3)}.home-log-meta{font-size:11px}.home-log-meta .st-label{letter-spacing:0;font-size:8px}.home-log-entry .home-article-title{font-size:13px}.home-work-row>p{font-size:12px}.home-work-row h2{font-size:26px}.home-work-row .st-button{padding:10px 14px;font-size:12px}.home-footer-links{gap:var(--st-space-4)}}@media (min-width:64rem){.home-header .st-brand{gap:var(--st-space-4)}.home-header .st-brand>span,.home-header .st-brand small{display:inline}.home-header .st-brand small{font-size:8px}.home-desktop-nav{gap:var(--st-space-6)}.home-desktop-nav a{font-size:12px}.home-header-tools{gap:var(--st-space-2)}}@media not (min-width:48rem){.home-header{gap:var(--st-space-1)}.home-icon-button{width:44px}.home-language{gap:0;padding-left:4px}.home-language a{min-width:36px}.home-globe{max-height:220px}.home-section-heading{margin-bottom:var(--st-space-2)}.home-social a{min-width:44px}}@media (48rem<=width<64rem){.home-section-intro h3 span{white-space:normal}}.home-asset-frame{pointer-events:none;overflow:hidden}.home-asset-image{mix-blend-mode:lighten}.home-asset-frame:after{content:"";pointer-events:none;opacity:.025;mix-blend-mode:soft-light;background:url(/assets/trench-v2/grain.svg);position:absolute;inset:0}.home-globe-art{position:absolute;inset:0}.home-globe-art .home-asset-image{opacity:.8}.home-product-visual:before{content:"";z-index:1;background:linear-gradient(90deg, var(--st-bg) 0%, color-mix(in srgb, var(--st-bg) 92%, transparent) 30%, color-mix(in srgb, var(--st-bg) 65%, transparent) 55%, transparent 85%), linear-gradient(0deg, color-mix(in srgb, var(--st-bg) 55%, transparent), transparent 28%);position:absolute;inset:0}.home-product-visual .home-asset-image{opacity:.86}.home-research-visual .home-asset-image{opacity:.82}.home-research-visual span{z-index:2;color:#e8e8e3;background:#0b0d0dc7;padding:2px 4px}.home-terrain{height:calc(100% + 110px);top:0;bottom:auto;-webkit-mask-image:linear-gradient(#0000,#000 18% 75%,#0000);mask-image:linear-gradient(#0000,#000 18% 75%,#0000)}.home-terrain .home-asset-image{object-fit:cover;object-position:center 58%;opacity:.9}html:not(.dark) .home-asset-image{filter:invert()grayscale();mix-blend-mode:multiply;opacity:.42}html:not(.dark) .home-research-visual .home-asset-image{filter:grayscale();mix-blend-mode:normal;opacity:1}@media not (min-width:48rem){.home-terrain{height:calc(100% + 190px)}.home-terrain .home-asset-image{object-position:80% bottom}.home-product-visual .home-asset-image{object-position:right center}}.hero-webgl-frame{pointer-events:none;opacity:0;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.hero-webgl-canvas{aspect-ratio:16/13;pointer-events:none;max-width:100%;display:block;width:auto!important;height:100%!important}.home-globe-art[data-hero-ready=true]>.home-asset-image{opacity:0}.home-globe-art[data-hero-ready=true] .hero-webgl-frame{opacity:1}html:not(.dark) .hero-webgl-canvas{filter:invert()}.studio-page-main{padding-block:var(--st-space-12) var(--st-space-16);min-height:65vh}.studio-page-intro{max-width:900px;padding-block:16px 48px}.studio-page-intro h1{overflow-wrap:anywhere;margin-block:24px;font-size:clamp(32px,4vw,56px);font-weight:300;line-height:1.12}.studio-page-intro>p:last-child{color:var(--st-muted);max-width:68ch;font-size:18px;line-height:1.65}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.catalog-card{border:1px solid var(--st-border);flex-direction:column;gap:20px;min-width:0;padding:24px;display:flex;position:relative}.catalog-card h2{font-size:24px;font-weight:400;line-height:1.25}.catalog-card h2 a:after{content:"";position:absolute;inset:0}.catalog-card:focus-within{outline:2px solid var(--st-focus);outline-offset:4px}.catalog-card p{color:var(--st-muted);line-height:1.65}.catalog-card .home-tags{margin-top:auto}.archive-empty{border-block:1px solid var(--st-border);color:var(--st-muted);padding:32px 24px;line-height:1.7}.archive-empty p{color:var(--st-text);font-size:18px}.home-archive-empty{grid-column:1/-1;align-self:start}.archive-filters{flex-wrap:wrap;gap:12px;margin-bottom:32px;display:flex}.archive-filters [aria-current=page]{border-color:var(--st-text);color:var(--st-text)}.archive-cover{aspect-ratio:2;margin:-24px -24px 0;overflow:hidden}.archive-cover img{object-fit:cover;width:100%;height:100%}.product-evidence-image{border:1px solid var(--st-border);max-width:960px;margin-bottom:48px}.product-evidence-image img{width:100%;height:auto}.product-detail-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:48px;display:grid}.product-detail-grid section{border-top:1px solid var(--st-border);padding-top:24px}.product-detail-grid h2,.related-research>h2,.article-products h2{margin-bottom:20px;font-size:24px;font-weight:400}.product-detail-grid p,.product-detail-grid li{color:var(--st-muted);line-height:1.8}.product-detail-grid small{color:var(--st-muted);margin-top:20px;line-height:1.7;display:block}.related-research,.article-products{margin-top:64px}.article-metadata{color:var(--st-muted);flex-wrap:wrap;gap:16px;margin-bottom:24px;display:flex}.article-notice{color:var(--st-muted);margin-bottom:32px;font-size:14px}.article-cover{max-width:960px;margin-bottom:48px}.article-cover img{width:100%;height:auto}.article-layout{grid-template-columns:minmax(150px,230px) minmax(0,760px);gap:64px;display:grid}.article-toc nav{position:sticky;top:24px}.article-toc ol{margin-top:20px;padding:0;list-style:none}.article-toc li{margin-block:12px;font-size:14px;line-height:1.6}.article-toc li[data-depth="3"]{padding-left:12px}.article-toc li[data-depth="4"]{padding-left:24px}.article-body{overflow-wrap:anywhere;min-width:0;max-width:760px;font-size:17px;line-height:1.85}.article-body h2{margin:48px 0 20px;scroll-margin-top:24px;font-size:30px;font-weight:400;line-height:1.3}.article-body h3,.article-body h4{margin:32px 0 16px;font-size:23px;line-height:1.4}.article-body p{margin-block:18px}.article-body ul,.article-body ol{padding-left:24px}.article-body ul{list-style:outside}.article-body ol{list-style:decimal}.article-body a{text-underline-offset:4px;text-decoration:underline}.article-body pre{border:1px solid var(--st-border);max-width:100%;padding:24px;font-size:14px;line-height:1.7;overflow:auto}.article-body code{font-family:ui-monospace,monospace}.article-body img{max-width:100%;height:auto;margin-block:24px;display:block}.article-table{width:100%;margin-block:32px;overflow:auto}.article-table table{border-collapse:collapse;min-width:100%;font-size:15px}.article-table th,.article-table td{border:1px solid var(--st-border);text-align:left;padding:12px 16px}.article-callout{border-left:2px solid var(--st-muted);background:var(--st-surface);margin-block:24px;padding:20px 24px;line-height:1.8}.article-callout p{margin-block:8px}.article-body .footnotes{border-top:1px solid var(--st-border);margin-top:48px;padding-top:16px;font-size:14px}.article-body .sr-only{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.studio-page .home-footer{border-top:1px solid var(--st-border);margin-top:32px}.home-language [aria-disabled=true],.home-footer-links [aria-disabled=true]{opacity:.55;cursor:default}.home-language span{padding-inline:8px;font-size:12px}.home-compact-card h3 a:hover{text-underline-offset:4px;text-decoration:underline}@media not (min-width:64rem){.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-layout{grid-template-columns:minmax(0,1fr);gap:32px}.article-toc nav{position:static}}@media not (min-width:48rem){.catalog-grid,.product-detail-grid{grid-template-columns:minmax(0,1fr)}.studio-page-main{padding-block:32px 48px}.studio-page-intro{padding-bottom:32px}.article-body{font-size:16px}.article-body pre{padding:16px}.catalog-card{padding:20px}.archive-cover{margin:-20px -20px 0}}.studio-page-main>h1{margin-block:24px;font-size:clamp(28px,4vw,48px);font-weight:300;line-height:1.3}.dispatch-section{gap:var(--st-space-12);padding-block:var(--st-space-8);border-top:1px solid var(--st-border);grid-template-columns:minmax(0,1fr) minmax(0,1.15fr);display:grid}.dispatch-intro h2{font-size:var(--st-title);letter-spacing:var(--st-tracking-display);font-weight:400}.dispatch-intro p{margin-top:var(--st-space-3);max-width:38ch;color:var(--st-muted)}.dispatch-form,.dispatch-form fieldset{min-width:0}.dispatch-form fieldset{border:0;margin:0;padding:0}.dispatch-input-row{gap:var(--st-space-2);margin-top:var(--st-space-2);display:flex}.dispatch-input-row input{border:1px solid var(--st-control);border-radius:var(--st-radius);background:var(--st-bg);min-width:0;min-height:48px;color:var(--st-text);font:inherit;transition:border-color var(--st-duration) var(--st-easing);flex:1;padding:12px}.dispatch-input-row input:focus{border-color:var(--st-text)}.dispatch-input-row input::placeholder{color:var(--st-muted)}.dispatch-input-row button{transition:background-color var(--st-duration) var(--st-easing), border-color var(--st-duration) var(--st-easing), transform var(--st-duration) var(--st-easing);flex-shrink:0}.dispatch-input-row button:disabled{background:var(--st-bg);color:var(--st-muted);border-color:var(--st-control);cursor:not-allowed}.dispatch-form fieldset:disabled :is(input,button){cursor:not-allowed}.dispatch-consent{align-items:flex-start;gap:var(--st-space-3);padding-block:var(--st-space-3);min-height:44px;font-size:var(--st-small);color:var(--st-muted);display:flex}.dispatch-consent input{width:20px;height:20px;accent-color:var(--st-text);flex:0 0 20px;margin-top:2px}.dispatch-consent a,.dispatch-note a{text-underline-offset:3px;text-decoration:underline}.dispatch-note,.dispatch-status{font-size:var(--st-small);color:var(--st-muted)}.dispatch-status:not(:empty){margin-top:var(--st-space-3);padding-left:var(--st-space-3);border-left:2px solid var(--st-text);color:var(--st-text);animation:dispatch-status-in var(--st-duration) var(--st-easing)}@keyframes dispatch-status-in{0%{opacity:0}to{opacity:1}}.dispatch-challenge{margin-top:var(--st-space-2)}.dispatch-honeypot{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}@media not (min-width:48rem){.dispatch-section{gap:var(--st-space-6);grid-template-columns:minmax(0,1fr)}.dispatch-input-row{flex-direction:column}.home-header{padding-block:var(--st-space-2);flex-wrap:wrap}}.studio :is(a,button,input,select,textarea,[tabindex]):focus-visible{outline:var(--st-focus-width) solid var(--st-focus);outline-offset:var(--st-focus-offset)}.home-header .st-brand,.home-footer-brand,.home-footer-links :is(a,button),.home-compact-card h3 a,.catalog-card h2 a{align-items:center;min-width:44px;min-height:44px;display:inline-flex}.home-footer-brand{flex-direction:column;justify-content:center;align-items:flex-start}.home-language :is(a,span){justify-content:center;min-width:44px}.home-footer-links{flex-wrap:wrap}.home-legal-note{color:var(--st-muted);grid-column:1/-1;font-size:12px;line-height:1.6}.home-footer-links [aria-disabled=true]{opacity:1;color:var(--st-muted)}.home-compact-card:focus-within{outline:2px solid var(--st-focus);outline-offset:4px}.home-compact-top{flex-wrap:wrap}.home-status{overflow-wrap:anywhere;min-width:0}.home-card-arrow{flex:none}.home-text-link,.home-icon-button,.home-desktop-nav a,.home-language a,.home-footer a{transition:color var(--st-duration) var(--st-easing), background-color var(--st-duration) var(--st-easing)}.home-product-card,.home-compact-card,.catalog-card{transition:border-color var(--st-duration) var(--st-easing), transform var(--st-duration) var(--st-easing)}.home-product-visual .home-asset-image,.archive-cover img,.home-card-arrow,.st-button>[aria-hidden=true],.home-text-link>[aria-hidden=true],.catalog-card h2 a>[aria-hidden=true]{transition:transform var(--st-duration) var(--st-easing);display:inline-block}.product-detail-grid h3{margin-block:24px 12px;font-size:16px;font-weight:500}.product-detail-grid ul{padding-left:20px;list-style:outside}.product-detail-grid li+li{margin-top:8px}@media (hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){.home-header .st-brand:is(:hover,:focus-visible) .st-brand-mark{filter:brightness(1.06);transform:translateY(-1px)}.home-product-card:is(:hover,:focus-within),.home-compact-card:is(:hover,:focus-within),.catalog-card:is(:hover,:focus-within){border-color:var(--st-control);transform:translateY(-2px)}.home-product-card:hover .home-asset-image,.catalog-card:hover .archive-cover img{transform:scale(1.015)}.home-product-card:hover .visual-nodenest .home-asset-image{transform:none}.home-product-card:hover .home-card-arrow,.catalog-card h2 a:hover>[aria-hidden=true]{transform:translate(2px,-2px)}.st-button:hover>[aria-hidden=true],.home-text-link:hover>[aria-hidden=true]{transform:translate(2px)}.dispatch-input-row button:active:not(:disabled){transform:translateY(1px)}}@media not (min-width:48rem){.home-hero-title span{overflow-wrap:anywhere}.studio-home:lang(ko) :is(.home-hero-title,.home-product-card h3,.catalog-card h2){word-break:keep-all}.home-footer{background:var(--st-bg)}.home-footer-links{justify-content:flex-start;gap:4px 16px}.home-footer-links :is(a,button){font-size:14px}.home-footer-links [aria-disabled=true]{font-size:13px}.home-copyright{font-size:11px}.home-dialog{padding:24px;scroll-padding-block:16px}.home-dialog :is(a,button,input){scroll-margin-block:16px}}@media (hover:none),(pointer:coarse){.home-product-card,.home-compact-card,.catalog-card{transition-property:border-color;transform:none}.home-product-visual .home-asset-image,.archive-cover img,.home-card-arrow,.st-button>[aria-hidden=true],.home-text-link>[aria-hidden=true],.home-header .st-brand-mark{filter:none;transition:none;transform:none}}@media not (min-width:23rem){.home-header{flex-wrap:wrap;padding-block:8px}.home-header .st-brand{width:100%}.home-header-tools{flex-wrap:wrap;justify-content:space-between;width:100%;margin-left:0}.home-language{border-left:0;padding-left:0}.home-hero-title{font-size:32px}.home-section-heading,.home-labs-row{flex-wrap:wrap}.home-product-card,.home-compact-card,.catalog-card{padding:16px}.home-tags .st-tag{overflow-wrap:anywhere;max-width:100%}.home-footer-row{grid-template-columns:minmax(0,1fr)}.home-footer-links,.home-copyright,.home-legal-note{grid-area:auto/1}.home-social{flex-wrap:wrap}.home-globe{min-width:0}.globe-label,.globe-key{overflow-wrap:anywhere}.home-dialog{width:calc(100% - 24px);max-height:calc(100dvh - 24px);padding:16px}.home-dialog-description,.home-search-results{overflow-wrap:anywhere}}@media (prefers-reduced-motion:reduce){.studio *,.studio :before,.studio :after{scroll-behavior:auto!important;transition-duration:0s!important;animation:none!important}}.home-section-heading .st-label{font-family:var(--st-font)}.home-section-heading .st-label span{font-family:var(--st-mono)}.globe-label{font-family:var(--st-font);font-weight:400}.home-product-visual .home-asset-image{translate:8%}.home-archive-empty{padding-block:var(--st-space-4);line-height:1.6}.home-archive-empty p{font-size:var(--st-small);font-weight:400}.home-archive-empty small{margin-top:var(--st-space-2);font-size:var(--st-label);display:block}@media (min-width:48rem){.home-text-link,.home-footer-links{font-size:var(--st-label);font-weight:400}.home-globe-art>.home-asset-image{transform-origin:52% 47%;scale:1.16}.globe-intelligence{top:20%;left:1%}.globe-trust{top:5%}.home-terrain .home-asset-image{object-position:center 78%}.home-footer-links{column-gap:var(--st-space-4)}}@media (min-width:64rem){.home-work-row .home-actions{justify-content:flex-start}}
@font-face{font-family:koreanUi;src:url(../media/trench_ui_kr.0tm__e9nop1a3.woff2)format("woff2");font-display:swap;font-weight:100 900}.koreanui_cc893851-module__fPaCYq__className{font-family:koreanUi}.koreanui_cc893851-module__fPaCYq__variable{--font-ui-ko:"koreanUi"}
