#lax-shotmap-root button.primary.disabled{opacity:.45;cursor:not-allowed;background:#ffffff0f;border-color:#ffffff1a;box-shadow:none}#lax-shotmap-root{--bg:#0b0f14;--muted:#8ea0b8;--text:#eef3ff;--accent:#ff6b35;--goal:#37d67a;--saved:#ffd23f;--miss:#ff4d6d;--pipe:#ff6b35;--panel: rgba(18,24,35,.72);--border: rgba(255,255,255,.06);--shadow: 0 10px 30px rgba(0,0,0,.35);--radius: 18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;color:var(--text)}#lax-shotmap-root *{box-sizing:border-box}#lax-shotmap-root .app{width:100%;max-width:1500px;margin:0 auto;padding:12px}#lax-shotmap-root .shell{display:grid;grid-template-rows:auto auto 1fr;gap:12px}#lax-shotmap-root .topbar{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 12px;display:flex;flex-direction:column;gap:10px}#lax-shotmap-root .topbarRow{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}#lax-shotmap-root .topbarRow.titleRow,#lax-shotmap-root .topbarRow.gameRow{padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.06)}#lax-shotmap-root .topbarRow.gameRow .pill{flex:1;min-width:180px}#lax-shotmap-root .topbarRow.gameRow select{flex:1}#lax-shotmap-root .brand{display:flex;align-items:center;gap:10px}#lax-shotmap-root .dot{width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,var(--accent),#ff8c42);box-shadow:0 0 0 4px #ff6b3524}#lax-shotmap-root .title{margin:0;font-size:16px;font-weight:950;letter-spacing:.2px}#lax-shotmap-root .controls{display:flex;gap:10px;align-items:center;flex-wrap:wrap}#lax-shotmap-root .pill{display:flex;gap:8px;align-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:8px 10px;font-size:13px;color:var(--muted);white-space:nowrap}#lax-shotmap-root select,#lax-shotmap-root input[type=text]{-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.12);outline:none;background:#ffffff0f;color:var(--text);border-radius:12px;padding:8px 10px;font-weight:850;font-size:13px}#lax-shotmap-root #lax_gameSelect{min-width:0;flex:1}#lax-shotmap-root button{-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:var(--text);border-radius:16px;padding:10px 14px;font-weight:950;font-size:13px;box-shadow:0 8px 18px #0000003d;transition:transform .08s ease,background .15s ease,opacity .15s ease;touch-action:manipulation;cursor:pointer}#lax-shotmap-root button:active{transform:scale(.99)}#lax-shotmap-root button.primary{background:#ff6b352e;border-color:#ff6b3547}#lax-shotmap-root button.danger{background:#ff4d6d24;border-color:#ff4d6d40}#lax-shotmap-root button:disabled{opacity:.45;cursor:not-allowed}#lax-shotmap-root .stepIndicator{background:#121823eb;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px 14px;font-size:13px;font-weight:900;text-align:center;color:#ff6b35;letter-spacing:.2px}#lax-shotmap-root .main{display:grid;grid-template-columns:.7fr 1.3fr 1fr 1fr;gap:12px;align-items:start}#lax-shotmap-root .rosterPanel{align-self:stretch;display:flex;flex-direction:column;min-width:0;padding:10px}#lax-shotmap-root .rosterPanel .roster{flex:1;min-height:120px;overflow-y:auto}#lax-shotmap-root .rosterPanel .panelTitle{font-size:12px;margin-bottom:2px}#lax-shotmap-root .shotDetailsPanel{min-width:0}#lax-shotmap-root .panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;display:flex;flex-direction:column;gap:12px}#lax-shotmap-root .panelTitle{font-size:14px;font-weight:950;text-align:center;margin:0 0 4px;color:var(--accent)}#lax-shotmap-root .legend{display:flex;gap:8px;align-items:center;justify-content:center;flex-wrap:wrap;font-size:11px;color:var(--muted);padding:6px 4px}#lax-shotmap-root .chip{display:flex;gap:5px;align-items:center}#lax-shotmap-root .sw{width:9px;height:9px;border-radius:999px}#lax-shotmap-root .sw.goal{background:var(--goal)}#lax-shotmap-root .sw.saved{background:var(--saved)}#lax-shotmap-root .sw.miss{background:var(--miss)}#lax-shotmap-root .sw.pipe{background:var(--pipe)}#lax-shotmap-root .fieldWrap{position:relative;width:100%;height:0;padding-bottom:85%;border-radius:16px;overflow:hidden;border:3px solid rgba(255,255,255,.2);touch-action:none;-webkit-user-select:none;user-select:none;background:#0ea05a}#lax-shotmap-root .goalWrap{position:relative;width:100%;height:0;padding-bottom:78%;border-radius:16px;overflow:hidden;border:2px solid rgba(255,255,255,.16);touch-action:none;-webkit-user-select:none;user-select:none;background:#0f7f52}#lax-shotmap-root svg.field,#lax-shotmap-root svg.goal{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;pointer-events:auto}#lax-shotmap-root .statsGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}#lax-shotmap-root .statCard{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:8px;text-align:center}#lax-shotmap-root .statLabel{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.3px}#lax-shotmap-root .statValue{font-size:20px;font-weight:950;margin-top:2px}#lax-shotmap-root .attrSection{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.06)}#lax-shotmap-root .attrSection:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}#lax-shotmap-root .attrLabel{font-size:11px;font-weight:900;color:var(--muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}#lax-shotmap-root .attrGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}#lax-shotmap-root .attrBtn{padding:8px 10px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:950;text-align:center;cursor:pointer;transition:all .15s}#lax-shotmap-root .attrBtn.selected{background:#ff6b352e;border-color:#ff6b3559;color:#fff}#lax-shotmap-root .attrBtn:hover:not(.selected){background:#ffffff1a}#lax-shotmap-root .checkboxLabel{display:flex;align-items:center;gap:8px;padding:8px;border-radius:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .15s;font-size:12px;font-weight:950}#lax-shotmap-root .checkboxLabel:hover{background:#ffffff1a}#lax-shotmap-root .checkboxLabel input[type=checkbox]{width:16px;height:16px;cursor:pointer}#lax-shotmap-root .rosterTools{display:flex;gap:6px;justify-content:center;flex-wrap:wrap;margin-bottom:4px}#lax-shotmap-root .roster{display:grid;grid-template-columns:1fr;gap:4px;flex:1;overflow:auto;padding-right:2px}#lax-shotmap-root .player{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:5px 8px;border-radius:8px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);font-size:12px}#lax-shotmap-root .player .meta{flex:1;min-width:0}#lax-shotmap-root .player .name{font-weight:800;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#lax-shotmap-root .player .sub{font-size:10px;color:var(--muted)}#lax-shotmap-root .player .actions{display:flex;gap:4px;flex-wrap:nowrap}#lax-shotmap-root .player .actions button{padding:4px 7px;border-radius:8px;font-size:11px;box-shadow:none}#lax-shotmap-root .toast{position:fixed;left:50%;bottom:14px;transform:translate(-50%);background:#121823eb;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:10px 14px;box-shadow:var(--shadow);color:var(--text);font-size:13px;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:99999}#lax-shotmap-root .toast.show{opacity:1}#lax-shotmap-root .picker{position:fixed;min-width:220px;background:#121823fa;border:1px solid rgba(255,255,255,.15);border-radius:16px;box-shadow:var(--shadow);padding:12px;z-index:9999;display:none}#lax-shotmap-root .picker.show{display:block}#lax-shotmap-root .pickerTitle{font-size:12px;color:var(--muted);margin-bottom:10px;font-weight:950;text-transform:uppercase;text-align:center;letter-spacing:.5px}#lax-shotmap-root .pickerGrid{display:grid;gap:8px}#lax-shotmap-root .pickBtn{padding:10px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .2s;font-weight:950;text-align:center}#lax-shotmap-root .pickBtn:hover{background:#ff6b3526;border-color:#ff6b354d}#lax-shotmap-root .picker.show{animation:popIn .15s ease-out}@keyframes popIn{0%{transform:translate(-50%,-50%) scale(.95);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}#lax-shotmap-root .statsBlock{display:grid;gap:10px}#lax-shotmap-root .miniTitle{font-size:11px;font-weight:950;color:#ffffffe6;text-transform:uppercase;letter-spacing:.5px;margin:0}#lax-shotmap-root .miniHint{font-size:11px;color:var(--muted);margin-top:-6px}#lax-shotmap-root table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}#lax-shotmap-root th,#lax-shotmap-root td{padding:7px 8px;font-size:12px;border-bottom:1px solid rgba(255,255,255,.06)}#lax-shotmap-root th{font-weight:950;color:#ffffffd9;background:#ffffff0a;text-align:left}#lax-shotmap-root tr:last-child td{border-bottom:none}#lax-shotmap-root td{color:#ffffffe0}#lax-shotmap-root .right{text-align:right}#lax-shotmap-root .muted{color:var(--muted)}#lax-shotmap-root .miniGrid{display:grid;grid-template-columns:70px repeat(3,1fr);gap:6px;align-items:stretch}#lax-shotmap-root .miniGrid .hdr{font-size:11px;font-weight:950;color:#ffffffd9;text-transform:uppercase;letter-spacing:.4px;padding:6px}#lax-shotmap-root .miniGrid .rowHdr{font-size:11px;font-weight:950;color:#ffffffd9;padding:10px 8px;border-radius:10px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}#lax-shotmap-root .miniGrid .cell{border-radius:10px;border:1px solid rgba(255,255,255,.08);background:#ffffff08;padding:8px;min-height:44px}#lax-shotmap-root .miniGrid .cell .big{font-weight:950;font-size:12px;line-height:1.1}#lax-shotmap-root .miniGrid .cell .small{font-size:11px;color:#fffc;margin-top:4px}@media(max-width:1400px){#lax-shotmap-root .main{grid-template-columns:.65fr 1.2fr 1fr 1fr}}@media(max-width:1200px){#lax-shotmap-root .main{grid-template-columns:1fr 1fr}#lax-shotmap-root .rosterPanel{order:3;max-height:300px;align-self:start}#lax-shotmap-root .fieldPanel{order:1}#lax-shotmap-root .goalPanel{order:2}#lax-shotmap-root .shotDetailsPanel{order:4}}@media(max-width:700px){#lax-shotmap-root .main{grid-template-columns:1fr}#lax-shotmap-root .rosterPanel{order:4;max-height:250px}#lax-shotmap-root .fieldPanel{order:1}#lax-shotmap-root .goalPanel{order:2}#lax-shotmap-root .shotDetailsPanel{order:3}}#lax-shotmap-root .tutorialBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;display:none}#lax-shotmap-root .tutorialBackdrop.show{display:block}#lax-shotmap-root .tutorial{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:480px;max-height:90vh;background:linear-gradient(135deg,#4b9cd3,#7bafd4);border:1px solid rgba(255,255,255,.25);border-radius:20px;box-shadow:0 25px 60px #00000080;z-index:10001;display:none;overflow:hidden;flex-direction:column}#lax-shotmap-root .tutorial.show{display:flex;animation:tutorialIn .3s ease-out}@keyframes tutorialIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}#lax-shotmap-root .tutorialHeader{background:#ffffff26;padding:20px 24px;text-align:center;border-bottom:1px solid rgba(255,255,255,.15);flex-shrink:0}#lax-shotmap-root .tutorialIcon{font-size:36px;display:block;margin-bottom:8px}#lax-shotmap-root .tutorialHeader h2{margin:0;font-size:20px;font-weight:900;color:#fff}#lax-shotmap-root .tutorialBody{padding:20px 24px;overflow-y:auto;flex:1}#lax-shotmap-root .tutorialStep{display:flex;gap:14px;align-items:flex-start;margin-bottom:16px}#lax-shotmap-root .stepNum{width:28px;height:28px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:14px;color:#13294b;flex-shrink:0}#lax-shotmap-root .stepContent strong{display:block;font-size:14px;color:#13294b;margin-bottom:2px}#lax-shotmap-root .stepContent p{margin:0;font-size:12px;color:#000000b3;line-height:1.4}#lax-shotmap-root .tutorialDivider{height:1px;background:#ffffff1a;margin:16px 0}#lax-shotmap-root .tutorialTips{background:#ffffff1f;border-radius:12px;padding:14px 16px}#lax-shotmap-root .tipTitle{font-size:13px;font-weight:900;color:#000000d9;margin-bottom:10px}#lax-shotmap-root .tutorialTips ul{margin:0;padding:0 0 0 18px;font-size:12px;color:#000000b3;line-height:1.6}#lax-shotmap-root .tutorialTips li{margin-bottom:6px}#lax-shotmap-root .tutorialTips li:last-child{margin-bottom:0}#lax-shotmap-root .tutorialTips strong{color:#000000e6}#lax-shotmap-root .tutorialFooter{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:#00000026;border-top:1px solid rgba(255,255,255,.1);flex-shrink:0}#lax-shotmap-root .tutorialCheck{display:flex;align-items:center;gap:8px;font-size:12px;color:#0009;cursor:pointer}#lax-shotmap-root .tutorialCheck input{width:16px;height:16px;cursor:pointer}#lax-shotmap-root .tutorialFooter button{padding:12px 24px;font-size:14px}@media(max-height:700px),(max-width:500px){#lax-shotmap-root .tutorial{max-height:80vh}#lax-shotmap-root .tutorialHeader{padding:12px 16px}#lax-shotmap-root .tutorialIcon{font-size:24px;margin-bottom:4px}#lax-shotmap-root .tutorialHeader h2{font-size:16px}#lax-shotmap-root .tutorialBody{padding:12px 16px}#lax-shotmap-root .tutorialStep{gap:10px;margin-bottom:10px}#lax-shotmap-root .stepNum{width:24px;height:24px;font-size:12px}#lax-shotmap-root .stepContent strong{font-size:13px}#lax-shotmap-root .stepContent p{font-size:11px}#lax-shotmap-root .tutorialDivider{margin:10px 0}#lax-shotmap-root .tutorialTips{padding:10px 12px}#lax-shotmap-root .tipTitle{font-size:12px;margin-bottom:6px}#lax-shotmap-root .tutorialTips ul{font-size:11px;line-height:1.4}#lax-shotmap-root .tutorialTips li{margin-bottom:4px}#lax-shotmap-root .tutorialFooter{padding:12px 16px;flex-wrap:wrap;gap:10px}#lax-shotmap-root .tutorialFooter button{padding:10px 18px;font-size:13px}}@media(max-height:550px){#lax-shotmap-root .tutorial{max-height:95vh;top:50%}#lax-shotmap-root .tutorialIcon{display:none}#lax-shotmap-root .tutorialHeader{padding:10px 14px}#lax-shotmap-root .tutorialHeader h2{font-size:14px}#lax-shotmap-root .tutorialBody{padding:10px 14px}#lax-shotmap-root .tutorialStep{margin-bottom:8px}#lax-shotmap-root .tutorialTips,#lax-shotmap-root .tutorialDivider{display:none}}#lax-shotmap-root .liveBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:10000;display:none}#lax-shotmap-root .liveBackdrop.show{display:block}#lax-shotmap-root .rosterSetup .rosterSetupHint{margin:0 0 12px;font-size:13px;color:#13294b}#lax-shotmap-root .bulkRosterInput{width:100%;min-height:140px;padding:12px;font-size:14px;font-family:inherit;border:2px solid rgba(0,0,0,.15);border-radius:12px;background:#ffffffe6;color:#13294b;resize:vertical}#lax-shotmap-root .bulkRosterInput::placeholder{color:#0006}#lax-shotmap-root .bulkRosterInput:focus{outline:none;border-color:#0000004d}#lax-shotmap-root .rosterSetupNote{margin-top:12px;font-size:12px;color:#0009;background:#ffffff26;padding:10px 12px;border-radius:8px}#lax-shotmap-root .rosterSetupNote strong{color:#000c}#lax-shotmap-root .liveModal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:94%;max-width:420px;max-height:90vh;background:linear-gradient(135deg,#0f172a,#1e293b);border:2px solid rgba(255,255,255,.15);border-radius:20px;box-shadow:0 20px 60px #0009;z-index:10001;display:none;overflow:hidden}#lax-shotmap-root .liveModal.show{display:flex;flex-direction:column}#lax-shotmap-root .liveModalHeader{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}#lax-shotmap-root .liveModalTitle{font-size:16px;font-weight:900;color:#fff}#lax-shotmap-root .liveModalClose{background:#ff4d6d33;border:1px solid rgba(255,77,109,.3);border-radius:10px;padding:8px 14px;color:#ff4d6d;font-size:13px;font-weight:700;cursor:pointer}#lax-shotmap-root .liveModalClose:hover{background:#ff4d6d4d}#lax-shotmap-root .liveModalBody{flex:1;overflow-y:auto;padding:16px;background:transparent}#lax-shotmap-root .liveHint{text-align:center;font-size:14px;color:#ffffffb3;margin-bottom:12px;font-weight:600}#lax-shotmap-root .liveFieldWrap{position:relative;width:100%;height:0;padding-bottom:85%;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.15);background:#0ea05a;box-sizing:border-box}#lax-shotmap-root .liveFieldWrap svg{position:absolute;top:0;left:0;width:100%;height:100%;display:block}#lax-shotmap-root .liveGoalWrap{position:relative;width:100%;height:0;padding-bottom:77.3%;border-radius:14px;overflow:hidden;border:2px solid rgba(255,255,255,.15);background:#0f7f52;box-sizing:border-box}#lax-shotmap-root .liveGoalWrap svg{position:absolute;top:0;left:0;width:100%;height:100%;display:block}#lax-shotmap-root .liveStep{background:transparent}#lax-shotmap-root .liveDetailsForm{display:flex;flex-direction:column;gap:14px}#lax-shotmap-root .liveFormRow{display:flex;flex-direction:column;gap:6px}#lax-shotmap-root .liveFormRow label{font-size:12px;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.5px}#lax-shotmap-root .liveFormRow select{width:100%;padding:12px;font-size:15px;border-radius:12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#fff}#lax-shotmap-root .liveBtnGroup{display:flex;gap:8px;flex-wrap:wrap}#lax-shotmap-root .liveAttrBtn{flex:1;min-width:70px;padding:10px 8px;font-size:13px;font-weight:700;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fffc;cursor:pointer;transition:all .15s}#lax-shotmap-root .liveAttrBtn:hover{background:#ffffff1f}#lax-shotmap-root .liveAttrBtn.active{background:#22c55e40;border-color:#22c55e80;color:#22c55e}#lax-shotmap-root .liveCheckLabel{display:flex;align-items:center;gap:10px;font-size:14px;color:#ffffffe6;cursor:pointer}#lax-shotmap-root .liveCheckLabel input{width:20px;height:20px}#lax-shotmap-root .liveSaveBtn{width:100%;padding:16px;font-size:16px;font-weight:900;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;color:#fff;cursor:pointer;margin-top:8px}#lax-shotmap-root .liveSaveBtn:hover{filter:brightness(1.1)}#lax-shotmap-root .liveOutcomeBtns{display:flex;gap:12px;margin-top:10px}#lax-shotmap-root .liveOutcomeBtn{flex:1;padding:24px 16px;font-size:18px;font-weight:900;border-radius:16px;border:2px solid transparent;cursor:pointer;transition:all .15s}#lax-shotmap-root .liveOutcomeBtn.goal{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}#lax-shotmap-root .liveOutcomeBtn.saved{background:linear-gradient(135deg,#facc15,#eab308);color:#000}#lax-shotmap-root .liveOutcomeBtn:hover{transform:scale(1.02);box-shadow:0 4px 20px #0000004d}#lax-shotmap-root .liveMode #lax_liveMode{background:#22c55e80;border-color:#22c55eb3}
/*# sourceMappingURL=/cdn/shop/t/62/assets/lacrosse-shotmap.css.map */
