:root {
  --bg: #eef4fb;
  --surface: #ffffff;
  --surface-soft: #e8eef8;
  --surface-deep: #102847;
  --text: #15304f;
  --muted: #5f7896;
  --line: rgba(21, 48, 79, 0.12);
  --primary: #1c4f95;
  --accent: #d64067;
  --success: #1f8b58;
  --shadow: 0 24px 60px rgba(24, 58, 104, 0.14);
  --font-body: "Plus Jakarta Sans", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  --font-display: "Space Grotesk", "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(28, 79, 149, 0.18), transparent 22rem),
    radial-gradient(circle at top right, rgba(214, 64, 103, 0.12), transparent 18rem),
    var(--bg);
}

h1,
h2,
h3,
.brand strong,
.hero-stats strong,
.result-card strong,
.overview-card h3 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
}

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

button,
input,
select {
  font: inherit;
}

input[type="checkbox"] {
  accent-color: var(--primary);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 1.5rem clamp(1.25rem, 3vw, 3rem) 2.4rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 34rem;
  background:
    radial-gradient(circle at 8% 12%, rgba(28, 79, 149, 0.18), transparent 20rem),
    radial-gradient(circle at 92% 8%, rgba(214, 64, 103, 0.14), transparent 18rem);
  pointer-events: none;
}

.topbar,
.hero-grid,
.page-content {
  max-width: 1240px;
  margin: 0 auto;
}

.topbar,
.topbar-actions,
.hero-grid,
.double-grid,
.triple-grid,
.hero-stats,
.result-grid {
  display: grid;
  gap: 1rem;
}

.topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 2rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.6rem;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  box-shadow: 0 18px 40px rgba(24, 58, 104, 0.08);
}

.topbar-actions {
  grid-auto-flow: column;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  font-weight: 700;
  box-shadow: 0 14px 24px rgba(28, 79, 149, 0.25);
}

.brand strong,
.brand span {
  display: block;
}

.brand span:last-child,
.feedback-text,
.check-list,
.session-text,
.section-text,
.hero-text,
.stack-form label,
.status-chip,
.history-meta {
  color: var(--muted);
}

.hero-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.95fr);
  align-items: stretch;
}

.double-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.hero-copy,
.hero-panel,
.section-card,
.plan-card,
.chart-card,
.history-item {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 2rem;
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(1.8rem, 4vw, 3.5rem);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 249, 255, 0.92)),
    rgba(255, 255, 255, 0.92);
}

.hero-panel,
.section-card,
.plan-card,
.chart-card {
  padding: 1.6rem;
}

.hero-panel {
  display: grid;
  gap: 1rem;
  color: #f4f8ff;
  background:
    radial-gradient(circle at top right, rgba(214, 64, 103, 0.16), transparent 15rem),
    linear-gradient(160deg, #102847, #183a61 55%, #1e4979 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(11, 31, 55, 0.32);
}

.hero-panel h2 {
  color: #ffffff;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
  line-height: 1.08;
  max-width: 12ch;
}

.hero-panel .panel-label,
.hero-panel .feedback-title {
  color: rgba(188, 215, 255, 0.88);
}

.hero-panel .session-text,
.hero-panel .check-list,
.hero-panel .result-label,
.hero-panel article span {
  color: rgba(225, 236, 255, 0.74);
}

.hero-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(28, 79, 149, 0.12);
  background: rgba(28, 79, 149, 0.08);
  color: var(--primary);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-badge-soft {
  background: rgba(214, 64, 103, 0.08);
  color: #9d2748;
}

.eyebrow,
.panel-label,
.result-label,
.feedback-title {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.72rem;
  color: var(--primary);
  font-weight: 700;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 0.95;
  max-width: 10.5ch;
  margin-bottom: 1rem;
}

.hero-text {
  max-width: 58ch;
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.8rem 0 2rem;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.primary-button {
  padding: 0.95rem 1.4rem;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  box-shadow: 0 16px 30px rgba(28, 79, 149, 0.25);
}

.secondary-button,
.ghost-button {
  padding: 0.9rem 1.25rem;
  background: #e8eef8;
  color: var(--text);
  border-color: var(--line);
}

.hero-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.35rem;
}

.hero-stats article,
.result-card {
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: #e8eef8;
  border: 1px solid var(--line);
}

.compact-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.hero-stats strong,
.result-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.05rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.hero-proof article {
  padding: 1rem 1.05rem;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(28, 79, 149, 0.04), rgba(255, 255, 255, 0.86));
}

.hero-proof strong,
.hero-panel-grid strong,
.signal-item strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1rem;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border-radius: 999px;
  padding: 0.55rem 0.9rem;
  border: 1px solid var(--line);
  background: #e8eef8;
}

.hero-panel .status-chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.status-ok {
  color: var(--success);
}

.status-error {
  color: var(--accent);
}

.check-list {
  padding-left: 1.1rem;
  line-height: 1.8;
}

.hero-check-list {
  margin: 0;
}

.signal-stack,
.hero-panel-grid,
.overview-grid {
  display: grid;
  gap: 0.9rem;
}

.signal-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.signal-item,
.session-card,
.hero-panel-grid article {
  padding: 1rem 1.05rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
}

.hero-panel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  max-width: 1240px;
  margin: 1rem auto 0;
}

.hero-marquee span {
  display: inline-flex;
  align-items: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 48, 79, 0.08);
  background: rgba(255, 255, 255, 0.56);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.page-content {
  padding: 0 clamp(1.25rem, 3vw, 3rem) 3rem;
}

.page-content > section + section {
  margin-top: 1.5rem;
}

.workspace-nav {
  position: sticky;
  top: 1rem;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 1240px;
  margin: 0 auto 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 1.4rem;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 16px 36px rgba(24, 58, 104, 0.1);
}

.workspace-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  color: var(--muted);
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.workspace-button:hover {
  transform: translateY(-1px);
  color: var(--text);
}

.workspace-button-active {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 14px 24px rgba(28, 79, 149, 0.22);
}

.workspace-section {
  display: none;
}

.workspace-section.workspace-section-active {
  display: block;
  animation: workspaceFade 220ms ease;
}

@keyframes workspaceFade {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.onboarding-grid,
.audience-grid {
  margin-top: 1.25rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.launch-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(240, 246, 255, 0.92)),
    rgba(255, 255, 255, 0.92);
}

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

.overview-card {
  padding: 1.2rem;
  border-radius: 1.4rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 248, 0.82)),
    #ffffff;
}

.overview-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.2rem;
}

.overview-card p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.stack-form,
.analysis-form {
  display: grid;
  gap: 1rem;
}

.stack-form label,
.analysis-form label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-weight: 600;
}

.stack-form input,
.stack-form select,
.analysis-form input,
.analysis-form select {
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}

.analysis-form {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.analysis-form button {
  align-self: end;
  min-height: 3.3rem;
}

.checkbox-field {
  flex-direction: row !important;
  align-items: center;
  gap: 0.7rem !important;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #fff;
}

.result-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.secondary-results {
  margin-top: 1rem;
}

.feedback-panel,
.history-panel {
  margin-top: 1.25rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid var(--line);
  background: #e8eef8;
}

.inner-panel {
  margin-top: 1rem;
}

.raw-result {
  margin: 1rem 0 0;
  padding: 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: #f8fbff;
  color: var(--text);
  white-space: pre-wrap;
  font-size: 0.92rem;
  line-height: 1.55;
}

.plan-card,
.chart-card {
  display: grid;
  gap: 0.6rem;
}

.featured-plan {
  background: linear-gradient(180deg, rgba(28, 79, 149, 0.08), rgba(255, 255, 255, 0.95));
}

.premium-plan {
  background: linear-gradient(180deg, rgba(214, 64, 103, 0.08), rgba(255, 255, 255, 0.95));
}

.dashboard-stats,
.chart-grid {
  margin-bottom: 1rem;
}

.persona-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.persona-button {
  border: 1px solid var(--line);
  background: #f4f8fd;
  color: var(--text);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.persona-button-active {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(28, 79, 149, 0.2);
}

.quick-read-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.quick-card {
  padding: 1.1rem;
  border-radius: 1.25rem;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 238, 248, 0.88));
  box-shadow: var(--shadow);
}

.quick-card strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
}

.priority-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.priority-high {
  color: #8e1f3f;
  background: rgba(214, 64, 103, 0.12);
}

.priority-medium {
  color: #8a5d04;
  background: rgba(214, 172, 64, 0.16);
}

.priority-low {
  color: var(--success);
  background: rgba(31, 139, 88, 0.14);
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3rem, 1fr));
  align-items: end;
  gap: 0.6rem;
  min-height: 190px;
}

.chart-bar {
  display: grid;
  gap: 0.35rem;
  align-items: end;
  justify-items: center;
}

.chart-bar span {
  width: 100%;
  min-height: 0.25rem;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(180deg, var(--primary), var(--accent));
}

.chart-bar small {
  color: var(--muted);
  font-size: 0.72rem;
  text-align: center;
}

.history-list {
  display: grid;
  gap: 0.9rem;
}

.history-item {
  padding: 1rem 1.1rem;
}

.history-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

@media (max-width: 1120px) {
  .topbar,
  .hero-grid,
  .double-grid,
  .triple-grid,
  .hero-stats,
  .hero-proof,
  .signal-stack,
  .hero-panel-grid,
  .overview-grid,
  .quick-read-grid,
  .analysis-form,
  .result-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar-actions,
  .hero-actions {
    grid-auto-flow: row;
  }

  .topbar {
    padding: 1rem;
  }

  .persona-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  h1 {
    max-width: none;
  }

  .hero-marquee {
    gap: 0.65rem;
  }

  .hero-marquee span {
    width: 100%;
    justify-content: center;
  }

  .workspace-nav {
    top: 0.5rem;
    padding: 0.8rem;
  }

  .workspace-button {
    flex: 1 1 calc(50% - 0.75rem);
  }
}

body {
  background:
    radial-gradient(circle at top left, rgba(24, 224, 95, 0.13), transparent 24rem),
    radial-gradient(circle at top right, rgba(124, 243, 255, 0.08), transparent 22rem),
    #050807;
  color: #eef6f0;
}

.software-shell {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 1.25rem;
  max-width: 1600px;
  min-height: 100vh;
  margin: 0 auto;
  padding: 1.15rem;
}

.software-sidebar,
.software-topbar,
.software-hero-card,
.software-status-card,
.software-shell .section-card,
.software-shell .plan-card,
.software-shell .chart-card,
.software-shell .history-item {
  background: linear-gradient(180deg, rgba(15, 20, 18, 0.96), rgba(7, 10, 9, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.software-sidebar {
  position: sticky;
  top: 1rem;
  height: calc(100vh - 2rem);
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.2rem;
  border-radius: 1.75rem;
  overflow: auto;
}

.brand-sidebar {
  padding-bottom: 0.2rem;
}

.brand-sidebar strong,
.brand-sidebar span {
  color: #f4fbf6;
}

.brand-sidebar span:last-child {
  color: #9db2a2;
}

.sidebar-panel,
.sidebar-mini-grid article {
  padding: 1rem 1.05rem;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.sidebar-group {
  display: grid;
  gap: 0.65rem;
}

.sidebar-group-label {
  margin: 0;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #88a38f;
}

.sidebar-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

.sidebar-mini-grid strong,
.sidebar-mini-grid span {
  display: block;
}

.sidebar-mini-grid strong {
  margin-bottom: 0.3rem;
  color: #eff8f1;
}

.sidebar-mini-grid span {
  color: #97aca0;
  font-size: 0.86rem;
}

.software-main {
  min-width: 0;
  display: grid;
  gap: 1rem;
}

.software-topbar {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) auto;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem 1.4rem;
  border-radius: 1.75rem;
}

.software-heading h1 {
  max-width: 16ch;
  margin-bottom: 0.75rem;
  font-size: clamp(2.35rem, 4.5vw, 4.1rem);
  line-height: 0.98;
  color: #f5fcf7;
}

.software-subtitle {
  max-width: 68ch;
  margin: 0;
  color: #9bb0a3;
  font-size: 1.02rem;
  line-height: 1.8;
}

.software-topbar .topbar-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.software-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.85fr);
  gap: 1rem;
}

.software-hero-card,
.software-status-card {
  padding: 1.4rem;
  border-radius: 1.65rem;
}

.software-hero-card h2 {
  margin-bottom: 0.8rem;
  color: #f5fcf7;
  font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  line-height: 1.04;
  max-width: 13ch;
}

.software-hero-card .hero-text,
.software-status-card .panel-label,
.software-status-card span,
.software-status-card .feedback-title,
.software-status-card .session-text,
.software-shell .feedback-text,
.software-shell .section-text,
.software-shell .stack-form label,
.software-shell .history-meta,
.software-shell .check-list {
  color: #9bb0a3;
}

.software-hero-card .hero-badge {
  background: rgba(24, 224, 95, 0.12);
  border-color: rgba(24, 224, 95, 0.18);
  color: #99ffb3;
}

.software-hero-card .hero-badge-soft {
  background: rgba(124, 243, 255, 0.1);
  color: #9aeeff;
}

.software-shell .eyebrow,
.software-shell .panel-label,
.software-shell .result-label,
.software-shell .feedback-title {
  color: #8affab;
}

.software-shell .hero-proof article,
.software-shell .signal-item,
.software-shell .session-card,
.software-shell .hero-panel-grid article,
.software-shell .hero-stats article,
.software-shell .result-card,
.software-shell .history-panel,
.software-shell .quick-card,
.software-shell .plan-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.software-shell .hero-proof strong,
.software-shell .hero-panel-grid strong,
.software-shell .signal-item strong,
.software-shell .overview-card h3,
.software-shell .plan-card strong,
.software-shell .history-head strong,
.software-shell .result-card strong,
.software-shell h2,
.software-shell h3 {
  color: #f4fbf6;
}

.software-shell .section-card,
.software-shell .plan-card,
.software-shell .chart-card {
  border-radius: 1.65rem;
}

.software-shell .section-card {
  padding: 1.45rem;
}

.software-shell .section-head {
  align-items: center;
}

.software-shell .launch-section {
  background: linear-gradient(180deg, rgba(18, 24, 21, 0.97), rgba(7, 10, 9, 0.99));
}

.software-shell .overview-card {
  padding: 1.15rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.module-launchpad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.module-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.25rem;
  border-radius: 1.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(24, 224, 95, 0.08), transparent 10rem),
    rgba(255, 255, 255, 0.03);
}

.module-card h3 {
  margin-bottom: 0;
}

.module-card p {
  margin-bottom: 0;
  color: #9bb0a3;
}

.module-tag {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  padding: 0.45rem 0.7rem;
  border-radius: 999px;
  background: rgba(24, 224, 95, 0.1);
  border: 1px solid rgba(24, 224, 95, 0.18);
  color: #a2ffbc;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.module-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.module-meta {
  color: #7e9288;
  font-size: 0.82rem;
  font-weight: 600;
}

.software-shell .page-content {
  max-width: none;
  margin: 0;
  padding: 0 0 3rem;
}

.software-shell .workspace-nav {
  top: 1rem;
  max-width: none;
  margin: 0;
  padding: 0.8rem;
  border-radius: 1.3rem;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(10, 14, 12, 0.86);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.software-shell .workspace-button {
  background: rgba(255, 255, 255, 0.03);
  color: #9db0a4;
  border-color: rgba(255, 255, 255, 0.08);
}

.software-shell .workspace-button:hover {
  color: #eef6f0;
  background: rgba(255, 255, 255, 0.06);
}

.software-shell .workspace-button-active {
  color: #041008;
  background: linear-gradient(135deg, #18e05f, #7cf3ff);
  border-color: transparent;
  box-shadow: 0 14px 32px rgba(24, 224, 95, 0.24);
}

.workspace-button-side {
  width: 100%;
  justify-content: flex-start;
}

.software-shell .primary-button {
  background: linear-gradient(135deg, #18e05f, #07b650);
  color: #061109;
  box-shadow: 0 16px 36px rgba(24, 224, 95, 0.16);
}

.software-shell .secondary-button,
.software-shell .ghost-button {
  background: rgba(255, 255, 255, 0.04);
  color: #edf6ef;
  border-color: rgba(255, 255, 255, 0.08);
}

.software-shell .status-chip {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.08);
}

.software-shell .status-ok {
  color: #89ffac;
}

.software-shell .status-error {
  color: #ff9aac;
}

.software-shell .chart-bar {
  background: rgba(255, 255, 255, 0.06);
}

.software-shell .chart-bar span {
  background: linear-gradient(180deg, #18e05f, #7cf3ff);
}

.software-shell .raw-result {
  background: rgba(0, 0, 0, 0.28);
  color: #dff0e3;
  border-color: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1280px) {
  .software-shell,
  .software-strip,
  .module-launchpad {
    grid-template-columns: 1fr;
  }

  .software-sidebar {
    position: relative;
    top: 0;
    height: auto;
  }

  .sidebar-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .sidebar-group-label {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .software-shell,
  .sidebar-mini-grid,
  .software-topbar,
  .software-strip,
  .module-launchpad,
  .software-shell .double-grid,
  .software-shell .triple-grid,
  .software-shell .hero-stats,
  .software-shell .overview-grid,
  .software-shell .analysis-form,
  .software-shell .result-grid,
  .software-shell .quick-read-grid,
  .software-shell .signal-stack,
  .software-shell .hero-panel-grid {
    grid-template-columns: 1fr;
  }

  .software-shell {
    padding: 0.8rem;
  }

  .software-topbar .topbar-actions {
    justify-content: start;
  }

  .software-shell .workspace-nav {
    top: 0.5rem;
  }
}
