html,body{overflow-x:hidden}
/* Wide tables (3+ columns): horizontal scroll inside table only */
.table-scroll{display:block;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;border-radius:14px}
.table-scroll table{display:table;width:max-content;min-width:720px;max-width:none;margin:0}
.table-scroll th,.table-scroll td{white-space:nowrap}
.table-scroll::-webkit-scrollbar{height:10px}
.table-scroll::-webkit-scrollbar-thumb{background:rgba(251,191,36,.35);border-radius:999px}
.table-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.06);border-radius:999px}
html{scroll-behavior:smooth}
*{margin:0;padding:0;box-sizing:border-box}
:root{--glass:rgba(2,6,23,.70);--glass2:rgba(2,6,23,.52);--panel:rgba(30,41,59,.80);--panel2:rgba(15,23,42,.55);--card:rgba(2,6,23,.35);--borderSoft:rgba(2,6,23,.35);--footerBg1:rgba(255,255,255,.04);--footerBg2:rgba(255,255,255,.02);--footerBorder:rgba(255,255,255,.08);--footerText:rgba(255,255,255,.72);--topbarH:92px;}
body{font-family:'Poppins',sans-serif;background:linear-gradient(135deg,#050615 0%,#0b1026 100%);color:#e2e8f0;min-height:100vh;line-height:1.7}
.container{max-width:1200px;margin:0 auto;padding:18px 16px 0}
a{color:inherit}
img{max-width:100%}
.topbar{position:sticky;top:0;z-index:1000;left:0;right:0;width:100%;background:var(--glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(251,191,36,.18)}
.topbar-inner{max-width:1200px;margin:0 auto;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.logo-slot{display:flex;align-items:center;gap:10px;min-width:220px;text-decoration:none}
.logo-slot img{height:72px;width:auto;display:block}
.logo-text{font-family:'Montserrat',sans-serif;font-weight:800;letter-spacing:.3px;font-size:18px;background:linear-gradient(90deg,#22c55e,#a855f7,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent}
.top-actions{display:flex;align-items:center;gap:10px}
.top-nav{display:flex !important;align-items:center;gap:14px;flex-wrap:wrap}
.top-nav a{color:inherit;text-decoration:none;font-weight:700;opacity:.96;padding:8px 10px;border-radius:12px}
.top-nav a:hover{color:#22c55e;background:rgba(255,255,255,.06)}
.menu-toggle{display:none !important;flex-direction:column;gap:6px;background:none;border:0;padding:6px;cursor:pointer}
.menu-toggle span{display:block;width:34px;height:4px;border-radius:999px;background:#22c55e}
.menu-backdrop{display:none !important}
.mobile-sidebar{display:none !important}
.mobile-sidebar-actions{display:none}
.menu-link.active,.mobile-menu-link.active{color:#22c55e}
.top-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border-radius:10px;font-weight:700;text-decoration:none;transition:.2s;line-height:1;white-space:nowrap}
.top-btn.outline{border:2px solid #22c55e;color:#22c55e;background:transparent}
.top-btn.outline:hover{background:rgba(251,191,36,.10);box-shadow:0 0 0 5px rgba(251,191,36,.08)}
.top-btn.filled{border:2px solid #22c55e;background:#22c55e;color:#0f172a;box-shadow:0 10px 22px rgba(251,191,36,.20)}
.top-btn.filled:hover{transform:translateY(-2px);box-shadow:0 14px 26px rgba(251,191,36,.28)}
.header{text-align:center;margin:14px 0 18px}
.header .title{font-family:'Montserrat',sans-serif;font-size:3.0rem;font-weight:800;background:linear-gradient(90deg,#22c55e,#a855f7,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 4px 6px rgba(0,0,0,.10);margin-bottom:8px}
.tagline{font-size:1.05rem;color:#cbd5e1;margin-bottom:0}
.section-card{background:rgba(30,41,59,.80);border-radius:20px;padding:26px;margin:18px 0 26px;border:2px solid rgba(251,191,36,.30);backdrop-filter:blur(10px);box-shadow:0 10px 25px rgba(0,0,0,.30)}
.banner-wrap{border-radius:18px;overflow:hidden;display:block;box-shadow:0 10px 30px rgba(0,0,0,.40);border:3px solid rgba(251,191,36,.30)}
.banner-wrap img{width:100%;height:auto;display:block;aspect-ratio:1100/420}
.cta-wrap{display:flex;justify-content:center;margin:18px 0 10px}
.cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 34px;font-size:1.05rem;font-weight:700;border-radius:999px;text-decoration:none;cursor:pointer;min-width:240px;border:2px solid #22c55e;color:#22c55e;background:var(--borderSoft);box-shadow:0 8px 24px rgba(0,0,0,.25);transition:all .25s ease}
.cta-btn:hover{transform:translateY(-4px);background:rgba(251,191,36,.14);box-shadow:0 0 0 6px rgba(251,191,36,.10),0 14px 30px rgba(0,0,0,.35)}
.prose{color:#cbd5e1;font-size:1.05rem}
.intro-after-toc{margin:12px 0 4px}
.prose p{margin:0 0 18px}
.prose h1{display:none}
.prose h2{color:#22c55e;margin:28px 0 14px;font-family:'Montserrat',sans-serif;font-size:1.85rem;line-height:1.25}
.prose h3{color:#22c55e;margin:20px 0 10px;font-family:'Montserrat',sans-serif;font-size:1.25rem;line-height:1.25}
.prose ul,.prose ol{margin:0 0 18px 22px}
.prose li{margin:0 0 8px 0}
.prose a{color:#22c55e;text-decoration:underline;text-decoration-color:rgba(251,191,36,.35);text-underline-offset:3px;overflow-wrap:anywhere;word-break:break-word}
.prose table{width:100%;border-collapse:separate;border-spacing:0;margin:18px 0 26px;overflow:hidden;border-radius:14px;border:2px solid rgba(251,191,36,.25);background:var(--card);table-layout:fixed}
.prose th,.prose td{padding:12px 14px;border-bottom:1px solid rgba(251,191,36,.14);border-right:1px solid rgba(251,191,36,.10);vertical-align:top}
.prose th{color:#22c55e;font-family:'Montserrat',sans-serif;text-align:left;background:rgba(251,191,36,.08)}
.prose tr:last-child td{border-bottom:none}
.prose td:last-child,.prose th:last-child{border-right:none}
.photo-spot{margin:26px 0;transition:all .25s ease}
.content-photo{display:block;width:100%;height:auto;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.40);border:3px solid rgba(251,191,36,.30);aspect-ratio:auto;object-fit:contain}
.steps-title{display:flex;align-items:center;gap:10px;font-family:'Montserrat',sans-serif;font-size:1.8rem;color:#22c55e;margin:6px 0 18px}
.steps-container{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}
.step-card{background:var(--panel);border-radius:15px;padding:22px;text-align:center;border:2px solid rgba(251,191,36,.20);transition:all .25s ease}
.step-number{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;background:linear-gradient(135deg,#22c55e,#a855f7);border-radius:50%;font-weight:800;font-size:1.5rem;color:#0f172a;margin-bottom:14px}
.step-title{font-family:'Montserrat',sans-serif;font-size:1.25rem;color:#22c55e;margin-bottom:10px}
.step-description{color:#cbd5e1;font-size:.95rem}
.toc details{background:var(--panel2);border:2px solid rgba(251,191,36,.22);border-radius:14px;padding:12px 14px;margin:0 0 18px}
.toc summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:10px;font-family:'Montserrat',sans-serif;color:#22c55e;font-weight:700}
.toc summary::-webkit-details-marker{display:none}
.toc-body{padding-top:10px;display:flex;flex-direction:column;gap:8px}
.toc-link{color:#cbd5e1;text-decoration:none;padding:8px 10px;border-radius:10px;border:1px solid transparent}
.toc-link:hover{border-color:#a855f7;color:#22c55e;background:rgba(251,191,36,.08)}
.toc-h3{margin-left:14px;opacity:.95;font-size:.95em}
.faq{display:flex;flex-direction:column;gap:12px;margin-top:12px}
.faq-item{background:var(--panel2);border:2px solid rgba(251,191,36,.22);border-radius:14px;padding:12px 14px}
.faq-item summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;font-family:'Montserrat',sans-serif;color:#22c55e;font-weight:700}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:after{content:'+';font-size:20px;opacity:.9}
.faq-item[open] summary:after{content:'–'}
.faq-answer{padding-top:10px;color:#cbd5e1}
.author{display:grid;grid-template-columns:110px 1fr;gap:16px;align-items:center}
.author .avatar{width:110px;height:110px;border-radius:999px;overflow:hidden;border:3px solid rgba(251,191,36,.30);box-shadow:0 8px 25px rgba(0,0,0,.35);background:var(--card)}
.author .avatar img{width:100%;height:100%;object-fit:cover;display:block}
.author .name{font-family:'Montserrat',sans-serif;font-size:1.35rem;color:#22c55e;margin-bottom:6px}
.author .role{color:#94a3b8;font-weight:600;margin-bottom:10px}
.author .bio{color:#cbd5e1}
.copy{text-align:center;color:#94a3b8;font-size:.95rem;padding-top:8px}
.back-to-top{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:999px;border:2px solid rgba(251,191,36,.40);background:var(--glass2);color:#22c55e;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 12px 26px rgba(0,0,0,.30);opacity:0;pointer-events:none;transform:translateY(8px);transition:.2s}
.back-to-top::before{content:'↑';font-size:18px;line-height:1;font-weight:900;transform:translateY(-1px)}
.back-to-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}
@media(max-width:980px){.topbar{position:fixed;top:0}body{padding-top:var(--topbarH)}}
@media(max-width:560px){:root{--topbarH:56px}.topbar-inner{flex-wrap:nowrap;gap:10px;padding:8px 12px}.logo-slot{min-width:0;max-width:46vw}.logo-slot img{height:48px}.top-actions{display:flex;gap:8px;flex:0 0 auto}.top-btn{white-space:nowrap;padding:10px 12px;font-size:14px}}@media(max-width:420px){.topbar-inner{padding:6px 8px;gap:8px}.logo-slot{max-width:44vw}.top-actions{gap:6px}.top-btn{padding:9px 10px;font-size:13px}}@media(max-width:360px){.top-actions .top-btn.outline{display:none}.top-btn{padding:10px 12px;font-size:14px}}@media(min-width:769px){.top-nav{display:flex !important}.menu-toggle,.menu-backdrop,.mobile-sidebar{display:none !important}}@media(max-width:768px){.top-nav{display:none !important}.menu-toggle{display:flex !important}.menu-backdrop.show{display:block !important;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:9998}.mobile-sidebar{display:block !important;position:fixed;top:0;left:0;height:100vh;width:min(86vw,360px);background:#0b1026;transform:translateX(-100%);transition:transform .25s ease;z-index:9999;padding:24px 16px 18px;overflow:auto}.mobile-sidebar.open{transform:translateX(0)}.mobile-sidebar-head{position:relative;display:flex;justify-content:center;align-items:flex-start;padding-top:12px;margin-bottom:22px}.mobile-sidebar-head .sidebar-logo{display:flex;justify-content:center;width:100%}.mobile-sidebar-head .logo-slot img{height:82px;width:auto;display:block;margin:8px auto 0}.menu-close{position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:12px;cursor:pointer;width:46px;height:46px;z-index:5;-webkit-appearance:none;appearance:none;font-size:32px;line-height:1;font-weight:400;font-family:Arial,Helvetica,sans-serif;padding:0}.menu-close:hover{background-color:rgba(255,255,255,.14)}.mobile-sidebar-actions{display:flex;flex-direction:column;gap:14px;margin:0 4px 22px}.mobile-sidebar-actions .top-btn{width:100%;justify-content:center}.mobile-menu-links{display:flex;flex-direction:column;gap:14px}.mobile-menu-link{text-decoration:none;color:#e2e8f0;font-weight:700;padding:16px 18px;border-radius:18px;border:2px solid rgba(251,191,36,.65);background:transparent;box-shadow:none}.mobile-menu-link:hover{background:rgba(255,255,255,.04)}.mobile-menu-link.active{background:rgba(251,191,36,.12);box-shadow:0 0 18px rgba(251,191,36,.12);outline:none;color:#22c55e}}

@media(max-width:980px){.steps-container{grid-template-columns:1fr 1fr}.header .title{font-size:2.5rem}.author{grid-template-columns:1fr;text-align:center}.author .avatar{margin:0 auto}}
@media(max-width:560px){.steps-container{grid-template-columns:1fr}.header .title{font-size:2.05rem}.cta-btn{min-width:100%}}
/* Footer + Responsible gaming badges */
.footer{margin-top:22px;padding:18px 18px;border-radius:18px;background:linear-gradient(180deg,var(--footerBg1),var(--footerBg2));border:1px solid var(--footerBorder)}
.footer .row{display:flex;gap:12px;justify-content:space-between;align-items:center;flex-wrap:wrap}
.footer .row.center{justify-content:center}
.footer .copy.centerline{text-align:center;max-width:980px;line-height:1.5}
.footer .copy{color:var(--footerText);font-size:12px}
.footer .copy a{color:rgba(245,158,11,.95);text-decoration:none;border-bottom:1px dashed rgba(245,158,11,.35)}
.footer .copy a:hover{border-bottom-color:rgba(245,158,11,.9)}
.rg-badges{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:14px}
.rg-badge{height:28px;width:auto;max-width:84px;opacity:.92;transition:.2s}
.rg-badges a:hover .rg-badge{opacity:1;transform:translateY(-1px)}
.rg-badges span{display:inline-flex}
/* ===== MOBILE TABLE FIXES (facts + wide tables) ===== */
.prose table.facts-table{width:100%;max-width:100%;table-layout:auto;}
.prose table.facts-table th:first-child,.prose table.facts-table td:first-child{white-space:normal;word-break:normal;overflow-wrap:normal;hyphens:auto;}
.prose table.facts-table th:last-child,.prose table.facts-table td:last-child{word-break:break-word;overflow-wrap:anywhere;}
.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y;overscroll-behavior-x:contain;}
.table-scroll table{width:max-content;min-width:720px;max-width:none;}
.table-scroll th,.table-scroll td{white-space:nowrap;}
/* ===== IMAGE ZOOM OVERLAY ===== */
.zoom-overlay{position:fixed;inset:0;z-index:999999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.92);}
.zoom-overlay.show{display:flex}
.zoom-overlay img{max-width:95vw;max-height:95vh;border-radius:12px;user-select:none;-webkit-user-drag:none;touch-action:pinch-zoom;}
.zoom-close{position:absolute;top:12px;right:12px;width:44px;height:44px;border-radius:999px;border:0;background:rgba(255,255,255,.14);color:#fff;font-size:30px;line-height:1;}
.app-hero{position:relative;overflow:hidden;border-radius:22px;margin:0 0 20px;border:2px solid rgba(251,191,36,.18);background:linear-gradient(135deg,rgba(2,6,23,.78),rgba(15,23,42,.62))}
.app-hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(6,182,212,.22),transparent 38%),radial-gradient(circle at 80% 20%,rgba(251,191,36,.18),transparent 32%),linear-gradient(135deg,rgba(2,6,23,.25),rgba(2,6,23,.1))}
.app-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1.3fr .9fr;gap:20px;align-items:center;padding:28px}
.app-hero-copy p{font-size:1.08rem;line-height:1.65;color:#e2e8f0;margin:0 0 18px}.app-hero-copy{max-width:520px}
.app-store-btns{display:flex;gap:14px;flex-wrap:wrap;margin:18px 0 18px}
.app-store{border:0;border-radius:999px;padding:16px 26px;font-weight:800;font-size:1rem;cursor:pointer}
.app-store.ios{background:#ff4b4b;color:#fff}
.app-store.android{background:#2ea043;color:#fff}
.app-features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:46px}
.app-feature{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:14px 10px;text-align:center;color:#e2e8f0;font-weight:600;min-height:100px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px}
.app-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;background:rgba(251,191,36,.16);color:#22c55e;font-size:22px}
.app-phone{display:flex;justify-content:center;align-items:flex-end}
.app-phone-frame{width:min(280px,100%);padding:14px 10px 18px;border-radius:36px;background:#111827;box-shadow:0 18px 40px rgba(0,0,0,.35), inset 0 0 0 3px rgba(255,255,255,.06)}
.app-phone-frame img{display:block;width:100%;height:auto;border-radius:24px;object-fit:contain}
@media(max-width:980px){.app-hero-inner{grid-template-columns:1fr}.app-features{grid-template-columns:repeat(2,minmax(0,1fr))}.app-phone{order:4;margin-top:8px;display:flex;justify-content:center}.app-phone-frame{width:min(220px,72vw);margin:0 auto}}
@media(max-width:560px){.container{padding:12px 14px 0}.app-store-btns{flex-direction:column;margin:18px 0 20px}.app-store{width:100%}.app-features{grid-template-columns:1fr 1fr;margin-top:18px}.app-hero-inner{padding:18px}.app-phone{display:flex;justify-content:center}.app-phone-frame{width:min(170px,56vw);margin:0 auto;padding:10px 8px 14px}}
@media(max-width:768px){body,.logo-text,.header .title,.prose h2,.prose h3,.step-title,.steps-title,.author .name,.faq-item summary,.toc summary{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif !important}}
.footer-tech-nav{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px 8px;margin-top:12px;font-size:10px;line-height:1.35;text-align:center}
.footer-tech-nav a{color:var(--footerText);text-decoration:none;white-space:nowrap;opacity:.95}
.footer-tech-nav a:hover{color:rgba(245,158,11,.95);text-decoration:none}
.footer-tech-sep{opacity:.45;user-select:none}
@media(max-width:560px){.footer-tech-nav{font-size:10px;gap:4px 8px}}
/* Kontaktformular für die Kontakt-Seite */.contact-form{margin-top:18px}.form-row{margin:0 0 22px}.form-row label{display:block;margin:0 0 10px;font-weight:600;color:var(--text)}.form-row input,.form-row textarea{  width:100%;  display:block;  background:rgba(15,30,50,.72);  color:var(--text);  border:2px solid rgba(245,158,11,.95);  border-radius:14px;  padding:16px 18px;  font:inherit;  outline:none;  box-sizing:border-box;}.form-row input::placeholder,.form-row textarea::placeholder{color:rgba(226,232,240,.55)}.form-row textarea{resize:vertical;min-height:220px}.form-row input:focus,.form-row textarea:focus{  border-color:rgba(251,191,36,1);  box-shadow:0 0 0 3px rgba(245,158,11,.18);}.form-actions{margin-top:8px}.contact-submit{  appearance:none;  border:2px solid rgba(245,158,11,.95);  background:rgba(2,6,23,.22);  color:#fff;  border-radius:999px;  padding:14px 34px;  font:inherit;  font-weight:800;  cursor:pointer;  transition:transform .15s ease, box-shadow .2s ease, background .2s ease;}.contact-submit:hover{  transform:translateY(-1px);  box-shadow:0 10px 24px rgba(245,158,11,.18);}.contact-submit:active{transform:translateY(0)}