/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[14].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"app/layout.jsx","import":"Inter","arguments":[{"subsets":["latin"],"display":"swap","variable":"--font-inter"}],"variableName":"inter"} ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_f367f3 {font-family: 'Inter', 'Inter Fallback';font-style: normal
}.__variable_f367f3 {--font-inter: 'Inter', 'Inter Fallback'
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* ============================================================
   Utilix Design System — "Apple experience" für einen Discord-Bot
   Eine Schrift (Inter), dunkles Theme, Hairline-Borders, viel Ruhe.
   ============================================================ */
:root {
  --bg: #050506;
  --surface: #101014;
  --surface-2: #16161c;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #f5f5f7;
  --muted: #9a9aa3;
  --muted-2: #6e6e76;
  --accent: #5865f2;
  --accent-hover: #6b77ff;
  --gradient: linear-gradient(135deg, #8b9dff 0%, #5865f2 55%, #7b5cff 100%);
  --success: #30d158;
  --danger: #ff453a;
  --warn: #ffd60a;
  --radius: 14px;
  --radius-lg: 24px;
  --font: var(--font-inter), -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Segoe UI', sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

html, body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; text-decoration: none; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -0.022em; font-weight: 700; }
::selection { background: rgba(88, 101, 242, 0.4); }

.container { max-width: 1080px; margin: 0 auto; padding: 0 24px; }

/* ---------- Scroll-Reveal ---------- */
.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0);
  transition: opacity 0.7s var(--ease), transform 0.7s var(--ease);
  will-change: opacity, transform;
}
.reveal.visible { opacity: 1; transform: none; }

/* ---------- Seitenübergang beim Navigieren (template.jsx) ---------- */
@keyframes pageEnter {
  from { opacity: 0; transform: translate3d(0, 10px, 0); }
  to   { opacity: 1; transform: none; }
}
.page-enter { animation: pageEnter 0.42s var(--ease) both; }

/* ---------- Skeleton-Shimmer ---------- */
@keyframes shimmer {
  100% { background-position: -200% 0; }
}
.skeleton {
  display: block;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.05) 25%,
    rgba(255, 255, 255, 0.10) 37%,
    rgba(255, 255, 255, 0.05) 63%
  );
  background-size: 200% 100%;
  animation: shimmer 1.4s ease-in-out infinite;
}

/* Bewegung respektieren: wer sie reduziert, bekommt nur sanfte Fades */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- Buttons (Pill, Apple-Stil) ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 980px;
  border: 1px solid var(--border-strong); background: var(--surface-2);
  color: var(--text); font-size: 15px; font-weight: 500; font-family: var(--font);
  cursor: pointer; transition: all 0.25s var(--ease);
}
.btn:hover { background: #222229; transform: translateY(-1px); }
.btn-primary {
  background: var(--accent); border-color: transparent; font-weight: 600;
  box-shadow: 0 4px 20px rgba(88, 101, 242, 0.35);
}
.btn-primary:hover { background: var(--accent-hover); box-shadow: 0 6px 28px rgba(88, 101, 242, 0.5); }
.btn-danger { background: transparent; border-color: rgba(255, 69, 58, 0.5); color: var(--danger); }
.btn-danger:hover { background: rgba(255, 69, 58, 0.1); }
.btn:disabled { opacity: 0.4; cursor: not-allowed; transform: none; }
.btn-sm { padding: 7px 14px; font-size: 13px; }

.link-arrow { color: var(--accent-hover); font-weight: 500; font-size: 17px; }
.link-arrow:hover { text-decoration: underline; }

/* ---------- Formulare ---------- */
label.field { display: block; margin-bottom: 20px; }
label.field > span {
  display: block; font-size: 12px; font-weight: 600;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em;
  margin-bottom: 8px;
}
input[type="text"], input[type="number"], select, textarea {
  width: 100%; padding: 11px 14px;
  background: rgba(255, 255, 255, 0.04); color: var(--text);
  border: 1px solid var(--border); border-radius: 12px;
  font-size: 15px; font-family: var(--font);
  transition: border-color 0.2s, background 0.2s;
}
input:hover, select:hover, textarea:hover { border-color: var(--border-strong); }
input:focus, select:focus, textarea:focus {
  outline: none; border-color: var(--accent);
  background: rgba(255, 255, 255, 0.06);
}
select option { background: var(--surface); }
textarea { resize: vertical; min-height: 92px; }
.hint { font-size: 13px; color: var(--muted); margin-top: 7px; }
.hint code {
  background: rgba(255, 255, 255, 0.07); padding: 1px 6px;
  border-radius: 5px; font-size: 12px;
}

/* ---------- Toggle (iOS-Stil) ---------- */
.toggle {
  position: relative; width: 46px; height: 27px; flex-shrink: 0;
  border-radius: 999px; border: none; cursor: pointer;
  background: rgba(255, 255, 255, 0.16); transition: background 0.25s var(--ease);
}
.toggle::after {
  content: ''; position: absolute; top: 2.5px; left: 2.5px;
  width: 22px; height: 22px; border-radius: 50%;
  background: #fff; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  transition: transform 0.25s var(--ease);
}
.toggle.on { background: var(--success); }
.toggle.on::after { transform: translateX(19px); }

/* ---------- Karten ---------- */
.card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 26px; margin-bottom: 18px;
}
.card-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px; margin-bottom: 16px;
}
.card-head h2 { font-size: 19px; }
.card-head .desc { font-size: 13.5px; color: var(--muted); margin-top: 3px; }

/* ---------- Dashboard-Layout ---------- */
.dash { display: flex; min-height: 100vh; }
.sidebar {
  width: 256px; flex-shrink: 0; padding: 20px 12px;
  background: rgba(16, 16, 20, 0.8); -webkit-backdrop-filter: blur(20px) saturate(160%); backdrop-filter: blur(20px) saturate(160%);
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 3px;
  position: -webkit-sticky;
  position: sticky; top: 0; height: 100vh; overflow-y: auto;
}
.sidebar .brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 700; font-size: 17px; letter-spacing: -0.02em;
  padding: 4px 10px 14px;
}
.brand img { width: 26px; height: 26px; border-radius: 7px; }
.sidebar .guild-name {
  font-size: 12.5px; color: var(--muted); padding: 0 10px 14px;
  border-bottom: 1px solid var(--border); margin-bottom: 10px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600;
}
.nav-item {
  display: flex; align-items: center; gap: 10px;
  padding: 9px 12px; border-radius: 10px; font-size: 14.5px; font-weight: 450;
  color: var(--muted); transition: all 0.2s var(--ease);
}
.nav-item:hover { background: rgba(255, 255, 255, 0.05); color: var(--text); }
.nav-item.active { background: var(--accent); color: #fff; font-weight: 600; }
.nav-item.locked { opacity: 0.55; }
.nav-item .lock { margin-left: auto; font-size: 11px; }
.nav-item.coming-soon { cursor: default; }
.nav-item.coming-soon:hover { background: none; color: var(--muted); }
.nav-item.coming-soon .lock {
  font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em;
  background: rgba(255, 255, 255, 0.08); padding: 2px 7px; border-radius: 999px;
}
.nav-section {
  font-size: 11px; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.08em; color: var(--muted-2); padding: 16px 12px 5px;
}
.sidebar .spacer { flex: 1 1; }
.userbox {
  display: flex; align-items: center; gap: 10px;
  padding: 12px; border-top: 1px solid var(--border);
  font-size: 14px; font-weight: 500;
}
.userbox img { width: 30px; height: 30px; border-radius: 50%; }
.userbox button {
  margin-left: auto; background: none; border: none; font-family: var(--font);
  color: var(--muted); cursor: pointer; font-size: 13px;
}
.userbox button:hover { color: var(--danger); }

.main { flex: 1 1; padding: 40px 44px; max-width: 880px; }
.main h1 { font-size: 28px; margin-bottom: 6px; }
.main .sub { color: var(--muted); margin-bottom: 30px; font-size: 15px; }

/* ---------- Statistik-Kacheln ---------- */
.stat-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 14px;
  gap: 14px; margin-bottom: 24px;
}
.stat-tile {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 20px;
  transition: transform 0.25s var(--ease), border-color 0.25s;
}
.stat-tile:hover { transform: translateY(-2px); border-color: var(--border-strong); }
.stat-tile .value {
  font-size: 30px; font-weight: 700; letter-spacing: -0.03em;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
.stat-tile .label { font-size: 13px; color: var(--muted); margin-top: 3px; }

/* ---------- Server-Auswahl ---------- */
.guild-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 16px;
  gap: 16px;
}
.guild-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 24px 20px; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 13px;
  transition: all 0.3s var(--ease);
}
.guild-card:hover {
  border-color: var(--border-strong); transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.guild-icon {
  width: 68px; height: 68px; border-radius: 22px;
  background: var(--surface-2); display: flex; align-items: center;
  justify-content: center; font-size: 22px; font-weight: 700; overflow: hidden;
}
.guild-icon img { width: 100%; height: 100%; object-fit: cover; }
.guild-card .name {
  font-weight: 600; font-size: 15px; white-space: nowrap; overflow: hidden;
  text-overflow: ellipsis; max-width: 100%;
}

/* ---------- Tabellen ---------- */
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 11px 12px; border-bottom: 1px solid var(--border); }
th {
  color: var(--muted); font-size: 11.5px; text-transform: uppercase;
  letter-spacing: 0.06em; font-weight: 600;
}

/* ---------- Badges, Meldungen ---------- */
.badge {
  display: inline-block; padding: 3px 10px; border-radius: 999px;
  font-size: 12px; font-weight: 600;
}
.badge-on { background: rgba(48, 209, 88, 0.14); color: var(--success); }
.badge-off { background: rgba(255, 255, 255, 0.08); color: var(--muted); }

.flash {
  padding: 13px 16px; border-radius: var(--radius); margin-bottom: 18px;
  font-size: 14px; border: 1px solid;
}
.flash-ok { background: rgba(48, 209, 88, 0.08); border-color: rgba(48, 209, 88, 0.4); }
.flash-err { background: rgba(255, 69, 58, 0.08); border-color: rgba(255, 69, 58, 0.4); }

.loading { color: var(--muted); padding: 48px 0; text-align: center; }

/* ---------- Speichern-Leiste ---------- */
.savebar {
  position: -webkit-sticky;
  position: sticky; bottom: 18px; display: flex; align-items: center;
  gap: 14px; background: rgba(22, 22, 28, 0.85);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
          backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--border-strong);
  border-radius: 999px; padding: 10px 12px 10px 12px; margin-top: 10px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.5);
}
.savebar .msg { font-size: 14px; color: var(--muted); padding-right: 8px; }
.savebar .msg.ok { color: var(--success); }
.savebar .msg.err { color: var(--danger); }

/* ---------- Reward-Zeilen ---------- */
.reward-row { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
.reward-row input[type="number"] { width: 110px; }
.reward-row select { flex: 1 1; }

/* ============================================================
   Landing Page
   ============================================================ */
.topbar {
  position: -webkit-sticky;
  position: sticky; top: 0; z-index: 50;
  background: rgba(5, 5, 6, 0.7);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
          backdrop-filter: blur(22px) saturate(180%);
  border-bottom: 1px solid var(--border);
}
.topbar-inner {
  max-width: 1080px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; gap: 30px; height: 56px;
}
.topbar .brand {
  display: flex; align-items: center; gap: 9px;
  font-size: 17px; font-weight: 700; letter-spacing: -0.02em; margin-right: auto;
}
.topbar a:not(.btn):not(.brand) {
  color: var(--muted); font-weight: 450; font-size: 14px;
  transition: color 0.2s;
}
.topbar a:not(.btn):not(.brand):hover { color: var(--text); }

.hero { text-align: center; padding: 120px 0 80px; position: relative; }
.hero::before {
  content: ''; position: absolute; inset: -100px 0 auto;
  height: 500px; pointer-events: none;
  background: radial-gradient(600px 300px at 50% 10%, rgba(88, 101, 242, 0.18), transparent 70%);
}
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--accent-hover); margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(44px, 7.5vw, 84px); font-weight: 800;
  letter-spacing: -0.035em; line-height: 1.03;
  margin: 0 auto 24px; max-width: 800px;
}
.hero h1 em {
  font-style: normal;
  background: var(--gradient);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero p {
  color: var(--muted); font-size: clamp(17px, 2.2vw, 21px);
  max-width: 560px; margin: 0 auto 36px; line-height: 1.5; font-weight: 400;
}
.hero .cta { display: flex; gap: 20px; justify-content: center; align-items: center; }

/* App-Fenster-Mockup */
.mock {
  max-width: 860px; margin: 70px auto 0;
  background: var(--surface); border: 1px solid var(--border-strong);
  border-radius: 20px; overflow: hidden; text-align: left;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 80px rgba(88, 101, 242, 0.12);
}
.mock-bar {
  display: flex; gap: 7px; padding: 13px 16px;
  border-bottom: 1px solid var(--border); background: var(--surface-2);
}
.mock-bar span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,.14); }
.mock-body { display: flex; min-height: 320px; }
.mock-side {
  width: 190px; border-right: 1px solid var(--border); padding: 16px 10px;
  display: flex; flex-direction: column; gap: 5px; flex-shrink: 0;
}
.mock-nav {
  padding: 8px 12px; border-radius: 9px; font-size: 13px; color: var(--muted);
}
.mock-nav.on { background: var(--accent); color: #fff; font-weight: 600; }
.mock-main { flex: 1 1; padding: 24px; }
.mock-title { font-size: 16px; font-weight: 700; margin-bottom: 16px; }
.mock-row {
  display: flex; align-items: center; justify-content: space-between;
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 13px; padding: 14px 16px; margin-bottom: 10px;
}
.mock-row .t { font-size: 13.5px; font-weight: 500; }
.mock-row .d { font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Bento-Features */
.section { padding: 70px 0; }
.section-title {
  font-size: clamp(30px, 4.5vw, 48px); font-weight: 800;
  letter-spacing: -0.03em; text-align: center; margin-bottom: 14px;
}
.section-sub {
  text-align: center; color: var(--muted); font-size: 18px;
  max-width: 520px; margin: 0 auto 54px;
}
.bento {
  display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: 16px; gap: 16px;
}
.bento-card {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 28px;
  grid-column: span 2; min-height: 210px;
  display: flex; flex-direction: column;
  transition: all 0.35s var(--ease); position: relative; overflow: hidden;
}
.bento-card:hover {
  transform: translateY(-4px); border-color: var(--border-strong);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}
.bento-card.wide { grid-column: span 3; }
.bento-card h3 { font-size: 19px; margin-bottom: 8px; letter-spacing: -0.02em; }
.bento-card p { color: var(--muted); font-size: 14.5px; line-height: 1.55; }
.bento-icon {
  width: 44px; height: 44px; border-radius: 13px; margin-bottom: 18px;
  display: flex; align-items: center; justify-content: center; font-size: 21px;
  background: rgba(88, 101, 242, 0.14); border: 1px solid rgba(88, 101, 242, 0.25);
}
.bento-demo { margin-top: auto; padding-top: 18px; }
.demo-progress {
  height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.08);
  overflow: hidden; margin-top: 8px;
}
.demo-progress i {
  display: block; height: 100%; width: 68%; border-radius: 999px;
  background: var(--gradient);
}
.demo-pills { display: flex; gap: 8px; }
.demo-pill {
  padding: 5px 13px; border-radius: 999px; font-size: 12.5px; font-weight: 600;
  border: 1px solid var(--border-strong); color: var(--muted);
}
.demo-pill.on { background: var(--accent); border-color: transparent; color: #fff; }
.demo-msg {
  background: var(--surface-2); border: 1px solid var(--border);
  border-radius: 12px; padding: 11px 14px; font-size: 13px; color: var(--text);
}
.demo-msg b { color: var(--accent-hover); }

/* Statement + CTA */
.statement {
  text-align: center; font-size: clamp(28px, 4.5vw, 52px);
  font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
  max-width: 760px; margin: 0 auto; padding: 60px 0;
}
.statement .dim { color: var(--muted-2); }

.cta-panel {
  text-align: center; padding: 80px 40px; margin: 40px 0 90px;
  border-radius: 32px; position: relative; overflow: hidden;
  background: linear-gradient(160deg, rgba(88, 101, 242, 0.22), rgba(123, 92, 255, 0.1) 60%, transparent);
  border: 1px solid rgba(88, 101, 242, 0.3);
}
.cta-panel h2 { font-size: clamp(28px, 4vw, 44px); letter-spacing: -0.03em; margin-bottom: 14px; }
.cta-panel p { color: var(--muted); font-size: 17px; margin-bottom: 32px; }

.footer {
  border-top: 1px solid var(--border); padding: 30px 0;
  color: var(--muted-2); font-size: 13.5px; text-align: center;
}

/* ---------- Sprachumschalter ---------- */
.lang-switch {
  display: inline-flex; border: 1px solid var(--border); border-radius: 999px;
  overflow: hidden; background: var(--surface);
}
.lang-switch button {
  background: none; border: none; color: var(--muted); cursor: pointer;
  font-family: var(--font); font-size: 12.5px; font-weight: 600;
  padding: 5px 11px; transition: background 0.2s, color 0.2s;
}
.lang-switch button.on { background: var(--accent); color: #fff; }
.lang-switch button:not(.on):hover { color: var(--text); }

/* ---------- Support-Sektion mit Discord-Widget ---------- */
.support-grid {
  display: grid; grid-template-columns: 1fr auto; grid-gap: 40px; gap: 40px; align-items: center;
}
.support-grid iframe { justify-self: end; }
@media (max-width: 760px) {
  .support-grid { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .support-grid .section-title { text-align: center !important; }
  .support-grid iframe { justify-self: center; }
}

/* ---------- Feature-Accordion (animierte Dropdowns) ---------- */
.accordion {
  max-width: 780px; margin: 0 auto;
  display: flex; flex-direction: column; gap: 12px;
}
.acc-item {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden;
  transition: border-color 0.3s var(--ease), background 0.3s var(--ease);
}
.acc-item.open {
  border-color: rgba(88, 101, 242, 0.5);
  background: linear-gradient(180deg, rgba(88, 101, 242, 0.06), transparent 60%);
}
.acc-head {
  width: 100%; display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; background: none; border: none; cursor: pointer;
  font-family: var(--font); color: var(--text); text-align: left;
}
.acc-icon {
  font-size: 22px; width: 30px; flex-shrink: 0;
  transition: transform 0.3s var(--ease);
}
.acc-item.open .acc-icon { transform: scale(1.15); }
.acc-title { flex: 1 1; font-size: 16.5px; font-weight: 600; letter-spacing: -0.01em; }
.acc-tag {
  font-size: 11.5px; font-weight: 600; padding: 3px 10px; border-radius: 999px;
  white-space: nowrap;
}
.acc-tag-free { background: rgba(48, 209, 88, 0.14); color: var(--success); }
.acc-tag-plus {
  background: rgba(88, 101, 242, 0.16); color: var(--accent-hover);
}
.acc-tag-premium { background: rgba(255, 214, 10, 0.14); color: var(--warn); }
.acc-chevron {
  font-size: 20px; color: var(--muted); flex-shrink: 0;
  transition: transform 0.35s var(--ease); line-height: 1;
}
.acc-item.open .acc-chevron { transform: rotate(180deg); color: var(--accent-hover); }

/* Höhen-Animation via grid-template-rows (smooth, ohne feste max-height) */
.acc-body {
  display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows 0.38s var(--ease);
}
.acc-body[data-open='true'] { grid-template-rows: 1fr; }
.acc-body-inner { overflow: hidden; }
.acc-body-inner p {
  padding: 0 22px 20px 66px; margin: 0;
  color: var(--muted); font-size: 15px; line-height: 1.6;
}

@media (max-width: 560px) {
  .acc-tag { display: none; }
  .acc-body-inner p { padding-left: 22px; }
}

/* ---------- Pricing ---------- */
.plans {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  grid-gap: 20px;
  gap: 20px; max-width: 740px; margin: 0 auto; padding: 30px 0 90px;
}
.plan {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 32px;
  transition: transform 0.3s var(--ease);
}
.plan:hover { transform: translateY(-4px); }
.plan.highlight {
  border-color: rgba(88, 101, 242, 0.6);
  box-shadow: 0 0 60px rgba(88, 101, 242, 0.15);
}
.plan h3 { font-size: 20px; letter-spacing: -0.02em; }
.plan .price { font-size: 40px; font-weight: 800; letter-spacing: -0.03em; margin: 14px 0 4px; }
.plan .price span { font-size: 14px; font-weight: 450; color: var(--muted); letter-spacing: 0; }
.plan ul { list-style: none; margin: 22px 0 28px; display: grid; grid-gap: 10px; gap: 10px; }
.plan li { font-size: 14.5px; color: var(--muted); }
.plan li b { color: var(--text); font-weight: 500; }

@media (max-width: 900px) {
  .bento { grid-template-columns: 1fr 1fr; }
  .bento-card, .bento-card.wide { grid-column: span 1; }
  .mock-side { display: none; }
}
@media (max-width: 760px) {
  .dash { flex-direction: column; }
  .sidebar { width: 100%; height: auto; position: static; }
  .main { padding: 24px 18px; }
  .hero { padding: 70px 0 50px; }
  .hero .cta { flex-direction: column; }
  .bento { grid-template-columns: 1fr; }
}

