@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&family=Space+Grotesk:wght@400;500;700&display=swap";:root{color-scheme:dark;--header-height: 76px;--background: #000000;--background-elevated: rgba(15, 23, 42, .4);--border: rgba(148, 163, 184, .12);--foreground: #f8fafc;--foreground-muted: rgba(226, 232, 240, .72);--accent: #7c3aed;--accent-strong: #22d3ee;--shadow: 0 32px 80px rgba(2, 6, 23, .36);--radius-xl: 32px;--radius-lg: 24px;--radius-md: 16px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}@keyframes ambientGlow{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}html{background:radial-gradient(circle at 15% 50%,rgba(124,58,237,.22),transparent 45%),radial-gradient(circle at 85% 30%,rgba(34,211,238,.16),transparent 50%),var(--background);background-attachment:fixed;background-size:200% 200%;animation:ambientGlow 15s ease-in-out infinite alternate;color:var(--foreground);scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{animation:none;background-position:0% 0%}}body{margin:0;min-height:100vh}img,canvas{display:block;max-width:100%}a{color:inherit;text-decoration:none}[data-i18n]{display:inline}:root[data-lang=pl] [data-i18n=en]{display:none!important}:root[data-lang=en] [data-i18n=pl]{display:none!important}.page-shell{min-height:100vh}.page-content{display:grid;gap:clamp(6rem,15vh,12rem);margin:0 auto;max-width:1200px;padding:0 1.5rem clamp(5rem,10vh,8rem)}.site-header{position:sticky;top:0;z-index:20;backdrop-filter:blur(18px);background:#000000a6;border-bottom:1px solid rgba(255,255,255,.06)}.site-header__inner,.site-footer__inner{align-items:center;display:flex;justify-content:space-between;gap:1rem;margin:0 auto;max-width:1200px;min-height:var(--header-height);padding:1rem 1.5rem}.site-header__brand,.eyebrow,.product-card__meta,.product-card__tags,.site-footer__meta,.site-footer__links,.language-switcher__button,.hero-section__progress{font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,monospace}.site-header__brand{font-size:.9rem;letter-spacing:.08em;text-transform:uppercase}.site-header__nav,.site-footer__links,.product-card__actions,.hero-section__actions,.product-ctas{align-items:center;display:flex;flex-wrap:wrap;gap:.9rem}.site-header__link,.site-footer__links a{color:var(--foreground-muted);transition:color .16s ease}.site-header__link:hover,.site-footer__links a:hover{color:var(--foreground)}.language-switcher{display:inline-flex;gap:.4rem}.language-switcher__button{background:transparent;border:1px solid var(--border);border-radius:999px;color:var(--foreground-muted);cursor:pointer;font-size:.8rem;padding:.45rem .8rem;display:flex;align-items:center;gap:.35rem;transition:all .16s ease}.language-switcher__button.is-active{border-color:#e2e8f061;color:var(--foreground)}.hero-section,.content-section{position:relative}.hero-section{margin-left:calc(50% - 50vw);min-height:calc(250vh - var(--header-height));padding:0;width:100vw}.hero-section__stage{min-height:calc(100vh - var(--header-height));position:sticky;top:var(--header-height)}.hero-section__overlay,.hero-section__progress,.hero-frames{inset:0;position:absolute}.hero-section__content,.content-section,.product-card,.site-footer__inner{position:relative;z-index:1}.hero-section__overlay{align-items:end;justify-content:center;background:transparent;display:flex;padding:0 1.5rem clamp(10rem,18vh,14rem);pointer-events:none;z-index:10}.hero-section__content{margin:0 auto;max-width:800px;width:100%;text-shadow:0 4px 24px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,1);display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;pointer-events:auto;padding:0 1.5rem;background:transparent;color:#fff}.hero-section__content .eyebrow{margin-bottom:.25rem;letter-spacing:.25em;opacity:var(--eyebrow-opacity, 1);will-change:opacity;color:var(--accent-strong);font-weight:600}.hero-section__headline,.section-title,.product-card__title{font-family:Space Grotesk,Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:-.04em}.hero-section__headline{font-size:clamp(1.8rem,3.8vw,2.7rem);font-weight:700;line-height:1.15;margin:0;max-width:24ch;text-wrap:balance;letter-spacing:-.015em;opacity:var(--title-opacity, 1);transform:translateY(var(--title-y, 0px));will-change:transform,opacity;color:#fff}.hero-section__copy,.section-copy,.product-card__description{color:var(--foreground-muted);font-size:1rem;line-height:1.72;margin:0;max-width:62ch}.hero-section__copy{font-size:1.05rem;line-height:1.6;max-width:48ch;color:#fff;margin:0;opacity:var(--copy-opacity, 1);transform:translateY(var(--copy-y, 0px));will-change:transform,opacity}.hero-section__actions{margin-top:1.6rem}.button{align-items:center;background:#0f172a99;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:var(--foreground);display:inline-flex;gap:.35rem;font-weight:600;justify-content:center;line-height:1.1;min-height:48px;padding:.92rem 1.25rem;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:#f8fafcf5;border-color:#f8fafcf5;color:#0f172a}.button--secondary,.button--ghost{background:#0f172a8f;border-color:var(--border);color:var(--foreground)}.button--secondary:hover,.button--ghost:hover{border-color:#e2e8f057}.product-cta-btn{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;font-weight:500;padding:.6rem 1rem;border-radius:var(--radius-md);transition:all .16s ease;background:#0f172a99;border:1px solid rgba(148,163,184,.15);color:var(--foreground-muted)}.product-cta-btn:hover{background:#0f172ae6;color:var(--foreground);border-color:#e2e8f04d;transform:translateY(-1px)}.product-cta-btn--product{background:#7c3aed26;border-color:#7c3aed4d;color:#c4b5fd}.product-cta-btn--product:hover{background:#7c3aed4d;border-color:#7c3aed80;color:#ddd6fe}.product-cta-btn--playStore{background:#22c55e14;border-color:#22c55e33;color:#86efac}.product-cta-btn--playStore:hover{background:#22c55e26;border-color:#22c55e4d;color:#bbf7d0}.product-cta-btn--appStore{background:#ffffff0a;color:#e2e8f0}.product-cta-btn svg{flex-shrink:0}.hero-frames{background:#000;overflow:hidden;position:absolute;inset:0}.hero-frames:after{content:"";position:absolute;inset:0;background-color:#0009;background-image:conic-gradient(rgba(255,255,255,.04) 90deg,transparent 90deg 180deg,rgba(255,255,255,.04) 180deg 270deg,transparent 270deg);background-size:4px 4px;pointer-events:none;z-index:2}.hero-frames__poster,.hero-frames__canvas,.hero-frames__fallback{height:100%;width:100%}.hero-frames__poster,.hero-frames__canvas{inset:0;object-fit:cover;position:absolute}.hero-frames__poster{opacity:1;transition:opacity .22s ease}.hero-frames__poster.is-hidden{opacity:0}.hero-frames__canvas{opacity:0;transition:opacity .22s ease}.hero-frames__canvas.is-ready{opacity:1}.hero-frames__fallback{background:linear-gradient(135deg,rgba(124,58,237,.5),transparent),linear-gradient(315deg,rgba(34,211,238,.35),transparent)}.hero-section__progress{align-items:end;color:#e2e8f0a3;display:flex;font-size:.74rem;justify-content:end;letter-spacing:.08em;padding:0 1.2rem .9rem;text-transform:uppercase;z-index:2;pointer-events:none}.hero-section__scroll-down{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);color:var(--foreground-muted);width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0f172a66;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);transition:all .2s ease;z-index:10;animation:bounce 2s infinite;pointer-events:auto}.hero-section__scroll-down:hover{background:#0f172acc;color:var(--foreground);border-color:#ffffff4d}.hero-section__scroll-down svg{width:24px;height:24px}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}.content-section{background:var(--background-elevated);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);overflow:hidden;padding:2.1rem;scroll-margin-top:calc(var(--header-height) + 2rem)}.eyebrow,.product-card__meta{color:var(--accent-strong);font-size:.78rem;letter-spacing:.12em;margin:0 0 .9rem;text-transform:uppercase}.section-title{font-size:clamp(1.4rem,2.2vw,2.1rem);line-height:1.08;margin:0 0 .8rem}.section-copy{margin-top:.2rem}.products-grid{display:grid;gap:1.5rem;margin-top:2.15rem}.product-card{background:#0f172a7a;border:1px solid rgba(148,163,184,.12);border-radius:var(--radius-lg);display:grid;gap:1.6rem;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);overflow:hidden;padding:1.6rem;transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .4s ease,background .4s ease}.product-card:hover{transform:translateY(-6px) scale(1.002);box-shadow:0 32px 64px -16px #00000080,0 0 0 1px #7c3aed33;border-color:#7c3aed4d;background:#0f172aa6}.product-card__visuals,.product-gallery__grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.product-card__image,.product-gallery__image{aspect-ratio:.68;background:#0f172ad6;border:1px solid rgba(148,163,184,.12);border-radius:var(--radius-md);object-fit:cover;width:100%;transition:transform .6s cubic-bezier(.2,.8,.2,1)}.product-card:hover .product-card__image{transform:scale(1.025)}.product-card__meta{display:flex;gap:1rem}.product-card__title{font-size:1.25rem;margin:0 0 .6rem}.product-card__description{margin-top:.2rem}.product-card__tags{color:var(--foreground-muted);display:flex;flex-wrap:wrap;gap:.6rem;list-style:none;margin:1.2rem 0 0;padding:0}.product-card__tags li{font-size:.75rem;background:#ffffff08;padding:.2rem .6rem;border-radius:6px;color:var(--foreground-muted)}.product-card__actions,.product-ctas{margin-top:1.5rem}.site-footer{border-top:1px solid rgba(148,163,184,.08);margin-top:6rem;padding:4.5rem 0;background:var(--background-elevated)}.site-footer__inner{max-width:1200px;margin:0 auto;padding:0 1.5rem}.site-footer__main{display:flex;flex-direction:column;gap:2.5rem}@media(min-width:768px){.site-footer__main{flex-direction:row;justify-content:space-between;align-items:flex-end}}.site-footer__logo{font-family:Space Grotesk,Inter,sans-serif;font-size:2.2rem;font-weight:700;letter-spacing:-.04em;margin:0 0 .8rem;color:var(--foreground)}.site-footer__brand{color:var(--foreground-muted);font-size:.95rem;margin:0;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.site-footer__dot{opacity:.3}.site-footer__nip{font-family:JetBrains Mono,monospace;font-size:.85rem;color:var(--foreground-muted);opacity:.8}.site-footer__links{display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start}@media(min-width:768px){.site-footer__links{align-items:flex-end}}.site-footer__websites{display:flex;flex-wrap:wrap;gap:1.25rem}.footer-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--foreground-muted);font-size:.95rem;transition:color .15s ease;text-decoration:none}.footer-link:hover{color:var(--accent-strong)}.footer-link svg{width:16px;height:16px;opacity:.65}@media(max-width:900px){.product-card{grid-template-columns:1fr}.site-header__inner{align-items:flex-start;flex-direction:column}.site-header__nav{align-items:flex-start}.hero-section{min-height:calc(210vh - var(--header-height))}.hero-section__content{margin:0 1rem;max-width:500px;width:auto}.hero-section__headline{font-size:clamp(1.5rem,6vw,2.2rem)}}@media(max-width:640px){.page-content{padding:0 1rem 4rem}.content-section,.product-card{padding:1.25rem}.product-card__visuals,.product-gallery__grid{grid-template-columns:1fr}.hero-section__progress{justify-content:start;padding-left:1rem}}.scroll-progress-container[data-astro-cid-ovr6esid]{position:fixed;top:0;left:0;right:0;height:3px;z-index:9999;pointer-events:none;background:transparent}.scroll-progress-bar[data-astro-cid-ovr6esid]{height:100%;width:100%;background:linear-gradient(90deg,#7c3aed,#22d3ee);transform-origin:0% 50%;transform:scaleX(0);will-change:transform}
