@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap");.blackboard-content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:15px;font-family:Kalam,cursive;transform:perspective(100px) rotateY(var(--chalk-angle,2deg))}.chalk-score{font-size:calc(28px * var(--chalk-size, 1));font-weight:700;color:hsla(0,0%,100%,.95);text-shadow:1px 1px 3px hsla(0,0%,100%,.4),0 0 8px hsla(0,0%,100%,.2),2px 2px 15px hsla(0,0%,100%,.1);filter:url(#chalk-filter);animation:chalk-write .3s ease-out;letter-spacing:2px}.player-score{align-self:flex-start;margin-left:10px}.dealer-score{align-self:flex-end;margin-right:10px}.chalk-prize{font-size:calc(24px * var(--chalk-size, 1));color:rgba(255,220,100,.95);text-shadow:1px 1px 3px rgba(255,220,100,.4),0 0 8px rgba(255,220,100,.2)}.chalk-game-status,.chalk-prize{font-weight:700;filter:url(#chalk-filter)}.chalk-game-status{font-size:calc(20px * var(--chalk-size, 1));text-align:center;color:rgba(150,255,150,.9);letter-spacing:3px;animation:pulse 2s infinite;text-shadow:1px 1px 3px rgba(150,255,150,.4),0 0 8px rgba(150,255,150,.2)}.chalk-stat{font-size:calc(16px * var(--chalk-size, 1));color:rgba(200,200,255,.9);text-shadow:1px 1px 2px rgba(200,200,255,.3),0 0 5px rgba(200,200,255,.2);filter:url(#chalk-filter)}.chalk-section-top{text-align:center;border-bottom:2px dashed hsla(0,0%,100%,.3);padding-bottom:10px}.chalk-scores{display:flex;justify-content:space-between;margin:15px 0}.chalk-section-bottom{display:flex;justify-content:space-around;border-top:2px dashed hsla(0,0%,100%,.3);padding-top:10px}.chalk-subtitle{font-size:calc(18px * var(--chalk-size, 1));color:hsla(0,0%,100%,.8);margin-top:5px;text-shadow:1px 1px 2px hsla(0,0%,100%,.3),0 0 5px hsla(0,0%,100%,.1);filter:url(#chalk-filter)}.chalk-result{text-align:center;margin:10px 0}.result-win{color:rgba(100,255,100,.9);text-shadow:1px 1px 3px rgba(100,255,100,.4),0 0 8px rgba(100,255,100,.2)}.result-blackjack,.result-win{font-weight:700;font-size:calc(18px * var(--chalk-size, 1));filter:url(#chalk-filter)}.result-blackjack{color:rgba(255,215,0,.9);text-shadow:1px 1px 3px rgba(255,215,0,.4),0 0 8px rgba(255,215,0,.2)}.result-lose{color:hsla(0,100%,70%,.9);text-shadow:1px 1px 3px hsla(0,100%,70%,.4),0 0 8px hsla(0,100%,70%,.2)}.result-bust,.result-lose{font-weight:700;font-size:calc(18px * var(--chalk-size, 1));filter:url(#chalk-filter)}.result-bust{color:hsla(0,100%,79%,.9);text-shadow:1px 1px 3px hsla(0,100%,79%,.4),0 0 8px hsla(0,100%,79%,.2)}@keyframes chalk-write{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes chalk-celebrate{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes chalk-fade{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%,to{opacity:.9}50%{opacity:.6}}