@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;900&display=swap";@keyframes incomingSkillPulse{0%,to{border-color:#f97316;box-shadow:0 0 4px #f9731666}50%{border-color:#fb923c;box-shadow:0 0 10px #f97316cc}}@keyframes skillMoveIn{0%{transform:translate(var(--skill-offset));opacity:.5}to{transform:translate(0);opacity:1}}@keyframes skillMoveOut{0%{transform:translate(0);opacity:1}to{transform:translate(var(--skill-offset));opacity:0}}.game-page{display:flex;flex-direction:column;height:calc(100vh - 60px);background:url(https://wallpapercave.com/wp/wp2712248.jpg) center center / cover no-repeat;overflow:hidden;max-width:1400px;margin:0 auto;width:100%}.game-topbar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:6px 16px;background:#0a0e1ad9;border-bottom:1px solid #1f2937;flex-shrink:0;gap:12px;min-height:50px}.topbar-player{display:flex;align-items:center;gap:8px}.topbar-me{justify-content:flex-start}.topbar-opp{justify-content:flex-end}.topbar-center{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.topbar-name{font-size:14px;font-weight:700}.topbar-name-me,.topbar-name-opp{color:#fff}.submitted-badge{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:var(--green);border-radius:8px;padding:1px 7px;font-size:10px;font-weight:700}.game-error-bar{background:#ef444426;border-bottom:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:6px 16px;font-size:12px;display:flex;align-items:center;flex-shrink:0}.game-arena-wrap{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.game-arena{overflow:hidden;padding:10px 12px 0;display:flex;flex-direction:row;align-items:flex-start;justify-content:space-between;gap:12px}.arena-col{display:flex;flex-direction:column;gap:5px}.arena-col-you{flex:1}.arena-col-opp{flex:1;align-items:flex-end}.detail-panel{flex-shrink:0;height:180px;background:#0a0e1ad9;border-top:1px solid #1f2937;overflow:hidden;margin-top:12px}.forfeit-btn{background:transparent;border:1px solid var(--red);border-radius:6px;color:var(--red);padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap;font-family:inherit}.forfeit-btn:hover{background:#ef444426}.submit-btn{background:#1f2937;border:2px solid #374151;border-radius:8px;color:var(--text-muted);padding:8px 16px;font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap;transition:all .2s;min-width:150px}.submit-btn.has-actions{background:var(--orange);border-color:var(--orange);color:#fff;box-shadow:0 0 18px #f9731666}.submit-btn.has-actions:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.submit-btn:disabled{opacity:.5;cursor:not-allowed}.waiting-msg{display:flex;align-items:center;gap:8px;color:var(--blue);font-size:13px;font-weight:600;white-space:nowrap;padding:8px 16px;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:8px;min-width:150px}.waiting-spinner{width:14px;height:14px;border:2px solid rgba(59,130,246,.3);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.turn-timer{position:relative;display:inline-flex;align-items:center;justify-content:center}.turn-timer.urgent svg{animation:urgentPulse .5s ease-in-out infinite alternate}.game-over-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.game-over-modal{background:#111827;border:1px solid #1f2937;border-radius:20px;padding:40px;max-width:480px;width:100%;animation:slideIn .3s ease-out}.game-over-modal.victory{border-color:#f9731666;box-shadow:0 0 40px #f9731626}.game-over-modal.defeat{border-color:#ef44444d;box-shadow:0 0 40px #ef44441a}@keyframes yellowPulse{0%{box-shadow:0 0 #eab30800;border-color:#eab30899}50%{box-shadow:0 0 10px 3px #eab30880;border-color:#eab308}to{box-shadow:0 0 #eab30800;border-color:#eab30899}}@keyframes urgentPulse{0%{transform:scale(1)}to{transform:scale(1.08)}}@media (max-width: 700px){.detail-panel{height:150px}.game-topbar{padding:6px 10px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0e1a;--bg-card: #111827;--bg-card-hover: #1f2937;--border: #374151;--orange: #f97316;--orange-dark: #ea580c;--blue: #3b82f6;--green: #22c55e;--red: #ef4444;--purple: #a855f7;--text: #f9fafb;--text-muted: #9ca3af;--chakra-tai: #22c55e;--chakra-nin: #3b82f6;--chakra-gen: #f9fafb;--chakra-blood: #ef4444;--chakra-rand: #111827}html{scroll-behavior:smooth;overflow-y:scroll}body{background:var(--bg);color:var(--text);font-family:Nunito,system-ui,-apple-system,sans-serif;min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}a{color:var(--orange);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed}input,textarea,select{font-family:inherit;color:var(--text)}input:focus,textarea:focus,select:focus{outline:2px solid var(--orange);outline-offset:1px;border-color:var(--orange)!important}input::placeholder,textarea::placeholder{color:#4b5563}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0e1a}::-webkit-scrollbar-thumb{background:#374151;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4b5563}*{scrollbar-width:thin;scrollbar-color:#374151 #0a0e1a}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.card:hover{border-color:#4b5563}.badge{display:inline-flex;align-items:center;gap:4px;border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.badge-orange{background:#f9731633;border:1px solid rgba(249,115,22,.4);color:var(--orange)}.badge-blue{background:#3b82f633;border:1px solid rgba(59,130,246,.4);color:var(--blue)}.badge-green{background:#22c55e33;border:1px solid rgba(34,197,94,.4);color:var(--green)}.badge-red{background:#ef444433;border:1px solid rgba(239,68,68,.4);color:var(--red)}.hp-bar-track{height:8px;background:#1f2937;border-radius:4px;overflow:hidden}.hp-bar-fill{height:100%;border-radius:4px;background:var(--green);transition:width .4s ease}.hp-bar-fill.low{background:var(--orange)}.hp-bar-fill.critical{background:var(--red)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.92)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes targetPulse{0%,to{box-shadow:0 0 8px #22c55e66}50%{box-shadow:0 0 20px #22c55ecc}}@keyframes yellowPulse{0%,to{box-shadow:0 0 8px #eab30880;border-color:#eab30899}50%{box-shadow:0 0 22px #eab308e6;border-color:#eab308}}@keyframes urgentPulse{0%{filter:drop-shadow(0 0 4px rgba(239,68,68,.6))}to{filter:drop-shadow(0 0 12px rgba(239,68,68,1))}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--orange);border-radius:50%;animation:spin .75s linear infinite}.error-banner{background:#ef44441f;border:1px solid rgba(239,68,68,.35);color:#fca5a5;border-radius:8px;padding:10px 14px;font-size:14px}.success-banner{background:#22c55e1f;border:1px solid rgba(34,197,94,.35);color:#86efac;border-radius:8px;padding:10px 14px;font-size:14px}.divider{border:none;border-top:1px solid var(--border);margin:16px 0}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 640px){.grid-2,.grid-3{grid-template-columns:1fr}}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.page-wrap{max-width:1100px;margin:0 auto;padding:32px 16px}.section-title{font-size:20px;font-weight:900;color:var(--text);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}
