:root {
  --navy-950: #081d2d;
  --navy-900: #0c2940;
  --navy-800: #123b5a;
  --navy-700: #195071;
  --blue-600: #1266a0;
  --blue-500: #1a79b9;
  --blue-100: #e8f3fa;
  --mint-500: #42c6a5;
  --mint-100: #e1f8f1;
  --ink: #152a3a;
  --muted: #657785;
  --line: #dde7ed;
  --soft: #f3f7f9;
  --white: #fff;
  --shadow-sm: 0 8px 28px rgba(15, 44, 65, .07);
  --shadow-lg: 0 24px 70px rgba(5, 33, 52, .17);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --sidebar: 266px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  font-family: "Titillium Web", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid #0875b5; outline-offset: 3px; }
.icon { width: 21px; height: 21px; flex: 0 0 auto; }
.sr-only, .skip-link:not(:focus) { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; top: 12px; left: 12px; z-index: 200; background: white; color: var(--navy-900); padding: 10px 16px; border-radius: 9px; }

.app-shell { min-height: 100vh; display: grid; grid-template-columns: var(--sidebar) minmax(0, 1fr); }
.sidebar { position: fixed; inset: 0 auto 0 0; z-index: 40; width: var(--sidebar); background: linear-gradient(175deg, var(--navy-950), #0d324b 70%, #124762); color: white; padding: 28px 20px 22px; display: flex; flex-direction: column; overflow-x: hidden; overflow-y: auto; }
.sidebar::before { content: ""; position: absolute; inset: auto 0 0; height: 250px; background: radial-gradient(circle at 10px calc(100% + 35px), transparent 174px, rgba(95,217,188,.13) 174px 175px, rgba(95,217,188,.06) 175px 210px, rgba(95,217,188,.025) 210px 250px, transparent 250px); pointer-events: none; }
.app-column { grid-column: 2; min-width: 0; }
.topbar { height: 86px; padding: 0 40px; background: rgba(255,255,255,.92); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 25; backdrop-filter: blur(15px); }
.topbar__inner { position: relative; width: 100%; max-width: 1420px; height: 100%; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.main-content { max-width: 1500px; margin: 0 auto; padding: 34px 40px 64px; }

.brand { text-decoration: none; display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 47px; height: 47px; display: block; flex: 0 0 47px; object-fit: contain; }
.brand__copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand__copy strong { font-size: 22px; letter-spacing: -.4px; }
.brand__copy small { margin-top: 6px; font-size: 11px; text-transform: uppercase; letter-spacing: 1.4px; opacity: .62; }
.brand--sidebar { margin: 0 6px 44px; }

.side-nav { display: grid; gap: 8px; position: relative; }
.side-nav a { min-height: 49px; padding: 0 14px; border-radius: 13px; display: flex; align-items: center; gap: 13px; text-decoration: none; color: rgba(255,255,255,.72); font-weight: 600; transition: .2s ease; }
.side-nav a:hover { background: rgba(255,255,255,.07); color: white; transform: translateX(2px); }
.side-nav a.is-active { color: white; background: rgba(255,255,255,.12); box-shadow: inset 3px 0 var(--mint-500); }
.side-nav a.is-active .icon { color: #6bdfc4; }
.sidebar__footer { margin-top: auto; position: relative; display: grid; gap: 20px; }
.sidebar__footer > a { color: rgba(255,255,255,.58); text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 7px; padding: 0 5px; }
.sidebar__footer > a .icon { width: 16px; }

.topbar-search { position: relative; z-index: 2; width: min(480px, 100%); min-width: 260px; }
.topbar-search__field { min-width: 0; height: 48px; background: var(--soft); border-color: #e2eaee; }
.topbar-search__field input { font-size: 15px; }
.topbar-search__field kbd { padding: 4px 7px; border: 1px solid #cad6dc; border-bottom-width: 2px; border-radius: 7px; color: #687b86; background: white; font: 600 11px/1.2 inherit; white-space: nowrap; }
.topbar__actions { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.avatar-link { display: flex; align-items: center; gap: 11px; text-decoration: none; }
.avatar { width: 43px; height: 43px; display: grid; place-items: center; background: linear-gradient(145deg, var(--navy-800), var(--blue-500)); color: white; border-radius: 14px; font-size: 14px; font-weight: 700; box-shadow: 0 5px 16px rgba(18,59,90,.18); }
.avatar-copy { display: flex; flex-direction: column; line-height: 1.15; min-width: 125px; }
.avatar-copy strong { font-size: 15px; }
.avatar-copy small { margin-top: 4px; font-size: 12px; color: var(--muted); }
.icon-button { width: 40px; height: 40px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); background: white; color: var(--navy-700); border-radius: 12px; cursor: pointer; transition: .2s ease; }
.icon-button:hover { background: var(--blue-100); border-color: #c7dfea; }
.menu-toggle, .mobile-brand, .mobile-search-toggle, .mobile-tabbar, .mobile-more-sheet { display: none; }
.demo-badge { padding: 5px 10px; border-radius: 999px; background: #fff1cb; color: #7a5511; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; }

.eyebrow { display: inline-block; font-size: 12px; line-height: 1; text-transform: uppercase; letter-spacing: 1.8px; font-weight: 700; }
.eyebrow--light { color: #98ead6; }
.eyebrow--blue { color: var(--blue-600); }
.eyebrow--green { color: #128166; }
.eyebrow--violet { color: #7257ae; }
.dashboard-hero { position: relative; min-height: 300px; padding: 45px 48px; border-radius: var(--radius-lg); overflow: hidden; color: white; background: radial-gradient(circle at 89% 10%, rgba(76,213,179,.34), transparent 28%), linear-gradient(120deg, #0b2a42 0%, #12486b 64%, #126b7b 100%); box-shadow: var(--shadow-lg); display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.dashboard-hero::after { content: ""; position: absolute; width: 490px; height: 490px; right: -225px; bottom: -285px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(255,255,255,.025), 0 0 0 80px rgba(255,255,255,.018), 0 0 0 126px rgba(255,255,255,.012); }
.dashboard-hero__content { position: relative; z-index: 2; max-width: 640px; }
.dashboard-hero h1 { font-size: clamp(38px, 4vw, 57px); line-height: .98; letter-spacing: -1.7px; margin: 14px 0 14px; }
.dashboard-hero__content > p { max-width: 600px; margin: 0; color: rgba(255,255,255,.75); font-size: 19px; }
.hero-actions { margin-top: 28px; display: flex; gap: 11px; flex-wrap: wrap; }
.identity-card { position: relative; z-index: 2; flex: 0 0 285px; padding: 26px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.1); backdrop-filter: blur(15px); border-radius: 22px; display: flex; flex-direction: column; box-shadow: inset 0 1px rgba(255,255,255,.12); }
.identity-card__label { text-transform: uppercase; letter-spacing: 1.4px; font-size: 11px; color: rgba(255,255,255,.6); }
.identity-card strong { margin-top: 20px; font-size: 22px; }
.identity-card > span:nth-of-type(2) { color: rgba(255,255,255,.66); font-size: 14px; }
.identity-card__status { margin-top: 23px; display: flex; align-items: center; gap: 8px; font-size: 13px; }
.identity-card__status i, .status-pill i { width: 8px; height: 8px; background: #63e6b9; border-radius: 50%; box-shadow: 0 0 0 4px rgba(99,230,185,.13); }
.identity-card__role { margin-top: 17px; align-self: flex-start; padding: 5px 10px; background: rgba(255,255,255,.1); border-radius: 999px; font-size: 12px; }

.button { min-height: 44px; padding: 0 18px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; text-decoration: none; font-weight: 700; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button .icon { width: 18px; }
.button:hover:not(:disabled):not(.is-disabled) { transform: translateY(-2px); }
.button--primary { color: white; background: linear-gradient(135deg, var(--navy-800), var(--blue-600)); box-shadow: 0 10px 24px rgba(18,73,107,.2); }
.button--primary:hover { box-shadow: 0 14px 30px rgba(18,73,107,.28); }
.button--secondary { color: var(--navy-800); background: var(--blue-100); }
.button--white { color: var(--navy-900); background: white; box-shadow: 0 8px 22px rgba(0,0,0,.1); }
.button--ghost-light { color: white; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); }
.button--large { width: 100%; min-height: 58px; font-size: 18px; }
.button:disabled, .button.is-disabled { opacity: .52; cursor: not-allowed; pointer-events: none; }

.section-block { padding-top: 42px; }
.section-heading { margin-bottom: 20px; display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.section-heading h2, .panel h2 { margin: 6px 0 0; font-size: 27px; line-height: 1.1; letter-spacing: -.45px; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-600); font-weight: 700; text-decoration: none; }
.text-link .icon { width: 17px; transition: transform .2s ease; }
.text-link:hover .icon { transform: translateX(3px); }

.service-grid { display: grid; gap: 18px; }
.service-grid--featured { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-grid--all { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-card { --accent: #2d87bf; --accent-soft: #e8f5fb; min-height: 253px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: white; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; transition: .22s ease; }
.service-card[hidden] { display: none; }
.service-card:hover { transform: translateY(-5px); border-color: color-mix(in srgb, var(--accent) 36%, white); box-shadow: 0 18px 45px rgba(15,44,65,.12); }
.service-card--amber { --accent: #d28421; --accent-soft: #fff4df; }
.service-card--violet { --accent: #7659b6; --accent-soft: #f1ecfb; }
.service-card--cyan { --accent: #148a9e; --accent-soft: #e1f6f7; }
.service-card--emerald { --accent: #198165; --accent-soft: #e3f7ef; }
.service-card--blue { --accent: #2865ad; --accent-soft: #e8f0fb; }
.service-card--rose { --accent: #b84e6f; --accent-soft: #faeaf0; }
.service-card--navy { --accent: #26485f; --accent-soft: #e9eff3; }
.service-card--maintenance { border-color: #e5bd70; background: linear-gradient(180deg, #fffaf0, #fff); }
.service-card__top { display: flex; justify-content: space-between; align-items: start; gap: 12px; }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 15px; }
.service-icon .icon { width: 24px; height: 24px; }
.service-status { display: flex; align-items: center; gap: 6px; color: #6c7a83; font-size: 11px; }
.service-status i { width: 7px; height: 7px; background: #3ebd8d; border-radius: 50%; }
.service-status--external i { background: #8998a3; }
.service-card__body { padding: 21px 0 17px; }
.service-card__category { text-transform: uppercase; letter-spacing: 1px; font-size: 11px; font-weight: 700; color: var(--accent); }
.service-card h3 { margin: 4px 0 5px; font-size: 22px; line-height: 1.15; }
.service-card p { margin: 0; font-size: 14px; line-height: 1.45; color: var(--muted); }
.service-card__maintenance { margin-top: 12px !important; padding: 9px 10px; display: flex; gap: 8px; color: #714c0d !important; background: #fff1cf; border-radius: 10px; }
.service-card__maintenance .icon { width: 17px; margin-top: 1px; }
.maintenance-chip { padding: 4px 8px; border-radius: 999px; color: #704a0a; background: #ffe7b1; font-size: 11px; font-weight: 700; }
.service-card__link { margin-top: auto; padding-top: 15px; border-top: 1px solid #edf2f4; display: flex; align-items: center; justify-content: space-between; color: var(--navy-800); font-size: 14px; font-weight: 700; text-decoration: none; }
.service-card__link .icon { width: 17px; }

.dashboard-grid { padding-top: 24px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.panel { background: white; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); padding: 27px; }
.panel__heading { display: flex; align-items: center; gap: 14px; }
.panel-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; }
.panel-icon--blue { background: var(--blue-100); color: var(--blue-600); }
.panel-icon--mint { background: var(--mint-100); color: #16836a; }
.panel-icon--violet { background: #f0ebfb; color: #7659b6; }
.account-lines { display: grid; grid-template-columns: repeat(4, 1fr); margin: 25px 0 23px; border: 1px solid #e6edf1; border-radius: 15px; overflow: hidden; }
.account-lines div { padding: 15px 17px; display: flex; flex-direction: column; }
.account-lines div + div { border-left: 1px solid #e6edf1; }
.account-lines span { color: var(--muted); font-size: 12px; }
.account-lines strong { margin-top: 4px; font-size: 15px; }
.positive { color: #11745e; }
.negative { color: #a12d3a; }
.announcement-card { position: relative; overflow: hidden; background: linear-gradient(145deg, #edfbf7, #fff); }
.announcement-card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -85px; bottom: -90px; border: 1px solid rgba(48,170,140,.13); border-radius: 50%; box-shadow: 0 0 0 25px rgba(48,170,140,.035), 0 0 0 50px rgba(48,170,140,.025); }
.announcement-card__top { display: flex; align-items: center; justify-content: space-between; }
.status-chip { padding: 5px 10px; background: #d9f4eb; color: #166d59; border-radius: 999px; font-size: 11px; font-weight: 700; }
.announcement-card > .eyebrow { margin-top: 22px; }
.announcement-card p { color: var(--muted); margin: 11px 0 16px; }

.page-heading { margin: 3px 0 27px; display: flex; align-items: end; justify-content: space-between; gap: 25px; }
.page-heading h1 { margin: 5px 0 4px; font-size: clamp(36px, 4vw, 49px); line-height: 1; letter-spacing: -1.1px; }
.page-heading p { margin: 0; color: var(--muted); font-size: 18px; }
.page-heading__count { padding: 11px 15px; background: white; border: 1px solid var(--line); border-radius: 13px; color: var(--muted); white-space: nowrap; }
.page-heading__count strong { color: var(--blue-600); font-size: 20px; margin-right: 4px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; padding: 9px 14px; border: 1px solid var(--line); background: white; border-radius: 999px; font-size: 14px; }
.status-pill--ok { color: #126d58; border-color: #c5eadf; background: #f2fbf8; }

.services-toolbar { margin-bottom: 22px; padding: 14px; background: white; border: 1px solid var(--line); border-radius: 18px; display: flex; align-items: center; gap: 15px; box-shadow: var(--shadow-sm); }
.search-box { flex: 1; min-width: 240px; height: 46px; padding: 0 14px; background: var(--soft); border: 1px solid transparent; border-radius: 12px; display: flex; align-items: center; gap: 10px; color: var(--muted); }
.search-box:focus-within { border-color: #8ebbd4; background: white; }
.search-box input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.filter-chips { min-width: 0; max-width: 100%; display: flex; align-items: center; gap: 7px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; -webkit-overflow-scrolling: touch; touch-action: pan-y; cursor: grab; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips.is-dragging { cursor: grabbing; user-select: none; }
.filter-chips button { border: 0; padding: 8px 13px; border-radius: 10px; background: transparent; color: var(--muted); white-space: nowrap; cursor: pointer; font-size: 14px; font-weight: 600; }
.filter-chips button:hover { background: var(--soft); }
.filter-chips button.is-active { background: var(--navy-800); color: white; }
.empty-state { padding: 80px 20px; text-align: center; color: var(--muted); }
.empty-state .icon { width: 44px; height: 44px; color: #9aabb5; }
.empty-state h2 { color: var(--ink); }

.account-layout { display: grid; grid-template-columns: minmax(280px,.78fr) minmax(420px,1.22fr); gap: 20px; align-items: start; }
.profile-list { margin: 25px 0; }
.profile-list div { padding: 14px 0; border-bottom: 1px solid #e8eef1; }
.profile-list dt { color: var(--muted); font-size: 13px; }
.profile-list dd { margin: 3px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.privacy-note { padding: 13px; background: var(--soft); border-radius: 12px; color: var(--muted); font-size: 13px; display: flex; gap: 9px; }
.privacy-note .icon { width: 18px; color: var(--blue-600); }
.password-panel { grid-row: span 2; }
.password-panel > p { color: var(--muted); }
.password-form { display: grid; gap: 17px; margin-top: 22px; }
.password-form [data-password-policy] { display: grid; gap: 17px; }
.password-policy-help { margin: 0 0 15px; color: var(--muted); font-size: 14px; line-height: 1.55; }
.password-form label > span:first-child { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.password-field { height: 50px; border: 1px solid #cfdae1; border-radius: 12px; display: flex; align-items: center; overflow: hidden; transition: .2s ease; }
.password-field:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(26,121,185,.1); }
.password-field input { min-width: 0; flex: 1; height: 100%; padding: 0 14px; border: 0; outline: 0; }
.password-field button { width: 48px; height: 100%; border: 0; background: white; color: var(--muted); cursor: pointer; display: grid; place-items: center; }
.password-field button .icon { width: 19px; }
.password-meter { height: 5px; background: #edf1f3; border-radius: 10px; overflow: hidden; }
.password-meter span { display: block; width: 0; height: 100%; border-radius: inherit; background: #da5861; transition: .2s ease; }
.password-meter span[data-level="medium"] { background: #d49728; }
.password-meter span[data-level="strong"] { background: #2ba57f; }
.password-rules { margin: -4px 0 3px; padding: 0; display: grid; gap: 6px; list-style: none; color: var(--muted); font-size: 13px; }
.password-rules li::before { content: "○"; display: inline-block; width: 20px; color: #9baab3; }
.password-rules li.is-valid { color: #157259; }
.password-rules li.is-valid::before { content: "✓"; color: #1a9976; font-weight: 700; }
.password-rules li.password-rule--info::before { content: "i"; color: var(--blue-500); font-weight: 800; }
.form-note { margin: 0; font-size: 13px; }
.form-note--warning { color: #9a5e18; }
.security-tips { padding: 25px; border-radius: var(--radius-md); background: linear-gradient(145deg, #0e3049, #15556e); color: white; box-shadow: var(--shadow-lg); }
.security-tips h2 { margin: 17px 0 9px; }
.security-tips ul { padding-left: 21px; color: rgba(255,255,255,.73); font-size: 14px; }
.security-tips .text-link { color: #7be3c9; }

.help-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 20px; align-items: start; }
.faq-list { margin-top: 23px; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 17px 2px; cursor: pointer; list-style: none; font-weight: 700; display: flex; justify-content: space-between; gap: 15px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { color: var(--muted); transition: transform .2s ease; }
.faq-list details[open] summary .icon { transform: rotate(180deg); }
.faq-list details p { margin: -5px 35px 18px 2px; color: var(--muted); }
.contact-panel { padding: 34px; color: white; border-radius: var(--radius-lg); background: radial-gradient(circle at 90% 10%, rgba(70,209,174,.3), transparent 30%), linear-gradient(145deg, var(--navy-950), #15516d); box-shadow: var(--shadow-lg); }
.contact-panel__icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: rgba(255,255,255,.12); color: #78e2c8; margin-bottom: 27px; }
.contact-panel h2 { font-size: 31px; line-height: 1.05; margin: 9px 0; }
.contact-panel p { color: rgba(255,255,255,.71); margin-bottom: 25px; }
.error-state { max-width: 620px; margin: 9vh auto; padding: 45px; text-align: center; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.error-state__icon { width: 64px; height: 64px; margin: 0 auto 20px; display: grid; place-items: center; border-radius: 19px; background: var(--blue-100); color: var(--blue-600); }
.error-state__icon .icon { width: 30px; height: 30px; }
.error-state h1 { margin: 7px 0; font-size: 38px; }
.error-state p { color: var(--muted); margin-bottom: 25px; }

.alert { margin-bottom: 18px; min-height: 50px; padding: 11px 13px; border: 1px solid #cfe0e9; background: #f6fbfd; border-radius: 13px; display: flex; align-items: center; gap: 10px; color: #28556e; box-shadow: var(--shadow-sm); }
.alert--success { color: #14664f; background: #effaf6; border-color: #bfe6d9; }
.alert--error { color: #8b3037; background: #fff3f4; border-color: #f1c9cc; }
.alert--warning { color: #825510; background: #fff9e9; border-color: #efdfac; }
.alert > button { margin-left: auto; padding: 5px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.public-alert { position: fixed; top: 15px; left: 50%; transform: translateX(-50%); z-index: 100; width: min(92%, 600px); }

.login-page { position: relative; min-height: 100vh; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow-x: hidden; overflow-x: clip; background: white; }
.login-intro { position: relative; min-height: 100vh; padding: 42px clamp(40px, 6vw, 92px); overflow: hidden; color: white; background: radial-gradient(circle at 76% 18%, rgba(56,205,168,.24), transparent 24%), linear-gradient(145deg, #071b2a 0%, #0d344e 56%, #126274 100%); display: flex; flex-direction: column; }
.login-intro::before, .login-page__ambient { content: ""; position: absolute; border-radius: 50%; pointer-events: none; }
.login-intro::before { width: 640px; height: 640px; right: -345px; bottom: -325px; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 0 0 45px rgba(255,255,255,.025), 0 0 0 95px rgba(255,255,255,.018), 0 0 0 150px rgba(255,255,255,.012); }
.login-page__ambient { width: 280px; height: 280px; left: 42%; top: -180px; background: rgba(66,198,165,.15); filter: blur(80px); z-index: 2; }
.brand--public { position: relative; z-index: 3; color: white; }
.login-intro__content { position: relative; z-index: 3; margin: auto 0; max-width: 710px; padding: 70px 0; }
.login-intro h1 { margin: 20px 0 25px; font-size: clamp(54px, 6.2vw, 89px); line-height: .87; letter-spacing: -3.7px; }
.login-intro h1 em { color: #64dabc; font-style: normal; }
.login-intro__content > p { max-width: 650px; margin: 0; color: rgba(255,255,255,.7); font-size: clamp(18px, 1.6vw, 22px); }
.trust-row { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 15px 27px; color: rgba(255,255,255,.72); font-size: 14px; }
.trust-row span { display: flex; align-items: center; gap: 8px; }
.trust-row .icon { width: 18px; color: #65dbbd; }
.login-intro__footer { position: relative; z-index: 3; margin: 0; color: rgba(255,255,255,.44); font-size: 13px; }
.login-panel { position: relative; padding: 40px clamp(32px, 6vw, 90px); display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle at 100% 0%, #eef9f7, transparent 30%), #fbfdfd; }
.login-card { width: min(100%, 510px); padding: 42px; background: white; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 28px 80px rgba(9,39,58,.13); }
.login-card__symbol { width: 58px; height: 58px; margin-bottom: 28px; border-radius: 18px; display: grid; place-items: center; color: white; background: linear-gradient(145deg, var(--navy-800), var(--blue-500)); box-shadow: 0 12px 30px rgba(18,82,119,.23); }
.login-card__symbol .icon { width: 27px; height: 27px; }
.login-card h2 { margin: 8px 0 9px; font-size: 36px; line-height: 1; letter-spacing: -.8px; }
.login-card > p { margin: 0 0 27px; color: var(--muted); }
.login-help { margin: 23px 0 0; color: var(--muted); font-size: 14px; }
.login-help a { color: var(--blue-600); font-weight: 700; }
.login-card > .login-help--recovery { margin: 16px 0 0; text-align: center; }
.config-note { margin: 13px 0 0 !important; padding: 10px; border-radius: 9px; background: #fff7e5; color: #8b611c !important; font-size: 12px; }
.logout-transition { min-height: 100vh; padding: 24px; display: grid; place-items: center; background: radial-gradient(circle at 50% 0%, #e9f8f4, transparent 38%), var(--soft); }
.logout-transition__card { width: min(100%, 480px); padding: 42px; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: var(--shadow-lg); text-align: center; }
.logout-transition__card h1 { margin: 22px 0 8px; color: var(--navy-900); font-size: 36px; line-height: 1; }
.logout-transition__card p { margin: 0 0 25px; color: var(--muted); }
.logout-transition__spinner { width: 48px; height: 48px; margin: 0 auto; display: block; border: 4px solid var(--mint-100); border-top-color: var(--mint-500); border-radius: 50%; animation: logout-spin .8s linear infinite; }
.logout-transition__card .button { display: inline-flex; }
@keyframes logout-spin { to { transform: rotate(360deg); } }
.recovery-intro { background: radial-gradient(circle at 74% 20%, rgba(95,217,187,.25), transparent 25%), linear-gradient(145deg, #071b2a 0%, #0e3b53 58%, #176573 100%); }
.recovery-card { position: relative; }
.recovery-card__symbol { background: linear-gradient(145deg, #126b83, #2a9b89); }
.recovery-card__symbol--warning { background: linear-gradient(145deg, #9b6517, #d49a35); }
.recovery-back { width: fit-content; margin: -10px 0 24px; display: inline-flex; align-items: center; gap: 7px; color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; }
.recovery-back .icon { width: 16px; transform: rotate(180deg); }
.recovery-back:hover { color: var(--blue-600); }
.recovery-card > p strong { color: var(--navy-800); }
.recovery-form { margin-top: 23px; display: grid; gap: 20px; }
.recovery-field > span:first-child { display: block; margin-bottom: 7px; color: var(--navy-800); font-size: 14px; font-weight: 700; }
.recovery-input { height: 54px; padding: 0 15px; border: 1px solid #cfdae1; border-radius: 12px; display: flex; align-items: center; gap: 11px; background: white; transition: border-color .2s ease, box-shadow .2s ease; }
.recovery-input:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 3px rgba(26,121,185,.1); }
.recovery-input .icon { width: 20px; flex: 0 0 20px; color: var(--blue-600); }
.recovery-input input { min-width: 0; width: 100%; height: 100%; padding: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font: inherit; }
.recovery-input input::placeholder { color: #9aaab3; }
.recovery-notice { margin: 23px 0; padding: 15px; border: 1px solid #cfe9e2; border-radius: 13px; display: flex; align-items: flex-start; gap: 11px; background: #f1faf7; color: #426b62; font-size: 14px; line-height: 1.4; }
.recovery-notice .icon { width: 20px; flex: 0 0 20px; color: #23856f; }
.recovery-notice strong { display: block; color: #176956; }
.recovery-privacy { margin: 17px 0 0 !important; padding: 11px 12px; border-radius: 11px; display: flex; align-items: flex-start; gap: 9px; background: #f0f8f6; color: #477067 !important; font-size: 12px; }
.recovery-privacy .icon { width: 17px; flex: 0 0 17px; color: #23856f; }
.recovery-password-form { margin-top: 23px; }

.service-card__actions { display: flex; align-items: center; gap: 8px; }
.service-card__actions form { margin: 0; }
.favorite-button { width: 36px; height: 36px; border: 1px solid #dce6ea; border-radius: 11px; display: grid; place-items: center; color: #82939d; background: white; cursor: pointer; transition: .2s ease; }
.favorite-button:hover { color: #bb7b16; border-color: #e5c17d; transform: translateY(-1px); }
.favorite-button.is-active { color: #b8750b; border-color: #f0cb82; background: #fff6df; }
.favorite-button.is-active .icon { fill: currentColor; }
.favorite-button .icon { width: 18px; }
.sso-chip { padding: 5px 8px; border-radius: 8px; color: #136b59; background: #e2f7f0; font-size: 10px; font-weight: 800; letter-spacing: .7px; }
.filter-chips .icon { width: 14px; vertical-align: -2px; }

.quick-results { position: absolute; top: calc(100% + 9px); left: 0; width: 100%; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 24px 60px rgba(13,42,60,.2); }
.quick-results a { padding: 10px; border-radius: 11px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.quick-results a:hover { background: var(--soft); }
.quick-results a[hidden] { display: none; }
.quick-results a span:nth-child(2) { display: flex; flex-direction: column; }
.quick-results a small { color: var(--muted); }
.quick-results > p { margin: 13px; color: var(--muted); text-align: center; }
.quick-results .quick-results__all { margin-top: 5px; padding: 11px 12px 8px; border-top: 1px solid var(--line); border-radius: 0 0 9px 9px; display: flex; justify-content: space-between; color: var(--blue-600); font-weight: 700; }
.quick-results__all .icon { width: 17px; }
.service-icon--small { width: 38px; height: 38px; border-radius: 11px; }
.service-icon--small .icon { width: 19px; }

.notices { padding-top: 32px; }
.notice-list { display: grid; gap: 12px; }
.notice { padding: 18px 20px; border: 1px solid #dbe8ec; border-left: 4px solid var(--blue-500); border-radius: 15px; display: flex; align-items: flex-start; gap: 15px; background: white; box-shadow: var(--shadow-sm); }
.notice--maintenance { border-left-color: #c17b1b; background: #fffaf1; }
.notice--urgent { border-left-color: #b84e5a; background: #fff6f7; }
.notice .panel-icon { width: 42px; height: 42px; flex: 0 0 42px; color: var(--blue-600); background: var(--blue-100); }
.notice h3 { margin: 2px 0 3px; font-size: 20px; }
.notice p { margin: 0; color: var(--muted); }
.notice__kind { color: var(--blue-600); text-transform: uppercase; letter-spacing: .8px; font-size: 10px; font-weight: 800; }
.section-block--compact { padding-top: 30px; }
.featured-services-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.featured-services-strip > a { padding: 14px; border: 1px solid var(--line); border-radius: 15px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 11px; color: var(--ink); background: white; text-decoration: none; box-shadow: var(--shadow-sm); }
.featured-services-strip > a > span:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.featured-services-strip strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.featured-services-strip small { color: var(--muted); }

.account-layout--profile { grid-template-columns: minmax(300px,.9fr) minmax(390px,1.1fr); }
.recovery-panel > p, .mfa-panel > p, .eid-panel > p, .sessions-panel > p { color: var(--muted); }
.verified-contact { margin: 22px 0 16px; padding: 15px; border: 1px solid #dce7eb; border-radius: 14px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.verified-contact > span:first-child { min-width: 0; display: flex; flex-direction: column; }
.verified-contact small { color: var(--muted); }
.verified-contact strong { overflow-wrap: anywhere; }
.pending-verification { margin-bottom: 17px; padding: 12px; border-radius: 12px; display: flex; gap: 9px; color: #80601d; background: #fff6df; font-size: 14px; }
.pending-verification .icon { width: 19px; flex: 0 0 19px; }
.stack-form { display: grid; gap: 16px; }
.stack-form label > span { display: block; margin-bottom: 7px; font-size: 14px; font-weight: 700; }
.stack-form input, .stack-form textarea, .stack-form select { width: 100%; padding: 12px 14px; border: 1px solid #cfdae1; border-radius: 11px; color: var(--ink); background: white; font: inherit; }
.stack-form input:focus, .stack-form textarea:focus, .stack-form select:focus { border-color: var(--blue-500); outline: 0; box-shadow: 0 0 0 3px rgba(26,121,185,.1); }
.account-security-link { margin-top: 20px; padding: 22px 25px; border-radius: var(--radius-md); display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; color: white; background: linear-gradient(140deg, #102f47, #185875); box-shadow: var(--shadow-lg); }
.account-security-link h2 { margin: 3px 0; }
.account-security-link p { margin: 0; color: rgba(255,255,255,.7); }

.security-summary { margin-bottom: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.security-summary article { padding: 19px; border: 1px solid var(--line); border-radius: 17px; display: flex; align-items: center; gap: 13px; background: white; box-shadow: var(--shadow-sm); }
.security-summary article > div { min-width: 0; display: flex; flex-direction: column; }
.security-summary small { color: var(--muted); }
.security-summary strong { margin: 2px 0; font-size: 18px; }
.security-layout { display: grid; grid-template-columns: minmax(390px,1.1fr) minmax(300px,.9fr); gap: 20px; align-items: start; }
.security-stack { display: grid; gap: 20px; }
.mfa-panel h2, .eid-panel h2 { margin: 14px 0 7px; }
.mfa-panel .eyebrow { display: block; margin-top: 18px; }
.eid-panel { background: linear-gradient(145deg,#eef7fb,#fff); }
.trust-flow { margin-top: 18px; display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.trust-flow span { padding: 6px 9px; border-radius: 9px; color: var(--navy-800); background: white; border: 1px solid #d5e4eb; font-size: 12px; font-weight: 700; }
.trust-flow .icon { width: 14px; color: var(--blue-500); }
.sessions-panel { margin-top: 20px; }
.session-list { margin-top: 20px; display: grid; gap: 10px; }
.session-list article { padding: 14px; border: 1px solid #e1e9ed; border-radius: 13px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; }
.session-device { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; color: var(--blue-600); background: var(--blue-100); }
.session-list article > div { min-width: 0; display: flex; flex-direction: column; }
.session-list article strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.session-list article span { color: var(--muted); font-size: 13px; }
.button--danger { color: #9c3440; background: #fff0f2; border: 1px solid #f1cbd0; }
.empty-inline { color: var(--muted); }
.request-reference { font-size: 14px; color: var(--muted); }
.request-reference code { padding: 3px 7px; border: 1px solid var(--line); border-radius: 7px; color: var(--navy-800); background: white; }

.admin-layout { display: grid; grid-template-columns: minmax(390px,.9fr) minmax(390px,1.1fr); gap: 20px; align-items: start; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.admin-notice-list { margin-top: 20px; display: grid; gap: 10px; }
.admin-notice-list article { padding: 15px; border: 1px solid #e1e9ed; border-radius: 13px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.admin-notice-list h3 { margin: 3px 0; }
.admin-notice-list p { margin: 0 0 4px; color: var(--muted); }
.admin-notice-list small { color: var(--muted); }
.admin-services-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 20px; align-items: start; }
.import-layout { grid-template-columns: repeat(2, minmax(0,1fr)); }
.import-example { overflow-x: auto; padding: 14px; border-radius: 11px; color: #12304a; background: #f0f5f8; font-size: 13px; line-height: 1.5; }
.import-report { margin-bottom: 20px; }
.import-report ul { max-height: 330px; overflow-y: auto; padding-left: 24px; }
.import-report li { margin: 5px 0; overflow-wrap: anywhere; }
.import-welcome { margin-top: 20px; }
.import-welcome form { max-width: 720px; }
.import-welcome form + form { margin-top: 12px; }
.admin-services-layout > *, .admin-service-form > *, .form-grid > * { min-width: 0; }
.admin-intro { margin: 18px 0; color: var(--muted); }
.admin-service-list { display: grid; gap: 10px; }
.admin-service-row { padding: 14px; border: 1px solid #dce6eb; border-radius: 15px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 13px; }
.admin-service-row.is-disabled { background: #f4f6f7; }
.admin-service-row.is-disabled .service-icon, .admin-service-row.is-disabled .admin-service-row__body { opacity: .62; }
.admin-service-row__body { min-width: 0; }
.admin-service-row__title { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.admin-service-row h3 { margin: 0; font-size: 18px; }
.admin-service-row p { margin: 3px 0 7px; color: var(--muted); font-size: 13px; overflow-wrap: anywhere; }
.admin-service-row__badges { display: flex; gap: 6px; flex-wrap: wrap; }
.admin-badge { padding: 3px 7px; border-radius: 7px; color: #425967; background: #edf2f4; font-size: 11px; font-weight: 700; }
.admin-badge--maintenance { color: #704a0a; background: #ffe9b9; }
.admin-badge--online { color: #11644f; background: #ddf4ed; }
.admin-service-row__actions { display: grid; grid-template-columns: auto auto; gap: 7px; justify-items: stretch; }
.admin-service-row__actions > form:last-child { grid-column: 1 / -1; }
.admin-faq-row .admin-service-row__body p { white-space: normal; }
.button--compact { min-height: 36px; padding: 0 11px; font-size: 13px; }
.order-actions { display: flex; gap: 5px; }
.order-actions form { display: flex; }
.order-actions button { min-width: 38px; min-height: 38px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy-800); background: white; cursor: pointer; }
.order-actions button:disabled { opacity: .4; cursor: not-allowed; }
.admin-service-editor { position: sticky; top: 106px; }
.form-grid--three { grid-template-columns: 1.2fr .9fr .9fr; }
.stack-form label small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.stack-form input[readonly] { color: #526672; background: #eef2f4; }
.admin-options { margin: 0; padding: 14px; border: 1px solid var(--line); border-radius: 12px; display: grid; gap: 8px; }
.admin-options legend { padding: 0 5px; font-weight: 700; }
.admin-options label { display: flex; align-items: center; gap: 9px; }
.admin-options input { width: 20px; height: 20px; accent-color: var(--blue-600); }

.public-result { min-height: 100vh; padding: 30px; display: grid; place-items: center; background: radial-gradient(circle at 15% 15%, rgba(34,149,184,.12), transparent 32%), var(--soft); }
.public-result__card { width: min(520px,100%); padding: 40px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow-lg); text-align: center; }
.public-result__card .panel-icon { margin: 0 auto 18px; }
.public-result__card h1 { margin: 7px 0 10px; font-size: 38px; }
.public-result__card p { margin: 0 0 24px; color: var(--muted); }

.reveal { opacity: 0; transform: translateY(11px); transition: opacity .42s ease, transform .42s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .service-grid--featured { grid-template-columns: repeat(2, 1fr); }
  .service-grid--all { grid-template-columns: repeat(2, 1fr); }
  .identity-card { display: none; }
  .login-intro h1 { font-size: 65px; }
}

@media (max-width: 1400px) {
  .admin-service-form .form-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  body.mobile-more-open { overflow: hidden; }
  .app-shell { display: block; }
  .app-column { width: 100%; }
  .sidebar { display: none; }
  .topbar { height: 72px; padding: 0 20px; }
  .topbar__inner { max-width: none; gap: 0; }
  .mobile-brand { margin-right: auto; display: inline-flex; align-items: center; gap: 9px; color: var(--navy-800); text-decoration: none; font-size: 19px; font-weight: 700; }
  .mobile-brand img { width: 39px; height: 39px; display: block; object-fit: contain; }
  .mobile-search-toggle { display: grid; }
  .topbar-logout { display: none; }
  .topbar-search { position: absolute; top: 100%; left: -20px; right: -20px; width: auto; max-width: none; min-width: 0; padding: 12px 20px 18px; display: none; background: rgba(255,255,255,.98); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(13,42,60,.14); }
  .topbar-search.is-open { display: block; }
  .topbar-search__field { width: 100%; height: 50px; }
  .topbar-search__field kbd { display: none; }
  .quick-results { position: static; width: 100%; max-height: calc(100vh - 165px); margin-top: 9px; overflow-y: auto; box-shadow: none; }
  .main-content { padding: 25px 22px calc(112px + env(safe-area-inset-bottom)); }
  .mobile-tabbar { position: fixed; z-index: 45; inset: auto 0 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 0 8px env(safe-area-inset-bottom); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); background: rgba(255,255,255,.96); box-shadow: 0 -12px 35px rgba(13,42,60,.1); backdrop-filter: blur(16px); }
  .mobile-tabbar > a, .mobile-tabbar > button { position: relative; min-width: 0; min-height: 64px; padding: 7px 2px 5px; border: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #70818c; background: transparent; text-decoration: none; font-size: 11px; font-weight: 600; cursor: pointer; }
  .mobile-tabbar .icon { width: 22px; height: 22px; }
  .mobile-tabbar > .is-active { color: var(--blue-600); font-weight: 700; }
  .mobile-tabbar > .is-active::before { content: ""; position: absolute; top: 0; left: 24%; right: 24%; height: 3px; border-radius: 0 0 4px 4px; background: var(--mint-500); }
  .mobile-more-sheet { inset: auto 0 0; width: min(100%, 640px); max-width: none; max-height: min(82dvh, 760px); margin: 0 auto; padding: 22px 20px calc(20px + env(safe-area-inset-bottom)); border: 0; border-radius: 25px 25px 0 0; color: var(--ink); background: white; box-shadow: 0 -24px 70px rgba(4,29,45,.24); overflow-y: auto; }
  .mobile-more-sheet[open] { display: block; }
  .mobile-more-sheet::backdrop { background: rgba(3,20,31,.52); backdrop-filter: blur(2px); }
  .mobile-more-sheet__heading { margin-bottom: 16px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
  .mobile-more-sheet__heading h2 { margin: 3px 0 0; font-size: 30px; line-height: 1; }
  .mobile-more-nav { display: grid; gap: 7px; }
  .mobile-more-nav > a { min-height: 62px; padding: 10px 12px; border: 1px solid transparent; border-radius: 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; color: var(--ink); text-decoration: none; }
  .mobile-more-nav > a:hover, .mobile-more-nav > a.is-active { border-color: #d8e8ef; background: var(--soft); }
  .mobile-more-nav > a > .icon:first-child { width: 22px; color: var(--blue-600); }
  .mobile-more-nav > a > .icon:last-child { width: 17px; color: var(--muted); }
  .mobile-more-nav > a > span { min-width: 0; display: flex; flex-direction: column; }
  .mobile-more-nav > a small { color: var(--muted); font-size: 12px; font-weight: 400; }
  .mobile-more-nav__label { margin: 13px 4px 2px; color: var(--muted); text-transform: uppercase; letter-spacing: 1.2px; font-size: 10px; font-weight: 700; }
  .mobile-more-logout { margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--line); }
  .mobile-more-logout button { width: 100%; min-height: 50px; padding: 0 15px; border: 0; border-radius: 13px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #9f3542; background: #fff0f2; font-weight: 700; cursor: pointer; }
  .dashboard-grid, .help-layout { grid-template-columns: 1fr; }
  .account-layout { grid-template-columns: 1fr; }
  .security-layout, .admin-layout, .admin-services-layout { grid-template-columns: 1fr; }
  .admin-service-editor { position: static; }
  .featured-services-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .security-summary { grid-template-columns: 1fr; }
  .password-panel { grid-row: auto; }
  .login-page { grid-template-columns: 1fr; }
  .login-page__ambient { width: min(280px, 100%); left: 50%; transform: translateX(-50%); }
  .login-intro { min-height: 54vh; padding: 32px; }
  .login-intro__content { padding: 75px 0; }
  .login-intro__footer { display: none; }
  .login-panel { padding: 55px 24px; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .avatar-copy, .demo-badge { display: none; }
  .topbar__actions { gap: 8px; }
  .main-content { padding: 18px 14px calc(112px + env(safe-area-inset-bottom)); }
  .dashboard-hero { min-height: 360px; padding: 34px 25px; align-items: end; }
  .dashboard-hero h1 { font-size: 43px; }
  .dashboard-hero__content > p { font-size: 17px; }
  .hero-actions .button { width: 100%; }
  .section-block { padding-top: 33px; }
  .section-heading { align-items: center; }
  .service-grid--featured, .service-grid--all { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .dashboard-grid { padding-top: 18px; }
  .panel { padding: 22px; }
  .account-lines { grid-template-columns: 1fr; }
  .account-lines div + div { border-left: 0; border-top: 1px solid #e6edf1; }
  .page-heading { align-items: start; flex-direction: column; }
  .page-heading h1 { font-size: 39px; }
  .page-heading--services { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; column-gap: 10px; row-gap: 5px; }
  .page-heading--services .page-heading__copy { display: contents; }
  .page-heading--services .eyebrow { grid-column: 1 / -1; grid-row: 1; }
  .page-heading--services h1 { grid-column: 1; grid-row: 2; min-width: 0; margin: 3px 0 4px; }
  .page-heading--services p { grid-column: 1 / -1; grid-row: 3; }
  .page-heading--services .page-heading__count { grid-column: 2; grid-row: 2; padding: 5px 9px; border-radius: 10px; font-size: 12px; }
  .page-heading--services .page-heading__count strong { margin-right: 2px; font-size: 15px; }
  .page-heading--services .page-heading__count-detail { display: none; }
  .services-toolbar { align-items: stretch; flex-direction: column; }
  .search-box { flex: none; min-width: 0; }
  .featured-services-strip { grid-template-columns: 1fr; }
  .account-security-link { grid-template-columns: auto 1fr; }
  .account-security-link .button { grid-column: 1 / -1; }
  .session-list article { grid-template-columns: auto 1fr; }
  .session-list article form, .session-list article > .status-pill { grid-column: 2; justify-self: start; }
  .form-grid { grid-template-columns: 1fr; }
  .admin-service-row { grid-template-columns: auto 1fr; }
  .admin-service-row__actions { grid-column: 1 / -1; grid-template-columns: 1fr auto; }
  .filter-chips { margin: 0 -5px; padding: 0 5px; }
  .verified-contact { align-items: flex-start; flex-direction: column; gap: 10px; }
  .verified-contact > span:first-child { width: 100%; }
  .verified-contact > .status-pill { align-self: flex-start; padding: 6px 10px; font-size: 12px; }
  .login-intro { min-height: 480px; }
  .login-intro h1 { font-size: 53px; letter-spacing: -2.5px; }
  .login-card { padding: 29px 23px; }
  .login-card h2 { font-size: 31px; }
}

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

@media (forced-colors: active) {
  .service-icon, .panel-icon, .status-chip, .admin-badge, .maintenance-chip { border: 1px solid ButtonText; }
  .identity-card__status i, .status-pill i { forced-color-adjust: none; background: CanvasText; }
}
