:root {
  --bg: #10100e;
  --panel: rgba(246, 237, 214, 0.08);
  --panel-strong: rgba(246, 237, 214, 0.14);
  --ink: #f7efd9;
  --muted: #a79d86;
  --line: rgba(247, 239, 217, 0.16);
  --acid: #d6ff3f;
  --copper: #ff8a3d;
  --cyan: #64e4ff;
  --danger: #ff6262;
  --ok: #78ff9d;
  --shadow: 0 24px 80px rgba(0,0,0,.42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(214,255,63,.14), transparent 32%),
    radial-gradient(circle at 85% 10%, rgba(255,138,61,.16), transparent 28%),
    linear-gradient(120deg, #10100e, #171512 48%, #0b1518);
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", serif;
  min-height: 100vh;
}
button, input, textarea, select { font: inherit; }
.grain { position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); mix-blend-mode: overlay; }
.rail {
  position: fixed; inset: 18px auto 18px 18px; width: 260px; padding: 18px;
  border: 1px solid var(--line); border-radius: 28px; background: rgba(12,13,11,.68);
  backdrop-filter: blur(18px); box-shadow: var(--shadow); display: flex; flex-direction: column; gap: 24px; z-index: 2;
}
.brand { display:flex; gap:12px; align-items:center; }
.brand-mark { width:48px; height:48px; display:grid; place-items:center; border-radius:16px; background:var(--acid); color:#111; font-weight:900; font-size:24px; box-shadow: 0 0 35px rgba(214,255,63,.35); }
.brand b { display:block; font-size:18px; letter-spacing:.04em; }
.brand span, .balance-card span, .balance-card small { color: var(--muted); font-size:12px; }
nav { display:grid; gap:10px; }
nav a { color: var(--muted); text-decoration:none; padding:12px 14px; border-radius:16px; border:1px solid transparent; }
nav a.active, nav a:hover { color:var(--ink); background:var(--panel); border-color:var(--line); }
.balance-card { margin-top:auto; padding:16px; border-radius:22px; background: linear-gradient(135deg, rgba(214,255,63,.16), rgba(100,228,255,.08)); border:1px solid var(--line); }
.balance-card strong { display:block; font-size:38px; line-height:1; margin:8px 0; color:var(--acid); }
.shell { margin-left: 300px; padding: 36px 36px 80px; position: relative; z-index:1; }
.hero { min-height: 290px; display:grid; grid-template-columns: minmax(0, 1fr) 340px; gap:24px; align-items:stretch; }
.eyebrow, .mini-label { color:var(--acid); font-size:12px; letter-spacing:.18em; text-transform:uppercase; margin:0 0 12px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
h1 { font-size: clamp(42px, 7vw, 96px); line-height:.88; margin:0; max-width:900px; letter-spacing:-.07em; }
h2 { margin:0; font-size:28px; letter-spacing:-.04em; }
.hero-copy { max-width:680px; color:var(--muted); font-size:18px; line-height:1.7; }
.hero-panel { align-self:end; min-height:190px; border:1px solid var(--line); border-radius:32px; background:linear-gradient(160deg, var(--panel-strong), rgba(0,0,0,.24)); padding:24px; display:flex; flex-direction:column; justify-content:end; gap:12px; box-shadow:var(--shadow); }
.hero-panel code { color:var(--cyan); white-space:pre-wrap; }
.pulse-dot { width:18px; height:18px; border-radius:50%; background:var(--ok); box-shadow: 0 0 0 0 rgba(120,255,157,.8); animation:pulse 1.6s infinite; }
@keyframes pulse { 70% { box-shadow:0 0 0 18px rgba(120,255,157,0); } 100% { box-shadow:0 0 0 0 rgba(120,255,157,0); } }
.toolbar { display:flex; gap:16px; align-items:center; margin:18px 0 24px; position:sticky; top:0; padding:12px 0; backdrop-filter: blur(16px); z-index:3; }
.search-wrap { flex:1; display:flex; align-items:center; gap:10px; padding:14px 16px; border:1px solid var(--line); border-radius:20px; background:rgba(0,0,0,.22); }
.search-wrap input { width:100%; background:transparent; color:var(--ink); border:0; outline:0; }
.chips { display:flex; gap:8px; flex-wrap:wrap; }
.chip { border:1px solid var(--line); color:var(--muted); background:rgba(255,255,255,.04); padding:10px 12px; border-radius:999px; cursor:pointer; }
.chip.active { color:#111; background:var(--acid); border-color:var(--acid); }
.workspace { display:grid; grid-template-columns: minmax(0, 1fr) 390px; gap:24px; align-items:start; }
.app-grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap:16px; }
.app-card { position:relative; min-height:250px; padding:20px; border-radius:30px; border:1px solid var(--line); background:linear-gradient(145deg, rgba(247,239,217,.1), rgba(247,239,217,.035)); box-shadow:0 18px 55px rgba(0,0,0,.24); cursor:pointer; overflow:hidden; transition:.25s ease; }
.app-card:before { content:""; position:absolute; inset:auto -40px -70px auto; width:170px; height:170px; border-radius:50%; background:rgba(214,255,63,.12); transition:.25s ease; }
.app-card:hover, .app-card.selected { transform:translateY(-5px); border-color:rgba(214,255,63,.55); }
.app-card.selected:before, .app-card:hover:before { transform:scale(1.35); background:rgba(214,255,63,.2); }
.app-icon { font-size:38px; }
.app-card h3 { font-size:25px; margin:16px 0 10px; letter-spacing:-.04em; }
.app-card p { color:var(--muted); line-height:1.55; min-height:74px; }
.meta { display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top:18px; }
.badge { color:#111; background:var(--copper); padding:7px 10px; border-radius:999px; font-size:12px; font-family: ui-monospace, monospace; }
.price { color:var(--acid); font-weight:800; }
.submit-panel, .docs-card, .tasks-section { border:1px solid var(--line); border-radius:32px; background:rgba(10,10,9,.62); backdrop-filter: blur(18px); box-shadow:var(--shadow); }
.submit-panel { position:sticky; top:92px; padding:22px; }
.panel-head p { color:var(--muted); line-height:1.5; }
.task-form { display:grid; gap:14px; margin-top:18px; }
.field { display:grid; gap:8px; color:var(--muted); font-size:13px; }
.field input, .field textarea, .field select { width:100%; color:var(--ink); background:rgba(255,255,255,.06); border:1px solid var(--line); border-radius:16px; padding:13px 14px; outline:0; }
.field textarea { min-height:96px; resize:vertical; }
.primary-btn, .ghost-btn { border:0; border-radius:16px; padding:13px 16px; cursor:pointer; }
.primary-btn { background:var(--acid); color:#111; font-weight:900; box-shadow:0 12px 35px rgba(214,255,63,.22); }
.ghost-btn { background:rgba(255,255,255,.06); color:var(--ink); border:1px solid var(--line); }
.submit-result { margin-top:16px; padding:14px; border-radius:18px; background:rgba(255,255,255,.05); border:1px solid var(--line); color:var(--muted); word-break:break-all; }
.submit-result.success { color:var(--ok); }
.submit-result.error { color:var(--danger); }
.tasks-section { margin-top:28px; padding:22px; }
.section-title { display:flex; justify-content:space-between; align-items:center; margin-bottom:16px; }
.task-list { display:grid; gap:12px; }
.task-item { display:grid; grid-template-columns: 1fr auto; gap:14px; padding:16px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.045); }
.task-item b { display:block; margin-bottom:6px; }
.task-item small { color:var(--muted); font-family: ui-monospace, monospace; }
.progress { height:8px; border-radius:999px; background:rgba(255,255,255,.1); overflow:hidden; margin-top:12px; }
.progress i { display:block; height:100%; background:linear-gradient(90deg,var(--acid),var(--cyan)); width:0%; }
.status { text-transform:uppercase; font-family: ui-monospace, monospace; font-size:12px; padding:7px 10px; border-radius:999px; height:max-content; }
.status.success { background:rgba(120,255,157,.15); color:var(--ok); }
.status.running { background:rgba(100,228,255,.15); color:var(--cyan); }
.status.pending { background:rgba(255,138,61,.15); color:var(--copper); }
.result-link { color:var(--acid); display:inline-block; margin-top:8px; }
.docs-card { margin-top:28px; padding:24px; }
.docs-grid { display:grid; grid-template-columns: minmax(220px, .8fr) 1fr; gap:12px 18px; margin-top:16px; }
.docs-grid code { color:var(--cyan); background:rgba(100,228,255,.08); padding:10px; border-radius:12px; }
.docs-grid span { color:var(--muted); align-self:center; }
.muted { color:var(--muted); }
@media (max-width: 1080px) {
  .rail { position:relative; inset:auto; width:auto; margin:14px; }
  .shell { margin-left:0; padding:18px; }
  .hero, .workspace { grid-template-columns:1fr; }
  .submit-panel { position:relative; top:auto; }
}
@media (max-width: 640px) {
  .toolbar { flex-direction:column; align-items:stretch; }
  .docs-grid, .task-item { grid-template-columns:1fr; }
}

.api-live {
  margin-top: 16px;
  padding: 14px;
  border: 1px solid rgba(100,228,255,.26);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(100,228,255,.08), rgba(255,255,255,.035));
}
.api-live-head { display:flex; justify-content:space-between; align-items:center; margin-bottom:10px; color:var(--cyan); font-family:ui-monospace, monospace; font-size:12px; letter-spacing:.12em; }
.tiny-btn { border:1px solid var(--line); color:var(--ink); background:rgba(255,255,255,.06); border-radius:999px; padding:6px 10px; cursor:pointer; font-size:12px; }
.api-live > code { display:block; color:var(--acid); background:rgba(0,0,0,.24); padding:10px; border-radius:14px; overflow:auto; }
.code-duo { display:grid; grid-template-columns:1fr; gap:10px; margin-top:10px; }
.code-duo b { display:block; color:var(--muted); font-size:12px; margin-bottom:6px; font-family:ui-monospace, monospace; }
.code-duo pre { margin:0; min-height:96px; max-height:190px; overflow:auto; color:#dffcf8; background:rgba(0,0,0,.32); border:1px solid rgba(255,255,255,.08); border-radius:14px; padding:12px; font-size:12px; line-height:1.5; white-space:pre-wrap; }
.metrics-row { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; margin-top:28px; }
.metric-card { border:1px solid var(--line); border-radius:26px; background:linear-gradient(135deg, rgba(247,239,217,.08), rgba(100,228,255,.05)); padding:20px; box-shadow:var(--shadow); }
.metric-card span, .metric-card small { display:block; color:var(--muted); }
.metric-card b { display:block; margin:8px 0; color:var(--acid); font-size:34px; letter-spacing:-.05em; }
@media (max-width: 640px) { .metrics-row { grid-template-columns:1fr; } }

.hero-actions { display:flex; gap:12px; flex-wrap:wrap; margin-top:28px; }
.primary-link, .secondary-link { display:inline-flex; align-items:center; justify-content:center; min-height:46px; padding:0 18px; border-radius:999px; text-decoration:none; font-weight:900; }
.primary-link { color:#111; background:var(--acid); box-shadow:0 16px 42px rgba(214,255,63,.24); }
.secondary-link { color:var(--ink); border:1px solid var(--line); background:rgba(255,255,255,.06); }
.trust-strip { display:flex; align-items:center; gap:14px; flex-wrap:wrap; margin:6px 0 22px; padding:14px 16px; border:1px solid var(--line); border-radius:22px; background:rgba(255,255,255,.045); }
.trust-strip span { color:var(--muted); margin-right:6px; }
.trust-strip b { padding:8px 12px; border-radius:999px; background:rgba(214,255,63,.1); color:var(--ink); }
.value-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; margin-bottom:26px; }
.value-grid article { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:28px; padding:22px; background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.03)); box-shadow:var(--shadow); }
.value-grid article span { color:var(--copper); font-family:ui-monospace, monospace; }
.value-grid h3 { margin:14px 0 8px; font-size:26px; letter-spacing:-.04em; }
.value-grid p { color:var(--muted); line-height:1.6; margin:0; }
.pricing-section { margin-top:28px; padding:24px; border:1px solid var(--line); border-radius:32px; background:rgba(10,10,9,.62); box-shadow:var(--shadow); }
.pricing-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; margin-top:18px; }
.price-card { padding:22px; border:1px solid var(--line); border-radius:28px; background:rgba(255,255,255,.045); }
.price-card.featured { border-color:rgba(214,255,63,.65); background:linear-gradient(145deg, rgba(214,255,63,.16), rgba(255,255,255,.05)); transform:translateY(-6px); }
.price-card span { color:var(--cyan); font-family:ui-monospace, monospace; letter-spacing:.12em; text-transform:uppercase; font-size:12px; }
.price-card h3 { margin:12px 0 6px; font-size:46px; color:var(--acid); letter-spacing:-.06em; }
.price-card p, .price-card li { color:var(--muted); line-height:1.7; }
.price-card ul { padding-left:18px; min-height:112px; }
.price-card a { display:flex; justify-content:center; align-items:center; min-height:44px; border-radius:16px; text-decoration:none; color:#111; background:var(--acid); font-weight:900; }
.commercial-footer { display:flex; justify-content:space-between; align-items:center; gap:18px; margin-top:30px; padding:24px; border:1px solid var(--line); border-radius:30px; background:linear-gradient(100deg, rgba(214,255,63,.15), rgba(100,228,255,.08)); }
.commercial-footer b { font-size:24px; }
.commercial-footer p { color:var(--muted); margin:6px 0 0; }
@media (max-width: 900px) { .value-grid, .pricing-grid { grid-template-columns:1fr; } .commercial-footer { flex-direction:column; align-items:flex-start; } }

.card-link { position:relative; z-index:2; display:inline-flex; margin-top:16px; min-height:38px; align-items:center; justify-content:center; padding:0 13px; border-radius:999px; text-decoration:none; color:#111; background:var(--acid); font-weight:900; font-size:13px; }
.detail-shell .detail-hero { min-height: 320px; display:grid; grid-template-columns:minmax(0, 1fr) 300px; gap:24px; align-items:stretch; }
.feature-price-card { align-self:end; min-height:220px; border:1px solid rgba(214,255,63,.42); border-radius:34px; background:linear-gradient(145deg, rgba(214,255,63,.18), rgba(100,228,255,.08)); box-shadow:var(--shadow); padding:26px; display:flex; flex-direction:column; justify-content:end; }
.feature-price-card span, .feature-price-card small { color:var(--muted); }
.feature-price-card b { color:var(--acid); font-size:56px; letter-spacing:-.07em; margin:10px 0; }
.feature-layout { display:grid; grid-template-columns:minmax(0, .95fr) minmax(360px, 1.05fr); gap:24px; align-items:start; margin-top:26px; }
.feature-submit { position:relative; top:auto; }
.api-live.standalone { margin-top:16px; }
@media (max-width: 1080px) { .detail-shell .detail-hero, .feature-layout { grid-template-columns:1fr; } }

.ops-hero { min-height:340px; display:grid; grid-template-columns:minmax(0, 1fr) 340px; gap:24px; align-items:stretch; }
.ops-live-card { align-self:end; min-height:220px; border:1px solid rgba(255,138,61,.42); border-radius:34px; padding:26px; background:linear-gradient(145deg, rgba(255,138,61,.18), rgba(214,255,63,.08)); box-shadow:var(--shadow); display:flex; flex-direction:column; justify-content:end; }
.ops-live-card span, .ops-live-card small { color:var(--muted); }
.ops-live-card b { color:var(--copper); font-size:34px; letter-spacing:-.05em; margin:12px 0; }
.ops-kpis { display:grid; grid-template-columns:repeat(4, minmax(0, 1fr)); gap:16px; margin:26px 0; }
.ops-kpis article { padding:20px; border:1px solid var(--line); border-radius:26px; background:rgba(255,255,255,.055); box-shadow:var(--shadow); }
.ops-kpis span, .ops-kpis small { color:var(--muted); }
.ops-kpis b { display:block; margin:8px 0; color:var(--acid); font-size:36px; letter-spacing:-.06em; }
.ops-board { display:grid; grid-template-columns:1.1fr .9fr; gap:22px; }
.ops-panel, .campaign-section, .lead-card { border:1px solid var(--line); border-radius:32px; background:rgba(10,10,9,.62); box-shadow:var(--shadow); padding:24px; }
.hot-list { display:grid; gap:10px; margin-top:14px; }
.hot-item { display:grid; grid-template-columns:52px 1fr 44px; gap:12px; align-items:center; text-decoration:none; color:var(--ink); padding:14px; border:1px solid var(--line); border-radius:20px; background:rgba(255,255,255,.045); }
.hot-item small { display:block; color:var(--muted); margin-top:5px; }
.hot-item em { color:var(--acid); font-style:normal; font-weight:900; text-align:right; }
.rank { color:var(--copper); font-family:ui-monospace, monospace; }
.funnel { display:grid; gap:12px; margin-top:18px; }
.funnel div { position:relative; display:flex; justify-content:space-between; padding:14px 16px; border-radius:18px; overflow:hidden; background:rgba(255,255,255,.045); }
.funnel div:before { content:""; position:absolute; inset:0 auto 0 0; width:var(--w); background:linear-gradient(90deg, rgba(214,255,63,.26), rgba(100,228,255,.1)); }
.funnel b, .funnel span { position:relative; z-index:1; }
.campaign-section { margin-top:24px; }
.campaign-grid { display:grid; grid-template-columns:repeat(3, minmax(0, 1fr)); gap:16px; margin-top:18px; }
.campaign-grid article { padding:22px; border-radius:26px; border:1px solid var(--line); background:linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.035)); }
.campaign-grid span { color:var(--cyan); font-family:ui-monospace, monospace; font-size:12px; letter-spacing:.12em; }
.campaign-grid h3 { margin:12px 0 8px; font-size:28px; letter-spacing:-.05em; }
.campaign-grid p { color:var(--muted); line-height:1.65; }
.campaign-grid a { color:#111; background:var(--acid); text-decoration:none; padding:10px 13px; border-radius:999px; font-weight:900; display:inline-flex; }
.lead-card { margin-top:24px; display:grid; grid-template-columns:.9fr 1.1fr; gap:22px; align-items:center; }
.lead-card p { color:var(--muted); line-height:1.65; }
.lead-form { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.lead-form input, .lead-form select { width:100%; color:var(--ink); background:rgba(255,255,255,.06); border:1px solid var(--line); border-radius:16px; padding:13px 14px; outline:0; }
.lead-form button { grid-column:1 / -1; }
@media (max-width: 1080px) { .ops-hero, .ops-board, .lead-card { grid-template-columns:1fr; } .ops-kpis, .campaign-grid { grid-template-columns:repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .ops-kpis, .campaign-grid, .lead-form { grid-template-columns:1fr; } }

.storage-box { display:grid; gap:12px; padding:14px; border:1px solid rgba(100,228,255,.24); border-radius:20px; background:linear-gradient(180deg, rgba(100,228,255,.07), rgba(255,255,255,.035)); }
.storage-title { display:flex; justify-content:space-between; gap:12px; align-items:flex-end; }
.storage-title b { color:var(--cyan); }
.storage-title small { color:var(--muted); }
.storage-box .field { margin:0; }

/* ===== AI Toolbox Redesign v2 ===== */
.landing-v2 {
  --v2-bg: #080d12;
  --v2-panel: rgba(255, 255, 255, .07);
  --v2-panel-2: rgba(255, 255, 255, .11);
  --v2-line: rgba(221, 242, 236, .16);
  --v2-text: #f8f3df;
  --v2-muted: #9faea9;
  --v2-lime: #d8ff4f;
  --v2-cyan: #4fe8ff;
  --v2-gold: #ffb45c;
  --v2-red: #ff6b6b;
  --v2-shadow: 0 28px 90px rgba(0, 0, 0, .38);
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 6%, rgba(216,255,79,.18), transparent 27%),
    radial-gradient(circle at 88% 8%, rgba(79,232,255,.16), transparent 26%),
    radial-gradient(circle at 60% 82%, rgba(255,180,92,.10), transparent 34%),
    linear-gradient(135deg, #071016, #0c1114 48%, #111008);
  color: var(--v2-text);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", system-ui, sans-serif;
}
.landing-v2 .grain { opacity: .14; }
.aurora { position: fixed; pointer-events: none; filter: blur(60px); opacity: .5; z-index: 0; }
.aurora-a { width: 420px; height: 420px; left: 8%; top: 18%; background: rgba(216,255,79,.16); border-radius: 50%; }
.aurora-b { width: 520px; height: 360px; right: 4%; top: 2%; background: rgba(79,232,255,.13); border-radius: 50%; }
.topbar-v2 {
  position: sticky; top: 16px; z-index: 20;
  width: min(1440px, calc(100% - 40px)); margin: 16px auto 0;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 12px 14px;
  border: 1px solid var(--v2-line); border-radius: 24px;
  background: rgba(7, 14, 18, .68); backdrop-filter: blur(22px);
  box-shadow: 0 14px 60px rgba(0,0,0,.26);
}
.logo-v2 { display: inline-flex; align-items: center; gap: 10px; color: var(--v2-text); text-decoration: none; }
.logo-v2 span { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; color: #111; background: linear-gradient(135deg, var(--v2-lime), var(--v2-cyan)); font-weight: 1000; }
.logo-v2 b { font-size: 18px; letter-spacing: -.02em; }
.nav-v2 { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.nav-v2 a, .login-link { color: var(--v2-muted); text-decoration: none; padding: 10px 12px; border-radius: 999px; font-size: 14px; }
.nav-v2 a:hover, .login-link:hover { color: var(--v2-text); background: rgba(255,255,255,.07); }
.top-actions-v2 { display: flex; align-items: center; gap: 8px; }
.cta-link, .primary-v2 { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; color: #10130d; background: var(--v2-lime); border-radius: 999px; font-weight: 900; text-decoration: none; box-shadow: 0 14px 44px rgba(216,255,79,.22); }
.page-v2 { position: relative; z-index: 1; width: min(1440px, calc(100% - 40px)); margin: 0 auto; padding: 54px 0 80px; }
.hero-v2 { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 28px; align-items: center; min-height: 690px; }
.label-v2 { color: var(--v2-lime); font-size: 12px; letter-spacing: .2em; font-weight: 900; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.hero-copy-v2 h1 { max-width: 860px; margin: 18px 0 22px; font-size: clamp(48px, 7vw, 104px); line-height: .92; letter-spacing: -.085em; font-weight: 1000; }
.hero-copy-v2 p { max-width: 760px; color: var(--v2-muted); font-size: 19px; line-height: 1.85; }
.hero-buttons-v2 { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.secondary-v2 { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; color: var(--v2-text); border: 1px solid var(--v2-line); background: rgba(255,255,255,.06); border-radius: 999px; text-decoration: none; font-weight: 900; }
.hero-proof-v2 { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof-v2 span { padding: 12px 14px; border: 1px solid var(--v2-line); border-radius: 18px; background: rgba(255,255,255,.045); color: var(--v2-muted); }
.hero-proof-v2 b { color: var(--v2-cyan); margin-right: 4px; }
.hero-console-v2 { border: 1px solid rgba(221,242,236,.20); border-radius: 34px; padding: 22px; background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.045)); backdrop-filter: blur(26px); box-shadow: var(--v2-shadow); position: relative; overflow: hidden; }
.hero-console-v2:before { content: ""; position: absolute; inset: -120px -120px auto auto; width: 260px; height: 260px; border-radius: 50%; background: rgba(79,232,255,.16); }
.console-head-v2 { position: relative; display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.console-head-v2 b { margin-right: auto; }
.console-head-v2 small { color: var(--v2-muted); }
.status-dot-v2 { width: 10px; height: 10px; background: #67ff9a; border-radius: 50%; box-shadow: 0 0 0 8px rgba(103,255,154,.1); }
.console-grid-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.mini-stat-v2 { padding: 14px; border: 1px solid var(--v2-line); border-radius: 20px; background: rgba(0,0,0,.18); }
.mini-stat-v2 span { display: block; color: var(--v2-muted); font-size: 12px; margin-bottom: 8px; }
.mini-stat-v2 b { color: var(--v2-lime); }
.console-desc-v2 { color: var(--v2-muted); line-height: 1.6; }
.compact-form-v2 { max-height: 460px; overflow: auto; padding-right: 4px; }
.landing-v2 .field { gap: 7px; }
.landing-v2 .field span { color: #b8c5c0; }
.landing-v2 .field input, .landing-v2 .field textarea, .landing-v2 .field select { background: rgba(0,0,0,.22); border-color: var(--v2-line); color: var(--v2-text); }
.landing-v2 .field textarea { min-height: 74px; }
.compact-storage-v2 { padding: 12px; border: 1px solid rgba(79,232,255,.22); border-radius: 18px; background: rgba(79,232,255,.055); }
.compact-storage-v2 summary { cursor: pointer; color: var(--v2-cyan); font-weight: 900; }
.compact-storage-v2 summary small { color: var(--v2-muted); font-weight: 400; margin-left: 6px; }
.api-card-v2 { margin-top: 14px; padding: 12px; border: 1px solid rgba(79,232,255,.24); border-radius: 20px; background: rgba(0,0,0,.24); }
.api-line-v2 { display: flex; align-items: center; gap: 8px; }
.api-line-v2 span { color: #111; background: var(--v2-cyan); padding: 6px 8px; border-radius: 10px; font-size: 12px; font-weight: 1000; }
.api-line-v2 code { color: var(--v2-lime); overflow: hidden; text-overflow: ellipsis; }
.api-line-v2 button { margin-left: auto; border: 1px solid var(--v2-line); background: rgba(255,255,255,.06); color: var(--v2-text); border-radius: 999px; padding: 6px 10px; cursor: pointer; }
.json-pair-v2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 10px; }
.json-pair-v2 pre { margin: 0; min-height: 105px; max-height: 180px; overflow: auto; font-size: 11px; line-height: 1.45; color: #d9fff9; padding: 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 14px; background: rgba(0,0,0,.26); white-space: pre-wrap; }
.brand-strip-v2 { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 8px 0 56px; padding: 16px; border: 1px solid var(--v2-line); border-radius: 24px; background: rgba(255,255,255,.045); }
.brand-strip-v2 span { color: var(--v2-muted); }
.brand-strip-v2 b { padding: 8px 12px; border-radius: 999px; background: rgba(216,255,79,.1); }
.section-head-v2 { display: flex; align-items: end; justify-content: space-between; gap: 24px; padding-top: 20px; margin-bottom: 18px; }
.section-head-v2 h2, .panel-v2 h2, .pricing-v2 h2, .footer-cta-v2 h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 52px); letter-spacing: -.06em; }
.search-panel-v2 { min-width: min(540px, 100%); display: grid; gap: 10px; }
.landing-v2 .search-wrap { border-color: var(--v2-line); background: rgba(255,255,255,.06); }
.landing-v2 .chip { border-color: var(--v2-line); background: rgba(255,255,255,.06); color: var(--v2-muted); }
.landing-v2 .chip.active { color: #111; background: var(--v2-lime); }
.tool-grid-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.tool-card-v2 { min-height: 260px; padding: 20px; border: 1px solid var(--v2-line); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 18px 50px rgba(0,0,0,.24); cursor: pointer; transition: transform .24s ease, border-color .24s ease, background .24s ease; position: relative; overflow: hidden; }
.tool-card-v2:after { content: ""; position: absolute; width: 130px; height: 130px; right: -44px; bottom: -50px; border-radius: 50%; background: rgba(216,255,79,.12); transition: transform .24s ease; }
.tool-card-v2:hover, .tool-card-v2.selected { transform: translateY(-5px); border-color: rgba(216,255,79,.5); background: linear-gradient(145deg, rgba(216,255,79,.12), rgba(255,255,255,.045)); }
.tool-card-v2:hover:after, .tool-card-v2.selected:after { transform: scale(1.4); }
.tool-card-head-v2 { display: flex; align-items: center; justify-content: space-between; }
.tool-icon-v2 { font-size: 34px; }
.tool-badge-v2 { font-size: 12px; padding: 7px 10px; color: #111; background: var(--v2-gold); border-radius: 999px; font-weight: 900; }
.tool-card-v2 h3 { margin: 18px 0 10px; font-size: 25px; letter-spacing: -.05em; }
.tool-card-v2 p { color: var(--v2-muted); line-height: 1.6; min-height: 76px; }
.tool-meta-v2 { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 18px; }
.tool-meta-v2 strong { color: var(--v2-lime); }
.tool-meta-v2 a { color: #111; background: var(--v2-lime); border-radius: 999px; padding: 8px 10px; text-decoration: none; font-weight: 900; font-size: 13px; }
.metrics-v2 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 54px 0 22px; }
.metrics-v2 article, .panel-v2, .pricing-v2, .footer-cta-v2 { border: 1px solid var(--v2-line); border-radius: 30px; background: rgba(255,255,255,.055); box-shadow: var(--v2-shadow); }
.metrics-v2 article { padding: 22px; }
.metrics-v2 span, .metrics-v2 small { color: var(--v2-muted); }
.metrics-v2 b { display: block; margin: 8px 0; font-size: 36px; color: var(--v2-lime); letter-spacing: -.06em; }
.split-v2 { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; margin-top: 18px; }
.panel-v2 { padding: 24px; }
.ranking-v2 { display: grid; gap: 10px; margin-top: 20px; }
.ranking-v2 a { display: grid; grid-template-columns: 52px 1fr 46px; align-items: center; gap: 10px; padding: 14px; color: var(--v2-text); text-decoration: none; border: 1px solid var(--v2-line); border-radius: 18px; background: rgba(0,0,0,.18); }
.ranking-v2 span { color: var(--v2-gold); font-family: ui-monospace, monospace; }
.ranking-v2 em { color: var(--v2-lime); font-style: normal; text-align: right; font-weight: 1000; }
.task-item-v2 { background: rgba(0,0,0,.18); }
.pricing-v2 { margin-top: 18px; padding: 26px; }
.no-pad { padding-top: 0; }
.pricing-v2 .section-head-v2 p { color: var(--v2-muted); }
.footer-cta-v2 { margin-top: 22px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: linear-gradient(135deg, rgba(216,255,79,.14), rgba(79,232,255,.08)); }
.footer-cta-v2 p { color: var(--v2-muted); line-height: 1.7; }
.landing-v2 .primary-btn { background: var(--v2-lime); color: #111; }
.landing-v2 .submit-result { background: rgba(0,0,0,.22); border-color: var(--v2-line); }
.fatal { color: var(--v2-red); padding: 24px; }
@media (max-width: 1180px) {
  .hero-v2, .split-v2 { grid-template-columns: 1fr; }
  .tool-grid-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .metrics-v2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topbar-v2 { align-items: flex-start; flex-wrap: wrap; }
}
@media (max-width: 720px) {
  .page-v2, .topbar-v2 { width: min(100% - 24px, 1440px); }
  .hero-v2 { min-height: auto; padding-top: 30px; }
  .hero-copy-v2 h1 { font-size: 46px; }
  .hero-console-v2 { border-radius: 24px; padding: 16px; }
  .tool-grid-v2, .metrics-v2, .json-pair-v2, .console-grid-v2 { grid-template-columns: 1fr; }
  .section-head-v2, .footer-cta-v2 { flex-direction: column; align-items: flex-start; }
  .nav-v2 { order: 3; width: 100%; }
}

/* ===== Screenshot matched homepage ===== */
.shot-ui {
  --shot-bg: #050b14;
  --shot-panel: rgba(13, 24, 38, .78);
  --shot-panel-soft: rgba(19, 33, 50, .68);
  --shot-line: rgba(101, 163, 214, .25);
  --shot-text: #f5f8ff;
  --shot-muted: #8fa4ba;
  --shot-lime: #c8ff36;
  --shot-cyan: #1bc7ff;
  --shot-blue: #2b8cff;
  --shot-card: #0b1726;
  margin: 0;
  min-height: 100vh;
  color: var(--shot-text);
  background: radial-gradient(circle at 72% 34%, rgba(26, 138, 255, .22), transparent 28%), linear-gradient(180deg, #040914 0%, #07101d 52%, #08111c 100%);
  font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
}
.shot-ui:before { content:""; position:fixed; inset:0; pointer-events:none; background: radial-gradient(ellipse at 78% 42%, rgba(34, 177, 255, .14), transparent 30%), linear-gradient(90deg, transparent, rgba(39, 165, 255, .05), transparent); z-index:0; }
.shot-bg-grid { position: fixed; inset: 0; opacity: .28; background-image: linear-gradient(rgba(49,149,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(49,149,255,.08) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, transparent, #000 30%, #000 75%, transparent); pointer-events: none; }
.shot-bg-grid:after { content:""; position:absolute; left:0; right:0; bottom:170px; height:160px; background: radial-gradient(ellipse at 75% 50%, rgba(41,159,255,.38), transparent 34%); filter: blur(24px); }
.shot-glow { position: fixed; border-radius: 50%; filter: blur(55px); pointer-events: none; z-index: 0; }
.shot-glow-a { width: 360px; height: 260px; left: 8%; top: 16%; background: rgba(194,255,54,.10); }
.shot-glow-b { width: 520px; height: 320px; right: 8%; top: 18%; background: rgba(27,199,255,.16); }
.shot-nav { position: relative; z-index: 5; width: min(1440px, calc(100% - 96px)); height: 64px; margin: 0 auto; display:flex; align-items:center; justify-content:space-between; border-bottom:1px solid rgba(94,147,197,.18); }
.shot-logo { display:flex; align-items:center; gap:10px; color:#fff; text-decoration:none; }
.shot-logo b { font-size:24px; font-weight:900; letter-spacing:-.03em; }
.cube-mark { width:30px; height:30px; display:block; border-radius:8px; background: conic-gradient(from 210deg, #7cff47, #c8ff36, #31d3ff, #7cff47); box-shadow: 0 0 22px rgba(200,255,54,.35); position:relative; }
.cube-mark:after { content:""; position:absolute; inset:7px; border-radius:4px; background:#07101d; opacity:.65; }
.shot-nav nav { display:flex; gap:52px; }
.shot-nav nav a { color:#d9e7f8; text-decoration:none; font-weight:700; font-size:15px; }
.shot-actions { display:flex; gap:14px; align-items:center; }
.btn-ghost-shot, .btn-primary-shot { min-height:34px; padding:0 18px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; text-decoration:none; font-size:14px; font-weight:800; }
.btn-ghost-shot { color:#fff; border:1px solid rgba(255,255,255,.3); background:rgba(255,255,255,.03); }
.btn-primary-shot { color:#06101a; background:linear-gradient(90deg, var(--shot-lime), var(--shot-cyan)); }
.shot-page { position: relative; z-index: 2; width: min(1440px, calc(100% - 96px)); margin: 0 auto; padding-bottom: 38px; }
.shot-hero { display:grid; grid-template-columns: .96fr 1.04fr; gap: 48px; align-items:center; min-height: 392px; padding: 34px 0 0; }
.shot-hero-left h1 { margin:0; font-size: 58px; line-height:1.14; letter-spacing:-.06em; font-weight:1000; text-shadow:0 8px 30px rgba(0,0,0,.4); }
.shot-hero-left h1 em { color: var(--shot-lime); font-style:normal; text-shadow:0 0 28px rgba(200,255,54,.4); }
.shot-hero-left p { width: 620px; max-width:100%; color:#8da4b9; font-size:17px; line-height:1.8; margin:18px 0 18px; }
.benefits-row { display:flex; gap:32px; margin: 22px 0 22px; }
.benefits-row div { display:grid; grid-template-columns:42px 1fr; column-gap:12px; align-items:center; }
.benefits-row i { grid-row:1/3; width:42px; height:42px; border-radius:12px; display:grid; place-items:center; background:linear-gradient(135deg, rgba(200,255,54,.95), rgba(111,255,67,.72)); color:#06101a; font-style:normal; font-size:22px; box-shadow:0 12px 28px rgba(200,255,54,.16); }
.benefits-row b { font-size:15px; }
.benefits-row span { color:#8298ac; font-size:12px; margin-top:4px; }
.hero-cta-row { display:flex; align-items:center; gap:20px; }
.btn-primary-shot.large { min-height:44px; min-width:150px; border-radius:10px; box-shadow: 0 14px 36px rgba(37,180,255,.24); }
.video-link-shot { display:flex; align-items:center; gap:10px; color:#dce9f6; text-decoration:none; font-weight:700; }
.video-link-shot span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; border:1px solid rgba(255,255,255,.24); }
.dashboard-shot { min-height: 362px; border:1px solid rgba(58,166,255,.62); border-radius:18px; background:linear-gradient(145deg, rgba(14,31,54,.92), rgba(8,17,30,.88)); box-shadow:0 0 0 1px rgba(255,255,255,.04) inset, 0 0 36px rgba(38,159,255,.42), 0 26px 80px rgba(0,0,0,.55); padding:22px; display:grid; grid-template-columns:1fr 1fr; gap:14px; position:relative; }
.dashboard-shot:before { content:""; position:absolute; inset:0; border-radius:18px; background:linear-gradient(135deg, rgba(255,255,255,.12), transparent 28%, rgba(42,174,255,.08)); pointer-events:none; }
.dash-card { position:relative; border:1px solid rgba(113,156,198,.15); border-radius:12px; background:rgba(5,12,22,.58); padding:16px; overflow:hidden; }
.dash-title { display:flex; justify-content:space-between; align-items:center; color:#c8d7e6; margin-bottom:12px; font-size:13px; }
.dash-title button, .dash-title em, .dash-title small { border:0; color:#aebed0; background:rgba(255,255,255,.08); border-radius:8px; padding:5px 8px; font-style:normal; font-size:11px; }
.dash-title .done { color:#53ff9a; background:rgba(83,255,154,.12); }
.code-card-shot pre { color:#9dff65; font-size:12px; line-height:1.6; margin:0; max-height:154px; overflow:hidden; }
.bar-shot { height:8px; background:rgba(255,255,255,.08); border-radius:999px; overflow:hidden; margin:22px 0 18px; }
.bar-shot i { display:block; width:78%; height:100%; background:linear-gradient(90deg, #16e4e7, #258dff); border-radius:999px; }
.progress-card-shot dl { display:grid; grid-template-columns:70px 1fr; gap:12px 10px; font-size:12px; }
.progress-card-shot dt { color:#70859a; }
.progress-card-shot dd { margin:0; color:#e7f1ff; text-align:right; }
.balance-card-shot strong { display:block; font-size:30px; letter-spacing:-.04em; margin:14px 0 3px; }
.balance-card-shot small { color:#91a5b8; }
.spark-shot { height:46px; margin-top:10px; background:linear-gradient(160deg, transparent 40%, rgba(71,255,92,.18)), linear-gradient(170deg, transparent 55%, rgba(71,255,92,.44) 56%, transparent 59%); border-bottom:1px solid rgba(83,255,154,.25); }
.result-card-shot label { color:#8197aa; font-size:12px; }
.url-pill-shot { margin:8px 0 12px; padding:9px 10px; border-radius:8px; background:rgba(255,255,255,.07); color:#b9cce0; font-size:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.result-actions-shot { display:grid; grid-template-columns:1fr 1fr; gap:8px; }
.result-actions-shot button { border:0; color:#cdd9e8; border-radius:8px; padding:9px; background:rgba(255,255,255,.08); }
.tools-strip-shot { margin-top: 14px; }
.tools-head-shot { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-bottom:12px; }
.shot-search { width:360px; min-height:40px; padding:8px 12px; border-radius:12px; background:rgba(12,26,43,.75); border:1px solid rgba(93,153,204,.18); }
.shot-chips { justify-content:flex-end; }
.shot-chips .chip { padding:8px 11px; font-size:12px; background:rgba(12,26,43,.75); border-color:rgba(93,153,204,.2); }
.shot-chips .chip.active { background:var(--shot-lime); color:#06101a; }
.tool-carousel-shot { display:grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap:12px; }
.shot-tool-card { min-height:116px; border:1px solid rgba(88,145,193,.24); border-radius:12px; background:linear-gradient(135deg, rgba(22,43,67,.88), rgba(8,17,29,.92)); box-shadow:0 16px 42px rgba(0,0,0,.26); padding:12px; display:grid; grid-template-columns:78px 1fr; gap:12px; cursor:pointer; transition:.2s; }
.shot-tool-card:hover, .shot-tool-card.selected { transform:translateY(-4px); border-color:rgba(80,190,255,.75); box-shadow:0 18px 48px rgba(39,161,255,.22); }
.shot-thumb { border-radius:10px; display:grid; place-items:center; font-size:34px; background:linear-gradient(145deg, rgba(58,159,255,.22), rgba(255,255,255,.06)); overflow:hidden; }
.thumb-0 { background:linear-gradient(145deg,#27384f,#c9d8e6); } .thumb-1 { background:radial-gradient(circle,#18d5ff,transparent 48%),#071624; } .thumb-2 { background:linear-gradient(135deg,#a4d5ff,#1a3654); } .thumb-3 { background:linear-gradient(135deg,#13243b,#2b65ff); } .thumb-4 { background:linear-gradient(135deg,#bde1ff,#375a88); } .thumb-5 { background:linear-gradient(135deg,#f8f2e9,#52606d); }
.shot-tool-info h3 { margin:0 0 4px; font-size:15px; }
.shot-tool-info p { color:#7f94a9; font-size:11px; line-height:1.45; margin:0 0 6px; height:31px; overflow:hidden; }
.shot-tool-info strong { display:block; color:#fff; font-size:18px; }
.shot-tool-info strong small { color:#8ca0b3; font-size:11px; font-weight:400; }
.shot-tool-info a { display:inline-flex; margin-top:5px; padding:5px 12px; border-radius:999px; background:var(--shot-lime); color:#07101d; text-decoration:none; font-size:12px; font-weight:900; }
.bottom-grid-shot { display:grid; grid-template-columns: 1.25fr .55fr .9fr; gap:16px; margin-top:16px; }
.bottom-panel-shot { border:1px solid rgba(88,145,193,.22); border-radius:12px; background:linear-gradient(145deg, rgba(16,32,52,.86), rgba(8,17,29,.9)); box-shadow:0 16px 42px rgba(0,0,0,.22); padding:16px; }
.panel-head-shot { display:flex; justify-content:space-between; align-items:center; margin-bottom:14px; }
.panel-head-shot h2 { margin:0; font-size:18px; }
.panel-head-shot a, .panel-head-shot button { color:#87a4c0; background:rgba(255,255,255,.05); border:0; text-decoration:none; border-radius:8px; padding:7px 9px; font-size:12px; }
.plans-shot { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; }
.plans-shot article { position:relative; padding:14px; border-radius:10px; background:rgba(4,12,22,.5); border:1px solid rgba(255,255,255,.06); }
.plans-shot article.recommend { border-color:rgba(200,255,54,.38); box-shadow:0 0 0 1px rgba(200,255,54,.14) inset; }
.plans-shot em { position:absolute; right:10px; top:8px; font-style:normal; color:#06101d; background:rgba(200,255,54,.7); border-radius:999px; padding:3px 8px; font-size:11px; }
.plans-shot span { color:#dbe8f4; font-size:13px; }
.plans-shot b { display:inline-block; font-size:24px; margin-top:12px; }
.plans-shot small { color:#8aa0b4; }
.plans-shot p { color:#91a5b7; font-size:12px; line-height:1.7; }
.plans-shot button { width:100%; border:0; border-radius:8px; padding:9px; color:#fff; background:rgba(255,255,255,.08); }
.plans-shot .recommend button { background:var(--shot-lime); color:#06101d; font-weight:900; }
.ranking-shot ol { list-style:none; padding:0; margin:0; display:grid; gap:10px; }
.ranking-shot li { display:grid; grid-template-columns:26px 1fr auto; gap:10px; align-items:center; font-size:13px; }
.ranking-shot li span { width:18px; height:18px; border-radius:50%; display:grid; place-items:center; background:rgba(255,180,92,.7); color:#07101d; font-size:11px; font-weight:900; }
.ranking-shot li em { color:#8fa4b8; font-style:normal; font-size:12px; }
.overview-grid-shot { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.overview-grid-shot div { min-height:76px; position:relative; }
.overview-grid-shot div:after { content:""; position:absolute; right:4px; bottom:8px; width:70px; height:32px; background:linear-gradient(170deg, transparent 45%, rgba(0,217,255,.75) 46%, transparent 52%), linear-gradient(160deg, transparent 40%, rgba(20,255,148,.2)); }
.overview-grid-shot span { color:#90a5b8; font-size:12px; }
.overview-grid-shot b { display:block; margin:8px 0 2px; font-size:22px; letter-spacing:-.04em; }
.overview-grid-shot small { color:#79ff75; font-size:12px; }
.hidden-console-shot { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; }
@media (max-width: 1200px) { .shot-hero, .bottom-grid-shot { grid-template-columns:1fr; } .tool-carousel-shot { grid-template-columns:repeat(3,1fr); } .shot-nav nav { gap:18px; } }
@media (max-width: 760px) { .shot-nav, .shot-page { width:calc(100% - 24px); } .shot-nav { height:auto; padding:14px 0; flex-wrap:wrap; } .shot-nav nav { order:3; width:100%; flex-wrap:wrap; } .shot-hero-left h1 { font-size:42px; } .benefits-row, .tools-head-shot { flex-direction:column; align-items:flex-start; } .dashboard-shot, .tool-carousel-shot, .plans-shot, .overview-grid-shot { grid-template-columns:1fr; } }

/* ===== GPT-Image-2 style tool detail pages ===== */
.tool-detail-v3 {
  --td-bg:#050b14; --td-panel:rgba(13,27,44,.78); --td-soft:rgba(18,36,58,.62); --td-line:rgba(87,161,224,.22);
  --td-text:#f5f8ff; --td-muted:#8fa6bb; --td-lime:#c8ff36; --td-cyan:#24d8ff; --td-blue:#318cff; --td-red:#ff6b6b;
  margin:0; min-height:100vh; color:var(--td-text); font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;
  background: radial-gradient(circle at 78% 18%, rgba(36,216,255,.18), transparent 28%), radial-gradient(circle at 18% 20%, rgba(200,255,54,.12), transparent 24%), linear-gradient(135deg,#050914,#0a1524 55%,#08101b);
}
.td-bg-grid{position:fixed;inset:0;opacity:.25;background-image:linear-gradient(rgba(49,149,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(49,149,255,.08) 1px,transparent 1px);background-size:70px 70px;pointer-events:none;mask-image:linear-gradient(to bottom,#000,transparent 90%)}
.td-glow{position:fixed;border-radius:50%;filter:blur(60px);pointer-events:none;opacity:.45}.td-glow-a{width:420px;height:300px;background:var(--td-cyan);right:8%;top:10%}.td-glow-b{width:360px;height:260px;background:var(--td-lime);left:6%;bottom:18%}
.td-nav{position:relative;z-index:2;width:min(1360px,calc(100% - 64px));height:70px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--td-line)}
.td-logo{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.td-logo span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,var(--td-lime),var(--td-cyan));color:#07101b;font-weight:1000}.td-logo b{font-size:22px}.td-nav nav{display:flex;gap:34px}.td-nav nav a{color:#d7e7f8;text-decoration:none}.td-back,.td-primary,.td-secondary{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:12px;font-weight:900}.td-back{border:1px solid var(--td-line);color:#fff;padding:10px 16px;background:rgba(255,255,255,.05)}
.td-page{position:relative;z-index:1;width:min(1360px,calc(100% - 64px));margin:0 auto;padding:38px 0 70px}.td-hero{display:grid;grid-template-columns:1fr 310px;gap:26px;align-items:stretch;margin-bottom:24px}.td-hero-copy,.td-price-card,.td-panel{border:1px solid var(--td-line);background:linear-gradient(145deg,rgba(15,32,53,.82),rgba(8,18,31,.82));box-shadow:0 24px 80px rgba(0,0,0,.32);border-radius:28px;backdrop-filter:blur(20px)}.td-hero-copy{padding:34px}.td-kicker{color:var(--td-lime);font-size:12px;letter-spacing:.18em;font-family:ui-monospace,monospace;font-weight:900}.td-hero-copy h1{margin:18px 0 14px;font-size:clamp(42px,6vw,76px);line-height:1;letter-spacing:-.08em}.td-hero-copy h1 span{display:inline-grid;place-items:center;width:72px;height:72px;border-radius:22px;background:linear-gradient(135deg,var(--td-lime),var(--td-cyan));color:#07101b;font-size:26px;margin-right:16px;vertical-align:middle;letter-spacing:0}.td-hero-copy h1 b{vertical-align:middle}.td-hero-copy p{max-width:760px;color:var(--td-muted);font-size:18px;line-height:1.8}.td-hero-actions{display:flex;gap:12px;margin-top:24px}.td-primary{background:var(--td-lime);color:#07101b;padding:12px 18px;border:0}.td-primary.full{width:100%;margin-top:8px}.td-secondary{color:#fff;border:1px solid var(--td-line);padding:12px 18px;background:rgba(255,255,255,.05)}.td-price-card{padding:26px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden;position:relative}.td-price-card span,.td-price-card small{color:var(--td-muted)}.td-price-card strong{font-size:50px;color:var(--td-lime);letter-spacing:-.08em;margin:12px 0}.td-price-wave{height:70px;margin-top:18px;background:linear-gradient(160deg,transparent 45%,rgba(36,216,255,.65) 46%,transparent 52%),linear-gradient(180deg,transparent,rgba(36,216,255,.1));border-bottom:1px solid rgba(36,216,255,.35)}
.td-workbench{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(420px,1.1fr);gap:22px;margin-bottom:22px}.td-panel{padding:22px}.td-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.td-panel-head span{color:var(--td-lime);font-size:12px;letter-spacing:.16em;font-family:ui-monospace,monospace}.td-panel-head h2{margin:5px 0 0;font-size:28px;letter-spacing:-.05em}.td-panel-head em,.td-panel-head button{font-style:normal;border:1px solid var(--td-line);background:rgba(255,255,255,.06);color:#d7e7f8;border-radius:999px;padding:8px 11px;cursor:pointer}.td-form{display:grid;gap:13px}.td-field{display:grid;gap:7px;color:var(--td-muted)}.td-field input,.td-field textarea,.td-field select{width:100%;border:1px solid var(--td-line);background:rgba(0,0,0,.24);color:var(--td-text);border-radius:14px;padding:12px;outline:none}.td-field textarea{min-height:92px;resize:vertical}.td-storage{border:1px solid rgba(36,216,255,.24);background:rgba(36,216,255,.06);border-radius:16px;padding:12px}.td-storage summary{cursor:pointer;color:var(--td-cyan);font-weight:900}.td-storage summary small{color:var(--td-muted);font-weight:400}.td-storage .td-field{margin-top:10px}.td-result{margin-top:14px;border:1px solid var(--td-line);background:rgba(0,0,0,.22);border-radius:16px;padding:13px;color:var(--td-muted)}.td-result.success{color:#7dff9d}.td-result.error{color:var(--td-red)}.td-endpoint{display:flex;gap:10px;align-items:center;border:1px solid rgba(36,216,255,.22);background:rgba(0,0,0,.24);border-radius:16px;padding:12px}.td-endpoint span{background:var(--td-cyan);color:#07101b;border-radius:10px;padding:6px 9px;font-weight:1000}.td-endpoint code{color:var(--td-lime);overflow:hidden;text-overflow:ellipsis}.td-json-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.td-json-grid b{display:block;color:var(--td-muted);margin-bottom:8px}.td-json-grid pre{margin:0;min-height:250px;max-height:360px;overflow:auto;border:1px solid rgba(255,255,255,.08);background:rgba(0,0,0,.28);border-radius:16px;color:#d8fff9;padding:14px;white-space:pre-wrap;font-size:12px;line-height:1.55}.td-tasks{margin-top:0}.td-task-item{background:rgba(0,0,0,.18)}@media(max-width:980px){.td-hero,.td-workbench,.td-json-grid{grid-template-columns:1fr}.td-nav,.td-page{width:calc(100% - 28px)}.td-nav{height:auto;padding:14px 0;flex-wrap:wrap}.td-nav nav{order:3;width:100%;gap:16px;flex-wrap:wrap}.td-hero-copy h1 span{width:56px;height:56px}.td-hero-copy{padding:24px}}

/* ===== Performance mode overrides ===== */
.shot-ui, .tool-detail-v3 { text-rendering: optimizeSpeed; }
.shot-glow, .td-glow, .aurora { display: none !important; }
.shot-bg-grid, .td-bg-grid { opacity: .08 !important; background-size: 120px 120px !important; }
.shot-nav, .dashboard-shot, .bottom-panel-shot, .shot-tool-card, .td-hero-copy, .td-price-card, .td-panel, .td-nav, .hero-console-v2, .submit-panel, .docs-card, .tasks-section, .pricing-v2, .panel-v2 { backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
.dashboard-shot, .bottom-panel-shot, .shot-tool-card, .td-panel, .td-hero-copy, .td-price-card { box-shadow: 0 10px 28px rgba(0,0,0,.28) !important; }
.dashboard-shot:before, .shot-tool-card:after { display: none !important; }
.spark-shot, .td-price-wave, .overview-grid-shot div:after { display: none !important; }
.code-card-shot pre, .td-json-grid pre, .json-pair-v2 pre { max-height: 220px; }
.tool-carousel-shot, .tool-grid-v2, .task-list { content-visibility: auto; contain-intrinsic-size: 600px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }


/* Local upload controls */
.local-upload-control { display: grid; gap: 8px; }
.local-upload-input[type="file"] { cursor: pointer; }
.local-upload-meta {
  border: 1px dashed rgba(80,190,255,.36);
  background: rgba(80,190,255,.07);
  color: #9db4c9;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 1.6;
  word-break: break-all;
}
.local-upload-meta a { color: #8ee6ff; text-decoration: none; }
.local-upload-meta a:hover { text-decoration: underline; }
.field .local-upload-input[type="file"],
.td-field .local-upload-input[type="file"] { padding: 11px 12px; }


/* Hide top navigation bars per deployment requirement */
.shot-nav,
.td-nav {
  display: none !important;
}
.shot-page {
  padding-top: 24px;
}
.td-page {
  padding-top: 24px !important;
}


/* Restored homepage feature cards */
.tool-carousel-shot {
  grid-template-columns: repeat(6, minmax(180px, 1fr)) !important;
  gap: 10px !important;
}
.shot-tool-card {
  min-height: 104px !important;
  grid-template-columns: 78px 1fr !important;
  padding: 10px !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, rgba(21,42,66,.96), rgba(7,16,28,.98)) !important;
  border-color: rgba(80,145,210,.38) !important;
}
.shot-tool-card[data-code="digital-human"] .shot-thumb,
.shot-tool-card[data-code="image_human"] .shot-thumb,
.shot-tool-card[data-code="aigc_digital_human"] .shot-thumb {
  background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.3), transparent 32%), linear-gradient(160deg,#eef4ff,#315070 55%,#0b1728) !important;
}
.shot-tool-card[data-code="tts"] .shot-thumb {
  background: linear-gradient(180deg, transparent 0 18%, rgba(34,196,255,.95) 18% 22%, transparent 22% 28%, rgba(34,196,255,.75) 28% 34%, transparent 34% 42%, rgba(75,220,255,.9) 42% 48%, transparent 48% 56%, rgba(34,196,255,.55) 56% 62%, transparent 62%), #07192b !important;
}
.shot-tool-card[data-code="watermark-remove"] .shot-thumb,
.shot-tool-card[data-code="flashvsr"] .shot-thumb {
  background: linear-gradient(135deg,#d7e7f5 0 48%, #1c3859 48% 52%, #6f9cc3 52% 100%) !important;
}
.shot-tool-card[data-code="smart-cut"] .shot-thumb {
  background: linear-gradient(180deg,#0d1b2c,#102f4c), repeating-linear-gradient(0deg, transparent 0 10px, rgba(108,213,255,.8) 11px 13px) !important;
}
.shot-tool-card[data-code="dressing-diffusion"] .shot-thumb,
.shot-tool-card[data-code="aigc_fitting"] .shot-thumb {
  background: linear-gradient(90deg,#f4f0ec 0 48%,#d8e0ee 48% 52%,#f5f3f0 52% 100%) !important;
}
.shot-thumb span {
  font-size: 12px !important;
  letter-spacing: .04em;
  opacity: .9;
  color: rgba(255,255,255,.86);
  text-shadow: 0 1px 8px rgba(0,0,0,.45);
}
.shot-tool-info h3 {
  color: #f4f8ff !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}
.shot-tool-info p {
  height: 28px !important;
  color: #9fb3c8 !important;
}
.shot-tool-info strong {
  color: #fff7ca !important;
  font-size: 17px !important;
  text-shadow: 0 0 16px rgba(255,226,120,.2);
}
.shot-tool-info a {
  margin-top: 4px !important;
  padding: 4px 12px !important;
  background: #caff3c !important;
  box-shadow: 0 0 18px rgba(202,255,60,.25);
}
@media (max-width: 1200px) {
  .tool-carousel-shot { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (max-width: 760px) {
  .tool-carousel-shot { grid-template-columns: 1fr !important; }
}


/* Show every existing app on homepage */
.tools-meta-shot {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1;
}
#toolsCount {
  color: #8fa7bd;
  font-size: 12px;
  padding: 7px 10px;
  border: 1px solid rgba(93,153,204,.22);
  border-radius: 999px;
  background: rgba(12,26,43,.5);
  white-space: nowrap;
}
.tools-strip-shot .tool-carousel-shot {
  align-items: stretch;
}


/* Put all app cards above the hero so they are visible immediately */
.shot-page > .tools-strip-shot:first-child {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
  padding: 10px;
  border: 1px solid rgba(88,145,193,.16);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(9,21,36,.72), rgba(5,12,22,.34));
}
.shot-page > .tools-strip-shot:first-child + .shot-hero {
  margin-top: 8px;
}


/* Emergency visible app grid: cards must show even if JS fails */
#tools {
  display: block !important;
  min-height: 150px !important;
  overflow: visible !important;
}
#appGrid.tool-carousel-shot {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-height: 110px !important;
  margin-top: 12px !important;
}
#appGrid .shot-tool-card {
  display: grid !important;
  visibility: visible !important;
  opacity: 1 !important;
}


/* Move homepage app cards down */
.shot-page > .tools-strip-shot:first-child {
  margin-top: 72px !important;
}
#appGrid.tool-carousel-shot {
  margin-top: 28px !important;
}


/* Place tools above pricing section */
.shot-hero + .tools-strip-shot {
  margin-top: 18px !important;
  margin-bottom: 16px !important;
}
.shot-hero + .tools-strip-shot #appGrid.tool-carousel-shot {
  margin-top: 14px !important;
}


/* ===== Member auth page ===== */
.btn-auth-shot{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid rgba(202,255,60,.42);color:#caff3c;background:rgba(202,255,60,.08);padding:12px 18px;border-radius:14px;font-weight:900;box-shadow:0 0 22px rgba(202,255,60,.12)}
.auth-page-v1{min-height:100vh;margin:0;color:#f5f8ff;font-family:"Microsoft YaHei","PingFang SC",system-ui,sans-serif;background:radial-gradient(circle at 20% 15%,rgba(202,255,60,.14),transparent 28%),radial-gradient(circle at 84% 16%,rgba(36,216,255,.18),transparent 30%),linear-gradient(135deg,#050914,#0a1524 55%,#08101b);overflow:hidden}.auth-grid-bg{position:fixed;inset:0;opacity:.16;background-image:linear-gradient(rgba(96,166,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(96,166,255,.16) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,#000,transparent 92%)}.auth-shell{position:relative;z-index:1;width:min(1120px,calc(100% - 36px));min-height:100vh;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:center}.auth-brand-card,.auth-card{border:1px solid rgba(87,161,224,.24);background:linear-gradient(145deg,rgba(15,32,53,.86),rgba(8,18,31,.86));box-shadow:0 24px 80px rgba(0,0,0,.34);border-radius:30px;backdrop-filter:blur(18px)}.auth-brand-card{padding:38px}.auth-logo{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.auth-logo span{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(135deg,#caff3c,#24d8ff);color:#07101b;font-weight:1000}.auth-logo b{font-size:22px}.auth-kicker{margin:42px 0 12px;color:#caff3c;font-size:12px;letter-spacing:.18em;font-family:ui-monospace,monospace}.auth-brand-card h1{margin:0;font-size:clamp(42px,6vw,76px);line-height:1;letter-spacing:-.08em}.auth-desc{color:#95abc0;font-size:17px;line-height:1.8;max-width:620px}.auth-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.auth-metrics div{border:1px solid rgba(87,161,224,.18);background:rgba(0,0,0,.18);border-radius:18px;padding:16px}.auth-metrics b{display:block;color:#caff3c;font-size:24px}.auth-metrics span{color:#95abc0;font-size:12px}.auth-card{padding:26px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:rgba(0,0,0,.24);border:1px solid rgba(87,161,224,.18);border-radius:18px;padding:6px;margin-bottom:18px}.auth-tabs button{border:0;border-radius:13px;padding:12px;color:#9db4c9;background:transparent;cursor:pointer;font-weight:900}.auth-tabs button.active{background:#caff3c;color:#07101b}.auth-form{display:grid;gap:14px}.auth-form.hidden{display:none}.auth-form label{display:grid;gap:8px;color:#9db4c9}.auth-form input{width:100%;border:1px solid rgba(87,161,224,.25);background:rgba(0,0,0,.26);color:#f5f8ff;border-radius:15px;padding:13px 14px;outline:none}.auth-form input:focus{border-color:#24d8ff;box-shadow:0 0 0 3px rgba(36,216,255,.12)}.auth-form button{border:0;border-radius:15px;padding:14px 16px;background:#caff3c;color:#07101b;font-weight:1000;cursor:pointer}.auth-msg{min-height:24px;margin-top:14px;color:#ff7b7b}.auth-msg.success{color:#78ff9d}.auth-foot{color:#7f95aa;font-size:13px;margin:8px 0 0}@media(max-width:880px){.auth-shell{grid-template-columns:1fr;padding:28px 0}.auth-metrics{grid-template-columns:1fr}.auth-brand-card h1{font-size:42px}}
