:root {
  color-scheme: light;
  --ink: #2c281f;
  --muted: #746b5b;
  --line: #e9dfcc;
  --panel: rgba(255, 253, 248, 0.9);
  --earth: #ad7929;
  --earth-dark: #875b1d;
  --earth-light: #c79a52;
  --soft-earth: #f7eedc;
  --shadow: 0 24px 70px rgba(100, 73, 28, 0.12);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
[hidden], .button[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(210, 176, 110, .18), transparent 26%),
    radial-gradient(circle at 10% 52%, rgba(181, 127, 43, .08), transparent 30%),
    #fbf9f3;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: .22;
  background-image: radial-gradient(rgba(91, 67, 30, .2) .5px, transparent .65px);
  background-size: 5px 5px;
  mask-image: linear-gradient(to bottom, black, rgba(0, 0, 0, .25));
}
body[data-page="home"] {
  min-width: 1060px;
  background: #efe1bf;
}
body[data-page="home"] .site-header {
  background: rgba(239, 225, 191, .82);
}
.home-main {
  min-height: calc(100vh - 72px);
  min-width: 1060px;
  background-image:
    linear-gradient(rgba(145, 103, 39, .075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(145, 103, 39, .075) 1px, transparent 1px),
    radial-gradient(circle at 68% 30%, rgba(255,255,255,.36), transparent 34%);
  background-size: 108px 108px, 108px 108px, auto;
}
.home-stage {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(410px, .92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
  padding-block: 72px 96px;
}
.home-eyebrow { margin: 0 0 26px; color: #85632d; font-size: 13px; font-weight: 700; letter-spacing: .13em; }
.home-primary h1 { margin: 0; font-size: clamp(48px, 4.7vw, 64px); line-height: 1.2; letter-spacing: .035em; font-weight: 520; }
.brand-char {
  display: inline-grid;
  place-items: center;
  width: 1.06em;
  height: 1.06em;
  margin-inline: .025em;
  color: #fff8e9;
  border-radius: .17em;
  background: linear-gradient(145deg, #b47d29, #875a1b);
  box-shadow: 0 .1em .28em rgba(101, 67, 22, .18);
  font-weight: 720;
  line-height: 1;
}
.home-lead { margin: 22px 0 0; color: #766a58; font-size: 16px; letter-spacing: .02em; }
.entry-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 72px; }
.entry-card {
  min-height: 156px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
  border: 1px solid rgba(151, 108, 41, .16);
  border-radius: 22px;
  background: rgba(255, 250, 238, .66);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
  transition: .2s ease;
}
a.entry-card:hover { transform: translateY(-2px); border-color: rgba(151, 108, 41, .34); background: rgba(255, 251, 242, .84); box-shadow: 0 16px 42px rgba(109, 77, 28, .09); }
.entry-card-static { cursor: default; }
.entry-label { color: #987036; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.entry-card h2 { margin: 10px 0 7px; font-size: 22px; letter-spacing: -.02em; }
.entry-card p { margin: 0; color: #766a58; font-size: 14px; line-height: 1.55; }
.entry-tagline { margin-top: 12px; color: #9a7134; font-size: 12px; line-height: 1.5; }
.future-panel {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
  overflow: hidden;
  border: 1px solid rgba(121, 82, 24, .18);
  border-radius: 24px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.20), transparent 25%),
    radial-gradient(circle at 20% 82%, rgba(91,58,16,.18), transparent 30%),
    linear-gradient(145deg, #ba8738, #8f641f);
  box-shadow: 0 30px 80px rgba(100, 69, 22, .16);
}
.future-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: .18;
  background-image: radial-gradient(rgba(255,255,255,.42) .55px, transparent .7px);
  background-size: 6px 6px;
}
.future-panel.has-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(82, 47, 12, .82) 0%, rgba(91, 54, 14, .52) 52%, rgba(91, 54, 14, .18) 100%),
    linear-gradient(0deg, rgba(70, 39, 8, .48), transparent 56%);
}
.resource-loop {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 38%;
  filter: saturate(.78) sepia(.12) brightness(.82) contrast(.96);
  transform: scale(1.03);
  animation: mascot-breathe 6s ease-in-out infinite;
}
.market-motion { position: absolute; inset: 0; z-index: 2; overflow: hidden; pointer-events: none; }
.nav-motion { position: absolute; top: 36px; right: 24px; width: 250px; height: 96px; opacity: .62; }
.nav-line-shadow, .nav-line { fill: none; stroke-linecap: round; stroke-linejoin: round; }
.nav-line-shadow { stroke: rgba(63, 35, 8, .34); stroke-width: 7; }
.nav-line { stroke: rgba(255, 225, 151, .92); stroke-width: 3; stroke-dasharray: 360; stroke-dashoffset: 360; animation: nav-draw 6s ease-in-out infinite; }
.abacus-glints { position: absolute; top: 63%; left: 49%; display: flex; gap: 5px; opacity: .72; transform: rotate(-2deg); }
.abacus-glints i { width: 7px; height: 7px; border-radius: 50%; background: #ffe2a1; box-shadow: 0 0 10px rgba(255, 224, 154, .9); animation: bead-glint 3s ease-in-out infinite; }
.abacus-glints i:nth-child(2) { animation-delay: .35s; }
.abacus-glints i:nth-child(3) { animation-delay: .7s; }
.resource-heading, .resource-list { position: relative; z-index: 3; }
.resource-heading { color: white; }
.resource-heading > span { font-size: 11px; font-weight: 800; letter-spacing: .17em; opacity: .72; }
.resource-heading h2 { margin: 14px 0 8px; font-size: 34px; letter-spacing: -.035em; }
.resource-heading p { margin: 0; font-size: 15px; opacity: .76; }
.resource-list { display: grid; gap: 2px; }
.resource-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px 18px;
  padding: 17px 0;
  color: white;
  border-top: 1px solid rgba(255,255,255,.24);
}
.resource-item strong { font-size: 18px; }
.resource-item small { font-size: 12px; opacity: .7; }
.resource-item > span { grid-column: 2; grid-row: 1 / 3; align-self: center; font-size: 20px; opacity: .78; }
a.resource-item:hover { opacity: .82; }
@keyframes mascot-breathe {
  0%, 100% { transform: scale(1.03) translateY(0); }
  50% { transform: scale(1.055) translateY(-2px); }
}
@keyframes nav-draw {
  0%, 12% { stroke-dashoffset: 360; opacity: .2; }
  48%, 78% { stroke-dashoffset: 0; opacity: 1; }
  100% { stroke-dashoffset: -360; opacity: .2; }
}
@keyframes bead-glint {
  0%, 100% { transform: translateX(0); opacity: .25; }
  45% { transform: translateX(12px); opacity: 1; }
  70% { transform: translateX(12px); opacity: .5; }
}
@media (prefers-reduced-motion: reduce) {
  .resource-loop, .nav-line, .abacus-glints i { animation: none; }
  .nav-line { stroke-dashoffset: 0; }
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(24px, calc((100vw - 1160px) / 2));
  border-bottom: 1px solid rgba(223, 210, 185, .68);
  background: rgba(251, 249, 243, .86);
  backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 700; letter-spacing: .02em; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 56px; overflow: visible; flex: 0 0 auto; }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 6px 8px rgba(105, 68, 20, .18)); }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; color: var(--muted); }
.site-nav a { padding: 9px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover, .site-nav a.is-active { color: var(--ink); border-color: var(--earth); }
.site-nav .account-entry { display: grid; place-items: center; padding: 0; border: 0; }
.account-avatar { display: grid; place-items: center; width: 36px; height: 36px; color: #fffaf0; border: 1px solid rgba(133, 88, 26, .22); border-radius: 50%; background: linear-gradient(145deg, #b58130, #8d5f1e); box-shadow: 0 7px 20px rgba(109, 76, 28, .16); font-size: 13px; font-weight: 800; transition: .2s ease; }
.account-entry:hover .account-avatar, .account-entry.is-active .account-avatar { transform: translateY(-1px); box-shadow: 0 9px 24px rgba(109, 76, 28, .26); }

.hero { position: relative; min-height: 500px; display: grid; place-items: center; overflow: hidden; text-align: center; }
.hero-copy, .hero-symbol { position: relative; z-index: 2; }
.kicker { margin: 0 0 14px; color: var(--earth); font-size: 12px; font-weight: 800; letter-spacing: .17em; }
.hero h1 { margin: 0; font-size: clamp(44px, 6vw, 72px); line-height: 1.13; letter-spacing: -.045em; font-weight: 680; }
.hero-summary { max-width: 660px; margin: 22px auto 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 22px; border: 1px solid transparent; border-radius: 12px; cursor: pointer; transition: .2s ease; }
.button-primary { color: white; background: var(--earth); box-shadow: 0 12px 28px rgba(139, 94, 25, .2); }
.button-primary:hover { background: var(--earth-dark); transform: translateY(-1px); }
.button-quiet { color: var(--ink); background: rgba(255, 255, 255, .72); border-color: var(--line); }
.button-quiet:hover { border-color: #d8c5a4; background: white; }
.button-small { min-height: 38px; padding: 0 16px; font-size: 13px; }
.button.is-disabled { color: #9a9182; background: #f1eee8; box-shadow: none; cursor: not-allowed; }

.hero-symbol { width: 360px; height: 360px; justify-self: center; display: grid; place-items: center; }
.symbol-core { display: grid; place-items: center; width: 126px; height: 126px; color: white; border-radius: 38px; font-family: "STKaiti", "KaiTi", serif; font-size: 56px; background: linear-gradient(145deg, #7f5116, #c29443); box-shadow: 0 28px 75px rgba(119, 80, 23, .26); transform: rotate(-4deg); }
.orbit { position: absolute; border: 1px solid rgba(160, 111, 37, .24); border-radius: 50%; }
.orbit-one { inset: 42px; }
.orbit-two { inset: 0; border-style: dashed; }
.symbol-dot { position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--earth-light); box-shadow: 0 5px 15px rgba(157, 113, 45, .28); }
.dot-one { top: 60px; right: 64px; }
.dot-two { bottom: 46px; left: 72px; width: 10px; height: 10px; background: var(--earth); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(6px); opacity: .7; }
.hero-glow-one { width: 420px; height: 420px; right: -100px; top: 30px; background: radial-gradient(circle, #efe2c8, transparent 70%); }
.hero-glow-two { width: 320px; height: 320px; left: -180px; bottom: -80px; background: radial-gradient(circle, #f3ead9, transparent 70%); }

.plugin-section { padding: 42px 0 24px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 30px; }
.section-heading h2, .content-panel h2, .account-card h2 { margin: 0; font-size: 28px; letter-spacing: -.025em; }
.section-heading > p { max-width: 450px; margin: 0; color: var(--muted); line-height: 1.7; }
.plugin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.plugin-card { position: relative; overflow: hidden; min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); box-shadow: 0 10px 35px rgba(102, 74, 31, .05); transition: .25s ease; }
.plugin-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -70px; bottom: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(181, 129, 48, .17), transparent 70%); }
.plugin-card.accent-cyan::after { background: radial-gradient(circle, rgba(198, 159, 88, .2), transparent 70%); }
.plugin-card:hover { transform: translateY(-4px); border-color: #dcc9a7; box-shadow: var(--shadow); }
.plugin-card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; }
.plugin-icon { display: grid; place-items: center; width: 54px; height: 54px; color: var(--earth); border-radius: 16px; background: var(--soft-earth); font-size: 22px; font-weight: 800; }
.accent-cyan .plugin-icon { color: #8c6527; background: #f4ead5; }
.plugin-card h3 { margin: 0 0 14px; font-size: 30px; letter-spacing: -.03em; }
.plugin-card > p:not(.kicker) { max-width: 470px; min-height: 56px; margin: 0; color: var(--muted); line-height: 1.75; }
.card-link { position: relative; z-index: 2; display: inline-flex; gap: 8px; margin-top: 26px; color: var(--earth-dark); font-weight: 700; }
.card-link:hover span { transform: translateX(4px); }
.card-link span { transition: .2s; }
.status-pill { display: inline-flex; align-items: center; min-height: 27px; padding: 0 10px; color: #795a2b; border-radius: 99px; background: #f4ead7; font-size: 12px; font-weight: 700; white-space: nowrap; }
.status-pill.active { color: #1d7a58; background: #e9f8f1; }
.status-pill.building { color: #8a5b17; background: #fbefd7; }
.status-pill.planned { color: #6b6f7b; background: #f0f1f4; }
.status-pill.disabled { color: #8d8d88; background: #e5e5e1; }
.status-pill.revoked { color: #a74d4d; background: #fff0f0; }
.plugin-card.is-muted { color: #999994; border-color: #ddddda; background: #f1f1ee; box-shadow: none; filter: grayscale(1); cursor: default; }
.plugin-card.is-muted::after { display: none; }
.plugin-card.is-muted .plugin-icon { color: #999994; background: #e4e4df; }
.plugin-card.is-muted .kicker { color: #aaa9a3; }
.plugin-card.is-muted:hover { transform: none; border-color: #ddddda; box-shadow: none; }
.principle-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 44px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: var(--line); }
.principle-strip div { display: flex; flex-direction: column; gap: 8px; padding: 26px 28px; background: rgba(255, 254, 250, .95); }
.principle-strip span { color: var(--muted); font-size: 14px; }
.site-footer { display: flex; justify-content: space-between; padding-block: 72px 32px; color: #918675; font-size: 13px; }

.plugin-detail { min-height: calc(100vh - 160px); padding-top: 54px; }
.back-link { display: inline-block; margin-bottom: 42px; color: var(--muted); font-size: 14px; }
.back-link:hover { color: var(--earth); }
.detail-hero { padding: 52px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.95), #f7efdf); box-shadow: var(--shadow); }
.title-with-status { display: flex; align-items: center; gap: 16px; }
.title-with-status h1 { margin: 0; font-size: clamp(38px, 5vw, 58px); letter-spacing: -.045em; }
.detail-summary { max-width: 700px; margin: 22px 0 0; color: var(--muted); font-size: 18px; line-height: 1.8; }
.detail-badge { display: grid; place-items: center; align-content: center; width: 230px; height: 230px; color: white; border-radius: 62px; background: linear-gradient(145deg, #895817, #c99a49); box-shadow: 0 28px 70px rgba(119, 80, 23, .25); transform: rotate(5deg); }
.detail-badge span { font-size: 50px; font-weight: 800; }
.detail-badge small { margin-top: 10px; letter-spacing: .24em; opacity: .72; }
.action-note { min-height: 24px; margin-top: 14px; color: #918675; font-size: 13px; }
.detail-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 20px; }
.content-panel { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255, 254, 250, .94); }
.content-panel p:not(.kicker), .content-panel li { color: var(--muted); line-height: 1.75; }
.compact-panel { grid-column: 1 / -1; }
.feature-list { display: grid; gap: 10px; padding: 0; list-style: none; }
.feature-list li::before { content: "✓"; margin-right: 10px; color: var(--earth); font-weight: 800; }

.account-shell { min-height: calc(100vh - 150px); padding-top: 64px; }
.login-layout { min-height: calc(100vh - 190px); display: grid; place-items: center; align-content: center; gap: 28px; padding-block: 54px; }
.login-copy { text-align: center; }
.login-copy h1 { margin: 0; font-size: 44px; letter-spacing: -.04em; }
.login-copy p:last-child { margin: 12px 0 0; color: var(--muted); }
.login-card { width: min(420px, 100%); }
.login-button { width: 100%; margin-top: 4px; }
.login-note { margin: 18px 0 0; color: #908574; font-size: 12px; line-height: 1.65; text-align: center; }
.account-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 26px; }
.account-heading h1 { margin: 0; font-size: 46px; letter-spacing: -.04em; }
.account-heading p:last-child { margin: 12px 0 0; color: var(--muted); }
.demo-badge { padding: 9px 13px; color: #76631d; border: 1px solid #e5d4b7; border-radius: 99px; background: #fbf3e5; font-size: 12px; font-weight: 700; }
.notice { margin-bottom: 20px; padding: 15px 18px; color: #705f28; border: 1px solid #e5d4b7; border-radius: 13px; background: #fbf3e5; font-size: 13px; line-height: 1.65; }
.account-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 20px; align-items: start; }
.account-card { padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 254, 250, .94); box-shadow: 0 12px 38px rgba(96, 70, 29, .06); }
.token-card { grid-column: 1 / -1; }
.account-grid-compact { grid-template-columns: 320px minmax(0, 1fr); }
.account-grid-compact .token-card { grid-column: auto; }
.card-heading { display: flex; justify-content: space-between; align-items: start; gap: 20px; margin-bottom: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
label { display: grid; align-content: start; gap: 8px; margin-bottom: 17px; color: #534b3f; font-size: 13px; font-weight: 700; }
label span { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
label em { color: #a35b32; font-size: 11px; font-style: normal; font-weight: 600; }
label small { color: #988b78; font-size: 11px; font-weight: 500; }
input, select { width: 100%; min-height: 44px; padding: 0 13px; color: var(--ink); border: 1px solid #dfd4c1; border-radius: 10px; outline: none; background: rgba(255,255,255,.9); }
input:focus, select:focus { border-color: var(--earth); box-shadow: 0 0 0 3px rgba(173, 121, 41, .11); }
input:disabled { color: #7e7669; background: #f5f2ec; }
.form-actions { display: flex; align-items: center; margin-top: 6px; }
.save-message { margin-left: 12px; color: #1d7a58; font-size: 12px; }
.muted { color: var(--muted); line-height: 1.65; }
.profile-list { display: grid; gap: 0; margin: 0; }
.profile-list div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.profile-list div:last-child { border-bottom: 0; }
.profile-list dt { color: var(--muted); }
.profile-list dd { margin: 0; font-weight: 700; text-align: right; }
.logout-button { color: var(--muted); }

.points-level { padding: 7px 10px; color: #7f5b25; border: 1px solid #e5d4b7; border-radius: 99px; background: #f8efdf; font-size: 11px; font-weight: 800; }
.points-score { display: flex; align-items: end; gap: 7px; margin: 2px 0 16px; }
.points-score strong { font-size: 48px; line-height: 1; letter-spacing: -.05em; color: var(--earth-dark); }
.points-score span { padding-bottom: 5px; color: var(--muted); font-size: 13px; }
.progress-track { height: 7px; overflow: hidden; border-radius: 99px; background: #eee5d5; }
.progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #8d5d1b, #c99b4e); transition: width .28s ease; }
.score-list { display: grid; gap: 1px; margin: 22px 0 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 13px; background: var(--line); list-style: none; }
.score-list li { display: flex; justify-content: space-between; padding: 10px 12px; color: #8e8473; background: #fffdf8; font-size: 12px; }
.score-list li b { color: #ab9e89; }
.score-list li.is-earned { color: var(--ink); background: #f7efdf; }
.score-list li.is-earned::before { content: "✓"; margin-right: 8px; color: #8a672e; font-weight: 800; }
.score-list li.is-earned span { margin-right: auto; }
.score-list li.is-earned b { color: #8a672e; }
.points-note { margin: 16px 0 0; color: #918574; font-size: 11px; line-height: 1.65; }

.token-table-wrap { width: 100%; overflow-x: auto; margin-top: 22px; }
.token-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.token-table th { padding: 11px 10px; color: #928774; border-bottom: 1px solid var(--line); text-align: left; font-weight: 600; white-space: nowrap; }
.token-table td { padding: 14px 10px; border-bottom: 1px solid #eee7db; white-space: nowrap; }
.token-table code { color: #6e5936; }
.text-button { padding: 0; color: #a74d4d; border: 0; background: none; cursor: pointer; }
.empty-state { padding: 40px 0 16px; color: #9c9384; text-align: center; font-size: 14px; }
.token-dialog { width: min(500px, calc(100% - 32px)); padding: 0; border: 0; border-radius: 20px; box-shadow: 0 30px 100px rgba(59,45,25,.28); }
.token-dialog::backdrop { background: rgba(43,36,26,.35); backdrop-filter: blur(4px); }
.dialog-card { padding: 28px; }
.dialog-card h2 { margin: 0; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 24px; }
.icon-button { padding: 0; color: #847a69; border: 0; background: none; font-size: 28px; cursor: pointer; }
.token-reveal { display: block; margin: 18px 0; padding: 16px; overflow-wrap: anywhere; color: #835819; border: 1px solid #e1d1b6; border-radius: 12px; background: #fbf4e8; line-height: 1.6; }

@media (max-width: 900px) {
  .hero { min-height: 650px; grid-template-columns: 1fr; padding-block: 80px; }
  .hero-symbol { display: none; }
  .plugin-grid, .detail-grid, .account-grid, .account-grid-compact { grid-template-columns: 1fr; }
  .token-card { grid-column: auto; }
  .detail-hero { grid-template-columns: 1fr; padding: 38px; }
  .detail-badge { display: none; }
  .compact-panel { grid-column: auto; }
  .section-heading { align-items: start; flex-direction: column; }
  .principle-strip { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1160px); }
  .site-header { height: 64px; padding-inline: 14px; }
  .site-nav { gap: 16px; }
  .site-nav > a:not(.account-entry) { font-size: 13px; }
  .hero { min-height: 440px; padding-block: 60px; }
  .hero h1 { font-size: 42px; }
  .hero-summary { font-size: 16px; }
  .plugin-section { padding-top: 48px; }
  .plugin-card { min-height: 300px; padding: 25px; }
  .detail-hero { padding: 28px; }
  .title-with-status { align-items: start; flex-direction: column; }
  .account-heading { align-items: start; flex-direction: column; }
  .account-card { padding: 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .site-footer { gap: 10px; flex-direction: column; }
}
