@font-face {
  font-family: Geist;
  src: url("/assets/fonts/geist.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: Instrument;
  src: url("/assets/fonts/instrument-sans.woff2") format("woff2");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --paper: #f8f6f0;
  --card: #fffefb;
  --ink: #282720;
  --muted: #837e72;
  --line: #e7e2d8;
  --red: #e95035;
  --soft: #f0ebe2;
  --heading: Instrument, Arial, sans-serif;
  font-family: Geist, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--red);
  outline-offset: 4px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 550;
  letter-spacing: -0.045em;
}
h1 {
  font-size: 46px;
  line-height: 1.1;
}
h2 {
  font-size: 26px;
  line-height: 1.2;
}
h3 {
  font-size: 19px;
  line-height: 1.35;
}
p {
  line-height: 1.65;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 550;
  color: var(--muted);
}
.icon {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  opacity: 0.7;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: var(--card);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}
.button:hover {
  background: #f2ede3;
}
.button.primary {
  background: var(--red);
  color: white;
  border-color: var(--red);
  box-shadow: inset 0 1px #ffad8066;
}
.button.primary:hover {
  background: #d94329;
}
.button.small {
  padding: 8px 12px;
  min-height: 35px;
  font-size: 12px;
}
.button.text {
  border: 0;
  background: transparent;
  padding: 7px 0;
  min-height: 30px;
}
.logo {
  display: inline-flex;
}
.logo img {
  width: 112px;
  height: auto;
}
.loading-state {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  color: var(--muted);
}
.shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  min-height: 100svh;
}
.sidebar {
  padding: 31px 20px 20px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
  height: 100svh;
  background: #f1eee7;
}
.sidebar .logo {
  padding: 0 14px;
  margin-bottom: 44px;
}
.workspace-switch {
  padding: 12px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid #dfd8ca;
  border-radius: 10px;
  background: #f8f5ef;
}
.client-avatar {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dcd0c0;
  background: #e9e1d4;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.workspace-switch label {
  font-size: 9px;
  color: var(--muted);
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.workspace-switch strong {
  font-size: 12px;
  font-weight: 550;
}
.workspace-switch select {
  border: 0;
  background: transparent;
  font-size: 12px;
  max-width: 123px;
  width: 100%;
  padding: 0;
}
.side-nav {
  display: grid;
  gap: 5px;
}
.side-nav button {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 13px;
  text-align: left;
  color: #736f65;
}
.side-nav button.active {
  background: #e7ded0;
  color: #513b2a;
}
.side-nav button.active .icon {
  opacity: 1;
}
.nav-count {
  margin-left: auto;
  font-size: 10px;
  background: #ded3c2;
  padding: 2px 5px;
  border-radius: 4px;
}
.side-divider {
  height: 1px;
  background: var(--line);
  margin: 20px 10px;
}
.sidebar-bottom {
  margin-top: auto;
}
.test-label {
  border: 1px solid #dfd6c8;
  border-radius: 7px;
  padding: 8px 10px;
  font-size: 10px;
  color: #8d7760;
  margin: 22px 10px;
}
.user-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}
.user-row .client-avatar {
  border-radius: 50%;
  background: #e4d7c5;
}
.user-row strong {
  font-size: 12px;
  display: block;
}
.user-row small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 3px;
}
.logout {
  margin-left: auto;
  border: 0;
  background: transparent;
  padding: 5px;
  font-size: 11px;
  color: var(--muted);
}
.main-wrap {
  min-width: 0;
}
.topbar {
  height: 78px;
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.topbar .status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #78917a;
  display: inline-block;
  margin-right: 7px;
}
.content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 43px 48px 60px;
}
.page-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 33px;
}
.page-heading .eyebrow {
  margin-bottom: 13px;
  display: block;
}
.page-heading p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  max-width: 650px;
}
.page-heading h1 span {
  color: #929084;
}
.panel {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  min-width: 0;
}
.panel-pad {
  padding: 26px;
}
.panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 24px;
}
.panel-title h2 {
  font-size: 20px;
}
.overview-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
}
.plan-panel {
  position: relative;
  overflow: hidden;
}
.plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.period {
  font-size: 10px;
  border: 1px solid var(--line);
  padding: 5px 9px;
  border-radius: 5px;
  color: var(--muted);
}
.plan-panel h2 {
  font-size: 20px;
  margin-top: 13px;
}
.big-progress {
  margin: 26px 0 17px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.big-progress strong {
  font: 550 66px/0.95 var(--heading);
  letter-spacing: -0.07em;
}
.big-progress span {
  font-size: 15px;
  color: var(--muted);
}
.progress-track {
  height: 7px;
  border-radius: 10px;
  background: #eee8de;
  overflow: hidden;
}
.progress-track i {
  height: 100%;
  display: block;
  background: linear-gradient(90deg, #ba4e31, #f28353);
  border-radius: 10px;
}
.progress-caption {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: var(--muted);
  font-size: 11px;
}
.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}
.mini-stats strong {
  display: block;
  font: 500 25px var(--heading);
  letter-spacing: -0.04em;
}
.mini-stats span {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 6px;
}
.next-panel {
  background: #eee6d8;
  border-color: #e4d9c7;
  position: relative;
  overflow: hidden;
}
.next-panel .eyebrow {
  color: #8a6d53;
}
.next-panel h2 {
  font-size: 31px;
  max-width: 290px;
  margin: 20px 0 15px;
}
.next-panel p {
  font-size: 12px;
  max-width: 320px;
  color: #827360;
}
.next-meta {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 24px 0;
}
.next-panel .button {
  background: #f9f4eb;
  border-color: #ded0ba;
}
.lower-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 20px;
  margin-top: 20px;
}
.delivery-list {
  display: grid;
  gap: 0;
}
.delivery-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 13px;
  align-items: center;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}
.delivery-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.delivery-number {
  width: 33px;
  height: 35px;
  border: 1px solid var(--line);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: var(--muted);
}
.delivery-row h3 {
  font-family: Geist, sans-serif;
  letter-spacing: -0.015em;
  font-size: 12px;
  font-weight: 500;
}
.delivery-row p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 5px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #e2dacd;
  background: #f2eee7;
  color: #8a7b69;
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 9px;
  white-space: nowrap;
}
.pill.review {
  background: #fff0dc;
  color: #a26c2e;
  border-color: #f2dec0;
}
.pill.approved {
  background: #eaf0e6;
  border-color: #dce5d5;
  color: #637f4d;
}
.pill.production {
  background: #ebe8f1;
  color: #82738f;
  border-color: #e1dce9;
}
.folder-feature {
  display: flex;
  gap: 18px;
  padding: 17px;
  background: #f3eee5;
  border: 1px solid #e9e1d5;
  border-radius: 10px;
  align-items: center;
}
.folder-feature img {
  width: 68px;
  height: 90px;
  object-fit: cover;
  border-radius: 6px;
}
.folder-feature h3 {
  font-size: 17px;
  line-height: 1.3;
}
.folder-feature p {
  font-size: 11px;
  color: var(--muted);
  margin: 8px 0;
}
.activity-list {
  margin-top: 24px;
  display: grid;
  gap: 17px;
}
.activity-item {
  display: flex;
  align-items: start;
  gap: 10px;
}
.activity-item i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b9a88f;
  margin-top: 6px;
  flex-shrink: 0;
}
.activity-item p {
  font-size: 11px;
  color: #7b7468;
  line-height: 1.5;
}
.activity-item time {
  font-size: 9px;
  color: #a39b8e;
  display: block;
  margin-top: 3px;
}
.footer-note {
  font-size: 10px;
  color: #a39b8e;
  margin-top: 24px;
  text-align: center;
}
.folder-bar {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  margin: 0 0 23px;
}
.folder-bar button {
  padding: 9px 14px;
  font-size: 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: transparent;
}
.folder-bar button.active {
  background: #eae0d0;
  border-color: #d7c4a9;
  color: #745438;
}
.file-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.file-card {
  padding: 10px;
}
.file-poster {
  width: 100%;
  aspect-ratio: 4/3;
  position: relative;
  border: 0;
  padding: 0;
  display: block;
  border-radius: 9px;
  overflow: hidden;
  background: #e3d7c6;
}
.file-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.file-play b {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff9;
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.file-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: #21170dcc;
  color: #fff4e7;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 9px;
}
.file-info {
  padding: 15px 6px 7px;
}
.file-info h3 {
  font-size: 16px;
  margin: 0 0 10px;
}
.file-info > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-info small {
  font-size: 10px;
  color: var(--muted);
}
.empty {
  padding: 48px 24px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
}
.empty h3 {
  color: var(--ink);
  margin-bottom: 9px;
  font-size: 23px;
}
.empty .icon {
  width: 30px;
  height: 30px;
  margin-bottom: 15px;
}
.section-gap {
  margin-top: 24px;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
th {
  font-weight: 400;
  color: var(--muted);
  font-size: 10px;
  padding: 14px 17px;
  border-bottom: 1px solid var(--line);
}
td {
  padding: 18px 17px;
  border-bottom: 1px solid var(--line);
}
tbody tr:last-child td {
  border-bottom: 0;
}
td:first-child strong {
  display: block;
  font-weight: 500;
}
td small {
  font-size: 10px;
  color: var(--muted);
  display: block;
  margin-top: 5px;
  white-space: normal;
  max-width: 340px;
}
td .button {
  font-size: 10px;
  min-height: 30px;
  padding: 5px 10px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-stack {
  display: grid;
  gap: 19px;
}
label.field {
  display: grid;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
}
.field input,
.field textarea,
.field select {
  width: 100%;
  min-width: 0;
  border: 1px solid #ddd5c8;
  border-radius: 8px;
  background: #fffdf8;
  padding: 12px;
  font-size: 12px;
  min-height: 43px;
  color: var(--ink);
}
.field textarea {
  resize: vertical;
  min-height: 100px;
  line-height: 1.6;
}
.field small {
  font-size: 10px;
  color: var(--muted);
  font-weight: 400;
  line-height: 1.5;
}
.form-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 5px;
}
.span-2 {
  grid-column: 1/-1;
}
.form-error {
  font-size: 12px;
  color: #bc412d;
  line-height: 1.5;
}
.form-message {
  font-size: 12px;
  color: #6a7d4e;
}
.brief-card {
  padding: 22px;
  margin-bottom: 14px;
}
.brief-top {
  display: flex;
  align-items: start;
  gap: 15px;
  justify-content: space-between;
}
.brief-card p {
  font-size: 12px;
  color: var(--muted);
  margin: 14px 0;
  white-space: pre-line;
}
.brief-card time {
  font-size: 10px;
  color: var(--muted);
}
.brief-card a {
  font-size: 12px;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.billing-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
}
.billing-copy {
  padding: 38px;
}
.billing-copy h2 {
  font-size: 35px;
  margin: 18px 0;
}
.billing-copy p {
  font-size: 13px;
  color: var(--muted);
  max-width: 450px;
  margin-bottom: 22px;
}
.billing-side {
  padding: 38px;
  background: #eee5d7;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whop-wordmark {
  font: 700 43px var(--heading);
  letter-spacing: -0.055em;
  color: #7e4d32;
}
.billing-side p {
  font-size: 12px;
  line-height: 1.7;
  color: #89745e;
  margin-top: 15px;
}
.connection-state {
  font-size: 10px;
  color: #8d7256;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
}
.connection-state i {
  width: 6px;
  height: 6px;
  background: #ba9570;
  border-radius: 50%;
}
.settings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.settings-grid h2 {
  font-size: 23px;
  margin-bottom: 12px;
}
.settings-grid p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 23px;
}
.assignment-item {
  display: flex;
  align-items: start;
  gap: 12px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  line-height: 1.5;
}
.assignment-item input {
  accent-color: var(--red);
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.assignment-item small {
  display: block;
  font-size: 10px;
  color: var(--muted);
  margin-top: 4px;
}
.setup-note {
  padding: 14px 16px;
  border: 1px solid #e8ddca;
  background: #f6eedf;
  border-radius: 9px;
  font-size: 11px;
  line-height: 1.65;
  color: #907553;
  margin-bottom: 22px;
}
.dialog-title {
  margin-bottom: 22px;
}
.dialog-title .eyebrow {
  display: block;
  margin-bottom: 11px;
}
.dialog-title h2 {
  font-size: 32px;
}
.dialog-title p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
dialog {
  width: min(590px, calc(100% - 32px));
  padding: 35px;
  border: 1px solid #ded5c7;
  border-radius: 17px;
  background: var(--paper);
  color: var(--ink);
  max-height: 90svh;
  box-shadow: 0 35px 150px #24170c4d;
}
dialog::backdrop {
  background: #1a130db8;
  backdrop-filter: blur(7px);
}
.close-dialog {
  position: absolute;
  right: 13px;
  top: 10px;
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #938676;
  width: 32px;
  height: 32px;
}
.video-dialog {
  width: min(750px, calc(100% - 28px));
}
.review-video {
  display: block;
  width: 100%;
  max-height: 55svh;
  background: #191511;
  border-radius: 10px;
  margin-bottom: 18px;
}
.file-review-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.file-review-meta p {
  font-size: 11px;
  color: var(--muted);
}
#toast {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translate(-50%, 20px);
  background: #302b24;
  color: #f7efe4;
  border: 1px solid #594c3b;
  border-radius: 9px;
  padding: 13px 22px;
  font-size: 12px;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.2s,
    transform 0.2s;
  max-width: 90%;
  text-align: center;
}
#toast.visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.login-layout {
  min-height: 100svh;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.login-story {
  background: #261510;
  color: #fff0dc;
  padding: 48px 55px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.login-story::before {
  content: "";
  position: absolute;
  inset: 20% -60% -55%;
  background: radial-gradient(ellipse, #ef70468a, transparent 57%);
  pointer-events: none;
}
.login-story .logo img {
  width: 135px;
}
.login-story main {
  position: relative;
  margin: auto 0;
  padding: 70px 0;
  max-width: 470px;
}
.login-story h1 {
  font-size: 66px;
  line-height: 1.03;
  letter-spacing: -0.055em;
}
.login-story h1 span {
  color: #f9b384;
}
.login-story p {
  color: #bd9c85;
  font-size: 15px;
  margin-top: 25px;
  max-width: 375px;
}
.login-mini {
  border: 1px solid #ba806e33;
  background: #ffffff05;
  border-radius: 12px;
  padding: 21px;
  margin-top: 44px;
  max-width: 380px;
}
.login-mini > div {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #edcbb1;
}
.login-mini .progress-track {
  background: #ffffff12;
  margin: 16px 0 10px;
}
.login-mini small {
  font-size: 10px;
  color: #b89a84;
}
.login-story footer {
  font-size: 11px;
  color: #9f7f68;
  position: relative;
}
.login-form-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}
.login-inner {
  width: 100%;
  max-width: 360px;
}
.login-inner h2 {
  font-size: 39px;
  margin: 15px 0;
}
.login-inner > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 35px;
}
.login-inner .form-stack {
  gap: 18px;
}
.login-inner .button {
  width: 100%;
}
.demo-login {
  margin-top: 35px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.demo-login > p {
  font-size: 10px;
  color: var(--muted);
  margin: 8px 0 14px;
  line-height: 1.6;
}
.demo-login > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.demo-login .button {
  font-size: 11px;
  padding: 8px;
}
.login-back {
  display: block;
  text-align: center;
  margin-top: 25px;
  font-size: 11px;
  color: var(--muted);
}
.credential {
  padding: 17px;
  background: #eee4d5;
  border: 1px solid #daccb8;
  border-radius: 8px;
  font-family: monospace;
  overflow-wrap: anywhere;
  margin: 18px 0;
}
.required-change {
  max-width: 500px;
  margin: 80px auto;
  padding: 30px;
}
.mobile-brand {
  display: none;
}
@media (min-width: 1500px) {
  .content {
    padding-top: 52px;
  }
  .overview-grid,
  .lower-grid {
    grid-template-columns: 1.25fr 1fr;
  }
  .plan-panel,
  .next-panel {
    padding: 32px;
  }
  .next-panel h2 {
    font-size: 36px;
  }
}
@media (max-width: 1150px) {
  .shell {
    grid-template-columns: 205px minmax(0, 1fr);
  }
  .sidebar {
    padding: 25px 13px 16px;
  }
  .content {
    padding: 32px 28px;
  }
  .topbar {
    padding: 0 28px;
  }
  .overview-grid,
  .lower-grid {
    gap: 15px;
  }
  .panel-pad {
    padding: 21px;
  }
  .page-heading h1 {
    font-size: 39px;
  }
  .delivery-row {
    gap: 9px;
    grid-template-columns: 29px minmax(0, 1fr);
  }
  .delivery-row > .pill {
    grid-column: 2;
    margin-top: -8px;
    justify-self: start;
  }
  .delivery-number {
    width: 27px;
  }
  .file-grid {
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .settings-grid {
    grid-template-columns: 1fr;
  }
  .login-story {
    padding: 40px;
  }
  .login-story h1 {
    font-size: 53px;
  }
}
@media (max-width: 800px) {
  .shell {
    display: block;
  }
  .sidebar {
    position: relative;
    height: auto;
    padding: 16px 20px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .sidebar .logo {
    padding: 0;
    margin: 4px 0 20px;
  }
  .sidebar .logo img {
    width: 96px;
  }
  .workspace-switch {
    margin: 0 0 15px;
    padding: 7px 9px;
    max-width: 205px;
  }
  .workspace-switch .client-avatar {
    width: 26px;
    height: 26px;
    font-size: 9px;
  }
  .workspace-switch label {
    display: none;
  }
  .side-nav {
    grid-column: 1/-1;
    display: flex;
    overflow: auto;
    gap: 8px;
    padding: 0 0 12px;
    scrollbar-width: none;
  }
  .side-nav button {
    width: auto;
    white-space: nowrap;
    padding: 9px 11px;
    font-size: 11px;
  }
  .side-nav .icon {
    width: 15px;
    height: 15px;
  }
  .side-divider,
  .sidebar-bottom,
  .nav-count {
    display: none;
  }
  .topbar {
    height: 50px;
    padding: 0 22px;
    font-size: 10px;
  }
  .topbar .button {
    min-height: 30px;
    font-size: 10px;
    padding: 5px 9px;
  }
  .content {
    padding: 29px 22px 45px;
  }
  .page-heading {
    margin-bottom: 25px;
    gap: 14px;
  }
  .page-heading h1 {
    font-size: 37px;
  }
  .page-heading .eyebrow {
    font-size: 9px;
  }
  .page-heading p {
    font-size: 12px;
  }
  .page-heading > .button {
    font-size: 11px;
    padding: 9px 13px;
  }
  .overview-grid,
  .lower-grid {
    grid-template-columns: 1fr 1fr;
  }
  .panel-pad {
    padding: 20px;
  }
  .next-panel h2 {
    font-size: 28px;
  }
  .mini-stats {
    gap: 8px;
  }
  .mini-stats span {
    font-size: 9px;
  }
  .big-progress strong {
    font-size: 57px;
  }
  .delivery-row {
    grid-template-columns: 28px minmax(0, 1fr);
  }
  .folder-feature {
    padding: 12px;
    gap: 12px;
  }
  .folder-feature img {
    width: 50px;
    height: 75px;
  }
  .folder-feature h3 {
    font-size: 15px;
  }
  .login-layout {
    grid-template-columns: 0.9fr 1.1fr;
  }
  .login-story {
    padding: 35px 28px;
  }
  .login-story h1 {
    font-size: 44px;
  }
  .login-story p {
    font-size: 13px;
  }
  .login-mini {
    padding: 15px;
  }
  .login-story footer {
    font-size: 10px;
  }
  .billing-copy,
  .billing-side {
    padding: 25px;
  }
  .billing-copy h2 {
    font-size: 30px;
  }
}
@media (max-width: 580px) {
  .content {
    padding: 25px 18px 40px;
  }
  .sidebar {
    padding: 16px 18px 0;
  }
  .overview-grid,
  .lower-grid {
    grid-template-columns: 1fr;
  }
  .page-heading h1 {
    font-size: 35px;
  }
  .page-heading {
    flex-wrap: wrap;
  }
  .page-heading p {
    max-width: 310px;
  }
  .page-heading > .button {
    min-height: 38px;
  }
  .next-panel h2 {
    font-size: 31px;
    max-width: 100%;
  }
  .next-panel {
    padding: 25px;
  }
  .next-panel h2 {
    margin-top: 14px;
  }
  .next-meta {
    margin: 17px 0;
  }
  .next-panel .button {
    margin-top: 0;
  }
  .mini-stats {
    gap: 15px;
  }
  .mini-stats span {
    font-size: 10px;
  }
  .delivery-row {
    grid-template-columns: 33px minmax(0, 1fr) auto;
    gap: 13px;
  }
  .delivery-row > .pill {
    grid-column: auto;
    margin-top: 0;
  }
  .delivery-row h3 {
    font-size: 11px;
  }
  .file-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .file-card {
    padding: 7px;
  }
  .file-info {
    padding: 12px 2px 5px;
  }
  .file-info h3 {
    font-size: 14px;
  }
  .file-info > div {
    align-items: start;
    gap: 9px;
    flex-direction: column;
  }
  .file-poster {
    aspect-ratio: 3/4;
  }
  .file-duration {
    right: 6px;
    bottom: 7px;
  }
  .folder-bar {
    gap: 7px;
  }
  .folder-bar button {
    font-size: 10px;
    padding: 8px 10px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .span-2 {
    grid-column: auto;
  }
  .billing-card {
    grid-template-columns: 1fr;
  }
  .billing-side {
    border-top: 1px solid #e3d7c2;
  }
  .billing-copy h2 {
    font-size: 32px;
  }
  .form-actions {
    flex-wrap: wrap;
  }
  .brief-top {
    gap: 10px;
  }
  .brief-card {
    padding: 18px;
  }
  .brief-top h3 {
    font-size: 18px;
  }
  .login-layout {
    display: block;
  }
  .login-story {
    min-height: auto;
    padding: 28px 25px 32px;
  }
  .login-story .logo img {
    width: 100px;
  }
  .login-story main {
    padding: 33px 0 0;
    margin: 0;
  }
  .login-story h1 {
    font-size: 38px;
    max-width: 330px;
  }
  .login-story h1 br {
    display: none;
  }
  .login-story p,
  .login-mini,
  .login-story footer {
    display: none;
  }
  .login-form-wrap {
    padding: 33px 25px;
  }
  .login-inner h2 {
    font-size: 32px;
  }
  .login-inner > p {
    margin-bottom: 25px;
  }
  .demo-login {
    margin-top: 25px;
  }
  .topbar {
    padding: 0 18px;
  }
  .topbar .right-status {
    display: none;
  }
  dialog {
    padding: 30px 23px 24px;
  }
  .file-review-meta {
    flex-direction: column;
    align-items: start;
  }
  .dialog-title h2 {
    font-size: 27px;
  }
  .required-change {
    margin: 35px 18px;
    padding: 25px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}
.mobile-signout {
  display: none;
}
.mobile-signout:focus-visible {
  outline-offset: 2px;
}
@media (max-width: 800px) {
  .mobile-signout {
    display: inline-flex;
  }
  .topbar .right-status {
    display: none;
  }
}
.workspace-selector {
  display: flex;
  gap: 17px;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 12px;
  text-align: left;
  max-width: 130px;
  line-height: 1.5;
}
.workspace-selector > span {
  color: #8d806b;
}
.client-options {
  display: grid;
  gap: 10px;
}
.client-option {
  width: 100%;
  border: 1px solid var(--line);
  background: #fffaf1;
  border-radius: 9px;
  display: flex;
  align-items: center;
  padding: 14px;
  gap: 13px;
  text-align: left;
}
.client-option:hover {
  border-color: #bc9c76;
  background: #f2e7d6;
}
.client-option strong {
  font-size: 13px;
  font-weight: 500;
}
.client-option > span:last-child {
  margin-left: auto;
  font-size: 10px;
  color: var(--muted);
}
