:root{--tepg-orange: #f97316;--tepg-orange-dark: #ea580c;--tepg-blue: #1d4ed8;--tepg-ink: #111827;--tepg-muted: #6b7280;--tepg-line: #e5e7eb;--tepg-surface: #ffffff;--tepg-bg: #f9fafb;--tepg-tint: #fff7ed;--tepg-tint-line: #fed7aa;--tepg-tint-strong: #ffedd5;--tepg-improved: #c2410c;--tepg-improved-soft: #fff4ed;--tepg-worsened: #1e3a8a;--tepg-worsened-soft: #eef2fb}*{box-sizing:border-box}.tepg-container{max-width:56rem;margin:0 auto;padding:1rem 0 2rem;color:var(--tepg-ink);line-height:1.5}.tepg-loading{display:flex;justify-content:center;padding:3rem 0}.tepg-loading:after{content:"";width:2rem;height:2rem;border:3px solid var(--tepg-line);border-top-color:var(--tepg-orange);border-radius:50%;animation:tepg-spin .8s linear infinite}@keyframes tepg-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.tepg-loading:after{animation-duration:2s}}.tepg-lead{color:var(--tepg-muted);margin:.75rem 0 1.5rem}.tepg-search{position:relative;margin-bottom:1rem}.tepg-search-input{width:100%;padding:.75rem 1rem;font-size:1rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;transition:border-color .15s,box-shadow .15s}.tepg-search-input:focus{outline:none;border-color:var(--tepg-orange);box-shadow:0 0 0 3px #f9731633}.tepg-search-results{--sp-accent: var(--tepg-orange);display:grid;gap:.5rem;margin-top:.5rem}.tepg-upcoming{margin:0 0 1.5rem}.tepg-upcoming-heading{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--tepg-muted)}.tepg-upcoming-list{display:grid;gap:.375rem}.tepg-upcoming-row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;width:100%;padding:.625rem .875rem;text-align:left;font-size:.9375rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;cursor:pointer;transition:border-color .15s,box-shadow .15s}.tepg-upcoming-row:hover{border-color:var(--tepg-orange);box-shadow:0 1px 2px #0000000d}.tepg-upcoming-row:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:1px}.tepg-upcoming-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tepg-upcoming-meta{display:flex;align-items:baseline;gap:.75rem;flex-shrink:0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-upcoming-teams{color:var(--tepg-orange-dark);font-weight:600}.tepg-or{margin:.5rem 0 2rem}.tepg-link-button{padding:0;font-size:.95rem;color:var(--tepg-orange-dark);background:none;border:none;cursor:pointer;text-decoration:underline}.tepg-link-button:disabled{color:var(--tepg-ink);cursor:default;text-decoration:none;font-weight:600}.tepg-control-label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-scope-buttons{display:inline-flex;border:1px solid var(--tepg-line);border-radius:.5rem;overflow:hidden}.tepg-scope-button{padding:.4rem .75rem;font-size:.85rem;font-weight:500;color:var(--tepg-ink);background:var(--tepg-surface);border:none;border-left:1px solid var(--tepg-line);cursor:pointer;transition:background-color .15s,color .15s}.tepg-scope-button:first-child{border-left:none}.tepg-scope-button:hover:not(.tepg-scope-button--active){background:var(--tepg-tint)}.tepg-scope-button--active{color:#fff;background:var(--tepg-orange)}.tepg-scope-button:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:-2px}.tepg-gapfill{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--tepg-ink);cursor:pointer}.tepg-gapfill-input{width:1rem;height:1rem;accent-color:var(--tepg-orange);cursor:pointer}.tepg-advanced{margin-top:1.5rem}.tepg-advanced-summary{list-style:none;display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;font-size:.875rem;font-weight:600;color:var(--tepg-muted);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem;cursor:pointer;user-select:none;transition:color .15s,border-color .15s}.tepg-advanced-summary::-webkit-details-marker{display:none}.tepg-advanced-summary:hover{color:var(--tepg-orange);border-color:var(--tepg-orange)}.tepg-advanced-summary:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:2px}.tepg-advanced-chevron{display:inline-flex;transition:transform .15s}.tepg-advanced-chevron svg{width:1rem;height:1rem}.tepg-advanced[open] .tepg-advanced-chevron{transform:rotate(180deg)}.tepg-advanced-body{display:flex;flex-direction:column;gap:1rem;margin-top:1rem;padding:1rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem}.tepg-setup{max-width:35rem}.tepg-team{padding:1rem 1.25rem 1.25rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem}.tepg-team-title{margin:0 0 .75rem;font-size:1.0625rem;font-weight:600}.tepg-slots{display:grid;gap:.625rem}.tepg-slot{display:flex;align-items:center;gap:.625rem}.tepg-slot-label{flex:0 0 3.5rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-slot-select{flex:1 1 auto;min-width:0;padding:.5rem .625rem;font-size:.9375rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-slot-select:focus{outline:none;border-color:var(--tepg-orange);box-shadow:0 0 0 2px #f9731633}.tepg-slot--filled .tepg-slot-select{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-slot-badge{flex:0 0 auto;padding:.0625rem .375rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-orange-dark);background:var(--tepg-tint-strong);border-radius:999px}.tepg-slot-reroll{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;font-size:.9375rem;line-height:1;color:var(--tepg-orange-dark);background:var(--tepg-surface);border:1px solid var(--tepg-tint-line);border-radius:.375rem;cursor:pointer;transition:background-color .15s,border-color .15s}.tepg-slot-reroll:hover{background:var(--tepg-tint);border-color:var(--tepg-orange)}.tepg-slot-reroll:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:1px}.tepg-team-status{margin:.75rem 0 0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-team-status--ok{color:#047857}.tepg-team-status--error{color:#b91c1c}.tepg-reveal-grid{margin:1.5rem 0 0}.tepg-reveal-grid .tepg-learn-body{padding-left:0;font-size:inherit;color:var(--tepg-ink)}.tepg-grid{width:100%;border-collapse:collapse;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem;overflow:hidden;font-size:.875rem}.tepg-grid th,.tepg-grid td{padding:.625rem .75rem;border:1px solid var(--tepg-line);text-align:left;vertical-align:top}.tepg-grid-corner{font-size:.6875rem;font-weight:500;color:var(--tepg-muted);background:var(--tepg-bg);white-space:nowrap}.tepg-grid-colhead,.tepg-grid-rowhead{font-weight:600;background:var(--tepg-bg)}.tepg-grid-colhead{text-align:center}.tepg-cell-h2h{display:flex;align-items:baseline;gap:.4rem}.tepg-cell-rate{font-size:1.125rem;font-weight:700;color:var(--tepg-ink)}.tepg-cell-games{font-size:.75rem;color:var(--tepg-muted)}.tepg-cell-nodata{font-size:.8125rem;font-style:italic;color:var(--tepg-muted)}.tepg-cell-h2h--low .tepg-cell-rate{font-weight:500;color:var(--tepg-muted)}.tepg-cell-h2h--low .tepg-cell-games{font-style:italic}.tepg-cell-cats{margin-top:.375rem;padding-top:.375rem;border-top:1px solid var(--tepg-line);display:flex;flex-direction:column;gap:.125rem}.tepg-cell-cat{font-size:.75rem;color:var(--tepg-ink)}.tepg-cell-cat-label{color:var(--tepg-muted)}.tepg-cell-cat-rate{font-weight:600;color:var(--tepg-ink)}.tepg-cell-cat-games{color:var(--tepg-muted)}.tepg-cell-cat--low .tepg-cell-cat-rate{font-weight:500;color:var(--tepg-muted)}.tepg-cell-cat--low .tepg-cell-cat-games{font-style:italic}.tepg-cited{cursor:help}.tepg-cited:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:2px;border-radius:2px}.tepg-cited .tepg-cell-rate,.tepg-cited .tepg-cell-cat-rate,.tepg-cited .tepg-readout-rate,.tepg-cited .tepg-outlook-rate{text-decoration:underline dotted var(--tepg-line);text-underline-offset:2px}.tepg-cite-popover{position:fixed;z-index:1000;max-width:min(20rem,90vw);padding:.4rem .6rem;font-size:.8rem;line-height:1.35;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem;box-shadow:0 4px 12px #11182726;pointer-events:none}@media(max-width:36rem){.tepg-reveal-grid{overflow-x:auto}.tepg-grid{min-width:30rem}}.tepg-round{margin-top:2rem;display:flex;flex-direction:column;gap:.625rem}.tepg-step{background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem;box-shadow:0 1px 3px #0000000f;overflow:hidden}.tepg-step--done{background:var(--tepg-bg);box-shadow:none}.tepg-step--enter{animation:tepg-card-in .2s ease-out}@keyframes tepg-card-in{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.tepg-step--enter{animation:none}}.tepg-step-header{display:flex;align-items:center;gap:.625rem;padding:.625rem 1rem}.tepg-step--active .tepg-step-header,.tepg-step--reveal .tepg-step-header{border-bottom:1px solid var(--tepg-line)}.tepg-step-num{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.8125rem;font-weight:700;color:#fff;background:var(--tepg-orange);border-radius:999px}.tepg-step--done .tepg-step-num{background:var(--tepg-muted)}.tepg-step-title{font-size:.9375rem;font-weight:600}.tepg-step--done .tepg-step-title{color:var(--tepg-muted)}.tepg-step-edit{margin-left:auto;flex:0 0 auto;padding:.1875rem .5rem;font-size:.75rem;font-weight:600;color:var(--tepg-muted);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem;cursor:pointer}.tepg-step-edit:hover{color:var(--tepg-orange-dark);border-color:var(--tepg-orange);background:var(--tepg-tint)}.tepg-step-edit:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:1px}.tepg-step-body{padding:.875rem 1.125rem 1.125rem}.tepg-step-summary{padding:0 1rem .75rem}.tepg-step-recap{display:flex;flex-wrap:wrap;gap:.4rem 1.5rem}.tepg-step-summary .tepg-step-recap+.tepg-alloc{margin-top:.875rem;margin-bottom:0}.tepg-recap-item{display:inline-flex;flex-direction:column;gap:.0625rem;min-width:0}.tepg-recap-key{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-recap-val{font-size:.875rem;font-weight:600}.tepg-card-reveal:focus{outline:none}.tepg-step:focus{outline:none}.tepg-card-label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-card-note{margin:.75rem 0;color:var(--tepg-ink)}.tepg-rolloff{margin:0 0 .875rem;padding:.5rem .75rem;font-size:1rem;font-weight:700;border-radius:.5rem}.tepg-rolloff--won{color:var(--tepg-orange-dark);background:var(--tepg-tint);border:1px solid var(--tepg-tint-line)}.tepg-rolloff--lost{color:var(--tepg-ink);background:var(--tepg-bg);border:1px solid var(--tepg-line)}.tepg-odds{margin:0 0 .875rem;padding:.5rem .75rem;background:var(--tepg-tint);border:1px solid var(--tepg-tint-line);border-radius:.5rem}.tepg-odds--capstone{margin:.875rem 0}.tepg-odds-line{margin:0;font-size:.9375rem}.tepg-odds-num{font-weight:700}.tepg-odds-note{margin:.375rem 0 0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-odds-headline{display:flex;align-items:baseline;gap:.5rem}.tepg-odds-headline .tepg-card-label{margin:0}.tepg-odds-headline .tepg-odds-num{font-size:1.125rem}.tepg-learn{margin-top:.5rem}.tepg-learn-summary{display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;font-size:.8125rem;color:var(--tepg-muted);list-style:none;user-select:none}.tepg-learn-summary::-webkit-details-marker{display:none}.tepg-learn-summary::marker{content:""}.tepg-learn-summary:hover,.tepg-learn[open]>.tepg-learn-summary{color:var(--tepg-orange-dark)}.tepg-learn-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:1.125rem;height:1.125rem;font-size:.75rem;font-weight:700;line-height:1;color:var(--tepg-orange-dark);background:var(--tepg-tint);border:1px solid var(--tepg-tint-line);border-radius:50%}.tepg-learn-label{text-decoration:underline;text-decoration-color:var(--tepg-line);text-underline-offset:.15em}.tepg-learn-body{margin-top:.5rem;padding-left:.25rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-learn-text{margin:0 0 .5rem}.tepg-learn-text:last-child{margin-bottom:0}.tepg-learn-summary:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:2px;border-radius:.25rem}.tepg-step-summary-trail{display:flex;flex-direction:column;gap:.5rem}.tepg-odds-floor{margin:0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-odds-floor .tepg-odds-num{font-size:.875rem}.tepg-opp{margin-bottom:.875rem}.tepg-opp-name{display:block;font-size:1.0625rem;font-weight:600}.tepg-opp-factions{display:flex;flex-wrap:wrap;gap:.5rem;margin:.375rem 0 0;padding:0;list-style:none}.tepg-opp-faction{padding:.25rem .625rem;font-size:.875rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:999px}.tepg-board-labels{margin:0}.tepg-board-label-fields{display:grid;gap:.625rem;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr))}.tepg-board-label-field{display:flex;flex-direction:column;gap:.25rem}.tepg-board-label-name{font-size:.75rem;color:var(--tepg-muted)}.tepg-board-label-input{padding:.45rem .625rem;font-size:.9375rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-board-label-input:focus{outline:none;border-color:var(--tepg-orange);box-shadow:0 0 0 2px #f9731633}.tepg-pick{margin:0 0 1.25rem;padding:0;border:none}.tepg-pick-legend{padding:0;margin-bottom:.5rem;font-size:.875rem;font-weight:600}.tepg-pick-hint{margin:0 0 .625rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-pick-options{display:flex;flex-wrap:wrap;gap:.5rem}.tepg-board-pick-option,.tepg-defender-pick-option{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.9375rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;cursor:pointer;transition:border-color .15s,background-color .15s}.tepg-board-pick-option:hover,.tepg-defender-pick-option:hover{border-color:var(--tepg-orange);background:var(--tepg-tint)}.tepg-board-pick-input,.tepg-defender-pick-input,.tepg-attacker-pick-input{accent-color:var(--tepg-orange);cursor:pointer}.tepg-opp{margin:0 0 1.25rem}.tepg-opp-pills{display:flex;flex-wrap:wrap;gap:.5rem}.tepg-opp-pill{display:inline-flex;align-items:center;padding:.5rem .75rem;font-size:.9375rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem}.tepg-oppread{margin:0 0 1.25rem;padding:.75rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.5rem}.tepg-step-summary-trail .tepg-oppread{margin-bottom:0}.tepg-oppread-rows{display:flex;flex-direction:column;gap:.4rem;margin-top:.5rem}.tepg-oppread-row{display:grid;grid-template-columns:minmax(7rem,1fr) minmax(6rem,2fr) 2.75rem;align-items:center;gap:.625rem}.tepg-oppread-faction{font-size:.875rem;font-weight:600}.tepg-oppread-meter{height:.5rem;background:var(--tepg-line);border-radius:999px;overflow:hidden}.tepg-oppread-fill{height:100%;border-radius:999px;background:var(--tepg-tint-line)}.tepg-oppread-fill--lead{background:var(--tepg-orange)}.tepg-oppread-weight{font-size:.8125rem;font-weight:600;text-align:right;font-variant-numeric:tabular-nums}.tepg-oppread-verdict{margin:.625rem 0 0;font-size:.8125rem;color:var(--tepg-ink)}.tepg-oppread-verdict strong{color:var(--tepg-orange-dark)}.tepg-oppread-why{margin:.25rem 0 0;font-size:.75rem;color:var(--tepg-muted)}.tepg-oppread-why strong{color:var(--tepg-ink)}@media(max-width:36rem){.tepg-oppread-row{grid-template-columns:minmax(6rem,1fr) minmax(4rem,1.5fr) 2.5rem;gap:.5rem}}.tepg-boards{display:grid;gap:.625rem;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));margin-bottom:1rem}.tepg-board{padding:.625rem .75rem .7rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.625rem}.tepg-board-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.tepg-board-role{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-orange-dark)}.tepg-board-label{font-size:.8125rem;color:var(--tepg-muted);text-align:right}.tepg-board-matchup{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem;margin-bottom:.375rem}.tepg-board-you{font-weight:700}.tepg-board-vs{font-size:.8125rem;color:var(--tepg-muted)}.tepg-board-them{font-weight:600}.tepg-board-role-badge{flex:0 0 auto;padding:.0625rem .4rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;line-height:1.4;white-space:nowrap}.tepg-board-role-badge--defender{color:var(--tepg-orange-dark);background:var(--tepg-tint-strong)}.tepg-readout{display:flex;align-items:baseline;gap:.4rem}.tepg-readout-rate{font-size:1.125rem;font-weight:700;color:var(--tepg-ink)}.tepg-readout-games{font-size:.75rem;color:var(--tepg-muted)}.tepg-readout--low .tepg-readout-rate{font-weight:500;color:var(--tepg-muted)}.tepg-readout--low .tepg-readout-games{font-style:italic}.tepg-readout-nodata{font-size:.8125rem;font-style:italic;color:var(--tepg-muted)}.tepg-card-actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:.5rem}.tepg-button{padding:.55rem 1.1rem;font-size:.9375rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.tepg-button:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:2px}.tepg-button--primary{color:#fff;background:var(--tepg-orange);border:1px solid var(--tepg-orange)}.tepg-button--primary:hover:not(:disabled){background:var(--tepg-orange-dark);border-color:var(--tepg-orange-dark)}.tepg-button--primary:disabled{background:var(--tepg-tint-line);border-color:var(--tepg-tint-line);color:#fff;cursor:not-allowed}.tepg-button--ghost{color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line)}.tepg-button--ghost:hover{border-color:var(--tepg-orange);background:var(--tepg-tint)}.tepg-alloc{margin-bottom:.875rem}.tepg-alloc-boards{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr))}.tepg-alloc-board{display:flex;flex-direction:column;gap:.125rem;padding:.625rem .875rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.5rem}.tepg-alloc-board--you{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-alloc-role{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-alloc-label{font-size:1rem;font-weight:600}.tepg-alloc-defends{font-size:.8125rem;color:var(--tepg-muted)}.tepg-your-team{margin-bottom:1.5rem}.tepg-your-team-title{margin:0 0 .75rem;font-size:1.25rem;font-weight:600}.tepg-team-search{position:relative}.tepg-team-search-input{width:100%;padding:.625rem .875rem;font-size:.9375rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;transition:border-color .15s,box-shadow .15s}.tepg-team-search-input:focus{outline:none;border-color:var(--tepg-orange);box-shadow:0 0 0 3px #f9731633}.tepg-team-list{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem}.tepg-team-list-empty{margin:0;padding:.625rem .5rem;font-size:.875rem;color:var(--tepg-muted)}.tepg-team-row{display:flex;flex-direction:column;gap:.0625rem;padding:.45rem .625rem;text-align:left;background:var(--tepg-surface);border:1px solid transparent;border-radius:.375rem;cursor:pointer;transition:background-color .15s,border-color .15s}.tepg-team-row:hover{background:var(--tepg-tint);border-color:var(--tepg-orange)}.tepg-team-row:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:-2px}.tepg-team-row-name{font-weight:600;font-size:.9375rem}.tepg-team-row-factions{font-size:.8125rem;color:var(--tepg-muted)}.tepg-team-custom{margin-top:.75rem}.tepg-your-team-header{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem}.tepg-your-team-header .tepg-your-team-title{margin:0}.tepg-your-team-name{color:var(--tepg-orange-dark)}.tepg-change-team{padding:.35rem .75rem;font-size:.8125rem;font-weight:500;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;cursor:pointer;transition:border-color .15s,background-color .15s}.tepg-change-team:hover{border-color:var(--tepg-orange);background:var(--tepg-tint)}.tepg-change-team:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:1px}.tepg-modes{margin-bottom:1.5rem}.tepg-summary{margin-bottom:1.25rem;padding:1rem 1.125rem;background:var(--tepg-tint);border:1px solid var(--tepg-tint-line);border-radius:.625rem}.tepg-summary-title{margin:0;font-size:1rem;color:var(--tepg-ink)}.tepg-summary-lead{margin:.25rem 0 .875rem;font-size:.85rem;color:var(--tepg-muted)}.tepg-summary-rows{display:flex;flex-direction:column;gap:.75rem}.tepg-summary-row{padding-top:.75rem;border-top:1px solid var(--tepg-tint-line)}.tepg-summary-row:first-child{padding-top:0;border-top:none}.tepg-summary-row-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem}.tepg-summary-faction{font-weight:600;color:var(--tepg-ink)}.tepg-summary-share{font-size:.85rem;color:var(--tepg-muted)}.tepg-summary-floor{margin-left:auto;font-size:.85rem;font-weight:600;white-space:nowrap}.tepg-summary-hunt{margin:.3rem 0 0;font-size:.85rem;color:var(--tepg-ink)}.tepg-summary-hunt-label{color:var(--tepg-muted)}.tepg-summary-hunt--none{color:var(--tepg-muted);font-style:italic}.tepg-summary-target-name{color:var(--tepg-ink)}.tepg-summary-rate{font-weight:600}.tepg-summary-sep{color:var(--tepg-muted)}.tepg-mode-actions{display:flex;flex-wrap:wrap;gap:.625rem}.tepg-mode-actions .tepg-button{font-size:1rem}.tepg-specific-picker{margin-top:1rem}.tepg-modes-hint{margin:0 0 1.5rem;padding:1.25rem 1rem;text-align:center;color:var(--tepg-muted);background:var(--tepg-surface);border:1px dashed var(--tepg-line);border-radius:.75rem}.tepg-step-intro{margin-bottom:.875rem}.tepg-step-intro-text{margin:0 0 .5rem;color:var(--tepg-ink)}.tepg-rule{margin:0;padding:.5rem .75rem;background:var(--tepg-bg);border-left:3px solid var(--tepg-line);border-radius:0 .375rem .375rem 0}.tepg-rule-heading{display:block;margin-bottom:.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-rule-quote{margin:0;font-size:.8125rem;font-style:italic;color:var(--tepg-muted)}.tepg-defender-reminder{margin-bottom:.625rem}.tepg-alloc-board--role-A{border-left:4px solid var(--tepg-orange)}.tepg-alloc-board--role-B{background:#f1f5f9;border-color:#cbd5e1;border-left:4px solid #64748b}.tepg-alloc-board--role-B .tepg-alloc-defends{color:#475569}.tepg-alloc-board--role-C{background:var(--tepg-surface);border-style:dashed;border-left:4px dashed var(--tepg-muted)}.tepg-choice{margin:1.125rem 0;padding:.875rem 1rem 1rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.625rem}.tepg-choice-caption{margin:.25rem 0 .75rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-floor-bars{display:flex;flex-direction:column;gap:.5rem}.tepg-floor-bar{padding:.45rem .5rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-floor-bar--pick{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-floor-bar--read{border-color:#cbd5e1}.tepg-floor-bar-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .5rem;margin-bottom:.35rem}.tepg-floor-bar-head>.tepg-fwn,.tepg-floor-bar-faction{flex:1 1 auto;min-width:0;font-size:.9375rem;font-weight:600}.tepg-floor-bar-mix{flex:1 1 auto;min-width:0;flex-direction:row;align-items:baseline;gap:.4rem}.tepg-floor-bar-mixlabel{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-orange-dark)}.tepg-floor-bar-blend{font-size:.875rem;font-weight:600}.tepg-floor-bar-meter{display:flex;align-items:center;gap:.5rem}.tepg-floor-bar-track{flex:1 1 auto;height:.5rem;background:var(--tepg-line);border-radius:999px;overflow:hidden}.tepg-floor-bar-fill{height:100%;border-radius:999px}.tepg-floor-bar-rate{flex:0 0 auto;font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums}.tepg-choice-weight{flex:0 0 auto;padding:.0625rem .4rem;font-size:.75rem;color:var(--tepg-orange-dark);background:var(--tepg-tint-strong);border-radius:999px;white-space:nowrap}.tepg-choice-weight-label{color:var(--tepg-orange-dark)}.tepg-choice-tie{margin:.5rem 0 0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-choice-tie strong{color:var(--tepg-ink)}.tepg-choice-tags{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:.25rem}.tepg-choice-tag{padding:.0625rem .4rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;white-space:nowrap}.tepg-choice-tag--pick{color:var(--tepg-orange-dark);background:var(--tepg-tint-strong)}.tepg-choice-tag--yours{color:#fff;background:#1e3a8a}.tepg-choice-tag--read{color:var(--tepg-orange-dark);background:transparent;box-shadow:inset 0 0 0 1px var(--tepg-orange)}.tepg-choice-tag--unread{color:#fff;background:var(--tepg-orange)}.tepg-choice-mixed{margin:.625rem 0 0;padding:.625rem;background:#fffbf5;border:1px solid var(--tepg-tint-line);border-radius:.5rem;display:flex;flex-direction:column;gap:.5rem}.tepg-mixed-lede{margin:0;font-size:.8125rem;color:var(--tepg-ink)}.tepg-mixed-option{padding:.5rem .6rem .6rem;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-mixed-option--rec{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-mixed-heading{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-orange-dark);margin-bottom:.25rem}.tepg-mixed-text{margin:0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-mixed-text strong{color:var(--tepg-ink)}.tepg-mixed-roll{margin:0;font-size:.8125rem;color:var(--tepg-ink)}.tepg-mixed-roll-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-orange-dark);margin-right:.4rem}.tepg-outlook-options{display:flex;flex-direction:column;gap:.5rem}.tepg-outlook-option{padding:.5rem .6rem .6rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-outlook-option--pick{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-outlook-option--read{border-color:#cbd5e1}.tepg-outlook-option-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .5rem;margin-bottom:.4rem}.tepg-outlook-option-lead{flex:0 0 auto;font-size:.8125rem;font-weight:500;color:var(--tepg-muted)}.tepg-outlook-option-faction{flex:1 1 auto;min-width:0;font-size:.875rem;font-weight:600}.tepg-outlook-option-badge{flex:0 0 auto;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-surface);background:var(--tepg-orange);padding:.05rem .35rem;border-radius:.625rem}.tepg-outlook-option-floor{flex:0 0 auto;margin-left:auto;font-size:1rem;font-weight:700}.tepg-outlook-boards{display:grid;gap:.375rem;grid-template-columns:repeat(3,1fr)}@media(max-width:36rem){.tepg-outlook-boards{grid-template-columns:1fr}}.tepg-outlook-board{padding:.5rem .6rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-outlook-head{display:flex;align-items:baseline;gap:.4rem;margin-bottom:.3rem}.tepg-outlook-role{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-outlook-label{font-size:.75rem;color:var(--tepg-muted);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tepg-outlook-matchup{display:flex;align-items:baseline;flex-wrap:wrap;gap:.3rem;font-size:.8125rem}.tepg-outlook-you{font-weight:600}.tepg-outlook-vs{color:var(--tepg-muted);font-size:.75rem}.tepg-outlook-them{color:var(--tepg-ink)}.tepg-outlook-rate{flex:0 0 auto;margin-left:auto;font-size:.9375rem;font-weight:700}.tepg-fwn{display:inline-flex;flex-direction:column;gap:.0625rem;min-width:0}.tepg-fwn-name{font-size:.75rem;font-weight:400;color:var(--tepg-muted);line-height:1.2}.tepg-fwn-name-row{display:inline-flex;align-items:center;gap:.3rem}.tepg-opp-faction-name{font-weight:600}.tepg-opp-faction>.tepg-fwn{gap:0}.tepg-assign{margin-top:.875rem}.tepg-assign-tree{display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-top:.5rem}@media(max-width:40rem){.tepg-assign-tree{grid-template-columns:1fr}}.tepg-branch{padding:.75rem .875rem .875rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.75rem}.tepg-branch--you{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-branch-root{display:flex;flex-direction:column;padding-bottom:.625rem;border-bottom:1px solid var(--tepg-line)}.tepg-branch-who,.tepg-branch-defender,.tepg-branch-board{display:block}.tepg-branch-who{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-branch-root>.tepg-fwn{display:flex;margin-top:.125rem}.tepg-branch-defender{font-size:1rem;font-weight:600}.tepg-branch-board{margin-top:.25rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-branch-caption{display:block;margin-top:.625rem;font-size:.8125rem;color:var(--tepg-ink)}.tepg-branch-attackers{display:flex;flex-direction:column;gap:.375rem;margin-top:.375rem;margin-left:.5rem;padding-left:.875rem;border-left:2px solid var(--tepg-line)}.tepg-branch-attacker{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem}.tepg-branch-attacker--pick{cursor:pointer;transition:border-color .15s,background-color .15s}.tepg-branch-attacker--pick:hover{border-color:var(--tepg-orange);background:#fff}.tepg-branch-attacker--static{border-style:dashed;color:var(--tepg-muted)}.tepg-branch-option{display:flex;flex-direction:column;gap:.375rem}.tepg-assign-outcome{display:flex;flex-direction:column;gap:.25rem;margin-left:.5rem;padding-left:.625rem;border-left:2px solid var(--tepg-line);font-size:.8125rem}.tepg-outcome-line{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .4rem}.tepg-outcome-where{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-outcome-tag{font-size:.6875rem;color:var(--tepg-muted)}.tepg-outcome-pair{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .35rem}.tepg-outcome-you{font-weight:600}.tepg-outcome-vs{font-size:.75rem;color:var(--tepg-muted)}.tepg-outcome-them{color:var(--tepg-ink)}.tepg-outcome-candidates{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .35rem}.tepg-outcome-candidate{display:inline-flex;align-items:baseline;gap:.25rem}.tepg-outcome-or{font-size:.75rem;color:var(--tepg-muted)}.tepg-choice--assign,.tepg-choice--defender{margin:.25rem 0 0}.tepg-scorecard{display:flex;flex-direction:column;gap:.4rem}.tepg-score-row{display:grid;grid-template-columns:4rem 1fr 1fr;align-items:baseline;gap:.25rem .625rem}.tepg-score-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-score-cell{display:flex;align-items:baseline;flex-wrap:wrap;gap:.3rem}.tepg-score-who{font-size:.6875rem;font-weight:600;color:var(--tepg-muted)}.tepg-score-faction{font-size:.875rem;font-weight:600}.tepg-score-floor{font-weight:700;font-variant-numeric:tabular-nums}.tepg-score-gap{font-size:.75rem;font-weight:600;color:#b91c1c;font-variant-numeric:tabular-nums}.tepg-score-cell--match{color:var(--tepg-muted);font-size:.8125rem}.tepg-score-check{color:#15803d;font-weight:700}.tepg-ops-line{margin-top:.625rem;padding-top:.625rem;border-top:1px solid var(--tepg-line)}.tepg-ops-line-caption{margin:0 0 .45rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-assign-feedback{display:flex;flex-direction:column;gap:.5rem}.tepg-tree-root{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .5rem;padding:.5rem .625rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.5rem}.tepg-tree-root-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#475569}.tepg-tree-root-faction{font-size:.9375rem;font-weight:600}.tepg-tree-root-board{flex-basis:100%;display:flex;flex-wrap:wrap;align-items:baseline;gap:.15rem .4rem;font-size:.8125rem}.tepg-tree-root-where{color:var(--tepg-muted)}.tepg-tree-root-faces{font-weight:600;color:var(--tepg-ink)}.tepg-tree-root-rate{font-weight:700;font-variant-numeric:tabular-nums}.tepg-outlook-boards--dual{grid-template-columns:repeat(2,1fr)}@media(max-width:36rem){.tepg-outlook-boards--dual{grid-template-columns:1fr}.tepg-choice{padding:.625rem .6875rem .6875rem}.tepg-choice-caption{margin:.125rem 0 .5rem;line-height:1.4}.tepg-score-row{grid-template-columns:1fr;gap:.15rem;padding-bottom:.45rem;border-bottom:1px solid var(--tepg-line)}.tepg-score-row:last-child{padding-bottom:0;border-bottom:none}.tepg-tree-root{padding:.4rem .5rem;gap:.05rem .4rem}.tepg-outlook-options{gap:.375rem}.tepg-outlook-option{padding:.4rem .5rem .45rem}.tepg-outlook-option-head{margin-bottom:.3rem}.tepg-outlook-boards{gap:.3rem}.tepg-outlook-board{padding:.3rem .45rem}.tepg-outlook-head{margin-bottom:.1rem}}.tepg-lookahead{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--tepg-line);display:flex;flex-direction:column;gap:.6rem}.tepg-lookahead-lede{margin:0;font-size:.8125rem;line-height:1.4;color:var(--tepg-muted)}.tepg-lookahead-lede strong{color:var(--tepg-ink)}.tepg-lookahead-wants{display:flex;flex-direction:column;gap:.3rem}.tepg-lookahead-wants-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-wants{display:flex;flex-wrap:wrap;gap:.375rem}.tepg-want{display:inline-flex;align-items:baseline;gap:.3rem;padding:.25rem .5rem;font-size:.8125rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.625rem}.tepg-want--low{opacity:.6}.tepg-want-you{font-weight:600}.tepg-want-arrow{color:var(--tepg-muted)}.tepg-want-them{color:var(--tepg-ink)}.tepg-want-rate{font-weight:700;font-variant-numeric:tabular-nums}.tepg-want-games{font-size:.6875rem;color:var(--tepg-muted)}.tepg-lookahead-root{display:flex;flex-wrap:wrap;align-items:baseline;gap:.2rem .5rem;padding:.5rem .625rem;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:.5rem}.tepg-lookahead-root-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#475569}.tepg-lookahead-root-faction{font-size:.9375rem;font-weight:600}.tepg-lookahead-root-note{flex-basis:100%;font-size:.8125rem;color:var(--tepg-muted)}.tepg-lookahead-branches{display:flex;flex-direction:column;gap:.5rem}.tepg-lookahead-branch{padding:.5rem .6rem .6rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-lookahead-branch--floor{background:#f8fafc;border-color:#cbd5e1}.tepg-lookahead-branch-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem .5rem;margin-bottom:.4rem}.tepg-lookahead-branch--floor .tepg-lookahead-branch-head{margin-bottom:.25rem}.tepg-lookahead-branch-angle{margin:0 0 .4rem;font-size:.75rem;line-height:1.35;color:var(--tepg-muted)}.tepg-lookahead-branch-angle strong{font-weight:600;color:var(--tepg-ink)}.tepg-lookahead-branch-lead{flex:0 0 auto;font-size:.8125rem;font-weight:500;color:var(--tepg-muted)}.tepg-lookahead-branch-faction{flex:1 1 auto;min-width:0;font-size:.875rem;font-weight:600}.tepg-lookahead-branch-badge{flex:0 0 auto;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#475569;background:#e2e8f0;padding:.05rem .35rem;border-radius:.625rem}.tepg-lookahead-branch-floor{flex:0 0 auto;margin-left:auto;font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums}@media(max-width:36rem){.tepg-lookahead-root{padding:.4rem .5rem}.tepg-lookahead-branch{padding:.4rem .5rem .45rem}}.tepg-opt{margin-bottom:1.5rem}.tepg-opt-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.tepg-opt-title{margin:0;font-size:1.25rem}.tepg-opt-lead{margin:0 0 1.25rem;font-size:.875rem;color:var(--tepg-muted)}.tepg-opt-hint{margin:0 0 .75rem;font-size:.8125rem;color:var(--tepg-muted)}.tepg-opt-players{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin-bottom:1.25rem}.tepg-opt-player{display:flex;flex-direction:column;gap:.4rem;padding:.625rem .75rem;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem}.tepg-opt-player-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.tepg-opt-player-name{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-opt-player-faction{font-size:.9375rem;font-weight:600}.tepg-opt-state{font-size:.75rem;color:var(--tepg-muted)}.tepg-opt-state[data-kind=locked]{color:var(--tepg-orange-dark);font-weight:600}.tepg-opt-state[data-kind=shortlist]{color:var(--tepg-ink)}.tepg-opt-player-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .75rem}.tepg-opt-lock{padding:.2rem .55rem;font-size:.75rem;color:var(--tepg-ink);background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.375rem;cursor:pointer;transition:background-color .15s,border-color .15s,color .15s}.tepg-opt-lock:hover{border-color:var(--tepg-orange)}.tepg-opt-lock[aria-pressed=true]{color:var(--tepg-orange-dark);background:var(--tepg-tint);border-color:var(--tepg-orange);font-weight:600}.tepg-opt-lock:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:2px}.tepg-opt-picker{font-size:.75rem}.tepg-opt-picker-summary{font-weight:600;color:var(--tepg-orange-dark);cursor:pointer;list-style:none}.tepg-opt-picker-summary::-webkit-details-marker{display:none}.tepg-opt-picker-summary:before{content:"▸ "}.tepg-opt-picker[open] .tepg-opt-picker-summary:before{content:"▾ "}.tepg-opt-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(8.5rem,1fr));gap:.1rem .5rem;max-height:11rem;margin-top:.4rem;padding:.4rem .5rem;overflow-y:auto;background:var(--tepg-bg);border:1px solid var(--tepg-line);border-radius:.375rem}.tepg-opt-optgroup{grid-column:1 / -1;margin-top:.4rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-opt-optgroup:first-child{margin-top:0}.tepg-opt-option{display:flex;align-items:center;gap:.4rem;padding:.1rem 0;font-size:.8125rem;cursor:pointer}.tepg-opt-option-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tepg-opt-option-delta{margin-left:auto;flex:none;font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:600}.tepg-opt-check{flex:none;accent-color:var(--tepg-orange)}.tepg-opt-baseline{margin:0 0 1rem;font-size:.9375rem}.tepg-opt-baseline-label{color:var(--tepg-muted)}.tepg-opt-baseline-value{font-weight:600}.tepg-opt-progress{margin:0;font-size:.875rem;color:var(--tepg-muted)}.tepg-opt-results-title{margin:0 0 .625rem;font-size:1rem}.tepg-opt-results-title--sub{margin-top:1.25rem;font-size:.9375rem;color:var(--tepg-muted)}.tepg-opt-group{max-width:40rem}.tepg-opt-group+.tepg-opt-group{margin-top:1rem}.tepg-opt-group-head{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.4rem}.tepg-opt-group-name{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--tepg-muted)}.tepg-opt-group-faction{font-size:.9375rem;font-weight:600}.tepg-opt-swaps{max-width:40rem;border:1px solid var(--tepg-line);border-radius:.5rem;overflow:hidden}.tepg-opt-swap{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.5rem .75rem;padding:.4rem .7rem;border-top:1px solid var(--tepg-line);background:var(--tepg-surface)}.tepg-opt-swap:first-child{border-top:none}.tepg-opt-swap-metric{display:flex;flex-direction:column;align-items:flex-end;white-space:nowrap}.tepg-opt-delta{font-size:.8125rem;font-weight:700;white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums}.tepg-opt-swap-body{display:flex;flex-direction:column;min-width:0}.tepg-opt-swap-to{font-size:.875rem;font-weight:600;line-height:1.25}.tepg-opt-swap-why{margin-top:.1rem;font-size:.75rem;line-height:1.3;color:var(--tepg-muted)}.tepg-opt-swap-odds{font-size:.75rem;color:var(--tepg-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.tepg-opt-show,.tepg-opt-apply{flex:none;padding:.25rem .65rem;font-size:.75rem}.tepg-opt-reveal{grid-column:1 / -1;margin-top:.2rem;padding-top:.6rem;border-top:1px dashed var(--tepg-line)}.tepg-opt-reveal-group{margin-top:.85rem;padding:.55rem .7rem .65rem;border:1px solid var(--tepg-line);border-left-width:3px;border-radius:6px}.tepg-opt-reveal-group:first-child{margin-top:0}.tepg-opt-reveal-group--improved{border-left-color:var(--tepg-improved);background:var(--tepg-improved-soft)}.tepg-opt-reveal-group--worsened{border-left-color:var(--tepg-worsened);background:var(--tepg-worsened-soft)}.tepg-opt-reveal-group:focus{outline:2px solid var(--tepg-orange);outline-offset:3px;border-radius:4px}.tepg-opt-reveal-group:focus:not(:focus-visible){outline:none}.tepg-opt-reveal-nav{display:flex;align-items:center;gap:.4rem;margin-bottom:.35rem}.tepg-opt-reveal-title{flex:1 1 auto;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--tepg-muted)}.tepg-opt-reveal-group--improved .tepg-opt-reveal-title{color:var(--tepg-improved)}.tepg-opt-reveal-group--worsened .tepg-opt-reveal-title{color:var(--tepg-worsened)}.tepg-opt-reveal-count{min-width:6.5em;text-align:center;font-size:.75rem;color:var(--tepg-muted);font-variant-numeric:tabular-nums}.tepg-opt-reveal-arrow{flex:none;padding:.1rem .5rem;font-size:.875rem;line-height:1.2;border:1px solid var(--tepg-line);border-radius:4px;background:var(--tepg-surface);color:inherit;cursor:pointer}.tepg-opt-reveal-arrow:disabled{opacity:.35;cursor:default}.tepg-opt-reveal-caption{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem .75rem;margin:0 0 .5rem;font-size:.8125rem}.tepg-opt-reveal-vs{font-weight:600}.tepg-opt-reveal-swing{color:var(--tepg-muted);white-space:nowrap;font-variant-numeric:tabular-nums}.tepg-opt-reveal-phase--after{margin-top:.55rem;padding-top:.5rem;border-top:1px dashed var(--tepg-line)}.tepg-opt-reveal-label{display:block;margin:0 0 .3rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--tepg-muted)}.tepg-opt-reveal-empty{margin:0;font-size:.8125rem;color:var(--tepg-muted)}.tepg-opt-board-player{min-width:0;overflow:hidden;font-size:.75rem;font-weight:600;white-space:nowrap;text-overflow:ellipsis;color:var(--tepg-ink)}.tepg-opt-board-up{border-color:var(--tepg-orange);box-shadow:inset 0 0 0 1px var(--tepg-orange)}.tepg-opt-board-down{border-color:var(--tepg-blue);box-shadow:inset 0 0 0 1px var(--tepg-blue)}.tepg-opt-caveat{margin:.875rem 0 0;font-size:.75rem;color:var(--tepg-muted)}.tepg-opt-empty{margin:0;padding:1.25rem 1rem;text-align:center;color:var(--tepg-muted);background:var(--tepg-surface);border:1px dashed var(--tepg-line);border-radius:.75rem}.tepg-coach{display:flex;flex-direction:column;gap:.875rem}.tepg-coach-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.tepg-coach-title{margin:0;font-size:1.25rem;color:var(--tepg-ink)}.tepg-coach-sub{margin:.125rem 0 0;font-size:.875rem;color:var(--tepg-muted)}.tepg-coach-intro{margin:0;font-size:.8125rem;color:var(--tepg-muted);line-height:1.45}.tepg-coach-teams{display:flex;flex-direction:column;gap:.375rem}.tepg-coach-team{display:flex;align-items:baseline;gap:.625rem;padding:.4rem .625rem;border:1px solid var(--tepg-line);border-radius:.5rem;background:var(--tepg-surface)}.tepg-coach-team--you{background:var(--tepg-tint);border-color:var(--tepg-tint-line)}.tepg-coach-team-label{flex:0 0 3rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-coach-team-seats{display:flex;flex-wrap:wrap;gap:.25rem .75rem}.tepg-coach-team-faction{font-weight:600;color:var(--tepg-ink)}.tepg-coach-levels{display:flex;flex-direction:column;gap:.625rem}.tepg-coach-level{padding:.625rem .75rem .75rem;border:1px solid var(--tepg-line);border-left:3px solid var(--tepg-orange);border-radius:.5rem;background:var(--tepg-surface)}.tepg-coach-level-head{display:flex;align-items:center;gap:.5rem}.tepg-coach-level-num{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:700;color:#fff;background:var(--tepg-orange);border-radius:50%}.tepg-coach-level-title{font-size:.9375rem;font-weight:700;color:var(--tepg-ink)}.tepg-coach-level-caption{margin:.25rem 0 .5rem;font-size:.75rem;color:var(--tepg-muted);line-height:1.4}.tepg-coach-chips{display:flex;flex-wrap:wrap;gap:.5rem}.tepg-coach-chip{display:flex;flex-direction:column;gap:.3rem;flex:1 1 12rem;min-width:11rem;padding:.5rem .625rem;text-align:left;cursor:pointer;background:var(--tepg-surface);border:1px solid var(--tepg-line);border-radius:.5rem;font:inherit;color:inherit}.tepg-coach-chip:hover{border-color:var(--tepg-orange)}.tepg-coach-chip:focus-visible{outline:2px solid var(--tepg-orange-dark);outline-offset:1px}.tepg-coach-chip--floor{box-shadow:inset 0 0 0 1px var(--tepg-orange);border-color:var(--tepg-orange)}.tepg-coach-chip--shark{box-shadow:inset 0 0 0 1px var(--tepg-blue);border-color:var(--tepg-blue)}.tepg-coach-chip--selected{background:var(--tepg-tint);border-color:var(--tepg-orange-dark);box-shadow:inset 0 0 0 2px var(--tepg-orange-dark)}.tepg-coach-chip-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:.3rem .4rem}.tepg-coach-chip-label{font-weight:700;color:var(--tepg-ink)}.tepg-coach-lead{font-size:.6875rem;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-coach-faction{font-weight:700;color:var(--tepg-ink)}.tepg-coach-chip-rate{display:flex;align-items:baseline;gap:.3rem}.tepg-coach-rate-cap{font-size:.625rem;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-coach-rate{font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums}.tepg-coach-weight{display:inline-flex;align-items:baseline;gap:.25rem;font-size:.6875rem;color:var(--tepg-muted)}.tepg-coach-weight-lead{text-transform:uppercase;letter-spacing:.03em}.tepg-coach-badge{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;padding:.05rem .3rem;border-radius:.25rem;white-space:nowrap}.tepg-coach-badge--floor{color:var(--tepg-orange-dark);background:var(--tepg-tint-strong)}.tepg-coach-badge--safe{color:#334155;background:#e2e8f0}.tepg-coach-badge--shark{color:#fff;background:var(--tepg-blue)}.tepg-coach-mix{margin-top:.5rem;padding:.5rem .625rem;background:var(--tepg-tint);border:1px solid var(--tepg-tint-line);border-radius:.5rem}.tepg-coach-mix-lede{margin:0;font-size:.8125rem;line-height:1.45;color:var(--tepg-ink)}.tepg-coach-line{margin-top:.625rem}.tepg-coach-boards{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.tepg-coach-board{padding:.45rem .55rem;border:1px solid var(--tepg-line);border-radius:.5rem;background:var(--tepg-bg)}.tepg-coach-board-head{display:flex;align-items:baseline;gap:.4rem}.tepg-coach-board-role{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--tepg-muted)}.tepg-coach-board-name{flex:1 1 auto;font-size:.75rem;color:var(--tepg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tepg-coach-board-rate{font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums}.tepg-coach-board-matchup{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem;margin-top:.2rem;font-size:.75rem}.tepg-coach-board-you{font-weight:600;color:var(--tepg-ink)}.tepg-coach-board-vs{color:var(--tepg-muted)}.tepg-coach-board-them{color:var(--tepg-ink)}.tepg-coach-realized{margin:.4rem 0 0;font-size:.8125rem;color:var(--tepg-muted)}@media(max-width:36rem){.tepg-coach-boards{grid-template-columns:1fr}.tepg-coach-chip{flex-basis:100%}}
/*# sourceMappingURL=styles-T3IEY5ID.css.map */
