:root {
  --bg: #070912;
  --panel: rgba(15, 18, 31, 0.86);
  --panel-strong: #111523;
  --panel-soft: #0d101d;
  --line: rgba(147, 162, 207, 0.14);
  --line-strong: rgba(142, 157, 214, 0.28);
  --text: #f5f6fb;
  --muted: #8f98b3;
  --muted-2: #69718a;
  --accent: #7f8fff;
  --accent-2: #a67dff;
  --cyan: #70d9ff;
  --green: #50d9a0;
  --amber: #f4bd62;
}

* { box-sizing: border-box; }
html { background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Inter, "Segoe UI", Arial, sans-serif; }
button, input { font: inherit; }
button { color: inherit; }

.eyebrow { margin: 0; color: #828ba7; font-size: 10px; font-weight: 800; letter-spacing: .19em; }
.wordmark { display: flex; align-items: center; gap: 12px; letter-spacing: .24em; }
.wordmark strong { font-size: 17px; }
.brand-mark { display: grid; width: 30px; height: 30px; place-items: center; transform: rotate(45deg); }
.brand-mark span { grid-area: 1/1; width: 20px; height: 20px; border: 2px solid #8da0ff; border-radius: 3px; }
.brand-mark span:nth-child(2) { width: 14px; height: 14px; border-color: #a97eff; }
.brand-mark span:nth-child(3) { width: 7px; height: 7px; background: #84d8ff; border: 0; }

/* Authentication */
.auth-shell { min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; position: relative; background: radial-gradient(circle at 30% 48%, rgba(95,91,207,.15), transparent 35%), #070912; }
.auth-ambient { position: absolute; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .42; }
.auth-ambient-one { width: 360px; height: 360px; left: -150px; top: 15%; background: #4e4ace; }
.auth-ambient-two { width: 330px; height: 330px; left: 38%; bottom: -180px; background: #7d3fc4; opacity: .22; }
.auth-story { min-height: 100vh; padding: 48px clamp(44px, 7vw, 112px); display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line); position: relative; }
.auth-story::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: radial-gradient(circle at 40% 45%, #000 10%, transparent 70%); }
.auth-copy { position: relative; z-index: 1; max-width: 670px; }
.auth-copy h1 { margin: 18px 0 28px; font-size: clamp(52px, 5.4vw, 82px); line-height: .99; letter-spacing: -.055em; font-weight: 620; }
.auth-copy h1 span { color: transparent; background: linear-gradient(90deg, #899bff, #bd80ff 62%, #81d5ff); background-clip: text; }
.auth-copy > p:last-child { max-width: 560px; color: #a3abc2; font-size: 17px; line-height: 1.8; }
.auth-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; position: relative; z-index: 1; }
.auth-proof div { border-top: 1px solid var(--line-strong); padding-top: 17px; display: grid; gap: 8px; }
.auth-proof b { color: #808cf1; font-size: 11px; letter-spacing: .16em; }
.auth-proof span { color: #9da5bd; font-size: 12px; line-height: 1.5; }
.auth-panel { min-height: 100vh; padding: 36px clamp(32px, 6vw, 92px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(9, 11, 20, .68); backdrop-filter: blur(22px); }
.auth-card { width: min(100%, 460px); display: grid; gap: 22px; }
.auth-card h2 { margin: 10px 0 10px; font-size: 34px; letter-spacing: -.04em; }
.auth-card > div > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.auth-card label { display: grid; gap: 9px; color: #c6cbe0; font-size: 12px; font-weight: 650; }
.auth-card input { width: 100%; height: 52px; padding: 0 16px; color: var(--text); background: rgba(19, 23, 39, .82); border: 1px solid var(--line-strong); border-radius: 12px; outline: none; transition: .2s; }
.auth-card input::placeholder { color: #535b72; }
.auth-card input:focus { border-color: #7f8fff; box-shadow: 0 0 0 3px rgba(127,143,255,.12); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-error { margin: -8px 0; color: #ff8a9d; font-size: 12px; }
.primary-button { min-height: 53px; border: 0; border-radius: 12px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; background: linear-gradient(105deg, #697cf8, #9b6fe9); color: #fff; font-weight: 750; box-shadow: 0 16px 36px rgba(100, 91, 224, .25); transition: transform .2s, filter .2s; }
.primary-button:hover { transform: translateY(-1px); filter: brightness(1.08); }
.primary-button span { font-size: 20px; }
.primary-button.compact { width: max-content; min-height: 44px; gap: 30px; padding-inline: 18px; font-size: 12px; }
.auth-switch { display: flex; justify-content: center; gap: 7px; color: var(--muted); font-size: 12px; }
.auth-switch button { border: 0; padding: 0; background: transparent; color: #97a5ff; cursor: pointer; font-weight: 700; }
.auth-legal { margin: 48px 0 0; color: #555d72; font-size: 10px; }
.mobile-wordmark { display: none; }

/* Application shell */
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 258px 1fr; background: radial-gradient(circle at 65% 10%, rgba(99,80,197,.08), transparent 33%), #080a12; }
.sidebar { position: sticky; top: 0; height: 100vh; padding: 25px 18px 17px; display: flex; flex-direction: column; background: rgba(10, 12, 22, .96); border-right: 1px solid var(--line); }
.sidebar-brand { padding: 4px 12px 30px; }
.main-nav { display: flex; flex-direction: column; gap: 3px; }
.main-nav p { margin: 21px 12px 7px; color: #4f576e; font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.main-nav button { width: 100%; min-height: 42px; padding: 0 11px; border: 1px solid transparent; border-radius: 10px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 6px; text-align: left; background: transparent; color: #7d859d; cursor: pointer; font-size: 11px; transition: .18s; }
.main-nav button:hover:not(:disabled), .main-nav button.active { color: #edf0ff; border-color: rgba(128,143,255,.16); background: linear-gradient(90deg, rgba(89,103,215,.16), rgba(128,99,210,.07)); }
.main-nav button.active::before { content: ""; position: absolute; width: 2px; height: 20px; margin-left: -12px; background: #8495ff; border-radius: 2px; box-shadow: 0 0 12px #8090ff; }
.main-nav button:disabled { cursor: default; opacity: .45; }
.main-nav button i { font-style: normal; color: #8e98be; font-size: 16px; text-align: center; }
.main-nav button i.module-code { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 7px; font-size: 8px; font-weight: 800; }
.main-nav button em { font-style: normal; font-size: 8px; color: #5c647b; text-transform: uppercase; }
.sidebar-footer { margin-top: auto; padding: 14px 8px 2px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 34px 1fr 24px; gap: 9px; align-items: center; }
.account-avatar { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(122,144,255,.28), rgba(159,108,236,.23)); color: #b9c3ff; font-size: 10px; font-weight: 800; }
.sidebar-footer div:nth-child(2) { display: grid; gap: 3px; min-width: 0; }
.sidebar-footer b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }
.sidebar-footer span { color: var(--muted-2); font-size: 8px; }
.sidebar-footer button { border: 0; background: transparent; color: #6e7690; cursor: pointer; }
.workspace { min-width: 0; }
.topbar { height: 80px; padding: 0 34px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(8,10,18,.72); backdrop-filter: blur(16px); }
.topbar > div:first-child { display: grid; gap: 4px; }
.topbar > div:first-child span { color: #5f6780; font-size: 9px; }
.topbar h1 { margin: 0; font-size: 19px; font-weight: 650; }
.topbar-actions { display: flex; align-items: center; gap: 10px; }
.search-button { height: 36px; min-width: 220px; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; display: flex; align-items: center; gap: 8px; color: #667089; background: #0d101b; font-size: 10px; }
.search-button kbd { margin-left: auto; color: #4e566b; font-size: 9px; }
.notification-button { position: relative; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 9px; background: #0d101b; color: #8b94ad; }
.notification-button b { position: absolute; right: -3px; top: -4px; width: 14px; height: 14px; display: grid; place-items: center; border-radius: 9px; background: #7d72f0; color: white; font-size: 7px; }
.system-state { margin-left: 5px; display: flex; align-items: center; gap: 7px; color: #7b849a; font-size: 9px; }
.system-state i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); }
.page-content { padding: 26px 34px 38px; }

/* Dashboard */
.hero-panel { min-height: 250px; padding: 32px 38px; border: 1px solid rgba(134,143,216,.19); border-radius: 18px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; background: radial-gradient(circle at 85% 40%, rgba(104,88,212,.23), transparent 35%), linear-gradient(125deg, rgba(18,22,40,.96), rgba(12,14,25,.96)); position: relative; box-shadow: inset 0 1px rgba(255,255,255,.03); }
.hero-panel::before { content: ""; position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 46px 46px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero-panel > div:first-child { z-index: 1; max-width: 530px; }
.hero-panel h2 { margin: 10px 0 9px; font-size: 32px; letter-spacing: -.04em; }
.hero-panel > div:first-child > p:not(.eyebrow) { margin: 0 0 22px; color: #8c95ad; font-size: 13px; line-height: 1.7; }
.hero-orbit { width: 270px; height: 190px; position: relative; display: grid; place-items: center; }
.orbit-ring { position: absolute; border: 1px solid rgba(129,145,255,.25); border-radius: 50%; transform: rotate(-16deg); }
.ring-one { width: 210px; height: 105px; }
.ring-two { width: 260px; height: 142px; border-color: rgba(145,108,234,.15); }
.orbit-core { width: 92px; height: 92px; display: grid; place-content: center; border: 1px solid rgba(148,154,255,.42); border-radius: 50%; background: radial-gradient(circle, rgba(129,127,244,.35), rgba(47,43,94,.2)); box-shadow: 0 0 70px rgba(104,87,224,.35), inset 0 0 30px rgba(163,138,255,.15); text-align: center; }
.orbit-core span { font-size: 28px; font-weight: 800; letter-spacing: -.08em; }
.orbit-core small { color: #8d96b4; font-size: 7px; letter-spacing: .19em; }
.orbit-dot { position: absolute; width: 6px; height: 6px; border-radius: 50%; background: #8fa1ff; box-shadow: 0 0 10px #8fa1ff; }
.dot-one { top: 34px; right: 52px; }.dot-two { bottom: 40px; left: 35px; background: #af7fff; }.dot-three { top: 70px; left: 16px; width: 4px; height: 4px; }
.metric-grid { margin-top: 16px; display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.metric-grid article, .admin-stats article { min-height: 112px; padding: 19px 21px; border: 1px solid var(--line); border-radius: 14px; display: grid; align-content: space-between; background: rgba(14,17,29,.72); }
.metric-grid span, .admin-stats span { color: #727b94; font-size: 10px; }
.metric-grid b, .admin-stats b { font-size: 29px; letter-spacing: -.04em; }
.metric-grid small, .admin-stats small { color: #5e667c; font-size: 9px; }.metric-grid small.positive { color: #55c89a; }
.content-grid { margin-top: 16px; display: grid; grid-template-columns: minmax(0,1.48fr) minmax(310px,.82fr); gap: 16px; }
.table-card, .module-card, .wizard-card, .preview-card { border: 1px solid var(--line); border-radius: 15px; background: rgba(14,17,29,.78); overflow: hidden; }
.section-heading { min-height: 71px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.section-heading h3 { margin: 5px 0 0; font-size: 16px; }
.section-heading > button, .section-heading > span { border: 0; background: transparent; color: #7f8aa5; font-size: 9px; }
.package-row { min-height: 62px; padding: 10px 17px; display: grid; grid-template-columns: 32px 1fr auto 20px; gap: 12px; align-items: center; border-bottom: 1px solid rgba(135,147,184,.08); }
.package-row:last-child { border-bottom: 0; }
.file-glyph { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid rgba(126,144,255,.18); border-radius: 8px; color: #8496ff; background: rgba(103,122,228,.09); font-style: normal; }
.package-row div { display: grid; gap: 4px; min-width: 0; }
.package-row b { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 10px; }
.package-row span { color: #69718a; font-size: 8px; }
.package-row em, .history-row em { min-width: 60px; padding: 5px 8px; border-radius: 8px; text-align: center; font-style: normal; font-size: 8px; }
.package-row em.done, .history-row em.done { color: #62d5a5; background: rgba(58,176,126,.1); }.package-row em.review, .history-row em.review { color: #efbc66; background: rgba(218,154,55,.1); }
.package-row > button { border: 0; background: transparent; color: #586077; }
.module-list { padding: 5px 14px 10px; }
.module-list > div { min-height: 49px; padding: 8px 5px; display: grid; grid-template-columns: 31px 1fr 18px; gap: 11px; align-items: center; opacity: .52; }
.module-list > div.enabled { opacity: 1; }
.module-list i { width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; font-style: normal; font-size: 8px; font-weight: 800; }
.module-list span { display: grid; gap: 3px; }.module-list b { font-size: 9px; }.module-list small { color: #626a80; font-size: 7px; }.module-list em { color: #596177; font-style: normal; }.module-list .enabled em { color: #75d5ad; }

/* Wizard */
.wizard-layout { display: grid; grid-template-columns: minmax(560px,1.45fr) minmax(300px,.7fr); gap: 16px; }
.wizard-card { min-height: 680px; display: grid; grid-template-rows: auto 1fr auto; }
.wizard-progress { min-height: 86px; padding: 18px 24px; display: grid; grid-template-columns: repeat(6,1fr); border-bottom: 1px solid var(--line); }
.wizard-progress button { position: relative; border: 0; background: transparent; display: grid; place-items: center; gap: 8px; color: #555d73; cursor: pointer; font-size: 7px; }
.wizard-progress button::after { content: ""; position: absolute; top: 13px; left: 63%; width: 74%; height: 1px; background: #272c3d; }
.wizard-progress button:last-child::after { display: none; }
.wizard-progress i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid #303649; border-radius: 50%; background: #111522; font-style: normal; font-size: 9px; z-index: 1; }
.wizard-progress button.active { color: #aab3d1; }.wizard-progress button.active i { border-color: #7f8fff; color: #dce0ff; background: rgba(107,123,232,.18); box-shadow: 0 0 18px rgba(100,115,225,.14); }.wizard-progress button.active::after { background: #5363bd; }
.wizard-body { padding: 44px 46px; }
.wizard-body h2 { margin: 10px 0 9px; font-size: 28px; letter-spacing: -.035em; }
.wizard-body > p:not(.eyebrow) { margin: 0 0 28px; color: var(--muted); font-size: 11px; }
.choice-list { display: grid; gap: 10px; }
.choice-list button { min-height: 68px; padding: 0 16px; border: 1px solid var(--line); border-radius: 12px; display: grid; grid-template-columns: 31px 1fr; align-items: center; gap: 12px; text-align: left; background: #0d111d; color: #7f879e; cursor: pointer; }
.choice-list button.selected { border-color: rgba(125,143,255,.48); background: linear-gradient(90deg, rgba(92,108,212,.13), rgba(131,91,204,.06)); color: var(--text); }
.choice-list i, .work-grid i { width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 8px; font-style: normal; font-size: 10px; }
.choice-list span { display: grid; gap: 5px; }.choice-list b { font-size: 11px; }.choice-list small { color: #667087; font-size: 8px; }
.work-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.work-grid button { height: 62px; padding: 0 15px; border: 1px solid var(--line); border-radius: 11px; display: flex; align-items: center; gap: 12px; background: #0d111d; color: #6f778e; cursor: pointer; font-size: 10px; }
.work-grid button.selected { color: #edf0ff; border-color: rgba(125,143,255,.48); background: rgba(92,108,212,.12); }
.wizard-footer { min-height: 76px; padding: 14px 25px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); }
.secondary-button { min-height: 41px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: #10131f; color: #8a93aa; cursor: pointer; font-size: 10px; }.secondary-button:disabled { opacity: .35; }
.preview-card { padding: 25px 21px; min-height: 680px; }
.preview-card h3 { margin: 9px 0 16px; font-size: 22px; }
.preview-path { padding: 10px 0 17px; display: flex; gap: 8px; color: #788198; font-size: 8px; border-bottom: 1px solid var(--line); }.preview-path b { color: #41495d; }
.document-list { padding: 10px 0; }
.document-list > div { min-height: 52px; display: grid; grid-template-columns: 25px 1fr; grid-template-rows: auto auto; column-gap: 10px; align-content: center; border-bottom: 1px solid rgba(135,147,184,.08); }
.document-list i { grid-row: 1/3; align-self: center; color: #59647e; font-style: normal; font-size: 8px; }.document-list span { font-size: 9px; }.document-list em { color: #5d667c; font-style: normal; font-size: 7px; margin-top: 4px; }
.preview-summary { margin-top: 17px; padding: 15px; display: flex; justify-content: space-around; border: 1px solid var(--line); border-radius: 11px; background: #0c0f1a; color: #677188; font-size: 8px; }.preview-summary span { display: grid; gap: 3px; text-align: center; }.preview-summary b { color: #dfe3f5; font-size: 16px; }
.generation-state { min-height: calc(100vh - 80px); padding: 30px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: radial-gradient(circle, rgba(98,83,207,.13), transparent 28%); }
.generation-spinner { width: 126px; height: 126px; margin-bottom: 27px; position: relative; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line); }
.generation-spinner::before { content: ""; position: absolute; inset: -1px; border-radius: 50%; border: 2px solid transparent; border-top-color: #8699ff; border-right-color: #a37dff; transform: rotate(30deg); }
.generation-spinner i { position: absolute; inset: 15px; border-radius: 50%; background: rgba(103,93,211,.1); box-shadow: inset 0 0 25px rgba(121,108,231,.15); }.generation-spinner span { z-index: 1; font-size: 24px; font-weight: 700; }
.generation-state h2 { margin: 9px 0; font-size: 31px; }.generation-state > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 11px; }.generation-state .secondary-button { margin-top: 25px; }
.generation-log { width: 320px; margin-top: 27px; padding: 15px 18px; display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 12px; text-align: left; color: #768098; background: rgba(12,15,26,.9); font-size: 9px; }.generation-log span.done { color: #67cfa7; }

/* History and admin */
.full-card { min-height: 600px; }
.history-head, .history-row { padding: 0 18px; display: grid; grid-template-columns: 2fr .7fr .7fr .55fr .7fr; gap: 15px; align-items: center; }
.history-head { min-height: 40px; color: #596278; background: rgba(8,10,18,.34); font-size: 8px; }
.history-row { min-height: 66px; border-bottom: 1px solid rgba(135,147,184,.08); color: #848da4; font-size: 9px; }
.history-row > div { display: flex; align-items: center; gap: 11px; min-width: 0; }.history-row > div b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #d6daea; font-size: 9px; }
.history-row > button { padding: 7px 9px; border: 1px solid var(--line); border-radius: 8px; background: #10131f; color: #8e98b0; font-size: 8px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }.admin-stats article { min-height: 124px; }.admin-stats small:first-of-type { color: var(--amber); }
.admin-grid { grid-template-columns: 1.2fr .8fr; }
.approval-row { min-height: 72px; padding: 10px 18px; display: grid; grid-template-columns: 35px 1fr auto auto; gap: 10px; align-items: center; border-bottom: 1px solid rgba(135,147,184,.08); }
.approval-row > span { display: grid; gap: 5px; }.approval-row b { font-size: 9px; }.approval-row small { color: #667086; font-size: 8px; }.approval-row button { padding: 7px 9px; border-radius: 8px; font-size: 8px; }.approval-row button.approve { border: 1px solid rgba(79,205,151,.25); color: #65d1a5; background: rgba(66,171,126,.08); }.approval-row button.reject { border: 1px solid var(--line); color: #777f95; background: #10131f; }
.config-row { width: 100%; min-height: 47px; padding: 0 17px; border: 0; border-bottom: 1px solid rgba(135,147,184,.08); display: grid; grid-template-columns: 28px 1fr 20px; gap: 8px; align-items: center; text-align: left; background: transparent; color: #8e96ab; cursor: pointer; font-size: 9px; }.config-row i { color: #556078; font-style: normal; font-size: 8px; }.config-row em { color: #4b5368; font-style: normal; }

@media (max-width: 1100px) {
  .auth-shell { grid-template-columns: 1fr 1fr; }.auth-story { padding-inline: 44px; }.auth-proof { grid-template-columns: 1fr; gap: 12px; }.auth-proof div { grid-template-columns: 34px 1fr; gap: 10px; }
  .app-shell { grid-template-columns: 220px 1fr; }.metric-grid { grid-template-columns: repeat(2,1fr); }.wizard-layout { grid-template-columns: 1fr; }.preview-card { min-height: auto; }.content-grid { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .auth-shell { display: block; }.auth-story { display: none; }.auth-panel { padding: 28px 22px; }.mobile-wordmark { display: flex; position: absolute; top: 26px; left: 25px; }.field-grid { grid-template-columns: 1fr; }
  .app-shell { display: block; }.sidebar { position: static; height: auto; padding: 15px; border-right: 0; border-bottom: 1px solid var(--line); }.sidebar-brand, .main-nav p, .sidebar-footer { display: none; }.main-nav { display: grid; grid-template-columns: repeat(4,1fr); }.main-nav button { grid-template-columns: 1fr; place-items: center; padding: 7px; font-size: 8px; }.main-nav button:nth-of-type(n+5):nth-of-type(-n+7) { display: none; }.main-nav button em { display: none; }.main-nav button.active::before { display: none; }
  .topbar { height: 65px; padding-inline: 17px; }.topbar-actions { display: none; }.page-content { padding: 17px; }.hero-panel { padding: 25px; }.hero-orbit { display: none; }.metric-grid { grid-template-columns: 1fr 1fr; }.wizard-progress span { display: none; }.wizard-progress { padding-inline: 12px; }.wizard-progress button::after { width: 65%; }.wizard-body { padding: 30px 20px; }.work-grid { grid-template-columns: 1fr; }.history-head { display: none; }.history-row { grid-template-columns: 1fr auto; padding-block: 10px; }.history-row > span { display: none; }.admin-stats { grid-template-columns: 1fr; }.approval-row { grid-template-columns: 35px 1fr; }.approval-row button { grid-column: auto; }.auth-card h2 { font-size: 30px; }
}
