.landing-root{--background:#070707;--foreground:#E4E4E5;--card:#0D0C0C;--card-foreground:#E4E4E5;--primary:#A48FFF;--primary-foreground:#0A0A0A;--secondary:rgba(128,128,128,0.3);--secondary-foreground:#E4E4E5;--muted:rgba(128,128,128,0.1);--muted-foreground:#A1A1AA;--border:#27272A;--radius:8px;--font-sans:var(--font-geist-sans),ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-mono:var(--font-geist-mono),ui-monospace,monospace;--font-serif:var(--font-source-serif),Georgia,serif;--accent-purple:#7B61FF;--accent-amber:#FFB300;--accent-cyan:#00D4FF;--surface-2:#0F0F0F;--surface-3:#141414;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}.landing-root,.landing-root *,.landing-root :after,.landing-root :before{box-sizing:border-box;margin:0;padding:0}html:has(.landing-root){scroll-behavior:smooth}.landing-root a{color:inherit;text-decoration:none}.landing-root img{max-width:100%;display:block}.landing-root .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing-root .section{padding:60px 0}.landing-root .text-muted{color:var(--muted-foreground)}.landing-root .text-primary{color:var(--primary);transition:color .2s ease,opacity .2s ease}.landing-root .text-foreground{color:var(--foreground)}.landing-root a.text-primary{text-decoration:none}.landing-root a.text-primary:hover{color:#C4B8FF;opacity:.85}.landing-root h1{font-size:64px;font-weight:700;line-height:1.05;letter-spacing:-.02em}.landing-root h2{font-size:40px;font-weight:700;line-height:1.15;letter-spacing:-.01em}.landing-root h3{font-size:22px;font-weight:600;line-height:1.35}.landing-root .label-sm{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.landing-root .body-lg{font-size:20px;line-height:1.65}.landing-root .body-md{font-size:16px;line-height:1.65}.landing-root .body-sm{font-size:14px;line-height:1.5}.landing-root .mono{font-family:var(--font-mono)}.landing-root .serif{font-family:var(--font-serif)}.landing-root .btn{display:inline-flex;align-items:center;gap:8px;font-size:16px;font-weight:600;border-radius:var(--radius);padding:0 32px;height:48px;cursor:pointer;border:none;transition:all .2s ease}.landing-root .btn-primary{background:var(--primary);color:var(--primary-foreground)}.landing-root .btn-primary:hover{filter:brightness(1.15);transform:translateY(-1px);box-shadow:0 4px 20px rgba(164,143,255,.25)}.landing-root .btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.landing-root .btn-secondary:hover{background:rgba(128,128,128,.4);transform:translateY(-1px)}.landing-root .btn-ghost{background:transparent;color:var(--muted-foreground);border:1px solid var(--border)}.landing-root .btn-ghost:hover{color:var(--foreground);border-color:var(--muted-foreground);transform:translateY(-1px)}.landing-root .btn-group{display:flex;flex-wrap:wrap;gap:16px}.landing-root .card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.landing-root .card-padded{padding:24px}.landing-root .logo{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600}.landing-root .logo-icon{width:32px;height:32px;border-radius:6px;background:var(--primary);color:var(--primary-foreground);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px}.landing-root .hero{position:relative;overflow:hidden;min-height:100vh;padding:140px 0 100px;background-color:var(--background);background-image:url(/landing/lp-new6.webp);background-size:cover;background-position:center 40%;background-repeat:no-repeat;background-attachment:scroll;display:flex;align-items:center}.landing-root .hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,7,7,.62),rgba(7,7,7,.8) 55%,rgba(7,7,7,.92));z-index:0}.landing-root .hero-grid{display:flex;flex-direction:column;align-items:center;max-width:820px;margin:0 auto;text-align:center;position:relative;z-index:1}.landing-root .hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(164,143,255,.14);border:1px solid rgba(164,143,255,.35);border-radius:20px;padding:6px 16px;margin-bottom:28px;font-size:13px;font-weight:600;color:#E9E3FF}.landing-root .hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--primary);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.3}}.landing-root .hero h1{margin-bottom:24px}.landing-root .hero h1 .highlight{color:var(--primary)}.landing-root .hero .subtitle{margin:0 auto 40px;max-width:560px;color:#E8E8EB}.landing-root .hero .btn-group{justify-content:center}.landing-root .hero-intro{background:var(--background);padding:0 0 100px}.landing-root .hero-intro .container{max-width:860px;text-align:center}.landing-root .hero-intro p{font-family:var(--font-sans);font-size:18px;font-weight:400;line-height:1.7;letter-spacing:-.01em;color:var(--muted-foreground);max-width:720px;margin:0 auto 22px}.landing-root .hero-intro p:last-child{margin-bottom:0}@media (prefers-reduced-motion:reduce){.landing-root .fade-section{transition:none}.landing-root .dot{animation:none}}.landing-root .workflows-section{margin-top:80px;padding-top:64px;border-top:1px solid var(--border)}.landing-root .workflows-header{text-align:center;margin-bottom:56px}.landing-root .workflows-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;align-items:stretch}.landing-root .workflow-col{display:flex;flex-direction:column;align-items:center;height:100%}.landing-root .workflow-col-header{text-align:center;margin-bottom:32px}.landing-root .workflow-col-header .wc-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;margin:0 auto 14px}.landing-root .workflow-col-header h3{margin-bottom:6px}.landing-root .workflow-col-header p{text-align:center}.landing-root .workflow-steps{max-width:260px;height:100%}.landing-root .wf-step,.landing-root .workflow-steps{display:flex;flex-direction:column;align-items:center;width:100%}.landing-root .wf-step{position:relative;background:var(--card);border:1px solid var(--border);border-radius:10px;padding:18px;text-align:center;transition:border-color .2s;min-height:92px;justify-content:center}.landing-root .wf-step:hover{border-color:rgba(164,143,255,.3)}.landing-root .wf-step .wf-step-num{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--primary);color:var(--primary-foreground);font-size:14px;font-weight:700;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono)}.landing-root .wf-step .wf-step-title{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:4px}.landing-root .wf-step .wf-step-desc{font-size:14px;color:var(--muted-foreground);line-height:1.5}.landing-root .wf-step .wf-step-branch{margin-top:8px;font-size:14px;color:var(--primary);font-weight:500}.landing-root .wf-arrow{display:flex;align-items:center;justify-content:center;height:32px;color:var(--muted-foreground)}.landing-root .wf-arrow svg{width:24px;height:24px}.landing-root .workflow-steps .wf-arrow:last-of-type{flex:1;min-height:32px;align-items:flex-end}.landing-root .wf-branch-group{display:flex;flex-direction:column;align-items:center;width:100%}.landing-root .wf-branch-row{display:flex;gap:8px;width:100%;justify-content:center}.landing-root .wf-branch-box{flex:1;max-width:130px;background:var(--card);border:1px solid var(--border);border-radius:8px;padding:10px 8px;text-align:center;font-size:14px;color:var(--muted-foreground)}.landing-root .wf-branch-box.yes{border-color:rgba(164,143,255,.3);color:var(--primary)}.landing-root .wf-branch-label{font-size:13px;font-weight:600;margin-bottom:2px}.landing-root .wf-merge-label{font-size:14px;color:var(--primary);font-weight:500;margin:4px 0}.landing-root .wf-step-sub{font-size:11px;color:var(--muted-foreground);margin-top:2px}.landing-root .scan-section{padding:48px 0 100px}.landing-root .scan-section .section-header{padding-top:52px;border-top:1px solid var(--border)}.landing-root .scan-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.landing-root .scan-copy{max-width:480px}.landing-root .scan-copy .btn{padding:10px 24px;font-size:14px}.landing-root .scan-cta{display:flex;justify-content:center;margin-top:48px}.landing-root .scan-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.landing-root .scan-feature-item{display:flex;gap:14px;align-items:flex-start}.landing-root .scan-feature-title{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:2px}.landing-root .sf-icon{width:36px;height:36px;border-radius:8px;background:rgba(164,143,255,.08);border:1px solid rgba(164,143,255,.15);font-size:16px;flex-shrink:0;margin-top:2px}.landing-root .scan-visual,.landing-root .sf-icon{display:flex;align-items:center;justify-content:center}.landing-root .scan-visual svg{border-radius:16px;box-shadow:0 16px 64px rgba(0,0,0,.5)}@media (max-width:1024px){.landing-root .scan-grid{grid-template-columns:1fr;gap:48px}.landing-root .scan-copy{max-width:100%}.landing-root .workflows-grid{grid-template-columns:1fr;gap:56px}.landing-root .workflow-steps{max-width:320px}.landing-root .missions-grid{grid-template-columns:repeat(2,1fr)}.landing-root .marketplace-features-row{grid-template-columns:1fr}}@media (max-width:640px){.landing-root .workflows-grid{gap:36px}.landing-root .workflow-steps{max-width:100%}.landing-root .marketplace-features-row,.landing-root .missions-grid{grid-template-columns:1fr}.landing-root .cnm-img-wrap{height:200px}}.landing-root .section-header{text-align:center;margin-bottom:64px}.landing-root .section-header .label,.landing-root .section-header h2{margin-bottom:16px}.landing-root .section-header p{max-width:640px;margin:0 auto}.landing-root .infra-section{background:var(--background);padding-bottom:0}.landing-root .infra-section .section-header{padding-top:52px;border-top:1px solid var(--border)}.landing-root #architecture,.landing-root #sop{padding-top:48px}.landing-root #architecture .section-header,.landing-root #sop .section-header{padding-top:52px;border-top:1px solid var(--border)}.landing-root .arch-diagram{display:block;width:100%;max-width:1200px;margin:0 auto 56px;border:0 solid var(--border);border-radius:var(--radius)}.landing-root .why-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.landing-root .why-col{display:flex;flex-direction:column}.landing-root .why-idx{font-family:var(--font-mono);font-size:13px;font-weight:700;letter-spacing:.08em;color:var(--primary);margin-bottom:10px}.landing-root .why-col h3{font-size:20px;font-weight:600;color:var(--foreground);margin-bottom:18px}.landing-root .why-list{list-style:none;display:flex;flex-direction:column;gap:22px}.landing-root .why-list li{position:relative;display:flex;gap:14px;align-items:flex-start;padding-left:0;font-size:16px;line-height:1.6;color:var(--muted-foreground)}.landing-root .why-list li:before{display:none}.landing-root .why-list li b{color:var(--foreground);font-weight:600}.landing-root .why-icon{flex:0 0 52px;width:52px;height:52px;margin-top:2px;border-radius:10px;display:flex;align-items:center;justify-content:center}.landing-root .why-icon .why-svg{width:38px;height:38px;display:block}.landing-root .why-col--bg .why-idx{color:var(--primary)}.landing-root .why-col--bg .why-icon{background:rgba(164,143,255,.14);color:var(--primary)}.landing-root .why-col--solution .why-idx{color:var(--primary)}.landing-root .why-col--solution .why-icon{background:rgba(164,143,255,.14);color:var(--primary)}.landing-root .why-item-body{flex:1;min-width:0}.landing-root .why-item-title{font-size:20px;font-weight:600;line-height:1.35;color:var(--foreground);margin-bottom:4px}.landing-root .why-item-desc{font-size:16px;line-height:1.65;color:var(--muted-foreground)}.landing-root .why-item-desc b{color:var(--foreground);font-weight:600}@media (max-width:768px){.landing-root .why-grid{grid-template-columns:1fr}}.landing-root #marketplace{padding-top:48px}.landing-root #marketplace .section-header{padding-top:52px;border-top:1px solid var(--border)}.landing-root .marketplace-features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px;margin-top:0}.landing-root .mp-group-desc+.marketplace-features-row{margin-top:48px!important}.landing-root .mp-group-label{font-size:28px;font-weight:700;color:var(--foreground);text-align:center;margin:0 0 6px}.landing-root .mp-group-desc{text-align:center;white-space:nowrap;margin:0 auto 64px!important}.landing-root .mp-row-desc{text-align:center;max-width:640px;margin:72px auto}.landing-root .marketplace-features-row+.mp-row-desc,.landing-root .mp-row-desc+.marketplace-features-row{margin-top:56px}.landing-root .mp-feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:28px 24px;transition:border-color .2s ease,transform .2s ease;text-align:left}.landing-root .mp-feature-card:hover{border-color:rgba(164,143,255,.3);transform:translateY(-2px)}.landing-root .mp-feature-icon{width:40px;height:40px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:18px;background:rgba(0,220,130,.1)}.landing-root .mp-feature-card h4{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:8px}.landing-root .mp-feature-card p{margin:0}.landing-root .cnm-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:border-color .2s ease,transform .2s ease;text-align:left}.landing-root .cnm-card:hover{border-color:rgba(164,143,255,.3);transform:translateY(-3px)}.landing-root .cnm-img-wrap{width:100%;height:180px;overflow:hidden;position:relative}.landing-root .cnm-img-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.landing-root .cnm-img-wrap.cnm-contain{height:160px;background:var(--background)}.landing-root .cnm-img-wrap.cnm-contain img{object-fit:contain;padding:14px}.landing-root .cnm-card:hover .cnm-img-wrap img{transform:scale(1.04)}.landing-root .cnm-body{padding:24px 24px 28px}.landing-root .cnm-body h4{font-size:18px;font-weight:600;color:var(--foreground);margin-bottom:10px}.landing-root .cnm-body p{font-size:14px;color:var(--muted-foreground);line-height:1.65;margin:0}.landing-root .featured-missions-section{margin-top:64px}.landing-root .featured-missions-header{text-align:center;margin-bottom:32px}.landing-root .featured-missions-header h3{margin-bottom:6px;font-size:28px;font-weight:700}.landing-root .featured-missions-header p{color:var(--muted-foreground)}.landing-root .featured-missions-header a{display:inline-block;margin-top:12px}.landing-root .missions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.landing-root .mission-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:20px;transition:border-color .2s ease,transform .2s ease;display:flex;flex-direction:column;gap:10px;text-align:left}.landing-root .mission-card:hover{border-color:rgba(164,143,255,.3);transform:translateY(-2px)}.landing-root .mission-card-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.landing-root .mission-card-id{font-family:var(--font-mono);font-size:11px;color:var(--muted-foreground);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-root .mission-status-badge{font-size:12px;font-weight:600;padding:3px 10px;border-radius:12px;background:rgba(164,143,255,.12);color:var(--primary);white-space:nowrap;flex-shrink:0}.landing-root .mission-card-date{font-size:12px;color:var(--muted-foreground)}.landing-root .mission-card-title{font-size:16px;font-weight:600;color:var(--foreground);line-height:1.35;text-align:left}.landing-root .mission-card-desc{margin:0;flex:1;text-align:left}.landing-root .mission-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border);margin-top:4px}.landing-root .mission-card-price{font-size:18px;font-weight:700;color:var(--foreground)}.landing-root .mission-card-price span{font-weight:500}.landing-root .mission-card-due,.landing-root .mission-card-price span{font-size:13px;color:var(--muted-foreground)}.landing-root .view-all-missions-btn{display:flex;justify-content:center;width:100%;max-width:100%!important}.landing-root .stats-section{margin-top:48px}.landing-root .stats-header{text-align:center;margin-bottom:28px}.landing-root .stats-header h3{font-size:28px;font-weight:700;color:var(--foreground)}.landing-root .stats-header a{display:inline-block;margin-top:12px}.landing-root .stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.landing-root .stat-item{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px 20px;text-align:center}.landing-root .stat-item .stat-icon{font-size:20px;margin-bottom:10px}.landing-root .stat-item .stat-num{font-size:32px;font-weight:700;color:var(--foreground)}.landing-root .stat-item .stat-label{font-size:13px;color:var(--muted-foreground);margin-top:6px}.landing-root .footer{background:var(--card);border-top:1px solid var(--border);padding:64px 0 32px}.landing-root .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.landing-root .footer-brand p{margin-top:12px;font-size:14px;max-width:280px}.landing-root .footer-col h4{font-size:14px;font-weight:600;margin-bottom:16px;letter-spacing:.04em;text-transform:uppercase}.landing-root .footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.landing-root .footer-col ul a{font-size:14px;color:var(--muted-foreground);transition:color .15s,padding-left .15s}.landing-root .footer-col ul a:hover{color:var(--foreground);padding-left:4px}.landing-root .footer-bottom{padding-top:24px;border-top:1px solid var(--border);font-size:12px;color:var(--muted-foreground)}.landing-root .fade-section{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.landing-root .fade-section.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.landing-root h1{font-size:52px}.landing-root h2{font-size:32px}.landing-root .hero-grid{max-width:680px}.landing-root .footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.landing-root h1{font-size:36px}.landing-root h2{font-size:28px}.landing-root .section{padding:40px 0}.landing-root .hero{padding:120px 0 80px;min-height:88vh}.landing-root .stats-row{grid-template-columns:repeat(2,1fr)}.landing-root .footer-grid{grid-template-columns:1fr;gap:32px}.landing-root .btn{padding:0 20px;height:44px;font-size:14px}.landing-root .mp-group-desc{font-size:11px;letter-spacing:-.01em}}.landing-root .economy-bridge{text-align:center;max-width:640px;margin:40px auto 48px;color:var(--muted-foreground);font-size:16px;line-height:1.65}.landing-root .economy-video{max-width:720px;width:100%;margin:36px auto 20px}.landing-root .economy-video video{display:block;width:100%;height:auto;border-radius:16px;border:1px solid var(--border);box-shadow:0 12px 40px rgba(123,97,255,.12)}.landing-root .economy-video-link{text-align:center;margin:0 auto 52px}.landing-root .economy-video-link a{font-size:15px;font-weight:600;color:var(--primary);text-decoration:none}.landing-root .economy-video-link a:hover{text-decoration:underline}@media (max-width:1024px){.landing-root .missions-grid{grid-template-columns:repeat(2,1fr)}.landing-root .marketplace-features-row{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1024px){.landing-root .marketplace-features-row{grid-template-columns:repeat(3,1fr)}.landing-root .missions-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.landing-root .marketplace-features-row,.landing-root .missions-grid{grid-template-columns:1fr}.landing-root .mp-group-desc{white-space:normal}}