:root {
  --site-release: "2026-07-31-v9";
  --bg: #f4f1ea;
  --surface: #ebe9e2;
  --surface-2: #e2e4dc;
  --ink: #3f4742;
  --muted: #7d837e;
  --line: rgba(70, 79, 73, .14);
  --violet: #87998a;
  --cyan: #8fa8ad;
  --lime: #a8b89e;
  --orange: #b98f7c;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 78% 6%, rgba(135, 153, 138, .18), transparent 26%),
    var(--bg);
  font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, textarea { font: inherit; }
button { color: inherit; }

/* Visual site editor */
.site-editor { min-height: 100vh; color: #38423c; background: #e8e9e5; font-family: Arial, "PingFang SC", sans-serif; }
.editor-topbar { height: 68px; padding: 0 18px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; background: #fbfbf8; border-bottom: 1px solid #d9ddd8; position: sticky; top: 0; z-index: 50; }
.editor-brand { display: flex; align-items: center; gap: 9px; }
.editor-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; color: white; background: #758879; font: 700 12px monospace; }
.editor-brand b { font-size: 14px; }
.editor-brand em { margin-left: 4px; padding-left: 13px; border-left: 1px solid #d6dbd5; color: #8b928d; font-size: 11px; font-style: normal; }
.editor-page-switch { min-width: 210px; padding: 8px 10px 8px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid #dde0dc; border-radius: 9px; background: #f5f6f3; }
.editor-page-switch span { color: #929893; font-size: 10px; }
.editor-page-switch strong { font-size: 12px; }
.editor-page-switch button { margin-left: auto; border: 0; background: none; }
.editor-actions { display: flex; justify-content: flex-end; align-items: center; gap: 9px; }
.save-state { margin-right: 6px; color: #89918b; font-size: 10px; }
.ghost-action, .publish-action { padding: 9px 13px; border: 1px solid #d8ddd8; border-radius: 8px; background: #fff; font-size: 11px; cursor: pointer; }
.publish-action { color: white; border-color: #6f8475; background: #718676; }
.editor-avatar { width: 34px; height: 34px; display: grid; place-items: center; margin-left: 3px; border-radius: 50%; color: #fff; background: #9b877c; font-size: 10px; }
.editor-shell { min-height: calc(100vh - 68px); display: grid; grid-template-columns: 278px minmax(520px, 1fr) 310px; }
.editor-left, .editor-right { background: #f9faf7; border-right: 1px solid #d7dbd7; overflow: auto; }
.editor-right { border-right: 0; border-left: 1px solid #d7dbd7; }
.editor-tabs { padding: 13px 14px 0; display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid #e1e4e0; }
.editor-tabs button { padding: 10px 4px 12px; border: 0; border-bottom: 2px solid transparent; color: #89908a; background: none; font-size: 11px; cursor: pointer; }
.editor-tabs button.active { color: #526359; border-color: #738a79; font-weight: 700; }
.panel-heading, .inspector-heading { padding: 22px 18px 15px; display: flex; align-items: center; justify-content: space-between; }
.panel-heading small, .inspector-heading small { color: #9ca29d; font: 500 8px monospace; letter-spacing: .12em; }
.panel-heading h2, .inspector-heading h2 { margin: 4px 0 0; font-size: 17px; }
.panel-heading > button, .inspector-heading > button { width: 28px; height: 28px; border: 1px solid #dce0dc; border-radius: 7px; background: #fff; cursor: pointer; }
.module-list { padding: 0 10px; }
.module-item { width: 100%; min-height: 58px; padding: 9px 8px; display: grid; grid-template-columns: 18px 1fr auto; gap: 8px; align-items: center; position: relative; border: 1px solid transparent; border-radius: 10px; background: transparent; text-align: left; cursor: pointer; }
.module-item:hover { background: #f0f2ee; }
.module-item.selected { border-color: #bac7bc; background: #e8eee8; box-shadow: 0 3px 12px rgba(70,90,76,.06); }
.module-item > i { color: #a6aca7; font-style: normal; }
.module-item > span { display: flex; flex-direction: column; gap: 3px; }
.module-item b { font-size: 11px; }
.module-item small { color: #9aa09b; font-size: 9px; }
.module-item > em { color: #718978; font-size: 10px; font-style: normal; }
.module-item > div { display: none; position: absolute; right: 23px; gap: 3px; }
.module-item:hover > div { display: flex; }
.module-item > div span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 5px; background: white; color: #738078; }
.module-number { display: none; }
.add-module { margin: 18px 10px 30px; padding-top: 17px; border-top: 1px solid #e1e5e1; }
.add-module > strong { padding: 0 7px; font-size: 10px; }
.add-module > div { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.add-module button { min-height: 82px; padding: 9px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; border: 1px solid #e0e3df; border-radius: 9px; background: #fff; cursor: pointer; text-align: left; }
.add-module button:hover { border-color: #acbcaf; }
.add-module button > span { color: #74877a; }
.add-module button b { font-size: 10px; }
.add-module button small { color: #999f9b; font-size: 8px; line-height: 1.35; }
.editor-stage { min-width: 0; padding: 0 28px 60px; overflow: auto; background: #e7e9e5; }
.stage-toolbar { height: 55px; display: flex; align-items: center; justify-content: space-between; color: #89908b; font-size: 9px; }
.stage-toolbar div { padding: 3px; display: flex; border-radius: 8px; background: #daddd9; }
.stage-toolbar button { padding: 6px 10px; border: 0; border-radius: 6px; background: transparent; color: #747c76; font-size: 9px; cursor: pointer; }
.stage-toolbar button.active { color: #536158; background: #f8f9f6; box-shadow: 0 2px 6px rgba(70,80,73,.08); }
.preview-frame { max-width: 1030px; margin: 0 auto; color: var(--editor-ink); background: var(--editor-bg); border-radius: 3px; box-shadow: 0 12px 38px rgba(62,72,65,.14); overflow: hidden; transition: width .25s ease; }
.preview-frame.mobile { width: 390px; }
.preview-site-header { height: 54px; padding: 0 4vw; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(60,70,63,.12); font-size: 9px; }
.preview-site-header b { display: flex; align-items: center; gap: 7px; font-size: 10px; }
.preview-site-header b span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 7px; color: white; background: var(--editor-brand); font-size: 8px; }
.preview-site-header nav { margin-left: auto; color: #78817b; font-size: 8px; }
.preview-site-header > button { padding: 6px 8px; border: 1px solid rgba(60,70,63,.14); border-radius: 6px; background: transparent; font-size: 8px; }
.preview-frame.mobile .preview-site-header nav { display: none; }
.preview-selected { outline: 2px solid #78917f; outline-offset: -2px; position: relative; }
.preview-selected::after { content: "正在编辑"; position: absolute; top: 8px; right: 8px; padding: 4px 6px; border-radius: 5px; color: #fff; background: #718777; font-size: 7px; }
.editor-preview-focus, .editor-preview-section, .editor-preview-statement, .editor-preview-profile { padding: var(--editor-spacing) 6%; cursor: pointer; }
.editor-preview-focus { min-height: 460px; display: flex; flex-direction: column; justify-content: flex-end; background: radial-gradient(circle at 80% 15%, color-mix(in srgb, var(--module-accent) 26%, transparent), transparent 34%); border-bottom: 1px solid rgba(60,70,63,.12); }
.editor-preview-focus small, .editor-preview-section small, .editor-preview-statement small, .editor-preview-profile small { color: var(--module-accent); font: 600 8px monospace; letter-spacing: .12em; }
.editor-preview-focus h1 { max-width: 760px; margin: 28px 0 15px; font-size: clamp(28px, 5.5vw, 64px); line-height: 1.05; letter-spacing: -.055em; }
.editor-preview-focus p, .editor-preview-section p, .editor-preview-statement p, .editor-preview-profile p { max-width: 650px; color: color-mix(in srgb, var(--editor-ink) 65%, transparent); font-size: 11px; line-height: 1.75; }
.editor-preview-focus button { width: fit-content; margin-top: 12px; padding: 8px 10px; border: 0; border-radius: 7px; color: #fff; background: var(--module-accent); font-size: 8px; }
.editor-preview-section { background: var(--editor-surface); border-bottom: 1px solid rgba(60,70,63,.1); }
.editor-preview-section h2, .editor-preview-statement h2 { max-width: 700px; margin: 15px 0 10px; font-size: clamp(24px, 3.8vw, 48px); letter-spacing: -.045em; }
.editor-news-lines { margin-top: 28px; display: grid; gap: 0; border-top: 1px solid rgba(60,70,63,.12); }
.editor-news-lines span { height: 58px; border-bottom: 1px solid rgba(60,70,63,.12); }
.editor-preview-statement { color: #f7f7f2; background: var(--module-accent); }
.editor-preview-statement small, .editor-preview-statement p { color: rgba(255,255,255,.7); }
.editor-portal-row { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.editor-portal-row b { min-height: 90px; padding: 14px; display: flex; align-items: flex-end; border-radius: var(--editor-radius); background: color-mix(in srgb, var(--module-accent) 18%, white); font-size: 11px; }
.editor-preview-profile { display: flex; align-items: center; gap: 22px; }
.editor-preview-profile img { width: 82px; height: 82px; object-fit: cover; object-position: 50% 24%; border-radius: var(--editor-radius); }
.editor-preview-profile h2 { margin: 6px 0; }
.preview-footer { padding: 18px 6%; color: #838a85; background: #dfe3dc; font-size: 7px; }
.preview-frame.mobile .editor-preview-focus { min-height: 430px; }
.preview-frame.mobile .editor-preview-focus h1 { font-size: 38px; }
.preview-frame.mobile .editor-portal-row { grid-template-columns: 1fr; }
.preview-frame.mobile .editor-preview-profile { align-items: flex-start; }
.editor-right { padding-bottom: 28px; }
.inspector-heading { border-bottom: 1px solid #e2e5e1; }
.inspector-group { padding: 18px; display: grid; gap: 14px; border-bottom: 1px solid #e2e5e1; }
.inspector-group > label { display: grid; gap: 6px; }
.inspector-group label > span, .inspector-group > strong { color: #747d76; font-size: 10px; }
.inspector-group input:not([type="color"]):not([type="checkbox"]), .inspector-group textarea { width: 100%; padding: 9px 10px; border: 1px solid #dce0dc; border-radius: 8px; outline: none; color: #424c46; background: #fff; font-size: 11px; line-height: 1.55; resize: vertical; }
.inspector-group input:focus, .inspector-group textarea:focus { border-color: #90a393; box-shadow: 0 0 0 3px rgba(122,147,128,.09); }
.inspector-group.compact { gap: 15px; }
.color-field { grid-template-columns: 1fr auto auto !important; align-items: center; }
.color-field input, .theme-panel input[type="color"] { width: 28px; height: 28px; padding: 2px; border: 1px solid #d7ddd8; border-radius: 7px; background: #fff; }
.color-field code, .theme-panel code { color: #8a928c; font-size: 9px; }
.switch-field { grid-template-columns: 1fr auto !important; align-items: center; }
.switch-field input { accent-color: #748a79; }
.inspector-buttons { padding: 16px 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.inspector-buttons button { padding: 9px; border: 1px solid #dce0dc; border-radius: 8px; background: #fff; font-size: 10px; cursor: pointer; }
.inspector-buttons .danger { color: #a26f67; }
.editor-tip { margin: 4px 18px; padding: 13px; border-radius: 9px; color: #647269; background: #e9eee9; }
.editor-tip b { font-size: 10px; }
.editor-tip p { margin: 7px 0 0; font-size: 9px; line-height: 1.6; }
.theme-panel, .version-panel { padding-bottom: 25px; }
.theme-panel > label { margin: 0 18px; padding: 12px 0; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 9px; border-bottom: 1px solid #e3e6e2; font-size: 10px; }
.theme-panel .range-field { display: grid; grid-template-columns: 1fr; }
.range-field span { display: flex; justify-content: space-between; }
.range-field input { width: 100%; accent-color: #758b7a; }
.reset-theme { margin: 18px; padding: 10px; width: calc(100% - 36px); border: 1px solid #d8ddd8; border-radius: 8px; background: #fff; color: #657369; font-size: 10px; cursor: pointer; }
.version-panel article { margin: 0 14px; padding: 13px 8px; display: flex; align-items: center; gap: 9px; border-bottom: 1px solid #e2e5e1; }
.version-panel article > span { color: #9aa49c; font-size: 8px; }
.version-panel article.current > span { color: #6f8b77; }
.version-panel article div { display: flex; flex-direction: column; gap: 4px; }
.version-panel article b { font-size: 10px; }
.version-panel article small { color: #9aa09b; font-size: 8px; }
.version-panel article button { margin-left: auto; border: 0; background: transparent; color: #6f8374; font-size: 9px; cursor: pointer; }

@media (max-width: 1180px) {
  .editor-shell { grid-template-columns: 245px minmax(470px, 1fr); }
  .editor-right { display: none; }
  .save-state { display: none; }
}

@media (max-width: 760px) {
  .editor-topbar { grid-template-columns: 1fr auto; }
  .editor-page-switch { display: none; }
  .editor-actions .ghost-action, .editor-avatar { display: none; }
  .editor-shell { display: block; }
  .editor-left { max-height: 44vh; border-bottom: 1px solid #d7dbd7; }
  .editor-stage { padding: 0 10px 35px; }
  .preview-frame.desktop { width: 700px; transform: scale(.5); transform-origin: top left; margin-bottom: -50%; }
}

.site-header {
  height: 76px;
  padding: 0 max(22px, 5vw);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 241, 234, .82);
  backdrop-filter: blur(18px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 850; letter-spacing: -.045em; }
.brand-mark {
  width: 39px;
  height: 44px;
  display: grid;
  place-items: center;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.brand-name {
  color: #3f4942;
  font-size: 20px;
  line-height: 1;
}
.brand-name sup {
  margin-left: 2px;
  color: #a65f83;
  font-size: .72em;
  font-weight: 900;
  vertical-align: super;
}
nav { display: flex; gap: 34px; color: var(--muted); font-size: 13px; }
nav a, .header-cta { transition: color .2s ease; }
nav a:hover, .header-cta:hover { color: #58685d; }
.header-cta {
  justify-self: end; padding: 10px 16px; border: 1px solid var(--line);
  border-radius: 9px; font-size: 12px; background: rgba(255,255,255,.35);
}
.header-account-actions { justify-self: end; display: flex; align-items: center; gap: 8px; }
.register-cta {
  padding: 11px 16px;
  border-radius: 9px;
  color: #fff;
  background: linear-gradient(135deg, #778b7b, #9b7087);
  box-shadow: 0 8px 22px rgba(103, 84, 95, .14);
  font-size: 12px;
  font-weight: 700;
}

.hero { padding: 88px max(22px, 7vw) 0; min-height: 780px; border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); gap: 7vw; align-items: center; }
.eyebrow, .kicker {
  margin: 0 0 25px; color: #748779;
  font: 600 10px var(--font-geist-mono), monospace; letter-spacing: .16em;
}
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 1px; background: var(--violet); }
.hero h1 {
  margin: 0; font-size: clamp(60px, 7.6vw, 118px); line-height: .95;
  letter-spacing: -.07em; font-weight: 610;
}
.hero h1 em { color: #748a78; font-style: normal; }
.hero-lead { max-width: 600px; margin: 34px 0 0; color: var(--muted); font-size: 17px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.primary-button {
  display: inline-flex; align-items: center; gap: 42px; padding: 15px 18px;
  border-radius: 10px; color: #f8f6f0; background: #66786b; font-size: 13px; font-weight: 650;
}
.text-button { color: var(--muted); font-size: 13px; border-bottom: 1px solid #aeb4ae; padding-bottom: 5px; }

.hero-console {
  padding: 22px; border: 1px solid rgba(111,132,115,.28); border-radius: 20px;
  background: linear-gradient(145deg, rgba(229,231,222,.96), rgba(244,241,234,.98));
  box-shadow: 0 40px 110px rgba(70,79,73,.13), 0 0 80px rgba(117,139,121,.08);
  transform: perspective(1200px) rotateY(-3deg) rotateX(2deg);
}
.console-top { display: flex; align-items: center; gap: 6px; color: #848b85; }
.console-top span { width: 7px; height: 7px; border-radius: 50%; background: #aeb5ae; }
.console-top b { margin-left: auto; font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.console-query { margin: 44px 0 36px; font-size: clamp(23px, 2.2vw, 34px); line-height: 1.35; letter-spacing: -.035em; }
.routing-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 13px 0; border-top: 1px solid var(--line); font-size: 11px; }
.routing-line span { color: #858b86; }
.routing-line i { height: 1px; background: linear-gradient(90deg, #c9cdc7, rgba(112,137,118,.55)); }
.routing-line b { color: #5f6862; font-weight: 500; }
.routing-line b.ready { color: #6f846f; }
.console-result { margin-top: 28px; padding: 18px; border-radius: 12px; background: rgba(123,147,128,.12); }
.console-result small { display: block; color: #718575; font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.console-result strong { display: block; margin-top: 9px; font-size: 14px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 92px; border-top: 1px solid var(--line); }
.hero-metrics div { padding: 25px 0; display: flex; align-items: baseline; gap: 12px; border-right: 1px solid var(--line); }
.hero-metrics div:last-child { border-right: 0; padding-left: 28px; }
.hero-metrics div:nth-child(2) { padding-left: 28px; }
.hero-metrics strong { font-size: 25px; letter-spacing: -.04em; }
.hero-metrics span { color: var(--muted); font-size: 11px; }

.workspace-section, .academy-section, .roadmap-section { padding: 118px max(22px, 7vw); }
.section-heading { display: grid; grid-template-columns: 160px minmax(300px, 1fr) minmax(240px, .7fr); gap: 4vw; align-items: end; margin-bottom: 58px; }
.section-heading .kicker { align-self: start; margin-top: 9px; }
.section-heading h2, .vision-copy h2 {
  margin: 0; font-size: clamp(42px, 5.3vw, 76px); line-height: 1.02; letter-spacing: -.06em; font-weight: 580;
}
.section-heading > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.workspace-box {
  max-width: 1050px; margin: 0 auto 28px; padding: 20px;
  border: 1px solid rgba(112,135,117,.27); border-radius: 18px;
  background: linear-gradient(135deg, rgba(232,232,223,.96), rgba(246,243,237,.98));
  box-shadow: 0 28px 80px rgba(70,79,73,.11);
}
.workspace-box label { display: block; margin: 2px 3px 12px; color: #7a837d; font: 500 10px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.workspace-box textarea {
  width: 100%; resize: vertical; min-height: 108px; padding: 18px; border: 0; outline: 0;
  border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.58); box-shadow: inset 0 0 0 1px rgba(79,91,83,.08); font-size: 17px; line-height: 1.65;
}
.workspace-box textarea::placeholder { color: #9a9f9a; }
.prompt-suggestions { display: flex; flex-wrap: wrap; gap: 8px; margin: 13px 0; }
.prompt-suggestions button {
  padding: 8px 11px; border: 1px solid var(--line); border-radius: 8px;
  background: rgba(255,255,255,.35); color: #767f78; font-size: 11px; cursor: pointer;
}
.workspace-submit { display: flex; align-items: center; justify-content: space-between; }
.workspace-submit > span { color: #858b86; font-size: 11px; }
.workspace-submit button, .capability-card button {
  border: 0; border-radius: 9px; background: #778d7b; color: #fff; cursor: pointer; font-size: 12px;
}
.workspace-submit button { padding: 12px 16px; }
.workspace-submit button b { margin-left: 26px; }
.form-message { margin: 15px 0 0; padding: 12px; border-radius: 8px; color: #617464; background: rgba(128,153,132,.12); font-size: 12px; }

.capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.capability-card {
  min-width: 0; padding: 22px; border: 1px solid var(--line); border-radius: 16px;
  background: rgba(255,255,255,.32); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.capability-card:hover { transform: translateY(-4px); border-color: rgba(105,126,110,.3); box-shadow: 0 18px 38px rgba(70,79,73,.08); }
.capability-top { display: flex; align-items: center; justify-content: space-between; }
.capability-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 11px; font-weight: 700; background: rgba(96,114,101,.08); }
.capability-top small { color: #a0a59f; font: 500 10px var(--font-geist-mono), monospace; }
.capability-card h3 { margin: 48px 0 12px; font-size: 21px; }
.capability-card > p { min-height: 66px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 22px 0; }
.tags span { padding: 5px 7px; border-radius: 6px; color: #737c75; background: rgba(92,108,97,.07); font-size: 9px; }
.capability-card button, .capability-link { width: 100%; padding: 11px; display: flex; justify-content: space-between; border-radius: 9px; background: rgba(92,108,97,.08); color: #667269; font-size: 12px; }
.violet .capability-icon { color: #667a6a; background: rgba(117,142,121,.14); }
.cyan .capability-icon { color: #687e83; background: rgba(127,153,159,.14); }
.orange .capability-icon { color: #94705f; background: rgba(185,143,124,.14); }
.lime .capability-icon { color: #74816d; background: rgba(153,169,142,.15); }

.vision-section { padding: 110px max(22px, 7vw); display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; background: #dfe4dc; border-block: 1px solid var(--line); }
.kicker.light { color: #78847b; }
.vision-copy h2 em { color: var(--cyan); font-style: normal; }
.before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.old-way, .new-way { padding: 24px; border-radius: 16px; background: rgba(247,245,239,.72); }
.old-way small, .new-way small { color: #7d857f; font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.old-way p { display: flex; gap: 18px; margin: 22px 0 0; color: #777e79; font-size: 12px; }
.old-way p span { color: #a2a8a2; }
.new-way { display: flex; flex-direction: column; gap: 16px; justify-content: center; background: linear-gradient(150deg, #8ea18f, #6d7e71); color: #f7f5ef; }
.new-way strong { padding: 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.08); font-size: 13px; }
.new-way > span { color: #d9e0d8; text-align: center; }

.academy-section { background: #eeeae2; }
.section-heading.compact { margin-bottom: 42px; }
.daily-card { display: grid; grid-template-columns: 120px 120px 1fr; gap: 26px; padding: 34px; border: 1px solid rgba(113,135,117,.2); border-radius: 18px; background: linear-gradient(135deg, rgba(218,225,216,.74), rgba(247,244,238,.9)); }
.daily-badge { color: #6c8170; font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.daily-date { color: #666e7e; font: 500 11px var(--font-geist-mono), monospace; }
.daily-content h3 { max-width: 800px; margin: 0 0 15px; font-size: clamp(25px, 3vw, 42px); letter-spacing: -.045em; line-height: 1.16; }
.daily-content p { max-width: 850px; color: var(--muted); font-size: 13px; line-height: 1.85; }
.source-link { display: inline-block; margin-top: 8px; color: #6d8271; font-size: 11px; }
.academy-categories { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.academy-categories div { padding: 25px; display: flex; flex-direction: column; gap: 7px; border-right: 1px solid var(--line); }
.academy-categories div:last-child { border-right: 0; }
.academy-categories small { color: #555c6c; font: 500 9px var(--font-geist-mono), monospace; }
.academy-categories strong { font-size: 15px; }
.academy-categories span { color: var(--muted); font-size: 11px; }

.roadmap-section { background: #f6f3ed; color: #3f4742; }
.roadmap-section .kicker { color: #718474; }
.roadmap-section .section-heading > p:last-child { color: #696e77; }
.roadmap-list { border-top: 1px solid #ced0d1; }
.roadmap-list article { display: grid; grid-template-columns: 90px 1fr auto; gap: 26px; padding: 32px 0; align-items: center; border-bottom: 1px solid #ced0d1; }
.roadmap-index { color: #999ca3; font: 500 11px var(--font-geist-mono), monospace; }
.roadmap-list small { color: #718474; font-size: 10px; }
.roadmap-list h3 { margin: 7px 0; font-size: 25px; }
.roadmap-list p { margin: 0; color: #6a6e76; font-size: 13px; }
.roadmap-list b { padding: 8px 11px; border-radius: 7px; background: #dfe5dc; color: #687b6b; font-size: 10px; }
.ecosystem-strip { display: flex; justify-content: space-between; align-items: center; margin-top: 50px; padding: 25px 28px; border-radius: 14px; background: #68796d; color: #fff; font-size: clamp(14px, 2vw, 24px); }
.ecosystem-strip i { color: #c6d2c5; font-style: normal; }

footer { padding: 70px max(22px, 7vw) 28px; background: #dfe3dc; }
.footer-main {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(420px, 1.2fr);
  align-items: center;
  gap: 7vw;
  padding-bottom: 58px;
}
.footer-profile { display: flex; align-items: center; gap: 18px; }
.footer-profile img { width: 68px; height: 68px; object-fit: cover; object-position: 50% 24%; border-radius: 18px; border: 1px solid var(--line); }
.footer-profile div { display: flex; flex-direction: column; gap: 4px; }
.footer-profile small { color: #6f7686; font: 500 9px var(--font-geist-mono), monospace; }
.footer-profile strong { font-size: 18px; }
.footer-profile span { color: var(--muted); font-size: 11px; }
.footer-profile .footer-profile-en {
  margin-top: 1px;
  color: #8b928d;
  font: 500 9px var(--font-geist-mono), monospace;
  letter-spacing: .035em;
}
.footer-statement {
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
}
.footer-statement > div { display: flex; align-items: flex-end; flex-direction: column; }
.footer-statement strong { font-size: clamp(30px, 3.8vw, 56px); line-height: 1.08; letter-spacing: -.055em; }
.footer-statement em {
  max-width: 520px;
  margin-top: 12px;
  color: #737c76;
  font: 500 10px/1.6 var(--font-geist-mono), monospace;
  letter-spacing: .025em;
  font-style: normal;
}
.footer-statement span { color: #656c7b; font: 500 10px var(--font-geist-mono), monospace; }
.footer-meta { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid var(--line); color: #5f6674; font-size: 10px; }

.home-hero { min-height: 660px; padding-bottom: 86px; }
.home-workspace { padding: 92px max(22px, 7vw); }
.home-section-title { display: flex; align-items: end; justify-content: space-between; margin-bottom: 36px; }
.home-section-title h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.055em; }
.home-section-title a { color: #6f8173; font-size: 12px; }
.compact-box { max-width: none; }
.compact-box textarea { min-height: 72px; }
.compact-grid .capability-card h3 { margin-top: 30px; }
.compact-grid .capability-card > p { min-height: 64px; }
.home-daily { padding: 76px max(22px, 7vw); display: grid; grid-template-columns: 240px 1fr; gap: 5vw; background: #dfe4dc; border-block: 1px solid var(--line); }
.home-daily h2 { max-width: 920px; margin: 0; font-size: clamp(28px, 3.4vw, 50px); line-height: 1.12; letter-spacing: -.045em; }
.home-daily p { max-width: 860px; color: #6c746e; font-size: 13px; line-height: 1.8; }
.home-portals { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 80px max(22px, 7vw); }
.portal-card { min-height: 290px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.34); }
.portal-card small { color: #849087; font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.portal-card strong { margin-top: 62px; font-size: 27px; }
.portal-card p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.portal-card > span { margin-top: auto; color: #687b6b; font-size: 11px; }
.portal-card.sage { background: #dfe5dc; }
.portal-card.clay { background: #ebe0d9; }
.subpage-hero { min-height: 510px; padding: 105px max(22px, 7vw) 82px; border-bottom: 1px solid var(--line); }
.subpage-hero h1 { margin: 0; max-width: 1050px; font-size: clamp(58px, 7vw, 106px); line-height: .97; letter-spacing: -.07em; font-weight: 590; }
.subpage-hero h1 em { color: #748a78; font-style: normal; }
.subpage-hero > p:last-child, .about-hero > div > p:last-child { max-width: 650px; margin: 34px 0 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.subpage-section { padding-top: 84px; }
.tool-detail-list { margin-top: 70px; border-top: 1px solid var(--line); }
.tool-detail-list article { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.tool-detail-list article > span { color: #959c96; font: 500 11px var(--font-geist-mono), monospace; }
.tool-detail-list h2 { margin: 0 0 8px; font-size: 26px; }
.tool-detail-list p { margin: 0; color: var(--muted); font-size: 13px; }
.tool-detail-list b { padding: 7px 10px; border-radius: 7px; color: #6a7d6e; background: #dfe5dc; font-size: 10px; }
.about-hero { display: grid; grid-template-columns: 1fr 360px; gap: 8vw; align-items: center; }
.about-hero img { width: 100%; max-height: 420px; object-fit: cover; object-position: 50% 22%; border-radius: 24px; box-shadow: 0 32px 80px rgba(70,79,73,.14); }
.about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 90px max(22px, 7vw); }
.about-values article { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.3); }
.about-values small { color: #829086; font: 500 10px var(--font-geist-mono), monospace; }
.about-values h2 { margin: 55px 0 14px; font-size: 24px; }
.about-values p { color: var(--muted); font-size: 13px; line-height: 1.75; }

.module-content-page { padding: 90px max(22px, 7vw) 110px; }
.module-page-heading { display: grid; grid-template-columns: 150px 1fr minmax(240px, 420px); gap: 28px; align-items: end; margin-bottom: 42px; }
.module-page-heading small { color: #7b8a80; font: 600 9px var(--font-geist-mono), monospace; letter-spacing: .12em; }
.module-page-heading h2 { margin: 0; font-size: clamp(38px, 4.5vw, 66px); letter-spacing: -.055em; }
.module-page-heading p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.module-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.module-card-grid article { min-height: 300px; padding: 28px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.34); }
.module-card-grid article:nth-child(2) { background: #dfe5dc; }
.module-card-grid article:nth-child(3) { background: #ebe0d9; }
.module-card-grid span { color: #7c8b81; font: 500 9px var(--font-geist-mono), monospace; }
.module-card-grid h3 { margin: 70px 0 14px; font-size: 26px; line-height: 1.2; }
.module-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.module-card-grid b { margin-top: auto; color: #65786a; font-size: 11px; }
.follow-list, .ranking-list { border-top: 1px solid var(--line); }
.follow-list article { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: center; padding: 30px 0; border-bottom: 1px solid var(--line); }
.follow-list article > span { color: #9aa29c; font: 500 11px var(--font-geist-mono), monospace; }
.follow-list h3, .ranking-list h3 { margin: 0 0 8px; font-size: 25px; }
.follow-list p, .ranking-list p { margin: 0; color: var(--muted); font-size: 13px; }
.follow-list b, .ranking-list span { padding: 7px 10px; border-radius: 7px; color: #697d6d; background: #dfe5dc; font-size: 10px; }
.ranking-list article { display: grid; grid-template-columns: 70px minmax(220px, 1fr) 120px 110px; gap: 24px; align-items: center; padding: 26px 0; border-bottom: 1px solid var(--line); }
.ranking-list article > strong { color: #74877a; font-size: 27px; }
.ranking-list article > b { color: #66766c; font-size: 11px; text-align: right; }

.news-hero { min-height: 660px; padding: 54px max(22px, 7vw) 72px; display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .45fr); gap: 5vw; align-items: end; border-bottom: 1px solid var(--line); }
.issue-line { display: flex; justify-content: space-between; padding-bottom: 18px; margin-bottom: 68px; border-bottom: 1px solid var(--line); color: #7b867e; font: 500 10px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.issue-line b { font-weight: 500; }
.news-lead h1 { max-width: 1000px; margin: 0; font-size: clamp(46px, 6vw, 86px); line-height: 1.06; letter-spacing: -.06em; font-weight: 590; }
.news-summary { max-width: 850px; margin: 28px 0 16px; color: var(--muted); font-size: 15px; line-height: 1.85; }
.lead-source { font-size: 11px; }
.workspace-entry { padding: 28px; border-radius: 19px; color: #f7f5ef; background: linear-gradient(145deg, #8fa18f, #697b6d); box-shadow: 0 26px 70px rgba(70,79,73,.16); }
.workspace-entry > div { display: flex; align-items: center; justify-content: space-between; }
.workspace-entry small { font: 500 9px var(--font-geist-mono), monospace; letter-spacing: .1em; }
.entry-status { padding: 5px 8px; border-radius: 6px; background: rgba(255,255,255,.12); font-size: 9px; }
.workspace-entry strong { display: block; margin: 78px 0 18px; font-size: clamp(25px, 2.6vw, 38px); line-height: 1.25; letter-spacing: -.04em; }
.workspace-entry p { color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.75; }
.workspace-entry > a { display: flex; justify-content: space-between; margin-top: 28px; padding: 13px 0 4px; border-top: 1px solid rgba(255,255,255,.22); font-size: 12px; }
.news-stream { padding: 100px max(22px, 7vw); }
.stream-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.stream-heading h2 { margin: 0; font-size: clamp(38px, 4.6vw, 66px); letter-spacing: -.055em; }
.stream-heading > a { color: #6d8170; font-size: 11px; }
.stream-heading > p { max-width: 520px; margin: 0; color: #6f7771; font-size: 13px; line-height: 1.75; }
.lead-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 14px; }
.featured-news { min-height: 560px; padding: 34px; display: flex; flex-direction: column; border-radius: 19px; background: #dfe4dc; }
.article-meta { display: flex; gap: 10px; align-items: center; color: #78827b; font: 500 9px var(--font-geist-mono), monospace; }
.article-meta span { padding: 5px 8px; border-radius: 6px; background: rgba(108,129,112,.1); }
.article-meta b { font-weight: 500; }
.featured-news h3 { margin: auto 0 20px; font-size: clamp(40px, 4.3vw, 65px); line-height: 1.03; letter-spacing: -.06em; }
.featured-news h3 em { color: #b08370; font-style: normal; }
.featured-news p { max-width: 500px; color: #6d756f; font-size: 13px; line-height: 1.8; }
.featured-news > a { margin-top: 18px; color: #607164; font-size: 11px; }
.latest-list { border-top: 1px solid var(--line); }
.latest-list article { display: grid; grid-template-columns: 48px 1fr; gap: 20px; padding: 24px 4px; border-bottom: 1px solid var(--line); }
.news-index { color: #9aa09b; font: 500 10px var(--font-geist-mono), monospace; }
.latest-list h3 { margin: 12px 0 8px; font-size: clamp(20px, 2vw, 28px); letter-spacing: -.035em; }
.latest-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.article-source { display: inline-block; margin-top: 10px; color: #748778; font-size: 10px; }
.topic-section { padding: 90px max(22px, 7vw); background: #dfe4dc; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(70,79,73,.15); }
.topic-grid article { min-height: 220px; padding: 24px 28px 10px 0; border-right: 1px solid rgba(70,79,73,.15); }
.topic-grid article:not(:first-child) { padding-left: 28px; }
.topic-grid article:last-child { border-right: 0; }
.topic-grid small { color: #829087; font: 500 10px var(--font-geist-mono), monospace; }
.topic-grid h3 { margin: 70px 0 10px; font-size: 25px; }
.topic-grid p { color: #6c746e; font-size: 12px; line-height: 1.7; }
.editorial-portals { padding-top: 70px; }

.search-hero {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 186px max(22px, 7vw) 100px;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(74, 91, 80, .13);
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 244, 218, .92) 0, rgba(255, 244, 218, 0) 35%),
    radial-gradient(circle at 84% 21%, rgba(205, 224, 211, .88) 0, rgba(205, 224, 211, 0) 38%),
    radial-gradient(circle at 74% 90%, rgba(211, 198, 225, .63) 0, rgba(211, 198, 225, 0) 40%),
    linear-gradient(135deg, #f5eadc 0%, #e6e9dd 42%, #d6e4dc 68%, #ded6e8 100%);
}
.hero-module-nav {
  position: absolute;
  top: 28px;
  left: max(22px, 7vw);
  right: max(22px, 7vw);
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}
.hero-module-nav a {
  min-width: 0;
  padding: 15px 16px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  border: 1px solid rgba(75, 94, 81, .13);
  border-radius: 14px;
  background: rgba(255,255,255,.39);
  box-shadow: 0 10px 30px rgba(71, 84, 75, .06);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.hero-module-nav a:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,.7);
  box-shadow: 0 14px 34px rgba(71, 84, 75, .1);
}
.hero-module-nav small {
  color: #87918a;
  font: 500 8px var(--font-geist-mono), monospace;
  letter-spacing: .1em;
}
.hero-module-nav strong {
  color: #49554d;
  font-size: 14px;
}
.hero-module-nav span {
  overflow: hidden;
  color: #7b867f;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255,255,255,.24) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.24) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, transparent, #000 35%, transparent);
}
.search-hero-glow {
  position: absolute;
  z-index: -1;
  width: min(820px, 78vw);
  height: 330px;
  border-radius: 50%;
  background: rgba(255,255,255,.58);
  filter: blur(70px);
}
.search-hero-content {
  width: min(1040px, 100%);
  text-align: center;
}
.search-kicker {
  margin: 0 0 24px;
  color: #77847a;
  font: 600 10px var(--font-geist-mono), monospace;
  letter-spacing: .24em;
}
.search-hero h1 {
  max-width: 1000px;
  margin: 0 auto;
  color: #3f4942;
  font-size: clamp(48px, 6.4vw, 88px);
  font-weight: 610;
  line-height: 1.06;
  letter-spacing: -.065em;
}
.search-hero h1 span { display: block; }
.search-slogan-en {
  margin: 24px auto 42px;
  color: #6d7870;
  font: 500 clamp(11px, 1.15vw, 14px) var(--font-geist-mono), monospace;
  letter-spacing: .035em;
}
.ai-search {
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 9px 10px 9px 22px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(80, 98, 86, .16);
  border-radius: 22px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 28px 80px rgba(69, 83, 74, .16), inset 0 1px 0 rgba(255,255,255,.8);
  backdrop-filter: blur(18px);
}
.ai-search > span {
  color: #718078;
  font-size: 29px;
  line-height: 1;
  transform: rotate(-18deg);
}
.ai-search input {
  min-width: 0;
  height: 58px;
  border: 0;
  outline: 0;
  color: #3f4942;
  background: transparent;
  font-size: 16px;
}
.ai-search input::placeholder { color: #929b95; }
.ai-search button {
  height: 52px;
  padding: 0 20px;
  border: 0;
  border-radius: 15px;
  color: #fff;
  background: linear-gradient(135deg, #748979, #5f7466);
  box-shadow: 0 10px 24px rgba(70, 91, 76, .22);
  font-size: 13px;
  font-weight: 650;
  cursor: pointer;
}
.ai-search button b { margin-left: 18px; }
.search-hints {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #7d887f;
  font-size: 11px;
}
.search-hints a {
  padding: 6px 10px;
  border: 1px solid rgba(81, 101, 87, .12);
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  transition: background .2s ease, transform .2s ease;
}
.search-hints a:hover { background: rgba(255,255,255,.62); transform: translateY(-1px); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.register-page {
  min-height: 720px;
  padding: 86px max(22px, 9vw) 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .65fr);
  align-items: center;
  gap: 9vw;
  background:
    radial-gradient(circle at 12% 18%, rgba(249, 226, 212, .74), transparent 35%),
    radial-gradient(circle at 88% 16%, rgba(207, 226, 212, .8), transparent 34%),
    linear-gradient(135deg, #f4eee5, #e6ebe1 58%, #e6dce8);
}
.register-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 6vw, 82px);
  line-height: 1.05;
  letter-spacing: -.065em;
  font-weight: 610;
}
.register-intro > p:not(.search-kicker) {
  max-width: 600px;
  margin: 28px 0 0;
  color: #6d7770;
  font-size: 15px;
  line-height: 1.8;
}
.register-benefits { margin-top: 46px; display: flex; flex-direction: column; gap: 13px; }
.register-benefits span { color: #606b64; font-size: 12px; }
.register-benefits b { margin-right: 12px; color: #a56f88; font: 600 9px var(--font-geist-mono), monospace; }
.register-card {
  padding: 32px;
  border: 1px solid rgba(73, 91, 79, .13);
  border-radius: 24px;
  background: rgba(255,255,255,.76);
  box-shadow: 0 34px 90px rgba(69, 83, 74, .14);
  backdrop-filter: blur(18px);
}
.register-card-heading small { color: #87918a; font: 600 9px var(--font-geist-mono), monospace; letter-spacing: .13em; }
.register-card-heading h2 { margin: 9px 0 7px; font-size: 30px; letter-spacing: -.045em; }
.register-card-heading p { margin: 0 0 28px; color: #8b938e; font-size: 11px; }
.register-card form { display: grid; gap: 10px; }
.register-card form > label:not(.agreement-field) { margin-top: 5px; color: #6c766f; font-size: 11px; }
.phone-field, .code-field {
  height: 54px;
  display: grid;
  align-items: center;
  border: 1px solid rgba(72, 88, 77, .15);
  border-radius: 12px;
  background: rgba(250,250,247,.86);
  overflow: hidden;
}
.phone-field { grid-template-columns: auto 1fr; }
.phone-field span { padding: 0 15px; color: #67736b; border-right: 1px solid var(--line); font-size: 12px; }
.phone-field input, .code-field input {
  min-width: 0;
  height: 100%;
  padding: 0 15px;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 14px;
}
.code-field { grid-template-columns: 1fr auto; }
.code-field button { height: 36px; margin-right: 8px; padding: 0 12px; border: 0; border-radius: 8px; color: #8a948d; background: #e8ebe6; font-size: 10px; }
.agreement-field { margin: 8px 0 2px; display: flex; align-items: center; gap: 8px; color: #7e8781; font-size: 10px; }
.agreement-field input { accent-color: #798c7d; }
.register-submit { height: 50px; border: 0; border-radius: 12px; color: #fff; background: linear-gradient(135deg, #7d8f80, #9c7188); font-size: 13px; font-weight: 700; opacity: .62; }
.register-login { margin: 19px 0 0; color: #7c857f; text-align: center; font-size: 10px; }
.register-login span { color: #9b7187; }
.register-preview-note { margin-top: 20px; padding: 11px 12px; border-radius: 9px; color: #7c847f; background: rgba(115, 134, 120, .08); font-size: 9px; line-height: 1.5; }
.register-preview-note b { margin-right: 8px; color: #65756a; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .vision-section { grid-template-columns: 1fr; }
  .hero-console { margin-top: 30px; transform: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading .kicker { margin: 0; }
  .capability-grid { grid-template-columns: 1fr 1fr; }
  .daily-card { grid-template-columns: 1fr; gap: 14px; }
  .home-portals, .about-values { grid-template-columns: 1fr; }
  .about-hero { grid-template-columns: 1fr 280px; }
  .news-hero, .lead-grid { grid-template-columns: 1fr; }
  .workspace-entry strong { margin-top: 45px; }
  .hero-module-nav { grid-template-columns: repeat(3, 1fr); }
  .search-hero { padding-top: 270px; }
  .register-page { grid-template-columns: 1fr; gap: 54px; }
  .register-card { width: min(520px, 100%); }
}

@media (max-width: 640px) {
  .site-header { height: 66px; padding-inline: 16px; grid-template-columns: 1fr auto; }
  .header-cta { padding: 9px 11px; }
  .header-account-actions .header-cta { display: none; }
  .register-cta { padding: 9px 11px; }
  .hero, .workspace-section, .academy-section, .roadmap-section, .vision-section { padding-left: 18px; padding-right: 18px; }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-console { padding: 16px; }
  .console-query { margin: 34px 0 28px; }
  .hero-metrics { grid-template-columns: 1fr; margin-top: 58px; }
  .hero-metrics div, .hero-metrics div:nth-child(2), .hero-metrics div:last-child { padding: 17px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .workspace-section, .academy-section, .roadmap-section { padding-top: 84px; padding-bottom: 84px; }
  .section-heading h2, .vision-copy h2 { font-size: 43px; }
  .workspace-submit { align-items: flex-start; gap: 14px; flex-direction: column; }
  .workspace-submit button { width: 100%; }
  .capability-grid, .before-after, .academy-categories { grid-template-columns: 1fr; }
  .capability-card h3 { margin-top: 34px; }
  .academy-categories div { border-right: 0; border-bottom: 1px solid var(--line); }
  .roadmap-list article { grid-template-columns: 38px 1fr; }
  .roadmap-list article b { grid-column: 2; justify-self: start; }
  .ecosystem-strip { flex-wrap: wrap; gap: 12px; }
  .footer-main { grid-template-columns: 1fr; gap: 46px; padding-bottom: 44px; }
  .footer-statement { min-height: 0; align-items: flex-start; gap: 24px; text-align: left; }
  .footer-statement > div { align-items: flex-start; }
  .footer-meta { gap: 12px; flex-direction: column; }
  .home-section-title { align-items: flex-start; gap: 18px; flex-direction: column; }
  .home-daily { grid-template-columns: 1fr; }
  .home-portals { padding-block: 60px; }
  .subpage-hero { min-height: auto; padding-top: 70px; }
  .subpage-hero h1 { font-size: 52px; }
  .tool-detail-list article { grid-template-columns: 36px 1fr; }
  .tool-detail-list article b { grid-column: 2; justify-self: start; }
  .about-hero { grid-template-columns: 1fr; }
  .about-hero img { max-width: 300px; }
  .news-hero { min-height: auto; padding: 42px 18px 60px; }
  .issue-line { margin-bottom: 42px; }
  .news-lead h1 { font-size: 43px; }
  .stream-heading { align-items: flex-start; gap: 18px; flex-direction: column; }
  .featured-news { min-height: 430px; }
  .topic-grid { grid-template-columns: 1fr; }
  .topic-grid article, .topic-grid article:not(:first-child) { min-height: auto; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgba(70,79,73,.15); }
  .topic-grid h3 { margin-top: 34px; }
  .search-hero { min-height: calc(100vh - 66px); padding: 278px 18px 72px; }
  .hero-module-nav {
    top: 18px;
    left: 18px;
    right: 18px;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-module-nav a { padding: 11px 12px; }
  .hero-module-nav span { display: none; }
  .search-hero h1 { font-size: clamp(27px, 8.2vw, 34px); letter-spacing: -.055em; }
  .search-hero h1 span { white-space: nowrap; }
  .search-slogan-en { max-width: 310px; line-height: 1.7; }
  .ai-search { padding: 8px 8px 8px 16px; gap: 8px; border-radius: 18px; }
  .ai-search > span { font-size: 24px; }
  .ai-search input { height: 50px; font-size: 14px; }
  .ai-search button { width: 48px; height: 46px; padding: 0; font-size: 0; }
  .ai-search button b { margin: 0; font-size: 18px; }
  .register-page { min-height: auto; padding: 64px 18px 76px; }
  .register-intro h1 { font-size: 46px; }
  .register-card { padding: 24px 18px; border-radius: 20px; }
  .module-content-page { padding: 66px 18px 80px; }
  .module-page-heading { grid-template-columns: 1fr; gap: 12px; }
  .module-card-grid { grid-template-columns: 1fr; }
  .module-card-grid article { min-height: 240px; }
  .follow-list article { grid-template-columns: 36px 1fr; }
  .follow-list article b { grid-column: 2; justify-self: start; }
  .ranking-list article { grid-template-columns: 44px 1fr; gap: 16px; }
  .ranking-list article span, .ranking-list article > b { grid-column: 2; justify-self: start; text-align: left; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-console { animation: float 5s ease-in-out infinite; }
  @keyframes float { 0%,100% { translate: 0 0; } 50% { translate: 0 -7px; } }
}
