@import"https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:wght@400;700&display=swap";h1,h2,h3,h4,h5,h6,button,.button-skin,.glow-edge,.glow,.card-mask,.card-hover-enhanced,.neon-green-glow{font-family:Sorts Mill Goudy,serif!important;font-weight:700!important;color:#000!important;text-shadow:0 1px 0 #e01d65,0 2px 2px #e01d65,0 0px 8px #e01d65,0 0 18px #e01d65cc,0 0 32px #e01d6544;animation:textPulseGlow 1.2s infinite}@keyframes textPulseGlow{0%{text-shadow:0 1px 0 #e01d65,0 2px 2px #e01d65,0 0px 8px #e01d65,0 0 12px #e01d6588,0 0 24px #e01d6544}50%{text-shadow:0 1px 0 #e01d65,0 2px 2px #e01d65,0 0px 12px #e01d65,0 0 32px #e01d65cc,0 0 48px #e01d6544}to{text-shadow:0 1px 0 #e01d65,0 2px 2px #e01d65,0 0px 8px #e01d65,0 0 12px #e01d6588,0 0 24px #e01d6544}}body{background:#181818;color:#fff;font-family:Arial Black,Arial,sans-serif;margin:0;padding:0}@keyframes glowPulse{0%{box-shadow:0 0 12px 2px #a259ff,0 0 #a259ff44}50%{box-shadow:0 0 24px 8px #a259ff,0 0 0 8px #a259ff22}to{box-shadow:0 0 12px 2px #a259ff,0 0 #a259ff44}}.glow{animation:yellowGlowPulse 1.2s infinite;box-shadow:0 0 16px 4px #ffe066}@keyframes yellowGlowPulse{0%{box-shadow:0 0 12px 2px #ffe066,0 0 #ffe06644}50%{box-shadow:0 0 24px 8px #ffe066,0 0 0 8px #ffe06622}to{box-shadow:0 0 12px 2px #ffe066,0 0 #ffe06644}}@keyframes burn{0%{filter:none;opacity:1;transform:scale(1) rotate(0)}60%{filter:brightness(2) blur(2px);opacity:1;transform:scale(1.1) rotate(5deg)}to{filter:brightness(.2) blur(8px);opacity:0;transform:scale(.7) rotate(-15deg)}}.animate-burn{animation:burn 1s forwards}.card-attack-hover{transform:translateY(-20px) scale(1.1);transition:transform .2s cubic-bezier(.4,2,.6,1);z-index:10}html,body{height:100%;width:100%;overflow-x:hidden;position:fixed;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}#root{height:100vh;width:100vw;display:flex;flex-direction:column}@media (display-mode: fullscreen){body{background:#181818}}@media (display-mode: standalone){body{background:#181818}}@media screen and (orientation: portrait){.landscape-warning{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;color:#fff;text-align:center;padding:20px}}@keyframes screen-shake{0%{transform:translate(0)}10%{transform:translate(-8px,2px)}20%{transform:translate(7px,-2px)}30%{transform:translate(-5px,3px)}40%{transform:translate(5px,-2px)}50%{transform:translate(-3px,2px)}60%{transform:translate(3px,-1px)}70%{transform:translate(-2px,1px)}80%{transform:translate(2px)}90%{transform:translate(-1px)}to{transform:translate(0)}}.screen-shake{animation:screen-shake .4s cubic-bezier(.36,.07,.19,.97) both}.neon-green-glow{color:#ffe066!important;text-shadow:0 0 6px #ffe066,0 0 12px #ffe066,0 0 20px #ffe066,0 0 30px #ffe066}@keyframes cardPlay{0%{transform:translateY(0) scale(1) rotateY(0);opacity:1}30%{transform:translateY(-20px) scale(1.1) rotateY(10deg);opacity:.9}60%{transform:translateY(-40px) scale(1.05) rotateY(-5deg);opacity:.95}to{transform:translateY(-60px) scale(1) rotateY(0);opacity:1}}@keyframes attackEnhanced{0%{transform:translate(0) scale(1);filter:brightness(1)}15%{transform:translate(-5px) scale(1.05);filter:brightness(1.2)}30%{transform:translate(10px) scale(1.1);filter:brightness(1.4)}50%{transform:translate(0) scale(1.05);filter:brightness(1.6)}70%{transform:translate(-3px) scale(1.02);filter:brightness(1.2)}to{transform:translate(0) scale(1);filter:brightness(1)}}@keyframes cardDraw{0%{transform:translate(-100px) translateY(20px) scale(.8) rotateY(90deg);opacity:0}50%{transform:translate(-20px) translateY(0) scale(1) rotateY(45deg);opacity:.7}to{transform:translate(0) translateY(0) scale(1) rotateY(0);opacity:1}}@keyframes hoverGlow{0%{box-shadow:0 0 8px 2px #ffe06666}50%{box-shadow:0 0 24px 8px #ffe06699,0 0 32px 12px #ffe06633}to{box-shadow:0 0 8px 2px #ffe06666}}@keyframes numberChange{0%{transform:translateY(0) scale(1);opacity:1}25%{transform:translateY(-10px) scale(1.2);opacity:1}75%{transform:translateY(-20px) scale(1.1);opacity:.8}to{transform:translateY(-30px) scale(1);opacity:0}}@keyframes turnTransition{0%{transform:scale(1) rotateX(0);opacity:1}50%{transform:scale(1.05) rotateX(10deg);opacity:.9}to{transform:scale(1) rotateX(0);opacity:1}}@keyframes particleExplosion{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(var(--particle-x),var(--particle-y)) scale(0);opacity:0}}@keyframes attackImpact{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:0}}.animate-card-play{animation:cardPlay .6s cubic-bezier(.33,1,.68,1) forwards}.animate-card-draw{animation:cardDraw .4s cubic-bezier(.175,.885,.32,1.275) forwards}.animate-attack-enhanced{animation:attackEnhanced .8s cubic-bezier(.68,-.55,.265,1.55) forwards}.animate-hover-glow{animation:hoverGlow .2s infinite}.animate-number-change{animation:numberChange 1s cubic-bezier(.33,1,.68,1) forwards}.animate-turn-transition{animation:turnTransition .3s cubic-bezier(.65,0,.35,1) forwards}.animate-particle-explosion{animation:particleExplosion .5s cubic-bezier(.33,1,.68,1) forwards}.card-hover-enhanced{transform:translateY(-10px) scale(1.05);transition:all .2s cubic-bezier(.33,1,.68,1);z-index:10}.card-hover-enhanced:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:linear-gradient(45deg,#ffe066,#ff6b6b,#4ecdc4,#45b7d1);border-radius:1rem;z-index:-1;opacity:.6;filter:blur(10px);animation:hoverGlow .4s infinite}.attack-impact{position:relative}.attack-impact:after{content:"";position:absolute;top:50%;left:50%;width:100px;height:100px;background:radial-gradient(circle,rgba(255,255,255,.8) 0%,transparent 70%);border-radius:50%;transform:translate(-50%,-50%) scale(0);animation:attackImpact .3s cubic-bezier(.33,1,.68,1) forwards;pointer-events:none;z-index:10}.glow-edge{box-shadow:0 0 12px 2px #a259ff,0 0 24px 8px #a259ff44;animation:glowPulse 1.2s infinite}/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.right-full{right:100%}.left-1\/2{left:50%}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.h-3\/4{height:75%}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[60vh\]{max-height:60vh}.max-h-screen{max-height:100vh}.min-h-\[80px\]{min-height:80px}.min-h-\[180px\]{min-height:180px}.min-h-screen{min-height:100vh}.w-3\/4{width:75%}.w-full{width:100%}.w-screen{width:100vw}.max-w-full{max-width:100%}.min-w-\[320px\]{min-width:320px}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-rotate-90{rotate:-90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-nowrap{flex-wrap:nowrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.border{border-style:var(--tw-border-style);border-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.bg-cover{background-size:cover}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.pt-\[env\(safe-area-inset-top\)\]{padding-top:env(safe-area-inset-top)}.pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.text-center{text-align:center}.text-left{text-align:left}.text-\[10px\]{font-size:10px}.whitespace-pre-wrap{white-space:pre-wrap}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-4{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(4px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-1000{--tw-duration:1s;transition-duration:1s}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (hover:hover){.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
