.fs-hero,
.fs-proof,
.fs-flow,
.fs-related {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.fs-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr);
  gap: clamp(48px, 8vw, 112px);
  align-items: end;
  padding: clamp(96px, 12vw, 156px) 0 72px;
}

.fs-back {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 36px;
  color: var(--muted);
  font-size: 14px;
  text-decoration: none;
}

.fs-hero h1 {
  max-width: 830px;
  margin: 0;
  font-size: clamp(46px, 7vw, 88px);
  line-height: .98;
  letter-spacing: -.062em;
}

.fs-hero-copy > p {
  max-width: 740px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.55;
}

.fs-hero aside {
  padding: 26px 0 8px 28px;
  border-left: 1px solid var(--line);
}

.fs-hero aside > span {
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.fs-hero aside p {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.fs-proof { padding-bottom: clamp(80px, 10vw, 132px); }
.proof-browser { margin: 0; }
.proof-browser .browser-bar { position: relative; z-index: 4; }

.pf-app-frame {
  container-type: inline-size;
  height: 560px;
  overflow: hidden;
  background: #eef1f4;
}

.pf-app-frame .ac-app {
  width: 1180px;
  height: 560px;
}

.pf-cal-shell,
.pf-inbox-shell {
  position: relative;
  height: calc(100% - 56px);
  padding: 26px 30px;
  background: #eef1f4;
}

.pf-cal-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pf-cal-head > div { margin-right: auto; }
.pf-cal-head h3,
.pf-cal-head p { margin: 0; }
.pf-cal-head h3 { font-size: 24px; }
.pf-cal-head p { margin-top: 5px; color: #6b7785; font-size: 13px; }
.pf-cal-head > span,
.pf-cal-head > b { padding: 10px 15px; border-radius: 10px; font-size: 12px; }
.pf-cal-head > span { color: #0a685c; background: #ddf4ed; }
.pf-cal-head > b { color: #fff; background: #07695f; }

.pf-cal-month {
  margin-top: 22px;
  padding: 20px 22px 22px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(25, 39, 52, .08);
}

.pf-cal-month > strong { display: block; margin-bottom: 14px; font-size: 14px; }
.pf-cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); border: 1px solid #e3e8ec; border-right: 0; border-bottom: 0; }
.pf-cal-day { min-height: 74px; padding: 9px; border-right: 1px solid #e3e8ec; border-bottom: 1px solid #e3e8ec; color: #6b7785; font-size: 11px; }
.pf-cal-day b { color: #27313a; font-weight: 600; }
.pf-cal-day.is-today b { display: inline-grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: #07695f; }
.pf-cal-day i { display: block; overflow: hidden; margin-top: 8px; padding: 5px 6px; border-radius: 5px; color: #075e55; background: #e5f5f0; font-style: normal; white-space: nowrap; text-overflow: ellipsis; }
.pf-cal-day i.is-blue { color: #145a86; background: #e3f2fb; }
.pf-cal-day i.is-violet { color: #6841a0; background: #f0e9fb; }
.pf-cal-day i.is-amber { color: #8a5b11; background: #fff1d7; }

.pf-cal-popover {
  position: absolute;
  right: 55px;
  top: 105px;
  width: 330px;
  padding: 22px;
  border: 1px solid #dce4e8;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(28, 38, 45, .22);
}

.pf-cal-popover h4 { margin: 0 0 18px; font-size: 17px; }
.pf-cal-popover > div { display: grid; gap: 6px; padding: 10px 0; border-top: 1px solid #edf0f2; }
.pf-cal-popover span { color: #74808c; font-size: 10px; }
.pf-cal-popover b { font-size: 12px; }
.pf-cal-times { grid-template-columns: 1fr 1fr; }
.pf-cal-times span { display: grid; gap: 5px; }
.pf-cal-popover em { display: inline-block; margin-top: 13px; color: #07695f; font-size: 11px; font-style: normal; }
.pf-cal-popover button { float: right; margin-top: 12px; padding: 9px 16px; border: 0; border-radius: 8px; color: #fff; background: #07695f; font: inherit; font-size: 11px; }

.pf-inbox-shell {
  display: grid;
  grid-template-columns: 148px 230px minmax(0, 1fr) 220px;
  gap: 1px;
  padding: 22px;
}

.pf-inbox-nav,
.pf-inbox-list,
.pf-conversation,
.pf-inbox-status { background: #fff; }
.pf-inbox-nav { padding: 19px 14px; border-radius: 15px 0 0 15px; }
.pf-inbox-nav h3 { margin: 0 0 22px; font-size: 18px; }
.pf-inbox-nav > b,
.pf-inbox-nav > span { display: block; padding: 9px 10px; border-radius: 8px; font-size: 11px; }
.pf-inbox-nav b { color: #07695f; background: #e4f5f0; }
.pf-inbox-nav > span { color: #73808c; }
.pf-inbox-list { padding: 8px; border-left: 1px solid #e8ecef; }
.pf-thread { position: relative; display: grid; min-height: 80px; padding: 13px 10px 10px 46px; border-bottom: 1px solid #edf0f2; }
.pf-thread > i { position: absolute; left: 10px; top: 14px; display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; color: #fff; background: #7463d9; font-size: 9px; font-style: normal; }
.pf-thread b { font-size: 12px; }
.pf-thread small { color: #75818c; font-size: 10px; line-height: 1.35; }
.pf-thread.is-active { border-radius: 9px; background: #dff3eb; }
.pf-thread.is-active > i { background: #128c7e; }
.pf-conversation { position: relative; border-left: 1px solid #e8ecef; }
.pf-conversation header { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid #e8ecef; }
.pf-conversation h3 { margin: 0; font-size: 15px; }
.pf-conversation header div > span { color: #74808b; font-size: 10px; }
.pf-conversation header > b { height: fit-content; padding: 6px 9px; border-radius: 7px; color: #06645b; background: #e2f5ee; font-size: 10px; }
.pf-chat { display: flex; flex-direction: column; gap: 14px; padding: 70px 22px; }
.pf-chat > span { max-width: 72%; padding: 10px 13px; border-radius: 14px; background: #eff2f4; font-size: 11px; line-height: 1.45; }
.pf-chat > span.is-us { align-self: flex-end; background: #cdf5d9; }
.pf-conversation footer { position: absolute; right: 18px; bottom: 18px; left: 18px; display: flex; justify-content: space-between; padding: 12px; border: 1px solid #dfe5e8; border-radius: 10px; color: #85909a; font-size: 10px; }
.pf-conversation footer b { color: #07695f; }
.pf-inbox-status { padding: 18px; border-left: 1px solid #e8ecef; border-radius: 0 15px 15px 0; }
.pf-inbox-status h4 { margin: 0; font-size: 14px; }
.pf-inbox-status p { color: #74808b; font-size: 10px; line-height: 1.5; }
.pf-inbox-status dl { margin-top: 18px; }
.pf-inbox-status dl div { display: flex; justify-content: space-between; padding: 12px 0; border-top: 1px solid #e8ecef; }
.pf-inbox-status dt,
.pf-inbox-status dd { margin: 0; font-size: 10px; }
.pf-inbox-status dd { font-weight: 700; }

.pf-auth-frame {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: 55% 45%;
  align-items: center;
  overflow: hidden;
  background: #f2f4f6;
}
.pf-auth-brand { position: absolute; top: 54px; left: 70px; width: 168px; }
.pf-auth-brand img { width: 100%; height: auto; }
.pf-auth-panel { position: relative; z-index: 2; display: grid; width: 460px; margin-left: 70px; padding: 30px 34px; border-radius: 22px; background: #fff; box-shadow: 0 16px 44px rgba(28, 40, 51, .12); }
.pf-auth-panel h3 { margin: 0; font-size: 25px; }
.pf-auth-panel p { margin: 6px 0 0; color: #71808d; font-size: 13px; line-height: 1.5; }
.pf-auth-shield { position: absolute; top: 28px; right: 30px; display: grid; width: 40px; height: 40px; place-items: center; border-radius: 50%; color: #087267; background: #dcf6eb; }
.pf-auth-icon { width: 18px; }
.pf-auth-label { margin: 24px 0 8px; font-size: 11px; font-weight: 700; }
.pf-auth-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.pf-auth-methods > span { padding: 13px; border: 1px solid #dbe3e7; border-radius: 12px; }
.pf-auth-methods > span:first-child { border-color: #159b86; background: #e1f7ef; }
.pf-auth-methods > span > b,
.pf-auth-methods > span > small { display: block; }
.pf-auth-methods b { font-size: 11px; }
.pf-auth-methods small { margin-top: 5px; color: #71808d; font-size: 9px; line-height: 1.4; }
.pf-auth-digits { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; }
.pf-auth-digits span { display: grid; height: 56px; place-items: center; border-radius: 12px; background: #edf1f3; font-size: 21px; font-weight: 700; }
.pf-auth-digits span.is-active { border: 2px solid #14a688; background: #fff; }
.pf-auth-hint { font-size: 10px !important; }
.pf-auth-recovery { justify-self: start; margin-top: 18px; color: #07695f; font-size: 11px; font-weight: 700; }
.pf-auth-art {
  width: 100%;
  height: 100%;
  background: #dce9f2 url('/assets/login-workspace.webp') center / cover no-repeat;
}

.fs-flow {
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  gap: clamp(48px, 8vw, 120px);
  padding: clamp(76px, 9vw, 120px) 0;
  border-top: 1px solid var(--line);
}
.fs-flow header { position: sticky; top: 112px; align-self: start; }
.fs-flow h2 { max-width: 15ch; margin: 0; font-size: clamp(30px, 4vw, 50px); line-height: 1.08; letter-spacing: -.04em; text-wrap: balance; }
.fs-flow header p { margin: 22px 0 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.fs-flow-steps article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid var(--line); }
.fs-flow-steps article:first-child { padding-top: 0; border-top: 0; }
.fs-flow-steps article > span { color: var(--muted); font-size: 12px; }
.fs-flow-steps h3 { margin: 0; font-size: 24px; letter-spacing: -.025em; }
.fs-flow-steps p { margin: 10px 0 0; color: var(--muted); font-size: 16px; line-height: 1.65; }

.fs-related { padding: 30px 0 110px; }
.fs-related h2 { max-width: 560px; margin: 0 0 30px; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.04em; }
.fs-related > div { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.fs-related a { display: flex; min-height: 110px; justify-content: space-between; gap: 18px; align-items: center; padding: 20px 22px 20px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.fs-related a + a { padding-left: 22px; border-left: 1px solid var(--line); }
.fs-related strong { font-size: 15px; line-height: 1.35; }

.fs-benefits {
  display: grid;
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr);
  gap: clamp(48px, 8vw, 112px);
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
  border-top: 1px solid var(--line);
}
.fs-benefits header h2 { max-width: 15ch; margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.04; letter-spacing: -.04em; text-wrap: balance; }
.fs-benefits header p { max-width: 48ch; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.fs-benefits > div { display: grid; grid-template-columns: 1fr 1fr; column-gap: 32px; }
.fs-benefits article { padding: 0 0 30px; border-bottom: 1px solid var(--line); }
.fs-benefits article:nth-child(n + 3) { padding-top: 30px; }
.fs-benefits h3 { margin: 0; font-size: 21px; line-height: 1.2; letter-spacing: -.025em; text-wrap: balance; }
.fs-benefits article p { margin: 12px 0 0; color: var(--muted); font-size: 15px; line-height: 1.65; }
.fs-store-link { align-self: end; width: fit-content; color: #07695f; font-weight: 700; text-underline-offset: 5px; }

.fs-proof-stack { display: grid; gap: 48px; }
.fs-transfer-browser .pf-app-frame,
.fs-vault-browser .pf-app-frame,
.fs-documents-browser .pf-app-frame,
.fs-project-browser .pf-app-frame { height: 580px; }

.pf-transfer { position: relative; height: calc(100% - 56px); padding: 32px 38px; background: #eef1f4; }
.pf-transfer-copy h3,
.pf-transfer-copy p { margin: 0; }
.pf-transfer-copy h3 { font-size: 24px; }
.pf-transfer-copy p { max-width: 560px; margin-top: 6px; color: #6d7a85; font-size: 12px; }
.pf-transfer-compose { width: 690px; margin-top: 22px; padding: 22px; border-radius: 16px; background: #fff; box-shadow: 0 14px 34px rgba(24, 38, 48, .09); }
.pf-transfer-drop { display: grid; min-height: 102px; place-items: center; align-content: center; gap: 5px; border: 1px dashed #72b9ac; border-radius: 12px; background: #f3fbf8; }
.pf-transfer-icon { width: 20px; color: #08766a; }
.pf-transfer-drop strong { font-size: 13px; }
.pf-transfer-drop span { color: #76838e; font-size: 10px; }
.pf-transfer-files { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 13px; }
.pf-transfer-files > span { display: grid; grid-template-columns: 34px 1fr; align-items: center; padding: 9px; border-radius: 9px; background: #f2f4f5; font-size: 9px; }
.pf-transfer-files b { grid-row: 1 / 3; color: #07695f; }
.pf-transfer-files i { color: #7d8991; font-size: 8px; font-style: normal; }
.pf-transfer-compose label { display: grid; grid-template-columns: 190px 1fr; align-items: center; margin-top: 10px; color: #596772; font-size: 10px; }
.pf-transfer-compose label span { padding: 9px 11px; border: 1px solid #dde4e7; border-radius: 8px; color: #8a959d; }
.pf-transfer-compose button,
.pf-vault button,
.pf-documents button,
.pf-project-board button { float: right; margin-top: 12px; padding: 9px 15px; border: 0; border-radius: 8px; color: #fff; background: #07695f; font: inherit; font-size: 10px; }
.pf-transfer-status { position: absolute; top: 124px; right: 38px; width: 300px; padding: 22px; border-radius: 15px; background: #12282b; color: #e8f4f1; box-shadow: 0 20px 50px rgba(20, 38, 42, .24); }
.pf-transfer-status-label { font-size: 10px; }
.pf-transfer-status > b { display: block; margin-top: 9px; font-size: 22px; }
.pf-transfer-progress { overflow: hidden; height: 6px; margin-top: 14px; border-radius: 6px; background: #385055; }
.pf-transfer-progress i { display: block; width: 100%; height: 100%; background: #73dbc5; transform: scaleX(.18); transform-origin: left; transition: transform 1.8s cubic-bezier(.16, 1, .3, 1); }
.pf-transfer.is-uploading .pf-transfer-progress i { transform: scaleX(.68); }
.pf-transfer.is-ready .pf-transfer-progress i { transform: scaleX(1); }
.pf-transfer-ready { display: grid; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid #385055; opacity: .25; transform: translateY(8px); transition: opacity .5s ease, transform .5s cubic-bezier(.16, 1, .3, 1); }
.pf-transfer.is-ready .pf-transfer-ready { opacity: 1; transform: none; }
.pf-transfer-ready strong { font-size: 14px; }
.pf-transfer-ready span { color: #9fc0b9; font-size: 9px; }
.pf-transfer-ready em { color: #7de0ca; font-size: 10px; font-style: normal; font-weight: 700; }

.pf-vault { position: relative; display: grid; height: calc(100% - 56px); grid-template-columns: 180px 1fr; background: #eef1f4; }
.pf-vault > aside { padding: 26px 18px; background: #172127; color: #dfe8ea; }
.pf-vault > aside h3 { margin: 0 0 25px; font-size: 18px; }
.pf-vault > aside span { display: block; padding: 10px; color: #9faeb3; font-size: 10px; }
.pf-vault > aside .is-active { border-radius: 8px; color: #fff; background: #26363c; }
.pf-vault-main { padding: 28px 34px; }
.pf-vault-main header { display: flex; justify-content: space-between; }
.pf-vault h3,
.pf-vault p { margin: 0; }
.pf-vault-main header p { margin-top: 5px; color: #71808b; font-size: 10px; }
.pf-vault-search { display: flex; gap: 8px; margin-top: 22px; padding: 11px 13px; border-radius: 9px; background: #fff; color: #8a959e; font-size: 10px; }
.pf-vault-icon { width: 15px; }
.pf-vault-list { margin-top: 14px; border-radius: 12px; background: #fff; }
.pf-vault-list article { display: grid; grid-template-columns: 38px 1fr auto; gap: 12px; align-items: center; padding: 15px; border-bottom: 1px solid #edf0f1; }
.pf-vault-list article > i { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 9px; color: #0d6c61; background: #def4ed; font-size: 9px; font-style: normal; font-weight: 800; }
.pf-vault-list article b,
.pf-vault-list article span { display: block; }
.pf-vault-list article b { font-size: 11px; }
.pf-vault-list article span,
.pf-vault-list article em { color: #74808a; font-size: 9px; font-style: normal; }
.pf-vault-extension { position: absolute; right: 34px; bottom: 28px; width: 282px; overflow: hidden; border: 1px solid #39464b; border-radius: 15px; color: #e9eef0; background: #192429; box-shadow: 0 22px 56px rgba(18, 28, 33, .32); }
.pf-vault-extension header { display: grid; grid-template-columns: 24px 1fr; gap: 2px 9px; align-items: center; padding: 15px; border-bottom: 1px solid #344147; }
.pf-vault-extension header img { grid-row: 1 / 3; width: 22px; }
.pf-vault-extension header b { font-size: 11px; }
.pf-vault-extension header span { color: #79d6c2; font-size: 8px; }
.pf-vault-extension > p { padding: 13px 15px 0; color: #9eacb1; font-size: 9px; }
.pf-vault-extension article { display: flex; justify-content: space-between; gap: 10px; align-items: center; margin: 10px 15px; padding: 12px; border-radius: 9px; background: #253239; }
.pf-vault-extension article strong,
.pf-vault-extension article span { display: block; }
.pf-vault-extension article strong { font-size: 10px; }
.pf-vault-extension article span { color: #a6b2b6; font-size: 8px; }
.pf-vault-extension article button { float: none; margin: 0; }
.pf-vault-imports { display: flex; flex-wrap: wrap; gap: 5px; padding: 0 15px 12px; }
.pf-vault-imports span { padding: 5px 7px; border: 1px solid #405057; border-radius: 999px; color: #b9c5c9; font-size: 7px; }
.pf-vault-extension footer { padding: 12px 15px; color: #82d8c6; font-size: 9px; }

.pf-documents { display: grid; height: calc(100% - 56px); grid-template-columns: 210px 1fr; background: #eef1f4; }
.pf-documents > aside { padding: 22px 16px; background: #fff; }
.pf-documents aside h4 { margin: 0 0 14px; color: #78858e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.pf-doc-search { display: flex; gap: 7px; padding: 10px; border-radius: 8px; background: #eff2f3; color: #929ba2; font-size: 9px; }
.pf-doc-icon { width: 14px; }
.pf-documents aside b,
.pf-documents aside span { display: block; margin-top: 6px; padding: 8px 9px; font-size: 10px; }
.pf-documents aside b { border-radius: 8px; color: #07695f; background: #e5f3ef; }
.pf-documents aside span { color: #697782; }
.pf-documents aside hr { margin: 16px 0; border: 0; border-top: 1px solid #e4e9eb; }
.pf-documents-main { padding: 26px 30px; }
.pf-documents-main > header { display: flex; justify-content: space-between; align-items: flex-start; }
.pf-documents h3,
.pf-documents p { margin: 0; }
.pf-documents header p { margin-top: 5px; color: #72808a; font-size: 10px; }
.pf-doc-actions { display: flex; gap: 7px; }
.pf-doc-actions button { float: none; margin-top: 0; }
.pf-doc-actions button:not(:last-child) { border: 1px solid #cfe0dc; color: #07695f; background: #f0faf7; }
.pf-doc-folders { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.pf-doc-folders article { display: grid; grid-template-columns: 38px 1fr; padding: 16px; border-radius: 12px; background: #fff; }
.pf-doc-folder { grid-row: 1 / 3; width: 24px; color: #496dec; }
.pf-doc-folders b { font-size: 11px; }
.pf-doc-folders span { color: #7c8790; font-size: 9px; }
.pf-doc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.pf-doc-cards article { min-height: 185px; padding: 18px; border-radius: 13px; background: #fff; }
.pf-doc-card-icon { width: 18px; color: #5c74db; }
.pf-doc-cards h4 { margin: 28px 0 0; font-size: 12px; }
.pf-doc-cards p { margin-top: 10px; color: #77848d; font-size: 9px; line-height: 1.5; }
.pf-doc-cards time { display: block; margin-top: 28px; color: #9aa3a8; font-size: 8px; }

.pf-project,
.pf-project-board { height: calc(100% - 56px); padding: 28px 34px; background: #eef1f4; }
.pf-project > header span { color: #7a8790; font-size: 9px; }
.pf-project > header h3 { margin: 10px 0 0; font-size: 21px; }
.pf-project-summary { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 20px; padding: 18px; border-radius: 13px; background: #fff; }
.pf-project-summary > span { display: grid; gap: 6px; padding-inline: 16px; border-right: 1px solid #edf0f2; }
.pf-project-summary > span:last-child { border: 0; }
.pf-project-summary small { color: #82909a; font-size: 8px; text-transform: uppercase; }
.pf-project-summary b { font-size: 11px; }
.pf-project-grid { display: grid; grid-template-columns: 1.5fr .7fr; gap: 18px; margin-top: 18px; }
.pf-project-grid .pf-project-main,
.pf-project-grid aside { padding: 21px; border-radius: 14px; background: #fff; }
.pf-project-grid h4 { margin: 0 0 16px; font-size: 13px; }
.pf-project-grid dl { margin: 0; }
.pf-project-grid dl div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #edf0f2; font-size: 9px; }
.pf-project-grid dt { color: #74818b; }
.pf-project-grid dd { margin: 0; font-weight: 700; }
.pf-project-grid p { color: #66747f; font-size: 9px; line-height: 1.6; }
.pf-project-grid aside strong { display: block; color: #07695f; font-size: 42px; }
.pf-project-grid aside span,
.pf-project-grid aside i { color: #74818b; font-size: 9px; font-style: normal; }
.pf-project-board > header { display: flex; justify-content: space-between; }
.pf-project-board h3,
.pf-project-board p { margin: 0; }
.pf-project-board header p { max-width: 620px; margin-top: 5px; color: #74818b; font-size: 9px; }
.pf-project-board button { margin-top: 0; }
.pf-board-columns { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 22px; }
.pf-board-columns > section { min-height: 360px; padding: 12px; border-radius: 12px; background: #f7f8f9; }
.pf-board-columns h4 { display: flex; justify-content: space-between; margin: 0 0 10px; color: #576570; font-size: 10px; }
.pf-board-columns h4 span { color: #949da3; }
.pf-board-columns article { margin-top: 8px; padding: 13px; border-radius: 10px; background: #fff; box-shadow: 0 6px 16px rgba(38, 52, 61, .06); }
.pf-board-columns article small,
.pf-board-columns article b { display: block; }
.pf-board-columns article small { color: #718078; font-size: 7px; text-transform: uppercase; }
.pf-board-columns article b { margin-top: 8px; font-size: 9px; line-height: 1.4; }
.pf-board-columns article footer { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; }
.pf-board-columns article i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: #fff; background: #7666d7; font-size: 7px; font-style: normal; }
.pf-board-columns article time { color: #8c969d; font-size: 7px; }

/* Faithful product-surface recreations. These rules deliberately mirror the
   current application density and hierarchy instead of marketing-card UI. */
.fs-transfer-browser .pf-app-frame,
.fs-vault-browser .pf-app-frame,
.fs-documents-browser .pf-app-frame,
.fs-project-browser .pf-app-frame,
.fs-transfer-browser .ac-app,
.fs-vault-browser .ac-app,
.fs-documents-browser .ac-app,
.fs-project-browser .ac-app { height: 660px; }

.pf-page-head { display: flex; justify-content: space-between; align-items: center; }
.pf-page-head h3, .pf-page-head p { margin: 0; }
.pf-page-head h3 { font-size: 23px; }
.pf-page-head p { max-width: 720px; margin-top: 5px; color: #667785; font-size: 11px; }
.pf-page-head > div:last-child, .pf-vault-metrics, .pf-doc-top > div:last-child { display: flex; gap: 8px; align-items: center; }
.pf-page-head button, .pf-vault-screen button, .pf-vault-settings button, .pf-documents-shell button, .pf-project button, .pf-project-board button { min-height: 31px; padding: 7px 12px; border: 1px solid #d1e8e1; border-radius: 8px; color: #08675c; background: #eaf8f3; font: inherit; font-size: 9px; font-weight: 650; }
.pf-page-head button:last-child, .pf-vault-metrics button:last-child, .pf-doc-top button:last-child, .pf-board-panel > header button { border-color: #07695f; color: #fff; background: #07695f; }
.pf-page-head .is-danger, .pf-vault-settings .is-danger { border-color: #ef4438; color: #fff; background: #ef4438; }

.pf-transfer { position: relative; height: calc(100% - 49px); padding: 28px 30px; overflow: hidden; background: #eef1f4; }
.pf-transfer-record { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; padding: 16px 20px; border-radius: 14px; background: #fff; box-shadow: 0 7px 18px rgb(25 41 49 / 8%); }
.pf-transfer-record > div:first-child { display: grid; grid-template-columns: auto auto; gap: 4px 8px; align-items: center; }
.pf-transfer-record strong { font-size: 13px; }
.pf-transfer-record span { padding: 3px 7px; border-radius: 999px; color: #687782; background: #eef1f3; font-size: 8px; }
.pf-transfer-record small { grid-column: 1 / -1; color: #8b9499; font-size: 8px; }
.pf-transfer-record > div:last-child { display: flex; gap: 7px; }
.pf-transfer-record button { min-height: 29px; padding: 6px 9px; border: 1px solid #d1e8e1; border-radius: 7px; color: #08675c; background: #eaf8f3; font: inherit; font-size: 8px; font-weight: 650; }
.pf-transfer-record .is-danger { border-color: #ef4438; color: #fff; background: #ef4438; }
.pf-transfer-scrim { position: absolute; inset: 0; z-index: 1; background: rgb(38 47 54 / 24%); }
.pf-share-modal { position: absolute; z-index: 2; top: 22px; left: 50%; width: 560px; overflow: hidden; border: 1px solid #dfe5e8; border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgb(28 39 45 / 22%); transform: translateX(-50%); }
.pf-share-modal > header { display: flex; height: 55px; justify-content: space-between; align-items: center; padding: 0 22px; border-bottom: 1px solid #e3e8ea; }
.pf-share-modal > header h4 { margin: 0; font-size: 16px; }
.pf-share-modal > header span { color: #8a9297; font-size: 20px; }
.pf-control-icon { width: 14px; height: 14px; }
.pf-share-state { display: none; padding: 18px 22px 19px; }
.pf-transfer:not(.is-uploading):not(.is-ready) .pf-share-state.is-select, .pf-transfer.is-uploading .pf-share-state.is-uploading, .pf-transfer.is-ready .pf-share-state.is-ready { display: block; }
.pf-dropzone { display: grid; min-height: 112px; place-items: center; align-content: center; gap: 4px; border: 1px dashed #d9e1e4; border-radius: 14px; background: #fafbfc; }
.pf-dropzone.is-compact { min-height: 82px; }
.pf-transfer-icon { width: 18px; padding: 7px; border-radius: 50%; color: #08675c; background: #e8f1ef; box-sizing: content-box; }
.pf-dropzone strong { font-size: 11px; }
.pf-dropzone span { color: #87949c; font-size: 9px; }
.pf-transfer-file-list { display: grid; gap: 7px; margin-top: 13px; }
.pf-transfer-file { position: relative; display: grid; grid-template-columns: 24px 1fr 24px; gap: 8px; align-items: center; min-height: 43px; padding: 7px 11px; border: 1px solid #e0e6e8; border-radius: 11px; }
.pf-row-icon { width: 13px; color: #829098; }
.pf-transfer-file b, .pf-transfer-file small { display: block; }
.pf-transfer-file b { font-size: 10px; font-weight: 550; }
.pf-transfer-file small { color: #72818b; font-size: 8px; }
.pf-transfer-file em { color: #ef4438; font-size: 16px; font-style: normal; text-align: center; }
.pf-transfer-file > i { position: absolute; right: 11px; bottom: 5px; left: 11px; height: 4px; border-radius: 4px; background: #ecf0f2; }
.pf-transfer-file > i::after { display: block; width: var(--progress); height: 100%; border-radius: inherit; background: #07695f; content: ""; }
.pf-share-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin-top: 13px; }
.pf-share-fields label { display: grid; gap: 5px; }
.pf-share-fields b { font-size: 9px; font-weight: 550; }
.pf-share-fields label > span { min-height: 29px; padding: 8px 10px; border: 1px solid #dfe6e8; border-radius: 9px; color: #27333a; font-size: 9px; }
.pf-share-fields label > .is-area { min-height: 61px; color: #9aa4aa; background: #eff2f4; }
.pf-share-fields small { color: #9aa2a7; font-size: 7px; line-height: 1.25; }
.pf-share-fields label:last-child small { text-align: right; }
.pf-share-state > footer { display: flex; justify-content: flex-end; gap: 8px; margin-top: 13px; }
.pf-share-state > footer button, .pf-ready-actions button { min-height: 30px; padding: 7px 11px; border: 1px solid #d2e9e2; border-radius: 7px; color: #08675c; background: #eaf8f3; font: inherit; font-size: 9px; font-weight: 650; }
.pf-share-state > footer button:last-child { color: #fff; background: #07695f; }
.pf-overall-progress { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 13px; color: #73828c; font-size: 8px; }
.pf-overall-progress i { grid-column: 1 / -1; height: 5px; border-radius: 5px; background: #e9edef; }
.pf-overall-progress em { display: block; width: 54%; height: 100%; border-radius: inherit; background: #07695f; }
.pf-ready-banner { display: flex; gap: 12px; align-items: center; padding: 15px; border: 1px solid #a8d3c6; border-radius: 13px; background: #edf8f4; }
.pf-ready-banner > i { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #08705f; background: #d4eee5; font-style: normal; }
.pf-ready-icon { width: 18px; height: 18px; }
.pf-ready-banner strong, .pf-ready-banner small { display: block; }
.pf-ready-banner strong { font-size: 13px; }
.pf-ready-banner small { margin-top: 3px; color: #77868f; font-size: 9px; }
.pf-public-link { display: grid; gap: 7px; margin-top: 15px; }
.pf-public-link b { font-size: 10px; }
.pf-public-link span { padding: 9px 10px; border: 2px solid #1666d5; border-radius: 9px; font-size: 9px; }
.pf-ready-actions { display: flex; gap: 7px; margin-top: 12px; }
.pf-email-delivery { display: grid; grid-template-columns: 1fr auto; gap: 5px; margin-top: 15px; padding: 12px; border: 1px solid #e0e5e8; border-radius: 11px; }
.pf-email-delivery strong { grid-column: 1 / -1; font-size: 10px; }
.pf-email-delivery span, .pf-email-delivery em, .pf-ready-time { color: #7b8992; font-size: 8px; font-style: normal; }
.pf-ready-time { display: block; margin-top: 13px; }

.pf-vault-screen { height: calc(100% - 49px); padding: 24px 28px; background: #eef1f4; }
.pf-vault-metrics > span { padding-bottom: 6px; border-bottom: 1px solid #566874; color: #78858d; font-size: 8px; }
.pf-vault-grid { display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 18px; margin-top: 20px; }
.pf-vault-table, .pf-vault-devices, .pf-vault-settings section { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 7px 18px rgb(25 41 49 / 8%); }
.pf-vault-table > header { display: flex; height: 53px; justify-content: space-between; align-items: center; padding: 0 16px; }
.pf-vault-table h4, .pf-vault-devices h4, .pf-vault-settings h4 { margin: 0; font-size: 13px; }
.pf-vault-table h4 small { padding: 4px 7px; border-radius: 999px; color: #64737c; background: #eef1f3; font-size: 8px; }
.pf-vault-table > header > div { display: flex; gap: 6px; align-items: center; }
.pf-vault-table > header button { min-height: 29px; padding: 6px 9px; font-size: 8px; }
.pf-vault-table > header span { display: flex; gap: 5px; min-width: 170px; padding: 8px 10px; border-radius: 8px; color: #919ba0; background: #eff2f4; font-size: 8px; }
.pf-vault-icon { width: 12px; }
.pf-vault-head, .pf-vault-row { display: grid; grid-template-columns: 30px 1.35fr 1fr 1fr .8fr .9fr 24px; align-items: center; }
.pf-vault-head { min-height: 38px; padding: 0 12px; color: #677681; background: #eef1f4; font-size: 8px; }
.pf-vault-row { min-height: 49px; padding: 0 12px; border-bottom: 1px solid #e7ebed; color: #687782; font-size: 8px; }
.pf-vault-row b { overflow: hidden; color: #27333a; font-size: 9px; font-weight: 550; text-overflow: ellipsis; white-space: nowrap; }
.pf-vault-row em { font-style: normal; }
.pf-checkbox-icon { width: 11px; height: 11px; }
.pf-vault-table > footer { display: flex; gap: 10px; justify-content: flex-end; align-items: center; min-height: 41px; padding: 0 14px; color: #70808a; font-size: 8px; }
.pf-vault-table > footer span:first-child { margin-right: auto; padding: 5px 9px; border-radius: 999px; background: #eef1f3; }
.pf-vault-table > footer b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: #eef1f3; }
.pf-pager-icon { width: 11px; height: 11px; }
.pf-vault-devices { align-self: start; }
.pf-vault-devices > header { display: flex; justify-content: space-between; padding: 17px; border-bottom: 1px solid #e6eaec; }
.pf-vault-devices > header small { color: #7b8992; font-size: 8px; }
.pf-vault-devices > div { display: flex; justify-content: space-between; align-items: center; margin: 12px 14px; padding: 12px; border: 1px solid #e4e8ea; border-radius: 11px; font-size: 9px; }
.pf-vault-devices button { border-color: #ef4438; color: #fff; background: #ef4438; }
.pf-vault-settings { display: grid; height: calc(100% - 49px); grid-template-columns: minmax(0, 1fr) 260px; gap: 18px; padding: 18px 28px; background: #eef1f4; }
.pf-vault-settings-main, .pf-vault-settings aside { display: grid; align-content: start; gap: 18px; }
.pf-vault-settings section { padding: 16px 18px; }
.pf-vault-settings section > header { margin: -16px -18px 14px; padding: 14px 18px; border-bottom: 1px solid #e4e8ea; }
.pf-vault-settings p { margin: 5px 0 0; color: #687b88; font-size: 9px; line-height: 1.45; }
.pf-vault-settings section > button { margin-top: 13px; }
.pf-import-note { margin-top: 13px; padding: 13px; border-radius: 11px; background: #eef1f4; }
.pf-import-note b { font-size: 10px; }
.pf-import-note > div { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 9px; }
.pf-import-note span { padding: 4px 7px; border-radius: 999px; color: #566772; background: #fff; font-size: 7px; }
.pf-vault-settings label { display: grid; gap: 6px; margin-top: 11px; font-size: 9px; }
.pf-vault-settings label > span { display: flex; min-height: 30px; justify-content: space-between; align-items: center; padding: 6px 9px; border: 1px solid #d2e0e2; border-radius: 9px; color: #74848e; background: #eef1f4; }
.pf-vault-settings label em { padding: 5px 8px; border-radius: 7px; color: #087064; background: #e3f5ef; font-style: normal; font-weight: 650; }

.pf-documents-shell { height: calc(100% - 49px); overflow: hidden; background: #eef1f4; }
.pf-doc-top { display: flex; height: 66px; justify-content: space-between; align-items: center; padding: 0 8px; }
.pf-doc-top h3, .pf-doc-top p { margin: 0; }
.pf-doc-top h3 { font-size: 22px; }
.pf-doc-top p { margin-top: 4px; color: #6a7b86; font-size: 10px; }
.pf-doc-top > div:last-child > span { color: #818d94; font-size: 8px; }
.pf-documents { display: grid; height: calc(100% - 66px); grid-template-columns: 205px 1fr; }
.pf-documents > aside { padding: 14px 10px; background: #fff; }
.pf-documents aside h4 { margin: 0 0 12px; color: #918d88; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.pf-doc-search { display: flex; gap: 7px; padding: 9px; border-radius: 10px; color: #8c969b; background: #eef1f3; font-size: 8px; }
.pf-doc-icon { width: 12px; }
.pf-documents aside b, .pf-documents aside span { display: block; margin-top: 4px; padding: 6px 8px; font-size: 8px; }
.pf-documents aside b { border-radius: 9px; color: #07695f; background: #e7f1ef; }
.pf-documents aside span { color: #697985; }
.pf-documents aside hr { margin: 12px 0; border: 0; border-top: 1px solid #e4e9eb; }
.pf-doc-tree b, .pf-doc-tree span { display: flex; gap: 6px; align-items: center; }
.pf-doc-tree span { padding-left: 18px; }
.pf-tree-icon { width: 10px; height: 10px; flex: 0 0 auto; }
.pf-documents-main { padding: 16px 18px; }
.pf-doc-space-head { display: flex; justify-content: space-between; }
.pf-doc-space-head h3 { margin: 0; font-size: 16px; }
.pf-doc-space-head span { color: #8a9297; font-size: 8px; }
.pf-documents-main h5 { margin: 20px 0 10px; color: #918d88; font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
.pf-doc-folder-card { display: grid; width: 290px; grid-template-columns: 36px 1fr 24px; align-items: center; padding: 12px; border-radius: 12px; background: #fff; }
.pf-doc-folder { width: 22px; color: #5277ef; }
.pf-doc-folder-card b, .pf-doc-folder-card small { display: block; }
.pf-doc-folder-card b { font-size: 10px; }
.pf-doc-folder-card small { margin-top: 3px; color: #73838d; font-size: 8px; }
.pf-doc-folder-card em { font-style: normal; }
.pf-doc-toolbar { display: grid; grid-template-columns: auto auto minmax(180px, 1fr) 26px 26px; gap: 8px; align-items: center; margin-top: 18px; }
.pf-doc-toolbar > b, .pf-doc-toolbar > span, .pf-doc-toolbar > i { min-height: 29px; padding: 7px 10px; border-radius: 999px; color: #65747e; background: #fff; font-size: 8px; font-style: normal; }
.pf-doc-toolbar > b { color: #fff; background: #07695f; }
.pf-doc-toolbar > span:nth-of-type(2) { display: flex; gap: 6px; border-radius: 9px; color: #8b959a; background: #e8ecee; }
.pf-doc-toolbar > i { padding-inline: 8px; border-radius: 7px; text-align: center; }
.pf-doc-dot { width: 6px; height: 6px; border-radius: 50%; background: #748bd5; }
.pf-doc-view-icon { width: 12px; height: 12px; }
.pf-doc-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; margin-top: 13px; }
.pf-doc-cards article { min-height: 145px; padding: 14px; border-radius: 13px; background: #fff; }
.pf-doc-cards article.is-new { display: grid; place-items: center; align-content: center; border: 1px dashed #dce3e6; text-align: center; }
.pf-doc-cards .is-new strong { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: #6f7d86; background: #eef1f3; }
.pf-doc-plus-icon { width: 17px; height: 17px; }
.pf-doc-card-icon { width: 15px; color: #71818a; }
.pf-doc-cards h4 { margin: 15px 0 0; font-size: 10px; line-height: 1.35; }
.pf-doc-cards p { margin: 8px 0 0; color: #75858f; font-size: 8px; line-height: 1.45; }
.pf-doc-cards time { display: block; margin-top: 18px; color: #9aa3a8; font-size: 7px; }

.pf-project, .pf-project-board { height: calc(100% - 49px); padding: 20px 28px; overflow: hidden; background: #eef1f4; }
.pf-project > header > span, .pf-project-board-title span { color: #73838e; font-size: 8px; }
.pf-project > header > div { display: flex; gap: 9px; align-items: center; margin-top: 10px; }
.pf-project > header h3, .pf-project-board-title h3 { margin: 0; font-size: 18px; }
.pf-project > header b { padding: 4px 8px; border-radius: 999px; color: #15824c; background: #d5f2df; font-size: 8px; }
.pf-project > header i { display: grid; width: 29px; height: 29px; place-items: center; margin-left: auto; border-radius: 8px; color: #07695f; background: #e2f4ee; font-style: normal; }
.pf-project > header i + i { margin-left: 0; }
.pf-project-action-icon { width: 15px; height: 15px; }
.pf-project-summary { grid-template-columns: repeat(5, 1fr); margin-top: 17px; padding: 14px 8px; }
.pf-project-summary > span { gap: 5px; padding-inline: 14px; }
.pf-project-summary small { font-size: 7px; letter-spacing: .1em; }
.pf-project-summary b { font-size: 9px; }
.pf-project-body { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin-top: 17px; }
.pf-project-body > nav { display: grid; align-content: start; gap: 2px; }
.pf-project-body > nav span, .pf-project-body > nav b { padding: 8px 10px; color: #71808b; font-size: 8px; font-weight: 500; }
.pf-project-body > nav b { border-radius: 999px; color: #25333a; background: #fff; font-weight: 650; }
.pf-project-content { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(200px, .72fr); gap: 17px; }
.pf-project-main, .pf-progress-card, .pf-phase-card, .pf-board-panel { padding: 17px 19px; border-radius: 14px; background: #fff; }
.pf-project-main h4, .pf-project-main h5, .pf-progress-card h4, .pf-phase-card h4 { margin: 0; font-size: 12px; }
.pf-project-main dl { margin: 14px 0 0; }
.pf-project-main dl div { display: flex; padding: 5px 0; font-size: 8px; }
.pf-project-main dt { width: 120px; color: #6d7d87; }
.pf-project-main dd { margin: 0; font-weight: 550; }
.pf-project-main hr { margin: 12px 0; border: 0; border-top: 1px solid #e5eaec; }
.pf-project-main p, .pf-project-main li { color: #35424a; font-size: 8px; line-height: 1.45; }
.pf-project-main ul { padding-left: 16px; }
.pf-project-body aside { display: grid; gap: 13px; align-content: start; }
.pf-progress-card > div { display: grid; width: 92px; height: 92px; place-items: center; align-content: center; margin: 10px auto 0; border: 10px solid #b7d3ce; border-top-color: #07695f; border-radius: 50%; }
.pf-progress-card strong { color: #173437; font-size: 22px; }
.pf-progress-card span { color: #74848d; font-size: 7px; }
.pf-phase-card header { display: flex; justify-content: space-between; align-items: center; }
.pf-phase-card button { min-height: 28px; font-size: 8px; }
.pf-phase-card article { display: grid; grid-template-columns: 1fr auto; gap: 5px; margin-top: 10px; padding: 9px; border-radius: 9px; background: #f4f7f8; }
.pf-phase-card article b, .pf-phase-card article span { font-size: 8px; }
.pf-phase-card article i { grid-column: 1 / -1; height: 4px; border-radius: 4px; background: #d8e1e2; }
.pf-phase-card article em { display: block; height: 100%; border-radius: inherit; background: #277d72; }
.pf-project-board-title h3 { margin-top: 7px; }
.pf-project-board .pf-project-body { margin-top: 16px; }
.pf-project-board .pf-board-panel { display: block; }
.pf-board-panel { padding: 15px 17px; }
.pf-board-panel > header { display: flex; justify-content: space-between; align-items: center; }
.pf-board-panel > header h4 { margin: 0; font-size: 13px; }
.pf-board-view, .pf-board-filters { display: flex; gap: 7px; align-items: center; margin-top: 10px; }
.pf-board-view b, .pf-board-view small, .pf-board-filters span, .pf-board-filters button { padding: 5px 8px; border-radius: 999px; color: #63737d; background: #eef1f3; font-size: 7px; font-weight: 550; }
.pf-board-view b.is-active { outline: 1px solid #1766cc; background: #fff; }
.pf-board-view > span { flex: 1; }
.pf-board-filters button { min-height: 26px; margin: 0; border: 1px solid #d2e9e2; color: #07695f; background: #eaf8f3; }
.pf-board-columns { grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.pf-board-columns > section { min-height: 262px; padding: 8px; border: 1px solid #e2e7e9; border-radius: 11px; }
.pf-board-columns h5 { display: flex; justify-content: space-between; margin: 0 0 7px; color: #576570; font-size: 8px; }
.pf-board-columns article { margin-top: 7px; padding: 10px; border: 1px solid #e4e8ea; box-shadow: none; }
.pf-board-columns article small { font-size: 6px; }
.pf-board-columns article b { margin-top: 6px; font-size: 8px; }
.pf-board-columns article time { display: block; margin-top: 8px; color: #ef4438; }
.pf-board-columns article footer { margin-top: 9px; }
.pf-board-columns article i { width: 20px; height: 20px; font-size: 6px; }
.pf-task-arrow { width: 12px; height: 12px; }

body[data-feature-story="inbox"] .fs-hero { grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr); }
body[data-feature-story="calendar"] .fs-proof { width: min(1280px, calc(100% - 32px)); }
body[data-feature-story="calendar"] .fs-flow { padding-bottom: 64px; }
body[data-feature-story="files"] .fs-hero { align-items: center; }
.fs-files-chapter { margin-bottom: 80px; padding-top: 72px; background: #f7f6f2; }
.fs-files-chapter .fs-flow { padding-bottom: 96px; }
body[data-feature-story="vault"] .fs-hero { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
body[data-feature-story="vault"] .fs-proof,
body[data-feature-story="documents"] .fs-proof,
body[data-feature-story="projects"] .fs-proof { width: min(1280px, calc(100% - 32px)); }

@media (max-width: 900px) {
  .fs-hero,
  .fs-flow,
  body[data-feature-story] .fs-hero { grid-template-columns: 1fr; }
  .fs-hero { gap: 38px; }
  .fs-hero aside { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .fs-flow header { position: static; }
  .pf-app-frame { height: min(56vw, 652px); }
  .fs-transfer-browser .pf-app-frame,
  .fs-vault-browser .pf-app-frame,
  .fs-documents-browser .pf-app-frame,
  .fs-project-browser .pf-app-frame { height: min(56vw, 652px); }
  .pf-auth-frame { min-height: 540px; grid-template-columns: 1fr; }
  .pf-auth-panel { width: min(440px, calc(100% - 48px)); margin: 80px auto 30px; }
  .pf-auth-art { display: none; }
  .pf-auth-brand { top: 30px; left: 50%; transform: translateX(-50%); }
  .fs-related > div { grid-template-columns: 1fr; }
  .fs-related a + a { padding-left: 0; border-left: 0; }
  .fs-benefits { grid-template-columns: 1fr; }
  .fs-benefits > div { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .fs-hero,
  .fs-proof,
  .fs-flow,
  .fs-related { width: min(100% - 28px, 1180px); }
  .fs-hero { padding-top: 78px; }
  .fs-hero h1 { font-size: clamp(40px, 13vw, 62px); }
  .proof-browser { border-radius: 14px; }
  .pf-app-frame { height: 61vw; }
  .fs-transfer-browser .pf-app-frame,
  .fs-vault-browser .pf-app-frame,
  .fs-documents-browser .pf-app-frame,
  .fs-project-browser .pf-app-frame { height: 61vw; }
  .pf-auth-frame { min-height: 520px; }
  .pf-auth-panel { width: calc(100% - 24px); padding: 24px 20px; }
  .pf-auth-methods { grid-template-columns: 1fr; }
  .pf-auth-digits { gap: 5px; }
  .pf-auth-digits span { height: 46px; border-radius: 9px; }
  .fs-flow { padding-block: 70px; }
  .fs-flow-steps article { grid-template-columns: 36px 1fr; }
  .fs-benefits { width: min(100% - 28px, 1180px); padding-block: 64px; }
  .fs-benefits > div { grid-template-columns: 1fr; }
  .fs-benefits article:nth-child(n + 2) { padding-top: 26px; }
}

@media (prefers-reduced-motion: reduce) {
  .pf-transfer-progress i,
  .pf-transfer-ready { transition: none; }
}

/* Exact product-surface captures.
   These three frames keep the desktop application's measured 1180 × 594
   viewport and scale it as one piece. They do not reflow into a marketing
   card layout: the point is to preserve the real UI's density and geometry. */
body:is([data-feature-story="vault"], [data-feature-story="documents"], [data-feature-story="projects"]) .fs-hero {
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  padding-block: 82px 58px;
}

body:is([data-feature-story="vault"], [data-feature-story="documents"], [data-feature-story="projects"]) .fs-hero h1 {
  max-width: 880px;
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1.02;
}

body:is([data-feature-story="vault"], [data-feature-story="documents"], [data-feature-story="projects"]) .fs-back {
  margin-bottom: 24px;
}

.fs-vault-browser .pf-app-frame,
.fs-documents-browser .pf-app-frame,
.fs-project-browser .pf-app-frame {
  height: auto;
  aspect-ratio: 1180 / 594;
}

.fs-vault-browser .ac-app,
.fs-documents-browser .ac-app,
.fs-project-browser .ac-app {
  height: 594px;
}

.fs-vault-browser .ac-rail,
.fs-documents-browser .ac-rail,
.fs-project-browser .ac-rail {
  flex-basis: 43px;
  gap: 3px;
  padding-bottom: 7px;
}

.fs-vault-browser .ac-rail-brand,
.fs-documents-browser .ac-rail-brand,
.fs-project-browser .ac-rail-brand { width: 43px; height: 45px; }
.fs-vault-browser .ac-rail-brand img,
.fs-documents-browser .ac-rail-brand img,
.fs-project-browser .ac-rail-brand img { height: 18px; max-width: 24px; }
.fs-vault-browser .ac-rail-item,
.fs-documents-browser .ac-rail-item,
.fs-project-browser .ac-rail-item { width: 32px; height: 32px; border-radius: 10px; }
.fs-vault-browser .ac-rail-item .ac-i,
.fs-documents-browser .ac-rail-item .ac-i,
.fs-project-browser .ac-rail-item .ac-i { width: 14px; height: 14px; }
.fs-vault-browser .ac-rail-ava,
.fs-documents-browser .ac-rail-ava,
.fs-project-browser .ac-rail-ava { width: 24px; height: 24px; margin-top: 5px; font-size: 7px; }
.fs-vault-browser .ac-top,
.fs-documents-browser .ac-top,
.fs-project-browser .ac-top { min-height: 45px; padding: 7px 14px; gap: 8px; }
.fs-vault-browser .ac-top-title,
.fs-documents-browser .ac-top-title,
.fs-project-browser .ac-top-title { font-size: 11px; }
.fs-vault-browser .ac-top.is-current .ac-top-search,
.fs-documents-browser .ac-top.is-current .ac-top-search,
.fs-project-browser .ac-top.is-current .ac-top-search { width: 220px; height: 27px; font-size: 9px; }
.fs-vault-browser .ac-top-plus,
.fs-vault-browser .ac-top-btn,
.fs-documents-browser .ac-top-plus,
.fs-documents-browser .ac-top-btn,
.fs-project-browser .ac-top-plus,
.fs-project-browser .ac-top-btn { height: 28px; }
.fs-vault-browser .ac-top.is-current .ac-top-plus b,
.fs-documents-browser .ac-top.is-current .ac-top-plus b,
.fs-project-browser .ac-top.is-current .ac-top-plus b { font-size: 10px; }

.pf-button-icon { width: 12px; height: 12px; vertical-align: -2px; }
.pf-card-title-icon { width: 14px; height: 14px; }
.pf-external-icon { width: 9px; height: 9px; margin-left: 4px; vertical-align: -1px; }
.pf-vault-screen button,
.pf-documents-shell button,
.pf-project button,
.pf-project-board button,
.pf-vault-settings button {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid #d5ebe4;
  border-radius: 7px;
  color: #07695f;
  background: #eaf8f3;
  font: inherit;
  font-size: 8px;
  font-weight: 650;
}
.pf-vault-screen button.is-primary,
.pf-documents-shell button.is-primary,
.pf-project button.is-primary,
.pf-project-board button.is-primary,
.pf-vault-settings button.is-primary { color: #fff; background: #07695f; }
.pf-vault-screen button.is-danger,
.pf-vault-settings button.is-danger { border-color: #ee453b; color: #fff; background: #ee453b; }

/* AgentticVault — table, device panel, backup and import settings. */
.pf-vault-screen { height: calc(100% - 45px); padding: 19px 22px 17px; }
.pf-vault-page-head { min-height: 45px; }
.pf-vault-page-head h3 { font-size: 18px; line-height: 1.1; }
.pf-vault-page-head p { margin-top: 6px; font-size: 9px; }
.pf-vault-metrics { display: flex; gap: 7px; align-items: center; }
.pf-vault-metrics > span { display: grid; min-width: 118px; gap: 2px; padding: 0 0 6px; }
.pf-vault-metrics > span small { color: #969fa4; font-size: 6.5px; }
.pf-vault-metrics > span b { color: #71808a; font-size: 8px; font-weight: 500; }
.pf-vault-grid { grid-template-columns: minmax(0, 1fr) 226px; gap: 17px; margin-top: 14px; }
.pf-vault-table, .pf-vault-devices, .pf-vault-settings section { border-radius: 14px; box-shadow: 0 5px 14px rgb(25 41 49 / 9%); }
.pf-vault-table > header { height: 43px; padding: 0 12px; }
.pf-vault-table h4 { display: flex; gap: 7px; align-items: center; font-size: 10px; }
.pf-vault-table h4 small { padding: 3px 6px; font-size: 7px; }
.pf-vault-table > header > div { gap: 5px; }
.pf-vault-table > header button { min-height: 26px; padding: 5px 7px; font-size: 6.8px; }
.pf-vault-table > header span { min-width: 145px; padding: 6px 8px; font-size: 6.8px; }
.pf-vault-head, .pf-vault-row { grid-template-columns: 27px 1.25fr 1.05fr .95fr .8fr .9fr 20px; }
.pf-vault-head { min-height: 29px; padding: 0 9px; font-size: 6.6px; }
.pf-vault-row { min-height: 31px; padding: 0 9px; font-size: 6.5px; }
.pf-vault-row b { font-size: 7.2px; }
.pf-vault-row > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pf-vault-table > footer { min-height: 30px; padding: 0 9px; font-size: 6.5px; }
.pf-vault-table > footer span:first-child { display: flex; gap: 7px; align-items: center; padding: 0; background: none; }
.pf-vault-table > footer span:first-child b { border-radius: 999px; background: #eef1f3; }
.pf-vault-table > footer b { width: 19px; height: 19px; font-size: 7px; }
.pf-vault-table > footer b.is-current { outline: 1px solid #1766d7; background: #fff; }
.pf-vault-devices > header { align-items: center; padding: 13px 15px 11px; }
.pf-vault-devices > header > span { display: flex; gap: 7px; align-items: center; }
.pf-vault-devices > header b { font-size: 8px; }
.pf-vault-devices > header small { padding-bottom: 6px; border-bottom: 1px solid #65747d; font-size: 6.5px; }
.pf-vault-devices > div { margin: 10px 12px; padding: 10px; font-size: 8px; }
.pf-vault-devices button { min-height: 26px; border-color: #ee453b; color: #fff; background: #ee453b; font-size: 7px; }

.pf-vault-settings { height: calc(100% - 45px); grid-template-columns: minmax(0, 1fr) 242px; gap: 17px; padding: 12px 22px; overflow: hidden; }
.pf-vault-settings-main, .pf-vault-settings aside { gap: 14px; }
.pf-vault-settings section { padding: 13px 16px; }
.pf-vault-settings section > header { display: flex; gap: 10px; align-items: flex-start; margin: -13px -16px 12px; padding: 13px 16px 11px; }
.pf-vault-settings section > header > span { display: grid; width: 27px; height: 27px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #07695f; background: #edf5f2; }
.pf-vault-settings h4 { font-size: 10px; }
.pf-vault-settings p { font-size: 7.8px; line-height: 1.4; }
.pf-vault-settings section > button { margin-top: 11px; }
.pf-import-note { margin-top: 8px; padding: 11px; }
.pf-import-note b { display: block; margin-bottom: 5px; font-size: 8px; }
.pf-import-note ul { margin: 0 0 7px; padding-left: 14px; color: #697a86; font-size: 7px; line-height: 1.45; }
.pf-vault-settings label { gap: 4px; margin-top: 8px; font-size: 7px; }
.pf-vault-settings label > span { min-height: 27px; padding: 4px 7px; }
.pf-vault-settings label em { font-size: 6.5px; }

/* Documents — actual workspace tree and card canvas. */
.pf-documents-shell { height: calc(100% - 45px); }
.pf-doc-top { height: 64px; padding: 0 7px; }
.pf-doc-top h3 { font-size: 18px; }
.pf-doc-top p { margin-top: 5px; font-size: 9px; }
.pf-doc-top > div:last-child { display: flex; gap: 7px; align-items: center; }
.pf-doc-top > div:last-child > span { display: grid; gap: 2px; margin-right: 4px; }
.pf-doc-top > div:last-child > span small { font-size: 6px; }
.pf-doc-top > div:last-child > span b { font-size: 7px; font-weight: 500; }
.pf-documents { height: calc(100% - 64px); grid-template-columns: 202px 1fr; }
.pf-documents > aside { padding: 11px 8px; }
.pf-documents > aside > header { display: flex; justify-content: space-between; align-items: center; }
.pf-documents aside h4 { margin: 0 0 9px; font-size: 8px; }
.pf-doc-search { padding: 8px; font-size: 7px; }
.pf-documents aside b, .pf-documents aside span { display: flex; gap: 6px; align-items: center; margin-top: 2px; padding: 5px 7px; font-size: 7px; }
.pf-documents aside b.is-secondary { color: #25333a; background: transparent; }
.pf-documents aside hr { margin: 8px 0; }
.pf-doc-tree span { padding-left: 18px; }
.pf-documents-main { padding: 15px 17px; }
.pf-doc-space-head h3 { font-size: 14px; }
.pf-documents-main h5 { margin: 17px 0 9px; font-size: 7px; }
.pf-doc-folder-card { width: 295px; padding: 10px; }
.pf-doc-folder-card b { font-size: 8px; }
.pf-doc-folder-card small { font-size: 7px; }
.pf-doc-toolbar { grid-template-columns: auto auto minmax(170px, 1fr) 25px 25px auto; margin-top: 16px; }
.pf-doc-toolbar > b, .pf-doc-toolbar > span, .pf-doc-toolbar > i, .pf-doc-toolbar > small { min-height: 27px; padding: 6px 9px; font-size: 7px; }
.pf-doc-toolbar > small { display: inline-flex; gap: 4px; align-items: center; justify-content: flex-end; color: #697983; }
.pf-doc-toolbar em { margin-left: 4px; font-style: normal; }
.pf-doc-cards { gap: 10px; margin-top: 12px; }
.pf-doc-cards article { min-height: 132px; padding: 12px; }
.pf-doc-cards h4 { margin-top: 12px; font-size: 8px; }
.pf-doc-cards p { margin-top: 7px; font-size: 7px; }
.pf-doc-cards time { margin-top: 14px; font-size: 6.5px; }

/* Documents workspace recreation. The ratios and information hierarchy follow
   the current /app/documents implementation and the supplied production
   capture; only the fictional folder and document content differs. */
.fs-documents-browser .pf-app-frame {
  height: auto;
  aspect-ratio: 1180 / 630;
}

.fs-documents-browser .ac-app { height: 630px; }
.fs-documents-browser .ac-rail-ava { font-size: 8px; }
.fs-documents-browser .ac-rail-badge { font-size: 10px; }
.fs-documents-browser .ac-top-title { font-size: 12px; }
.fs-documents-browser .ac-top.is-current .ac-top-search { font-size: 10px; }
.fs-documents-browser .ac-top-search kbd { font-size: 10.5px; }
.fs-documents-browser .ac-top.is-current .ac-top-plus b { font-size: 11px; }
.fs-documents-browser .ac-top-bell b { font-size: 9.5px; }
.fs-documents-browser .pf-documents-shell { height: calc(100% - 45px); background: #f1f3f6; }
.fs-documents-browser .pf-doc-top {
  display: flex;
  height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 8px 0 9px;
  background: #f1f3f6;
}
.fs-documents-browser .pf-doc-top h3,
.fs-documents-browser .pf-doc-top p { margin: 0; }
.fs-documents-browser .pf-doc-top h3 { color: #172027; font-size: 18px; line-height: 1.12; }
.fs-documents-browser .pf-doc-top p { margin-top: 6px; color: #77858f; font-size: 10px; }
.fs-documents-browser .pf-doc-top-actions { display: flex; gap: 7px; align-items: center; }
.fs-documents-browser .pf-doc-storage {
  display: flex;
  gap: 6px;
  align-items: baseline;
  margin-right: 2px;
  color: #89949b;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-storage small,
.fs-documents-browser .pf-doc-storage b { font-size: 8px; font-weight: 450; }
.fs-documents-browser .pf-documents-shell button {
  min-height: 29px;
  padding: 6px 10px;
  border: 1px solid #d5ebe4;
  border-radius: 7px;
  color: #07695f;
  background: #eaf8f3;
  font-size: 9px;
}
.fs-documents-browser .pf-documents-shell button.is-primary {
  border-color: #07695f;
  color: #fff;
  background: #07695f;
}

.fs-documents-browser .pf-documents {
  display: grid;
  height: calc(100% - 66px);
  grid-template-columns: 170px minmax(0, 1fr);
  background: #f1f3f6;
}
.fs-documents-browser .pf-doc-sidebar {
  overflow: hidden;
  padding: 12px 8px 10px;
  border-right: 1px solid #e4e8eb;
  background: #fff;
}
.fs-documents-browser .pf-doc-sidebar > header {
  display: flex;
  height: 20px;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}
.fs-documents-browser .pf-doc-sidebar h4 {
  margin: 0;
  color: #858d91;
  font-size: 8px;
  font-weight: 650;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.pf-doc-collapse { width: 11px; height: 11px; color: #819098; }
.fs-documents-browser .pf-doc-search {
  display: flex;
  height: 28px;
  gap: 6px;
  align-items: center;
  margin-top: 6px;
  padding: 0 8px;
  overflow: hidden;
  border-radius: 9px;
  color: #99a2a8;
  background: #f0f3f4;
  font-size: 8px;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-search > span { overflow: hidden; padding: 0; margin: 0; text-overflow: ellipsis; }
.fs-documents-browser .pf-doc-icon { width: 11px; height: 11px; flex: 0 0 auto; }
.fs-documents-browser .pf-doc-tree { margin-top: 5px; }
.fs-documents-browser .pf-doc-tree-root,
.fs-documents-browser .pf-doc-tree-folder,
.fs-documents-browser .pf-doc-tree-document,
.fs-documents-browser .pf-doc-sidebar-link {
  display: flex;
  height: 25px;
  gap: 5px;
  align-items: center;
  margin: 0;
  padding: 0 7px;
  overflow: hidden;
  border-radius: 8px;
  color: #687883;
  font-size: 8.2px;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-tree-root b,
.fs-documents-browser .pf-doc-tree-folder span,
.fs-documents-browser .pf-doc-tree-document span,
.fs-documents-browser .pf-doc-sidebar-link span {
  display: block;
  min-width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  font: inherit;
  text-overflow: ellipsis;
}
.fs-documents-browser .pf-doc-tree-root { color: #26343b; font-weight: 650; }
.fs-documents-browser .pf-doc-tree-root.is-active { color: #07695f; background: #e7f1ef; }
.fs-documents-browser .pf-doc-tree-folder { padding-left: 16px; }
.fs-documents-browser .pf-doc-tree-document { padding-left: 31px; }
.fs-documents-browser .pf-tree-caret { width: 9px; height: 9px; flex: 0 0 auto; }
.fs-documents-browser .pf-tree-icon,
.fs-documents-browser .pf-tree-folder,
.fs-documents-browser .pf-tree-document { width: 11px; height: 11px; flex: 0 0 auto; }
.fs-documents-browser .pf-tree-folder { color: #4e8ff4; }
.fs-documents-browser .pf-tree-folder.is-violet { color: #a567e7; }
.fs-documents-browser .pf-tree-folder.is-blue { color: #5598f5; }
.fs-documents-browser .pf-tree-folder.is-green { color: #52b998; }
.fs-documents-browser .pf-tree-document { color: #7d8b93; }
.fs-documents-browser .pf-doc-sidebar-rule { height: 1px; margin: 8px 5px 6px; background: #e7ebed; }
.fs-documents-browser .pf-doc-sidebar-link { height: 27px; padding-left: 11px; }

.fs-documents-browser .pf-documents-main { min-width: 0; padding: 15px 17px 18px; }
.fs-documents-browser .pf-doc-space-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fs-documents-browser .pf-doc-space-head h3 { margin: 0; color: #1f282f; font-size: 14px; }
.fs-documents-browser .pf-doc-space-head > span { color: #929da3; font-size: 8px; }
.fs-documents-browser .pf-doc-folder-section h5 {
  margin: 16px 0 8px;
  color: #969da1;
  font-size: 8px;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.fs-documents-browser .pf-doc-folder-card {
  display: grid;
  width: 230px;
  min-height: 51px;
  grid-template-columns: 32px minmax(0, 1fr) 24px;
  gap: 8px;
  align-items: center;
  padding: 8px 9px;
  border: 1px solid #eceff1;
  border-radius: 11px;
  background: #fff;
}
.fs-documents-browser .pf-doc-folder-icon {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  color: #397edc;
  background: #e8f1ff;
}
.fs-documents-browser .pf-doc-folder { width: 14px; height: 14px; }
.fs-documents-browser .pf-doc-folder-copy b,
.fs-documents-browser .pf-doc-folder-copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.fs-documents-browser .pf-doc-folder-copy b { color: #263139; font-size: 9px; }
.fs-documents-browser .pf-doc-folder-copy small { margin-top: 2px; color: #78868f; font-size: 7.5px; }
.fs-documents-browser .pf-doc-more {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 7px;
  color: #07695f;
  background: #e8f6f1;
}
.fs-documents-browser .pf-doc-more-icon { width: 12px; height: 12px; }

.fs-documents-browser .pf-doc-filter-row {
  display: flex;
  min-height: 29px;
  gap: 7px;
  align-items: center;
  margin-top: 14px;
}
.fs-documents-browser .pf-doc-filter-row > b,
.fs-documents-browser .pf-doc-folder-chip {
  display: inline-flex;
  min-height: 27px;
  gap: 5px;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 550;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-filter-row > b { color: #fff; background: #07695f; }
.fs-documents-browser .pf-doc-folder-chip { border: 1px solid #e2e7e9; color: #65747e; background: #fff; }
.fs-documents-browser .pf-doc-folder-chip > i { width: 6px; height: 6px; border-radius: 50%; background: #5297ef; }
.fs-documents-browser .pf-doc-chip-more { width: 11px; height: 11px; margin-left: 2px; }
.fs-documents-browser .pf-doc-sort {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  margin-left: auto;
  color: #65747e;
  font-size: 8px;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-sort-icon { width: 9px; height: 9px; }

.fs-documents-browser .pf-doc-toolbar {
  display: flex;
  gap: 0;
  align-items: center;
  margin-top: 8px;
}
.fs-documents-browser .pf-doc-main-search {
  display: flex;
  width: 312px;
  height: 29px;
  gap: 7px;
  align-items: center;
  padding: 0 10px;
  overflow: hidden;
  border-radius: 9px;
  color: #98a1a7;
  background: #edf1f2;
  font-size: 8.5px;
  white-space: nowrap;
}
.fs-documents-browser .pf-doc-view {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-left: 1px solid #e2e7e9;
  color: #8a959b;
  background: #fff;
}
.fs-documents-browser .pf-doc-view:first-of-type { margin-left: 8px; border-left: 0; border-radius: 8px 0 0 8px; }
.fs-documents-browser .pf-doc-view:last-child { border-radius: 0 8px 8px 0; }
.fs-documents-browser .pf-doc-view.is-active { color: #263139; background: #eef1f3; }
.fs-documents-browser .pf-doc-view-icon { width: 12px; height: 12px; }

.fs-documents-browser .pf-doc-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 11px;
}
.fs-documents-browser .pf-doc-cards article {
  display: flex;
  min-height: 137px;
  flex-direction: column;
  padding: 12px;
  overflow: hidden;
  border: 1px solid #e8ecee;
  border-radius: 12px;
  background: #fff;
}
.fs-documents-browser .pf-doc-new {
  align-items: center;
  justify-content: center;
  border-style: dashed !important;
  background: rgb(255 255 255 / 55%) !important;
  text-align: center;
}
.fs-documents-browser .pf-doc-new strong {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 50%;
  color: #65747e;
  background: #edf0f2;
}
.fs-documents-browser .pf-doc-plus-icon { width: 13px; height: 13px; }
.fs-documents-browser .pf-doc-new h4 { margin: 12px 0 0; color: #273139; font-size: 9px; }
.fs-documents-browser .pf-doc-new p { margin: 7px 0 0; color: #78858d; font-size: 7.7px; }
.fs-documents-browser .pf-doc-card > header { display: flex; gap: 7px; align-items: flex-start; }
.fs-documents-browser .pf-doc-card-icon { width: 12px; height: 12px; flex: 0 0 auto; color: #647781; }
.fs-documents-browser .pf-doc-card h4 {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #20292f;
  font-size: 9px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.fs-documents-browser .pf-doc-card-folder { margin: 6px 0 0 19px; color: #4d8cf0; font-size: 7.7px; font-weight: 600; }
.fs-documents-browser .pf-doc-card p {
  display: -webkit-box;
  margin: 8px 0 0;
  overflow: hidden;
  color: #78858d;
  font-size: 7.7px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.fs-documents-browser .pf-doc-card time { margin-top: auto; padding-top: 8px; color: #979fa4; font-size: 7.5px; }

/* Projects — same project header and summary in overview and board views. */
.pf-project, .pf-project-board { height: calc(100% - 45px); padding: 14px 22px; }
.pf-project-board > header { display: block; }
.pf-project > header > span, .pf-project-board-title > span { display: flex; gap: 7px; align-items: center; font-size: 7px; }
.pf-project > header > span > i, .pf-project-board-title > span > i { width: 6px; height: 6px; margin-left: 0; border-radius: 50%; background: #d84e93; }
.pf-project > header > div, .pf-project-board-title > div { display: flex; gap: 8px; align-items: center; margin-top: 8px; }
.pf-project > header h3, .pf-project-board-title h3 { max-width: 810px; font-size: 15px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pf-project > header b, .pf-project-board-title > div > b { padding: 3px 7px; border-radius: 999px; color: #15824c; background: #d5f2df; font-size: 7px; }
.pf-project > header i, .pf-project-board-title > div > i { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: #07695f; background: #e2f4ee; font-style: normal; }
.pf-project > header h3 + b, .pf-project-board-title h3 + b { margin-right: auto; }
.pf-project-summary { display: grid; min-height: 74px; margin-top: 12px; padding: 11px 7px; border-radius: 14px; background: #fff; }
.pf-project-summary > span { position: relative; display: grid; align-content: center; gap: 5px; padding-inline: 12px; }
.pf-project-summary small { color: #8f999f; font-size: 6px; letter-spacing: .12em; text-transform: uppercase; }
.pf-project-summary b { display: flex; align-items: center; font-size: 8px; font-weight: 500; }
.pf-project-summary strong { color: #ee453b; font-size: 7px; font-weight: 500; }
.pf-project-summary > span > em:not(.is-progress) { display: block; height: 4px; border-radius: 4px; background: #e7ecee; }
.pf-project-summary .is-progress { display: block; width: 70%; height: 4px; border-radius: 4px; background: #e7ecee; }
.pf-project-summary .is-progress i { display: block; width: 64%; height: 100%; background: #176b62; }
.pf-project-summary label { position: absolute; right: 12px; bottom: 15px; font-size: 7px; }
.pf-avatar { display: inline-grid !important; width: 18px !important; height: 18px !important; place-items: center !important; margin-right: 5px; border-radius: 50% !important; color: #fff !important; background: #475d73 !important; font-size: 6px !important; font-style: normal !important; }
.pf-avatar-stack { display: flex !important; }
.pf-avatar-stack i { display: grid; width: 20px; height: 20px; place-items: center; margin-left: -4px; border: 2px solid #fff; border-radius: 50%; color: #fff; background: #3f7f70; font-size: 6px; font-style: normal; }
.pf-avatar-stack i:nth-child(2) { background: #86a942; }
.pf-avatar-stack i:nth-child(3) { background: #d34d95; }
.pf-avatar-stack i:nth-child(4) { color: #62717b; background: #edf1f3; }
.pf-project-body { grid-template-columns: 145px 1fr; gap: 15px; margin-top: 13px; }
.pf-project-body > nav { gap: 1px; }
.pf-project-body > nav span, .pf-project-body > nav b { display: flex; gap: 7px; align-items: center; padding: 7px 9px; font-size: 7px; }
.pf-project-nav-icon { width: 11px; height: 11px; }
.pf-project-content { grid-template-columns: minmax(0, 1.45fr) minmax(220px, .72fr); gap: 15px; }
.pf-project-main, .pf-progress-card, .pf-phase-card, .pf-board-panel { padding: 14px 16px; }
.pf-project-main > header, .pf-progress-card > header { display: flex; gap: 9px; align-items: center; margin: -14px -16px 0; padding: 13px 16px; border-bottom: 1px solid #e6eaec; }
.pf-project-section-icon { width: 13px; height: 13px; padding: 7px; border-radius: 50%; color: #07695f; background: #edf5f2; box-sizing: content-box; }
.pf-project-main h4, .pf-project-main h5, .pf-progress-card h4, .pf-phase-card h4 { font-size: 10px; }
.pf-project-main dl { margin-top: 11px; }
.pf-project-main dl div { padding: 4px 0; font-size: 7px; }
.pf-project-main dt { width: 112px; }
.pf-project-main hr { margin: 10px 0; }
.pf-project-main p, .pf-project-main li { font-size: 7px; line-height: 1.42; }
.pf-project-main p { margin-block: 6px; }
.pf-status { padding: 3px 7px; border-radius: 999px; color: #15824c; background: #d5f2df; }
.pf-progress-layout { display: grid; grid-template-columns: 91px 1fr; gap: 14px; align-items: center; margin-top: 12px; }
.pf-progress-ring { display: grid; width: 91px; height: 91px; place-items: center; align-content: center; border: 7px solid #d6e0e1; border-top-color: #08675c; border-right-color: #76a49c; border-radius: 50%; box-shadow: inset 0 0 0 6px #fff, inset 0 0 0 12px #b7ceca; }
.pf-progress-ring strong { font-size: 18px; }
.pf-progress-ring span { font-size: 6px; }
.pf-progress-layout ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.pf-progress-layout li { display: grid; grid-template-columns: 7px 1fr auto; gap: 5px; color: #53636d; font-size: 7px; }
.pf-progress-layout li > i { width: 7px; height: 7px; border-radius: 50%; background: #08675c; }
.pf-progress-layout li:nth-child(2) > i { background: #76a49c; }
.pf-progress-layout li:nth-child(3) > i { background: #b7ceca; }
.pf-progress-layout li b { color: #8e999f; font-weight: 500; }
.pf-phase-card { padding: 12px 14px; }
.pf-phase-card > header > span { display: flex; gap: 8px; align-items: center; }
.pf-phase-card article { display: block; margin-top: 8px; padding: 8px; }
.pf-phase-card article > header { display: flex; justify-content: space-between; align-items: center; }
.pf-phase-card article > header b { max-width: 150px; overflow: hidden; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.pf-phase-card article > header span { padding: 2px 6px; border-radius: 999px; color: #16804d; background: #d5f2df; font-size: 6px; }
.pf-phase-card article small { display: block; margin-top: 4px; color: #8e999f; font-size: 6px; }
.pf-phase-card article > i { display: block; height: 4px; margin-top: 5px; border-radius: 4px; background: #d8e1e2; }
.pf-phase-card article footer { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; }
.pf-phase-card article footer b { font-size: 6px; }

.pf-project-board .pf-project-body { margin-top: 13px; }
.pf-board-panel { padding: 12px 14px; }
.pf-board-panel > header > span { display: flex; gap: 8px; align-items: center; }
.pf-board-panel > header h4 { font-size: 10px; }
.pf-board-view, .pf-board-filters { gap: 5px; margin-top: 8px; }
.pf-board-view b, .pf-board-view small, .pf-board-filters span, .pf-board-filters button { padding: 4px 7px; font-size: 6px; }
.pf-board-view b.is-active { outline: 1px solid #1766cc; }
.pf-board-view b.is-grouped { outline: 0; color: #303b42; background: #fff; }
.pf-board-filters button { min-height: 23px; }
.pf-board-filters .is-export { margin-left: auto; color: #65747e; background: #fff; }
.pf-board-columns { gap: 7px; margin-top: 8px; }
.pf-board-columns > section { min-height: 240px; padding: 7px; }
.pf-board-columns h5 { align-items: center; font-size: 7px; }
.pf-board-columns h5 > span { display: flex; gap: 5px; align-items: center; }
.pf-board-columns h5 i { width: 6px; height: 6px; border-radius: 50%; background: #8a9aa3; }
.pf-board-columns h5 .is-stage-1 { background: #2e83c7; }
.pf-board-columns h5 .is-stage-2 { background: #d99736; }
.pf-board-columns h5 .is-stage-3 { background: #2d9a61; }
.pf-board-columns article { margin-top: 6px; padding: 8px; }
.pf-board-columns article small { display: flex; justify-content: space-between; font-size: 5.5px; }
.pf-board-columns article small span { max-width: 82px; overflow: hidden; padding: 2px 5px; border-radius: 999px; color: #226b61; background: #e5f1ee; text-overflow: ellipsis; white-space: nowrap; }
.pf-board-columns article b { display: block; margin-top: 5px; font-size: 7px; line-height: 1.3; }
.pf-board-columns article time { margin-top: 7px; font-size: 6px; }
.pf-board-columns article footer { display: flex; justify-content: space-between; align-items: center; margin-top: 7px; }

@media (max-width: 900px) {
  body:is([data-feature-story="vault"], [data-feature-story="documents"], [data-feature-story="projects"]) .fs-hero {
    grid-template-columns: 1fr;
    padding-top: 72px;
  }
  .fs-vault-browser .pf-app-frame,
  .fs-documents-browser .pf-app-frame,
  .fs-project-browser .pf-app-frame { height: auto; }
}
