@font-face {
  font-family: Jakarta;
  src: url("/assets/fonts/PlusJakartaSans_400Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Jakarta;
  src: url("/assets/fonts/PlusJakartaSans_600SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Jakarta;
  src: url("/assets/fonts/PlusJakartaSans_700Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root {
  font-family: Jakarta, system-ui, sans-serif;
  color: #15151c;
  background: #fff;
  font-synthesis: none;
  --ink: #15151c;
  --muted: #6d697b;
  --brand: #5b5bd6;
  --wash: #eeeefc;
  --line: #e9e9f1;
  --surface: #f7f7fb;
  --green: #197e4f;
  --radius: 10px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea,
select {
  font: inherit;
  color: inherit;
}
button,
a,
input,
textarea,
select {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
button {
  border: 0;
  background: none;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}
button,
a,
input,
textarea,
select {
  outline-offset: 3px;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #8989e6;
}
button {
  transition:
    background 0.16s,
    color 0.16s;
}
a {
  color: inherit;
  text-decoration: none;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.3;
  letter-spacing: -0.025em;
}
h1 {
  font-size: 28px;
  font-weight: 700;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 13px;
  letter-spacing: -0.012em;
}
svg {
  flex-shrink: 0;
}
img {
  display: block;
  max-width: 100%;
}
::selection {
  background: #deddfa;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.skip {
  position: fixed;
  top: -80px;
  left: 20px;
  background: var(--ink);
  color: #fff;
  padding: 12px;
  z-index: 300;
}
.skip:focus {
  top: 12px;
}
.app {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  height: 100dvh;
  min-height: 600px;
}
.sidebar {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-right: 1px solid var(--line);
  padding: 29px 14px 0;
  min-height: 0;
}
.brand {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 0 13px 33px;
}
.brand b {
  display: block;
  font-size: 23px;
  letter-spacing: -0.04em;
  line-height: 1.25;
}
.brand small {
  display: block;
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
}
.workspace-label {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  padding: 0 14px;
  margin: 8px 0 12px;
}
.sidebar nav {
  display: grid;
  gap: 5px;
}
.sidebar nav button {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  padding: 10px 13px;
  border-radius: 9px;
  text-align: left;
  color: #555565;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar nav button:hover {
  background: #ededf5;
}
.sidebar nav button.active {
  color: #4b48b8;
  background: #eae9fb;
  font-weight: 600;
}
.sidebar nav small {
  margin-left: auto;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}
.sidebar-bottom {
  margin-top: auto;
}
.local-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 15px 13px 22px;
  color: #666477;
  font-size: 10px;
  line-height: 1.7;
}
.local-note small {
  display: block;
  font-size: 9px;
  color: #737080;
}
.local-dot {
  width: 6px;
  height: 6px;
  background: #9492b3;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.view-blog {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 13px;
  font-size: 12px;
}
.view-blog:hover {
  color: var(--brand);
}
.account {
  display: flex;
  align-items: center;
  gap: 9px;
  border-top: 1px solid var(--line);
  padding: 20px 7px 24px;
  margin-top: 14px;
}
.account b {
  font-size: 10px;
  font-weight: 600;
}
.account small {
  display: block;
  font-size: 9px;
  color: var(--muted);
}
.avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  background: #eae8f5;
  border-radius: 50%;
  font-size: 11px;
  color: #514b70;
}
.avatar.small {
  width: 25px;
  height: 25px;
  font-size: 9px;
}
.avatar.tiny {
  width: 21px;
  height: 21px;
  font-size: 8px;
}
.main-shell {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.topbar {
  height: 77px;
  min-height: 77px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  gap: 16px;
}
.breadcrumb {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 12px;
  color: var(--muted);
}
.breadcrumb b {
  font-weight: 600;
  color: #383743;
}
.top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
}
.prototype-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  color: #777183;
  white-space: nowrap;
}
.prototype-tag > span {
  width: 6px;
  height: 6px;
  background: #9994a8;
  border-radius: 50%;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 39px;
  padding: 9px 14px;
  border: 1px solid #dedeea;
  border-radius: 8px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}
.button:hover {
  background: #f5f5fa;
  border-color: #bdbbcf;
}
.button.primary {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}
.button.primary:hover {
  background: #4848bc;
  border-color: #4848bc;
}
.button.full {
  width: 100%;
  margin-top: 14px;
}
.icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 6px;
  color: #757182;
}
.icon-button:hover {
  background: var(--wash);
  color: var(--brand);
}
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 0;
  color: var(--brand);
  font-size: 11px;
  font-weight: 600;
}
.text-button:hover {
  text-decoration: underline;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--brand);
  font-size: 11px;
}
.text-link:hover {
  text-decoration: underline;
}
.menu-toggle,
.mobile-toolbar,
.nav-scrim {
  display: none;
}
.article-workspace {
  display: grid;
  grid-template-columns: 296px minmax(0, 1fr) 250px;
  flex: 1;
  min-height: 0;
  outline: none;
}
.article-list {
  display: flex;
  flex-direction: column;
  min-height: 0;
  border-right: 1px solid var(--line);
}
.list-header {
  padding: 28px 20px 0;
}
.list-header h1 {
  font-size: 26px;
}
.list-header > p {
  font-size: 11px;
  color: var(--muted);
  margin: 7px 0 23px;
}
.search {
  display: flex;
  align-items: center;
  border: 1px solid #dddde8;
  border-radius: 8px;
  min-height: 38px;
  padding: 0 10px;
  gap: 8px;
  color: #787488;
  background: #fff;
  min-width: 0;
}
.search input {
  border: 0;
  background: transparent;
  min-width: 0;
  outline: none;
  width: 100%;
  font-size: 11px;
  padding: 9px 0;
}
.search input::placeholder {
  color: #777383;
}
.search:focus-within {
  outline: 2px solid #9997e8;
  outline-offset: 2px;
}
.search button {
  padding: 4px;
  display: flex;
}
.tabs {
  display: flex;
  justify-content: space-between;
  gap: 4px;
  border-bottom: 1px solid var(--line);
  margin-top: 19px;
}
.tabs button {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  padding: 12px 6px 13px;
  color: #6a6579;
  font-size: 11px;
}
.tabs small {
  font-size: 9px;
  padding: 0 5px;
  border-radius: 4px;
  background: #f4f3f8;
  min-width: 17px;
  font-variant-numeric: tabular-nums;
}
.tabs .active {
  color: var(--brand);
  font-weight: 600;
}
.tabs .active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--brand);
}
.tabs .active small {
  background: var(--wash);
}
.article-rows {
  padding: 11px 9px;
  overflow: auto;
  scrollbar-width: thin;
}
.article-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  text-align: left;
  width: 100%;
  border-radius: 10px;
  padding: 17px 12px;
  margin: 3px 0;
  position: relative;
}
.article-row:hover {
  background: #f7f7fb;
}
.article-row.selected {
  background: #efeffc;
}
.article-row > img,
.blank-cover {
  width: 56px;
  height: 64px;
  border-radius: 7px;
  object-fit: cover;
  flex-shrink: 0;
  background: #ebe8f5;
}
.blank-cover {
  display: grid;
  place-items: center;
  color: #9a91b9;
}
.row-copy {
  flex: 1;
  min-width: 0;
}
.row-copy > strong {
  display: block;
  font-size: 11px;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.row-copy > span {
  display: block;
  color: var(--muted);
  font-size: 9px;
  margin-top: 6px;
}
.row-copy > small {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 9px;
  color: #716d80;
  margin-top: 6px;
  flex-wrap: wrap;
}
.article-row > svg {
  align-self: center;
  color: var(--brand);
  width: 12px;
}
.status-dot,
.small-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9490a5;
  flex-shrink: 0;
}
.status-dot.published,
.small-dot {
  background: #398869;
}
.status-dot.simulated {
  background: var(--brand);
}
.list-footer {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 16px 20px;
  font-size: 9px;
  color: var(--muted);
  margin-top: auto;
  border-top: 1px solid var(--line);
}
.reading-pane {
  overflow: auto;
  min-width: 0;
  scrollbar-width: thin;
  background: #fff;
}
.reading-topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: #797486;
  font-size: 9px;
  padding: 23px 30px 0;
}
.reading-topline > span:first-child {
  display: flex;
  gap: 6px;
  align-items: center;
}
.reading-topline .small-dot {
  background: #aaa5b9;
}
.story {
  padding: 30px 30px 38px;
  max-width: 820px;
  margin: auto;
}
.category {
  display: inline-block;
  color: #5b55b1;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.005em;
}
.story h1 {
  font-size: 28px;
  line-height: 1.35;
  letter-spacing: -0.035em;
  margin: 14px 0 21px;
  text-wrap: pretty;
  overflow-wrap: anywhere;
}
.byline {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
}
.dot-separator {
  color: #ada8b9;
}
.story-cover {
  width: 100%;
  height: auto;
  max-height: 275px;
  aspect-ratio: 1.76;
  object-fit: cover;
  border-radius: 10px;
  margin: 25px 0 22px;
  background: #eeebfa;
}
.story-excerpt {
  font-size: 13px;
  color: #656073;
  line-height: 1.85;
  margin: 18px 0 29px;
}
.story-body {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.story-body section:first-child {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.story-body p {
  font-size: 12px;
  line-height: 1.95;
  color: #656073;
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.story-body h2 {
  font-size: 19px;
  line-height: 1.5;
  margin: 12px 0 11px;
  letter-spacing: -0.025em;
}
.demo-block {
  display: flex;
  width: 100%;
  padding: 15px;
  gap: 15px;
  align-items: center;
  text-align: left;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #faf9fe;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.demo-block:hover {
  background: #f1effc;
  border-color: #cecaed;
}
.demo-art {
  width: 66px;
  height: 76px;
  display: grid;
  place-items: center;
  background: #e8e4fa;
  border-radius: 7px;
  color: var(--brand);
  flex-shrink: 0;
}
.demo-block > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.demo-block small {
  font-size: 9px;
  color: var(--muted);
}
.demo-block strong {
  font-size: 12px;
}
.demo-block > span:nth-child(2) > span {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.7;
}
.demo-block > svg {
  width: 14px;
  color: var(--brand);
}
.article-image {
  margin: 0;
  text-align: center;
}
.article-image img {
  max-height: 460px;
  width: auto;
  margin: auto;
  border-radius: 12px;
}
.article-image figcaption {
  color: var(--muted);
  font-size: 11px;
  margin-top: 12px;
}
.story-end {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--muted);
  font-size: 10px;
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 38px;
}
.phone-preview {
  width: min(390px, 100%);
  border-inline: 1px solid var(--line);
  margin: 20px auto;
  background: #fff;
}
.phone-preview h1 {
  font-size: 25px;
}
.phone-preview .story-cover {
  aspect-ratio: 1.4;
}
.phone-preview .byline {
  flex-wrap: wrap;
}
.inspector {
  border-left: 1px solid var(--line);
  padding: 29px 23px 20px;
  display: flex;
  flex-direction: column;
  overflow: auto;
  scrollbar-width: thin;
}
.inspector h2 {
  font-size: 15px;
  margin-bottom: 18px;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  min-height: 23px;
  border-radius: 5px;
  background: #f1f0f7;
  color: #615b72;
  font-size: 10px;
  line-height: 1.4;
}
.badge i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
}
.badge.published {
  background: #e9f6ee;
  color: #277747;
}
.badge.simulated {
  background: var(--wash);
  color: #5650b8;
}
.helper {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.75;
  margin: 9px 0 0;
}
.live-link {
  margin-top: 12px;
}
.inspector-group {
  margin-top: 25px;
  padding-top: 23px;
  border-top: 1px solid var(--line);
}
dl {
  margin: 0;
}
dt {
  font-size: 10px;
  color: var(--muted);
  margin: 0 0 6px;
}
dd {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  margin: 0 0 20px;
  line-height: 1.6;
}
dd:last-child {
  margin-bottom: 0;
}
.inspector h3 {
  font-size: 11px;
  margin-bottom: 15px;
}
.included {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #696376;
  font-size: 10px;
  padding: 9px 0;
}
.included svg {
  width: 16px;
}
.included small {
  margin-left: auto;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  color: #777084;
}
.preview-controls {
  margin-top: auto;
  padding-top: 34px;
}
.segmented {
  display: flex;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f8f8fb;
  gap: 3px;
}
.segmented button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 7px;
  border-radius: 5px;
  font-size: 10px;
  color: #716b7e;
}
.segmented .active {
  background: #fff;
  color: var(--brand);
  box-shadow: 0 2px 5px #2520500c;
}
.export {
  width: 100%;
  margin-top: 10px;
  color: #777184;
  font-weight: 400;
}
.empty {
  padding: 45px 16px;
  text-align: center;
  color: var(--muted);
}
.empty > svg {
  color: #9a93ad;
  margin-bottom: 15px;
}
.empty h2 {
  font-size: 14px;
  color: var(--ink);
}
.empty p {
  font-size: 11px;
  margin: 8px 0 12px;
}
.article-workspace.focused {
  display: block;
  overflow: auto;
  background: #fafafd;
}
.editor-layout {
  display: grid;
  grid-template-columns: minmax(0, 780px) 250px;
  max-width: 1110px;
  margin: auto;
  min-height: 100%;
  justify-content: center;
}
.editor {
  padding: 40px 55px 70px;
  background: white;
}
.editor-intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.save-state {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--muted);
}
.unsaved-dot {
  width: 5px;
  height: 5px;
  background: #aa7a25;
  border-radius: 50%;
}
.title-input {
  border: 0;
  resize: vertical;
  width: 100%;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.035em;
  min-height: 108px;
  max-height: 230px;
  overflow: auto;
  padding: 0;
  margin: 6px 0 27px;
  background: white;
}
.title-input::placeholder {
  color: #9691a3;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 16px 0;
  font-size: 11px;
}
.field > span {
  font-size: 10px;
  font-weight: 600;
  color: #696175;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 10px 11px;
  border: 1px solid #dedde7;
  border-radius: 7px;
  background: #fff;
  font-size: 12px;
  line-height: 1.75;
  min-height: 40px;
}
.field textarea {
  resize: vertical;
  min-height: 84px;
}
.field input::placeholder,
.field textarea::placeholder {
  color: #817a8c;
}
.cover-editor {
  position: relative;
  margin-top: 26px;
}
.cover-editor > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
  background: #ede8fa;
}
.cover-editor > .button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: 0 3px 14px #1e1b3920;
}
.cover-placeholder {
  height: 200px;
  background: #f5f4fa;
  border: 1px dashed #ccc7de;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  color: #83799c;
  font-size: 12px;
}
.compact input {
  font-size: 11px;
}
.body-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  margin-top: 37px;
  padding-bottom: 14px;
}
.body-label h2 {
  font-size: 15px;
}
.body-label > span {
  font-size: 10px;
  color: var(--muted);
}
.edit-block {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.block-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.block-heading > span {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 10px;
  color: var(--muted);
}
.block-heading > div {
  display: flex;
}
.edit-block .field {
  margin: 9px 0;
}
.edit-block textarea {
  border-color: #eeeef4;
  font-size: 13px;
  line-height: 1.9;
  padding: 12px;
}
.edit-block .heading-input {
  font-size: 18px;
  font-weight: 600;
}
.edit-image {
  max-height: 240px;
  border-radius: 8px;
  margin: 14px 0;
}
.add-block {
  margin-top: 22px;
  position: relative;
}
.block-options {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 6px;
  margin-top: 8px;
  background: #fff;
  gap: 4px;
}
.block-options button {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px;
  font-size: 10px;
  border-radius: 6px;
}
.block-options button:hover {
  background: var(--wash);
  color: var(--brand);
}
.editor-side {
  padding: 42px 24px;
  border-left: 1px solid var(--line);
  align-self: start;
  position: sticky;
  top: 0;
}
.editor-side h2 {
  font-size: 16px;
}
.editor-side > p {
  font-size: 11px;
  color: var(--muted);
  margin: 10px 0 30px;
  line-height: 1.8;
}
.editor-side .field {
  margin-top: 25px;
}
.detail-label {
  font-size: 10px;
  color: var(--muted);
  margin: 24px 0 10px;
}
.editor-help {
  display: flex;
  gap: 10px;
  margin: 35px 0 20px;
  font-size: 11px;
  line-height: 1.8;
  color: #70697e;
  border-top: 1px solid var(--line);
  padding-top: 23px;
}
.editor-help svg {
  margin-top: 3px;
}
.full-preview {
  max-width: 950px;
  margin: auto;
  padding: 24px 40px 70px;
}
.preview-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 20px;
}
.preview-bar .segmented {
  width: 200px;
}
.full-preview > .story {
  background: white;
  max-width: 690px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 40px 48px;
}
.full-preview > .phone-preview {
  max-width: 390px;
  padding: 25px;
}
.full-preview .story h1 {
  font-size: 34px;
}
.full-preview .phone-preview h1 {
  font-size: 26px;
}
.full-preview .story-body p {
  font-size: 14px;
}
.full-preview .story-excerpt {
  font-size: 15px;
}
.other-workspace {
  overflow: auto;
  flex: 1;
  outline: 0;
}
.library-page {
  max-width: 1220px;
  margin: auto;
  padding: 45px 45px 70px;
}
.page-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 38px;
}
.page-heading h1 {
  font-size: 31px;
  margin-top: 9px;
}
.page-heading p {
  color: var(--muted);
  font-size: 12px;
  margin-top: 13px;
}
.count-label {
  font-size: 11px;
  color: var(--muted);
}
.media-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.media-tools .search {
  width: 320px;
}
.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}
.asset {
  text-align: left;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}
.asset:hover {
  border-color: #aba5e0;
}
.asset img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eeebfa;
}
.asset > span {
  display: block;
  font-weight: 600;
  font-size: 12px;
  padding: 17px 17px 0;
}
.asset small {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 10px;
  padding: 7px 17px 17px;
}
.asset:hover small {
  color: var(--brand);
}
.demo-library {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
}
.demo-library > button {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
  text-align: left;
}
.demo-symbol {
  width: 58px;
  height: 67px;
  border-radius: 10px;
  background: #f0edfa;
  color: #7770be;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}
.demo-library h2 {
  font-size: 14px;
}
.demo-library p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 5px;
}
.play-round {
  margin-left: auto;
  border: 1px solid var(--line);
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--brand);
}
.demo-library > button:hover .play-round {
  background: var(--wash);
}
.publishing-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}
.publishing-board > section > h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 18px;
  margin-bottom: 18px;
}
.publishing-board h2 > span {
  font-size: 10px;
  color: var(--muted);
  background: var(--surface);
  padding: 4px 7px;
  border-radius: 4px;
}
.board-story {
  width: 100%;
  text-align: left;
  border: 1px solid var(--line);
  padding: 16px;
  border-radius: 10px;
  margin-bottom: 18px;
}
.board-story:hover {
  border-color: #bdb8dc;
}
.board-story > img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 7px;
  margin-bottom: 15px;
}
.board-story h3 {
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0;
}
.board-story > span:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--brand);
}
.board-empty {
  padding: 45px 20px;
  text-align: center;
  color: var(--muted);
}
.board-empty > svg {
  color: #a6a0b7;
}
.board-empty h3 {
  font-size: 12px;
  color: #686176;
  margin-top: 18px;
}
.board-empty p {
  font-size: 11px;
  line-height: 1.9;
  margin-top: 9px;
}
.history {
  margin-top: 40px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
}
.history h2 {
  font-size: 15px;
  margin-bottom: 16px;
}
.history > div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  padding: 15px 0;
}
.history small {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.history svg {
  color: var(--green);
}
.review-layout {
  max-width: 1060px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  margin: 0 auto;
  min-height: 100%;
}
.review-main {
  padding: 35px 48px 50px;
  background: white;
}
.review-main > .button {
  margin-bottom: 38px;
}
.review-main > .category {
  display: block;
}
.review-main h1 {
  font-size: 30px;
  margin-top: 12px;
  max-width: 480px;
}
.lead {
  font-size: 13px;
  line-height: 1.9;
  color: var(--muted);
  margin-top: 15px;
  max-width: 480px;
}
.review-story {
  display: flex;
  gap: 19px;
  align-items: center;
  padding: 28px 0;
  margin-top: 27px;
  border-block: 1px solid var(--line);
}
.review-story img {
  width: 100px;
  height: 115px;
  object-fit: cover;
  border-radius: 8px;
}
.review-story small {
  font-size: 9px;
  color: var(--brand);
}
.review-story h2 {
  font-size: 17px;
  line-height: 1.55;
  margin: 7px 0;
}
.review-story p {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.checks {
  margin: 25px 0;
}
.checks > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 0;
  font-size: 12px;
}
.checks small {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
.check-ok,
.check-missing {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ebf6ef;
  color: var(--green);
}
.check-missing {
  background: #fcf2df;
  color: #8a6418;
}
.review-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.review-aside {
  background: #f5f4fa;
  padding: 43px 28px;
  border-left: 1px solid var(--line);
}
.review-aside h2 {
  font-size: 21px;
  line-height: 1.5;
  margin-top: 31px;
}
.review-aside > p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.9;
  margin-top: 15px;
}
.steps {
  list-style: none;
  padding: 0;
  margin: 38px 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.steps li {
  display: flex;
  align-items: start;
  gap: 12px;
  color: #81798e;
}
.steps li > svg {
  margin-top: 3px;
}
.steps b {
  font-size: 11px;
  font-weight: 600;
}
.steps p {
  font-size: 10px;
  line-height: 1.8;
  margin-top: 5px;
  color: #777084;
}
.steps .done > svg {
  color: var(--brand);
}
.steps .done b {
  color: #383146;
}
.local-disclaimer {
  display: flex;
  gap: 10px;
  border-top: 1px solid #e3e0ee;
  padding-top: 25px;
  color: #746b86;
}
.local-disclaimer p {
  font-size: 10px;
  line-height: 1.9;
}
.validation {
  color: #946513;
  font-size: 11px;
  background: #fbf1dd;
  border-radius: 7px;
  padding: 12px 14px;
}
.modal {
  border: 0;
  border-radius: 16px;
  padding: 0;
  width: min(510px, calc(100vw - 32px));
  max-height: 90dvh;
  box-shadow: 0 22px 85px #21193935;
  background: white;
  color: var(--ink);
}
.modal::backdrop {
  background: #17152865;
}
.modal.wide {
  width: min(850px, calc(100vw - 32px));
}
.modal header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}
.modal h2 {
  font-size: 17px;
}
.modal-body {
  padding: 24px;
}
.modal .asset-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.demo-preview {
  text-align: center;
  padding: 20px;
}
.demo-preview > p {
  font-size: 10px;
  color: var(--muted);
  margin-bottom: 12px;
}
.demo-preview iframe {
  width: 100%;
  height: 660px;
  border: 0;
  background: #f7f7fb;
  border-radius: 10px;
}
.toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translate(-50%, 16px);
  opacity: 0;
  pointer-events: none;
  background: #292636;
  color: #fff;
  border-radius: 10px;
  padding: 13px 20px;
  box-shadow: 0 8px 22px #17152825;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  z-index: 300;
  max-width: calc(100vw - 32px);
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.toast.visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.toast svg {
  width: 17px;
  color: #c9c3fb;
}
.storage-error {
  padding: 12px 25px;
  background: #fff2db;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.storage-error button {
  color: #6550b5;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 1600px) {
  .app {
    grid-template-columns: 216px minmax(0, 1fr);
  }
  .article-workspace {
    grid-template-columns: 320px minmax(0, 1fr) 280px;
  }
  .story {
    padding-inline: 44px;
  }
  .story h1 {
    font-size: 33px;
  }
  .row-copy > strong {
    font-size: 12px;
  }
  .sidebar nav button {
    font-size: 13px;
  }
  .story-body p {
    font-size: 14px;
  }
  .story-excerpt {
    font-size: 15px;
  }
  .story-cover {
    max-height: 330px;
  }
  .reading-topline {
    padding-inline: 44px;
  }
}
@media (max-width: 1250px) {
  .app {
    grid-template-columns: 170px minmax(0, 1fr);
  }
  .sidebar {
    padding-inline: 8px;
  }
  .sidebar nav button {
    gap: 8px;
    font-size: 11px;
    padding-inline: 11px;
  }
  .brand {
    padding-left: 10px;
  }
  .brand b {
    font-size: 21px;
  }
  .workspace-label {
    padding-left: 11px;
  }
  .account {
    padding-inline: 4px;
  }
  .account b {
    font-size: 9px;
  }
  .local-note {
    padding-inline: 10px;
    font-size: 9px;
  }
  .local-note small {
    font-size: 8px;
  }
  .article-workspace {
    grid-template-columns: 260px minmax(0, 1fr) 210px;
  }
  .list-header {
    padding-inline: 16px;
  }
  .article-row {
    gap: 9px;
    padding-inline: 10px;
  }
  .article-row > img,
  .blank-cover {
    width: 46px;
    height: 55px;
  }
  .article-row > svg {
    display: none;
  }
  .story {
    padding-inline: 24px;
  }
  .story h1 {
    font-size: 25px;
  }
  .reading-topline {
    padding-inline: 24px;
  }
  .inspector {
    padding-inline: 18px;
  }
  .segmented button {
    font-size: 9px;
    padding-inline: 4px;
  }
  .inspector .button {
    font-size: 10px;
  }
  .editor {
    padding-inline: 35px;
  }
  .library-page {
    padding-inline: 32px;
  }
  .asset-grid {
    gap: 18px;
  }
  .asset img {
    height: 160px;
  }
  .topbar {
    padding-inline: 24px;
  }
}
@media (max-width: 1080px) {
  .app {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .sidebar {
    padding-inline: 9px;
    align-items: center;
  }
  .sidebar .brand {
    padding: 0 0 38px;
  }
  .brand > span,
  .workspace-label,
  .sidebar nav span,
  .sidebar nav small,
  .local-note,
  .account > span:last-child,
  .view-blog > span {
    display: none;
  }
  .sidebar nav {
    width: 100%;
  }
  .sidebar nav button {
    justify-content: center;
    padding: 13px;
  }
  .sidebar nav button svg {
    width: 20px;
    height: 20px;
  }
  .sidebar-bottom {
    width: 100%;
  }
  .view-blog {
    justify-content: center;
    padding: 15px;
  }
  .account {
    justify-content: center;
  }
  .article-workspace {
    grid-template-columns: 255px minmax(0, 1fr) 205px;
  }
  .story h1 {
    font-size: 24px;
  }
  .byline {
    font-size: 9px;
    gap: 5px;
  }
  .story-cover {
    aspect-ratio: 1.5;
  }
  .demo-art {
    width: 45px;
    height: 65px;
  }
  .demo-block {
    padding: 12px;
    gap: 10px;
  }
  .demo-block > span:nth-child(2) > span {
    display: none;
  }
  .top-actions {
    gap: 12px;
  }
  .publishing-board {
    gap: 17px;
  }
  .review-main {
    padding-inline: 30px;
  }
  .review-layout {
    grid-template-columns: minmax(0, 1fr) 250px;
  }
}
@media (max-width: 900px) {
  .article-workspace {
    grid-template-columns: 265px minmax(0, 1fr);
  }
  .inspector {
    display: none;
  }
  .story h1 {
    font-size: 27px;
  }
  .mobile-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 23px 0;
  }
  .mobile-toolbar > .button:first-child {
    display: none;
  }
  .reading-topline {
    padding-top: 12px;
  }
  .editor-layout {
    grid-template-columns: minmax(0, 1fr) 220px;
  }
  .editor {
    padding-inline: 28px;
  }
  .editor-side {
    padding-inline: 19px;
  }
  .title-input {
    font-size: 28px;
  }
  .asset-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .publishing-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .publishing-board > section:last-child {
    grid-column: 1/-1;
    border-top: 1px solid var(--line);
    padding-top: 25px;
  }
  .publishing-board > section:last-child .board-story {
    max-width: 320px;
  }
  .review-layout {
    grid-template-columns: minmax(0, 1fr);
  }
  .review-aside {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .review-aside h2 {
    margin-top: 15px;
  }
  .steps {
    flex-direction: row;
    gap: 20px;
  }
  .steps li {
    flex: 1;
  }
  .local-disclaimer {
    max-width: 500px;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 14px;
  }
  .app {
    display: block;
    min-height: 0;
    height: 100dvh;
  }
  .main-shell {
    height: 100dvh;
  }
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    width: 230px;
    align-items: stretch;
    padding: 25px 14px 0;
    transform: translateX(-100%);
    transition: transform 0.2s;
  }
  .nav-open .sidebar {
    transform: translateX(0);
  }
  .sidebar .brand {
    padding: 0 12px 28px;
  }
  .brand > span,
  .workspace-label,
  .sidebar nav span,
  .sidebar nav small,
  .local-note,
  .account > span:last-child,
  .view-blog > span {
    display: block;
  }
  .sidebar nav button {
    justify-content: flex-start;
    padding: 13px;
    font-size: 13px;
  }
  .workspace-label {
    padding-left: 13px;
  }
  .local-note {
    display: flex;
    font-size: 11px;
    padding: 20px 13px;
  }
  .local-note small {
    font-size: 10px;
  }
  .view-blog {
    justify-content: flex-start;
  }
  .account {
    justify-content: flex-start;
  }
  .account b {
    font-size: 12px;
  }
  .account small {
    font-size: 10px;
  }
  .nav-scrim {
    display: block;
    position: fixed;
    inset: 0;
    background: #15151c65;
    z-index: 199;
  }
  .menu-toggle {
    display: inline-flex;
    flex-shrink: 0;
    width: 36px;
    height: 40px;
  }
  .topbar {
    height: 68px;
    min-height: 68px;
    padding: 0 15px;
    gap: 8px;
  }
  .breadcrumb {
    font-size: 11px;
    gap: 8px;
    flex: 1;
  }
  .breadcrumb > span {
    display: none;
  }
  .top-actions {
    gap: 7px;
  }
  .prototype-tag {
    display: none;
  }
  .topbar .button {
    font-size: 10px;
    padding: 9px 10px;
    min-height: 38px;
  }
  .topbar .button svg {
    width: 15px;
  }
  .topbar .top-actions > .button:not(.primary) {
    padding: 8px;
    border: 0;
  }
  .article-workspace {
    display: block;
    overflow: hidden;
  }
  .article-list {
    height: 100%;
    border: 0;
  }
  .list-header {
    padding: 26px 23px 0;
  }
  .list-header h1 {
    font-size: 30px;
  }
  .list-header > p {
    font-size: 13px;
    margin-top: 9px;
  }
  .search {
    min-height: 43px;
  }
  .search input {
    font-size: 13px;
  }
  .tabs {
    margin-top: 16px;
    justify-content: flex-start;
    gap: 24px;
  }
  .tabs button {
    font-size: 12px;
    min-height: 48px;
  }
  .tabs small {
    font-size: 10px;
  }
  .article-rows {
    padding: 12px;
  }
  .article-row {
    padding: 17px 13px;
    gap: 15px;
  }
  .article-row > img,
  .blank-cover {
    width: 66px;
    height: 76px;
  }
  .row-copy > strong {
    font-size: 13px;
    line-height: 1.65;
  }
  .row-copy > span {
    font-size: 11px;
  }
  .row-copy > small {
    font-size: 10px;
    gap: 7px;
  }
  .article-row > svg {
    display: block;
  }
  .list-footer {
    font-size: 11px;
    padding: 18px 24px;
  }
  .reading-pane {
    display: none;
    height: 100%;
  }
  .show-detail .article-list {
    display: none;
  }
  .show-detail .reading-pane {
    display: block;
  }
  .mobile-toolbar {
    padding: 15px 20px 0;
    justify-content: space-between;
  }
  .mobile-toolbar > .button:first-child {
    display: inline-flex;
  }
  .mobile-toolbar .button {
    min-height: 42px;
    font-size: 11px;
  }
  .reading-topline {
    padding: 20px 25px 0;
  }
  .story {
    padding: 24px 25px 35px;
  }
  .story h1 {
    font-size: 29px;
    line-height: 1.4;
  }
  .category {
    font-size: 11px;
  }
  .byline {
    font-size: 10px;
    gap: 7px;
  }
  .story-cover {
    aspect-ratio: 1.6;
    margin-top: 24px;
  }
  .story-excerpt {
    font-size: 14px;
  }
  .story-body p {
    font-size: 13px;
  }
  .story-body h2 {
    font-size: 21px;
  }
  .demo-block {
    padding: 15px;
    gap: 14px;
  }
  .demo-art {
    width: 55px;
    height: 70px;
  }
  .demo-block strong {
    font-size: 13px;
  }
  .demo-block small {
    font-size: 10px;
  }
  .phone-preview {
    border: 0;
    margin-top: 0;
  }
  .article-workspace.focused {
    overflow: auto;
  }
  .editor-layout {
    display: flex;
    flex-direction: column;
  }
  .editor {
    padding: 26px 24px 35px;
  }
  .title-input {
    font-size: 29px;
    min-height: 135px;
    margin-bottom: 17px;
  }
  .editor-intro {
    margin-bottom: 15px;
  }
  .field > span {
    font-size: 11px;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 14px;
    min-height: 44px;
  }
  .field textarea {
    min-height: 90px;
  }
  .cover-editor > img {
    height: 190px;
  }
  .cover-editor > .button {
    font-size: 10px;
    bottom: 12px;
    right: 12px;
  }
  .editor-side {
    position: static;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 30px 24px;
    background: #f8f8fc;
  }
  .editor-side h2 {
    font-size: 19px;
  }
  .editor-side > p {
    font-size: 12px;
    margin-bottom: 22px;
  }
  .editor-side .full {
    min-height: 44px;
    font-size: 12px;
  }
  .block-heading .icon-button {
    width: 38px;
    height: 38px;
  }
  .block-heading > span {
    font-size: 11px;
  }
  .edit-block textarea {
    font-size: 14px;
  }
  .block-options button {
    min-height: 44px;
    font-size: 11px;
  }
  .full-preview {
    padding: 18px 15px 45px;
  }
  .preview-bar {
    gap: 10px;
  }
  .preview-bar .button {
    font-size: 10px;
    padding: 10px;
  }
  .preview-bar .segmented {
    width: 165px;
  }
  .full-preview > .story {
    padding: 25px;
    border-radius: 10px;
  }
  .full-preview .story h1 {
    font-size: 27px;
  }
  .library-page {
    padding: 28px 23px 50px;
  }
  .page-heading {
    margin-bottom: 28px;
    gap: 15px;
  }
  .page-heading h1 {
    font-size: 28px;
  }
  .page-heading p {
    font-size: 12px;
  }
  .count-label {
    display: none;
  }
  .media-tools {
    gap: 10px;
    align-items: stretch;
  }
  .media-tools .search {
    width: auto;
    flex: 1;
  }
  .media-tools > .button {
    font-size: 10px;
    padding: 8px;
  }
  .media-tools > .button svg {
    width: 15px;
  }
  .asset-grid {
    gap: 14px;
  }
  .asset img {
    height: 145px;
  }
  .asset > span {
    font-size: 11px;
    padding: 13px 12px 0;
  }
  .asset small {
    font-size: 9px;
    padding: 8px 12px 13px;
  }
  .demo-library {
    grid-template-columns: 1fr;
  }
  .demo-library > button {
    padding: 20px 0;
  }
  .demo-library h2 {
    font-size: 14px;
  }
  .demo-library p {
    font-size: 11px;
  }
  .publishing-board {
    grid-template-columns: 1fr;
  }
  .publishing-board > section:last-child {
    grid-column: auto;
  }
  .publishing-board > section {
    margin-bottom: 15px;
  }
  .publishing-board > section > h2 {
    font-size: 15px;
  }
  .board-story {
    padding: 17px;
  }
  .board-story > img {
    height: 165px;
  }
  .board-story h3 {
    font-size: 15px;
  }
  .board-empty {
    padding: 20px;
  }
  .history > div {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .history small {
    width: 100%;
    margin-left: 28px;
  }
  .review-main {
    padding: 24px;
  }
  .review-main h1 {
    font-size: 29px;
  }
  .review-main > .button {
    margin-bottom: 28px;
  }
  .review-story {
    gap: 14px;
  }
  .review-story img {
    width: 70px;
    height: 90px;
  }
  .review-story h2 {
    font-size: 14px;
  }
  .review-story p {
    font-size: 10px;
  }
  .checks > div {
    font-size: 11px;
    gap: 8px;
  }
  .checks small {
    font-size: 9px;
  }
  .review-actions .button {
    min-height: 44px;
    font-size: 11px;
  }
  .review-aside {
    padding: 25px;
  }
  .review-aside > .prototype-tag {
    display: inline-flex;
  }
  .steps {
    flex-direction: column;
    gap: 24px;
  }
  .modal header {
    padding: 15px 18px;
  }
  .modal h2 {
    font-size: 15px;
  }
  .modal-body {
    padding: 18px;
  }
  .modal .asset-grid {
    gap: 12px;
  }
  .modal .asset img {
    height: 120px;
  }
  .modal .media-tools {
    flex-wrap: wrap;
  }
  .modal .media-tools .search {
    min-width: 150px;
  }
  .modal .helper {
    font-size: 10px;
  }
  .demo-preview {
    padding: 12px;
  }
  .demo-preview iframe {
    height: 650px;
  }
  .toast {
    font-size: 11px;
    bottom: 16px;
    width: max-content;
  }
  .storage-error {
    padding: 10px 16px;
    font-size: 10px;
    flex-wrap: wrap;
  }
  .save-state {
    font-size: 9px;
  }
  .segmented button {
    min-height: 38px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}

/* Reading density: preserve the split desk while keeping text comfortable. */
@media (min-width: 701px) {
  .sidebar nav button {
    font-size: 12px;
  }
  .row-copy > strong {
    font-size: 12px;
  }
  .row-copy > span {
    font-size: 10px;
  }
  .row-copy > small {
    font-size: 10px;
  }
  .article-row > img,
  .blank-cover {
    width: 56px;
    height: 68px;
  }
  .list-header > p {
    font-size: 12px;
  }
  .search input,
  .tabs button {
    font-size: 12px;
  }
  .story h1 {
    font-size: 32px;
    max-width: 620px;
  }
  .story-excerpt {
    font-size: 14px;
    line-height: 1.9;
  }
  .story-body p {
    font-size: 14px;
    line-height: 1.9;
  }
  .story-body h2 {
    font-size: 21px;
  }
  .byline {
    font-size: 11px;
  }
  .category {
    font-size: 11px;
  }
  .inspector h2 {
    font-size: 17px;
  }
  .inspector h3 {
    font-size: 12px;
  }
  .inspector .helper,
  .inspector dt {
    font-size: 11px;
  }
  .inspector dd,
  .included {
    font-size: 12px;
  }
  .badge,
  .text-link,
  .button {
    font-size: 12px;
  }
  .included small {
    font-size: 11px;
  }
  .story-body {
    max-width: 70ch;
  }
  .story-heading {
    max-width: 650px;
  }
  .demo-block strong {
    font-size: 13px;
  }
  .demo-block small,
  .demo-block > span:nth-child(2) > span {
    font-size: 11px;
  }
  .account b {
    font-size: 11px;
  }
  .account small {
    font-size: 10px;
  }
}
@media (min-width: 701px) and (max-width: 1250px) {
  .article-row > img,
  .blank-cover {
    width: 44px;
    height: 57px;
  }
  .row-copy > strong {
    font-size: 11px;
  }
  .row-copy > small {
    font-size: 9px;
  }
  .sidebar nav button {
    font-size: 11px;
  }
  .inspector dd,
  .included {
    font-size: 11px;
  }
  .inspector .button {
    font-size: 10px;
  }
  .story h1 {
    font-size: 27px;
  }
}
.release-status {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  background: #eeeefb;
  border-bottom: 1px solid #dcdcf0;
  font-size: 12px;
}
.release-status.failed {
  background: #fff4ed;
}
.release-status span {
  flex: 1;
}
.release-status + .article-workspace {
  min-height: 0;
}
.signin-page {
  height: 100dvh;
  display: grid;
  place-items: center;
  background: #f7f7fb;
  padding: 24px;
}
.signin-card {
  width: min(460px, 100%);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px;
  background: white;
  padding: 44px;
  border: 1px solid #e5e5ef;
  border-radius: 18px;
}
.signin-card h1 {
  font-size: 36px;
  line-height: 1.18;
  letter-spacing: -1.2px;
  margin: 0;
}
.signin-card p {
  color: #656577;
  line-height: 1.7;
  margin: 0;
}
.signin-card .button {
  width: 100%;
  justify-content: center;
}
.signin-card small {
  font-size: 12px;
  line-height: 1.7;
  color: #656577;
}
.signin-card > a {
  font-size: 12px;
  color: #5b5bd6;
}
.image-loading {
  display: grid;
  place-items: center;
  min-height: 100px;
  background: #eeeef8;
  font-size: 12px;
}
.publishing-board {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 700px) {
  .release-status {
    flex-wrap: wrap;
    padding: 12px 18px;
  }
  .signin-card {
    padding: 28px;
  }
  .publishing-board {
    grid-template-columns: 1fr;
  }
}
.account>span:last-child{min-width:0}.account b{display:block;max-width:124px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history .failed>svg{color:#a64e32}.history .queued>svg,.history .building>svg{color:#707084}

.signin-card .google-signin {
  min-height: 44px;
  gap: 12px;
  padding: 10px 12px;
  border-color: #747775;
  background: #fff;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
}
.signin-card .google-signin:hover:not(:disabled) {
  background: #f2f2f2;
}
.google-mark {
  display: block;
  flex: none;
  object-fit: contain;
}
