.game-display-container.svelte-j8v8n4{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;max-width:100%;padding-top:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.08)}.hero-stack.svelte-j8v8n4{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:1400px;width:100%}.game-display.svelte-j8v8n4{position:relative;width:100%;height:52vh;min-height:400px}.shots-strip.svelte-j8v8n4{display:flex;justify-content:safe center;gap:.75rem;width:100%;padding:0 1.5rem .5rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.shots-strip.svelte-j8v8n4::-webkit-scrollbar{height:6px}.shots-strip.svelte-j8v8n4::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.shot-thumb.svelte-j8v8n4{flex:0 0 auto;width:168px;height:96px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;cursor:pointer;background:#111;opacity:.8;transition:opacity .2s ease,transform .2s ease,border-color .2s ease}.shot-thumb.svelte-j8v8n4 img:where(.svelte-j8v8n4){width:100%;height:100%;object-fit:cover;display:block}.shot-thumb.svelte-j8v8n4:hover{opacity:1;transform:translateY(-2px);border-color:#a8b3ff}.lightbox.svelte-j8v8n4{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:2rem;background:#000000e0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.lightbox-img.svelte-j8v8n4{max-width:92vw;max-height:88vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #0009}.lightbox-close.svelte-j8v8n4{position:absolute;top:1.25rem;right:1.25rem;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;transition:background .2s ease}.lightbox-arrow.svelte-j8v8n4{position:absolute;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border:none;border-radius:50%;background:#ffffff1a;color:#fff;cursor:pointer;transition:background .2s ease}.lightbox-arrow.left.svelte-j8v8n4{left:1.25rem}.lightbox-arrow.right.svelte-j8v8n4{right:1.25rem}.lightbox-close.svelte-j8v8n4:hover,.lightbox-arrow.svelte-j8v8n4:hover{background:#667eeab3}.lightbox-counter.svelte-j8v8n4{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);padding:.3rem .8rem;border-radius:6px;background:#00000080;font-size:.85rem;color:#ffffffd9}.threejs-section.svelte-j8v8n4{position:relative;width:100%;height:100%}.threejs-container.svelte-j8v8n4{position:absolute;top:0;left:0;width:100%;height:100%;touch-action:pan-y;-webkit-overflow-scrolling:touch;overscroll-behavior-y:auto}.text-section.svelte-j8v8n4{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:60ch;padding:0 1.5rem;word-wrap:break-word}.text-section.svelte-j8v8n4 h2:where(.svelte-j8v8n4){margin:0 0 .5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400}.store-buttons.svelte-j8v8n4{display:flex;gap:2rem;margin-top:2rem}.store-badge.svelte-j8v8n4{height:60px;width:160px;object-fit:contain;transition:transform .3s}.store-button.svelte-j8v8n4:hover .store-badge:where(.svelte-j8v8n4){transform:scale(1.05)}.store-button.unavailable.svelte-j8v8n4{position:relative;cursor:not-allowed}.store-button.unavailable.svelte-j8v8n4 .store-badge:where(.svelte-j8v8n4){opacity:.4;filter:grayscale(1)}.store-button.unavailable.svelte-j8v8n4:hover .store-badge:where(.svelte-j8v8n4){transform:none}.unavailable-tag.svelte-j8v8n4{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-6deg);padding:.2rem .55rem;border-radius:5px;background:#000000bf;border:1px solid rgba(255,255,255,.25);font-size:.72rem;line-height:1;white-space:nowrap;color:#ffffffe6;pointer-events:none}@media (max-width: 768px){.game-display-container.svelte-j8v8n4{min-height:100vh;padding-top:1.5rem;padding-bottom:2.5rem}.game-display.svelte-j8v8n4{height:70vh;min-height:440px}}.project.svelte-1o0rflo{display:grid;grid-template-columns:1.5fr 1fr;grid-template-areas:"media head" "media detail";column-gap:3rem;row-gap:.75rem;align-items:center;max-width:1200px;margin:0 auto;padding:6rem 1.5rem}.project.reverse.svelte-1o0rflo{grid-template-columns:1fr 1.5fr;grid-template-areas:"head media" "detail media"}.head.svelte-1o0rflo{grid-area:head}.detail.svelte-1o0rflo{grid-area:detail}.media-col.svelte-1o0rflo{grid-area:media;min-width:0}.project.stacked.svelte-1o0rflo{grid-template-columns:minmax(0,1fr);grid-template-areas:"head" "media" "detail";row-gap:2rem;max-width:1040px;align-items:stretch;margin:2rem auto;padding:4rem 3rem;background:radial-gradient(900px 360px at 50% 0%,rgba(102,126,234,.12),transparent 70%),#ffffff06;border-radius:22px;position:relative;overflow:hidden}.watermark.svelte-1o0rflo{position:absolute;right:-11%;bottom:0;width:clamp(32rem,72vw,58rem);height:auto;transform:translateY(40%);opacity:.08;pointer-events:none;z-index:0}.project.stacked.svelte-1o0rflo .head:where(.svelte-1o0rflo),.project.stacked.svelte-1o0rflo .detail:where(.svelte-1o0rflo),.project.stacked.svelte-1o0rflo .media-col:where(.svelte-1o0rflo){position:relative;z-index:1}.project.stacked.svelte-1o0rflo .head:where(.svelte-1o0rflo){display:flex;flex-direction:column;align-items:center;text-align:center}.project.stacked.svelte-1o0rflo .badges:where(.svelte-1o0rflo),.project.stacked.svelte-1o0rflo .title-row:where(.svelte-1o0rflo){justify-content:center}.project.stacked.svelte-1o0rflo .detail:where(.svelte-1o0rflo){max-width:62rem;margin:0 auto}.project.stacked.svelte-1o0rflo .body:where(.svelte-1o0rflo){max-width:none}.project.stacked.svelte-1o0rflo .platforms-row:where(.svelte-1o0rflo) ul{justify-content:center}.project.stacked.svelte-1o0rflo .links:where(.svelte-1o0rflo){justify-content:center}.badges.svelte-1o0rflo{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.badge.svelte-1o0rflo{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:999px;font-size:.78rem;letter-spacing:.02em;border:1px solid rgba(255,255,255,.18);color:#fffc}.badge.type.game.svelte-1o0rflo{background:#667eea38;border-color:#a8b3ff;color:#fff}.badge.type.tool.svelte-1o0rflo{background:#ffffff0f}.badge.status.svelte-1o0rflo{color:#fff9}.badge.status.released.svelte-1o0rflo{color:#7ee0a8;border-color:#7ee0a880}.title-row.svelte-1o0rflo{display:flex;align-items:center;gap:.85rem;margin:0 0 .5rem}.brand-icon.svelte-1o0rflo{width:clamp(2.2rem,5vw,3.2rem);height:clamp(2.2rem,5vw,3.2rem);object-fit:contain;flex-shrink:0}h2.svelte-1o0rflo{margin:0;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:400}.platform.svelte-1o0rflo{margin:0 0 1.1rem;font-size:.95rem;letter-spacing:.03em;color:#ffffff80}.blurb.svelte-1o0rflo{margin:0 0 1.1rem;font-size:1.1rem;line-height:1.55;color:#ffffffeb}.body.svelte-1o0rflo{margin:0 0 1rem;line-height:1.7;color:#ffffffb8;max-width:60ch}.body.svelte-1o0rflo strong.hl{color:#fff;font-weight:600}.tech.svelte-1o0rflo{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;padding:0;margin:1.4rem 0 0}.tech.svelte-1o0rflo li:where(.svelte-1o0rflo){padding:.3rem .7rem;border-radius:6px;font-size:.82rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ffffffb3}.links.svelte-1o0rflo{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.6rem}.link.svelte-1o0rflo{display:inline-flex;align-items:center;gap:.4rem;color:#a8b3ff;text-decoration:none;font-size:1.02rem;transition:gap .2s ease}.link.svelte-1o0rflo:hover{gap:.7rem}.cta-pending.svelte-1o0rflo{display:inline-flex;align-items:center;padding:.6rem 1.2rem;border-radius:999px;font-size:.95rem;letter-spacing:.02em;background:#667eea2e;border:1px solid rgba(168,179,255,.45);color:#c5ccff;cursor:default;-webkit-user-select:none;user-select:none}@media (max-width: 860px){.project.svelte-1o0rflo,.project.reverse.svelte-1o0rflo,.project.stacked.svelte-1o0rflo{grid-template-columns:1fr;grid-template-areas:"media" "head" "detail";row-gap:1.5rem;padding:3rem 1.5rem}.project.stacked.svelte-1o0rflo .detail:where(.svelte-1o0rflo){max-width:none}}.page-intro.svelte-1iukpv{max-width:900px;margin:0 auto;padding:8rem 1.5rem 2rem;text-align:center}.page-intro.svelte-1iukpv h1:where(.svelte-1iukpv){font-size:clamp(2.5rem,8vw,5rem);font-weight:400;margin:0 0 1rem}.lead.svelte-1iukpv{font-size:1.25rem;line-height:1.6;color:#ffffffbf}.work-intro.svelte-1iukpv{max-width:1200px;margin:0 auto;padding:8rem 1.5rem 0;text-align:center}.work-intro.svelte-1iukpv h2:where(.svelte-1iukpv){font-weight:400;font-size:clamp(1.8rem,4vw,3rem);margin:0 0 .75rem}.work-intro.svelte-1iukpv p:where(.svelte-1iukpv){margin:0 auto;max-width:60ch;color:#fff9;line-height:1.6}.projects.svelte-1iukpv{padding-bottom:2rem}.contact-cta.svelte-1iukpv{max-width:900px;margin:0 auto;padding:4rem 1.5rem 7rem;text-align:center}.contact-cta.svelte-1iukpv h2:where(.svelte-1iukpv){font-weight:400;font-size:clamp(1.8rem,4vw,3rem);margin:0 0 .75rem}.contact-cta.svelte-1iukpv p:where(.svelte-1iukpv){margin:0 auto 2rem;max-width:50ch;color:#fff9;line-height:1.6}.projects.svelte-1iukpv .project+.project{border-top:1px solid rgba(255,255,255,.08);margin-top:3rem}
