.hero-section[data-astro-cid-nlow4r3u]{min-height:100vh;background:var(--color-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 60px 60px;position:relative;overflow:hidden}.hero-content[data-astro-cid-nlow4r3u]{position:relative;z-index:1;max-width:1100px;width:100%;display:grid;grid-template-columns:1fr auto;gap:4rem;align-items:center}.hero-text[data-astro-cid-nlow4r3u]{padding-left:2rem}.hero-title[data-astro-cid-nlow4r3u]{font-family:IBM Plex Mono,monospace;font-size:3.5rem;font-weight:700;color:#fff;line-height:1.15;margin-bottom:.25rem}.name-highlight[data-astro-cid-nlow4r3u]{color:#fff}.hero-badge[data-astro-cid-nlow4r3u]{display:inline-block;border:1px solid rgba(255,255,255,.3);color:var(--color-text-muted);padding:.15rem .6rem;border-radius:4px;font-size:.35em;font-weight:600;font-family:IBM Plex Mono,monospace;letter-spacing:.05em;vertical-align:middle;margin-left:.75rem}.bio[data-astro-cid-nlow4r3u]{color:var(--color-text-muted);font-size:1.1rem;line-height:1.8;margin-top:1.25rem;max-width:520px;border-left:2px solid rgba(255,255,255,.15);padding-left:1rem}.hero-buttons[data-astro-cid-nlow4r3u]{display:flex;gap:1rem;margin-top:2rem}.btn[data-astro-cid-nlow4r3u]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:100vh;font-size:.9rem;font-weight:600;font-family:IBM Plex Mono,monospace;text-decoration:none;transition:all .2s ease}.btn-primary[data-astro-cid-nlow4r3u]{background:transparent;color:#fff;border:solid 1px rgba(255,255,255,.3)}.btn-primary[data-astro-cid-nlow4r3u]:hover{background:#fff;color:#000}.btn-secondary[data-astro-cid-nlow4r3u]{background:transparent;color:var(--color-text-muted);border:solid 1px rgba(255,255,255,.15)}.btn-secondary[data-astro-cid-nlow4r3u]:hover{border-color:#fff6;color:#fff}.btn-secondary[data-astro-cid-nlow4r3u] svg[data-astro-cid-nlow4r3u]{transition:transform .2s ease}.btn-secondary[data-astro-cid-nlow4r3u]:hover svg[data-astro-cid-nlow4r3u]{transform:translate(3px)}.hero-character-grid[data-astro-cid-nlow4r3u]{position:relative;place-items:end center;width:560px;height:880px;flex-shrink:0}.char-window[data-astro-cid-nlow4r3u]{position:absolute}.char-window-main[data-astro-cid-nlow4r3u]{width:500px;z-index:1;bottom:0;left:50%;translate:-50% 0}.char-window-main[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{display:block;width:100%;height:835px;object-fit:cover;object-position:center 30%}.char-window-body[data-astro-cid-nlow4r3u]{padding:0;overflow:hidden}.char-window-body[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{display:block;width:100%;object-fit:cover}.char-window-eye[data-astro-cid-nlow4r3u]{width:160px;z-index:3;top:110px;right:130px}.char-window-eye[data-astro-cid-nlow4r3u] .char-window-body[data-astro-cid-nlow4r3u]{height:160px;position:relative;overflow:hidden}.char-window-eye[data-astro-cid-nlow4r3u] .char-window-body[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{position:absolute;max-width:none;width:600px;top:-150px;left:-300px}.char-window-hand[data-astro-cid-nlow4r3u]{width:160px;z-index:2;top:320px;left:200px}.char-window-hand[data-astro-cid-nlow4r3u] .char-window-body[data-astro-cid-nlow4r3u]{height:160px;position:relative;overflow:hidden}.char-window-hand[data-astro-cid-nlow4r3u] .char-window-body[data-astro-cid-nlow4r3u] img[data-astro-cid-nlow4r3u]{position:absolute;max-width:none;width:600px;top:-370px;left:-210px}@keyframes charWindowIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.char-window-main[data-astro-cid-nlow4r3u]{animation:charWindowIn .6s ease .1s both}.char-window-eye[data-astro-cid-nlow4r3u]{animation:charWindowIn .6s ease .3s both}.char-window-hand[data-astro-cid-nlow4r3u]{animation:charWindowIn .6s ease .5s both}.char-window[data-astro-cid-nlow4r3u].window-card:hover{transform:none;border-color:#ffffff1f;box-shadow:none}.social-sidebar[data-astro-cid-nlow4r3u]{position:fixed;left:1.5rem;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:.75rem;z-index:10}.social-link[data-astro-cid-nlow4r3u]{width:40px;height:40px;border-radius:2px;border:1px solid rgba(255,255,255,.08);background:transparent;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all .2s ease}.social-link[data-astro-cid-nlow4r3u]:hover{background:#ffffff14;color:#fff;border-color:#fff3}.social-mobile[data-astro-cid-nlow4r3u]{display:none;justify-content:center;gap:.75rem;margin-top:2rem;position:relative;z-index:1}.scroll-indicator[data-astro-cid-nlow4r3u]{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);z-index:1}.scroll-chevron[data-astro-cid-nlow4r3u]{display:block;width:12px;height:12px;border-right:2px solid rgba(255,255,255,.3);border-bottom:2px solid rgba(255,255,255,.3);transform:rotate(45deg);animation:scrollBounce 2s ease-in-out infinite}@media(max-width:900px){.hero-content[data-astro-cid-nlow4r3u]{grid-template-columns:1fr;gap:2rem}.hero-character-grid[data-astro-cid-nlow4r3u]{width:260px;justify-self:center;order:-1}}@media(max-width:768px){.hero-section[data-astro-cid-nlow4r3u]{padding:80px 1.5rem 60px;align-items:flex-start}.hero-text[data-astro-cid-nlow4r3u]{padding-left:0;text-align:center;width:100%}.hero-title[data-astro-cid-nlow4r3u]{font-size:2.5rem}.bio[data-astro-cid-nlow4r3u]{border-left:none;padding-left:0;text-align:center;max-width:100%}.hero-buttons[data-astro-cid-nlow4r3u]{justify-content:center}.social-sidebar[data-astro-cid-nlow4r3u]{display:none}.social-mobile[data-astro-cid-nlow4r3u]{display:flex}.hero-badge[data-astro-cid-nlow4r3u]{display:none}}@media(max-width:480px){.hero-title[data-astro-cid-nlow4r3u]{font-size:2rem}.hero-character-grid[data-astro-cid-nlow4r3u]{width:200px}.hero-buttons[data-astro-cid-nlow4r3u]{flex-direction:column;width:100%}.btn[data-astro-cid-nlow4r3u]{justify-content:center}}.products-section[data-astro-cid-zdxu43nv]{padding:5rem 2rem;background:var(--color-bg);position:relative;overflow:hidden}.products-container[data-astro-cid-zdxu43nv]{max-width:1100px;margin:0 auto;position:relative;z-index:1}.products-header[data-astro-cid-zdxu43nv]{margin-bottom:2.5rem}.products-title[data-astro-cid-zdxu43nv]{font-family:IBM Plex Mono,monospace;font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.products-subtitle[data-astro-cid-zdxu43nv]{color:var(--color-text-muted);font-size:.95rem}.products-grid[data-astro-cid-zdxu43nv]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.product-card[data-astro-cid-zdxu43nv]{text-decoration:none;color:inherit}.product-card[data-astro-cid-zdxu43nv] .window-titlebar[data-astro-cid-zdxu43nv]{cursor:pointer}.product-card[data-astro-cid-zdxu43nv].featured{border-color:#fff3}.product-card[data-astro-cid-zdxu43nv].featured:hover{border-color:#ffffff59}.product-header[data-astro-cid-zdxu43nv]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.product-name[data-astro-cid-zdxu43nv]{font-family:IBM Plex Mono,monospace;font-size:1.1rem;font-weight:600;color:#fff}.product-tag[data-astro-cid-zdxu43nv]{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .6rem;border-radius:20px;border:1px solid rgba(255,255,255,.15);color:var(--color-text-muted)}.featured-tag[data-astro-cid-zdxu43nv]{border-color:#ffffff4d;color:#fff}.product-desc[data-astro-cid-zdxu43nv]{color:var(--color-text-muted);font-size:.9rem;line-height:1.7}@media(max-width:768px){.products-section[data-astro-cid-zdxu43nv]{padding:3rem 1rem}.products-header[data-astro-cid-zdxu43nv]{text-align:center}.products-grid[data-astro-cid-zdxu43nv]{grid-template-columns:1fr}}.showcase-section{padding:5rem 4rem 5rem 0;background:var(--color-bg-alt);position:relative;overflow:hidden}.showcase-content{max-width:1400px;margin:0 auto;display:flex;gap:4rem;align-items:center}.showcase-image{width:825px;flex-shrink:0}.showcase-image img{width:825px;max-width:none;height:auto;display:block}.showcase-text{flex:1;min-width:320px;text-align:left;display:flex;flex-direction:column;gap:1rem}.showcase-title{font-family:IBM Plex Mono,monospace;font-size:2rem;font-weight:700;color:#fff;text-align:left}.showcase-desc{color:var(--color-text-muted);font-size:1rem;line-height:1.8;text-align:left}.showcase-marquee{overflow:hidden;margin-top:.5rem}.showcase-marquee-content{animation:marquee 20s linear infinite;font-family:IBM Plex Mono,monospace;font-size:.75rem;color:#ffffff40;text-transform:uppercase;letter-spacing:.1em;gap:0}.showcase-marquee-content span:not(.showcase-marquee-sep){margin:0 1rem}.showcase-marquee-sep{color:#ffffff26;margin:0 .25rem}@media(max-width:900px){.showcase-content{flex-direction:column;gap:2rem}.showcase-image{flex:none;width:100%;max-width:825px;align-self:center}.showcase-image img{width:100%;max-width:100%}}@media(max-width:768px){.showcase-section{padding:3rem 1rem}.showcase-title{font-size:1.75rem}}.testimonials-section[data-astro-cid-zzqkys7x]{padding:6rem 2rem;background:transparent}.testimonials-container[data-astro-cid-zzqkys7x]{max-width:1200px;margin:0 auto}.title-wrapper[data-astro-cid-zzqkys7x]{position:relative;text-align:center;margin-bottom:3rem}.glow-title-container[data-astro-cid-zzqkys7x]{position:relative;display:inline-block;overflow:visible}.glow-line[data-astro-cid-zzqkys7x]{position:absolute;top:50%;left:-20px;width:3px;height:120%;transform:translateY(-50%);background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.3) 20%,rgba(255,255,255,1) 50%,rgba(255,255,255,.3) 80%,transparent 100%);box-shadow:0 0 20px #fffc,0 0 40px #fff9,0 0 60px #fff6;opacity:0;z-index:10;pointer-events:none}.glow-line[data-astro-cid-zzqkys7x].animate{animation:glowSweep .8s cubic-bezier(.22,1,.36,1) forwards}@keyframes glowSweep{0%{left:-20px;opacity:1}90%{opacity:1}to{left:calc(100% + 20px);opacity:0}}.glow-title[data-astro-cid-zzqkys7x]{display:flex;justify-content:center;align-items:baseline;gap:0;font-size:2.5rem;font-weight:700;font-family:IBM Plex Mono,monospace;color:var(--color-text-muted);margin-bottom:.75rem;letter-spacing:.08em;position:relative;z-index:1}.glow-title[data-astro-cid-zzqkys7x] .char[data-astro-cid-zzqkys7x]{display:inline-block;opacity:0;transform:translateY(8px);filter:blur(8px);transition:opacity .4s ease,transform .4s ease,filter .4s ease,color .15s ease,text-shadow .15s ease}.glow-title[data-astro-cid-zzqkys7x] .char[data-astro-cid-zzqkys7x].glow{opacity:1;color:#fff;text-shadow:0 0 20px rgba(255,255,255,1),0 0 40px rgba(255,255,255,.8);filter:blur(0);transform:translateY(0)}.glow-title[data-astro-cid-zzqkys7x] .char[data-astro-cid-zzqkys7x].visible{opacity:1;transform:translateY(0);filter:blur(0);color:var(--color-text);text-shadow:none}.glow-title[data-astro-cid-zzqkys7x] .char[data-astro-cid-zzqkys7x].space{width:.35em}.ja-title[data-astro-cid-zzqkys7x]{letter-spacing:.15em}.animated-subtitle[data-astro-cid-zzqkys7x]{opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}.animated-subtitle[data-astro-cid-zzqkys7x].visible{opacity:1;transform:translateY(0)}.subtitle-text[data-astro-cid-zzqkys7x]{color:var(--color-text-muted);font-size:1rem}.testimonials-grid[data-astro-cid-zzqkys7x]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}.testimonial-card[data-astro-cid-zzqkys7x]{padding:0;background:var(--color-surface)}.testimonial-card[data-astro-cid-zzqkys7x]:hover{border-color:#ffffff40}.testimonial-header[data-astro-cid-zzqkys7x]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.testimonial-avatar[data-astro-cid-zzqkys7x]{width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#fff;font-family:IBM Plex Mono,monospace}.testimonial-info[data-astro-cid-zzqkys7x]{display:flex;flex-direction:column;gap:.25rem}.testimonial-name[data-astro-cid-zzqkys7x]{font-weight:600;color:var(--color-text);font-size:1rem;font-family:IBM Plex Mono,monospace}.testimonial-rating[data-astro-cid-zzqkys7x]{display:flex;align-items:center;gap:.5rem}.stars[data-astro-cid-zzqkys7x]{color:#ffffffb3;font-size:.875rem;letter-spacing:1px}.rating-text[data-astro-cid-zzqkys7x]{color:var(--color-text-muted);font-size:.75rem;font-weight:500;font-family:IBM Plex Mono,monospace}.testimonial-text[data-astro-cid-zzqkys7x]{color:var(--color-text-muted);font-size:.95rem;line-height:1.7;font-style:italic}.testimonial-text[data-astro-cid-zzqkys7x]:before{content:"“";color:#ffffff4d;font-size:1.5rem;font-weight:700;margin-right:.25rem}.testimonial-text[data-astro-cid-zzqkys7x]:after{content:"”";color:#ffffff4d;font-size:1.5rem;font-weight:700;margin-left:.25rem}@media(max-width:768px){.testimonials-section[data-astro-cid-zzqkys7x]{padding:4rem 1rem}.glow-title[data-astro-cid-zzqkys7x]{font-size:1.75rem}.testimonials-grid[data-astro-cid-zzqkys7x]{grid-template-columns:1fr}}.profile-section[data-astro-cid-dto5xkim]{padding:5rem 2rem;background:var(--color-bg);position:relative;overflow:hidden}.profile-container[data-astro-cid-dto5xkim]{max-width:900px;margin:0 auto;position:relative;z-index:1}.section-title[data-astro-cid-dto5xkim]{font-size:1.75rem;font-weight:700;margin:0 0 2rem;letter-spacing:-.02em;color:var(--color-text);font-family:IBM Plex Mono,monospace}.links-section[data-astro-cid-dto5xkim]{display:flex;flex-direction:column;gap:1.5rem}.link-category[data-astro-cid-dto5xkim]{padding:0;background:var(--color-surface)}.link-category[data-astro-cid-dto5xkim]:hover{border-color:#ffffff40}.link-cards[data-astro-cid-dto5xkim]{display:flex;flex-wrap:wrap;gap:.75rem}.link-card[data-astro-cid-dto5xkim]{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:8px;color:var(--color-text);text-decoration:none;font-size:.8125rem;font-weight:500;font-family:IBM Plex Mono,monospace;transition:all .2s ease}.link-card[data-astro-cid-dto5xkim]:hover{transform:translateY(-2px);border-color:#ffffff40;background:#ffffff0f}.link-icon[data-astro-cid-dto5xkim]{width:16px;height:16px;object-fit:contain}@media(max-width:768px){.profile-section[data-astro-cid-dto5xkim]{padding:3rem 1rem}.section-title[data-astro-cid-dto5xkim]{text-align:center;display:block}.link-cards[data-astro-cid-dto5xkim]{justify-content:center}}.contact-section[data-astro-cid-jjagjrbk]{position:relative;padding:5rem 2rem 6rem;background:var(--color-bg-alt);overflow:hidden}.contact-wrapper[data-astro-cid-jjagjrbk]{position:relative;max-width:800px;margin:0 auto;z-index:1}.contact-header[data-astro-cid-jjagjrbk]{text-align:center;margin-bottom:2rem}.contact-title[data-astro-cid-jjagjrbk]{font-size:3rem;font-weight:700;color:var(--color-text);margin:0 0 8px;line-height:1.1;font-family:IBM Plex Mono,monospace}.title-underline[data-astro-cid-jjagjrbk]{display:block;width:80px;height:2px;background:#ffffff4d;border-radius:1px;margin:0 auto 16px}.contact-subtitle[data-astro-cid-jjagjrbk]{font-size:1.1rem;color:var(--color-text-muted);margin:0 0 8px;line-height:1.7}.highlight[data-astro-cid-jjagjrbk]{color:#fff}.contact-note[data-astro-cid-jjagjrbk]{font-size:.9rem;color:var(--color-text-muted);margin:0;opacity:.7}.success-banner[data-astro-cid-jjagjrbk]{text-align:center;padding:1.25rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:12px;margin-bottom:2rem;color:#fff;font-weight:600;font-family:IBM Plex Mono,monospace}.success-banner[data-astro-cid-jjagjrbk].animate-in{animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1) forwards}.success-icon[data-astro-cid-jjagjrbk]{font-size:1.25rem;margin-right:.5rem}.success-banner[data-astro-cid-jjagjrbk] p[data-astro-cid-jjagjrbk]{color:var(--color-text-muted);font-weight:400;font-size:.9rem;margin:.5rem 0 0}.contact-form-card[data-astro-cid-jjagjrbk]{background:var(--color-surface)}.contact-form-card[data-astro-cid-jjagjrbk]:hover{border-color:#ffffff40}.contact-form[data-astro-cid-jjagjrbk]{display:flex;flex-direction:column;gap:20px}.form-row[data-astro-cid-jjagjrbk]{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk][type=email],.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk][type=text],.contact-form[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]{width:100%;padding:16px 20px;border:1px solid var(--color-border);border-radius:8px;background:#ffffff08;font-size:1rem;font-family:IBM Plex Mono,monospace;color:var(--color-text);transition:all .2s ease}.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk]::placeholder,.contact-form[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]::placeholder{color:var(--color-text-muted);opacity:.5}.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk]:focus,.contact-form[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]:focus{outline:none;border-color:#fff6;box-shadow:0 0 0 3px #ffffff0d;background:#ffffff0d}.contact-form[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]{resize:vertical;min-height:140px}.submit-btn[data-astro-cid-jjagjrbk]{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 40px;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:8px;font-size:1rem;font-weight:600;font-family:IBM Plex Mono,monospace;cursor:pointer;transition:all .2s ease;align-self:center;margin-top:8px}.submit-btn[data-astro-cid-jjagjrbk]:hover{background:#fff;color:#000;border-color:#fff;transform:translateY(-2px)}.submit-btn[data-astro-cid-jjagjrbk] svg[data-astro-cid-jjagjrbk]{flex-shrink:0}@media(max-width:768px){.contact-header[data-astro-cid-jjagjrbk]{text-align:center}.contact-title[data-astro-cid-jjagjrbk]{font-size:2.5rem}.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk][type=email],.contact-form[data-astro-cid-jjagjrbk] input[data-astro-cid-jjagjrbk][type=text],.contact-form[data-astro-cid-jjagjrbk] textarea[data-astro-cid-jjagjrbk]{padding:14px 16px;font-size:1rem}.form-row[data-astro-cid-jjagjrbk]{grid-template-columns:1fr}}@media(max-width:600px){.contact-section[data-astro-cid-jjagjrbk]{padding:3rem 1rem 4rem}.contact-title[data-astro-cid-jjagjrbk]{font-size:2rem}.contact-subtitle[data-astro-cid-jjagjrbk]{font-size:1rem}.submit-btn[data-astro-cid-jjagjrbk]{padding:14px 32px;font-size:.95rem}}:root{--color-bg: #0a0a0f;--color-bg-alt: #111118;--color-bg-card: #16161e;--color-text: #e4e4e7;--color-text-muted: #a1a1aa;--color-primary: #ffffff;--color-border: rgba(255, 255, 255, .1);--color-accent: #ffffff;--grid-line: rgba(255, 255, 255, .06);--grid-line-strong: rgba(255, 255, 255, .12);--color-surface: #111;--color-surface-hover: #1a1a1a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:clip}a{color:inherit}img{max-width:100%;height:auto;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;-webkit-touch-callout:none;pointer-events:none;cursor:default}a img,button img{pointer-events:auto}button,a,.product-card,.submit-btn{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:pointer}svg{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-drag:none;pointer-events:none;cursor:default}a svg,button svg{pointer-events:auto}img::selection,svg::selection{background:transparent}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes bounceIn{0%{transform:scale(.3);opacity:0}50%{transform:scale(1.05)}70%{transform:scale(.95)}to{transform:scale(1);opacity:1}}@keyframes fadeInStagger{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes gridWarp{0%,to{transform:perspective(800px) rotateX(0) rotateY(0)}25%{transform:perspective(800px) rotateX(.3deg) rotateY(-.3deg)}50%{transform:perspective(800px) rotateX(-.3deg) rotateY(.3deg)}75%{transform:perspective(800px) rotateX(.2deg) rotateY(.2deg)}}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(6px)}}.marquee-track{overflow:hidden;white-space:nowrap}.marquee-content{display:inline-flex;animation:marquee 20s linear infinite}.marquee-content:hover{animation-play-state:paused}.bg-grid{background-image:repeating-linear-gradient(0deg,var(--grid-line) 0,var(--grid-line) 1px,transparent 1px,transparent 48px),repeating-linear-gradient(90deg,var(--grid-line) 0,var(--grid-line) 1px,transparent 1px,transparent 48px)}.window-card{background:var(--color-surface);border:solid 1px rgba(255,255,255,.12);border-radius:2px;overflow:hidden;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.window-card:hover{border-color:#ffffff40;transform:translateY(-4px);box-shadow:0 8px 30px #0000004d}.window-titlebar{display:flex;align-items:center;justify-content:space-between;height:2rem;padding:0 .5rem 1px .625rem;background:var(--color-bg);border-bottom:solid 1px rgba(255,255,255,.08);cursor:grab}.window-title{font-size:.75rem;color:#fff6;font-family:IBM Plex Mono,monospace;letter-spacing:.02em;pointer-events:none}.window-close{width:1.125rem;height:1.125rem;position:relative;flex-shrink:0;pointer-events:none}.window-close:before,.window-close:after{content:"";position:absolute;top:50%;left:50%;width:60%;height:1px;background:#ffffff4d}.window-close:before{transform:translate(-50%,-50%) rotate(45deg)}.window-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.window-content{padding:1.25rem}.page-frame{position:fixed;top:0;left:0;width:100vw;height:100svh;pointer-events:none;z-index:2000}main{position:relative}.seamless-sections{position:relative;background:var(--color-bg);z-index:1}::selection{background:#fff3;color:var(--color-text)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.loading-screen{position:fixed;inset:0;z-index:99999;background:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:opacity .4s ease,visibility .4s ease}.loading-screen.hidden{opacity:0;visibility:hidden}.loading-content{text-align:center}.loading-counter{font-size:4rem;font-weight:800;color:#fff;font-family:IBM Plex Mono,monospace;font-variant-numeric:tabular-nums;line-height:1}.loading-text{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.15em;margin-top:.5rem;font-family:IBM Plex Mono,monospace}.marquee-divider{background:var(--color-surface);border-top:1px solid var(--grid-line-strong);border-bottom:1px solid var(--grid-line-strong);padding:.875rem 0;overflow:hidden;position:relative;z-index:2}.marquee-divider .marquee-content{animation:marquee 18s linear infinite}.marquee-item{display:inline-flex;align-items:center;gap:1.5rem;color:#ffffff80;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:0 1.5rem;white-space:nowrap;font-family:IBM Plex Mono,monospace}.marquee-item .item-dot{width:4px;height:4px;background:#ffffff4d;border-radius:50%;flex-shrink:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.warped-grid{position:fixed;inset:0;z-index:0;pointer-events:none;perspective:800px;display:flex;align-items:center;justify-content:center;overflow:hidden}.warped-grid-inner{width:120%;height:120%;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 1px,transparent 1px,transparent 64px),repeating-linear-gradient(90deg,rgba(255,255,255,.04) 0,rgba(255,255,255,.04) 1px,transparent 1px,transparent 64px);animation:gridWarp 12s ease-in-out infinite}.viewport-frame{position:fixed;inset:8px;z-index:9999;pointer-events:none}
