/*!********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js!./src/frontend/styles/sharpshooter.less ***!
  \********************************************************************************************************************************/.sharpshooter-main{display:flex;flex-direction:column;gap:14px;padding:20px}.sharpshooter-field{border-radius:20px;box-shadow:0 24px 60px rgba(0,0,0,.3);cursor:crosshair!important;overflow:hidden;transition:background .1s linear;user-select:none;-webkit-user-select:none}.sharpshooter-field .sharpshooter-field-layer{inset:0;position:absolute;transition:filter .2s ease,transform .2s ease}.sharpshooter-field .sharpshooter-field-layer.is-blurred{filter:blur(6px) saturate(.9);transform:scale(1.01)}.sharpshooter-field.cooldown{background:#86141e!important}.sharpshooter-target{animation:targetPulse 1s infinite;transition:transform .12s ease,opacity .12s ease}.sharpshooter-target.cooldown{opacity:.3;pointer-events:none}.sharpshooter-crosshair{transform:translateZ(0);transition:transform 16ms linear}.sharpshooter-phase-overlay{align-items:center;backdrop-filter:blur(6px);background:linear-gradient(180deg,rgba(7,11,19,.38),rgba(7,11,19,.6));display:flex;inset:0;justify-content:center;position:absolute;z-index:80}.sharpshooter-phase-card{background:rgba(12,18,31,.78);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;box-shadow:0 16px 50px rgba(0,0,0,.35);color:#fff;min-width:220px;padding:22px 28px;text-align:center}.sharpshooter-phase-kicker{color:#91a4c8;font-size:12px;letter-spacing:.22em;margin-bottom:8px;text-transform:uppercase}.sharpshooter-phase-label{font-size:56px;font-weight:700;line-height:1}.sharpshooter-phase-hint{color:#c5d1e6;font-size:14px;margin-top:10px}@keyframes targetPulse{0%{box-shadow:0 0 20px rgba(255,0,0,.6)}50%{box-shadow:0 0 30px rgba(255,0,0,.8)}to{box-shadow:0 0 20px rgba(255,0,0,.6)}}.sharpshooter-cooldown-overlay{animation:cooldownFlash .5s infinite}@keyframes cooldownFlash{0%,to{background:rgba(255,0,0,.3)!important}50%{background:rgba(255,0,0,.5)!important}}.sharpshooter-stats{color:#fff;display:flex;flex-direction:column;font-family:monospace;font-size:14px;gap:10px;margin:0 auto;max-width:800px;width:100%}.sharpshooter-stats .stats-header{background:rgba(0,0,0,.5);border-bottom:2px solid hsla(0,0%,39.2%,.5);color:#0f0;font-weight:700}.sharpshooter-stats .stat-row,.sharpshooter-stats .stats-header{display:grid;gap:10px;grid-template-columns:1fr 80px 80px 80px 80px 120px;padding:10px 15px}.sharpshooter-stats .stat-row{background:rgba(50,50,50,.3);border-left:3px solid #0f0;transition:background .2s linear}.sharpshooter-stats .stat-row.dead{background:rgba(100,20,20,.3);border-left-color:red;opacity:.5}.sharpshooter-stats .stat-row .player-name{align-items:center;display:flex;font-weight:700;gap:8px}.sharpshooter-stats .stat-row .player-name .player-avatar{border-radius:50%;flex-shrink:0;height:28px;object-fit:cover;width:28px}.sharpshooter-stats .stat-row .player-name span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sharpshooter-stats .stat-row .misses{color:#ff6b6b;font-weight:700}.sharpshooter-stats .stat-row .status-ok{color:#0f0}.sharpshooter-stats .stat-row .status-cooldown{animation:blink .5s infinite;color:#ffb347}.sharpshooter-stats .stat-row .status-dead{color:red}@media (max-width:1200px){.sharpshooter-stats .stat-row,.sharpshooter-stats .stats-header{grid-template-columns:2fr 60px 60px 60px}.sharpshooter-stats .stat-row .misses,.sharpshooter-stats .stat-row>:nth-child(n+5),.sharpshooter-stats .stats-header .misses,.sharpshooter-stats .stats-header>:nth-child(n+5){display:none}}@media (max-width:860px){.sharpshooter-main{padding:12px}.sharpshooter-field{aspect-ratio:5/4;height:auto!important;max-width:800px;width:100%!important}.sharpshooter-phase-label{font-size:42px}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}