*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root,[data-theme=dark]{--bg: #060d1b;--surface: #0d1829;--surface-hover: #111e33;--border: #1a2c45;--text: #d8e4f0;--text-muted: #6882a0;--accent: #4a8feb;--accent-hover: #60a0ff;--radius: 12px;--radius-sm: 8px;--font: "Segoe UI", system-ui, -apple-system, sans-serif;--max-width: 960px;--header-height: 60px}[data-theme=light]{--bg: #f4f6fa;--surface: #ffffff;--surface-hover: #f0f2f8;--border: #d8dce6;--text: #1a1f2e;--text-muted: #5f6b7f;--accent: #3069cc;--accent-hover: #1f4fa8}html{min-height:100%;background:var(--bg)}body{min-height:100vh;background:transparent;color:var(--text);font-family:var(--font);line-height:1.6;-webkit-font-smoothing:antialiased}.main-layout:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(74,143,235,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(74,143,235,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}.main-layout{display:flex;flex-direction:column;min-height:100vh;position:relative;z-index:1}.main-layout main{flex:1;max-width:var(--max-width);width:100%;margin:0 auto;padding:0 24px}.site-header{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 24px;background:#060d1bb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.site-logo{display:flex;align-items:center;text-decoration:none;height:32px}.site-logo-img{height:32px;width:auto}.site-logo-dark{display:none}[data-theme=light] .site-logo-dark{display:block}[data-theme=light] .site-logo-light{display:none}.site-nav{display:flex;align-items:center;gap:24px}.site-nav a{color:var(--text-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:color .15s}.site-nav a:hover{color:var(--text)}.site-header-right{display:flex;align-items:center;gap:10px}.site-login-btn{background:transparent;color:var(--text);border:1px solid var(--border);padding:6px 16px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:600;text-decoration:none;transition:border-color .15s,color .15s}.site-login-btn:hover{border-color:var(--accent);color:var(--accent)}.site-signout-btn{background:transparent;color:var(--text-muted);border:none;padding:6px 8px;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;cursor:pointer;font-family:var(--font);transition:color .15s}.site-signout-btn:hover{color:#ff7a7a}.site-footer{display:flex;align-items:center;justify-content:space-between;padding:24px;border-top:1px solid var(--border);font-size:.85rem;color:var(--text-muted)}.footer-nav{display:flex;gap:16px}.footer-nav a{color:var(--text-muted);text-decoration:none;transition:color .15s}.footer-nav a:hover{color:var(--text)}.footer-copy{color:var(--text-muted)}h1{font-size:2rem;font-weight:700;margin-bottom:8px}h2{font-size:1.25rem;font-weight:600;margin-bottom:16px}p{color:var(--text-muted);font-size:1rem}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}.hp{position:relative;width:100vw;margin-left:calc(-50vw + 50%)}.hp-h{position:relative;padding:72px 24px 56px;overflow:hidden;min-height:95vh;display:flex;align-items:center}.hp-h-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 60% at 30% 30%,rgba(74,143,235,.1) 0%,transparent 65%),radial-gradient(ellipse 60% 50% at 80% 80%,rgba(96,160,255,.06) 0%,transparent 55%);pointer-events:none}.hp-h-split{display:flex;align-items:center;gap:48px;position:relative;z-index:1;max-width:1260px;min-width:80%;margin:0 auto;justify-content:space-around}.hp-h-body{flex:1;min-width:0;max-width:540px}.hp-h-meta{font-size:.8rem;font-weight:500;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:24px}.hp-h-title{font-size:3.6rem;font-weight:800;line-height:1.05;letter-spacing:-2px;margin-bottom:24px}.hp-h-accent{color:var(--accent)}.hp-h-sub{font-size:1.1rem;line-height:1.7;color:var(--text-muted);max-width:460px;margin-bottom:32px}.hp-h-actions{display:flex;gap:12px;margin-bottom:36px}.hp-h-btn{display:inline-flex;align-items:center;border-radius:var(--radius-sm);padding:14px 32px;font-size:.95rem;font-weight:600;font-family:var(--font);text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .15s}.hp-h-btn:hover{transform:translateY(-2px)}.hp-h-btn--primary{background:var(--accent);color:#fff;border:1px solid var(--accent)}.hp-h-btn--primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.hp-h-btn--ghost{background:transparent;color:var(--text);border:1px solid var(--border)}.hp-h-btn--ghost:hover{border-color:var(--accent);color:var(--accent)}.hp-h-strip{font-size:.85rem;color:var(--text-muted);opacity:.7}.hp-h-highlights{flex:0 0 280px;display:flex;flex-direction:column;gap:2px;padding-top:8px}.hp-h-highlight{display:flex;align-items:center;gap:12px;padding:12px;border-radius:var(--radius-sm);background:#0d182959;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-decoration:none;transition:background .2s,box-shadow .2s}.hp-h-highlight:hover{background:#0d182980;box-shadow:0 0 20px #4a8feb0f}.hp-h-hl-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.hp-h-hl-body{display:flex;flex-direction:column;gap:1px;min-width:0}.hp-h-hl-body strong{font-size:.85rem;font-weight:600;color:var(--text)}.hp-h-hl-body span{font-size:.75rem;color:var(--text-muted)}.hp-h-highlight--more{justify-content:center;background:transparent;border:1px dashed var(--border)}.hp-h-highlight--more a{font-size:.8rem;font-weight:600;color:var(--accent)}.hp-spotlight{position:relative;padding:72px 24px;border-bottom:1px solid #dddddd17}.hp-spotlight-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d182966;pointer-events:none}.hp-spotlight-inner{position:relative;z-index:1;display:flex;align-items:center;gap:48px;max-width:920px;margin:0 auto}.hp-spotlight:nth-child(2n of.hp-spotlight) .hp-spotlight-inner{flex-direction:row-reverse}.hp-spotlight-visual{flex:0 0 160px;height:160px;position:relative;display:flex;align-items:center;justify-content:center}.hp-spotlight-icon{font-size:4rem;line-height:1;position:relative;z-index:1}.hp-spotlight-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:1px solid rgba(74,143,235,.12);background:#4a8feb0a;transition:border-color .3s,box-shadow .3s}.hp-spotlight-visual:hover .hp-spotlight-ring{border-color:#4a8feb4d;box-shadow:inset 0 0 30px #4a8feb12}.hp-spotlight-body{flex:1;min-width:0}.hp-spotlight-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:8px}.hp-spotlight-name{font-size:2rem;font-weight:700;margin-bottom:12px;color:var(--text);letter-spacing:-.5px}.hp-spotlight-desc{font-size:.95rem;line-height:1.65;color:var(--text-muted);margin-bottom:20px;max-width:540px}.hp-spotlight-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.hp-spotlight-tags span{font-size:.8rem;color:var(--text-muted);padding:4px 12px;border-radius:20px;border:1px solid var(--border);background:#0d18294d}.hp-spotlight-actions{display:flex;gap:12px}.hp-spotlight-btn{display:inline-flex;align-items:center;border-radius:var(--radius-sm);padding:10px 24px;font-size:.9rem;font-weight:600;font-family:var(--font);text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.hp-spotlight-btn{background:var(--accent);color:#fff;border:1px solid var(--accent)}.hp-spotlight-btn:hover{background:var(--accent-hover);color:#fff}.hp-spotlight-btn--outline{background:transparent;color:var(--text);border:1px solid var(--border)}.hp-spotlight-btn--outline:hover{border-color:var(--accent);color:var(--accent)}.hp-spotlight-side{flex:0 0 130px;display:flex;flex-direction:column;gap:16px;padding:16px;border-left:1px solid var(--border)}.hp-spotlight:nth-child(2n of.hp-spotlight) .hp-spotlight-side{border-left:none;border-right:1px solid var(--border)}.hp-spotlight-side-item{display:flex;flex-direction:column;gap:2px}.hp-spotlight-side-num{font-size:1.2rem;font-weight:700;color:var(--text)}.hp-spotlight-side-label{font-size:.68rem;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted)}.hp-approach{padding:80px 24px 64px}.hp-approach-head{margin-bottom:48px;max-width:960px;margin-left:auto;margin-right:auto}.hp-approach-tag{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:12px;display:block}.hp-approach-title{font-size:1.8rem;font-weight:700;color:var(--text);max-width:500px}.hp-approach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:960px;margin:0 auto}.hp-approach-item{padding:24px;background:#0d182940;border-radius:var(--radius);border:1px solid var(--border);transition:border-color .2s,transform .2s,box-shadow .2s}.hp-approach-item:hover{border-color:#4a8feb4d;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.hp-approach-item-vis{display:flex;align-items:center;gap:16px;margin-bottom:20px}.hp-approach-num{font-size:1.6rem;font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums;line-height:1}.hp-approach-bar{flex:1;height:1px;background:var(--border)}.hp-approach-item h3{font-size:1.05rem;font-weight:600;margin-bottom:8px;color:var(--text)}.hp-approach-item p{font-size:.9rem;line-height:1.6;color:var(--text-muted)}.hp-footnote{padding:0 24px 60px;max-width:960px;margin:0 auto}.hp-footnote-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--text-muted);margin-bottom:16px}.hp-footnote-pills{display:flex;flex-wrap:wrap;gap:12px}.hp-footnote-pill{display:flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:100px;padding:8px 18px;font-size:.9rem;color:var(--text-muted);opacity:.55}@media(max-width:820px){.hp{width:100vw;margin-left:calc(-50vw + 50%)}.hp-h-split{flex-direction:column;gap:32px}.hp-h-highlights{flex:none;width:100%;max-width:400px}.hp-h-title{font-size:2.4rem}.hp-h-actions{flex-direction:column;align-items:flex-start}.hp-spotlight{padding:48px 24px}.hp-spotlight-inner,.hp-spotlight:nth-child(2n of.hp-spotlight) .hp-spotlight-inner{flex-direction:column;gap:28px}.hp-spotlight-side{flex:none;width:100%;flex-direction:row;border-left:none!important;border-right:none!important;border-top:1px solid var(--border);padding:16px 0 0;justify-content:space-around}.hp-spotlight-visual{flex:0 0 100px;height:100px}.hp-spotlight-icon{font-size:2.6rem}.hp-approach-grid{grid-template-columns:1fr;gap:20px}}.projects-page-header{margin-bottom:40px}.projects-page-subtitle{font-size:.9rem;color:var(--text-muted)}.projects-section{margin-bottom:40px}.projects-section-title{display:flex;align-items:center;gap:8px;font-size:1.05rem;font-weight:600;margin-bottom:16px;color:var(--text)}.projects-count{font-size:.75rem;font-weight:500;color:var(--text-muted);padding:1px 8px;border-radius:100px;background:var(--surface);border:1px solid var(--border)}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.project-card{display:flex;align-items:center;gap:1px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 15px;text-decoration:none;color:var(--text);transition:border-color .15s,transform .15s,background .15s;cursor:pointer}.project-card:hover{border-color:var(--accent);transform:translateY(-2px);background:var(--surface-hover)}.badge-beta{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.25);border-radius:10px;padding:1px 12px;font-size:.91rem}.project-card--soon{opacity:.5;cursor:default}.project-card--soon:hover{border-color:var(--border);transform:none;background:var(--surface)}.project-card-icon{font-size:2rem;flex-shrink:0}.project-card-body{flex:1}.project-card-name{font-size:1.05rem;font-weight:600;margin-bottom:4px;display:flex;align-items:center;gap:8px;justify-content:space-between}.project-card-desc{font-size:.85rem;color:var(--text-muted);line-height:1.4}.project-card-arrow{font-size:1.3rem;color:var(--accent);flex-shrink:0}.badge-soon{font-size:.65rem;background:var(--border);color:var(--text-muted);padding:2px 7px;border-radius:20px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;vertical-align:middle}.not-found-page{text-align:center;padding:80px 24px}.not-found-page h1{font-size:4rem;margin-bottom:8px}.not-found-page p{margin-bottom:8px}.not-found-links{display:flex;justify-content:center;gap:16px;margin-top:24px}.not-found-links a{color:var(--accent);font-weight:600}.not-found-links a:hover{color:var(--accent-hover)}.login-page{display:flex;justify-content:center;padding-top:40px}.login-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.login-form h1{margin-bottom:0}.login-subtitle{font-size:.9rem;margin-bottom:4px}.login-label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:500;color:var(--text-muted)}.login-label input{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;font-size:.95rem;color:var(--text);outline:none;transition:border-color .15s;font-family:var(--font)}.login-label input:focus{border-color:var(--accent)}.login-btn{background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s;font-family:var(--font)}.login-btn:hover:not(:disabled){background:var(--accent-hover)}.login-btn:disabled{opacity:.6;cursor:not-allowed}.login-btn--magic{background:transparent;border:1px solid var(--border);color:var(--text)}.login-btn--magic:hover:not(:disabled){border-color:var(--accent);color:var(--accent)}.login-error{background:#ff50501a;border:1px solid rgba(255,80,80,.3);border-radius:var(--radius-sm);padding:10px 12px;font-size:.85rem;color:#ff7a7a}.login-success{background:#4a8feb1a;border:1px solid rgba(74,143,235,.3);border-radius:var(--radius-sm);padding:10px 12px;font-size:.85rem;color:var(--accent)}.login-toggle{font-size:.85rem;text-align:center;color:var(--text-muted)}.login-link-btn{background:none;border:none;color:var(--accent);font-weight:600;cursor:pointer;font-size:inherit;font-family:var(--font);padding:0}.login-link-btn:hover{color:var(--accent-hover)}.auth-loading{display:flex;justify-content:center;align-items:center;padding:80px 24px;color:var(--text-muted);font-size:.95rem}.account-page{max-width:500px}.account-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:24px;display:flex;flex-direction:column;gap:20px;margin-top:8px}.account-field{display:flex;flex-direction:column;gap:4px}.account-field-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted)}.account-field-value{font-size:1rem;color:var(--text)}.account-signout-btn{background:transparent;border:1px solid var(--border);color:var(--text);border-radius:var(--radius-sm);padding:10px 16px;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .15s,color .15s;font-family:var(--font);align-self:flex-start}.account-signout-btn:hover{border-color:#ff7a7a;color:#ff7a7a}.account-placeholder{margin-top:32px}.account-placeholder p{font-size:.9rem}.cta-section{margin-top:40px}.cta-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;overflow:hidden}.cta-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 50% 30%,rgba(74,143,235,.06) 0%,transparent 70%);pointer-events:none}.cta-card--muted{opacity:.65}.cta-heading{font-size:1.25rem;font-weight:700;margin-bottom:0}.cta-text{font-size:.9rem;max-width:480px;color:var(--text-muted)}.cta-btn{display:inline-block;background:var(--accent);color:#fff;border:none;border-radius:var(--radius-sm);padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:var(--font);transition:background .15s}.cta-btn:hover{background:var(--accent-hover);color:#fff}.cta-btn--disabled{background:transparent;border:1px solid var(--border);color:var(--text-muted);cursor:default;opacity:.7}.project-landing{max-width:860px;padding-bottom:50px}.pl-hero-wrapper{width:100vw;margin-left:calc(-50vw + 50%);margin-bottom:24px;background:radial-gradient(ellipse 70% 50% at 30% 40%,rgb(74 143 235 / 9%) 0%,transparent 60%),radial-gradient(ellipse 50% 60% at 80% 50%,rgb(96 160 255 / 5%) 0%,transparent 55%)}.pl-breadcrumb{margin-bottom:16px}.pl-breadcrumb a{font-size:.8rem;color:var(--text-muted);text-decoration:none;transition:color .15s}.pl-breadcrumb a:hover{color:var(--accent)}.pl-hero{position:relative;padding:64px 24px 48px;overflow:hidden;max-width:var(--max-width);margin:0 auto}.pl-hero-bg{position:absolute;top:-40px;right:0;bottom:0;left:0;pointer-events:none}.pl-hero-inner{position:relative;z-index:1;display:flex;align-items:center;gap:32px}.pl-hero-icon-ring{flex-shrink:0;width:96px;height:96px;position:relative;display:flex;align-items:center;justify-content:center}.pl-hero-icon{font-size:2.6rem;line-height:1;position:relative;z-index:1}.pl-hero-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid rgba(74,143,235,.15);background:#4a8feb0d}.pl-hero-content{flex:1;min-width:0}.pl-hero-badge-row{margin-bottom:8px}.pl-status-badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:3px 10px;border-radius:100px}.pl-status--live{background:#22c55e1f;color:#4ade80;border:1px solid rgba(34,197,94,.25)}.pl-status--soon{background:#f59e0b1f;color:#fbbf24;border:1px solid rgba(245,158,11,.25)}.pl-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pl-status--live .pl-status-dot{background:#4ade80}.pl-status--soon .pl-status-dot{background:#fbbf24}.pl-status-sublabel{font-size:.6rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:#ffffff80;margin-left:6px;padding-left:6px;border-left:1px solid rgba(255,255,255,.12)}.pl-title{font-size:2.25rem;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.pl-subtitle{font-size:1.1rem;max-width:540px;color:var(--text-muted);line-height:1.5}.pl-hero-actions{margin-top:24px}.pl-empty{color:var(--text-muted);font-size:.95rem;padding:24px 0}.pl-divider{border:none;height:1px;background:linear-gradient(to right,transparent,var(--border) 30%,var(--border) 70%,transparent);margin:32px 0 40px}.pl-section{margin-bottom:40px;padding-left:16px;position:relative}.pl-section-accent{position:absolute;left:0;top:0;bottom:0;width:2px;border-radius:2px;background:linear-gradient(to bottom,var(--accent) 0%,rgba(74,143,235,.2) 60%,transparent 100%)}.pl-section-title{font-size:1.15rem;font-weight:600;margin-bottom:12px;color:var(--text)}.pl-text{font-size:.95rem;line-height:1.7;color:var(--text-muted)}.pl-features{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.pl-feature-card{display:flex;align-items:flex-start;gap:10px;background:#0d18294d;border:1px solid var(--border);border-radius:var(--radius-sm);padding:14px 16px;transition:border-color .2s,transform .15s,background .2s}.pl-feature-card:hover{border-color:#4a8feb59;transform:translateY(-1px);background:#0d182980}.pl-feature-card-marker{flex-shrink:0;width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--accent);opacity:.7}.pl-feature-card-text{font-size:.9rem;color:var(--text);line-height:1.5}.pl-screenshots{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.pl-screenshot{width:100%;border-radius:var(--radius-sm);border:1px solid var(--border)}.pl-faq{display:flex;flex-direction:column;gap:0}.pl-faq-item{padding:16px 0;border-bottom:1px solid rgba(26,44,69,.5)}.pl-faq-item:last-child{border-bottom:none}.pl-faq-q{font-weight:600;font-size:.95rem;margin-bottom:6px;color:var(--text)}.pl-faq-a{font-size:.9rem;color:var(--text-muted);line-height:1.6}.pl-cta-bottom{margin-top:48px;padding-top:32px;border-top:1px solid var(--border)}@media(max-width:600px){.pl-hero-inner{flex-direction:column;text-align:center;gap:20px}.pl-hero-icon-ring{width:72px;height:72px}.pl-hero-icon{font-size:2rem}.pl-subtitle{max-width:100%}.pl-title{font-size:1.8rem}.pl-features{grid-template-columns:1fr}.pl-section{padding-left:0}.pl-section-accent{display:none}}.legal-page{max-width:680px}.legal-page h1{margin-bottom:16px}.legal-note{font-size:.85rem;color:var(--text-muted);margin-bottom:32px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm)}.legal-section{margin-bottom:28px}.legal-section h2{font-size:1.05rem;font-weight:600;margin-bottom:8px;color:var(--text)}.legal-section p{font-size:.9rem;line-height:1.7;color:var(--text-muted)}
