.Navbar-module__dVeNwG__navbar{z-index:1000;padding:var(--space-sm) 0;transition:background-color var(--duration-normal) var(--ease-in-out), box-shadow var(--duration-normal) var(--ease-in-out), padding var(--duration-normal) var(--ease-in-out);position:fixed;top:0;left:0;right:0}.Navbar-module__dVeNwG__navbar.Navbar-module__dVeNwG__scrolled{background:var(--color-bg);box-shadow:0 1px 0 var(--color-border-light);padding:var(--space-xs) 0}.Navbar-module__dVeNwG__inner{justify-content:space-between;align-items:center;display:flex}.Navbar-module__dVeNwG__logoWrapper{height:32px;color:var(--color-text);transition:width .35s var(--ease-out-expo);align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}.Navbar-module__dVeNwG__logoText{font-family:var(--font-heading);font-size:1.3rem;font-weight:var(--weight-medium);letter-spacing:-.01em;color:var(--color-text);white-space:nowrap;opacity:1;transition:opacity .3s var(--ease-out-expo), transform .3s var(--ease-out-expo), clip-path .35s var(--ease-out-expo);clip-path:inset(0);display:inline-block;transform:translate(0)}.Navbar-module__dVeNwG__logoTextHidden{opacity:0;clip-path:inset(0 100% 0 0);pointer-events:none;position:absolute;transform:translate(-8px)}.Navbar-module__dVeNwG__logoIcon{opacity:0;width:28px;height:28px;transition:opacity .3s var(--ease-out-expo) 50ms, transform .35s var(--ease-spring) 50ms;pointer-events:none;flex-shrink:0;position:absolute;transform:scale(.5)rotate(-20deg)}.Navbar-module__dVeNwG__logoIconVisible{opacity:1;pointer-events:auto;position:relative;transform:scale(1)rotate(0)}.Navbar-module__dVeNwG__logoWrapper:hover .Navbar-module__dVeNwG__logoIcon{transform:scale(1.08)rotate(0)}.Navbar-module__dVeNwG__logoWrapper:hover .Navbar-module__dVeNwG__logoText{opacity:.7}.Navbar-module__dVeNwG__links{align-items:center;gap:var(--space-lg);display:flex}.Navbar-module__dVeNwG__links li a{font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-regular);color:var(--color-text-muted);transition:color var(--duration-fast) ease;position:relative}.Navbar-module__dVeNwG__links li a:after{content:"";background:var(--color-accent);width:0;height:1.5px;transition:width var(--duration-normal) var(--ease-out-expo);position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__links li a:hover{color:var(--color-text)}.Navbar-module__dVeNwG__links li a:hover:after{width:100%}.Navbar-module__dVeNwG__contactBtn{background:var(--color-text);border-radius:var(--radius-md);padding:.5rem 1.25rem;font-family:var(--font-body)!important;font-size:var(--text-small)!important;font-weight:var(--weight-medium)!important;color:#faf9f5!important;transition:background var(--duration-fast) ease, transform var(--duration-fast) var(--ease-spring)!important}.Navbar-module__dVeNwG__contactBtn:after{display:none!important}.Navbar-module__dVeNwG__contactBtn:hover{transform:scale(1.03);background:var(--color-accent-brand)!important;color:#faf9f5!important}[data-theme=dark] .Navbar-module__dVeNwG__contactBtn{background:var(--color-accent-brand);color:#faf9f5!important}[data-theme=dark] .Navbar-module__dVeNwG__contactBtn:hover{background:var(--color-accent-hover)!important}.Navbar-module__dVeNwG__linksWrapper{align-items:center;gap:var(--space-lg);display:flex}.Navbar-module__dVeNwG__toggles{align-items:center;gap:var(--space-sm);display:flex}.Navbar-module__dVeNwG__langToggle{border-radius:var(--radius-full);width:32px;height:32px;color:var(--color-text-muted);font-family:var(--font-body);font-size:.8rem;font-weight:var(--weight-medium);transition:all var(--duration-fast) var(--ease-out-expo);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;text-decoration:none;display:flex}.Navbar-module__dVeNwG__langToggle:hover{color:var(--color-text);background:var(--color-bg-subtle)}.Navbar-module__dVeNwG__themeToggle{border-radius:var(--radius-full);background:var(--color-bg-subtle);border:1px solid var(--color-border);width:32px;height:32px;color:var(--color-text);transition:all var(--duration-fast) var(--ease-out-expo);justify-content:center;align-items:center;font-size:1rem;display:flex}.Navbar-module__dVeNwG__themeToggle:hover{background:var(--color-border);transform:rotate(15deg)scale(1.05)}.Navbar-module__dVeNwG__hamburger{z-index:1001;cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__dVeNwG__hamburger span{background:var(--color-text);width:22px;height:2px;transition:all var(--duration-normal) var(--ease-out-expo);border-radius:2px;display:block}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__open span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__open span:nth-child(2){opacity:0}.Navbar-module__dVeNwG__hamburger.Navbar-module__dVeNwG__open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__dVeNwG__overlay{display:none}@media (max-width:768px){.Navbar-module__dVeNwG__hamburger{display:flex}.Navbar-module__dVeNwG__linksWrapper{justify-content:center;gap:var(--space-xl);background:var(--color-bg);border-left:1px solid var(--color-border);width:280px;height:100vh;box-shadow:var(--shadow-xl);transition:transform var(--duration-slow) var(--ease-out-expo);z-index:999;flex-direction:column;position:fixed;top:0;right:0;transform:translate(100%)}.Navbar-module__dVeNwG__linksWrapper.Navbar-module__dVeNwG__mobileOpen{transform:translate(0)}.Navbar-module__dVeNwG__links{gap:var(--space-lg);flex-direction:column}.Navbar-module__dVeNwG__links li a{font-size:1.125rem}.Navbar-module__dVeNwG__overlay{z-index:998;cursor:pointer;background:#1414134d;display:block;position:fixed;inset:0}}
.Footer-module__rnk_JG__footer{padding:var(--space-xl) 0;border-top:1px solid var(--color-border);background:var(--color-bg)}.Footer-module__rnk_JG__inner{justify-content:space-between;align-items:center;display:flex}.Footer-module__rnk_JG__copy{font-family:var(--font-body);font-size:var(--text-caption);color:var(--color-text-light)}.Footer-module__rnk_JG__links{gap:var(--space-md);display:flex}.Footer-module__rnk_JG__links a{font-family:var(--font-body);font-size:var(--text-small);color:var(--color-text-muted);font-weight:var(--weight-regular);transition:color var(--duration-fast) ease}.Footer-module__rnk_JG__links a:hover{color:var(--color-text)}@media (max-width:640px){.Footer-module__rnk_JG__inner{gap:var(--space-sm);text-align:center;flex-direction:column}}
.Hero-module__PgAKtG__hero{background:var(--color-bg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__orbWrapper{pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;top:-20%;right:-10%}.Hero-module__PgAKtG__orb{filter:blur(50px);background:radial-gradient(circle at 30% 40%,#c964421a 0%,#c9644208 40%,#0000 70%);border-radius:50%;width:100%;height:100%;animation:8s ease-in-out infinite alternate Hero-module__PgAKtG__orbFloat}@keyframes Hero-module__PgAKtG__orbFloat{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,20px)scale(1.05)}}.Hero-module__PgAKtG__content{z-index:1;text-align:center;max-width:800px;position:relative}.Hero-module__PgAKtG__greeting{font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-medium);color:var(--color-accent);margin-bottom:var(--space-sm);opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);transition-delay:.2s;transform:translateY(20px)}.Hero-module__PgAKtG__name{font-family:var(--font-heading);font-size:var(--text-hero);font-weight:var(--weight-medium);color:var(--color-text);letter-spacing:normal;line-height:var(--leading-tight);margin-bottom:var(--space-md);opacity:0;transition:opacity 1s var(--ease-out-expo), transform 1s var(--ease-out-expo);transition-delay:.4s;transform:translateY(30px)}.Hero-module__PgAKtG__tagline{font-family:var(--font-heading);font-size:var(--text-h3);font-weight:var(--weight-medium);color:var(--color-text-muted);line-height:var(--leading-snug);margin-bottom:var(--space-md);opacity:0;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);transition-delay:.6s;transform:translateY(20px)}.Hero-module__PgAKtG__description{font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text-light);line-height:var(--leading-relaxed);opacity:0;max-width:520px;transition:opacity .8s var(--ease-out-expo), transform .8s var(--ease-out-expo);margin:0 auto;transition-delay:.8s;transform:translateY(20px)}.Hero-module__PgAKtG__visible{opacity:1!important;transform:translateY(0)!important}.Hero-module__PgAKtG__scrollHint{bottom:var(--space-xl);align-items:center;gap:var(--space-xs);opacity:0;transition:opacity 1s var(--ease-out-expo);flex-direction:column;transition-delay:1.2s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Hero-module__PgAKtG__scrollHint.Hero-module__PgAKtG__showHint{opacity:1}.Hero-module__PgAKtG__scrollHint span{font-family:var(--font-body);font-size:var(--text-label);color:var(--color-text-light);letter-spacing:.5px;text-transform:uppercase}.Hero-module__PgAKtG__scrollLine{background:linear-gradient(to bottom, var(--color-text-light), transparent);width:1px;height:40px;animation:2s ease-in-out infinite Hero-module__PgAKtG__scrollPulse}@keyframes Hero-module__PgAKtG__scrollPulse{0%,to{opacity:.3;transform-origin:top;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}.Hero-module__PgAKtG__actions{margin-top:var(--space-xl);opacity:0;transition:all 1.2s cubic-bezier(.16,1,.3,1) 1.2s;transform:translateY(20px)}.Hero-module__PgAKtG__actions.Hero-module__PgAKtG__visible{opacity:1;transform:translateY(0)}.Hero-module__PgAKtG__downloadBtn{font-family:var(--font-body);font-size:var(--text-small);font-weight:var(--weight-medium);letter-spacing:.05em;color:#faf9f5;background:var(--color-text);border-radius:var(--radius-full);align-items:center;gap:8px;padding:.8rem 1.8rem;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__PgAKtG__downloadBtn:hover{background:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 15px #c964424d}[data-theme=dark] .Hero-module__PgAKtG__downloadBtn{background:var(--color-accent-brand);color:#faf9f5}[data-theme=dark] .Hero-module__PgAKtG__downloadBtn:hover{background:var(--color-accent-hover)}@media (max-width:768px){.Hero-module__PgAKtG__hero{padding-top:5rem}.Hero-module__PgAKtG__orbWrapper{width:300px;height:300px;top:-10%;right:-20%}.Hero-module__PgAKtG__description br{display:none}.Hero-module__PgAKtG__scrollHint{width:fit-content;margin:0 auto;left:0;right:0;transform:none}}
.Illustrations-module__Al_bgW__illustration{opacity:0;width:100%;max-width:280px;height:auto;transition:opacity .8s,transform .8s;transform:scale(.92)}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible{opacity:1;transform:scale(1)}.Illustrations-module__Al_bgW__line,.Illustrations-module__Al_bgW__lineDelay1,.Illustrations-module__Al_bgW__lineDelay2,.Illustrations-module__Al_bgW__lineDelay3{stroke:var(--text-tertiary,#0000004d);fill:none;stroke-dasharray:500;stroke-dashoffset:500px;stroke-linecap:round;stroke-linejoin:round}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__line{animation:1.2s ease-out forwards Illustrations-module__Al_bgW__drawLine}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__lineDelay1{animation:1s ease-out .3s forwards Illustrations-module__Al_bgW__drawLine}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__lineDelay2{animation:1s ease-out .6s forwards Illustrations-module__Al_bgW__drawLine}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__lineDelay3{animation:1s ease-out .9s forwards Illustrations-module__Al_bgW__drawLine}@keyframes Illustrations-module__Al_bgW__drawLine{to{stroke-dashoffset:0}}.Illustrations-module__Al_bgW__codeText{fill:var(--accent,#c65d30);opacity:0;font-family:Courier New,monospace;font-size:14px;font-weight:600}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__codeText{animation:.5s .4s forwards Illustrations-module__Al_bgW__fadeIn}.Illustrations-module__Al_bgW__fillBar,.Illustrations-module__Al_bgW__fillBar2,.Illustrations-module__Al_bgW__fillBar3{fill:var(--accent,#c65d30);opacity:0;transform-origin:0}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__fillBar{animation:1s ease-out .8s forwards Illustrations-module__Al_bgW__fillIn}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__fillBar2{animation:1s ease-out 1s forwards Illustrations-module__Al_bgW__fillIn}.Illustrations-module__Al_bgW__illustration.Illustrations-module__Al_bgW__visible .Illustrations-module__Al_bgW__fillBar3{animation:1s ease-out 1.2s forwards Illustrations-module__Al_bgW__fillIn}@keyframes Illustrations-module__Al_bgW__fillIn{0%{opacity:0;transform:scaleX(0)}to{opacity:.25;transform:scaleX(1)}}@keyframes Illustrations-module__Al_bgW__fadeIn{to{opacity:1}}
.About-module__OtWT4W__runway{height:300vh;position:relative}.About-module__OtWT4W__sticky{justify-content:center;align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.About-module__OtWT4W__content{gap:var(--space-xl);flex-direction:column;max-width:900px;display:flex}.About-module__OtWT4W__illustrationFloat{pointer-events:none;z-index:0;position:absolute;top:50%;right:2%;transform:translateY(-50%)}.About-module__OtWT4W__header{text-align:center;will-change:transform, opacity;transition:none}.About-module__OtWT4W__label{font-family:var(--font-body);font-size:var(--text-label);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.5px;color:var(--color-accent);margin-bottom:var(--space-sm);display:inline-block}.About-module__OtWT4W__title{font-family:var(--font-heading);font-size:var(--text-h1);font-weight:var(--weight-medium);color:var(--color-text);letter-spacing:normal;line-height:var(--leading-snug)}.About-module__OtWT4W__bio{text-align:center;gap:var(--space-sm);will-change:transform, opacity;flex-direction:column;max-width:680px;margin:0 auto;display:flex}.About-module__OtWT4W__bio p{font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.About-module__OtWT4W__stats{gap:var(--space-md);will-change:transform, opacity;grid-template-columns:repeat(3,1fr);display:grid}.About-module__OtWT4W__statCard{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);padding:var(--space-lg) var(--space-md);text-align:center;transition:box-shadow var(--duration-normal) var(--ease-out-expo);position:relative;overflow:hidden}.About-module__OtWT4W__statCard:hover{box-shadow:var(--shadow-md)}.About-module__OtWT4W__fillBar{transform-origin:0;will-change:transform;background:linear-gradient(135deg,#c964420a 0%,#c9644214 100%);transition:none;position:absolute;inset:0}.About-module__OtWT4W__statContent{z-index:1;flex-direction:column;gap:.25rem;display:flex;position:relative}.About-module__OtWT4W__statNumber{font-family:var(--font-heading);font-size:var(--text-h2);font-weight:var(--weight-medium);color:var(--color-accent);letter-spacing:normal;font-variant-numeric:tabular-nums}.About-module__OtWT4W__statLabel{font-family:var(--font-body);font-size:var(--text-small);color:var(--color-text-muted);font-weight:var(--weight-regular)}@media (max-width:768px){.About-module__OtWT4W__runway{height:auto}.About-module__OtWT4W__sticky{height:auto;padding:var(--section-padding) 0;position:relative;overflow:visible}.About-module__OtWT4W__content{gap:var(--space-lg)}.About-module__OtWT4W__stats{gap:var(--space-sm);grid-template-columns:1fr}.About-module__OtWT4W__header,.About-module__OtWT4W__bio,.About-module__OtWT4W__stats{opacity:1!important;transform:none!important}.About-module__OtWT4W__illustrationFloat{display:none}}
.ScrollIndicator-module__5P3rKG__container{z-index:9999;pointer-events:none;align-items:center;gap:12px;display:flex;position:fixed;top:50%;left:32px;transform:translateY(-50%)}.ScrollIndicator-module__5P3rKG__track{background:var(--color-border);border-radius:1px;width:2px;height:160px;position:relative;overflow:hidden}.ScrollIndicator-module__5P3rKG__fill{background:var(--color-accent);border-radius:1px;width:100%;transition:height .15s ease-out;position:absolute;top:0;left:0}.ScrollIndicator-module__5P3rKG__dots{flex-direction:column;justify-content:space-between;align-items:flex-start;height:160px;display:flex;position:absolute;top:50%;left:0;transform:translateY(-50%)}.ScrollIndicator-module__5P3rKG__dot{align-items:center;gap:10px;display:flex;position:relative}.ScrollIndicator-module__5P3rKG__dotCircle{background:var(--color-border);border:1.5px solid var(--color-border-light);border-radius:50%;width:8px;height:8px;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translate(-3px)}.ScrollIndicator-module__5P3rKG__dot.ScrollIndicator-module__5P3rKG__passed .ScrollIndicator-module__5P3rKG__dotCircle{background:var(--color-accent);border-color:var(--color-accent)}.ScrollIndicator-module__5P3rKG__dot.ScrollIndicator-module__5P3rKG__active .ScrollIndicator-module__5P3rKG__dotCircle{background:var(--color-accent);border-color:var(--color-accent);width:10px;height:10px;transform:translate(-4px);box-shadow:0 0 0 3px #c9644226}.ScrollIndicator-module__5P3rKG__label{font-family:var(--font-body);font-size:11px;font-weight:var(--weight-medium);letter-spacing:.02em;color:var(--color-text-light);white-space:nowrap;opacity:0;transition:all .4s cubic-bezier(.16,1,.3,1);transform:translate(-4px)}.ScrollIndicator-module__5P3rKG__dot.ScrollIndicator-module__5P3rKG__active .ScrollIndicator-module__5P3rKG__label{color:var(--color-text);opacity:1;transform:translate(0)}.ScrollIndicator-module__5P3rKG__mobileBar{display:none}@media (max-width:768px){.ScrollIndicator-module__5P3rKG__container{display:none}.ScrollIndicator-module__5P3rKG__mobileBar{background:var(--color-border);z-index:10000;pointer-events:none;height:3px;display:block;position:fixed;top:0;left:0;right:0}.ScrollIndicator-module__5P3rKG__mobileBarFill{background:var(--color-accent);will-change:width;border-radius:0 1.5px 1.5px 0;height:100%;transition:width .15s ease-out}}
.page-module__k43SaG__page{background:var(--color-bg);align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex}.page-module__k43SaG__header{text-align:center;margin-bottom:var(--space-xl);opacity:0;transition:opacity var(--duration-reveal) var(--ease-out-expo), transform var(--duration-reveal) var(--ease-out-expo);transform:translateY(30px)}.page-module__k43SaG__headerVisible{opacity:1;transform:translateY(0)}.page-module__k43SaG__label{font-family:var(--font-body);font-size:var(--text-label);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.5px;color:var(--color-accent);margin-bottom:var(--space-sm);display:inline-block}.page-module__k43SaG__title{font-family:var(--font-heading);font-size:var(--text-h1);font-weight:var(--weight-medium);color:var(--color-text);letter-spacing:normal;line-height:var(--leading-snug)}.page-module__k43SaG__subtitle{margin-top:var(--space-sm);font-family:var(--font-body);font-size:var(--text-body);color:var(--color-text-muted)}.page-module__k43SaG__cards{gap:var(--space-lg);grid-template-columns:repeat(2,1fr);max-width:900px;margin:0 auto;display:grid}.page-module__k43SaG__card{align-items:center;gap:var(--space-sm);padding:var(--space-xl) var(--space-lg);background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:var(--radius-sm);cursor:pointer;-webkit-user-select:none;user-select:none;opacity:0;transition:opacity var(--duration-reveal) var(--ease-out-expo), transform var(--duration-reveal) var(--ease-out-expo), box-shadow var(--duration-normal) var(--ease-out-expo), border-color var(--duration-normal) ease;flex-direction:column;display:flex;transform:translateY(40px)}.page-module__k43SaG__cardVisible{opacity:1;transform:translateY(0)}.page-module__k43SaG__card:hover{box-shadow:var(--shadow-lg);border-color:#c9644240;transform:translateY(-4px)scale(1.02)}.page-module__k43SaG__card:active{transform:translateY(0)scale(.98)}.page-module__k43SaG__icon{font-size:2.5rem}.page-module__k43SaG__cardLabel{font-family:var(--font-body);font-size:var(--text-label);font-weight:var(--weight-medium);text-transform:uppercase;letter-spacing:.12px;color:var(--color-text-muted)}.page-module__k43SaG__cardValue{font-family:var(--font-body);font-size:var(--text-body);font-weight:var(--weight-medium);color:var(--color-text);word-break:break-all;text-align:center}.page-module__k43SaG__copyHint{font-family:var(--font-body);font-size:var(--text-caption);color:var(--color-text-light);opacity:.6;transition:all .3s}.page-module__k43SaG__copyHint.page-module__k43SaG__copied{color:var(--color-accent);opacity:1;font-weight:var(--weight-medium)}@media (max-width:768px){.page-module__k43SaG__cards{gap:var(--space-md);grid-template-columns:1fr}.page-module__k43SaG__page{padding:6rem 0 3rem}}
