/* CraftLabs Studio: shared public and administrative design system. */
@font-face {
  font-family: 'Manrope';
  src: url('/fonts/manrope-variable.ttf') format('truetype');
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --font-ui: 'Manrope', 'Segoe UI', sans-serif;
  color-scheme: dark;
  --bg-primary: #101216; --bg-secondary: #191c21; --bg-tertiary: #21252c;
  --bg-input: #21252c; --bg-hover: #292e36;
  --text-primary: #edf0f5; --text-secondary: #cbd1db; --text-tertiary: #a2aab6;
  --text-quaternary: #a2aab6; --text-disabled: #a2aab6;
  --accent: #8050d0; --accent-hover: #7546c8;
  --purple-300: #a78bfa; --purple-400: #a78bfa; --purple-500: #8b5cf6;
  --purple-600: #7546c8; --purple-700: #1c2026;
  --accent-soft: #292e36; --accent-soft-strong: #292e36;
  --accent-border: #4b5461; --purple-border: #4b5461;
  --purple-glow: transparent; --purple-glow-md: transparent;
  --border-subtle: #343b45; --border-medium: #343b45; --border-strong: #4b5461;
  --success: #6dcf99; --warning: #e7bd75; --info: #79bce4; --error: #f07f87;
  --shadow-xs: 0 1px 2px #00000020; --shadow-sm: 0 2px 6px #00000020;
  --shadow-md: 0 5px 18px #00000020; --shadow-lg: 0 20px 60px #00000020;
  --shadow-purple-md: none; --focus-ring: 0 0 0 3px #a78bfa38;
  --radius-sm: 6px; --radius-md: 8px; --radius-lg: 12px;
  --text-base: 1rem; --text-sm: .875rem;
}
[hidden] { display: none !important; }
body { font-family: 'Manrope', 'Segoe UI', sans-serif; overflow-x: clip; }
body::before { display: none; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:disabled { cursor: not-allowed; }
.container { max-width: 1240px; padding: 0 40px 40px; }
.site-header { flex-direction: row; align-items: center; flex-wrap: nowrap; min-height: 108px; margin: 0 0 38px; padding: 20px 0; border-bottom: 1px solid #343b45; }
.brand { gap: 13px; }
.brand-logo { background: #7546c8; width: 44px; height: 44px; border-radius: 50%; box-shadow: none; }
.wordmark { color: var(--text-primary); font-size: 24px; font-weight: 750; letter-spacing: -.9px; line-height: 1.2; }
.wordmark span { font-weight: 400; margin-left: 6px; }
.brand .subtitle { font-size: 12px; letter-spacing: .045em; margin-top: 4px; }
.btn-admin { background: transparent; border-color: #343b45; border-radius: 6px; min-height: 42px; margin-left: auto; }
.workspace-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 30px; gap: 20px; }
.eyebrow { color: var(--accent); font-size: 11px; font-weight: 700; letter-spacing: .17em; margin-bottom: 10px; }
.workspace-heading h1 { font-family: var(--font-ui); font-weight: 400; font-size: clamp(28px, 3.1vw, 38px); letter-spacing: -1.2px; margin-bottom: 8px; }
.workspace-heading p:last-child { color: var(--text-tertiary); font-size: 14px; }
.page-grid { grid-template-columns: minmax(0,1fr) 340px; gap: 28px; }
.col-main, .col-side { min-width: 0; }
.col-side { top: 24px; max-height: calc(100dvh - 48px); overflow-y: auto; scrollbar-width: thin; }
.form-card { padding: 26px 28px; margin-bottom: 18px; border-color: #343b45; box-shadow: 0 2px 3px #00000020; }
.card-head { border: 0; padding-bottom: 0; margin-bottom: 24px; gap: 14px; }
.step-number { color: #a2aab6; font-family: var(--font-ui); font-size: 22px; line-height: 1.35; min-width: 27px; }
.card-head h2 { font-size: 18px; font-weight: 650; letter-spacing: -.35px; }
.card-head-sub { font-size: 13px; margin-top: 4px; }
.form-row.two-col { grid-template-columns: 1fr 1fr; gap: 18px; }
label { font-size: 14px; font-weight: 600; }
input[type=text], input[type=number], input[type=password], select, textarea { min-height: 46px; font-size: 16px; box-shadow: none; }
textarea { min-height: 104px; }
.hint-text { font-size: 12px; line-height: 1.6; }
.hint-text:empty { display: none; }
.level-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.level-tile { display: grid; grid-template-columns: 24px minmax(0,1fr) auto; align-items: center; gap: 10px; min-height: 73px; padding: 14px; background: #191c21; }
.lt-code { color: #a2aab6; font-family: monospace; font-size: 12px; }
.lt-name { font-size: 13px; font-weight: 550; line-height: 1.4; padding: 0; }
.lt-price { font-size: 17px; font-weight: 600; color: var(--text-primary); margin: 0; }
.level-tile:last-child { grid-column: 1 / -1; min-height: 61px; }
.level-tile.active { border-color: #a486df; background: #1c2026; box-shadow: inset 0 0 0 1px #a486df22; }
.level-tile.active::after { content: none; }
.level-tile.active .lt-code { color: var(--accent); font-weight: 800; }
.level-tile:focus-visible { outline-offset: 3px; }
.opt-chip { background: transparent; border: 0; padding: 0; color: var(--text-quaternary); font-size: 10px; font-weight: 500; }
.addon-list { grid-template-columns: 1fr; }
.addon-item { background: #21252c; }
.addon-item.open .addon-name { color: var(--accent); }
.addon-price { background: transparent; border: 0; color: var(--accent); }
.addon-rule { background: #292e36; border: 0; border-left: 2px solid #4b5461; }
.addon-desc { font-size: 13px; }
.addon-checkbox { min-width: 24px; min-height: 30px; }
.lock-controls { border-top: 1px solid var(--border-medium); padding-top: 22px; }
.lock-bar { background: transparent; border: 0; padding: 0; }
.btn-form { min-height: 44px; }
.lock-row { gap: 12px; }
.version-item .v-restore { color: #c4b5fd; background: #292e36; border-color: #343b45; }
.version-item:not(.active):hover .v-restore { color: #c4b5fd; background: #1c2026; }
.discount-type, .discount-clear { min-width: 44px; min-height: 44px; }
.discount-row input { min-width: 0; }
.summary-card {
  --text-primary: #edf0f5; --text-secondary: #cbd1db; --text-tertiary: #a2aab6; --text-quaternary: #a2aab6;
  --bg-input: #252a32; --bg-hover: #303741; --border-medium: #343b45; --border-subtle: #343b45;
  --accent-border: #4b5461; --success: #6dcf99; --warning: #e7bd75;
  background: #1c2026; border: 0; border-radius: 12px; box-shadow: none; color: var(--text-secondary);
}
.summary-head { padding: 23px 25px; }
.summary-head h3 { font-size: 15px; font-weight: 550; }
.summary-tag, .summary-tag.est { border: 1px solid #66517e; background: #252a32; color: #c4b5fd; border-radius: 4px; font-size: 10px; }
.summary-rows { padding: 22px 25px 0; gap: 13px; }
.summary-line { font-size: 13px; }
.summary-line b { white-space: normal; overflow-wrap: anywhere; }
.price-breakdown { margin: 22px 25px 0; border-top: 1px solid #343b45; padding-top: 18px; }
.breakdown-line { display: flex; align-items: start; justify-content: space-between; gap: 14px; font-size: 13px; margin-bottom: 10px; }
.breakdown-line span { color: #a2aab6; overflow-wrap: anywhere; }
.breakdown-line b { font-weight: 500; flex-shrink: 0; font-variant-numeric: tabular-nums; }
.subtotal-line { border-top: 1px solid #343b45; margin-top: 14px; padding-top: 14px; }
.summary-card .exchange-rate:disabled { cursor: default; }
.summary-total { text-align: left; margin: 0 25px; padding: 24px 0 22px; border-top: 0; }
.summary-total .result-label { color: #a2aab6; font-size: 12px; font-weight: 400; }
.summary-total .result-eur { font-family: var(--font-ui); font-weight: 400; font-size: 52px; letter-spacing: -2px; margin: 6px 0; }
.summary-total .result-ron { color: #a2aab6; font-size: 14px; }
.summary-card .exchange-rate { display: flex; align-items: center; justify-content: flex-start; gap: 8px; width: calc(100% - 50px); border: 0; border-radius: 0; background: transparent; color: #a2aab6; padding: 0; margin: 17px 25px 0; font-size: 12px; min-height: 34px; box-shadow: none; }
.summary-card .exchange-rate .rate { color: inherit; }
.summary-actions { grid-template-columns: 1fr; padding: 18px 25px 0; gap: 9px; }
.summary-actions .preview-copy-btn { min-height: 44px; font-size: 13px; padding: 11px; background: transparent; }
.summary-actions .preview-copy-btn:first-child { background: #b99aef; color: #21152f; border-color: #b99aef; }
.summary-actions .preview-copy-btn:first-child:hover { background: #ccb4f6; }
.export-options { margin: 15px 25px 0; }
.export-options summary { cursor: pointer; color: #a2aab6; font-size: 12px; padding: 8px 0; }
.secondary-actions { padding: 8px 0 0; }
.secondary-actions .preview-copy-btn:first-child { background: transparent; color: var(--text-secondary); border-color: var(--border-medium); }
.secondary-actions .preview-copy-btn:first-child:hover { background: var(--bg-hover); }
.summary-note { text-align: left; font-size: 12px; padding: 14px 25px 24px; line-height: 1.7; }
.document-heading { margin: 42px auto 22px; max-width: 780px; padding-top: 32px; border-top: 1px solid #343b45; }
.document-heading h2 { font: 400 27px var(--font-ui); color: var(--text-primary); letter-spacing: -.6px; margin: 9px 0; }
.document-heading p { color: var(--text-tertiary); font-size: 13px; }
.receipt-card { max-width: 780px; padding: 0; }
.receipt { background: #191c21; border: 1px solid #343b45; box-shadow: 0 6px 22px #00000020; border-radius: 4px; }
.receipt-header { background: #191c21; padding: 30px; border-bottom: 2px solid #7546c8; }
.receipt-header-brand, .receipt-header-text h3, .receipt-header-text h3 .wm-accent { color: #edf0f5; }
.receipt-header-text h3 { font-size: 22px; font-weight: 600; }
.receipt-header-text p { color: #a2aab6; background: transparent; border: 0; padding: 0; border-radius: 0; font-size: 10px; letter-spacing: .14em; }
.receipt-header-brand > svg { background: #1c2026; border: 0; width: 42px; height: 42px; }
.receipt-meta-cell span { font-size: 10px; letter-spacing: .04em; }
.receipt-meta-cell b { font-size: 13px; }
.receipt-body { padding: 26px 30px; }
.receipt-section-title { color: #a78bfa; font-size: 11px; }
.receipt-row .label { font-size: 12px; }
.receipt-row .value { font-size: 14px; overflow-wrap: anywhere; }
.receipt-total { background: #1c2026; border-color: #343b45; }
.receipt-total .value, .receipt-total .label { color: #c4b5fd; }
.receipt-footer { background: #191c21; border-color: #343b45; color: #a2aab6; }
footer { border-top: 1px solid #343b45; margin-top: 40px; text-align: left; padding-top: 18px; font-size: 12px; }
/* Administration uses the same typography and surfaces as the quote desk. */
#admin-panel .shell { height: 100dvh; }
body:has(#admin-panel.show), body:has(#admin-gate.show) { overflow: hidden; }
#admin-sidebar { background: #1c2026; width: 230px; --text-primary: #edf0f5; --text-secondary: #cbd1db; --text-tertiary: #a2aab6; --text-quaternary: #a2aab6; --bg-hover: #252a32; --bg-secondary: #252a32; --border-subtle: #343b45; --accent-border: #4b5461; }
#admin-sidebar .sb-brand { padding: 28px 22px; border-bottom: 1px solid #343b45; margin-bottom: 16px; }
#admin-sidebar .sb-brand .logo { background: #b99aef; color: #21152f; border-radius: 50%; font-family: var(--font-ui); font-size: 21px; }
#admin-sidebar .sb-brand .t { font-size: 20px; letter-spacing: -.6px; }
#admin-sidebar .sb-section { padding: 16px 23px 8px; font-size: 10px; }
#admin-sidebar .nav-btn { margin: 3px 12px; padding: 12px; min-height: 46px; gap: 13px; font-size: 14px; }
#admin-sidebar .nav-btn.active { background: #b99aef; color: #21152f; border-color: transparent; }
#admin-sidebar .sb-user { margin: 14px 12px 8px; padding: 14px 10px; }
#admin-sidebar .sb-exit { min-height: 48px; margin-bottom: 12px; }
#admin-content { min-width: 0; background: #191c21; }
#admin-content .pu-header, #admin-chat .ch-header { display: flex; align-items: center; gap: 14px; padding: 26px 32px; min-height: 84px; flex-shrink: 0; border-bottom: 1px solid #343b45; background: #191c21; }
#admin-content .pu-header .t, #admin-chat .ch-header .t { font-size: 23px; font-weight: 600; color: #edf0f5; letter-spacing: -.7px; }
#admin-content .owner-chip { font-size: 11px; color: #a2aab6; background: #292e36; border: 0; padding: 4px 9px; border-radius: 4px; }
#admin-content .pu-body { padding: 28px 32px; }
#admin-members { width: 200px; background: #191c21; padding-top: 15px; }
#admin-members .mem-header { font-size: 11px; color: #a2aab6; }
.price-card, .rep-card, .rep-col, .purchase-row, .client-row { background: #191c21; box-shadow: none; border-color: #343b45; }
.price-card-head { background: #191c21; }
.price-card-name b { font-size: 14px; }
.price-card-name span { display: none; }
.price-card.custom { border-color: #a78bfa; }
.price-input-wrap input.price-input { background: transparent; border: 0; box-shadow: none; padding: 8px; min-height: 40px; }
.price-input-wrap:focus-within { outline: 2px solid var(--accent); outline-offset: 2px; }
.price-card-foot { background: #21252c; }
.pricing-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.pricing-actions { background: #191c21; }
.price-default, .price-badge, .pushed-note, .cl-input .hint-text { font-size: 12px; }
.log-btn, .pd-act, .pd-dl-btn { min-height: 44px; }
.purchase-empty, .client-empty, .rep-empty { border: 1px dashed #343b45; border-radius: 8px; background: #191c21; padding: 48px 24px; font-size: 14px; color: #a2aab6; }
.bar-fill { background: #a78bfa; }
.bar-label { min-width: 0; overflow-wrap: anywhere; }
.bar-val { min-width: 0; }
.rep-card .rc-value { font-family: var(--font-ui); font-weight: 400; }
.rep-col:has(.bar-list) > .rep-title { display: none; }
.rep-card::before { background: #a78bfa; }
.chat-input { background: #191c21; border-top: 1px solid #343b45; padding-bottom: max(20px,env(safe-area-inset-bottom)); }
.ci-row { min-width: 0; }
.ci-row textarea { min-width: 0; }
.fmt-bar { flex-wrap: wrap; }
.fmt-bar button { min-width: 32px; min-height: 32px; }
.msg-feed { padding: 18px 12px; }
.msg .msg-text { font-size: 14px; }
.msg-actions { box-shadow: var(--shadow-sm); }
#admin-gate { background: #101216; padding: 24px; }
#admin-gate .gate-card { max-width: 440px; background: #191c21; padding: 38px; border: 1px solid #343b45; box-shadow: 0 18px 60px #00000020; margin: auto; }
#admin-gate .gate-brand { flex-direction: column; align-items: flex-start; gap: 23px; margin-bottom: 26px; }
#admin-gate .gate-brand .logo { background: #7546c8; border-radius: 50%; font: 26px var(--font-ui); }
#admin-gate h2 { font: 30px var(--font-ui); margin-bottom: 8px; }
#admin-gate .gate-sub { font-size: 14px; color: #a2aab6; }
#admin-gate label { display: block; margin-bottom: 7px; }
#admin-gate .password-label { margin-top: 18px; }
#admin-gate input[type=password] { margin-top: 0; }
#admin-gate .gate-back { border: 0; }
@media (max-width: 1100px) {
  .container { padding-right: 28px; padding-left: 28px; }
  .page-grid { grid-template-columns: minmax(0,1fr) 300px; gap: 20px; }
  .level-tile { grid-template-columns: 20px minmax(0,1fr); }
  .lt-price { grid-column: 2; font-size: 15px; }
  .level-tile:last-child { grid-template-columns: 20px 1fr auto; }
  .level-tile:last-child .lt-price { grid-column: 3; }
  #admin-members { width: 170px; }
  #admin-content .pu-body { padding: 22px; }
  .rep-cards { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .rep-grid { grid-template-columns: 1fr; }
}
@media (max-width: 800px) {
  .page-grid { grid-template-columns: 1fr; }
  .col-side { position: static; max-height: none; overflow: visible; }
  .summary-actions { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .level-tile { grid-template-columns: 24px minmax(0,1fr) auto; }
  .lt-price { grid-column: auto; }
  .site-header { margin-bottom: 28px; }
}
@media (min-width: 641px) and (max-width: 1000px) {
  #admin-sidebar { width: 184px; }
  #admin-sidebar .sb-brand { padding: 23px 14px; }
  #admin-sidebar .sb-brand .t { font-size: 17px; }
  #admin-members { width: 145px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-actions { flex-wrap: wrap; }
}
@media (max-width: 640px) {
  .container { padding: 0 18px 28px; }
  .site-header { min-height: 86px; gap: 10px; margin-bottom: 25px; }
  .brand-logo { width: 35px; height: 35px; }
  .brand { gap: 9px; }
  .wordmark { font-size: 20px; }
  .wordmark span { display: block; font-size: 11px; margin: 3px 0 0; letter-spacing: .12em; text-transform: uppercase; }
  .brand .subtitle { display: none; }
  .btn-admin { padding: 8px 11px; font-size: 12px; }
  .workspace-heading { margin-bottom: 24px; }
  .workspace-heading h1 { max-width: 350px; font-size: 31px; line-height: 1.16; }
  .workspace-heading p:last-child { font-size: 13px; max-width: 260px; line-height: 1.65; }
  .form-card { padding: 22px 20px; margin-bottom: 14px; }
  .form-row.two-col { grid-template-columns: 1fr; }
  .card-head { margin-bottom: 20px; gap: 10px; }
  .card-head h2 { font-size: 17px; }
  .card-head-sub { font-size: 12px; }
  .level-grid { gap: 8px; }
  .level-tile { padding: 12px; grid-template-columns: 1fr auto; gap: 5px; min-height: 105px; }
  .lt-code { grid-column: 1; }
  .lt-name { grid-row: 2; grid-column: 1 / -1; font-size: 12px; }
  .lt-price { grid-row: 1; grid-column: 2; font-size: 16px; }
  .level-tile:last-child { grid-template-columns: 24px 1fr auto; min-height: 63px; }
  .level-tile:last-child .lt-name { grid-row: 1; grid-column: 2; }
  .level-tile:last-child .lt-price { grid-row: 1; grid-column: 3; }
  .summary-card { padding: 0; }
  .summary-actions { grid-template-columns: 1fr; }
  .summary-total .result-eur { font-size: 48px; }
  .addon-head { padding: 13px 10px; gap: 8px; }
  .addon-price { padding: 0; font-size: 12px; }
  .addon-detail { padding: 0 12px 14px; }
  .addon-name { font-size: 13px; }
  .addon-desc { font-size: 12px; }
  .receipt-card { padding: 0; }
  .receipt-header { padding: 22px; }
  .receipt-body { padding: 22px 18px; }
  .receipt-meta { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .receipt-meta-cell { padding: 12px 14px; border-bottom: 1px solid #343b45; }
  .receipt-row { gap: 14px; }
  .receipt-row .label { max-width: 42%; }
  .receipt-row .value { min-width: 0; }
  .document-heading { margin-top: 28px; }
  #admin-sidebar { width: min(280px,85vw); }
  #admin-members { width: min(270px,85vw); }
  #admin-content .pu-header, #admin-chat .ch-header { min-height: 64px; padding: 18px; flex-wrap: wrap; gap: 8px; }
  #admin-content .pu-header .t, #admin-chat .ch-header .t { font-size: 21px; }
  #admin-content .pu-body { padding: 18px; }
  #mobile-topbar { background: #191c21; }
  #mobile-topbar .mtb-btn { width: 44px; height: 44px; }
  .pricing-grid, .rep-grid { grid-template-columns: 1fr; }
  .pricing-actions .pa-buttons { flex-wrap: wrap; }
  .pricing-actions .pa-buttons button { flex: 1; }
  .purchase-row { gap: 9px; padding: 15px 12px; }
  .purchase-row .p-main { min-width: 45%; }
  .purchase-row .p-acts { flex-wrap: wrap; }
  .bar-item { grid-template-columns: 70px minmax(20px,1fr) 84px; gap: 8px; }
  #admin-gate { padding: 18px; }
  #admin-gate .gate-card { padding: 28px; }
  #admin-gate h2 { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

/* Keep accent text readable while filled controls retain clear white labels. */
.level-tile.active .lt-code { color: var(--purple-300); }
.eyebrow, .addon-item.open .addon-name, .addon-price { color: var(--text-secondary); }
.summary-card { border: 1px solid #3c3e43; }
.summary-tag.paid { color: #6dcf99; background: #18362b; border-color: #315841; }
.receipt-header { background: #1c2026; }
.receipt-header-text h3 .wm-accent { color: var(--text-secondary); }

/* Neutral surfaces dominate; purple indicates an action or selection. */
.brand-logo, #admin-gate .gate-brand .logo, #admin-sidebar .sb-brand .logo {
  background: #292e36;
  color: #bca3ee;
  border: 1px solid #424449;
}
#admin-sidebar .nav-btn.active {
  background: #2b2b30;
  color: #eeeef0;
  border-color: #414147;
  box-shadow: inset 3px 0 #9979ca;
}
.summary-actions .preview-copy-btn:first-child {
  background: #303136;
  border-color: #52505b;
  color: #eeeaf5;
}
.summary-actions .preview-copy-btn:first-child:hover { background: #3b3942; }
.secondary-actions .preview-copy-btn:first-child { background: transparent; border-color: var(--border-medium); color: var(--text-secondary); }
.summary-tag, .summary-tag.est { background: #2b2c2f; border-color: #45474c; color: #c9cbd0; }
.receipt-header { border-bottom-color: #404247; }
.receipt-section-title, .receipt-total .value, .receipt-total .label { color: var(--text-primary); }
.rep-card::before { background: #5c5e65; }
.bar-fill { background: #8b819d; }

/* A single type family and a restrained slate palette throughout the workspace. */
body { font-family: var(--font-ui); line-height: 1.65; }
.workspace-heading h1 { font-weight: 600; font-size: clamp(27px, 3vw, 36px); line-height: 1.25; letter-spacing: -1.25px; }
.wordmark { font-weight: 750; letter-spacing: -.8px; }
.wordmark span { font-weight: 450; }
.card-head h2 { font-weight: 650; line-height: 1.4; }
.step-number { font-size: 15px; font-weight: 600; line-height: 1.85; color: #8c96a5; font-variant-numeric: tabular-nums; }
.summary-total .result-eur { font-weight: 650; font-size: clamp(40px, 4vw, 48px); letter-spacing: -2px; line-height: 1.2; font-variant-numeric: tabular-nums; }
.document-heading h2, #admin-gate h2 { font-weight: 600; letter-spacing: -.8px; line-height: 1.3; }
.rep-card .rc-value { font-weight: 650; letter-spacing: -.8px; font-variant-numeric: tabular-nums; }
.lt-price, .receipt-total .value, .bar-val { font-variant-numeric: tabular-nums; }
.summary-card { background: #1c2026; border-color: #3b424e; }
#admin-sidebar { background: #14171c; }
.brand-logo, #admin-gate .gate-brand .logo, #admin-sidebar .sb-brand .logo { background: #222730; border-color: #3d4552; }
.level-tile.active { background: #272631; border-color: #8973b0; box-shadow: none; }
.summary-actions .preview-copy-btn:first-child { background: #313640; border-color: #525766; }
.summary-actions .preview-copy-btn:first-child:hover { background: #3a404c; }
.secondary-actions .preview-copy-btn:first-child { background: transparent; border-color: var(--border-medium); }
.receipt-header { background: #20252d; border-bottom-color: #414a57; }
.receipt-total { background: #242a33; }
.receipt-section-title { color: #c3cad6; letter-spacing: .09em; }
@media (max-width: 640px) {
  .workspace-heading h1 { font-size: 29px; }
  .document-heading h2 { font-size: 24px; }
  #admin-gate h2 { font-size: 26px; }
}
