/* =========================================
   style.new-landing.css — CI 2026 rev.3
   Basiert auf echtem landing.html Template
   Scope: .theme-new
   ========================================= */

/* ════════════════════════════════════════
   HERO (.lp-hero, .lp-hero-inner, .lp-badge)
   ════════════════════════════════════════ */

/* Das Hero hat bereits eigene Styles als <style>-Block im Template.
   Hier nur CI-2026-Overrides die additiv wirken. */

/* Bright-Mode: Hero hell statt dunkel-blauer Gradient.
   Im Template ist .lp-hero hardcoded mit linear-gradient(135deg,#0B1829...) -
   wir ueberstimmen mit hoeherer Spezifitaet (.theme-new .lp-hero). */
.theme-new .lp-hero {
  background: linear-gradient(135deg, var(--skw-surface-2) 0%, var(--skw-surface) 50%, var(--skw-surface-2) 100%) !important;
  color: var(--skw-ink) !important;
  animation: none !important;
}
.theme-new .lp-hero::before {
  background: radial-gradient(ellipse at 30% 50%, rgba(99,102,241,0.10) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(6,182,212,0.08) 0%, transparent 50%) !important;
}
.theme-new .lp-hero .lp-headline,
.theme-new .lp-hero .lp-sub {
  color: var(--skw-ink) !important;
}
.theme-new .lp-hero .lp-sub {
  color: var(--skw-text-muted) !important;
}

/* Dark-Mode: dunkler Hero hardcodiert (Vars werden in Dark zu hell) */
[data-bs-theme="dark"] .theme-new .lp-hero {
  background: linear-gradient(135deg, #0B1829 0%, #1a2e52 50%, #0B1829 100%) !important;
  color: #fff !important;
}
[data-bs-theme="dark"] .theme-new .lp-hero .lp-headline {
  color: #fff !important;
}
[data-bs-theme="dark"] .theme-new .lp-hero .lp-sub {
  color: rgba(255,255,255,0.75) !important;
}

.theme-new .lp-hero .lp-badge {
  display: inline-block;
  font-family: var(--skw-font);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(99,102,241,0.2);
  color: #c4b5fd;
  border: 1px solid rgba(99,102,241,0.35);
  border-radius: 999px;
  padding: 4px 12px;
  margin-bottom: 16px;
}

.theme-new .lp-headline {
  font-family: var(--skw-font);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.theme-new .lp-sub {
  font-family: var(--skw-font);
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.6;
  text-wrap: pretty;
}

.theme-new .lp-hero-inner {
  max-width: 700px;
  margin: 0 auto;
}

/* CTAs */
.theme-new .lp-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.theme-new .lp-btn-primary {
  font-family: var(--skw-font);
  font-weight: 700;
  font-size: var(--skw-fs-body);
  background: var(--skw-accent);
  color: #fff;
  border: 1.5px solid var(--skw-accent);
  border-radius: var(--skw-radius);
  padding: 12px 24px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--skw-dur) var(--skw-ease);
  box-shadow: 0 4px 16px rgba(99,102,241,0.35);
  letter-spacing: -0.005em;
}
.theme-new .lp-btn-primary:hover {
  background: var(--skw-accent-h);
  border-color: var(--skw-accent-h);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(99,102,241,0.45);
  color: #fff;
  text-decoration: none;
}

.theme-new .lp-btn-secondary {
  font-family: var(--skw-font);
  font-weight: 600;
  font-size: var(--skw-fs-body);
  background: rgba(15,15,35,0.06);
  color: var(--skw-ink);
  border: 1.5px solid var(--skw-border-strong);
  border-radius: var(--skw-radius);
  padding: 12px 20px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all var(--skw-dur-fast);
}
.theme-new .lp-btn-secondary:hover {
  background: rgba(15,15,35,0.10);
  color: var(--skw-ink);
  text-decoration: none;
  border-color: var(--skw-ink);
}

/* Dark-Mode: weisse Outline-Buttons (Hero ist im Dark-Mode dunkel) */
[data-bs-theme="dark"] .theme-new .lp-btn-secondary {
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.85);
  border-color: rgba(255,255,255,0.2);
}
[data-bs-theme="dark"] .theme-new .lp-btn-secondary:hover {
  background: rgba(255,255,255,0.18);
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}


/* ════════════════════════════════════════
   STATS (unverändert — matcht ✓)
   ════════════════════════════════════════ */

.theme-new .lp-stats {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  border-top: 1px solid var(--skw-border);
  border-bottom: 1px solid var(--skw-border);
  margin: 48px 0;
}

.theme-new .lp-stat {
  flex: 1;
  min-width: 120px;
  padding: 0 24px;
  text-align: center;
}

.theme-new .lp-stat-divider {
  width: 1px;
  background: var(--skw-border);
  flex-shrink: 0;
  align-self: stretch;
}

.theme-new .lp-stat-num {
  display: block;
  font-family: var(--skw-font);
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--skw-ink);
  font-variant-numeric: tabular-nums;
  line-height: 1.1;
  margin-bottom: 4px;
}

.theme-new .lp-stat:first-of-type .lp-stat-num { color: var(--skw-accent); }

.theme-new .lp-stat-label {
  font-family: var(--skw-font);
  font-size: var(--skw-fs-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--skw-text-muted);
}

@media (max-width: 576px) {
  .theme-new .lp-stat { min-width: 100px; padding: 0 14px; }
  .theme-new .lp-stat-divider { display: none; }
  .theme-new .lp-stat-num { font-size: 1.375rem; }
}


/* ════════════════════════════════════════
   PORTFOLIO-TEASER (echte Klassen ✓)
   ════════════════════════════════════════ */

.theme-new .lp-portfolio-teaser {
  background: #0F0F23;  /* hardcoded dunkel - var(--skw-ink) wird im Dark zu hell */
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 28px 32px;
}

.theme-new .lp-portfolio-teaser::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(99,102,241,0.22) 0%, transparent 65%);
  pointer-events: none;
}

.theme-new .lp-portfolio-inner {
  position: relative;
  z-index: 1;
}

.theme-new .lp-portfolio-title {
  font-family: var(--skw-font);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}

.theme-new .lp-portfolio-desc {
  color: rgba(255,255,255,0.65);
  line-height: 1.55;
  text-wrap: pretty;
}

.theme-new .lp-portfolio-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: stretch;
}

.theme-new .lp-pstat {
  flex: 1;
  min-width: 80px;
}

.theme-new .lp-pstat-div {
  width: 1px;
  background: rgba(255,255,255,0.12);
  margin: 0 20px;
  align-self: stretch;
  flex-shrink: 0;
}

.theme-new .lp-pstat-num {
  font-family: var(--skw-font);
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 3px;
  display: block;
}

.theme-new .lp-pstat-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}


/* ════════════════════════════════════════
   RELEASE-CARD (.lp-release-card)
   ════════════════════════════════════════ */

.theme-new .lp-release-card {
  background: var(--skw-surface);
  border: 1px solid var(--skw-border);
  border-radius: var(--skw-radius-lg);
  padding: 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  transition: box-shadow var(--skw-dur-fast);
  /* border-left per inline style aus Template */
}
.theme-new .lp-release-card:hover { box-shadow: var(--skw-shadow-sm); }

.theme-new .lp-release-left { flex: 1; min-width: 0; }
.theme-new .lp-release-right { flex-shrink: 0; text-align: right; }

.theme-new .lp-release-label {
  font-size: var(--skw-fs-label);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--skw-text-muted);
  margin-bottom: 4px;
}

.theme-new .lp-release-name {
  font-family: var(--skw-font);
  font-size: var(--skw-fs-body);
  font-weight: 700;
  color: var(--skw-ink);
  letter-spacing: -0.01em;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* EN-Name (Untertitel) */
.theme-new .lp-release-en {
  font-size: var(--skw-fs-label);
  color: var(--skw-text-muted);
  font-style: italic;
}

.theme-new .lp-release-link {
  font-size: var(--skw-fs-small);
  font-weight: 700;
  color: var(--skw-accent);
  text-decoration: none;
  display: block;
  margin-top: 4px;
}
.theme-new .lp-release-link:hover { text-decoration: underline; text-underline-offset: 2px; }

/* Countdown */
.theme-new .lp-countdown-num {
  font-family: var(--skw-font);
  font-size: 2.25rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1;
  /* Farbe via inline style="{{ naechste.farbe }}" */
}

.theme-new .lp-countdown-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--skw-text-muted);
  display: block;
  margin-top: 3px;
}

/* ── Dark ── */
[data-bs-theme="dark"] .theme-new .lp-release-card { background: var(--skw-surface); border-color: var(--skw-border); }
[data-bs-theme="dark"] .theme-new .lp-release-name { color: var(--skw-ink); }


/* ════════════════════════════════════════
   FEATURES (.lp-features, .lp-feature-card)
   ════════════════════════════════════════ */

.theme-new .lp-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.theme-new .lp-feature-card {
  background: var(--skw-surface);
  border: 1px solid var(--skw-border);
  border-radius: var(--skw-radius-lg);
  padding: 22px;
  height: 100%;
  transition: box-shadow var(--skw-dur), transform var(--skw-dur);
  color: inherit;
}
.theme-new .lp-feature-card:hover {
  box-shadow: var(--skw-shadow-md);
  transform: translateY(-2px);
}

.theme-new .lp-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--skw-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.theme-new .lp-feature-title {
  font-family: var(--skw-font);
  font-size: var(--skw-fs-h3);
  font-weight: 700;
  color: var(--skw-ink);
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.theme-new .lp-feature-desc {
  font-size: var(--skw-fs-small);
  color: var(--skw-text-muted);
  line-height: 1.6;
  margin-bottom: 14px;
  text-wrap: pretty;
}

.theme-new .lp-feature-cta {
  font-size: var(--skw-fs-small);
  font-weight: 700;
  color: var(--skw-accent);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--skw-dur-fast);
}
.theme-new .lp-feature-card:hover .lp-feature-cta { gap: 8px; }

/* ── Dark ── */
[data-bs-theme="dark"] .theme-new .lp-feature-card { background: var(--skw-surface); border-color: var(--skw-border); }
[data-bs-theme="dark"] .theme-new .lp-feature-title { color: var(--skw-ink); }


/* ════════════════════════════════════════
   SECTION WRAPPER (.lp-section)
   .lp-section-header, .lp-section-title, .lp-section-link
   ════════════════════════════════════════ */

.theme-new .lp-section {
  padding: 40px 0;
  border-top: 1px solid var(--skw-border);
}

.theme-new .lp-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.theme-new .lp-section-title {
  font-family: var(--skw-font);
  font-size: var(--skw-fs-h1);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--skw-ink);
  margin: 0;
}

.theme-new .lp-section-link {
  font-size: var(--skw-fs-small);
  font-weight: 700;
  color: var(--skw-accent);
  text-decoration: none;
  white-space: nowrap;
}
.theme-new .lp-section-link:hover { text-decoration: underline; text-underline-offset: 2px; }


/* ════════════════════════════════════════
   NEWS-GRID (.lp-news-grid, .lp-news-card)
   Echte Klassen aus landing.html ✓
   ════════════════════════════════════════ */

.theme-new .lp-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.theme-new .lp-news-card {
  background: var(--skw-surface);
  border: 1px solid var(--skw-border);
  border-radius: var(--skw-radius-lg);
  overflow: hidden;
  box-shadow: var(--skw-shadow-sm);
  transition: box-shadow var(--skw-dur) var(--skw-ease), transform var(--skw-dur) var(--skw-ease);
  display: flex;
  flex-direction: column;
}
.theme-new .lp-news-card:hover {
  box-shadow: var(--skw-shadow-md);
  transform: translateY(-2px);
}

.theme-new .lp-news-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.theme-new .lp-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--skw-dur-slow) var(--skw-ease);
}
.theme-new .lp-news-card:hover .lp-news-img { transform: scale(1.03); }

.theme-new .lp-news-img-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, rgba(99,102,241,0.08) 0%, rgba(6,182,212,0.08) 100%);
  flex-shrink: 0;
}

.theme-new .lp-news-body {
  padding: 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.theme-new .lp-news-date {
  font-size: var(--skw-fs-label);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--skw-accent);
}

.theme-new .lp-news-title {
  font-family: var(--skw-font);
  font-size: var(--skw-fs-h3);
  font-weight: 700;
  color: var(--skw-ink);
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-wrap: balance;
}

.theme-new .lp-news-summary {
  font-size: var(--skw-fs-small);
  color: var(--skw-text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* ── Dark ── */
[data-bs-theme="dark"] .theme-new .lp-stats { border-color: var(--skw-border); }
[data-bs-theme="dark"] .theme-new .lp-stat-num { color: var(--skw-ink); }
[data-bs-theme="dark"] .theme-new .lp-section { border-color: var(--skw-border); }
[data-bs-theme="dark"] .theme-new .lp-section-title { color: var(--skw-ink); }
[data-bs-theme="dark"] .theme-new .lp-news-card { background: var(--skw-surface); border-color: var(--skw-border); }
[data-bs-theme="dark"] .theme-new .lp-news-title { color: var(--skw-ink); }
[data-bs-theme="dark"] .theme-new .lp-release-card { background: var(--skw-surface); border-color: var(--skw-border); }

/* ── App-Promo-Block (Landing) ────────────────────────── */
.theme-new .lp-app-promo {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 28px;
  align-items: center;
  padding: 28px 32px;
  background: linear-gradient(135deg, #1f1f3d 0%, #14143a 60%, #0f0f23 100%);
  border: 1px solid rgba(124, 140, 255, 0.32);
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  overflow: hidden;
}
.theme-new .lp-app-promo::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60%;
  height: 80%;
  background: radial-gradient(circle, rgba(99,102,241,0.35) 0%, transparent 60%);
  pointer-events: none;
  filter: blur(20px);
}
.theme-new .lp-app-promo:hover {
  transform: translateY(-2px);
  border-color: rgba(124, 140, 255, 0.6);
  box-shadow: 0 12px 32px rgba(99, 102, 241, 0.18);
  text-decoration: none;
  color: #fff;
}
.theme-new .lp-app-promo-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.theme-new .lp-app-promo-visual svg {
  width: 100%;
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 8px 22px rgba(99, 102, 241, 0.35));
}
.theme-new .lp-app-promo-content {
  position: relative;
  z-index: 1;
}
.theme-new .lp-app-promo-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  font-family: var(--skw-font);
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  opacity: 0.92;
}
.theme-new .lp-app-promo-brand svg {
  flex-shrink: 0;
}
.theme-new .lp-app-promo-brand-accent {
  color: #A5B4FC;
}
/* Light-Mode: dunkle Brand-Farben (weiss waere auf hellem Indigo-Hintergrund unlesbar) */
html[data-bs-theme="light"] .theme-new .lp-app-promo-brand,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-brand {
  color: #0F0F23;
  opacity: 1;
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-brand-accent,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-brand-accent {
  color: #4F46E5;
}
.theme-new .lp-app-promo-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #a5b4fc;
  margin-bottom: 8px;
}
.theme-new .lp-app-promo-title {
  font-family: var(--skw-font);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 6px;
  color: #fff;
}
.theme-new .lp-app-promo-subtitle {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0 0 18px;
  line-height: 1.45;
}
.theme-new .lp-app-promo-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.theme-new .lp-app-promo-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.85);
}
.theme-new .lp-app-promo-features li svg {
  flex-shrink: 0;
  color: #a5b4fc;
  margin-top: 2px;
}
.theme-new .lp-app-promo-features li strong {
  color: #fff;
  font-weight: 700;
}
.theme-new .lp-app-promo-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #6366F1;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: -0.005em;
  transition: background 0.15s ease;
}
.theme-new .lp-app-promo:hover .lp-app-promo-cta {
  background: #818cf8;
}

/* Bright-Mode: helle Card-Variante */
html[data-bs-theme="light"] .theme-new .lp-app-promo,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo {
  background: linear-gradient(135deg, #eef0ff 0%, #e0e4ff 60%, #d6daff 100%);
  border-color: rgba(99, 102, 241, 0.25);
  color: #1e1b4b;
}
html[data-bs-theme="light"] .theme-new .lp-app-promo:hover,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo:hover {
  color: #1e1b4b;
  border-color: rgba(99, 102, 241, 0.5);
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-title,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-title {
  color: #1e1b4b;
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-subtitle,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-subtitle {
  color: rgba(30, 27, 75, 0.72);
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-features li,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-features li {
  color: rgba(30, 27, 75, 0.85);
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-features li strong,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-features li strong {
  color: #1e1b4b;
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-features li svg,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-features li svg {
  color: #6366F1;
}
html[data-bs-theme="light"] .theme-new .lp-app-promo-label,
html:not([data-bs-theme="dark"]) .theme-new .lp-app-promo-label {
  color: #6366F1;
}

/* Mobile: Visual oben, Content drunter */
@media (max-width: 700px) {
  .theme-new .lp-app-promo {
    grid-template-columns: 1fr;
    padding: 22px 20px;
    gap: 18px;
  }
  .theme-new .lp-app-promo-visual {
    max-width: 140px;
    margin: 0 auto;
  }
  .theme-new .lp-app-promo-title {
    font-size: 1.4rem;
  }
}

/* QR-Code-Container im App-Promo */
.theme-new .lp-app-promo-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}
.theme-new .lp-app-promo-qr img {
  display: block;
  width: 180px;
  height: 180px;
  /* QR muss schwarz auf weiss bleiben — kein Theme-Filter */
}
.theme-new .lp-app-promo-qr-caption {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6366F1;
}
/* Auf Mobile: QR ausblenden (User hat ja schon das Geraet) */
@media (max-width: 700px) {
  .theme-new .lp-app-promo-visual { display: none; }
}
