@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Lora:wght@400;500;600;700&family=Montserrat:wght@600;700;800&family=Open+Sans:wght@400;600;700&family=Oswald:wght@500;600;700&family=Playfair+Display:wght@600;700;800&family=Poppins:wght@600;700;800&family=Roboto:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #2563eb;--color-secondary: #64748b;--color-accent: #3b82f6;--color-background: #ffffff;--color-surface: #f8fafc;--color-text: #0f172a;--color-textSecondary: #475569;--color-border: #e2e8f0;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Inter", -apple-system, sans-serif}body{font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-text);background:var(--color-background);line-height:1.5}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}:root{--game-bg: #070b1a;--game-bg-soft: #101a35;--game-panel: rgba(16, 26, 53, .72);--game-border: rgba(34, 211, 238, .35);--game-cyan: #22d3ee;--game-blue: #3b82f6;--game-green: #34d399;--game-text: #e2f8ff;--game-muted: #9fb6cf}body{font-size:16px;line-height:1.6;background:radial-gradient(1200px circle at 0% 0%,rgba(34,211,238,.12),transparent 50%),radial-gradient(900px circle at 100% 20%,rgba(59,130,246,.12),transparent 48%),linear-gradient(180deg,#050915,#070b1a);color:var(--game-text)}a:focus-visible,button:focus-visible{outline:3px solid #6366F1;outline-offset:2px}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.builder{height:100vh;display:flex;flex-direction:column;background:#f5f6f8;overflow:hidden}.builder>*:first-child{flex-shrink:0}.builder-body{flex:1;display:grid;grid-template-columns:240px 1fr 300px;overflow:hidden}.left-wrapper{background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto}.canvas-wrapper{background:#f9fafb;overflow-y:auto;padding:24px}.right-wrapper{background:#fff;border-left:1px solid #e5e7eb;overflow-y:auto}@media(max-width:1024px){.builder-body{grid-template-columns:200px 1fr}.right-wrapper{display:none}}@media(max-width:768px){.builder-body{grid-template-columns:1fr}.left-wrapper,.right-wrapper{display:none}.canvas-wrapper{padding:16px}}.cta-section{display:flex;flex-direction:row;width:100%;min-height:52px;padding:10px 12px;text-align:center;justify-content:center;align-items:center;border-bottom:1px solid var(--game-border);background:linear-gradient(180deg,#070b1af2,#070b1aa6);gap:10px}.cta-section span{color:var(--game-cyan);font-weight:500}.nav-section{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;background:linear-gradient(135deg,#070b1af2,#101a35eb);border-bottom:1px solid var(--game-border);box-shadow:0 18px 40px #02061799;position:sticky;top:0;z-index:30;overflow:hidden}.nav-section:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.logo a{display:flex;gap:.15rem;text-decoration:none;font-size:1.8rem;font-weight:700;letter-spacing:.05em}.logo a span{display:inline-block;color:#dffbff;text-shadow:0 0 8px rgba(34,211,238,.45);animation:wave 2s ease-in-out infinite;transition:all .3s ease}.logo a span:nth-child(1){animation-delay:0s}.logo a span:nth-child(2){animation-delay:.1s}.logo a span:nth-child(3){animation-delay:.2s}.logo a span:nth-child(4){animation-delay:.3s}.logo a span:nth-child(5){animation-delay:.4s}.logo a span:nth-child(6){animation-delay:.5s}.logo a span:nth-child(7){animation-delay:.6s}.logo a span:nth-child(8){animation-delay:.7s}.logo a span:nth-child(9){animation-delay:.8s}.logo a span:nth-child(10){animation-delay:.9s}.logo a span:nth-child(11){animation-delay:1s}.logo a span:nth-child(12){animation-delay:1.1s}.logo a span:nth-child(13){animation-delay:1.2s}.logo a span:nth-child(14){animation-delay:1.3s}.logo a span:nth-child(15){animation-delay:1.4s}@keyframes wave{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.1)}}.logo a:hover span{animation:bounce .6s ease}@keyframes bounce{0%,to{transform:translateY(0)}25%{transform:translateY(-12px)}50%{transform:translateY(0)}75%{transform:translateY(-6px)}}.logo a:hover span:nth-child(odd){color:var(--game-cyan)}.logo a:hover span:nth-child(2n){color:#60a5fa}.nav-section>div:last-child{display:flex;gap:1rem;align-items:center}.hero-shell{padding-bottom:20px}.hero-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.nav-section .hero-menu-btn{display:none;min-height:44px;min-width:44px;align-items:center;justify-content:center;border-radius:10px;border:1px solid #1F2937;background:#151a23;color:#e5e7eb;cursor:pointer}.hero-nav a{color:var(--game-text);text-decoration:none;padding:8px 12px;min-height:44px;display:inline-flex;align-items:center;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:14px;transition:all .2s ease}.hero-nav a:hover{border-color:var(--game-border);background:#6366f11a}.hero-hire-btn{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff!important;border-color:#6366f1!important}.hero-content{max-width:1200px;margin:0 auto;padding:40px 16px 14px}.hero-content .hero-kicker{margin:0 0 8px;color:#93c5fd;font-weight:800;letter-spacing:.04em;text-transform:uppercase;font-size:12px}.hero-content h1{margin:0;max-width:900px;font-size:clamp(30px,4.6vw,50px);line-height:1.1;color:#e5e7eb}.hero-content p{max-width:840px;margin:14px 0 0;color:#9ca3af;font-size:17px}.hero-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.hero-primary-cta,.hero-secondary-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 16px;border-radius:10px;text-decoration:none;font-weight:800}.hero-primary-cta{background:linear-gradient(135deg,#4338ca,#6366f1);color:#fff}.hero-secondary-cta{border:1px solid #1F2937;color:#e5e7eb;background:#151a23}.hero-proof-row{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(180px,1fr));gap:10px}.hero-proof-row>div{background:#151a23;border:1px solid #1F2937;border-radius:12px;padding:10px 12px;display:flex;flex-direction:column;gap:3px}.hero-proof-row strong{color:#e5e7eb;font-size:15px}.hero-proof-row span{color:#9ca3af;font-size:13px}.hero-social-row{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}.hero-social-row a{display:inline-flex;align-items:center;gap:6px;min-height:44px;padding:8px 12px;border-radius:999px;border:1px solid #1F2937;background:#151a23;color:#e5e7eb;text-decoration:none;font-size:13px;font-weight:700}.landing-page-btn{min-height:44px}.nav-section button:not(.hero-menu-btn){display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(180deg,#112446d9,#0a142af2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--game-border);border-radius:50px;color:var(--game-text);font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.nav-section button:not(.hero-menu-btn):before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.nav-section button:not(.hero-menu-btn):hover:before{width:300px;height:300px}.nav-section button:not(.hero-menu-btn):hover{border-color:#22d3ee99;transform:translateY(-2px) scale(1.01);box-shadow:0 12px 24px #22d3ee2e}.nav-section button:not(.hero-menu-btn):active{transform:translateY(0);box-shadow:0 2px 4px #0003}.nav-section button:not(.hero-menu-btn) svg{width:20px;height:20px;position:relative;z-index:1;transition:transform .3s ease}.nav-section button:not(.hero-menu-btn):hover svg{transform:scale(1.1)}@media(max-width:768px){.nav-section{flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:.75rem;padding:1rem}.logo a{font-size:1.5rem}.nav-section .hero-menu-btn{display:inline-flex}.hero-nav{width:100%;display:none;flex-direction:column;align-items:stretch;gap:8px;padding-top:4px}.hero-nav.open{display:flex}.hero-nav a{width:100%;justify-content:center}.hero-content{padding-top:24px}.hero-content p{font-size:16px}.hero-proof-row{grid-template-columns:1fr}}@media(max-width:480px){.logo a{font-size:1.3rem;gap:.1rem}.nav-section button{padding:.6rem 1rem;font-size:.85rem;gap:.4rem}.nav-section button svg{width:18px;height:18px}@keyframes wave{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.05)}}}@media(max-width:360px){.nav-section{padding:1rem .75rem}.logo a{font-size:1.1rem}.nav-section>div:last-child{width:100%}.nav-section button{flex:1;min-width:0;justify-content:center;padding:.6rem .75rem;font-size:.8rem}}.puzzle-container{text-align:center;padding:2rem}.puzzle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.puzzle-tile{background:linear-gradient(180deg,#0c1a34f2,#09142bf2);border:1px solid var(--game-border);border-radius:12px;min-height:150px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 24px #02061773;transition:transform .3s ease,box-shadow .3s ease}.puzzle-tile:hover{transform:perspective(800px) rotateX(6deg) translateY(-3px);box-shadow:0 20px 32px #22d3ee33}.unlocked{background:linear-gradient(180deg,#0596698c,#101a35eb)}@media(max-width:1024px){.builder-topbar{height:auto!important;padding:.9rem 1rem!important;flex-wrap:wrap;gap:.85rem;align-items:flex-start!important}.builder-topbar-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.65rem!important}.preview-header{left:.75rem;right:.75rem;top:.75rem!important}}@media(max-width:768px){.landing-section-head{flex-direction:column;align-items:flex-start!important}.landing-pagination-controls{width:100%;justify-content:flex-start;flex-wrap:wrap}.landing-page-btn{min-width:110px;justify-content:center}.experience-puzzle-head{flex-direction:column;align-items:stretch!important}.experience-puzzle-actions{justify-content:flex-start!important}.demo-header{padding:.9rem 1rem!important;flex-wrap:wrap;gap:.75rem}.demo-header-actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:.6rem!important}.demo-content-wrap{padding:1rem!important}}@media(max-width:480px){.builder-topbar-brand h1{font-size:1.1rem!important}.demo-header-brand h1{font-size:1rem!important}}
