:root {
  --ink: #17223b;
  --muted: #4f5f74;
  --line: #d7e0eb;
  --paper: #ffffff;
  --soft: #f5f7fb;
  --blue: #2156a5;
  --green: #2f7d62;
  --gold: #b8872f;
}

* { box-sizing: border-box; }
html, body { max-width: 100%; }
body { margin: 0; overflow-x: hidden; width: 100%; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 18px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
main, section, header, footer { max-width: 100vw; }
a { color: inherit; }
.site-header { position: sticky; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px clamp(18px, 4vw, 54px); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 0; font-weight: 800; text-decoration: none; }
.brand span:last-child { min-width: 0; overflow-wrap: break-word; }
.brand-mark { display: grid; place-items: center; flex: 0 0 auto; width: 42px; height: 42px; border-radius: 8px; color: #fff; background: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 27px; font-weight: 800; line-height: 1; box-shadow: inset 0 -8px 18px rgba(0,0,0,.12); }
.site-nav { display: flex; align-items: center; gap: 18px; font-size: 16px; font-weight: 700; }
.site-nav a { text-decoration: none; color: #24324a; }
.nav-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 6px; padding: 8px 11px; }
main { min-height: 70vh; }
.hero { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 32px; align-items: center; padding: clamp(34px, 5vw, 64px) clamp(18px, 5vw, 72px); background: linear-gradient(120deg, #f7f9fc, #eef4f1); }
.join-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr); gap: 36px; align-items: center; padding: clamp(40px, 6vw, 78px) clamp(18px, 5vw, 72px); background: linear-gradient(120deg, #f7f9fc, #eef4f1); }
.hero > *, .join-hero > *, .split > *, .dash-grid > *, .feature-grid > *, .post-grid > *, .benefits > *, .training-grid > *, .form-grid > *, .member-row-grid > * { min-width: 0; }
.hero h1, .join-hero h1 { max-width: 820px; margin: 0; font-size: clamp(34px, 5vw, 56px); line-height: 1.04; letter-spacing: 0; }
.hero h1, .join-hero h1, h1, h2, h3, strong, p, li, a, span { max-width: 100%; overflow-wrap: anywhere; }
.hero p, .join-hero p { max-width: 720px; font-size: 21px; color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--green); font-weight: 800; text-transform: uppercase; font-size: 13px; letter-spacing: 0; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 18px; border-radius: 6px; border: 1px solid var(--blue); text-decoration: none; font-weight: 800; cursor: pointer; }
.button.primary { background: var(--blue); color: #fff; }
.button.ghost { background: #fff; color: var(--blue); }
.button.small { min-height: 38px; padding: 8px 13px; font-size: 14px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.hero-panel, .join-hero aside, .payment-box, .panel, .form-card { border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(20,33,61,.08); }
.hero-panel { padding: 28px; }
.hero-panel, .signup-flow, .payment-box, .panel, .form-card { max-width: 100%; }
.hero-panel span { color: var(--gold); font-weight: 800; }
.hero-panel strong { display: block; margin: 8px 0 18px; font-size: 26px; line-height: 1.15; }
.hero-panel li { margin: 10px 0; }
.document-panel { display: grid; place-items: center; min-height: 360px; overflow: hidden; background: linear-gradient(145deg, #fff, #f1f6f4); }
.document-scene { position: relative; width: min(340px, 82vw); aspect-ratio: 1 / 1; }
.document-card { position: absolute; width: 160px; min-height: 206px; padding: 18px 16px; border: 1px solid #cfdbe8; border-radius: 8px; background: rgba(255,255,255,.96); box-shadow: 0 22px 40px rgba(23,34,59,.13); transform-origin: center; opacity: 0; }
.document-card.contract { left: 50%; top: 19%; z-index: 3; transform: translate(-50%, 28px); animation: documentIn .65s .15s cubic-bezier(.2,.8,.2,1) both; }
.document-card.letter { left: 8%; top: 27%; z-index: 2; transform: translate(22px, 22px) rotate(-5deg); animation: letterIn .65s .45s cubic-bezier(.2,.8,.2,1) both; }
.document-card.notice { right: 8%; top: 31%; z-index: 1; transform: translate(-22px, 22px) rotate(5deg); animation: noticeIn .65s .72s cubic-bezier(.2,.8,.2,1) both; }
.doc-tag { display: inline-flex; align-items: center; min-height: 26px; padding: 4px 8px; border-radius: 5px; background: #eaf3ff; color: var(--blue); font-size: 11px; font-weight: 850; }
.document-card.contract .doc-tag { background: #eaf5ef; color: var(--green); }
.doc-line { display: block; width: 76%; height: 6px; margin-top: 14px; border-radius: 999px; background: #d4deea; transform-origin: left center; animation: writeLine .55s 1.05s ease-out both; }
.doc-line.wide { width: 100%; }
.doc-line.short { width: 54%; }
.document-card .doc-line:nth-of-type(3) { animation-delay: 1.18s; }
.document-card .doc-line:nth-of-type(4) { animation-delay: 1.31s; }
.signature-line { display: block; width: 58%; height: 4px; margin-top: 34px; border-radius: 999px; background: var(--gold); transform-origin: left center; animation: writeLine .45s 1.58s ease-out both; }
.stamp { position: absolute; right: 16px; bottom: 18px; display: grid; place-items: center; width: 52px; height: 52px; border: 4px solid var(--green); border-radius: 50%; color: var(--green); font-size: 13px; font-weight: 900; opacity: 0; transform: scale(.65) rotate(-10deg); animation: stampIn .45s 1.78s ease-out both; }
.document-check { position: absolute; left: 50%; bottom: 12%; width: 72px; height: 72px; border-radius: 50%; background: var(--green); box-shadow: 0 18px 34px rgba(47,125,98,.25); opacity: 0; transform: translateX(-50%) scale(.7); animation: checkCircle .55s 2.08s ease-out both; }
.document-check::before { content: ""; position: absolute; left: 23px; top: 20px; width: 17px; height: 31px; border: solid #fff; border-width: 0 7px 7px 0; transform: rotate(45deg) scale(.72); transform-origin: center; }
.band, .split, .social-videos, .narrow, .article, .dashboard, .admin, .final-cta { padding: clamp(36px, 6vw, 76px) clamp(18px, 5vw, 72px); }
.band.light { background: var(--soft); }
.section-head { max-width: 760px; margin-bottom: 28px; }
.section-head h2, .split h2 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.1; }
.section-head.row { display: flex; justify-content: space-between; gap: 20px; align-items: end; max-width: none; }
.feature-grid, .post-grid, .benefits, .training-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.feature-grid article, .post-card, .benefits article, .training-grid article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.feature-grid h3, .post-card h3, .training-grid h3 { margin-top: 0; line-height: 1.25; }
.feature-grid p, .post-card span, .training-grid span, .benefits p { color: #25324a; }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 32px; align-items: start; }
.steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.steps li { padding: 20px; border-left: 5px solid var(--green); background: var(--soft); border-radius: 6px; }
.steps span { display: block; color: var(--muted); }
.social-videos { background: #fff; }
.social-videos .section-head.row { width: min(100%, 780px); margin: 0 auto 28px; align-items: end; }
.social-videos .section-head h2 { font-size: clamp(28px, 3vw, 40px); }
.social-video-embed { display: flex; justify-content: center; width: 100%; overflow-x: auto; padding-bottom: 4px; }
.social-video-embed .tiktok-embed { width: min(100%, 780px); margin: 0 auto !important; }
.narrow, .article { max-width: 930px; margin: auto; }
.article h1 { font-size: clamp(34px, 5vw, 58px); line-height: 1.08; }
.article p { font-size: 19px; }
.rich-content { display: grid; gap: 18px; }
.rich-content h2, .rich-content h3, .rich-content h4 { margin: 18px 0 0; line-height: 1.18; }
.rich-content p { margin: 0; }
.rich-content figure { margin: 12px 0; }
.rich-content img { display: block; max-width: 100%; height: auto; border-radius: 8px; }
.rich-content figcaption { margin-top: 8px; color: var(--muted); font-size: 14px; }
.rich-content blockquote { margin: 10px 0; padding: 18px; border-left: 5px solid var(--green); background: var(--soft); border-radius: 6px; }
.rich-content table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 8px; }
.rich-content th, .rich-content td { padding: 12px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.rich-content th { background: var(--soft); }
.post-list { display: grid; gap: 16px; margin-top: 28px; }
.post-list article { padding: 22px; border: 1px solid var(--line); border-radius: 8px; }
.post-list h2 { margin: 5px 0; }
.news-search { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.news-search label { margin: 0 0 10px; }
.news-search div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: center; }
.news-search input { min-height: 48px; background: #fff; }
.search-result-note { margin: 18px 0 0; color: var(--muted); font-weight: 750; }
.empty-state { padding: 22px; border: 1px dashed var(--line); border-radius: 8px; background: #fff; color: var(--muted); }
.join-hero aside { padding: 24px; border-top: 6px solid var(--green); }
.benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.benefits article { display: flex; gap: 12px; align-items: start; }
.benefits span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #eaf5ef; color: var(--green); flex: 0 0 auto; }
.fee-note { margin-top: 20px; padding: 22px; border: 1px solid var(--line); border-left: 6px solid var(--green); border-radius: 8px; background: #fff; }
.fee-note strong { display: block; font-size: 22px; }
.fee-note p { margin-bottom: 0; color: var(--muted); }
.fee-note .button { margin-top: 18px; }
.conversion .section-head p:not(.eyebrow) { color: var(--muted); font-size: 19px; }
.guided-signup { padding: 0 clamp(18px, 5vw, 72px); }
.signup-flow, .payment-box { max-width: 980px; margin: 0 auto; padding: 28px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 18px 45px rgba(20,33,61,.08); }
.signup-flow:not(.open) { display: none; }
.signup-flow.open { margin: clamp(28px, 5vw, 52px) auto; }
.flow-head { max-width: 700px; margin-bottom: 18px; }
.flow-head h2 { margin: 0; font-size: clamp(28px, 4vw, 42px); line-height: 1.12; }
.progress { height: 8px; overflow: hidden; border-radius: 999px; background: #e8edf5; margin: 16px 0 22px; }
.progress span { display: block; width: 33.333%; height: 100%; border-radius: inherit; background: var(--green); transition: width .2s ease; }
.flow-step { display: none; margin: 0; padding: 0; border: 0; }
.flow-step.active { display: block; }
.flow-step legend { margin-bottom: 12px; font-size: 22px; font-weight: 800; }
.form-grid, .member-row-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.flow-actions, .payment-choice, .member-row-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.check { display: flex; grid-template-columns: auto 1fr; align-items: start; gap: 10px; font-weight: 700; }
.check input { width: auto; margin-top: 6px; }
.success-box { border-top: 6px solid var(--green); }
.payment-step { display: block; border-top: 6px solid var(--green); }
.mini-benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 18px 0; }
.mini-benefits span { padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); font-weight: 700; }
.bank-box { margin-top: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--soft); }
.member-admin-form { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.member-row { padding: 18px 0; border-top: 1px solid var(--line); }
.member-row-head { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 10px; }
.member-row-head span { padding: 6px 10px; border-radius: 999px; background: #eaf0fa; color: var(--blue); font-size: 13px; font-weight: 800; }
.payment-box { margin: 0 auto; }
.final-cta { text-align: center; background: var(--ink); color: #fff; }
.final-cta p { max-width: 700px; margin-left: auto; margin-right: auto; color: #d9e1ec; }
.final-cta .eyebrow { color: #9fd0bd; }
.final-cta h2 { max-width: 780px; margin: 0 auto 14px; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; }
.final-cta .button { margin-top: 14px; background: #fff; color: var(--ink); border-color: #fff; }
.auth { display: grid; place-items: center; padding: 60px 18px; background: var(--soft); }
.form-card { width: min(460px, 100%); padding: 28px; }
label { display: grid; gap: 7px; margin: 12px 0; font-weight: 750; color: #1f2b43; }
input, textarea, select { width: 100%; padding: 13px 14px; border: 1px solid #bcc9d8; border-radius: 6px; font: inherit; background: #fff; color: var(--ink); }
input:focus, textarea:focus, select:focus { outline: 3px solid rgba(33,86,165,.18); border-color: var(--blue); }
textarea { resize: vertical; }
.hint, .muted { color: var(--muted); font-size: 14px; }
.alert { padding: 12px; background: #fff1f1; border: 1px solid #efb8b8; border-radius: 6px; }
.success { padding: 12px; background: #ecf8f1; border: 1px solid #b8dec7; border-radius: 6px; }
.dashboard, .admin { background: var(--soft); }
.dash-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; margin-bottom: 22px; }
.dash-head h1 { margin: 0; font-size: clamp(30px, 4vw, 48px); }
.dash-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 18px; }
.panel { padding: 24px; margin-bottom: 18px; }
.case-row, .message { padding: 16px 0; border-top: 1px solid var(--line); }
.case-row { display: flex; justify-content: space-between; gap: 16px; }
.case-row span { align-self: start; padding: 6px 10px; border-radius: 999px; background: #eaf0fa; color: var(--blue); font-size: 13px; font-weight: 800; white-space: nowrap; }
.training-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.tabs a { padding: 9px 13px; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; background: #fff; }
.tabs a.active { background: var(--ink); color: #fff; }
.admin-form { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; align-items: end; }
.admin-form.long { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-form.long label:last-of-type { grid-column: 1 / -1; }
.table-form { display: grid; grid-template-columns: repeat(5, minmax(120px, 1fr)) auto auto; gap: 8px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); overflow-x: auto; }
.table-form textarea { min-height: 48px; }
.post-editor-panel .section-head { margin-bottom: 18px; }
.post-editor-form { padding: 0; border-top: 1px solid var(--line); }
.post-editor-form:first-of-type { border-top: 0; }
.post-editor-layout { display: grid; grid-template-columns: minmax(0, 1fr) 290px; gap: 18px; align-items: start; padding-top: 18px; }
.post-main-fields, .post-side-fields { min-width: 0; }
.post-side-fields { position: sticky; top: 92px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.post-side-fields .button, .post-side-fields button { width: 100%; margin-top: 10px; }
.editor-tabs { display: flex; gap: 8px; margin: 8px 0 12px; border-bottom: 1px solid var(--line); }
.editor-tabs button { border: 0; border-bottom: 3px solid transparent; border-radius: 0; background: transparent; color: var(--muted); }
.editor-tabs button.active { border-bottom-color: var(--blue); color: var(--blue); }
.rich-toolbar { display: flex; flex-wrap: wrap; gap: 7px; padding: 10px; border: 1px solid var(--line); border-radius: 8px 8px 0 0; background: #f8fafc; }
.rich-toolbar button, .rich-toolbar select { width: auto; min-height: 38px; padding: 8px 10px; font-size: 14px; }
.rich-editor { min-height: 430px; padding: 22px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 8px 8px; background: #fff; color: var(--ink); line-height: 1.65; outline: none; overflow-wrap: anywhere; }
.rich-editor:focus { box-shadow: inset 0 0 0 3px rgba(33,86,165,.12); }
.rich-editor h2, .rich-editor h3, .rich-editor h4 { line-height: 1.2; }
.rich-editor img { max-width: 100%; height: auto; border-radius: 8px; }
.rich-editor figure { margin: 16px 0; }
.rich-editor table { width: 100%; border-collapse: collapse; }
.rich-editor th, .rich-editor td { min-width: 90px; padding: 10px; border: 1px solid var(--line); }
.rich-editor blockquote { margin: 10px 0; padding: 14px; border-left: 5px solid var(--green); background: var(--soft); border-radius: 6px; }
.seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.seo-grid label:nth-child(2), .seo-grid label:nth-child(8) { grid-column: 1 / -1; }
.seo-preview { margin-top: 16px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.seo-preview p { margin: 0 0 8px; color: var(--muted); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.seo-preview strong { display: block; color: #1a0dab; font-size: 20px; line-height: 1.25; }
.seo-preview span { display: block; color: #0b8043; font-size: 14px; }
.seo-preview em { display: block; margin-top: 6px; color: #3c4043; font-style: normal; font-size: 15px; }
.post-admin-list { display: grid; gap: 12px; }
.post-admin-item { border: 1px solid var(--line); border-radius: 8px; background: #fff; overflow: hidden; }
.post-admin-item summary { display: flex; justify-content: space-between; gap: 12px; align-items: center; padding: 16px 18px; cursor: pointer; }
.post-admin-item summary span { display: grid; gap: 2px; }
.post-admin-item summary em { color: var(--muted); font-size: 14px; font-style: normal; }
.post-admin-item summary small { color: var(--blue); font-weight: 850; }
.post-admin-item .post-editor-form { padding: 0 18px 18px; border-top: 1px solid var(--line); }
button { border: 1px solid var(--blue); background: #fff; color: var(--blue); border-radius: 6px; padding: 10px 12px; font-weight: 800; cursor: pointer; }
button.danger { border-color: #b23b3b; color: #b23b3b; }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 30px clamp(18px, 4vw, 54px); border-top: 1px solid var(--line); background: #fff; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes documentIn {
  from { opacity: 0; transform: translate(-50%, 28px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

@keyframes letterIn {
  from { opacity: 0; transform: translate(22px, 22px) rotate(-5deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(-5deg); }
}

@keyframes noticeIn {
  from { opacity: 0; transform: translate(-22px, 22px) rotate(5deg); }
  to { opacity: 1; transform: translate(0, 0) rotate(5deg); }
}

@keyframes writeLine {
  from { opacity: 0; transform: scaleX(.22); }
  to { opacity: 1; transform: scaleX(1); }
}

@keyframes stampIn {
  from { opacity: 0; transform: scale(.65) rotate(-10deg); }
  to { opacity: 1; transform: scale(1) rotate(-10deg); }
}

@keyframes checkCircle {
  from { opacity: 0; transform: translateX(-50%) scale(.7); }
  to { opacity: 1; transform: translateX(-50%) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .document-card, .doc-line, .signature-line, .stamp, .document-check { opacity: 1; animation: none !important; }
  .document-card.contract { transform: translate(-50%, 0); }
  .document-card.letter { transform: rotate(-5deg); }
  .document-card.notice { transform: rotate(5deg); }
  .document-check { transform: translateX(-50%) scale(1); }
}

@media (max-width: 880px) {
  body { font-size: 17px; line-height: 1.6; }
  .nav-toggle { display: inline-flex; }
  .site-nav { display: none; position: absolute; top: 70px; left: 18px; right: 18px; flex-direction: column; align-items: stretch; padding: 14px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 18px 35px rgba(20,33,61,.12); }
  .site-nav.open { display: flex; }
  .hero, .join-hero, .split, .dash-grid { grid-template-columns: 1fr; }
  .feature-grid, .post-grid, .benefits, .training-grid, .mini-benefits { grid-template-columns: 1fr; }
  .section-head.row, .dash-head, .site-footer { align-items: start; flex-direction: column; }
  .admin-form, .admin-form.long { grid-template-columns: 1fr; }
  .form-grid, .member-row-grid, .member-admin-form { grid-template-columns: 1fr; }
  .table-form { grid-template-columns: 1fr; }
  .post-editor-layout, .seo-grid { grid-template-columns: 1fr; }
  .post-side-fields { position: static; }
}

@media (max-width: 520px) {
  .site-header { padding: 12px 16px; }
  .brand { font-size: 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero, .join-hero, .band, .split, .social-videos, .narrow, .article, .dashboard, .admin, .final-cta { padding-left: 16px; padding-right: 16px; }
  .hero h1, .join-hero h1 { font-size: 30px; line-height: 1.12; }
  .hero p, .join-hero p { font-size: 18px; }
  .hero-panel { padding: 20px; }
  .document-panel { min-height: 310px; }
  .document-scene { width: min(315px, 86vw); }
  .eyebrow { font-size: 12px; line-height: 1.45; }
  .section-head h2, .split h2, .final-cta h2 { font-size: 28px; }
  .signup-flow, .payment-box, .panel, .form-card { padding: 20px; }
  .flow-actions .button, .payment-choice .button, .hero-actions .button { width: 100%; }
  .member-row-head { align-items: flex-start; flex-direction: column; }
  .news-search div { grid-template-columns: 1fr; }
  .news-search .button { width: 100%; }
  .rich-editor { min-height: 320px; padding: 16px; }
  .rich-toolbar { gap: 6px; }
  .rich-toolbar button, .rich-toolbar select { flex: 1 1 auto; }
}
