.rt-wrap { max-width:480px; margin:0 auto; padding:20px 16px 40px; text-align:center; display:flex; flex-direction:column; }

body::before {
  opacity: 0.018 !important;
  background-size: min(34vw, 360px) auto !important;
  background-position: right 8vw 72% !important;
}

@media (max-width: 760px) {
  body::before {
    opacity: 0.014 !important;
    background-size: 54vw auto !important;
    background-position: 116% 70% !important;
  }
}

.rt-header { padding:80px 0 20px; }
.rt-header { order:1; }
.rt-cat { font-family:var(--font-caps); font-size:11px; letter-spacing:2.5px; color:var(--gold); margin-bottom:8px; }
.rt-header h1 { font-family:var(--font-display); font-size:28px; font-weight:700; color:var(--creme); line-height:1.25; margin-bottom:6px; }
.rt-sub { font-size:14px; color:var(--creme-dim); line-height:1.5; margin-bottom:24px; }

.rt-kreis-wrap { position:relative; width:240px; height:240px; margin:0 auto 28px; order:2; }
.rt-svg { position:relative; z-index:2; width:100%; height:100%; transform:rotate(-90deg); }
.rt-bg { fill:none; stroke:rgba(216,178,92,0.58); stroke-width:4; }
.rt-gold-sparkle { fill:none; stroke:rgba(255,238,176,0.72); stroke-width:1.6; stroke-linecap:round; stroke-dasharray:0.6 17; animation:rtSparkle 3.4s linear infinite, rtSparkleBreath 2.6s ease-in-out infinite; filter:drop-shadow(0 0 4px rgba(242,209,136,0.55)); }
.rt-gold-sparkle--fine { stroke:rgba(255,250,220,0.52); stroke-width:1; stroke-dasharray:0.4 31; animation-duration:4.7s, 3.1s; animation-direction:reverse, alternate; }
.rt-gold-sparkle--soft { stroke:rgba(255,218,126,0.38); stroke-width:2.2; stroke-dasharray:1.1 43; animation-duration:5.6s, 3.8s; }
.rt-ring-spark { fill:#fff5bf; opacity:0; filter:drop-shadow(0 0 5px rgba(255,222,135,0.75)); transform-origin:120px 120px; animation:rtSparkOut 2.2s ease-out infinite; }
.rt-ring-spark--2 { animation-delay:.25s; animation-duration:2.8s; opacity:0; }
.rt-ring-spark--3 { animation-delay:.55s; animation-duration:2.4s; }
.rt-ring-spark--4 { animation-delay:.9s; animation-duration:3.1s; }
.rt-ring-spark--5 { animation-delay:1.25s; animation-duration:2.6s; }
.rt-ring-spark--6 { animation-delay:1.55s; animation-duration:3.3s; }
.rt-floating-sparks { position:absolute; inset:-42px; pointer-events:none; z-index:3; overflow:visible; }
.rt-wing-spark { position:absolute; left:var(--left); top:var(--top); width:18px; height:21px; opacity:0; transform:translate(-50%, 0) scale(calc(var(--scale) * 1.25)); animation:rtWingRise var(--dur) ease-out infinite; animation-delay:var(--delay); filter:drop-shadow(0 0 9px rgba(255,224,145,0.82)); }
.rt-wing-spark::before,
.rt-wing-spark::after { content:""; position:absolute; top:1px; width:11px; height:16px; border-radius:14px 14px 14px 3px; background:linear-gradient(135deg, rgba(255,251,218,0.98), rgba(239,192,82,0.82)); box-shadow:0 0 12px rgba(255,220,126,0.88); transform-origin:100% 80%; animation:rtWingFlap .72s ease-in-out infinite alternate; }
.rt-wing-spark::before { left:0; transform:rotate(-38deg); }
.rt-wing-spark::before { animation-name:rtWingFlapLeft; }
.rt-wing-spark::after { right:0; transform-origin:0 80%; transform:rotate(38deg) scaleX(-1); animation-name:rtWingFlapRight; animation-delay:.14s; }
.rt-wing-spark--dot { width:7px; height:7px; border-radius:50%; background:#fff2a8; box-shadow:0 0 12px rgba(255,223,126,0.95), 0 0 24px rgba(255,223,126,0.46); }
.rt-wing-spark--dot::before,
.rt-wing-spark--dot::after { content:none; }
.rt-progress { fill:none; stroke:url(#rtGrad); stroke-width:3; stroke-linecap:round; stroke-dasharray:691; stroke-dashoffset:691; transition:stroke-dashoffset 0.5s ease; opacity:.72; }
.rt-vine-progress { fill:none; stroke:#6f8b54; stroke-width:6; stroke-linecap:round; stroke-dasharray:691; stroke-dashoffset:691; opacity:.9; filter:drop-shadow(0 0 7px rgba(138,156,91,0.45)); transition:stroke-dashoffset 0.5s ease; }
.rt-vine-progress-glow { fill:none; stroke:rgba(226,205,122,0.62); stroke-width:2; stroke-linecap:round; stroke-dasharray:7 15; stroke-dashoffset:691; opacity:.85; transition:stroke-dashoffset 0.5s ease; }
.rt-vine-leaf { fill:#84a665; opacity:0; transform-box:fill-box; transform-origin:center; transition:opacity .35s ease, transform .35s ease; filter:drop-shadow(0 0 4px rgba(103,137,75,0.42)); }
.rt-vine-flower { opacity:0; transform-box:fill-box; transform-origin:center; transition:opacity .35s ease, transform .35s ease; filter:drop-shadow(0 0 7px rgba(255,219,134,0.72)); }
.rt-vine-petal { fill:#ffe7ad; stroke:#b78448; stroke-width:0.45; }
.rt-vine-core { fill:#d2a958; stroke:#9a7040; stroke-width:0.35; }
.rt-vine-leaf.sichtbar { opacity:.92; transform:scale(1.05); }
.rt-vine-flower.sichtbar { opacity:1; transform:scale(1.18); animation:rtFlowerPulse 2.8s ease-in-out infinite; }
.rt-progress-dot { fill:#ffe6a4; stroke:rgba(255,253,248,0.95); stroke-width:2; filter:drop-shadow(0 0 10px rgba(242,209,136,0.95)); transition:cx 0.5s ease, cy 0.5s ease; animation:rtDotGlow 1.8s ease-in-out infinite; }
@keyframes rtSparkle { to { stroke-dashoffset:-76; } }
@keyframes rtSparkleBreath { 0%,100% { opacity:0.38; } 45% { opacity:0.76; } 70% { opacity:0.48; } }
@keyframes rtSparkOut { 0% { opacity:0; transform:scale(1); } 18% { opacity:.72; } 100% { opacity:0; transform:scale(1.16); } }
@keyframes rtWingRise { 0% { opacity:0; transform:translate(-50%, 18px) scale(var(--scale)) rotate(-8deg); } 10% { opacity:.92; } 45% { transform:translate(calc(-50% + var(--drift)), -52px) scale(var(--scale)) rotate(9deg); } 78% { opacity:.72; } 100% { opacity:0; transform:translate(calc(-50% - var(--drift)), -142px) scale(var(--scale)) rotate(-16deg); } }
@keyframes rtWingFlapLeft { from { opacity:.78; transform:rotate(-46deg) scaleY(.86); } to { opacity:1; transform:rotate(-23deg) scaleY(1.08); } }
@keyframes rtWingFlapRight { from { opacity:.78; transform:rotate(46deg) scaleY(.86); } to { opacity:1; transform:rotate(23deg) scaleY(1.08); } }
@keyframes rtDotGlow { 0%,100% { opacity:0.9; } 50% { opacity:1; } }
@keyframes rtFlowerPulse { 0%,100% { filter:drop-shadow(0 0 5px rgba(255,219,134,0.62)); } 50% { filter:drop-shadow(0 0 11px rgba(255,230,155,0.95)); } }
.rt-mitte { position:absolute; z-index:4; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.rt-zeit { font-family:var(--font-display); font-size:52px; font-weight:700; color:var(--creme); line-height:1; }
.rt-label { font-family:var(--font-caps); font-size:10px; letter-spacing:2px; color:var(--creme-dim); margin-top:6px; }

.rt-slider-wrap { margin:0 auto 24px; max-width:320px; }
.rt-slider-label { display:flex; justify-content:space-between; font-size:13px; color:var(--creme-dim); margin-bottom:8px; }
.rt-slider {
  -webkit-appearance:none; appearance:none; width:100%; height:6px;
  border-radius:3px; background:rgba(200,164,92,0.12); outline:none;
}
.rt-slider::-webkit-slider-thumb {
  -webkit-appearance:none; appearance:none; width:28px; height:28px;
  border-radius:50%; background:var(--gold); cursor:pointer;
  box-shadow:0 2px 8px rgba(200,164,92,0.3);
}
.rt-slider::-moz-range-thumb {
  width:28px; height:28px; border-radius:50%; background:var(--gold);
  cursor:pointer; border:none; box-shadow:0 2px 8px rgba(200,164,92,0.3);
}

.rt-musik-toggle {
  display:flex; align-items:center; justify-content:center; gap:12px;
  margin:0 auto 28px; padding:12px 20px; border-radius:var(--radius);
  background:rgba(255,255,255,0.6); border:1px solid rgba(200,164,92,0.12);
  cursor:pointer; transition:all 0.3s; max-width:280px;
}
.rt-musik-toggle:hover { border-color:rgba(200,164,92,0.25); }
.rt-musik-toggle.aktiv { border-color:var(--gold); background:rgba(200,164,92,0.06); }
.rt-musik-icon { font-size:20px; flex-shrink:0; }
.rt-musik-text { font-size:14px; color:var(--creme); }
.rt-musik-check { width:20px; height:20px; border-radius:50%; border:2px solid rgba(200,164,92,0.2); flex-shrink:0; display:flex; align-items:center; justify-content:center; transition:all 0.3s; }
.rt-musik-toggle.aktiv .rt-musik-check { border-color:var(--gold); background:var(--gold); color:#fff; }

.rt-btns { display:flex; gap:10px; justify-content:center; margin:0 0 22px; order:3; }
#rtSetup { order:4; }
.rt-fertig { order:5; }
.rt-tip { order:6; }
.rt-back { order:7; }
.rt-lang { order:8; }
.rt-btn {
  width:64px; height:64px; border-radius:50%; border:none; cursor:pointer;
  display:flex; align-items:center; justify-content:center;
  font-size:22px; transition:all 0.3s;
}
.rt-btn-start { background:var(--gold); color:#fff; box-shadow:0 4px 16px rgba(200,164,92,0.25); }
.rt-btn-start:hover { background:var(--hell); transform:scale(1.05); }
.rt-btn-start:disabled { opacity:0.5; cursor:default; transform:none; }
.rt-btn-stop { background:rgba(220,80,80,0.1); color:#c04040; border:1px solid rgba(220,80,80,0.2); }
.rt-btn-stop:hover { background:rgba(220,80,80,0.15); }
.rt-btn-reset { background:rgba(200,164,92,0.08); color:var(--gold); border:1px solid rgba(200,164,92,0.15); }
.rt-btn-reset:hover { background:rgba(200,164,92,0.13); }

.rt-fertig { display:none; }
.rt-fertig.sichtbar { display:block; }
.rt-fertig-text { font-family:var(--font-display); font-size:20px; font-weight:600; color:var(--gold); margin-bottom:8px; }
.rt-fertig-sub { font-size:14px; color:var(--creme-dim); margin-bottom:20px; }

.rt-presets { display:flex; gap:8px; flex-wrap:wrap; justify-content:center; margin-bottom:14px; }
.rt-preset {
  padding:8px 16px; border-radius:20px; border:1px solid rgba(200,164,92,0.15);
  background:rgba(255,255,255,0.6); color:var(--creme-dim); font-size:13px;
  font-family:var(--font-caps); letter-spacing:0.5px; cursor:pointer; transition:all 0.3s;
}
.rt-preset:hover { border-color:var(--gold); color:var(--gold); }
.rt-preset.aktiv { border-color:var(--gold); color:var(--gold); background:rgba(200,164,92,0.06); }

.rt-frei { display:flex; gap:10px; align-items:center; justify-content:center; margin:0 auto 24px; max-width:320px; flex-wrap:wrap; }
.rt-frei-label { font-family:var(--font-caps); font-size:11px; letter-spacing:1.5px; color:var(--creme-dim); }
.rt-frei input { width:80px; padding:10px 12px; text-align:center; font-family:var(--font-display); font-size:16px; font-weight:600; color:var(--creme); border:1px solid rgba(200,164,92,0.25); border-radius:10px; background:#fff; }
.rt-frei input:focus { outline:none; border-color:var(--gold); box-shadow:0 0 0 3px rgba(200,164,92,0.15); }
.rt-frei input::-webkit-outer-spin-button, .rt-frei input::-webkit-inner-spin-button { -webkit-appearance:none; margin:0; }
.rt-frei input[type=number] { -moz-appearance:textfield; }
.rt-frei-btn { padding:10px 14px; border-radius:10px; border:1px solid var(--gold); background:transparent; color:var(--gold); font-family:var(--font-caps); font-size:11px; letter-spacing:1px; cursor:pointer; }
.rt-frei-btn:hover { background:rgba(200,164,92,0.08); }

.rt-tip { border-left:4px solid var(--gold); background:rgba(200,164,92,0.06); border-radius:0 var(--radius) var(--radius) 0; padding:14px 16px; margin:28px 0; font-size:13px; line-height:1.6; color:var(--creme-dim); text-align:left; }
.rt-tip strong { color:var(--creme); }

.rt-back { display:flex; align-items:center; justify-content:center; gap:8px; margin:28px 0 16px; padding:14px 0; text-decoration:none; font-family:var(--font-display); font-size:15px; font-weight:600; color:var(--gold); border-radius:var(--radius); background:rgba(200,164,92,0.07); transition:background 0.18s; }
.rt-back:hover { background:rgba(200,164,92,0.13); }
.rt-lang{display:flex;justify-content:center;gap:14px;font-family:var(--font-caps);font-size:11px;letter-spacing:1.5px;padding:14px 0 0;}
.rt-lang a{color:var(--creme-dim);text-decoration:none;}
.rt-lang a:hover{color:var(--gold);}
.rt-lang a.aktiv{color:var(--gold);font-weight:700;}
