.app-logo-link{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.header-nav{display:flex;align-items:flex-end;gap:1.5rem;margin-left:1.5rem}.header-nav-link{color:var(--ht-text-secondary);text-decoration:none;font-weight:600;padding:.4rem 0;border-bottom:2px solid transparent}.header-nav-link.active,.header-nav-link:hover{color:var(--ht-text);border-bottom-color:var(--ht-orange)}.header-nav-hamburger{display:none;margin-left:auto;background:var(--ht-surface);border:1.5px solid var(--ht-border);border-radius:8px;width:40px;height:40px;align-items:center;justify-content:center;color:var(--ht-text);cursor:pointer}@media (max-width: 767px){.header-nav{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin-left:0;background:var(--ht-surface);border-bottom:1px solid var(--ht-border);z-index:1999}.header-nav.open{display:flex}.header-nav-link{padding:1rem 1.5rem;border-bottom:1px solid var(--ht-border)}.header-nav-hamburger{display:flex}}.archetypes-teaser{margin:4rem 0}.teaser-heading{font-size:1.75rem;font-weight:900;margin-bottom:1.5rem;text-align:center;background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.archetypes-grid{display:grid!important;grid-template-columns:repeat(4,minmax(100px,1fr))!important;gap:.75rem!important;margin-bottom:1.5rem!important;width:100%!important;padding:0!important}@media (max-width: 480px){.archetypes-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.archetype-card{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:.4rem!important;padding:.75rem .5rem!important;border-radius:10px!important;background:var(--ht-surface)!important;border:1px solid var(--ht-border)!important;text-decoration:none!important;color:var(--ht-text)!important;transition:all .2s ease!important;text-align:center!important;min-height:110px!important;width:auto!important}.archetype-card:hover{border-color:var(--ht-orange);transform:translateY(-2px);box-shadow:0 4px 12px color-mix(in srgb,var(--ht-orange) 12%,transparent)}.archetype-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.archetype-card-name{margin:0;font-size:.75rem;font-weight:600;line-height:1.2;word-break:break-word}.teaser-cta{text-align:center;font-size:.95rem;color:var(--ht-text-secondary)}.teaser-link{color:var(--ht-orange);text-decoration:none;font-weight:600;transition:color .2s ease}.teaser-link:hover{color:var(--ht-gold)}.archetypes-grid.fade-in-list>a{animation:fadeIn .1s ease-out forwards!important;opacity:0}.archetypes-grid.fade-in-list>a:nth-child(1){animation-delay:0ms!important}.archetypes-grid.fade-in-list>a:nth-child(2){animation-delay:10ms!important}.archetypes-grid.fade-in-list>a:nth-child(3){animation-delay:20ms!important}.archetypes-grid.fade-in-list>a:nth-child(4){animation-delay:30ms!important}.archetypes-grid.fade-in-list>a:nth-child(5){animation-delay:40ms!important}.archetypes-grid.fade-in-list>a:nth-child(6){animation-delay:50ms!important}.archetypes-grid.fade-in-list>a:nth-child(7){animation-delay:60ms!important}.archetypes-grid.fade-in-list>a:nth-child(8){animation-delay:70ms!important}.home-page{padding:0 clamp(1rem,4vw,3rem) 4rem;display:flex;flex-direction:column;gap:3rem;width:100vw;margin-left:calc(50% - 50vw);background:linear-gradient(135deg,#0e0e10,#ff6a0004,#ffc24d02);background-attachment:fixed;min-height:100vh;box-sizing:border-box}.home-page>*{max-width:1100px;margin-left:auto;margin-right:auto;min-width:0}.home-hero{padding:4rem 2rem;margin-bottom:-2.5rem;text-align:center;background:linear-gradient(135deg,color-mix(in srgb,var(--ht-gradient-brand) 8%,var(--ht-surface)) 0%,var(--ht-surface) 100%);border-radius:16px;position:relative;overflow:hidden;max-width:1100px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.hero-logo-section{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;position:relative;z-index:1}.hero-logo-icon{width:96px;height:96px;flex-shrink:0}.hero-logo-text{display:flex;flex-direction:column}.hero-logo-wordmark{margin:0;font-size:3.75rem;font-weight:900;background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-logo-tagline{margin:2px 0 0;font-size:.85rem;letter-spacing:2px;text-transform:uppercase;color:var(--ht-text-secondary)}.hero-tagline{font-size:1.15rem;color:var(--ht-text-secondary);max-width:600px;margin:0 auto 2rem;line-height:1.7;position:relative;z-index:1}.hero-stat-strip{display:flex;justify-content:center;gap:3rem;margin-bottom:2rem;position:relative;z-index:1}.hero-stat-item{text-align:center}.hero-stat-item .stat-number{font-size:1.75rem;font-weight:900;color:var(--ht-orange)}.hero-stat-item .stat-label{font-size:.85rem;color:var(--ht-text-secondary);text-transform:uppercase;letter-spacing:1px}.hero-buttons{display:flex;gap:1rem;justify-content:center;position:relative;z-index:1}.home-hero .gradient-cta-button{padding:.6rem 1.25rem;border-radius:8px;font-weight:700;font-size:.95rem;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;text-align:center}.home-hero .gradient-cta-button.primary{background:var(--ht-gradient-brand);color:#000}.home-hero .gradient-cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--ht-orange) 30%,transparent)}.tutorial-button{padding:.6rem 1.25rem;border-radius:8px;font-weight:700;font-size:.95rem;text-transform:uppercase;letter-spacing:.5px;background:transparent;border:2px solid var(--ht-orange);color:var(--ht-orange);cursor:pointer;transition:all .3s ease;text-align:center}.tutorial-button:hover{background:color-mix(in srgb,var(--ht-orange) 12%,transparent);transform:translateY(-2px)}.home-features{margin:4rem 0}.home-features h2{color:var(--ht-orange);font-size:1.5rem;margin:0 0 2rem;text-align:center}.home-archetypes h2{color:var(--ht-orange);font-size:1.5rem;margin:0 0 1rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;padding:1.5rem;text-align:center;transition:box-shadow .3s ease}.feature-card:hover{box-shadow:0 4px 12px color-mix(in srgb,var(--ht-orange) 8%,transparent)}.feature-card h3{font-size:1.1rem;font-weight:700;margin:1rem 0 .5rem}.feature-card p{font-size:.95rem;color:var(--ht-text-secondary);line-height:1.5}.archetypes-teaser{max-width:1100px;margin-left:auto;margin-right:auto}.home-archetypes{display:flex;flex-direction:column;gap:1.25rem}.home-archetype-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.home-archetype-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-left:3px solid;border-radius:12px;padding:1.25rem;transition:all .2s ease;display:flex;flex-direction:column}.home-archetype-card:hover{border-color:var(--ht-border-active);transform:translateY(-2px)}.home-archetype-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.home-archetype-header svg{flex-shrink:0}.home-archetype-card h3{margin:0;font-size:1rem;font-weight:600}.home-archetype-card p{color:var(--ht-text-secondary);font-size:.9rem;line-height:1.5;margin:0 0 .5rem}.home-archetype-keystats{color:var(--ht-text-secondary);font-size:.85rem;line-height:1.5;margin:.5rem 0;font-weight:500}.home-archetype-keystats span{font-weight:600;margin:0 .15rem}.home-archetype-examples{font-style:italic;color:var(--ht-text-tertiary);font-size:.85rem}.showcase-section{display:grid;grid-template-columns:1fr 1.5fr;gap:3.5rem;align-items:center;margin:6rem auto;padding:2rem 0;max-width:1400px;margin-left:auto;margin-right:auto}.home-hero+.showcase-section{margin-top:.5rem}.showcase-section-right{grid-template-columns:1fr 1.5fr}.showcase-section-left{grid-template-columns:1.5fr 1fr}.showcase-section-left .showcase-image{order:-1}.showcase-content{display:flex;flex-direction:column;gap:1.5rem}.showcase-title{font-size:2.25rem;font-weight:900;margin:0;background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.showcase-description{font-size:1.1rem;color:var(--ht-text-secondary);line-height:1.7;margin:0}.showcase-cta{display:inline-block;width:fit-content;padding:.75rem 1.75rem;background:var(--ht-gradient-brand);color:var(--ht-on-brand);text-decoration:none;border-radius:8px;font-weight:700;transition:all .3s ease}.showcase-cta:hover{transform:translateY(-2px);box-shadow:0 8px 20px color-mix(in srgb,var(--ht-orange) 30%,transparent)}.showcase-image{display:block;border-radius:12px;overflow:hidden;box-shadow:0 12px 40px color-mix(in srgb,var(--ht-orange) 15%,transparent);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.showcase-image:hover{transform:translateY(-4px);box-shadow:0 16px 48px color-mix(in srgb,var(--ht-orange) 28%,transparent)}.showcase-screenshot{width:100%;height:auto;display:block}@media (max-width: 768px){.home-hero{padding:2rem 1.5rem}.hero-logo-icon{width:64px;height:64px}.hero-logo-wordmark{font-size:2.25rem}.hero-tagline{font-size:1rem}.hero-stat-strip{gap:1.5rem}.hero-buttons{flex-direction:column}.showcase-section,.showcase-section-right,.showcase-section-left{grid-template-columns:1fr;gap:2rem;margin:3rem 0}.showcase-section-left .showcase-image{order:1}.showcase-title{font-size:1.5rem}}@media (max-width: 480px){.hero-logo-icon{width:48px;height:48px}.hero-logo-wordmark{font-size:1.6rem}.hero-logo-tagline{font-size:.7rem;letter-spacing:1px}.hero-stat-strip{gap:.75rem}.hero-stat-item .stat-number{font-size:1.3rem}.hero-stat-item .stat-label{font-size:.65rem;letter-spacing:.5px}}@media (max-width: 768px){.showcase-description{font-size:1rem}.home-archetype-grid{grid-template-columns:repeat(2,1fr)}}.player-card-container{display:flex;flex-direction:column;gap:2rem;animation:fadeInUp .6s ease-out}.player-view-nav-buttons{display:flex;gap:.6rem;flex-shrink:0;margin-left:auto}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.player-card-header-section{display:grid;grid-template-columns:1fr 2fr;gap:2rem;animation:slideInUp .6s ease-out .1s both;min-height:280px}.header-left{display:flex;flex-direction:column;min-height:280px;min-width:0}.header-right{display:flex;flex-direction:column;padding:2rem;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;min-width:0;min-height:280px}.header-right-content{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start;flex:1}.spider-diagram-container{display:flex;flex-direction:column;gap:0;align-items:center;width:100%}.archetype-list-container{display:flex;flex-direction:column;gap:.75rem;justify-content:flex-start}.archetype-list-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;cursor:pointer;transition:all .2s ease;border-radius:4px}.archetype-list-item:hover{background:color-mix(in srgb,var(--ht-hover-base) 8%,transparent);transform:translate(4px)}.archetype-list-name{font-size:.9rem;font-weight:500}.archetype-profile-title{font-size:1.8rem;font-weight:800;background:linear-gradient(135deg,#ff9d5c,#d97706);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 1rem;text-align:center;letter-spacing:-.3px}.player-card-timeline-section{display:grid;grid-template-columns:1fr 2fr;gap:2rem;animation:slideInUp .6s ease-out .2s both;align-items:stretch}.timeline-left{display:flex;flex-direction:column;gap:1rem;min-width:0}.timeline-right{padding:2rem;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;min-width:0}.composition-title{font-size:1.25rem;font-weight:700;color:var(--ht-text-primary);letter-spacing:-.3px}.archetype-timeline-title{font-size:1.4rem;font-weight:700;margin:0 0 1.5rem;background:linear-gradient(135deg,#4df7ff,#09f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.player-card-header-section,.player-card-timeline-section{grid-template-columns:1fr;gap:1.5rem}.timeline-right{padding:1.5rem}}@media (max-width: 768px){.player-card-container{gap:1.5rem}.timeline-right{padding:1.5rem}.composition-title{font-size:1.1rem}.header-right-content{grid-template-columns:1fr}}.tooltip-wrapper{position:relative;display:inline-block;cursor:help}.tooltip-content{position:absolute;bottom:125%;background:var(--ht-surface-elevated);color:var(--ht-text);padding:8px 12px;border-radius:4px;font-size:12px;width:max-content;min-width:150px;max-width:260px;white-space:normal;word-wrap:break-word;border:1px solid var(--ht-orange);z-index:100;box-shadow:0 4px 8px #0000004d;opacity:0;animation:tooltipFade .2s ease-out forwards}.tooltip-content--center{left:50%;transform:translate(-50%)}.tooltip-content--left{left:0}.tooltip-content--right{right:0}@keyframes tooltipFade{0%{opacity:0;margin-bottom:-4px}to{opacity:1;margin-bottom:0}}.tooltip-content:after{content:"";position:absolute;top:100%;border:6px solid transparent;border-top-color:var(--ht-surface-elevated)}.tooltip-content--center:after{left:50%;transform:translate(-50%)}.tooltip-content--left:after{left:12px}.tooltip-content--right:after{right:12px}.archetype-composition-section{display:flex;flex-direction:column;padding:0;margin-bottom:0;position:relative;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;justify-content:flex-start;flex:1;padding:2rem}.composition-toolbar{display:flex;align-items:center;gap:1rem;padding-bottom:1.25rem;margin-bottom:1.5rem;border-bottom:2px solid var(--ht-border)}.composition-toolbar-label{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;color:var(--ht-text-primary);text-transform:uppercase;letter-spacing:.4px;white-space:nowrap}.composition-toolbar-select{padding:.6rem 1.1rem;font-size:1.05rem;font-weight:700;border-radius:8px;border:1px solid var(--ht-border);background:color-mix(in srgb,var(--ht-orange) 10%,var(--ht-surface-elevated));color:var(--ht-text);cursor:pointer;transition:all .2s ease}.composition-toolbar-select:hover{background:color-mix(in srgb,var(--ht-orange) 16%,var(--ht-surface-elevated));border-color:var(--ht-orange)}.composition-toolbar-select:focus{outline:none;border-color:var(--ht-orange)}.composition-toolbar-select option{background:var(--ht-bg);color:var(--ht-text-primary)}.archetype-legend-trimmed{list-style:none;display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0}.legend-row{display:flex;align-items:center;gap:.6rem;width:100%;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;padding:.6rem .85rem;font-size:.9rem;color:var(--ht-text);cursor:pointer;text-align:left;transition:border-color .15s ease,background-color .15s ease}.legend-row:hover{border-color:var(--ht-orange);background:color-mix(in srgb,var(--ht-orange) 8%,var(--ht-surface))}.legend-row-static{cursor:default}.legend-row-static:hover{border-color:var(--ht-border);background:var(--ht-surface)}.legend-swatch,.legend-na-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.legend-name{font-weight:500}.archetype-composition{display:flex;flex-direction:column;gap:1.5rem;height:100%;width:100%;overflow:hidden}.archetype-composition-title{font-size:1.5rem;font-weight:700;margin:0 0 1.2rem;background:linear-gradient(135deg,#4df7ff,#09f);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px}.archetype-composition-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;margin:0;padding:0;flex:1}.archetype-composition-row{display:flex;align-items:center;gap:.85rem}.archetype-composition-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--ht-text-primary);min-width:auto;flex-shrink:0}.qualifies-badge{font-size:.65rem;padding:.2rem .4rem;border:1px solid;border-radius:4px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.archetype-composition-bar-track{flex:1;height:10px;background:var(--ht-bg);border-radius:6px;overflow:hidden;min-width:60px}.archetype-composition-bar-fill{height:100%;border-radius:6px;transition:width .3s ease}.archetype-composition-pct{font-size:.85rem;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--ht-text-secondary);min-width:50px;text-align:right}@media (max-width: 768px){.archetype-composition-label{font-size:.8rem;min-width:auto}.archetype-composition-pct{font-size:.75rem}}@media (max-width: 480px){.archetype-composition-row{flex-direction:column;align-items:flex-start;gap:.3rem}.archetype-composition-bar-track{width:100%}}.archetype-spider-chart{padding:0;background:transparent;border:none;border-radius:0;margin-bottom:0;width:100%;display:flex;flex-direction:column;align-items:center}.archetype-spider-chart h3{display:none;margin:0;font-size:.85rem;font-weight:600;color:var(--ht-text)}.spider-chart-wrapper{width:100%;height:450px;position:relative;margin-top:-.5rem}@media (max-width: 480px){.spider-chart-wrapper{height:320px}}.spider-chart-wrapper .recharts-wrapper{width:100%!important;height:100%!important}@media (max-width: 1024px){.spider-chart-wrapper{grid-template-columns:1fr;gap:1.5rem}}.archetype-spider-chart .recharts-wrapper{font-family:system-ui,-apple-system,Segoe UI,sans-serif}.archetype-spider-chart .recharts-surface{background:transparent}.archetype-spider-chart .recharts-polar-angle-axis-tick text{font-weight:500}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(1) text{fill:var(--archetype-0)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(2) text{fill:var(--archetype-1)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(3) text{fill:var(--archetype-2)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(4) text{fill:var(--archetype-3)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(5) text{fill:var(--archetype-4)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(6) text{fill:var(--archetype-5)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(7) text{fill:var(--archetype-6)}.archetype-spider-chart .recharts-polar-angle-axis-tick:nth-child(8) text{fill:var(--archetype-7)}.archetype-spider-chart .recharts-tooltip{outline:none}.archetype-spider-chart .recharts-default-tooltip{background:var(--ht-surface-elevated);border:1px solid var(--ht-border);border-radius:6px;box-shadow:0 4px 12px #0000004d;padding:8px 12px}.archetype-spider-chart .recharts-tooltip-label{color:var(--ht-text-primary);font-weight:600;margin-bottom:4px}.archetype-spider-chart .recharts-tooltip-item{color:var(--ht-text-secondary);font-size:13px}.archetype-spider-chart .archetype-legend{display:none}.archetype-legend{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto}.legend-item{display:flex;align-items:center;gap:.75rem;font-size:12px;padding:.5rem;border-radius:4px;transition:background-color .2s ease}.legend-item:hover{background-color:color-mix(in srgb,var(--ht-hover-base) 8%,transparent)}.legend-color{width:12px;height:12px;border-radius:2px;flex-shrink:0}.legend-label{flex:1;color:var(--ht-text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px}.legend-weight{color:var(--ht-text-tertiary);font-weight:600;font-size:11px;min-width:40px;text-align:right}.player-card-name-with-image{display:flex;gap:2rem;align-items:stretch;justify-content:space-between;width:100%;flex:1}.player-card-image-placeholder{width:100px;height:100px;background:var(--ht-border);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--ht-text-tertiary);font-size:.9rem;flex-shrink:0}.player-card-header{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;padding:2rem;margin-bottom:0;flex:1;display:flex;flex-direction:column}.player-card-header-content{display:flex;flex-direction:column;gap:1rem;flex:1;justify-content:space-between}.player-card-name-section{display:flex;flex-direction:column;gap:.75rem;flex:1;justify-content:space-between}.player-card-name-with-status{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.player-card-name{font-size:3.5rem;font-weight:900;margin:0;line-height:1.1;background:linear-gradient(135deg,var(--ht-blue),var(--ht-purple));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;flex:1}.player-status-badge{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:color-mix(in srgb,var(--ht-green) 15%,transparent);color:var(--ht-green, #10b981);border:1px solid color-mix(in srgb,var(--ht-green) 30%,transparent);border-radius:6px;font-size:.85rem;font-weight:600;white-space:nowrap}.player-status-badge-inactive{background:color-mix(in srgb,var(--ht-red, #ef4444) 15%,transparent);color:var(--ht-red, #ef4444);border:1px solid color-mix(in srgb,var(--ht-red, #ef4444) 30%,transparent)}.player-card-current-archetype{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;font-size:1.1rem;font-weight:700}.current-archetype-label{color:var(--ht-text-secondary);font-weight:500;font-size:.95rem}.player-card-team-line{font-size:1rem;font-weight:600;color:var(--ht-text-secondary);display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.player-card-archetype-badge{display:inline-block;padding:.5rem 1rem;background:color-mix(in srgb,var(--archetype-color) 15%,transparent);color:var(--archetype-color);border:1px solid color-mix(in srgb,var(--archetype-color) 30%,transparent);border-radius:6px;font-size:.875rem;font-weight:600;letter-spacing:.5px}.player-card-bio{font-size:.95rem;color:var(--ht-text-secondary);font-weight:500;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.bio-separator{color:var(--ht-text-tertiary)}.player-card-education{font-size:.95rem;color:var(--ht-text-secondary);font-weight:500;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.education-item{display:flex;align-items:center;gap:.4rem}.education-icon{color:var(--ht-text-tertiary);flex-shrink:0}.player-card-career{font-size:.9rem;color:var(--ht-text);font-weight:500;display:flex;flex-wrap:wrap;gap:1.2rem;align-items:center}.career-item{display:flex;align-items:center;gap:.4rem}.career-icon{color:var(--ht-text-tertiary);flex-shrink:0}.player-card-awards-label{font-size:.85rem;font-weight:700;color:var(--ht-text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-top:.75rem;margin-bottom:.4rem}.player-card-awards{display:flex;flex-wrap:wrap;gap:.35rem;padding:.25rem .5rem .5rem 0}@media (max-width: 768px){.player-card-header{padding:1.5rem}.player-card-name-with-status{flex-direction:column;align-items:flex-start;gap:.5rem}.player-card-name{font-size:2.25rem}.player-status-badge{font-size:.8rem;padding:.4rem .75rem}.player-card-current-archetype{font-size:1rem;gap:.5rem}.player-card-team-line{font-size:.95rem}.player-card-archetype-badge{padding:.4rem .75rem;font-size:.8rem}.player-card-bio{font-size:.9rem}.player-card-education{font-size:.9rem;gap:.4rem}.player-card-career{font-size:.85rem;gap:.8rem}.player-card-awards-label{font-size:.8rem}.player-card-name-with-image{flex-direction:column;align-items:center;gap:1rem}.player-card-image-placeholder{width:100px;height:160px}}.player-card-stats-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;animation:slideInUp .6s ease-out .3s both;align-items:start}.player-card-stats-container--no-archetype{grid-template-columns:repeat(2,1fr)}.stat-section{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:10px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.stat-section-title{font-size:1.3rem;font-weight:700;color:var(--ht-text-primary);margin:0;letter-spacing:-.3px;text-align:center;background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.archetype-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}.archetype-stat-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--ht-bg);border-radius:8px;border:1px solid var(--ht-border);transition:all .2s ease}.archetype-stat-item:hover{background:color-mix(in srgb,var(--ht-blue) 8%,transparent);border-color:var(--ht-blue)}.archetype-stat-item .stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600;min-width:40px}.archetype-stat-item .stat-value{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace}.best-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}.best-stat-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--ht-bg);border-radius:8px;border:1px solid var(--ht-border);transition:all .2s ease}.best-stat-item:hover{background:color-mix(in srgb,var(--ht-blue) 8%,transparent);border-color:var(--ht-blue)}.best-stat-item .stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ht-text-tertiary);font-weight:600;min-width:40px}.best-stat-item .stat-value{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--ht-blue)}.best-stat-item .stat-rank{font-size:.75rem;color:var(--ht-text-secondary);font-weight:500}.career-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}.stat-section-title-with-disclaimer{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.inline-disclaimer{font-size:.75rem;color:var(--ht-orange);font-weight:500;text-transform:uppercase;letter-spacing:.5px;padding:.25rem .5rem;background:color-mix(in srgb,var(--ht-orange) 12%,transparent);border-radius:4px}.fallback-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem}.fallback-stat-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--ht-bg);border-radius:8px;border:1px solid var(--ht-border);transition:all .2s ease}.fallback-stat-item:hover{background:color-mix(in srgb,var(--ht-blue) 8%,transparent);border-color:var(--ht-blue)}.fallback-stat-item .stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ht-text-tertiary);font-weight:600;min-width:40px}.fallback-stat-item .stat-value{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--ht-blue)}.career-stat-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:var(--ht-bg);border-radius:8px;border:1px solid var(--ht-border);transition:all .2s ease}.career-stat-item:hover{background:color-mix(in srgb,var(--ht-blue) 8%,transparent);border-color:var(--ht-blue)}.career-stat-item .stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--ht-text-tertiary);font-weight:600;min-width:40px}.career-stat-item .stat-value{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace;color:var(--ht-blue)}@media (max-width: 1024px){.player-card-stats-container{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.player-card-stats-container{gap:1.5rem}.stat-section{padding:1.5rem}.stat-section-title{font-size:1rem}.archetype-stats-grid{grid-template-columns:1fr 1fr}.best-stat-item,.career-stat-item{flex-direction:column;align-items:flex-start;gap:.5rem}.best-stat-item .stat-rank{font-size:.7rem}.fallback-stat-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.clickable-team-lineup-element{cursor:pointer;text-decoration:none;transition:color .2s ease;color:var(--ht-text)}.clickable-team-lineup-element:hover{color:var(--ht-orange);text-decoration:underline}.league-leaders-landing{padding:.25rem 1.5rem 1.5rem;margin-bottom:2rem;border-bottom:1px solid var(--ht-border)}.leaders-section{margin-bottom:2.5rem;scroll-margin-top:calc(var(--ht-header-height) + 1rem)}.leaders-header{margin-bottom:1.5rem}.leaders-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.leaders-title h2{font-size:1.75rem;font-weight:600;margin:0;color:var(--ht-text)}.leaders-header p{font-size:.875rem;color:var(--ht-text-secondary);margin:0}.leaders-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.leader-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;overflow:hidden;transition:box-shadow .2s ease}.leader-card:hover{box-shadow:0 2px 8px #0000001a}.leader-card-header{padding:.75rem 1rem;border-left:3px solid var(--ht-orange);background:var(--ht-surface-secondary)}.leader-card-header h3{margin:0;font-size:1rem;font-weight:600;cursor:pointer;transition:color .2s ease}.leader-list{list-style:none;margin:0;padding:0}.leader-item{display:flex;align-items:center;padding:.75rem 1rem;border-bottom:1px solid var(--ht-border);font-size:.875rem;gap:.75rem}.leader-item:last-child{border-bottom:none}.leader-rank{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--ht-surface-secondary);font-weight:600;font-size:.75rem;flex-shrink:0}.leader-name-with-icon{display:flex;align-items:center;flex:1;gap:.5rem;min-width:0}.leader-name{color:var(--ht-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:color .2s ease}.leader-name:hover{color:#ffb84d}.leader-name:focus{outline:2px solid #FFB84D;outline-offset:-2px}.leader-value{font-weight:600;color:var(--ht-text);min-width:2.5rem;text-align:right;flex-shrink:0}.archetype-badge{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border-radius:50%;background:var(--ht-surface-secondary);flex-shrink:0}.awards-section{margin-top:2.5rem;scroll-margin-top:calc(var(--ht-header-height) + 1rem)}.awards-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.awards-header h2{font-size:1.75rem;font-weight:600;margin:0;color:var(--ht-text)}.awards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem}.award-item{min-width:0}.award-item{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;padding:1rem;transition:box-shadow .2s ease}.award-item:hover{box-shadow:0 2px 8px #0000001a}.award-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--ht-border)}.award-header h4{margin:0;font-size:1rem;font-weight:600;color:var(--ht-text)}.award-winners{display:flex;flex-direction:column;gap:.75rem}.award-winner{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;padding:.5rem;border-radius:4px}.award-winner-name{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.award-name{font-weight:500;color:var(--ht-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:color .2s ease}.award-name:hover{color:#ffb84d}.award-name:focus{outline:2px solid #FFB84D;outline-offset:-2px}.award-season{font-size:.75rem;color:var(--ht-text-secondary);background:var(--ht-surface-secondary);padding:.25rem .5rem;border-radius:4px;flex-shrink:0;margin-left:.5rem}.leader-card-header h3:hover{color:var(--ht-orange)!important}.load-more-button{display:inline-block;background:var(--ht-gradient-brand);color:var(--ht-on-brand);font-weight:600;font-size:.9rem;padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.load-more-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px color-mix(in srgb,var(--ht-orange) 45%,transparent)}.load-more-button:active{transform:translateY(0)}@media (max-width: 1200px){.leaders-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.leaders-grid,.awards-grid{grid-template-columns:1fr}.leaders-title h2,.awards-header h2{font-size:1.5rem}.leader-item{font-size:.8rem;padding:.5rem .75rem}.leader-rank{width:1.25rem;height:1.25rem}}.archetypes-page{padding:2rem 1rem;width:100vw;margin-left:calc(50% - 50vw);background:linear-gradient(135deg,#0e0e10,#ff6a0004,#ffc24d02);background-attachment:fixed;min-height:100vh;box-sizing:border-box}.archetypes-page>*{max-width:1000px;margin-left:auto;margin-right:auto}.archetypes-header{text-align:center;margin-bottom:3rem}.archetypes-header h1{font-size:2.5rem;font-weight:900;margin-bottom:.5rem}.archetypes-subtitle{font-size:1.1rem;color:var(--ht-text-secondary);max-width:600px;margin:0 auto;line-height:1.6}.archetypes-page .archetypes-grid{display:flex!important;flex-direction:column!important;gap:3rem}.archetype-section{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:12px;padding:2rem;transition:box-shadow .3s ease}.archetype-section:hover{box-shadow:0 8px 24px color-mix(in srgb,var(--ht-orange) 12%,transparent)}.archetype-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.archetype-title{font-size:1.75rem;font-weight:900;margin:0}.archetype-description{font-size:1.2rem;font-weight:600;line-height:1.7;color:var(--ht-text);margin-bottom:1.5rem}.archetype-keystats{margin-bottom:2rem}.archetype-keystats h3{font-size:.95rem;text-transform:uppercase;letter-spacing:1px;color:var(--ht-text-secondary);margin-bottom:.75rem}.keystats-list{display:flex;flex-wrap:wrap;gap:.5rem}.keystat-badge{display:inline-block;padding:.4rem .75rem;background:color-mix(in srgb,var(--ht-orange) 12%,transparent);border:1px solid var(--ht-orange);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--ht-orange)}.archetype-examples{margin-bottom:2rem}.archetype-examples h3{font-size:.95rem;text-transform:uppercase;letter-spacing:1px;color:var(--ht-text-secondary);margin-bottom:.75rem}.examples-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1rem}.examples-list li{margin:0;padding:0}.player-link{background:none;border:none;padding:0;font-family:inherit;cursor:pointer;color:var(--ht-orange);text-decoration:none;font-size:1.1rem;font-weight:600;transition:color .2s ease}.player-link:disabled{cursor:default;opacity:.6}.player-link:hover{color:var(--ht-gold);text-decoration:underline}.archetype-video{border-top:1px solid var(--ht-border);padding-top:1.5rem}.archetype-video h3{font-size:.95rem;text-transform:uppercase;letter-spacing:1px;color:var(--ht-text-secondary);margin-bottom:1rem}.video-embed{border-radius:8px;border:1px solid var(--ht-border);display:block;margin-bottom:.75rem}.video-placeholder-note{font-size:.85rem;color:var(--ht-text-tertiary);margin:0}@media (max-width: 768px){.archetypes-page{padding:1.5rem 1rem}.archetypes-header h1{font-size:1.75rem}.archetype-section{padding:1.5rem}.archetype-header{flex-direction:column;text-align:center;gap:1rem}.archetype-title{font-size:1.4rem}}.team-select{position:relative;display:inline-block;width:100%}.team-select__button{width:100%;padding:.5rem .5rem .5rem .75rem;background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-border);border-radius:4px;font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;outline:none;transition:border-color .2s ease}.team-select__button:hover{border-color:var(--ht-orange)}.team-select__button:focus{outline:none;border-color:var(--ht-border)}.team-select__icon{flex-shrink:0;transition:transform .2s ease}.team-select__icon--open{transform:rotate(180deg)}.team-select__dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:4px;max-height:300px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #00000026}.team-select__option{width:100%;padding:.5rem .75rem;background:none;color:var(--ht-text);border:none;text-align:left;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.team-select__option:hover{background-color:color-mix(in srgb,var(--ht-orange) 20%,transparent)}.team-select__option:focus{outline:none;background-color:color-mix(in srgb,var(--ht-orange) 20%,transparent)}.lineup-hero-card{height:100%;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;display:flex;flex-direction:column;min-width:0}.lineup-hero-card__title{padding:.65rem 1rem;border-bottom:1px solid var(--ht-border);border-left:3px solid var(--ht-orange);border-top-left-radius:7px;border-top-right-radius:7px;background:var(--ht-surface-secondary);font-weight:600;font-size:.95rem}.lineup-hero-card__header{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;padding:.85rem 1rem .5rem}.lineup-hero-card__header>.clickable-team-lineup-element{min-width:0;flex:1 1 auto}.lineup-hero-card__team-season{font-weight:700;font-size:1.05rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lineup-hero-card__minutes{flex-shrink:0;font-size:.75rem;color:var(--ht-text-secondary)}.lineup-hero-card__body{display:flex;gap:1rem;padding:.5rem 1rem 1rem}.lineup-hero-card__players{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.9rem}.lineup-hero-card__player{display:flex;align-items:center;gap:.85rem;min-width:0}.lineup-hero-card__player-info{min-width:0;display:flex;flex-direction:column;gap:.25rem}.lineup-hero-card__player-name-row{display:flex;align-items:baseline;gap:.5rem;min-width:0}.lineup-hero-card__player-name{background:none;border:none;color:var(--ht-text);font-weight:600;font-size:1.08rem;cursor:pointer;padding:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lineup-hero-card__player-name:hover{color:var(--ht-orange)}.lineup-hero-card__player-position{flex-shrink:0;font-size:.76rem;font-weight:600;color:var(--ht-text-secondary);text-transform:uppercase;letter-spacing:.02em}.lineup-hero-card__player-detail-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.lineup-hero-card__player-tier{color:var(--ht-gold);font-size:.75rem;line-height:1}.lineup-hero-card__player-primary{display:flex;align-items:center;gap:.3rem;flex:1 1 auto;min-width:0;max-width:100%;font-size:.82rem;font-weight:600;line-height:1.2;white-space:nowrap}.lineup-hero-card__player-primary span{overflow:hidden;text-overflow:ellipsis}.lineup-hero-card__player-secondary{display:flex;align-items:center;gap:.2rem}.lineup-hero-card__stats{flex:0 0 104px;display:flex;flex-direction:column;gap:.25rem;border-left:1px solid var(--ht-border);padding-left:.65rem}.lineup-hero-card__stat{height:2.35rem;display:flex;flex-direction:column;justify-content:center;gap:.02rem;padding:0 .3rem;border:1px solid var(--tier-color, var(--ht-border));border-radius:4px;cursor:help;color:var(--tier-color, var(--ht-text-secondary));overflow:hidden}.lineup-hero-card__stat-label{font-size:.53rem;font-weight:600;color:inherit;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap}.lineup-hero-card__stat-value-row{display:flex;align-items:baseline;gap:.25rem;flex-wrap:nowrap;min-width:0}.lineup-hero-card__stat-value{flex-shrink:0;font-size:.72rem;font-weight:700;color:inherit}.lineup-hero-card__stat-rank{min-width:0;font-size:.48rem;color:inherit;opacity:.85;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 480px){.lineup-hero-card__player>svg{display:none}.lineup-hero-card__stats{display:none}}.stat-tier--elite{--tier-color: var(--tier-elite)}.stat-tier--excellent{--tier-color: var(--tier-excellent)}.stat-tier--very-good{--tier-color: var(--tier-very-good)}.stat-tier--good{--tier-color: var(--tier-good)}.stat-tier--fair{--tier-color: var(--tier-fair)}.stat-tier--below-avg{--tier-color: var(--tier-below-avg)}.featured-lineups-view{padding:.25rem 1.5rem 1.5rem;margin-bottom:2rem}.featured-section{margin-bottom:3rem;scroll-margin-top:calc(var(--ht-header-height) + 1rem)}.featured-section:last-child{margin-bottom:0}.featured-section-title{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:var(--ht-text);display:flex;align-items:center}.featured-lineups-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:stretch}.featured-lineup-card{background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;min-height:420px}.featured-lineup-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.featured-card-header{padding:1rem;border-bottom:1px solid var(--ht-border);background:var(--ht-surface-secondary);border-left:3px solid var(--ht-orange)}.featured-card-title{margin:0;font-size:1.125rem;font-weight:600;color:var(--ht-text);line-height:1.4}.featured-card-content{padding:1rem;display:flex;flex-direction:column;gap:1.25rem;flex:1;max-height:550px;overflow-y:auto}.featured-card-meta{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.featured-card-lineup-composition{display:flex;flex-direction:column;gap:.75rem}.featured-card-composition-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--ht-text-secondary)}.featured-card-team-season{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:500;color:var(--ht-text)}.featured-card-separator{color:var(--ht-text-secondary)}.featured-card-minutes{font-size:.875rem;color:var(--ht-text-secondary)}.featured-card-team-season .clickable-team-lineup-element{cursor:pointer;color:var(--ht-gold);text-decoration:none;transition:color .2s ease;font-weight:600}.featured-card-team-season .clickable-team-lineup-element:hover{color:color-mix(in srgb,var(--ht-gold) 120%,white)}.featured-card-team-season .clickable-team-lineup-element:focus{outline:2px solid var(--ht-gold);outline-offset:-2px}@media (max-width: 1024px){.featured-lineups-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.featured-section-title{font-size:1.5rem;margin-bottom:1.25rem;display:flex;align-items:center}}@media (max-width: 768px){.featured-lineups-view{padding:1rem;margin-bottom:1.5rem}.featured-lineups-grid{grid-template-columns:1fr;gap:1rem}.featured-section{margin-bottom:2rem}.featured-section-title{font-size:1.25rem;margin-bottom:1rem}.featured-card-header{padding:.75rem 1rem}.featured-card-content{padding:.75rem 1rem;gap:1rem}}@media (prefers-color-scheme: dark){.featured-lineup-card:hover{box-shadow:0 4px 12px #ffffff1a}}.virtualized-table{border:1px solid var(--ht-border);border-radius:4px;display:flex;flex-direction:column;flex:1;min-height:0;overflow-x:auto;overflow-y:hidden;position:relative}.virtualized-table__copy-textarea{position:absolute;top:0;left:-9999px;width:1px;height:1px;opacity:0}.virtualized-table__header{display:grid;background:var(--ht-surface-elevated);border-bottom:1px solid var(--ht-border);flex-shrink:0}.virtualized-table__header-cell-wrapper{position:relative;display:flex;align-items:stretch;min-width:0}.virtualized-table__header-cell-wrapper--frozen{background:var(--ht-surface-elevated)}.virtualized-table__cell--frozen{background:var(--ht-bg);border-bottom:1px solid var(--ht-border)}.scouting-layout--expanded .virtualized-table__cell--frozen{background:var(--ht-surface)}.virtualized-table__header-cell-wrapper--dragging{opacity:.4}.virtualized-table__header-cell-wrapper--drag-over{background:color-mix(in srgb,var(--ht-orange) 15%,transparent)}.virtualized-table__header-cell-wrapper--drag-over:after{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background:var(--ht-orange)}.virtualized-table__cell--selected{background:color-mix(in srgb,var(--ht-orange) 18%,transparent);outline:1px solid color-mix(in srgb,var(--ht-orange) 60%,transparent);outline-offset:-1px}.virtualized-table__header-cell-wrapper .virtualized-table__header-cell{flex:1;min-width:0;display:flex;align-items:center;gap:.3rem}.virtualized-table__header-cell{padding:.5rem;text-align:center;font-size:.8rem;font-weight:600;color:var(--ht-text-secondary);background:none;border:none;cursor:pointer;white-space:nowrap;justify-content:center}.virtualized-table__header-cell:hover{color:var(--ht-text)}.virtualized-table__header-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.virtualized-table__resize-handle{flex-shrink:0;width:6px;cursor:col-resize;touch-action:none}.virtualized-table__resize-handle:hover{background:var(--ht-orange)}.virtualized-table__scroll{flex:1;min-height:240px;overflow-y:auto;overflow-x:hidden;position:relative}.virtualized-table__row{display:grid;border-bottom:1px solid var(--ht-border)}.virtualized-table__cell{display:flex;align-items:center;padding:.5rem;font-size:.85rem;color:var(--ht-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:cell;justify-content:center;text-align:center;-webkit-user-select:none;user-select:none}.virtualized-table__header-cell-wrapper[draggable=true]{cursor:grab}.virtualized-table__tooltip-wrapper{position:relative;display:flex;align-items:center}.virtualized-table__tooltip-trigger{flex-shrink:0;background:none;border:none;padding:.25rem;cursor:help;color:var(--ht-text-tertiary);display:flex;align-items:center;justify-content:center}.virtualized-table__tooltip-trigger:hover{color:var(--ht-text-secondary)}.virtualized-table__tooltip{position:fixed;transform:translate(-50%,calc(-100% - .5rem));background:#000000e6;color:#fff;padding:.5rem .75rem;border-radius:4px;font-size:.8rem;white-space:normal;width:200px;text-align:left;z-index:3000;box-shadow:0 2px 8px #0000004d;pointer-events:none}.data-grid{display:flex;flex-direction:column;min-width:0;min-height:0;flex:1}.data-grid__toolbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-shrink:0;min-height:32px;flex-wrap:wrap;padding-right:1.5rem;gap:.5rem;overflow:visible}@media (max-width: 767px){.data-grid__toolbar{margin-bottom:.35rem}.data-grid__column-visibility-trigger{padding:.35rem .6rem;font-size:.8rem}}.data-grid__toolbar-start{display:flex;flex-wrap:wrap;gap:.5rem;min-width:0}.data-grid__toolbar-end{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.data-grid__column-visibility{position:relative}.data-grid__column-visibility-trigger{display:inline-flex;align-items:center;gap:.4rem;background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:4px;padding:.4rem .75rem;font-size:.85rem;cursor:pointer;white-space:nowrap;flex-shrink:0}.data-grid__column-visibility-trigger:hover{border-color:var(--ht-orange);color:var(--ht-text)}.data-grid__column-visibility-menu{position:fixed;z-index:3000;min-width:200px;max-height:320px;overflow-y:auto;background:var(--ht-surface-elevated);border:1px solid var(--ht-border);border-radius:6px;padding:.5rem;box-shadow:0 8px 24px #00000059;box-sizing:border-box}.data-grid__column-visibility-item{display:flex;align-items:center;gap:.5rem;padding:.3rem .4rem;font-size:.85rem;color:var(--ht-text);cursor:pointer}.data-grid__column-visibility-item--all{font-weight:600}.data-grid__column-visibility-divider{height:1px;background:var(--ht-border);margin:.3rem .4rem}.scouting-layout{display:flex;align-items:stretch;gap:.5rem;padding:0 1rem;width:100%;box-sizing:border-box;flex:1;min-height:0}.scouting-layout__sidebar{flex:0 0 auto;display:flex;flex-direction:column;gap:.5rem;position:relative;min-width:180px;max-width:260px}.scouting-layout__sidebar--collapsed{flex-basis:auto;max-width:none;min-width:0}.scouting-layout:has(.scouting-layout__sidebar--collapsed){gap:0}.scouting-layout__sidebar-header{display:flex;align-items:center;gap:.5rem;flex-shrink:0;min-height:32px}.scouting-layout__collapse-btn{flex-shrink:0;background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:4px;padding:.4rem;cursor:pointer}.scouting-layout__collapse-btn:hover{border-color:var(--ht-orange);color:var(--ht-text)}.scouting-layout__sidebar-content{flex:1;min-width:0;overflow-y:auto}.scouting-layout__resize-handle{position:absolute;right:-4px;top:0;bottom:0;width:8px;cursor:col-resize;background:transparent;transition:background-color .2s ease}.scouting-layout__resize-handle:hover{background-color:color-mix(in srgb,var(--ht-orange) 30%,transparent)}.scouting-layout__grid-area{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;gap:.5rem;box-sizing:border-box}.scouting-layout__expand-btn{background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:4px;padding:.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scouting-layout__expand-btn:hover{border-color:var(--ht-orange);color:var(--ht-text)}.scouting-layout__grid-content{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column}.scouting-layout--expanded{align-items:stretch}.scouting-layout--expanded .scouting-layout__sidebar{display:none}.scouting-layout--expanded .scouting-layout__grid-area{position:fixed;top:var(--ht-header-height);left:0;right:0;bottom:0;z-index:100;background:var(--ht-surface);padding:1rem;overflow:auto;gap:.5rem}.scouting-layout--expanded .data-grid__toolbar{position:sticky;top:0;z-index:101;background:var(--ht-surface);padding:.5rem .5rem .5rem 0;border-bottom:1px solid var(--ht-border);margin-bottom:.5rem;width:100%}@media (max-width: 767px){.scouting-layout{flex-direction:column;gap:.35rem}.scouting-layout__sidebar{flex-basis:auto!important;max-width:none!important;min-width:0;width:100%}.scouting-layout__sidebar:not(.scouting-layout__sidebar--collapsed){max-height:45vh;overflow-y:auto}.scouting-layout__sidebar--collapsed .scouting-layout__sidebar-header{min-height:0}.scouting-layout__resize-handle{display:none}.scouting-layout__grid-area{width:100%}.virtualized-table{zoom:.62}}.badge-list{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap}.badge-list__overflow{position:relative;display:inline-flex}.badge-list__overflow-trigger{display:inline-flex;align-items:center;gap:.15rem;background:none;border:1px dashed var(--ht-border);color:var(--ht-text-secondary);border-radius:999px;padding:.05rem .4rem;font-size:.68rem;cursor:pointer}.badge-list__overflow-trigger:hover{border-color:var(--ht-orange);color:var(--ht-text)}.badge-list__popover{position:fixed;z-index:3000;display:flex;flex-wrap:wrap;gap:.3rem;max-width:260px;background:var(--ht-surface-elevated);border:1px solid var(--ht-border);border-radius:6px;padding:.5rem;box-shadow:0 8px 24px #00000059}.full-data,.players-table,.lineups-table{display:flex;flex-direction:column;flex:1;min-height:0}.full-data-subtabs{display:flex;gap:.5rem;margin-bottom:1.5rem;padding:0 1rem;flex-shrink:0}@media (max-width: 767px){.full-data-subtabs{margin-bottom:.5rem;padding:0 .75rem}.full-data-subtabs button{padding:.4rem .75rem;font-size:.85rem}}.full-data-subtabs button{background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:4px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer;transition:border-color .2s ease}.full-data-subtabs button:hover{border-color:var(--ht-orange)}.full-data-subtabs button.active{background:var(--ht-gradient-brand);border-color:transparent;color:var(--ht-on-brand);font-weight:600}.player-name-link{background:none;border:none;padding:0;color:var(--ht-orange);font:inherit;cursor:pointer;text-align:center}.player-name-link:hover{text-decoration:underline}.full-data-filters{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.full-data-filters select:focus{outline:none;border-color:var(--ht-border)}.full-data-filters select:focus-visible{outline:none;border-color:var(--ht-border)}.full-data-filters select option{color:var(--ht-text);background:var(--ht-surface)}.full-data-reset-btn{background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:4px;padding:.5rem .85rem;font-size:.9rem;cursor:pointer}.full-data-reset-btn:hover:not(:disabled){border-color:var(--ht-orange);color:var(--ht-text)}.full-data-reset-btn:disabled{opacity:.4;cursor:default}.active-filter-chips{display:flex;flex-wrap:wrap;gap:.5rem}.active-filter-chip{display:flex;align-items:center;gap:.4rem;background:none;border:1.5px solid currentColor;border-radius:999px;padding:.35rem .6rem .35rem .85rem;font-size:.8rem;font-weight:500;white-space:nowrap}.active-filter-chip__remove{display:flex;align-items:center;justify-content:center;background:none;border:none;color:inherit;cursor:pointer;padding:0}.active-filter-chip__remove:hover{color:var(--ht-text)}.column-group-toggles{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.column-group-toggles button{background:none;border:1px solid var(--ht-border);color:var(--ht-text-secondary);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;cursor:pointer}.column-group-toggles button:hover{background:color-mix(in srgb,var(--ht-orange) 20%,transparent);color:var(--ht-text)}.column-group-toggles button.active{background:var(--ht-surface-elevated);border-color:var(--ht-orange);color:var(--ht-text)}.full-data-count{color:var(--ht-text-secondary);font-size:.85rem;white-space:nowrap;display:flex;align-items:center}@media (max-width: 767px){.full-data-count{font-size:.72rem}}.lineup-combo-builder{margin-bottom:1rem}.lineup-combo-builder__label{color:var(--ht-text-secondary);font-size:.85rem;margin-bottom:.5rem}.lineup-combo-builder__slots{display:flex;flex-wrap:wrap;gap:.5rem}.lineup-combo-builder__slots select{padding:.5rem .75rem;background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-border);border-radius:4px;font-size:.9rem}.full-data-filters--sidebar{flex-direction:column;align-items:stretch}.full-data-filters--sidebar .team-select{width:100%}.archetype-multiselect__buttons{display:flex;flex-wrap:wrap;gap:.5rem}.archetype-multiselect__button{display:flex;align-items:center;gap:.35rem;background:none;border:1.5px solid currentColor;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-width .2s ease;white-space:nowrap;font-weight:500}.archetype-multiselect__button:hover{background-color:color-mix(in srgb,currentColor 25%,transparent)}.archetype-multiselect__button--active{background-color:color-mix(in srgb,currentColor 20%,transparent);font-weight:600;border-width:2px}.award-multiselect__buttons{display:flex;flex-wrap:wrap;gap:.5rem}.award-multiselect__button{display:flex;align-items:center;gap:.35rem;background:none;border:1.5px solid currentColor;border-radius:999px;padding:.35rem .85rem;font-size:.8rem;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,border-width .2s ease;white-space:nowrap;font-weight:500}.award-multiselect__button:hover{background-color:color-mix(in srgb,currentColor 25%,transparent)}.award-multiselect__button--active{background-color:color-mix(in srgb,currentColor 20%,transparent);font-weight:600;border-width:2px}.full-data-filters__field{display:flex;align-items:center;gap:.4rem;padding:.5rem .75rem;background:var(--ht-surface);color:var(--ht-text-secondary);border:1px solid var(--ht-border);border-radius:4px}.full-data-filters__field input{border:none;padding:0;flex:1;background:none;color:var(--ht-text);font-size:.9rem;outline:none}.first-visit-banner{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background:linear-gradient(135deg,var(--ht-surface) 0%,var(--ht-surface-elevated) 100%);border-bottom:2px solid var(--ht-orange);color:var(--ht-text);font-size:16px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.banner-buttons{display:flex;gap:12px}.tour-button{padding:8px 16px;border:none;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease}.tour-button.primary{background:var(--ht-gradient-brand);color:var(--ht-on-brand);font-weight:600}.tour-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 16px color-mix(in srgb,var(--ht-orange) 45%,transparent)}.tour-button.secondary{background:transparent;color:var(--ht-text);border:1px solid color-mix(in srgb,var(--ht-hover-base) 50%,transparent)}.tour-button.secondary:hover{background:color-mix(in srgb,var(--ht-hover-base) 10%,transparent);border-color:var(--ht-text)}.tour-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;z-index:999}.tour-backdrop--transparent{background:transparent}.tour-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;padding:32px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;z-index:1000;box-shadow:0 10px 40px #00000080;animation:modalPop .3s ease-out;box-sizing:border-box}@keyframes modalPop{0%{opacity:0;transform:translate(-50%,-45%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tour-modal--corner{top:auto;left:auto;bottom:24px;right:24px;transform:none;width:min(380px,calc(100vw - 48px));animation:modalPopCorner .3s ease-out}@keyframes modalPopCorner{0%{opacity:0;transform:translateY(16px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.tour-banner-image{display:block;width:100%;max-width:100%;border-radius:8px;margin-bottom:16px}.tour-close{position:absolute;top:12px;right:12px;background:#0006;border:none;color:var(--ht-text-secondary);font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.tour-close:hover{background:color-mix(in srgb,var(--ht-hover-base) 10%,transparent);color:var(--ht-text)}.tour-title{margin:0 0 16px;color:var(--ht-orange);font-size:24px;font-weight:600}.tour-content{color:var(--ht-text);font-size:16px;line-height:1.6;margin:0 0 24px}.tour-navigation{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;border-top:1px solid var(--ht-border)}.tour-progress{color:var(--ht-text-secondary);font-size:12px;text-transform:uppercase;letter-spacing:.5px}.tour-nav-btn{padding:8px 16px;background:var(--ht-surface-elevated);color:var(--ht-orange);border:1px solid var(--ht-orange);border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.tour-nav-btn:hover{background:var(--ht-gradient-brand);color:var(--ht-on-brand)}.tour-nav-btn.back{order:-1}@media (max-width: 480px){.tour-modal{padding:20px;max-height:60vh}.tour-modal--corner{bottom:12px;right:12px;width:calc(100vw - 24px);max-height:55vh}.tour-banner-image{margin-bottom:12px}.tour-title{font-size:19px;margin-bottom:10px}.tour-content{font-size:14px;margin-bottom:16px}.tour-navigation{padding-top:16px}.tour-nav-btn{padding:6px 12px;font-size:13px}}.tour-spotlight{position:fixed;border:3px solid var(--ht-orange);border-radius:4px;pointer-events:none;z-index:998}.tour-spotlight--dim{box-shadow:0 0 0 9999px #0009,inset 0 0 12px color-mix(in srgb,var(--ht-orange) 30%,transparent);animation:pulse 2s infinite}.tour-spotlight--outline{box-shadow:inset 0 0 12px color-mix(in srgb,var(--ht-orange) 30%,transparent);animation:pulse-outline 2s infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 9999px #0009,inset 0 0 12px color-mix(in srgb,var(--ht-orange) 30%,transparent)}50%{box-shadow:0 0 0 9999px #0009,inset 0 0 20px color-mix(in srgb,var(--ht-orange) 50%,transparent)}}@keyframes pulse-outline{0%,to{box-shadow:inset 0 0 12px color-mix(in srgb,var(--ht-orange) 30%,transparent)}50%{box-shadow:inset 0 0 20px color-mix(in srgb,var(--ht-orange) 50%,transparent)}}.help-tab-content{padding:20px 0}.help-tab-content h3{color:var(--ht-orange);margin-top:0;margin-bottom:24px;font-size:20px}.help-tab-content section{margin-bottom:20px}.help-tab-content h4{color:var(--ht-gold);margin:0 0 8px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.help-tab-content p{color:var(--ht-text-secondary);margin:0 0 12px;font-size:13px;line-height:1.5}.help-restart-btn{width:100%;padding:12px 16px;background:var(--ht-surface-elevated);color:var(--ht-orange);border:1px solid var(--ht-orange);border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease;margin-top:12px}.help-restart-btn:hover{background:var(--ht-gradient-brand);color:var(--ht-on-brand)}.lineup-view-header{padding:4px 0 24px;border-bottom:2px solid var(--ht-border);margin-bottom:24px}.lineup-view-header h3{margin:0 0 8px;color:var(--ht-orange);font-size:32px}.lineup-subheading{margin:0 0 12px;color:var(--ht-text-secondary);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.lineup-description{margin:0;color:var(--ht-text-secondary);font-size:13px;line-height:1.6}.load-more-container{text-align:center;padding:24px 0}.lineup-count{color:var(--ht-text-secondary);font-size:12px;margin-bottom:12px}.load-more-btn{padding:12px 24px;background:var(--ht-surface-elevated);color:var(--ht-orange);border:1px solid var(--ht-orange);border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.load-more-btn:hover{background:var(--ht-gradient-brand);color:var(--ht-on-brand);transform:translateY(-2px)}.legend-button-wrapper{position:relative;margin-left:auto}.legend-nav-button{display:flex;align-items:center;gap:8px;background:none;border:1px solid var(--ht-border);color:var(--ht-text);border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,color .2s ease}.legend-nav-button:hover{border-color:var(--ht-orange);color:var(--ht-orange)}@media (max-width: 480px){.legend-nav-button{padding:.4rem .55rem;font-size:.72rem;gap:5px}}.legend-popover{position:absolute;top:calc(100% + 8px);right:0;width:310px;max-height:70vh;overflow-y:auto;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;box-shadow:0 8px 24px #0006;padding:2rem 1rem 1rem;z-index:2500}.legend-popover-close{position:absolute;top:8px;right:8px;background:none;border:none;color:var(--ht-text-secondary);cursor:pointer;font-size:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;padding:0;z-index:1}.archetype-card{background-color:var(--ht-surface);border:1px solid var(--ht-border);border-radius:8px;padding:4px 8px;margin-bottom:3px;transition:background-color .2s ease,box-shadow .2s ease}.archetype-card:hover{background-color:var(--ht-surface-elevated);box-shadow:0 4px 16px color-mix(in srgb,var(--ht-orange) 15%,transparent)}.archetype-card-header{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;box-sizing:border-box;min-width:0;height:20px}.archetype-swatch{width:24px;height:24px;border-radius:50%;flex-shrink:0;border:2px solid var(--ht-border)}.archetype-name{font-size:15px;font-weight:600;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.archetype-toggle{background:none;border:none;color:var(--ht-text-secondary);font-size:12px;cursor:pointer;padding:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.archetype-card-content{margin-top:6px;display:none;padding-top:6px;border-top:1px solid var(--ht-border)}.archetype-card-content.expanded{display:block}.archetype-description{font-size:13px;color:var(--ht-text-secondary);margin-bottom:8px;line-height:1.4}.archetype-stats{font-size:12px;color:var(--ht-text-secondary);margin-bottom:8px;padding:4px;background-color:#0003;border-radius:4px}.archetype-examples{font-size:12px;color:var(--ht-text);margin-bottom:0}.archetype-examples-label{color:var(--ht-text-secondary);margin-right:4px}.archetype-example-link{background:none;border:none;color:var(--ht-orange);text-decoration:none;cursor:pointer;transition:color .2s ease;padding:0;font-family:inherit;font-size:inherit}.archetype-example-link:hover{color:var(--ht-red-orange);text-decoration:underline}.archetype-card-header{background:transparent;border:none;padding:0;color:inherit;font:inherit}.archetype-card-header:hover{background:color-mix(in srgb,var(--ht-hover-base) 5%,transparent)}.archetype-card-header:focus-visible{outline:2px solid var(--ht-orange);outline-offset:2px}.archetype-description,.archetype-examples{word-wrap:break-word;overflow-wrap:break-word;word-break:break-word}.archetype-card-content{width:100%;box-sizing:border-box}.archetype-card-content{max-width:100%}.archetype-description,.archetype-stats,.archetype-examples{max-width:100%;display:block}.tier-legend{background-color:var(--ht-surface);border:1px solid var(--ht-border);border-radius:6px;padding:12px;margin-top:8px}.tier-legend-heading{font-size:13px;font-weight:600;color:var(--ht-text);margin:0 0 6px}.tier-legend-intro{font-size:11px;color:var(--ht-text-secondary);margin:0 0 8px;line-height:1.4}.tier-legend-content{margin-left:4px}.tier-legend-row{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px;font-size:11px}.tier-legend-row:last-child{margin-bottom:0}.tier-legend-stars{font-size:13px;color:var(--ht-text);flex-shrink:0;min-width:24px}.tier-legend-label{color:var(--ht-text-secondary);line-height:1.4}@media (max-width: 767px){.archetype-card-header{cursor:pointer}.archetype-card-header .archetype-toggle{display:flex}.archetype-card-content.expanded{display:block}}@media (min-width: 768px) and (max-width: 1023px){.archetype-card-content{display:none}.archetype-card-content.expanded{display:block}}@media (min-width: 1024px){.archetype-card-content{display:none}.archetype-card-content.expanded{display:block}}:root{--ht-bg: #0E0E10;--ht-surface: #17171A;--ht-surface-elevated: #1F1F23;--ht-border: #2A2A2E;--ht-text: #F4F4F4;--ht-text-secondary: #9A9A9A;--ht-text-tertiary: #6B6B6B;--ht-gold: #FFC24D;--ht-orange: #FF6A00;--ht-red-orange: #FF3D00;--ht-header-height: 81px;--ht-gradient-brand: linear-gradient(135deg, #FFC24D, #FF6A00, #FF3D00);--ht-gradient-ember: linear-gradient(135deg, #0a0705 0%, #431407 70%, #9a3412 100%);--ht-on-brand: #0E0E10;--archetype-0: #ce7381;--archetype-1: #8789d7;--archetype-2: #a59334;--archetype-3: #0c8538;--archetype-4: #3c9ec9;--archetype-5: #8B3A3A;--archetype-6: #00aa95;--archetype-7: #c9803a;--archetype-na: #6a92d9;--tier-elite: #a78bfa;--tier-excellent: #66bb6a;--tier-very-good: #9ccc65;--tier-good: #fdd835;--tier-fair: #ffb74d;--tier-below-avg: #ef5350;--ht-hover-base: #FFFFFF;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.gradient-text{background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.geo-accent-shape{background:var(--ht-gradient-brand);clip-path:polygon(50% 0%,100% 38%,82% 100%,18% 100%,0% 38%)}.gradient-cta-button{display:inline-block;background:var(--ht-gradient-brand);color:var(--ht-on-brand);font-weight:900;border:none;border-radius:999px;padding:.75rem 1.75rem;font-size:1rem;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.gradient-cta-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px color-mix(in srgb,var(--ht-orange) 45%,transparent)}.gradient-ember-button{display:inline-block;background:var(--ht-gradient-ember);color:var(--ht-text);font-weight:700;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:1rem;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.gradient-ember-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px color-mix(in srgb,#431407 50%,transparent)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}html,body{overflow-x:hidden}body{margin:0;padding:0;background:var(--ht-bg);color:var(--ht-text)}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.app:has(.full-data){height:100vh}.app>*{min-width:0}.app-message{color:var(--ht-text-secondary);padding:0 1rem}.player-search{position:relative;margin-bottom:.5rem}.search-bar-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.search-bar-row .player-search{flex:1;max-width:500px;margin-bottom:0}.player-search input{width:100%;padding:.5rem .75rem .5rem 1rem;font-size:1rem;box-sizing:border-box;background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-border);border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.player-search input:focus{outline:none;border-color:var(--ht-orange);box-shadow:0 0 0 3px color-mix(in srgb,var(--ht-orange) 25%,transparent)}.player-search-results{position:absolute;top:100%;left:0;right:0;list-style:none;margin:0;padding:0;background:var(--ht-surface);border:1px solid var(--ht-border);border-top:none;border-radius:0 0 4px 4px;max-height:220px;overflow-y:auto;z-index:100}.player-search-results li button{display:block;width:100%;text-align:left;padding:.5rem .75rem;border:none;background:none;color:var(--ht-text);cursor:pointer;font-size:1rem;transition:background-color .15s ease}.player-search-results li button:hover{background:color-mix(in srgb,var(--ht-orange) 16%,var(--ht-surface))}.archetype-tooltip{background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-orange);border-radius:6px;padding:.6rem .85rem;font-size:.85rem;box-shadow:0 4px 14px #0006}.archetype-tooltip-title{font-weight:600;color:var(--ht-text);margin:0 0 .2rem}.archetype-tooltip-meta{color:var(--ht-text-secondary);margin:0 0 .4rem}.archetype-tooltip-stats{display:grid;grid-template-columns:repeat(2,auto);gap:.1rem .75rem;margin-bottom:.4rem}.archetype-tooltip-primary{margin:.4rem 0 0;padding-top:.4rem;border-top:1px solid var(--ht-border);color:var(--ht-red-orange);font-weight:600}.archetype-tooltip-qualifies{margin:.2rem 0 0;color:var(--ht-text-secondary);font-size:.8rem}.archetype-timeline-axis-labels{display:flex;justify-content:space-between;padding:0 .5rem;margin-bottom:.25rem}.archetype-timeline-axis-label{font-size:.75rem;color:var(--ht-text-secondary)}.archetype-composition{margin-top:1.5rem;padding:0 1rem}.archetype-composition-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.archetype-composition-header h3{margin:0}.archetype-composition-header select{background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-border);border-radius:4px;padding:.3rem .6rem}.archetype-composition-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.archetype-composition-row{display:grid;grid-template-columns:220px 1fr 60px;align-items:center;gap:.75rem}@media (max-width: 480px){.archetype-composition-row{grid-template-columns:1fr;gap:.35rem}.archetype-composition-pct{text-align:left}}.archetype-composition-label{display:flex;align-items:center;gap:.4rem;font-size:.9rem}.archetype-composition-label .qualifies-badge{margin-left:auto}.archetype-composition-bar-track{height:10px;background:var(--ht-surface);border:1px solid var(--ht-border);border-radius:999px;overflow:hidden}.archetype-composition-bar-fill{height:100%;border-radius:999px}.archetype-composition-pct{text-align:right;font-variant-numeric:tabular-nums;color:var(--ht-text-secondary);font-size:.85rem}.archetype-legend{margin-top:1rem;padding:0 1rem}.archetype-legend-toggle{background:none;border:1px solid var(--ht-orange);color:var(--ht-text);border-radius:4px;padding:.35rem .75rem;font-size:.85rem;cursor:pointer;margin-bottom:.75rem;transition:background-color .2s ease}.archetype-legend-toggle:hover{background:color-mix(in srgb,var(--ht-orange) 18%,transparent)}.archetype-legend ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.archetype-legend-row{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.swatch{width:12px;height:12px;border-radius:2px;display:inline-block;flex-shrink:0}.archetype-legend-name{font-weight:600}.archetype-legend-detail{margin:.15rem 0 0 1.25rem;padding-left:.5rem;border-left:2px solid var(--ht-border);color:var(--ht-text-secondary);font-size:.85rem}.archetype-legend-detail p{margin:.15rem 0}.archetype-legend-examples{font-style:italic}.player-header{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding:0 1rem;margin-bottom:1rem}.player-profile{display:flex;flex-direction:column;gap:.35rem}.player-profile__identity{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.player-profile__bio{display:flex;gap:1rem;flex-wrap:wrap;color:var(--ht-text-secondary);font-size:.9rem}.current-archetype-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .65rem;border:1px solid var(--ht-border);border-radius:999px;background:var(--ht-surface);color:var(--ht-text-secondary);font-size:.8rem;font-weight:600}.qualifies-badges{display:inline-flex;flex-wrap:wrap;gap:.3rem}.qualifies-badge{display:inline-block;padding:.05rem .45rem;border:1px solid currentColor;border-radius:999px;font-size:.7rem;font-weight:600;white-space:nowrap}.team-lineups{padding:0 1rem}.team-lineups-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem}.team-lineups-controls__filters{display:flex;gap:.75rem;flex:0 1 auto}.team-lineups-controls__filters .team-select{width:220px}.team-lineups-controls__nav-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.team-lineups-controls select{width:160px;padding:.5rem .75rem;font-size:1rem;background:var(--ht-surface);color:var(--ht-text);border:1px solid var(--ht-border);border-radius:4px}@media (max-width: 480px){.team-lineups-controls__filters{flex-wrap:wrap;width:100%}.team-lineups-controls__filters .team-select,.team-lineups-controls select{width:100%;min-width:0;flex:1 1 140px}}.team-lineups-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.team-lineups-header-row .lineup-view-header{flex:1 1 auto;min-width:0;padding:4px 0 0;border-bottom:none;margin-bottom:0}.team-lineups-header-row .minutes-filter{flex:0 0 auto;margin-bottom:0}.minutes-filter{margin-bottom:1.25rem}.minutes-filter__label{display:flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--ht-text-secondary);margin-bottom:.4rem}.minutes-filter__info-btn{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;color:var(--ht-text-tertiary);cursor:help}.minutes-filter__info-btn:hover{color:var(--ht-text-secondary)}.minutes-filter__info-tooltip{width:320px;max-width:min(320px,calc(100vw - 16px));background:var(--ht-surface-elevated);color:var(--ht-text);padding:.6rem .85rem;border-radius:4px;font-size:.78rem;line-height:1.45;border:1px solid var(--ht-orange);box-shadow:0 4px 8px #0000004d;z-index:3000;pointer-events:none}.minutes-filter__control{display:flex;align-items:center;gap:.75rem}.minutes-filter__slider{flex:1;max-width:320px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:linear-gradient(to right,var(--ht-gold),var(--ht-orange) var(--minutes-filter-fill, 0%),var(--ht-border) var(--minutes-filter-fill, 0%));cursor:pointer}.minutes-filter__slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:var(--ht-orange);border:2px solid var(--ht-bg);box-shadow:0 0 0 1px var(--ht-orange);cursor:pointer}.minutes-filter__slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:var(--ht-orange);border:2px solid var(--ht-bg);box-shadow:0 0 0 1px var(--ht-orange);cursor:pointer}.minutes-filter__slider::-moz-range-track{height:6px;border-radius:999px;background:var(--ht-border)}.minutes-filter__slider::-moz-range-progress{height:6px;border-radius:999px;background:linear-gradient(to right,var(--ht-gold),var(--ht-orange))}.minutes-filter__value{font-size:.9rem;font-weight:600;color:var(--ht-text);min-width:5.5ch}.lineup-slot-cell{display:flex;flex-direction:column;align-items:center;gap:.2rem;line-height:1.3;overflow:hidden;padding:.15rem 0}.lineup-slot-cell__primary{display:flex;align-items:center;gap:.3rem;max-width:100%}.lineup-slot-cell .player-name-link{font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lineup-slot-cell__secondary{display:flex;align-items:center;justify-content:center;gap:.3rem;flex-wrap:wrap}.lineup-slot-cell__tier{font-size:.7rem;color:var(--ht-text-secondary);white-space:nowrap}.lineup-combo-slots{display:flex;flex-wrap:wrap;gap:.4rem 1rem;margin-bottom:.4rem}.lineup-combo-slot{display:inline-flex;flex-direction:column;gap:.25rem;padding:.4rem .65rem;border-radius:8px;background:color-mix(in srgb,var(--pill-color, var(--ht-border)) 18%,var(--ht-surface));border:1px solid color-mix(in srgb,var(--pill-color, var(--ht-border)) 45%,var(--ht-border))}.lineup-combo-slot-archetype{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--ht-text)}.lineup-combo-slot .swatch{width:10px;height:10px;border-radius:50%;flex-shrink:0}.lineup-combo-names{color:var(--ht-text-secondary);font-size:.8rem;margin-top:.4rem}.lineup-player-name{background:none;border:none;color:var(--ht-orange);cursor:pointer;font-size:.8rem;padding:0;text-decoration:none;transition:color .2s ease}.lineup-player-name:hover{color:color-mix(in srgb,var(--ht-orange) 80%,var(--ht-text))}.app-header{display:flex;align-items:center;gap:12px;padding:1rem;border-bottom:1px solid var(--ht-border);position:sticky;top:0;z-index:2000;background:var(--ht-bg)}.app-logo-icon{width:48px;height:48px;flex-shrink:0}.app-logo-text{display:flex;flex-direction:column}.app-logo-wordmark{margin:0;font-size:1.75rem;font-weight:900;background:var(--ht-gradient-brand);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.app-tagline{margin:2px 0 0;font-size:.7rem;letter-spacing:2px;text-transform:uppercase;color:var(--ht-text-secondary)}@media (max-width: 480px){.app-header{gap:6px;padding:.6rem}.app-logo-icon{width:36px;height:36px}.app-logo-wordmark{font-size:1.25rem}.app-tagline{display:none}}.app-footer{margin-top:3rem;padding:1.25rem 1rem;border-top:1px solid var(--ht-border);text-align:center;color:var(--ht-text-tertiary);font-size:.75rem;margin-top:auto}.app-footer p{margin:.2rem 0}.app-footer a{color:var(--ht-text-tertiary);text-decoration:underline}.app-footer a:hover{color:var(--ht-orange)}.fade-in{animation:fadeIn .4s ease-out forwards}.route-transition:has(.full-data){flex:1;display:flex;flex-direction:column;min-height:0}.fade-in-delayed{animation:fadeIn .4s ease-out forwards;opacity:0}.fade-in-list>li,.fade-in-list>div,.fade-in-list>article{animation:fadeIn .4s ease-out forwards;opacity:0}.fade-in-list>li:nth-child(1),.fade-in-list>div:nth-child(1),.fade-in-list>article:nth-child(1){animation-delay:0ms}.fade-in-list>li:nth-child(2),.fade-in-list>div:nth-child(2),.fade-in-list>article:nth-child(2){animation-delay:60ms}.fade-in-list>li:nth-child(3),.fade-in-list>div:nth-child(3),.fade-in-list>article:nth-child(3){animation-delay:.12s}.fade-in-list>li:nth-child(4),.fade-in-list>div:nth-child(4),.fade-in-list>article:nth-child(4){animation-delay:.18s}.fade-in-list>li:nth-child(5),.fade-in-list>div:nth-child(5),.fade-in-list>article:nth-child(5){animation-delay:.24s}.fade-in-list>li:nth-child(6),.fade-in-list>div:nth-child(6),.fade-in-list>article:nth-child(6){animation-delay:.3s}.fade-in-list>li:nth-child(7),.fade-in-list>div:nth-child(7),.fade-in-list>article:nth-child(7){animation-delay:.36s}.fade-in-list>li:nth-child(8),.fade-in-list>div:nth-child(8),.fade-in-list>article:nth-child(8){animation-delay:.42s}.fade-in-list>li:nth-child(n+9),.fade-in-list>div:nth-child(n+9),.fade-in-list>article:nth-child(n+9){animation-delay:.48s}
