@import"https://fonts.googleapis.com/css2?family=Oxanium:wght@500;600;700&family=Sora:wght@400;500;600;700;800&display=swap";:root{--bg: #07172b;--bg-deep: #061325;--text: #d9e4ff;--muted: #8c99b7;--line: rgba(148, 169, 209, .2);--aqua: #59f1d7;--aqua-soft: rgba(89, 241, 215, .16);--panel: rgba(9, 25, 46, .76);--panel-strong: rgba(10, 30, 55, .92)}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;background:radial-gradient(circle at 30% 8%,rgba(89,241,215,.06),transparent 34%),linear-gradient(180deg,var(--bg) 0%,var(--bg-deep) 100%);color:var(--text);font-family:Sora,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:0}a{color:inherit;text-decoration:none}.site-header{position:sticky;top:0;z-index:20;min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(18px,8vw,150px);border-bottom:1px solid var(--line);background:#07172bdb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-left{display:flex;align-items:center;gap:30px;min-width:max-content}.wordmark{padding:0;border:0;background:transparent;color:#edf4ff;font-family:Oxanium,Sora,sans-serif;font-size:22px;font-weight:700;letter-spacing:.035em;cursor:pointer;text-transform:uppercase}.wordmark:before{content:"{ ";color:var(--aqua)}.wordmark:after{content:" }";color:var(--aqua)}.site-header nav{display:flex;align-items:center;gap:24px}.site-header nav a{color:#c3cce5;font-family:Oxanium,Sora,sans-serif;font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;transition:color .2s ease}.site-header nav a:hover{color:var(--aqua)}.market-strip{position:relative;flex:1;max-width:560px;min-width:260px;overflow:hidden;border:1px solid rgba(89,241,215,.14);border-radius:999px;background:linear-gradient(180deg,#ffffff0b,#ffffff05),#051223b8;box-shadow:inset 0 1px #ffffff0a}.market-strip:before,.market-strip:after{content:"";position:absolute;top:0;bottom:0;z-index:2;width:42px;pointer-events:none}.market-strip:before{left:0;background:linear-gradient(90deg,rgba(7,23,43,.95),transparent)}.market-strip:after{right:0;background:linear-gradient(270deg,rgba(7,23,43,.95),transparent)}.ticker-track{width:max-content;min-height:38px;display:flex;align-items:center;gap:10px;padding:0 22px;animation:ticker-scroll 34s linear infinite}.market-strip:hover .ticker-track{animation-play-state:paused}.ticker-item{display:inline-flex;align-items:baseline;gap:7px;padding:6px 10px;border:1px solid rgba(148,169,209,.12);border-radius:999px;background:#ffffff09;color:#c3cce5;white-space:nowrap;font-size:12px;font-weight:700}.ticker-item strong{color:#eef4ff;letter-spacing:.11em}.ticker-item span{color:#d6def2}.ticker-item em{font-style:normal;font-size:11px;font-weight:700}.ticker-item.up em{color:var(--aqua)}.ticker-item.down em{color:#ff8c7a}.ticker-status{color:#c3cce580;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.social-icons{display:flex;align-items:center;gap:10px;min-width:max-content}.social-icons a{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(148,169,209,.16);border-radius:10px;background:#ffffff09;color:#c3cce5;transition:border-color .2s ease,color .2s ease,transform .2s ease,background .2s ease}.social-icons a:hover{transform:translateY(-2px);border-color:#59f1d780;background:#59f1d717;color:var(--aqua)}.social-icons svg{width:18px;height:18px;fill:currentColor}.social-icons .pokeball-release{width:56px;height:56px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{position:relative;min-height:calc(100vh - 64px);padding:42px clamp(24px,12vw,270px) 124px;overflow:hidden}.pixel-stage{position:absolute;top:0;right:0;bottom:0;left:0;z-index:4;width:100%;height:100%;pointer-events:none}.pokeball-release{position:relative;z-index:21;flex:0 0 auto;width:56px;height:56px;padding:0;border:0;border-radius:50%;background:transparent;cursor:pointer;filter:drop-shadow(0 12px 22px rgba(0,0,0,.34)) drop-shadow(0 0 12px rgba(89,241,215,.12));animation:pokeball-shake 1.25s ease-in-out infinite}.pokeball-release img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated;pointer-events:none}.pokeball-release:hover{animation-duration:.48s}.pokeball-release.is-open{animation:pokeball-open .7s ease both}.pokemon-walker{--x: calc(100vw - 150px) ;--y: 120px;--facing: 1;position:fixed;left:0;top:0;z-index:30;width:130px;height:130px;display:grid;place-items:center;opacity:0;pointer-events:none;transform:translate(var(--x),var(--y)) scaleX(var(--facing));transition:opacity .25s ease;will-change:transform}.pokemon-walker.is-released{opacity:1;pointer-events:auto;cursor:grab;touch-action:none}.pokemon-walker.is-dragging{cursor:grabbing}.pokemon-walker img{width:116px;height:116px;object-fit:contain;image-rendering:pixelated;filter:saturate(1.08) contrast(1.04) drop-shadow(0 14px 12px rgba(0,0,0,.38)) drop-shadow(0 0 12px rgba(89,241,215,.12))}.pokemon-walker.is-dragging img{filter:saturate(1.16) contrast(1.08) drop-shadow(0 18px 16px rgba(0,0,0,.42)) drop-shadow(0 0 18px rgba(89,241,215,.2));transform:translateY(-4px) scale(1.04)}.pokemon-walker[data-size=sm] img{width:104px;height:104px}.pokemon-walker[data-size=lg] img{width:136px;height:136px}.pokemon-walker.is-popping img{animation:pokemon-pop .55s cubic-bezier(.2,.9,.2,1.18)}@keyframes pokeball-shake{0%,68%,to{transform:rotate(0)}72%{transform:rotate(-13deg) translate(-2px)}78%{transform:rotate(13deg) translate(2px)}84%{transform:rotate(-9deg) translate(-1px)}90%{transform:rotate(8deg) translate(1px)}}@keyframes pokeball-open{0%{opacity:1;transform:scale(1) rotate(0)}42%{opacity:1;transform:scale(1.15) rotate(-16deg)}to{opacity:.72;transform:scale(.9) rotate(14deg)}}@keyframes pokemon-pop{0%{opacity:0;transform:translateY(-18px) scale(.35) rotate(-9deg)}62%{opacity:1;transform:translateY(5px) scale(1.14) rotate(5deg)}to{opacity:1;transform:translateY(0) scale(1) rotate(0)}}.hero-inner{min-height:calc(100vh - 260px);display:grid;grid-template-columns:minmax(220px,350px) minmax(300px,540px);align-items:center;justify-content:center;gap:clamp(56px,10vw,160px)}.portrait-shell{position:relative;z-index:5;width:min(340px,28vw);aspect-ratio:.88;padding:0;border:0;background:transparent;cursor:pointer;touch-action:manipulation}.portrait-shell:before{content:"";position:absolute;top:11%;right:4%;bottom:3%;left:4%;border-radius:42% 42% 12% 12%;background:#59f1d70d;filter:blur(38px)}#portraitSource{display:none}.eyebrow{margin:0 0 18px;color:var(--aqua);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.hero-copy h1{margin-bottom:22px;color:var(--aqua);font-size:clamp(36px,4.6vw,58px);line-height:1;font-weight:900;white-space:nowrap}.hero-copy{position:relative;z-index:3}.hero-copy h1 .typed-white{color:#eef4ff;font-weight:900}.type-cursor{display:inline-block;width:.08em;height:.86em;margin-left:.08em;background:var(--aqua);transform:translateY(.08em);animation:blink .8s step-end infinite}@keyframes blink{50%{opacity:0}}.hero-copy p:not(.eyebrow){max-width:560px;margin-bottom:0;color:#99a7c4;font-size:clamp(16px,1.28vw,19px);font-weight:400;line-height:1.78}.contact-action{min-height:44px;width:fit-content;display:flex;align-items:center;justify-content:center;margin-top:30px;padding:0 16px;border:1px solid rgba(89,241,215,.65);border-radius:5px;background:var(--aqua);color:#061325;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease}.contact-action:hover{transform:translateY(-2px);background:#77ffe8}.about-section{padding:0 clamp(22px,11vw,240px) 110px}.section-heading{display:flex;align-items:center;gap:28px;margin-bottom:34px}.section-heading h2{margin:0;color:#cfd9f4;font-size:clamp(38px,4vw,58px);line-height:1}.section-heading span{height:1px;flex:1;background:var(--line)}.reveal-on-scroll{opacity:0;transform:translateY(34px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.8,.2,1)}.reveal-on-scroll.is-visible{opacity:1;transform:translateY(0)}.about-copy{max-width:940px}.about-copy p{color:#a6b2cd;font-size:clamp(17px,1.45vw,20px);font-weight:400;line-height:1.85}.about-copy strong{color:#eef4ff;font-weight:700}.about-copy p:not(:last-child){margin-bottom:24px}.about-focus-list{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:12px 34px;max-width:640px;margin-top:30px}.about-focus-list span{position:relative;padding-left:18px;color:#aab6d0;font-size:15px;font-weight:500}.about-focus-list span:before{content:"";position:absolute;left:0;top:.54em;width:7px;height:7px;border-top:1px solid var(--aqua);border-right:1px solid var(--aqua);transform:rotate(45deg)}.site-footer{padding:34px clamp(22px,11vw,240px) 42px;border-top:1px solid var(--line);color:#c3cce594;font-size:13px;letter-spacing:.05em}.site-footer p{margin:0}@media(max-width:900px){.site-header{flex-wrap:wrap;align-items:flex-start;gap:12px;padding:14px 18px}.header-left{width:100%;justify-content:space-between;gap:18px}.site-header nav{gap:14px}.site-header nav a{font-size:13px}.market-strip{width:100%;max-width:none}.social-icons{margin-left:auto}.hero{padding-top:22px}.pokeball-release{width:50px;height:50px}.pokemon-walker,.pokemon-walker img,.pokemon-walker[data-size=sm] img,.pokemon-walker[data-size=lg] img{width:92px;height:92px}.hero-inner{min-height:auto;grid-template-columns:1fr;gap:24px;padding-top:28px}.portrait-shell{width:min(285px,68vw);justify-self:center}.hero-copy{text-align:left}.hero-copy h1{font-size:clamp(34px,8vw,54px)}.contact-action{margin-top:30px}.about-focus-list{grid-template-columns:1fr;gap:12px}}@media(max-width:560px){.site-header{height:auto;min-height:58px}.header-left{align-items:flex-start;flex-direction:column;gap:10px}.wordmark{font-size:17px}.site-header nav{width:100%;flex-wrap:wrap}.social-icons{width:100%;justify-content:flex-start}.hero{min-height:auto;padding-bottom:78px}.hero-copy h1{font-size:clamp(30px,9.2vw,40px)}.contact-action{width:100%}.section-heading{gap:16px}.section-heading h2{font-size:34px}}
