html {
  background-color: #0b0f10;
}

body.tenant-dracheneid {
  color-scheme: dark;
  --app-primary: #1f4d47;
  --app-primary-dark: #0f2f2c;
  --app-accent: #d4af37;
  --app-bg-soft: #0b0f10;
  --app-surface: #162024;
  --app-text: #f5f5f5;
  --app-text-muted: #9aa4a6;
  --app-border: rgba(212, 175, 55, 0.18);
  --app-shadow-sm: 0 20px 44px rgba(0, 0, 0, 0.38);
  --app-shadow-md: 0 28px 70px rgba(0, 0, 0, 0.52);
  --app-radius-card: 24px;
  --app-radius-control: 16px;
  --app-radius-hero: 32px;
  --bs-primary: #d4af37;
  --bs-link-color: #f1d67a;
  --bs-link-hover-color: #fff0b3;
  --bs-body-bg: #0b0f10;
  --bs-body-color: #f5f5f5;
  --bs-border-color: rgba(212, 175, 55, 0.18);
}

body.tenant-dracheneid.app-shell {
  font-family: "Alegreya Sans", "Manrope", system-ui, sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(212, 175, 55, 0.12), transparent 30%),
    radial-gradient(circle at 88% 0%, rgba(31, 77, 71, 0.3), transparent 24%),
    linear-gradient(135deg, #081c1a 0%, #0b0f10 38%, #111719 100%);
}

body.tenant-dracheneid h1,
body.tenant-dracheneid h2,
body.tenant-dracheneid h3,
body.tenant-dracheneid h4,
body.tenant-dracheneid h5,
body.tenant-dracheneid h6,
body.tenant-dracheneid .navbar-brand,
body.tenant-dracheneid .app-footer-brand {
  font-family: "Cinzel", "Fraunces", "Iowan Old Style", Georgia, serif;
}

body.tenant-dracheneid a {
  color: #f1d67a;
}

body.tenant-dracheneid a:hover {
  color: #fff0b3;
}

body.tenant-dracheneid .app-nav {
  background: rgba(8, 28, 26, 0.72);
  border-bottom: 1px solid rgba(212, 175, 55, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

body.tenant-dracheneid .app-nav .container-fluid {
  gap: 1rem;
  min-height: 78px;
}

body.tenant-dracheneid .app-nav .navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--app-text);
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.tenant-dracheneid .navbar-brand::after {
  content: none;
}

body.tenant-dracheneid .tenant-brand-logo {
  display: block;
  width: clamp(18rem, 34vw, 28rem);
  height: auto;
  max-height: 86px;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.28));
}

body.tenant-dracheneid .tenant-footer-logo {
  display: block;
  width: clamp(11rem, 18vw, 16rem);
  height: auto;
  max-width: 100%;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.28));
}

body.tenant-dracheneid .app-nav-links {
  align-items: center;
  gap: 0.75rem;
}

body.tenant-dracheneid .app-nav-link-content {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.52rem;
  font-weight: 700;
  text-align: center;
}

body.tenant-dracheneid .app-nav-link-icon {
  width: 18px;
  height: 18px;
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.28));
}

body.tenant-dracheneid .app-nav-btn-primary .app-nav-link-icon {
  filter: brightness(0.2) saturate(0.7);
}

body.tenant-dracheneid .app-nav-btn,
body.tenant-dracheneid .app-nav-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.tenant-dracheneid .app-nav-btn,
body.tenant-dracheneid .pwa-install-btn {
  border-color: rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #dbe2e2;
}

body.tenant-dracheneid .app-nav-btn:hover,
body.tenant-dracheneid .pwa-install-btn:hover {
  transform: translateY(-1px);
  background: rgba(212, 175, 55, 0.1);
  border-color: rgba(212, 175, 55, 0.32);
  color: #fff0b3;
}

body.tenant-dracheneid .btn-primary,
body.tenant-dracheneid .app-nav-btn-primary {
  --bs-btn-color: #08100f;
  --bs-btn-hover-color: #08100f;
  --bs-btn-active-color: #08100f;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: transparent;
  background: linear-gradient(135deg, #d4af37, #f1d67a);
  border-color: transparent;
  box-shadow: 0 12px 30px rgba(212, 175, 55, 0.24);
}

body.tenant-dracheneid .btn-primary:hover,
body.tenant-dracheneid .app-nav-btn-primary:hover {
  color: #08100f;
  background: linear-gradient(135deg, #e0ba48, #f7e2a0);
  box-shadow: 0 16px 34px rgba(212, 175, 55, 0.28);
}

body.tenant-dracheneid .app-nav-btn-primary {
  color: #08100f !important;
  font-weight: 800;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

body.tenant-dracheneid.pwa-standalone.pwa-mobile-device .app-bottom-nav {
  border-color: rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(16, 23, 24, 0.96), rgba(9, 13, 14, 0.98)),
    rgba(11, 15, 16, 0.96);
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid.pwa-standalone.pwa-mobile-device .app-bottom-nav-link {
  color: #aeb7b8;
}

body.tenant-dracheneid.pwa-standalone.pwa-mobile-device .app-bottom-nav-link.is-active {
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0.04)),
    rgba(255, 255, 255, 0.03);
  color: #fff0b3;
}

body.tenant-dracheneid.pwa-standalone.pwa-mobile-device .app-bottom-nav-icon {
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.28));
}

body.tenant-dracheneid.pwa-standalone.pwa-mobile-device .app-bottom-nav-badge {
  background: linear-gradient(135deg, #d4af37, #f1d67a);
  color: #08110f;
  box-shadow: 0 8px 18px rgba(212, 175, 55, 0.22);
}

body.tenant-dracheneid .btn-outline-primary {
  --bs-btn-color: #f5f5f5;
  --bs-btn-border-color: rgba(212, 175, 55, 0.28);
  --bs-btn-hover-color: #f5f5f5;
  --bs-btn-hover-bg: rgba(212, 175, 55, 0.12);
  --bs-btn-hover-border-color: rgba(241, 214, 122, 0.72);
  --bs-btn-active-color: #f5f5f5;
  --bs-btn-active-bg: rgba(212, 175, 55, 0.16);
  --bs-btn-active-border-color: rgba(241, 214, 122, 0.72);
  background: rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .auth-chip {
  color: var(--app-text-muted);
  border-color: rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .profile-workspace-kicker {
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(212, 175, 55, 0.08);
  color: #f1d67a;
}

body.tenant-dracheneid .profile-workspace-link {
  position: relative;
  border-color: rgba(212, 175, 55, 0.14);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.94), rgba(11, 15, 16, 0.98)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.08), transparent 45%);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .profile-workspace-link::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.95), rgba(212, 175, 55, 0.22));
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}

body.tenant-dracheneid .profile-workspace-link:hover,
body.tenant-dracheneid .profile-workspace-link.is-current {
  border-color: rgba(241, 214, 122, 0.42);
  background:
    linear-gradient(180deg, rgba(26, 38, 42, 0.98), rgba(11, 15, 16, 0.98)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 45%);
}

body.tenant-dracheneid .profile-workspace-link.is-current {
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(241, 214, 122, 0.08);
}

body.tenant-dracheneid .profile-workspace-link.is-disabled {
  opacity: 0.68;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.24),
    inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

body.tenant-dracheneid .profile-workspace-link-body {
  padding-left: 1rem;
}

body.tenant-dracheneid .profile-workspace-link-label {
  color: #f5f0db;
}

body.tenant-dracheneid .profile-workspace-link-copy {
  color: var(--app-text-muted);
}

body.tenant-dracheneid .profile-workspace-link-state {
  border-color: rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .profile-workspace-link-state.state-complete {
  color: #d7f0cb;
  border-color: rgba(111, 181, 92, 0.3);
  background: rgba(86, 146, 66, 0.16);
}

body.tenant-dracheneid .profile-workspace-link-state.state-required {
  color: #f7e2a0;
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(212, 175, 55, 0.12);
}

body.tenant-dracheneid .profile-workspace-link-state.state-open {
  color: #b9ddd8;
  border-color: rgba(63, 124, 115, 0.3);
  background: rgba(31, 77, 71, 0.22);
}

body.tenant-dracheneid .profile-workspace-link-state.state-neutral {
  color: #c7cfcf;
}

body.tenant-dracheneid .profile-workspace-link-state.state-locked {
  color: #aeb5b5;
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .card {
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.94), rgba(11, 15, 16, 0.98)),
    #101617;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .form-control,
body.tenant-dracheneid .form-select {
  border-color: rgba(212, 175, 55, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: var(--app-text);
}

body.tenant-dracheneid .form-control::placeholder,
body.tenant-dracheneid .form-select::placeholder {
  color: rgba(154, 164, 166, 0.85);
}

body.tenant-dracheneid .form-control:focus,
body.tenant-dracheneid .form-select:focus,
body.tenant-dracheneid .btn:focus-visible,
body.tenant-dracheneid .form-check-input:focus {
  border-color: rgba(241, 214, 122, 0.7);
  box-shadow: 0 0 0 0.22rem rgba(212, 175, 55, 0.22);
}

body.tenant-dracheneid .form-check-input:checked {
  background-color: var(--app-accent);
  border-color: var(--app-accent);
}

body.tenant-dracheneid main.container-widescreen {
  padding-top: 1.2rem !important;
  padding-bottom: 2.8rem !important;
}

body.tenant-dracheneid .app-footer {
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  background: rgba(7, 10, 11, 0.92);
}

body.tenant-dracheneid .app-footer-copy,
body.tenant-dracheneid .text-muted,
body.tenant-dracheneid .small,
body.tenant-dracheneid .form-text {
  color: var(--app-text-muted) !important;
}

body.tenant-dracheneid .app-footer-links a {
  color: #f1d67a;
}

body.tenant-dracheneid .alert {
  border-radius: 16px;
  border-color: rgba(212, 175, 55, 0.2);
}

body.tenant-dracheneid .alert-danger {
  color: #ffd9d9;
  background: rgba(196, 60, 60, 0.14);
}

body.tenant-dracheneid .alert-success {
  color: #d4f4df;
  background: rgba(39, 122, 84, 0.18);
}

body.tenant-dracheneid .hero-card {
  border-radius: var(--app-radius-hero);
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.96), rgba(8, 12, 13, 0.98)),
    #0f1618;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 24px rgba(212, 175, 55, 0.05);
}

body.tenant-dracheneid .de-ornament-shell {
  position: relative;
  overflow: hidden;
}

body.tenant-dracheneid .de-ornament-shell::before,
body.tenant-dracheneid .de-ornament-shell::after,
body.tenant-dracheneid .landing-proof::before,
body.tenant-dracheneid .landing-proof::after,
body.tenant-dracheneid .dashboard-panel::before,
body.tenant-dracheneid .dashboard-panel::after,
body.tenant-dracheneid .landing-step-card::before,
body.tenant-dracheneid .landing-step-card::after {
  position: absolute;
  top: 14px;
  z-index: 2;
  color: rgba(212, 175, 55, 0.82);
  font-size: 22px;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

body.tenant-dracheneid .de-ornament-shell::before,
body.tenant-dracheneid .landing-proof::before,
body.tenant-dracheneid .dashboard-panel::before,
body.tenant-dracheneid .landing-step-card::before {
  content: "✦";
  left: 18px;
}

body.tenant-dracheneid .de-ornament-shell::after,
body.tenant-dracheneid .landing-proof::after,
body.tenant-dracheneid .dashboard-panel::after,
body.tenant-dracheneid .landing-step-card::after {
  content: "✦";
  right: 18px;
}

body.tenant-dracheneid .dashboard-hero {
  background:
    radial-gradient(circle at 12% 14%, rgba(212, 175, 55, 0.14), transparent 34%),
    radial-gradient(circle at 84% 10%, rgba(31, 77, 71, 0.32), transparent 28%),
    linear-gradient(145deg, rgba(15, 47, 44, 0.96), rgba(8, 12, 13, 0.98));
}

body.tenant-dracheneid .landing-hero-image {
  min-height: calc(100vh - 6rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  background-image: url("/static/images/tenants/dracheneid/dracheneid_frontpage_20260328.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}

body.tenant-dracheneid .landing-hero-image::after {
  display: none;
}

body.tenant-dracheneid .landing-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(8, 28, 26, 0.74) 10%, rgba(8, 28, 26, 0.42) 46%, rgba(8, 28, 26, 0.16) 100%),
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.12), transparent 28%);
}

body.tenant-dracheneid .landing-hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #fef7ea;
}

body.tenant-dracheneid .landing-hero-content h1,
body.tenant-dracheneid .landing-hero-content .lead {
  color: #fef7ea;
}

body.tenant-dracheneid .landing-hero-content .hero-kicker {
  color: #f1d67a;
}

body.tenant-dracheneid .hero-kicker,
body.tenant-dracheneid .section-kicker,
body.tenant-dracheneid .dashboard-panel-kicker {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tenant-dracheneid .hero-kicker,
body.tenant-dracheneid .section-kicker {
  color: #f1d67a;
}

body.tenant-dracheneid .dashboard-panel-kicker {
  color: #f1d67a;
}

body.tenant-dracheneid .landing-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

body.tenant-dracheneid .landing-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0 0 1rem;
}

body.tenant-dracheneid .landing-hero-links a {
  color: #f1d67a;
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

body.tenant-dracheneid .landing-hero-links a:hover {
  color: #fff0b3;
}

body.tenant-dracheneid .trust-pill {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(8, 28, 26, 0.62);
  color: #f5f5f5;
  font-size: 0.92rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .landing-hero-content .trust-pill {
  background: rgba(8, 28, 26, 0.62);
}

body.tenant-dracheneid .landing-proof,
body.tenant-dracheneid .dashboard-panel {
  position: relative;
  padding: 1.55rem 1.5rem 1.4rem;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 24, 26, 0.96), rgba(8, 12, 13, 0.98)),
    #0f1618;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .landing-proof::before,
body.tenant-dracheneid .dashboard-panel::before,
body.tenant-dracheneid .landing-step-card::before {
  top: 12px;
}

body.tenant-dracheneid .landing-proof::after,
body.tenant-dracheneid .dashboard-panel::after,
body.tenant-dracheneid .landing-step-card::after {
  top: 12px;
}

body.tenant-dracheneid .landing-checklist,
body.tenant-dracheneid .dashboard-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.tenant-dracheneid .landing-checklist li,
body.tenant-dracheneid .dashboard-list li {
  position: relative;
  padding-left: 1.25rem;
  color: var(--app-text-muted);
  line-height: 1.68;
}

body.tenant-dracheneid .landing-checklist li + li,
body.tenant-dracheneid .dashboard-list li + li {
  margin-top: 0.8rem;
}

body.tenant-dracheneid .landing-checklist li::before,
body.tenant-dracheneid .dashboard-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: rgba(212, 175, 55, 0.9);
}

body.tenant-dracheneid .landing-section {
  padding: 0.8rem 0 0.3rem;
  scroll-margin-top: 6rem;
}

body.tenant-dracheneid .section-heading {
  position: relative;
  max-width: 56rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
}

body.tenant-dracheneid .section-heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  bottom: 0;
  width: min(16rem, 52vw);
  height: 1px;
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.82), rgba(212, 175, 55, 0));
}

body.tenant-dracheneid .section-heading h2,
body.tenant-dracheneid .section-heading .h3 {
  color: var(--app-text);
}

body.tenant-dracheneid .landing-step-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.94), rgba(11, 15, 16, 0.96)),
    #0f1618;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  transition: transform var(--app-transition), box-shadow var(--app-transition), border-color var(--app-transition);
}

body.tenant-dracheneid .landing-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(241, 214, 122, 0.45);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .landing-step-card .card-body {
  position: relative;
  z-index: 1;
}

body.tenant-dracheneid .landing-step-card p {
  color: var(--app-text-muted);
  line-height: 1.68;
}

body.tenant-dracheneid .step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #d4af37, #f1d67a);
  color: #08100f;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(212, 175, 55, 0.22);
}

body.tenant-dracheneid .landing-hero::after,
body.tenant-dracheneid .dashboard-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -34% auto;
  width: min(32rem, 58vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.22) 0%, rgba(212, 175, 55, 0) 70%);
  pointer-events: none;
}

body.tenant-dracheneid .de-shell,
body.tenant-dracheneid .de-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.96), rgba(8, 12, 13, 0.98)),
    #0f1618;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 24px rgba(212, 175, 55, 0.05);
}

body.tenant-dracheneid .de-shell {
  padding: clamp(1.5rem, 3vw, 2.6rem);
}

body.tenant-dracheneid .de-panel {
  padding: clamp(1.35rem, 2.4vw, 2rem);
}

body.tenant-dracheneid .de-shell::before,
body.tenant-dracheneid .de-panel::before,
body.tenant-dracheneid .tenant-auth-aside::before,
body.tenant-dracheneid .tenant-auth-card::before,
body.tenant-dracheneid .de-feature-card::before,
body.tenant-dracheneid .de-subcard::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 40%);
  pointer-events: none;
}

body.tenant-dracheneid .de-shell::after,
body.tenant-dracheneid .de-feature-card::after,
body.tenant-dracheneid .de-subcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 40%, rgba(212, 175, 55, 0.12), transparent 62%);
  opacity: 0.28;
  pointer-events: none;
}

body.tenant-dracheneid .de-hero,
body.tenant-dracheneid .de-dashboard-hero {
  min-height: 34rem;
}

body.tenant-dracheneid .de-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: rgba(212, 175, 55, 0.08);
  color: #f1d67a;
  font-size: 0.92rem;
  font-weight: 700;
}

body.tenant-dracheneid .de-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--app-accent);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.88);
}

body.tenant-dracheneid .de-display {
  margin: 0.9rem 0 0;
  max-width: 12ch;
  color: var(--app-text);
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.97;
  letter-spacing: -0.03em;
}

body.tenant-dracheneid .de-display-dashboard {
  max-width: 11ch;
  font-size: clamp(2.3rem, 4.4vw, 4rem);
}

body.tenant-dracheneid .de-copy {
  max-width: 60ch;
  margin: 1.4rem 0 1.8rem;
  color: var(--app-text-muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

body.tenant-dracheneid .de-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

body.tenant-dracheneid .de-stat {
  position: relative;
  overflow: hidden;
  padding: 1.1rem;
  border-radius: 20px;
  border: 1px solid rgba(212, 175, 55, 0.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    radial-gradient(circle at top, rgba(212, 175, 55, 0.12), transparent 40%);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.5),
    inset 0 0 12px rgba(212, 175, 55, 0.08);
}

body.tenant-dracheneid .de-stat strong {
  display: block;
  margin-bottom: 0.55rem;
  color: #f1d67a;
  font-size: 1rem;
}

body.tenant-dracheneid .de-stat span {
  color: var(--app-text-muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

body.tenant-dracheneid .de-showcase {
  position: relative;
  min-height: 35rem;
}

body.tenant-dracheneid .de-showcase-glow {
  position: absolute;
  inset: 2.2rem;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.18), transparent 48%);
  filter: blur(16px);
  pointer-events: none;
}

body.tenant-dracheneid .de-phone {
  position: relative;
  z-index: 1;
  margin-left: auto;
  width: min(390px, 100%);
  padding: 1rem;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(22, 32, 36, 0.96), rgba(10, 15, 16, 0.98));
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

body.tenant-dracheneid .de-phone::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(31, 77, 71, 0.32), transparent 35%);
  pointer-events: none;
}

body.tenant-dracheneid .de-phone-screen {
  position: relative;
  overflow: hidden;
  min-height: 32rem;
  padding: 1.35rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(180deg, #102824, #0b0f10);
}

body.tenant-dracheneid .de-mini-brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
}

body.tenant-dracheneid .de-mini-logo,
body.tenant-dracheneid .de-feature-icon {
  display: grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: linear-gradient(145deg, rgba(212, 175, 55, 0.18), rgba(31, 77, 71, 0.25));
}

body.tenant-dracheneid .de-mini-logo {
  width: 42px;
  height: 42px;
  color: #f1d67a;
  font-size: 1.15rem;
}

body.tenant-dracheneid .de-mini-brand strong {
  display: block;
}

body.tenant-dracheneid .de-mini-brand span {
  color: var(--app-text-muted);
  font-size: 0.92rem;
}

body.tenant-dracheneid .de-profile-card {
  overflow: hidden;
  margin-top: 1rem;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: #0e1416;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

body.tenant-dracheneid .de-profile-visual {
  height: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem;
  font-size: 5rem;
  background:
    radial-gradient(circle at 65% 30%, rgba(212, 175, 55, 0.35), transparent 20%),
    linear-gradient(145deg, #183e39, #101617 58%, #0c1011 100%);
}

body.tenant-dracheneid .de-profile-body {
  padding: 1.25rem;
}

body.tenant-dracheneid .de-profile-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

body.tenant-dracheneid .de-badge,
body.tenant-dracheneid .de-rune-pill,
body.tenant-dracheneid .de-rune-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  color: #f1d67a;
}

body.tenant-dracheneid .de-badge {
  padding: 0.42rem 0.78rem;
  background: rgba(212, 175, 55, 0.1);
  font-size: 0.82rem;
}

body.tenant-dracheneid .de-profile-body p,
body.tenant-dracheneid .de-feature-card p,
body.tenant-dracheneid .de-subcard p,
body.tenant-dracheneid .de-section-copy,
body.tenant-dracheneid .tenant-auth-copy {
  color: var(--app-text-muted);
  line-height: 1.72;
}

body.tenant-dracheneid .de-tag-list,
body.tenant-dracheneid .de-rune-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

body.tenant-dracheneid .de-tag {
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #d8dfe0;
  font-size: 0.84rem;
}

body.tenant-dracheneid .de-section {
  padding: 0.45rem 0 0.2rem;
  scroll-margin-top: 6rem;
}

body.tenant-dracheneid .de-section-heading {
  margin-bottom: 1.5rem;
  max-width: 62rem;
}

body.tenant-dracheneid .de-section-kicker,
body.tenant-dracheneid .de-panel-kicker {
  display: inline-block;
  color: #f1d67a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.tenant-dracheneid .de-section-title,
body.tenant-dracheneid .tenant-auth-heading {
  margin: 0.55rem 0 0.7rem;
  color: var(--app-text);
  font-size: clamp(1.85rem, 3.3vw, 2.75rem);
}

body.tenant-dracheneid .de-feature-card,
body.tenant-dracheneid .de-subcard,
body.tenant-dracheneid .tenant-auth-aside,
body.tenant-dracheneid .tenant-auth-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(22, 32, 36, 0.94), rgba(11, 15, 16, 0.96)),
    #0f1618;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .de-feature-card,
body.tenant-dracheneid .de-subcard {
  padding: 1.5rem;
  height: 100%;
}

body.tenant-dracheneid .de-feature-card {
  display: flex;
  flex-direction: column;
}

body.tenant-dracheneid .de-feature-icon {
  width: 48px;
  height: 48px;
  color: #f1d67a;
  font-size: 1.2rem;
}

body.tenant-dracheneid .de-feature-card h3,
body.tenant-dracheneid .de-subcard h3 {
  color: var(--app-text);
}

body.tenant-dracheneid .de-feature-card .btn {
  margin-top: auto;
}

body.tenant-dracheneid .de-side-panel {
  position: relative;
  height: 100%;
  padding: 1.6rem;
  border-radius: 28px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 31, 29, 0.92), rgba(7, 11, 12, 0.96)),
    #0d1517;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

body.tenant-dracheneid .de-checklist,
body.tenant-dracheneid .tenant-auth-list {
  list-style: none;
  padding: 0;
}

body.tenant-dracheneid .de-checklist li,
body.tenant-dracheneid .tenant-auth-list li {
  position: relative;
  padding-left: 1.3rem;
  color: var(--app-text-muted);
  line-height: 1.65;
}

body.tenant-dracheneid .de-checklist li + li,
body.tenant-dracheneid .tenant-auth-list li + li {
  margin-top: 0.85rem;
}

body.tenant-dracheneid .de-checklist li::before,
body.tenant-dracheneid .tenant-auth-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: rgba(212, 175, 55, 0.9);
}

body.tenant-dracheneid .de-rune-chip,
body.tenant-dracheneid .de-rune-pill {
  padding: 0.5rem 0.82rem;
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(212, 175, 55, 0.03));
  font-size: 0.82rem;
  white-space: nowrap;
}

body.tenant-dracheneid .de-rune-chip::before,
body.tenant-dracheneid .de-rune-pill::before {
  content: "✧";
  color: rgba(212, 175, 55, 0.95);
}

body.tenant-dracheneid .de-fantasy-table {
  position: relative;
  overflow-x: auto;
  margin-top: 1.8rem;
  border-radius: 30px;
  border: 1px solid rgba(212, 175, 55, 0.22);
  background: linear-gradient(180deg, rgba(18, 24, 26, 0.98), rgba(8, 12, 13, 0.98));
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 0 24px rgba(212, 175, 55, 0.05);
}

body.tenant-dracheneid .de-fantasy-table::before,
body.tenant-dracheneid .de-fantasy-table::after {
  content: "✦";
  position: absolute;
  top: 14px;
  z-index: 2;
  color: rgba(212, 175, 55, 0.85);
  font-size: 22px;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

body.tenant-dracheneid .de-fantasy-table::before {
  left: 18px;
}

body.tenant-dracheneid .de-fantasy-table::after {
  right: 18px;
}

body.tenant-dracheneid .de-fantasy-table-header {
  position: relative;
  overflow: hidden;
  padding: 1.1rem 1.5rem;
  text-align: center;
  color: #f1d67a;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background:
    linear-gradient(180deg, rgba(212, 175, 55, 0.14), rgba(212, 175, 55, 0.04)),
    linear-gradient(90deg, rgba(8, 28, 26, 0.95), rgba(19, 49, 45, 0.95) 50%, rgba(8, 28, 26, 0.95));
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
}

body.tenant-dracheneid .de-fantasy-table-header::before,
body.tenant-dracheneid .de-fantasy-table-header::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.6), transparent);
}

body.tenant-dracheneid .de-fantasy-table-header::before {
  left: 26px;
}

body.tenant-dracheneid .de-fantasy-table-header::after {
  right: 26px;
}

body.tenant-dracheneid .de-fantasy-table-grid {
  display: grid;
  min-width: 760px;
  grid-template-columns: 1.05fr 1.4fr 0.9fr;
}

body.tenant-dracheneid .de-fantasy-table-head,
body.tenant-dracheneid .de-fantasy-table-row {
  display: contents;
}

body.tenant-dracheneid .de-fantasy-table-th,
body.tenant-dracheneid .de-fantasy-table-cell {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 1.1rem 1.4rem 1.1rem 1.75rem;
  border-bottom: 1px solid rgba(212, 175, 55, 0.08);
}

body.tenant-dracheneid .de-fantasy-table-th {
  color: #f1d67a;
  font-size: 0.92rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.02);
}

body.tenant-dracheneid .de-fantasy-table-cell {
  color: var(--app-text-muted);
  line-height: 1.55;
}

body.tenant-dracheneid .de-fantasy-table-row:last-child .de-fantasy-table-cell {
  border-bottom: none;
}

body.tenant-dracheneid .de-fantasy-table-th::before,
body.tenant-dracheneid .de-fantasy-table-cell::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(212, 175, 55, 0.95), rgba(212, 175, 55, 0.2));
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.35);
}

body.tenant-dracheneid .de-fantasy-table-grid > *:nth-child(3n + 2),
body.tenant-dracheneid .de-fantasy-table-grid > *:nth-child(3n + 3) {
  border-left: 1px solid rgba(212, 175, 55, 0.08);
}

body.tenant-dracheneid .de-dragon-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--app-text);
  font-weight: 700;
}

body.tenant-dracheneid .de-dragon-mark::before {
  content: "🐉";
  font-size: 0.95rem;
}

body.tenant-dracheneid .tenant-auth-shell {
  align-items: stretch;
}

body.tenant-dracheneid .tenant-auth-card .card-body {
  padding: 1.8rem;
}

body.tenant-dracheneid .tenant-auth-aside {
  padding: 1.6rem;
  height: 100%;
}

body.tenant-dracheneid .tenant-auth-heading {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

body.tenant-dracheneid .tenant-auth-list {
  margin: 1.25rem 0 0;
}

body.tenant-dracheneid .legal-card,
body.tenant-dracheneid .legal-section,
body.tenant-dracheneid .state-card,
body.tenant-dracheneid .empty-state,
body.tenant-dracheneid .error-state {
  border-color: rgba(212, 175, 55, 0.18);
  background:
    linear-gradient(180deg, rgba(18, 24, 26, 0.96), rgba(8, 12, 13, 0.98)),
    #0f1618;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.46),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

body.tenant-dracheneid .section-kicker,
body.tenant-dracheneid .dashboard-panel-kicker,
body.tenant-dracheneid .profile-kicker,
body.tenant-dracheneid .profile-aside-kicker,
body.tenant-dracheneid .comparison-overview-title,
body.tenant-dracheneid .match-compass-kicker {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

body.tenant-dracheneid .section-kicker::before,
body.tenant-dracheneid .section-kicker::after,
body.tenant-dracheneid .dashboard-panel-kicker::before,
body.tenant-dracheneid .dashboard-panel-kicker::after,
body.tenant-dracheneid .profile-kicker::before,
body.tenant-dracheneid .profile-kicker::after,
body.tenant-dracheneid .profile-aside-kicker::before,
body.tenant-dracheneid .profile-aside-kicker::after,
body.tenant-dracheneid .comparison-overview-title::before,
body.tenant-dracheneid .comparison-overview-title::after,
body.tenant-dracheneid .match-compass-kicker::before,
body.tenant-dracheneid .match-compass-kicker::after {
  content: "";
  width: 1.8rem;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.7), transparent);
}

@media (max-width: 1199.98px) {
  body.tenant-dracheneid .de-showcase {
    min-height: auto;
  }

  body.tenant-dracheneid .de-phone {
    margin: 1.5rem auto 0;
  }

  body.tenant-dracheneid .landing-hero-image {
    min-height: calc(100svh - 4.5rem);
    background-position: center center;
  }
}

@media (max-width: 991.98px) {
  body.tenant-dracheneid .app-nav .container-fluid {
    min-height: auto;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  body.tenant-dracheneid .app-nav-links {
    width: 100%;
    flex-wrap: wrap;
  }

  body.tenant-dracheneid .de-stat-grid {
    grid-template-columns: 1fr;
  }

  body.tenant-dracheneid .de-shell,
  body.tenant-dracheneid .de-panel,
  body.tenant-dracheneid .tenant-auth-aside,
  body.tenant-dracheneid .tenant-auth-card,
  body.tenant-dracheneid .de-feature-card,
  body.tenant-dracheneid .de-subcard {
    border-radius: 24px;
  }

  body.tenant-dracheneid .landing-proof,
  body.tenant-dracheneid .dashboard-panel,
  body.tenant-dracheneid .landing-step-card {
    border-radius: 22px;
  }
}

@media (max-width: 767.98px) {
  body.tenant-dracheneid .tenant-brand-logo {
    width: min(15.5rem, 68vw);
    max-height: 60px;
  }

  body.tenant-dracheneid .tenant-footer-logo {
    width: min(12rem, 62vw);
  }

  body.tenant-dracheneid.home-public .app-nav-links {
    justify-content: flex-end;
    gap: 0.55rem;
  }

  body.tenant-dracheneid.home-public .app-nav-links .nav-public-info,
  body.tenant-dracheneid.home-public .app-nav-links .nav-install {
    display: none !important;
  }

  body.tenant-dracheneid.home-public .app-nav-links .nav-public-auth,
  body.tenant-dracheneid.home-public .app-nav-links .nav-public-primary {
    flex: 1 1 calc(50% - 0.3rem);
    min-height: 44px;
    justify-content: center;
    padding-inline: 0.9rem;
  }

  body.tenant-dracheneid.home-public .landing-hero-links {
    gap: 0.85rem;
    margin-bottom: 1.1rem;
  }

  body.tenant-dracheneid.home-public .landing-hero-links a {
    font-size: 0.92rem;
  }

  body.tenant-dracheneid .de-shell,
  body.tenant-dracheneid .de-panel {
    padding: 1.25rem;
    border-radius: 22px;
  }

  body.tenant-dracheneid .de-display,
  body.tenant-dracheneid .de-display-dashboard {
    max-width: none;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  body.tenant-dracheneid .de-phone-screen {
    min-height: 29rem;
  }

  body.tenant-dracheneid .de-profile-visual {
    height: 220px;
    font-size: 4.1rem;
  }
}
