:root{--bg:#0d0d0d;--text:#f0f0f0;--accent:#ff3cac;--muted:#888}body{margin:0;padding:2rem;background:var(--bg) url('/bg.jpg') center center/cover no-repeat;color:var(--text);font-family:system-ui,sans-serif;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;text-align:center}@media (min-width:768px){body{height:100vh;overflow:hidden}}@media (max-width:767px){body{padding:1rem}.logo{max-width:140px;margin-bottom:1.5rem}h1{font-size:2rem}.beta-banner{margin:1.5rem 0;padding:.8rem 1.5rem}}.logo{max-width:180px;margin-bottom:2rem}h1{font-size:2.4rem;background:linear-gradient(45deg,#fa4a7a,#e844ae);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:1rem}p{max-width:65ch;font-size:1.1rem;line-height:1.6;margin:1rem auto}.hint{font-size:.9rem;color:var(--muted);margin-top:2rem}.beta-banner{background:linear-gradient(45deg,#fa4a7a,#e844ae);color:#fff;padding:1rem 2rem;border-radius:8px;margin:2rem 0;font-size:1rem;font-weight:500;box-shadow:0 4px 12px rgba(255,60,172,.3)}.beta-banner a{color:#fff;text-decoration:underline;text-decoration-color:rgba(255,255,255,.6);transition:text-decoration-color .2s}.beta-banner a:hover{text-decoration-color:#fff}.lang-toggle{position:absolute;top:1rem;right:1rem;background:0 0;border:1px solid var(--accent);color:var(--accent);padding:.4rem .8rem;font-size:.9rem;border-radius:4px;cursor:pointer}.impressum{color:var(--muted);text-decoration:none}.impressum:hover{color:var(--accent)}.content-wrapper{transform:translateY(-5vh);transition:transform .3s ease}@media (max-width:768px){.content-wrapper{transform:none}}