:root{--bg: #0d0f14;--surface: #13161e;--border: #1e2230;--text: #e2e4ea;--text-muted: #6b7280;--accent: #7c6af7;--accent-subtle: rgba(124, 106, 247, .12);--sans: system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);font-size:16px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body{margin:0}h1,h2,h3,h4{margin:0;line-height:1.15}p{margin:0}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-content{flex:1}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;border:none;transition:opacity .15s,background .15s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{opacity:.88}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--accent)}.btn-ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.tag{display:inline-block;padding:.15rem .55rem;border-radius:999px;font-size:.75rem;font-weight:500;background:var(--surface);border:1px solid var(--border);color:var(--text-muted)}.status-badge{display:inline-block;padding:.15rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.status-active{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.status-beta{background:#fbbf241f;color:#fbbf24;border:1px solid rgba(251,191,36,.25)}.status-archived{background:#6b72801f;color:#9ca3af;border:1px solid rgba(107,114,128,.25)}.header{display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:64px;border-bottom:1px solid var(--border);background:var(--bg);position:sticky;top:0;z-index:100}.header-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}.header-logo{width:32px;height:32px;object-fit:contain;border-radius:6px}.header-nav{display:flex;gap:.25rem}.header-nav a{color:var(--text-muted);text-decoration:none;padding:.4rem .75rem;border-radius:6px;font-size:.95rem;transition:color .15s,background .15s}.header-nav a:hover{color:var(--text);background:var(--surface)}.header-nav a.active{color:var(--accent);background:var(--accent-subtle)}.footer{border-top:1px solid var(--border);padding:2rem;text-align:center;color:var(--text-muted);font-size:.875rem}.footer-links{margin-top:.5rem}.footer-link{color:var(--text-muted);text-decoration:none;font-size:.8rem;transition:color .15s}.footer-link:hover{color:var(--text)}.hero{padding:6rem 2rem;border-bottom:1px solid var(--border);display:flex;justify-content:center}.hero-inner{max-width:900px;width:100%;display:flex;flex-direction:column;gap:2rem;align-items:flex-start}.hero-content-row{display:flex;align-items:stretch;gap:2rem}.hero-text{flex:1;min-width:0}.hero-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1.25rem}.hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--text);margin:0 0 1.25rem}.hero-title-line{display:block;white-space:nowrap}.hero-logo-wrap{flex-shrink:0;aspect-ratio:1 / 1;align-self:stretch;max-height:220px}.hero-logo{width:100%;height:100%;object-fit:contain;object-position:top;border-radius:16px}.hero-subtitle{font-size:1.15rem;color:var(--text-muted);line-height:1.6;margin:0 0 1.5rem}.hero-btn{align-self:flex-start}@media(max-width:600px){.hero-content-row{flex-direction:column}.hero-text{display:contents}.hero-text-top{order:1}.hero-logo-wrap{order:2;max-height:160px;width:160px;align-self:flex-start}.hero-text-bottom{order:3}.hero-title-line{white-space:normal}}.home-projects{padding:4rem 2rem}.section-inner{max-width:900px;margin:0 auto}.section-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;margin:0 0 1.75rem;color:var(--text)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.project-card{display:flex;flex-direction:column;gap:.5rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .15s,transform .15s}.project-card:hover{border-color:var(--accent);transform:translateY(-2px)}.project-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.project-name{font-weight:600;color:var(--text);font-size:1rem}.project-tagline{color:var(--text-muted);font-size:.9rem;line-height:1.5;margin:0;flex:1}.project-tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.5rem}.home-projects-footer{margin-top:2rem}.projects-page{padding:4rem 2rem}.page-inner{max-width:860px;margin:0 auto}.page-header{margin-bottom:2.5rem}.page-header h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0 0 .5rem}.page-header p{color:var(--text-muted);margin:0;font-size:1rem}.projects-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.projects-list-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.25rem;border:1px solid var(--border);border-radius:10px;background:var(--surface);text-decoration:none;transition:border-color .15s}.projects-list-item:hover{border-color:var(--accent)}.pli-left{display:flex;flex-direction:column;gap:.2rem;min-width:0}.pli-name{font-weight:600;color:var(--text);font-size:.975rem}.pli-tagline{color:var(--text-muted);font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pli-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.project-detail{padding:3rem 2rem 5rem}.back-link{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:.9rem;margin-bottom:2rem;transition:color .15s}.back-link:hover{color:var(--text)}.not-found{color:var(--text-muted);margin-bottom:1.5rem}.pd-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.pd-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.pd-title-row h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0}.pd-tagline{color:var(--text-muted);font-size:1.05rem;margin:0 0 1rem}.pd-body{max-width:660px;line-height:1.75;color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem}.pd-body p{margin:0}.pd-links{display:flex;gap:.75rem;flex-wrap:wrap}.st-page{overflow-x:hidden}.st-section-inner{max-width:1080px;margin:0 auto;padding:0 2rem}.st-back{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:.875rem;margin-bottom:3rem;transition:color .15s}.st-back:hover{color:var(--text)}.st-hero{position:relative;padding:4rem 2rem 6rem;overflow:hidden}.st-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.st-hero-glow{position:absolute;top:-120px;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,rgba(124,106,247,.18) 0%,transparent 70%)}.st-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(30,34,48,.6) 1px,transparent 1px),linear-gradient(90deg,rgba(30,34,48,.6) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse at 50% 0%,black 30%,transparent 80%);mask-image:radial-gradient(ellipse at 50% 0%,black 30%,transparent 80%)}.st-hero-inner{max-width:1080px;margin:0 auto;position:relative}.st-hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.st-badge{display:inline-block;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;background:var(--accent-subtle);border:1px solid rgba(124,106,247,.3);color:var(--accent);margin-bottom:1.25rem}.st-title{font-size:clamp(3rem,6vw,5rem);font-weight:900;letter-spacing:-.04em;line-height:1;background:linear-gradient(135deg,#fff 40%,#7c6af7cc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.st-tagline{font-size:1.5rem;font-weight:700;color:var(--text);line-height:1.25;margin-bottom:1.25rem;letter-spacing:-.02em}.st-hero-desc{font-size:1rem;color:var(--text-muted);line-height:1.75;margin-bottom:2rem;max-width:440px}.st-platform-row{display:flex;gap:.75rem;flex-wrap:wrap}.st-platform-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;background:var(--surface);border:1px solid var(--border);color:var(--text-muted);font-size:.85rem;font-weight:500}.st-hero-mockup{position:relative;display:flex;justify-content:center}.st-phone-frame{position:relative;width:240px;border-radius:36px;background:var(--surface);border:2px solid var(--border);padding:16px 10px 24px;box-shadow:0 0 0 1px #ffffff0a,0 32px 80px #0009}.st-phone-notch{width:80px;height:6px;background:var(--border);border-radius:999px;margin:0 auto 12px}.st-screen-placeholder{background:#0a1520;border-radius:20px;height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#fff3;font-size:.75rem;border:1px dashed rgba(255,255,255,.08)}.st-phone-frame img{width:100%;height:420px;object-fit:cover;border-radius:20px;display:block}.st-phone-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:36px;background:radial-gradient(ellipse at 50% 60%,rgba(124,106,247,.2),transparent 70%);pointer-events:none;filter:blur(30px);z-index:-1;transform:scale(1.3)}.st-highlights{padding:5rem 2rem;border-top:1px solid var(--border)}.st-highlights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.st-highlight-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.75rem;transition:border-color .2s}.st-highlight-card:hover{border-color:#7c6af766}.st-highlight-icon{width:44px;height:44px;border-radius:12px;background:var(--accent-subtle);border:1px solid rgba(124,106,247,.2);display:flex;align-items:center;justify-content:center;color:var(--accent);margin-bottom:1rem}.st-highlight-card h3{font-size:1rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.st-highlight-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.st-feature{padding:6rem 2rem;border-top:1px solid var(--border)}.st-feature--alt{background:#7c6af705}.st-feature-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.st-feature--right .st-feature-inner{direction:ltr}.st-feature-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem}.st-feature-text h2{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:1rem}.st-feature-text p{font-size:1rem;color:var(--text-muted);line-height:1.75;margin-bottom:1.5rem}.st-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.st-feature-list li{display:flex;align-items:baseline;gap:.65rem;font-size:.9rem;color:var(--text-muted)}.st-feature-list li:before{content:"→";color:var(--accent);font-weight:700;flex-shrink:0}.st-feature-media{display:flex;justify-content:center}.st-screenshot-frame{width:100%;max-width:380px;border-radius:20px;border:1px solid var(--border);overflow:hidden;background:var(--surface);box-shadow:0 24px 64px #00000080}.st-screenshot-frame img{width:100%;height:auto;display:block}.st-screenshot-placeholder{aspect-ratio:9 / 16;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:#0a1520;color:#fff3;font-size:.75rem;border:1px dashed rgba(255,255,255,.06);border-radius:20px;margin:8px}.st-cta{padding:7rem 2rem;border-top:1px solid var(--border);position:relative;overflow:hidden;text-align:center}.st-cta-inner{position:relative}.st-cta-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:400px;background:radial-gradient(ellipse at center,rgba(124,106,247,.15) 0%,transparent 70%);pointer-events:none}.st-cta h2{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin-bottom:1rem}.st-cta p{color:var(--text-muted);font-size:1.05rem;margin-bottom:2.5rem}.st-cta-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.st-store-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;color:var(--text);cursor:pointer;transition:border-color .2s,transform .15s}.st-store-badge:hover{border-color:#7c6af780;transform:translateY(-1px)}.st-store-sub{display:block;font-size:.7rem;color:var(--text-muted);line-height:1}.st-store-name{display:block;font-size:1rem;font-weight:700;line-height:1.4}@media(max-width:768px){.st-hero-content{grid-template-columns:1fr;gap:3rem}.st-hero-mockup{order:-1}.st-phone-frame{width:180px}.st-screen-placeholder{height:320px}.st-highlights-grid{grid-template-columns:1fr}.st-feature-inner{grid-template-columns:1fr;gap:2.5rem}.st-feature--right .st-feature-media{order:-1}.st-hero-desc{max-width:100%}}.pp-page{padding:3rem 2rem 6rem}.pp-inner{max-width:720px;margin:0 auto}.pp-back{display:inline-block;color:var(--text-muted);text-decoration:none;font-size:.875rem;margin-bottom:2.5rem;transition:color .15s}.pp-back:hover{color:var(--text)}.pp-header{margin-bottom:3rem}.pp-app-badge{display:inline-block;background:var(--accent-subtle, rgba(255, 200, 0, .12));color:var(--accent, #f5a623);border:1px solid var(--accent-border, rgba(245, 166, 35, .3));border-radius:999px;padding:.25rem .85rem;font-size:.8rem;font-weight:600;letter-spacing:.03em;margin-bottom:1rem}.pp-title{font-size:2.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text);margin:0 0 .5rem;line-height:1.15}.pp-effective{color:var(--text-muted);font-size:.875rem;margin:0}.pp-body{display:flex;flex-direction:column;gap:2.5rem}.pp-section{border-top:1px solid var(--border);padding-top:2rem}.pp-section-title{font-size:1.125rem;font-weight:600;color:var(--text);margin:0 0 1rem}.pp-section p{color:var(--text-muted);font-size:.9375rem;line-height:1.7;margin:0 0 .85rem}.pp-section p:last-child{margin-bottom:0}.pp-section ul{color:var(--text-muted);font-size:.9375rem;line-height:1.7;margin:0 0 .85rem;padding-left:1.5rem}.pp-section ul li{margin-bottom:.35rem}.pp-link{color:var(--accent, #f5a623);text-decoration:none}.pp-link:hover{text-decoration:underline}
