@layer modules{.survivor-map{--bg: var(--color-bg);--card-bg: var(--color-surface);--tip-bg: var(--color-surface);--text: var(--color-text);--text-dim: var(--color-text-secondary);--line: var(--color-border-faint);--line-soft: var(--color-border-faint);--line-mid: var(--color-border-faint);--line-strong: var(--color-border);--line-14: var(--color-border);--line-hover: var(--color-hover-subtle);--text-dim2: #6b7280;--text-dim3: #8a8f98;--text-dim4: #6b7280;--text-dim5: #6b7280;--text-dim6: #4b5563;--text-dim7: #b0b4bc;--text-dim8: #2a2a30;--text-dim9: #6b7280;--accent: #0ba884;--accent-soft: rgb(11 168 132 / 10%);--accent-soft2: rgb(11 168 132 / 14%);--accent-soft3: rgb(11 168 132 / 8%);--accent-ink: #fff;--blue: #2f6fe4;--blue-soft: rgb(47 111 228 / 10%);--blue-soft2: rgb(47 111 228 / 12%);--blue-soft3: rgb(47 111 228 / 16%);--blue-soft4: rgb(47 111 228 / 50%);--blue-head: #2f6fe4;--gold: #b58618;--used-red: #c4303f;--used-red-bd: rgb(196 48 63 / 45%);--hover-purple: rgb(124 77 255 / 10%);--band-75: hsl(166deg 85% 30%);--band-60: hsl(45deg 90% 42%);--band-50: hsl(26deg 90% 45%);--band-under: hsl(352deg 74% 44%);--intl: #0e8f86;--whale: #0ba884;--danger: #c4303f;--fw-light: 400;--copy-soft: #4b5563;--tip-inverse-bg: #24242c;--tip-inverse-text: #fff;--cell-used-bd: rgb(0 0 0 / 7%);background:var(--bg);color:var(--text);font-family:Poppins,var(--font-sans);-webkit-font-smoothing:antialiased;padding:20px 32px 70px;max-width:1440px;margin:0 auto}.survivor-map a{color:var(--text);text-decoration:none}.survivor-map a:hover{color:var(--accent)}.survivor-map button{font-family:inherit}.survivor-map ::-webkit-scrollbar{height:10px;width:10px}.survivor-map ::-webkit-scrollbar-thumb{background:var(--line-strong);border-radius:9px}.survivor-map ::-webkit-scrollbar-track{background:rgba(0,0,0,0)}html.dark .survivor-map{--card-bg: var(--surface-raised);--tip-bg: var(--surface-raised);--text-dim2: #8b87a0;--text-dim3: #6f6b80;--text-dim4: #8b93a6;--text-dim5: #9a96ad;--text-dim6: #c4c1d0;--text-dim7: #55516a;--text-dim8: #e9e7f1;--text-dim9: #8682a0;--accent: #19c79f;--accent-soft: rgb(25 199 159 / 12%);--accent-soft2: rgb(25 199 159 / 16%);--accent-soft3: rgb(25 199 159 / 10%);--accent-ink: #06231f;--blue: #5b8cff;--blue-soft: rgb(91 140 255 / 14%);--blue-soft2: rgb(91 140 255 / 15%);--blue-soft3: rgb(91 140 255 / 20%);--blue-soft4: rgb(91 140 255 / 55%);--blue-head: #8fb0ff;--gold: #e8c268;--used-red: #f0919b;--used-red-bd: rgb(227 93 106 / 50%);--hover-purple: rgb(124 77 255 / 16%);--band-75: hsl(166deg 74% 46%);--band-60: hsl(54deg 95% 62%);--band-50: hsl(26deg 95% 55%);--band-under: hsl(352deg 74% 52%);--intl: #7fe9e0;--whale: #3fdfca;--danger: #e35d6a;--fw-light: 300;--copy-soft: #c4cfe4;--tip-inverse-bg: #dfe3ea;--tip-inverse-text: #15131f;--cell-used-bd: rgb(255 255 255 / 7%)}html.dark .survivor-map .logo-light{display:none}html.dark .survivor-map .logo-dark{display:block}.survivor-map .title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:6px;flex-wrap:wrap}.survivor-map .title-col{min-width:0;flex:1}.survivor-map .h1-row{display:flex;align-items:center;gap:11px}.survivor-map h1.page-title{margin:0;font-size:34px;font-weight:var(--fw-light);letter-spacing:-1px;line-height:1;color:var(--text)}.survivor-map h1.page-title .wt6{font-weight:600}.survivor-map h1.page-title .wt3{font-weight:var(--fw-light)}.survivor-map .info-trigger{cursor:help;position:relative;display:inline-flex;background:none;border:none;padding:0}.survivor-map .info-trigger:hover .info-tip,.survivor-map .info-trigger:focus-visible .info-tip,.survivor-map .info-trigger:focus-within .info-tip{opacity:1;visibility:visible;transform:none}.survivor-map .info-dot{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--text-dim3);color:var(--text-dim5);font-size:12px;font-weight:600;font-style:italic;font-family:Georgia,serif;flex:none}.survivor-map .info-tip{position:absolute;top:calc(100% + 9px);left:-6px;z-index:30;width:300px;background:var(--tip-bg);border:1px solid var(--line-strong);border-radius:11px;box-shadow:0 18px 44px rgba(0,0,0,.55);padding:12px 14px;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .14s,transform .14s;pointer-events:none;text-align:left}.survivor-map .info-tip-body{display:block;font-size:12px;font-weight:var(--fw-light);color:var(--copy-soft);line-height:1.55}.survivor-map .info-tip-foot{display:flex;align-items:center;gap:7px;margin-top:9px;padding-top:9px;border-top:1px solid var(--line-strong)}.survivor-map .info-tip-foot span{font-size:11.5px;font-weight:600;color:var(--accent)}.survivor-map .info-tip-foot svg{color:var(--accent)}.survivor-map .breadcrumbs{margin-top:14px;font-size:13.5px;font-weight:600;color:var(--text-dim4)}.survivor-map .breadcrumbs .breadcrumbs-list{display:flex;align-items:center;gap:9px;flex-wrap:wrap;list-style:none;margin:0;padding:0}.survivor-map .breadcrumbs .breadcrumbs-item{display:inline-flex;align-items:center;gap:9px}.survivor-map .breadcrumbs .link{color:var(--text-dim6)}.survivor-map .breadcrumbs .separator{color:var(--text-dim7)}.survivor-map .breadcrumbs .current{color:var(--text);font-weight:600}.survivor-map .gate-overlay{position:fixed;inset:0;z-index:65;background:rgba(0,0,0,.62);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px}.survivor-map .gate-card{width:420px;max-width:100%;background:var(--card-bg);border:1px solid var(--line-strong);border-radius:18px;box-shadow:0 30px 70px rgba(0,0,0,.6);overflow:hidden}.survivor-map .gate-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--line)}.survivor-map .gate-title{font-size:16px;font-weight:600;color:var(--text)}.survivor-map .gate-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;background:none;border:none;color:inherit}.survivor-map .gate-close:hover{background:var(--line-soft)}.survivor-map .gate-card--premium{width:460px}.survivor-map .gate-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:10.5px;font-weight:700;letter-spacing:.4px;margin-bottom:12px}.survivor-map .gate-badge svg{flex:none}.survivor-map .gate-body{padding:20px}.survivor-map .gate-copy{font-size:13px;font-weight:var(--fw-light);color:var(--copy-soft);line-height:1.55}.survivor-map .gate-features{display:flex;flex-direction:column;gap:9px;margin-top:15px}.survivor-map .gate-feature{display:flex;align-items:center;gap:9px;font-size:12.5px;font-weight:600;color:var(--text-dim8)}.survivor-map .gate-feature svg{flex:none;color:var(--accent)}.survivor-map .gate-submit{display:block;text-align:center;width:100%;box-sizing:border-box;margin-top:17px;background:var(--accent);border:none;border-radius:10px;padding:12px;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--accent-ink)}.survivor-map .gate-submit:hover{color:var(--accent-ink)}.survivor-map .gate-divider{display:flex;align-items:center;margin-top:18px;font-size:10px;font-weight:700;letter-spacing:.5px;color:var(--text-dim7)}.survivor-map .gate-divider::before,.survivor-map .gate-divider::after{content:"";flex:1;height:1px;background:var(--line)}.survivor-map .gate-divider span{padding:0 10px}.survivor-map .gate-submit .brand-name{display:inline-flex;align-items:baseline}.survivor-map .gate-submit .premium-label__lead,.survivor-map .gate-submit .premium-label__plus{font-weight:800;color:var(--accent-ink)}.survivor-map .gate-submit .premium-label__rest{font-weight:400;color:var(--accent-ink);opacity:.85}.survivor-map .csv-sample-box{display:flex;align-items:center;justify-content:center;margin-top:13px;padding:11px 14px;border:1.5px dashed var(--line-strong);border-radius:10px;font-size:12px;font-weight:var(--fw-light);color:var(--text-dim2)}.survivor-map .csv-sample-box svg{flex:none;color:var(--accent)}.survivor-map .csv-sample-box{gap:12px}.survivor-map .csv-sample-box .csv-sample-lines{display:flex;flex-direction:column;align-items:center;gap:2px}.survivor-map .csv-sample-box .csv-sample-cta{color:var(--accent);font-weight:600}.survivor-map .csv-sample-box:hover{border-color:var(--accent);background:var(--accent-soft3);color:var(--text-dim2)}.survivor-map .controls{background:var(--card-bg);border:1px solid var(--line-mid);border-radius:16px;padding:16px 20px;margin-top:14px}.survivor-map .controls-row1{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.survivor-map .controls-label{font-size:13px;font-weight:600;letter-spacing:.8px;color:var(--text-dim3);text-transform:uppercase;flex:none}.survivor-map .week-pills{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.survivor-map .pill{min-width:37px;height:37px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:hsla(0,0%,100%,.04);border:1px solid var(--line-strong);color:var(--text-dim);font-family:var(--font-sans);font-size:15px;font-weight:600;cursor:pointer;padding:0 8px}.survivor-map .pill.active{background:var(--blue-soft);border-color:var(--blue);color:var(--text)}.survivor-map .pill .dbl-badge{display:none;align-items:center;gap:1px;margin-left:3px}.survivor-map .pill.is-dbl .dbl-badge{display:inline-flex}.survivor-map .dbl-badge .ic-splash{width:10px;height:6px;color:var(--whale)}.survivor-map .dbl-badge span{font-size:9px;font-weight:600;color:var(--gold)}.survivor-map .odds-by{margin-left:auto;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;flex:none}.survivor-map .odds-by .lbl{font-size:10px;font-weight:600;letter-spacing:.7px;color:var(--text-dim3)}.survivor-map .odds-by .src{font-size:12.5px;font-weight:600;color:var(--text);letter-spacing:-0.2px}.survivor-map .odds-by svg{color:var(--text)}.survivor-map .odds-updated{margin-left:7px;padding-left:8px;border-left:1px solid var(--line-strong);font-size:11px;font-weight:600;color:var(--text-dim3);white-space:nowrap}.survivor-map .controls-row2{display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin-top:13px}.survivor-map .btn-outline{display:flex;align-items:center;gap:6px;background:rgba(0,0,0,0);border:1.5px solid var(--accent);border-radius:8px;padding:7px 21px;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;color:var(--text);white-space:nowrap;flex:none}.survivor-map .btn-outline:hover{background:var(--accent-soft)}.survivor-map .btn-outline.active{background:var(--accent-soft);border-color:var(--accent)}.survivor-map .btn-outline svg{color:var(--accent)}.survivor-map .src-pills{display:flex;align-items:center;gap:6px;flex-wrap:nowrap;flex:0 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.survivor-map .src-pill{height:31px;display:inline-flex;align-items:center;gap:7px;border-radius:8px;background:hsla(0,0%,100%,.04);border:1px solid var(--line-strong);color:var(--text-dim);font-size:12.5px;font-weight:600;cursor:pointer;padding:0 12px;white-space:nowrap;font-family:inherit;flex:none}.survivor-map .src-pill.active{background:var(--accent-soft2);border-color:var(--accent);color:var(--text)}.survivor-map .src-pill .ic-splash{height:15px;width:33px;flex:none;display:none;color:var(--whale)}.survivor-map .ent-wrap{position:relative;flex:none}.survivor-map .ent-toggle{height:31px;display:inline-flex;align-items:center;gap:8px;border-radius:8px;background:hsla(0,0%,100%,.04);border:1px solid var(--line-strong);color:var(--text-dim);font-size:12.5px;font-weight:600;cursor:pointer;padding:0 12px;white-space:nowrap;font-family:inherit}.survivor-map .ent-toggle.active-src{border-color:var(--accent);color:var(--text)}.survivor-map .ent-toggle svg{transition:transform .15s;color:var(--text-dim2)}.survivor-map .ent-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.survivor-map .ent-panel{position:absolute;top:34px;left:0;z-index:60;width:200px;background:var(--tip-bg);border:1px solid var(--line-14);border-radius:12px;box-shadow:0 18px 46px rgba(0,0,0,.55);padding:6px 0 8px}.survivor-map .ent-panel-head{padding:9px 16px 7px;font-size:10.5px;font-weight:600;letter-spacing:.8px;color:var(--accent);border-bottom:1px solid var(--line)}.survivor-map .ent-list{max-height:296px;overflow-y:auto;margin-top:4px}.survivor-map .ent-row-wrap{position:relative}.survivor-map .ent-row{position:relative;display:flex;align-items:center;gap:9px;padding:8px 16px;cursor:pointer;font-size:12.5px;font-weight:600;color:var(--text-dim8);background:rgba(0,0,0,0);width:100%;text-align:left;border:none;font-family:inherit}.survivor-map .ent-row:hover{background:var(--hover-purple)}.survivor-map .ent-row.active{font-weight:600;color:var(--accent);background:var(--accent-soft3)}.survivor-map .ent-row .ic-splash{width:12px;height:7px;color:var(--whale);flex:none;display:none}.survivor-map .ent-row .ent-label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survivor-map .ent-pen{position:absolute;right:8px;top:50%;transform:translateY(-50%);flex:none;cursor:pointer;color:var(--text-dim2);background:none;border:none;padding:2px;display:inline-flex}.survivor-map .ent-edit-row{display:flex;align-items:center;gap:9px;padding:8px 16px}.survivor-map .ent-edit-row .ic-splash{width:12px;height:7px;color:var(--whale);flex:none;display:none}.survivor-map.splash-on .src-pill.has-logo .ic-splash,.survivor-map.splash-on .ent-row .ic-splash,.survivor-map.splash-on .ent-edit-row .ic-splash{display:block}.survivor-map .ent-input{width:100%;min-width:0;background:hsla(0,0%,100%,.06);border:1px solid var(--accent);border-radius:6px;padding:5px 8px;font-family:inherit;font-size:12.5px;font-weight:600;color:var(--text);outline:none}.survivor-map .csv-error-block{margin-top:14px}.survivor-map .csv-error-heading{font-size:12.5px;font-weight:600;color:var(--used-red);line-height:1.45}.survivor-map .csv-error-list{margin:12px 0 0;padding-left:18px;display:flex;flex-direction:column;gap:7px;max-height:240px;overflow-y:auto}.survivor-map .csv-error-list li{font-size:12.5px;font-weight:600;color:var(--used-red);line-height:1.45}.survivor-map .csv-error-more{margin-top:9px}.survivor-map .csv-preview-wrap{margin-top:14px}.survivor-map .csv-preview{overflow-x:auto;border:1px solid var(--line-strong);border-radius:8px}.survivor-map .csv-preview table{border-collapse:collapse;width:100%;min-width:420px}.survivor-map .csv-preview th,.survivor-map .csv-preview td{padding:6px 10px;font-size:11px;white-space:nowrap;text-align:left;border-bottom:1px solid var(--line-strong)}.survivor-map .csv-preview thead th{font-weight:600;color:var(--text-dim);background:var(--line-soft)}.survivor-map .csv-preview tbody td{color:var(--text-dim2)}.survivor-map .csv-preview .csv-preview-required{color:var(--accent);background:var(--accent-soft)}.survivor-map .csv-preview-caption{margin-top:7px;font-size:11px;font-weight:var(--fw-light);color:var(--text-dim2)}.survivor-map .toggle-group-wrap{margin-left:auto;display:flex;align-items:center;gap:8px;flex:none}.survivor-map .toggle-group{display:inline-flex;border:1px solid var(--line-strong);border-radius:8px;overflow:hidden}.survivor-map .toggle-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:5px 10px;font-size:9.5px;font-weight:600;letter-spacing:.5px;cursor:pointer;background:rgba(0,0,0,0);color:var(--text-dim2);border:none;border-left:1px solid var(--line-strong);font-family:inherit}.survivor-map .toggle-btn:first-child{border-left:none}.survivor-map .toggle-btn.active{background:hsla(0,0%,100%,.1);color:var(--text)}.survivor-map .toggle-btn .ic-splash{width:12px;height:5.5px;color:var(--whale);flex:none}.survivor-map .legend-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap;margin-top:14px;padding-top:13px;border-top:1px solid var(--line-mid)}.survivor-map .legend-item{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--text-dim)}.survivor-map .legend-swatch{width:11px;height:11px;border-radius:3px;border:2.5px solid;flex:none}.survivor-map .legend-swatch.b75{border-color:var(--band-75)}.survivor-map .legend-swatch.b60{border-color:var(--band-60)}.survivor-map .legend-swatch.b50{border-color:var(--band-50)}.survivor-map .legend-swatch.bunder{border-color:var(--band-under)}.survivor-map .legend-dot{color:var(--text);font-size:13px;line-height:1}.survivor-map .ic-globe{color:var(--intl)}.survivor-map .legend-2x{display:inline-flex;align-items:center;gap:2px}.survivor-map .legend-2x .ic-splash{width:11px;height:7px;color:var(--whale)}.survivor-map .legend-2x span{font-size:11px;font-weight:600;color:var(--gold)}.survivor-map .legend-item .ic-splash{color:var(--whale)}.survivor-map .legend-sel-swatch{width:11px;height:11px;border-radius:3px;background:var(--blue-soft3);border:1px solid var(--blue-soft4);flex:none}.survivor-map .count-line{display:inline;margin-left:auto;font-size:12px;font-weight:600;color:var(--text-dim3)}.survivor-map .count-line .hl{color:var(--text);font-weight:600}.survivor-map .table-card{background:var(--card-bg);border:1px solid var(--line-mid);border-radius:16px;overflow:hidden;margin-top:14px}.survivor-map .table-scroll{overflow-x:auto}.survivor-map table.grid{min-width:1440px;width:100%;border-collapse:separate;border-spacing:3px;table-layout:fixed;padding:8px 11px}.survivor-map table.grid col.c-rank{width:34px}.survivor-map table.grid col.c-team{width:68px}.survivor-map table.grid col.c-fav{width:56px}.survivor-map table.grid col.c-week{width:66px}.survivor-map table.grid thead th{font-size:10.5px;font-weight:600;letter-spacing:.4px;color:var(--text-dim3);text-align:center;padding:6px 2px;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:2;background:var(--card-bg)}.survivor-map table.grid thead th.week-th{padding:0}.survivor-map table.grid tbody td{padding:4px 2px;vertical-align:middle}.survivor-map table.grid tbody tr{border-bottom:1px solid var(--line-soft)}.survivor-map table.grid tbody tr:hover{background:var(--line-hover)}.survivor-map table.grid th:nth-child(-n+3),.survivor-map table.grid td:nth-child(-n+3){position:sticky;background:var(--card-bg);z-index:1;box-shadow:3px 0 0 var(--card-bg),-3px 0 0 var(--card-bg)}.survivor-map table.grid th:nth-child(1),.survivor-map table.grid td:nth-child(1){left:0}.survivor-map table.grid th:nth-child(2),.survivor-map table.grid td:nth-child(2){left:37px}.survivor-map table.grid th:nth-child(3),.survivor-map table.grid td:nth-child(3){left:108px}.survivor-map table.grid th:nth-child(-n+3){z-index:3}.survivor-map table.grid td.team-cell:hover,.survivor-map table.grid td.team-cell:focus-within{z-index:4}.survivor-map .week-head-btn{width:100%;background:none;border:none;cursor:pointer;font-family:var(--font-sans);font-size:12px;font-weight:var(--fw-light);color:var(--text-dim3);text-align:center;padding:6px 2px}.survivor-map .week-head-btn.active{color:var(--blue-head);font-weight:600}.survivor-map .week-head-dbl{display:none;align-items:center;justify-content:center;gap:1px;margin-top:1px}.survivor-map .week-head-dbl .ic-splash{width:8px;height:5px;color:var(--whale)}.survivor-map .week-head-dbl span{font-size:7px;font-weight:600;letter-spacing:.3px;color:var(--gold);line-height:1.2}.survivor-map .week-th.is-dbl .week-head-dbl{display:flex}.survivor-map .rank-cell{font-family:var(--font-sans);font-size:11px;font-weight:var(--fw-light);color:var(--text-dim3);text-align:center}.survivor-map .team-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;min-width:0;height:50px;padding:0;width:100%;background:none;border:none;position:relative;font-family:inherit}.survivor-map .team-btn .tm-tip{position:absolute;bottom:calc(100% + 7px);left:50%;transform:translate(-50%, 4px);z-index:40;background:var(--tip-inverse-bg);color:var(--tip-inverse-text);font-size:12.5px;font-weight:600;white-space:nowrap;border-radius:8px;padding:6px 12px;opacity:0;visibility:hidden;transition:opacity .12s,transform .12s;pointer-events:none;box-shadow:0 8px 22px rgba(0,0,0,.45)}.survivor-map .team-btn .tm-tip::after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid rgba(0,0,0,0);border-top-color:var(--tip-inverse-bg)}.survivor-map .team-btn:hover .tm-tip,.survivor-map .team-btn:focus-visible .tm-tip{opacity:1;visibility:visible;transform:translate(-50%, 0)}.survivor-map .team-logo{width:38px;height:38px;object-fit:contain;flex:none}.survivor-map .used-badge{display:none;align-items:center;font-size:7px;font-weight:var(--fw-light);letter-spacing:.5px;line-height:1.3;color:var(--used-red);border:1px solid var(--used-red-bd);border-radius:3px;padding:0 3px;flex:none}.survivor-map .used .used-badge{display:inline-flex}.survivor-map .used .team-logo{width:28px;height:28px}.survivor-map .fav-left-cell{text-align:center;font-family:var(--font-sans);font-size:12.5px;font-weight:600}.survivor-map .week-cell{position:relative;min-width:0;background:rgba(0,0,0,0);border:1.5px solid var(--line-14);border-radius:7px;padding:8px 2px 7px;text-align:center}.survivor-map .week-cell.bye{color:var(--text-dim7)}.survivor-map .cell-div-dot{position:absolute;top:4px;right:5px;width:5px;height:5px;border-radius:50%;background:rgba(0,0,0,0)}.survivor-map .cell-intl{position:absolute;top:3px;left:4px;color:rgba(0,0,0,0)}.survivor-map .cell-opp{display:flex;align-items:center;justify-content:center;gap:4px;white-space:nowrap;min-height:20px}.survivor-map .cell-pre{font-size:10px;font-weight:600;color:var(--text-dim2)}.survivor-map .cell-logo{width:20px;height:20px;object-fit:contain;flex:none}.survivor-map .cell-val{margin-top:3px;font-family:var(--font-sans);font-size:12.5px;font-weight:600;letter-spacing:.2px;color:var(--text)}.survivor-map .cell-result{position:absolute;bottom:3px;right:5px;display:inline-flex;line-height:0}.survivor-map .cell-result.win{color:var(--accent)}.survivor-map .cell-result.loss{color:var(--danger)}.survivor-map .footnote{margin-top:14px;font-size:12px;font-weight:var(--fw-light);color:var(--text-dim3);line-height:1.6;max-width:860px}.survivor-map .row-used>td{opacity:.38}.survivor-map .row-used>td.team-cell:hover,.survivor-map .row-used>td.team-cell:focus-within{opacity:1}.survivor-map .logo-dark{display:none}.survivor-map .used-card{margin-top:14px}.survivor-map .used-card-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 0;font-size:12px;font-weight:600;letter-spacing:.8px;color:var(--text-dim3);text-transform:uppercase}.survivor-map .used-card-count{text-transform:none;letter-spacing:normal;color:var(--text-dim6)}.survivor-map .grid-empty{text-align:center;padding:20px 8px;font-size:12.5px;font-weight:var(--fw-light);color:var(--text-dim3)}.survivor-map .toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%, 12px);z-index:80;background:var(--tip-bg);border:1px solid var(--line-strong);color:var(--text);font-size:13px;font-weight:600;padding:11px 18px;border-radius:10px;box-shadow:0 18px 44px rgba(0,0,0,.55);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;max-width:min(90vw,380px);text-align:center}.survivor-map .toast.show{opacity:1;transform:translate(-50%, 0)}.survivor-map .survivor-map__status{margin-top:20px}.survivor-map .survivor-map__status-line{font-size:13px;font-weight:var(--fw-light);color:var(--text-dim)}@media(width <= 1024px){.survivor-map{padding:16px 16px 60px}}@media(width <= 768px){.survivor-map h1.page-title{font-size:26px}.survivor-map .controls{padding:12px}.survivor-map .controls-row1{gap:8px}.survivor-map .controls-label{font-size:11px}.survivor-map .week-pills{gap:4px}.survivor-map .pill{min-width:34px;height:34px;border-radius:8px;font-size:13px;padding:0 5px}.survivor-map .odds-by .src{font-size:11.5px}.survivor-map .odds-updated{font-size:10px}.survivor-map .btn-outline{padding:6px 12px;font-size:11px}.survivor-map .src-pill{height:28px;font-size:11.5px;padding:0 9px}.survivor-map .src-pill .ic-splash{width:26px;height:12px}.survivor-map .ent-toggle{height:28px;font-size:11.5px;padding:0 9px}.survivor-map .toggle-btn{padding:8px 5px;font-size:8.5px;letter-spacing:.3px;gap:3px}.survivor-map .legend-row{gap:10px 14px}.survivor-map .legend-item{font-size:11px}.survivor-map .count-line{font-size:11px}.survivor-map .footnote{font-size:11px}.survivor-map .controls-row2{flex-wrap:wrap}.survivor-map .src-pills{flex:0 1 auto;min-width:0;max-width:calc(100% - 80px)}.survivor-map .toggle-group-wrap{gap:5px;min-width:0;max-width:100%;flex-basis:100%;justify-content:center;margin-top:8px}.survivor-map .toggle-group-wrap .ic-splash{width:18px;height:8px}}@media(width <= 600px){.survivor-map .controls-row1{row-gap:6px}.survivor-map .week-pills{flex-basis:100%;display:grid;grid-template-columns:repeat(9, 1fr);gap:3px}.survivor-map .pill{min-width:0;padding:0 2px;font-size:12px}.survivor-map .pill .dbl-badge{margin-left:1px}.survivor-map .pill .dbl-badge .ic-splash{display:none}.survivor-map .dbl-badge span{font-size:8px}.survivor-map .controls [data-survivor-map-target=uploadCsvBtn]{display:none}.survivor-map .info-tip{position:fixed;left:16px;right:16px;top:130px;width:auto}}}
