:root {
  color-scheme: light;
  --ink: #17202f;
  --muted: #667085;
  --line: #e5e7eb;
  --surface: #ffffff;
  --surface-soft: #f7f8fb;
  --accent: #635bff;
  --accent-dark: #4c45d6;
  --teal: #0e8f81;
  --danger: #be3e56;
  --warning: #9b5d0a;
  --shadow: 0 10px 32px rgb(24 32 50 / 8%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { background: var(--surface-soft); }
body { margin: 0; color: var(--ink); background: var(--surface-soft); font-size: 14px; line-height: 1.45; }
a { color: var(--accent-dark); text-decoration: none; }
a:hover { text-decoration: underline; }
button, input, select, textarea { font: inherit; }
button, .button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .5; }
:focus-visible { outline: 3px solid rgb(99 91 255 / 35%); outline-offset: 2px; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 9; padding: .65rem .9rem; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.app-shell { min-height: 100vh; }
.topbar { position: sticky; top: 0; z-index: 4; display: flex; align-items: center; gap: 2rem; min-height: 64px; padding: .65rem clamp(1rem, 4vw, 3rem); background: rgb(255 255 255 / 92%); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .65rem; color: var(--ink); white-space: nowrap; }
.brand:hover { text-decoration: none; }
.brand-mark, .auth-card__mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; color: white; background: linear-gradient(135deg, var(--accent), #927dff); font-weight: 800; box-shadow: 0 5px 12px rgb(99 91 255 / 25%); }
.brand-mark { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
.brand-mark--image, .auth-card__mark--image { background: none; box-shadow: none; object-fit: contain; }
.brand strong, .brand small { display: block; }
.brand-name { font-size: 20px; letter-spacing: -.03em; }
.primary-nav { display: flex; align-items: center; gap: .25rem; flex: 1; }
.primary-nav a { padding: .48rem .75rem; border-radius: 7px; color: var(--muted); font-weight: 650; }
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); background: #f0efff; text-decoration: none; }
.account { display: flex; align-items: center; gap: .75rem; color: var(--muted); font-size: 13px; }
.link-button { padding: 0; border: 0; color: var(--accent-dark); background: transparent; }
.main { width: min(1440px, calc(100% - 2rem)); margin: 0 auto; padding: 2rem 0 4rem; }
.main:has(.editor-form) { width: min(1360px, calc(100% - 2rem)); }
.page-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.35rem; }
.page-heading h1, .page-heading h2, .panel h2, .auth-card h1 { margin: .15rem 0 0; line-height: 1.15; letter-spacing: -.03em; }
.page-heading h1 { font-size: clamp(1.8rem, 3vw, 2.6rem); }
.lead { max-width: 62ch; margin: .45rem 0 0; color: var(--muted); }
.eyebrow { display: block; color: var(--accent-dark); font-size: 10px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; gap: .35rem; padding: .55rem .85rem; border: 1px solid #d8d9e3; border-radius: 8px; color: var(--ink); background: white; font-weight: 700; text-decoration: none; }
.button:hover { border-color: #b9b5ff; background: #fafaff; text-decoration: none; }
.button--primary { border-color: var(--accent); color: white; background: var(--accent); }
.button--primary:hover { border-color: var(--accent-dark); background: var(--accent-dark); }
.button--secondary { border-color: #cbd8f8; color: #23448e; background: #edf2ff; }
.button--danger { border-color: #f0b6c1; color: white; background: var(--danger); }
.button--ghost { color: var(--muted); background: transparent; }
.button--wide { width: 100%; }
.panel { padding: 1.05rem; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 2px 10px rgb(24 32 50 / 3%); }
.panel--warning { border-color: #f0d09f; background: #fffaf0; }
.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: .75rem; margin-bottom: 1rem; }
.panel-heading h2 { display: inline; font-size: 1.05rem; }
.stack { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1rem; }
.badge, .status { display: inline-flex; align-items: center; width: fit-content; padding: .22rem .5rem; border-radius: 999px; font-size: 11px; font-weight: 750; }
.badge { color: #4d46a9; background: #efeeff; }
.status { color: #506070; background: #eef1f4; }
.status--published, .status--connected, .status--available { color: #096b57; background: #def7ed; }
.status--scheduled, .status--ready, .status--preparing_media { color: #24559f; background: #e5efff; }
.status--uncertain, .status--reconnect_required, .status--pending, .status--wait { color: #8a5008; background: #fff0cf; }
.status--failed, .status--error, .status--disconnected, .status--unavailable, .status--forbidden { color: #a52f48; background: #ffe5e9; }
.muted, .hint, .optional { color: var(--muted); font-size: 12px; }
.required { color: var(--danger); }
.hint-box, .notice { padding: .75rem .9rem; border-radius: 8px; }
.hint-box { color: #485467; background: #f5f6fa; font-size: 12px; }
.notice { margin: 0 0 1rem; border: 1px solid #d9def4; color: #334155; background: #f4f6ff; }
.notice--success { border-color: #b8e5d3; color: #096b57; background: #edfff7; }
.notice--warning { border-color: #efd39d; color: #85510c; background: #fff8e9; }
.notice--error { border-color: #efb9c2; color: #a52f48; background: #fff0f2; }
.field-error { margin: .3rem 0 0; color: var(--danger); font-size: 12px; }
label { display: grid; gap: .35rem; color: #344054; font-weight: 650; }
input, select, textarea { width: 100%; border: 1px solid #d7dbe4; border-radius: 7px; color: var(--ink); background: white; padding: .58rem .65rem; }
textarea { min-height: 84px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #98a2b3; }
input[type="checkbox"], input[type="radio"] { width: auto; accent-color: var(--accent); }
.choice { display: flex; grid-template-columns: none; align-items: center; gap: .45rem; font-weight: 550; }
.inline-fields { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .55fr); gap: .75rem; margin-top: .8rem; }
.field-meta { display: flex; justify-content: space-between; gap: 1rem; margin-top: .25rem; color: var(--muted); font-size: 11px; }
.editor-layout { display: grid; grid-template-columns: minmax(0, 1.28fr) minmax(300px, .72fr); align-items: start; gap: 1rem; }
.editor-main, .editor-side { min-width: 0; }
.editor-actions { display: flex; align-items: center; gap: 0; margin-top: 1rem; padding: .7rem; border: 1px solid var(--line); border-radius: 10px; background: white; }
.editor-actions__publish { margin-left: 50px; }
.editor-actions__schedule { margin-left: auto; border-color: var(--teal); color: white; background: var(--teal); }
.editor-actions__schedule:hover { border-color: #087268; color: white; background: #087268; }
.channel-selection { padding: .75rem; }
.channel-picker { display: grid; grid-template-columns: repeat(5, 48px); justify-content: start; gap: .4rem; }
.channel-toggle { position: relative; display: grid; min-width: 0; aspect-ratio: 1; place-items: center; padding: .55rem .35rem; border: 1px solid var(--line); border-radius: 9px; background: var(--surface-soft); cursor: pointer; }
.channel-toggle:hover { border-color: #b9b5ff; background: #fafaff; }
.channel-toggle:has(input:checked) { border-color: #8f87ff; background: #efeeff; box-shadow: inset 0 0 0 1px rgb(99 91 255 / 16%); }
.channel-toggle:has(input:focus-visible) { outline: 3px solid rgb(99 91 255 / 35%); outline-offset: 2px; }
.channel-toggle__logo { display: inline-grid; width: 26px; height: 26px; place-items: center; color: #64748b; }
.channel-toggle__logo svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.channel-toggle__logo--x, .channel-toggle__logo--tiktok { color: #111827; }
.channel-toggle__logo--facebook { color: #1877f2; }
.channel-toggle__logo--instagram { color: #c02670; }
.channel-toggle__logo--youtube { color: #e62117; }
@media (max-width: 300px) { .channel-picker { grid-template-columns: repeat(5, minmax(0, 1fr)); }.channel-toggle { padding: .25rem .15rem; }.channel-toggle__logo { width: 22px; height: 22px; } }
.publish-dialog { width: min(460px, calc(100% - 2rem)); padding: 0; border: 1px solid var(--line); border-radius: 14px; color: var(--ink); background: white; box-shadow: 0 24px 70px rgb(24 32 50 / 24%); }
.publish-dialog::backdrop { background: rgb(17 24 39 / 54%); }
.publish-dialog__body { padding: 1.25rem; }
.publish-dialog__body h2 { margin: 0; font-size: 1.3rem; }
.publish-dialog__body p { margin: .55rem 0 0; color: var(--muted); }
.publish-dialog__actions { display: flex; justify-content: flex-end; gap: .6rem; padding: .85rem 1.25rem; border-top: 1px solid var(--line); background: var(--surface-soft); }
.provider-dot { display: inline-block; width: 18px; height: 18px; flex: 0 0 auto; border-radius: 50%; background: #64748b; }
.provider-dot--x { background: #111827; }
.provider-dot--facebook { background: #1877f2; }
.provider-dot--instagram { background: linear-gradient(135deg, #f58529, #dd2a7b 55%, #8134af); }
.provider-dot--youtube { background: #e62117; }
.provider-dot--tiktok { background: linear-gradient(135deg, #25f4ee 15%, #111 48%, #fe2c55 84%); }
.provider-panel > .panel-heading { margin-bottom: .35rem; }
.provider-panel > .panel-heading > div { display: flex; align-items: center; gap: .55rem; }
.provider-panel > label, .provider-panel > .check-grid { margin-top: .7rem; }
.provider-panel--active { border-color: #d1cffc; }
.check-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.channel-account { margin: 0 0 .75rem; }
.icon-button { display: inline-grid; place-items: center; min-width: 28px; min-height: 28px; padding: 0 .3rem; border: 1px solid #d8d9e3; border-radius: 6px; color: var(--muted); background: white; }
.icon-button:hover { color: var(--accent-dark); border-color: #b9b5ff; text-decoration: none; }
.empty-inline { margin: 0; padding: .65rem; color: var(--muted); background: var(--surface-soft); border-radius: 7px; }
.picker-details { margin-top: .8rem; border-top: 1px solid var(--line); padding-top: .7rem; }
.picker-details summary { cursor: pointer; color: var(--accent-dark); font-weight: 700; }
.auth-card { width: min(420px, calc(100% - 2rem)); margin: 9vh auto; padding: 2rem; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: var(--shadow); }
.auth-card__mark { margin-bottom: 1rem; }
.auth-card h1 { font-size: 1.8rem; }
.auth-card p { color: var(--muted); }
.auth-card .stack { margin-top: 1.5rem; }
.metric-strip { display: grid; grid-template-columns: repeat(3, minmax(55px, 1fr)); gap: .4rem; }
.provider { font-size: 10px; letter-spacing: .05em; }
.provider--x { color: #111827; }.provider--facebook { color: #1877f2; }.provider--instagram { color: #c02670; }.provider--youtube { color: #d21c13; }.provider--tiktok { color: #111827; }
.metric-strip span { display: grid; min-width: 0; color: var(--muted); font-size: 10px; overflow-wrap: anywhere; }.metric-strip b { color: var(--ink); font-size: 15px; }
.danger-text { color: var(--danger); }
.empty-state { padding: 2.5rem 1.5rem; border: 1px dashed #cfd3dc; border-radius: 12px; background: white; text-align: center; }.empty-state h1, .empty-state h2 { margin-top: 0; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.button--small { min-height: 30px; padding: .35rem .55rem; font-size: 11px; }
.main:has(.publication-grid-wrap) { width: min(1584px, calc(100% - 2rem)); }
.publication-grid-wrap { max-width: 100%; border: 1px solid var(--line); border-radius: 12px; background: white; box-shadow: 0 2px 10px rgb(24 32 50 / 3%); }
.publication-grid { width: 100%; min-width: 1234px; border-collapse: separate; border-spacing: 0; table-layout: fixed; }
.publication-grid caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); }
.publication-grid th, .publication-grid td { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); vertical-align: top; }
.publication-grid tr:last-child > * { border-bottom: 0; }
.publication-grid tr > *:last-child { border-right: 0; }
.publication-grid__day-heading, .publication-grid__channel-heading { position: sticky; top: 64px; z-index: 2; height: 42px; padding: .25rem .4rem .15rem; color: var(--muted); background: #fafafd; text-align: center; vertical-align: middle; font-size: 11px; }
.publication-grid__day-heading { left: 0; z-index: 3; width: 84px; }
.publication-grid__channel-heading { width: 230px; }
.publication-grid__channel-identity { display: flex; min-height: 34px; align-items: center; justify-content: center; gap: .55rem; transform: translateY(1px); }
.publication-grid__provider-logo { display: inline-grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; color: #64748b; }
.publication-grid__provider-logo svg { display: block; width: 100%; height: 100%; fill: currentColor; }
.publication-grid__provider-logo--x, .publication-grid__provider-logo--tiktok { color: #111827; }
.publication-grid__provider-logo--facebook { color: #1877f2; }
.publication-grid__provider-logo--instagram { color: #c02670; }
.publication-grid__provider-logo--youtube { color: #e62117; }
.publication-grid__provider-name { min-width: 0; overflow: hidden; color: var(--ink); font-size: 13px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.publication-grid__date { position: sticky; left: 0; z-index: 1; width: 84px; padding: .65rem .25rem; background: #fafafd; text-align: center; vertical-align: middle; }
.publication-grid__date time, .publication-grid__date-value, .publication-grid__weekday { display: block; }
.publication-grid__date time { font-size: 11px; font-weight: 800; line-height: 1.35; white-space: nowrap; }
.publication-grid__weekday { color: var(--muted); font-size: 9px; font-weight: 650; }
.publication-grid__today-marker { display: inline-block; width: 8px; height: 8px; margin-right: .3rem; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 3px rgb(14 143 129 / 16%); }
.publication-grid__date > .publication-grid__today-marker { position: absolute; left: .35rem; top: 50%; margin: 0; transform: translateY(-50%); }
.publication-grid__day--today > * { box-shadow: inset 0 2px var(--teal), inset 0 -2px var(--teal); }
.publication-grid__day[hidden] { display: none; }
.publication-grid__empty-days-group td { height: 36px; padding: 0; background: #f8fafb; vertical-align: middle; }
.publication-grid__empty-days-group--today td { box-shadow: inset 0 2px var(--teal), inset 0 -2px var(--teal); }
.publication-grid__empty-days-button { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 34px; padding: .25rem .75rem; border: 0; color: #526070; background: transparent; font-size: 11px; font-weight: 750; }
.publication-grid__empty-days-button:hover { color: var(--accent-dark); background: #f1f2f7; }
.publication-grid__empty-days-button .publication-grid__today-marker { flex: 0 0 auto; }
.publication-grid__cell { width: 230px; min-height: 38px; padding: .45rem; background: white; }
.publication-grid__cell--empty { background: #fcfcfe; }
.publication-grid__empty { display: grid; place-items: center; min-height: 28px; color: #b2b7c2; }
.publication-grid__items { display: grid; gap: .45rem; }
.publication-grid-card { min-width: 0; padding: .65rem; border: 1px solid #dde0e8; border-radius: 9px; background: white; box-shadow: 0 1px 4px rgb(24 32 50 / 5%); }
.publication-grid-card__title-slot { min-height: 2.8em; max-height: 2.8em; overflow: hidden; }
.publication-grid-card__title { display: -webkit-box; max-height: 2.8em; overflow: hidden; color: var(--ink); font-weight: 750; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.publication-grid-card__media { position: relative; height: 86px; margin-top: .5rem; overflow: hidden; border-radius: 7px; background: #eceef3; }
.publication-grid-card__media img, .publication-grid-card__media video { display: block; width: 100%; height: 100%; object-fit: cover; }
.publication-grid-card__media-count { position: absolute; right: .35rem; top: .35rem; padding: .12rem .38rem; border-radius: 999px; color: white; background: rgb(17 24 39 / 78%); font-size: 10px; font-weight: 800; }
.publication-grid-card__content { display: -webkit-box; width: 100%; min-height: 9em; max-height: 9em; overflow: hidden; margin: .5rem 0; color: #4b5565; font-size: 11px; line-height: 1.5; overflow-wrap: anywhere; white-space: pre-wrap; -webkit-box-orient: vertical; -webkit-line-clamp: 6; }
.publication-grid-card--titled .publication-grid-card__content { min-height: 6em; max-height: 6em; -webkit-line-clamp: 4; }
.publication-grid-card__meta { display: flex; align-items: center; gap: .45rem; min-width: 0; white-space: nowrap; }
.publication-grid-card__meta time { color: var(--muted); font-size: 11px; font-weight: 750; }
.publication-grid-card .metric-strip { margin-top: .5rem; padding-top: .45rem; border-top: 1px solid var(--line); }
.publication-grid-card__actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: .35rem; margin-top: .55rem; padding-top: .5rem; border-top: 1px solid var(--line); }
.publication-grid-card__actions form { display: contents; }
.publication-grid-card__actions .icon-button { width: 34px; min-width: 34px; height: 34px; min-height: 34px; flex: 0 0 auto; padding: .45rem; }
.publication-grid-card__actions .icon-button svg { display: block; width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.publication-grid-card__actions .icon-button--danger { border-color: #efb9c2; color: var(--danger); }
.publication-grid-card__actions .icon-button--danger:hover { border-color: var(--danger); color: white; background: var(--danger); }
.publication-grid-pagination { display: flex; justify-content: center; margin-top: 1.2rem; }
.media-page__heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.media-page__heading h1 { margin: .15rem 0 0; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.15; letter-spacing: -.03em; }
.media-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; margin-bottom: .8rem; }
.media-search { display: flex; flex: 1; gap: .45rem; max-width: 620px; }
.media-search__field { flex: 1; }
.media-empty { padding: 3rem 1.5rem; border: 1px dashed #cfd3dc; border-radius: 12px; color: var(--muted); background: white; text-align: center; }
.media-empty h2 { margin: 0 0 .35rem; color: var(--ink); }
.media-empty p { margin: 0; }
.media-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .65rem; }
.media-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: white; box-shadow: 0 2px 8px rgb(24 32 50 / 4%); }
.media-card__preview { position: relative; display: grid; overflow: hidden; aspect-ratio: 1; place-items: center; color: white; background: #e9eaf0; }
.media-card__preview img, .media-card__preview video { width: 100%; height: 100%; object-fit: cover; }
.media-card__play { position: absolute; display: grid; width: 38px; height: 38px; border-radius: 999px; place-items: center; padding-left: 2px; color: white; background: rgb(17 24 39 / 74%); box-shadow: 0 2px 8px rgb(0 0 0 / 24%); }
.media-card__body { display: grid; gap: .42rem; padding: .6rem; }
.media-card__name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-card__meta, .media-card__status { display: flex; flex-wrap: wrap; gap: .25rem .5rem; color: var(--muted); font-size: 10px; }
.media-card__meta span + span::before { content: "·"; margin-right: .5rem; }
.media-card__status [data-status="READY"], .media-card__status [data-status="NOT_REQUIRED"] { color: var(--teal); font-weight: 750; }
.media-card__status [data-status="FAILED"] { color: var(--danger); font-weight: 750; }
.media-card__error { min-width: 0; color: var(--danger); font-size: 10px; }
.media-card__error pre { max-height: 100px; overflow: auto; white-space: pre-wrap; }
.media-card__move { display: flex; align-items: end; gap: .35rem; padding-top: .35rem; border-top: 1px solid var(--line); }
.media-card__move label { min-width: 0; flex: 1; }
.media-card__move select { padding: .35rem .4rem; font-size: 11px; }
@media (min-width: 640px) { .media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (min-width: 1024px) { .media-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
@media (min-width: 1280px) { .media-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); } }
.back-link { display: block; margin-bottom: .65rem; font-weight: 700; }.narrow-page { width: min(720px, 100%); margin: 0 auto; }.narrow-page .lead { font-size: 1.05rem; }.narrow-page .card { margin-top: 1rem; }.narrow-page fieldset { border: 1px solid var(--line); border-radius: 8px; padding: .8rem; }.narrow-page legend { padding: 0 .3rem; font-weight: 750; }
.channel-tiles { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }.channel-tile { display: grid; justify-items: center; gap: .7rem; padding: 1.5rem 1rem; border: 1px solid var(--line); border-radius: 12px; background: white; }.channel-tile__icon { display: inline-grid; width: 64px; height: 64px; place-items: center; }.channel-tile__icon svg { display: block; width: 100%; height: 100%; fill: currentColor; }.channel-tile__icon--x, .channel-tile__icon--tiktok { color: #111827; }.channel-tile__icon--facebook { color: #1877f2; }.channel-tile__icon--instagram { color: #c02670; }.channel-tile__icon--youtube { color: #e62117; }.channel-tile__name { margin: 0; font-size: 1rem; text-align: center; }.channel-tile .eyebrow { text-align: center; }.channel-tile__meta { margin: 0; font-size: 12px; color: var(--muted); text-align: center; }
.job-line { margin: .8rem 0; padding: .6rem .75rem; border-radius: 7px; color: var(--muted); background: #f5f6fa; font-size: 12px; }.metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: .65rem; }.metric-card { display: grid; gap: .25rem; min-height: 130px; padding: .85rem; border: 1px solid var(--line); border-radius: 10px; background: white; }.metric-card strong { font-size: 1.75rem; letter-spacing: -.04em; }.metric-card span { color: var(--muted); font-size: 11px; }.metric-card small { margin-top: auto; color: var(--muted); font-size: 10px; }.metric-card--available { border-color: #b8e5d3; }.metric-card__unavailable { color: #9aa2af; }.analytics-meta { margin-top: 1rem; }.definition-list { display: grid; grid-template-columns: 180px 1fr; margin: 0; }.definition-list dt, .definition-list dd { padding: .6rem 0; border-top: 1px solid var(--line); }.definition-list dt { color: var(--muted); }.definition-list dd { margin: 0; font-weight: 650; overflow-wrap: anywhere; }
.history-list { display: grid; gap: .65rem; margin: 0; padding: 0; list-style: none; }.history-item { padding: .85rem 1rem; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); }.history-item__action { display: block; }.history-item__line { display: flex; align-items: start; justify-content: space-between; gap: 1rem; margin-top: .15rem; }.history-item__subject { min-width: 0; }.history-item__subject a, .history-item__subject span { overflow-wrap: anywhere; }.history-item time { flex: 0 0 auto; color: var(--muted); font-size: 12px; white-space: nowrap; }.history-item__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .35rem 1rem; margin-top: .35rem; color: var(--muted); font-size: 12px; }.history-item__meta a { font-weight: 700; }.history-pagination { display: flex; justify-content: center; gap: .6rem; margin-top: 1.2rem; }
@media (max-width: 920px) { .topbar { flex-wrap: wrap; gap: .5rem 1rem; }.primary-nav { order: 3; flex-basis: 100%; overflow-x: auto; }.account { margin-left: auto; }.editor-layout { grid-template-columns: 1fr; }.editor-side { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; }.editor-side > :first-child { grid-column: 1 / -1; }.editor-actions { flex-wrap: wrap; }.channel-tiles { grid-template-columns: repeat(2, minmax(0, 1fr)); }.publication-grid__day-heading, .publication-grid__channel-heading { position: static; } }
@media (max-width: 600px) { .main, .main:has(.publication-grid-wrap), .main:has(.editor-form) { width: calc(100% - 1rem); padding-top: 1rem; }.page-heading { align-items: start; flex-direction: column; }.page-heading > .button, .page-heading > form, .page-heading > .badge { align-self: stretch; }.inline-fields, .check-grid, .media-picker, .editor-side { grid-template-columns: 1fr; }.editor-side > :first-child { grid-column: auto; }.editor-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .6rem; }.editor-actions__publish { margin-left: 0; }.editor-actions__schedule { grid-column: 1 / -1; margin-left: 0; }.editor-actions .button { width: 100%; }.publish-dialog__actions { display: grid; grid-template-columns: 1fr; }.publish-dialog__actions .button { width: 100%; }.channel-tiles { grid-template-columns: 1fr; }.auth-card { margin-top: 2rem; padding: 1.25rem; }.definition-list { grid-template-columns: 1fr; }.definition-list dt { padding-bottom: 0; border-bottom: 0; }.definition-list dd { padding-top: .2rem; }.media-toolbar { align-items: stretch; flex-direction: column; }.media-search { width: 100%; }.media-upload-panel { align-self: stretch; }.media-upload-panel > summary { width: 100%; }.media-upload { position: static; width: 100%; }.publication-grid-wrap { max-width: 100%; }.publication-grid { min-width: 1234px; } }
