:root{--bg:#07111f;--card:#111d31;--text:#f8fafc;--muted:#a8b3c7;--pink:#ff2d8d;--cyan:#16d9ff;--safe-bottom:env(safe-area-inset-bottom)}*{box-sizing:border-box}html,body{margin:0;background:radial-gradient(circle at top,#162a4a,#07111f 58%);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}a{color:inherit;text-decoration:none}.free-head{min-height:95px;width:100%;}.app{padding:0 14px 88px;max-width:1100px;margin:auto}.hero{display:flex;gap:14px;align-items:center;background:linear-gradient(135deg,rgba(255,45,141,.24),rgba(22,217,255,.14));border:1px solid rgba(255,255,255,.12);border-radius:24px;padding:14px;box-shadow:0 18px 60px #0006}.logo{width:74px;height:74px;border-radius:20px}.hero h1{font-size:34px;margin:0}.hero p{margin:4px 0 0;color:var(--muted)}.notice,.ad,.empty{margin:14px 0;padding:14px;border-radius:18px;background:#19263d;border:1px solid #ffffff1c}.namebox{display:grid;grid-template-columns:1fr 1.4fr auto;gap:8px;align-items:center;margin:14px 0;background:#0d1728;border:1px solid #ffffff14;padding:10px;border-radius:18px}.namebox input,.namebox button{height:42px;border-radius:12px;border:0;padding:0 12px}.namebox input{background:#fff;color:#111}.namebox button,.bigbtn{background:linear-gradient(90deg,var(--pink),var(--cyan));color:#fff;font-weight:800;border:0}.chips{display:flex;gap:8px;overflow:auto;padding:8px 0 12px}.chip{white-space:nowrap;padding:10px 13px;border-radius:999px;background:color-mix(in srgb,var(--c,#334155) 45%,#111d31);border:1px solid #ffffff1c}.chip.active{background:linear-gradient(90deg,var(--pink),var(--cyan))}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.card{display:flex;flex-direction:column;min-height:310px;border-radius:24px;overflow:hidden;background:var(--card);border:1px solid #ffffff14;box-shadow:0 10px 40px #0005;position:relative}.card.recommended:before{content:'TOP';position:absolute;top:10px;right:10px;background:var(--pink);font-weight:900;padding:6px 9px;border-radius:99px}.card img{width:100%;aspect-ratio:16/9;object-fit:cover;background:#172036}.card-body{padding:14px}.badges{display:flex;flex-wrap:wrap;gap:6px}.badges span,.age{font-size:12px;padding:5px 8px;border-radius:99px;background:#334155}.card h2{margin:10px 0 6px;font-size:21px}.card p{color:var(--muted);margin:0 0 10px}.card small{color:#cbd5e1}.score{margin-top:22px}.score ol{padding-left:22px}.score li{margin:8px 0}.score span{float:right;color:var(--muted)}.bottom{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;gap:8px;overflow-x:auto;padding:10px 12px calc(10px + var(--safe-bottom));background:rgba(5,10,20,.88);backdrop-filter:blur(14px);border-top:1px solid #ffffff1c}.bottom a,.bottom button{white-space:nowrap;border:0;border-radius:14px;background:#18243a;color:#fff;padding:13px 16px;font-weight:800}.game{height:100svh;overflow:hidden}.gamewrap{height:calc(100svh - 95px - 76px);padding:8px 12px 8px}.gamepanel{height:100%;display:flex;flex-direction:column;justify-content:center;max-width:780px;margin:auto}.startbox,.finish{text-align:center;background:#111d31;border:1px solid #ffffff18;border-radius:28px;padding:18px;box-shadow:0 20px 70px #0007}.startbox img{width:100%;max-height:32svh;object-fit:cover;border-radius:20px}.startbox h1{margin:12px 0 6px}.bigbtn{display:inline-block;margin-top:14px;padding:14px 22px;border-radius:16px;font-size:18px}.ghost{display:block;margin-top:12px;color:#a5f3fc}.hud{display:grid;grid-template-columns:auto auto 1fr;gap:10px;align-items:center;margin-bottom:10px}.timer{height:22px;border-radius:99px;background:#243047;overflow:hidden;position:relative}.timer i{display:block;height:100%;background:linear-gradient(90deg,var(--cyan),var(--pink));transition:.25s}.timer em{position:absolute;inset:0;text-align:center;font-style:normal;font-weight:900;font-size:13px;line-height:22px}.question{font-size:clamp(21px,5vw,42px);line-height:1.08;font-weight:900;text-align:center;padding:10px;min-height:17svh;display:flex;align-items:center;justify-content:center}.question.small{font-size:clamp(18px,4vw,32px)}.answers{display:grid;grid-template-columns:1fr 1fr;gap:10px}.answer{min-height:76px;border:1px solid #ffffff22;background:linear-gradient(135deg,#14213a,#0c1526);color:#fff;border-radius:18px;padding:10px;text-align:left;display:flex;gap:10px;align-items:center;font-weight:800}.answer b{background:var(--pink);width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:0 0 auto}.answer span{font-size:clamp(15px,3.5vw,20px)}.answer span.tiny{font-size:clamp(13px,3vw,17px)}.burst{position:fixed;inset:0;z-index:50;display:grid;place-items:center;text-align:center;background:rgba(0,0,0,.58);animation:pop .25s}.burst strong{display:block;font-size:52px;text-shadow:0 5px 30px #000}.burst span{display:block;font-size:18px}.burst.right strong{color:#22c55e}.burst.wrong strong{color:#ff2d8d}.medal{font-size:58px;font-weight:1000;background:linear-gradient(90deg,var(--pink),var(--cyan));-webkit-background-clip:text;color:transparent}@keyframes pop{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@media(max-width:520px){.hero h1{font-size:28px}.namebox{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.answers{grid-template-columns:1fr}.answer{min-height:58px}.question{min-height:20svh}.hud{grid-template-columns:1fr 1fr}.hud .timer{grid-column:1/3}.score span{float:none;display:block}.gamewrap{height:calc(100svh - 95px - 82px)}}
.hero-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.hero-actions button,.sharebtn{border:0;border-radius:13px;background:#18243a;color:#fff;font-weight:800;padding:10px 13px}.can-install [data-install]{display:inline-flex}html:not(.can-install) [data-install]{display:none}.offline{min-height:100svh;display:grid;place-items:center}.sharebtn{margin-top:12px}.bottom button[data-share],.bottom button[data-install]{background:#243047}.card{content-visibility:auto;contain-intrinsic-size:310px}.card img{loading:lazy}@media(max-width:520px){.hero-actions button{padding:9px 11px}.startbox .sharebtn{width:100%;}}

/* FarmerBrain Update: Übersicht, Regeln, längeres Feedback und verspieltere Animationen */
.card{display:flex;flex-direction:column}.card-link{display:block}.card-stats{margin:10px 0 0;color:#dbeafe;font-size:13px}.playbtn{display:inline-flex;justify-content:center;align-items:center;margin-top:12px;width:100%;min-height:44px;border-radius:15px;background:linear-gradient(90deg,var(--pink),var(--cyan));color:#fff;font-weight:1000;box-shadow:0 10px 30px rgba(22,217,255,.18)}.rules{margin-top:22px;background:#111d31;border:1px solid #ffffff18;border-radius:24px;padding:16px;box-shadow:0 10px 38px #0004}.rules h2{margin:0 0 10px}.rules ul{margin:0;padding-left:20px;color:#cbd5e1}.rules li{margin:7px 0}.burst{overflow:hidden}.burst:before,.burst:after{content:'';position:absolute;width:34vmax;height:34vmax;border-radius:50%;opacity:.28;filter:blur(2px);animation:orb 2.4s ease-out forwards}.burst:before{background:radial-gradient(circle,var(--cyan),transparent 64%);left:-9vmax;top:-7vmax}.burst:after{background:radial-gradient(circle,var(--pink),transparent 64%);right:-10vmax;bottom:-8vmax}.burst strong{position:relative;z-index:2;animation:megaPop .7s cubic-bezier(.2,1.6,.3,1), floaty 1.4s ease-in-out .7s infinite alternate}.burst span{position:relative;z-index:2;background:rgba(15,23,42,.72);border:1px solid #ffffff22;padding:9px 14px;border-radius:999px}.burst.right{background:radial-gradient(circle at center,rgba(34,197,94,.26),rgba(0,0,0,.72))}.burst.wrong{background:radial-gradient(circle at center,rgba(255,45,141,.22),rgba(0,0,0,.74));animation:shake .38s ease-in-out 1}.fxring{position:absolute;z-index:1;width:210px;height:210px;border-radius:50%;border:5px solid rgba(255,255,255,.24);box-shadow:0 0 0 18px rgba(255,255,255,.05),0 0 70px rgba(22,217,255,.25);animation:ring 2.2s ease-out forwards}.fxbits{position:absolute;z-index:3;top:18%;left:0;right:0;text-align:center;font-size:42px;letter-spacing:20px;animation:bits 2.4s ease-out forwards;pointer-events:none}@keyframes megaPop{0%{transform:scale(.25) rotate(-9deg);opacity:0}65%{transform:scale(1.18) rotate(2deg)}100%{transform:scale(1) rotate(0);opacity:1}}@keyframes ring{0%{transform:scale(.2);opacity:0}20%{opacity:1}100%{transform:scale(2.4);opacity:0}}@keyframes bits{0%{transform:translateY(50px) scale(.6);opacity:0}18%{opacity:1}100%{transform:translateY(-90px) scale(1.25);opacity:0}}@keyframes shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-8px)}40%{transform:translateX(8px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}@keyframes orb{from{transform:scale(.6);opacity:.3}to{transform:scale(1.7);opacity:0}}@keyframes floaty{from{transform:translateY(0)}to{transform:translateY(-8px)}}@media(max-width:520px){.playbtn{min-height:48px}.rules{padding:14px}.fxbits{font-size:30px;letter-spacing:10px}.burst strong{font-size:42px}}

/* FarmerBrain Navigation Update */
.brandbar{position:sticky;top:0;z-index:30;height:54px;display:flex;align-items:center;padding:7px 14px;background:rgba(5,10,20,.9);backdrop-filter:blur(16px);border-bottom:1px solid #ffffff18;box-shadow:0 10px 30px #0004}.brandbar a{display:inline-flex;align-items:center;gap:10px;min-width:0}.brandbar img{width:38px;height:38px;border-radius:12px;object-fit:cover;background:#16233a}.brandbar strong{font-size:20px;letter-spacing:.2px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin:16px 0 12px;padding:14px;border-radius:22px;background:#0d1728;border:1px solid #ffffff14}.section-head h1,.section-head h2{margin:0;font-size:clamp(24px,5vw,34px)}.section-head p,.muted{margin:4px 0 0;color:var(--muted)}.outlinebtn{white-space:nowrap;border:1px solid #ffffff24;background:#16243a;border-radius:14px;padding:12px 14px;font-weight:900}.category-list{display:grid;gap:10px}.category-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;border-radius:20px;background:linear-gradient(90deg,color-mix(in srgb,var(--c) 35%,#111d31),#111d31);border:1px solid #ffffff18;box-shadow:0 10px 30px #0003}.category-row strong{font-size:20px}.category-row em{font-style:normal;color:#dbeafe;font-weight:800}.cat-dot{width:18px;height:18px;border-radius:50%;background:var(--c);box-shadow:0 0 0 6px color-mix(in srgb,var(--c) 22%,transparent)}.page-card{margin-top:16px}.page-title{margin-top:16px}.bottom{scrollbar-width:thin;padding-right:62px}.bottom:after{content:'↔';position:fixed;right:12px;bottom:calc(18px + var(--safe-bottom));z-index:22;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(90deg,var(--pink),var(--cyan));font-weight:1000;box-shadow:0 10px 25px #0008;pointer-events:none;animation:hintSwipe 1.5s ease-in-out infinite}.bottom:before{content:'';position:fixed;right:0;bottom:0;width:92px;height:calc(66px + var(--safe-bottom));background:linear-gradient(90deg,transparent,rgba(5,10,20,.96));pointer-events:none;z-index:21}.game .bottom:after{content:'↔'}.score.page-card ol{padding-left:22px}.score.page-card li{background:#111d31;border:1px solid #ffffff14;border-radius:16px;padding:12px;margin:9px 0}.score.page-card li span{float:none;display:block;margin-top:4px}.rules.page-card{font-size:17px}.rules.page-card li{line-height:1.35}@keyframes hintSwipe{0%,100%{transform:translateX(0)}50%{transform:translateX(-7px)}}@media(max-width:520px){.brandbar{height:48px}.brandbar img{width:34px;height:34px}.brandbar strong{font-size:18px}.section-head{align-items:flex-start;flex-direction:column}.outlinebtn{width:100%;text-align:center}.category-row{grid-template-columns:auto 1fr;}.category-row em{grid-column:2}.bottom:after{right:10px;bottom:calc(16px + var(--safe-bottom));width:34px;height:34px}.gamewrap{height:calc(100svh - 95px - 54px - 82px)}}

/* FarmerBrain Frontend Lebendigkeit Update v5 */
:root{--head-h:60px}
.free-head{display:none!important}
body{padding-top:var(--head-h);background:
  radial-gradient(circle at 12% 0%,rgba(255,45,141,.18),transparent 34%),
  radial-gradient(circle at 88% 4%,rgba(22,217,255,.18),transparent 32%),
  radial-gradient(circle at top,#162a4a,#07111f 58%)}
.app{padding-top:14px}.brandbar{position:fixed!important;top:0;left:0;right:0;z-index:70;height:var(--head-h);display:flex;align-items:center;padding:8px 14px;background:rgba(5,10,20,.94);backdrop-filter:blur(18px);border-bottom:1px solid #ffffff1f;box-shadow:0 12px 34px #0008}.brandbar a{display:flex;align-items:center;gap:10px}.brandbar img{width:42px;height:42px;border-radius:13px;object-fit:cover;background:#16233a;box-shadow:0 0 0 1px #ffffff24,0 0 28px rgba(22,217,255,.18)}.brandbar strong{font-size:20px;line-height:1;font-weight:1000}.game{padding-top:var(--head-h)}.gamewrap{height:calc(100svh - var(--head-h) - 82px)!important;padding-top:8px}.bottom{z-index:65;box-shadow:0 -12px 34px #0008}.bottom:after{position:fixed!important;content:'↔'!important;right:12px!important;bottom:calc(18px + var(--safe-bottom))!important;z-index:90!important;transform:none}.bottom:before{position:fixed!important;z-index:89!important}.bottom a,.bottom button{transition:transform .16s ease, background .16s ease, box-shadow .16s ease}.bottom a:active,.bottom button:active,.playbtn:active,.bigbtn:active{transform:scale(.96)}.hero{position:relative;overflow:hidden;animation:softRise .45s ease-out both}.hero:after{content:'';position:absolute;inset:auto -30px -48px auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(22,217,255,.24),transparent 62%);animation:slowPulse 4s ease-in-out infinite}.card{transform:translateZ(0);transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}.card:hover{transform:translateY(-3px);box-shadow:0 16px 46px #0007;border-color:#ffffff24}.card.recommended:before{animation:badgePulse 1.9s ease-in-out infinite}.playbtn{position:relative;overflow:hidden}.playbtn:after{content:'';position:absolute;inset:0;background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent);transform:translateX(-130%);animation:shine 3s ease-in-out infinite}.badges span,.age{font-weight:900}.score-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:12px 0 16px}.score-stats div{background:linear-gradient(145deg,#111d31,#0d1728);border:1px solid #ffffff18;border-radius:20px;padding:14px;text-align:center;box-shadow:0 10px 30px #0004;animation:softRise .45s ease-out both}.score-stats b{display:block;font-size:clamp(24px,6vw,38px);background:linear-gradient(90deg,var(--pink),var(--cyan));-webkit-background-clip:text;color:transparent}.score-stats span{color:var(--muted);font-weight:800}.podium{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;align-items:end;margin:12px 0 18px}.podium-card{min-height:128px;background:linear-gradient(160deg,#17233a,#0d1728);border:1px solid #ffffff1a;border-radius:24px;padding:14px;text-align:center;box-shadow:0 14px 38px #0005;animation:podiumIn .5s ease-out both}.podium-card.place-1{min-height:158px;order:2;border-color:rgba(255,215,0,.36);box-shadow:0 18px 50px rgba(255,215,0,.12),0 12px 34px #0006}.podium-card.place-2{order:1}.podium-card.place-3{order:3}.podium-card .cup{font-size:42px;filter:drop-shadow(0 8px 14px #0008)}.podium-card strong{display:block;font-size:18px;margin-top:6px}.podium-card span{display:block;color:#cbd5e1;font-size:13px;margin-top:6px}.rank-list{list-style:none!important;padding-left:0!important;counter-reset:rank}.rank-list li{position:relative;display:flex;justify-content:space-between;gap:10px;align-items:center;background:linear-gradient(90deg,#111d31,#0d1728);border:1px solid #ffffff14;border-radius:16px;padding:12px!important;margin:9px 0!important;animation:softRise .32s ease-out both}.rank-list li.me{border-color:rgba(22,217,255,.55);box-shadow:0 0 0 1px rgba(22,217,255,.18),0 12px 32px rgba(22,217,255,.1)}.rank-list em{font-style:normal;background:#243047;border-radius:999px;padding:4px 8px;margin-right:6px}.rank-list span{float:none!important;color:#cbd5e1!important;text-align:right}.section-head{animation:softRise .36s ease-out both}.category-row{transition:transform .16s ease,filter .16s ease}.category-row:active{transform:scale(.985)}.rules.page-card{position:relative;overflow:hidden}.rules.page-card:before{content:'?';position:absolute;right:18px;top:8px;font-size:92px;font-weight:1000;color:rgba(255,255,255,.04)}
@keyframes softRise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slowPulse{0%,100%{transform:scale(.9);opacity:.5}50%{transform:scale(1.12);opacity:.95}}@keyframes badgePulse{0%,100%{transform:scale(1);box-shadow:0 0 0 rgba(255,45,141,0)}50%{transform:scale(1.05);box-shadow:0 0 24px rgba(255,45,141,.38)}}@keyframes shine{0%,55%{transform:translateX(-130%)}75%{transform:translateX(130%)}100%{transform:translateX(130%)}}@keyframes podiumIn{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:520px){:root{--head-h:56px}.brandbar{height:var(--head-h)}.brandbar img{width:38px;height:38px}.brandbar strong{font-size:19px}.app{padding-top:10px}.score-stats{grid-template-columns:1fr 1fr}.score-stats div:last-child{grid-column:1/3}.podium{grid-template-columns:1fr}.podium-card,.podium-card.place-1,.podium-card.place-2,.podium-card.place-3{order:initial;min-height:auto}.rank-list li{display:block}.rank-list span{text-align:left;margin-top:5px}.gamewrap{height:calc(100svh - var(--head-h) - 86px)!important}.bottom:after{right:10px!important;bottom:calc(16px + var(--safe-bottom))!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}

/* FarmerBrain Update: feste Kopfleiste, fester Menü-Hinweis, Namensbestätigung vor Quizstart */
body{padding-top:54px}.brandbar{position:fixed!important;top:0!important;left:0;right:0;z-index:80}.app{padding-top:12px}.gamewrap{height:calc(100svh - 54px - 82px);padding-top:10px}.free-head{display:none}.bottom{padding-right:64px}.bottom:before,.bottom:after{content:none!important;display:none!important}.bottom-scroll-hint{position:fixed;right:12px;bottom:calc(18px + var(--safe-bottom));z-index:95;width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(90deg,var(--pink),var(--cyan));font-weight:1000;box-shadow:0 10px 25px #0008;pointer-events:none;animation:hintSwipe 1.5s ease-in-out infinite}.player-confirm{margin:14px auto 0;max-width:360px;display:grid;gap:7px;text-align:left;background:#0d1728;border:1px solid #ffffff18;border-radius:18px;padding:12px}.player-confirm label{font-weight:900;color:#dbeafe}.player-confirm input{height:44px;border:0;border-radius:13px;padding:0 12px;background:#fff;color:#0f172a;font-weight:900;font-size:17px}.player-confirm small{color:var(--muted)}.namebox{display:none!important}@media(max-width:520px){body{padding-top:48px}.gamewrap{height:calc(100svh - 48px - 82px);padding-top:8px}.bottom-scroll-hint{right:10px;bottom:calc(16px + var(--safe-bottom));width:34px;height:34px}.startbox{padding:14px}.player-confirm{margin-top:12px}.player-confirm input{height:42px}}


/* FarmerBrain Update v7: Logo, Sortierung sichtbar, feste Menümarke, Anzeigen */
.hero{align-items:center;min-height:168px}.hero .logo{width:160px!important;height:160px!important;border-radius:30px;object-fit:cover;flex:0 0 160px;box-shadow:0 0 0 1px #ffffff24,0 18px 45px #0008,0 0 38px rgba(22,217,255,.22)}.hero h1{font-size:clamp(22px,5vw,30px)!important;line-height:1.02}.hero p{font-size:15px}.brandbar img{width:44px!important;height:44px!important}.brandbar strong{font-size:18px!important}.bottom{padding-right:68px!important}.bottom-scroll-hint{display:none!important}.bottom::after{content:'↔'!important;position:fixed!important;right:12px!important;bottom:calc(18px + var(--safe-bottom))!important;z-index:120!important;width:38px!important;height:38px!important;border-radius:14px!important;display:grid!important;place-items:center!important;background:linear-gradient(90deg,var(--pink),var(--cyan))!important;color:#fff!important;font-weight:1000!important;box-shadow:0 10px 25px #0008!important;pointer-events:none!important;animation:hintSwipe 1.5s ease-in-out infinite!important}.ad{display:grid;gap:5px}.ad span{font-size:14px;line-height:1.25}.ad-link{justify-self:start;margin-top:4px;padding:7px 10px;border-radius:999px;background:linear-gradient(90deg,var(--pink),var(--cyan));font-weight:900;font-size:13px}.game-ad,.game-ad-slot .ad{margin:8px auto 0;max-width:520px;width:100%;padding:8px 10px;border-radius:14px;background:rgba(25,38,61,.82);line-height:1.18}.game-ad b,.game-ad-slot .ad b{font-size:13px}.game-ad span,.game-ad-slot .ad span{font-size:12px;color:#dbeafe}.game-ad .ad-link,.game-ad-slot .ad .ad-link{font-size:12px;padding:5px 8px}.game-ad-slot{margin-top:8px}.score-stats div:first-child span::after{content:' mit mindestens einem abgeschlossenen Quiz';display:block;font-size:11px;font-weight:600;color:#94a3b8;margin-top:2px}
@media(max-width:620px){.hero{min-height:148px;padding:12px}.hero .logo{width:132px!important;height:132px!important;flex-basis:132px}.hero h1{font-size:24px!important}.hero p{font-size:14px}.game-ad,.game-ad-slot .ad{padding:7px 9px}.game-ad-slot{margin-top:6px}}
@media(max-width:410px){.hero .logo{width:118px!important;height:118px!important;flex-basis:118px}.hero{gap:10px}.hero h1{font-size:22px!important}.hero p{font-size:13px}}

/* update */
.menu-arrows{position:fixed;left:0;right:0;pointer-events:none}.menu-arrows .left,.menu-arrows .right{position:fixed;top:140px;pointer-events:auto}.menu-arrows .left{left:6px}.menu-arrows .right{right:6px}.ad{display:flex;align-items:center}.ad .ad-btn{margin-left:auto}.pwa-install{position:fixed;bottom:70px;right:12px}

/* FarmerBrain Korrektur v8: echtes User-Menü, feste Pfeile, schmale Anzeigen, WebApp-Hinweis */
.bottom-scroll-hint,.bottom::before,.bottom::after{display:none!important;content:none!important}
.menu-shell{position:fixed;left:0;right:0;bottom:0;z-index:120;pointer-events:none}
.menu-shell .bottom{position:relative!important;left:auto!important;right:auto!important;bottom:auto!important;z-index:121;pointer-events:auto;margin:0 48px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:10px 4px calc(10px + var(--safe-bottom));background:rgba(5,10,20,.92);backdrop-filter:blur(14px);border-top:1px solid #ffffff1c;box-shadow:0 -12px 34px #0008}
.menu-shell .bottom::-webkit-scrollbar{display:none}
.menu-arrow{position:fixed;bottom:calc(12px + var(--safe-bottom));z-index:124;width:38px;height:38px;border:1px solid #ffffff22;border-radius:14px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(255,45,141,.96),rgba(22,217,255,.96));color:#fff;font-size:25px;line-height:1;font-weight:1000;box-shadow:0 10px 25px #0008;pointer-events:auto}
.menu-arrow-left{left:7px}.menu-arrow-right{right:7px}.menu-arrow:active{transform:scale(.94)}
.gamewrap{padding-bottom:8px}.app{padding-bottom:98px}
.ad{display:flex!important;align-items:center;gap:10px;padding:10px 12px!important;min-height:52px;line-height:1.18}
.ad-copy{min-width:0;display:grid;gap:2px;flex:1 1 auto}.ad-copy b{font-size:14px}.ad-copy span{font-size:13px;color:#dbeafe;line-height:1.2}.ad-link,.ad-btn{margin-left:auto!important;flex:0 0 auto;align-self:center;white-space:nowrap;justify-self:end!important;margin-top:0!important;padding:7px 10px!important;border-radius:999px;background:linear-gradient(90deg,var(--pink),var(--cyan));font-weight:900;font-size:12px;color:#fff}
.game-ad,.game-ad-slot .ad{max-width:560px!important;padding:7px 9px!important;margin:7px auto 0!important}.game-ad .ad-copy b,.game-ad-slot .ad b{font-size:12px}.game-ad .ad-copy span,.game-ad-slot .ad span{font-size:11px}.game-ad .ad-link,.game-ad-slot .ad .ad-link{font-size:11px;padding:5px 8px!important}
.pwa-install-hint{position:fixed;left:12px;right:12px;bottom:calc(74px + var(--safe-bottom));z-index:118;display:flex;align-items:center;gap:9px;max-width:720px;margin:0 auto;padding:10px 12px;border-radius:18px;background:rgba(13,23,40,.96);border:1px solid #ffffff1f;box-shadow:0 14px 38px #0009;backdrop-filter:blur(16px)}
.pwa-install-hint div{min-width:0;display:grid;gap:1px;flex:1}.pwa-install-hint b{font-size:14px}.pwa-install-hint span{font-size:12px;color:#cbd5e1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pwa-install-hint button,.pwa-install-hint a{border:0;border-radius:12px;background:#18243a;color:#fff;padding:9px 10px;font-weight:900;font-size:12px;white-space:nowrap}.pwa-install-hint [data-install]{background:linear-gradient(90deg,var(--pink),var(--cyan))}.pwa-install-hint .pwa-close{width:32px;height:32px;padding:0;border-radius:50%;font-size:18px;background:#243047}.pwa-install-hint.is-hidden{display:none!important}
@media(max-width:520px){.menu-shell .bottom{margin:0 43px;padding-bottom:calc(10px + var(--safe-bottom))}.menu-arrow{width:34px;height:34px;bottom:calc(13px + var(--safe-bottom));font-size:22px}.menu-arrow-left{left:6px}.menu-arrow-right{right:6px}.pwa-install-hint{left:8px;right:8px;bottom:calc(70px + var(--safe-bottom));padding:9px}.pwa-install-hint span{display:none}.pwa-install-hint button,.pwa-install-hint a{padding:8px}.ad{gap:8px}.ad-copy b{font-size:13px}.ad-copy span{font-size:12px}.ad-link,.ad-btn{font-size:11px;padding:6px 8px!important}}


/* FarmerBrain Final UX Update: Age toggle, glass menu, PWA, quizshow mood, compact quiz start */
html,body{min-height:100%;}
body{position:relative;overflow-x:hidden;}
body::before{content:'';position:fixed;inset:-20%;z-index:-2;pointer-events:none;background:radial-gradient(circle at 18% 18%,rgba(255,45,141,.16),transparent 26%),radial-gradient(circle at 82% 12%,rgba(22,217,255,.14),transparent 28%),radial-gradient(circle at 50% 92%,rgba(139,92,246,.13),transparent 34%);animation:fbBgDrift 13s ease-in-out infinite alternate;}
body::after{content:'';position:fixed;inset:0;z-index:-1;pointer-events:none;background:linear-gradient(115deg,transparent 0 42%,rgba(255,255,255,.035) 48%,transparent 55% 100%);animation:fbSpot 8s ease-in-out infinite alternate;}
@keyframes fbBgDrift{from{transform:translate3d(-1.5%,0,0) scale(1)}to{transform:translate3d(1.5%,1%,0) scale(1.04)}}
@keyframes fbSpot{from{transform:translateX(-7%);opacity:.45}to{transform:translateX(7%);opacity:.8}}

.brandbar{position:fixed!important;top:0!important;left:0;right:0;height:56px!important;background:rgba(6,12,24,.72)!important;backdrop-filter:blur(18px) saturate(1.25)!important;-webkit-backdrop-filter:blur(18px) saturate(1.25)!important;border-bottom:1px solid rgba(255,255,255,.14)!important;box-shadow:0 14px 35px rgba(0,0,0,.35)!important;}
body{padding-top:56px!important;}
.app{padding-top:12px!important;}
.hero{background:rgba(13,23,40,.56)!important;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2);border-color:rgba(255,255,255,.18)!important;}
.card,.section-head,.notice,.empty,.startbox,.finish,.rules,.page-card,.category-row{background:rgba(17,29,49,.68)!important;backdrop-filter:blur(15px) saturate(1.18);-webkit-backdrop-filter:blur(15px) saturate(1.18);border-color:rgba(255,255,255,.16)!important;}
.hero .logo{width:190px!important;height:190px!important;flex-basis:190px!important;border-radius:36px!important;}
.hero h1{font-size:clamp(19px,4.6vw,26px)!important;}
@media(max-width:620px){.hero .logo{width:158px!important;height:158px!important;flex-basis:158px!important}.hero h1{font-size:22px!important}}
@media(max-width:420px){.hero .logo{width:138px!important;height:138px!important;flex-basis:138px!important}.hero h1{font-size:20px!important}}

/* Menü: durchgehende Glass-Leiste, feste elegante Pfeile */
.menu-shell{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:140!important;display:flex!important;align-items:center!important;gap:0!important;padding:8px 46px calc(8px + var(--safe-bottom))!important;background:linear-gradient(180deg,rgba(11,18,32,.48),rgba(5,10,20,.76))!important;backdrop-filter:blur(20px) saturate(1.35)!important;-webkit-backdrop-filter:blur(20px) saturate(1.35)!important;border-top:1px solid rgba(255,255,255,.16)!important;box-shadow:0 -18px 38px rgba(0,0,0,.45)!important;pointer-events:auto!important;}
.menu-shell .bottom{position:static!important;left:auto!important;right:auto!important;bottom:auto!important;margin:0!important;padding:0!important;flex:1 1 auto!important;background:transparent!important;border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;display:flex!important;gap:8px!important;overflow-x:auto!important;scrollbar-width:none!important;}
.menu-shell .bottom::-webkit-scrollbar{display:none!important;}
.menu-shell .bottom a,.menu-shell .bottom button{background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.13)!important;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;}
.menu-arrow{position:absolute!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important;width:34px!important;height:34px!important;border-radius:50%!important;background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 8px 22px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.13)!important;color:#fff!important;font-size:24px!important;}
.menu-arrow-left{left:8px!important}.menu-arrow-right{right:8px!important}.menu-arrow:active{transform:translateY(-50%) scale(.94)!important;}
.app{padding-bottom:98px!important;}.gamewrap{padding-bottom:94px!important;}

/* PWA Hinweis nur wenn JS ihn freigibt */
.pwa-install-hint.is-hidden{display:none!important;}
.pwa-install-hint{background:rgba(13,23,40,.78)!important;backdrop-filter:blur(18px) saturate(1.25)!important;-webkit-backdrop-filter:blur(18px) saturate(1.25)!important;border-color:rgba(255,255,255,.18)!important;}
html:not(.can-install) [data-install]{display:inline-flex;}

/* Quizseite darf scrollen, soll aber kompakt bleiben */
.game{height:auto!important;min-height:100svh!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain;background-attachment:fixed;}
.gamewrap{height:auto!important;min-height:calc(100svh - 56px)!important;padding-top:8px!important;}
.gamepanel{height:auto!important;min-height:calc(100svh - 56px - 96px)!important;justify-content:center!important;}
.startbox-compact{padding:12px!important;border-radius:22px!important;max-width:680px;margin:0 auto;}
.startbox-compact img{max-height:20svh!important;border-radius:16px!important;object-fit:cover;}
.startbox-compact h1{margin:8px 0 5px!important;font-size:clamp(23px,5vw,34px)!important;line-height:1.05!important;}
.startbox-compact p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:5px auto 7px!important;color:#cbd5e1;line-height:1.25;max-width:58ch;}
.start-meta,.start-facts{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin:7px 0;}
.start-meta span,.start-facts span{font-size:12px;border-radius:999px;padding:5px 8px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);color:#e2e8f0;font-weight:800;}
.start-meta .age{font-size:12px!important;padding:5px 8px!important;}
.player-confirm{padding:9px 10px!important;margin-top:8px!important;grid-template-columns:1fr!important;gap:5px!important;background:rgba(13,23,40,.68)!important;backdrop-filter:blur(10px);}
.player-confirm input{height:38px!important;}
.player-confirm small{font-size:12px;}
.start-actions{display:flex;gap:8px;justify-content:center;align-items:center;margin-top:9px;}
.start-actions .bigbtn,.start-actions .sharebtn{margin-top:0!important;min-height:42px;padding:10px 14px!important;}
.game-ad,.game-ad-slot .ad{margin-top:6px!important;}
.question{min-height:13svh!important;padding:8px!important;}
.answer{min-height:62px!important;}
@media(max-width:520px){.startbox-compact{padding:10px!important}.startbox-compact img{max-height:17svh!important}.startbox-compact h1{font-size:24px!important}.startbox-compact p{-webkit-line-clamp:2;font-size:13px}.start-facts span,.start-meta span,.start-meta .age{font-size:11px!important;padding:4px 7px!important}.player-confirm input{height:36px!important}.start-actions{flex-direction:column}.start-actions .bigbtn,.start-actions .sharebtn{width:100%;min-height:40px}.gamepanel{min-height:calc(100svh - 56px - 90px)!important}.answer{min-height:56px!important}}


/* FB_GLOBAL_HEADER_UI_UPDATE_V13
   Externer Farmerplayer-Header bleibt oben. FarmerBrain-Brandbar sitzt immer direkt darunter.
   Der Inhaltsbereich scrollt separat zwischen Brandbar und festem User-Menü. */
:root{
  --fb-globalbar-height:0px;
  --fb-brandbar-height:56px;
  --fb-menu-height:78px;
  --fb-content-top:calc(var(--fb-globalbar-height) + var(--fb-brandbar-height));
}
html,body{height:100%;min-height:100%;overflow:hidden!important;}
body{padding-top:0!important;}
.brandbar{
  position:fixed!important;
  top:var(--fb-globalbar-height)!important;
  left:0!important;right:0!important;
  height:var(--fb-brandbar-height)!important;
  min-height:54px!important;
  z-index:900!important;
  display:flex!important;
  align-items:center!important;
  padding:7px 14px!important;
  background:rgba(6,12,24,.78)!important;
  backdrop-filter:blur(18px) saturate(1.25)!important;
  -webkit-backdrop-filter:blur(18px) saturate(1.25)!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 14px 35px rgba(0,0,0,.35)!important;
}
.brandbar a{display:inline-flex!important;align-items:center!important;gap:10px!important;min-width:0!important;}
.brandbar img{width:40px!important;height:40px!important;border-radius:12px!important;object-fit:cover!important;}
.brandbar strong{font-size:20px!important;line-height:1!important;}
.app,.gamewrap{
  position:fixed!important;
  left:0!important;right:0!important;
  top:var(--fb-content-top)!important;
  bottom:var(--fb-menu-height)!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
  padding-top:12px!important;
  padding-bottom:16px!important;
}
.app{max-width:none!important;margin:0!important;padding-left:max(14px,env(safe-area-inset-left))!important;padding-right:max(14px,env(safe-area-inset-right))!important;}
.app > *{max-width:1100px;margin-left:auto;margin-right:auto;}
.gamewrap{padding-left:12px!important;padding-right:12px!important;}
.gamewrap > *{max-width:780px;margin-left:auto;margin-right:auto;}
.menu-shell{
  position:fixed!important;
  left:0!important;right:0!important;bottom:0!important;
  z-index:910!important;
  min-height:66px!important;
}
.bottom{overscroll-behavior-x:contain!important;}
.pwa-install-hint{bottom:calc(var(--fb-menu-height) + 10px)!important;}
.burst{z-index:1200!important;}
/* Kompaktere Spielansicht innerhalb des separaten Scrollbereichs */
.game{height:100%!important;min-height:100%!important;overflow:hidden!important;}
.gamepanel{min-height:100%!important;height:auto!important;justify-content:flex-start!important;padding:4px 0 8px!important;}
.startbox-compact{padding:10px!important;border-radius:20px!important;}
.startbox-compact img{max-height:16svh!important;min-height:90px!important;}
.startbox-compact h1{font-size:clamp(21px,4.8vw,30px)!important;margin:7px 0 4px!important;line-height:1.05!important;}
.startbox-compact p{font-size:13px!important;line-height:1.22!important;-webkit-line-clamp:2!important;margin:4px auto 6px!important;}
.start-meta,.start-facts{margin:5px 0!important;gap:5px!important;}
.start-meta span,.start-facts span,.start-meta .age{font-size:11px!important;padding:4px 7px!important;}
.player-confirm{margin-top:6px!important;padding:7px 9px!important;}
.player-confirm input{height:35px!important;}
.player-confirm small{font-size:11px!important;}
.start-actions{margin-top:7px!important;gap:7px!important;}
.start-actions .bigbtn,.start-actions .sharebtn{min-height:38px!important;padding:9px 13px!important;font-size:15px!important;}
.hud{margin-bottom:6px!important;gap:7px!important;}
.question{min-height:10svh!important;padding:6px!important;font-size:clamp(19px,4.5vw,34px)!important;}
.answers{gap:8px!important;}
.answer{min-height:54px!important;padding:8px!important;border-radius:15px!important;}
.answer b{width:30px!important;height:30px!important;}
.answer span{font-size:clamp(14px,3.3vw,18px)!important;}
.game-ad,.game-ad-slot .ad{margin-top:5px!important;}
@media(max-width:520px){
  .brandbar{min-height:52px!important;padding:6px 12px!important;}
  .brandbar img{width:38px!important;height:38px!important;}
  .brandbar strong{font-size:18px!important;}
  .app,.gamewrap{padding-top:10px!important;}
  .startbox-compact img{max-height:13svh!important;min-height:76px!important;}
  .startbox-compact h1{font-size:22px!important;}
  .answers{grid-template-columns:1fr!important;}
  .answer{min-height:50px!important;}
  .question{min-height:9svh!important;}
}
@media(max-height:720px){
  .startbox-compact img{max-height:12svh!important;min-height:70px!important;}
  .startbox-compact p{display:none!important;}
  .start-facts{display:none!important;}
  .answer{min-height:48px!important;}
  .question{font-size:clamp(18px,4vw,30px)!important;min-height:8svh!important;}
}


.burst{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:rgba(8,10,20,.35);z-index:9999;animation:fadein .2s}
.burst strong{font-size:clamp(40px,8vw,72px);color:#fff}
.burst.right strong{color:#44ff88}
.burst.wrong strong{color:#ff5b5b}
.burst .fxbits{font-size:42px;margin-bottom:12px}
.burst span{color:#fff;font-size:18px}
@keyframes fadein{from{opacity:0}to{opacity:1}}


.difficulty{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:1000;line-height:1;color:#fff;border:1px solid #ffffff24;box-shadow:0 6px 18px #0003}.difficulty.diff-leicht{background:linear-gradient(90deg,#16a34a,#22c55e)}.difficulty.diff-mittel{background:linear-gradient(90deg,#f59e0b,#f97316)}.difficulty.diff-experte{background:linear-gradient(90deg,#be123c,#8b5cf6)}

/* FarmerBrain Show-Intro Update v20 */
.fb-preload,.fb-intro,.fb-final{
  position:fixed!important;
  left:0!important;right:0!important;
  top:var(--fb-content-top,56px)!important;
  bottom:var(--fb-menu-height,74px)!important;
  z-index:1500!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  pointer-events:auto!important;
}
.fb-preload{background:radial-gradient(circle at 50% 15%,rgba(22,217,255,.2),transparent 36%),radial-gradient(circle at 80% 75%,rgba(255,45,141,.18),transparent 36%),rgba(3,7,18,.92);backdrop-filter:blur(10px);transition:opacity .3s ease,transform .3s ease;}
.fb-preload.done{opacity:0;transform:scale(1.03);}
.fb-preload-card{width:min(440px,88vw);padding:22px;border-radius:26px;background:rgba(12,22,38,.78);border:1px solid rgba(255,255,255,.16);box-shadow:0 30px 90px rgba(0,0,0,.48);text-align:center;backdrop-filter:blur(18px) saturate(1.2);}
.fb-loader-orb{width:86px;height:86px;margin:0 auto 14px;border-radius:50%;border:8px solid rgba(255,255,255,.12);border-top-color:var(--cyan);border-right-color:var(--pink);animation:fbSpin .85s linear infinite;box-shadow:0 0 40px rgba(22,217,255,.22)}
.fb-preload-card strong{display:block;font-size:clamp(22px,5vw,32px);font-weight:1000;margin-bottom:6px}.fb-preload-card span{display:block;color:#cbd5e1;font-weight:800}.fb-loadbar{height:14px;border-radius:99px;overflow:hidden;background:#1e293b;margin:18px 0 8px;border:1px solid rgba(255,255,255,.12)}.fb-loadbar i{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--pink),var(--cyan));transition:width .28s ease;box-shadow:0 0 24px rgba(22,217,255,.35)}.fb-preload-card em{font-style:normal;color:#fff;font-weight:1000}
@keyframes fbSpin{to{transform:rotate(360deg)}}
.fb-intro{background:#01040c;}
.fb-intro-bg{position:absolute;inset:-5%;background-size:cover;background-position:center;filter:blur(2px) saturate(1.15);opacity:.2;animation:fbIntroBg 7.6s ease forwards;}
.fb-intro-dim{position:absolute;inset:0;background:radial-gradient(circle at center,rgba(22,217,255,.08),rgba(0,0,0,.7) 62%,rgba(0,0,0,.9));}
.fb-intro-logo{position:relative;z-index:2;max-width:min(84vw,620px);max-height:82%;object-fit:contain;filter:drop-shadow(0 24px 70px rgba(0,0,0,.85)) drop-shadow(0 0 36px rgba(22,217,255,.28));animation:fbIntroLogo 7.6s cubic-bezier(.18,.92,.2,1) forwards;}
.fb-intro-text{position:absolute;left:16px;right:16px;bottom:18px;z-index:3;text-align:center;animation:fbIntroText 7.2s ease forwards}.fb-intro-text b{display:block;font-size:clamp(30px,8vw,70px);font-weight:1000;letter-spacing:.02em;text-shadow:0 8px 40px #000}.fb-intro-text span{display:inline-block;margin-top:6px;background:rgba(15,23,42,.7);border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:9px 14px;color:#dbeafe;font-weight:900}.fb-intro.out{animation:fbFadeOut .42s ease forwards}
@keyframes fbIntroBg{0%{opacity:.08;transform:scale(1.18)}35%{opacity:.35}100%{opacity:.58;transform:scale(1.02)}}
@keyframes fbIntroLogo{0%{opacity:0;transform:scale(.05) rotate(-10deg)}13%{opacity:1;transform:scale(.28) rotate(3deg)}68%{transform:scale(.94) rotate(0)}100%{opacity:1;transform:scale(1)}}
@keyframes fbIntroText{0%,28%{opacity:0;transform:translateY(18px)}44%,88%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-12px)}}
@keyframes fbFadeOut{to{opacity:0;transform:scale(1.03)}}
.score-pop{position:relative;z-index:3;margin-top:16px;min-width:180px;padding:12px 18px;border-radius:22px;background:linear-gradient(135deg,rgba(22,217,255,.22),rgba(255,45,141,.18));border:1px solid rgba(255,255,255,.22);box-shadow:0 20px 60px rgba(0,0,0,.35);animation:scoreGrow 3s ease forwards}.score-pop small{display:block;color:#dbeafe;font-weight:900}.score-pop b{display:block;font-size:clamp(34px,8vw,64px);line-height:1;margin-top:3px}.score-pop em{position:absolute;right:-10px;top:-12px;font-style:normal;background:#22c55e;color:#052e16;border-radius:999px;padding:7px 10px;font-weight:1000;box-shadow:0 12px 28px rgba(34,197,94,.25)}@keyframes scoreGrow{0%{opacity:0;transform:scale(.42)}20%{opacity:1;transform:scale(1.16)}45%{transform:scale(1)}75%{transform:scale(1.08)}100%{opacity:1;transform:scale(1)}}
.fb-final{background:radial-gradient(circle at center,rgba(22,217,255,.16),rgba(0,0,0,.82));}.fb-final img{position:relative;z-index:2;max-width:88vw;max-height:86%;object-fit:contain;filter:drop-shadow(0 24px 70px #000);animation:fbFinalLogo 1.7s cubic-bezier(.2,1.2,.25,1) forwards}.fb-final-glow{position:absolute;width:54vmax;height:54vmax;border-radius:50%;background:radial-gradient(circle,rgba(255,45,141,.26),rgba(22,217,255,.12),transparent 65%);animation:fbFinalGlow 1.7s ease forwards}.fb-final.out{animation:fbFadeOut .36s ease forwards}.best-result{display:inline-flex;align-items:center;justify-content:center;margin:0 auto 10px;padding:10px 15px;border-radius:999px;background:linear-gradient(90deg,#fbbf24,#f97316);color:#111827;font-weight:1000;box-shadow:0 16px 40px rgba(251,191,36,.22);animation:bestPulse 1.4s ease-in-out infinite alternate}@keyframes fbFinalLogo{0%{opacity:0;transform:scale(.08) rotate(-12deg)}45%{opacity:1;transform:scale(1.18) rotate(2deg)}100%{opacity:1;transform:scale(1) rotate(0)}}@keyframes fbFinalGlow{0%{opacity:0;transform:scale(.2)}60%{opacity:1}100%{opacity:.35;transform:scale(1.45)}}@keyframes bestPulse{from{transform:scale(1)}to{transform:scale(1.05)}}
@media(max-width:520px){.fb-preload-card{padding:18px}.fb-loader-orb{width:70px;height:70px}.fb-intro-logo{max-width:90vw}.fb-intro-text{bottom:12px}.score-pop{min-width:150px;padding:10px 14px}}


/* FarmerBrain Anzeigen, Highscore und Ergebnis-Update */
.ad{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 20%,rgba(255,45,141,.35),transparent 34%),
    radial-gradient(circle at 90% 40%,rgba(22,217,255,.32),transparent 38%),
    linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.045));
  border:1px solid rgba(255,255,255,.26);
  box-shadow:0 16px 45px rgba(0,0,0,.38), inset 0 0 0 1px rgba(255,255,255,.06);
}
.ad:before{
  content:'ANZEIGE';
  position:absolute;
  top:7px;
  left:10px;
  font-size:10px;
  letter-spacing:.12em;
  font-weight:1000;
  color:#dbeafe;
  opacity:.68;
}
.ad-copy{min-width:0;padding-top:10px}
.ad-copy b{display:block;font-size:16px;line-height:1.15;margin-bottom:3px}
.ad-copy span{display:block;color:#e2e8f0;font-size:14px;line-height:1.25}
.ad-btn{
  flex:0 0 auto;
  margin-left:auto;
  border-radius:14px;
  padding:10px 13px;
  background:linear-gradient(90deg,var(--pink),var(--cyan));
  color:#fff;
  font-weight:1000;
  box-shadow:0 10px 25px rgba(22,217,255,.18);
}
.grid-ad{grid-column:1/-1}
.overview-ad{min-height:72px;margin:2px 0 4px;border-radius:20px}
.game-ad{
  min-height:54px;
  padding:9px 10px;
  margin:10px 0 0;
  border-radius:16px;
}
.game-ad .ad-copy b{font-size:14px}
.game-ad .ad-copy span{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.game-ad .ad-btn{font-size:12px;padding:8px 10px;border-radius:12px}
.final-ad{
  min-height:68px;
  margin:12px auto 14px;
  border-radius:18px;
  max-width:620px;
}
.finish-ad-slot{margin:8px 0 10px}
.my-rank{
  margin:12px 0 0;
  padding:13px 15px;
  border-radius:18px;
  background:linear-gradient(90deg,rgba(255,45,141,.22),rgba(22,217,255,.16));
  border:1px solid rgba(255,255,255,.18);
  font-weight:800;
}
.rank-list li.me{
  outline:2px solid rgba(22,217,255,.65);
  background:linear-gradient(90deg,rgba(22,217,255,.18),rgba(255,45,141,.12));
}
@media(max-width:520px){
  .ad{gap:9px;padding:12px}
  .ad-copy b{font-size:14px}
  .ad-copy span{font-size:12px}
  .ad-btn{font-size:12px;padding:8px 10px}
  .overview-ad{min-height:64px}
  .final-ad{min-height:62px}
}

/* Wunschbox Update */
.wish-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:14px auto 18px;padding:16px;border-radius:24px;background:radial-gradient(circle at 8% 12%,rgba(255,215,0,.28),transparent 34%),linear-gradient(135deg,rgba(255,45,141,.18),rgba(22,217,255,.14));border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 55px rgba(0,0,0,.32);backdrop-filter:blur(16px) saturate(1.18)}
.wish-card b{display:block;font-size:clamp(18px,4.5vw,28px);font-weight:1000;color:#fff}.wish-card span{display:block;color:#dbeafe;font-weight:800;line-height:1.3}.wish-card em{display:block;margin-top:6px;color:#fef3c7;font-style:normal;font-weight:1000}.wish-card.wish-ready{animation:wishGlow 1.8s ease-in-out infinite alternate}.wish-btn{flex:0 0 auto;text-decoration:none;color:#08111f;background:linear-gradient(90deg,#fde047,#f97316);font-weight:1000;border-radius:999px;padding:12px 15px;box-shadow:0 14px 35px rgba(250,204,21,.22)}.wish-progress{height:12px;border-radius:99px;background:rgba(15,23,42,.75);overflow:hidden;margin-top:10px;border:1px solid rgba(255,255,255,.14)}.wish-progress i{display:block;height:100%;background:linear-gradient(90deg,#facc15,#ff2d8d,#16d9ff);border-radius:99px}.wish-badge{display:inline-flex;margin-bottom:7px;border-radius:999px;padding:6px 9px;background:linear-gradient(90deg,#facc15,#f97316);color:#1f1300;font-weight:1000;font-size:12px;box-shadow:0 10px 24px rgba(250,204,21,.22)}
.wish-form-panel,.wish-made{background:rgba(15,23,42,.62);border:1px solid rgba(255,255,255,.15);border-radius:22px;padding:16px;margin:14px auto;backdrop-filter:blur(14px)}.wish-form label{display:block;margin:10px 0;color:#dbeafe;font-weight:900}.wish-form input,.wish-form textarea{width:100%;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(2,6,23,.78);color:#fff;padding:12px}.wish-made-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:16px;background:rgba(255,255,255,.07);text-decoration:none;color:#fff;margin:8px 0}.wish-made-row img{width:78px;height:44px;border-radius:10px;object-fit:cover}.wish-made-row b{display:block}.wish-made-row em{display:block;color:#facc15;font-style:normal;font-weight:900;font-size:12px}.wish-fulfilled{position:fixed;inset:0;z-index:5000;background:rgba(2,6,23,.76);display:grid;place-items:center;padding:18px;backdrop-filter:blur(12px);animation:fadein .25s ease}.wish-fulfilled-card{position:relative;width:min(520px,94vw);border-radius:30px;padding:18px;text-align:center;background:radial-gradient(circle at 50% 0,rgba(250,204,21,.32),transparent 42%),linear-gradient(135deg,rgba(255,45,141,.22),rgba(22,217,255,.18)),rgba(15,23,42,.92);border:1px solid rgba(255,255,255,.25);box-shadow:0 30px 100px rgba(0,0,0,.55);animation:wishPop .45s cubic-bezier(.2,1.25,.3,1)}.wish-fulfilled-card button{position:absolute;right:10px;top:10px;border:0;border-radius:999px;background:rgba(255,255,255,.12);color:#fff;width:34px;height:34px}.wish-fulfilled-card span{display:inline-flex;margin:4px auto 12px;padding:8px 12px;border-radius:999px;background:linear-gradient(90deg,#facc15,#f97316);color:#1f1300;font-weight:1000}.wish-fulfilled-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:20px}.wish-fulfilled-card h2{font-size:clamp(24px,6vw,40px);margin:12px 0 8px}.wish-fulfilled-card p{color:#dbeafe}.notice.error{background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.4)}@keyframes wishGlow{from{box-shadow:0 18px 55px rgba(0,0,0,.32)}to{box-shadow:0 20px 70px rgba(250,204,21,.24),0 0 0 1px rgba(250,204,21,.26)}}@keyframes wishPop{from{opacity:0;transform:scale(.82) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:560px){.wish-card{align-items:stretch;flex-direction:column}.wish-btn{text-align:center}.wish-made-row img{width:68px;height:38px}}


/* Wunschbox mobile compact */
.wunschbox-card,.wish-card,.request-card{
  min-height:auto!important;
  padding:12px 14px!important;
}
.wunschbox-card .cta-repeat,
.wish-card .cta-repeat,
.request-card .cta-repeat{
  display:none!important;
}
.wunschbox-card p,.wish-card p,.request-card p{
  margin:6px 0!important;
}


/* Wunschbox mobile cleanup */
.wish-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:12px 0;
  padding:10px 12px;
  border-radius:18px;
  min-height:0;
  background:linear-gradient(135deg,rgba(255,45,141,.22),rgba(22,217,255,.13));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 36px rgba(0,0,0,.32);
}
.wish-card > div{min-width:0;flex:1}
.wish-card b{display:block;font-size:16px;line-height:1.15;margin-bottom:2px}
.wish-card span{display:block;color:#dbeafe;font-size:13px;line-height:1.25}
.wish-card em{display:block;color:#a8b3c7;font-size:12px;font-style:normal;margin-top:3px}
.wish-card .wish-btn{
  flex:0 0 auto;
  padding:10px 12px;
  border-radius:14px;
  font-weight:900;
  font-size:13px;
  background:linear-gradient(90deg,var(--pink),var(--cyan));
  color:#fff;
  box-shadow:0 8px 24px rgba(22,217,255,.18);
}
.wish-progress{
  height:7px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.16);
  margin:6px 0 2px;
}
.wish-progress i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--pink),var(--cyan))}
.wish-status-panel{
  margin:10px 0 12px;
  padding:12px;
  border-radius:18px;
  background:rgba(255,255,255,.075);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 12px 34px rgba(0,0,0,.25);
}
.wish-status-panel b{display:block;font-size:18px}
.wish-status-panel span{display:block;color:#dbeafe;margin:4px 0;font-size:14px}
.wish-status-panel em{display:block;color:#a8b3c7;font-style:normal;font-size:13px}
.wish-form-panel{padding:14px;border-radius:20px;background:#111d31;border:1px solid #ffffff18}
.wish-form-panel h2{margin:0 0 10px}
.wish-made{margin-top:14px}
.category-title{
  border-left:5px solid var(--c);
  background:linear-gradient(135deg,color-mix(in srgb,var(--c) 28%,#111d31),rgba(255,255,255,.05));
  border-radius:20px;
  padding:14px;
  margin:4px 0 12px;
}
.category-title h1{margin:0;font-size:28px}
.category-title p{margin:4px 0 0;color:#cbd5e1}
.hero-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:10px}
.hero-actions .outlinebtn,.outlinebtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,255,255,.2);
  background:rgba(255,255,255,.08);
  border-radius:14px;
  padding:10px 12px;
  font-weight:900;
}
@media(max-width:640px){
  .wish-card{padding:9px 10px;border-radius:16px;gap:8px}
  .wish-card b{font-size:15px}
  .wish-card span{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .wish-card .wish-btn{padding:9px 10px;font-size:12px;max-width:118px;text-align:center}
  .wish-progress{height:6px;margin-top:5px}
}

/* User UI compact polish update */
.hero-logo-wrap{position:relative;display:grid;place-items:center;gap:5px;flex:0 0 auto}.hero-player{width:100%;max-width:190px;margin-top:2px;padding:6px 7px;border-radius:14px;background:rgba(2,6,23,.58);border:1px solid rgba(255,255,255,.16);text-align:center;box-shadow:0 8px 20px rgba(0,0,0,.25)}.hero-player b{display:block;font-size:13px;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hero-player span{display:block;font-size:12px;color:#fff;font-weight:1000;line-height:1.15;margin-top:2px}.hero-player em{display:block;font-size:11px;color:#cbd5e1;font-style:normal;line-height:1.15}.hero-podium-gold{border-color:rgba(250,204,21,.65)!important;box-shadow:0 18px 56px rgba(250,204,21,.16),0 0 0 2px rgba(250,204,21,.26)!important}.hero-podium-silver{border-color:rgba(226,232,240,.62)!important;box-shadow:0 18px 56px rgba(226,232,240,.13),0 0 0 2px rgba(226,232,240,.22)!important}.hero-podium-bronze{border-color:rgba(180,83,9,.70)!important;box-shadow:0 18px 56px rgba(180,83,9,.16),0 0 0 2px rgba(180,83,9,.24)!important}.hero-actions-equal{display:grid!important;grid-template-columns:1fr 1fr;width:min(330px,100%)}.hero-actions-equal .outlinebtn,.hero-actions-equal button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:center;text-align:center;margin:0}.wish-card{padding:8px 10px!important;margin:9px 0 11px!important;border-radius:16px!important}.wish-card b{font-size:14px!important}.wish-card span{font-size:12px!important;line-height:1.18!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wish-card em{font-size:11px!important;margin-top:2px!important}.wish-card .wish-btn{white-space:nowrap!important;max-width:none!important;font-size:12px!important;padding:8px 10px!important;line-height:1!important}.wish-progress{height:5px!important;margin:5px 0 1px!important}.wish-fulfilled{padding:10px!important}.wish-fulfilled-card{width:min(460px,94vw)!important;max-height:calc(100svh - var(--fb-content-top,56px) - var(--fb-menu-height,74px) - 18px);overflow:auto;border-radius:22px!important;padding:12px!important}.wish-fulfilled-card span{margin:0 auto 8px!important;padding:6px 10px!important;font-size:13px!important}.wish-fulfilled-card img{border-radius:14px!important;max-height:32svh;object-fit:cover}.wish-fulfilled-card h2{font-size:clamp(20px,5vw,30px)!important;margin:8px 0 5px!important;line-height:1.05}.wish-fulfilled-card p{font-size:13px!important;line-height:1.25!important;margin:0 0 9px!important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.wish-fulfilled-card .playbtn{margin-top:3px!important;padding:10px 14px!important}.wish-fulfilled-card button{width:30px!important;height:30px!important;right:8px!important;top:8px!important}@media(max-width:620px){.hero{gap:10px!important}.hero-logo-wrap .logo{width:138px!important;height:138px!important;flex-basis:auto!important}.hero-player{max-width:138px;padding:5px 6px}.hero-player b{font-size:12px}.hero-player span{font-size:11px}.hero-player em{font-size:10px}.hero-actions-equal{width:100%}.wish-card{display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important}.wish-card > div{min-width:0}.wish-card .wish-btn{align-self:center!important;text-align:center!important}}@media(max-width:420px){.hero-logo-wrap .logo{width:118px!important;height:118px!important}.hero-player{max-width:118px}.hero-player em{display:none}.wish-card span{display:none}.wish-card .wish-btn{font-size:11px!important;padding:8px 9px!important}}

/* FarmerBrain Motivation System */
.motibar{position:fixed;left:0;right:0;top:var(--fb-content-top);z-index:905;min-height:48px;display:flex;align-items:center;gap:8px;padding:7px max(12px,env(safe-area-inset-left));background:linear-gradient(90deg,rgba(255,45,141,.22),rgba(22,217,255,.16));border-bottom:1px solid rgba(255,255,255,.14);backdrop-filter:blur(16px) saturate(1.2);box-shadow:0 10px 26px rgba(0,0,0,.28);overflow-x:auto;scrollbar-width:none}.motibar::-webkit-scrollbar{display:none}.motibar b{white-space:nowrap;font-size:13px;font-weight:1000}.motibar span{white-space:nowrap;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);border-radius:999px;padding:5px 8px;font-size:12px;font-weight:900}.motibar i{position:relative;display:block;min-width:70px;height:7px;border-radius:99px;background:rgba(15,23,42,.75);overflow:hidden}.motibar i em{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,var(--pink),var(--cyan))}.motibar + .app{top:calc(var(--fb-content-top) + 48px)!important}.brain-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px}.brain-card,.page-card{background:rgba(15,23,42,.68);border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:15px;box-shadow:0 16px 45px rgba(0,0,0,.25);backdrop-filter:blur(14px)}.brain-card>span{font-size:30px}.brain-card b{display:block;font-size:18px;margin:6px 0 4px}.brain-card p{margin:0 0 8px;color:#dbeafe;line-height:1.35}.brain-card em{display:block;color:#fef3c7;font-style:normal;font-size:12px;font-weight:900}.brain-progress{height:10px;border-radius:99px;background:rgba(2,6,23,.7);overflow:hidden;border:1px solid rgba(255,255,255,.13);margin:8px 0}.brain-progress i{display:block;height:100%;background:linear-gradient(90deg,#facc15,var(--pink),var(--cyan));border-radius:99px}.brain-level{background:radial-gradient(circle at 10% 10%,rgba(250,204,21,.2),transparent 35%),rgba(15,23,42,.72)}.mini-link{display:inline-flex;margin-top:8px;border-radius:999px;padding:8px 10px;background:rgba(255,255,255,.1);font-weight:900}.feature-info{position:fixed;inset:0;z-index:7000;display:grid;place-items:center;padding:12px;background:rgba(2,6,23,.78);backdrop-filter:blur(12px)}.feature-info-card{width:min(520px,94vw);max-height:calc(100svh - var(--fb-content-top,56px) - var(--fb-menu-height,74px) - 20px);overflow:auto;border-radius:22px;padding:14px;background:linear-gradient(135deg,rgba(255,255,255,.13),rgba(255,255,255,.055));border:1px solid rgba(255,255,255,.2);box-shadow:0 28px 90px rgba(0,0,0,.48)}.feature-info-card h2{margin:0 0 8px;font-size:22px}.feature-info-card ul{margin:0;padding:0;list-style:none;display:grid;gap:8px}.feature-info-card li{padding:9px;border-radius:15px;background:rgba(15,23,42,.66);border:1px solid rgba(255,255,255,.12)}.feature-info-card li b{display:block}.feature-info-card li span{display:block;color:#cbd5e1;font-size:13px;line-height:1.25}.feature-confirm{display:flex;gap:8px;align-items:center;margin:12px 0 8px;color:#fff;font-weight:900}.feature-confirm input{width:18px;height:18px}.feature-info-card .bigbtn:disabled{opacity:.45;filter:grayscale(1)}.brain-locked{text-align:center}.rules.page-card{margin-top:12px}.rules.page-card h2{margin-top:0}@media(max-width:560px){.motibar{min-height:44px;padding-top:6px;padding-bottom:6px}.motibar + .app{top:calc(var(--fb-content-top) + 44px)!important}.motibar b{font-size:12px}.motibar span{font-size:11px;padding:4px 7px}.motibar i{min-width:52px}.brain-grid{grid-template-columns:1fr}.brain-card,.page-card{padding:12px;border-radius:18px}.feature-info-card{padding:12px}.feature-info-card li span{font-size:12px}}


/* Level-Freigabe pro Quiz */
.card-image-wrap,.start-image-wrap{display:block;position:relative;line-height:0}
.card-image-wrap img,.start-image-wrap img{display:block}
.quiz-level-badge{position:absolute;top:10px;left:10px;z-index:4;line-height:1;font-weight:950;font-size:12px;border-radius:999px;padding:7px 10px;box-shadow:0 10px 30px #0007;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28)}
.quiz-level-badge.locked{background:linear-gradient(135deg,rgba(15,23,42,.88),rgba(239,68,68,.72));color:#fff}
.quiz-level-badge.unlocked{background:linear-gradient(135deg,rgba(22,217,255,.88),rgba(255,45,141,.72));color:#fff}
.card-locked img{filter:saturate(.65) brightness(.72)}
.playbtn-locked,.playbtn[disabled],.bigbtn.disabled{background:#475569!important;color:#cbd5e1!important;cursor:not-allowed;box-shadow:none;opacity:.85}
.level-lock-note{display:grid;gap:4px;text-align:left;margin:10px 0;padding:10px 12px;border-radius:16px;background:linear-gradient(135deg,rgba(239,68,68,.18),rgba(15,23,42,.78));border:1px solid rgba(248,113,113,.35)}
.level-lock-note b{font-size:14px}.level-lock-note span{font-size:13px;color:#fecaca;line-height:1.35}
.startbox-locked{border-color:rgba(248,113,113,.35)}
@media(max-width:520px){.quiz-level-badge{font-size:11px;padding:6px 8px;top:8px;left:8px}.level-lock-note{padding:9px 10px}}

/* Start-Overlay-Reihenfolge: Erfolg und Aufgaben */
.fb-seq-overlay[hidden]{display:none!important}
.success-info,.task-info{position:fixed;inset:0;z-index:7100;display:grid;place-items:center;padding:12px;background:rgba(2,6,23,.80);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2)}
.success-card,.task-card{position:relative;width:min(540px,94vw);max-height:calc(100svh - var(--fb-content-top,56px) - var(--fb-menu-height,74px) - 20px);overflow:auto;border-radius:26px;padding:16px;background:radial-gradient(circle at 10% 5%,rgba(250,204,21,.30),transparent 36%),linear-gradient(135deg,rgba(255,45,141,.22),rgba(22,217,255,.14)),rgba(15,23,42,.94);border:1px solid rgba(255,255,255,.22);box-shadow:0 30px 95px rgba(0,0,0,.55);animation:fbOverlayPop .45s ease both}.task-card{background:linear-gradient(135deg,rgba(22,217,255,.16),rgba(139,92,246,.13)),rgba(15,23,42,.96)}
.success-info.is-closing,.task-info.is-closing,.feature-info.is-closing{animation:fbOverlayFadeOut .42s ease both}.success-info.is-closing .success-card,.task-info.is-closing .task-card,.feature-info.is-closing .feature-info-card{animation:fbOverlayCardOut .42s ease both}
.success-logo{position:absolute;left:14px;top:13px;width:42px;height:42px;border-radius:13px;object-fit:cover;box-shadow:0 12px 28px rgba(0,0,0,.35);animation:fbLogoFly .9s cubic-bezier(.2,1.2,.25,1) both}.success-card h2,.task-card h2{margin:4px 0 12px;padding-left:54px;font-size:clamp(24px,6vw,36px);line-height:1.02;font-weight:1000}.task-card h2{padding-left:0}.task-card p{margin:-6px 0 12px;color:#cbd5e1;font-weight:800}.success-card ul,.task-card ul{list-style:none;margin:0;padding:0;display:grid;gap:8px}.success-item,.task-card li{padding:10px 11px;border-radius:17px;background:rgba(2,6,23,.55);border:1px solid rgba(255,255,255,.14);animation:fbItemIn .42s ease both}.success-item:nth-child(1),.task-card li:nth-child(1){animation-delay:.55s}.success-item:nth-child(2),.task-card li:nth-child(2){animation-delay:.78s}.success-item:nth-child(3),.task-card li:nth-child(3){animation-delay:1.01s}.success-item:nth-child(4),.task-card li:nth-child(4){animation-delay:1.24s}.success-item b,.task-card li b{display:block;color:#fff;font-size:15px;font-weight:1000}.success-item span,.task-card li span,.task-card li em{display:block;color:#dbeafe;font-size:13px;line-height:1.28;margin-top:3px;font-style:normal}.success-item.is-level{border-color:rgba(250,204,21,.55);background:linear-gradient(135deg,rgba(250,204,21,.22),rgba(255,45,141,.12));box-shadow:0 0 0 1px rgba(250,204,21,.18),0 16px 36px rgba(250,204,21,.10);animation:fbItemIn .42s ease both,fbLevelPulse 1.4s ease-in-out infinite alternate}.task-level i{display:block;height:9px;border-radius:99px;background:rgba(2,6,23,.75);overflow:hidden;margin-top:8px;border:1px solid rgba(255,255,255,.13)}.task-level i u{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#facc15,var(--pink),var(--cyan));text-decoration:none}.success-card .bigbtn,.task-card .bigbtn{width:100%;margin-top:12px}.success-card .bigbtn:disabled{opacity:.55;filter:grayscale(1)}
@keyframes fbOverlayPop{from{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes fbOverlayFadeOut{to{opacity:0}}
@keyframes fbOverlayCardOut{to{opacity:0;transform:translateY(18px) scale(.96)}}
@keyframes fbLogoFly{0%{opacity:0;transform:translate(38vw,-38vh) rotate(18deg) scale(.35)}70%{opacity:1;transform:translate(-2px,1px) rotate(-2deg) scale(1.08)}100%{opacity:1;transform:translate(0,0) rotate(0) scale(1)}}
@keyframes fbItemIn{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes fbLevelPulse{from{filter:brightness(1);transform:scale(1)}to{filter:brightness(1.16);transform:scale(1.012)}}
@media(max-width:520px){.success-card,.task-card{padding:13px;border-radius:22px}.success-logo{width:38px;height:38px}.success-card h2,.task-card h2{font-size:26px}.success-item,.task-card li{padding:9px 10px}.success-item span,.task-card li span,.task-card li em{font-size:12px}.success-card ul,.task-card ul{gap:7px}}
