:root {
  --bg: #0b0d12;
  --panel: #121720;
  --panel-soft: #181f2b;
  --panel-border: rgba(255, 255, 255, 0.08);
  --text: #eef2f7;
  --muted: #9ca6b7;
  --accent: #d81324;
  --accent-2: #29d391;
  --warning: #ffca57;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.35);
  --radius: 18px;
  --radius-sm: 12px;
  --max-width: 1180px;
  --font: "Bahnschrift", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at top center, rgba(218, 54, 51, 0.08), transparent 18%),
    linear-gradient(180deg, #0d1117 0%, #0d1117 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

.home-body {
  background:
    radial-gradient(circle at top center, rgba(218, 54, 51, 0.07), transparent 16%),
    linear-gradient(180deg, #0d1117 0%, #0d1117 100%);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

.container {
  width: min(var(--max-width), calc(100% - 32px));
  margin: 0 auto;
}

.portal-topline {
  background: #121318;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  color: #d7dee9;
  font-size: 14px;
}

.portal-topline-inner,
.portal-socialbar-inner,
.portal-header-grid,
.portal-menu,
.portal-ticker-grid,
.portal-red-search-form,
.portal-category-grid,
.footer-grid {
  display: grid;
  gap: 16px;
}

.portal-topline-inner {
  display: block;
  padding: 10px 0;
}

.portal-topline-inner marquee {
  display: block;
  width: 100%;
}

.portal-topline-inner span {
  position: relative;
  display: inline-block;
  margin-right: 34px;
  padding-right: 14px;
}

.portal-topline-inner span::after {
  content: "|";
  color: #27c27c;
  position: absolute;
  right: 0;
}

.portal-socialbar {
  background: #191a1f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.portal-socialbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 0;
}

.social-links {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.social-links a {
  color: #f4f7fb;
  font-size: 14px;
}

.social-links-icons {
  gap: 10px;
}

.social-icon-link {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f0f6fc;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease, color 0.18s ease;
}

.social-icon-link:hover {
  background: rgba(218, 54, 51, 0.14);
  border-color: rgba(218, 54, 51, 0.34);
  color: #ff7b72;
  transform: translateY(-1px);
}

.social-svg {
  width: 18px;
  height: 18px;
  display: block;
}

.portal-header {
  background: #0d1117;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.portal-header-grid {
  grid-template-columns: minmax(240px, 300px) minmax(420px, 1fr) minmax(200px, 240px);
  align-items: center;
  gap: 20px;
}

.portal-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.portal-brand-image {
  width: 56px;
  height: 56px;
  object-fit: contain;
  filter: none;
  flex: 0 0 auto;
}

.portal-search {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) 170px 120px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #30363d;
  background: #161b22;
  min-width: 0;
}

.portal-search input,
.portal-search select {
  border: 0;
  border-radius: 0;
  background: #161b22;
  color: #c9d1d9;
  padding: 14px 16px;
}

.portal-search select {
  background: #161b22;
  color: #e6edf3;
  border-left: 1px solid #30363d;
  font-weight: 700;
}

.portal-search button {
  border-radius: 0;
  padding: 14px 16px;
  background: #da3633;
  color: #fff;
  box-shadow: none;
}

.portal-search button:hover {
  background: #f85149;
}

.portal-cart {
  justify-self: stretch;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  min-width: 0;
}

.portal-cart-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(218, 54, 51, 0.14);
  border: 1px solid rgba(218, 54, 51, 0.28);
  color: #ff7b72;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}

.portal-menu-wrap {
  background: #010409;
  border-top: 1px solid #30363d;
  border-bottom: 1px solid #30363d;
}

.portal-menu {
  grid-template-columns: repeat(8, max-content);
  align-items: center;
  justify-content: start;
  gap: 4px;
  padding: 0;
}

.portal-menu a {
  color: #fff;
  padding: 10px 12px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 15px;
}

.menu-link-inner {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.menu-svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.portal-menu a.active,
.portal-menu a:hover {
  background: #161b22;
  border-bottom-color: #da3633;
}

.portal-ticker-section {
  background: linear-gradient(180deg, #0d0d11, #111117);
  padding: 10px 0 14px;
}

.portal-ticker-grid {
  grid-template-columns: 160px 1fr;
  align-items: center;
}

.ticker-label {
  color: #fff;
  font-weight: 800;
  padding-left: 20px;
}

.ticker-list {
  display: grid;
  gap: 10px;
}

.ticker-marquee {
  padding: 9px 14px;
  color: #f3f5f9;
  background: linear-gradient(180deg, #1f2027, #16171d);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.ticker-marquee marquee {
  display: block;
  width: 100%;
}

.ticker-link {
  color: #f8f9fb;
  font-weight: 700;
  margin-right: 12px;
}

.ticker-link span {
  color: #b3bdcd;
  margin-left: 10px;
}

.ticker-separator {
  display: inline-block;
  margin: 0 18px;
  color: #7c8391;
  font-weight: 800;
}

.portal-red-search {
  background: transparent;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.portal-red-search .container {
  display: flex;
  align-items: center;
  width: 100%;
}

.portal-red-search-form {
  grid-template-columns: 1fr 90px;
  width: min(1130px, 100%);
  margin: 0 auto;
  align-items: center;
}

.portal-red-search-form input {
  background: #161b22;
  color: #e6edf3;
  border: 1px solid #30363d;
  border-radius: 12px 0 0 12px;
  height: 52px;
  min-height: 52px;
  padding: 0 18px;
  line-height: 52px;
}

.portal-red-search-form button {
  background: #21262d;
  color: #fff;
  border: 1px solid #30363d;
  border-left: 0;
  border-radius: 0 12px 12px 0;
  height: 52px;
  min-height: 52px;
  padding: 0 20px;
  line-height: 1;
}

.portal-categories {
  background: transparent;
  padding: 28px 0 36px;
}

.portal-category-grid {
  grid-template-columns: repeat(4, 1fr);
}

.solution-list {
  display: grid;
  gap: 18px;
}

.solution-item {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(24, 25, 31, 0.96), rgba(15, 16, 21, 0.96));
  box-shadow: 0 14px 28px rgba(1, 4, 9, 0.18);
}

.solution-item-icon {
  width: 90px;
  height: 90px;
  position: relative;
  display: grid;
  place-items: center;
}

.solution-folder-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.solution-item-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.solution-item-top h3 {
  margin: 6px 0 8px;
  font-size: 19px;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.solution-item-top p {
  margin: 0;
  color: #aab3c4;
  line-height: 1.55;
}

.solution-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.solution-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 12px;
  color: #c1cada;
  font-size: 14px;
}

.solution-item-side {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.solution-download-btn {
  min-width: 144px;
  min-height: 44px;
  border-radius: 12px;
}

.portal-category-card {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: start;
  background: linear-gradient(180deg, rgba(26, 27, 33, 0.82), rgba(15, 16, 22, 0.82));
  color: #eef2f7;
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.portal-category-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  font-weight: 800;
}

.portal-category-card p {
  margin: 0;
  color: #9ea7b7;
  font-size: 14px;
  line-height: 1.45;
}

.portal-card-meta {
  margin-top: 8px;
  color: #ff7b72;
  font-size: 13px;
}

.empty {
  background: #161b22;
  border-color: #30363d;
  color: #8b949e;
}

.portal-folder-icon {
  position: relative;
  width: 72px;
  height: 56px;
  margin-top: 8px;
  border-radius: 10px;
  background: linear-gradient(180deg, #2b2f38, #171b24);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
}

.portal-folder-icon::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 8px;
  width: 28px;
  height: 16px;
  border-radius: 8px 8px 0 0;
  background: #343946;
}

.portal-folder-icon::after {
  content: "";
  position: absolute;
  inset: 10px 14px 10px 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #6f0c0c, #2a3040);
}

.portal-folder-icon span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  font-size: 14px;
  font-weight: 900;
  color: #42e08f;
}

.portal-folder-icon.accent span {
  color: #ff7676;
}

.portal-new-badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 8px;
  background: linear-gradient(135deg, #8c0b0b, #ff4444);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  border-radius: 4px;
}

.portal-section-head h2,
.portal-file-card h3 {
  color: #fff;
}

.footer-grid {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.footer {
  background: #0d0e13;
}

.footer-admin-link {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.footer-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
}

.topbar {
  border-bottom: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.02);
}

.topbar-inner,
.navbar,
.hero-grid,
.stat-grid,
.section-grid,
.detail-grid,
.form-grid,
.settings-grid,
.login-grid,
.files-grid {
  display: grid;
  gap: 20px;
}

.topbar-inner {
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 12px 0;
  color: var(--muted);
  font-size: 14px;
}

.topbar-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.topbar-links a {
  color: var(--accent-2);
}

.navbar-wrap {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(8, 10, 14, 0.85);
  border-bottom: 1px solid var(--panel-border);
}

.navbar {
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 18px 0;
}

.brand-title {
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap;
}

.brand-title span {
  color: var(--accent);
}

.brand-copy {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin-top: 6px;
  max-width: 340px;
}

.portal-cart strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.portal-cart .muted {
  font-size: 13px;
  line-height: 1.45;
}

.nav-links,
.admin-links {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.nav-links a,
.admin-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  transition: 0.2s ease;
}

.nav-links a:hover,
.nav-links a.active,
.admin-links a:hover,
.admin-links a.active {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.btn,
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 18px;
  border-radius: 14px;
  border: 0;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: transform 0.18s ease, opacity 0.18s ease, background 0.18s ease;
}

.btn:hover,
button:hover {
  transform: translateY(-1px);
  opacity: 0.96;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), #ff6f61);
  color: white;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.btn-ghost {
  background: transparent;
  color: var(--muted);
  border: 1px solid var(--panel-border);
}

.hero {
  padding: 56px 0 28px;
}

.hero-grid {
  grid-template-columns: 1.2fr 0.8fr;
  align-items: stretch;
}

.hero-card,
.panel,
.file-card,
.category-card,
.stats-card,
.table-wrap,
.login-card {
  background: linear-gradient(180deg, rgba(20, 26, 37, 0.98), rgba(15, 19, 28, 0.98));
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
}

.hero-card {
  padding: 30px;
}

.eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(41, 211, 145, 0.12);
  color: var(--accent-2);
  font-weight: 700;
  font-size: 13px;
}

.hero-card h1,
.section-head h2,
.detail-head h1,
.admin-head h1,
.login-card h1 {
  margin: 16px 0 12px;
  line-height: 1.1;
}

.hero-card h1 {
  font-size: clamp(34px, 6vw, 56px);
}

.hero-card p,
.section-head p,
.file-meta,
.muted,
.detail-copy {
  color: var(--muted);
}

.search-shell {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  margin-top: 22px;
}

.search-shell input,
input,
textarea,
select {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--panel-border);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.hero-side {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-list {
  display: grid;
  gap: 12px;
}

.mini-item,
.file-card,
.stats-card,
.category-card {
  border: 1px solid var(--panel-border);
}

.mini-item {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
}

.mini-item strong,
.file-card h3,
.category-card h3,
.stats-card strong,
.detail-panel h3 {
  display: block;
  margin-bottom: 8px;
}

.stat-grid {
  grid-template-columns: repeat(4, 1fr);
  margin: 24px 0 32px;
}

.stats-card {
  padding: 18px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
}

.stats-card strong {
  font-size: 24px;
}

.section {
  padding: 8px 0 34px;
}

.section-head,
.detail-head,
.admin-head {
  margin-bottom: 18px;
}

.section-head h2 {
  font-size: clamp(28px, 3vw, 38px);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}

.section-head p {
  font-size: 15px;
  line-height: 1.65;
  max-width: 720px;
  margin: 0;
}

.section-grid {
  grid-template-columns: repeat(4, 1fr);
}

.category-card,
.file-card,
.panel {
  padding: 22px;
}

.badge-row,
.tag-row,
.action-row,
.inline-actions,
.toolbar,
.check-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.badge-featured {
  background: rgba(255, 77, 77, 0.16);
  color: #ff8f8f;
}

.badge-hot {
  background: rgba(255, 202, 87, 0.16);
  color: var(--warning);
}

.badge-tag {
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
}

.file-card h3,
.category-card h3 {
  font-size: 20px;
  letter-spacing: -0.01em;
}

.file-card p,
.category-card p {
  margin-bottom: 18px;
}

.files-grid {
  grid-template-columns: repeat(3, 1fr);
}

.detail-grid {
  grid-template-columns: 1.3fr 0.7fr;
  align-items: start;
}

.detail-panel {
  padding: 24px;
}

.detail-download-section {
  padding-top: 28px;
}

.download-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  color: #98a3b4;
  font-size: 14px;
  margin-bottom: 14px;
}

.download-breadcrumbs a:hover {
  color: #fff;
}

.download-topbar {
  margin-bottom: 20px;
}

.download-back-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(26, 28, 35, 0.98), rgba(17, 19, 25, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-back-arrow {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #8b0f16, #ee3042);
  color: #fff;
  font-size: 32px;
  line-height: 1;
}

.download-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 20px;
  align-items: start;
}

.download-main-card,
.download-side-card {
  background: linear-gradient(180deg, rgba(20, 24, 32, 0.98), rgba(15, 18, 25, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.28);
}

.download-main-card {
  padding: 26px;
}

.download-hero h1 {
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.03;
  margin: 18px 0 14px;
  letter-spacing: -0.03em;
}

.download-hero p {
  margin: 0;
  color: #a5b0c1;
  font-size: 17px;
  line-height: 1.65;
  max-width: 860px;
}

.download-info-table {
  margin-top: 26px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.download-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.download-row:last-child {
  border-bottom: 0;
}

.download-label {
  color: #8f9bb0;
  font-weight: 700;
}

.download-value {
  color: #f4f7fb;
  font-weight: 700;
}

.download-password {
  color: #67ff9b;
}

.download-tag-box {
  margin-top: 20px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.download-tag-box strong {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
}

.download-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}

.download-primary-button,
.download-secondary-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 18px;
}

.download-primary-button {
  background: linear-gradient(135deg, #3da74a, #67c15f);
  color: #fff;
}

.download-secondary-button {
  background: linear-gradient(180deg, #242a35, #1b2029);
  color: #f1f4f8;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.download-side-card {
  padding: 22px;
  display: grid;
  gap: 16px;
}

.download-side-box {
  padding: 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.download-side-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
}

.download-related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.download-related-list li {
  display: grid;
  gap: 6px;
}

.download-related-list a {
  font-weight: 700;
}

.download-related-list span {
  color: #9ca7b8;
  font-size: 14px;
}

.detail-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 22px 0;
}

.list-clean {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.list-clean li {
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--panel-border);
}

.table-wrap {
  overflow-x: auto;
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
}

.admin-table th,
.admin-table td {
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid var(--panel-border);
  vertical-align: top;
}

.admin-table th {
  color: var(--muted);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.flash {
  padding: 14px 16px;
  border-radius: 14px;
  margin-bottom: 18px;
}

.flash.success {
  background: rgba(41, 211, 145, 0.14);
  color: #7ef0bf;
  border: 1px solid rgba(41, 211, 145, 0.25);
}

.flash.error {
  background: rgba(255, 77, 77, 0.14);
  color: #ff9b9b;
  border: 1px solid rgba(255, 77, 77, 0.25);
}

.footer {
  padding: 30px 0 40px;
  color: var(--muted);
  border-top: 1px solid var(--panel-border);
}

.empty {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px dashed var(--panel-border);
  color: var(--muted);
  text-align: center;
  max-width: 720px;
}

.login-grid {
  min-height: calc(100vh - 180px);
  place-items: center;
}

.login-card {
  width: min(480px, 100%);
  padding: 30px;
}

.form-grid,
.settings-grid {
  grid-template-columns: repeat(2, 1fr);
}

.field {
  display: grid;
  gap: 8px;
}

.field.full {
  grid-column: 1 / -1;
}

.quick-link-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}

.auto-fill-button {
  min-width: 132px;
  white-space: nowrap;
}

.field-help,
.auto-fill-status {
  font-size: 13px;
  line-height: 1.45;
}

.field-help {
  color: var(--muted);
}

.auto-fill-status {
  min-height: 19px;
}

.admin-advanced {
  border: 1px solid var(--panel-border);
  border-radius: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.02);
}

.admin-advanced summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.admin-advanced-grid {
  display: grid;
  gap: 20px;
  margin-top: 16px;
}

.spacer-top {
  margin-top: 26px;
}

.detail-light-shell {
  background: #f4f4f4;
  color: #111827;
  margin-top: -18px;
  padding-top: 24px;
  padding-bottom: 56px;
}

.detail-light-container {
  width: min(1180px, calc(100% - 48px));
}

.detail-crumb-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  margin-bottom: 14px;
}

.detail-crumb-strip a,
.detail-crumb-strip span {
  padding: 12px 18px;
  border-right: 1px solid #ececec;
  color: #677384;
  font-size: 15px;
}

.detail-crumb-strip a:hover {
  color: #f05440;
}

.detail-back-wrap {
  margin-bottom: 10px;
}

.detail-back-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.detail-back-icon {
  width: 54px;
  height: 48px;
  display: grid;
  place-items: center;
  background: #f05440;
  color: #fff;
  border-radius: 6px;
  font-size: 34px;
  line-height: 1;
}

.detail-back-copy strong {
  display: block;
  color: #f05440;
  font-size: 18px;
}

.detail-back-copy span {
  display: block;
  color: #a6a6a6;
  font-size: 15px;
  font-weight: 700;
}

.detail-light-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 14px;
  padding: 28px 24px 24px;
}

.detail-light-head {
  text-align: center;
}

.detail-light-head h1 {
  margin: 0;
  color: #000000;
  font-size: clamp(30px, 3.6vw, 52px);
  line-height: 1.22;
  font-weight: 700;
}

.detail-rating-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
}

.detail-featured-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: #10c5f1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.detail-stars {
  color: #ffca1f;
  font-size: 20px;
  letter-spacing: 1px;
}

.detail-light-head p {
  margin: 18px auto 0;
  max-width: 860px;
  color: #333f50;
  font-size: 16px;
  line-height: 1.7;
}

.detail-simple-table {
  margin: 38px auto 0;
  max-width: 1120px;
}

.detail-simple-row {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid #e7e7e7;
}

.detail-simple-label {
  text-align: right;
  padding-right: 22px;
  color: #384151;
  font-size: 18px;
  font-weight: 700;
}

.detail-simple-value {
  color: #5c6777;
  font-size: 18px;
}

.detail-simple-password {
  color: #24aa44;
  font-weight: 700;
}

.detail-download-block {
  margin-top: 28px;
}

.detail-download-button {
  display: flex;
  width: 100%;
  min-height: 56px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #5eb658;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.detail-download-button:hover {
  background: #4fa54a;
}

.detail-download-icon {
  font-size: 20px;
}

.detail-mirror-link {
  display: inline-flex;
  margin-top: 12px;
  color: #f05440;
  font-weight: 700;
}

/* GitHub Dark unified theme */
:root {
  --bg: #0d1117;
  --panel: #161b22;
  --panel-soft: #0f141b;
  --panel-border: #30363d;
  --text: #c9d1d9;
  --muted: #8b949e;
  --accent: #da3633;
  --accent-2: #2ea043;
  --shadow: 0 20px 48px rgba(1, 4, 9, 0.35);
}

body,
.home-body {
  background:
    radial-gradient(circle at top center, rgba(218, 54, 51, 0.08), transparent 20%),
    linear-gradient(180deg, #0d1117 0%, #0d1117 100%);
  color: var(--text);
}

.portal-topline,
.portal-socialbar,
.portal-header,
.portal-menu-wrap,
.portal-ticker-section,
.footer {
  background: #010409;
  border-color: var(--panel-border);
}

.portal-topline-inner span::after {
  color: #2ea043;
}

.social-links a,
.portal-menu a,
.ticker-label,
.portal-cart,
.brand-title,
.detail-back-copy strong {
  color: #f0f6fc;
}

.brand-copy,
.portal-cart .muted,
.detail-back-copy span,
.detail-light-head p,
.detail-simple-value,
.detail-crumb-strip a,
.detail-crumb-strip span {
  color: var(--muted);
}

.portal-header {
  background:
    linear-gradient(180deg, #0d1117 0%, #0d1117 100%),
    radial-gradient(circle at right top, rgba(218, 54, 51, 0.08), transparent 30%);
}

.portal-search {
  background: transparent;
  border: 1px solid var(--panel-border);
  box-shadow: none;
}

.portal-search input {
  background: #0d1117;
  color: #c9d1d9;
}

.portal-search input::placeholder {
  color: #8b949e;
}

.portal-search select {
  background: #161b22;
  color: #c9d1d9;
  border-left: 1px solid var(--panel-border);
}

.portal-search button,
.btn-primary {
  background: #da3633;
  box-shadow: none;
}

.portal-search button:hover,
.btn-primary:hover {
  background: #f85149;
}

.btn-secondary,
.btn-ghost,
.download-secondary-button {
  background: #21262d;
  color: #c9d1d9;
  border: 1px solid var(--panel-border);
}

.portal-cart-icon,
.portal-new-badge,
.detail-back-icon {
  background: #da3633;
}

.ticker-marquee,
.solution-item,
.hero-card,
.panel,
.file-card,
.category-card,
.stats-card,
.table-wrap,
.login-card,
.download-main-card,
.download-side-card,
.download-side-box,
.detail-light-card {
  background: #161b22;
  border-color: var(--panel-border);
  box-shadow: var(--shadow);
}

.ticker-link,
.solution-item-top h3 a,
.detail-light-head h1,
.detail-simple-label {
  color: #f0f6fc;
}

.ticker-link span,
.ticker-separator,
.solution-item-top p,
.solution-meta,
.portal-card-meta,
.download-related-list span {
  color: var(--muted);
}

.portal-red-search {
  background: linear-gradient(90deg, #7d0b12, #b3131f 45%, #7d0b12);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.portal-red-search-form input {
  background: #f6f8fa;
  color: #24292f;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.portal-red-search-form button {
  background: #161b22;
  color: #f0f6fc;
}

.portal-categories {
  background:
    radial-gradient(circle at top center, rgba(31, 111, 235, 0.04), transparent 22%),
    linear-gradient(180deg, #0d1117 0%, #0d1117 100%);
}

.solution-folder-svg,
.portal-brand-image {
  filter: none;
}

.download-password,
.detail-simple-password {
  color: #3fb950;
}

.badge-featured,
.detail-featured-pill {
  background: #1f6feb;
  color: #f0f6fc;
}

.badge-hot {
  background: rgba(210, 153, 34, 0.18);
  color: #e3b341;
}

.badge-tag {
  background: #21262d;
  color: #c9d1d9;
}

.detail-light-shell {
  background: #0d1117;
  color: var(--text);
}

.detail-crumb-strip {
  background: #161b22;
  border-color: var(--panel-border);
}

.detail-crumb-strip a,
.detail-crumb-strip span {
  border-right-color: var(--panel-border);
}

.detail-crumb-strip a:hover,
.detail-mirror-link {
  color: #58a6ff;
}

.detail-light-card,
.detail-light-head h1 {
  color: #f0f6fc;
}

.detail-simple-row {
  border-top-color: var(--panel-border);
}

.detail-download-button,
.download-primary-button {
  background: #238636;
  color: #ffffff;
}

.detail-download-button:hover,
.download-primary-button:hover {
  background: #2ea043;
}

.portal-menu a.active,
.portal-menu a:hover,
.nav-links a:hover,
.nav-links a.active,
.admin-links a:hover,
.admin-links a.active {
  background: #161b22;
  color: #f0f6fc;
}

@media (max-width: 980px) {
  .portal-topline-inner,
  .portal-header-grid,
  .portal-ticker-grid,
  .portal-red-search-form,
  .portal-category-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .solution-item,
  .solution-item-body {
    grid-template-columns: 1fr;
  }

  .solution-item-side {
    justify-items: start;
  }

  .navbar,
  .hero-grid,
  .detail-grid,
  .form-grid,
  .settings-grid,
  .files-grid,
  .section-grid,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .nav-links,
  .admin-links {
    display: none;
  }

  .detail-meta {
    grid-template-columns: 1fr;
  }

  .download-layout,
  .download-row {
    grid-template-columns: 1fr;
  }

  .download-main-card,
  .download-side-card {
    padding: 18px;
  }

  .download-hero h1 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .detail-crumb-strip {
    display: none;
  }

  .detail-simple-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .detail-simple-label {
    text-align: left;
    padding-right: 0;
  }

  .topbar-inner {
    grid-template-columns: 1fr;
  }

  .portal-search {
    grid-template-columns: 1fr;
  }

  .quick-link-row {
    grid-template-columns: 1fr;
  }

  .auto-fill-button {
    width: 100%;
  }

  .brand-title {
    white-space: normal;
  }

  .brand-copy {
    max-width: none;
  }

  .portal-menu {
    grid-template-columns: 1fr 1fr;
  }

}

@media (max-width: 640px) {
  .container,
  .detail-light-container {
    width: min(100%, calc(100% - 24px));
  }

  .portal-topline {
    font-size: 12px;
  }

  .portal-topline-inner {
    padding: 8px 0;
  }

  .portal-socialbar-inner,
  .portal-header-grid,
  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .social-links {
    justify-content: center;
    gap: 12px;
  }

  .portal-header {
    padding: 12px 0;
  }

  .portal-brand {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .portal-brand-image {
    width: 50px;
    height: 50px;
  }

  .brand-title {
    font-size: 22px;
  }

  .brand-copy {
    font-size: 12px;
    margin-top: 4px;
  }

  .portal-search {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .portal-search input,
  .portal-search select,
  .portal-search button {
    border-radius: 0;
    width: 100%;
  }

  .portal-search input {
    border-radius: 12px 12px 0 0;
  }

  .portal-search button {
    border-radius: 0 0 12px 12px;
  }

  .portal-cart {
    width: 100%;
    justify-content: center;
    text-align: left;
  }

  .portal-menu-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .portal-menu {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    min-width: max-content;
    padding: 0 0 4px;
  }

  .portal-menu a {
    white-space: nowrap;
    padding: 12px 14px;
  }

  .portal-ticker-section {
    padding: 8px 0 12px;
  }

  .portal-ticker-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ticker-label {
    padding-left: 0;
    font-size: 15px;
  }

  .ticker-marquee {
    padding: 10px 12px;
  }

  .portal-red-search {
    padding: 8px 0;
  }

  .portal-red-search-form {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .portal-red-search-form input,
  .portal-red-search-form button {
    width: 100%;
  }

  .portal-red-search-form input {
    border-radius: 12px 12px 0 0;
    min-height: 48px;
    height: 48px;
    line-height: 48px;
  }

  .portal-red-search-form button {
    border-left: 1px solid #30363d;
    border-top: 0;
    border-radius: 0 0 12px 12px;
    min-height: 46px;
    height: 46px;
  }

  .portal-section-head h2,
  .section-head h2 {
    font-size: 32px;
  }

  .solution-list {
    gap: 14px;
  }

  .solution-item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px;
  }

  .solution-item-icon {
    margin: 0 auto;
  }

  .solution-item-body {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .solution-item-top h3 {
    font-size: 18px;
  }

  .solution-meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .solution-item-side {
    justify-items: stretch;
  }

  .solution-download-btn {
    width: 100%;
    min-width: 0;
  }

  .files-grid,
  .stat-grid,
  .section-grid,
  .hero-grid,
  .detail-grid,
  .form-grid,
  .settings-grid {
    grid-template-columns: 1fr;
  }

  .panel,
  .login-card,
  .detail-light-card {
    padding: 18px 16px;
  }

  .detail-back-link {
    gap: 10px;
  }

  .detail-back-icon {
    width: 46px;
    height: 42px;
    font-size: 28px;
  }

  .detail-light-head {
    text-align: left;
  }

  .detail-light-head h1 {
    font-size: 28px;
    line-height: 1.22;
  }

  .detail-rating-row {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 12px;
  }

  .detail-light-head p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.65;
  }

  .detail-simple-table {
    margin-top: 24px;
  }

  .detail-simple-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 12px 0;
  }

  .detail-simple-label {
    text-align: left;
    padding-right: 0;
    font-size: 16px;
  }

  .detail-simple-value {
    font-size: 16px;
    word-break: break-word;
  }

  .detail-download-button {
    min-height: 52px;
    font-size: 17px;
  }

  .admin-head h1,
  .login-card h1 {
    font-size: 28px;
  }

  .quick-link-row {
    grid-template-columns: 1fr;
  }

  .auto-fill-button {
    width: 100%;
    min-width: 0;
  }
}

.remote-hero-shell {
  padding-top: 26px;
}

.remote-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  padding: 30px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(218, 54, 51, 0.08), transparent 26%),
    radial-gradient(circle at top right, rgba(218, 54, 51, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(22, 27, 34, 0.98), rgba(13, 17, 23, 0.98));
  border: 1px solid var(--panel-border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

.remote-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.2;
  pointer-events: none;
}

.remote-eyebrow,
.remote-side-label,
.remote-chip-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  font-weight: 800;
  color: #ff7b72;
}

.remote-hero-copy h1 {
  margin: 10px 0 14px;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.remote-hero-copy p {
  margin: 0;
  max-width: 760px;
  color: #b5bfce;
  font-size: 17px;
  line-height: 1.72;
}

.remote-badge-row,
.remote-cta-row,
.remote-model-list {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.remote-badge-row {
  margin-top: 24px;
}

.remote-badge {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #d0d7e2;
  font-size: 13px;
  font-weight: 700;
}

.remote-badge-red {
  color: #fff;
  background: linear-gradient(135deg, rgba(218, 54, 51, 0.9), rgba(141, 16, 30, 0.95));
  border-color: rgba(248, 81, 73, 0.4);
}

.remote-cta-row {
  margin-top: 26px;
}

.remote-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.remote-stat-card {
  position: relative;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
}

.remote-stat-card strong {
  display: block;
  color: #fff;
  font-size: 19px;
  line-height: 1.15;
}

.remote-stat-card span {
  display: block;
  margin-top: 6px;
  color: #aeb8c8;
  font-size: 13px;
  line-height: 1.5;
}

.remote-side-stack {
  display: grid;
  gap: 16px;
}

.remote-side-card,
.remote-feature-card,
.remote-chip-card {
  border-radius: 20px;
  border: 1px solid var(--panel-border);
  background: linear-gradient(180deg, rgba(26, 31, 40, 0.98), rgba(16, 20, 27, 0.98));
}

.remote-side-card {
  padding: 20px;
}

.remote-side-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 24px;
  line-height: 1.15;
}

.remote-side-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.remote-side-card-highlight {
  background:
    radial-gradient(circle at top right, rgba(218, 54, 51, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(28, 31, 40, 0.98), rgba(16, 20, 27, 0.98));
}

.remote-side-card-dark {
  background: linear-gradient(180deg, rgba(14, 18, 24, 0.98), rgba(9, 12, 18, 0.98));
}

.remote-mini-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.remote-mini-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #eef2f7;
  font-size: 13px;
  font-weight: 700;
}

.remote-check-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.remote-check-list li {
  position: relative;
  padding-left: 20px;
  color: #c5cedc;
  line-height: 1.7;
}

.remote-check-list li + li {
  margin-top: 8px;
}

.remote-check-list li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff7b72;
  box-shadow: 0 0 12px rgba(248, 81, 73, 0.5);
}

.remote-strip-shell {
  padding-top: 0;
}

.remote-alert-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(248, 81, 73, 0.22);
  background:
    linear-gradient(90deg, rgba(218, 54, 51, 0.12), rgba(248, 81, 73, 0.03) 38%, rgba(22, 27, 34, 0.94) 100%);
}

.remote-alert-copy {
  display: grid;
  gap: 4px;
}

.remote-alert-copy strong {
  color: #fff;
  font-size: 18px;
}

.remote-alert-copy span {
  color: #b7c1cf;
  line-height: 1.55;
}

.remote-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.remote-feature-card {
  padding: 22px;
}

.remote-feature-card h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
}

.remote-feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.remote-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.remote-flow-card {
  position: relative;
  padding: 22px;
  border-radius: 20px;
  border: 1px solid var(--panel-border);
  background:
    linear-gradient(180deg, rgba(20, 25, 33, 0.98), rgba(12, 15, 21, 0.98));
  overflow: hidden;
}

.remote-flow-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 3px;
  background: linear-gradient(90deg, #da3633, rgba(248, 81, 73, 0.2));
}

.remote-flow-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(218, 54, 51, 0.14);
  border: 1px solid rgba(248, 81, 73, 0.28);
  color: #ff7b72;
  font-weight: 900;
  font-size: 16px;
}

.remote-flow-card h3 {
  margin: 16px 0 8px;
  font-size: 22px;
}

.remote-flow-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.remote-section-head {
  margin-bottom: 20px;
}

.remote-filter-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.remote-filter-bar input {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 16px;
  border: 1px solid var(--panel-border);
  background: rgba(22, 27, 34, 0.96);
  color: var(--text);
}

.remote-filter-meta {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--panel-border);
  background: rgba(22, 27, 34, 0.96);
  color: var(--muted);
  white-space: nowrap;
}

.remote-filter-meta strong {
  color: #fff;
}

.remote-chip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.remote-chip-card {
  padding: 22px;
}

.remote-chip-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 16px;
}

.remote-chip-head h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.1;
}

.remote-chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(218, 54, 51, 0.12);
  color: #ff7b72;
  font-size: 13px;
  font-weight: 800;
}

.remote-model-list {
  gap: 10px;
}

.remote-model-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  color: #d7dee9;
  font-size: 14px;
  line-height: 1.4;
}

.remote-empty {
  margin-top: 16px;
}

@media (max-width: 900px) {
  .remote-hero,
  .remote-feature-grid,
  .remote-flow-grid,
  .remote-chip-grid,
  .remote-filter-bar,
  .remote-stat-row {
    grid-template-columns: 1fr;
  }

  .remote-hero {
    padding: 22px;
  }

  .remote-side-card strong,
  .remote-chip-head h3 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .remote-hero-shell {
    padding-top: 18px;
  }

  .remote-hero {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .remote-hero-copy h1 {
    font-size: 30px;
    line-height: 1.08;
  }

  .remote-hero-copy p,
  .remote-feature-card p,
  .remote-side-card p {
    font-size: 15px;
  }

  .remote-cta-row .btn,
  .remote-filter-meta,
  .remote-alert-strip .btn {
    width: 100%;
  }

  .remote-chip-card,
  .remote-feature-card,
  .remote-side-card,
  .remote-flow-card {
    padding: 18px 16px;
  }

  .remote-chip-head {
    flex-direction: column;
  }

  .remote-alert-strip {
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
  }

  .remote-model-pill {
    width: 100%;
    justify-content: flex-start;
  }
}
