*,:before,:after{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}#root{width:100%;min-height:100svh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#6366f1;--primary-dark:#4f46e5;--accent:#06b6d4;--bg:#0f0f13;--bg-card:#1a1a24;--bg-card-hover:#22222e;--border:#2a2a38;--text:#e2e8f0;--text-muted:#94a3b8;--live:#22c55e;--dev:#f59e0b;--radius:12px;--font:"Noto Sans KR", "Inter", sans-serif}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font);line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#0f0f13d9;position:fixed;top:0;left:0;right:0}.nav{justify-content:space-between;align-items:center;max-width:1100px;height:60px;margin:0 auto;padding:0 24px;display:flex}.logo{letter-spacing:-.5px;font-size:1.2rem;font-weight:700}.logo-bracket{color:var(--accent)}.logo-text{color:var(--text);margin:0 2px}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text)}.hero{align-items:center;gap:60px;max-width:1100px;min-height:100vh;margin:0 auto;padding:80px 24px 60px;display:flex}.hero-content{flex:1}.hero-label{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;background:#06b6d41a;border:1px solid #06b6d440;border-radius:99px;margin-bottom:20px;padding:4px 12px;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{flex-direction:column;margin-bottom:16px;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;line-height:1.2;display:flex}.hero-subtitle{color:var(--text-muted);letter-spacing:.05em;font-size:.6em;font-weight:400}.hero-desc{color:var(--text-muted);max-width:420px;margin-bottom:36px;font-size:1.1rem}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .1s;display:inline-block}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}.btn-secondary{color:var(--text);border:1px solid var(--border);border-radius:var(--radius);background:0 0;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s,transform .1s;display:inline-block}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px)}.hero-visual{flex:1;justify-content:center;display:flex}.code-block{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:400px;padding:20px 24px}.code-dot{border-radius:50%;width:12px;height:12px;margin-bottom:16px;margin-right:6px;display:inline-block}.code-dot.red{background:#ff5f57}.code-dot.yellow{background:#febc2e}.code-dot.green{background:#28c840}.code-content{color:#a5b4fc;white-space:pre;font-family:Menlo,Monaco,Consolas,monospace;font-size:.82rem;line-height:1.7}.section-inner{max-width:1100px;margin:0 auto;padding:80px 24px}.section-title{margin-bottom:12px;font-size:1.8rem;font-weight:700}.section-desc{color:var(--text-muted);margin-bottom:48px;font-size:1rem}.about{background:var(--bg-card);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.about-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.about-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:28px;transition:border-color .2s}.about-card:hover{border-color:var(--primary)}.about-icon{margin-bottom:16px;font-size:2rem;display:block}.about-card h3{margin-bottom:8px;font-size:1.05rem;font-weight:600}.about-card p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;display:grid}.product-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:12px;padding:28px;transition:border-color .2s,background .2s;display:flex}.product-card:hover{background:var(--bg-card-hover);border-color:var(--primary)}.product-header{justify-content:space-between;align-items:center;display:flex}.product-icon{font-size:1.8rem}.product-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:99px;padding:3px 10px;font-size:.72rem;font-weight:700}.product-badge.live{color:var(--live);background:#22c55e26;border:1px solid #22c55e4d}.product-badge.dev{color:var(--dev);background:#f59e0b26;border:1px solid #f59e0b4d}.product-name{font-size:1.2rem;font-weight:700}.product-desc{color:var(--text-muted);flex:1;font-size:.88rem;line-height:1.65}.product-footer{justify-content:space-between;align-items:center;margin-top:4px;display:flex}.product-platform{color:var(--text-muted);background:var(--border);border-radius:99px;padding:3px 10px;font-size:.8rem}.product-link{color:var(--primary);font-size:.85rem;font-weight:600;text-decoration:none}.product-link:hover{text-decoration:underline}.contact{background:var(--bg-card);border-top:1px solid var(--border)}.contact-info{flex-direction:column;gap:16px;display:flex}.contact-item{color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);align-items:center;gap:12px;width:fit-content;padding:14px 20px;font-size:1rem;text-decoration:none;transition:border-color .2s;display:flex}.contact-item:hover{border-color:var(--primary)}.contact-icon{font-size:1.3rem}.footer{background:var(--bg);border-top:1px solid var(--border);text-align:center;color:var(--text-muted);flex-direction:column;gap:4px;margin-top:auto;padding:24px;font-size:.85rem;display:flex}@media (width<=768px){.hero{text-align:center;flex-direction:column;padding-top:100px}.hero-desc{max-width:100%}.hero-actions{justify-content:center}.hero-visual{width:100%}.nav-links{gap:20px}}
