:root {
  color-scheme: dark;
  --bg: #0b0d14;
  --bg-soft: #111521;
  --surface: rgba(20, 24, 37, 0.82);
  --surface-strong: #171c2a;
  --surface-hover: #1d2333;
  --text: #f4f5fb;
  --muted: #9ca5b8;
  --faint: #697287;
  --line: rgba(255, 255, 255, 0.085);
  --line-strong: rgba(255, 255, 255, 0.14);
  --shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  --accent: #ff6a3d;
  --accent-2: #ef4e84;
  --accent-3: #7d5cff;
  --accent-glow: rgba(255, 106, 61, 0.23);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --max: 1240px;
}

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f6f7fb;
  --bg-soft: #eef1f7;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #ffffff;
  --surface-hover: #f8f9fd;
  --text: #151827;
  --muted: #667087;
  --faint: #8d96a8;
  --line: rgba(20, 25, 40, 0.085);
  --line-strong: rgba(20, 25, 40, 0.14);
  --shadow: 0 22px 70px rgba(63, 70, 96, 0.12);
  --accent-glow: rgba(255, 106, 61, 0.18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 0%, rgba(239, 78, 132, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 12%, rgba(125, 92, 255, 0.09), transparent 31rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input { font: inherit; }
button { color: inherit; }

::selection { background: rgba(255, 106, 61, 0.3); }

.ambient {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.1;
  z-index: -1;
}
.ambient-a { background: #ff6a3d; left: -13rem; top: 30%; }
.ambient-b { background: #7d5cff; right: -14rem; top: 48%; }

.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }

.site-header {
  width: min(calc(100% - 40px), var(--max));
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 10px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: color-mix(in srgb, var(--surface) 78%, transparent);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  position: sticky;
  top: 14px;
  z-index: 20;
  box-shadow: 0 12px 40px rgba(0,0,0,.08);
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; min-width: 0; }
.brand img { width: 42px; height: 42px; filter: drop-shadow(0 7px 18px rgba(255, 90, 62, .24)); }
.brand-copy { display: grid; line-height: 1.12; }
.brand-copy strong { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; letter-spacing: -0.02em; }
.brand-copy span { margin-top: 4px; color: var(--muted); font-size: 11px; letter-spacing: .03em; }

.header-actions { display: flex; align-items: center; gap: 8px; }
.ghost-button, .icon-button, .primary-button, .filter-chip {
  border: 1px solid var(--line);
  background: var(--surface);
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease;
}
.ghost-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 13px;
  border-radius: 11px;
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
}
.ghost-button:hover, .icon-button:hover { background: var(--surface-hover); border-color: var(--line-strong); color: var(--text); }
.icon-button { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; }
.icon-button svg, .tiny-icon { width: 16px; height: 16px; stroke: currentColor; fill: none; }
.theme-icon-moon { display: none; }
html[data-theme="light"] .theme-icon-sun { display: none; }
html[data-theme="light"] .theme-icon-moon { display: block; }

.hero {
  padding: 92px 0 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .72fr);
  align-items: center;
  gap: clamp(50px, 8vw, 112px);
}

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 700; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 99px; background: linear-gradient(135deg, var(--accent), var(--accent-2)); box-shadow: 0 0 0 5px var(--accent-glow); }
.hero h1 {
  margin: 20px 0 20px;
  max-width: 780px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}
.hero h1 span {
  background: linear-gradient(100deg, #ff794d 0%, #ef5a8d 44%, #8b73ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-text { max-width: 680px; margin: 0; color: var(--muted); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.65; }
.hero-controls { margin-top: 34px; max-width: 640px; }
.search-box {
  height: 56px;
  display: grid;
  grid-template-columns: 20px 1fr auto;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 13px 0 17px;
  background: var(--surface);
  box-shadow: 0 12px 35px rgba(0, 0, 0, .07);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.search-box:focus-within { border-color: rgba(255, 106, 61, .45); box-shadow: 0 0 0 4px var(--accent-glow), 0 14px 40px rgba(0,0,0,.08); transform: translateY(-1px); }
.search-box svg { width: 19px; height: 19px; stroke: var(--faint); fill: none; }
.search-box input { width: 100%; outline: none; border: 0; background: transparent; color: var(--text); font-size: 14px; }
.search-box input::placeholder { color: var(--faint); }
kbd { min-width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-bottom-color: var(--line-strong); border-radius: 7px; background: var(--bg-soft); color: var(--faint); font: 600 12px/1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }

.hero-panel {
  min-height: 365px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 106, 61, .10), transparent 45%),
    linear-gradient(310deg, rgba(125, 92, 255, .14), transparent 46%),
    var(--surface);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
  display: grid;
  place-items: center;
  isolation: isolate;
}
.hero-panel::after { content: ""; position: absolute; inset: 16px; border: 1px solid var(--line); border-radius: 21px; pointer-events: none; }
.hero-mark { width: 166px; height: 166px; opacity: .96; filter: drop-shadow(0 20px 40px rgba(255, 80, 65, .18)); z-index: 2; transform: translateY(-28px); }
.hero-panel-content { position: absolute; inset: auto 30px 28px; display: grid; gap: 5px; z-index: 3; }
.hero-panel-content span { font-size: 9px; color: var(--faint); letter-spacing: .18em; font-weight: 800; }
.hero-panel-content strong { font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 22px; letter-spacing: -.03em; }
.hero-panel-content small { color: var(--muted); font-size: 12px; }
.panel-orbit { position: absolute; border: 1px solid var(--line); border-radius: 999px; pointer-events: none; }
.orbit-one { width: 240px; height: 240px; transform: rotate(18deg); }
.orbit-two { width: 335px; height: 150px; transform: rotate(-23deg); }

.content-section { padding: 18px 0 70px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 26px; margin-bottom: 30px; }
.section-kicker { margin: 0 0 6px; text-transform: uppercase; letter-spacing: .15em; font-size: 10px; color: var(--faint); font-weight: 800; }
.section-heading h2 { margin: 0; font: 700 clamp(27px, 3vw, 38px)/1.1 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.04em; }
.filter-bar { display: flex; justify-content: flex-end; gap: 7px; flex-wrap: wrap; }
.filter-chip { min-height: 34px; padding: 0 12px; border-radius: 999px; color: var(--muted); font-size: 11px; font-weight: 650; }
.filter-chip:hover { color: var(--text); border-color: var(--line-strong); }
.filter-chip[aria-pressed="true"] { color: #fff; border-color: transparent; background: linear-gradient(105deg, #ff6a3d, #ee4f86 60%, #765cff); box-shadow: 0 8px 24px rgba(239, 78, 132, .18); }

.service-groups { display: grid; gap: 38px; }
.service-group { scroll-margin-top: 100px; }
.group-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.group-title-row { display: flex; align-items: center; gap: 12px; }
.group-icon { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.group-icon svg { width: 17px; height: 17px; stroke: var(--muted); fill: none; }
.group-heading h3 { margin: 0; font: 700 15px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.02em; }
.group-heading p { margin: 3px 0 0; color: var(--faint); font-size: 11px; }
.group-count { color: var(--faint); font-size: 11px; border: 1px solid var(--line); min-width: 27px; height: 27px; border-radius: 999px; display: grid; place-items: center; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.service-card { min-width: 0; }
.service-card-link {
  min-height: 232px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  text-decoration: none;
  box-shadow: 0 10px 32px rgba(0,0,0,.055);
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}
.service-card-link::before { content: ""; position: absolute; width: 110px; height: 110px; border-radius: 999px; top: -48px; right: -38px; filter: blur(26px); opacity: .12; transition: opacity .22s ease, transform .22s ease; }
.service-card[data-accent="orange"] .service-card-link::before { background: #ff7b36; }
.service-card[data-accent="magenta"] .service-card-link::before { background: #f24f92; }
.service-card[data-accent="violet"] .service-card-link::before { background: #8267ff; }
.service-card[data-accent="blue"] .service-card-link::before { background: #4e8cff; }
.service-card[data-accent="cyan"] .service-card-link::before { background: #41c9d9; }
.service-card[data-accent="lime"] .service-card-link::before { background: #84cc56; }
.service-card-link:hover { transform: translateY(-4px); border-color: var(--line-strong); background: var(--surface-hover); box-shadow: 0 20px 45px rgba(0,0,0,.1); }
.service-card-link:hover::before { opacity: .24; transform: scale(1.25); }

.service-topline { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.service-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 14px; border: 1px solid var(--line); background: var(--bg-soft); }
.service-icon svg { width: 21px; height: 21px; stroke: currentColor; fill: none; }
.service-icon[data-accent="orange"] { color: #ff8a49; background: rgba(255, 122, 54, .09); }
.service-icon[data-accent="magenta"] { color: #ef6ba0; background: rgba(242, 79, 146, .09); }
.service-icon[data-accent="violet"] { color: #9b88ff; background: rgba(130, 103, 255, .09); }
.service-icon[data-accent="blue"] { color: #6ea1ff; background: rgba(78, 140, 255, .09); }
.service-icon[data-accent="cyan"] { color: #63d7e4; background: rgba(65, 201, 217, .09); }
.service-icon[data-accent="lime"] { color: #9bd66f; background: rgba(132, 204, 86, .09); }
.service-category { padding: 5px 8px; border-radius: 999px; color: var(--faint); border: 1px solid var(--line); font-size: 9px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.service-body { margin-top: 22px; }
.service-body h3 { margin: 0; font: 700 18px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; letter-spacing: -.025em; }
.service-description { margin: 8px 0 0; color: var(--muted); font-size: 12.5px; line-height: 1.55; max-width: 38ch; }
.service-footer { margin-top: auto; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hostname { color: var(--faint); font: 500 10.5px/1.3 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.open-icon { flex: 0 0 auto; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; border: 1px solid var(--line); background: var(--bg-soft); color: var(--muted); transition: transform .2s ease, color .2s ease, border-color .2s ease; }
.open-icon svg { width: 14px; height: 14px; stroke: currentColor; fill: none; }
.service-card-link:hover .open-icon { transform: translate(2px, -2px); color: var(--text); border-color: var(--line-strong); }

.empty-state { padding: 70px 20px; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius-xl); background: var(--surface); }
.empty-state > svg { width: 30px; height: 30px; stroke: var(--faint); fill: none; }
.empty-state h3 { margin: 16px 0 6px; font: 700 20px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.empty-state p { margin: 0 0 20px; color: var(--muted); font-size: 13px; }
.primary-button { min-height: 40px; padding: 0 14px; border-radius: 11px; color: #fff; border-color: transparent; background: linear-gradient(105deg, #ff6a3d, #ee4f86); font-size: 12px; font-weight: 700; }
.primary-button:hover { transform: translateY(-1px); }

.site-footer { padding-bottom: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--faint); font-size: 10px; position: relative; }
.footer-line { position: absolute; top: -18px; left: 0; right: 0; height: 1px; background: var(--line); }
.site-footer p { margin: 0; }
.footer-mark { color: var(--accent); font-weight: 800; letter-spacing: .08em; margin-right: 6px; }
.footer-meta strong { color: var(--muted); font-weight: 600; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; padding-top: 70px; gap: 40px; }
  .hero-panel { min-height: 290px; }
  .hero-mark { width: 140px; height: 140px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .section-heading { align-items: flex-start; flex-direction: column; }
  .filter-bar { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .shell, .site-header { width: min(calc(100% - 24px), var(--max)); }
  .site-header { margin-top: 12px; top: 8px; }
  .desktop-only { display: none; }
  .hero { padding: 55px 0 48px; }
  .hero h1 { font-size: clamp(42px, 14vw, 60px); }
  .hero-text { font-size: 15px; }
  .hero-panel { min-height: 260px; border-radius: 22px; }
  .search-box { height: 52px; }
  .filter-bar { flex-wrap: nowrap; overflow-x: auto; width: calc(100vw - 24px); padding: 2px 12px 6px 0; scrollbar-width: none; }
  .filter-bar::-webkit-scrollbar { display: none; }
  .filter-chip { white-space: nowrap; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card-link { min-height: 214px; }
  .group-heading p { display: none; }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* PhoenixDesign brand logo (provided artwork) */
.brand img,
.hero-mark {
  object-fit: contain;
}

.brand img {
  filter: drop-shadow(0 7px 18px rgba(242, 65, 0, .23));
}

.hero-mark {
  filter:
    drop-shadow(0 18px 40px rgba(242, 65, 0, .16))
    drop-shadow(0 5px 16px rgba(224, 0, 52, .10));
}

.service-card[data-accent="amber"] { --card-accent: #ffb12b; --card-glow: rgba(255, 177, 43, .16); }
.service-icon[data-accent="amber"] { color: #ffc45c; background: rgba(255, 177, 43, .10); }
.service-card[data-accent="amber"] .service-card-link::before { background: #ffb12b; }

/* Quick access, favorites and service reachability */
.quick-access-section {
  padding: 0 0 34px;
}
.compact-heading {
  margin-bottom: 16px;
}
.compact-heading h2 {
  font-size: clamp(23px, 2.4vw, 30px);
}
.quick-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}
.quick-panel {
  min-width: 0;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: 0 10px 32px rgba(0,0,0,.04);
}
.quick-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.quick-panel-title {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}
.quick-panel-title svg {
  width: 16px;
  height: 16px;
  stroke: var(--muted);
  fill: none;
}
.quick-panel-title h3 {
  margin: 0;
  font: 700 13px/1.2 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -.015em;
}
.quick-panel-count {
  min-width: 25px;
  height: 25px;
  padding: 0 8px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--faint);
  font-size: 10px;
}
.quick-list {
  display: grid;
  gap: 7px;
}
.quick-link {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 53px;
  padding: 7px 8px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: inherit;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.quick-link:hover {
  background: var(--surface-hover);
  border-color: var(--line);
  transform: translateX(2px);
}
.quick-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--bg-soft);
}
.quick-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
}
.quick-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}
.quick-copy strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px;
  line-height: 1.2;
}
.quick-copy span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--faint);
  font: 500 9.5px/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.quick-open {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--faint);
}
.quick-open svg {
  width: 13px;
  height: 13px;
  stroke: currentColor;
  fill: none;
}

.directory-tools {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  flex-wrap: wrap;
}
.status-refresh {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
  cursor: pointer;
  font-size: 10.5px;
  font-weight: 650;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.status-refresh:hover {
  color: var(--text);
  border-color: var(--line-strong);
  background: var(--surface-hover);
}
.status-refresh:active {
  transform: translateY(1px);
}
.status-refresh svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  fill: none;
}
.status-refresh.is-checking svg {
  animation: phx-spin .8s linear infinite;
}
@keyframes phx-spin { to { transform: rotate(360deg); } }

.service-card {
  position: relative;
}
.favorite-button {
  position: absolute;
  z-index: 4;
  top: 17px;
  right: 17px;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: color-mix(in srgb, var(--bg-soft) 88%, transparent);
  color: var(--faint);
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease;
}
.favorite-button:hover {
  color: #ffbd4a;
  border-color: rgba(255, 189, 74, .28);
  transform: translateY(-1px);
}
.favorite-button svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  transition: fill .18s ease, transform .18s ease;
}
.favorite-button[aria-pressed="true"] {
  color: #ffbd4a;
  border-color: rgba(255, 189, 74, .28);
  background: rgba(255, 189, 74, .09);
}
.favorite-button[aria-pressed="true"] svg {
  fill: currentColor;
  transform: scale(1.04);
}
.service-category {
  margin-right: 38px;
}
.service-meta {
  min-width: 0;
  display: grid;
  gap: 5px;
}
.service-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  color: var(--faint);
  font-size: 9.5px;
  font-weight: 650;
}
.status-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--faint);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--faint) 12%, transparent);
}
.service-status[data-status="checking"] .status-dot {
  animation: status-pulse 1.2s ease-in-out infinite;
}
.service-status[data-status="reachable"] {
  color: #7fd38a;
}
.service-status[data-status="reachable"] .status-dot {
  background: #65c976;
  box-shadow: 0 0 0 3px rgba(101, 201, 118, .13);
}
.service-status[data-status="unavailable"] {
  color: #ee7d7d;
}
.service-status[data-status="unavailable"] .status-dot {
  background: #e96565;
  box-shadow: 0 0 0 3px rgba(233, 101, 101, .13);
}
@keyframes status-pulse {
  0%, 100% { opacity: .45; transform: scale(.88); }
  50% { opacity: 1; transform: scale(1); }
}

@media (max-width: 980px) {
  .quick-access-grid { grid-template-columns: 1fr; }
  .directory-tools { justify-content: flex-start; }
}

@media (max-width: 640px) {
  .quick-access-section { padding-bottom: 28px; }
  .quick-panel { padding: 13px; }
  .directory-tools { width: 100%; align-items: flex-start; flex-direction: column; }
  .status-refresh { order: 2; }
  .directory-tools .filter-bar { order: 1; }
  .service-category { margin-right: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .status-refresh.is-checking svg,
  .service-status[data-status="checking"] .status-dot { animation: none !important; }
}

.quick-access-grid[data-count="1"] { grid-template-columns: 1fr; }
.quick-icon[data-accent="orange"] { color: #ff8a49; background: rgba(255, 122, 54, .09); }
.quick-icon[data-accent="magenta"] { color: #ef6ba0; background: rgba(242, 79, 146, .09); }
.quick-icon[data-accent="violet"] { color: #9b88ff; background: rgba(130, 103, 255, .09); }
.quick-icon[data-accent="blue"] { color: #6ea1ff; background: rgba(78, 140, 255, .09); }
.quick-icon[data-accent="cyan"] { color: #63d7e4; background: rgba(65, 201, 217, .09); }
.quick-icon[data-accent="lime"] { color: #9bd66f; background: rgba(132, 204, 86, .09); }
.quick-icon[data-accent="amber"] { color: #ffc45c; background: rgba(255, 177, 43, .10); }
.status-refresh:disabled { cursor: wait; opacity: .7; }