:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.4;font-weight:400;color:#e2e8f0;background-color:#020617;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;width:100%;background:#020617;color:inherit}#root{width:100%;min-height:100vh}a{color:inherit;text-decoration:none}img,svg{max-width:100%;height:auto}button{font:inherit}#root{width:100%;min-height:100vh;margin:0;padding:0;text-align:left;background-color:#020617;color:#e2e8f0;transition:background-color .3s ease,color .3s ease}@keyframes scroll{0%{transform:translate(100%)}to{transform:translate(-100%)}}:root[data-theme=dark] #root{background-color:#050914;color:#f8fafc}:root[data-theme=light] #root{background-color:#f8fafc;color:#0f172a}@tailwind base;@tailwind components;@tailwind utilities;body{@apply font-sans text-gray-900;}// keyframs and animate-scroll below added to dynamically display the RollingPanel news. Adding to App.css may not work. @keyframes scroll{0%{transform:translate(100vw)}100%{transform:translate(-100%)}}.animate-scroll{animation:scroll 20s linear infinite}.rdp-root{--rdp-accent-color: blue;--rdp-accent-background-color: #f0f0ff;--rdp-day-height: 44px;--rdp-day-width: 44px;--rdp-day_button-border-radius: 100%;--rdp-day_button-border: 2px solid transparent;--rdp-day_button-height: 42px;--rdp-day_button-width: 42px;--rdp-selected-border: 2px solid var(--rdp-accent-color);--rdp-disabled-opacity: .5;--rdp-outside-opacity: .75;--rdp-today-color: var(--rdp-accent-color);--rdp-dropdown-gap: .5rem;--rdp-months-gap: 2rem;--rdp-nav_button-disabled-opacity: .5;--rdp-nav_button-height: 2.25rem;--rdp-nav_button-width: 2.25rem;--rdp-nav-height: 2.75rem;--rdp-range_middle-background-color: var(--rdp-accent-background-color);--rdp-range_middle-color: inherit;--rdp-range_start-color: white;--rdp-range_start-background: linear-gradient( var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50% );--rdp-range_start-date-background-color: var(--rdp-accent-color);--rdp-range_end-background: linear-gradient( var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50% );--rdp-range_end-color: white;--rdp-range_end-date-background-color: var(--rdp-accent-color);--rdp-week_number-border-radius: 100%;--rdp-week_number-border: 2px solid transparent;--rdp-week_number-height: var(--rdp-day-height);--rdp-week_number-opacity: .75;--rdp-week_number-width: var(--rdp-day-width);--rdp-weeknumber-text-align: center;--rdp-weekday-opacity: .75;--rdp-weekday-padding: .5rem 0rem;--rdp-weekday-text-align: center;--rdp-gradient-direction: 90deg;--rdp-animation_duration: .3s;--rdp-animation_timing: cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction: -90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity: unset}.rdp-root{position:relative;box-sizing:border-box}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;justify-content:center;align-items:center;display:flex;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius)}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;position:relative;display:inline-flex;align-items:center;white-space:nowrap;border:0}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto Highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{border:none;background:none;padding:0;margin:0;cursor:pointer;font:inherit;color:inherit;-moz-appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;position:relative;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height)}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{display:inline-block;fill:var(--rdp-accent-color)}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform:rotate(180deg);transform-origin:50%}.rdp-dropdowns{position:relative;display:inline-flex;align-items:center;gap:var(--rdp-dropdown-gap)}.rdp-dropdown{z-index:2;opacity:0;appearance:none;position:absolute;inset-block-start:0;inset-block-end:0;inset-inline-start:0;width:100%;margin:0;padding:0;cursor:inherit;border:none;line-height:inherit}.rdp-dropdown_root{position:relative;display:inline-flex;align-items:center}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{display:flex;align-content:center;height:var(--rdp-nav-height);font-weight:700;font-size:large}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{position:absolute;inset-inline-start:0;top:0;height:var(--rdp-nav-height);display:inline-flex}.rdp-root[data-nav-layout=around] .rdp-button_next{position:absolute;inset-inline-end:0;top:0;height:var(--rdp-nav-height);display:inline-flex;justify-content:center}.rdp-months{position:relative;display:flex;flex-wrap:wrap;gap:var(--rdp-months-gap);max-width:fit-content}.rdp-month_grid{border-collapse:collapse}.rdp-nav{position:absolute;inset-block-start:0;inset-inline-end:0;display:flex;align-items:center;height:var(--rdp-nav-height)}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);font-weight:500;font-size:smaller;text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform)}.rdp-week_number{opacity:var(--rdp-week_number-opacity);font-weight:400;font-size:small;height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align)}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-weight:700;font-size:large}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled{opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.gex-header{position:relative;top:8px;left:0;right:0;z-index:30;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;white-space:nowrap;padding:0 16px 0 12px;height:32px}.gex-header-left{display:flex;align-items:center;justify-self:start}.gex-header-center{display:flex;align-items:center;justify-self:center}.gex-header-right{display:flex;align-items:center;justify-self:end}.gex-pill{display:inline-flex;align-items:center;padding:6px 12px;background-color:transparent;border:none;box-shadow:none;font-weight:500}.gex-pill--symbol{margin-right:24px;font-size:15px;font-weight:500}.gex-pill--date{margin-right:32px;font-size:15px;font-weight:500}.gex-pill--title{font-size:15px;font-weight:500}.rotation-page{--rotation-bg: rgba(15, 23, 42, .92);--rotation-subtle-bg: rgba(30, 41, 59, .72);--rotation-table-header-bg: #1e293b;--rotation-calendar-bg: rgba(15, 23, 42, .8);--rotation-calendar-border: rgba(59, 130, 246, .45);--rotation-calendar-text: #e2e8f0;--rotation-chart-control-bg: rgba(30, 41, 59, .38);--rotation-chart-control-border: rgba(203, 213, 225, .32);--rotation-border: rgba(148, 163, 184, .3);--rotation-text: #f8fafc;--rotation-muted: #94a3b8;--rotation-row: rgba(148, 163, 184, .1);box-sizing:border-box;color:var(--rotation-text);padding:8px 20px 40px;width:100%}.rotation-page[data-theme=light]{--rotation-bg: #ffffff;--rotation-subtle-bg: #f1f5f9;--rotation-table-header-bg: #f1f5f9;--rotation-calendar-bg: #ffffff;--rotation-calendar-border: rgba(59, 130, 246, .4);--rotation-calendar-text: #1e293b;--rotation-chart-control-bg: rgba(248, 250, 252, .7);--rotation-chart-control-border: rgba(100, 116, 139, .28);--rotation-border: rgba(15, 23, 42, .15);--rotation-text: #0f172a;--rotation-muted: #475569;--rotation-row: rgba(15, 23, 42, .08)}.rotation-heading,.rotation-controls,.rotation-card-title{display:flex;align-items:center;justify-content:space-between;gap:20px}.rotation-heading{justify-content:flex-start;margin:0 0 12px}.rotation-heading h1{font-size:28px;margin:2px 0 5px}.rotation-heading p{color:var(--rotation-muted);margin:0}.rotation-eyebrow{color:#38bdf8!important;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.rotation-updated{color:var(--rotation-muted);font-size:13px;white-space:nowrap}.rotation-controls{justify-content:flex-start;background:var(--rotation-bg);border:1px solid var(--rotation-border);border-radius:14px;padding:14px 16px;margin-bottom:16px}.rotation-date-control{display:flex;align-items:center;gap:10px}.rotation-header-date{flex:0 0 auto;margin-left:auto}.rotation-header-date .rotation-calendar-popover{left:auto;right:0}.rotation-control-label{font-weight:600}.rotation-calendar-anchor{min-width:190px;position:relative}.rotation-calendar-button{background:var(--rotation-calendar-bg);border:1px solid var(--rotation-calendar-border);color:var(--rotation-calendar-text);border-radius:12px;padding:10px 14px}.rotation-calendar-button{align-items:center;cursor:pointer;display:flex;font:inherit;font-size:15px;font-weight:600;justify-content:space-between;min-height:44px;width:100%}.rotation-card-title .rotation-calendar-button span{color:var(--rotation-calendar-text);font-size:inherit}.rotation-calendar-button:disabled{cursor:not-allowed;opacity:.55}.rotation-calendar-popover{left:0;position:absolute;top:calc(100% + 8px);z-index:30}.rotation-toggle{display:flex;gap:6px}.rotation-toggle button{background:var(--rotation-subtle-bg);border:1px solid var(--rotation-border);border-radius:9px;color:var(--rotation-text);cursor:pointer;font-weight:600;padding:8px 12px}.rotation-toggle button.active{background:#2563eb;border-color:#3b82f6;color:#fff}.rotation-card{background:var(--rotation-bg);border:1px solid var(--rotation-border);border-radius:16px;overflow:hidden}.rotation-card-title{padding:16px 18px;border-bottom:1px solid var(--rotation-border)}.rotation-card-title h2{font-size:18px;margin:0 0 3px}.rotation-card-title span{color:var(--rotation-muted);font-size:13px}.rotation-ranking-card-title{display:grid;grid-template-columns:1fr auto 1fr}.rotation-ranking-title{grid-column:2;margin:0!important;text-align:center}.rotation-symbol-area{grid-column:1;min-width:0}.rotation-title-line{align-items:center;display:flex;flex-wrap:wrap;gap:14px}.rotation-card-actions{align-items:center;display:flex;gap:12px}.rotation-name-back{background:transparent;border:0;color:#60a5fa;cursor:pointer;font:inherit;font-weight:700;padding:0}.rotation-symbol-search{align-items:center;display:flex;gap:7px}.rotation-symbol-loading{color:var(--rotation-muted);font-size:11px}.rotation-symbol-message{color:#60a5fa!important;display:block;margin-bottom:2px}.rotation-symbol-message.error{color:#f87171!important}.rotation-sector-link{align-items:center;background:transparent;border:0;color:var(--rotation-text);cursor:pointer;display:inline-flex;font:inherit;font-weight:700;gap:0;padding:0}.rotation-sector-link:disabled{color:var(--rotation-muted);cursor:not-allowed}.rotation-sector-link.active{color:#60a5fa}.rotation-plot-button{align-items:center;background:var(--rotation-subtle-bg);border:1px solid var(--rotation-border);border-radius:7px;color:var(--rotation-text);cursor:pointer;display:inline-flex;font-size:11px;font-weight:700;justify-content:center;min-width:38px;padding:5px 8px}.rotation-plot-button.active{background:#3b82f62e;border-color:#60a5fa;color:#60a5fa}.rotation-plot-button svg{fill:none;height:17px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;width:17px}.rotation-industry-link{background:transparent;border:0;color:var(--rotation-text);cursor:pointer;font:inherit;font-weight:700;padding:0}.rotation-industry-link.active{color:#60a5fa;text-decoration:underline;text-underline-offset:3px}.rotation-industry-count{background:transparent;color:inherit;font-size:10px;font-weight:700;line-height:1;padding:0}.rotation-table-wrap{max-height:470px;overflow:auto}.rotation-ranking-table-wrap{height:470px}.rotation-table-wrap table{border-collapse:collapse;min-width:1220px;width:100%;font-size:13px}.rotation-table-wrap th{position:sticky;top:0;z-index:2;background:var(--rotation-table-header-bg);color:var(--rotation-muted);font-size:13px;font-weight:750;letter-spacing:.03em;padding:12px;text-align:right;white-space:nowrap}.rotation-table-wrap th:first-child,.rotation-table-wrap td:first-child,.rotation-table-wrap .rotation-state-column{text-align:left}.rotation-table-wrap td{border-bottom:1px solid var(--rotation-row);padding:10px 12px;text-align:right;white-space:nowrap}.rotation-table-wrap tbody tr:hover{background:var(--rotation-row)}.rotation-table-wrap td:first-child{font-weight:700}.rotation-ranking-table-wrap th,.rotation-ranking-table-wrap td,.rotation-ranking-table-wrap .rotation-state-column{text-align:center}.rotation-ranking-table-wrap .rotation-sort-button{justify-content:center;width:100%}.rotation-ranking-table-wrap .rotation-two-line-label{align-items:center}.rotation-sort-button{align-items:center;background:transparent;border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;font-weight:inherit;gap:5px;letter-spacing:inherit;padding:0}.rotation-sort-indicator{color:#60a5fa;font-size:12px;line-height:1;min-width:12px}.rotation-two-line-label{align-items:flex-end;display:inline-flex;flex-direction:column;line-height:1.1}.rotation-state{border-radius:999px;display:inline-block;font-size:11px;font-weight:700;padding:4px 8px}.rotation-state.positive{background:#10b98129;color:#34d399}.rotation-state.improving{background:#3b82f629;color:#60a5fa}.rotation-state.negative{background:#ef444429;color:#f87171}.rotation-state.neutral{background:#f59e0b29;color:#fbbf24}.rotation-message{color:var(--rotation-muted);padding:36px 18px;text-align:center}.rotation-message.error{color:#f87171}.rotation-stock-card{margin-top:18px}.rotation-history-card{margin-top:18px;padding:18px}.sector-flow-history-heading{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.sector-flow-history-heading h2{font-size:20px;margin:0}.sector-flow-history-heading span{color:var(--rotation-muted);font-size:12px}.sector-flow-history-title-line{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px}.sector-flow-history-title-line>span{font-size:14px;font-weight:700}.sector-flow-subplot{border-top:1px solid var(--rotation-border);padding-top:12px}.sector-flow-subplot-header{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;min-height:28px}.sector-flow-subplot h3{color:var(--rotation-text);font-size:14px;grid-column:2;margin:0;text-align:center}.sector-flow-zoom-controls{align-items:center;display:flex;gap:6px}.sector-flow-zoom-controls button{background:var(--rotation-chart-control-bg);border:1px solid var(--rotation-chart-control-border);border-radius:7px;color:var(--rotation-text);cursor:pointer;font-size:15px;font-weight:700;min-height:30px;min-width:56px;padding:3px 10px}.sector-flow-series-controls{display:flex;flex-wrap:wrap;gap:7px;grid-column:1;grid-row:1;justify-content:flex-start;margin-left:8px}.sector-flow-series-controls button{align-items:center;background:transparent;border:0;color:var(--rotation-muted);cursor:pointer;display:inline-flex;font-size:12px;gap:5px;opacity:.48;padding:2px 0;text-decoration:line-through}.sector-flow-series-controls button.active{color:var(--rotation-text);opacity:1;text-decoration:none}.sector-flow-series-controls button span{border-radius:2px;display:inline-block;height:3px;width:18px}.sector-flow-mode-controls{display:flex;gap:10px;grid-column:3;grid-row:1;justify-content:flex-end;margin-right:8px}.sector-flow-mode-controls label{align-items:center;color:var(--rotation-text);cursor:pointer;display:inline-flex;font-size:11px;font-weight:700;gap:4px}.sector-flow-mode-controls input{accent-color:#3b82f6;cursor:pointer;margin:0}.sector-flow-lwc-panel{height:190px;min-width:0;touch-action:pan-y pinch-zoom;width:100%}.rotation-stock-table-wrap table{min-width:1120px}.rotation-stock-table-wrap th:nth-child(2),.rotation-stock-table-wrap td:nth-child(2),.rotation-stock-table-wrap th:nth-child(3),.rotation-stock-table-wrap td:nth-child(3){text-align:left}.rotation-stock-table-wrap td:nth-child(2){color:#60a5fa;font-weight:800}.rotation-stock-table-wrap td:nth-child(3){max-width:340px;overflow:hidden;text-overflow:ellipsis}.rotation-stock-table-wrap th:first-child,.rotation-stock-table-wrap td:first-child{text-align:right}@media (max-width: 700px){.rotation-page{padding-left:12px;padding-right:12px}.rotation-heading{align-items:flex-start;flex-direction:column}.rotation-controls{align-items:stretch;flex-direction:column}.rotation-date-control{justify-content:space-between}.rotation-toggle button{flex:1}.rotation-card-title{align-items:flex-start;flex-direction:column}.rotation-ranking-card-title{align-items:center;display:grid;gap:8px;grid-template-columns:minmax(90px,1fr) auto minmax(150px,1fr)}.rotation-symbol-area{grid-column:1;grid-row:1;min-width:0;width:auto}.rotation-ranking-title{grid-column:2;grid-row:1;text-align:center;white-space:nowrap}.rotation-header-date{grid-column:3;grid-row:1;justify-self:end;margin-left:0;width:auto}.rotation-header-date .rotation-calendar-anchor{flex:0 0 160px;min-width:160px;width:160px}.rotation-card-actions{justify-content:space-between;width:100%}.rotation-table-wrap table{min-width:980px}.rotation-stock-table-wrap table{min-width:760px}.rotation-table-wrap th,.rotation-table-wrap td{padding-left:7px;padding-right:7px}.rotation-sort-button{gap:3px}.sector-flow-history-heading{align-items:center;flex-direction:row;overflow-x:auto}.sector-flow-history-title-line{flex-wrap:nowrap;white-space:nowrap}.sector-flow-zoom-controls{flex:0 0 auto;flex-wrap:nowrap}.sector-flow-subplot-header{display:grid}.sector-flow-series-controls{flex-wrap:nowrap;justify-content:flex-start;margin-left:4px;width:auto}.sector-flow-mode-controls{justify-content:flex-end;margin-right:4px;width:auto}}@media (max-width: 480px){.rotation-ranking-card-title{grid-template-columns:1fr auto}.rotation-symbol-area{grid-column:1}.rotation-header-date{grid-column:2}.rotation-ranking-title{grid-column:1 / -1;grid-row:2}.rotation-header-date .rotation-calendar-anchor{flex-basis:145px;min-width:145px;width:145px}}
