:root{--color-bg: #0d1117;--color-bg-soft: #161b22;--color-surface: #1c2128;--color-border: rgba(255, 255, 255, .06);--color-border-strong: rgba(255, 255, 255, .1);--color-text: #e6edf3;--color-text-muted: #7d8590;--color-accent: #2563eb;--color-accent-hover: #3b82f6;--color-success: #3fb950;--color-wip: #d29922;--glass-bg: rgba(28, 33, 40, .6);--glass-border: rgba(255, 255, 255, .05);--glass-blur: 10px;--radius: 10px;--radius-sm: 6px;--font-sans: "Nunito Sans", system-ui, sans-serif;--text-xs: .8125rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.0625rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.75rem;--text-4xl: 2rem;--leading-tight: 1.3;--leading-normal: 1.5;--leading-relaxed: 1.6;--section-padding: clamp(2.5rem, 6vw, 4rem);--content-max: 680px;--wide-max: 920px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}html{scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent}*::-webkit-scrollbar{width:2px;height:2px}*::-webkit-scrollbar:vertical{width:2px}*::-webkit-scrollbar:horizontal{height:2px}*::-webkit-scrollbar-track,*::-webkit-scrollbar-corner{background:transparent!important}*::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:2px}*::-webkit-scrollbar-button{display:none!important;height:0!important;width:0!important;background:transparent!important}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text);background:var(--color-bg);min-height:100vh;height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover)}a:focus-visible,button:focus-visible{outline:2px solid rgba(88,166,255,.5);outline-offset:2px}.section{width:100%;max-width:var(--content-max);margin:0 auto;padding:0 1.25rem}.section-wide{max-width:var(--wide-max)}.section-heading{font-size:var(--text-2xl);font-weight:600;letter-spacing:-.02em;margin:0 0 .35rem;line-height:var(--leading-tight);color:var(--color-text)}.section-sub{font-size:var(--text-sm);color:var(--color-text-muted);margin:0 0 1.5rem;line-height:var(--leading-normal);max-width:42ch}.card{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);padding:1.25rem 1.375rem;transition:border-color .2s ease,background .2s ease;box-shadow:0 1px 0 var(--color-border)}.card:hover{border-color:var(--color-border);background:#1c2128bf}.card-title{font-size:var(--text-lg);font-weight:600;margin:0 0 .25rem;letter-spacing:-.01em}.card-desc{color:var(--color-text-muted);font-size:var(--text-sm);margin:0;line-height:var(--leading-relaxed)}.card-link:hover{text-decoration:underline}.badge{display:inline-block;padding:.15rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:4px}.badge-live{background:#3fb95026;color:var(--color-success)}.badge-wip{background:#d2992226;color:var(--color-wip)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:500;color:var(--color-accent);background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.btn:hover{border-color:var(--color-accent);color:var(--color-accent-hover);background:#58a6ff0f}.btn-ghost{padding:.35rem .6rem;font-size:var(--text-xs);color:var(--color-text-muted);border:1px solid var(--color-border)}.btn-ghost:hover{color:var(--color-text);border-color:var(--color-border-strong);background:var(--glass-bg)}.glass{background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:0 1px 0 var(--color-border)}.scroll-reveal{opacity:0;transition:opacity .4s ease-out}.scroll-reveal.scroll-reveal-fly{transform:translateY(14px);transition:opacity .4s ease-out,transform .4s ease-out}.scroll-reveal.scroll-revealed{opacity:1}.scroll-reveal.scroll-reveal-fly.scroll-revealed{transform:translateY(0)}@media(prefers-reduced-motion:reduce){.scroll-reveal.scroll-reveal-fly{transform:none}}.section-wrap{padding:var(--section-padding) 0;width:100%;display:flex;flex-direction:column;align-items:center}.about-block{padding:1.5rem 1.375rem}.about-text{margin:0;font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed)}.contact-block{padding:1.75rem 1.5rem}.contact-items{display:flex;flex-direction:column;gap:1.25rem}.contact-item{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem}.contact-label{font-size:var(--text-xs);font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);width:100%}.contact-value{font-size:var(--text-base);color:var(--color-text)}.contact-value.contact-address{line-height:1.5;color:var(--color-text-muted);margin:0}.contact-copy{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;margin:0;background:transparent;border:none;border-radius:var(--radius-sm);color:var(--color-text-muted);cursor:pointer;transition:color .15s ease,background .15s ease;position:relative}.contact-copy:hover{color:var(--color-accent);background:#58a6ff14}.contact-copy:focus-visible{outline:1px solid var(--color-accent);outline-offset:2px}.contact-copy-tooltip{position:absolute;left:50%;transform:translate(-50%);bottom:calc(100% + 6px);font-size:.6875rem;font-weight:600;color:var(--color-success);white-space:nowrap;pointer-events:none}.grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,280px));justify-content:center;width:100%}.product-card{padding:0;overflow:hidden;transition:transform .18s ease,border-color .2s ease,box-shadow .18s ease}.product-card:hover{transform:scale(1.02);border-color:var(--color-border);box-shadow:0 0 0 1px #58a6ff26}.product-image{aspect-ratio:16 / 9;width:100%;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-bg-soft) 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.product-card:hover .product-image img{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.product-card{transition:border-color .2s ease,box-shadow .18s ease}.product-card:hover,.product-card:hover .product-image img{transform:none}}.product-initial{font-size:2.5rem;font-weight:600;color:var(--color-accent);opacity:.6}.product-card-body{padding:1.25rem 1.375rem}.product-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.product-card .card-title{margin:0}.card-link{display:inline-block;margin-top:.75rem;font-size:var(--text-sm);font-weight:500}.team-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;justify-content:center;max-width:920px;margin-left:auto;margin-right:auto}@media(max-width:720px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.team-grid{grid-template-columns:1fr}}.team-card{margin:0;padding:0;background:transparent;border-radius:var(--radius);overflow:visible;transition:opacity .2s ease}.team-card:hover{opacity:.95}.team-image{position:relative;aspect-ratio:1 / 1;width:82%;margin:0 auto;background:var(--color-surface);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius)}.team-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(ellipse 140% 100% at 50% 100%,rgba(0,0,0,.55) 0%,rgba(15,30,55,.25) 35%,rgba(25,45,75,.08) 55%,transparent 75%);pointer-events:none;z-index:0}.team-image img{width:100%;height:100%;object-fit:cover;transition:transform .18s ease}.team-card:hover .team-image img{transform:scale(1.03)}@media(prefers-reduced-motion:reduce){.team-card:hover .team-image img{transform:none}}.team-initial{font-size:3rem;font-weight:600;color:var(--color-accent);opacity:.7}.team-text{padding:.2rem .25rem 0;text-align:center}.team-nickname{position:absolute;bottom:3px;left:0;right:0;font-family:var(--font-sans);font-size:clamp(.9rem,2.6vw,1.2rem);font-weight:900;color:#fff;margin:0;padding:0 .5rem;letter-spacing:.02em;line-height:1.2;text-transform:uppercase;text-align:center;-webkit-text-stroke:2px black;paint-order:stroke fill;text-shadow:0 1px 4px rgba(0,0,0,.35);z-index:1}.team-fullname{font-size:var(--text-xs);font-weight:400;color:var(--color-text-muted);opacity:.7;margin:.15rem 0 .2rem;padding:0}.team-title{font-size:var(--text-sm);font-weight:600;color:var(--color-accent);margin:0;padding:0}@media(max-width:640px){:root{--text-3xl: 1.5rem;--text-4xl: 1.75rem}}.drawer-backdrop.svelte-oh4vlm{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;padding:0}.drawer-panel.svelte-oh4vlm{background:var(--color-bg);border-radius:12px 12px 0 0;max-height:85vh;overflow-y:auto;display:flex;flex-direction:column;box-shadow:0 -4px 24px #0000004d}.drawer-handle.svelte-oh4vlm{flex-shrink:0;height:24px;display:flex;align-items:center;justify-content:center;padding-top:8px}.drawer-handle.svelte-oh4vlm:before{content:"";width:40px;height:4px;background:var(--color-border-strong);border-radius:2px}.drawer-content.svelte-oh4vlm{padding:.5rem 1.25rem 2rem}.drawer-image.svelte-oh4vlm{aspect-ratio:16 / 9;width:100%;background:linear-gradient(135deg,var(--color-surface) 0%,var(--color-bg-soft) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:1rem}.drawer-image.svelte-oh4vlm img:where(.svelte-oh4vlm){width:100%;height:100%;object-fit:cover;border-radius:12px}.drawer-initial.svelte-oh4vlm{font-size:3rem;font-weight:600;color:var(--color-accent);opacity:.6}.drawer-title.svelte-oh4vlm{font-size:var(--text-lg);font-weight:600;margin:0 0 .5rem;letter-spacing:-.01em}.drawer-desc.svelte-oh4vlm{font-size:var(--text-sm);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin:.75rem 0 1rem}.drawer-link.svelte-oh4vlm{font-size:var(--text-sm);font-weight:500}.drawer-link.svelte-oh4vlm:focus-visible{outline:2px solid rgba(88,166,255,.5);outline-offset:2px}@media(min-width:960px){.drawer-backdrop.svelte-oh4vlm{display:none}}.particles-container.svelte-12qeuy7{position:sticky;bottom:0;left:0;right:0;height:max(32vh,140px);margin-bottom:calc(-1*max(32vh,140px));z-index:0;pointer-events:none;flex-shrink:0;mask-image:radial-gradient(ellipse 80% 70% at 50% 100%,black 0%,rgba(0,0,0,.85) 25%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.2) 75%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 100%,black 0%,rgba(0,0,0,.85) 25%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.2) 75%,transparent 100%)}.particles-gradient.svelte-12qeuy7{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(88,166,255,.12) 0%,rgba(88,166,255,.05) 35%,transparent 100%);z-index:0}.particles-canvas.svelte-12qeuy7{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;z-index:1}.panel-inner.svelte-i3cpam{padding:.4rem 0;display:flex;flex-direction:column;align-items:center;min-height:100%}.panel-inner.svelte-i3cpam .section-wrap:where(.svelte-i3cpam){padding:.6rem 0}@media(max-width:959px){.panel-inner.svelte-i3cpam .glass:where(.svelte-i3cpam){background:var(--color-surface);backdrop-filter:none;-webkit-backdrop-filter:none}}.panel-inner.svelte-70zt86{padding:.4rem 0;display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;min-height:100%;width:100%;min-width:0;overflow:hidden;box-sizing:border-box}.panel-inner.svelte-70zt86 .section-wrap:where(.svelte-70zt86){width:100%;min-width:0;max-width:100%}.panel-inner.svelte-70zt86 .section-wrap:where(.svelte-70zt86):first-child{padding-top:.4rem}.panel-inner.svelte-70zt86 .section-heading:where(.svelte-70zt86){margin-top:0}.panel-inner.svelte-70zt86 .section:where(.svelte-70zt86),.panel-inner.svelte-70zt86 .section-wide:where(.svelte-70zt86){max-width:100%!important;width:100%;min-width:0;box-sizing:border-box}.panel-footer.svelte-70zt86{margin-top:auto;text-align:center;padding:1.5rem 1rem;border-top:1px solid var(--color-border);position:relative;z-index:1}.footer-copy.svelte-70zt86{margin:0;font-size:.8125rem;color:var(--color-text-muted)}.team-grid-center.svelte-70zt86{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px;max-width:100%;width:100%;min-width:0}.team-grid-center.svelte-70zt86 li:where(.svelte-70zt86){min-width:0}.team-grid-center.svelte-70zt86 .team-card:where(.svelte-70zt86){width:240px;min-width:240px;max-width:240px;margin-left:auto;margin-right:auto}.team-grid-center.svelte-70zt86 .team-image:where(.svelte-70zt86){width:240px;min-width:240px;max-width:240px;height:240px;min-height:240px;max-height:240px;aspect-ratio:1 / 1}.panel-inner.svelte-1g0osc5{padding:.4rem 0;display:flex;flex-direction:column;align-items:center;min-height:100%}.panel-inner.svelte-1g0osc5 .section-wrap:where(.svelte-1g0osc5):first-child{padding-top:.4rem}.panel-inner.svelte-1g0osc5 .section-heading:where(.svelte-1g0osc5){margin-top:0}.products-section.svelte-1g0osc5{flex:1}.badge-product.svelte-1g0osc5{font-size:.625rem;padding:.1rem .35rem;margin-top:.25rem;display:block;width:fit-content}.natoken-logo.svelte-4qrihx{width:100%;height:100%;display:block}.layout.svelte-12qhfyh{height:100vh;padding:0 12px 12px;overflow:hidden;box-sizing:border-box;display:flex;flex-direction:column}.layout-top.svelte-12qhfyh{flex-shrink:0;padding-top:.35rem;margin-bottom:.25rem;display:flex;justify-content:center}.site-brand.svelte-12qhfyh{position:relative;text-align:center;padding:.25rem 0}.site-brand-title.svelte-12qhfyh{position:relative;z-index:1;margin:0;font-family:var(--font-sans);font-size:clamp(2.5rem,11vw,4.25rem);font-weight:900;letter-spacing:-.04em;line-height:1;text-transform:uppercase;color:#fff}.site-brand-slogan.svelte-12qhfyh{position:relative;z-index:1;margin:.1rem 0 0;font-size:var(--text-base);font-weight:500;color:var(--color-text);opacity:.95}.site-brand-logo.svelte-12qhfyh{position:absolute;left:50%;top:calc(50% + 48px);transform:translate(-50%,-50%);width:300px;height:300px;z-index:0;pointer-events:none;color:var(--color-accent)}.mobile-header.svelte-12qhfyh{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;margin-bottom:.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9999px;box-shadow:0 1px 0 var(--color-border)}.mobile-tab.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;font-family:var(--font-sans);font-size:var(--text-sm);font-weight:600;color:var(--color-text-muted);background:transparent;border:none;border-radius:9999px;cursor:pointer;transition:color .2s ease,background .2s ease,box-shadow .2s ease}.mobile-tab.svelte-12qhfyh:hover{color:var(--color-text);background:#ffffff0f}.mobile-tab.active.svelte-12qhfyh{color:#fff;background:var(--color-accent);box-shadow:0 0 0 1px #2563eb66}.layout-grid.svelte-12qhfyh{flex:1;min-height:0;display:flex;flex-direction:column;gap:0}.center-column.svelte-12qhfyh{position:relative;display:none;flex-direction:column;flex:1;min-height:0}.center-column.visible.svelte-12qhfyh{display:flex}.panel-center.svelte-12qhfyh{z-index:1}.panel.svelte-12qhfyh{display:none;flex:1;min-height:0;flex-direction:column;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px var(--color-border);background:var(--color-bg);background-image:linear-gradient(135deg,rgba(88,166,255,.08) 0%,rgba(88,166,255,.03) 25%,transparent 50%,transparent 75%,rgba(88,166,255,.04) 100%)}@media(max-width:959px){.panel-left.svelte-12qhfyh{background:var(--color-bg);background-image:none}}.panel.visible.svelte-12qhfyh{display:flex}.panel-scroll.svelte-12qhfyh{flex:1;min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--color-border-strong) transparent}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar{width:2px}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar:vertical{width:2px}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar:horizontal{height:2px}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar-track,.panel-scroll.svelte-12qhfyh::-webkit-scrollbar-corner{background:transparent!important}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:2px}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.panel-scroll.svelte-12qhfyh::-webkit-scrollbar-button{display:none!important;height:0!important;width:0!important;background:transparent!important}.particles-desktop.svelte-12qhfyh{display:none}.particles-mobile.svelte-12qhfyh{display:block;position:fixed;bottom:12px;left:12px;right:12px;height:max(32vh,140px);pointer-events:none;z-index:0}.particles-mobile.svelte-12qhfyh .particles-container{position:absolute;bottom:0;left:0;right:0;height:100%}@media(min-width:960px){.mobile-header.svelte-12qhfyh{display:none}.layout-grid.svelte-12qhfyh{display:grid;grid-template-columns:min(280px,28vw) 1fr min(320px,30vw);gap:12px}.center-column.svelte-12qhfyh{display:flex!important;grid-column:2;min-width:0}.panel.svelte-12qhfyh{display:flex!important}.particles-desktop.svelte-12qhfyh{display:block;position:absolute;bottom:0;left:0;right:0;height:max(32vh,140px);z-index:0;pointer-events:none}.particles-desktop.svelte-12qhfyh .particles-container{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;margin-bottom:0}.particles-mobile.svelte-12qhfyh{display:none}}
