:root {
  --studio-line:#353535;
  --studio-muted:#b1b1aa;
}
.module-catalogue{border-top:1px solid #777}
.brand-module{display:grid;grid-template-columns:45px minmax(0,1fr) 200px;gap:24px;padding:28px 0;border-bottom:1px solid var(--studio-line);align-items:start}
.module-number{font-size:12px;color:var(--studio-muted);padding-top:7px}
.brand-module h2{font-size:28px;line-height:1.1;letter-spacing:-.035em;margin-bottom:12px}
.brand-module p{font-size:15px;color:var(--studio-muted);max-width:560px;line-height:1.55}
.module-state{display:grid;gap:20px;justify-items:start;padding-top:4px}
.module-state .status-badge{font-size:9px;white-space:normal}
.module-state .text-link{font-size:12px}
.reading-packet{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:48px;padding:32px}
.reading-packet h2,.module-next h2{font-size:40px;line-height:1.1;letter-spacing:-.045em;margin:18px 0}
.reading-packet p,.module-next p{font-size:15px;color:var(--studio-muted);line-height:1.6}
.reading-packet fieldset{border:0;padding:0;margin:0 0 24px}
.reading-packet legend{font-size:13px;margin-bottom:15px}
.packet-choice{display:flex;align-items:center;gap:14px;padding:11px 0;border-bottom:1px solid var(--studio-line);cursor:pointer;font-size:15px}
.packet-choice input{width:18px;height:18px;accent-color:#eee}
.packet-status{margin-bottom:14px}.packet-feedback{min-height:1.6em;margin-top:12px}
.module-next{margin-top:28px;padding:32px}
.module-next ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;list-style:none;padding:0;counter-reset:step;margin-top:30px}
.module-next li{counter-increment:step;border-top:1px solid #777;padding-top:20px}
.module-next li:before{content:'0' counter(step);display:block;font-size:11px;color:var(--studio-muted);margin-bottom:18px}
.module-next strong{font-size:21px;font-weight:500}.module-next li p{margin-top:12px}
@media(max-width:1050px){.brand-module{grid-template-columns:30px minmax(0,1fr);gap:16px}.module-state{grid-column:2;display:flex;flex-wrap:wrap;align-items:center}.reading-packet{grid-template-columns:1fr;gap:30px}.module-next ol{grid-template-columns:1fr}}
@media(max-width:600px){.brand-module h2{font-size:25px}.reading-packet,.module-next{padding:22px}.reading-packet h2,.module-next h2{font-size:32px}}
.brand-row + .brand-row {
  margin-top: 24px;
}
.sauren-brand-row {
  border-color: #0d59f2;
}
.sauren-card-art {
  background: #0d59f2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: 65px 44px;
  min-height: 340px;
}
.sauren-card-art img {
  width: 90%;
}
.sauren-card-art span {
  color: white;
}
.studio-entry {
  padding-block: 40px;
}
.studio-entry h3 {
  font-size: clamp(26px, 3vw, 44px);
  margin-top: 15px;
  max-width: 680px;
  line-height: 1.12;
}
.studio-entry p {
  margin-top: 18px;
}
.studio-entry > .arrow {
  font-size: 48px;
}
.brand-wordmark img {
  width: 142px;
  max-height: 36px;
  object-fit: contain;
}
.workspace-mode {
  border: 1px solid currentColor;
  padding: 7px 11px;
  font-size: 12px;
}
.tools-caption {
  margin-top: 16px;
}
.brand-lockup:has(img) {
  align-items: center;
}
[data-brand=sauren] .topbar {
  border-color: #ffffff35;
}
[data-brand=sauren] .topbar :is(.lang-button span, kbd) {
  color: #fff;
}
[data-brand=sauren] .topnav > a:hover {
  color: #fff;
}
[data-brand=sauren] .brand-room-label {
  border-color: #ffffff50;
}
[data-brand=sauren] .page {
  max-width: none;
  padding: 32px clamp(24px, 3.3vw, 68px) 50px;
}
[data-brand=sauren] .page-topline {
  margin-bottom: 35px;
}
[data-brand=sauren] .sidebar {
  padding-top: 24px;
}
[data-brand=sauren] .brand-switch {
  font-family: var(--brand-body-font);
  font-size: 20px;
  padding-bottom: 21px;
}
[data-brand=sauren] .side-links {
  gap: 2px;
}
[data-brand=sauren] .side-links a {
  padding-block: 9px;
  font-size: 12px;
}
[data-brand=sauren] .nav-caption {
  padding-top: 20px;
}
[data-brand=sauren] .side-bottom {
  padding-top: 28px;
  gap: 14px;
}
[data-brand=sauren] .side-bottom a {
  font-size: 12px;
}
.sauren-welcome {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  background: var(--brand-deep);
  color: white;
  min-height: 490px;
}
.welcome-copy {
  padding: clamp(28px, 4vw, 60px);
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}
.welcome-copy > .upper {
  color: #c3e2fa;
}
.welcome-copy h1 {
  font-size: clamp(40px, 4.3vw, 76px);
  line-height: 1.06;
  margin: 30px 0 23px;
}
.welcome-copy p {
  font-size: 15px;
  line-height: 1.7;
  max-width: 390px;
  color: #d5e7f5;
}
.welcome-copy .button {
  margin-top: 32px;
}
.welcome-identity {
  background: #0d59f2;
  min-width: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 38px;
  isolation: isolate;
}
.welcome-identity > img {
  width: 90%;
  z-index: 1;
}
.welcome-identity > .upper {
  position: absolute;
  bottom: 34px;
  left: 35px;
}
.welcome-orbits {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .28;
}
.welcome-orbits span {
  position: absolute;
  width: 125%;
  aspect-ratio: 1;
  border: 1px solid #c3e2fa;
  border-radius: 50%;
  bottom: -76%;
  left: -55%;
  transform: rotate(-25deg);
  scale: 1 1.65;
}
.welcome-orbits span:nth-child(2) {
  left: -25%;
}
.welcome-orbits span:nth-child(3) {
  left: 5%;
}
.quick-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--brand-line);
  margin-top: 16px;
}
.quick-actions a {
  padding: 20px 15px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quick-actions a + a {
  border-left: 1px solid var(--brand-line);
}
.quick-actions a:hover {
  background: var(--brand-soft);
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  margin: 65px 0 30px;
}
.section-heading h2 {
  font-size: clamp(32px, 3.2vw, 50px);
  line-height: 1.12;
  margin-top: 15px;
}
.section-heading > p {
  max-width: 295px;
  font-size: 14px;
  color: var(--brand-muted);
}
.featured-chapters {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 24px;
}
.featured-chapter {
  display: block;
  min-width: 0;
}
.chapter-preview {
  aspect-ratio: 16/9;
  background: var(--brand-deep);
  overflow: hidden;
}
.chapter-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s;
}
.featured-chapter:hover img {
  transform: scale(1.03);
}
.featured-chapter > div:last-child {
  padding-top: 15px;
}
.featured-chapter .upper {
  font-size: 12px;
  color: var(--brand-muted);
}
.featured-chapter h3 {
  margin-top: 8px;
  font-size: 25px;
}
.manual-index {
  margin-top: 65px;
}
.manual-index > a {
  display: grid;
  grid-template-columns: 50px 1fr 85px 25px;
  gap: 10px;
  align-items: center;
  border-top: 1px solid var(--brand-line);
  padding: 21px 0;
  transition: padding .2s;
}
.manual-index > a:hover {
  padding-left: 12px;
  color: var(--brand-accent);
}
.manual-index h3 {
  font-size: 24px;
}
.manual-index > a > span:nth-last-child(2) {
  font-size: 12px;
}
.source-proof {
  display: flex;
  gap: 15px;
  align-items: center;
  background: #e6eadd;
  color: #233524;
  padding: 20px;
  margin-top: 48px;
  font-size: 12px;
}
.source-proof p {
  flex: 1;
}
.source-proof a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.proof-dot,
.presence-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  flex: none;
}
.chapter-title {
  margin: 15px 0 36px;
}
.chapter-title > .upper {
  color: var(--brand-muted);
}
.chapter-title h1 {
  font-size: clamp(38px, 4.8vw, 74px);
  line-height: 1.08;
  margin: 16px 0 18px;
  max-width: 900px;
}
.chapter-title p {
  font-size: 17px;
  max-width: 660px;
  color: var(--brand-muted);
}
.chapter-browser {
  display: grid;
  grid-template-columns: minmax(140px, 210px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.chapter-outline {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 2px;
  max-height: 70dvh;
  overflow: auto;
}
.chapter-outline a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 6px;
  padding: 12px 9px;
  font-size: 12px;
  border-left: 2px solid transparent;
}
.chapter-outline a > span {
  opacity: .65;
  font-size: 12px;
  padding-top: 2px;
}
.chapter-outline a.active {
  border-left-color: var(--brand-accent);
  background: var(--brand-surface);
  color: var(--brand-accent);
}
.chapter-outline a:hover {
  background: var(--brand-soft);
}
.manual-page {
  min-width: 0;
}
.manual-page-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  padding: 14px 16px;
  background: var(--brand-deep);
  color: white;
}
.manual-page-bar a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.source-slide-figure {
  margin: 0;
  background: var(--brand-surface);
  border: 1px solid var(--brand-line);
  border-top: 0;
}
.source-slide-figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}
.source-slide-figure figcaption {
  padding: 13px 16px;
  font-size: 12px;
  color: var(--brand-muted);
  border-top: 1px solid var(--brand-line);
}
.snapshot-pending {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 30px;
  color: #fff;
  background: #081f3b;
  font-size: 28px;
}
.snapshot-pending small {
  font-size: 12px;
}
.slide-pagination,
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  padding: 22px 0;
}
.slide-pagination a,
.pagination a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 4px;
}
.source-reading {
  border-block: 1px solid var(--brand-line);
  margin: 10px 0 20px;
}
.source-reading > summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 18px 0;
  font-size: 14px;
  gap: 20px;
}
.source-reading > summary:after {
  content: "+";
  margin-left: auto;
}
.source-reading[open] > summary:after {
  content: "\2212";
}
.source-reading > summary > span {
  font-size: 12px;
  color: var(--brand-muted);
}
.source-reading-body {
  border-top: 1px solid var(--brand-line);
  padding: 5px 0 24px;
}
.source-reading .reader-block {
  padding-right: 30px;
  position: relative;
  font-size: 15px;
  margin-block: 20px;
}
.source-reading .reader-heading {
  font-size: 23px;
}
.copy-block {
  position: absolute;
  right: 0;
  top: 0;
  opacity: .6;
  font-size: 19px;
}
.copy-block:hover {
  opacity: 1;
}
.translation-note {
  font-size: 12px;
  padding: 12px 16px;
  background: var(--brand-soft);
  margin-bottom: 20px;
}
.motion-example {
  margin-top: 18px;
}
.motion-example video {
  width: 100%;
  max-height: 500px;
  background: var(--brand-deep);
}
.motion-example .text-link {
  font-size: 12px;
  margin-top: 10px;
}
.preview-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 18px;
  margin-bottom: 28px;
  border: 1px dashed currentColor;
  font-size: 12px;
  background: var(--brand-soft);
}
.preview-banner a {
  text-decoration: underline;
  white-space: nowrap;
}
.library-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  border-block: 1px solid var(--brand-line);
  margin-bottom: 30px;
  font-size: 12px;
}
.library-toolbar .tone-tabs {
  margin: 15px 0;
}
.chip.selected {
  background: var(--brand-deep);
  color: white;
}
.chip small {
  margin-left: 10px;
  opacity: .65;
}
.source-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 22px;
}
.source-media-picture {
  background: #e7e6e0;
  aspect-ratio: 4/3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.source-media-picture > a {
  width: 100%;
  height: 100%;
}
.source-media-picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.source-media-picture video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #081f3b;
}
.source-media-caption {
  padding-top: 15px;
}
.source-media-caption .upper {
  font-size: 12px;
  color: var(--brand-muted);
}
.source-media-caption h3 {
  font-size: 21px;
  line-height: 1.15;
  margin: 10px 0 14px;
}
.source-media-caption > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
}
.source-media-caption a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.lab-head h1 {
  font-size: clamp(40px, 5vw, 76px);
  line-height: 1.08;
  margin: 20px 0;
}
.lab-head > p {
  max-width: 600px;
  color: var(--brand-muted);
}
.lab-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 35px 0 60px;
}
.lab-palette button {
  min-height: 155px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 20px;
  text-align: left;
  border: 1px solid #081f3b1a;
}
.lab-palette button > span {
  font-size: 19px;
}
.lab-palette strong {
  font-size: 12px;
  font-weight: 400;
}
.lab-section {
  border-top: 1px solid var(--brand-line);
  padding-top: 30px;
  margin-bottom: 55px;
}
.lab-controls,
.contrast-controls {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin: 20px 0;
}
.lab-controls label,
.contrast-controls label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
}
.lab-controls input,
.contrast-controls input {
  border: 1px solid var(--brand-line);
  padding: 2px;
  width: 55px;
  height: 38px;
  background: none;
  cursor: pointer;
}
.shade-scale {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.shade-scale button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 12px 8px;
  min-height: 140px;
}
.shade-scale span {
  font-size: 12px;
}
.shade-scale strong {
  font-size: 12px;
  font-weight: 400;
}
.contrast-preview {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 38px;
  border: 1px solid var(--brand-line);
  gap: 25px;
  min-height: 270px;
}
.contrast-preview h3 {
  font-size: 42px;
  line-height: 1.1;
  margin: 28px 0 20px;
}
.contrast-preview p {
  font-size: 14px;
  max-width: 360px;
}
.contrast-score {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  gap: 10px;
}
.contrast-score > strong {
  font-size: 36px;
  font-weight: 400;
}
.contrast-score > span {
  border: 1px solid currentColor;
  padding: 7px 12px;
  font-size: 12px;
}
.contrast-score > small {
  font-size: 12px;
}
.studio-workspace {
  --side:238px;
  background: #151515;
  color: #f1f1eb;
}
.studio-sidebar {
  background: #111;
  border-right: 1px solid #353535;
  padding: 28px 18px;
}
.studio-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 10px 30px;
}
.studio-symbol {
  font-size: 32px;
  line-height: 1;
  width: 40px;
  height: 42px;
  border: 1px solid #73736d;
  position: relative;
  display: grid;
  place-content: center;
}
.studio-symbol > span {
  position: absolute;
  right: -6px;
  top: -7px;
  font-size: 18px;
  background: #111;
}
.studio-brand > span:last-child {
  font-size: 16px;
  line-height: 1.1;
}
.studio-brand strong {
  display: block;
  font-weight: 400;
  color: #93938c;
  font-size: 12px;
  margin-top: 5px;
}
.studio-brand-select {
  display: block;
  margin: 0 8px 15px;
  color: #a3a39c;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .08em;
}
.studio-brand-select select {
  width: 100%;
  background: #1a1a1a;
  color: #f2f2ec;
  border: 1px solid #454540;
  padding: 12px 10px;
  margin-top: 10px;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 0;
}
.studio-sidebar .side-links a {
  font-size: 12px;
  padding: 12px 10px;
}
.studio-sidebar .side-links a.active {
  background: #f1f1eb;
  color: #171717;
}
.studio-sidebar .side-bottom {
  padding-inline: 10px;
}
.studio-sidebar .side-bottom a,
.studio-sidebar .side-bottom button {
  font-size: 12px;
}
.studio-main {
  padding: 30px clamp(24px, 3.7vw, 72px) 25px;
  min-width: 0;
  max-width: 1800px;
}
.studio-topline {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 12px;
  letter-spacing: .01em;
  color: #aaa99f;
  border-bottom: 1px solid #353535;
  padding-bottom: 25px;
}
.studio-topline > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.presence-dot {
  color: #e5e5d8;
}
.studio-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  margin: 44px 0 38px;
}
.studio-heading .upper {
  color: #aaa99f;
  font-size: 12px;
}
.studio-heading h1 {
  font-size: clamp(40px, 5vw, 76px);
  letter-spacing: -.055em;
  line-height: 1.03;
  margin: 18px 0 24px;
  font-weight: 500;
}
.studio-heading p {
  max-width: 580px;
  font-size: 15px;
  color: #aaa99f;
  line-height: 1.6;
}
.studio-heading > .button {
  white-space: nowrap;
  margin-bottom: 5px;
}
.studio-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #3b3b36;
  margin-bottom: 30px;
}
.studio-metrics > div {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.studio-metrics > div + div {
  border-left: 1px solid #3b3b36;
}
.studio-metrics span {
  font-size: 12px;
  color: #aaa99f;
}
.studio-metrics strong {
  font-size: clamp(35px, 4vw, 58px);
  font-weight: 400;
  letter-spacing: -.05em;
}
.studio-metrics small {
  font-size: 12px;
  color: #aaa99f;
}
.studio-dashboard-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 24px;
}
.studio-panel {
  border: 1px solid #3b3b36;
  padding: 28px;
  margin-bottom: 24px;
  min-width: 0;
  background: #191919;
}
.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}
.panel-title h2 {
  font-size: 22px;
  letter-spacing: -.03em;
}
.panel-title > span:not(.status-badge) {
  font-size: 12px;
  color: #aaa99f;
}
.studio-panel p {
  font-size: 14px;
  line-height: 1.65;
  color: #b1b1a8;
}
.studio-panel h3 {
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -.025em;
}
.studio-panel .status-badge,
.studio-workspace .status-badge {
  border-color: #5d5d55;
  color: #d4d4c9;
  font-size: 12px;
  padding: 5px 7px;
  white-space: normal;
}
.work-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 23px 0;
  border-top: 1px solid #383833;
}
.work-item > div {
  flex: 1;
}
.work-number {
  font-size: 12px;
  color: #aaa99f;
  align-self: flex-start;
  margin-top: 3px;
}
.work-item h3 {
  font-size: 18px;
  margin-bottom: 7px;
}
.work-item p {
  font-size: 12px;
}
.work-item:hover h3 {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.source-health > strong {
  font-weight: 400;
  font-size: 72px;
  letter-spacing: -.07em;
  line-height: 1;
}
.source-health > p {
  margin: 20px 0;
}
.health-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #383833;
  padding: 14px 0;
  font-size: 12px;
  color: #b7b7ad;
}
.source-health .text-link {
  margin-top: 20px;
  font-size: 12px;
}
.activity-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid #383833;
  font-size: 12px;
}
.activity-row strong {
  font-weight: 400;
  flex: 1;
}
.activity-row span:not(.activity-dot),
.activity-row time {
  color: #aaa99f;
  font-size: 12px;
}
.activity-dot {
  width: 6px;
  height: 6px;
  border: 1px solid #c5c5b8;
  border-radius: 50%;
  flex: none;
}
.studio-footer {
  border-top: 1px solid #383833;
  color: #9d9d94;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
  padding-top: 25px;
}
.studio-workspace .inline-note {
  color: #a9a99e;
  border-color: #3b3b36;
  font-size: 12px;
  margin-top: 24px;
  padding-top: 18px;
}
.studio-empty {
  padding: 45px 16px;
  text-align: center;
  display: grid;
  justify-items: center;
  gap: 15px;
}
.empty-mark {
  font-size: 36px;
  color: #87877d;
}
.studio-empty h2 {
  font-size: 24px;
  letter-spacing: -.03em;
}
.studio-empty p {
  max-width: 480px;
  font-size: 13px;
  color: #aaa99f;
}
.studio-workspace .muted {
  color: #aaa99f;
}
.editor-toolbar {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
  font-size: 12px;
}
.editor-toolbar input,
.editor-toolbar select {
  background: #202020;
  border: 1px solid #484840;
  color: #efefe8;
  padding: 13px 14px;
  min-width: 0;
}
.editor-toolbar input {
  flex: 1;
}
.editor-toolbar > span {
  color: #b4b4aa;
  white-space: nowrap;
}
.editor-layout {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(0, 1.4fr);
  border: 1px solid #3b3b36;
  align-items: start;
}
.editor-list {
  max-height: 820px;
  overflow: auto;
  border-right: 1px solid #3b3b36;
  display: flex;
  flex-direction: column;
  background: #191919;
}
.editor-list button {
  display: block;
  text-align: left;
  border-bottom: 1px solid #363631;
  padding: 20px 18px;
  border-left: 2px solid transparent;
}
.editor-list button.active {
  background: #272724;
  border-left-color: #e8e8dc;
}
.editor-list button:hover {
  background: #22221f;
}
.editor-list .upper {
  font-size: 12px;
  color: #aaa99f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.editor-list strong {
  display: block;
  margin-top: 11px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  overflow-wrap: anywhere;
}
.editor-list small {
  display: block;
  margin-top: 11px;
  color: #aaa99f;
  font-size: 12px;
}
.editor-detail {
  padding: 28px;
  min-width: 0;
}
.editor-detail label {
  font-size: 12px;
  color: #b4b4aa;
  display: block;
  margin-bottom: 12px;
}
.editor-detail textarea {
  resize: vertical;
  width: 100%;
  min-height: 230px;
  max-height: 700px;
  background: #22221f;
  color: #f1f1e8;
  border: 1px solid #5b5b50;
  padding: 18px;
  font-size: 17px;
  line-height: 1.6;
}
.editor-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin: 20px 0 32px;
}
.editor-actions .text-link {
  font-size: 12px;
}
.editor-source {
  border-top: 1px solid #45453e;
  padding-top: 20px;
}
.editor-source summary {
  font-size: 13px;
  cursor: pointer;
}
.editor-source p {
  font-size: 14px;
  line-height: 1.7;
  color: #b7b7ad;
  margin: 20px 0;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.editor-source img {
  width: 100%;
  margin: 15px 0;
}
.source-node {
  font-size: 12px;
  color: #98988e;
  overflow-wrap: anywhere;
  display: block;
  margin: 15px 0;
}
.editor-source .text-link {
  font-size: 12px;
}
.ingest-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 24px;
}
.upload-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px dashed #6f6f61;
  padding: 40px 25px;
  min-height: 340px;
  text-align: center;
  cursor: pointer;
  background: #1e1e1b;
  transition: background .2s;
}
.upload-zone:hover,
.upload-zone.dragging {
  background: #30302b;
}
.upload-zone:focus-within {
  outline: 2px solid #fff;
  outline-offset: 5px;
}
.upload-zone input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  inset: 0;
  cursor: pointer;
}
.upload-icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 25px;
}
.upload-zone h2 {
  font-size: 28px;
  letter-spacing: -.03em;
}
.upload-zone p {
  font-size: 12px;
  margin: 15px 0 24px;
}
.upload-zone .button {
  pointer-events: none;
}
.upload-zone small {
  font-size: 12px;
  color: #aaa99f;
  margin-top: 24px;
}
.import-progress {
  min-height: 20px;
  margin-top: 18px !important;
  font-size: 12px !important;
}
.ingest-steps {
  padding: 20px 0 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.ingest-steps li {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 12px;
  color: #aaa99f;
}
.ingest-steps strong {
  font-weight: 400;
  color: #eee;
}
.source-facts {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 14px 12px;
  font-size: 12px;
  margin-block: 30px;
  line-height: 1.5;
}
.source-facts dt {
  color: #aaa99f;
}
.source-facts dd {
  margin: 0;
  text-align: right;
}
.form-error {
  padding: 15px 18px;
  border: 1px solid #c09074;
  color: #e8c0a4 !important;
  background: #251e18;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 20px;
}
.proposal-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  border-block: 1px solid #3b3b36;
  padding: 24px 0;
  margin: 26px 0;
}
.proposal-stats span {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 7px;
  color: #aaa99f;
}
.proposal-stats strong {
  font-size: 32px;
  font-weight: 400;
  color: #eee;
}
.import-change,
.review-change {
  border-top: 1px solid #41413a;
  padding: 25px 0;
}
.import-change > label {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}
.import-change input {
  width: 18px;
  height: 18px;
  accent-color: #eee;
}
.import-change label .status-badge {
  margin-left: auto;
}
.diff-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.diff-columns > div {
  padding: 20px;
  background: #22221f;
  border: 1px solid #41413a;
  min-width: 0;
}
.diff-columns > div:last-child {
  background: #292b23;
  border-color: #606549;
}
.diff-columns .upper {
  font-size: 12px;
  color: #b3b3a7;
}
.diff-columns p {
  margin-top: 14px;
  font-size: 14px;
  color: #e2e2d8;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
.import-proposal details {
  margin: 25px 0;
  font-size: 12px;
}
.import-proposal li {
  margin: 9px 0;
  overflow-wrap: anywhere;
}
.release-stages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-bottom: 25px;
}
.release-stages > span {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #96968b;
  border-bottom: 1px solid #535348;
  padding: 15px 9px;
  font-size: 12px;
}
.release-stages > span.current {
  border-color: #f0f0df;
  color: #f0f0df;
}
.release-stages small {
  font-size: 12px;
}
.release-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.release-actions > p {
  flex: 1;
  min-width: 140px;
  max-width: 300px;
  font-size: 12px;
}
.release-actions > p strong {
  display: block;
  font-size: 35px;
  font-weight: 400;
  color: #eee;
  margin-bottom: 5px;
  line-height: 1;
}
.release-actions .button {
  font-size: 12px;
  gap: 12px;
  padding: 11px;
  min-height: 42px;
}
.release-row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #41413a;
  font-size: 12px;
}
.release-row strong {
  font-weight: 400;
  flex: 1;
}
.release-row > span {
  font-size: 12px;
  color: #aaa99f;
}
.release-row .text-link {
  font-size: 12px;
}
.connector-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.connector-card {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.connector-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 35px;
}
.connector-logo {
  border: 1px solid #656559;
  display: grid;
  place-content: center;
  width: 46px;
  height: 46px;
  font-size: 28px;
  flex: none;
}
.connector-card h2 {
  font-size: 27px;
  letter-spacing: -.03em;
  margin-bottom: 12px;
}
.connector-card > .upper {
  font-size: 12px;
  color: #aaa99f;
}
.connector-card p {
  font-size: 13px;
  margin-block: 25px;
}
.connector-card details {
  border-top: 1px solid #45453d;
  padding-top: 18px;
  margin-top: auto;
  font-size: 12px;
}
.connector-card summary {
  cursor: pointer;
}
.connector-card ol {
  padding-left: 18px;
  color: #b5b5a9;
  line-height: 1.8;
}
.connector-card .inline-note {
  margin-bottom: 0;
}
.studio-workspace input::placeholder {
  color: #a4a498;
}
.studio-workspace :is(button, a, input, select, textarea):focus-visible {
  outline-color: #ffffed;
}
@media (min-width: 1650px) {
  .studio-workspace {
    --side:260px;
  }
  .chapter-browser {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .source-slide-figure img {
    max-height: 650px;
  }
  .customer-workspace .page {
    max-width: 1600px;
    margin: auto;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .studio-workspace {
    --side:208px;
  }
  .studio-main {
    padding-inline: 27px;
  }
  .studio-metrics > div {
    padding: 20px 15px;
  }
  .studio-dashboard-grid {
    grid-template-columns: 1fr;
  }
  .studio-heading > .button {
    font-size: 12px;
    gap: 15px;
  }
  .connector-grid {
    grid-template-columns: 1fr 1fr;
  }
  .studio-panel {
    padding: 23px;
  }
  .editor-layout {
    grid-template-columns: 220px minmax(0, 1fr);
  }
  .editor-detail {
    padding: 22px;
  }
  .ingest-layout {
    grid-template-columns: 1fr;
  }
  .sauren-welcome {
    grid-template-columns: 1.1fr 1fr;
    min-height: 440px;
  }
  .welcome-copy {
    padding: 32px;
  }
  .welcome-copy h1 {
    font-size: 45px;
  }
  .quick-actions {
    grid-template-columns: 1fr 1fr;
  }
  .quick-actions a:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--brand-line);
  }
  .quick-actions a:nth-child(4) {
    border-top: 1px solid var(--brand-line);
  }
  .chapter-browser {
    grid-template-columns: 155px minmax(0, 1fr);
    gap: 16px;
  }
  .source-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .shade-scale {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .shade-scale button {
    min-height: 110px;
  }
  .shade-scale strong {
    font-size: 12px;
  }
  .contrast-preview {
    padding: 25px;
  }
  .contrast-preview h3 {
    font-size: 33px;
  }
  .lab-palette {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lab-palette button {
    padding: 15px;
    min-height: 140px;
  }
  .lab-palette button > span {
    font-size: 17px;
  }
  .studio-heading h1 {
    font-size: 55px;
  }
}
@media (max-width: 900px) {
  .studio-heading {
    display: block;
  }
  .studio-heading > .button {
    margin-top: 25px;
  }
  .editor-layout {
    grid-template-columns: 1fr;
  }
  .editor-list {
    max-height: 260px;
    border-right: 0;
    border-bottom: 1px solid #41413a;
  }
  .editor-toolbar {
    flex-wrap: wrap;
  }
  .editor-toolbar input {
    width: 100%;
    flex-basis: 100%;
  }
  .studio-metrics {
    grid-template-columns: 1fr 1fr;
  }
  .studio-metrics > div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #3b3b36;
  }
  .studio-metrics > div:nth-child(4) {
    border-top: 1px solid #3b3b36;
  }
  .sauren-welcome {
    grid-template-columns: 1fr;
  }
  .welcome-identity {
    min-height: 260px;
    padding: 60px;
    order: -1;
  }
  .welcome-identity > img {
    max-width: 320px;
  }
  .welcome-orbits span {
    bottom: -190%;
  }
  .welcome-identity > .upper {
    font-size: 12px;
    bottom: 22px;
    left: 30px;
  }
  .welcome-copy h1 {
    font-size: 52px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: 460px;
    margin-top: 20px;
  }
  .chapter-browser {
    grid-template-columns: 1fr;
  }
  .chapter-outline {
    position: static;
    display: flex;
    overflow: auto;
    max-height: none;
    gap: 6px;
    padding-bottom: 10px;
  }
  .chapter-outline a {
    flex: none;
    width: 170px;
    border-left: 0;
    border-bottom: 2px solid transparent;
    font-size: 12px;
    align-content: start;
    max-height: 85px;
    overflow: hidden;
  }
  .chapter-outline a.active {
    border-left: 0;
    border-bottom-color: var(--brand-accent);
  }
  .lab-palette {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contrast-preview {
    grid-template-columns: 1fr;
  }
  .contrast-score {
    align-items: start;
    border-top: 1px solid currentColor;
    padding-top: 20px;
  }
  .source-proof {
    flex-wrap: wrap;
  }
  .source-proof p {
    min-width: 80%;
  }
  .source-proof a {
    margin-left: 21px;
  }
  .brand-room-label {
    display: none;
  }
}
@media (max-width: 780px) {
  .brand-wordmark img {
    width: 120px;
    max-height: 30px;
  }
  .studio-main {
    padding: 24px 22px;
  }
  .studio-sidebar {
    width: 280px;
  }
  .studio-heading {
    margin-top: 32px;
  }
  .studio-heading h1 {
    font-size: 52px;
  }
  .studio-heading p {
    font-size: 14px;
  }
  .studio-panel {
    padding: 22px;
  }
  .studio-topline {
    font-size: 12px;
    gap: 14px;
    padding-bottom: 20px;
  }
  .studio-topline > span {
    font-size: 12px;
  }
  .studio-heading .upper {
    font-size: 12px;
  }
  .studio-metrics strong {
    font-size: 46px;
  }
  .studio-dashboard-grid {
    gap: 0;
  }
  .source-health > strong {
    font-size: 65px;
  }
  .activity-row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .activity-row time {
    margin-left: auto;
  }
  .activity-row strong {
    min-width: 65%;
  }
  .connector-grid {
    gap: 16px;
  }
  .connector-card {
    padding: 20px;
  }
  .connector-logo {
    width: 37px;
    height: 37px;
    font-size: 23px;
  }
  .connector-top {
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  .connector-card h2 {
    font-size: 25px;
  }
  .connector-card p {
    font-size: 12px;
  }
  .editor-toolbar input {
    font-size: 14px;
  }
  .editor-toolbar select {
    flex: 1;
  }
  .editor-detail textarea {
    font-size: 16px;
  }
  .diff-columns {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .release-stages {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
  .release-actions > p {
    max-width: none;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .release-actions .button {
    flex: 1;
    min-width: 110px;
  }
  .release-row {
    flex-wrap: wrap;
    gap: 12px;
  }
  .release-row > strong {
    min-width: 40%;
  }
  .release-row .text-link {
    margin-left: auto;
  }
  .proposal-stats {
    grid-template-columns: 1fr 1fr;
  }
  .import-change > label {
    flex-wrap: wrap;
  }
  .import-change label .status-badge {
    margin-left: 30px;
  }
  .upload-zone {
    padding: 30px 20px;
    min-height: 300px;
  }
  .upload-zone h2 {
    font-size: 25px;
  }
  .studio-empty {
    padding: 30px 0;
  }
  .studio-empty h2 {
    font-size: 23px;
  }
  .studio-footer {
    font-size: 12px;
  }
  .sauren-card-art {
    min-height: 270px;
    padding: 45px;
  }
  .sauren-card-art img {
    max-width: 420px;
  }
  .studio-entry > .arrow {
    font-size: 32px;
  }
  .studio-entry h3 {
    font-size: 30px;
  }
  [data-brand=sauren] .page {
    padding: 24px 22px 40px;
  }
  .sauren-welcome {
    margin-inline: -22px;
  }
  .welcome-copy {
    padding: 32px 25px;
  }
  .welcome-copy h1 {
    font-size: 46px;
  }
  .quick-actions a {
    padding: 17px 12px;
    font-size: 12px;
  }
  .section-heading {
    margin-top: 45px;
  }
  .section-heading h2 {
    font-size: 37px;
  }
  .featured-chapters {
    gap: 28px 15px;
  }
  .featured-chapter h3 {
    font-size: 22px;
  }
  .featured-chapter .upper {
    font-size: 12px;
  }
  .manual-index {
    margin-top: 45px;
  }
  .manual-index h3 {
    font-size: 22px;
  }
  .manual-index > a {
    grid-template-columns: 28px 1fr 60px 15px;
    gap: 7px;
  }
  .manual-index > a > span:nth-last-child(2) {
    font-size: 12px;
  }
  .manual-index .subhead {
    display: flex;
  }
  .manual-index .subhead h2 {
    font-size: 28px;
  }
  .manual-index .subhead > span {
    font-size: 12px;
  }
  .chapter-title {
    margin-bottom: 28px;
  }
  .chapter-title h1 {
    font-size: 44px;
  }
  .chapter-title p {
    font-size: 15px;
  }
  .source-media-grid {
    gap: 28px 15px;
  }
  .source-media-caption h3 {
    font-size: 19px;
  }
  .source-media-caption > div {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .contrast-preview h3 {
    font-size: 34px;
  }
  .lab-section .subhead {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  .lab-section .subhead h2 {
    font-size: 29px;
  }
  .lab-controls {
    gap: 20px;
  }
  .lab-controls .text-link {
    font-size: 12px;
  }
  .preview-banner {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .studio-main {
    padding-inline: 18px;
  }
  .studio-heading h1 {
    font-size: 44px;
  }
  .studio-topline {
    flex-wrap: wrap;
  }
  .studio-panel {
    padding: 18px;
  }
  .studio-metrics > div {
    padding: 18px 14px;
  }
  .studio-metrics span {
    font-size: 12px;
  }
  .studio-metrics small {
    font-size: 12px;
  }
  .studio-metrics strong {
    font-size: 40px;
  }
  .connector-grid {
    grid-template-columns: 1fr;
  }
  .editor-detail {
    padding: 18px;
  }
  .editor-actions {
    flex-wrap: wrap;
  }
  .ingest-steps {
    gap: 10px;
  }
  .ingest-steps li {
    font-size: 12px;
  }
  .source-facts {
    font-size: 12px;
  }
  .featured-chapters {
    grid-template-columns: 1fr;
  }
  .chapter-preview {
    aspect-ratio: 16/9;
  }
  .welcome-identity {
    min-height: 215px;
    padding: 45px;
  }
  .welcome-copy h1 {
    font-size: 43px;
  }
  .welcome-copy p {
    font-size: 14px;
  }
  .source-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .source-media-caption h3 {
    font-size: 17px;
  }
  .source-media-caption .upper {
    font-size: 12px;
  }
  .shade-scale button {
    padding: 10px 5px;
    min-height: 100px;
  }
  .shade-scale strong {
    font-size: 12px;
  }
  .lab-palette button {
    min-height: 125px;
  }
  .contrast-preview {
    padding: 20px;
  }
  .source-proof {
    padding: 16px;
  }
  .studio-footer {
    flex-wrap: wrap;
  }
  .manual-page-bar {
    padding: 12px 10px;
    font-size: 12px;
  }
  .chapter-title h1 {
    font-size: 38px;
  }
}
@media print {
  .topbar,
  .sidebar,
  .quick-actions,
  .studio-footer,
  .page-footer,
  .copy-block,
  .slide-pagination,
  .chapter-outline,
  .source-reading > summary {
    display: none !important;
  }
  .workspace {
    display: block;
  }
  .page {
    padding: 0 !important;
  }
  .source-reading {
    display: block;
  }
  .source-reading-body {
    display: block;
  }
  .source-slide-figure {
    break-inside: avoid;
  }
  .studio-main {
    padding: 0;
  }
  .studio-workspace {
    background: #fff;
    color: #000;
  }
}
.studio-sidebar .side-links a,
[data-brand=sauren] .side-links a,
.chapter-outline a,
.quick-actions a,
.studio-sidebar .side-bottom a,
.studio-sidebar .side-bottom button {
  font-size: 14px;
}
.studio-panel p,
.studio-heading p,
.welcome-copy p,
.source-reading .reader-block,
.editor-source p,
.diff-columns p {
  font-size: 16px;
}
.studio-workspace :is(.button, .text-link, .editor-toolbar input, .editor-toolbar select, .studio-brand-select select),
.editor-list strong,
.release-stages > span,
.source-media-caption > div {
  font-size: 14px;
}
.studio-panel .inline-note,
.studio-panel .import-progress,
.studio-panel .form-error,
.studio-empty p,
.work-item p,
.health-detail,
.source-facts,
.source-proof,
.activity-row time,
.studio-footer,
.manual-page-bar,
.source-media-caption .upper {
  font-size: 12px;
}
.editor-list button {
  min-height: 105px;
}
.chapter-outline a {
  min-height: 44px;
}
.copy-block {
  min-width: 28px;
  min-height: 32px;
}
.shade-scale button {
  min-height: 135px;
}
@media (max-width: 780px) {
  .studio-main {
    padding-inline: 20px;
  }
  .chapter-outline a {
    width: 205px;
    max-height: 110px;
  }
  .quick-actions a {
    padding: 16px 12px;
    line-height: 1.4;
  }
  .source-media-grid {
    grid-template-columns: 1fr 1fr;
  }
  .source-media-caption > div {
    font-size: 14px;
  }
  .source-media-caption h3 {
    font-size: 21px;
  }
  .shade-scale strong {
    font-size: 12px;
    writing-mode: vertical-rl;
  }
  .shade-scale button {
    min-height: 145px;
  }
  .studio-topline {
    flex-wrap: wrap;
  }
  .studio-topline > span {
    font-size: 12px;
  }
}
@media (max-width: 440px) {
  .source-media-grid {
    grid-template-columns: 1fr;
  }
  .quick-actions {
    grid-template-columns: 1fr 1fr;
  }
  .studio-metrics > div > span {
    font-size: 13px;
  }
  .studio-metrics > div > small {
    font-size: 12px;
  }
}
.sauren-kit-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 30px;
  padding: 18px 20px;
  background: var(--brand-soft);
  font-size: 14px;
}
.sauren-kit-bar strong {
  font-weight: 600;
  margin-right: 6px;
}
.sauren-media-open {
  width: 100%;
  height: 100%;
  display: block;
}
.source-media-caption {
  position: relative;
  padding-right: 36px;
}
.sauren-media-add {
  position: absolute;
  right: 0;
  top: 20px;
  border: 1px solid var(--brand-line);
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  font-size: 23px;
}
.sauren-media-add[aria-pressed=true] {
  background: var(--brand-accent);
  color: white;
  border-color: var(--brand-accent);
}
.welcome-copy h1 {
  font-size: clamp(36px, 3.4vw, 64px);
  overflow-wrap: anywhere;
}
@media (max-width: 780px) {
  .welcome-copy h1 {
    font-size: 44px;
  }
  .sauren-kit-bar {
    flex-wrap: wrap;
    padding: 16px;
  }
  .sauren-kit-bar .button {
    font-size: 14px;
  }
  .source-media-caption {
    padding-right: 38px;
  }
}
@media (max-width: 440px) {
  .welcome-copy h1 {
    font-size: 38px;
  }
  .sauren-kit-bar .button {
    width: 100%;
  }
}
.framework-reference summary{cursor:pointer;font-size:16px}.framework-reference>p{margin-top:25px}.framework-modules{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 25px;margin-top:25px}.framework-modules a{border-top:1px solid #45453d;padding:17px 0;display:flex;gap:15px;align-items:baseline;font-size:14px}.framework-modules small{font-size:12px;color:#aaa99f;margin-left:auto}@media(max-width:780px){.framework-modules{grid-template-columns:1fr}}
