/* yyzedportal.com — the only stylesheet the public host will serve (see
   main.vendor_portal_host_boundary). No imports, no fonts, no external assets: a strict CSP
   allows 'self' only, and nothing but this file, public.js and the logo is on the allow-list.

   Sections: 1 tokens/base · 2 header/footer · 3 alerts + info tips · 4 auth card
             5 workspace shell + tabs · 6 transfers · 7 send/upload · 8 file lists + table
             9 account · 10 responsive
   Kept inside the ~2017 browser floor: no :has(), no flex `gap` load-bearing for legibility,
   explicit offsets instead of `inset`, and a plain fallback before every clamp(). */

/* ---------------------------------- 1. Tokens + base --------------------------------- */
:root {
  --ink: #152329;
  --muted: #637278;
  --line: #dce4e2;
  --paper: #fcfbf7;
  --white: #fff;
  --deep: #173c45;
  --teal: #087b72;
  --teal-2: #39a994;
  --mint: #dff3ed;
  --sand: #efe5d2;
  --coral: #dd6a50;
  --danger: #9a3e32;
  --warn: #8a5a12;
  --warn-bg: #fdf2dd;
  --shadow: 0 22px 70px rgba(24, 58, 63, .13);
  --card-shadow: 0 11px 35px rgba(23, 60, 69, .07);
}

* { box-sizing: border-box; }
/* Views are toggled with the `hidden` attribute, but an author rule that sets `display`
   outranks the UA's [hidden] rule — and several classes below set grid/flex/inline-block.
   Without this the whole page would render at once. Keep it above everything. */
[hidden] { display: none !important; }
html { min-height: 100%; background: var(--paper); }
body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;            /* wide content scrolls in its own box, never the page */
  color: var(--ink);
  background: linear-gradient(180deg, #edf6f2 0, var(--paper) 410px);
  font-family: "Aptos", "Trebuchet MS", "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3 { overflow-wrap: break-word; }

.vp-sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.vp-skip {
  position: absolute; left: -9999px; top: 0; z-index: 30;
  background: var(--deep); color: #fff; padding: 10px 14px; border-radius: 0 0 8px 0;
  text-decoration: none; font-size: 13px; font-weight: 800;
}
.vp-skip:focus { left: 0; }

.vp-sky { position: fixed; left: 0; right: 0; top: 0; height: 410px; z-index: -1; overflow: hidden; }
.vp-sky span { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .5; }
.vp-sky span:nth-child(1) { width: 320px; height: 320px; right: -70px; top: -90px; background: #b8e3d8; }
.vp-sky span:nth-child(2) { width: 180px; height: 180px; left: 6%; top: 115px; background: #f4dfbe; opacity: .36; }
.vp-sky span:nth-child(3) { width: 16px; height: 16px; right: 25%; top: 150px; background: var(--coral); opacity: .8; }

/* --------------------------------- 2. Header + footer -------------------------------- */
.vp-header {
  min-height: 78px; max-width: 1240px; margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;
}
.vp-brand {
  display: flex; align-items: center; min-width: 0;
  color: var(--ink); text-decoration: none;
}
/* The wordmark is 333x151 (2.2:1) and fills its own canvas edge to edge, so it must never be
   boxed into a square: height drives it, width stays auto, exactly as the employee header
   does it (styles.css → .app-header img.logo). The brand red behind it covers the moment
   before the file paints, and max-width keeps it inside a narrow viewport. */
.vp-logo {
  display: block; flex: none; height: 46px; width: auto; max-width: 100%;
  /* Belt and braces: if max-width ever clamped the width, a fixed height would squash the
     wordmark. `contain` letterboxes instead, and the artwork is red to its own edges, so the
     letterbox is invisible against the same red. */
  object-fit: contain;
  border-radius: 4px; background: #eb2302;
}
.vp-brand-name {
  flex: none; margin-left: 13px; padding-left: 13px;
  border-left: 1px solid rgba(106, 148, 144, .45);
  color: var(--teal); font-size: 12px; font-weight: 850; line-height: 1.2;
  text-transform: uppercase; letter-spacing: 1.4px; white-space: nowrap;
}
.vp-header-right { display: flex; align-items: center; }
.vp-who {
  max-width: 42vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  color: #40575c; font-size: 12px; font-weight: 700; margin-right: 6px;
}
.vp-link-button {
  border: 0; background: transparent; color: var(--teal); font-weight: 800;
  padding: 8px 10px; border-radius: 7px; font-size: 13px;
}
.vp-link-button:hover { color: var(--deep); background: rgba(8, 123, 114, .07); }
.vp-linkish {
  border: 0; background: transparent; padding: 0; color: var(--teal);
  font-size: 12px; font-weight: 800; text-decoration: underline;
}
.vp-linkish:hover { color: var(--deep); }

.vp-footer {
  max-width: 1180px; margin: 0 auto; padding: 20px 28px 34px;
  border-top: 1px solid rgba(194, 207, 204, .65);
  display: flex; flex-wrap: wrap; justify-content: space-between;
  color: #788589; font-size: 10px; text-transform: uppercase; letter-spacing: .7px;
}

.vp-main { max-width: 1180px; margin: 0 auto; padding: 30px 28px 76px; }
.vp-loading { color: var(--muted); text-align: center; padding: 90px 15px; font-size: 14px; }

/* ------------------------------- 3. Alerts + info tips ------------------------------- */
.vp-alert {
  max-width: 620px; margin: 0 auto 18px; padding: 12px 15px; border-radius: 10px;
  border: 1px solid #e5c2b9; background: #fff1ed; color: var(--danger); font-size: 13px;
}
.vp-alert.success { color: #155f4f; background: #e6f6f0; border-color: #b8dfd4; }
.vp-alert.note { color: #3c4f55; background: #f1f5f4; border-color: #d2dedb; }

/* Self-contained twin of the employee app's .info-tip / .info-pop (styles.css). The public
   host cannot load that stylesheet, so the look is mirrored here and driven by public.js. */
.vp-info-tip {
  width: 17px; height: 17px; padding: 0; flex: none;
  border-radius: 50%; border: 1px solid #b7d6d0; background: #e7f4f1; color: #0a6c65;
  font: italic 700 11px Georgia, "Times New Roman", serif; line-height: 1;
  display: inline-flex; align-items: center; justify-content: center;
  vertical-align: middle; position: relative; top: -1px; margin-left: 7px;
}
.vp-info-tip:hover { background: #d5ebe6; border-color: #93c4bc; }
.vp-info-tip:focus { outline: none; box-shadow: 0 0 0 3px rgba(8, 123, 114, .18); }
.vp-info-tip:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(8, 123, 114, .18); }
.vp-info-pop {
  position: fixed; z-index: 600; max-width: 300px;
  background: #fff; color: var(--ink); border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow); padding: 11px 14px; font-size: 13px; line-height: 1.5;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .12s, visibility .12s;
}
.vp-info-pop.open { opacity: 1; visibility: visible; }
.vp-info-pop.pinned { pointer-events: auto; }

/* ----------------------------------- 4. Auth card ----------------------------------- */
.vp-auth {
  display: grid; grid-template-columns: 1fr 470px; align-items: center;
  grid-gap: 64px; gap: 64px; min-height: 560px;
}
.vp-intro { padding-bottom: 50px; }
.vp-kicker { color: var(--teal); text-transform: uppercase; font-size: 11px; font-weight: 850; letter-spacing: 1.8px; }
.vp-intro h1, .vp-app-head h1 {
  font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -1.4px;
}
.vp-intro h1 {
  margin: 15px 0 22px; max-width: 680px; line-height: 1.05;
  font-size: 46px;
  font-size: clamp(40px, 5vw, 60px);
}
.vp-intro > p { color: var(--muted); font-size: 17px; line-height: 1.65; max-width: 580px; }
.vp-trust { list-style: none; display: flex; flex-wrap: wrap; margin: 30px 0 0; padding: 0; }
.vp-trust li {
  color: #35545a; background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(106, 148, 144, .25); border-radius: 999px;
  padding: 8px 11px; margin: 0 8px 8px 0; font-size: 11px; font-weight: 750;
}

.vp-auth-card {
  background: rgba(255, 255, 255, .94); border: 1px solid rgba(199, 218, 214, .9);
  border-radius: 20px; padding: 15px 32px 30px; box-shadow: var(--shadow);
}
.vp-tabs {
  display: grid; grid-template-columns: 1fr 1fr; background: #f0f4f2;
  padding: 4px; border-radius: 10px; margin-bottom: 26px;
}
.vp-tabs button {
  border: 0; color: #68777a; background: transparent; padding: 10px;
  border-radius: 7px; font-weight: 800; font-size: 12px;
}
.vp-tabs button.active { background: #fff; color: var(--deep); box-shadow: 0 2px 9px rgba(22, 57, 60, .08); }
.vp-form-head { margin-bottom: 18px; }
.vp-form-head h2 {
  margin: 5px 0; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500;
}
.vp-form-head p { margin: 0; color: var(--muted); line-height: 1.5; font-size: 13px; }
.vp-step { color: var(--teal); text-transform: uppercase; letter-spacing: 1px; font-size: 10px; font-weight: 850; }

label { display: block; color: #405159; font-size: 12px; font-weight: 800; margin-bottom: 6px; }
input, select, textarea {
  width: 100%; border: 1px solid #ccd8d6; border-radius: 9px; padding: 12px 13px;
  margin-bottom: 15px; color: var(--ink); background: #fff; outline: none;
}
textarea { resize: vertical; min-height: 74px; }
input:focus, select:focus, textarea:focus {
  border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8, 123, 114, .1);
}
.vp-field-note { margin: 4px 0 15px; color: var(--muted); font-size: 11.5px; line-height: 1.5; }
/* Tucked under the field it describes; standalone notes keep the normal spacing above. */
input + .vp-field-note { margin-top: -8px; }
.vp-code-input { letter-spacing: 8px; font-size: 22px; text-align: center; font-weight: 800; }
/* A checkbox has to opt out of the full-width input rule above, and its label carries the
   caveat text, so the label is a two-line block rather than the usual single line. */
.vp-check { display: flex; align-items: flex-start; margin: 0 0 16px; }
.vp-check input[type="checkbox"] {
  width: 17px; height: 17px; min-width: 17px; flex: none;
  margin: 1px 9px 0 0; padding: 0; accent-color: var(--teal);
}
.vp-check label { margin: 0; line-height: 1.45; }
.vp-check label span {
  display: block; margin-top: 3px; color: var(--muted);
  font-size: 11.5px; font-weight: 400; line-height: 1.5;
}
.vp-primary {
  width: 100%; border: 0; border-radius: 9px; padding: 12px 16px; color: #fff;
  background: linear-gradient(110deg, var(--teal), #159184);
  font-weight: 850; box-shadow: 0 8px 20px rgba(8, 123, 114, .18);
}
.vp-primary:hover { background: var(--deep); }
.vp-primary:disabled { opacity: .55; cursor: default; }
.vp-primary.vp-inline { width: auto; min-width: 190px; }
.vp-secondary {
  border: 1px solid #bed5d1; background: #fff; color: var(--teal);
  border-radius: 9px; padding: 11px 16px; font-weight: 850;
}
.vp-secondary:hover { border-color: var(--teal); background: #f4faf8; }
.vp-secondary:disabled { opacity: .55; cursor: default; }
.vp-back { display: block; margin: 12px auto 0; border: 0; color: var(--muted); background: transparent; font-size: 12px; }
.vp-back:hover { color: var(--deep); }
.vp-help { text-align: center; margin: 16px 0 0; }

/* --------------------------- 5. Workspace shell + tab bar --------------------------- */
/* Three classes here carry no styling on purpose and are not typos: .vp-app (workspace
   wrapper), .vp-panel (one tab's contents) and .vp-tip-slot (the inline span public.js
   injects an info "i" into). All three want the default box, only a name to hang on. */
.vp-app-head {
  display: flex; align-items: flex-end; justify-content: space-between;
  gap: 24px; margin: 6px 0 24px;
}
.vp-app-head h1 { font-size: 42px; margin: 8px 0 5px; }
.vp-app-head p { margin: 0; color: var(--muted); font-size: 13px; overflow-wrap: break-word; }
.vp-secure-mark {
  margin: 0; white-space: nowrap; font-size: 11px; font-weight: 800; color: #477067;
  background: var(--mint); padding: 8px 11px; border-radius: 999px;
}
.vp-secure-mark span {
  display: inline-block; width: 7px; height: 7px; background: #36a27d;
  border-radius: 50%; margin-right: 5px;
}

.vp-nav {
  display: flex; flex-wrap: wrap; align-items: center;
  border-bottom: 1px solid var(--line); margin-bottom: 22px;
}
.vp-nav-btn {
  border: 0; background: transparent; color: #56686d; font-size: 13px; font-weight: 800;
  padding: 12px 4px; margin: 0 22px 0 0; border-bottom: 3px solid transparent;
  white-space: nowrap;
}
.vp-nav-btn:hover { color: var(--deep); }
.vp-nav-btn.active { color: var(--deep); border-bottom-color: var(--teal); }
/* Kept on :focus, not :focus-visible — below the browser floor :focus-visible does not
   match, and suppressing the ring there would leave keyboard users with no indicator. */
.vp-nav-btn:focus { outline: 2px solid var(--teal); outline-offset: 2px; }
.vp-count {
  display: inline-block; min-width: 19px; margin-left: 7px; padding: 2px 6px;
  border-radius: 999px; background: var(--coral); color: #fff;
  font-size: 10px; font-weight: 900; text-align: center;
}

.vp-card {
  background: #fff; border: 1px solid var(--line); border-radius: 17px;
  padding: 24px; margin-bottom: 18px; box-shadow: var(--card-shadow);
}
.vp-card:last-child { margin-bottom: 0; }
.vp-card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 10px;
}
.vp-card-head h2 {
  margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: 23px;
}
.vp-card-lead { margin: 0 0 18px; color: var(--muted); font-size: 12.5px; line-height: 1.6; }
.vp-sub {
  margin: 24px 0 6px; font-size: 12px; font-weight: 850; text-transform: uppercase;
  letter-spacing: 1px; color: #5d6f74;
}
.vp-two-col { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 18px; gap: 18px; align-items: start; }
.vp-two-col .vp-card { margin-bottom: 0; }
.vp-empty { color: var(--muted); text-align: center; padding: 42px 15px; font-size: 13px; }
.vp-summary { margin: 14px 0 0; color: var(--muted); font-size: 11.5px; }

/* --------------------------------- 6. Transfers list -------------------------------- */
.vp-transfers { display: block; }
.vp-transfer {
  display: block; width: 100%; text-align: left; border: 1px solid var(--line);
  background: #fff; border-radius: 13px; padding: 15px 16px; margin-bottom: 10px;
}
.vp-transfer:hover { border-color: #a9cbc5; background: #fbfefd; }
.vp-transfer:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(8, 123, 114, .12); }
.vp-transfer.overdue { border-left: 4px solid var(--coral); }
.vp-transfer-top { display: flex; flex-wrap: wrap; align-items: baseline; }
.vp-ref {
  display: inline-block; color: var(--teal); background: var(--mint); border-radius: 6px;
  padding: 3px 7px; margin-right: 9px; font-size: 10px; font-weight: 900; letter-spacing: .6px;
}
/* A row is one button, so its title is a span rather than a heading — a heading is not
   allowed inside button content and would be announced oddly. */
.vp-transfer-title { font-size: 14px; font-weight: 800; overflow-wrap: break-word; min-width: 0; }
.vp-transfer-meta {
  display: block; margin-top: 7px; color: var(--muted); font-size: 11.5px; line-height: 1.6;
}
.vp-badges { margin: 9px 0 0; display: flex; flex-wrap: wrap; }
.vp-badge {
  display: inline-block; border-radius: 999px; padding: 4px 9px; margin: 0 7px 6px 0;
  font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .5px;
  color: #4a5b60; background: #f0f3f2; border: 1px solid #e0e7e5;
}
.vp-badge.ok { color: #14614f; background: #e4f5ef; border-color: #b8dfd4; }
.vp-badge.due { color: var(--warn); background: var(--warn-bg); border-color: #edd9ae; }
.vp-badge.overdue { color: #fff; background: #c0533b; border-color: #ab4930; }

.vp-back-link {
  border: 0; background: transparent; color: var(--teal); font-size: 12px; font-weight: 850;
  padding: 0 0 12px;
}
.vp-back-link:hover { color: var(--deep); }
.vp-detail-head h2 {
  margin: 6px 0 0; font-family: Georgia, "Times New Roman", serif;
  font-weight: 500; font-size: 26px;
}
.vp-meta {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 14px; gap: 14px; margin: 18px 0 0;
}
.vp-meta div { min-width: 0; }
.vp-meta dt {
  color: #6b7c80; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .8px;
}
.vp-meta dd { margin: 4px 0 0; font-size: 13px; overflow-wrap: break-word; }

/* Staff-authored message. The server sanitises it to p/br/b/i/u/ul/ol/li with no attributes,
   and public.js assigns it to this element alone — never inside a larger built-up string. */
.vp-message {
  margin: 20px 0 0; padding: 17px 19px; border: 1px solid #e3ece9; border-left: 3px solid var(--teal-2);
  border-radius: 11px; background: #f8fbfa; color: #2a3a3e; font-size: 13.5px; line-height: 1.65;
  overflow-wrap: break-word;
}
.vp-message:empty { display: none; }
.vp-message p { margin: 0 0 10px; }
.vp-message p:last-child { margin-bottom: 0; }
.vp-message ul, .vp-message ol { margin: 0 0 10px; padding-left: 22px; }
.vp-message li { margin-bottom: 4px; }
.vp-detail-actions { display: flex; flex-wrap: wrap; align-items: center; margin-top: 22px; }
.vp-detail-actions button { margin: 0 10px 10px 0; }
.vp-ack-note { margin: 4px 0 0; color: #14614f; font-size: 12px; font-weight: 750; }

/* ------------------------------- 7. Send / upload box ------------------------------- */
.vp-file-drop {
  position: relative; display: block; text-align: center; padding: 26px 14px;
  margin: 4px 0 16px; border: 1.5px dashed #a8c3be; border-radius: 12px; background: #f5faf8;
}
.vp-file-drop input {
  position: absolute; top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%; margin: 0; opacity: 0; cursor: pointer;
}
.vp-file-drop.hot { border-color: var(--teal); background: #eaf6f3; }
.vp-file-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; margin-bottom: 8px; border-radius: 50%;
  background: var(--deep); color: #fff; font-size: 21px;
}
.vp-file-drop strong { display: block; font-size: 13.5px; overflow-wrap: break-word; }
.vp-file-drop > span:last-child { display: block; color: var(--muted); font-size: 11px; margin-top: 5px; }

.vp-queue { display: block; margin-bottom: 10px; }
.vp-queue-row { border: 1px solid var(--line); border-radius: 11px; padding: 12px 14px; margin-bottom: 8px; }
.vp-queue-row.bad { border-color: #e5c2b9; background: #fff8f6; }
.vp-queue-row.done { border-color: #b8dfd4; background: #f5fbf9; }
.vp-queue-row.staged { border-color: #b8dfd4; }
.vp-queue-row.busy { border-color: #a8c3be; background: #f8fbfa; }
.vp-queue-top { display: flex; justify-content: space-between; align-items: baseline; }
.vp-queue-name {
  flex: 1 1 auto; font-size: 12.5px; font-weight: 800;
  overflow-wrap: break-word; min-width: 0; padding-right: 10px;
}
.vp-queue-pct {
  flex: none; margin-right: 10px; color: var(--teal);
  font-size: 11.5px; font-weight: 850; font-variant-numeric: tabular-nums;
}
.vp-queue-acts { flex: none; white-space: nowrap; }
.vp-queue-drop { border: 0; background: transparent; color: var(--muted); font-size: 11px; font-weight: 800; flex: none; padding: 0; }
.vp-queue-drop:hover { color: var(--danger); }
.vp-queue-again { border: 0; background: transparent; color: var(--teal); font-size: 11px; font-weight: 850; flex: none; padding: 0; margin-right: 12px; }
.vp-queue-again:hover { color: var(--deep); text-decoration: underline; }
.vp-queue-status { margin: 6px 0 0; color: var(--muted); font-size: 11px; }
.vp-queue-row.bad .vp-queue-status { color: var(--danger); font-weight: 700; }
.vp-queue-summary { margin: 0 0 16px; color: var(--muted); font-size: 11.5px; line-height: 1.5; }
.vp-track { position: relative; height: 7px; margin-top: 7px; border-radius: 999px; background: #e6ecea; overflow: hidden; }
.vp-track span { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--teal), var(--teal-2)); }
/* The finalize/commit step has no byte count to report, so the bar stops claiming a
   percentage and travels instead — a full bar there would be a fake 100%. */
.vp-track.busy span { width: 38%; animation: vp-track-slide 1.15s linear infinite; }
@keyframes vp-track-slide {
  0% { transform: translateX(-105%); }
  100% { transform: translateX(300%); }
}
@media (prefers-reduced-motion: reduce) {
  .vp-track.busy span { width: 100%; animation: none; opacity: .55; }
}

/* -------------------------------- 8. File lists + table ----------------------------- */
.vp-files { display: block; }
.vp-file-row {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  padding: 15px 2px; border-bottom: 1px solid #edf0ef;
}
.vp-file-row:last-child { border-bottom: 0; }
.vp-file-row > div { min-width: 0; padding-right: 12px; }
.vp-file-row h4 { margin: 0 0 5px; font-size: 13px; font-weight: 800; overflow-wrap: break-word; }
.vp-file-row p { margin: 0; color: var(--muted); font-size: 11px; overflow-wrap: break-word; }
.vp-file-badge {
  display: inline-block; margin-right: 7px; color: var(--teal); background: var(--mint);
  border-radius: 999px; padding: 3px 6px; font-size: 9px; font-weight: 850; text-transform: uppercase;
}
.vp-file-badge.sent { color: #765b2d; background: #f5ead4; }
.vp-download {
  display: inline-block; text-decoration: none; color: var(--teal); background: #fff;
  border: 1px solid #bed5d1; border-radius: 8px; padding: 8px 12px;
  font-size: 11px; font-weight: 850; white-space: nowrap;
}
.vp-download:hover { border-color: var(--teal); background: #f4faf8; }

.vp-filters { display: flex; flex-wrap: wrap; align-items: flex-end; margin-bottom: 6px; }
.vp-filter { flex: 1 1 200px; min-width: 150px; margin-right: 14px; }
.vp-filter:last-child { margin-right: 0; }
.vp-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.vp-table { width: 100%; min-width: 620px; border-collapse: collapse; }
.vp-table th {
  text-align: left; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line);
  color: #5d6f74; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .8px;
  white-space: nowrap;
}
.vp-table td {
  padding: 13px 12px 13px 0; border-bottom: 1px solid #edf0ef; font-size: 12.5px; vertical-align: top;
}
.vp-table tr:last-child td { border-bottom: 0; }
.vp-table td:last-child, .vp-table th:last-child { padding-right: 0; text-align: right; }
.vp-cell-name { font-weight: 800; overflow-wrap: break-word; }
.vp-cell-note { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; font-weight: 400; }
.vp-nowrap { white-space: nowrap; }

/* ------------------------------------ 9. Account ------------------------------------ */
#vp-account-meta { margin-bottom: 18px; }

/* ----------------------------------- 10. Responsive --------------------------------- */
@media (max-width: 980px) {
  .vp-main { padding-top: 18px; }
  .vp-auth { grid-template-columns: 1fr; grid-gap: 20px; gap: 20px; min-height: 0; }
  .vp-intro { padding: 16px 0 0; text-align: center; }
  .vp-intro > p { margin-left: auto; margin-right: auto; }
  .vp-trust { justify-content: center; }
  .vp-auth-card { max-width: 540px; width: 100%; margin: 0 auto; }
  .vp-two-col { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .vp-app-head { flex-direction: column; align-items: flex-start; }
  .vp-app-head h1 { font-size: 34px; }
  .vp-nav { overflow-x: auto; flex-wrap: nowrap; }
  .vp-nav-btn { margin-right: 18px; }
  .vp-detail-actions .vp-primary.vp-inline, .vp-detail-actions .vp-secondary { width: 100%; }
  .vp-file-row { flex-direction: column; align-items: stretch; }
  .vp-file-row > div { padding-right: 0; margin-bottom: 10px; }
  .vp-download { text-align: center; }
}
@media (max-width: 560px) {
  .vp-header { min-height: 68px; padding: 10px 16px; }
  .vp-logo { height: 40px; }
  .vp-main { padding: 16px 16px 52px; }
  .vp-intro h1 { font-size: 32px; letter-spacing: -.8px; }
  .vp-intro > p { font-size: 15px; }
  .vp-trust { display: none; }
  .vp-auth-card { padding: 13px 18px 24px; border-radius: 15px; }
  .vp-card { padding: 18px; border-radius: 14px; }
  .vp-card-head h2 { font-size: 20px; }
  .vp-detail-head h2 { font-size: 22px; }
  .vp-filter { flex-basis: 100%; margin-right: 0; }
  .vp-footer { padding: 18px 16px 28px; }
  .vp-footer span { flex: 1 1 100%; }
  .vp-footer span + span { margin-top: 6px; }
}
@media (max-width: 380px) {
  .vp-logo { height: 34px; }
  .vp-brand-name {
    margin-left: 9px; padding-left: 9px; font-size: 10.5px; letter-spacing: 1px;
  }
  .vp-who { display: none; }
  .vp-app-head h1 { font-size: 28px; }
  .vp-meta { grid-template-columns: 1fr; }
}
