:root {
  --font-sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ink: #111820;
  --muted: #687083;
  --subtle: #8b92a1;
  --paper: #f8f7f4;
  --card: #fff;
  --warm: #f1eee8;
  --line: #e5e0d8;
  --line-strong: #d3ccc1;
  --accent: #111820;
  --success: #2e7250;
  --success-bg: #e7f2eb;
  --warning: #956516;
  --warning-bg: #fff4d8;
  --danger: #a94842;
  --danger-bg: #fae9e7;
  --blue: #111820;
  --blue-bg: #e9eef0;
  --shadow: 0 24px 64px rgba(23, 32, 52, 0.14);
  --shadow-soft: 0 8px 28px rgba(23, 32, 52, 0.06);
  color: var(--ink);
  font-family: var(--font-sans);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; min-height: 100%; background: var(--paper); }
body { margin: 0; min-height: 100vh; background: var(--paper); font-size: 14px; }
button, input, textarea, select { color: inherit; font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: .55; }
button, a, input, textarea, select, summary { outline: none; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible {
  box-shadow: 0 0 0 3px rgba(17, 24, 32, .24);
}
.icon { flex: 0 0 auto; }
.sr-only { height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { background: #fff; border-radius: 9px; color: var(--ink); font-size: 12px; font-weight: 800; left: 12px; padding: 10px 14px; position: fixed; top: -60px; z-index: 200; }
.skip-link:focus { top: 12px; }
* { scrollbar-color: #c9c3ba transparent; scrollbar-width: thin; }

.app-shell { display: grid; grid-template-columns: 260px minmax(0, 1fr); min-height: 100vh; }
.sidebar {
  align-self: start; background: var(--ink); color: #fff; display: flex; flex-direction: column;
  height: 100vh; padding: 24px 17px 18px; position: sticky; top: 0; z-index: 30;
}
.brand { align-items: center; color: inherit; display: flex; padding: 3px 0 24px; text-decoration: none; }
.brand-wordmark { display: block; height: 76px; object-fit: contain; width: 100%; }
.studio-title { color: rgba(255,255,255,.66); font-size: 10px; font-weight: 700; letter-spacing: .19em; padding: 0 5px 16px; text-align: center; text-transform: uppercase; }
.project-switcher { border-bottom: 1px solid rgba(255,255,255,.09); border-top: 1px solid rgba(255,255,255,.09); display: grid; gap: 7px; padding: 16px 5px; }
.project-switcher span { color: rgba(255,255,255,.48); font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.project-switcher select { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #fff; min-width: 0; padding: 9px 10px; width: 100%; }
.sidebar nav { display: grid; gap: 5px; margin-top: 18px; }
.nav-label { color: rgba(255,255,255,.36); font-size: 9px; font-weight: 800; letter-spacing: .13em; padding: 0 12px 7px; text-transform: uppercase; }
.sidebar nav button {
  align-items: center; background: transparent; border: 1px solid transparent; border-radius: 10px; color: rgba(255,255,255,.63);
  display: flex; font-size: 13px; gap: 12px; min-height: 43px; padding: 10px 12px; position: relative; text-align: left; transition: background .18s ease, border-color .18s ease, color .18s ease;
}
.sidebar nav button:hover { background: rgba(255,255,255,.07); color: #fff; }
.sidebar nav button.active { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.13); color: #fff; font-weight: 500; }
.sidebar nav button.active::before { background: rgba(255,255,255,.9); border-radius: 99px; content: ""; height: 20px; left: -1px; position: absolute; top: 50%; transform: translateY(-50%); width: 3px; }
.sidebar nav b { background: rgba(255,255,255,.12); border-radius: 99px; font-size: 10px; margin-left: auto; padding: 2px 7px; }
.sidebar nav button.active b { background: rgba(255,255,255,.12); color: #fff; font-weight: 500; }
.sidebar-foot { border-top: 1px solid rgba(255,255,255,.09); margin-top: auto; padding: 17px 8px 2px; }
.sidebar-foot > div { align-items: center; display: flex; font-size: 12px; gap: 7px; }
.sidebar-foot small { color: rgba(255,255,255,.45); display: block; font-size: 10px; line-height: 1.55; margin: 7px 0 12px 15px; }
.sidebar-data-actions { display: grid !important; grid-template-columns: 1fr 1fr; gap: 6px !important; }
.sidebar-data-actions button { align-items: center; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: 8px; color: rgba(255,255,255,.72); display: flex; font-size: 10px; gap: 5px; justify-content: center; padding: 7px; }
.connection-dot { background: #e1ad4b; border-radius: 50%; box-shadow: 0 0 0 3px rgba(225,173,75,.12); height: 7px; width: 7px; }

.app-shell > main { min-width: 0; }
.topbar {
  align-items: center; backdrop-filter: blur(16px); background: rgba(251,250,247,.9); border-bottom: 1px solid var(--line);
  display: flex; height: 70px; justify-content: space-between; padding: 0 28px; position: sticky; top: 0; z-index: 20;
}
.mobile-brand { background: transparent; border: 0; display: none; padding: 0; }
.mobile-project-switcher { display: none; }
.global-search { align-items: center; display: flex; max-width: 410px; position: relative; width: 42%; }
.global-search svg { color: var(--muted); left: 13px; position: absolute; }
.global-search input { background: #fff; border: 1px solid var(--line); border-radius: 11px; height: 40px; padding: 0 13px 0 40px; width: 100%; }
.top-actions { align-items: center; display: flex; gap: 10px; }
.project-handle { border: 1px solid var(--line); border-radius: 99px; color: var(--muted); font-size: 11px; padding: 7px 11px; }
.avatar { align-items: center; background: var(--project-ink); border-radius: 50%; color: #fff; display: flex; font-size: 10px; font-weight: 800; height: 35px; justify-content: center; width: 35px; }
.page { margin: 0 auto; max-width: 1480px; padding: 36px 38px 64px; }
.page-head { align-items: flex-start; display: flex; gap: 24px; justify-content: space-between; margin-bottom: 23px; }
.page-head h1, .editor-head h2, .small-modal h2, .fatal-state h1 { font-family: var(--font-sans); font-weight: 500; letter-spacing: -.035em; }
.page-head h1 { font-size: clamp(30px, 3vw, 42px); line-height: 1.04; margin: 0; }
.page-head p:not(.eyebrow) { color: var(--muted); font-size: 13px; line-height: 1.55; margin: 8px 0 0; max-width: 670px; }
.eyebrow { color: var(--accent); font-size: 10px !important; font-weight: 800; letter-spacing: .13em; margin: 0 0 5px !important; text-transform: uppercase; }
.page-actions { display: flex; gap: 8px; }
.button {
  align-items: center; border: 1px solid transparent; border-radius: 11px; display: inline-flex; font-size: 13px;
  font-weight: 750; gap: 7px; justify-content: center; min-height: 42px; padding: 9px 15px; transition: transform .16s ease, background .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.button:hover:not(:disabled) { box-shadow: 0 7px 18px rgba(23,32,52,.1); transform: translateY(-1px); }
.button:active:not(:disabled) { box-shadow: none; transform: translateY(0); }
.button.primary { background: var(--ink); border-color: var(--ink); color: #fff; }
.button.primary:hover { background: color-mix(in srgb, var(--ink) 86%, #fff); }
.button.primary.create-post-button { background: rgba(255,255,255,.92); border-color: var(--line-strong); box-shadow: 0 8px 22px rgba(17,24,32,.07); color: var(--ink); font-weight: 500; padding: 8px 15px 8px 10px; }
.button.primary.create-post-button svg { background: var(--ink); border-radius: 50%; color: #fff; height: 24px; padding: 5px; width: 24px; }
.button.primary.create-post-button:hover { background: #fff; border-color: #c7beb2; box-shadow: 0 10px 26px rgba(17,24,32,.11); }
.button.secondary { background: rgba(255,255,255,.9); border-color: var(--line-strong); color: var(--ink); }
.button.secondary:hover { background: #faf8f4; border-color: #c8c0b5; }
.button.compact { font-size: 11px; min-height: 34px; padding: 6px 10px; }
.button.project-button { font-weight: 500; }
.button.tiny { font-size: 10px; min-height: 30px; padding: 5px 8px; }
.button.approve { background: var(--success-bg); border-color: #bed9c7; color: var(--success); }
.button.reject, .button.danger { background: var(--danger-bg); border-color: #e7b9b5; color: var(--danger); }
.button.full { justify-content: space-between; width: 100%; }
.button.safe-publish { background: var(--ink); color: #fff; }
.icon-button { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 11px; display: flex; height: 38px; justify-content: center; transition: background .16s ease, border-color .16s ease, transform .16s ease; width: 38px; }
.icon-button:hover { background: var(--warm); border-color: var(--line-strong); transform: translateY(-1px); }
.text-button { align-items: center; background: transparent; border: 0; color: var(--muted); display: flex; font-size: 11px; font-weight: 700; gap: 5px; }

.safety-banner {
  align-items: center; background: #fff8e7; border: 1px solid #ead9a9; border-radius: 14px; color: #6f501b;
  display: grid; gap: 11px; grid-template-columns: auto 1fr auto; margin-bottom: 20px; padding: 12px 14px;
}
.safety-icon { align-items: center; background: rgba(166,107,22,.1); border-radius: 9px; display: flex; height: 34px; justify-content: center; width: 34px; }
.safety-banner strong { display: block; font-size: 12px; }
.safety-banner span:not(.connection-chip) { display: block; font-size: 11px; margin-top: 1px; opacity: .78; }
.connection-chip { align-items: center; background: rgba(255,255,255,.7); border: 1px solid rgba(149,101,22,.18); border-radius: 99px; display: inline-flex; font-size: 10px; font-weight: 800; gap: 6px; padding: 6px 9px; }
.connection-chip i { background: #d49b37; border-radius: 50%; height: 6px; width: 6px; }
.connection-chip.ready { color: var(--success); }
.connection-chip.ready i { background: var(--success); }
.metric-grid { display: grid; gap: 12px; grid-template-columns: repeat(4, 1fr); margin-bottom: 18px; }
.metric-card, .panel, .template-card { background: var(--card); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.metric-card {
  border-radius: 18px; color: inherit; cursor: pointer; min-height: 144px; padding: 19px 20px; position: relative; text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.metric-card:hover { border-color: color-mix(in srgb, var(--accent) 42%, var(--line)); box-shadow: 0 14px 34px rgba(23, 32, 52, .09); transform: translateY(-2px); }
.metric-card:active { transform: translateY(0); }
.metric-card > div { align-items: center; color: var(--muted); display: flex; font-size: 12px; font-weight: 650; justify-content: space-between; }
.metric-card > strong { display: block; font-family: var(--font-sans); font-size: 38px; font-weight: 600; line-height: 1; margin: 16px 0 11px; }
.metric-card p { align-items: center; color: var(--muted); display: flex; font-size: 11px; justify-content: space-between; margin: 0; }
.metric-card p svg { opacity: .4; transform: translateX(-3px); transition: opacity .18s ease, transform .18s ease; }
.metric-card:hover p svg, .metric-card:focus-visible p svg { opacity: 1; transform: translateX(0); }
.metric-dot { border-radius: 50%; height: 8px; width: 8px; }
.dot-draft { background: #929baa; }.dot-review { background: #d49b37; }.dot-approved { background: #5d9272; }.dot-scheduled { background: var(--blue); }
.overview-grid { display: grid; gap: 18px; grid-template-columns: minmax(0, 1.55fr) minmax(310px, .7fr); }
.panel { border-radius: 20px; overflow: hidden; }
.panel-head { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 19px 21px; }
.panel-head h2 { font-size: 15px; margin: 0; }
.panel-head p { color: var(--muted); font-size: 11px; line-height: 1.4; margin: 4px 0 0; }
.progress-wrap { border-bottom: 1px solid var(--line); padding: 13px 18px; }
.progress-wrap > div:first-child { display: flex; font-size: 10px; justify-content: space-between; }
.progress { background: var(--warm); border-radius: 99px; height: 6px; margin-top: 8px; overflow: hidden; }
.progress i { background: linear-gradient(90deg, var(--success), #72a487); border-radius: inherit; display: block; height: 100%; }
.queue-list { padding: 5px 18px; }
.queue-item { align-items: center; background: transparent; border: 0; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 43px minmax(0, 1fr) auto auto; padding: 11px 0; text-align: left; width: 100%; }
.queue-item:last-child { border-bottom: 0; }
.queue-item:hover .queue-copy strong { color: var(--accent); }
.queue-thumb { background: linear-gradient(145deg, var(--project-surface), #fff); border: 1px solid var(--line); border-radius: 8px; height: 48px; overflow: hidden; position: relative; width: 39px; }
.queue-thumb:after { background: var(--project-accent); border-radius: 50%; bottom: -7px; content: ""; height: 25px; opacity: .24; position: absolute; right: -7px; width: 25px; }
.queue-copy { min-width: 0; }
.queue-copy strong { display: block; font-size: 12px; overflow: hidden; text-overflow: ellipsis; transition: color .16s; white-space: nowrap; }
.queue-copy small { color: var(--muted); display: block; font-size: 9px; margin-top: 4px; }
.status { align-items: center; border-radius: 99px; display: inline-flex; font-size: 9px; font-weight: 800; gap: 5px; padding: 5px 7px; white-space: nowrap; }
.status i { background: currentColor; border-radius: 50%; height: 5px; width: 5px; }
.status-idea, .status-draft, .status-pending { background: #edf0f3; color: #626d7c; }
.status-review { background: var(--warning-bg); color: var(--warning); }
.status-approved, .status-published { background: var(--success-bg); color: var(--success); }
.status-scheduled, .status-publishing { background: var(--blue-bg); color: var(--blue); }
.status-rejected, .status-failed, .status-unknown { background: var(--danger-bg); color: var(--danger); }
.next-panel { min-width: 0; }
.post-preview {
  aspect-ratio: 4 / 5; background: var(--preview-bg); color: var(--preview-fg); display: flex; flex-direction: column; margin: 16px;
  overflow: hidden; padding: 25px; position: relative;
}
.post-preview > * { position: relative; z-index: 2; }
.post-preview > span { color: var(--preview-accent); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.post-preview h3 { font-family: var(--font-sans); font-size: clamp(23px, 2.2vw, 35px); font-weight: 500; letter-spacing: -.035em; line-height: 1.04; margin: 28px 0 11px; max-width: 95%; }
.post-preview p { font-size: 10px; line-height: 1.5; margin: 0; max-width: 85%; opacity: .72; }
.post-preview footer { align-items: center; display: flex; font-size: 10px; font-weight: 750; gap: 7px; margin-top: auto; }
.post-preview footer i { background: var(--preview-accent); border-radius: 50%; display: block; height: 7px; width: 7px; }
.preview-orbit { border: 1px solid var(--preview-accent); border-radius: 50%; height: 210px; opacity: .16; position: absolute; right: -95px; top: 34%; width: 210px; }
.preview-orbit:after { border: 1px solid var(--preview-accent); border-radius: 50%; content: ""; inset: 23px; position: absolute; }
.post-preview.has-artwork { background: #fff; padding: 0; }
.post-preview.has-artwork .preview-artwork { display: block; height: 100%; left: 0; object-fit: contain; position: absolute; top: 0; width: 100%; z-index: 1; }
.next-details { display: grid; gap: 10px; padding: 0 16px 16px; }
.next-details > div { align-items: center; display: flex; font-size: 10px; justify-content: space-between; }
.next-details > div > span:first-child { color: var(--muted); }
.empty-state { align-items: center; color: var(--muted); display: flex; flex-direction: column; justify-content: center; min-height: 215px; padding: 34px 22px; text-align: center; }
.empty-state > svg { background: var(--warm); border-radius: 12px; box-sizing: content-box; padding: 11px; }
.empty-state h3 { color: var(--ink); font-size: 13px; margin: 13px 0 5px; }
.empty-state p { font-size: 11px; margin: 0 0 14px; max-width: 300px; }

.filter-bar { align-items: end; display: flex; gap: 10px; margin-bottom: 14px; }
.saved-views { align-items: center; display: flex; flex-wrap: wrap; gap: 7px; margin: -4px 0 14px; }
.saved-views > span:first-child { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; margin-right: 3px; text-transform: uppercase; }
.saved-view { background: #fff; border: 1px solid var(--line); border-radius: 99px; display: inline-flex; overflow: hidden; }
.saved-view button, .save-view-button { background: transparent; border: 0; color: var(--muted); font-size: 9px; padding: 6px 9px; }
.saved-view button:first-child:hover { color: var(--ink); }
.saved-view button:last-child { border-left: 1px solid var(--line); padding-inline: 7px; }
.save-view-button { align-items: center; display: inline-flex; gap: 4px; font-weight: 750; }
.field { display: grid; gap: 6px; position: relative; }
.field > span { color: #596174; font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.field input, .field textarea, .field select { background: #fff; border: 1px solid var(--line-strong); border-radius: 11px; box-shadow: 0 1px 0 rgba(23,32,52,.02); min-height: 43px; padding: 10px 12px; transition: border-color .16s ease, box-shadow .16s ease, background .16s ease; width: 100%; }
.field input:hover, .field textarea:hover, .field select:hover, .global-search input:hover { border-color: #bdb5a9; }
.field input:focus, .field textarea:focus, .field select:focus, .global-search input:focus { border-color: color-mix(in srgb, var(--project-accent) 68%, #8c7469); box-shadow: 0 0 0 3px color-mix(in srgb, var(--project-accent) 16%, transparent); }
.field input:disabled, .field textarea:disabled, .field select:disabled { background: #f1efeb; color: var(--subtle); }
.field select, .project-switcher select, .mobile-project-switcher select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23687083' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3C/svg%3E"); background-position: right 11px center; background-repeat: no-repeat; padding-right: 36px; }
.project-switcher select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cbd0da' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3C/svg%3E"); }
.field textarea { line-height: 1.5; resize: vertical; }
.field > small { bottom: 7px; color: var(--subtle); font-size: 8px; position: absolute; right: 9px; }
.search-field { min-width: 280px; }
.search-field svg { bottom: 10px; color: var(--muted); left: 10px; position: absolute; }
.search-field input { padding-left: 35px; }
.result-count { color: var(--muted); font-size: 10px; margin: 0 0 11px auto; }
.content-table { min-width: 760px; }
.content-row { align-items: center; background: #fff; border: 0; border-bottom: 1px solid var(--line); display: grid; font-size: 11px; gap: 16px; grid-template-columns: minmax(260px, 1.7fr) .55fr .7fr .35fr .85fr 18px; min-height: 72px; padding: 11px 18px; text-align: left; transition: background .16s ease; width: 100%; }
.content-row:last-child { border-bottom: 0; }
.content-row:not(.table-head):hover { background: #fcfaf6; }
.content-row.table-head { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .08em; min-height: 38px; text-transform: uppercase; }
.content-title { align-items: center; display: flex; gap: 10px; min-width: 0; }
.content-title > i { background: var(--project-accent); border-radius: 5px; display: block; height: 30px; opacity: .75; width: 4px; }
.content-title > span { min-width: 0; }
.content-title strong { display: block; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.content-title small { color: var(--muted); display: block; font-size: 9px; margin-top: 4px; }
.blocker-chips { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 5px; }
.blocker-chip { background: var(--warning-bg); border: 1px solid #ead7a4; border-radius: 99px; color: var(--warning); font-size: 7px; font-style: normal; font-weight: 800; padding: 2px 5px; text-transform: uppercase; }
.library-panel { overflow-x: auto; }

.calendar-insights { display: grid; gap: 10px; grid-template-columns: repeat(3, 1fr); margin-bottom: 13px; }
.insight-card { background: #fff; border: 1px solid var(--line); border-left: 3px solid var(--blue); border-radius: 12px; padding: 11px 13px; }
.insight-card.warn { border-left-color: var(--warning); }
.insight-card.danger { border-left-color: var(--danger); }
.insight-card.ok { border-left-color: var(--success); }
.insight-card span, .insight-card small { color: var(--muted); display: block; font-size: 8px; }
.insight-card strong { display: block; font-family: var(--font-sans); font-size: 24px; margin: 4px 0 2px; }
.calendar-grid { display: grid; gap: 8px; grid-template-columns: repeat(7, minmax(120px, 1fr)); overflow-x: auto; padding-bottom: 5px; }
.calendar-day { background: #fff; border: 1px solid var(--line); border-radius: 14px; min-height: 330px; padding: 11px; }
.calendar-day.today { border-color: var(--accent); box-shadow: inset 0 3px var(--accent); }
.calendar-day > header { align-items: center; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 10px; padding-bottom: 8px; }
.calendar-day > header span { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; }
.calendar-day > header strong { font-family: var(--font-sans); font-size: 20px; }
.calendar-day > div { display: grid; gap: 7px; }
.calendar-item { background: color-mix(in srgb, var(--project-surface) 65%, white); border: 1px solid var(--line); border-left: 3px solid var(--project-accent); border-radius: 9px; display: block; padding: 8px; text-align: left; }
.calendar-item time, .calendar-item small { color: var(--muted); display: block; font-size: 8px; }
.calendar-item strong { display: block; font-size: 10px; line-height: 1.3; margin: 4px 0; }
.calendar-empty { color: var(--subtle); font-size: 9px; padding: 8px 3px; }
.calendar-note { color: var(--muted); font-size: 10px; margin: 13px 2px; }

.review-layout { align-items: start; display: grid; gap: 15px; grid-template-columns: minmax(210px,.42fr) minmax(0,1.58fr); }
.review-queue { position: sticky; top: 90px; }
.review-queue-item { align-items: center; background: #fff; border: 0; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 13px 15px; text-align: left; width: 100%; }
.review-queue-item:last-child { border-bottom: 0; }
.review-queue-item.active { background: color-mix(in srgb, var(--project-surface) 58%, white); box-shadow: inset 3px 0 var(--project-accent); }
.review-queue-item strong, .review-queue-item small { display: block; }
.review-queue-item strong { font-size: 10px; }
.review-queue-item small { color: var(--muted); font-size: 8px; margin-top: 4px; }
.review-content { display: grid; gap: 18px; grid-template-columns: minmax(0,1fr) minmax(260px,.72fr); padding: 19px; }
.review-copy { border-bottom: 1px solid var(--line); padding-bottom: 17px; }
.review-copy h2 { font-family: var(--font-sans); font-size: 29px; font-weight: 500; margin: 3px 0 10px; }
.review-copy > strong { display: block; font-size: 12px; }
.review-copy > p:not(.eyebrow) { color: var(--muted); font-size: 10px; line-height: 1.55; }
.review-cta { background: var(--warm); border-radius: 8px; color: var(--muted); font-size: 9px; padding: 8px; }
.review-gates { display: grid; gap: 8px; margin: 17px 0 11px; }
.review-gate { border: 1px solid var(--line); border-left: 3px solid #aeb4be; border-radius: 10px; padding: 10px; }
.review-gate.gate-approved { border-left-color: var(--success); }
.review-gate.gate-rejected { border-left-color: var(--danger); }
.review-gate > div, .review-gate footer { align-items: center; display: flex; justify-content: space-between; }
.review-gate > div { font-size: 9px; }
.review-gate > p { color: var(--muted); font-size: 8px; }
.review-gate footer { justify-content: flex-start; gap: 6px; margin-top: 8px; }
.review-blocked { align-items: center; background: var(--warning-bg); border: 1px solid #ead7a4; border-radius: 10px; color: var(--warning); display: flex; font-size: 9px; gap: 9px; padding: 10px; }
.review-blocked strong { display: block; margin-bottom: 2px; }

.plugin-summary { align-items: center; display: grid; gap: 15px; grid-template-columns: auto 1fr auto; margin-bottom: 16px; padding: 16px; }
.plugin-mark { align-items: center; background: var(--project-surface); border-radius: 12px; color: var(--project-ink); display: flex; height: 46px; justify-content: center; width: 46px; }
.plugin-summary > div:nth-child(2) > span { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.plugin-summary h2 { font-size: 14px; margin: 3px 0; }
.plugin-summary p { color: var(--muted); font-size: 10px; margin: 0; }
.template-grid { display: grid; gap: 14px; grid-template-columns: repeat(3, 1fr); }
.template-card { border-radius: 17px; overflow: hidden; }
.template-card .post-preview { aspect-ratio: 16 / 10; border-bottom: 1px solid var(--line); margin: 0; padding: 17px; }
.template-card .post-preview h3 { font-size: 22px; margin-top: 18px; }
.template-card .post-preview p { display: none; }
.template-card > div:last-child { padding: 13px 14px 15px; }
.template-title { align-items: center; display: flex; justify-content: space-between; }
.template-title h3 { font-size: 12px; margin: 0; }
.template-state { background: var(--warm); border-radius: 99px; color: var(--muted); font-size: 8px; padding: 4px 6px; }
.template-state.active { background: var(--success-bg); color: var(--success); }
.template-card p { color: var(--muted); font-size: 9px; line-height: 1.45; margin: 7px 0; }
.template-card small { color: var(--subtle); font-size: 8px; }

.audit-grid { display: grid; gap: 15px; grid-template-columns: 1fr 1fr; }
.timeline, .snapshot-list { max-height: 650px; overflow: auto; padding: 10px 17px 17px; }
.timeline-item { display: grid; gap: 11px; grid-template-columns: 10px 1fr; padding: 10px 0; position: relative; }
.timeline-item:before { background: var(--line); content: ""; left: 4px; position: absolute; top: 21px; bottom: -11px; width: 1px; }
.timeline-item:last-child:before { display: none; }
.timeline-item > i { background: var(--accent); border: 3px solid #f8e9e2; border-radius: 50%; height: 9px; margin-top: 3px; width: 9px; z-index: 1; }
.timeline-item strong { display: block; font-size: 10px; }
.timeline-item p { font-size: 10px; margin: 3px 0; }
.timeline-item small { color: var(--muted); font-size: 8px; }
.snapshot { border-bottom: 1px solid var(--line); }
.snapshot summary { align-items: center; cursor: pointer; display: grid; gap: 9px; grid-template-columns: auto 1fr auto; list-style: none; padding: 12px 0; }
.snapshot summary::-webkit-details-marker { display: none; }
.snapshot summary strong, .snapshot summary small { display: block; }
.snapshot summary strong { font-size: 10px; }
.snapshot summary small { color: var(--muted); font-size: 8px; margin-top: 3px; }
.snapshot[open] summary > svg:last-child { transform: rotate(90deg); }
.snapshot > div { padding: 0 0 13px 25px; }
.snapshot dl { display: grid; font-size: 8px; grid-template-columns: auto 1fr; margin: 0 0 8px; }
.snapshot dt { color: var(--muted); padding: 3px 7px 3px 0; }
.snapshot dd { margin: 0; overflow-wrap: anywhere; padding: 3px 0; }
.snapshot pre, .fatal-state pre { background: var(--ink); border-radius: 9px; color: #d9e2ef; font: 8px/1.5 ui-monospace, SFMono-Regular, Menlo, monospace; max-height: 220px; overflow: auto; padding: 11px; white-space: pre-wrap; }

.collaboration-hero { align-items: center; display: grid; gap: 16px; grid-template-columns: auto 1fr auto; margin-bottom: 16px; padding: 18px; }
.collaboration-mark { align-items: center; background: var(--success-bg); border-radius: 13px; color: var(--success); display: flex; height: 50px; justify-content: center; width: 50px; }
.collaboration-hero > div:nth-child(2) > span { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.collaboration-hero h2 { font-size: 15px; margin: 3px 0; }
.collaboration-hero p { color: var(--muted); font-size: 10px; line-height: 1.5; margin: 0; }
.collaboration-layout { display: grid; gap: 15px; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); }
.readiness-list { padding: 4px 17px 15px; }
.readiness-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 11px; grid-template-columns: auto minmax(0,1fr) auto; padding: 12px 0; }
.readiness-list > div:last-child { border-bottom: 0; }
.readiness-list > div > i { align-items: center; border-radius: 9px; display: flex; height: 31px; justify-content: center; width: 31px; }
.readiness-list span strong, .readiness-list span small { display: block; }
.readiness-list span strong { font-size: 10px; }
.readiness-list span small { color: var(--muted); font-size: 8px; line-height: 1.45; margin-top: 3px; }
.readiness-list > div > b { border-radius: 99px; font-size: 8px; padding: 5px 7px; }
.readiness-ready { background: var(--success-bg); color: var(--success); }
.readiness-pending { background: var(--warning-bg); color: var(--warning); }
.collaboration-rules ul { display: grid; gap: 0; list-style: none; margin: 0; padding: 4px 17px 15px; }
.collaboration-rules li { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: auto 1fr; padding: 12px 0; }
.collaboration-rules li:last-child { border-bottom: 0; }
.collaboration-rules li > svg { color: var(--accent); margin-top: 1px; }
.collaboration-rules strong, .collaboration-rules span { display: block; }
.collaboration-rules strong { font-size: 10px; margin-bottom: 3px; }
.collaboration-rules span { color: var(--muted); font-size: 8px; line-height: 1.45; }
.collaboration-note { align-items: center; background: #fff8e7; border: 1px solid #ead9a9; border-radius: 13px; color: #6f501b; display: flex; font-size: 9px; gap: 10px; margin-top: 15px; padding: 12px 14px; }
.collaboration-note strong { margin-right: 3px; }

.modal-backdrop { align-items: stretch; background: rgba(12,18,31,.42); display: flex; inset: 0; justify-content: flex-end; position: fixed; z-index: 60; }
.editor-sheet { background: var(--paper); box-shadow: -25px 0 70px rgba(10,15,27,.2); display: grid; grid-template-rows: auto minmax(0,1fr) auto; height: 100%; max-width: 1120px; overflow: hidden; width: min(1120px, 96vw); }
.editor-head { align-items: start; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 19px 22px; }
.editor-head h2 { font-size: 27px; line-height: 1; margin: 10px 0 4px; }
.editor-head p { color: var(--muted); font-size: 9px; margin: 0; }
.save-indicator { align-items: center; color: var(--muted); display: flex; font-size: 8px; gap: 5px; margin-top: 7px; }
.save-indicator i { background: var(--success); border-radius: 50%; height: 6px; width: 6px; }
.save-indicator.state-dirty i, .save-indicator.state-saving i { background: var(--warning); }
.save-indicator.state-manual i { background: var(--warning); }.save-indicator.state-new i { background: var(--subtle); }
.save-indicator.state-error { color: var(--danger); }.save-indicator.state-error i { background: var(--danger); }
.editor-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); min-height: 0; overflow: hidden; }
.editor-form { overflow: auto; padding: 0 23px 30px; }
.editor-form fieldset { border: 0; margin: 0; min-width: 0; padding: 0; }
.editor-form fieldset:disabled { opacity: .82; }
.form-section { border-bottom: 1px solid var(--line); padding: 23px 0; }
.section-title { align-items: center; display: flex; gap: 10px; margin-bottom: 15px; }
.section-title > span { align-items: center; background: var(--warm); border-radius: 8px; color: var(--muted); display: flex; font-size: 8px; font-weight: 850; height: 27px; justify-content: center; width: 27px; }
.section-title > div { flex: 1; }
.section-title h3 { font-size: 12px; margin: 0; }
.section-title p { color: var(--muted); font-size: 9px; margin: 2px 0 0; }
.form-grid { display: grid; gap: 11px; grid-template-columns: 1fr 1fr; }
.span-2 { grid-column: span 2; }
.editor-advanced { background: #f6f3ee; border: 1px solid var(--line); border-radius: 12px; margin-top: 12px; overflow: hidden; }
.editor-advanced > summary, .media-details > summary, .template-copy > summary { align-items: center; color: var(--muted); cursor: pointer; display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; list-style: none; padding: 12px 13px; }
.editor-advanced > summary::-webkit-details-marker, .media-details > summary::-webkit-details-marker, .template-copy > summary::-webkit-details-marker { display: none; }
.editor-advanced > summary:after, .media-details > summary:after, .template-copy > summary:after { color: var(--subtle); content: '⌄'; font-size: 14px; font-weight: 500; transition: transform .16s ease; }
.editor-advanced[open] > summary:after, .media-details[open] > summary:after, .template-copy[open] > summary:after { transform: rotate(180deg); }
.editor-advanced > .form-grid { background: rgba(255,255,255,.65); border-top: 1px solid var(--line); padding: 13px; }
.media-gallery { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0,1fr)); }
.media-card { background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 3px 12px rgba(23,32,52,.03); min-width: 0; overflow: hidden; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.media-card:hover { border-color: color-mix(in srgb, var(--project-accent) 36%, var(--line)); box-shadow: 0 10px 24px rgba(23,32,52,.07); transform: translateY(-1px); }
.media-thumb { aspect-ratio: 4 / 5; background: #f0ede7; border-bottom: 1px solid var(--line); overflow: hidden; position: relative; }
.media-thumb > img { display: block; height: 100%; object-fit: contain; width: 100%; }
.media-order { align-items: center; backdrop-filter: blur(8px); background: rgba(23,32,52,.78); border-radius: 99px; color: #fff; display: flex; font-size: 9px; font-weight: 850; height: 27px; justify-content: center; left: 9px; position: absolute; top: 9px; width: 27px; }
.media-placeholder { align-items: center; color: var(--muted); display: flex; flex-direction: column; height: 100%; justify-content: center; padding: 20px; text-align: center; }
.media-placeholder svg { color: var(--project-accent); margin-bottom: 9px; }.media-placeholder strong { color: var(--ink); font-size: 11px; }.media-placeholder span { font-size: 9px; line-height: 1.45; margin-top: 3px; max-width: 160px; }
.media-card-copy { display: grid; gap: 3px; min-width: 0; padding: 10px 11px 7px; }
.media-card-copy strong { font-size: 11px; }.media-card-copy small { color: var(--muted); font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.media-card-actions { align-items: center; display: flex; gap: 8px; justify-content: space-between; padding: 0 8px 9px; }
.media-preview-button { background: transparent; border: 0; color: var(--project-accent); cursor: pointer; font-size: 9px; font-weight: 850; padding: 7px 4px; }
.media-preview-button:hover { text-decoration: underline; }
.media-order-actions { align-items: center; display: flex; gap: 3px; }
.media-order-actions .icon-button { background: var(--warm); border: 0; color: var(--muted); height: 27px; width: 27px; }
.media-order-actions .icon-button:hover:not(:disabled) { background: color-mix(in srgb, var(--project-accent) 15%, var(--warm)); color: var(--ink); }
.media-order-actions .icon-button:disabled { cursor: not-allowed; opacity: .35; }.media-order-actions [data-move-slide="previous"] svg { transform: rotate(180deg); }.media-order-actions .remove-media { color: var(--danger); }
.media-details { border-top: 1px solid var(--line); }.media-details[open] > summary { background: #fbfaf8; }
.media-details-grid { display: grid; gap: 9px; grid-template-columns: 1fr; padding: 0 11px 11px; }
.media-details-grid .field input, .media-details-grid .field textarea { font-size: 10px; min-height: 37px; padding: 8px 9px; }
.media-help { color: var(--muted); font-size: 8px; line-height: 1.45; margin: 0; padding: 0 11px 12px; }
.template-copy { border-top: 1px solid var(--line); margin-top: 3px; }.template-copy[open] > summary { background: #faf8f4; }
.gate-grid { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.gate-card { background: #fff; border: 1px solid var(--line); border-top: 3px solid #aeb4be; border-radius: 11px; padding: 11px; }
.gate-card.gate-approved { border-top-color: var(--success); }
.gate-card.gate-rejected { border-top-color: var(--danger); }
.gate-card header { display: flex; font-size: 9px; justify-content: space-between; }
.gate-card header strong { color: var(--muted); }
.gate-card p { color: var(--muted); font-size: 8px; margin: 7px 0; }
.gate-card > small { display: block; font-size: 8px; margin-bottom: 8px; }
.gate-card > div { display: flex; gap: 5px; margin-top: 8px; }
.gate-card .field { margin-top: 9px; }
.publish-box { align-items: end; background: #fff; border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 14px; grid-template-columns: 1fr 1fr; padding: 12px; }
.publish-status { border-left: 1px solid var(--line); padding: 3px 0 3px 14px; }
.publish-status > span { align-items: center; color: var(--warning); display: flex; font-size: 9px; font-weight: 750; gap: 6px; }
.publish-status i { background: #d49b37; border-radius: 50%; height: 6px; width: 6px; }
.publish-status small { color: var(--muted); font-size: 8px; }
.locked-note { align-items: center; background: var(--success-bg); border: 1px solid #c9dfd0; border-radius: 10px; color: var(--success); display: flex; gap: 10px; margin-top: 9px; padding: 10px; }
.locked-note strong, .locked-note span { display: block; font-size: 9px; }
.locked-note span { opacity: .75; margin-top: 2px; }
.version-list { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.version-list > div { align-items: center; border-bottom: 1px solid var(--line); display: grid; font-size: 9px; gap: 8px; grid-template-columns: 45px 1fr auto; padding: 8px 10px; }
.version-list > div:last-child { border-bottom: 0; }
.version-list span { color: var(--muted); }
.version-list em { color: var(--success); font-size: 8px; font-style: normal; font-weight: 800; }
.editor-preview { background: #efebe4; border-left: 1px solid var(--line); overflow: auto; padding: 20px; }
.preview-sticky { position: sticky; top: 0; }
.preview-head { align-items: center; display: flex; font-size: 9px; font-weight: 800; justify-content: space-between; margin-bottom: 10px; text-transform: uppercase; }
.preview-head small { color: var(--muted); font-size: 8px; font-weight: 600; text-transform: none; }
.editor-artboard { box-shadow: 0 18px 35px rgba(23,32,52,.13); margin: 0; }
.editor-artboard h3 { font-size: clamp(25px, 3vw, 42px); }
.editor-preview dl { background: rgba(255,255,255,.7); border: 1px solid rgba(216,209,199,.8); border-radius: 11px; margin: 13px 0 0; padding: 6px 11px; }
.editor-preview dl > div { display: flex; font-size: 8px; justify-content: space-between; padding: 6px 0; }
.editor-preview dt { color: var(--muted); }
.editor-preview dd { margin: 0; }
.danger-text { color: var(--danger); font-weight: 800; }
.editor-actions { align-items: center; background: #fff; border-top: 1px solid var(--line); display: flex; gap: 12px; justify-content: space-between; padding: 13px 20px; }
.editor-actions > div { align-items: center; display: flex; gap: 8px; }
.blocked-copy, .published-copy { color: var(--danger); font-size: 9px; font-weight: 750; }
.published-copy { color: var(--success); }

.device-label { align-items: center; display: flex; justify-content: space-between; margin: 0 auto 8px; max-width: 300px; }
.device-label span { font-size: 8px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.device-label small { color: var(--danger); font-size: 7px; font-weight: 800; }
.phone-frame { background: var(--ink); border: 1px solid color-mix(in srgb, var(--ink) 82%, #fff); border-radius: 34px; box-shadow: 0 22px 44px rgba(23,32,52,.2); margin: auto; max-width: 300px; padding: 8px; position: relative; }
.phone-island { background: var(--ink); border-radius: 0 0 12px 12px; height: 17px; left: 50%; position: absolute; top: 7px; transform: translateX(-50%); width: 82px; z-index: 5; }
.phone-screen { background: #fff; border-radius: 27px; min-height: 510px; overflow: hidden; padding-top: 18px; }
.social-top, .social-account { align-items: center; display: flex; justify-content: space-between; padding: 8px 11px; }
.social-top { border-bottom: 1px solid #ececec; font-family: var(--font-sans); font-size: 13px; font-weight: 600; }
.social-account > i { align-items: center; background: var(--project-accent); border-radius: 50%; color: #fff; display: flex; font-size: 9px; font-style: normal; font-weight: 850; height: 27px; justify-content: center; width: 27px; }
.social-account > span { flex: 1; margin-left: 8px; }
.social-account strong, .social-account small { display: block; }
.social-account strong { font-size: 8px; }.social-account small { color: #858995; font-size: 6px; margin-top: 2px; }.social-account b { font-size: 8px; }
.device-artwork-wrap { position: relative; }
.device-artboard { aspect-ratio: 1 / 1; margin: 0; padding: 19px; }
.device-artboard.has-artwork { aspect-ratio: 4 / 5; padding: 0; }
.device-artboard h3 { font-size: 26px; margin-top: 23px; }
.device-artboard p { font-size: 8px; }
.device-slide-controls { align-items: center; display: grid; grid-template-columns: 32px 1fr 32px; left: 0; padding: 0 9px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 5; }
.device-slide-arrow { align-items: center; backdrop-filter: blur(8px); background: rgba(255,255,255,.86); border: 1px solid rgba(23,32,52,.14); border-radius: 50%; box-shadow: 0 4px 12px rgba(23,32,52,.14); color: var(--ink); display: flex; height: 27px; justify-content: center; padding: 0; transition: transform .16s ease, opacity .16s ease; width: 27px; }
.device-slide-arrow:hover:not(:disabled) { transform: scale(1.07); }.device-slide-arrow:disabled { opacity: .38; }
.device-slide-arrow.previous svg { transform: rotate(180deg); }.device-slide-arrow.next { justify-self: end; }
.device-slide-dots { align-items: center; display: flex; gap: 4px; justify-content: center; }
.device-slide-dots button { background: rgba(255,255,255,.58); border: 1px solid rgba(23,32,52,.14); border-radius: 99px; height: 5px; padding: 0; transition: background .16s ease, transform .16s ease, width .16s ease; width: 5px; }
.device-slide-dots button.active { background: #fff; box-shadow: 0 1px 4px rgba(23,32,52,.26); transform: scale(1.08); width: 15px; }
.device-slide-count { backdrop-filter: blur(8px); background: rgba(23,32,52,.72); border-radius: 99px; color: #fff; font-size: 7px; font-weight: 800; padding: 4px 6px; position: absolute; right: 10px; top: 10px; z-index: 5; }
.social-actions { display: flex; font-size: 20px; gap: 12px; padding: 9px 11px 5px; }
.social-actions span:last-child { margin-left: auto; }
.social-caption { color: #323640; font-size: 7px; line-height: 1.45; max-height: 63px; overflow: hidden; padding: 0 11px 12px; }
.social-caption > span { color: var(--project-accent); display: block; font-weight: 800; margin-top: 3px; }

.small-modal { align-self: center; background: var(--paper); border-radius: 19px; box-shadow: var(--shadow); margin: auto; max-height: 92vh; max-width: 480px; overflow: auto; width: calc(100% - 30px); }
.small-modal > header { align-items: start; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 21px; }
.small-modal h2 { font-size: 27px; margin: 0 0 5px; }
.small-modal header p:not(.eyebrow) { color: var(--muted); font-size: 10px; margin: 0; }
.small-modal form { display: grid; gap: 12px; padding: 20px; }
.small-modal footer { display: flex; gap: 8px; justify-content: flex-end; margin-top: 8px; }
.color-fields { display: grid; gap: 9px; grid-template-columns: repeat(3, 1fr); }
.color-fields input { height: 40px; padding: 4px; }
.drop-zone { align-items: center; background: #fff; border: 1px dashed var(--line-strong); border-radius: 13px; cursor: pointer; display: flex; flex-direction: column; padding: 30px 15px; text-align: center; }
.drop-zone strong { font-size: 11px; margin: 8px 0 3px; }.drop-zone span { color: var(--muted); font-size: 9px; }.drop-zone input { margin-top: 12px; max-width: 250px; }
.check-field { align-items: center; display: flex; font-size: 10px; gap: 8px; }
.import-preview { display: grid; gap: 12px; }
.import-ok { align-items: center; background: var(--success-bg); border: 1px solid #c9dfd0; border-radius: 11px; color: var(--success); display: flex; gap: 9px; padding: 11px; }
.import-ok strong, .import-ok small { display: block; }.import-ok strong { font-size: 10px; }.import-ok small { font-size: 8px; margin-top: 2px; }
.import-preview dl { background: #fff; border: 1px solid var(--line); border-radius: 10px; margin: 0; padding: 6px 11px; }
.import-preview dl > div { display: flex; font-size: 9px; justify-content: space-between; padding: 6px 0; }
.import-preview dt { color: var(--muted); }.import-preview dd { font-weight: 750; margin: 0; }
.import-warning, .inline-error { align-items: center; background: var(--warning-bg); border: 1px solid #ead7a4; border-radius: 9px; color: var(--warning); display: flex; font-size: 9px; gap: 7px; padding: 9px; }
.inline-error { background: var(--danger-bg); border-color: #e7b9b5; color: var(--danger); }

.comparison-backdrop { align-items: center; justify-content: center; }
.comparison-modal { background: var(--paper); border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-rows: auto minmax(0,1fr) auto; max-height: 90vh; max-width: 980px; overflow: hidden; width: calc(100% - 30px); }
.comparison-modal > header { align-items: start; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 18px 20px; }
.comparison-modal h2 { font-family: var(--font-sans); font-size: 26px; font-weight: 500; margin: 0 0 4px; }.comparison-modal header p:not(.eyebrow) { color: var(--muted); font-size: 9px; margin: 0; }
.comparison-table { overflow: auto; padding: 13px 17px; }
.comparison-head, .comparison-row { display: grid; gap: 10px; grid-template-columns: 100px 1fr 1fr; }
.comparison-head { color: var(--muted); font-size: 8px; font-weight: 850; letter-spacing: .06em; padding: 6px 9px; text-transform: uppercase; }
.comparison-row { border-top: 1px solid var(--line); padding: 9px; }
.comparison-row.changed { background: #fffaf0; box-shadow: inset 3px 0 var(--warning); }
.comparison-row > span { font-size: 9px; font-weight: 750; }.comparison-row > span i { color: var(--warning); display: block; font-size: 7px; font-style: normal; margin-top: 3px; }
.comparison-row pre { font: 8px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }
.comparison-modal > footer { background: #fff; border-top: 1px solid var(--line); display: flex; justify-content: flex-end; padding: 12px 18px; }

.inbox-panel { overflow: hidden; }
.batch-list { display: grid; gap: 0; }
.batch-card { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 22px; grid-template-columns: minmax(0,1fr) auto; padding: 18px 21px; }
.batch-card:last-child { border-bottom: 0; }
.batch-card-main { min-width: 0; }
.batch-source { align-items: center; color: var(--accent); display: flex; font-size: 9px; font-weight: 850; gap: 6px; letter-spacing: .06em; text-transform: uppercase; }
.batch-card h3 { font-family: var(--font-sans); font-size: 20px; font-weight: 500; margin: 7px 0 4px; overflow-wrap: anywhere; }
.batch-card p { color: var(--muted); font-size: 10px; margin: 0; }
.batch-facts { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.batch-facts span { background: var(--warm); border-radius: 99px; font-size: 8px; font-weight: 750; padding: 5px 8px; }
.batch-card-side { align-items: flex-end; display: flex; flex-direction: column; gap: 8px; }
.batch-card-side > small { color: var(--subtle); font: 8px ui-monospace, SFMono-Regular, Menlo, monospace; }
.batch-status { border-radius: 99px; font-size: 8px; font-weight: 850; padding: 5px 8px; }
.batch-status.state-pending { background: var(--warning-bg); color: var(--warning); }
.batch-status.state-partially-imported { background: var(--blue-bg); color: var(--blue); }
.batch-status.state-imported { background: var(--success-bg); color: var(--success); }
.batch-modal { align-self: center; background: var(--paper); border-radius: 20px; box-shadow: var(--shadow); display: grid; grid-template-rows: auto minmax(0,1fr); margin: auto; max-height: 92vh; max-width: 820px; overflow: hidden; width: calc(100% - 30px); }
.batch-modal > header { align-items: start; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; padding: 22px 24px; }
.batch-modal h2 { font-family: var(--font-sans); font-size: 27px; font-weight: 500; margin: 0 0 5px; }
.batch-modal header p:not(.eyebrow) { color: var(--muted); font-size: 9px; margin: 0; overflow-wrap: anywhere; }
.batch-modal form { display: grid; grid-template-rows: auto minmax(0,1fr) auto; min-height: 0; }
.batch-binding { align-items: center; background: #fff8e7; border-bottom: 1px solid #ead9a9; color: #6f501b; display: flex; gap: 10px; padding: 12px 24px; }
.batch-binding strong, .batch-binding small { display: block; }.batch-binding strong { font-size: 10px; }.batch-binding small { font-size: 8px; margin-top: 2px; }
.batch-items { display: grid; gap: 8px; overflow: auto; padding: 15px 20px; }
.batch-item { align-items: start; background: #fff; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; display: grid; gap: 11px; grid-template-columns: auto 1fr; padding: 12px; }
.batch-item.state-duplicate { background: #f7f8f9; opacity: .75; }.batch-item.state-conflict { background: var(--danger-bg); border-color: #e7b9b5; }
.batch-item input { margin-top: 3px; }
.batch-item-copy { min-width: 0; }.batch-item-copy > span { align-items: start; display: flex; gap: 8px; justify-content: space-between; }
.batch-item-copy strong { font-size: 11px; }.batch-item-copy i { background: var(--warm); border-radius: 99px; color: var(--muted); flex: 0 0 auto; font-size: 8px; font-style: normal; font-weight: 800; padding: 4px 7px; }
.batch-item-copy small, .batch-item-copy em { color: var(--muted); display: block; font-size: 8px; margin-top: 5px; overflow-wrap: anywhere; }.batch-item-copy em { color: var(--danger); font-style: normal; }
.batch-modal form > footer { align-items: center; background: #fff; border-top: 1px solid var(--line); color: var(--muted); display: flex; font-size: 9px; justify-content: space-between; padding: 12px 20px; }
.batch-modal form > footer > div { display: flex; gap: 8px; }

/* Product-wide refinement: readable density, consistent interaction and depth. */
.topbar { box-shadow: 0 1px 0 rgba(23,32,52,.02); }
.global-search input { box-shadow: 0 2px 10px rgba(23,32,52,.035); font-size: 12px; transition: border-color .16s ease, box-shadow .16s ease; }
.project-handle { background: #fff; font-size: 10px; font-weight: 700; }
.avatar { box-shadow: 0 0 0 4px #fff, 0 4px 12px rgba(23,32,52,.14); }
.safety-banner { box-shadow: 0 4px 18px rgba(117,82,24,.045); padding: 14px 16px; }
.safety-banner strong { font-size: 13px; }.safety-banner span:not(.connection-chip) { font-size: 11px; line-height: 1.45; }
.queue-list { padding: 6px 21px; }.queue-item { min-height: 72px; padding: 12px 0; }
.queue-copy strong { font-size: 12px; }.queue-copy small { font-size: 9px; }
.status { font-size: 9px; letter-spacing: .01em; padding: 6px 8px; }
.saved-views { background: rgba(255,255,255,.58); border: 1px solid var(--line); border-radius: 14px; padding: 9px 11px; }
.saved-view { box-shadow: 0 2px 8px rgba(23,32,52,.035); }.saved-view button, .save-view-button { min-height: 30px; }
.filter-bar { background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-soft); padding: 13px; }
.result-count { background: var(--warm); border-radius: 99px; font-weight: 750; margin-bottom: 8px; padding: 6px 9px; }
.calendar-day { box-shadow: 0 4px 16px rgba(23,32,52,.035); }
.calendar-item { transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }.calendar-item:hover { border-color: var(--project-accent); box-shadow: 0 5px 14px rgba(23,32,52,.08); transform: translateY(-1px); }
.template-card { transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }.template-card:hover { border-color: var(--line-strong); box-shadow: 0 15px 34px rgba(23,32,52,.09); transform: translateY(-2px); }
.template-title h3 { font-size: 13px; }.template-card p { font-size: 10px; }.template-card small { font-size: 9px; }
.timeline-item strong { font-size: 11px; }.timeline-item p { font-size: 10px; line-height: 1.5; }.timeline-item small { font-size: 9px; }
.snapshot summary { border-radius: 10px; padding: 13px 6px; transition: background .16s ease; }.snapshot summary:hover { background: var(--warm); }
.snapshot summary strong { font-size: 11px; }.snapshot summary small { font-size: 9px; }
.review-queue-item { min-height: 64px; transition: background .16s ease, box-shadow .16s ease; }.review-queue-item:hover { background: var(--warm); }
.review-queue-item strong { font-size: 11px; }.review-queue-item small { font-size: 9px; }
.review-content { padding: 23px; }.review-copy > strong { font-size: 13px; }.review-copy > p:not(.eyebrow) { font-size: 11px; }
.review-gate { background: #fff; box-shadow: 0 3px 12px rgba(23,32,52,.035); padding: 12px; }.review-gate > div { font-size: 10px; }.review-gate > p { font-size: 9px; }
.modal-backdrop { backdrop-filter: blur(5px); }
.editor-head { padding: 21px 24px; }.editor-head p, .save-indicator { font-size: 9px; }
.editor-form { padding-inline: 27px; }.form-section { padding-block: 26px; }
.section-title > span { height: 30px; width: 30px; }.section-title h3 { font-size: 13px; }.section-title p { font-size: 10px; }
.gate-card { box-shadow: 0 3px 12px rgba(23,32,52,.03); padding: 13px; }.gate-card header { font-size: 10px; }.gate-card p, .gate-card > small { font-size: 9px; }
.small-modal > header { padding: 23px; }.small-modal form { padding: 23px; }.small-modal header p:not(.eyebrow) { font-size: 11px; line-height: 1.45; }
.drop-zone { transition: background .16s ease, border-color .16s ease; }.drop-zone:hover { background: color-mix(in srgb, var(--project-surface) 35%, white); border-color: var(--project-accent); }
.phone-frame { box-shadow: 0 24px 55px rgba(23,32,52,.23); }
.toast { font-size: 12px; min-height: 44px; }
.toast { align-items: center; background: #173225; border-radius: 11px; bottom: 22px; box-shadow: var(--shadow); color: #fff; display: flex; font-size: 11px; gap: 8px; left: 50%; max-width: min(500px, calc(100vw - 30px)); padding: 11px 14px; position: fixed; transform: translateX(-50%); z-index: 100; }
.toast.error { background: #642e2b; }
.fatal-state { background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); margin: 10vh auto; max-width: 620px; padding: 38px; text-align: center; width: calc(100% - 30px); }
.fatal-mark { align-items: center; background: var(--danger-bg); border-radius: 13px; color: var(--danger); display: flex; height: 54px; justify-content: center; margin: 0 auto 18px; width: 54px; }
.fatal-state h1 { font-size: 36px; margin: 0 0 12px; }.fatal-state > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }.fatal-state > div { display: flex; gap: 8px; justify-content: center; margin-top: 22px; }.fatal-state details { margin-top: 20px; text-align: left; }.fatal-state summary { color: var(--muted); cursor: pointer; font-size: 10px; }
.mobile-nav { display: none; }

@media (max-width: 1100px) {
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .overview-grid { grid-template-columns: 1fr; }
  .next-panel { display: grid; grid-template-columns: minmax(230px,.7fr) 1fr; }
  .next-panel .panel-head { grid-column: span 2; }
  .next-details { align-self: center; }
  .template-grid { grid-template-columns: repeat(2, 1fr); }
  .editor-sheet { width: min(950px, 98vw); }
  .gate-grid { grid-template-columns: 1fr; }
  .review-content { grid-template-columns: 1fr; }
  .review-content > aside { margin: 0 auto; max-width: 340px; width: 100%; }
}

@media (max-width: 760px) {
  .app-shell { display: block; }
  .sidebar { display: none; }
  .topbar { gap: 8px; height: 64px; padding: 0 12px; }
  .mobile-brand { align-items: center; display: flex; gap: 7px; }
  .mobile-brand .brand-wordmark { height: 34px; object-fit: contain; width: 118px; }
  .mobile-project-switcher { display: block; margin-left: auto; min-width: 0; }
  .mobile-project-switcher select { background-color: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: 10px; font-weight: 700; height: 38px; max-width: 150px; padding: 0 31px 0 10px; text-overflow: ellipsis; }
  .global-search { margin-left: auto; width: 42px; }
  .global-search input { padding: 0; width: 40px; }
  .global-search input::placeholder { color: transparent; }
  .global-search svg { left: 11px; }
  .project-handle, .top-actions .button { display: none; }
  .page { padding: 24px 13px 92px; }
  .page-head { display: block; }
  .page-actions { flex-wrap: wrap; margin-top: 17px; }
  .page-head h1 { font-size: 31px; }
  .safety-banner { grid-template-columns: auto 1fr; }
  .safety-banner .connection-chip { display: none; }
  .safety-banner span:not(.connection-chip) { line-height: 1.35; }
  .metric-grid { gap: 8px; }
  .metric-card { min-height: 126px; padding: 15px; }
  .metric-card > strong { font-size: 26px; }
  .queue-item { grid-template-columns: 40px minmax(0,1fr) auto; }
  .queue-item > .status { display: none; }
  .next-panel { display: block; }
  .next-panel .panel-head { grid-column: auto; }
  .filter-bar { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; padding: 11px; }
  .search-field { grid-column: span 2; min-width: 0; }
  .result-count { grid-column: span 2; margin: 0; text-align: right; }
  .library-panel { background: transparent; border: 0; box-shadow: none; overflow: visible; }
  .content-table { display: grid; gap: 9px; min-width: 0; }
  .content-row.table-head { display: none; }
  .content-row { border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow-soft); gap: 8px; grid-template-columns: 1fr auto auto; min-height: 0; padding: 13px; }
  .content-row > .content-title { grid-column: 1 / -1; }
  .content-row > span:nth-child(2) { color: var(--muted); }
  .content-row > span:nth-child(4), .content-row > span:nth-child(5) { display: none; }
  .content-row > svg { justify-self: end; }
  .calendar-insights { grid-template-columns: 1fr; }
  .calendar-grid { grid-template-columns: repeat(7, 145px); }
  .calendar-day { min-height: 260px; }
  .plugin-summary { grid-template-columns: auto 1fr; }.plugin-summary > .connection-chip { display: none; }
  .template-grid { grid-template-columns: 1fr; }
  .audit-grid { grid-template-columns: 1fr; }
  .collaboration-hero { grid-template-columns: auto 1fr; }
  .collaboration-hero > .connection-chip { display: none; }
  .collaboration-layout { grid-template-columns: 1fr; }
  .review-layout { grid-template-columns: 1fr; }
  .review-queue { position: static; }
  .review-content { padding: 17px; }
  .review-copy h2 { font-size: 27px; }
  .mobile-nav { backdrop-filter: blur(16px); background: rgba(255,255,255,.94); border-top: 1px solid var(--line); bottom: 0; display: grid; grid-template-columns: repeat(8,1fr); left: 0; padding: 6px 4px max(7px, env(safe-area-inset-bottom)); position: fixed; right: 0; z-index: 40; }
  .mobile-nav button { align-items: center; background: transparent; border: 0; color: var(--muted); display: flex; flex-direction: column; font-size: 8px; gap: 3px; padding: 4px 1px; }
  .mobile-nav button.active { color: var(--accent); font-weight: 850; }
  .editor-sheet { width: 100vw; }
  .editor-head { padding: 15px; }.editor-head h2 { font-size: 23px; }
  .editor-layout { display: block; overflow: auto; }
  .editor-form { overflow: visible; padding: 0 14px 25px; }
  .editor-preview { border-left: 0; border-top: 1px solid var(--line); padding: 18px; }
  .preview-sticky { margin: auto; max-width: 390px; }
  .form-grid { grid-template-columns: 1fr; }.span-2 { grid-column: auto; }
  .media-gallery { grid-template-columns: 1fr; }
  .publish-box { grid-template-columns: 1fr; }.publish-status { border-left: 0; border-top: 1px solid var(--line); padding: 10px 0 0; }
  .editor-actions { align-items: stretch; display: grid; padding: 11px; }
  .editor-actions > div { flex-wrap: wrap; }.editor-actions > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .comparison-head, .comparison-row { grid-template-columns: 65px 1fr 1fr; }
  .comparison-table { padding: 9px; }
  .toast { bottom: 78px; }
  .small-modal { border-radius: 20px 20px 0 0; margin: auto 0 0; max-height: 92vh; width: 100%; }
  .comparison-modal { border-radius: 18px 18px 0 0; margin-top: auto; max-height: 92vh; width: 100%; }
  .batch-card { align-items: start; gap: 12px; grid-template-columns: 1fr; padding: 16px; }.batch-card-side { align-items: start; }.batch-card-side > small { overflow-wrap: anywhere; }
  .batch-modal { align-self: end; border-radius: 20px 20px 0 0; margin: auto 0 0; max-height: 94vh; width: 100%; }
  .batch-modal > header, .batch-binding { padding-inline: 16px; }.batch-items { padding: 11px; }.batch-modal form > footer { align-items: stretch; display: grid; gap: 9px; }.batch-modal form > footer > div { display: grid; grid-template-columns: 1fr 1fr; }
}

.connection-dot.online { background: #73c7a0; box-shadow: 0 0 0 4px rgba(115,199,160,.12); }
.avatar { border: 0; cursor: pointer; }
.sync-button.state-syncing .icon { animation: auth-spin 1s linear infinite; }
.sync-button.state-conflict { background: #fff7f0; border-color: #c98252; color: #9b4b21; }

.auth-page, .portal-page { background: var(--ink); color: #fff; min-height: 100vh; }
.auth-page { align-items: center; display: flex; justify-content: center; padding: clamp(28px,6vw,72px) 24px; }
.auth-card { align-items: center; display: flex; flex-direction: column; width: min(100%,460px); }
.auth-logo { display: block; height: auto; margin: 0 auto clamp(42px,7vh,72px); object-fit: contain; width: min(400px,88vw); }
.auth-card-body { text-align: center; width: min(100%,390px); }
.auth-card-body h1 { font-size: clamp(27px,4vw,36px); font-weight: 500; letter-spacing: -.035em; line-height: 1.08; margin: 0 0 24px; }
.auth-message { color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.6; margin: -10px 0 25px; }
.auth-form { display: grid; gap: 12px; }
.auth-field { display: block; }
.auth-field input { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; color: #fff; font-size: 15px; min-height: 56px; padding: 0 17px; transition: background .16s ease,border-color .16s ease,box-shadow .16s ease; width: 100%; }
.auth-field input::placeholder { color: rgba(255,255,255,.43); }
.auth-field input:hover { background: rgba(255,255,255,.075); border-color: rgba(255,255,255,.3); }
.auth-field input:focus { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.78); box-shadow: 0 0 0 4px rgba(255,255,255,.09); }
.auth-card-body .button.full { justify-content: center; min-height: 56px; width: 100%; }
.auth-card-body .button.primary { background: #fff; border-color: #fff; color: var(--ink); font-weight: 550; }
.auth-card-body .button.primary:hover { background: rgba(255,255,255,.92); }
.auth-card-body .button.subtle { background: transparent; border: 0; box-shadow: none; color: rgba(255,255,255,.57); margin-top: 9px; }
.auth-card-body .button.subtle:hover { box-shadow: none; color: #fff; transform: none; }
.auth-error { align-items: flex-start; background: rgba(169,72,66,.15); border: 1px solid rgba(241,160,153,.34); border-radius: 12px; color: #ffd8d4; display: flex; font-size: 13px; gap: 10px; line-height: 1.45; margin: 0 0 16px; padding: 13px 14px; text-align: left; }
.auth-success { background: rgba(115,199,160,.13); border: 1px solid rgba(115,199,160,.28); border-radius: 50%; color: #9addbd; display: grid; height: 48px; margin: 0 auto 24px; place-items: center; width: 48px; }
.auth-loading { text-align: center; }
.auth-spinner { animation: auth-spin .8s linear infinite; border: 2px solid rgba(255,255,255,.18); border-radius: 50%; border-top-color: #fff; display: inline-block; height: 32px; margin-bottom: 24px; width: 32px; }
.totp-setup { background: #fff; border-radius: 18px; display: grid; gap: 13px; margin: 22px 0 14px; padding: 20px; place-items: center; }
.totp-setup img { aspect-ratio: 1; width: min(220px,100%); }
.totp-setup details { color: var(--muted); font-size: 12px; text-align: center; width: 100%; }
.totp-setup code { background: var(--paper); border-radius: 9px; color: var(--ink); display: block; margin-top: 10px; overflow-wrap: anywhere; padding: 10px; }

.portal-page { display: flex; flex-direction: column; overflow: hidden; padding: clamp(24px,4vw,52px); position: relative; }
.portal-page::before { background: radial-gradient(circle,rgba(255,255,255,.09),transparent 66%); content: ""; height: 620px; left: 50%; pointer-events: none; position: absolute; top: 53%; transform: translate(-50%,-50%); width: 620px; }
.portal-header { align-items: center; display: flex; justify-content: space-between; position: relative; z-index: 1; }
.portal-header > img { display: block; height: auto; width: clamp(235px,25vw,350px); }
.portal-signout { align-items: center; background: transparent; border: 1px solid rgba(255,255,255,.14); border-radius: 99px; color: rgba(255,255,255,.63); display: flex; font-size: 12px; gap: 7px; min-height: 39px; padding: 8px 13px; transition: background .16s ease,border-color .16s ease,color .16s ease; }
.portal-signout:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.28); color: #fff; }
.portal-content { margin: auto; padding: 74px 0 130px; position: relative; width: min(100%,560px); z-index: 1; }
.portal-content > p { color: rgba(255,255,255,.43); font-size: 11px; font-weight: 650; letter-spacing: .2em; margin: 0 0 10px; text-align: center; text-transform: uppercase; }
.portal-content > h1 { font-size: clamp(35px,6vw,58px); font-weight: 450; letter-spacing: -.045em; margin: 0 0 34px; text-align: center; }
.portal-tool { align-items: center; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.16); border-radius: 20px; color: #fff; display: grid; gap: 17px; grid-template-columns: auto 1fr auto; min-height: 108px; padding: 20px; text-align: left; transition: background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease; width: 100%; }
.portal-tool:hover { background: rgba(255,255,255,.095); border-color: rgba(255,255,255,.34); box-shadow: 0 22px 58px rgba(0,0,0,.2); transform: translateY(-2px); }
.portal-tool-mark { align-items: center; background: #fff; border-radius: 15px; color: var(--ink); display: flex; height: 58px; justify-content: center; width: 58px; }
.portal-tool strong, .portal-tool small { display: block; }
.portal-tool strong { font-size: 18px; font-weight: 550; letter-spacing: -.015em; }
.portal-tool small { color: rgba(255,255,255,.49); font-size: 12px; margin-top: 5px; }
.portal-tool > i { color: rgba(255,255,255,.54); display: flex; font-style: normal; transition: transform .2s ease,color .2s ease; }
.portal-tool:hover > i { color: #fff; transform: translateX(3px); }
@keyframes auth-spin { to { transform: rotate(360deg); } }

@media (max-width: 820px) {
  .auth-page { align-items: flex-start; padding-top: max(54px,10vh); }
  .auth-logo { margin-bottom: 46px; width: min(330px,88vw); }
  .portal-page { padding: 24px 20px; }
  .portal-header > img { width: 235px; }
  .portal-signout span { display: none; }
  .portal-signout { border-radius: 50%; height: 40px; justify-content: center; padding: 0; width: 40px; }
  .portal-content { padding-bottom: 100px; }
}

@media (max-width: 420px) {
  .mobile-brand .brand-wordmark { width: 104px; }
  .mobile-project-switcher select { max-width: 142px; }
  .top-actions .avatar { display: none; }
  .metric-grid { grid-template-columns: 1fr; }
  .safety-banner { align-items: start; }
  .review-copy h2 { font-size: 24px; }
  .phone-frame { max-width: 278px; }
  .editor-actions > div:last-child { grid-template-columns: 1fr; }
  .comparison-head, .comparison-row { grid-template-columns: 56px minmax(110px,1fr) minmax(110px,1fr); }
  .auth-page { padding-inline: 18px; }
  .auth-logo { margin-bottom: 38px; width: min(292px,88vw); }
  .portal-header > img { width: 198px; }
  .portal-content { padding-bottom: 80px; }
  .portal-content > h1 { margin-bottom: 25px; }
  .portal-tool { border-radius: 17px; gap: 13px; min-height: 94px; padding: 15px; }
  .portal-tool-mark { border-radius: 13px; height: 51px; width: 51px; }
  .portal-tool strong { font-size: 16px; }
  .portal-tool small { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
