.whmold-page,
.whmold-standalone {
  --md-bg: #0a0f16;
  --md-panel: #101720;
  --md-panel-2: #151e29;
  --md-line: #283545;
  --md-line-soft: rgba(145, 164, 187, .14);
  --md-text: #f4f6f8;
  --md-muted: #9aa7b7;
  --md-accent: #f4b72b;
  --md-accent-2: #ffd969;
  --md-green: #5bd6a2;
  color: var(--md-text);
  font-family: inherit;
}

.whmold-page *,
.whmold-standalone * { box-sizing: border-box; }

body.page-id-19318 #Content { padding-top: 8px !important; }

.whmold-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto 64px;
}

.whmold-page h1,
.whmold-page h2,
.whmold-page h3,
.whmold-page p { margin-top: 0; }

.whmold-page a { color: inherit; }

.whmold-hero {
  position: relative;
  display: grid;
  min-height: 448px;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
  gap: 38px;
  align-items: center;
  padding: clamp(30px, 4.5vw, 52px);
  overflow: hidden;
  border: 1px solid #2e3c4d;
  border-radius: 24px;
  background:
    radial-gradient(circle at 84% 30%, rgba(244, 183, 43, .13), transparent 32%),
    radial-gradient(circle at 16% 100%, rgba(68, 109, 148, .16), transparent 36%),
    linear-gradient(145deg, #111923 0%, #0a0f16 62%);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
}

.whmold-hero::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(to right, transparent, #000);
  content: "";
}

.whmold-hero__content { position: relative; z-index: 2; }

.whmold-brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  color: #d9e0e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.whmold-brand > img {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(244, 183, 43, .45);
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(244, 183, 43, .22);
}

.whmold-hero h1 {
  max-width: 680px;
  margin-bottom: 18px;
  color: var(--md-text);
  font-size: clamp(42px, 5vw, 62px);
  font-weight: 850;
  letter-spacing: -.055em;
  line-height: .98;
}

.whmold-hero h1 span { color: var(--md-accent); }

.whmold-hero__content > p {
  max-width: 650px;
  margin-bottom: 24px;
  color: #adb8c5;
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.58;
}

.whmold-hero__actions,
.whmold-export__actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.whmold-button {
  display: inline-flex !important;
  min-height: 46px;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px !important;
  border: 1px solid transparent !important;
  border-radius: 11px !important;
  font: inherit !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: transform .16s ease, border-color .16s ease, background .16s ease, box-shadow .16s ease;
  appearance: none;
  cursor: pointer;
}

.whmold-button:hover { transform: translateY(-1px); }
.whmold-button:focus-visible,
.whmold-text-button:focus-visible { outline: 2px solid var(--md-accent); outline-offset: 3px; }

.whmold-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whmold-button--primary {
  color: #171109 !important;
  border-color: #f7c246 !important;
  background: linear-gradient(180deg, #ffc946, #efa91d) !important;
  box-shadow: 0 10px 30px rgba(239, 169, 29, .18);
}

.whmold-button--primary:hover {
  color: #171109 !important;
  background: linear-gradient(180deg, #ffd467, #f4b72b) !important;
  box-shadow: 0 13px 34px rgba(239, 169, 29, .28);
}

.whmold-button--secondary {
  color: #edf2f6 !important;
  border-color: #344254 !important;
  background: #161e29 !important;
}

.whmold-button--secondary:hover { border-color: #56667a !important; background: #1b2633 !important; }
.whmold-button--large { min-height: 52px; padding: 14px 21px !important; }
.whmold-button--wide { width: 100%; }

.whmold-hero__meta {
  display: flex;
  gap: 20px;
  margin-top: 18px;
  color: #7f8c9d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.whmold-hero__meta span { display: inline-flex; gap: 7px; align-items: center; }
.whmold-hero__meta i { width: 7px; height: 7px; border-radius: 50%; background: var(--md-green); box-shadow: 0 0 12px rgba(91, 214, 162, .65); }

.whmold-hero__visual { position: relative; z-index: 1; min-height: 300px; }

.whmold-radar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: min(282px, 84%);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  place-items: center;
  border: 1px solid rgba(244, 183, 43, .24);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244, 183, 43, .12), transparent 57%);
  box-shadow: inset 0 0 70px rgba(244, 183, 43, .04), 0 0 80px rgba(0,0,0,.3);
}

.whmold-radar::before,
.whmold-radar::after,
.whmold-radar span { position: absolute; border: 1px solid rgba(160, 176, 194, .14); border-radius: 50%; content: ""; }
.whmold-radar::before { inset: 17%; }
.whmold-radar::after { inset: 34%; }
.whmold-radar span:nth-child(1) { inset: 50% -3px auto; height: 1px; border: 0; border-top: 1px solid rgba(244,183,43,.2); border-radius: 0; }
.whmold-radar span:nth-child(2) { inset: -3px 50% -3px auto; width: 1px; border: 0; border-left: 1px solid rgba(244,183,43,.2); border-radius: 0; }
.whmold-radar span:nth-child(3) { inset: 9%; border-color: rgba(244,183,43,.09); }
.whmold-radar b {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  border: 1px solid rgba(244,183,43,.35);
  border-radius: 21px;
  overflow: hidden;
  background: #111820;
  box-shadow: 0 18px 45px rgba(0,0,0,.5), inset 0 0 22px rgba(244,183,43,.08);
}

.whmold-radar b img { display: block; width: 100%; height: 100%; object-fit: cover; }

.whmold-floating-card {
  position: absolute;
  z-index: 2;
  min-width: 174px;
  padding: 13px 15px;
  border: 1px solid #344255;
  border-radius: 15px;
  background: rgba(17, 24, 33, .94);
  box-shadow: 0 18px 44px rgba(0,0,0,.38);
  backdrop-filter: blur(12px);
}

.whmold-floating-card.is-player { top: 8%; right: -2%; }
.whmold-floating-card.is-guild { bottom: 7%; left: -2%; }
.whmold-floating-card small { display: block; margin-bottom: 5px; color: var(--md-accent); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.whmold-floating-card strong { display: block; color: #eef2f6; font-size: 15px; }
.whmold-floating-card span { color: var(--md-green); font-size: 11px; }

.whmold-features { margin-top: 24px; }
.whmold-section-head--compact { margin-bottom: 18px; }
.whmold-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.whmold-feature-grid article { display: flex; min-height: 126px; gap: 14px; padding: 20px; border: 1px solid var(--md-line); border-radius: 16px; background: var(--md-panel); }
.whmold-feature-grid article > span { color: var(--md-accent); font-size: 11px; font-weight: 900; letter-spacing: .08em; }
.whmold-feature-grid h3 { margin: 0 0 6px; color: var(--md-text); font-size: 16px; letter-spacing: -.02em; }
.whmold-feature-grid p { margin-bottom: 0; color: var(--md-muted); font-size: 13px; line-height: 1.5; }

.whmold-section-head {
  display: flex;
  gap: 30px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}

.whmold-kicker { display: block; margin-bottom: 10px; color: var(--md-accent); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.whmold-section-head h2,
.whmold-import-copy h2 { margin-bottom: 9px; color: var(--md-text); font-size: clamp(28px, 4vw, 42px); letter-spacing: -.045em; }
.whmold-section-head p,
.whmold-import-copy p { max-width: 690px; margin-bottom: 0; color: var(--md-muted); line-height: 1.65; }

.whmold-stats { display: flex; gap: 10px; flex-shrink: 0; }
.whmold-stats span { min-width: 96px; padding: 12px 15px; color: var(--md-muted); border: 1px solid var(--md-line); border-radius: 12px; background: var(--md-panel); font-size: 11px; text-align: center; text-transform: uppercase; }
.whmold-stats strong { display: block; color: var(--md-text); font-size: 22px; line-height: 1.1; }
.whmold-member-area { margin-top: 56px; }

.whmold-rule-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.whmold-rule-column { overflow: hidden; border: 1px solid var(--md-line); border-radius: 19px; background: var(--md-panel); }
.whmold-rule-column > header { display: flex; gap: 13px; align-items: center; padding: 19px 21px; border-bottom: 1px solid var(--md-line-soft); background: linear-gradient(180deg, rgba(255,255,255,.02), transparent); }
.whmold-rule-column__icon { display: grid; width: 39px; height: 39px; place-items: center; color: #171109; border-radius: 11px; background: var(--md-accent); font-size: 13px; }
.whmold-rule-column h3 { margin: 0 0 2px; color: var(--md-text); font-size: 17px; }
.whmold-rule-column header span { color: var(--md-muted); font-size: 11px; }
.whmold-rule-list { max-height: 400px; padding: 8px; overflow: auto; scrollbar-color: #3a4655 transparent; scrollbar-width: thin; }
.whmold-rule { display: flex; min-height: 61px; align-items: center; justify-content: space-between; padding: 10px 13px; border: 1px solid transparent; border-radius: 11px; text-decoration: none !important; }
.whmold-rule:hover { border-color: #303d4d; background: #151e29; }
.whmold-rule strong { display: block; color: #e9edf1; font-size: 14px; }
.whmold-rule small { display: block; margin-top: 2px; color: #7e8b9b; font-size: 11px; }
.whmold-rule em { color: #657386; font-style: normal; }
.whmold-rule:hover em { color: var(--md-accent); }
.whmold-empty { display: grid; min-height: 165px; place-content: center; color: var(--md-muted); text-align: center; }
.whmold-empty strong { color: #cbd3dc; font-size: 14px; }
.whmold-empty span { margin-top: 5px; font-size: 12px; }

.whmold-import-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(30px, 6vw, 74px);
  align-items: center;
  margin-top: 56px;
  padding: clamp(28px, 4vw, 46px);
  border: 1px solid var(--md-line);
  border-radius: 24px;
  background: linear-gradient(145deg, #111923, #0d131b);
}

.whmold-import-copy strong { color: #dce3ea; }
.whmold-text-button { margin-top: 22px; padding: 0; color: var(--md-accent); border: 0; background: transparent; font: inherit; font-weight: 800; cursor: pointer; }
.whmold-text-button span { display: inline-block; margin-left: 5px; transition: transform .15s ease; }
.whmold-text-button:hover span { transform: translateX(4px); }

.whmold-export { padding: 21px; border: 1px solid #344255; border-radius: 17px; background: #0a0f15; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.whmold-export__head { display: flex; gap: 15px; align-items: start; justify-content: space-between; margin-bottom: 14px; }
.whmold-export__head .whmold-kicker { margin-bottom: 4px; }
.whmold-export__head h3 { margin: 0; color: #e9edf2; font-size: 17px; }
.whmold-export__format { padding: 6px 8px; color: #93a0b0; border: 1px solid #2b3746; border-radius: 7px; background: #111821; font: 700 10px/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; }
.whmold-export textarea {
  display: block;
  width: 100%;
  min-height: 220px;
  margin: 0 0 14px;
  padding: 15px;
  resize: vertical;
  color: #cfd8e2;
  border: 1px solid #293544;
  border-radius: 11px;
  outline: none;
  background: #0e141c;
  font: 12px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.whmold-export textarea:focus { border-color: #80672e; box-shadow: 0 0 0 3px rgba(244,183,43,.08); }
.whmold-export__actions > span { min-height: 18px; color: var(--md-green); font-size: 12px; font-weight: 700; }

.whmold-private-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 48px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid #324154;
  border-radius: 20px;
  background: linear-gradient(135deg, #111a24, #0d141c);
  box-shadow: 0 20px 50px rgba(0,0,0,.22);
}
.whmold-private-card__icon { display: grid; width: 52px; height: 52px; place-items: center; color: var(--md-accent); border: 1px solid rgba(244,183,43,.28); border-radius: 15px; background: rgba(244,183,43,.08); }
.whmold-private-card__icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.whmold-private-card__copy .whmold-kicker { margin-bottom: 5px; }
.whmold-private-card h2 { margin: 0 0 7px; color: var(--md-text); font-size: clamp(22px, 3vw, 30px); letter-spacing: -.035em; }
.whmold-private-card p { max-width: 700px; margin: 0; color: var(--md-muted); font-size: 14px; line-height: 1.55; }
.whmold-private-card__actions { display: flex; gap: 9px; flex-wrap: wrap; justify-content: flex-end; }

.whmold-notice,
.whmold-inline-message { margin-bottom: 18px; padding: 13px 15px; color: #dce5ed; border: 1px solid #3c4958; border-radius: 11px; background: #17202a; font-size: 13px; }
.whmold-notice.is-success { color: #b9f3db; border-color: rgba(91,214,162,.34); background: rgba(35,103,78,.24); }
.whmold-notice.is-error,
.whmold-inline-message.is-error { color: #ffd1d1; border-color: rgba(255,112,112,.34); background: rgba(112,37,37,.24); }
.whmold-notice.is-info { color: #d7e7fb; border-color: rgba(110,158,216,.34); background: rgba(38,74,113,.24); }

.whmold-modal[hidden],
.whmold-confirm-form[hidden],
.whmold-inline-message[hidden],
[data-whmold-mode-panel][hidden],
.whmold-record-preview[hidden] { display: none !important; }

.whmold-modal { position: fixed; inset: 0; z-index: 1000000; display: grid; padding: 20px; place-items: center; }
.whmold-modal__backdrop { position: absolute; inset: 0; background: rgba(3, 6, 10, .84); backdrop-filter: blur(8px); }
.whmold-modal__dialog { position: relative; z-index: 1; width: min(820px, 100%); max-height: calc(100vh - 40px); padding: clamp(26px, 5vw, 44px); overflow: auto; color: var(--md-text); border: 1px solid #354255; border-radius: 21px; outline: 0; background: #0f151d; box-shadow: 0 34px 100px rgba(0,0,0,.68); scrollbar-color: #3a4655 transparent; scrollbar-width: thin; }

html body .whmold-modal__close {
  position: absolute !important;
  top: 14px !important;
  right: 14px !important;
  display: grid !important;
  width: 38px !important;
  min-width: 38px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  place-items: center !important;
  color: #dce4ed !important;
  border: 1px solid #394659 !important;
  border-radius: 50% !important;
  background: #17202b !important;
  appearance: none !important;
  cursor: pointer;
}
.whmold-modal__close svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.whmold-modal__close:hover { color: #fff !important; border-color: var(--md-accent) !important; background: #202b38 !important; }
.whmold-modal__close:focus-visible { outline: 2px solid var(--md-accent); outline-offset: 2px; }
.whmold-modal__head { padding-right: 35px; }
.whmold-modal__head h2 { margin-bottom: 10px; color: var(--md-text); font-size: clamp(25px, 4vw, 34px); letter-spacing: -.04em; }
.whmold-modal__head p { margin-bottom: 20px; color: var(--md-muted); line-height: 1.55; }
.whmold-mode-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; margin-bottom: 22px; padding: 5px; border: 1px solid #2c3948; border-radius: 12px; background: #0a1017; }
.whmold-mode-tabs button { min-height: 40px; padding: 9px 12px; color: #8f9dad; border: 1px solid transparent; border-radius: 8px; background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.whmold-mode-tabs button[aria-selected="true"] { color: #171109; border-color: #f4bd39; background: var(--md-accent); box-shadow: 0 8px 22px rgba(244,183,43,.15); }
.whmold-mode-tabs button:focus-visible { outline: 2px solid var(--md-accent); outline-offset: 2px; }
.whmold-preview-form label,
.whmold-batch-form label { display: block; margin-bottom: 8px; color: #dce3ea; font-size: 13px; font-weight: 800; }
.whmold-preview-form textarea,
.whmold-batch-form textarea {
  display: block;
  width: 100%;
  padding: 13px 14px;
  resize: vertical;
  color: #e7edf3;
  border: 1px solid #354255;
  border-radius: 10px;
  outline: none;
  background: #0a1017;
  font: 12px/1.6 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.whmold-preview-form textarea { min-height: 124px; }
.whmold-batch-form textarea { min-height: 176px; }
.whmold-preview-form textarea:focus,
.whmold-batch-form textarea:focus,
.whmold-evidence-field textarea:focus { border-color: #a67f22; box-shadow: 0 0 0 3px rgba(244,183,43,.1); }
.whmold-preview-form > .whmold-button,
.whmold-batch-form > .whmold-button { margin-top: 13px; }
.whmold-field-help { margin: 9px 0 0; color: #778596; font-size: 11px; line-height: 1.5; }
.whmold-inline-message { margin-top: 18px; margin-bottom: 0; }

.whmold-record-preview { margin-top: 19px; overflow: hidden; border: 1px solid #304052; border-radius: 15px; background: #0a1017; }
.whmold-record-preview__head { display: flex; gap: 10px; align-items: center; justify-content: space-between; padding: 13px 15px; border-bottom: 1px solid #263342; background: #101821; }
.whmold-record-preview__head strong { color: #eaf0f5; font-size: 13px; }
.whmold-record-preview__head span { color: #8b99a9; font-size: 11px; }
.whmold-evidence-list { display: grid; gap: 10px; max-height: min(48vh, 560px); padding: 10px; overflow: auto; scrollbar-color: #3a4655 transparent; scrollbar-width: thin; }
.whmold-evidence-card { padding: 15px; border: 1px solid #2b3949; border-radius: 12px; background: linear-gradient(145deg, #111a24, #0d141c); }
.whmold-evidence-card__head { display: flex; gap: 12px; align-items: center; justify-content: space-between; margin-bottom: 13px; }
.whmold-evidence-card__identity { min-width: 0; }
.whmold-evidence-card__identity > span { display: block; margin-bottom: 3px; color: var(--md-accent); font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.whmold-evidence-card__identity > strong { display: block; overflow: hidden; color: #edf2f6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.whmold-evidence-card__link { flex: 0 0 auto; color: var(--md-green) !important; font-size: 11px; font-weight: 800; text-decoration: none !important; }
.whmold-evidence-card__link:hover { color: #8ef2c6 !important; }
.whmold-evidence-field { display: block; }
.whmold-evidence-field > span { display: flex; gap: 8px; align-items: center; margin-bottom: 7px; color: #cfd8e1; font-size: 12px; font-weight: 750; }
.whmold-evidence-field em { padding: 3px 6px; color: #ffb9b9; border-radius: 5px; background: rgba(187,65,65,.16); font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.whmold-evidence-field textarea { display: block; width: 100%; min-height: 94px; padding: 11px 12px; resize: vertical; color: #e7edf3; border: 1px solid #354255; border-radius: 9px; outline: none; background: #090f16; font: inherit; font-size: 12px; line-height: 1.55; box-shadow: none; }
.whmold-file { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; margin-top: 10px; padding: 11px 12px; overflow: hidden; border: 1px dashed #3a485a; border-radius: 9px; background: rgba(8,14,20,.55); cursor: pointer; }
.whmold-file:hover { border-color: #9a792a; background: rgba(244,183,43,.04); }
.whmold-file:focus-within { border-color: var(--md-accent); box-shadow: 0 0 0 3px rgba(244,183,43,.1); }
.whmold-file input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.whmold-file__main { display: grid; gap: 2px; min-width: 0; }
.whmold-file__main b { color: #dce5ec; font-size: 11px; }
.whmold-file__main small { color: #758394; font-size: 9px; }
.whmold-file__name { max-width: 210px; overflow: hidden; color: #8998a8; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.whmold-confirm-form { margin-top: 14px; }
.whmold-confirm-form > .whmold-button { margin: 4px 10px 0; width: calc(100% - 20px); }
.whmold-confirm-form > p { margin: 9px 0 0; color: #7e8b9b; font-size: 11px; line-height: 1.5; text-align: center; }
.whmold-attribution { margin: 25px 0 0; color: #687687; font-size: 11px; text-align: center; }
.whmold-attribution a { color: #aebbc8; }
.whmold-login-card { padding: 26px; border: 1px solid #2d3a49; border-radius: 15px; background: #111922; text-align: center; }
.whmold-login-card__icon { display: grid; width: 42px; height: 42px; margin: 0 auto 13px; place-items: center; color: #171109; border-radius: 12px; background: var(--md-accent); font-size: 20px; }
.whmold-login-card h3 { margin-bottom: 7px; color: var(--md-text); font-size: 20px; }
.whmold-login-card p { max-width: 480px; margin: 0 auto 18px; color: var(--md-muted); font-size: 13px; line-height: 1.55; }
body.whmold-modal-open { overflow: hidden; }

.whmold-standalone { padding: 20px; border-radius: 16px; background: var(--md-bg); }
.whmold-mobile-dock { display: none; }

@media (max-width: 900px) {
  .whmold-hero { min-height: auto; grid-template-columns: 1fr; }
  .whmold-hero__visual { display: none; }
  .whmold-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .whmold-import-section { grid-template-columns: 1fr; }
  .whmold-private-card { grid-template-columns: auto 1fr; }
  .whmold-private-card__actions { grid-column: 2; justify-content: flex-start; }
}

@media (max-width: 680px) {
  body.page-id-19318 #Content { padding-top: 4px !important; }
  .whmold-page { width: min(100% - 20px, 1180px); margin-top: 0; margin-bottom: 90px; }
  .whmold-hero { padding: 26px 20px 29px; border-radius: 18px; }
  .whmold-brand { margin-bottom: 18px; }
  .whmold-brand > img { width: 38px; height: 38px; }
  .whmold-hero h1 { font-size: clamp(38px, 12vw, 52px); }
  .whmold-hero__content > p { font-size: 16px; line-height: 1.55; }
  .whmold-hero__actions { align-items: stretch; flex-direction: column; }
  .whmold-hero__actions .whmold-button { width: 100%; }
  .whmold-hero__actions .whmold-button--secondary { display: none !important; }
  .whmold-hero__meta { align-items: flex-start; flex-direction: column; gap: 7px; }
  .whmold-feature-grid { grid-template-columns: 1fr; }
  .whmold-feature-grid article { min-height: auto; padding: 18px; }
  .whmold-section-head { align-items: stretch; flex-direction: column; }
  .whmold-stats { width: 100%; }
  .whmold-stats span { flex: 1; }
  .whmold-rule-grid { grid-template-columns: 1fr; }
  .whmold-member-area { margin-top: 42px; }
  .whmold-import-section { margin-top: 42px; padding: 25px 18px; border-radius: 19px; }
  .whmold-private-card { grid-template-columns: 1fr; margin-top: 36px; padding: 23px 19px; text-align: center; }
  .whmold-private-card__icon { margin: 0 auto; }
  .whmold-private-card__actions { grid-column: auto; align-items: stretch; flex-direction: column; }
  .whmold-private-card__actions .whmold-button { width: 100%; }
  .whmold-export { padding: 15px; }
  .whmold-export__head { align-items: flex-start; flex-direction: column-reverse; }
  .whmold-export__actions .whmold-button { width: 100%; }
  .whmold-modal { padding: 10px; align-items: end; }
  .whmold-modal__dialog { width: 100%; max-height: calc(100vh - 10px); padding: 28px 18px 22px; border-radius: 19px 19px 0 0; }
  .whmold-modal__head { padding-right: 32px; }
  .whmold-mode-tabs button { padding-right: 7px; padding-left: 7px; font-size: 11px; }
  .whmold-record-preview__head { align-items: flex-start; flex-direction: column; }
  .whmold-evidence-card { padding: 13px; }
  .whmold-evidence-card__head { align-items: flex-start; }
  .whmold-file { grid-template-columns: 1fr; gap: 6px; }
  .whmold-file__name { max-width: 100%; }
  .whmold-mobile-dock { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 99980; display: block; padding: 8px; border: 1px solid #374457; border-radius: 14px; background: rgba(12,17,24,.94); box-shadow: 0 16px 44px rgba(0,0,0,.5); backdrop-filter: blur(13px); }
  .whmold-mobile-dock .whmold-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .whmold-page *,
  .whmold-standalone * { scroll-behavior: auto !important; transition: none !important; }
}
