.profile-route #lookupOverview,.profile-route #lookupSubnav{display:none!important}
.player-profile{max-width:1180px;margin-left:auto;margin-right:auto}
.player-profile .result-header{text-align:left;margin-bottom:18px}
.player-profile .bio-hero{display:flex;width:100%;align-items:center;justify-content:flex-start;gap:14px;margin-top:6px}
.player-profile .bio-copy{flex:1}
.player-profile .profile-links{justify-content:flex-end;margin-top:0}
.profile-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 18px}
.profile-summary-item{position:relative;min-height:92px;padding:14px 16px;border:1px solid var(--lens-border);border-radius:10px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;justify-content:center}
.profile-summary-label{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted);margin-bottom:6px}
.profile-summary-value{font-size:23px;font-weight:850;line-height:1.05;color:var(--lens-text);font-variant-numeric:tabular-nums}
.profile-summary-detail{font-size:11px;color:var(--lens-muted);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.profile-summary-rank-icon{position:absolute;right:12px;top:12px;width:34px;height:34px;object-fit:contain}
.summary-peak .profile-summary-value{padding-right:38px}
.profile-tabs,.build-tabs{display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--lens-border);margin:0 0 22px}
.profile-tabs button,.build-tabs button{appearance:none!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:var(--lens-muted)!important;padding:11px 0 10px!important;font:inherit;font-size:12px;font-weight:800;cursor:pointer}
.profile-tabs button:hover,.build-tabs button:hover{color:var(--lens-text)!important;background:transparent!important}
.profile-tabs button[aria-selected="true"],.build-tabs button[aria-selected="true"]{color:var(--lens-text)!important;border-bottom-color:var(--lens-accent)!important;background:transparent!important}
.profile-panel{min-height:280px}
.profile-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0 0 14px}
.profile-section-heading h3{font-size:22px;margin:3px 0 0}
.profile-section-heading p{max-width:520px;margin:0;color:var(--lens-muted);font-size:12px;text-align:right}
.overview-grid,.history-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.rating-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.rating-card{padding:13px 14px;border:1px solid var(--lens-border);border-radius:9px;background:rgba(255,255,255,.025)}
.rating-card-bracket{font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase;color:var(--lens-muted)}
.rating-card-value{font-size:26px;font-weight:900;line-height:1.05;margin-top:5px;font-variant-numeric:tabular-nums}
.rating-card-meta{font-size:11px;color:var(--lens-muted);margin-top:5px;font-variant-numeric:tabular-nums}
.rating-card{border-left-width:3px}
.rating-band-grey{--rating-band:#9d9d9d}.rating-band-green{--rating-band:#1eff00}.rating-band-blue{--rating-band:#3f8cff}.rating-band-purple{--rating-band:#a970ff}.rating-band-orange{--rating-band:#ff9a3c}
.rating-card[class*="rating-band-"]{border-left-color:var(--rating-band)}
.rating-card[class*="rating-band-"] .rating-card-value,.summary-current-rating .profile-summary-value{color:var(--rating-band)}
.summary-current-rating{border-top:2px solid var(--rating-band)}
.lens-headline{display:flex;gap:10px;margin-bottom:12px}
.lens-headline-item{flex:1;padding:13px 14px;border:1px solid var(--lens-border);border-radius:9px;background:rgba(255,255,255,.025)}
.lens-headline-value{display:block;font-size:25px;font-weight:900;line-height:1.05;font-variant-numeric:tabular-nums}
.lens-headline-label{display:block;margin-top:5px;font-size:10px;font-weight:750;letter-spacing:.05em;text-transform:uppercase;color:var(--lens-muted)}
.lens-lead{display:flex;align-items:baseline;gap:8px;margin:6px 0 2px}
.lens-lead-value{font-size:30px;font-weight:900}
.lens-lead-label{font-size:12px;color:var(--lens-muted)}
.lens-records{margin-top:4px}
.career-card .peak-rank{margin:2px 0 14px}
.career-prestige{margin-bottom:14px}
.lens-rank-values{display:flex!important;flex-direction:column;gap:4px}
.lens-rank-line{display:flex;justify-content:space-between;gap:10px;font-weight:760;font-variant-numeric:tabular-nums}
.lens-rank-scope{color:var(--lens-muted);font-weight:650}
.rank-percentile-grey{color:#9d9d9d}.rank-percentile-green{color:#1eff00}.rank-percentile-blue{color:#3f8cff}.rank-percentile-purple{color:#a970ff}.rank-percentile-orange{color:#ff9a3c}
.build-tabs{margin-bottom:14px}
#profileBuild .device-card,#profileHistory .device-card{width:100%}
.history-grid>#careerBlock,.history-grid>#snapshotsBlock{min-width:0}
.muted{color:var(--lens-muted)}
.lookup-hero{max-width:680px;margin:0 auto;text-align:center}
.lookup-hero p{margin-left:auto;margin-right:auto}
.search-bar{display:flex;align-items:stretch;gap:10px;max-width:620px;margin:26px auto 0}
.search-field{position:relative;flex:1;display:flex;align-items:center;gap:10px;height:52px;padding:0 16px;background:#1b1c25;border:1px solid var(--lens-border);border-radius:12px;transition:border-color .15s,box-shadow .15s}
.search-field:focus-within{border-color:var(--lens-accent);box-shadow:0 0 0 3px rgba(185,164,243,.18)}
.search-field svg{width:18px;height:18px;flex:none;color:var(--lens-muted)}
.search-field input{flex:1;min-width:0;height:100%;border:0!important;background:transparent!important;padding:0!important;font-size:15px;color:var(--lens-text)}
.search-field input:focus-visible{outline:none!important}
.search-bar select{height:52px;border-radius:12px!important;padding:0 14px!important;font-size:14px;font-weight:700}
.search-bar .button{height:52px;border-radius:12px!important;padding:0 26px!important;font-size:15px;font-weight:750;align-items:center;justify-content:center}
.suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;margin:0;padding:6px;list-style:none;background:#15161e;border:1px solid var(--lens-border);border-radius:12px;max-height:280px;overflow:auto;z-index:30;box-shadow:0 20px 45px rgba(0,0,0,.45);text-align:left}
.suggestions li{padding:10px 12px;border-radius:8px;cursor:pointer;color:var(--lens-text);display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:14px}
.suggestions li[aria-selected="true"],.suggestions li:hover{background:var(--lens-accent);color:#17131d}
.suggestions .region{font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--lens-muted);background:rgba(255,255,255,.07);padding:2px 8px;border-radius:999px}
.suggestions li[aria-selected="true"] .region,.suggestions li:hover .region{color:#17131d;background:rgba(23,19,29,.15)}
#feedback{text-align:center;max-width:620px;margin:0 auto}
.profile-activity{display:flex;align-items:center;justify-content:flex-end;gap:0;max-width:1180px;margin:12px auto;padding:10px 12px;border:1px solid var(--lens-border);border-radius:10px;background:rgba(255,255,255,.025);font-size:12px}
.profile-activity-state{display:flex;align-items:center;gap:8px;margin-right:auto;color:var(--lens-text);font-weight:750}
.profile-state-dot{width:7px;height:7px;border-radius:50%;background:#47c98b;box-shadow:0 0 0 3px rgba(71,201,139,.12)}
.profile-activity.is-refreshing .profile-state-dot{background:var(--lens-accent);box-shadow:0 0 0 3px rgba(185,164,243,.16);animation:profile-pulse 1.2s ease-in-out infinite}
.profile-activity-stat{display:flex;flex-direction:column;gap:2px;min-width:116px;padding:0 18px;border-left:1px solid var(--lens-border)}
.profile-activity-label{color:var(--lens-muted);font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.profile-activity-stat strong{color:var(--lens-text);font-size:12px;font-variant-numeric:tabular-nums}
.profile-activity .button{padding:7px 12px;margin-left:4px}
@keyframes profile-pulse{50%{opacity:.4;transform:scale(.82)}}
.result-header{text-align:center;margin-bottom:22px}
.result-header h2{font-size:30px;margin:6px 0 0}
.bio-hero{display:inline-flex;align-items:center;gap:14px;margin-top:6px;text-align:left}
.bio-icon{display:flex;align-items:center;gap:8px}
.icon-cell{display:inline-flex;flex:none}
.bio-copy{min-width:0}
.bio-copy h2{font-size:30px;margin:0}
.bio-guild{color:var(--lens-muted);font-size:13px;margin-top:2px}
.bio-sub{color:var(--lens-muted);font-size:13px;margin-top:4px}
.class-icon{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid var(--lens-border);flex:none}
.class-fallback{width:44px;height:44px;border-radius:10px;background:var(--class,#AAB6C5);flex:none;display:inline-block}
.race-icon{width:44px;height:44px;border-radius:10px;object-fit:cover;border:1px solid var(--lens-border);flex:none}
.profile-links{display:flex;gap:7px;flex-wrap:wrap;justify-content:center;margin-top:14px}
.profile-link{display:inline-flex;align-items:center;gap:6px;background:transparent;border:0;padding:6px 0;font-size:11px;font-weight:750;color:var(--lens-text);text-decoration:none}
.profile-link:hover{color:var(--lens-accent);text-decoration:underline;text-underline-offset:3px}
.profile-link img{width:16px;height:16px;border-radius:3px;object-fit:contain}
.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.result-grid .device-heading{margin-bottom:4px}
.result-grid .device-heading h3{margin-top:0}
.result-grid .device-card{display:flex;flex-direction:column;gap:14px}
.result-grid .device-card>*{margin-top:0;margin-bottom:0}
.table-scroll{overflow:auto}
.ratings-table{width:100%;border-collapse:collapse;font-size:14px}
.ratings-table th{text-align:left;font-size:10px;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted);font-weight:700;padding:0 10px 10px 0}
.ratings-table td{padding:11px 10px 11px 0;border-top:1px solid var(--lens-border);font-variant-numeric:tabular-nums}
.ratings-table th:not(:first-child),.ratings-table td:not(:first-child){text-align:right;padding-right:0;padding-left:10px}
.ratings-table tr:hover td{background:rgba(255,255,255,.03)}
.stat-details{grid-template-columns:repeat(2,1fr)}
.empty-note{padding:10px 2px}
.peak-rank{display:flex;align-items:center;gap:10px;margin:6px 0}
.peak-rank .rank-icon{width:40px;height:40px;object-fit:contain;flex:none}
.peak-rank-label{font-weight:700}
.peak-rank-detail{color:var(--lens-muted);font-size:12px;margin-top:2px}
.records-heading{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted);font-weight:700}
.season-rank-cell{display:flex;align-items:center;justify-content:flex-start;gap:8px}
.season-rank-icon{width:30px;height:30px;object-fit:contain;flex:none}
@media(max-width:900px){.profile-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-grid,.history-grid{grid-template-columns:1fr}.profile-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.profile-section-heading p{text-align:left}}
@media(max-width:760px){.result-grid{grid-template-columns:1fr}.profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.player-profile .bio-hero{align-items:flex-start;flex-wrap:wrap}.player-profile .profile-links{width:100%;justify-content:flex-start}.rating-cards{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.search-bar{flex-wrap:wrap}.search-field{flex:1 1 100%}.search-bar select{flex:1}.search-bar .button{flex:1}}
@media(max-width:640px){.profile-activity{display:grid;grid-template-columns:1fr 1fr;gap:10px}.profile-activity-state{grid-column:1/-1}.profile-activity-stat{min-width:0;padding:0;border-left:0}.profile-activity .button{grid-column:1/-1;margin:0;justify-content:center}}
@media(max-width:480px){.stat-details{grid-template-columns:1fr}.profile-summary{grid-template-columns:1fr 1fr}.profile-summary-item{min-height:82px;padding:12px}.profile-summary-value{font-size:20px}.rating-cards{grid-template-columns:1fr}.profile-tabs button,.build-tabs button{flex:1;padding-left:8px;padding-right:8px}}
@media(max-width:480px){.bio-hero{gap:10px}.bio-icon{gap:6px}.class-icon,.class-fallback,.race-icon{width:36px;height:36px;border-radius:8px}.bio-copy h2{font-size:22px}}
.gear-span{grid-column:1/-1}
.gear-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.ilvl-badge{font-size:11px;font-weight:700;letter-spacing:.03em;color:var(--lens-accent);background:rgba(255,255,255,.07);padding:4px 10px;border-radius:999px}
.gear-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.gear-stat{padding:10px 12px;border:1px solid var(--lens-border);border-radius:8px;background:rgba(255,255,255,.02)}
.gear-stat-top{display:flex;align-items:baseline;justify-content:space-between;gap:6px}
.gear-stat-label{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--lens-muted)}
.gear-stat-value{font-size:16px;font-weight:800;font-variant-numeric:tabular-nums;color:var(--stat-color,var(--lens-text))}
.gear-stat-rating{font-size:11px;color:var(--lens-muted);font-variant-numeric:tabular-nums;margin-top:1px}
.gear-stat-bar{height:5px;border-radius:999px;background:rgba(255,255,255,.07);margin-top:8px;overflow:hidden}
.gear-stat-fill{height:100%;border-radius:999px;background:var(--stat-color,var(--lens-accent))}
.gear-stat-crit{--stat-color:var(--red)}
.gear-stat-haste{--stat-color:#7dd3fc}
.gear-stat-mastery{--stat-color:var(--lens-accent)}
.gear-stat-vers{--stat-color:var(--green)}
.gear-summary-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin:12px 0}
.gear-summary-card{padding:10px 12px;border:1px solid var(--lens-border);border-radius:8px;background:rgba(255,255,255,.02)}
.gear-summary-heading{margin:0 0 8px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--lens-muted);font-weight:700;display:flex;align-items:center;justify-content:space-between;gap:8px}
.gear-summary-badge{font-size:12px;font-weight:800;color:var(--lens-accent);text-transform:none;letter-spacing:0}
.gear-summary-slots{display:flex;flex-wrap:wrap;gap:8px}
.gear-summary-chip{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:var(--lens-text);background:rgba(255,255,255,.03);border:1px solid var(--lens-border);border-radius:999px;padding:3px 10px 3px 3px}
.gear-summary-line{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--lens-text);padding:2px 0}
.gear-summary-slot{color:var(--lens-muted);flex:none;min-width:44px}
.gear-summary-count{color:var(--lens-accent);font-weight:700;flex:none}
.gear-summary-value{color:var(--lens-text)}
.gear-icon-sm.gear-icon-wrap{width:20px;height:20px}
.gear-icon-sm .gear-icon,.gear-icon-sm .gear-icon-fallback{width:20px;height:20px;border-radius:5px}
.gear-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px}
.gear-row{display:flex;gap:10px;align-items:flex-start;padding:8px;border-radius:8px;background:rgba(255,255,255,.02)}
.gear-icon-wrap{width:36px;height:36px;flex:none;display:inline-block}
.gear-icon{width:36px;height:36px;border-radius:7px;object-fit:cover;border:1px solid var(--lens-border)}
.gear-icon-fallback{width:36px;height:36px;border-radius:7px;background:var(--lens-border);display:inline-block}
.gear-info{min-width:0;flex:1}
.gear-name-line{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}
.gear-name{font-size:13px;font-weight:600;color:var(--quality-color,var(--lens-text))}
.gear-ilvl{font-size:11px;color:var(--lens-muted);font-variant-numeric:tabular-nums}
.gear-extra{font-size:11px;color:var(--lens-muted);margin-top:2px;line-height:1.4}
/* Compact pills rather than full-width rows -- a competitor packs its 3
   PvP talents tightly side by side; ours were full-width rows with most of
   the row empty for an icon and a short name. */
.talent-list{list-style:none;margin:0 0 14px;padding:0;display:flex;flex-wrap:wrap;gap:8px}
.talent-row{display:flex;align-items:center;gap:8px;padding:8px 14px 8px 8px;border-radius:8px;background:rgba(255,255,255,.02);flex:none}
.talent-name{font-size:13px;font-weight:600;color:var(--lens-text)}
.talent-desc{font-size:11px;color:var(--lens-muted);margin-top:2px;line-height:1.4}
.loadout-code-wrap{display:flex;flex-wrap:wrap;gap:10px;overflow-x:auto}
.loadout-copy-btn{display:inline-flex;align-items:center;gap:8px;background:transparent!important;border:0!important;border-bottom:1px solid var(--lens-border)!important;border-radius:0!important;box-shadow:none!important;color:var(--lens-text)!important;font-size:13px;font-weight:650;padding:7px 0!important;cursor:pointer;text-decoration:none}
.loadout-copy-btn:hover,.loadout-copy-btn:focus-visible{border-bottom-color:var(--lens-accent)!important;color:var(--lens-accent)!important;background:transparent!important}
.loadout-code{display:block;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1.5;color:var(--lens-text);background:rgba(255,255,255,.04);border:1px solid var(--lens-border);border-radius:8px;padding:10px 12px;word-break:break-all;white-space:pre-wrap}
.talent-tree-card{gap:14px}
.talent-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(210px,.58fr);gap:14px;align-items:stretch}
.talent-tree-column,.hero-tree-summary{min-width:0;padding:14px;border:1px solid var(--lens-border);border-radius:10px;background:rgba(255,255,255,.018)}
.talent-tree-column{display:flex;flex-direction:column;height:100%}
.talent-tree-column .talent-tree-svg-wrap{flex:1;align-items:center}
.hero-tree-summary{align-self:start}
.talent-tree-heading{margin:0 0 8px;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted);font-weight:800}
.hero-tree-summary{display:flex;flex-direction:column;gap:12px}
.hero-tree-choice{display:flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--lens-border)}
.hero-tree-choice-icon{width:42px;height:42px;border-radius:8px;object-fit:cover;border:1px solid var(--lens-border)}
.hero-tree-choice-copy{min-width:0}
.hero-tree-choice-label{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted)}
.hero-tree-choice-name{font-size:15px;font-weight:800;color:var(--lens-text);margin-top:2px}
.hero-decisions-label{font-size:9px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;color:var(--lens-muted)}
.hero-talent-picks{display:grid;gap:8px}
.hero-talent-pick{display:flex;align-items:center;gap:9px;min-width:0;color:var(--lens-text);font-size:12px;font-weight:650}
.hero-choice-icons{display:flex;align-items:center;gap:3px;flex:none}
.hero-talent-pick-icon{width:30px;height:30px;border-radius:6px;object-fit:cover;border:1px solid var(--lens-border);flex:none}
.hero-choice-name{overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:1.25}
.hero-choice-note{font-size:10px;line-height:1.4;margin:2px 0 0}
.talent-tree-svg-wrap{overflow-x:auto;padding:8px 0;display:flex;justify-content:center}
.talent-tree-svg{display:block;max-width:100%;height:auto}
.talent-shape{fill:rgba(255,255,255,.05);stroke:var(--lens-border);stroke-width:1.5}
.talent-shape-outline{fill:none;stroke:var(--lens-border);stroke-width:1.5;pointer-events:none}
/* Picked vs. unpicked needs to read at a glance -- a subtle opacity dip
   wasn't enough contrast. Picked nodes get a brighter, thicker, glowing
   outline; unpicked ones go flat grey (not just dim) the way an unlearned
   spell icon reads in the game's own talent UI. */
.is-selected .talent-shape-outline{stroke:#e4e8ef;stroke-width:2.25;filter:none}
.is-unselected .talent-icon-img{opacity:.3;filter:grayscale(1)}
.is-unselected .talent-shape{opacity:.5}
.is-unselected .talent-shape-outline{opacity:.6}
.talent-icon-img{pointer-events:none}
/* The icon image itself is pointer-events:none so hovering any part of the
   node (including transparent icon corners) reliably hits the shape behind
   it for the tooltip; when the icon is wrapped in a Wowhead link, restore
   pointer-events on just that image so its visible area is the click
   target -- Oliver: "we should also link to the actual items on wowhead." */
.talent-node a>.talent-icon-img{pointer-events:auto;cursor:pointer}
.talent-choice-split{stroke:var(--lens-border);stroke-width:1}
.talent-connector{stroke:var(--lens-border);stroke-width:2}
.talent-connector.is-active{stroke:#9ca6b6;stroke-width:2}
.talent-rank-dot{fill:var(--lens-border)}
.talent-rank-dot.is-filled{fill:#e4e8ef}
.talent-tree-note{font-size:12px}
.build-history{display:grid;gap:10px;margin-top:2px}
.build-row dd{display:flex;flex-direction:column;gap:2px}
.hover-tooltip{position:fixed;z-index:1000;max-width:300px;padding:10px 12px;border-radius:6px;background:#0b0d1f;border:1px solid #3b4a86;color:#fff;font-size:12px;line-height:1.45;box-shadow:0 12px 30px rgba(0,0,0,.55),inset 0 0 0 1px rgba(120,150,255,.12);pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .1s ease,transform .1s ease}
.hover-tooltip.is-visible{opacity:1;transform:translateY(0)}
.tt-header{display:flex;align-items:flex-start;gap:8px}
.tt-icon{width:40px;height:40px;flex:none;border-radius:3px;border:1px solid rgba(255,255,255,.3);object-fit:cover}
.tt-icon-sm{width:24px;height:24px}
.tt-icon-fallback{display:inline-block;background:#1c2038;border:1px solid rgba(255,255,255,.15)}
.gear-row-link,.talent-row-link{display:flex;gap:10px;align-items:center;flex:1;min-width:0;color:inherit;text-decoration:none}
.gear-row-link{align-items:flex-start}
.gear-row-link:hover .gear-name,.talent-row-link:hover .talent-name{text-decoration:underline}
.tt-heading{min-width:0}
.tt-name{font-weight:700;color:#fff;font-size:13px;line-height:1.25;word-break:break-word}
.tt-type{color:#9d9d9d;font-size:11px;margin-top:1px}
.tt-desc{color:#ffd100;font-size:12px;line-height:1.4;white-space:pre-line;margin-top:6px}
.tt-meta{color:#fff;font-size:11px;margin-top:4px}
.tt-enchant{color:#1eff00;font-size:12px;margin-top:2px}
.tt-choice-row{display:flex;align-items:flex-start;gap:8px;margin-top:8px}

@media(max-width:1000px){.talent-layout{grid-template-columns:1fr 1fr}.hero-tree-summary{grid-column:1/-1}.hero-talent-picks{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){.talent-layout{grid-template-columns:1fr}.hero-tree-summary{grid-column:auto}.hero-talent-picks{grid-template-columns:1fr}.profile-tabs,.build-tabs{gap:14px}}
@media(max-width:640px){.gear-stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}.gear-stat{min-width:0}}
@media(max-width:520px){.search-bar{gap:8px}.search-bar select,.search-bar .button{min-width:0}.player-profile .bio-hero{display:grid;grid-template-columns:1fr}.player-profile .profile-links{margin-top:4px}.profile-activity{grid-template-columns:1fr!important}.profile-activity-state,.profile-activity .button{grid-column:auto!important}.profile-summary{gap:8px}.profile-tabs,.build-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:none}.profile-tabs button,.build-tabs button{flex:0 0 auto!important;white-space:nowrap}.gear-list{grid-template-columns:1fr}.ratings-table{min-width:520px}}@media(max-width:340px){.profile-summary{grid-template-columns:1fr}}
@media(max-width:380px){.gear-stats-row{grid-template-columns:1fr}}
