:root{--background:0 0% 10%;--foreground:210 20% 96%;--card:0 0% 14%;--card-elevated:0 0% 16%;--muted:0 0% 15%;--muted-foreground:0 0% 64%;--border:0 0% 24%;--border-light:0 0% 17%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--accent:0 0% 24%;--brand:270 100% 71%;--success:142 71% 55%;--warning:45 93% 57%;--info:213 94% 68%;--danger:0 91% 71%;--radius:12px;--font:Inter, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh;font-family:var(--font);background:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;margin:0}button,input{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}#root{min-height:100vh}.app{background:hsl(var(--background));min-height:100vh;overflow-x:hidden}.container{width:min(1180px,100% - 2rem);margin-inline:auto}.container-wide{width:min(1240px,100% - 2rem);margin-inline:auto}.navbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:hsl(var(--background) / .72);border-bottom:1px solid hsl(var(--border) / .35);position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1rem;height:64px;display:flex}.brand{letter-spacing:-.02em;align-items:center;gap:.55rem;font-weight:650;display:inline-flex}.brand img{filter:invert();width:28px;height:28px}.nav-links{color:hsl(var(--foreground) / .78);align-items:center;gap:1.6rem;font-size:.92rem;display:none}.nav-links a:hover{color:hsl(var(--foreground))}.nav-dev{align-items:center;gap:.35rem;display:inline-flex}.login-btn{border:1px solid hsl(var(--border));height:36px;color:hsl(var(--foreground));cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:.4rem;padding:0 .95rem;transition:background .2s,border-color .2s;display:inline-flex}.login-btn:hover{background:hsl(var(--foreground) / .06);border-color:hsl(var(--foreground) / .28)}.hero{padding:5.5rem 0 2.5rem;position:relative;overflow:hidden}.hero-video{object-fit:cover;opacity:.34;pointer-events:none;width:100%;height:100%;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70% at 70% 35%,#000 20%,#0000 72%);mask-image:radial-gradient(70% 70% at 70% 35%,#000 20%,#0000 72%)}.hero-fade{background:radial-gradient(circle at 70% 30%, #ffffff0a, transparent 35%), linear-gradient(180deg, hsl(var(--background) / .2), hsl(var(--background)) 88%);pointer-events:none;position:absolute;inset:0}.hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.hero-title{letter-spacing:-.03em;max-width:16ch;margin:0;font-size:clamp(2.6rem,7vw,5.25rem);font-weight:600;line-height:1.08}.hero-title .cursor{background:hsl(var(--foreground));vertical-align:-.05em;width:.08em;height:.9em;margin-left:.08em;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.hero-sub{max-width:42rem;color:hsl(var(--foreground) / .58);margin:1.35rem 0 0;font-size:clamp(.98rem,2vw,1.125rem);line-height:1.7}.hero-form{border:1px solid hsl(var(--border) / .7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0a;border-radius:999px;align-items:center;gap:.55rem;width:min(560px,100%);margin-top:2rem;padding:.4rem .4rem .4rem 1rem;display:flex;box-shadow:inset 0 0 0 1px #ffffff05}.hero-form input{min-width:0;color:hsl(var(--foreground));background:0 0;border:0;outline:none;flex:1;font-size:.98rem}.hero-form input::placeholder{color:hsl(var(--muted-foreground))}.hero-form button{background:hsl(var(--primary));height:42px;color:hsl(var(--primary-foreground));cursor:pointer;border:0;border-radius:999px;flex-shrink:0;padding:0 1.15rem;font-weight:600;transition:transform .15s,opacity .15s}.hero-form button:hover{opacity:.92}.hero-form button:active{transform:scale(.98)}.section{padding:4.5rem 0}.section-head{max-width:44rem;margin-bottom:1.75rem}.section-kicker{color:hsl(var(--foreground) / .55);letter-spacing:.04em;align-items:center;gap:.5rem;margin-bottom:.85rem;font-size:.85rem;font-weight:600;display:inline-flex}.section-kicker .dot{background:hsl(var(--success));width:6px;height:6px;box-shadow:0 0 12px hsl(var(--success) / .8);border-radius:50%}.section-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:650;line-height:1.15}.section-desc{color:hsl(var(--foreground) / .56);margin:.9rem 0 0;font-size:1.02rem;line-height:1.7}.section-cta{border:1px solid hsl(var(--border));background:hsl(var(--foreground) / .04);height:40px;color:hsl(var(--foreground) / .88);cursor:pointer;border-radius:999px;align-items:center;gap:.45rem;margin-top:1.25rem;padding:0 1rem;font-size:.92rem;transition:background .2s;display:inline-flex}.section-cta:hover{background:hsl(var(--foreground) / .08)}.panel{border:1px solid hsl(var(--border) / .65);background:linear-gradient(180deg, #ffffff08, transparent 28%), hsl(var(--card));border-radius:18px;overflow:hidden;box-shadow:0 30px 80px #00000059,inset 0 0 0 1px #ffffff05}.panel-bar{border-bottom:1px solid hsl(var(--border) / .55);background:#ffffff04;justify-content:space-between;align-items:center;gap:1rem;min-height:56px;padding:.85rem 1rem;display:flex}.panel-bar-title{flex-direction:column;gap:.15rem;min-width:0;display:flex}.panel-bar-title strong{font-size:.98rem;font-weight:650}.panel-bar-title span{color:hsl(var(--foreground) / .52);font-size:.8rem}.panel-controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.chip{border:1px solid hsl(var(--border));background:hsl(var(--background) / .45);height:30px;color:hsl(var(--foreground) / .68);white-space:nowrap;border-radius:8px;align-items:center;gap:.35rem;padding:0 .7rem;font-size:.78rem;display:inline-flex}.chip-solid{background:hsl(var(--foreground));color:hsl(var(--background));border:0;font-weight:600}.panel-body{padding:1rem}.assistant{border:1px solid hsl(var(--border) / .55);background:hsl(var(--muted) / .55);border-radius:12px;align-items:flex-start;gap:.65rem;margin-bottom:.9rem;padding:.85rem 1rem;display:flex}.assistant-icon{background:hsl(var(--foreground) / .08);width:28px;height:28px;color:hsl(var(--foreground) / .7);border-radius:8px;flex-shrink:0;place-items:center;display:grid}.assistant strong{color:hsl(var(--foreground) / .55);margin-bottom:.2rem;font-size:.78rem;font-weight:600;display:block}.assistant p{color:hsl(var(--foreground) / .86);margin:0;font-size:.88rem;line-height:1.55}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.stat-card{border:1px solid hsl(var(--border) / .6);background:#ffffff05;border-radius:12px;min-width:0;padding:.85rem .95rem}.stat-card .label{color:hsl(var(--foreground) / .52);justify-content:space-between;align-items:center;gap:.5rem;font-size:.78rem;display:flex}.stat-card .value{letter-spacing:-.03em;font-variant-numeric:tabular-nums;margin-top:.45rem;font-size:1.45rem;font-weight:700}.stat-card .meta{color:hsl(var(--foreground) / .48);margin-top:.2rem;font-size:.75rem}.badge{border-radius:999px;align-items:center;height:20px;padding:0 .45rem;font-size:.68rem;font-weight:650;display:inline-flex}.badge-success{color:hsl(var(--success));background:hsl(var(--success) / .12)}.badge-info{color:hsl(var(--info));background:hsl(var(--info) / .12)}.badge-warn{color:hsl(var(--warning));background:hsl(var(--warning) / .14)}.badge-danger{color:hsl(var(--danger));background:hsl(var(--danger) / .12)}.two-col{gap:.75rem;display:grid}.list-card,.chart-card{border:1px solid hsl(var(--border) / .6);background:#ffffff05;border-radius:12px;padding:.9rem}.list-card h4,.chart-card h4{color:hsl(var(--foreground) / .72);margin:0 0 .75rem;font-size:.82rem;font-weight:650}.platform-row,.diag-row,.model-row,.action-row,.publish-row,.asset-row{border-top:1px solid hsl(var(--border) / .35);align-items:center;gap:.55rem;padding:.55rem 0;display:grid}.platform-row:first-of-type,.diag-row:first-of-type,.model-row:first-of-type,.action-row:first-of-type,.publish-row:first-of-type,.asset-row:first-of-type{border-top:0;padding-top:0}.model-name{align-items:center;gap:.45rem;min-width:0;display:inline-flex}.model-name img{border-radius:4px;width:18px;height:18px}.muted{color:hsl(var(--foreground) / .5);font-size:.78rem}.bar{background:hsl(var(--foreground) / .08);border-radius:999px;height:6px;overflow:hidden}.bar>i{border-radius:inherit;background:linear-gradient(90deg, hsl(var(--info)), hsl(var(--success)));height:100%;display:block}.spark{align-items:flex-end;gap:4px;height:72px;display:flex}.spark span{background:linear-gradient(180deg, hsl(var(--info)), hsl(var(--info) / .25));border-radius:3px 3px 0 0;flex:1;min-height:8px}.sheep-grid{gap:.55rem;display:grid}.sheep-item{grid-template-columns:72px 1fr auto;align-items:center;gap:.65rem;display:grid}.sheep-item .score{font-variant-numeric:tabular-nums;font-weight:700}.table-wrap{overflow-x:auto}.mini-table{border-collapse:collapse;width:100%;font-size:.8rem}.mini-table th{text-align:left;color:hsl(var(--foreground) / .48);border-bottom:1px solid hsl(var(--border) / .45);padding:.45rem .35rem;font-weight:550}.mini-table td{border-bottom:1px solid hsl(var(--border) / .28);vertical-align:middle;padding:.65rem .35rem}.media-pill{background:hsl(var(--foreground) / .08);border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;font-weight:700;display:inline-flex}.pricing{padding:5rem 0 3rem}.pricing-tabs{flex-wrap:wrap;gap:.45rem;margin:1.5rem 0 1rem;display:flex}.pricing-tabs button{border:1px solid hsl(var(--border));height:34px;color:hsl(var(--foreground) / .7);cursor:pointer;background:0 0;border-radius:999px;padding:0 .9rem}.pricing-tabs button.active{background:hsl(var(--foreground));color:hsl(var(--background));border-color:#0000}.pricing-note{color:hsl(var(--foreground) / .55);margin-bottom:1.25rem;font-size:.9rem}.pricing-note strong{color:hsl(var(--foreground) / .88);font-weight:600}.pricing-grid{grid-template-columns:1fr;gap:1rem;display:grid}.price-card{border:1px solid hsl(var(--border) / .7);background:hsl(var(--card));border-radius:18px;padding:1.4rem;position:relative}.price-card.featured{border-color:hsl(var(--foreground) / .35);background:radial-gradient(circle at 20% 0%, hsl(var(--brand) / .18), transparent 45%), hsl(var(--card-elevated))}.popular{background:hsl(var(--brand) / .18);height:24px;color:hsl(var(--brand));border-radius:999px;align-items:center;padding:0 .55rem;font-size:.72rem;font-weight:700;display:inline-flex;position:absolute;top:1rem;right:1rem}.price-card h3{margin:0;font-size:1.25rem}.price-card .tagline{color:hsl(var(--foreground) / .55);margin:.35rem 0 0;font-size:.9rem}.price{letter-spacing:-.04em;margin:1.1rem 0;font-size:2.6rem;font-weight:700}.price span{color:hsl(var(--foreground) / .55);font-size:1rem;font-weight:500}.price-card ul{gap:.65rem;margin:0 0 1.25rem;padding:0;list-style:none;display:grid}.price-card li{color:hsl(var(--foreground) / .78);align-items:flex-start;gap:.5rem;font-size:.9rem;line-height:1.45;display:flex}.price-card li svg{color:hsl(var(--success));flex-shrink:0;margin-top:.15rem}.price-btn{background:hsl(var(--foreground));width:100%;height:44px;color:hsl(var(--background));cursor:pointer;border:0;border-radius:999px;font-weight:650}.price-btn.ghost{border:1px solid hsl(var(--border));color:hsl(var(--foreground));background:0 0}.stats-row{border-top:1px solid hsl(var(--border) / .45);border-bottom:1px solid hsl(var(--border) / .45);grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2.5rem;padding:1.5rem 0;display:grid}.stats-row div strong{letter-spacing:-.03em;font-size:1.7rem;display:block}.stats-row div span{color:hsl(var(--foreground) / .5);font-size:.85rem}.cta-band{border:1px solid hsl(var(--border) / .55);background:radial-gradient(circle at 15% 20%, hsl(var(--brand) / .16), transparent 40%), radial-gradient(circle at 85% 80%, hsl(var(--info) / .12), transparent 35%), hsl(var(--card));text-align:center;border-radius:20px;margin-top:2.5rem;padding:2.2rem 1.4rem}.cta-band h2{letter-spacing:-.03em;margin:0;font-size:clamp(1.5rem,3vw,2rem)}.cta-band p{max-width:32rem;color:hsl(var(--foreground) / .58);margin:.7rem auto 0}.cta-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-top:1.25rem;display:flex}.cta-actions button{border:1px solid hsl(var(--border));cursor:pointer;border-radius:999px;height:42px;padding:0 1.15rem;font-weight:600}.cta-actions .primary{background:hsl(var(--foreground));color:hsl(var(--background));border-color:#0000}.cta-actions .ghost{color:hsl(var(--foreground));background:0 0}.cta-checks{color:hsl(var(--foreground) / .5);margin-top:1rem;font-size:.85rem}.footer{border-top:1px solid hsl(var(--border) / .4);margin-top:1rem;padding:3.5rem 0 2rem}.footer-grid{gap:2rem;display:grid}.footer-brand p{color:hsl(var(--foreground) / .52);max-width:28rem;margin:.75rem 0 0;font-size:.9rem;line-height:1.65}.footer-brand .company{color:hsl(var(--foreground) / .45);margin-top:1rem;font-size:.82rem}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.footer-cols h4{margin:0 0 .85rem;font-size:.9rem}.footer-cols a{color:hsl(var(--foreground) / .52);margin-bottom:.55rem;font-size:.88rem;display:block}.footer-cols a:hover{color:hsl(var(--foreground))}.footer-bottom{border-top:1px solid hsl(var(--border) / .35);color:hsl(var(--foreground) / .42);flex-wrap:wrap;justify-content:space-between;gap:.5rem 1rem;margin-top:2.5rem;padding-top:1.25rem;font-size:.8rem;display:flex}@media (width>=720px){.nav-links{display:flex}.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.two-col{grid-template-columns:1.1fr .9fr}.pricing-grid{grid-template-columns:1.15fr .85fr}.stats-row{grid-template-columns:repeat(4,1fr)}.footer-grid{grid-template-columns:1.3fr 1fr}.footer-cols{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width>=960px){.hero{padding-top:6.5rem}.panel-split{grid-template-columns:1.15fr .85fr;gap:.75rem;display:grid}}@media (width<=719px){.chip.hide-sm{display:none}.hero{padding-top:3.5rem}.hero-form{border-radius:18px;flex-direction:column;align-items:stretch;padding:.75rem}.hero-form button{width:100%}}
