:root {
  color-scheme: light;
  --bg: #f5f5f7;
  --surface: rgba(255,255,255,.94);
  --surface-strong: #fff;
  --text: #1d1d1f;
  --muted: #6e6e73;
  --subtle: #86868b;
  --line: rgba(29,29,31,.1);
  --line-strong: rgba(29,29,31,.16);
  --blue: #0071e3;
  --blue-hover: #0077ed;
  --blue-soft: #eef7ff;
  --green: #248a3d;
  --green-soft: #eef9f1;
  --orange: #c93400;
  --orange-soft: #fff5ef;
  --purple: #7b3fc6;
  --purple-soft: #f7f1ff;
  --red: #d70015;
  --radius-xl: 26px;
  --radius-lg: 21px;
  --radius-md: 15px;
  --shadow: 0 16px 44px rgba(0,0,0,.065);
  --sidebar: 252px;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 88% 5%, rgba(0,113,227,.055), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
button { color: inherit; }
button, select { cursor: pointer; }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.is-hidden { display: none !important; }

button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(0,113,227,.28);
  outline-offset: 2px;
}

.demo-banner {
  position: fixed;
  inset: 0 0 auto var(--sidebar);
  z-index: 80;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 18px;
  border-bottom: 1px solid rgba(0,113,227,.1);
  background: rgba(240,247,255,.92);
  color: #295c8c;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.demo-banner strong { font-weight: 700; }
.demo-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 99px; background: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,227,.1); }

.app-shell { min-height: 100vh; }
.sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 100;
  width: var(--sidebar);
  display: flex;
  flex-direction: column;
  border-right: 1px solid rgba(29,29,31,.08);
  background: rgba(250,250,252,.9);
  backdrop-filter: blur(28px) saturate(130%);
  -webkit-backdrop-filter: blur(28px) saturate(130%);
}
.sidebar-head { min-height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 19px 18px 12px; }
.brand { min-width: 0; display: flex; align-items: center; gap: 11px; padding: 0; border: 0; background: none; text-align: left; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: linear-gradient(145deg,#0071e3,#58a6ff); box-shadow: 0 7px 18px rgba(0,113,227,.2); font-size: 18px; font-weight: 750; letter-spacing: -.04em; }
.brand > span:last-child { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.brand strong { font-size: 13px; letter-spacing: -.02em; }
.brand small { color: var(--muted); font-size: 9px; }
.icon-button { width: 38px; height: 38px; display: grid; place-items: center; padding: 0; border: 0; border-radius: 11px; background: transparent; }
.icon-button:hover { background: rgba(29,29,31,.055); }
.sidebar-close { display: none; }
.side-nav { flex: 1; padding: 12px 12px; overflow: auto; }
.nav-label { margin: 19px 11px 7px; color: #99999e; font-size: 9px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.nav-label:first-child { margin-top: 0; }
.nav-link { width: 100%; min-height: 43px; display: grid; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; margin: 3px 0; padding: 8px 11px; border: 0; border-radius: 12px; color: #55555a; background: transparent; font-size: 11px; text-align: left; transition: .18s ease; }
.nav-link:hover { color: var(--text); background: rgba(29,29,31,.045); }
.nav-link.is-active { color: #075da9; background: linear-gradient(135deg,rgba(0,113,227,.11),rgba(0,113,227,.055)); font-weight: 650; }
.nav-link svg { width: 18px; height: 18px; }
.nav-link kbd { min-width: 20px; padding: 2px 5px; border: 0; border-radius: 6px; color: #8a8a90; background: rgba(29,29,31,.055); font-family: inherit; font-size: 8px; text-align: center; }
.nav-count { min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; border-radius: 99px; color: var(--blue); background: rgba(0,113,227,.1); font-size: 8px; font-weight: 700; }
.nav-count.warm { color: #a84411; background: #fff0e7; }
.sidebar-foot { margin: 12px; padding: 14px; border: 1px solid rgba(29,29,31,.07); border-radius: 15px; background: rgba(255,255,255,.75); }
.sidebar-foot > div { display: flex; align-items: center; gap: 7px; color: #3c7d4b; font-size: 9px; font-weight: 650; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #34c759; box-shadow: 0 0 0 4px rgba(52,199,89,.11); }
.sidebar-foot p { margin: 8px 0 3px; color: var(--muted); font-size: 8px; }
.sidebar-foot small { color: #a1a1a6; font-size: 7px; }
.nav-scrim { display: none; }

.app-frame { min-height: 100vh; margin-left: var(--sidebar); padding-top: 32px; }
.topbar {
  position: sticky;
  top: 32px;
  z-index: 70;
  height: 66px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  border-bottom: 1px solid rgba(29,29,31,.075);
  background: rgba(250,250,252,.78);
  backdrop-filter: blur(24px) saturate(135%);
  -webkit-backdrop-filter: blur(24px) saturate(135%);
}
.mobile-menu { display: none; }
.top-context { display: flex; flex-direction: column; gap: 2px; }
.top-context small { color: var(--muted); font-size: 8px; }
.top-context strong { font-size: 12px; }
.topbar-spacer { flex: 1; }
.offline-badge { height: 28px; display: flex; align-items: center; gap: 7px; padding: 0 10px; border: 1px solid rgba(52,199,89,.18); border-radius: 99px; color: #327243; background: #f1faf3; font-size: 8px; font-weight: 650; }
.offline-badge > span { width: 6px; height: 6px; border-radius: 50%; background: #34c759; }
.account-button { min-width: 160px; display: flex; align-items: center; gap: 9px; padding-left: 4px; }
.avatar { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: linear-gradient(145deg,#2579c7,#6cb5f6); box-shadow: inset 0 0 0 1px rgba(255,255,255,.24); font-size: 10px; font-weight: 700; }
.account-copy { min-width: 0; display: flex; flex-direction: column; gap: 1px; }
.account-copy strong { font-size: 9px; }
.account-copy small { color: var(--muted); font-size: 7px; }

.main-content { width: min(100%, 1480px); margin: 0 auto; padding: 38px clamp(22px,3.2vw,48px) 80px; }
.view { display: none; animation: viewIn .28s ease both; }
.view.is-active { display: block; }
@keyframes viewIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.page-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 27px; }
.page-header h1 { margin: 4px 0 7px; font-size: clamp(30px,3vw,42px); line-height: 1.08; letter-spacing: -.045em; }
.page-header p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
.eyebrow { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.page-actions { display: flex; gap: 9px; }
.button { min-height: 40px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 0 16px; border: 1px solid transparent; border-radius: 11px; font-size: 10px; font-weight: 650; white-space: nowrap; transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button svg { width: 16px; height: 16px; }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 6px 16px rgba(0,113,227,.16); }
.button-primary:hover { background: var(--blue-hover); }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.84); }
.button-secondary:hover { border-color: var(--line-strong); background: #fff; }
.button-ghost { color: #4f4f54; background: transparent; }
.button-ghost:hover { background: rgba(29,29,31,.05); }
.button-sm { min-height: 34px; padding-inline: 12px; font-size: 9px; }
.card { border: 1px solid rgba(29,29,31,.075); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow); }
.metric-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 15px; margin-bottom: 15px; }
.metric-card { min-height: 160px; padding: 21px; overflow: hidden; position: relative; }
.metric-card::after { content: ""; position: absolute; width: 88px; height: 88px; right: -33px; bottom: -33px; border-radius: 50%; background: currentColor; opacity: .05; }
.metric-card > div { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; }
.metric-card span { font-size: 10px; font-weight: 650; }
.metric-card small { padding: 4px 7px; border-radius: 99px; color: #69696f; background: #f0f0f2; font-size: 7px; font-weight: 650; }
.metric-card > strong { display: block; margin-top: 18px; font-size: 35px; line-height: 1; letter-spacing: -.05em; }
.metric-card p { margin: 9px 0 0; color: var(--muted); font-size: 8px; }
.metric-blue { color: #1975c8; }
.metric-orange { color: #c45e22; }
.metric-green { color: #2c8b48; }
.metric-neutral { color: #64646a; }
.metric-blue small { color: #176fb7; background: #eaf5ff; }
.metric-orange small { color: #a9511b; background: #fff0e6; }
.metric-green small { color: #267b3e; background: #eaf7ed; }
.metric-card > div span, .metric-card > strong { color: var(--text); }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,2fr) minmax(310px,1fr); gap: 15px; }
.dashboard-card { padding: 22px; }
.span-two { min-width: 0; }
.card-heading { min-height: 34px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.card-heading h2, .section-heading h2 { margin: 2px 0 0; font-size: 15px; letter-spacing: -.025em; }
.card-kicker { color: var(--muted); font-size: 8px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.card-heading > button { display: inline-flex; align-items: center; gap: 5px; padding: 5px 0; border: 0; color: var(--blue); background: none; font-size: 8px; }
.card-heading > button svg { width: 13px; height: 13px; }
.soft-label { padding: 5px 8px; border-radius: 99px; color: #74747a; background: #f2f2f4; font-size: 7px; }
.service-bars { display: grid; grid-template-columns: minmax(145px,210px) 1fr; align-items: center; gap: 14px 16px; padding: 2px 0 1px; }
.service-bar-label { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 9px; }
.service-bar-label > span:nth-child(2) { display: flex; flex-direction: column; gap: 2px; }
.service-bar-label strong { font-size: 9px; }
.service-bar-label small { color: var(--muted); font-size: 7px; }
.service-bar-label b { font-size: 9px; }
.choice-icon { width: 38px; height: 38px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; }
.choice-icon svg { width: 19px; height: 19px; }
.choice-icon.blue { color: #1574ca; background: #edf6ff; }
.choice-icon.green { color: #2a8b45; background: #eef8f0; }
.choice-icon.purple { color: #7742ba; background: #f6efff; }
.bar-track { height: 8px; overflow: hidden; border-radius: 99px; background: #ebf0f5; }
.bar-track i { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg,#2f8be3,#73b7f7); }
.bar-track.green i { background: linear-gradient(90deg,#3c9a55,#8fc99d); }
.bar-track.purple i { background: linear-gradient(90deg,#8452c5,#c1a0e8); }
.donut-wrap { min-height: 158px; display: flex; align-items: center; justify-content: center; gap: 28px; }
.donut { width: 132px; aspect-ratio: 1; display: grid; place-items: center; position: relative; border-radius: 50%; background: conic-gradient(#1683e9 0 27.8%,#4aa566 27.8% 66.7%,#d6d6da 66.7% 100%); }
.donut::after { content: ""; position: absolute; inset: 18px; border-radius: 50%; background: white; }
.donut span { z-index: 1; display: flex; flex-direction: column; text-align: center; }
.donut strong { font-size: 23px; line-height: 1; }
.donut small { margin-top: 5px; color: var(--muted); font-size: 7px; }
.donut-wrap ul { min-width: 95px; display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.donut-wrap li { display: grid; grid-template-columns: 7px 1fr auto; align-items: center; gap: 7px; color: var(--muted); font-size: 8px; }
.donut-wrap li i { width: 7px; height: 7px; border-radius: 50%; }
.donut-wrap li i.blue { background: #1683e9; }.donut-wrap li i.green { background: #4aa566; }.donut-wrap li i.gray { background: #d6d6da; }
.donut-wrap li strong { color: var(--text); }
.vendor-usage { display: grid; gap: 1px; }
.vendor-usage > div { min-height: 54px; display: grid; grid-template-columns: 38px minmax(130px,1fr) minmax(80px,1.5fr) 25px; align-items: center; gap: 10px; padding: 7px 0; border-top: 1px solid var(--line); }
.vendor-usage > div:first-child { border-top: 0; }
.vendor-logo { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #4c4c51; background: #eeeef0; font-size: 10px; font-weight: 750; }
.blue-logo { color: #176cad; background: #eaf5ff; }.green-logo { color: #2b8042; background: #eaf7ed; }.purple-logo { color: #7143aa; background: #f4ecff; }.orange-logo { color: #a6521e; background: #fff0e6; }
.vendor-usage p { min-width: 0; display: flex; flex-direction: column; gap: 2px; margin: 0; }
.vendor-usage strong { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.vendor-usage small { color: var(--muted); font-size: 7px; }
.mini-bar { height: 6px; overflow: hidden; border-radius: 99px; background: #eff0f2; }
.mini-bar i { height: 100%; display: block; border-radius: inherit; background: #80b9ed; }
.vendor-usage > div:nth-child(2) .mini-bar i { background: #82bd91; }.vendor-usage > div:nth-child(3) .mini-bar i { background: #ac8dd1; }
.vendor-usage b { font-size: 10px; text-align: right; }
.upcoming-list { display: grid; }
.upcoming-list button { min-height: 71px; display: grid; grid-template-columns: 45px 1fr 18px; align-items: center; gap: 11px; padding: 10px 0; border: 0; border-top: 1px solid var(--line); background: none; text-align: left; }
.upcoming-list button:first-child { border-top: 0; }
.date-tile { width: 43px; height: 48px; display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 12px; color: #176fb7; background: #edf7ff; }
.date-tile.violet { color: #7442ae; background: #f5effc; }
.date-tile strong { font-size: 15px; line-height: 1; }.date-tile small { margin-top: 4px; font-size: 7px; }
.upcoming-list button > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.upcoming-list button > span:nth-child(2) > strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.upcoming-list button > span:nth-child(2) > small { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: 7px; }
.upcoming-list button > span:nth-child(2) svg { width: 11px; height: 11px; }
.chevron { color: #aaaab0; width: 16px; height: 16px; }
.recent-card { margin-top: 15px; padding: 22px; }
.recent-list { display: grid; }
.recent-row { min-height: 66px; display: grid; grid-template-columns: 38px minmax(170px,1.45fr) minmax(120px,.8fr) 105px 65px 16px; align-items: center; gap: 12px; padding: 10px 0; border: 0; border-top: 1px solid var(--line); background: none; text-align: left; }
.recent-row:first-child { border-top: 0; }
.project-glyph { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #647383; background: #f0f2f4; }
.project-glyph svg { width: 17px; height: 17px; }
.recent-main { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.recent-main strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.recent-main small, .recent-row time { color: var(--muted); font-size: 7px; }
.recent-row time { text-align: right; }
.service-pills { display: flex; flex-wrap: wrap; gap: 5px; }
.pill { min-height: 21px; display: inline-flex; align-items: center; justify-content: center; padding: 3px 8px; border-radius: 99px; font-size: 7px; font-style: normal; font-weight: 650; white-space: nowrap; }
.pill.blue { color: #176fb7; background: #eaf5ff; }.pill.green { color: #277c3e; background: #eaf7ed; }.pill.purple { color: #7240ad; background: #f3eafd; }
.badge { min-height: 23px; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 3px 8px; border-radius: 99px; font-size: 7px; font-weight: 650; white-space: nowrap; }
.badge > i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.badge-blue { color: #176db3; background: #eaf5ff; }.badge-orange { color: #a9511b; background: #fff0e6; }.badge-green { color: #267b3e; background: #eaf7ed; }.badge-purple { color: #7142aa; background: #f3eafd; }.badge-neutral { color: #6b6b70; background: #eeeeF1; }

/* Wizard */
.wizard-view { margin-top: -18px; }
.wizard-topbar { min-height: 56px; display: grid; grid-template-columns: 140px 1fr 140px; align-items: center; gap: 16px; margin-bottom: 24px; }
.wizard-progress { display: flex; align-items: center; justify-content: center; }
.wizard-progress > i { width: clamp(22px,5vw,74px); height: 1px; background: #d9d9dd; }
.wizard-step { min-width: 58px; display: flex; flex-direction: column; align-items: center; gap: 5px; padding: 0; border: 0; color: #96969b; background: none; font-size: 8px; }
.wizard-step > span { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid #d1d1d5; border-radius: 50%; background: #fff; font-size: 8px; font-weight: 700; }
.wizard-step.is-current { color: var(--blue); font-weight: 700; }.wizard-step.is-current > span { border-color: var(--blue); color: #fff; background: var(--blue); box-shadow: 0 0 0 5px rgba(0,113,227,.08); }
.wizard-step.is-complete { color: #4e8a5a; }.wizard-step.is-complete > span { border-color: #4a9a5c; color: #fff; background: #4a9a5c; }
.wizard-step-mobile { display: none; justify-self: end; color: var(--muted); font-size: 9px; }
.wizard-form { max-width: 1030px; margin: 0 auto; }
.wizard-pane { display: none; min-height: 520px; animation: viewIn .25s ease; }.wizard-pane.is-active { display: block; }
.wizard-heading { display: grid; grid-template-columns: 50px 1fr; gap: 14px; margin-bottom: 22px; }
.wizard-heading .wizard-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; color: var(--blue); background: #eaf5ff; }
.wizard-heading .wizard-icon.success { color: var(--green); background: var(--green-soft); }
.wizard-heading .wizard-icon svg { width: 23px; height: 23px; }
.wizard-heading p { margin: 0 0 3px; color: var(--blue); font-size: 8px; font-weight: 700; text-transform: uppercase; }
.wizard-heading h1 { margin: 0; font-size: 26px; letter-spacing: -.04em; }
.wizard-heading div > span { display: block; margin-top: 6px; color: var(--muted); font-size: 10px; }
.form-card, .need-card { padding: 25px; }
.form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px 18px; }
.field { min-width: 0; display: flex; flex-direction: column; gap: 7px; color: #38383c; font-size: 9px; font-weight: 650; }
.field.full { grid-column: 1 / -1; }
.field > span:first-child b { margin-left: 2px; color: var(--red); }
.field small { color: var(--muted); font-size: 7px; font-weight: 400; line-height: 1.5; }
input, select, textarea { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; outline: none; color: var(--text); background: #fbfbfd; font-size: 10px; transition: .16s ease; }
textarea { min-height: 74px; resize: vertical; line-height: 1.55; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 4px rgba(0,113,227,.1); }
input:disabled { color: #88888d; background: #f2f2f4; }
.input-icon, .input-suffix { min-width: 0; position: relative; display: flex; align-items: center; font-weight: 400; }
.input-icon > svg { position: absolute; left: 12px; z-index: 1; width: 15px; height: 15px; color: #929298; }.input-icon > input { padding-left: 36px; }
.input-suffix > input { padding-right: 42px; }.input-suffix > i { position: absolute; right: 12px; color: var(--muted); font-size: 8px; font-style: normal; }
.service-choice-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.service-choice { min-height: 225px; display: flex; flex-direction: column; align-items: flex-start; position: relative; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.8); text-align: left; box-shadow: 0 8px 26px rgba(0,0,0,.035); transition: .18s ease; }
.service-choice:hover { transform: translateY(-2px); border-color: rgba(0,113,227,.26); box-shadow: 0 15px 34px rgba(0,0,0,.06); }
.service-choice.is-selected { border-color: rgba(0,113,227,.48); background: #f9fcff; box-shadow: 0 0 0 3px rgba(0,113,227,.07),0 14px 34px rgba(0,0,0,.05); }
.choice-check { width: 24px; height: 24px; display: grid; place-items: center; position: absolute; top: 20px; right: 20px; border: 1px solid #d0d0d5; border-radius: 50%; color: transparent; background: #fff; }
.choice-check svg { width: 13px; height: 13px; }
.service-choice.is-selected .choice-check { border-color: var(--blue); color: #fff; background: var(--blue); }
.service-choice > strong { margin-top: 23px; font-size: 14px; }
.service-choice > p { flex: 1; margin: 9px 0; color: var(--muted); font-size: 9px; line-height: 1.65; }
.service-choice > span:last-child { display: flex; align-items: center; gap: 5px; color: var(--blue); font-size: 8px; font-weight: 650; }.service-choice > span:last-child svg { width: 12px; height: 12px; }
.selection-summary { min-height: 50px; display: flex; align-items: center; gap: 9px; margin-top: 16px; padding: 10px 14px; border: 1px solid rgba(52,199,89,.16); border-radius: 14px; color: #2f7740; background: #f3faf5; font-size: 9px; }
.round-check { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #4a9c5c; }.round-check svg { width: 13px; height: 13px; }
.needs-stack { display: grid; gap: 16px; }
.need-card-head { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 12px; margin-bottom: 22px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.need-card-head h2 { margin: 0; font-size: 14px; }.need-card-head p { margin: 4px 0 0; color: var(--muted); font-size: 8px; }
.material-list { display: grid; gap: 9px; margin-bottom: 22px; }
.material-head, .material-list > div:not(.material-head) { display: grid; grid-template-columns: minmax(120px,.75fr) minmax(100px,.55fr) minmax(180px,1.4fr); gap: 10px; align-items: center; }
.material-head { padding: 0 2px; color: var(--muted); font-size: 7px; }
.print-extra { padding-top: 20px; border-top: 1px solid var(--line); }
.review-card { overflow: hidden; }
.review-hero { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 27px; color: #fff; background: linear-gradient(125deg,#176ab6,#2995ea); }
.review-hero span { font-size: 8px; opacity: .78; }.review-hero h2 { margin: 7px 0 9px; font-size: 19px; }.review-hero p { display: flex; align-items: center; gap: 5px; margin: 0; font-size: 9px; opacity: .85; }.review-hero p svg { width: 13px; height: 13px; }
.review-hero button { padding: 6px 10px; border: 1px solid rgba(255,255,255,.24); border-radius: 9px; color: #fff; background: rgba(255,255,255,.12); font-size: 8px; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--line); }
.review-grid > div { display: flex; flex-direction: column; gap: 5px; padding: 21px 26px; }.review-grid > div + div { border-left: 1px solid var(--line); }.review-grid span,.review-services > span { color: var(--muted); font-size: 8px; }.review-grid strong { font-size: 10px; }.review-grid small { color: var(--muted); font-size: 8px; }
.review-services { padding: 21px 26px; }
.review-services > span { display: block; margin-bottom: 10px; }.review-services > div { display: grid; grid-template-columns: 58px 95px 1fr auto; align-items: center; gap: 10px; min-height: 49px; border-top: 1px solid var(--line); }.review-services > div:nth-child(2) { border-top: 0; }.review-services strong { font-size: 9px; }.review-services p { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.5; }.review-services button { border: 0; color: var(--blue); background: none; font-size: 8px; }
.submit-note { display: flex; align-items: center; gap: 11px; margin: 0 26px 24px; padding: 14px; border-radius: 13px; color: #2e7740; background: #f1f9f3; }
.submit-note > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #48a05c; }.submit-note svg { width: 14px; height: 14px; }
.submit-note p { display: flex; flex-direction: column; gap: 3px; margin: 0; }.submit-note strong { font-size: 9px; }.submit-note small { color: #5a8263; font-size: 7px; }
.wizard-footer { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 18px; position: sticky; bottom: 10px; z-index: 20; margin-top: 23px; padding: 11px 14px 11px 19px; border: 1px solid rgba(29,29,31,.1); border-radius: 17px; background: rgba(255,255,255,.9); box-shadow: 0 15px 38px rgba(0,0,0,.11); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); }
.wizard-footer > span { color: var(--muted); font-size: 8px; }.wizard-footer > div { display: flex; gap: 8px; }

/* Assignment */
.compact-header { align-items: center; }.compact-header h1 { font-size: 34px; }
.assignment-layout { display: grid; grid-template-columns: 292px minmax(0,1fr); gap: 15px; align-items: start; }
.assignment-queue { position: sticky; top: 116px; overflow: hidden; }
.queue-head { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 17px; border-bottom: 1px solid var(--line); }.queue-head h2 { margin: 0; font-size: 12px; }.queue-head p { margin: 4px 0 0; color: var(--muted); font-size: 7px; }
.queue-list { display: grid; padding: 8px; }
.queue-item { display: flex; flex-direction: column; gap: 10px; padding: 14px; border: 1px solid transparent; border-radius: 14px; background: none; text-align: left; }.queue-item:hover { background: #fafafd; }.queue-item.is-selected { border-color: rgba(0,113,227,.2); background: #f1f8ff; }
.queue-title { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.queue-title strong { overflow: hidden; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }.queue-title svg { width: 14px; height: 14px; color: #9999a0; }
.queue-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; color: var(--muted); font-size: 7px; }.queue-meta svg { width: 11px; height: 11px; }.queue-meta i { width: 2px; height: 2px; border-radius: 50%; background: #aaa; }
.queue-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }.queue-bottom > span { display: flex; gap: 4px; }.queue-bottom small { color: #a55626; font-size: 7px; }
.assignment-detail { min-width: 0; display: grid; gap: 15px; }
.assignment-project-card { overflow: hidden; }
.assignment-project-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 22px; }.assignment-project-head > div > span { color: var(--blue); font-size: 8px; font-weight: 650; }.assignment-project-head h2 { margin: 5px 0 6px; font-size: 18px; }.assignment-project-head p { margin: 0; color: var(--muted); font-size: 8px; }
.assignment-tabs { display: flex; padding: 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafafd; }.assignment-tabs button { min-height: 58px; display: flex; flex: 1; flex-direction: column; justify-content: center; gap: 4px; position: relative; padding: 9px 14px; border: 0; color: var(--muted); background: none; font-size: 9px; }.assignment-tabs button span { font-size: 7px; }.assignment-tabs button.is-active { color: var(--blue); font-weight: 650; }.assignment-tabs button.is-active::after { content: ""; position: absolute; inset: auto 18px -1px; height: 2px; border-radius: 2px; background: var(--blue); }
.request-snapshot { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 7px 22px 22px; }.request-snapshot > div { min-width: 0; display: flex; flex-direction: column; gap: 6px; padding: 16px 13px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.request-snapshot > div:nth-child(4n) { border-right: 0; }.request-snapshot > div.wide { grid-column: span 3; }.request-snapshot span:first-child { color: var(--muted); font-size: 7px; }.request-snapshot strong { font-size: 9px; line-height: 1.5; }.request-snapshot input { min-height: 34px; }
.recommendation-card { overflow: hidden; }
.recommendation-head { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 17px 22px; border-bottom: 1px solid var(--line); }.recommendation-head > div { display: flex; align-items: center; gap: 11px; }.ai-mark { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 12px; color: #7140ad; background: #f2eafd; }.ai-mark svg { width: 17px; height: 17px; }.recommendation-head h2 { margin: 0; font-size: 13px; }.recommendation-head p { margin: 4px 0 0; color: var(--muted); font-size: 7px; }
.recommendation-list { padding: 7px 12px; }
.recommendation-item { width: 100%; min-height: 92px; display: grid; grid-template-columns: 24px 38px minmax(0,1fr) 90px 22px; align-items: center; gap: 10px; padding: 12px 10px; border: 1px solid transparent; border-radius: 14px; background: transparent; text-align: left; }.recommendation-item:hover { background: #fafafd; }.recommendation-item.is-selected { border-color: rgba(0,113,227,.2); background: #f3f9ff; }
.recommendation-rank { color: #8b8b91; font-size: 8px; text-align: center; }.recommendation-item:first-child .recommendation-rank { color: var(--blue); font-weight: 750; }
.recommendation-main { min-width: 0; display: flex; flex-direction: column; gap: 6px; }.recommendation-main > strong { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; font-size: 9px; }.recommendation-main > small { display: flex; align-items: center; gap: 4px; color: var(--muted); font-size: 7px; }.recommendation-main > small svg { width: 11px; height: 11px; color: #e7a21c; fill: currentColor; }.recommendation-main > span { display: flex; flex-wrap: wrap; gap: 5px; }.recommendation-main > span i { display: inline-flex; align-items: center; gap: 3px; padding: 3px 6px; border-radius: 7px; color: #51705a; background: #eef6f0; font-size: 6px; font-style: normal; }.recommendation-main > span svg { width: 9px; height: 9px; }
.recommendation-price { display: flex; flex-direction: column; align-items: flex-end; gap: 2px; text-align: right; }.recommendation-price strong { font-size: 17px; }.recommendation-price small { color: var(--muted); font-size: 6px; }.recommendation-price em { margin-top: 5px; color: #66666b; font-size: 7px; font-style: normal; }
.radio-mark { width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #c9c9cf; border-radius: 50%; color: transparent; }.radio-mark svg { width: 11px; height: 11px; }.recommendation-item.is-selected .radio-mark { border-color: var(--blue); color: #fff; background: var(--blue); }
.assignment-confirm { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px 20px; border-top: 1px solid var(--line); background: #fafafd; }.assignment-confirm > div { display: flex; align-items: center; gap: 9px; color: var(--muted); }.assignment-confirm > div > svg { width: 17px; height: 17px; flex: 0 0 auto; color: #a95a28; }.assignment-confirm p { max-width: 440px; margin: 0; font-size: 7px; line-height: 1.5; }

/* Vendor task */
.vendor-task-summary { min-height: 78px; display: grid; grid-template-columns: 45px 110px 120px 1fr; align-items: center; gap: 14px; margin-bottom: 15px; padding: 14px 19px; }.summary-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #156eB7; background: #edf7ff; }.summary-icon svg { width: 18px; height: 18px; }.vendor-task-summary > div { display: flex; flex-direction: column; gap: 3px; padding-left: 16px; border-left: 1px solid var(--line); }.vendor-task-summary > div strong { font-size: 18px; line-height: 1; }.vendor-task-summary > div span { color: var(--muted); font-size: 7px; }.vendor-task-summary > p { justify-self: end; margin: 0; color: var(--muted); font-size: 8px; }
.vendor-task-card { overflow: hidden; }.vendor-task-head { padding: 22px 24px; }.vendor-task-head h2 { margin: 10px 0 6px; font-size: 20px; }.vendor-task-head > div > span { color: var(--muted); font-size: 8px; }
.vendor-task-meta { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fafafd; }.vendor-task-meta > div { min-width: 0; min-height: 73px; display: grid; grid-template-columns: 24px 1fr; align-items: center; gap: 8px; padding: 13px 18px; border-left: 1px solid var(--line); }.vendor-task-meta > div:first-child { border-left: 0; }.vendor-task-meta > div > svg { width: 17px; height: 17px; color: #77818a; }.vendor-task-meta > div > span { min-width: 0; display: flex; flex-direction: column; gap: 5px; color: var(--muted); font-size: 7px; }.vendor-task-meta strong { overflow: hidden; color: var(--text); font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.vendor-requirement-panel { margin: 20px 24px 0; padding: 17px; border: 1px solid rgba(0,113,227,.13); border-radius: 15px; background: #f8fbff; }.panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.panel-heading strong { font-size: 9px; }.panel-heading span { color: var(--muted); font-size: 7px; }
.requirement-facts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; margin: 12px 0 0; }.requirement-facts > div { min-width: 0; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.72); }.requirement-facts > div.wide { grid-column: 1 / -1; }.requirement-facts dt { color: var(--muted); font-size: 7px; }.requirement-facts dd { margin: 5px 0 0; font-size: 9px; font-weight: 650; line-height: 1.5; }
.vendor-preference-panel { margin: 14px 24px 0; padding: 16px; border-radius: 14px; background: #fff8f1; }.vendor-preference-panel > div { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; color: #9a5c29; font-size: 8px; }.vendor-preference-panel > div small { color: #9b7a5f; font-size: 7px; }.vendor-preference-panel section { display: grid; grid-template-columns: 1fr 1fr; }.vendor-preference-panel p { display: flex; flex-direction: column; gap: 5px; margin: 0; padding: 0 14px; border-left: 1px solid rgba(150,90,30,.12); }.vendor-preference-panel p:first-child { padding-left: 0; border-left: 0; }.vendor-preference-panel p span { color: #9b7a5f; font-size: 7px; }.vendor-preference-panel p strong { font-size: 9px; }
.vendor-personnel-form { padding: 22px 24px 25px; }.vendor-form-actions { min-height: 43px; display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 10px; }.vendor-form-actions > span { color: var(--muted); font-size: 8px; }.vendor-form-actions > span.error { color: var(--red); }.vendor-form-actions > span.success { display: flex; align-items: center; gap: 5px; color: var(--green); }

/* Employee confirmation */
.detail-back { margin: -8px 0 17px; }.detail-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 17px; }.detail-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }.detail-meta > span:first-child { color: var(--blue); font-size: 8px; font-weight: 700; }.detail-header h1 { margin: 9px 0 8px; font-size: 31px; letter-spacing: -.04em; }.detail-header > div:first-child > p { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; color: var(--muted); font-size: 8px; }.detail-header p svg { width: 13px; height: 13px; }.detail-header p > i { width: 2px; height: 2px; border-radius: 50%; background: #aaa; }.detail-actions { display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.confirmation-callout { min-height: 69px; display: flex; align-items: center; gap: 13px; margin-bottom: 15px; padding: 13px 17px; border: 1px solid rgba(0,113,227,.15); border-radius: 15px; color: #2d6594; background: linear-gradient(110deg,#eef7ff,#f8fbff); }.confirmation-callout > span { width: 39px; height: 39px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 12px; color: #fff; background: #2888df; }.confirmation-callout > span svg { width: 19px; height: 19px; }.confirmation-callout strong { font-size: 10px; }.confirmation-callout p { margin: 4px 0 0; color: #5d7f9d; font-size: 8px; }.confirmation-callout.is-success { border-color: rgba(52,199,89,.16); color: #317244; background: #f1faf3; }.confirmation-callout.is-success > span { background: #48a05c; }.confirmation-callout.is-success p { color: #61826a; }
.detail-grid { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 15px; align-items: start; }.detail-main { min-width: 0; display: grid; gap: 15px; }.detail-card { overflow: hidden; }.section-heading { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 17px 21px; border-bottom: 1px solid var(--line); }.section-heading > span { color: var(--muted); font-size: 8px; }
.overview-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; }.overview-list > div { min-width: 0; display: flex; flex-direction: column; gap: 7px; padding: 16px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.overview-list > div:nth-child(3n) { border-right: 0; }.overview-list > div:nth-last-child(-n+3) { border-bottom: 0; }.overview-list dt { color: var(--muted); font-size: 7px; }.overview-list dd { min-width: 0; display: flex; align-items: center; gap: 7px; margin: 0; font-size: 9px; font-weight: 650; }.mini-avatar { width: 24px; height: 24px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #5aa1df; font-size: 7px; }
.service-detail-list { padding: 0 21px; }.service-detail { display: grid; grid-template-columns: 40px minmax(0,1fr) minmax(190px,.65fr); gap: 13px; padding: 20px 0; border-top: 1px solid var(--line); }.service-detail:first-child { border-top: 0; }.service-detail-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; }.service-detail-icon.meeting { color: #176fb7; background: #eaf5ff; }.service-detail-icon.printing { color: #287e40; background: #eaf7ed; }.service-detail-icon svg { width: 19px; height: 19px; }.service-detail-copy > div:first-child { display: flex; align-items: center; gap: 8px; }.service-detail-copy h3 { margin: 0; font-size: 11px; }.service-detail-copy .requirement-facts { grid-template-columns: repeat(2,minmax(0,1fr)); }.service-detail-copy > p { margin: 11px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; }
.assignment-block { display: flex; flex-direction: column; gap: 7px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: #fafafd; }.assignment-block > span { color: var(--muted); font-size: 7px; }.assignment-block > strong { display: flex; align-items: center; gap: 7px; font-size: 9px; }.assignment-block .vendor-logo { width: 27px; height: 27px; border-radius: 9px; font-size: 8px; }.assignment-block small { display: flex; align-items: center; gap: 4px; margin-bottom: 5px; color: var(--green); font-size: 7px; }.assignment-block small svg { width: 10px; height: 10px; }
.detail-side { display: grid; gap: 15px; }.timeline-card .section-heading { min-height: 64px; }.status-timeline { margin: 0; padding: 17px 21px 22px; list-style: none; }.status-timeline li { min-height: 54px; display: grid; grid-template-columns: 27px 1fr; gap: 10px; position: relative; }.status-timeline li::before { content: ""; position: absolute; left: 13px; top: 26px; bottom: 0; width: 1px; background: #dddde1; }.status-timeline li:last-child::before { display: none; }.status-timeline li > span { width: 27px; height: 27px; display: grid; place-items: center; z-index: 1; border: 1px solid #d2d2d7; border-radius: 50%; color: #9a9aa0; background: #fff; font-size: 7px; }.status-timeline li > span svg { width: 12px; height: 12px; }.status-timeline li.is-done > span { border-color: #49a35d; color: #fff; background: #49a35d; }.status-timeline li.is-current > span { border-color: var(--blue); color: #fff; background: var(--blue); box-shadow: 0 0 0 4px rgba(0,113,227,.09); }.status-timeline li > div { display: flex; flex-direction: column; gap: 4px; padding-top: 2px; }.status-timeline strong { font-size: 8px; }.status-timeline small { color: var(--muted); font-size: 7px; }.status-timeline li.is-current strong { color: var(--blue); }
.help-card { display: flex; align-items: flex-start; gap: 11px; padding: 17px; background: linear-gradient(145deg,#faf6ff,#fff); }.help-card > span { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 11px; color: #7640b3; background: #f1e7fb; }.help-card > span svg { width: 17px; height: 17px; }.help-card strong { font-size: 9px; }.help-card p { margin: 5px 0 0; color: var(--muted); font-size: 7px; line-height: 1.6; }

/* Dialog + toast */
.demo-dialog { width: min(440px,calc(100vw - 30px)); padding: 0; border: 0; border-radius: 22px; background: #fff; box-shadow: 0 30px 90px rgba(0,0,0,.22); }.demo-dialog::backdrop { background: rgba(0,0,0,.28); backdrop-filter: blur(4px); }.demo-dialog form { padding: 25px; }.dialog-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: #a65827; background: #fff1e8; }.dialog-icon svg { width: 20px; height: 20px; }.demo-dialog h2 { margin: 17px 0 7px; font-size: 17px; }.demo-dialog > form > p { margin: 0 0 18px; color: var(--muted); font-size: 9px; line-height: 1.6; }.dialog-actions { display: flex; justify-content: flex-end; gap: 8px; margin-top: 18px; }
.toast { min-width: 300px; max-width: min(430px,calc(100vw - 30px)); display: flex; align-items: center; gap: 11px; position: fixed; z-index: 200; right: 24px; bottom: 24px; padding: 13px 15px; border: 1px solid rgba(29,29,31,.09); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: 0 18px 50px rgba(0,0,0,.16); opacity: 0; pointer-events: none; transform: translateY(12px); transition: .22s ease; backdrop-filter: blur(18px); }.toast.is-visible { opacity: 1; transform: none; }.toast > span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: #4ba15d; }.toast > span svg { width: 15px; height: 15px; }.toast p { display: flex; flex-direction: column; gap: 3px; margin: 0; }.toast strong { font-size: 9px; }.toast small { color: var(--muted); font-size: 7px; line-height: 1.4; }

@media (max-width: 1180px) {
  .metric-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .dashboard-grid { grid-template-columns: 1fr 1fr; }.dashboard-grid .span-two { grid-column: 1 / -1; }
  .recent-row { grid-template-columns: 38px minmax(160px,1fr) minmax(100px,.7fr) 100px 16px; }.recent-row time { display: none; }
  .request-snapshot { grid-template-columns: repeat(2,minmax(0,1fr)); }.request-snapshot > div:nth-child(4n) { border-right: 1px solid var(--line); }.request-snapshot > div:nth-child(2n) { border-right: 0; }.request-snapshot > div.wide { grid-column: span 1; }
  .vendor-task-meta { grid-template-columns: 1fr 1fr; }.vendor-task-meta > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }.vendor-task-meta > div:nth-child(4) { border-top: 1px solid var(--line); }
  .detail-grid { grid-template-columns: 1fr; }.detail-side { grid-template-columns: 1.15fr .85fr; }
}

@media (max-width: 980px) {
  :root { --sidebar: 0px; }
  .demo-banner { left: 0; }
  .sidebar { width: 252px; transform: translateX(-102%); transition: transform .22s ease; box-shadow: 18px 0 50px rgba(0,0,0,.12); }.sidebar.is-open { transform: translateX(0); }.sidebar-close { display: grid; }
  .nav-scrim { display: block; position: fixed; inset: 0; z-index: 90; border: 0; background: rgba(0,0,0,.23); opacity: 0; pointer-events: none; transition: opacity .2s ease; }.nav-scrim.is-visible { opacity: 1; pointer-events: auto; }
  .app-frame { margin-left: 0; }.mobile-menu { display: grid; }.topbar { padding-inline: 18px; }
  .assignment-layout { grid-template-columns: 1fr; }.assignment-queue { position: static; }.queue-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 6px; }
  .wizard-topbar { grid-template-columns: 110px 1fr 40px; }.wizard-progress { display: none; }.wizard-step-mobile { display: block; }
}

@media (max-width: 720px) {
  .demo-banner { min-height: 40px; padding: 6px 10px; font-size: 9px; }.demo-banner > span:last-child { display: none; }
  .app-frame { padding-top: 40px; }.topbar { top: 40px; height: 60px; gap: 10px; padding-inline: 12px; }.top-context small,.offline-badge,.account-copy,.top-create { display: none; }.top-context strong { font-size: 10px; }.account-button { min-width: 34px; }.avatar { width: 32px; height: 32px; }
  .main-content { padding: 26px 14px 70px; }.page-header { align-items: flex-start; flex-direction: column; gap: 17px; margin-bottom: 20px; }.page-header h1 { font-size: 30px; }.page-header p { font-size: 10px; }.page-actions { width: 100%; }.page-actions .button { flex: 1; padding-inline: 9px; }
  .metric-grid { gap: 10px; margin-bottom: 10px; }.metric-card { min-height: 135px; padding: 17px; }.metric-card > strong { margin-top: 15px; font-size: 30px; }.metric-card small { display: none; }
  .dashboard-grid { grid-template-columns: 1fr; gap: 10px; }.dashboard-grid .span-two { grid-column: auto; }.dashboard-card,.recent-card { padding: 18px; }.service-bars { grid-template-columns: 1fr; gap: 7px; }.service-bar-label { margin-top: 6px; }.status-card-small { min-height: 260px; }
  .vendor-usage > div { grid-template-columns: 36px 1fr 25px; }.vendor-usage .mini-bar { display: none; }
  .recent-card { background: transparent; border: 0; box-shadow: none; padding: 0; }.recent-card > .card-heading { padding: 6px 3px; }.recent-list { gap: 8px; }.recent-row { grid-template-columns: 36px 1fr 16px; gap: 10px; padding: 14px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 5px 18px rgba(0,0,0,.035); }.recent-row .service-pills,.recent-row .badge { grid-column: 2; justify-self: start; }.recent-row > .badge { display: none; }.recent-main small { white-space: normal; }
  .wizard-view { margin-top: -8px; }.wizard-topbar { margin-bottom: 18px; }.wizard-form { max-width: 100%; }.wizard-pane { min-height: 480px; }.wizard-heading { grid-template-columns: 42px 1fr; gap: 11px; }.wizard-heading .wizard-icon { width: 42px; height: 42px; border-radius: 13px; }.wizard-heading h1 { font-size: 23px; }.wizard-heading div > span { font-size: 9px; }.form-card,.need-card { padding: 18px; }.form-grid { grid-template-columns: 1fr; gap: 16px; }.field.full { grid-column: auto; }.service-choice-grid { grid-template-columns: 1fr; }.service-choice { min-height: 178px; padding: 20px; }.service-choice > strong { margin-top: 17px; }.material-head { display: none; }.material-list > div:not(.material-head) { grid-template-columns: 1fr 105px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }.material-list > div:not(.material-head) > input { grid-column: 1 / -1; }.review-grid { grid-template-columns: 1fr; }.review-grid > div + div { border-left: 0; border-top: 1px solid var(--line); }.review-services > div { grid-template-columns: 55px 1fr auto; padding: 10px 0; }.review-services p { grid-column: 1 / -1; }.wizard-footer { bottom: 6px; padding: 9px; }.wizard-footer > span { display: none; }.wizard-footer > div { width: 100%; }.wizard-footer .button { flex: 1; min-width: 0; padding-inline: 8px; }
  .compact-header { align-items: flex-start; }.assignment-layout { gap: 10px; }.queue-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }.queue-item { min-width: 255px; scroll-snap-align: start; }.assignment-project-head { padding: 18px; }.assignment-project-head h2 { font-size: 16px; }.assignment-tabs { padding: 0 8px; }.assignment-tabs button { padding-inline: 5px; font-size: 8px; }.request-snapshot { padding: 5px 15px 17px; }.request-snapshot > div { padding: 13px 8px; }.recommendation-head { align-items: flex-start; padding: 16px; }.recommendation-head .badge { display: none; }.recommendation-list { padding: 6px 8px; }.recommendation-item { grid-template-columns: 21px 34px 1fr 20px; gap: 8px; }.recommendation-price { grid-column: 3; align-items: flex-start; }.recommendation-price strong,.recommendation-price small { display: none; }.recommendation-price em { margin: 0; }.radio-mark { grid-column: 4; grid-row: 1; }.assignment-confirm { align-items: stretch; flex-direction: column; padding: 15px; }.assignment-confirm .button { width: 100%; }
  .vendor-task-summary { grid-template-columns: 40px 1fr 1fr; gap: 10px; padding: 14px; }.vendor-task-summary > div { padding-left: 10px; }.vendor-task-summary > p { grid-column: 1 / -1; justify-self: start; }.vendor-task-head { padding: 18px; }.vendor-task-head h2 { font-size: 17px; }.vendor-task-meta { grid-template-columns: 1fr; }.vendor-task-meta > div,.vendor-task-meta > div:nth-child(4) { min-height: 62px; border-left: 0; border-top: 1px solid var(--line); }.vendor-task-meta > div:first-child { border-top: 0; }.vendor-requirement-panel,.vendor-preference-panel { margin-inline: 16px; }.panel-heading,.vendor-preference-panel > div { align-items: flex-start; flex-direction: column; }.requirement-facts { grid-template-columns: 1fr; }.requirement-facts > div.wide { grid-column: auto; }.vendor-preference-panel section { grid-template-columns: 1fr; gap: 10px; }.vendor-preference-panel p { padding: 10px 0 0; border-top: 1px solid rgba(150,90,30,.12); border-left: 0; }.vendor-preference-panel p:first-child { padding-top: 0; border-top: 0; }.vendor-personnel-form { padding: 18px 16px; }.vendor-form-actions { align-items: stretch; flex-direction: column; }.vendor-form-actions .button { width: 100%; }
  .detail-header { flex-direction: column; }.detail-header h1 { font-size: 27px; }.detail-actions { width: 100%; display: grid; grid-template-columns: 1fr 1fr; }.detail-actions .button:last-child { grid-column: 1 / -1; }.confirmation-callout { align-items: flex-start; }.detail-grid { gap: 10px; }.overview-list { grid-template-columns: 1fr 1fr; }.overview-list > div,.overview-list > div:nth-child(3n) { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px; }.overview-list > div:nth-child(2n) { border-right: 0; }.overview-list > div:nth-last-child(-n+2) { border-bottom: 0; }.service-detail-list { padding: 0 16px; }.service-detail { grid-template-columns: 38px 1fr; }.assignment-block { grid-column: 2; }.service-detail-copy .requirement-facts { grid-template-columns: 1fr; }.detail-side { grid-template-columns: 1fr; }
  .toast { right: 15px; bottom: 15px; min-width: 0; }
}

@media (max-width: 430px) {
  .metric-card { min-height: 126px; }.metric-card p { line-height: 1.4; }.donut-wrap { gap: 19px; }
  .review-hero { padding: 21px; }.review-hero h2 { font-size: 16px; }.review-grid > div,.review-services { padding: 17px 20px; }.submit-note { margin: 0 20px 20px; }
  .request-snapshot { grid-template-columns: 1fr; }.request-snapshot > div,.request-snapshot > div:nth-child(2n),.request-snapshot > div:nth-child(4n) { border-right: 0; }.recommendation-main > span { display: none; }
  .detail-actions { grid-template-columns: 1fr; }.detail-actions .button:last-child { grid-column: auto; }
}

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