.navbar.svelte-d8j1hi{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;transition:all .3s cubic-bezier(.4,0,.2,1);background:#0a0a0f80;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent}.navbar.scrolled.svelte-d8j1hi{background:#0a0a0feb;border-bottom:1px solid rgba(0,212,255,.08);padding:.7rem 0;box-shadow:0 4px 20px #0006}.nav-inner.svelte-d8j1hi{max-width:1000px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.brand.svelte-d8j1hi{text-decoration:none;display:flex;align-items:center;gap:.6rem;z-index:1001}.brand-name.svelte-d8j1hi{font-size:1.1rem;font-weight:700;color:var(--color-text, #e4e4ef);letter-spacing:-.02em}.hamburger.svelte-d8j1hi{display:none;flex-direction:column;gap:5px;background:0 0;border:0;cursor:pointer;padding:4px;z-index:1001}.hamburger.svelte-d8j1hi span:where(.svelte-d8j1hi){display:block;width:24px;height:2px;background:var(--color-text, #e4e4ef);border-radius:2px;transition:all .3s ease}.hamburger.open.svelte-d8j1hi span:where(.svelte-d8j1hi):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.open.svelte-d8j1hi span:where(.svelte-d8j1hi):nth-child(2){opacity:0}.hamburger.open.svelte-d8j1hi span:where(.svelte-d8j1hi):nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-links.svelte-d8j1hi{display:flex;align-items:center;gap:.25rem}.nav-link.svelte-d8j1hi{padding:.45rem .85rem;font-size:.85rem;font-weight:500;color:var(--color-subtext, #9a9ab5);text-decoration:none;border-radius:8px;transition:all .2s ease;display:inline-flex;align-items:center;gap:.35rem}.nav-link.svelte-d8j1hi:hover{color:var(--color-text, #e4e4ef);background:#ffffff0d}.nav-link.active.svelte-d8j1hi{color:var(--color-primary, #00d4ff);background:#00d4ff14}.nav-link.external.svelte-d8j1hi{color:var(--color-muted, #5a5a78)}.nav-link.external.svelte-d8j1hi:hover{color:var(--color-primary, #00d4ff)}.overlay.svelte-d8j1hi{position:fixed;inset:0;background:#00000080;z-index:999}@media (max-width:768px){.hamburger.svelte-d8j1hi{display:flex}.nav-links.svelte-d8j1hi{position:fixed;top:0;right:0;width:260px;height:100vh;background:var(--color-surface0, #111118);border-left:1px solid rgba(0,212,255,.1);flex-direction:column;align-items:flex-start;padding:5rem 1.5rem 2rem;gap:.25rem;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1000}.nav-links.open.svelte-d8j1hi{transform:translate(0)}.nav-link.svelte-d8j1hi{width:100%;font-size:1rem;padding:.7rem 1rem}}.modal-backdrop.svelte-pc3wc8{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:#05050c00;transition:background .4s ease;perspective:1200px}.modal-backdrop.open.svelte-pc3wc8,.modal-backdrop.leaving.svelte-pc3wc8{background:#05050cd9}.modal-backdrop.leaving.svelte-pc3wc8{background:#05050c00}.detail-card.svelte-pc3wc8{position:relative;width:min(580px,90vw);max-height:85vh;overflow-y:auto;transform-style:preserve-3d;will-change:transform,opacity;transform:translate(calc(var(--origin-x) - 50vw),calc(var(--origin-y) - 50vh)) scale(.3) rotateY(25deg) rotateX(10deg);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease}.open.svelte-pc3wc8 .detail-card:where(.svelte-pc3wc8){transform:scale(1) rotateY(-3deg) rotateX(2deg);opacity:1}.leaving.svelte-pc3wc8 .detail-card:where(.svelte-pc3wc8){transform:scale(.85) rotateY(15deg) rotateX(-5deg);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .3s ease}.card-inner.svelte-pc3wc8{background:linear-gradient(145deg,#111118,#18182a);border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;box-shadow:0 25px 80px #0009,0 0 60px color-mix(in srgb,var(--card-accent) 15%,transparent),inset 0 1px #ffffff0f;position:relative}.card-header.svelte-pc3wc8{display:flex;align-items:center;justify-content:space-between;padding:1.8rem 2rem .8rem;border-bottom:1px solid rgba(255,255,255,.06)}.detail-title.svelte-pc3wc8{font-size:1.6rem;font-weight:800;color:#e4e4ef;letter-spacing:-.02em;text-shadow:0 0 30px color-mix(in srgb,var(--card-accent) 30%,transparent)}.close-btn.svelte-pc3wc8{width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#9a9ab5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.close-btn.svelte-pc3wc8:hover{background:#ffffff1a;color:#e4e4ef;border-color:#fff3}.card-body.svelte-pc3wc8{padding:1.8rem 2rem 2rem}.specs-grid.svelte-pc3wc8{display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;margin-bottom:2rem}.spec-item.svelte-pc3wc8{padding:.9rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;transition:border-color .3s}.spec-item.svelte-pc3wc8:hover{border-color:var(--card-accent)}.spec-label.svelte-pc3wc8{display:block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--card-accent);margin-bottom:.3rem}.spec-value.svelte-pc3wc8{display:block;font-size:.88rem;color:#e4e4ef;font-weight:500}.story-heading.svelte-pc3wc8{font-size:.95rem;font-weight:700;color:#e4e4ef;margin-bottom:.8rem;position:relative;padding-left:1rem}.story-heading.svelte-pc3wc8:before{content:"";position:absolute;left:0;top:.15em;bottom:.15em;width:3px;background:var(--card-accent);border-radius:3px}.story-text.svelte-pc3wc8{font-size:.88rem;color:#9a9ab5;line-height:1.75;margin-bottom:.6rem}.story-text-en.svelte-pc3wc8{font-size:.82rem;color:#5a5a78;line-height:1.7;font-style:italic}.card-accent-line.svelte-pc3wc8{height:3px;background:linear-gradient(90deg,var(--card-accent),transparent);opacity:.6}.particle.svelte-pc3wc8{position:absolute;border-radius:50%;background:var(--card-accent);pointer-events:none;opacity:0}.open.svelte-pc3wc8 .particle:where(.svelte-pc3wc8){opacity:.4;animation:svelte-pc3wc8-particle-float 3s ease-in-out infinite}.p1.svelte-pc3wc8{width:6px;height:6px;top:10%;right:-12px;animation-delay:0s}.p2.svelte-pc3wc8{width:4px;height:4px;bottom:20%;left:-8px;animation-delay:.8s}.p3.svelte-pc3wc8{width:5px;height:5px;top:40%;right:-10px;animation-delay:1.5s}.p4.svelte-pc3wc8{width:3px;height:3px;bottom:10%;right:10%;animation-delay:2.2s}@keyframes svelte-pc3wc8-particle-float{0%,to{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-12px) scale(1.4);opacity:.7}}.detail-card.svelte-pc3wc8:hover{transform:scale(1) rotateY(-1deg) rotateX(1deg)}.open.svelte-pc3wc8 .detail-card:where(.svelte-pc3wc8):hover{transform:scale(1.01) rotateY(-1.5deg) rotateX(1.5deg)}.detail-card.svelte-pc3wc8::-webkit-scrollbar{width:4px}.detail-card.svelte-pc3wc8::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:4px}