/* Shared nyvvo brand shell for app and admin */

:root {
  --ny-brand-bg: #050d1c;
  --ny-brand-card: rgba(8, 16, 34, 0.94);
  --ny-brand-text: #e8f0ff;
  --ny-brand-muted: #8ba3c9;
  --ny-brand-green: #2edb7f;
  --ny-brand-teal: #00c8d4;
  --ny-brand-blue: #2563eb;
  --ny-brand-blue-light: #3b82f6;
  --ny-brand-gradient: linear-gradient(135deg, #2edb7f 0%, #00c8d4 55%, #3b82f6 100%);
}

body.nyvvo-app-shell,
body.nyvvo-admin-shell {
  background:
    radial-gradient(90rem 40rem at 0% 0%, rgba(46, 219, 127, 0.08), transparent 45%),
    radial-gradient(80rem 42rem at 100% 0%, rgba(0, 200, 212, 0.08), transparent 42%),
    radial-gradient(90rem 48rem at 100% 100%, rgba(37, 99, 235, 0.1), transparent 44%),
    var(--ny-brand-bg) !important;
  color: var(--ny-brand-text);
  position: relative;
  overflow-x: hidden;
}

body.nyvvo-app-shell::before,
body.nyvvo-admin-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.022'/%3E%3C/svg%3E");
  opacity: 0.45;
  z-index: 0;
}

body.nyvvo-app-shell > *,
body.nyvvo-admin-shell > * {
  position: relative;
  z-index: 1;
}

body.nyvvo-app-shell > .fixed,
body.nyvvo-admin-shell > .fixed {
  position: fixed !important;
}

body.nyvvo-app-shell > #lgpd-consent-banner,
body.nyvvo-app-shell > #lgpd-read-modal,
body.nyvvo-app-shell > #lgpd-compare-select,
body.nyvvo-app-shell > #lgpd-diff-modal,
body.nyvvo-app-shell > #first-victory-modal,
body.nyvvo-app-shell > #ux-tour-modal,
body.nyvvo-admin-shell > #lgpd-consent-banner,
body.nyvvo-admin-shell > #lgpd-read-modal,
body.nyvvo-admin-shell > #lgpd-compare-select,
body.nyvvo-admin-shell > #lgpd-diff-modal,
body.nyvvo-admin-shell > #first-victory-modal,
body.nyvvo-admin-shell > #ux-tour-modal {
  position: fixed !important;
  left: 0;
  right: 0;
  max-width: 100vw;
  box-sizing: border-box;
}

body.nyvvo-app-shell > #lgpd-consent-banner,
body.nyvvo-admin-shell > #lgpd-consent-banner {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  z-index: 2147483646 !important;
  isolation: isolate;
  transform: none !important;
}

body.nyvvo-app-shell > #lgpd-read-modal,
body.nyvvo-app-shell > #lgpd-compare-select,
body.nyvvo-app-shell > #lgpd-diff-modal,
body.nyvvo-app-shell > #first-victory-modal,
body.nyvvo-app-shell > #ux-tour-modal,
body.nyvvo-admin-shell > #lgpd-read-modal,
body.nyvvo-admin-shell > #lgpd-compare-select,
body.nyvvo-admin-shell > #lgpd-diff-modal,
body.nyvvo-admin-shell > #first-victory-modal,
body.nyvvo-admin-shell > #ux-tour-modal {
  z-index: 2147483647 !important;
}

body.lgpd-overlay-open {
  overflow: hidden !important;
}

body.nyvvo-app-shell #main-content {
  background: linear-gradient(180deg, rgba(8, 16, 34, 0.78), rgba(5, 13, 28, 0.92)) !important;
}

body.nyvvo-app-shell header {
  background: rgba(5, 13, 28, 0.76) !important;
  border-bottom: 1px solid rgba(46, 219, 127, 0.12) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.nyvvo-app-shell #page-title {
  color: #f8fbff !important;
  letter-spacing: -0.02em;
}

body.nyvvo-app-shell #main-content > header {
  justify-content: flex-end;
}

body.nyvvo-app-shell #main-content > header > div:first-child {
  display: none;
}

@media (min-width: 768px) {
  body.nyvvo-app-shell #main-content {
    position: relative;
    padding-top: 5.25rem;
  }

  body.nyvvo-app-shell #main-content > header {
    position: fixed;
    top: 1rem;
    right: 1.25rem;
    z-index: 30;
    height: auto;
    width: auto;
    max-width: calc(100vw - 320px);
    min-height: 0;
    padding: 0;
    background: transparent !important;
    border-bottom: 0 !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
  }

  body.nyvvo-app-shell #main-content > header > div:last-child {
    gap: 0;
    justify-content: flex-end;
  }

  body.nyvvo-app-shell #page-content {
    padding-top: 0 !important;
  }
}

body.nyvvo-app-shell #header-user-btn,
body.nyvvo-app-shell #header-user-dropdown,
body.nyvvo-app-shell #profile-modal-content,
body.nyvvo-app-shell #mobile-tools-sheet {
  background: linear-gradient(180deg, rgba(13, 26, 50, 0.95), rgba(7, 15, 30, 0.98)) !important;
  border-color: rgba(46, 219, 127, 0.14) !important;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34), 0 0 36px rgba(37, 99, 235, 0.08);
}

body.nyvvo-app-shell #header-user-btn:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(46, 219, 127, 0.18) !important;
}

body.nyvvo-app-shell #header-user-btn {
  min-height: 52px;
  border-radius: 16px !important;
  padding: 0.65rem 0.9rem !important;
  gap: 0.75rem !important;
}

body.nyvvo-app-shell .header-user-copy {
  min-width: 0;
}

body.nyvvo-app-shell #header-user-btn #header-user-name-mobile,
body.nyvvo-app-shell #header-user-btn #header-user-plan-mobile {
  display: block;
}

body.nyvvo-app-shell #header-user-plan {
  color: #86efac !important;
}

body.nyvvo-app-shell #header-user-status {
  color: #dbe8ff !important;
}

body.nyvvo-app-shell #header-user-expiry {
  color: #7f94b8 !important;
}

body.nyvvo-app-shell #header-user-name-mobile {
  color: #f8fbff !important;
}

body.nyvvo-app-shell #header-user-plan-mobile {
  color: #86efac !important;
}

body.nyvvo-app-shell #header-user-dropdown {
  width: min(280px, calc(100vw - 24px));
  border-radius: 16px !important;
  overflow: hidden;
}

body.nyvvo-app-shell #header-user-btn {
  align-items: center;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

body.nyvvo-app-shell #header-user-btn .w-9.h-9 {
  border-radius: 14px !important;
  background: linear-gradient(180deg, rgba(30, 41, 59, 0.9), rgba(15, 23, 42, 0.96)) !important;
}

body.nyvvo-app-shell #header-user-dropdown .border-b,
body.nyvvo-app-shell #header-user-dropdown .border-t {
  border-color: rgba(148, 163, 184, 0.14) !important;
}

body.nyvvo-app-shell #header-user-dropdown a {
  font-weight: 600;
}

body.nyvvo-app-shell #profile-modal-content {
  border-radius: 24px !important;
}

body.nyvvo-app-shell #profile-modal-content {
  background:
    radial-gradient(circle at top right, rgba(46, 219, 127, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(13, 26, 50, 0.97), rgba(7, 15, 30, 0.98)) !important;
}

body.nyvvo-app-shell #profile-modal-content .rounded-xl {
  border-color: rgba(148, 163, 184, 0.14) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.nyvvo-app-shell #profile-modal-content input {
  background: rgba(2, 6, 23, 0.78) !important;
  border-color: rgba(148, 163, 184, 0.18) !important;
}

body.nyvvo-app-shell #profile-name,
body.nyvvo-app-shell #profile-email,
body.nyvvo-app-shell #profile-plan-text,
body.nyvvo-app-shell #profile-sub-status,
body.nyvvo-app-shell #profile-plan-expiry {
  font-family: 'Inter', sans-serif;
}

body.nyvvo-app-shell .profile-email-field {
  min-width: 0;
  font-size: 0.94rem;
  line-height: 1.45;
  word-break: normal;
  overflow-wrap: anywhere;
}

@media (min-width: 768px) {
  body.nyvvo-app-shell .profile-access-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr) !important;
  }
}

body.nyvvo-app-shell #header-user-dropdown a:hover {
  background: rgba(255, 255, 255, 0.04) !important;
}

body.nyvvo-app-shell #ghost-mode-container {
  background: linear-gradient(135deg, rgba(0, 200, 212, 0.18), rgba(37, 99, 235, 0.16)) !important;
  border-bottom: 1px solid rgba(0, 200, 212, 0.3) !important;
}

body.nyvvo-app-shell #ghost-mode-container p {
  color: #bff7ff !important;
}

body.nyvvo-app-shell #exit-ghost-btn,
body.nyvvo-app-shell #nav-li-premium a {
  background: var(--ny-brand-gradient) !important;
  color: #03101d !important;
}

body.nyvvo-app-shell #bottom-nav {
  background: rgba(5, 13, 28, 0.92) !important;
  border-top: 1px solid rgba(46, 219, 127, 0.12) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

body.nyvvo-app-shell #mobile-bottom-nav {
  background: rgba(5, 13, 28, 0.94) !important;
  border-top: 1px solid rgba(46, 219, 127, 0.12) !important;
  color: #8ba3c9 !important;
}

body.nyvvo-app-shell .mobile-nav-item {
  color: #8ba3c9 !important;
}

body.nyvvo-app-shell .mobile-nav-item:hover,
body.nyvvo-app-shell .mobile-nav-item.active {
  color: #f4fbff !important;
}

body.nyvvo-app-shell .mobile-nav-item .w-14 {
  background: rgba(255, 255, 255, 0.03) !important;
  border-color: rgba(46, 219, 127, 0.14) !important;
}

body.nyvvo-app-shell .mobile-nav-item:hover .w-14,
body.nyvvo-app-shell .mobile-nav-item.active .w-14 {
  background: rgba(46, 219, 127, 0.08) !important;
  border-color: rgba(0, 200, 212, 0.24) !important;
  color: #9df4ff !important;
}

body.nyvvo-app-shell .text-gray-500,
body.nyvvo-app-shell .text-gray-400 {
  color: var(--ny-brand-muted) !important;
}

body.nyvvo-app-shell .bg-gray-700,
body.nyvvo-app-shell .bg-gray-800,
body.nyvvo-app-shell .bg-gray-900,
body.nyvvo-app-shell .bg-gray-900\/80,
body.nyvvo-app-shell .bg-gray-900\/50 {
  background-color: rgba(10, 22, 44, 0.92) !important;
}

body.nyvvo-app-shell .border-gray-600,
body.nyvvo-app-shell .border-gray-700,
body.nyvvo-app-shell .border-gray-800 {
  border-color: rgba(46, 219, 127, 0.14) !important;
}

body.nyvvo-app-shell .text-purple-400,
body.nyvvo-app-shell .text-purple-300,
body.nyvvo-app-shell .text-blue-400,
body.nyvvo-app-shell .text-blue-500,
body.nyvvo-app-shell .text-indigo-400 {
  color: #9df4ff !important;
}

body.nyvvo-app-shell .input-dark,
body.nyvvo-app-shell input[type="text"],
body.nyvvo-app-shell input[type="email"],
body.nyvvo-app-shell input[type="number"],
body.nyvvo-app-shell input[type="url"],
body.nyvvo-app-shell select,
body.nyvvo-app-shell textarea {
  background: rgba(7, 15, 30, 0.88) !important;
  border-color: rgba(46, 219, 127, 0.14) !important;
  color: var(--ny-brand-text) !important;
}

body.nyvvo-app-shell .input-dark:focus,
body.nyvvo-app-shell input:focus,
body.nyvvo-app-shell select:focus,
body.nyvvo-app-shell textarea:focus {
  border-color: var(--ny-brand-green) !important;
  box-shadow: 0 0 0 3px rgba(46, 219, 127, 0.14) !important;
  outline: none !important;
}

body.nyvvo-app-shell select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #8fb5d9 50%),
    linear-gradient(135deg, #8fb5d9 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.6rem !important;
}

body.nyvvo-app-shell select option {
  background: #0b1220;
  color: #e6f0ff;
}

body.nyvvo-app-shell .group-hover\:bg-purple-900\/40:hover,
body.nyvvo-app-shell .group-hover\:bg-blue-900\/40:hover,
body.nyvvo-app-shell .group-hover\:bg-emerald-900\/40:hover {
  background: rgba(46, 219, 127, 0.08) !important;
}

body.nyvvo-app-shell .group-hover\:text-purple-400:hover,
body.nyvvo-app-shell .group-hover\:text-blue-400:hover,
body.nyvvo-app-shell .group-hover\:text-emerald-400:hover {
  color: #9df4ff !important;
}

body.nyvvo-app-shell .group-hover\:border-purple-500\/50:hover,
body.nyvvo-app-shell .group-hover\:border-blue-500\/50:hover,
body.nyvvo-app-shell .group-hover\:border-emerald-500\/50:hover {
  border-color: rgba(0, 200, 212, 0.24) !important;
}

body.nyvvo-admin-shell .bg-slate-800,
body.nyvvo-admin-shell .bg-slate-800\/50,
body.nyvvo-admin-shell .bg-slate-800\/60,
body.nyvvo-admin-shell .bg-slate-900,
body.nyvvo-admin-shell .bg-slate-900\/50,
body.nyvvo-admin-shell .bg-slate-900\/60,
body.nyvvo-admin-shell .bg-slate-950\/80 {
  background: linear-gradient(180deg, rgba(13, 26, 50, 0.95), rgba(7, 15, 30, 0.98)) !important;
}

body.nyvvo-admin-shell .border-slate-600,
body.nyvvo-admin-shell .border-slate-700 {
  border-color: rgba(46, 219, 127, 0.14) !important;
}

body.nyvvo-admin-shell .text-slate-500,
body.nyvvo-admin-shell .text-slate-400,
body.nyvvo-admin-shell .text-gray-500 {
  color: var(--ny-brand-muted) !important;
}

body.nyvvo-admin-shell .text-blue-500,
body.nyvvo-admin-shell .text-blue-400 {
  color: #5dc7ff !important;
}

body.nyvvo-admin-shell .text-purple-500,
body.nyvvo-admin-shell .text-purple-400,
body.nyvvo-admin-shell .text-indigo-500,
body.nyvvo-admin-shell .text-indigo-400 {
  color: var(--ny-brand-teal) !important;
}

body.nyvvo-admin-shell .text-green-500,
body.nyvvo-admin-shell .text-green-400,
body.nyvvo-admin-shell .text-emerald-500,
body.nyvvo-admin-shell .text-emerald-400 {
  color: #5cf2a1 !important;
}

body.nyvvo-admin-shell .bg-blue-600,
body.nyvvo-admin-shell .bg-purple-600,
body.nyvvo-admin-shell .bg-indigo-600 {
  background: var(--ny-brand-gradient) !important;
  color: #03101d !important;
}

body.nyvvo-admin-shell .hover\:bg-blue-500:hover,
body.nyvvo-admin-shell .hover\:bg-purple-500:hover,
body.nyvvo-admin-shell .hover\:bg-indigo-500:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #00c8d4 48%, #2edb7f 100%) !important;
  color: #03101d !important;
}

body.nyvvo-admin-shell .bg-purple-500\/10,
body.nyvvo-admin-shell .bg-indigo-500\/10,
body.nyvvo-admin-shell .bg-blue-500\/10,
body.nyvvo-admin-shell .bg-green-500\/10,
body.nyvvo-admin-shell .bg-yellow-500\/10 {
  background: rgba(46, 219, 127, 0.08) !important;
}

body.nyvvo-admin-shell .border-purple-500\/30,
body.nyvvo-admin-shell .border-indigo-500\/30,
body.nyvvo-admin-shell .border-blue-500\/30,
body.nyvvo-admin-shell .border-green-500\/30,
body.nyvvo-admin-shell .border-yellow-500\/30 {
  border-color: rgba(46, 219, 127, 0.22) !important;
}

body.nyvvo-admin-shell .input-dark,
body.nyvvo-admin-shell input[type="text"],
body.nyvvo-admin-shell input[type="email"],
body.nyvvo-admin-shell input[type="number"],
body.nyvvo-admin-shell input[type="url"],
body.nyvvo-admin-shell select,
body.nyvvo-admin-shell textarea {
  background: rgba(7, 15, 30, 0.88) !important;
  border-color: rgba(46, 219, 127, 0.14) !important;
  color: var(--ny-brand-text) !important;
}

body.nyvvo-admin-shell .input-dark:focus,
body.nyvvo-admin-shell input:focus,
body.nyvvo-admin-shell select:focus,
body.nyvvo-admin-shell textarea:focus {
  border-color: var(--ny-brand-green) !important;
  box-shadow: 0 0 0 3px rgba(46, 219, 127, 0.14) !important;
  outline: none !important;
}

body.nyvvo-admin-shell select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #8fb5d9 50%),
    linear-gradient(135deg, #8fb5d9 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 2.6rem !important;
}

body.nyvvo-admin-shell select option {
  background: #0b1220;
  color: #e6f0ff;
}

body.nyvvo-admin-shell .hover\:border-blue-500\/50:hover,
body.nyvvo-admin-shell .hover\:border-purple-500\/50:hover,
body.nyvvo-admin-shell .hover\:border-green-500\/50:hover {
  border-color: rgba(46, 219, 127, 0.24) !important;
}

.module-orientation-card {
  margin: 0 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(56, 189, 248, 0.12);
  background:
    radial-gradient(circle at top right, rgba(56, 189, 248, 0.1), transparent 32%),
    linear-gradient(135deg, rgba(14, 25, 46, 0.96), rgba(10, 19, 35, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 16px 40px rgba(2, 8, 20, 0.18);
}

.module-orientation-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #67e8f9;
}

.module-orientation-title {
  margin: 0.55rem 0 0;
  font-size: 1.02rem;
  font-weight: 700;
  color: #f8fafc;
}

.module-orientation-copy {
  margin: 0.35rem 0 0;
  max-width: 56rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.module-orientation-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.module-orientation-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2rem;
  padding: 0.32rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.34);
  background: rgba(15, 23, 42, 0.58);
  color: #dbeafe;
  font-size: 0.74rem;
  font-weight: 600;
}

.module-orientation-chip span[data-lucide] {
  width: 0.9rem;
  height: 0.9rem;
}

.module-bridge-card {
  margin: -0.2rem 0 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(56, 189, 248, 0.1);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 30%),
    linear-gradient(135deg, rgba(11, 20, 36, 0.96), rgba(9, 17, 30, 0.92));
}

.module-bridge-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #67e8f9;
}

.module-bridge-title {
  margin: 0.55rem 0 0;
  font-size: 1rem;
  font-weight: 700;
  color: #f8fafc;
}

.module-bridge-copy {
  margin: 0.35rem 0 0;
  max-width: 56rem;
  font-size: 0.84rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.module-bridge-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.9rem;
}

.module-bridge-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 2.2rem;
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.34);
  background: rgba(15, 23, 42, 0.6);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 600;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.module-bridge-action:hover {
  border-color: rgba(34, 211, 238, 0.34);
  background: rgba(12, 23, 42, 0.92);
  transform: translateY(-1px);
}

.module-bridge-action span[data-lucide] {
  width: 0.9rem;
  height: 0.9rem;
}

.module-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
  padding: 2rem 1.25rem;
  border-radius: 22px;
  border: 1px solid rgba(56, 189, 248, 0.1);
  background:
    radial-gradient(circle at top right, rgba(34, 211, 238, 0.08), transparent 28%),
    linear-gradient(135deg, rgba(14, 25, 46, 0.92), rgba(10, 18, 31, 0.92));
}

.module-empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.7);
  border: 1px solid rgba(71, 85, 105, 0.32);
  color: #67e8f9;
}

.module-empty-icon span[data-lucide] {
  width: 1.6rem;
  height: 1.6rem;
}

.module-empty-kicker {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #67e8f9;
}

.module-empty-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  color: #f8fafc;
}

.module-empty-copy {
  margin: 0;
  max-width: 38rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.module-empty-signals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.module-empty-signal {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  min-height: 2rem;
  padding: 0.32rem 0.76rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.34);
  background: rgba(15, 23, 42, 0.58);
  color: #dbeafe;
  font-size: 0.74rem;
  font-weight: 600;
}

.module-empty-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

@media (max-width: 768px) {
  .module-orientation-card {
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
  }

  .module-orientation-title {
    font-size: 0.95rem;
  }

  .module-orientation-copy {
    font-size: 0.82rem;
  }

  .module-bridge-card {
    padding: 0.9rem 0.95rem;
    border-radius: 18px;
  }

  .module-bridge-actions {
    flex-direction: column;
  }

  .module-bridge-action {
    width: 100%;
    justify-content: center;
  }

  .module-empty-state {
    padding: 1.35rem 1rem;
    border-radius: 18px;
  }

  .module-empty-actions {
    width: 100%;
    flex-direction: column;
  }
}
