body.market-52week-page{max-width:100%;overflow-x:hidden}.market-52week-high-low{padding:2rem 0}.market-52week-high-low .container{max-width:1200px;margin:0 auto;padding:0 1rem}.market-52week-high-low .stock-header{margin-bottom:0;padding-bottom:1rem}.market-52week-high-low .stock-header h1{font-size:var(--h1-size);margin-top:0;margin-bottom:0;padding:0;line-height:var(--heading-line-height)}.market-52week-high-low .country-switcher-section{margin:1.5rem 0;padding:1rem;background-color:var(--card-bg);border-radius:var(--radius-lg);box-shadow:0 1px 3px rgba(0,0,0,.05);overflow:visible;position:relative}.market-52week-high-low .country-switcher-text{font-size:var(--text-sm);color:var(--text-secondary);display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.market-52week-high-low .country-switcher-text strong{color:var(--color-text);font-weight:600}.market-52week-high-low .country-switcher-inline.dropdown{display:inline-flex;position:relative;margin-left:.5rem;vertical-align:middle}.market-52week-high-low .country-switcher-inline .dropdown-toggle{display:inline-flex;align-items:center;background:0 0;border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:4px 10px;font-size:.9rem;color:var(--text-primary);cursor:pointer;transition:all .3s ease}.market-52week-high-low .country-switcher-inline .dropdown-toggle:hover{background-color:rgba(0,0,0,.03);border-color:var(--color-primary)}.market-52week-high-low .country-switcher-inline .dropdown-toggle .flag-icon{margin-right:6px;font-size:1rem;line-height:1}.market-52week-high-low .country-switcher-inline .dropdown-toggle .country-name{margin-right:6px;font-weight:500}.market-52week-high-low .country-switcher-inline .dropdown-toggle .caret{margin-left:4px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid var(--text-primary);display:inline-block;transition:transform .3s ease}.market-52week-high-low .country-switcher-inline .dropdown-toggle[aria-expanded=true] .caret{transform:rotate(180deg)}.market-52week-high-low .country-switcher-inline .dropdown-menu{position:absolute;top:100%;left:0;z-index:9999;display:none;min-width:200px;max-height:300px;overflow-y:auto;padding:8px 0;margin:2px 0 0;background-color:var(--color-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:0 4px var(--radius-lg) rgba(0,0,0,.25);opacity:0;transform:translateY(-10px);transition:opacity .3s,transform .3s}.market-52week-high-low .country-switcher-inline .dropdown-menu.show,.market-52week-high-low .country-switcher-inline .dropdown-toggle[aria-expanded=true]+.dropdown-menu{display:block;opacity:1;transform:translateY(0)}.market-52week-high-low .country-switcher-inline .dropdown-item{display:flex;align-items:center;padding:8px 16px;clear:both;font-weight:400;color:var(--text-primary);text-decoration:none;white-space:nowrap;transition:background-color .2s;cursor:pointer}.market-52week-high-low .country-switcher-inline .dropdown-item:hover{background-color:rgba(0,0,0,.03);color:var(--color-primary)}.market-52week-high-low .country-switcher-inline .dropdown-item.active{background-color:rgba(0,0,0,.05);font-weight:500}.market-52week-high-low .country-switcher-inline .dropdown-item .flag-icon{margin-right:8px;font-size:1rem;line-height:1}.market-52week-high-low .stats-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem;max-width:100%;overflow:visible;position:relative;z-index:1}.market-52week-high-low .stat-card{background-color:var(--card-bg);padding:1rem;border-radius:var(--radius-lg);box-shadow:0 1px 3px rgba(0,0,0,.05);min-width:0;overflow:hidden;word-break:break-word}.market-52week-high-low .stat-label{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:.25rem}.market-52week-high-low .stat-value{font-size:2rem;font-weight:700;color:var(--color-text);line-height:1}.market-52week-high-low .stat-value.near-high{color:#16a34a}.market-52week-high-low .stat-value.near-low{color:#dc2626}.market-52week-high-low .stat-value.new-high{color:#0ea5e9}.market-52week-high-low .stat-value.new-low{color:#f59e0b}.market-52week-high-low .tab-navigation{display:flex;gap:1rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border-color);overflow-x:auto;-webkit-overflow-scrolling:touch;position:sticky;background-color:var(--color-bg,#fff);z-index:950;padding:0;top:98px;box-shadow:none;transition:box-shadow .3s ease}.market-52week-high-low .tab-button{padding:.75rem 1.5rem;background:0 0;border:none;border-bottom:3px solid transparent;color:var(--text-secondary);font-size:var(--text-md);font-weight:500;cursor:pointer;transition:all var(--transition-speed);white-space:nowrap}.market-52week-high-low .tab-button:hover{color:var(--color-primary)}.market-52week-high-low .tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.market-52week-high-low .tab-navigation.is-stuck{box-shadow:0 2px 10px rgba(0,0,0,.1)}.market-52week-high-low .card-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color)}.market-52week-high-low .card-header h2{margin:0 0 1rem 0;font-size:var(--h2-size);color:var(--color-text)}.market-52week-high-low .market-cap-filter{display:flex;gap:.5rem;flex-wrap:wrap}.market-52week-high-low .filter-button{background:var(--secondary-bg);border:1px solid transparent;color:var(--text-secondary);padding:.375rem .875rem;font-size:.813rem;font-weight:500;border-radius:.375rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;text-transform:capitalize}.market-52week-high-low .filter-button:hover{background-color:var(--hover-bg);border-color:var(--color-primary);color:var(--color-text)}.market-52week-high-low label.filter-button{cursor:pointer}.market-52week-high-low .filter-count{display:inline-block;margin-left:.25rem;font-weight:500;opacity:.75;font-size:.875em}.market-52week-high-low .filter-button:hover .filter-count{opacity:1}.market-52week-high-low input[type=radio]:checked+.filter-button .filter-count{opacity:.9;font-weight:600}.market-52week-high-low input[type=radio][name$="-filter"]{display:none}.market-52week-high-low input[type=radio]:checked+.filter-button{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary);font-weight:600}#highs-section:has(input[name=highs-filter]:checked:not([value=all])) tbody tr{display:none}#highs-section:has(#highs-large-cap:checked) tr[data-market-cap=large-cap],#highs-section:has(#highs-mega-cap:checked) tr[data-market-cap=mega-cap],#highs-section:has(#highs-micro-cap:checked) tr[data-market-cap=micro-cap],#highs-section:has(#highs-mid-cap:checked) tr[data-market-cap=mid-cap],#highs-section:has(#highs-small-cap:checked) tr[data-market-cap=small-cap]{display:table-row}#lows-section:has(input[name=lows-filter]:checked:not([value=all])) tbody tr{display:none}#lows-section:has(#lows-large-cap:checked) tr[data-market-cap=large-cap],#lows-section:has(#lows-mega-cap:checked) tr[data-market-cap=mega-cap],#lows-section:has(#lows-micro-cap:checked) tr[data-market-cap=micro-cap],#lows-section:has(#lows-mid-cap:checked) tr[data-market-cap=mid-cap],#lows-section:has(#lows-small-cap:checked) tr[data-market-cap=small-cap]{display:table-row}#new-highs-section:has(input[name=new-highs-filter]:checked:not([value=all])) tbody tr{display:none}#new-highs-section:has(#new-highs-large-cap:checked) tr[data-market-cap=large-cap],#new-highs-section:has(#new-highs-mega-cap:checked) tr[data-market-cap=mega-cap],#new-highs-section:has(#new-highs-micro-cap:checked) tr[data-market-cap=micro-cap],#new-highs-section:has(#new-highs-mid-cap:checked) tr[data-market-cap=mid-cap],#new-highs-section:has(#new-highs-small-cap:checked) tr[data-market-cap=small-cap]{display:table-row}#new-lows-section:has(input[name=new-lows-filter]:checked:not([value=all])) tbody tr{display:none}#new-lows-section:has(#new-lows-large-cap:checked) tr[data-market-cap=large-cap],#new-lows-section:has(#new-lows-mega-cap:checked) tr[data-market-cap=mega-cap],#new-lows-section:has(#new-lows-micro-cap:checked) tr[data-market-cap=micro-cap],#new-lows-section:has(#new-lows-mid-cap:checked) tr[data-market-cap=mid-cap],#new-lows-section:has(#new-lows-small-cap:checked) tr[data-market-cap=small-cap]{display:table-row}.market-52week-high-low .card{overflow:hidden}.market-52week-high-low .table-container{overflow-x:auto;margin:0;-webkit-overflow-scrolling:touch;max-width:100%;scrollbar-width:thin;scrollbar-color:var(--border-color) transparent}.market-52week-high-low .table-container::-webkit-scrollbar{height:6px}.market-52week-high-low .table-container::-webkit-scrollbar-track{background:0 0}.market-52week-high-low .table-container::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:var(--radius-lg)}.market-52week-high-low .table-container::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}.market-52week-high-low .stock-table{width:100%;border-collapse:collapse;min-width:800px}.market-52week-high-low .stock-table td,.market-52week-high-low .stock-table th{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border-color)}.market-52week-high-low .stock-table th{background-color:var(--table-header-bg);font-weight:600;font-size:var(--text-sm);color:var(--text-secondary);position:sticky;top:0;z-index:10;vertical-align:middle;white-space:nowrap;line-height:1.5}.market-52week-high-low .stock-table th.sortable{cursor:pointer;user-select:none}.market-52week-high-low .stock-table th.sortable:hover{background-color:var(--table-hover-bg)}.market-52week-high-low .stock-table tbody tr{transition:background-color var(--transition-speed)}.market-52week-high-low .stock-table tbody tr:hover{background-color:var(--table-hover-bg)}.market-52week-high-low .stock-symbol{color:var(--color-primary);text-decoration:none;font-weight:600;transition:color var(--transition-speed)}.market-52week-high-low .stock-symbol:hover{color:var(--color-secondary);text-decoration:underline}.market-52week-high-low .company-name{color:var(--text-secondary);font-size:var(--text-sm);margin-top:.125rem}.market-52week-high-low .current-price{font-weight:600}.market-52week-high-low .price-positive{color:var(--positive-color)}.market-52week-high-low .price-negative{color:var(--negative-color)}.market-52week-high-low .range-indicator-container{width:100px;height:20px;background-color:var(--border-color);border-radius:var(--radius-lg);position:relative;overflow:hidden}.market-52week-high-low .range-indicator-fill{height:100%;background-color:var(--color-primary);transition:width var(--transition-speed)}.market-52week-high-low .range-indicator-marker{position:absolute;top:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background-color:var(--color-text);box-shadow:0 0 0 2px var(--color-bg)}.market-52week-high-low .percentage-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;font-size:var(--text-xs);font-weight:500}.market-52week-high-low .percentage-badge.near-high{background-color:rgba(34,197,94,.1);color:var(--positive-color)}.market-52week-high-low .percentage-badge.near-low{background-color:rgba(239,68,68,.1);color:var(--negative-color)}.market-52week-high-low .percentage-badge.positive{background-color:rgba(34,197,94,.1);color:var(--positive-color)}.market-52week-high-low .percentage-badge.negative{background-color:rgba(239,68,68,.1);color:var(--negative-color)}.market-52week-high-low .market-cap,.market-52week-high-low .volume{font-size:var(--text-sm);color:var(--text-secondary)}.market-52week-high-low .date-text{font-size:var(--text-xs);color:var(--text-secondary)}.market-52week-high-low .sort-indicator{display:inline-block;margin-left:.25rem;opacity:.5;font-size:.75rem;vertical-align:middle;line-height:1}.market-52week-high-low th.sort-asc .sort-indicator::after{content:'▲'}.market-52week-high-low th.sort-desc .sort-indicator::after{content:'▼'}.market-52week-high-low .empty-state{text-align:center;padding:3rem;color:var(--text-secondary)}.market-52week-high-low .empty-state h3{font-size:var(--h3-size);margin-bottom:.5rem;color:var(--color-text)}.market-52week-high-low .data-disclaimer{margin-top:2rem;padding:1rem;background-color:var(--card-bg);border-radius:var(--radius-lg);text-align:center}.market-52week-high-low .data-disclaimer p{margin:0;font-size:var(--text-sm);color:var(--text-secondary)}.market-52week-high-low .loading{text-align:center;padding:2rem;color:var(--text-secondary)}.market-52week-high-low .breadcrumbs{margin-bottom:1.5rem}.market-52week-high-low .breadcrumb-list{display:flex;list-style:none;font-size:var(--text-sm);color:var(--text-secondary);padding:0;margin:0}.market-52week-high-low .breadcrumb-item{display:flex;align-items:center}.market-52week-high-low .breadcrumb-item:not(:last-child)::after{content:'/';margin:0 .5rem;color:var(--text-secondary)}.market-52week-high-low .breadcrumb-item a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-speed)}.market-52week-high-low .breadcrumb-item a:hover{color:var(--color-secondary);text-decoration:underline}.market-52week-high-low .breadcrumb-item.active{color:var(--text-secondary)}.market-52week-high-low .no-results-message{text-align:center;padding:2rem 1rem;color:var(--text-secondary);background-color:var(--secondary-bg);border-radius:var(--radius-lg);margin-top:1rem}.market-52week-high-low .no-results-message p{margin:0;font-size:var(--text-md)}[data-theme=dark] .market-52week-high-low .country-switcher-inline .dropdown-toggle:hover{background-color:rgba(255,255,255,.05)}[data-theme=dark] .market-52week-high-low .country-switcher-inline .dropdown-item:hover{background-color:rgba(255,255,255,.05)}[data-theme=dark] .market-52week-high-low .country-switcher-inline .dropdown-item.active{background-color:rgba(255,255,255,.08)}[data-theme=dark] .market-52week-high-low .country-switcher-inline .dropdown-menu{box-shadow:0 4px 16px rgba(0,0,0,.5)}[data-theme=dark] .market-52week-high-low .tab-navigation{background-color:var(--color-bg,#1a1a1a)}[data-theme=dark] .market-52week-high-low .tab-navigation.is-stuck{box-shadow:0 2px 10px rgba(0,0,0,.3)}[data-theme=dark] .market-52week-high-low .filter-button{background-color:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1);color:var(--text-secondary)}[data-theme=dark] .market-52week-high-low .filter-button:hover{background-color:rgba(255,255,255,.08);border-color:var(--color-primary);color:var(--color-text)}[data-theme=dark] .market-52week-high-low input[type=radio]:checked+.filter-button{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}[data-theme=dark] .market-52week-high-low .card,[data-theme=dark] .market-52week-high-low .country-switcher-section,[data-theme=dark] .market-52week-high-low .data-disclaimer,[data-theme=dark] .market-52week-high-low .stat-card{box-shadow:0 1px 3px rgba(0,0,0,.2)}[data-theme=dark] .market-52week-high-low .range-indicator-container{background-color:var(--border-color)}[data-theme=dark] .market-52week-high-low .range-indicator-marker{box-shadow:0 0 0 2px var(--card-bg)}@media (min-width:992px){.market-52week-high-low .card-header{display:flex;align-items:center;justify-content:space-between;gap:2rem}.market-52week-high-low .card-header h2{margin-bottom:0}}@media (max-width:768px){.market-52week-high-low .container{padding:0}.market-52week-high-low .stats-summary{grid-template-columns:repeat(2,1fr);gap:.75rem}.market-52week-high-low .tab-navigation{gap:.5rem}.market-52week-high-low .tab-button{padding:.5rem 1rem;font-size:var(--text-sm)}.market-52week-high-low .card{padding:1rem;margin-bottom:1.5rem}.market-52week-high-low .table-container{margin:0;max-width:100%}.market-52week-high-low .stock-table td,.market-52week-high-low .stock-table th{padding:.5rem;font-size:var(--text-sm)}.market-52week-high-low .range-indicator-container{width:60px;height:16px}.market-52week-high-low .country-switcher-section{padding:.75rem}.market-52week-high-low .country-switcher-text{font-size:.9rem;line-height:1.6;display:block}.market-52week-high-low .country-switcher-inline.dropdown{display:block;margin-left:0;margin-top:.75rem;width:100%}.market-52week-high-low .country-switcher-inline .dropdown-toggle{padding:10px 14px;font-size:.9rem;width:100%;display:flex;justify-content:space-between;align-items:center;background-color:var(--color-bg);border:2px solid var(--color-primary)}.market-52week-high-low .country-switcher-inline .dropdown-menu{min-width:100%;left:0;right:0;position:fixed;top:auto;bottom:auto;max-height:50vh;z-index:9999;background-color:var(--color-bg);box-shadow:0 8px 24px rgba(0,0,0,.3)}}@media (max-width:576px){.market-52week-high-low .market-cap-filter{gap:.375rem}.market-52week-high-low .filter-button{font-size:.75rem;padding:.25rem .625rem}.market-52week-high-low .filter-count{font-size:.813em;margin-left:.125rem}.market-52week-high-low .stats-summary{grid-template-columns:repeat(2,1fr)!important;gap:.75rem}.market-52week-high-low .stat-card{padding:.875rem}.market-52week-high-low .stat-value{font-size:1.5rem}}@media (max-width:480px){.market-52week-high-low .stats-summary{grid-template-columns:repeat(2,1fr)!important;gap:.5rem}.market-52week-high-low .stat-card{padding:.75rem;min-width:0}.market-52week-high-low .stat-label{font-size:.75rem;line-height:1.2;word-wrap:break-word}.market-52week-high-low .stat-value{font-size:1.25rem}.market-52week-high-low .stock-header h1{font-size:calc(var(--h1-size) * .9)}.market-52week-high-low .stock-table td:nth-child(6),.market-52week-high-low .stock-table th:nth-child(6){display:none}}@media (max-width:375px){.market-52week-high-low .stats-summary{grid-template-columns:repeat(2,1fr)!important;gap:.375rem}.market-52week-high-low .stat-card{padding:.625rem}.market-52week-high-low .stat-label{font-size:.7rem}.market-52week-high-low .stat-value{font-size:1.125rem}}@supports not selector(:has(*)){.market-52week-high-low .market-cap-filter{display:none}}
/*# sourceMappingURL=market-52week-high-low.min.css.map */