:root{--tg-bg: #1a0f08;--tg-bg-secondary: #241612;--tg-text: #f5e8d3;--tg-hint: #8a7560;--tg-link: #d4a847;--tg-button: #d4a847;--tg-button-text: #1f1108;--tg-header-bg: #0f0805;--tg-accent: #f4d27a;--bg-deep: #0f0805;--bg-app: #1a0f08;--bg-panel: #241612;--bg-panel-2: #2e1b14;--bg-card: #3a2218;--bg-elevated: #4a2d20;--border-subtle: #5c3826;--border-strong: #8b5a3c;--gold-primary: #d4a847;--gold-light: #f4d27a;--gold-deep: #a07a2a;--gold-glow: #ffe08a;--copper: #c97b4a;--bone-white: #f2e4c9;--bone-shadow: #c4b08a;--blood-red: #c54a3d;--blood-red-deep: #8b2c24;--tavern-green: #5fa84a;--tavern-green-deep: #3d7530;--royal-purple: #7b4a9c;--royal-purple-light: #a876c9;--stars-blue: #5ba9e0;--stars-yellow: #ffcb45;--text-primary: #f5e8d3;--text-secondary: #c9b89a;--text-muted: #8a7560;--text-disabled: #5c4d3d;--text-on-gold: #1f1108;--energy-blue: #4fb6e0;--energy-blue-deep: #256c8a;--font-display: "Cinzel", "Times New Roman", serif;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, monospace;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-xl: 24px;--screen-w: 390px;--screen-h: 844px;font-family:var(--font-body);color:var(--text-primary);background:var(--bg-deep);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html[data-color-scheme=light] body{background:var(--tg-bg)}body{margin:0;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at top,#2a160c 0%,transparent 60%),var(--bg-deep)}#root{width:100%;display:flex;align-items:stretch;justify-content:center}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit;padding:0}.screen{width:var(--screen-w);height:var(--screen-h);border-radius:32px;border:1px solid var(--border-subtle);background:var(--bg-app);overflow:hidden;display:flex;flex-direction:column;position:relative;box-shadow:0 30px 80px #0009}html.gb-app-locked,html.gb-app-locked body{height:100%;overflow:hidden;overscroll-behavior:none}@media(max-width:480px),(max-height:880px){body{align-items:stretch;justify-content:stretch;padding:0}.screen{width:100%;height:100vh;height:100dvh;max-width:100%;border-radius:0;border:none;box-shadow:none}}.scroll-area{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.scroll-area::-webkit-scrollbar{width:6px}.scroll-area::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}@keyframes gb-die-roll{0%{transform:translateY(0) rotate(0) scale(1)}20%{transform:translateY(-6px) rotate(-90deg) scale(1.05)}40%{transform:translateY(3px) rotate(-180deg) scale(.96)}60%{transform:translateY(-4px) rotate(-270deg) scale(1.03)}80%{transform:translateY(2px) rotate(-340deg) scale(.98)}to{transform:translateY(0) rotate(-360deg) scale(1)}}@keyframes gb-die-pop{0%{transform:scale(.7);filter:drop-shadow(0 0 0 var(--gold-glow))}60%{transform:scale(1.12);filter:drop-shadow(0 0 8px var(--gold-glow))}to{transform:scale(1);filter:drop-shadow(0 0 0 var(--gold-glow))}}@keyframes gb-effect-flash{0%{opacity:0;transform:scale(1);background:transparent}30%{opacity:.9;transform:scale(1.1);background:var(--tint, var(--gold-glow))}to{opacity:0;transform:scale(1.5);background:transparent}}@keyframes gb-effect-glow{0%{box-shadow:0 0 0 0 var(--tint, var(--gold-glow));opacity:.9}50%{box-shadow:0 0 22px 8px var(--tint, var(--gold-glow));opacity:1}to{box-shadow:0 0 0 0 var(--tint, var(--gold-glow));opacity:0}}@keyframes gb-effect-pulse{0%{transform:scale(.5);opacity:1;border-color:var(--tint, var(--gold-glow))}to{transform:scale(2);opacity:0;border-color:var(--tint, var(--gold-glow))}}@keyframes gb-effect-sparkle{0%{opacity:0;transform:scale(.6) rotate(0)}50%{opacity:1;transform:scale(1) rotate(180deg)}to{opacity:0;transform:scale(1.4) rotate(360deg)}}@keyframes gb-effect-shake{0%{transform:translate(0)}25%{transform:translate(-4px)}50%{transform:translate(3px)}75%{transform:translate(-2px)}to{transform:translate(0)}}@keyframes gb-bone-launch{0%{transform:translate(var(--from-x, 0px),var(--from-y, 0px)) scale(1)}8%{transform:translate(var(--from-x, 0px),var(--from-y, 0px)) scale(1.05,.9)}to{transform:translate(var(--to-x, 0px),var(--to-y, 0px)) scale(.95)}}@keyframes gb-bone-shatter{0%{transform:scale(1) rotate(0);opacity:1}50%{transform:scale(1.2) rotate(15deg);opacity:.6}to{transform:scale(0) rotate(-15deg);opacity:0}}@keyframes gb-bone-shard{0%{transform:translate(0) rotate(0) scale(1);opacity:1}60%{opacity:1}to{transform:translate(var(--shard-x, 0px),var(--shard-y, 0px)) rotate(540deg) scale(.35);opacity:0}}@keyframes gb-cult-flame-flicker{0%,to{filter:brightness(1) saturate(1);transform:translateY(0) scaleY(1)}22%{filter:brightness(1.16) saturate(1.08);transform:translateY(-.4px) scaleY(1.04)}48%{filter:brightness(.93) saturate(.96);transform:translateY(.2px) scaleY(.97)}74%{filter:brightness(1.1) saturate(1.05);transform:translateY(-.25px) scaleY(1.025)}}@keyframes gb-cult-flame-flicker-slow{0%,to{filter:brightness(1);transform:translateY(0) scaleY(1)}35%{filter:brightness(1.08);transform:translateY(-.2px) scaleY(1.02)}70%{filter:brightness(.95);transform:translateY(.15px) scaleY(.98)}}@keyframes gb-cult-wax-pulse{0%,to{opacity:.95}50%{opacity:1}}html[data-theme=cult-of-the-lamb] .gb-quick-match-button{position:relative;overflow:visible!important;isolation:isolate;box-shadow:0 -5px 14px -4px #ffaa3c52,0 4px 16px #d4a84766!important}html[data-theme=cult-of-the-lamb] .gb-quick-match-button:before{content:"";position:absolute;left:0;top:-32px;width:60px;height:42px;pointer-events:none;z-index:1;background-repeat:no-repeat;background-position:left bottom;background-size:60px 42px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='42' viewBox='-12 -10 60 42'><defs><linearGradient id='c' x1='0' y1='0' x2='1' y2='0'><stop offset='0' stop-color='%23fff8e6'/><stop offset='0.5' stop-color='%23e8dcc0'/><stop offset='1' stop-color='%23a89472'/></linearGradient><radialGradient id='f' cx='0.5' cy='0.75' r='0.55'><stop offset='0' stop-color='%23fff4b3'/><stop offset='0.35' stop-color='%23ffc24a'/><stop offset='0.8' stop-color='%23ff7a2a' stop-opacity='0.88'/><stop offset='1' stop-color='%23ff4a1a' stop-opacity='0'/></radialGradient><radialGradient id='g' cx='0.5' cy='0.5' r='0.5'><stop offset='0' stop-color='%23ffe28a' stop-opacity='0.55'/><stop offset='1' stop-color='%23ffe28a' stop-opacity='0'/></radialGradient></defs><circle cx='8' cy='6' r='14' fill='url(%23g)'/><circle cx='15' cy='11' r='11' fill='url(%23g)'/><circle cx='22' cy='15' r='9' fill='url(%23g)'/><rect x='3' y='10' width='10' height='14' rx='1.4' fill='url(%23c)' stroke='%23504028' stroke-width='0.4'/><rect x='10.5' y='10' width='2.5' height='14' rx='1' fill='%23000' opacity='0.25'/><ellipse cx='8' cy='10' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M4,10 Q5.5,12 8,11 Q10,13 12,10.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='7.6' y='5' width='0.8' height='5' fill='%23241208'/><path d='M8,-1 C3,2 3.5,9 8,11 C12.5,9 13,2 8,-1 Z' fill='url(%23f)'/><ellipse cx='8' cy='5' rx='1.4' ry='3' fill='%23fff8d0'/><rect x='10' y='13' width='10' height='11' rx='1.4' fill='url(%23c)' stroke='%23504028' stroke-width='0.4'/><rect x='17.5' y='13' width='2.5' height='11' rx='1' fill='%23000' opacity='0.28'/><ellipse cx='15' cy='13' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M11,13 Q12.5,15 15,14 Q17,16 19,13.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='14.6' y='9' width='0.8' height='4' fill='%23241208'/><path d='M15,3 C10.5,6 11,12 15,13.5 C19,12 19.5,6 15,3 Z' fill='url(%23f)'/><ellipse cx='15' cy='8' rx='1.3' ry='2.6' fill='%23fff8d0'/><rect x='17' y='17' width='10' height='7' rx='1.3' fill='url(%23c)' stroke='%23504028' stroke-width='0.4'/><rect x='24.5' y='17' width='2.5' height='7' rx='1' fill='%23000' opacity='0.32'/><ellipse cx='22' cy='17' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M18,17 Q19.5,19 22,18 Q24,20 26,17.5' stroke='%23806c4a' stroke-width='0.45' fill='none' opacity='0.7'/><rect x='21.6' y='13' width='0.8' height='4' fill='%23241208'/><path d='M22,7 C17.5,10 18,16 22,17.5 C26,16 26.5,10 22,7 Z' fill='url(%23f)'/><ellipse cx='22' cy='12' rx='1.2' ry='2.4' fill='%23fff8d0'/></svg>");animation:gb-cult-flame-flicker 1.6s ease-in-out infinite;transform-origin:50% 100%;filter:drop-shadow(0 -1px 3px rgba(255,130,40,.4)) drop-shadow(1px 1px 1px rgba(0,0,0,.4))}html[data-theme=cult-of-the-lamb] .gb-quick-match-button:after{content:"";position:absolute;left:0;right:0;top:-2px;height:14px;border-radius:12px 12px 0 0;pointer-events:none;z-index:2;background-repeat:repeat-x;background-position:top center;background-size:60px 14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='14' viewBox='0 0 60 14'><defs><linearGradient id='w2' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23fff8e6'/><stop offset='0.55' stop-color='%23d8c8a8'/><stop offset='1' stop-color='%23806c4a'/></linearGradient></defs><path d='M0,2 L60,2 L60,5 Q52,7 44,5 Q36,7 28,5 Q20,7 12,5 Q6,7 0,5 Z' fill='url(%23w2)' stroke='%23504028' stroke-width='0.3'/><path d='M16,5 C15,7 15,9 16.5,9 C18,9 18,7 16.5,5 Z' fill='url(%23w2)' stroke='%23504028' stroke-width='0.2'/><path d='M40,5 C38.8,8 38.8,13 40.5,13 C42.2,13 42.2,8 40.5,5 Z' fill='url(%23w2)' stroke='%23504028' stroke-width='0.2'/></svg>");animation:gb-cult-wax-pulse 3.6s ease-in-out infinite}html[data-theme=cult-of-the-lamb] .gb-bottom-tab-bar{position:relative;z-index:0;overflow:visible!important;box-shadow:inset 0 12px 18px -14px #ffaa3c4d,0 -3px 12px -4px #ffaa3c2e}html[data-theme=cult-of-the-lamb] .gb-bottom-tab-bar:before{content:"";position:absolute;left:0;right:0;bottom:calc(100% - 10px);height:42px;pointer-events:none;z-index:1;background-repeat:no-repeat,no-repeat;background-position:left 0 bottom,right 0 bottom;background-size:60px 42px,60px 42px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='42' viewBox='-12 -10 60 42'><defs><linearGradient id='cL' x1='0' y1='0' x2='1' y2='0'><stop offset='0' stop-color='%23fff8e6'/><stop offset='0.5' stop-color='%23e8dcc0'/><stop offset='1' stop-color='%23a89472'/></linearGradient><radialGradient id='fL' cx='0.5' cy='0.75' r='0.55'><stop offset='0' stop-color='%23fff4b3'/><stop offset='0.35' stop-color='%23ffc24a'/><stop offset='0.8' stop-color='%23ff7a2a' stop-opacity='0.88'/><stop offset='1' stop-color='%23ff4a1a' stop-opacity='0'/></radialGradient><radialGradient id='gL' cx='0.5' cy='0.5' r='0.5'><stop offset='0' stop-color='%23ffe28a' stop-opacity='0.55'/><stop offset='1' stop-color='%23ffe28a' stop-opacity='0'/></radialGradient></defs><circle cx='8' cy='6' r='14' fill='url(%23gL)'/><circle cx='15' cy='11' r='11' fill='url(%23gL)'/><circle cx='22' cy='15' r='9' fill='url(%23gL)'/><rect x='3' y='10' width='10' height='14' rx='1.4' fill='url(%23cL)' stroke='%23504028' stroke-width='0.4'/><rect x='10.5' y='10' width='2.5' height='14' rx='1' fill='%23000' opacity='0.25'/><ellipse cx='8' cy='10' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M4,10 Q5.5,12 8,11 Q10,13 12,10.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='7.6' y='5' width='0.8' height='5' fill='%23241208'/><path d='M8,-1 C3,2 3.5,9 8,11 C12.5,9 13,2 8,-1 Z' fill='url(%23fL)'/><ellipse cx='8' cy='5' rx='1.4' ry='3' fill='%23fff8d0'/><rect x='10' y='13' width='10' height='11' rx='1.4' fill='url(%23cL)' stroke='%23504028' stroke-width='0.4'/><rect x='17.5' y='13' width='2.5' height='11' rx='1' fill='%23000' opacity='0.28'/><ellipse cx='15' cy='13' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M11,13 Q12.5,15 15,14 Q17,16 19,13.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='14.6' y='9' width='0.8' height='4' fill='%23241208'/><path d='M15,3 C10.5,6 11,12 15,13.5 C19,12 19.5,6 15,3 Z' fill='url(%23fL)'/><ellipse cx='15' cy='8' rx='1.3' ry='2.6' fill='%23fff8d0'/><rect x='17' y='17' width='10' height='7' rx='1.3' fill='url(%23cL)' stroke='%23504028' stroke-width='0.4'/><rect x='24.5' y='17' width='2.5' height='7' rx='1' fill='%23000' opacity='0.32'/><ellipse cx='22' cy='17' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M18,17 Q19.5,19 22,18 Q24,20 26,17.5' stroke='%23806c4a' stroke-width='0.45' fill='none' opacity='0.7'/><rect x='21.6' y='13' width='0.8' height='4' fill='%23241208'/><path d='M22,7 C17.5,10 18,16 22,17.5 C26,16 26.5,10 22,7 Z' fill='url(%23fL)'/><ellipse cx='22' cy='12' rx='1.2' ry='2.4' fill='%23fff8d0'/></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='42' viewBox='-12 -10 60 42'><defs><linearGradient id='cR' x1='0' y1='0' x2='1' y2='0'><stop offset='0' stop-color='%23a89472'/><stop offset='0.5' stop-color='%23e8dcc0'/><stop offset='1' stop-color='%23fff8e6'/></linearGradient><radialGradient id='fR' cx='0.5' cy='0.75' r='0.55'><stop offset='0' stop-color='%23fff4b3'/><stop offset='0.35' stop-color='%23ffc24a'/><stop offset='0.8' stop-color='%23ff7a2a' stop-opacity='0.88'/><stop offset='1' stop-color='%23ff4a1a' stop-opacity='0'/></radialGradient><radialGradient id='gR' cx='0.5' cy='0.5' r='0.5'><stop offset='0' stop-color='%23ffe28a' stop-opacity='0.55'/><stop offset='1' stop-color='%23ffe28a' stop-opacity='0'/></radialGradient></defs><circle cx='14' cy='15' r='9' fill='url(%23gR)'/><circle cx='21' cy='11' r='11' fill='url(%23gR)'/><circle cx='28' cy='6' r='14' fill='url(%23gR)'/><rect x='23' y='10' width='10' height='14' rx='1.4' fill='url(%23cR)' stroke='%23504028' stroke-width='0.4'/><rect x='23' y='10' width='2.5' height='14' rx='1' fill='%23000' opacity='0.25'/><ellipse cx='28' cy='10' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M24,10 Q26,12 28,11 Q30.5,13 32,10.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='27.6' y='5' width='0.8' height='5' fill='%23241208'/><path d='M28,-1 C23,2 23.5,9 28,11 C32.5,9 33,2 28,-1 Z' fill='url(%23fR)'/><ellipse cx='28' cy='5' rx='1.4' ry='3' fill='%23fff8d0'/><rect x='16' y='13' width='10' height='11' rx='1.4' fill='url(%23cR)' stroke='%23504028' stroke-width='0.4'/><rect x='16' y='13' width='2.5' height='11' rx='1' fill='%23000' opacity='0.28'/><ellipse cx='21' cy='13' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M17,13 Q19,15 21,14 Q23.5,16 25,13.5' stroke='%23806c4a' stroke-width='0.5' fill='none' opacity='0.7'/><rect x='20.6' y='9' width='0.8' height='4' fill='%23241208'/><path d='M21,3 C16.5,6 17,12 21,13.5 C25,12 25.5,6 21,3 Z' fill='url(%23fR)'/><ellipse cx='21' cy='8' rx='1.3' ry='2.6' fill='%23fff8d0'/><rect x='9' y='17' width='10' height='7' rx='1.3' fill='url(%23cR)' stroke='%23504028' stroke-width='0.4'/><rect x='9' y='17' width='2.5' height='7' rx='1' fill='%23000' opacity='0.32'/><ellipse cx='14' cy='17' rx='5' ry='1.4' fill='%23fff8e6' stroke='%23504028' stroke-width='0.3'/><path d='M10,17 Q12,19 14,18 Q16.5,20 18,17.5' stroke='%23806c4a' stroke-width='0.45' fill='none' opacity='0.7'/><rect x='13.6' y='13' width='0.8' height='4' fill='%23241208'/><path d='M14,7 C9.5,10 10,16 14,17.5 C18,16 18.5,10 14,7 Z' fill='url(%23fR)'/><ellipse cx='14' cy='12' rx='1.2' ry='2.4' fill='%23fff8d0'/></svg>");animation:gb-cult-flame-flicker-slow 2.1s ease-in-out infinite;transform-origin:50% 100%;filter:drop-shadow(0 -1px 3px rgba(255,130,40,.4)) drop-shadow(1px 1px 1px rgba(0,0,0,.4))}html[data-theme=cult-of-the-lamb] .gb-bottom-tab-bar:after{content:"";position:absolute;left:0;right:0;top:-2px;height:14px;pointer-events:none;z-index:3;background-repeat:repeat-x;background-position:top center;background-size:60px 14px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='60' height='14' viewBox='0 0 60 14'><defs><linearGradient id='wB' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23fff8e6'/><stop offset='0.55' stop-color='%23d8c8a8'/><stop offset='1' stop-color='%23806c4a'/></linearGradient></defs><path d='M0,2 L60,2 L60,5 Q52,7 44,5 Q36,7 28,5 Q20,7 12,5 Q6,7 0,5 Z' fill='url(%23wB)' stroke='%23504028' stroke-width='0.3'/><path d='M16,5 C15,7 15,9 16.5,9 C18,9 18,7 16.5,5 Z' fill='url(%23wB)' stroke='%23504028' stroke-width='0.2'/><path d='M40,5 C38.8,8 38.8,13 40.5,13 C42.2,13 42.2,8 40.5,5 Z' fill='url(%23wB)' stroke='%23504028' stroke-width='0.2'/></svg>");animation:gb-cult-wax-pulse 4.4s ease-in-out infinite}html[data-theme=cult-of-the-lamb] .gb-cult-settings-btn,html[data-theme=cult-of-the-lamb] .gb-cult-play-btn,html[data-theme=cult-of-the-lamb] .gb-cult-rules-btn,html[data-theme=cult-of-the-lamb] .gb-cult-shortcut-btn,html[data-theme=cult-of-the-lamb] .gb-cult-bigcard-btn,html[data-theme=cult-of-the-lamb] .gb-btn{transition:transform .08s ease-out,box-shadow .08s ease-out;position:relative;font-family:var(--font-display)!important;letter-spacing:.6px;text-transform:uppercase}html[data-theme=cult-of-the-lamb] .gb-cult-settings-btn{background:#f5ecd6!important;border:2px solid #241208!important;box-shadow:0 3px #241208,inset 0 -3px 4px #78603c59,inset 0 2px 3px #ffffffb3}html[data-theme=cult-of-the-lamb] .gb-cult-settings-btn:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 3px #78603c66,inset 0 1px 2px #ffffff80}html[data-theme=cult-of-the-lamb] .gb-cult-settings-btn svg{color:#241208!important;stroke:#241208!important}html[data-theme=cult-of-the-lamb] .gb-cult-play-btn{background:#c8302a!important;color:#fff8e6!important;border:2px solid #241208!important;border-radius:10px!important;font-weight:800!important;font-size:11px!important;box-shadow:0 3px #241208,inset 0 -3px 5px #50100c8c,inset 0 2px 3px #ffc8b473;text-shadow:0 1px 0 rgba(80,16,12,.6)}html[data-theme=cult-of-the-lamb] .gb-cult-play-btn:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 4px #50100c80,inset 0 1px 2px #ffc8b466}html[data-theme=cult-of-the-lamb] .gb-cult-rules-btn{background:#f5ecd6!important;color:#241208!important;border:2px solid #241208!important;border-radius:10px!important;font-weight:800!important;font-size:10px!important;box-shadow:0 3px #241208,inset 0 -2px 4px #78603c52,inset 0 2px 3px #ffffffa6;text-shadow:0 1px 0 rgba(255,248,230,.6)}html[data-theme=cult-of-the-lamb] .gb-cult-rules-btn:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -1px 3px #78603c59,inset 0 1px 2px #ffffff8c}html[data-theme=cult-of-the-lamb] .gb-cult-play-btn>svg,html[data-theme=cult-of-the-lamb] .gb-btn-primary>svg,html[data-theme=cult-of-the-lamb] .gb-btn-danger>svg,html[data-theme=cult-of-the-lamb] .gb-btn-success>svg{color:#fff8e6!important;stroke:#fff8e6!important}html[data-theme=cult-of-the-lamb] .gb-cult-rules-btn>svg,html[data-theme=cult-of-the-lamb] .gb-btn-secondary>svg,html[data-theme=cult-of-the-lamb] .gb-btn-ghost>svg{color:#241208!important;stroke:#241208!important}html[data-theme=cult-of-the-lamb] .gb-cult-bigcard-btn{background:#f5ecd6!important;color:#241208!important;border:2px solid #241208!important;border-radius:14px!important;box-shadow:0 3px #241208,inset 0 -3px 5px #78603c4d,inset 0 2px 3px #fff9!important}html[data-theme=cult-of-the-lamb] .gb-cult-bigcard-btn:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 3px #78603c52,inset 0 1px 2px #ffffff8c!important}html[data-theme=cult-of-the-lamb] .gb-cult-bigcard-btn span{color:#241208!important;font-family:var(--font-display)!important}html[data-theme=cult-of-the-lamb] .gb-cult-bigcard-btn>svg{color:#241208!important;stroke:#241208!important}html[data-theme=cult-of-the-lamb] .gb-cult-shortcut-btn{background:#f5ecd6!important;color:#241208!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -3px 5px #78603c52,inset 0 2px 3px #ffffffa6}html[data-theme=cult-of-the-lamb] .gb-cult-shortcut-btn:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 3px #78603c59,inset 0 1px 2px #ffffff8c}html[data-theme=cult-of-the-lamb] .gb-cult-shortcut-btn span{color:#241208!important;font-family:var(--font-display)!important;font-weight:800!important;letter-spacing:.4px}html[data-theme=cult-of-the-lamb] .gb-btn-primary{background:#c8302a!important;color:#fff8e6!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -3px 5px #50100c8c,inset 0 2px 3px #ffc8b473;text-shadow:0 1px 0 rgba(80,16,12,.6)}html[data-theme=cult-of-the-lamb] .gb-btn-primary:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 4px #50100c80,inset 0 1px 2px #ffc8b466}html[data-theme=cult-of-the-lamb] .gb-btn-secondary{background:#f5ecd6!important;color:#241208!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -2px 4px #78603c52,inset 0 2px 3px #ffffffa6;text-shadow:0 1px 0 rgba(255,248,230,.6)}html[data-theme=cult-of-the-lamb] .gb-btn-secondary:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -1px 3px #78603c59,inset 0 1px 2px #ffffff8c}html[data-theme=cult-of-the-lamb] .gb-btn-ghost{background:#f5ecd62e!important;color:#f5ecd6!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -2px 4px #0000002e;text-shadow:0 1px 0 rgba(0,0,0,.4)}html[data-theme=cult-of-the-lamb] .gb-btn-ghost:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -1px 3px #0000002e}html[data-theme=cult-of-the-lamb] .gb-btn-danger{background:#8b1f1a!important;color:#fff8e6!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -3px 5px #280806a6,inset 0 2px 3px #ffa08c59;text-shadow:0 1px 0 rgba(40,8,6,.7)}html[data-theme=cult-of-the-lamb] .gb-btn-danger:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 4px #28080699,inset 0 1px 2px #ffa08c4d}html[data-theme=cult-of-the-lamb] .gb-btn-success{background:#6b8a3a!important;color:#fff8e6!important;border:2px solid #241208!important;border-radius:12px!important;font-weight:800!important;box-shadow:0 3px #241208,inset 0 -3px 5px #2838108c,inset 0 2px 3px #dcf0b466;text-shadow:0 1px 0 rgba(40,56,16,.6)}html[data-theme=cult-of-the-lamb] .gb-btn-success:active{transform:translateY(2px);box-shadow:0 1px #241208,inset 0 -2px 4px #28381080,inset 0 1px 2px #dcf0b459}html[data-theme=cult-of-the-lamb] .gb-mm-dot,.gb-cult-rune{display:none}html[data-theme=cult-of-the-lamb] .gb-cult-rune{display:flex;animation:gb-cult-rune-cycle 3.6s linear infinite;will-change:transform,filter,opacity;-webkit-user-select:none;user-select:none}@keyframes gb-cult-rune-cycle{0%,to{transform:scale(1.6);color:#ff5a48;filter:brightness(1.9) drop-shadow(0 0 6px #c8302a) drop-shadow(0 0 10px rgba(232,80,70,.65));opacity:1}6%{transform:scale(1);color:#c8302a;filter:brightness(1) drop-shadow(0 0 2px #c8302a);opacity:.85}30%{transform:scale(.95);color:#8b1f1a;filter:brightness(.55);opacity:.45}55%{transform:scale(1.05);color:#c8302a;filter:brightness(1.15) drop-shadow(0 0 3px #c8302a);opacity:.85}78%{transform:scale(.95);color:#8b1f1a;filter:brightness(.65) drop-shadow(0 0 1px #8b1f1a);opacity:.6}94%{transform:scale(1.15);color:#c8302a;filter:brightness(1.35) drop-shadow(0 0 4px #c8302a);opacity:.95}}@keyframes gb-cult-halo-shimmer{0%,to{filter:brightness(1) drop-shadow(0 0 6px rgba(255,220,130,.7))}50%{filter:brightness(1.18) drop-shadow(0 0 14px rgba(255,240,180,.95))}}@keyframes gb-cult-wing-breathe{0%,to{transform:translate(-50%) scale(1);opacity:.95}50%{transform:translate(-50%) scale(1.025);opacity:1}}@keyframes gb-cult-feather-drift{0%{transform:translateY(-12px) translate(0) rotate(-12deg);opacity:0}15%{opacity:.9}to{transform:translateY(140px) translate(28px) rotate(36deg);opacity:0}}@keyframes gb-cult-victory-title-glow{0%,to{text-shadow:0 0 14px rgba(255,232,160,.85),0 0 26px rgba(255,200,90,.45),0 2px 0 rgba(80,50,20,.6)}50%{text-shadow:0 0 22px rgba(255,248,200,1),0 0 38px rgba(255,210,110,.75),0 2px 0 rgba(80,50,20,.6)}}html[data-theme=cult-of-the-lamb] .gb-cult-victory-banner{background:radial-gradient(ellipse 95% 80% at center 50%,rgba(255,248,220,.55) 0%,rgba(255,220,140,.28) 35%,rgba(255,196,90,.1) 65%,transparent 100%)!important;padding-top:64px!important;isolation:isolate}html[data-theme=cult-of-the-lamb] .gb-cult-victory-icon{display:none!important}html[data-theme=cult-of-the-lamb] .gb-cult-victory-banner:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:220px;height:90px;pointer-events:none;z-index:1;background-repeat:no-repeat;background-position:center;background-size:220px 90px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='90' viewBox='0 0 220 90'><defs><radialGradient id='haloGlow' cx='0.5' cy='0.5' r='0.5'><stop offset='0' stop-color='%23fff8d8' stop-opacity='0.95'/><stop offset='0.5' stop-color='%23ffd87a' stop-opacity='0.55'/><stop offset='1' stop-color='%23ffd87a' stop-opacity='0'/></radialGradient><linearGradient id='wingGrad' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23ffffff'/><stop offset='0.55' stop-color='%23fff2c8'/><stop offset='1' stop-color='%23d8b566'/></linearGradient><linearGradient id='haloRing' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23fff4b0'/><stop offset='1' stop-color='%23c6962a'/></linearGradient><linearGradient id='featherDark' x1='0' y1='0' x2='1' y2='0'><stop offset='0' stop-color='%23a88a40' stop-opacity='0.6'/><stop offset='1' stop-color='%23a88a40' stop-opacity='0'/></linearGradient></defs><circle cx='110' cy='44' r='42' fill='url(%23haloGlow)'/><g opacity='0.85'><path d='M110,16 L112,4' stroke='%23fff4b0' stroke-width='1.4' stroke-linecap='round'/><path d='M126,18 L132,8'  stroke='%23fff4b0' stroke-width='1.2' stroke-linecap='round'/><path d='M94,18 L88,8'    stroke='%23fff4b0' stroke-width='1.2' stroke-linecap='round'/><path d='M140,28 L148,22' stroke='%23fff4b0' stroke-width='1' stroke-linecap='round'/><path d='M80,28 L72,22'   stroke='%23fff4b0' stroke-width='1' stroke-linecap='round'/></g><g transform='translate(110 44)'><g><path d='M-2,-8 C-40,-26 -82,-22 -100,-4 C-78,-14 -42,-12 -16,2 C-12,4 -8,4 -2,2 Z' fill='url(%23wingGrad)' stroke='%23806c2a' stroke-width='0.7' stroke-linejoin='round'/><path d='M-12,-6 C-30,-12 -54,-12 -72,-6'   stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-12,-2 C-30,-4  -54,-4  -82,0'    stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-14,2  C-32,4   -56,6   -88,6'    stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-94,-6 L-92,-12' stroke='%23fff8d0' stroke-width='1.1' stroke-linecap='round'/><path d='M-80,-10 L-78,-16' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-64,-12 L-62,-18' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-46,-12 L-44,-18' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-28,-10 L-26,-16' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/></g><g transform='scale(-1 1)'><path d='M-2,-8 C-40,-26 -82,-22 -100,-4 C-78,-14 -42,-12 -16,2 C-12,4 -8,4 -2,2 Z' fill='url(%23wingGrad)' stroke='%23806c2a' stroke-width='0.7' stroke-linejoin='round'/><path d='M-12,-6 C-30,-12 -54,-12 -72,-6'   stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-12,-2 C-30,-4  -54,-4  -82,0'    stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-14,2  C-32,4   -56,6   -88,6'    stroke='url(%23featherDark)' stroke-width='0.8' fill='none'/><path d='M-94,-6 L-92,-12' stroke='%23fff8d0' stroke-width='1.1' stroke-linecap='round'/><path d='M-80,-10 L-78,-16' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-64,-12 L-62,-18' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-46,-12 L-44,-18' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/><path d='M-28,-10 L-26,-16' stroke='%23fff8d0' stroke-width='1' stroke-linecap='round'/></g></g><g transform='translate(110 32)'><ellipse cx='0' cy='0' rx='26' ry='5' fill='none' stroke='url(%23haloRing)' stroke-width='3'/><ellipse cx='0' cy='0' rx='26' ry='5' fill='none' stroke='%23fff8d0' stroke-width='1' opacity='0.85'/></g></svg>");animation:gb-cult-wing-breathe 3.8s ease-in-out infinite,gb-cult-halo-shimmer 2.4s ease-in-out infinite;transform-origin:50% 50%}html[data-theme=cult-of-the-lamb] .gb-cult-victory-banner:after{content:"";position:absolute;top:30px;left:30%;width:14px;height:22px;pointer-events:none;z-index:0;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'><defs><linearGradient id='feath' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23ffffff'/><stop offset='1' stop-color='%23d8b566'/></linearGradient></defs><path d='M7,1 C2,4 1,12 4,18 C5.5,21 7,22 7,22 C7,22 8.5,21 10,18 C13,12 12,4 7,1 Z' fill='url(%23feath)' stroke='%23806c2a' stroke-width='0.4'/><path d='M7,3 L7,20' stroke='%23806c2a' stroke-width='0.4'/></svg>");animation:gb-cult-feather-drift 4.2s ease-in-out infinite;animation-delay:.4s}html[data-theme=cult-of-the-lamb] .gb-cult-victory-title{color:#fff4c2!important;font-family:var(--font-display)!important;text-shadow:0 0 14px rgba(255,232,160,.85),0 0 26px rgba(255,200,90,.45),0 2px 0 rgba(80,50,20,.6)!important;animation:gb-cult-victory-title-glow 2.6s ease-in-out infinite;position:relative;z-index:2}html[data-theme=cult-of-the-lamb] .gb-cult-victory-subtitle{font-size:0!important;color:transparent!important;position:relative}html[data-theme=cult-of-the-lamb] .gb-cult-victory-subtitle:before{content:"Ангелы возносят твоё имя";font-family:var(--font-display);font-size:12px;font-style:italic;font-weight:600;letter-spacing:.8px;color:#b8893a;text-shadow:0 1px 0 rgba(255,248,220,.7)}@keyframes gb-cult-blood-drip{0%{transform:scaleY(1) translateY(0);opacity:1}60%{transform:scaleY(1.4) translateY(2px);opacity:.9}to{transform:scaleY(1) translateY(0);opacity:1}}@keyframes gb-cult-pentagram-pulse{0%,to{filter:brightness(1) drop-shadow(0 0 6px rgba(232,60,50,.55));transform:translate(-50%) scale(1)}50%{filter:brightness(1.25) drop-shadow(0 0 14px rgba(255,80,70,.85));transform:translate(-50%) scale(1.04)}}@keyframes gb-cult-defeat-title-bleed{0%,to{text-shadow:0 0 14px rgba(200,48,42,.75),0 0 26px rgba(80,12,8,.6),0 2px 0 rgba(20,4,4,.85)}50%{text-shadow:0 0 22px rgba(232,56,48,.95),0 0 38px rgba(110,16,12,.75),0 2px 0 rgba(20,4,4,.85)}}@keyframes gb-cult-defeat-drop{0%{transform:translateY(-4px);opacity:0}20%{opacity:1}to{transform:translateY(60px);opacity:0}}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-banner{background:radial-gradient(ellipse 95% 80% at center 50%,rgba(40,4,4,.55) 0%,rgba(110,14,14,.4) 30%,rgba(60,8,8,.2) 60%,transparent 100%)!important;padding-top:72px!important;isolation:isolate}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-icon{display:none!important}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-banner:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:200px;height:96px;pointer-events:none;z-index:1;background-repeat:no-repeat;background-position:center;background-size:200px 96px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='96' viewBox='0 0 200 96'><defs><radialGradient id='pentaGlow' cx='0.5' cy='0.5' r='0.5'><stop offset='0' stop-color='%23ff6048' stop-opacity='0.75'/><stop offset='0.5' stop-color='%238b1f1a' stop-opacity='0.5'/><stop offset='1' stop-color='%238b1f1a' stop-opacity='0'/></radialGradient><linearGradient id='hornGrad' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23241008'/><stop offset='0.5' stop-color='%234a1810'/><stop offset='1' stop-color='%23120804'/></linearGradient><linearGradient id='bladeGrad' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23e8d8b8'/><stop offset='0.5' stop-color='%23a89472'/><stop offset='1' stop-color='%235a4a30'/></linearGradient><linearGradient id='bloodGrad' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='%23c8302a'/><stop offset='1' stop-color='%234a0808'/></linearGradient></defs><circle cx='100' cy='52' r='42' fill='url(%23pentaGlow)'/><g transform='translate(40 18)'><path d='M0,0 C-4,-6 -8,-8 -16,-6 C-22,-4 -26,2 -28,12 C-26,8 -20,4 -12,4 C-6,4 -2,2 0,0 Z' fill='url(%23hornGrad)' stroke='%23000' stroke-width='0.5'/><path d='M-22,8 L-26,12' stroke='%23000' stroke-width='0.4' opacity='0.7'/></g><g transform='translate(160 18) scale(-1 1)'><path d='M0,0 C-4,-6 -8,-8 -16,-6 C-22,-4 -26,2 -28,12 C-26,8 -20,4 -12,4 C-6,4 -2,2 0,0 Z' fill='url(%23hornGrad)' stroke='%23000' stroke-width='0.5'/><path d='M-22,8 L-26,12' stroke='%23000' stroke-width='0.4' opacity='0.7'/></g><g transform='translate(100 52)'><circle cx='0' cy='0' r='26' fill='none' stroke='url(%23bloodGrad)' stroke-width='2.4'/><circle cx='0' cy='0' r='26' fill='none' stroke='%23ff6048' stroke-width='0.7' opacity='0.85'/><path d='M0,18 L-22,-10 L25,4 L-25,4 L22,-10 Z' fill='none' stroke='url(%23bloodGrad)' stroke-width='2' stroke-linejoin='round'/><path d='M0,18 L-22,-10 L25,4 L-25,4 L22,-10 Z' fill='none' stroke='%23ff6048' stroke-width='0.6' opacity='0.85'/><circle cx='0' cy='18' r='1.6' fill='%23ff6048'/><circle cx='-22' cy='-10' r='1.4' fill='%23ff6048'/><circle cx='22' cy='-10' r='1.4' fill='%23ff6048'/><circle cx='-25' cy='4' r='1.4' fill='%23ff6048'/><circle cx='25' cy='4' r='1.4' fill='%23ff6048'/></g><g transform='translate(100 22)'><rect x='-1.6' y='0' width='3.2' height='36' fill='url(%23bladeGrad)' stroke='%23000' stroke-width='0.4'/><polygon points='-1.6,36 1.6,36 0,44' fill='url(%23bladeGrad)' stroke='%23000' stroke-width='0.4'/><rect x='-9' y='-3' width='18' height='4' rx='1' fill='%23241208' stroke='%23000' stroke-width='0.4'/><rect x='-2.2' y='-12' width='4.4' height='10' rx='1.4' fill='%234a2818' stroke='%23000' stroke-width='0.4'/><circle cx='0' cy='-14' r='1.6' fill='%23a87838' stroke='%23000' stroke-width='0.4'/><path d='M0,44 Q-1,52 0,58 Q1,52 0,44' fill='%23c8302a' stroke='%234a0808' stroke-width='0.3'/><circle cx='0' cy='62' r='1.4' fill='%23c8302a' opacity='0.8'/></g></svg>");animation:gb-cult-pentagram-pulse 2.8s ease-in-out infinite;transform-origin:50% 50%}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-banner:after{content:"";position:absolute;top:18px;left:calc(50% + 30px);width:6px;height:18px;pointer-events:none;z-index:0;background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='18' viewBox='0 0 6 18'><defs><radialGradient id='drop' cx='0.5' cy='0.7' r='0.5'><stop offset='0' stop-color='%23ff6048'/><stop offset='0.6' stop-color='%23c8302a'/><stop offset='1' stop-color='%234a0808'/></radialGradient></defs><path d='M3,1 C0.5,6 0,12 3,17 C5.5,12 5,6 3,1 Z' fill='url(%23drop)' stroke='%234a0808' stroke-width='0.3'/></svg>");animation:gb-cult-defeat-drop 2.4s ease-in infinite;animation-delay:.6s}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-title{color:#c8302a!important;font-family:var(--font-display)!important;text-shadow:0 0 14px rgba(200,48,42,.75),0 0 26px rgba(80,12,8,.6),0 2px 0 rgba(20,4,4,.85)!important;animation:gb-cult-defeat-title-bleed 2.6s ease-in-out infinite;position:relative;z-index:2}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-subtitle{font-size:0!important;color:transparent!important;position:relative}html[data-theme=cult-of-the-lamb] .gb-cult-defeat-subtitle:before{content:"Демоны приняли твою жертву";font-family:var(--font-display);font-size:12px;font-style:italic;font-weight:600;letter-spacing:.8px;color:#a8221c;text-shadow:0 1px 0 rgba(20,4,4,.8)}@media(prefers-reduced-motion:reduce){html[data-theme=cult-of-the-lamb] .gb-quick-match-button:before,html[data-theme=cult-of-the-lamb] .gb-quick-match-button:after,html[data-theme=cult-of-the-lamb] .gb-bottom-tab-bar:before,html[data-theme=cult-of-the-lamb] .gb-bottom-tab-bar:after,html[data-theme=cult-of-the-lamb] .gb-cult-rune,html[data-theme=cult-of-the-lamb] .gb-cult-victory-banner:before,html[data-theme=cult-of-the-lamb] .gb-cult-victory-banner:after,html[data-theme=cult-of-the-lamb] .gb-cult-victory-title,html[data-theme=cult-of-the-lamb] .gb-cult-defeat-banner:before,html[data-theme=cult-of-the-lamb] .gb-cult-defeat-banner:after,html[data-theme=cult-of-the-lamb] .gb-cult-defeat-title{animation:none}}
