:root {
  --ink: #101628;
  --ink-2: #25314d;
  --muted: #7e8aa4;
  --muted-2: #a9b2c5;
  --line: #e9edf5;
  --surface: #ffffff;
  --canvas: #f5f7fb;
  --navy: #08152b;
  --navy-2: #102244;
  --purple: #7254e8;
  --purple-light: #f0edff;
  --cyan: #1ccde2;
  --cyan-light: #e7fbfe;
  --blue: #3d74ff;
  --orange: #f29952;
  --shadow: 0 12px 34px rgba(31, 48, 89, 0.07);
  --radius: 18px;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--canvas);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { min-width: 320px; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-size: 15px; }
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; }
button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(28, 205, 226, .27); outline-offset: 2px; }

/* 潮音不维护独立账号；进入业务界面前必须取得官网同源的鱼坞通卡会话。 */
.passport-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; padding: 24px; background: #071328; color: #f7faff; }
.passport-gate::before { content: ""; position: absolute; inset: 0; opacity: .7; background: linear-gradient(135deg, rgba(36, 87, 156, .62), transparent 50%), radial-gradient(circle at 82% 18%, rgba(117, 88, 232, .42), transparent 30%), radial-gradient(circle at 18% 88%, rgba(27, 198, 216, .27), transparent 34%); }
.passport-gate[hidden] { display: none; }
.passport-gate-panel { position: relative; width: min(100%, 470px); padding: 38px; border: 1px solid rgba(184, 205, 246, .22); border-radius: 12px; background: rgba(12, 30, 62, .78); box-shadow: 0 28px 80px rgba(0, 0, 0, .34); }
.passport-gate-brand { display: flex; align-items: center; gap: 10px; font-size: 15px; }
.passport-gate-brand span { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.4); border-radius: 9px; color: #f4d57a; font-family: "Songti SC", serif; font-size: 18px; }
.passport-gate-kicker { margin: 42px 0 10px; color: #93a7cb; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; }
.passport-gate h1 { margin: 0 0 13px; color: #fff; font-size: 30px; letter-spacing: 0; }
.passport-gate p { max-width: 380px; color: #becbe1; font-size: 14px; line-height: 1.75; }
.passport-login-button { width: 100%; margin-top: 16px; padding: 13px 16px; border: 1px solid #8d72ee; border-radius: 8px; background: #7458e5; color: #fff; font-size: 14px; font-weight: 700; }
.passport-login-button:hover:not(:disabled) { background: #8469ed; }
.passport-login-button:disabled { cursor: wait; opacity: .6; }
.passport-gate-status { margin: 14px 0 0; color: #82e0df !important; font-size: 12px !important; }
.passport-gate-link { display: inline-block; margin-top: 22px; color: #b9c7ff; font-size: 12px; text-decoration: none; }
.passport-gate-link:hover { color: #fff; text-decoration: underline; }

.app-shell { min-height: 100vh; display: flex; }
.sidebar { width: 260px; flex: 0 0 260px; background: linear-gradient(180deg, #071328 0%, #0c1b37 100%); color: #f8faff; display: flex; flex-direction: column; padding: 26px 16px 18px; position: sticky; top: 0; height: 100vh; overflow: hidden; }
.sidebar::after { content: ""; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(82, 53, 211, .22), transparent 66%); bottom: -180px; left: -130px; pointer-events: none; }
.brand-lockup { display: flex; align-items: center; gap: 11px; padding: 0 10px 25px; position: relative; z-index: 1; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 46px; border-radius: 14px; background: #fff url('./chaoyin-wenlv-xiepai.png') center 31% / 178% auto no-repeat; box-shadow: 0 5px 16px rgba(0, 0, 0, .18); }
.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font-size: 16px; letter-spacing: 1px; font-weight: 750; }
.brand-copy span { font-size: 11px; color: #94a6cc; letter-spacing: .2px; }
.workspace-switcher { display: flex; align-items: center; gap: 9px; padding: 12px 10px; border: 1px solid rgba(163, 181, 225, .16); border-radius: 12px; background: rgba(255,255,255,.055); position: relative; z-index: 1; }
.workspace-switcher > div:nth-child(2) { display: flex; flex-direction: column; min-width: 0; flex: 1; gap: 2px; }
.workspace-switcher strong { font-size: 12px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.member-system-link { color: #7edbe3; font-size: 9px; text-decoration: none; }
.member-system-link:hover { color: #fff; text-decoration: underline; }
.workspace-avatar, .profile-avatar { display: grid; place-items: center; border-radius: 50%; font-weight: 700; color: #fff; background: linear-gradient(135deg, #7652e8, #25cae0); }
.workspace-avatar { width: 28px; height: 28px; font-size: 12px; }
.eyebrow { font-size: 10px; text-transform: uppercase; letter-spacing: 1.15px; color: #8093bb; }
.icon-button { background: transparent; color: #9eafd0; padding: 5px; font-size: 16px; line-height: 1; }
.workspace-switcher .icon-button { text-decoration: none; }
.nav-list { padding: 28px 0; display: flex; flex-direction: column; gap: 6px; position: relative; z-index: 1; }
.nav-item { width: 100%; display: flex; align-items: center; gap: 12px; color: #91a1c3; background: transparent; padding: 11px 13px; border-radius: 10px; text-align: left; transition: .2s ease; font-size: 14px; }
.nav-item:hover { background: rgba(255,255,255,.065); color: #fff; }
.nav-item.active { background: linear-gradient(90deg, rgba(111, 84, 229, .37), rgba(59, 215, 227, .08)); box-shadow: inset 3px 0 0 #6f5ae8; color: #fff; }
.admin-nav { margin-top: 12px; border-top: 1px solid rgba(154, 176, 221, .12); border-radius: 0 0 10px 10px; padding-top: 16px; }
.nav-icon { width: 18px; font-size: 17px; opacity: .94; text-align: center; }
.nav-count { margin-left: auto; font-size: 11px; min-width: 20px; text-align: center; color: #8da0c7; }
.nav-count.accent { color: #a799ff; background: rgba(120, 92, 234, .2); border-radius: 10px; padding: 2px 6px; }
.sidebar-bottom { margin-top: auto; position: relative; z-index: 1; }
.sync-card { border: 1px solid rgba(155, 179, 225, .14); background: rgba(255,255,255,.045); border-radius: 12px; padding: 12px 10px; display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.sync-card > div:last-child { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.sync-card strong { font-size: 11px; font-weight: 600; white-space: nowrap; }
.sync-card small { font-size: 10px; color: #7085b0; }
.sync-orb { width: 26px; height: 26px; border-radius: 50%; background: rgba(20, 202, 222, .13); display: grid; place-items: center; }
.sync-orb span { width: 7px; height: 7px; border-radius: 50%; background: #3ce0df; box-shadow: 0 0 0 4px rgba(60, 224, 223, .12); }
.side-link { display: flex; align-items: center; gap: 11px; color: #92a1bd; background: transparent; width: 100%; padding: 10px; font-size: 13px; text-align: left; }
.side-link:hover { color: #fff; }
.profile-row { display: flex; align-items: center; gap: 9px; width: 100%; padding: 15px 8px 0; margin-top: 8px; border-top: 1px solid rgba(154, 176, 221, .12); color: inherit; background: transparent; text-align: left; }
.profile-row:hover { color: #fff; }
.profile-avatar { width: 32px; height: 32px; font-size: 12px; flex: 0 0 auto; }
.profile-text { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.profile-text strong { font-size: 12px; font-weight: 650; }
.profile-text span { font-size: 10px; color: #788aac; }

.main-content { min-width: 0; flex: 1; background: var(--canvas); }
.topbar { height: 74px; display: flex; align-items: center; justify-content: space-between; padding: 0 44px; border-bottom: 1px solid #e9edf5; background: rgba(255,255,255,.7); backdrop-filter: blur(14px); position: sticky; top: 0; z-index: 5; }
.breadcrumb { display: flex; gap: 10px; align-items: center; font-size: 13px; color: #9ca7bc; }
.breadcrumb i { font-style: normal; color: #c4cada; }
.breadcrumb strong { color: var(--ink); font-weight: 650; }
.top-actions { display: flex; gap: 17px; align-items: center; }
.ghost-button { color: #717d96; background: transparent; font-size: 12px; display: flex; gap: 7px; align-items: center; }
.ghost-button span { display: grid; place-items: center; width: 17px; height: 17px; border: 1px solid #9ba8bf; border-radius: 50%; font-size: 11px; }
.notification-button { width: 30px; height: 30px; border-radius: 9px; color: #6c7894; background: transparent; position: relative; font-size: 18px; transform: rotate(180deg); }
.notification-button b { position: absolute; width: 6px; height: 6px; border-radius: 50%; right: 2px; top: 3px; background: #ed6f9a; border: 2px solid #fff; }
.top-profile { display: flex; align-items: center; gap: 8px; color: #5d6981; background: transparent; font-size: 12px; font-weight: 600; }
.top-profile:hover { color: #4c3ab2; }
.profile-avatar.mini { width: 28px; height: 28px; font-size: 11px; }
.chevron { color: #a0abc0; font-size: 15px; }
.page-content { padding: 39px 44px 55px; max-width: 1600px; margin: 0 auto; }
.view-panel { display: none; animation: fade-in .25s ease; }
.view-panel.active { display: block; }
@keyframes fade-in { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; margin-bottom: 29px; }
.page-heading.compact { align-items: flex-start; }
.overline, .section-kicker { font-size: 10px; letter-spacing: 1.65px; color: #94a0b7; font-weight: 750; margin: 0 0 8px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(26px, 3vw, 34px); line-height: 1.18; letter-spacing: -.9px; margin: 0 0 10px; font-weight: 780; }
.page-heading h1 { color: #131b31; }
.heading-subtitle { margin: 0; color: #8190a9; font-size: 14px; }
.wave { display: inline-block; margin-left: 4px; font-size: 18px; color: var(--purple); vertical-align: 3px; }
.primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; background: linear-gradient(100deg, #6350da, #7f5feb); color: #fff; padding: 12px 17px; border-radius: 10px; font-size: 13px; font-weight: 650; box-shadow: 0 8px 18px rgba(105, 81, 222, .2); transition: transform .18s ease, box-shadow .18s ease; white-space: nowrap; }
.primary-button:hover { transform: translateY(-1px); box-shadow: 0 11px 24px rgba(105, 81, 222, .28); }
.primary-button span { font-size: 18px; font-weight: 400; line-height: 0; }
.heading-actions { display: flex; align-items: center; gap: 9px; }
.outline-primary-button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; color: #6954d3; background: #fff; border: 1px solid #ddd6ff; padding: 11px 15px; border-radius: 10px; font-size: 12px; font-weight: 700; white-space: nowrap; }
.outline-primary-button:hover { background: #f6f3ff; border-color: #cfc4ff; }
.outline-primary-button span { font-size: 17px; font-weight: 400; line-height: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-bottom: 24px; }
.stat-card { border-radius: var(--radius); padding: 18px 20px 16px; min-height: 137px; position: relative; overflow: hidden; box-shadow: var(--shadow); }
.stat-card::before { content: ""; width: 110px; height: 110px; border-radius: 50%; position: absolute; right: -24px; top: -33px; border: 17px solid rgba(255,255,255,.13); }
.stat-card::after { content: ""; width: 80px; height: 80px; border-radius: 50%; position: absolute; right: -8px; top: -4px; border: 1px solid rgba(255,255,255,.18); }
.stat-blue { background: linear-gradient(120deg, #365dcc, #5b7df5); color: #fff; }
.stat-purple { background: linear-gradient(120deg, #6047c8, #8e77ed); color: #fff; }
.stat-cyan { background: linear-gradient(120deg, #19b8cd, #4ed2df); color: #fff; }
.stat-ink { background: linear-gradient(120deg, #182641, #33486f); color: #fff; }
.stat-top, .stat-foot { display: flex; align-items: center; justify-content: space-between; position: relative; z-index: 1; }
.stat-top { font-size: 12px; color: rgba(255,255,255,.82); }
.stat-symbol { font-size: 19px; opacity: .8; }
.stat-card > strong { display: block; font-size: 31px; letter-spacing: -.8px; margin: 13px 0 11px; position: relative; z-index: 1; }
.stat-card > strong small { font-size: 12px; font-weight: 500; letter-spacing: 0; }
.stat-foot { color: rgba(255,255,255,.7); font-size: 10px; }
.trend { font-weight: 700; }
.trend.up { color: #d3ffec; }
.trend.warning { color: #fff5b6; }
.trend.down { color: #bcfffe; }
.dashboard-grid, .lower-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr); gap: 18px; margin-bottom: 18px; }
.surface { background: var(--surface); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px 24px 20px; border: 1px solid rgba(232, 236, 245, .75); }
.surface-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 20px; }
.surface-heading h2 { font-size: 18px; letter-spacing: -.35px; margin: 0; font-weight: 750; }
.section-kicker { display: block; margin-bottom: 6px; font-size: 9px; color: #a0abc0; }
.text-button { color: #7962db; background: transparent; font-size: 12px; font-weight: 650; padding: 4px 0; white-space: nowrap; }
.text-button span { margin-left: 5px; font-size: 15px; }
.calendar-strip { display: flex; gap: 7px; border-bottom: 1px solid var(--line); padding-bottom: 17px; margin-bottom: 8px; }
.calendar-day { flex: 1; min-width: 56px; background: transparent; border-radius: 11px; padding: 9px 7px; display: flex; flex-direction: column; gap: 6px; align-items: center; color: #a0aabd; transition: .2s ease; }
.calendar-day span { font-size: 10px; }
.calendar-day strong { font-size: 17px; color: #54627d; }
.calendar-day:hover { background: #f2f3fb; }
.calendar-day.selected { background: linear-gradient(150deg, #6f57dc, #765be9); box-shadow: 0 7px 14px rgba(107, 84, 218, .24); color: #e9e4ff; }
.calendar-day.selected strong { color: #fff; }
.schedule-list { display: flex; flex-direction: column; }
.schedule-item { display: grid; grid-template-columns: 70px 12px minmax(0, 1fr) auto; align-items: center; gap: 13px; padding: 17px 0; border-bottom: 1px solid #f0f2f7; }
.schedule-item:last-child { border-bottom: 0; padding-bottom: 3px; }
.time-block { display: flex; flex-direction: column; gap: 3px; color: #7b87a0; font-size: 10px; }
.time-block strong { font-size: 12px; color: #28334e; }
.schedule-marker { width: 9px; height: 9px; border-radius: 50%; box-shadow: 0 0 0 4px #f0eeff; }
.schedule-marker.purple { background: #7358e5; }
.schedule-marker.cyan { background: #25cddd; box-shadow: 0 0 0 4px #e7fafb; }
.schedule-marker.yellow { background: #f6bf5c; box-shadow: 0 0 0 4px #fff7e4; }
.schedule-main { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.schedule-main strong { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.schedule-main span { color: #8e9ab1; font-size: 11px; }
.status-pill { display: inline-flex; align-items: center; border-radius: 999px; font-size: 10px; padding: 5px 9px; white-space: nowrap; font-weight: 650; }
.status-pill.confirmed { color: #219e91; background: #e6faf5; }
.status-pill.pending { color: #7156ce; background: #f0edff; }
.status-pill.review { color: #cb8b39; background: #fff4df; }
.status-pill.cancelled { color: #be6686; background: #fff0f4; }
.muted-row { opacity: .82; }
.task-count, .live-dot { color: #6d57d5; background: #f0edff; border-radius: 999px; padding: 4px 9px; font-size: 10px; font-weight: 700; }
.live-dot { color: #1eae95; background: #e8faf5; display: inline-flex; align-items: center; gap: 5px; }
.live-dot::before { content: ""; width: 5px; height: 5px; background: #1cb596; border-radius: 50%; }
.task-list { display: flex; flex-direction: column; gap: 3px; }
.task-item { display: grid; grid-template-columns: 10px minmax(0, 1fr) 18px; gap: 11px; align-items: center; text-align: left; padding: 12px 5px; border-radius: 10px; color: var(--ink); background: transparent; }
.task-item:hover { background: #f8f8fc; }
.task-dot { width: 7px; height: 7px; border-radius: 50%; background: #e77d9d; box-shadow: 0 0 0 4px #ffeff4; }
.task-dot.cyan { background: #2bc6dc; box-shadow: 0 0 0 4px #e8fbfd; }
.task-dot.blue { background: #6c7ee7; box-shadow: 0 0 0 4px #eef0ff; }
.task-dot.purple { background: #8b6ef0; box-shadow: 0 0 0 4px #f1edff; }
.task-copy { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.task-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: 650; }
.task-copy small { color: #96a1b4; font-size: 10px; }
.task-arrow { color: #b3bdd0; font-size: 15px; }
.project-surface { min-width: 0; }
.project-table { width: 100%; }
.table-head, .project-row { display: grid; grid-template-columns: minmax(210px, 1.7fr) 86px minmax(130px, 1fr) 52px; gap: 16px; align-items: center; }
.table-head { color: #a1adbf; font-size: 10px; padding: 0 4px 11px; border-bottom: 1px solid var(--line); }
.project-row { padding: 15px 4px; border-bottom: 1px solid #f0f2f7; }
.project-row:last-child { border-bottom: 0; padding-bottom: 2px; }
.project-name { display: flex; align-items: center; gap: 10px; min-width: 0; }
.project-name > span:last-child { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.project-name strong { font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.project-name small { color: #9ca7b9; font-size: 10px; }
.project-cover, .row-icon { display: grid; place-items: center; flex: 0 0 auto; color: #fff; font-weight: 800; border-radius: 8px; }
.project-cover { width: 31px; height: 38px; font-size: 15px; }
.cover-ocean, .ocean { background: linear-gradient(150deg, #4476e9, #33c6d7); }
.cover-purple, .purple { background: linear-gradient(150deg, #8c62e8, #d47df0); }
.cover-yellow, .yellow { background: linear-gradient(150deg, #e89e3c, #f4c068); }
.stage-chip { font-size: 10px; padding: 4px 7px; border-radius: 6px; justify-self: start; white-space: nowrap; }
.stage-chip.blue { color: #4670d7; background: #edf2ff; }
.stage-chip.purple { color: #7259d5; background: #f0edff; }
.stage-chip.orange { color: #c7873c; background: #fff3e0; }
.progress-wrap { display: flex; align-items: center; gap: 8px; color: #8793aa; font-size: 10px; }
.progress-bar { flex: 1; background: #edf0f5; height: 5px; border-radius: 6px; overflow: hidden; }
.progress-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6c54db, #26c9dd); }
.owner { color: #738099; font-size: 10px; white-space: nowrap; }
.insight-surface { min-width: 0; }
.insight-chart { margin-top: 25px; }
.chart-labels, .chart-foot { display: flex; justify-content: space-between; align-items: center; }
.chart-labels span { color: #8895ab; font-size: 12px; }
.chart-labels strong { font-size: 21px; color: #6451c9; }
.big-progress { height: 11px; border-radius: 99px; background: #eff1f7; margin: 14px 0 10px; overflow: hidden; }
.big-progress i { display: block; width: 68%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #624dd0 0%, #a067ec 55%, #2ccfe0 100%); }
.chart-foot { color: #a0aabe; font-size: 10px; }
.chart-foot span:last-child { color: #20a99f; font-weight: 700; }
.insight-divider { height: 1px; background: var(--line); margin: 25px 0 19px; }
.mini-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-metrics div { display: flex; flex-direction: column; gap: 5px; }
.mini-metrics strong { font-size: 20px; letter-spacing: -.5px; }
.mini-metrics span { color: #9ba6b9; font-size: 10px; }

/* Location library */
.location-toolbar { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; flex-wrap: wrap; }
.search-field { width: 255px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; border: 1px solid #e0e5f0; border-radius: 9px; background: #fff; color: #91a0b8; }
.search-field span { font-size: 21px; line-height: 0; transform: rotate(-20deg); }
.search-field input { border: 0; background: transparent; outline: 0; width: 100%; min-width: 0; color: var(--ink); font-size: 12px; }
.search-field input::placeholder { color: #aeb7c7; }
.filter-chips { display: flex; gap: 7px; flex-wrap: wrap; }
.filter-chip, .sort-button { background: #fff; border: 1px solid #e5e9f1; color: #8190a8; border-radius: 999px; font-size: 11px; padding: 8px 12px; }
.filter-chip.active { color: #6650cd; background: #f0edff; border-color: #e5ddff; font-weight: 650; }
.sort-button { margin-left: auto; border-radius: 8px; }
.location-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.location-card { background: #fff; border: 1px solid #e8ecf3; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(32, 52, 95, .055); transition: transform .2s ease, box-shadow .2s ease; }
.location-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(32, 52, 95, .11); }
.location-card.hidden { display: none; }
.location-image { position: relative; height: 172px; overflow: hidden; background: #253b5d; }
.location-image::before, .location-image::after { content: ""; position: absolute; border-radius: 50%; filter: blur(1px); }
.image-ocean { background: linear-gradient(150deg, #0c416b 0%, #20769a 52%, #67c5cd 100%); }
.image-ocean::before { width: 230px; height: 45px; background: rgba(255,255,255,.29); bottom: 28px; left: -15px; transform: rotate(-8deg); box-shadow: 80px 20px 0 rgba(255,255,255,.13), 180px -11px 0 rgba(255,255,255,.18); }
.image-ocean::after { width: 110px; height: 110px; background: #f9cd86; top: -36px; right: 24px; box-shadow: 0 0 45px rgba(255,212,125,.55); }
.image-architecture { background: linear-gradient(150deg, #c0d4de, #54758a 46%, #172c52); }
.image-architecture::before { width: 420px; height: 170px; border-radius: 60% 60% 0 0; background: linear-gradient(100deg, rgba(240,246,250,.88), rgba(54, 89, 117, .4)); left: -100px; bottom: -72px; transform: rotate(-7deg); }
.image-architecture::after { width: 45px; height: 130px; border-radius: 8px; background: rgba(255,255,255,.45); right: 45px; bottom: -25px; box-shadow: -53px 29px 0 rgba(255,255,255,.25), 55px 12px 0 rgba(255,255,255,.2); }
.image-port { background: linear-gradient(145deg, #253852, #c88653 63%, #e7ba84); }
.image-port::before { width: 310px; height: 15px; bottom: 34px; left: -12px; background: #253448; transform: rotate(-8deg); box-shadow: 15px -29px 0 -3px rgba(34, 50, 75, .9), 130px 17px 0 -3px rgba(34,50,75,.86); }
.image-port::after { width: 16px; height: 120px; bottom: 17px; left: 100px; background: #324662; transform: rotate(33deg); box-shadow: 72px 10px 0 #384b67, 138px 2px 0 #425470; }
.image-town { background: linear-gradient(150deg, #4b3443, #c06455 47%, #f2c17f); }
.image-town::before { width: 410px; height: 95px; background: #422f3d; bottom: -18px; left: -70px; transform: skewX(-14deg); box-shadow: inset 0 16px 0 rgba(255,189,114,.4); }
.image-town::after { width: 28px; height: 75px; bottom: 31px; left: 92px; background: #7c4b48; box-shadow: 47px 11px 0 #6b4144, 111px -7px 0 #835048, 176px 17px 0 #5c3c43; }
.image-eco { background: linear-gradient(145deg, #b8d1d0, #559b97 51%, #233e63); }
.image-eco::before { width: 230px; height: 160px; left: 4px; bottom: -60px; background: rgba(237, 248, 243, .58); transform: rotate(12deg); box-shadow: 140px 17px 0 rgba(232, 244, 236, .4); }
.image-eco::after { width: 34px; height: 105px; right: 64px; bottom: -2px; background: rgba(255,255,255,.65); transform: skewX(-23deg); box-shadow: 48px 15px 0 rgba(255,255,255,.38); }
.image-fort { background: linear-gradient(145deg, #687182, #c08c67 53%, #f1c07f); }
.image-fort::before { width: 260px; height: 80px; background: #725c52; bottom: -18px; left: 25px; transform: skewX(-15deg); box-shadow: inset 0 14px 0 rgba(255,215,160,.25); }
.image-fort::after { width: 165px; height: 65px; border: 16px solid rgba(50, 55, 70, .75); border-bottom: 0; bottom: 12px; left: 83px; border-radius: 90px 90px 0 0; }
.location-label { position: absolute; left: 13px; top: 13px; z-index: 1; color: #fff; background: rgba(7, 20, 42, .48); backdrop-filter: blur(5px); border-radius: 999px; padding: 5px 9px; font-size: 10px; }
.save-location { position: absolute; right: 13px; top: 11px; z-index: 1; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: rgba(7, 20, 42, .35); font-size: 17px; line-height: 1; }
.save-location.saved { color: #ffdf8b; }
.image-caption { position: absolute; left: 14px; right: 14px; bottom: 14px; z-index: 1; display: flex; flex-direction: column; gap: 4px; color: #fff; text-shadow: 0 1px 7px rgba(0,0,0,.2); }
.image-caption strong { font-size: 16px; letter-spacing: -.2px; }
.image-caption span { font-size: 10px; color: rgba(255,255,255,.82); }
.location-meta { display: flex; align-items: center; justify-content: space-between; padding: 13px 15px 4px; color: #8b98ad; font-size: 10px; gap: 8px; }
.resource-tags { display: flex; flex-wrap: wrap; gap: 5px; padding: 7px 15px 0; min-height: 27px; }
.resource-tags span { color: #687690; background: #f4f6fb; border: 1px solid #edf0f6; border-radius: 999px; padding: 4px 7px; font-size: 9px; line-height: 1; }
.availability { display: flex; align-items: center; gap: 4px; white-space: nowrap; color: #2ba991; }
.availability i { width: 5px; height: 5px; border-radius: 50%; background: #32c2a6; }
.availability.warning { color: #d09345; }
.availability.warning i { background: #e8a54d; }
.location-footer { display: flex; justify-content: space-between; align-items: center; padding: 10px 15px 15px; }
.price { font-size: 15px; font-weight: 750; color: #2d3b58; }
.resource-id-label { color: #a1aabd; font-size: 9px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; margin-left: auto; margin-right: 7px; }
.price small { font-size: 10px; color: #a0aabc; font-weight: 500; }
.small-button, .outline-button { color: #6954d3; background: #f1eeff; border-radius: 8px; padding: 8px 10px; font-size: 10px; font-weight: 700; }
.small-button:hover, .outline-button:hover { background: #e9e3ff; }
.intake-tracker { margin-top: 18px; padding-bottom: 7px; }.intake-tracker .surface-heading { margin-bottom: 10px; }.intake-request-list { display: flex; flex-direction: column; }.intake-request-row { display: grid; grid-template-columns: minmax(220px, 1fr) 100px 30px; align-items: center; gap: 15px; border-bottom: 1px solid #f0f2f7; padding: 12px 6px; }.intake-request-row:last-child { border-bottom: 0; }.intake-request-name { display: flex; align-items: center; gap: 10px; }.intake-request-name > span:last-child { display: flex; flex-direction: column; gap: 4px; }.intake-request-name strong { color: #2c3752; font-size: 12px; }.intake-request-name small { color: #9ba7ba; font-size: 10px; }.request-icon { display: grid; place-items: center; width: 30px; height: 34px; border-radius: 8px; color: #fff; background: linear-gradient(145deg, #5e73dc, #32c7d4); font-size: 13px; font-weight: 750; }.intake-request-row .row-more { justify-self: end; }

/* People and logistics libraries */
.resource-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 1px 0 22px; }.resource-summary > div { background: #fff; border: 1px solid #e9edf4; border-radius: 14px; padding: 16px 18px; box-shadow: 0 8px 22px rgba(32, 52, 95, .04); display: flex; flex-direction: column; gap: 5px; }.resource-summary span { color: #8e9bb0; font-size: 11px; }.resource-summary strong { color: #2f3c58; font-size: 27px; letter-spacing: -.8px; }.resource-summary small { color: #a7b0bf; font-size: 10px; }.resource-summary .unit { font-size: 11px; letter-spacing: 0; margin-left: 2px; }.resource-toolbar { display: flex; align-items: center; gap: 15px; margin-bottom: 24px; flex-wrap: wrap; }.resource-filters { flex: 1; }.people-grid, .logistics-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; }.people-card, .logistics-card { background: #fff; border: 1px solid #e8ecf3; border-radius: 16px; overflow: hidden; box-shadow: 0 8px 24px rgba(32,52,95,.055); transition: transform .2s ease, box-shadow .2s ease; }.people-card:hover, .logistics-card:hover { transform: translateY(-3px); box-shadow: 0 15px 35px rgba(32,52,95,.11); }.people-card.hidden, .logistics-card.hidden { display: none; }.people-card { padding: 17px; }.person-top { display: flex; align-items: flex-start; justify-content: space-between; }.person-avatar { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; font-size: 18px; font-weight: 800; border-radius: 14px; }.avatar-coral { background: linear-gradient(145deg, #ea8492, #f1b55f); }.avatar-blue { background: linear-gradient(145deg, #4276dd, #54c1d6); }.avatar-green { background: linear-gradient(145deg, #43ab9d, #9bd66b); }.avatar-purple { background: linear-gradient(145deg, #8463e4, #cf7ce2); }.people-card h3 { margin: 17px 0 5px; font-size: 16px; }.person-role { color: #7d8aa2; font-size: 11px; margin: 0 0 13px; }.person-tags, .logistics-tags { display: flex; flex-wrap: wrap; gap: 5px; min-height: 25px; }.person-tags span, .logistics-tags span { color: #8491a7; background: #f5f6f9; border-radius: 5px; padding: 4px 6px; font-size: 9px; }.person-meta { display: flex; align-items: center; justify-content: space-between; padding: 15px 0 13px; margin-top: 12px; border-top: 1px solid #f0f2f7; color: #94a0b3; font-size: 10px; }.person-meta strong { color: #32405d; font-size: 14px; }.person-meta small { color: #9ca7b9; font-size: 9px; font-weight: 500; }.resource-action { width: 100%; color: #6954d3; background: #f1eeff; border-radius: 8px; padding: 9px 10px; font-size: 10px; font-weight: 700; }.resource-action:hover { background: #e9e3ff; }.logistics-card { display: flex; flex-direction: column; }.logistics-visual { height: 122px; position: relative; display: grid; place-items: center; overflow: hidden; }.logistics-visual::before, .logistics-visual::after { content: ""; position: absolute; border-radius: 50%; }.vehicle-visual { background: linear-gradient(145deg, #2d4f7d, #59bbbf); }.hotel-visual { background: linear-gradient(145deg, #7659c9, #e19cc4); }.truck-visual { background: linear-gradient(145deg, #bf7547, #f3c56e); }.apartment-visual { background: linear-gradient(145deg, #2b747d, #88cec1); }.vehicle-visual::before, .truck-visual::before { width: 230px; height: 46px; bottom: 20px; left: -17px; background: rgba(255,255,255,.2); transform: rotate(-9deg); box-shadow: 120px 8px 0 rgba(255,255,255,.14); }.hotel-visual::before, .apartment-visual::before { width: 210px; height: 115px; background: rgba(255,255,255,.18); bottom: -55px; transform: skewX(-15deg); box-shadow: 95px -17px 0 rgba(255,255,255,.12); }.visual-symbol { position: relative; z-index: 1; color: rgba(255,255,255,.7); font-size: 54px; text-shadow: 0 8px 20px rgba(15,30,66,.17); }.logistics-visual .location-label { top: 11px; }.logistics-body { padding: 14px 15px 15px; }.logistics-heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.logistics-heading h3 { margin: 0; font-size: 15px; }.logistics-body > p { color: #8c98ac; font-size: 10px; margin: 7px 0 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.logistics-tags { min-height: 25px; }.logistics-card .location-footer { padding: 13px 0 0; margin-top: 12px; border-top: 1px solid #f0f2f7; }.logistics-card .resource-action { width: auto; padding: 8px 9px; }.logistics-card .price { font-size: 14px; }

/* Location intake */
.intake-strip { background: linear-gradient(105deg, #f1efff 0%, #f8f9ff 55%, #eefcff 100%); border: 1px solid #e7e2ff; border-radius: 17px; padding: 18px 20px; display: grid; grid-template-columns: minmax(190px, .95fr) minmax(420px, 1.65fr) minmax(130px, .55fr); align-items: center; gap: 24px; margin-bottom: 24px; }
.resource-note { display: flex; align-items: center; gap: 9px; margin: 14px 0 18px; padding: 11px 14px; color: #53607b; background: #f4f8ff; border: 1px solid #dfe9ff; border-radius: 10px; font-size: 12px; line-height: 1.5; }
.resource-detail-modal { width: min(100%, 620px); }.resource-detail-heading { display: flex; align-items: center; gap: 10px; margin: 2px 0 8px; }.resource-detail-kind { color: #5a4acb; background: #f0edff; border-radius: 999px; padding: 5px 9px; font-size: 11px; font-weight: 700; }.resource-detail-meta { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 18px 0; }.resource-detail-meta div { padding: 12px; border: 1px solid #edf0f5; border-radius: 10px; background: #fafbfe; }.resource-detail-meta span { display: block; color: #8b96aa; font-size: 10px; margin-bottom: 5px; }.resource-detail-meta strong { color: #24314d; font-size: 13px; }.resource-detail-section { margin-top: 18px; }.resource-detail-section > p { margin: 8px 0 0; color: #56627c; font-size: 13px; line-height: 1.7; }.resource-detail-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 9px; }.resource-detail-tags span { color: #52617c; background: #f4f6fb; border-radius: 999px; padding: 6px 9px; font-size: 11px; }.resource-detail-footnote { display: flex; align-items: center; gap: 8px; margin: 20px 0 12px; color: #65718b; font-size: 11px; line-height: 1.5; }
.service-detail-modal { width: min(100%, 620px); }.service-detail-links { display: flex; flex-direction: column; gap: 7px; margin-top: 9px; }.service-detail-links a { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #6753cb; background: #f6f3ff; border: 1px solid #e8e1ff; border-radius: 8px; padding: 9px 10px; font-size: 11px; text-decoration: none; }.service-detail-links a:hover { background: #eeeaff; }.service-detail-links > span { color: #9aa5b7; background: #fafbfe; border-radius: 8px; padding: 9px 10px; font-size: 11px; }.media-file-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 8px; color: #8d99ad; font-size: 10px; line-height: 1.5; }.media-file-list span { color: #52617c; background: #f4f6fb; border-radius: 7px; padding: 7px 9px; }.media-file-list span b { color: #6d56d7; font-size: 9px; margin-right: 2px; }.media-file-list span small { color: #9aa5b7; font-size: 9px; margin-left: 3px; }.modal .upload-hint { display: block; margin-top: 1px; }.modal .media-file-list:empty { display: none; }
.intake-intro h2 { font-size: 17px; margin: 0 0 6px; letter-spacing: -.35px; }.intake-intro p { margin: 0 0 11px; color: #7d8aa3; font-size: 11px; line-height: 1.65; }.intake-intro .text-button { font-size: 11px; }
.intake-steps { display: flex; align-items: center; gap: 9px; }.intake-steps > i { height: 1px; background: #d7d1f2; flex: 1; min-width: 12px; }.intake-step { display: flex; align-items: center; gap: 7px; white-space: nowrap; }.intake-step > span { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; color: #9a91c3; border: 1px solid #cfc8ef; font-size: 10px; font-weight: 700; }.intake-step > div { display: flex; flex-direction: column; gap: 2px; }.intake-step strong { color: #717c98; font-size: 10px; }.intake-step small { color: #a3acc1; font-size: 9px; }.intake-step.done > span { color: #fff; border-color: #7862dc; background: #7862dc; }.intake-step.done strong { color: #5e4bbf; }.intake-step.current > span { color: #fff; border-color: #22bfd0; background: #22bfd0; box-shadow: 0 0 0 4px rgba(34,191,208,.12); }.intake-step.current strong { color: #278d9a; }
.intake-count { border-left: 1px solid #dfdaf7; padding-left: 20px; display: flex; flex-direction: column; gap: 3px; }.intake-count strong { font-size: 26px; letter-spacing: -.8px; color: #5745ac; }.intake-count span, .intake-count small { color: #8d98af; font-size: 10px; }.intake-count > div { height: 4px; border-radius: 99px; background: #dedff1; margin: 6px 0 1px; overflow: hidden; }.intake-count b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #7559dc, #2ccdda); }

/* Booking / orders / settlement views */
.pipeline-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 1px 0 21px; }
.pipeline-summary > div { background: #fff; border: 1px solid #e9edf4; border-radius: 14px; padding: 17px 19px; display: flex; flex-direction: column; gap: 6px; box-shadow: 0 8px 22px rgba(32, 52, 95, .04); }
.pipeline-summary span { font-size: 11px; color: #94a0b5; }
.pipeline-summary strong { font-size: 25px; letter-spacing: -.7px; }
.purple-text { color: #7557d8; }.cyan-text { color: #20acbb; }.orange-text { color: #d8903e; }
.booking-surface, .order-surface, .settlement-surface { padding-bottom: 6px; }
.inline-tabs { display: flex; gap: 8px; background: #f6f7fa; border-radius: 8px; padding: 3px; }
.inline-tabs button { color: #99a4b7; background: transparent; border-radius: 6px; font-size: 10px; padding: 7px 10px; }
.inline-tabs button.active { background: #fff; box-shadow: 0 2px 7px rgba(35, 54, 92, .08); color: #6552c9; font-weight: 700; }
.booking-list-head, .booking-row, .settlement-list-head, .settlement-row { display: grid; align-items: center; gap: 18px; }
.booking-list-head, .booking-row { grid-template-columns: minmax(230px, 1.6fr) 1fr 100px 70px 26px; }
.booking-list-head, .settlement-list-head { color: #9ca8bb; font-size: 10px; border-bottom: 1px solid var(--line); padding: 0 12px 12px; }
.booking-row { padding: 14px 12px; border-bottom: 1px solid #f0f2f7; color: #75829b; font-size: 11px; }
.booking-row:last-child, .settlement-row:last-child { border-bottom: 0; }
.booking-project { display: flex; align-items: center; gap: 11px; min-width: 0; }
.row-icon { width: 32px; height: 38px; font-size: 14px; }
.row-icon.mint { background: linear-gradient(145deg, #45afae, #7fe1d1); }
.booking-project > span:last-child { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.booking-project strong { color: #2a3550; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.booking-project small, .settlement-row small { color: #9ca8bb; font-size: 10px; }
.row-more { color: #a1adbf; background: transparent; font-size: 15px; letter-spacing: 2px; }
.order-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 1px 0 21px; }
.order-summary-card { border-radius: 14px; background: #fff; border: 1px solid #e9edf4; padding: 18px 20px; display: flex; gap: 14px; align-items: center; box-shadow: 0 8px 22px rgba(32, 52, 95, .04); }
.order-icon { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 11px; font-size: 21px; font-weight: 650; }
.order-icon.cyan { background: #e6fbfc; color: #1bb6c5; }.order-icon.purple { background: #f0edff; color: #795ae0; }.order-icon.orange { background: #fff3e2; color: #dc963e; }
.order-summary-card div { display: flex; flex-direction: column; gap: 3px; }.order-summary-card span { color: #99a5b9; font-size: 10px; }.order-summary-card strong { font-size: 24px; }.order-summary-card small { color: #a7b0c0; font-size: 10px; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.service-media-summary { color: #7560cc; background: #f4f1ff; border-radius: 6px; padding: 4px 6px; font-size: 9px; white-space: nowrap; }
.service-card { border: 1px solid #edf0f5; border-radius: 13px; padding: 15px; }
.service-card-top, .service-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.service-type { font-size: 10px; padding: 5px 8px; border-radius: 6px; }.service-type.light { color: #765bd7; background: #f0edff; }.service-type.transport { color: #1ca7b6; background: #e8fbfc; }.service-type.catering { color: #cf8c3f; background: #fff3e2; }
.service-card h3 { margin: 16px 0 7px; font-size: 13px; }.service-card p { margin: 0 0 17px; color: #9ca7b8; font-size: 10px; }.service-card-bottom > span { font-size: 16px; font-weight: 750; color: #33405b; }.outline-button { border: 1px solid #e3ddff; background: #fff; }
.settlement-hero { color: #fff; background: linear-gradient(110deg, #17294f 0%, #2c4c81 53%, #5250ad 100%); border-radius: 18px; padding: 23px 27px; margin-bottom: 21px; min-height: 162px; display: grid; grid-template-columns: 1.35fr .7fr 1fr; align-items: center; gap: 22px; position: relative; overflow: hidden; }
.settlement-hero::after { content: ""; position: absolute; width: 290px; height: 290px; border: 35px solid rgba(255,255,255,.055); border-radius: 50%; right: 19%; top: -165px; }
.settlement-hero > div { position: relative; z-index: 1; }.settlement-hero > div:first-child { display: flex; flex-direction: column; gap: 8px; }.settlement-hero > div:first-child strong { font-size: 30px; letter-spacing: -.8px; }.settlement-hero > div:first-child > span:last-child { font-size: 10px; color: #adbcdb; }
.settlement-ring { width: 100px; height: 100px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(#54d7da 0 72%, rgba(255,255,255,.16) 72% 100%); margin: auto; }.settlement-ring::before { content: ""; position: absolute; width: 76px; height: 76px; border-radius: 50%; background: #304b83; }.settlement-ring div { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 2px; }.settlement-ring strong { font-size: 17px; }.settlement-ring span { font-size: 9px; color: #afc1df; }
.settlement-breakdown { display: grid; gap: 10px; }.settlement-breakdown div { display: flex; justify-content: space-between; gap: 10px; color: #9eb0d3; font-size: 10px; }.settlement-breakdown strong { color: #fff; font-size: 12px; }
.settlement-list-head, .settlement-row { grid-template-columns: 1.35fr 1fr .8fr .8fr .8fr; }.settlement-row { padding: 15px 12px; border-bottom: 1px solid #f0f2f7; color: #77849d; font-size: 11px; }.settlement-row > span:first-child { display: flex; flex-direction: column; gap: 4px; }.settlement-row > span:first-child strong { color: #2b3650; font-size: 12px; }.settlement-row > strong { color: #2d3956; }
.clickable-row { cursor: pointer; transition: background .18s ease; }.clickable-row:hover, .clickable-row:focus-visible { background: #faf9ff; outline: 0; }.newly-added { animation: row-in .45s ease; }.newly-added .row-icon, .newly-added .service-type { box-shadow: 0 0 0 2px rgba(112, 88, 220, .12); }@keyframes row-in { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.admin-role { display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid #e2defa; border-radius: 11px; background: #f8f6ff; }.admin-shield { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 8px; color: #fff; background: linear-gradient(135deg, #6751d4, #2ccbd9); font-size: 12px; }.admin-role span:last-child { display: flex; flex-direction: column; gap: 3px; }.admin-role strong { color: #5344a7; font-size: 11px; }.admin-role small { color: #9690b5; font-size: 9px; }
.admin-kpi-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 21px; }.admin-kpi { background: #fff; border: 1px solid #e9edf4; border-radius: 14px; padding: 16px 18px; box-shadow: 0 8px 22px rgba(32, 52, 95, .04); display: flex; flex-direction: column; gap: 5px; }.admin-kpi span { color: #8e9bb0; font-size: 11px; }.admin-kpi strong { color: #2f3c58; font-size: 27px; letter-spacing: -.8px; }.admin-kpi small { color: #a7b0bf; font-size: 10px; }.admin-kpi.purple-kpi strong { color: #7358d5; }.admin-kpi.cyan-kpi strong { color: #1aabb9; }.admin-kpi.orange-kpi strong { color: #d6903b; }
.admin-queue-surface { padding-bottom: 7px; }.admin-toolbar-actions { display: flex; align-items: center; gap: 10px; }.admin-filter-tabs { display: flex; align-items: center; gap: 3px; background: #f6f7fb; border-radius: 8px; padding: 3px; }.admin-filter-tabs button { color: #96a1b3; background: transparent; border-radius: 6px; padding: 7px 9px; font-size: 10px; white-space: nowrap; }.admin-filter-tabs button.active { color: #6250c6; background: #fff; box-shadow: 0 2px 7px rgba(35, 54, 92, .08); font-weight: 700; }.admin-filter-tabs b { font-size: 9px; margin-left: 2px; color: #adb6c5; }.admin-table-head, .admin-scene-row { display: grid; grid-template-columns: minmax(220px, 1.65fr) 78px 72px minmax(115px, .9fr) 75px 140px; gap: 13px; align-items: center; }.admin-table-head { padding: 0 11px 12px; color: #9aa6b9; border-bottom: 1px solid var(--line); font-size: 10px; }.admin-scene-row { padding: 14px 11px; color: #77849b; font-size: 10px; border-bottom: 1px solid #f0f2f7; }.admin-scene-row:last-child { border-bottom: 0; }.admin-scene-row.high-risk { background: linear-gradient(90deg, #fffaf5, transparent); }.admin-scene-cell { min-width: 0; display: flex; align-items: center; gap: 9px; }.admin-scene-cell > span:last-child { display: flex; flex-direction: column; gap: 3px; min-width: 0; }.admin-scene-cell strong { color: #2b3651; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.admin-scene-cell small { color: #9ba7b8; font-size: 9px; }.admin-scene-id { color: #a2adbe; font-size: 9px; }.admin-completeness { display: flex; align-items: center; gap: 6px; color: #718097; }.admin-completeness i { display: block; width: 40px; height: 5px; border-radius: 99px; overflow: hidden; background: #edf0f5; }.admin-completeness i b { display: block; height: 100%; border-radius: inherit; background: #31bca8; }.admin-completeness.low i b { background: #e5a24d; }.risk-tag { display: inline-flex; width: max-content; color: #1caa96; background: #e7faf5; border-radius: 5px; padding: 4px 6px; font-size: 9px; }.risk-tag.high { color: #d3873c; background: #fff2dc; }.risk-tag.low { color: #8d9aaf; background: #f3f5f8; }.admin-owner { display: flex; flex-direction: column; gap: 3px; }.admin-owner strong { color: #65738c; font-size: 10px; }.admin-owner small { color: #c08645; font-size: 9px; }.admin-actions { display: flex; align-items: center; gap: 6px; }.admin-action { border: 1px solid #e5e8ef; border-radius: 6px; color: #68758e; background: #fff; padding: 6px 7px; font-size: 9px; white-space: nowrap; }.admin-action.primary { color: #fff; background: #6e57d8; border-color: #6e57d8; }.admin-action.publish { color: #1c9e91; background: #e9faf5; border-color: #d1f2e8; }.admin-action:hover { box-shadow: 0 3px 9px rgba(37, 53, 87, .1); }.admin-scene-row.is-hidden { display: none; }
.admin-people-surface { margin-top: 18px; }.admin-people-hint { color: #8995aa; font-size: 11px; line-height: 1.55; margin: -5px 0 14px; }.admin-people-list { display: flex; flex-direction: column; }.admin-people-row { display: grid; grid-template-columns: minmax(220px, 1.45fr) minmax(150px, 1fr) 125px 100px 120px; gap: 13px; align-items: center; padding: 13px 11px; border-top: 1px solid #f0f2f7; color: #718098; font-size: 10px; }.admin-people-row:first-child { border-top: 0; }.admin-people-member, .admin-people-meta, .admin-people-status { display: flex; flex-direction: column; gap: 3px; min-width: 0; }.admin-people-member strong { color: #2b3651; font-size: 12px; }.admin-people-member small, .admin-people-meta small, .admin-people-status small { color: #9ba7b8; font-size: 9px; }.admin-people-meta strong { color: #64718a; font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.admin-people-action { justify-self: end; }.admin-people-row.is-published { background: linear-gradient(90deg, #f8fffd, transparent); }.member-lookup { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: end; }.member-lookup .outline-button { height: 36px; white-space: nowrap; }.admin-person-verification { margin-bottom: 1px; }.verification-action:disabled { color: #b6becc; background: #f4f6f9; border-color: #e5e8ef; cursor: not-allowed; }.admin-bottom-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-top: 18px; }.audit-list { display: flex; flex-direction: column; }.audit-list > div { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; border-bottom: 1px solid #f0f2f7; }.audit-list > div:last-child { border-bottom: 0; }.audit-icon { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border-radius: 8px; font-weight: 800; font-size: 12px; }.purple-audit { color: #6f54d3; background: #f0edff; }.cyan-audit { color: #1baab7; background: #e8fbfc; }.orange-audit { color: #d28c3d; background: #fff3df; }.audit-list p { display: flex; flex-direction: column; gap: 4px; margin: 0; color: #68758d; font-size: 11px; }.audit-list p strong { color: #2e3a55; }.audit-list small { color: #a0abbb; font-size: 9px; }.publish-rules { list-style: none; padding: 0; margin: 2px 0 0; display: flex; flex-direction: column; gap: 15px; }.publish-rules li { display: flex; align-items: center; gap: 9px; color: #718098; font-size: 11px; }.publish-rules li span { display: grid; place-items: center; width: 18px; height: 18px; color: #1da38f; background: #e6faf5; border-radius: 50%; font-size: 10px; font-weight: 800; }

/* SOP */
.sop-hero { color: #fff; background: linear-gradient(115deg, #17294f 0%, #2e477b 54%, #6758bb 100%); border-radius: 18px; padding: 24px 27px; margin-bottom: 21px; display: grid; grid-template-columns: minmax(0, 1fr) 145px; gap: 24px; align-items: center; position: relative; overflow: hidden; }
.sop-hero::after { content: ""; position: absolute; width: 280px; height: 280px; right: -75px; top: -172px; border: 34px solid rgba(255,255,255,.08); border-radius: 50%; }
.sop-hero > div { position: relative; z-index: 1; }.sop-hero h2 { margin: 9px 0 9px; font-size: 21px; letter-spacing: -.4px; }.sop-hero p { margin: 0; max-width: 690px; color: #c0cce5; font-size: 11px; line-height: 1.7; }.sop-hero-metric { border-left: 1px solid rgba(255,255,255,.2); padding-left: 24px; display: flex; flex-direction: column; gap: 3px; }.sop-hero-metric strong { font-size: 42px; line-height: 1; }.sop-hero-metric span { color: #fff; font-size: 11px; }.sop-hero-metric small { color: #adbcdb; font-size: 9px; line-height: 1.5; }
.sop-flow-surface { padding-bottom: 21px; }.sop-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.sop-step { min-width: 0; border: 1px solid #edf0f5; border-radius: 13px; padding: 15px; display: flex; flex-direction: column; gap: 9px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); }.sop-step-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }.sop-step-head > span { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 9px; color: #6551c7; background: #f0edff; font-size: 10px; font-weight: 800; }.sop-step-head em { color: #a0aabd; font-style: normal; font-size: 9px; }.sop-step h3 { margin: 2px 0 0; color: #2b3651; font-size: 14px; }.sop-step p { min-height: 52px; margin: 0; color: #7b879d; font-size: 10px; line-height: 1.65; }.sop-output { display: flex; flex-direction: column; gap: 3px; padding: 9px 10px; border-radius: 8px; background: #f7f8fc; }.sop-output span { color: #a0aabc; font-size: 9px; }.sop-output strong { color: #53617b; font-size: 10px; }.sop-output small { color: #1da38f; font-size: 9px; }.sop-step .text-button { align-self: flex-start; padding: 0; font-size: 10px; }
.sop-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }.sop-role-list { display: flex; flex-direction: column; gap: 12px; }.sop-role-list > div { display: flex; align-items: center; gap: 10px; }.sop-role-list > div > span:last-child { display: flex; flex-direction: column; gap: 3px; }.sop-role-list strong { color: #33405b; font-size: 11px; }.sop-role-list small { color: #8a96aa; font-size: 10px; line-height: 1.4; }.sop-role-icon { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; border-radius: 9px; font-size: 10px; font-weight: 750; }.sop-role-icon.purple { color: #6e57d8; background: #f0edff; }.sop-role-icon.cyan { color: #189eac; background: #e8fbfc; }.sop-role-icon.yellow { color: #c58332; background: #fff3df; }.sop-role-icon.mint { color: #1a9e8b; background: #e6faf5; }.sop-check-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }.sop-check-list li { display: flex; gap: 10px; align-items: flex-start; }.sop-check-list li > span { display: grid; place-items: center; width: 23px; height: 23px; flex: 0 0 auto; border-radius: 7px; color: #6f58d2; background: #f0edff; font-size: 9px; font-weight: 750; }.sop-check-list li > div { display: flex; flex-direction: column; gap: 3px; }.sop-check-list strong { color: #43516c; font-size: 11px; }.sop-check-list small { color: #8c97aa; font-size: 10px; line-height: 1.45; }.sop-status-surface { margin-top: 18px; }.sop-status-track { display: flex; align-items: center; gap: 8px; overflow-x: auto; padding: 4px 0 11px; }.sop-status-track span { flex: 0 0 auto; color: #9ca7b8; border: 1px solid #e4e8ef; border-radius: 7px; padding: 7px 9px; background: #fff; font-size: 10px; }.sop-status-track span.done { color: #1d9f8d; border-color: #c9eee5; background: #effcf9; }.sop-status-track span.current { color: #6651c8; border-color: #ded8ff; background: #f4f1ff; font-weight: 700; }.sop-status-track i { width: 18px; height: 1px; flex: 0 0 auto; background: #dfe4ed; }.sop-status-note { margin: 0; color: #8d99ad; font-size: 10px; line-height: 1.6; }

/* Modal / toast */
.modal-backdrop { position: fixed; inset: 0; background: rgba(11, 20, 41, .53); backdrop-filter: blur(5px); z-index: 20; display: none; align-items: center; justify-content: center; padding: 18px; }
.modal-backdrop.open { display: flex; animation: fade-in .2s ease; }
.modal { width: min(100%, 490px); max-height: calc(100vh - 36px); overflow: auto; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(10, 21, 49, .28); padding: 31px 31px 27px; position: relative; }
.intake-modal { width: min(100%, 590px); }
.modal-close { position: absolute; right: 17px; top: 15px; color: #8f9bb0; background: transparent; font-size: 24px; line-height: 1; }
.modal-kicker { color: #7357db; font-size: 10px; font-weight: 750; letter-spacing: 1.6px; margin-bottom: 8px; }.modal h2 { font-size: 23px; margin-bottom: 8px; letter-spacing: -.6px; }.modal-subtitle { color: #8d99ad; font-size: 12px; margin-bottom: 23px; }
.modal form { display: flex; flex-direction: column; gap: 15px; }.modal label { display: flex; flex-direction: column; gap: 7px; color: #586681; font-size: 11px; font-weight: 650; }.modal input, .modal select, .modal textarea { width: 100%; border: 1px solid #dfe5f0; border-radius: 9px; color: #27334d; background: #fff; padding: 11px 12px; font-size: 12px; resize: vertical; }.modal input:focus, .modal select:focus, .modal textarea:focus { border-color: #8671df; box-shadow: 0 0 0 3px rgba(116, 87, 221, .11); outline: 0; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.verification-gate { border: 1px solid #e2ddfb; background: #faf9ff; border-radius: 11px; padding: 12px; display: flex; flex-direction: column; gap: 9px; }.verification-gate-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }.verification-gate-head > div { display: flex; flex-direction: column; gap: 4px; }.verification-gate-head strong { color: #55449e; font-size: 12px; }.verification-gate-head span:not(.status-pill) { color: #8d87ad; font-size: 10px; line-height: 1.45; }.verification-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid #ece9fb; padding-top: 9px; }.verification-item > div { display: flex; flex-direction: column; gap: 3px; }.verification-item strong { color: #4c5870; font-size: 11px; }.verification-item small { color: #949db0; font-size: 10px; }.verification-action { flex: 0 0 auto; padding: 7px 10px; font-size: 10px; }.auth-entry-links { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-top: 2px; }.auth-entry-links a, .auth-entry-links button { color: #6d56d7; background: #f2efff; border: 1px solid #e5defe; border-radius: 7px; padding: 7px 9px; font-size: 10px; text-decoration: none; }.auth-entry-links button { cursor: pointer; }.admin-auth-links { margin-bottom: 2px; }.verification-item.is-complete strong { color: #1b9f8b; }.verification-item.is-complete .verification-action { color: #1b9f8b; border-color: #b7e7de; background: #effcf9; }.form-footnote { color: #8794ab; background: #f7f8fc; border-radius: 8px; padding: 9px 11px; font-size: 10px; display: flex; align-items: center; gap: 7px; }.check-icon { color: #1aae98; font-weight: 800; }.submit-button { width: 100%; margin-top: 2px; }
.wizard-progress { display: flex; align-items: center; gap: 8px; margin: 0 0 23px; }.wizard-progress > i { height: 1px; background: #e4e8f1; flex: 1; }.wizard-node { display: flex; align-items: center; gap: 6px; color: #a0abbd; white-space: nowrap; }.wizard-node span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; border: 1px solid #d9dfea; font-size: 10px; font-weight: 700; }.wizard-node small { font-size: 10px; }.wizard-node.active { color: #6652c8; }.wizard-node.active span { color: #fff; background: #6d56d7; border-color: #6d56d7; }.wizard-node.complete { color: #1da997; }.wizard-node.complete span { color: #fff; background: #26bfa7; border-color: #26bfa7; }.wizard-panel { display: none; flex-direction: column; gap: 15px; min-height: 206px; }.wizard-panel.active { display: flex; }.wizard-actions { display: flex; justify-content: space-between; gap: 10px; margin-top: 22px; }.ghost-form-button { color: #7e8aa0; background: transparent; font-size: 12px; padding: 10px 0; }.ghost-form-button:disabled { color: #c4cad6; cursor: default; }.wizard-actions .primary-button { min-width: 115px; }.check-field { flex-direction: row !important; align-items: flex-start; gap: 9px !important; color: #7a879f !important; font-weight: 500 !important; line-height: 1.5; }.check-field input { width: 15px; height: 15px; margin-top: 1px; accent-color: #6d56d7; }.upload-hint { border: 1px dashed #d8ddec; background: #fafbfe; border-radius: 9px; padding: 11px 12px; color: #909cb0; font-size: 10px; line-height: 1.55; }.review-box { border-radius: 9px; background: #f7f6ff; border: 1px solid #e8e3ff; padding: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.review-box div { display: flex; flex-direction: column; gap: 5px; }.review-box span { color: #9a94bd; font-size: 10px; }.review-box strong { color: #6453b8; font-size: 11px; line-height: 1.5; }.intake-success { text-align: center; padding: 21px 15px 11px; }.success-badge { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 15px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #2cc1a9, #35d1d6); font-size: 26px; box-shadow: 0 9px 20px rgba(43, 193, 169, .22); }.intake-success h3 { font-size: 20px; margin-bottom: 9px; }.intake-success p { color: #8995aa; line-height: 1.65; font-size: 12px; margin-bottom: 21px; }
.toast { position: fixed; left: 50%; bottom: 27px; transform: translate(-50%, 20px); background: #13213d; color: #fff; border-radius: 10px; padding: 11px 15px; display: flex; align-items: center; gap: 9px; font-size: 12px; box-shadow: 0 14px 35px rgba(15, 30, 63, .25); opacity: 0; pointer-events: none; transition: .25s ease; z-index: 40; }.toast.visible { opacity: 1; transform: translate(-50%, 0); }.toast-check { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; background: #34c6b0; font-size: 11px; }
.settlement-modal { width: min(100%, 500px); }.settlement-detail { border: 1px solid #edf0f5; border-radius: 12px; overflow: hidden; margin: 7px 0 17px; }.detail-line { display: flex; justify-content: space-between; gap: 15px; padding: 12px 14px; border-bottom: 1px solid #f0f2f7; color: #8d99ad; font-size: 11px; }.detail-line:last-of-type { border-bottom: 0; }.detail-line strong { color: #2c3752; font-size: 12px; text-align: right; }.detail-note { margin: 10px; background: #f7f6ff; border-radius: 8px; padding: 11px 12px; }.detail-note span { color: #6e59c9; font-size: 10px; font-weight: 750; }.detail-note p { color: #818da3; font-size: 10px; line-height: 1.6; margin: 5px 0 0; }.full-button { width: 100%; }
.admin-review-modal { width: min(100%, 640px); }.admin-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 13px; padding: 12px; background: #fafbfe; border: 1px solid #edf0f5; border-radius: 10px; }.publish-preview { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 11px 12px; background: #f6f8ff; border-radius: 9px; border: 1px solid #e4e8fa; }.publish-preview div { display: flex; flex-direction: column; gap: 4px; }.publish-preview span { color: #8995ad; font-size: 9px; }.publish-preview strong { color: #4f5f84; font-size: 10px; }.admin-review-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 3px; }.admin-review-actions .primary-button { min-width: 150px; }

@media (max-width: 1180px) {
  .sidebar { width: 222px; flex-basis: 222px; }
  .page-content { padding-left: 28px; padding-right: 28px; }.topbar { padding-left: 28px; padding-right: 28px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .lower-grid { grid-template-columns: 1fr; }.location-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 760px) {
  .passport-gate { align-items: start; overflow: auto; padding: 18px; }.passport-gate-panel { margin: 52px 0 20px; padding: 28px 22px; }.passport-gate-kicker { margin-top: 32px; }.passport-gate h1 { font-size: 26px; }
  body { font-size: 14px; }.app-shell { display: block; }.sidebar { position: relative; width: 100%; height: auto; min-height: 0; padding: 15px 14px 12px; }.brand-lockup { padding: 0 4px 13px; }.workspace-switcher, .sidebar-bottom { display: none; }.nav-list { padding: 5px 0 0; flex-direction: row; overflow-x: auto; gap: 4px; }.nav-item { width: auto; flex: 0 0 auto; padding: 9px 10px; font-size: 11px; gap: 6px; }.nav-item.active { box-shadow: inset 0 -3px 0 #6f5ae8; }.nav-count { display: none; }.nav-icon { font-size: 14px; }
  .topbar { height: 60px; padding: 0 16px; }.ghost-button, .top-profile span:not(.chevron) { display: none; }.top-actions { gap: 10px; }.breadcrumb { font-size: 11px; }.page-content { padding: 25px 16px 40px; }.page-heading { align-items: flex-start; flex-direction: column; margin-bottom: 22px; }.page-heading .primary-button { align-self: stretch; }.page-heading.compact .primary-button { align-self: flex-start; }.heading-actions { width: 100%; flex-direction: column; align-items: stretch; }.heading-actions .primary-button, .heading-actions .outline-primary-button { width: 100%; }.heading-subtitle { line-height: 1.6; }.stats-grid { gap: 9px; }.stat-card { min-height: 122px; padding: 14px; }.stat-card > strong { font-size: 26px; margin: 10px 0 8px; }.stat-foot { flex-direction: column; align-items: flex-start; gap: 2px; }.surface { padding: 18px 14px 16px; }.surface-heading { margin-bottom: 15px; }.surface-heading h2 { font-size: 16px; }.calendar-strip { overflow-x: auto; padding-bottom: 13px; }.calendar-day { min-width: 55px; }.schedule-item { grid-template-columns: 56px 9px minmax(0,1fr); gap: 9px; }.schedule-item .status-pill { grid-column: 3; justify-self: start; margin-top: -6px; }.schedule-main strong { font-size: 12px; }.project-table { overflow-x: auto; }.table-head, .project-row { min-width: 560px; }.lower-grid { gap: 12px; }.location-toolbar { gap: 10px; }.search-field { width: 100%; }.filter-chips { order: 3; width: 100%; overflow-x: auto; flex-wrap: nowrap; }.sort-button { margin-left: 0; }.location-grid { grid-template-columns: 1fr; gap: 14px; }.location-image { height: 190px; }.intake-strip { grid-template-columns: 1fr; gap: 17px; }.intake-steps { overflow-x: auto; padding-bottom: 2px; }.intake-step { flex: 0 0 auto; }.intake-steps > i { min-width: 22px; }.intake-count { border-left: 0; border-top: 1px solid #dfdaf7; padding: 13px 0 0; }.intake-request-row { grid-template-columns: minmax(190px, 1fr) 84px 25px; gap: 8px; }.pipeline-summary { grid-template-columns: repeat(2,1fr); gap: 9px; }.pipeline-summary > div { padding: 13px 14px; }.booking-surface { overflow-x: auto; }.booking-list { min-width: 700px; }.order-grid { grid-template-columns: 1fr; gap: 9px; }.service-cards { grid-template-columns: 1fr; }.settlement-hero { grid-template-columns: 1fr 100px; padding: 20px; }.settlement-breakdown { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); gap: 8px; }.settlement-breakdown div { flex-direction: column; gap: 3px; }.settlement-surface { overflow-x: auto; }.settlement-list { min-width: 630px; }.modal { padding: 26px 20px 21px; }.form-row { grid-template-columns: 1fr; }.member-lookup { grid-template-columns: 1fr; }.member-lookup .outline-button { width: 100%; }.wizard-progress { gap: 4px; }.wizard-node { flex-direction: column; gap: 3px; }.wizard-node small { font-size: 9px; }.review-box { grid-template-columns: 1fr; }
}
@media (max-width: 420px) { .stats-grid { grid-template-columns: 1fr 1fr; }.stat-card > strong { font-size: 23px; }.stat-top { font-size: 10px; }.stat-symbol { display: none; }.settlement-hero { grid-template-columns: 1fr; }.settlement-ring { margin: 0; }.settlement-breakdown { grid-column: auto; }.topbar { padding: 0 12px; }.page-content { padding-left: 12px; padding-right: 12px; }.resource-detail-meta { grid-template-columns: 1fr; }.resource-detail-meta strong { display: block; overflow-wrap: anywhere; } }

@media (max-width: 980px) {
  .admin-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .admin-bottom-grid { grid-template-columns: 1fr; }
  .admin-toolbar-actions { flex-wrap: wrap; justify-content: flex-end; }
  .admin-filter-tabs { overflow-x: auto; max-width: 100%; }
  .admin-table-head, .admin-scene-row { min-width: 760px; }
  .admin-queue-surface, .admin-people-surface { overflow-x: auto; }
  .admin-people-list { min-width: 700px; }
}
@media (max-width: 620px) {
  .admin-role { align-self: stretch; }
  .admin-kpi-grid { gap: 9px; }
  .admin-kpi { padding: 13px 14px; }
  .admin-kpi strong { font-size: 23px; }
  .admin-check-grid, .publish-preview { grid-template-columns: 1fr; }
}

@media (max-width: 1180px) {
  .people-grid, .logistics-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .sop-flow-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .resource-summary { grid-template-columns: repeat(2, 1fr); gap: 9px; }.resource-summary > div { padding: 13px 14px; }.resource-summary strong { font-size: 23px; }.resource-toolbar { gap: 10px; }.resource-toolbar .search-field { width: 100%; }.resource-toolbar .filter-chips { width: 100%; }.people-grid, .logistics-grid { grid-template-columns: 1fr; gap: 14px; }.logistics-visual { height: 165px; }
  .sop-hero { grid-template-columns: 1fr; padding: 20px; }.sop-hero-metric { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 13px 0 0; }.sop-flow-grid, .sop-columns { grid-template-columns: 1fr; }.sop-step p { min-height: 0; }.resource-detail-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }.resource-detail-meta strong { overflow-wrap: anywhere; }
}

/* 运营后台增强控件 */
.admin-queue-hint { margin: 5px 0 0; color: #9aa6b9; font-size: 10px; }
.admin-searchbar { display: grid; grid-template-columns: minmax(260px, 1fr) 130px 130px auto; gap: 9px; align-items: end; padding: 12px 11px; margin: -4px 0 12px; background: #f8f9fc; border: 1px solid #edf0f5; border-radius: 10px; }
.admin-search-field, .admin-select-field { display: flex; align-items: center; gap: 7px; min-width: 0; color: #8c98aa; font-size: 10px; }
.admin-search-field { padding: 0 10px; height: 36px; background: #fff; border: 1px solid #e1e6ef; border-radius: 8px; }
.admin-search-field span { font-size: 15px; }
.admin-search-field input, .admin-select-field select { min-width: 0; width: 100%; border: 0; outline: 0; color: #394762; background: transparent; font-size: 11px; }
.admin-select-field { height: 36px; padding: 0 9px; background: #fff; border: 1px solid #e1e6ef; border-radius: 8px; }
.admin-select-field select { cursor: pointer; }
.admin-clear-filter { justify-self: end; white-space: nowrap; }
.admin-empty-state { padding: 34px 16px 38px; text-align: center; color: #8c98aa; }
.admin-empty-state strong, .admin-empty-state span { display: block; }
.admin-empty-state strong { color: #53617b; font-size: 13px; margin-bottom: 6px; }
.admin-empty-state span { font-size: 11px; }
.admin-resource-name { max-width: 100%; padding: 0; color: #2b3651; background: transparent; font: inherit; font-weight: 700; text-align: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; }
.admin-resource-name:hover { color: #6954d3; text-decoration: underline; }
.admin-detail-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 18px; }
.admin-detail-actions button { min-width: 110px; }
.admin-resource-detail-modal { width: min(100%, 650px); }
.admin-audit-modal { width: min(100%, 600px); }
.admin-audit-modal-list { display: flex; flex-direction: column; gap: 2px; max-height: 58vh; overflow: auto; }
.admin-audit-record { display: flex; align-items: flex-start; gap: 10px; padding: 11px 0; border-bottom: 1px solid #f0f2f7; }
.admin-audit-record p { display: flex; flex-direction: column; gap: 4px; min-width: 0; margin: 0; color: #68758d; font-size: 10px; }
.admin-audit-record strong { color: #2e3a55; font-size: 11px; }
.admin-audit-record small { color: #9aa6b8; font-size: 9px; }
.admin-audit-record em { color: #7e8ba1; font-style: normal; line-height: 1.45; }
.admin-audit-empty { color: #9aa6b8; font-size: 11px; text-align: center; padding: 25px 0; }
@media (max-width: 760px) {
  .admin-searchbar { grid-template-columns: 1fr 1fr; }
  .admin-search-field { grid-column: 1 / -1; }
  .admin-clear-filter { justify-self: start; }
  .admin-detail-actions { flex-direction: column; }
  .admin-detail-actions button { width: 100%; }
}
.data-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 36px 24px;
  color: #8290a8;
  text-align: center;
  border: 1px dashed #dce3ed;
  border-radius: 14px;
  background: #f8fafc;
}
