:root {
  --bg: #0a0a0c;
  --bg-2: #0e0d10;
  --panel: #141317;
  --panel-2: #1a181e;
  --panel-hover: #1f1c24;
  --line: #2a2730;
  --line-soft: #201e26;
  --text: #f4f2f7;
  --muted: #a8a2b4;
  --faint: #6f6a7c;
  --gold: #c4b5fd;
  --amber: #a78bfa;
  --orange: #7c3aed;
  --brand-ink: #ffffff;
  --brand-rgb-a: 196, 181, 253;
  --brand-rgb-b: 124, 58, 237;
  --brand-grad: linear-gradient(135deg, #c4b5fd, #7c3aed);
  --brand-grad-soft: linear-gradient(135deg, rgba(196, 181, 253, .14), rgba(124, 58, 237, .08));
  --glow: 0 8px 30px rgba(124, 58, 237, .28);
  --shadow: 0 12px 40px rgba(0, 0, 0, .5);
  --radius: 14px;
  --radius-lg: 20px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(900px 500px at 15% -8%, rgba(196, 181, 253, .11), transparent 60%),
    radial-gradient(800px 500px at 92% 4%, rgba(124, 58, 237, .10), transparent 55%),
    var(--bg);
  font-family: Inter, "Segoe UI", "Malgun Gothic", Arial, sans-serif;
  word-break: keep-all;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4, .logo-mark { font-family: Manrope, Inter, "Malgun Gothic", sans-serif; letter-spacing: 0; }
.container { width: min(1180px, 92vw); margin: 0 auto; }
svg.lucide { width: 1em; height: 1em; stroke-width: 2; display: inline-block; vertical-align: -0.14em; flex: none; }
i[data-lucide] { display: inline-flex; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 100; background: var(--brand-grad); color: var(--brand-ink); font-weight: 700; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { top: 12px; outline: none; }
:focus-visible { outline: 2px solid var(--amber); outline-offset: 2px; }

.logo-mark {
  display: inline-grid; place-items: center;
  width: 38px; height: 38px; border-radius: 11px;
  font-weight: 800; font-size: 15px; color: var(--brand-ink);
  background: var(--brand-grad);
  box-shadow: 0 4px 14px rgba(124, 58, 237, .42), inset 0 1px 0 rgba(255,255,255,.35);
}
.logo-mark.sm { width: 32px; height: 32px; font-size: 13px; border-radius: 9px; margin-right: 10px; }

.header {
  position: sticky; top: 0; z-index: 40;
  backdrop-filter: saturate(160%) blur(14px);
  background: rgba(10, 10, 12, .74);
  border-bottom: 1px solid var(--line-soft);
}
.header-inner { display: flex; align-items: center; gap: 20px; padding: 13px 0; }
.brand { display: flex; align-items: center; gap: 11px; color: var(--text); }
.brand-text { display: flex; flex-direction: column; line-height: 1.12; }
.brand-text strong { font-size: 17px; }
.brand-text span { font-size: 11.5px; color: var(--muted); font-weight: 500; }
.nav { display: flex; align-items: center; gap: 3px; margin-left: 6px; padding: 4px; border: 1px solid var(--line-soft); border-radius: 999px; background: rgba(255,255,255,.025); }
.nav a { color: var(--muted); font-size: 13px; font-weight: 700; padding: 7px 12px; border-radius: 999px; transition: .15s; white-space: nowrap; }
.nav a:hover { color: var(--text); background: var(--panel-2); }
.nav a:first-child { color: var(--gold); background: rgba(var(--brand-rgb-a), .08); }
.header-right { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.mode-toggle {
  display: inline-flex; align-items: center; gap: 5px;
  padding: 7px 13px; border-radius: 999px; cursor: pointer;
  font-size: 12.5px; font-weight: 600; color: var(--muted);
  background: var(--panel-2); border: 1px solid var(--line);
}
.mode-toggle:hover { color: var(--text); background: var(--panel-hover); }
.mode-sep { opacity: .4; }
.blog-tab { display: inline-flex; align-items: center; padding: 7px 15px; border-radius: 999px; font-size: 13px; font-weight: 800; color: var(--brand-ink); background: var(--brand-grad); box-shadow: var(--glow); }

.promo { position: relative; margin-top: 18px; overflow: hidden; }
.promo-viewport { overflow: hidden; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel); }
.promo-track { display: flex; transition: transform .35s ease; }
.promo-slide { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; min-width: 100%; padding: 18px 20px; }
.promo-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: color-mix(in srgb, var(--accent), transparent 82%); border: 1px solid color-mix(in srgb, var(--accent), transparent 60%); }
.promo-yn { font-weight: 900; color: var(--accent); }
.promo-body { display: grid; gap: 2px; min-width: 0; }
.promo-eyebrow { display: inline-flex; align-items: center; gap: 6px; color: var(--gold); font-size: 12px; font-weight: 800; }
.promo-name { font-size: 17px; font-weight: 800; }
.promo-tag { color: var(--muted); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.promo-cta { display: inline-flex; align-items: center; gap: 6px; color: var(--accent); font-weight: 800; font-size: 13px; }
.promo-arrow { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 999px; background: rgba(20, 19, 23, .88); color: var(--text); cursor: pointer; }
.promo-prev { left: 10px; }
.promo-next { right: 10px; }
.promo-dots { display: flex; justify-content: center; gap: 6px; margin-top: 10px; }
.promo-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: var(--line); cursor: pointer; }
.promo-dot.active { width: 20px; background: var(--brand-grad); }

.recruit { position: relative; margin-top: 12px; overflow: hidden; }
.rec-viewport { overflow: hidden; border: 1px solid rgba(254,44,85,.18); border-radius: 16px; background: linear-gradient(135deg, rgba(254,44,85,.12), rgba(37,244,238,.07)), var(--panel); }
.rec-track { display: flex; transition: transform .35s ease; }
.rec-slide { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 15px; min-width: 100%; min-height: 92px; padding: 17px 20px; }
.rec-logo { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: #fff; font-weight: 900; background: linear-gradient(135deg, var(--rec), #25f4ee); box-shadow: 0 10px 28px color-mix(in srgb, var(--rec), transparent 72%); }
.rec-body { display: grid; gap: 2px; min-width: 0; }
.rec-kicker { display: inline-flex; align-items: center; gap: 6px; color: var(--rec); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.rec-body strong { font-size: 17px; line-height: 1.35; }
.rec-body span:last-child { color: var(--muted); font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rec-cta { display: inline-flex; align-items: center; gap: 6px; color: var(--rec); font-weight: 900; font-size: 13px; }
.rec-arrow { position: absolute; top: 50%; transform: translateY(-50%); display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--line); border-radius: 999px; background: rgba(20, 19, 23, .88); color: var(--text); cursor: pointer; }
.rec-prev { left: 10px; }
.rec-next { right: 10px; }
.rec-dots { display: flex; justify-content: center; gap: 6px; margin-top: 9px; }
.rec-dot { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 999px; background: var(--line); cursor: pointer; }
.rec-dot.active { width: 20px; background: linear-gradient(135deg, #fe2c55, #25f4ee); }

.hero { padding: 84px 0 46px; text-align: center; position: relative; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px; mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 30%, transparent 75%);
}
.hero-inner { max-width: 780px; margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 600;
  color: var(--gold); background: var(--brand-grad-soft);
  border: 1px solid rgba(var(--brand-rgb-a), .24); border-radius: 999px; padding: 6px 15px; margin: 0 0 22px;
}
.hero-title { font-size: clamp(32px, 5.4vw, 56px); line-height: 1.08; margin: 0 0 20px; font-weight: 800; }
.hero-sub { font-size: clamp(15px, 2vw, 18px); color: var(--muted); margin: 0 auto 30px; max-width: 670px; }
.hero-cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 12px; font-weight: 700; font-size: 15px;
  cursor: pointer; border: 1px solid transparent; transition: .18s;
}
.btn-primary { background: var(--brand-grad); color: var(--brand-ink); box-shadow: var(--glow); }
.btn-primary:hover { transform: translateY(-2px); }
.btn-ghost { background: var(--panel-2); color: var(--text); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--amber); color: var(--gold); }
.hero-badges { display: flex; gap: 22px; justify-content: center; flex-wrap: wrap; list-style: none; padding: 0; margin: 34px 0 0; }
.hero-badges li { font-size: 13px; color: var(--muted); display: inline-flex; align-items: center; gap: 6px; }
.hero-badges svg.lucide { color: var(--gold); stroke-width: 3; }

.latest-posts { margin: 34px 0 6px; padding: 28px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: rgba(20, 19, 23, .58); }
.lp-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.blog-kicker { display: block; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .08em; margin-bottom: 4px; }
.lp-head h2 { font-size: 24px; margin: 0; }
.lp-head p { margin: 4px 0 0; color: var(--muted); font-size: 13.5px; }
.blog-filters { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.blog-filter { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: var(--panel-2); cursor: pointer; font-size: 12px; font-weight: 800; }
.blog-filter.active, .blog-filter:hover { color: var(--brand-ink); border-color: transparent; background: var(--brand-grad); }
.lp-more { font-size: 13.5px; font-weight: 700; color: var(--gold); }
.lp-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-color: var(--line) transparent;
}
.lp-slide-card {
  display: grid;
  grid-template-columns: 84px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-width: 250px;
  min-height: 86px;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  background: var(--panel);
  color: var(--text);
  transition: .16s;
}
.lp-slide-card:hover, .lp-slide-card.is-featured {
  border-color: color-mix(in srgb, var(--amber), transparent 35%);
  box-shadow: inset 0 0 0 1px rgba(var(--brand-rgb-a), .12);
}
.lp-mini-thumb { display: block; width: 84px; min-width: 84px; }
.lp-mini-body { min-width: 0; display: grid; gap: 5px; }
.lp-mini-body strong { font-size: 14px; line-height: 1.35; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.lp-mini-body small { color: var(--faint); font-size: 12px; }
.lp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; }
.lp-card { display: grid; gap: 9px; min-height: 274px; padding: 0 0 16px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 14px; background: var(--panel); color: var(--text); text-align: left; cursor: pointer; transition: .16s; }
.lp-card:hover { transform: translateY(-2px); border-color: var(--amber); box-shadow: var(--shadow); }
.lp-card .lp-badge { margin: 0 16px; color: var(--gold); font-size: 12px; font-weight: 800; }
.lp-card h3 { margin: 0 16px; font-size: 16px; line-height: 1.35; letter-spacing: 0; }
.lp-card p { margin: 0 16px; color: var(--muted); font-size: 13px; }
.lp-card small { align-self: end; margin: 0 16px; color: var(--faint); font-size: 12px; }
.post-thumb { position: relative; display: grid; overflow: hidden; isolation: isolate; background: linear-gradient(135deg, var(--pa), var(--pb)); }
.post-thumb-card { min-height: 118px; border-bottom: 1px solid rgba(255,255,255,.08); }
.post-thumb-cover { min-height: 280px; border-radius: 16px; box-shadow: var(--shadow); }
.post-thumb-mini { width: 100%; aspect-ratio: 16 / 9; border-radius: 10px; }
.post-thumb::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,255,255,.18) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px); background-size: 32px 32px; opacity: .25; }
.post-thumb-mark { position: absolute; top: 14px; left: 14px; display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.18); color: #fff; font-weight: 900; border: 1px solid rgba(255,255,255,.28); }
.post-thumb-icon { position: absolute; right: 18px; top: 16px; font-size: 34px; }
.post-thumb-title { position: absolute; left: 16px; right: 16px; bottom: 18px; color: #fff; font-size: 18px; font-weight: 900; }
.post-thumb-lines { position: absolute; right: 16px; bottom: 20px; display: grid; gap: 5px; width: 92px; }
.post-thumb-lines i { display: block; height: 5px; border-radius: 999px; background: rgba(255,255,255,.45); }
.article-cover { margin: 18px 0 18px; }
.lp-empty { grid-column: 1 / -1; padding: 28px; border: 1px dashed var(--line); border-radius: 14px; background: var(--panel); color: var(--muted); text-align: center; }
.lp-empty strong { display: block; margin-bottom: 6px; color: var(--text); }
.lp-empty p { margin: 0; }

.social-hub { margin: 14px 0 16px; padding: 24px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: rgba(20, 19, 23, .58); }
.channel-stack { display: grid; gap: 14px; }
.channel-card { padding: 16px; border: 1px solid var(--line-soft); border-radius: 16px; background: var(--panel); }
.channel-head { display: flex; align-items: center; gap: 12px; margin-bottom: 13px; }
.channel-logo { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; color: #fff; background: color-mix(in srgb, var(--channel), #111 18%); }
.channel-meta { display: grid; gap: 2px; min-width: 0; }
.channel-meta strong { font-size: 15px; }
.channel-meta small { color: var(--muted); font-size: 12.5px; }
.channel-cta { margin-left: auto; padding: 9px 16px; border-radius: 999px; background: var(--channel); color: #fff; font-size: 13px; font-weight: 900; white-space: nowrap; }
.channel-strip { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(154px, 1fr); gap: 10px; overflow-x: auto; padding-bottom: 4px; scrollbar-color: var(--line) transparent; }
.channel-item { display: grid; gap: 7px; color: var(--muted); font-size: 12px; min-width: 154px; }
.channel-thumb { display: grid; place-items: center; aspect-ratio: 16 / 9; border-radius: 10px; color: #fff; background: linear-gradient(135deg, color-mix(in srgb, var(--channel), #111 22%), #27242d); border: 1px solid rgba(255,255,255,.08); }
.channel-thumb svg { width: 22px; height: 22px; }
.blog-article { margin-top: 18px; padding: 24px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: var(--panel); }
.article-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; color: var(--gold); font-size: 12px; font-weight: 900; }
.article-back { border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; color: var(--muted); background: var(--panel-2); cursor: pointer; font-size: 12px; font-weight: 800; }
.article-back:hover { color: var(--text); }
.blog-article h3 { margin: 0 0 8px; font-size: clamp(24px, 3vw, 34px); line-height: 1.18; }
.article-meta { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.article-lead { margin: 0 0 18px; color: var(--text); font-size: 17px; font-weight: 600; line-height: 1.75; }
.article-recruit { margin: 16px 0; padding: 15px; border: 1px solid rgba(254,44,85,.18); border-radius: 14px; background: linear-gradient(135deg, rgba(254,44,85,.10), rgba(37,244,238,.06)); }
.article-recruit strong { display: block; margin-bottom: 10px; }
.article-recruit div { display: flex; flex-wrap: wrap; gap: 8px; }
.article-recruit a { display: inline-flex; align-items: center; gap: 6px; min-height: 34px; padding: 0 11px; border-radius: 999px; color: var(--rec); background: color-mix(in srgb, var(--rec), transparent 88%); border: 1px solid color-mix(in srgb, var(--rec), transparent 68%); font-size: 12px; font-weight: 900; }
.article-layout { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 22px; align-items: start; }
.article-toc { position: sticky; top: 92px; display: grid; gap: 8px; padding: 14px; border: 1px solid var(--line-soft); border-radius: 14px; background: var(--panel-2); }
.article-toc strong { font-size: 13px; }
.article-toc a { color: var(--muted); font-size: 12.5px; }
.article-toc a:hover { color: var(--gold); }
.article-body { min-width: 0; }
.article-toolbox, .article-brand { margin: 16px 0; padding: 16px; border: 1px solid rgba(var(--brand-rgb-a), .18); border-radius: 14px; background: linear-gradient(135deg, rgba(var(--brand-rgb-a), .10), rgba(var(--brand-rgb-b), .06)); }
.article-toolbox strong, .article-brand strong { color: var(--gold); }
.article-toolbox p, .article-brand p { margin: 6px 0 12px; color: var(--muted); }
.article-toolbox a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 12px; border-radius: 10px; background: var(--brand-grad); color: var(--brand-ink); font-weight: 900; }
.article-summary { margin-bottom: 20px; padding: 16px; border-radius: 14px; background: rgba(var(--brand-rgb-a), .08); border: 1px solid rgba(var(--brand-rgb-a), .14); }
.article-summary strong { color: var(--gold); }
.article-summary ul { margin: 8px 0 0; padding-left: 18px; color: var(--muted); }
.article-body section { padding: 18px 0; border-top: 1px solid var(--line-soft); }
.article-body h4 { margin: 0 0 8px; font-size: 19px; }
.article-body p { margin: 0; color: var(--muted); }
.article-quote { margin: 22px 0; padding: 16px 18px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; background: var(--panel-2); color: var(--muted); font-style: italic; }
.article-table { width: 100%; margin: 18px 0 0; border-collapse: collapse; border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; font-size: 13px; }
.article-table caption { text-align: left; color: var(--gold); font-weight: 900; margin-bottom: 8px; }
.article-table th, .article-table td { padding: 10px 12px; border-bottom: 1px solid var(--line-soft); text-align: left; }
.article-table th { background: var(--panel-2); color: var(--text); }
.article-table td { color: var(--muted); }
.article-ad { display: grid; place-items: center; min-height: 84px; margin: 18px 0; border: 1px dashed var(--line); border-radius: 14px; color: var(--faint); background: rgba(255,255,255,.025); }
.article-ad .adsbygoogle, .ad-slot .adsbygoogle { width: 100%; min-height: 90px; }
.article-check { padding: 16px; border-radius: 14px; background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.18); }
.article-check strong { color: #86efac; }
.article-check ul { margin: 10px 0 0; padding-left: 18px; color: var(--muted); }
.article-faq { margin: 20px 0; }
.article-faq h4, .article-related h4 { margin: 0 0 12px; }
.article-faq details { border: 1px solid var(--line-soft); border-radius: 12px; margin: 8px 0; background: var(--panel-2); }
.article-faq summary { padding: 12px 14px; cursor: pointer; font-weight: 800; }
.article-faq p { padding: 0 14px 14px; }
.article-related { margin: 24px 0; }
.article-related-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 12px; }
.article-related-grid a { display: grid; gap: 8px; padding: 10px; border: 1px solid var(--line-soft); border-radius: 14px; background: var(--panel-2); }
.article-related-grid span:last-child { color: var(--text); font-size: 13px; font-weight: 800; line-height: 1.35; }
.article-tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 20px 0 8px; }
.article-tags span { padding: 5px 9px; border-radius: 999px; border: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 800; }
.article-disc { margin: 14px 0 0 !important; padding-top: 14px; border-top: 1px solid var(--line-soft); color: var(--faint) !important; font-size: 12px; }
.article-cta { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; padding: 11px 16px; border-radius: 12px; color: var(--brand-ink); background: var(--brand-grad); font-weight: 900; }
.ad-slot { display: grid; place-items: center; min-height: 90px; margin: 20px 0 32px; color: var(--faint); border: 1px dashed var(--line); border-radius: 16px; background: rgba(20, 19, 23, .62); }

.tools-section { padding: 34px 0 10px; }
.tools-head { text-align: center; margin-bottom: 34px; }
.tools-head h2 { font-size: clamp(26px, 3.4vw, 34px); margin: 0 0 8px; }
.tools-head p { color: var(--muted); margin: 0 0 22px; }
.tool-search-wrap { position: relative; width: min(480px, 92%); margin: 0 auto; }
.tool-search-ico { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 18px; color: var(--faint); pointer-events: none; }
.tool-search { width: 100%; padding: 13px 16px 13px 44px; font-size: 15px; background: var(--panel); color: var(--text); border: 1px solid var(--line); border-radius: 12px; }
.tool-search::placeholder { color: var(--faint); }
.tool-search:focus { outline: none; border-color: var(--amber); box-shadow: 0 0 0 4px rgba(var(--brand-rgb-b), .14); }
.tool-group { margin: 40px 0; }
.group-title { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin: 0 0 16px; }
.group-ico { font-size: 18px; color: var(--gold); }
.tool-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: 12px; }
.tool-card {
  display: flex; align-items: center; gap: 14px; text-align: left; width: 100%;
  padding: 16px; border-radius: var(--radius); cursor: pointer;
  background: var(--panel); border: 1px solid var(--line-soft); color: var(--text);
  transition: transform .16s ease, border-color .16s, background .16s; position: relative;
}
.tool-card:hover { transform: translateY(-2px); border-color: var(--line); background: var(--panel-hover); box-shadow: var(--shadow); }
.tool-card.is-active { border-color: var(--amber); background: linear-gradient(180deg, rgba(var(--brand-rgb-a), .14), rgba(255,255,255,.045)); box-shadow: 0 12px 34px rgba(0,0,0,.28); }
.tool-card.is-active .t-ico { background: var(--brand-grad); color: var(--brand-ink); border-color: transparent; }
.tool-card .t-ico { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; flex: none; font-size: 22px; color: var(--gold); background: var(--brand-grad-soft); border: 1px solid rgba(var(--brand-rgb-a), .16); }
.tool-card:hover .t-ico { background: var(--brand-grad); color: var(--brand-ink); border-color: transparent; }
.tool-card .t-body { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.tool-card .t-name { font-size: 15px; font-weight: 700; color: var(--text); }
.tool-card .t-desc { font-size: 12.5px; color: var(--muted); line-height: 1.45; }
.tool-card .t-arrow { font-size: 18px; color: var(--faint); opacity: 0; transform: translateX(-4px); transition: .16s; flex: none; }
.tool-card:hover .t-arrow { opacity: 1; transform: translateX(0); color: var(--gold); }
.tool-card .t-soon { font-size: 10.5px; font-weight: 600; color: var(--faint); flex: none; border: 1px solid var(--line); border-radius: 6px; padding: 2px 7px; white-space: nowrap; }
.tool-card.is-soon { opacity: .82; }

.workspace-section { margin: 60px 0; padding: 34px; border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: rgba(20, 19, 23, .72); }
.session-mount { margin-top: 16px; }
.workspace-section.is-mounted { margin: 16px 0 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.workspace-section.is-mounted > .tools-head { display: none; }
.workspace { display: grid; grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); gap: 16px; }
.dropzone, .tool-panel { border: 1px solid var(--line-soft); border-radius: var(--radius-lg); background: var(--panel); }
.dropzone { position: relative; display: grid; align-content: center; justify-items: center; min-height: 330px; padding: 28px; text-align: center; outline: 2px dashed transparent; outline-offset: -12px; }
.dropzone.is-dragging { outline-color: var(--amber); background: var(--panel-hover); }
.dropzone input { position: absolute; inset: 0; opacity: 0; cursor: pointer; }
.dropzone > svg, .dropzone > i svg { width: 48px; height: 48px; margin-bottom: 18px; color: var(--gold); }
.dropzone strong { display: block; margin-bottom: 8px; font-size: 20px; }
.dropzone span { max-width: 420px; color: var(--muted); }
.dropzone .btn { margin-top: 22px; }
.tool-panel { padding: 20px; }
.active-tool-head { margin-bottom: 14px; padding: 14px 16px; border: 1px solid rgba(var(--brand-rgb-a), .16); border-radius: 14px; background: rgba(var(--brand-rgb-a), .08); }
.active-tool-kicker { display: block; margin-bottom: 5px; color: var(--gold); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.active-tool-head strong { display: block; font-size: 18px; }
.active-tool-head p { margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.tabs { display: none; grid-template-columns: repeat(auto-fit, minmax(86px, 1fr)); gap: 8px; }
.tab { min-height: 42px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); color: var(--muted); cursor: pointer; }
.tab.is-active { border-color: transparent; background: var(--brand-grad); color: var(--brand-ink); font-weight: 800; }
.tool-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.target-note { grid-column: 1 / -1; margin: 0; padding: 10px 12px; border-radius: 10px; background: rgba(var(--brand-rgb-a), .1); border: 1px solid rgba(var(--brand-rgb-a), .14); color: var(--gold); font-size: 13px; }
.option { display: grid; gap: 7px; color: var(--muted); font-size: 14px; }
.option input, .option select, .option textarea { min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--panel-2); color: var(--text); }
.wide-option { grid-column: 1 / -1; }
.file-list { min-height: 120px; margin-top: 16px; border: 1px solid var(--line-soft); border-radius: 12px; overflow: hidden; }
.file-list p { margin: 0; padding: 22px; color: var(--muted); }
.file-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 13px 14px; border-bottom: 1px solid var(--line-soft); }
.file-row:last-child { border-bottom: 0; }
.file-row strong, .file-row small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.file-row small { display: block; margin-top: 3px; color: var(--faint); }
.file-actions { display: flex; gap: 5px; }
.file-row button { width: 30px; height: 30px; border: 0; border-radius: 8px; background: var(--panel-2); color: var(--muted); cursor: pointer; }
.file-row button:hover { color: var(--gold); background: var(--panel-hover); }
.panel-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.result-box { min-height: 58px; margin-top: 16px; padding: 16px; border-radius: 12px; background: var(--bg-2); color: var(--muted); border: 1px solid var(--line-soft); }
.result-box a { display: inline-flex; align-items: center; min-height: 40px; margin-top: 8px; padding: 0 14px; border-radius: 10px; background: var(--brand-grad); color: var(--brand-ink); font-weight: 800; }
.result-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 8px; }
.result-links a { margin-top: 0; }

.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; margin: 64px 0; }
.feature { padding: 24px; background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); }
.feature-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; font-size: 22px; color: var(--gold); background: var(--brand-grad-soft); border: 1px solid rgba(var(--brand-rgb-a), .16); margin-bottom: 14px; }
.feature h4 { margin: 0 0 6px; font-size: 16px; }
.feature p { margin: 0; font-size: 13.5px; color: var(--muted); }
.howto { text-align: center; margin: 72px 0; }
.howto h2 { font-size: clamp(24px, 3vw, 30px); margin: 0 0 34px; }
.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 16px; }
.step { padding: 26px 22px; background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); }
.step-n { display: inline-grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand-grad); color: var(--brand-ink); font-weight: 800; font-size: 17px; margin-bottom: 14px; box-shadow: var(--glow); }
.step h4 { margin: 0 0 6px; font-size: 16px; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }
.deals { margin: 68px 0; padding: 28px; background: var(--panel); border: 1px solid var(--line-soft); border-radius: var(--radius-lg); }
.deals-head { text-align: center; margin-bottom: 18px; }
.aff-badge { display: inline-flex; color: var(--brand-ink); background: var(--brand-grad); padding: 4px 10px; border-radius: 999px; font-weight: 800; font-size: 12px; margin-bottom: 10px; }
.deals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; }
.deal-card { display: flex; align-items: center; gap: 13px; min-height: 92px; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--panel-2); color: var(--text); transition: .16s; }
.deal-card:hover { transform: translateY(-2px); border-color: var(--brand); box-shadow: var(--shadow); }
.deal-ico { display: grid; place-items: center; width: 46px; height: 46px; flex: none; border-radius: 13px; background: color-mix(in srgb, var(--brand), transparent 82%); color: var(--brand); }
.deal-logo { width: 28px; height: 28px; border-radius: 7px; object-fit: contain; }
.deal-fallico { display: none; }
.deal-body { display: grid; gap: 2px; min-width: 0; flex: 1; }
.deal-name { display: flex; align-items: center; gap: 6px; font-weight: 800; }
.deal-tag { padding: 2px 6px; border-radius: 999px; background: color-mix(in srgb, var(--brand), transparent 84%); color: var(--brand); font-size: 10px; }
.deal-pitch { color: var(--muted); font-size: 12.5px; line-height: 1.45; }
.deal-links { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
.deal-mini { padding: 5px 8px; border-radius: 8px; background: var(--panel); color: var(--brand); font-weight: 800; font-size: 12px; }
.deal-cta { color: var(--brand); }
.aff-disclosure { display: inline-flex; align-items: center; gap: 6px; margin: 14px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.faq { margin: 72px 0; }
.faq h2 { text-align: center; font-size: clamp(24px, 3vw, 30px); margin: 0 0 24px; }
.faq details { background: var(--panel); border: 1px solid var(--line-soft); border-radius: 14px; margin-bottom: 10px; overflow: hidden; }
.faq summary { padding: 17px 20px; cursor: pointer; font-weight: 700; }
.faq p { margin: 0; padding: 0 20px 18px; color: var(--muted); }
.footer { margin-top: 80px; padding: 36px 0; border-top: 1px solid var(--line-soft); background: rgba(10,10,12,.72); }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.footer p { color: var(--muted); margin: 8px 0 0; }
.footer nav { display: flex; gap: 14px; color: var(--muted); }

@media (max-width: 820px) {
  .header-inner { flex-wrap: wrap; }
  .nav { order: 3; width: 100%; overflow-x: auto; margin-left: 0; padding-bottom: 3px; }
  .promo-track { grid-template-columns: 1fr; }
  .promo-slide { grid-template-columns: auto minmax(0, 1fr); }
  .promo-cta { grid-column: 2; }
  .rec-slide { grid-template-columns: auto minmax(0, 1fr); }
  .rec-cta { grid-column: 2; }
  .lp-head { align-items: flex-start; flex-direction: column; }
  .lp-strip { grid-template-columns: repeat(4, minmax(250px, 1fr)); }
  .blog-filters { justify-content: flex-start; }
  .channel-head { align-items: flex-start; }
  .channel-cta { align-self: center; }
  .article-layout { grid-template-columns: 1fr; }
  .article-toc { position: static; }
  .workspace { grid-template-columns: 1fr; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1180px); }
  .hero { padding: 58px 0 34px; }
  .hero-title { font-size: 36px; }
  .hero-cta, .panel-actions { flex-direction: column; }
  .btn { width: 100%; }
  .tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .latest-posts, .social-hub { padding: 18px; }
  .channel-head { flex-wrap: wrap; }
  .channel-cta { margin-left: 0; }
  .tool-options { grid-template-columns: 1fr; }
  .workspace-section { padding: 18px; }
}
