:root{--primary-color:#6062ff;--primary-color-hover:#5254fd;--secondary-color:#0fc692;--secondary-color-hover:#0db583;--green-color:#0fc692;--yellow-color:gold;--orange-color:#ff8c00;--red-color:#f23645;--neutral-color-light:#6b7280;--neutral-color-dark:#9ca3af;--golden-color:orange;--gray:#64748b;--gray-light:#e5e7eb;--gray-bg:#fff;--Subtle-bul:#f6fafd;--scanner-card-bg:#374151;--testimonials-card-bg:#252525;--light-mode-background-color:#fff;--light-mode-background-color-secondary:#f7fafc;--light-mode-background-color-hover:#f7fafc;--light-mode-table-head-background-color:#f3f5fb;--light-mode-primary-text-color:#242424;--light-mode-secondary-text-color:#5a5a5a;--light-mode-border-color:#d9d9e0;--dark-mode-background-color:#000;--dark-mode-background-color-secondary:#242424;--dark-mode-background-color-hover:#1a1a1a;--dark-mode-table-head-background-color:#1e1e1e;--dark-mode-primary-text-color:#eee;--dark-mode-secondary-text-color:#f2f2f2;--dark-mode-border-color:#363636;--table-row-content-position:flex-start;--font-size-h1:48px;--font-size-h2:40px;--font-size-h3:33px;--font-size-h4:28px;--font-size-h5:24px;--font-size-h6:19px;--font-size-body:16px;--font-size-caption:13px;--font-size-small:11px;--font-size-hero-lg:2.75rem;--font-size-section-title:1.8rem;--font-size-hero:2.2rem;--font-size-xl:1.5rem;--font-size-lg:1.1rem;--font-size-sm:0.95rem;--glow-blue:0 0 32px 4px #3b82f626;--glow-green:0 0 32px 4px #10c37d26;--shadow:0 2px 16px 0 #101e360f;--font-family:"Jost",sans-serif;--font-family-2:Impact,Charcoal,sans-serif}*{font-family:var(--font-family)}body{background-color:var(--light-mode-background-color);color:var(--light-mode-primary-text-color)}[data-theme=dark] body{background-color:var(--dark-mode-background-color);color:var(--dark-mode-primary-text-color)}.centered-content{flex-direction:column;height:100vh;text-align:center}.center-vertically,.centered-content{align-items:center;display:flex;justify-content:center}.centered{padding:auto;text-align:center}label{margin-right:20px;margin-top:20px}.blog-card:hover{background-color:var(--light-mode-background-color-hover)}[data-theme=dark] .blog-card:hover{background-color:#ffffff1a}.curvy-input{border:1px solid var(--light-mode-border-color);border-radius:8px;padding:4px}.table-container{padding:0}.table{border:1px solid var(--light-mode-border-color);border-radius:2rem;margin:0!important}[data-theme=dark] .table{border:1px solid var(--dark-mode-border-color)}table .table-head{background-color:var(--light-mode-table-head-background-color);border:none!important;color:var(--primary-color);font-weight:700;padding:8px;position:-webkit-sticky;position:sticky;top:0;z-index:2}table thead tr th:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:3}table tbody tr td:first-child{left:0;position:-webkit-sticky;position:sticky;z-index:2}table .table-body{border:none!important}[data-theme=dark] table .table-head{background-color:var(--dark-mode-table-head-background-color)}[data-theme=dark] table .table-body{color:var(--dark-mode-primary-text-color)}.table-striped{--bs-table-striped-bg:var(--light-mode-background-color-hover);--bs-table-bg:var(--light-mode-background-color)}[data-theme=dark] .table-striped{--bs-table-striped-bg:var(--dark-mode-background-color-hover);--bs-table-bg:var(--dark-mode-background-color)}.hidden-column{display:none}.table-link-button{background:none;border:none;color:var(--primary-color);margin:0;padding:0;text-align:left}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{border-radius:2rem}::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--light-mode-border-color)}::-webkit-scrollbar-track{background:var(--light-mode-background-color)}[data-theme=dark]{::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:hover{background-color:var(--dark-mode-border-color)}::-webkit-scrollbar-track{background:var(--dark-mode-background-color)}}.apexcharts-xaxis-label:hover{cursor:pointer;font-weight:700}.primary-button{align-items:center;background-color:var(--secondary-color);border:none;border-radius:2rem;color:var(--dark-mode-primary-text-color);cursor:pointer;display:inline-flex;font-size:1em;font-weight:600;height:40px;justify-content:center;padding:0;text-decoration:none;transition:all .3s ease;width:150px}.primary-button:hover{background-color:var(--secondary-color-hover);transform:translateY(-2px)}.primary-button:disabled{cursor:not-allowed}.secondary-button{align-items:center;background:var(--light-mode-background-color);border-color:var(--light-mode-border-color);border-radius:2rem;border-style:solid;color:var(--primary-color);cursor:pointer;display:inline-flex;font-size:1em;font-weight:600;height:40px;justify-content:center;padding:0 20px;text-decoration:none;transition:all .3s ease;width:150px}.secondary-button:hover{transform:translateY(-2px)}.page-title{background:var(--primary-color);-webkit-background-clip:text;background-clip:text;color:#0000;font-size:var(--font-size-h3);font-weight:700;margin:0;text-align:center}.page-description{align-items:center;color:var(--light-mode-secondary-text-color);display:flex;font-size:var(--font-size-caption);justify-content:center;margin:0;padding:0 4px}[data-theme=dark] .page-description{color:var(--dark-mode-secondary-text-color)}.help-button{background:none;border:none;color:var(--secondary-color);cursor:pointer;padding:0 0 0 5px}.social-media-help-button{height:1.3rem;margin:0 2px 3px 5px;width:1.3rem}.activeButtonStyles{background:var(--secondary-color);border-color:var(--light-mode-border-color);color:var(--dark-mode-primary-text-color)}[data-theme=dark] .activeButtonStyles{background:var(--primary-color);border-color:var(--dark-mode-border-color)}.inactiveButtonStyles{background:#0000;border-color:var(--light-mode-border-color);color:var(--primary-color)}[data-theme=dark] .inactiveButtonStyles{border-color:var(--dark-mode-border-color)}.activeIconStyles{color:var(--dark-mode-primary-text-color)}.inactiveIconStyles{color:var(--secondary-color)}.list-item{background-color:var(--light-mode-background-color);cursor:default;padding:5px 15px;position:relative;text-align:start}.list-item:hover{background-color:var(--light-mode-background-color-hover)}[data-theme=dark] .list-item{background-color:var(--dark-mode-background-color)}[data-theme=dark] .list-item:hover{background-color:var(--dark-mode-background-color-hover)}.sublist{background-color:var(--light-mode-background-color);border:1px solid var(--light-mode-border-color);border-radius:.5rem;box-shadow:0 0 5px #0003;display:none;left:100%;list-style:none;margin-left:1px;padding:10px 0;position:absolute;top:0;white-space:nowrap}[data-theme=dark] .sublist{background-color:var(--dark-mode-background-color);border-color:var(--dark-mode-border-color);box-shadow:0 0 10px #00000080}.list-item:hover>.sublist{display:flex;flex-direction:column}.concall-pdf-button{background:none;border:none;color:var(--golden-color);cursor:pointer;margin:0 0 0 10px;padding:0}.page-link,.page-link:active,.page-link:hover,.page-link:visited{color:var(--primary-color)!important;display:inline;text-decoration:none;transition:opacity .2s ease}.page-link:hover{opacity:.8}.icon-button{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:25px;justify-content:center;transition:opacity .2s;width:25px}.icon-button:hover{opacity:.8}.buy-icon{background-color:var(--secondary-color)}.buy-icon,.sell-icon{color:var(--dark-mode-primary-text-color)}.sell-icon{background-color:var(--red-color)}.social-icon{height:24px;object-fit:contain;width:24px}.referral-section-compact{align-items:center;background-color:#fff;border-radius:1rem;box-shadow:0 1px 4px #00000008;display:flex;flex-direction:column;justify-content:center;margin:0 30px 15px;padding:8px 10px;width:98%}[data-theme=dark] .referral-section-compact{background-color:#242424;box-shadow:0 1px 4px #0000001a}.referral-content-compact{display:flex;justify-content:center;width:100%}.referral-link-wrapper-compact{align-items:center;background:#f9f9f9;border:1px solid #eee;border-radius:.4rem;display:flex;justify-content:space-between;max-width:430px;padding:8px}[data-theme=dark] .referral-link-wrapper-compact{background:#333;border-color:#444}.referral-link-compact{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:var(--secondary-color);display:-webkit-box;flex:1 1;font-size:.8em;font-weight:500;max-height:3.2em;overflow:hidden;padding-right:5px;text-overflow:ellipsis;white-space:normal;word-break:break-all}[data-theme=dark] .referral-link-compact{color:var(--primary-color)}.referral-actions-compact{align-items:center;display:flex;flex-shrink:0;gap:5px;margin-left:5px;width:auto}.referral-action-button-compact{align-items:center;background:#0000;border:none;border-radius:50%;color:#555;cursor:pointer;display:flex;height:20px;justify-content:center;padding:3px;position:relative;transition:all .2s ease;width:20px}.referral-action-button-compact:hover{background-color:#0fc6921a;color:#0fc692}.referral-action-button-compact.copied{color:#0fc692}[data-theme=dark] .referral-action-button-compact{color:#ddd}[data-theme=dark] .referral-action-button-compact:hover{background-color:#0fc6924d}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin:0;max-height:40px;padding:8px;width:100%}.btn-primary{background:var(--secondary-color);color:#fff}[data-theme=dark] .btn-primary{background:var(--primary-color);color:#fff}.btn-primary:disabled,.btn-primary:hover{background:var(--secondary-color-hover);color:#fff}[data-theme=dark] .btn-primary:disabled,[data-theme=dark] .btn-primary:hover{background:var(--primary-color-hover)}.btn-secondary{background:#0000;border:2px solid var(--secondary-color);color:var(--secondary-color)}[data-theme=dark] .btn-secondary{background:#0000;border:2px solid var(--primary-color);color:var(--primary-color)}.btn-secondary:disabled,.btn-secondary:hover{background:var(--secondary-color-hover);border:none;color:#fff}[data-theme=dark] .btn-secondary:disabled,[data-theme=dark] .btn-secondary:hover{background:var(--primary-color-hover);border:none}.top-toggle-btn{background-color:initial;border:none;border-radius:6px;color:var(--secondary-color);cursor:pointer;font-size:1.5rem;font-size:16px;padding:5px 1rem;width:-webkit-fit-content;width:fit-content}.active,[data-theme=dark] .top-toggle-btn{color:#fff}.active{background-color:var(--secondary-color)}[data-theme=dark] .active{background-color:var(--primary-color)}.non-active{background-color:#f3f4f6}[data-theme=dark] .non-active{background-color:#292929}.top-controls-section-horizontal-bar-single-row-on-small-screens{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:8px 0 0}.top-controls-section-horizontal-bar-divide-in-two-rows-on-small-screens{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:8px 0;width:100%}.is-sticky-top-button-container{position:-webkit-sticky;position:sticky;top:8px;z-index:10}.top-controls-horizontal-bar{align-items:center;display:flex;flex-direction:column;justify-content:space-between}.top-icon-button-container{align-items:center;background-color:var(--light-mode-background-color);border:2px solid var(--secondary-color);border-radius:8px;display:flex;font-weight:600;gap:8px;justify-content:center;padding:4px;width:-webkit-fit-content;width:fit-content}[data-theme=dark] .top-icon-button-container{background-color:var(--dark-mode-background-color);border-color:var(--primary-color)}.icon_button{background-color:initial;border:none;cursor:pointer;margin:0;padding:0}.icon_button img{height:28px;width:28px}.export-symbol-or-add-to-watchlist-menu.dark-mode{--menu-bg:#1a1a1a;--menu-border:#404040;--menu-item-hover:#6062ff;--menu-text:#fff;--menu-text-secondary:#b0b0b0}.export-symbol-or-add-to-watchlist-menu:not(.dark-mode){--menu-bg:#fff;--menu-border:#e1e5e9;--menu-item-hover:#0fc692;--menu-text:#1a1a1a;--menu-text-secondary:#666}.export-symbol-or-add-to-watchlist-menu{animation:menuFadeIn .2s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;background:var(--menu-bg,#fff);border:1px solid #e1e5e9;border:1px solid var(--menu-border,#e1e5e9);border-radius:8px;box-shadow:0 8px 32px #0000001f;left:8px;list-style:none;margin:0;max-width:calc(100vw - 16px);padding:4px;position:fixed;right:8px;width:auto;z-index:1000}.export-symbol-or-add-to-watchlist-menu-item{align-items:center;border-radius:6px;color:var(--menu-text);cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:start;min-height:44px;padding:4px;position:relative;transition:all .15s ease}.export-symbol-or-add-to-watchlist-menu-item:hover{background-color:var(--menu-item-hover);color:#fff}.export-symbol-or-add-to-watchlist-menu-info-button{align-items:center;background:none;border:none;border-radius:4px;color:var(--menu-text-secondary);cursor:pointer;display:flex;justify-content:center;margin-left:8px;min-height:32px;min-width:32px;padding:4px;transition:all .15s ease}.export-symbol-or-add-to-watchlist-menu-info-button:hover{background-color:var(--menu-item-hover);color:#fff}.export-symbol-or-add-to-watchlist-menu-sublist{background:var(--menu-bg);border:1px solid var(--menu-border);border-radius:8px;box-shadow:0 8px 32px #0000001f;left:0;list-style:none;margin:0;max-height:60vh;opacity:0;padding:4px;position:absolute;top:100%;transform:translateY(8px);transition:all .2s ease;visibility:hidden;z-index:1001}.export-symbol-or-add-to-watchlist-menu-item:hover>.export-symbol-or-add-to-watchlist-menu-sublist{opacity:1;transform:translateY(0);visibility:visible}.export-symbol-or-add-to-watchlist-menu-sublist>.export-symbol-or-add-to-watchlist-menu-item.has-submenu:hover>.export-symbol-or-add-to-watchlist-menu-sublist{opacity:1;transform:translateX(0) translateY(0);visibility:visible}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item{min-height:40px;padding:8px 10px}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item:hover{background-color:var(--menu-item-hover);color:#fff}.export-symbol-or-add-to-watchlist-menu-batch-submenu{max-height:240px;overflow-y:auto;scrollbar-color:var(--menu-text-secondary) #0000;scrollbar-width:thin}.export-symbol-or-add-to-watchlist-menu-batch-submenu::-webkit-scrollbar{width:6px}.export-symbol-or-add-to-watchlist-menu-batch-submenu::-webkit-scrollbar-track{background:#0000}.export-symbol-or-add-to-watchlist-menu-batch-submenu::-webkit-scrollbar-thumb{background-color:var(--menu-text-secondary);border-radius:3px}.export-symbol-or-add-to-watchlist-menu-batch-submenu::-webkit-scrollbar-thumb:hover{background-color:var(--menu-text)}.export-symbol-or-add-to-watchlist-menu-item+.export-symbol-or-add-to-watchlist-menu-item:before{background-color:var(--menu-border);content:"";height:1px;left:8px;position:absolute;right:8px;top:0}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item+.export-symbol-or-add-to-watchlist-menu-item:before{display:none}.export-symbol-or-add-to-watchlist-menu-item.has-submenu:after{color:var(--menu-text-secondary);content:"▼";font-size:10px;margin-left:auto;transition:transform .15s ease}.export-symbol-or-add-to-watchlist-menu-item.has-submenu:hover:after{transform:rotate(180deg)}.left-side-controls-container{gap:2px}.left-side-controls-container,.right-side-controls-container{align-items:center;display:flex;justify-content:center;margin:0}.right-side-controls-container{gap:8px;right:0}.toggle_btn{border:2px solid var(--secondary-color);border-radius:8px;height:-webkit-fit-content;height:fit-content;padding:0;width:-webkit-fit-content;width:fit-content}[data-theme=dark] .toggle_btn{border-color:var(--primary-color)}.toggle_btn button{border:#0000;cursor:pointer;font-size:12px;padding:9px 4px;width:-webkit-fit-content;width:fit-content}.toggle-icon{display:none!important}.search-bar{border-radius:8px;width:138px}.search-bar .MuiOutlinedInput-input{height:-webkit-fit-content;height:fit-content;padding:8px 6px}.search-icon{color:#b7bec7;font-size:14px!important}.chart-icon{display:none!important}.table-total-number-of-rows{font-size:16px;padding-bottom:8px}.table-pagination,.table-total-number-of-rows{align-items:center;color:#6b7280;display:flex;font-family:Inter,Helvetica,sans-serif;justify-content:center}.table-pagination{background:#fff;border-radius:6px;font-size:14px;gap:4px;min-height:-webkit-fit-content;min-height:fit-content;padding:4px 16px}[data-theme=dark] .table-pagination{background-color:initial;color:#a5a5a5}.table-pagination-arrow{border:1px solid var(--secondary-color);border-radius:4px;cursor:pointer;font-size:16px;padding:2px 10px;transition:color .2s ease;-webkit-user-select:none;user-select:none}[data-theme=dark] .table-pagination-arrow{border-color:var(--primary-color)}.table-pagination-current-page{background-color:var(--secondary-color);border-radius:5px;color:#fff;margin:0 5px;padding:4px 8px}[data-theme=dark] .table-pagination-current-page{background-color:var(--primary-color)}.table-bottom-legend{font-family:Inter,Helvetica,sans-serif;font-size:9px;line-height:1.1;padding:8px 0 0;text-align:center}.table-bottom-legend-star-red{color:red;font-size:9px}.table-bottom-legend-star-purple{color:violet;font-size:9px;margin-left:2px}.table-bottom-legend-hash-red{color:red;margin-left:2px}.table-bottom-legend-emoji,.table-bottom-legend-hash-green{color:#00a000;margin-left:2px}.table-pagination-arrow.disabled{background:none;color:#d1d5db;cursor:not-allowed}.icon_button span{color:var(--secondary-color);display:none;margin-left:4px}[data-theme=dark] .icon_button span{color:var(--primary-color)}.listing-date-range-container--IPO{align-items:center;display:flex;gap:2px}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root{border:2px solid #d9d9e0;border-radius:8px;box-shadow:none;height:40px;padding:0 4px;width:72px}[data-theme=dark] .listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root{border:2px solid #404040}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline{border-color:#d9d9e0}[data-theme=dark] .listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root:hover .MuiPickersOutlinedInput-notchedOutline{border-color:#404040}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline{border-color:#d9d9e0}[data-theme=dark] .listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root.Mui-focused .MuiPickersOutlinedInput-notchedOutline{border-color:#404040}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-notchedOutline{border:none}.listing-date-range-container__date-picker--IPO .MuiPickersInputBase-input{cursor:pointer;font-size:16px;padding:8px 4px}.listing-date-range-container__date-picker--IPO .MuiInputAdornment-root{display:none}.page-top-type-selector{padding:0 4px}.page-top-type-selector,.page-top-type-selector button{align-items:center;display:flex;gap:4px;justify-content:center}.page-top-type-selector button{border-radius:8px;border-style:solid;font-size:.9em;padding:2px 8px}.page-top-type-selector button img{display:none;height:24px;margin-right:4px;width:24px}.page-top-controls-container{flex-direction:column;gap:8px;padding:8px 4px 0}.page-top-controls-container,.top-controls-select{align-items:center;display:flex;justify-content:center}.top-controls-select{gap:4px;margin:0}.top-controls-select .MuiSelect-root{border-color:var(--light-mode-border-color);border-radius:8px;height:40px;max-width:56px;padding:0}[data-theme=dark] .top-controls-select .MuiSelect-root{border-color:var(--dark-mode-border-color)}.MuiMenu-paper,.MuiPaper-root.MuiMenu-paper{max-height:250px!important}.top-controls-input{align-items:center;display:flex;gap:4px;justify-content:center;margin:0}.top-controls-input-field{border:2px solid var(--light-mode-border-color);border-radius:8px;font-size:16px;height:36px;margin:0;padding:8px;width:60px}[data-theme=dark] .top-controls-input-field{border:2px solid var(--dark-mode-border-color)}.checkbox-all.MuiCheckbox-root{color:var(--secondary-color)!important}[data-theme=dark] .checkbox-all.MuiCheckbox-root{color:var(--primary-color)!important}.checkbox-all.MuiCheckbox-root.Mui-checked,.checkbox-all.MuiCheckbox-root.MuiCheckbox-indeterminate{color:var(--secondary-color)!important}[data-theme=dark] .checkbox-all.MuiCheckbox-root.Mui-checked,[data-theme=dark] .checkbox-all.MuiCheckbox-root.MuiCheckbox-indeterminate{color:var(--primary-color)!important}.pop-up-close-btn{align-items:center;background:#0000;border:2px solid var(--secondary-color);border-radius:50%;color:var(--secondary-color);cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;padding:0;width:40px}[data-theme=dark] .pop-up-close-btn{border-color:var(--primary-color);color:var(--primary-color)}.hide-icon-small-screens svg{display:none}.MuiDialogContent-root{padding:8px 0!important}.bar-chart-header{align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;padding:0;width:100%}.bar-chart-header h5{font-size:var(--font-size-h6);font-weight:700;margin:10px 0}.bar-chart-container{align-items:center;border:1px solid #d9d9d9;border-radius:8px;box-shadow:0 0 20px -9px #e4e4e4;display:flex;flex-direction:column;padding:4px}[data-theme=dark] .bar-chart-container{border:1px solid #969696;box-shadow:0 0 20px -9px hsla(0,0%,100%,.301)}@media (min-width:340px){.left-side-controls-container{gap:8px}}@media (min-width:380px){.page-top-type-selector button img{display:inline}.listing-date-range-container--IPO{gap:4px}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root{width:96px}}@media (min-width:470px){.toggle-icon{display:inline!important}.page-top-type-selector button{font-size:1.4em}.top-controls-select .MuiSelect-root{max-width:300px}.left-side-controls-container{margin-left:16px}.right-side-controls-container{margin-right:16px}}@media (min-width:520px){.chart-icon{display:inline-flex!important}.hide-icon-small-screens svg{display:inline}}@media (min-width:768px){.bar-chart-header{flex-direction:row;gap:8px}.bar-chart-header h5{font-size:16px;margin:0}.export-symbol-or-add-to-watchlist-menu{left:auto;max-width:200px;right:auto;width:auto}.export-symbol-or-add-to-watchlist-menu-item{min-height:auto;padding:4px}.export-symbol-or-add-to-watchlist-menu-info-button{min-height:auto;min-width:auto}.export-symbol-or-add-to-watchlist-menu-sublist{bottom:auto;left:100%;max-height:none;min-width:100px;overflow:visible;position:absolute;right:auto;top:0;transform:translateX(-8px);width:-webkit-fit-content;width:fit-content}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item.has-submenu{overflow:visible}.export-symbol-or-add-to-watchlist-menu-item:hover .export-symbol-or-add-to-watchlist-menu-sublist{transform:translateX(0)}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item{min-height:auto}.export-symbol-or-add-to-watchlist-menu-item.has-submenu:after{content:"▶";margin-left:auto}.export-symbol-or-add-to-watchlist-menu-item.has-submenu:hover:after{transform:translateX(2px)}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item.has-submenu{position:relative}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item.has-submenu .export-symbol-or-add-to-watchlist-menu-batch-submenu,.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-sublist{bottom:auto;left:100%;margin-left:4px;max-width:none;min-width:100px;opacity:0;position:absolute;right:auto;top:0;transform:translateX(-8px) translateY(0);visibility:hidden;width:-webkit-fit-content;width:fit-content;z-index:1002}.export-symbol-or-add-to-watchlist-menu-sublist .export-symbol-or-add-to-watchlist-menu-item.has-submenu .export-symbol-or-add-to-watchlist-menu-batch-submenu{max-height:240px;overflow-y:scroll}.icon_button span{display:inline}.toggle_btn button{font-size:var(--font-size-body);padding:6px 16px}.page-top-type-selector{gap:16px}}@media (min-width:1024px){.bar-chart-header h5{font-size:16px}.page-top-controls-container{flex-direction:row}.table-container{padding:0 16px}table tbody tr td:first-child,table thead tr th:first-child{left:-16px}.table-pagination{justify-content:space-between}.export-symbol-or-add-to-watchlist-menu{min-width:280px;padding:4px}.export-symbol-or-add-to-watchlist-menu-item{font-size:14px;padding:4px}.export-symbol-or-add-to-watchlist-menu-sublist{min-width:220px}.top-icon-button-container{gap:16px}.search-bar{width:160px}.listing-date-range-container__date-picker--IPO .MuiPickersOutlinedInput-root{width:144px!important}.listing-date-range-container__date-picker--IPO .MuiInputAdornment-root{display:flex}.is-sticky-top-button-container{top:60px}}@media (min-width:1100px){.top-controls-horizontal-bar{align-items:center;flex-direction:row}.top-controls-section-horizontal-bar-divide-in-two-rows-on-small-screens{align-items:center;flex-direction:row;justify-content:space-between}.left-side-controls-container{justify-content:flex-start}.right-side-controls-container{justify-content:flex-end}}.auth-container{display:flex;flex-direction:column;min-height:100vh;padding:16px;position:relative}.auth-container:before{background-position:50%;background-repeat:no-repeat;background-size:cover;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.auth-container.login-mode:before,.auth-container:before{background-image:url(/static/media/LoginPageMobileBackground.4c891e5d36a6405ea5fb.webp)}.illustration-side{display:none}.image-container{position:relative;width:70%}.illustration-image{border-radius:8px;height:100%;object-fit:contain;width:100%}.form-side{background:#0000;display:flex;flex:1 1;flex-direction:column;position:relative;width:100%;z-index:2}.header{left:0;margin:10px;padding:0;position:absolute;top:0;z-index:10}.back-link{align-items:center;background:none;border:none;color:#6d6d6d;cursor:pointer;display:inline-flex;font-family:inherit;font-size:inherit;font-weight:600;padding:0;text-decoration:none;transition:color .2s ease}.back-link:hover{color:#000}.back-link:hover img{transform:translateX(-5px)}.back-link img{transition:transform .2s ease}.form-content{align-items:center;display:flex;flex:1 1;justify-content:center;overflow:hidden}.form-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:hsla(0,0%,100%,.558);border:1px solid #ffffff4d;border-radius:24px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:2rem;position:relative;transition:transform .5s cubic-bezier(.4,0,.2,1);width:100%}.form-title{text-align:center}.slide-right{animation:slideInRight .5s cubic-bezier(.4,0,.2,1)}.slide-left{animation:slideInLeft .5s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.form-header{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;margin:16px 0}.form-subtitle{color:#424242;font-size:.9rem;line-height:1.4;margin:0}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-input{background:#fffc;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:16px;height:50px;padding:0 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.form-input:focus{background:#fff;border-color:#0fc692;box-shadow:0 0 0 3px #0fc6921a;outline:none}.form-input.error{border-color:#ef4444}.error-text{color:#ef4444;font-size:.8rem;margin-bottom:.5rem;margin-top:-.5rem}.password-input-container{position:relative}.password-toggle{background:none;border:none;color:#666;cursor:pointer;font-size:18px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.checkbox-group{align-items:flex-start;align-items:center;display:flex;gap:8px;margin:16px 0}.checkbox{accent-color:#0fc692;height:16px;margin-top:2px;width:16px}.checkbox-label{margin:0!important}.checkbox-label,.terms-text{color:#6d6d6d;font-size:.8rem}.terms-text{line-height:1.4;margin-top:.5rem;text-align:center}.divider{align-items:center;display:flex;margin:1rem 0;position:relative}.divider-line{background-color:#d1d5db;flex:1 1;height:1px}.divider-text{background:#fffffff2;color:#9d9d9d;font-size:.8rem;padding:0 1rem}.google-button{align-items:center;background:#fffc;border:1px solid #0fc692;border-radius:8px;color:#6d6d6d;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;height:50px;justify-content:center;transition:background-color .2s ease;width:100%}.google-button:hover{background-color:#0fc6920d}.google-button:disabled{cursor:not-allowed}.google-icon{height:20px;width:20px}.switch-text{color:#444;font-size:.9rem;margin-top:1rem;text-align:center}.switch-button{background:none;border:none;color:#000;cursor:pointer;font-weight:700;text-decoration:none}.switch-button:hover{transform:scale(1.1)}.forgot-password{color:#6062ff;cursor:pointer;font-size:.9rem;margin-bottom:.5rem;margin-top:-.5rem;text-align:right}.forgot-password:hover{opacity:.8}.forgot-password-form{text-align:center}.forgot-password-title{color:#2c3e50;font-size:1.1rem;line-height:1.4;margin-bottom:1rem}.reset-buttons{display:flex;gap:10px;margin-top:1rem}.reset-button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-weight:500;height:45px;transition:all .2s ease}.reset-button-back{background-color:#f3f4f6;color:#374151}.reset-button-back:hover{background-color:#e5e7eb}.reset-button-send{background-color:#0fc692;color:#fff}.reset-button-send:hover{background-color:#0fc692e6}@media (min-width:768px){.auth-container{padding:40px}.form-wrapper{border-radius:32px;max-width:480px;padding:3rem}}@media (min-width:1024px){.auth-container{background:none;display:flex;flex-direction:row;padding:50px 0 0}.auth-container:before{display:none}.illustration-side{align-items:center;display:flex;flex:1 1;justify-content:center;padding:4rem}.form-side{background:#fff;flex:1 1;padding:0;position:relative}.form-content{padding:1.5rem 2rem}.form-wrapper{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:none;border-radius:0;box-shadow:none;max-width:30rem;padding:0}.form-input{background:#fff;border-color:#e7e7e7}.google-button{background:#0000}.google-button,.submit-button{border-radius:.375rem}.divider-text{background:#fff}.divider-line{background-color:#e7e7e7}}:root{--color-white:#fff;--color-black:#000;--color-dark-card:#1f2937;--color-dark-background:#252525;--color-dominate:var(--primary-color);--color-dominate-dark:#1f2937;--color-gray-light:#6b7280;--color-gray-medium:#7f7f7f;--color-gray-dark:#374151;--color-avatar-bg:#ddd;--gradient-silk-light:linear-gradient(to bottom right,#f1fef9,#96f3c9);--gradient-silk-dark:linear-gradient(to bottom right,#252525,#6b6cff59);--gradient-premium-light:linear-gradient(135deg,#10b98105,#10b98114);--gradient-premium-dark:linear-gradient(135deg,#6b6cff05,#6b6cff14);--glass-white:#ffffff40;--glass-help-light:#10b98133;--glass-help-dark:#6b6cff33;--transition:all 0.3s ease;--shadow-light:0 4px 15px #0000001a;--shadow-hover:0 8px 25px #00000026;--shadow-dark:0 4px 15px #ffffff1a;--card-width:240px;--avatar-size:25px;--checkmark-size:24px}.main-wrapper{margin:16px auto;width:90%}.responsive-container{border-radius:25px;height:-webkit-fit-content;height:fit-content;min-height:300px;position:relative;width:100%;z-index:1}.silk-background{background:linear-gradient(to bottom right,#f1fef9,#96f3c9);background:var(--gradient-silk-light);border-radius:25px;box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);height:85%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}[data-theme=dark] .silk-background{background:linear-gradient(to bottom right,#252525,#6b6cff59);background:var(--gradient-silk-dark);box-shadow:0 4px 15px #ffffff1a;box-shadow:var(--shadow-dark)}.content-wrapper{padding:30px;position:relative;z-index:2}.silk__bg{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.silk__bg canvas{display:block;height:100%!important;width:100%!important}.header{margin-bottom:30px;padding:0 15px;position:relative;text-align:center}.header h1{color:var(--light-mode-primary-text-color);font-size:var(--font-size-h4);font-weight:700;line-height:1;margin-bottom:10px}.buy-premium__timer{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:1px solid #fff3;border-radius:6px;color:#fff;display:inline-flex;flex-direction:column;gap:2px;margin-left:auto;margin-right:auto;margin-top:12px;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.buy-premium__timer-label{font-size:8px;font-weight:500;letter-spacing:.3px;opacity:.9;text-transform:uppercase}.buy-premium__timer-value{color:gold;color:var(--secondary-color,gold);font-family:Courier New,monospace;font-size:14px;font-weight:700;text-shadow:0 0 4px #ffd70080}[data-theme=dark] .buy-premium__timer-value{color:gold;color:var(--primary-color,gold)}[data-theme=dark] .buy-premium__timer{background:#000c;border:1px solid #ffffff1a}@media (min-width:480px){.buy-premium__timer{border-radius:8px;gap:3px;margin-top:16px;padding:8px 16px}.buy-premium__timer-label{font-size:10px}.buy-premium__timer-value{font-size:18px}}@media (min-width:768px){.buy-premium__timer{border-radius:10px;gap:4px;margin-top:20px;padding:10px 20px}.buy-premium__timer-label{font-size:11px}.buy-premium__timer-value{font-size:20px}}@media (min-width:1024px){.buy-premium__timer{border-radius:12px;margin-top:24px;padding:12px 24px}.buy-premium__timer-label{font-size:12px}.buy-premium__timer-value{font-size:22px}}[data-theme=dark] .header h1{color:var(--dark-mode-primary-text-color)}.dominate{color:var(--primary-color);color:var(--color-dominate)}[data-theme=dark] .dominate{color:#1f2937;color:var(--color-dominate-dark)}.subtitle{color:var(--light-mode-secondary-text-color);font-size:1.1rem;font-weight:600;position:relative}[data-theme=dark] .subtitle{color:var(--dark-mode-secondary-text-color)}@keyframes diya-flicker{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes firework-sparkle{0%,to{opacity:.6;transform:scale(1) rotate(0deg)}50%{opacity:1;transform:scale(1.2) rotate(180deg)}}.cards-container{-webkit-overflow-scrolling:touch;align-items:center;display:flex;gap:15px;justify-content:flex-start;margin-top:0;overflow-x:auto;overflow-y:visible;padding:15px 15px 35px;scroll-behavior:smooth;scroll-snap-type:x mandatory;width:100%}.cards-container::-webkit-scrollbar{height:4px}.cards-container::-webkit-scrollbar-track{border-radius:2px}.cards-container::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:2px}[data-theme=dark] .cards-container::-webkit-scrollbar-thumb{background:var(--primary-color)}.card{background:#fff;background:var(--color-white);border:2px solid #0000;border-radius:16px;box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);color:var(--light-mode-primary-text-color);cursor:not-allowed!important;flex:0 0 240px;flex:0 0 var(--card-width);min-width:240px;min-width:var(--card-width);overflow:visible;padding:20px 15px;position:relative;scroll-snap-align:center;text-align:center;transition:all .3s ease;transition:var(--transition)}[data-theme=dark] .card{background:#1f2937;background:var(--color-dark-card);box-shadow:0 4px 15px #ffffff1a;box-shadow:var(--shadow-dark);color:var(--dark-mode-primary-text-color)}.card:hover{border:2px solid var(--secondary-color-hover);box-shadow:0 8px 25px #00000026;box-shadow:var(--shadow-hover);transform:scale(1.02)}[data-theme=dark] .card:hover{border:2px solid var(--primary-color-hover)}.card:nth-child(2){border:2px solid var(--secondary-color-hover);padding:25px 15px}[data-theme=dark] .card:nth-child(2){border:2px solid var(--primary-color-hover)}.card h3{color:var(--light-mode-primary-text-color);font-size:var(--font-size-body);font-weight:600;margin-top:15px}[data-theme=dark] .card h3{color:var(--dark-mode-primary-text-color)}.card:nth-child(2) h3{font-size:var(--font-size-lg)}.price{font-size:1.3rem;font-weight:700;line-height:1.1}.card:nth-child(2) .price{font-size:1.5rem}.price span{color:var(--light-mode-primary-text-color);font-size:.8rem;font-weight:700;margin-left:5px}[data-theme=dark] .price span{color:var(--dark-mode-primary-text-color)}.original-price--buy-premium-page{color:var(--light-mode-secondary-text-color);font-size:var(--font-size-body);font-weight:600;text-decoration:line-through}[data-theme=dark] .original-price--buy-premium-page{color:#7f7f7f;color:var(--color-gray-medium)}.green-line{background-color:var(--secondary-color-hover);border:none;height:1.5px;width:100%}[data-theme=dark] .green-line{background-color:var(--primary-color-hover)}.popular-badge{background:var(--secondary-color);border-radius:15px;bottom:-10px;color:#fff;color:var(--color-white);font-size:.8em;font-weight:600;left:50%;padding:4px 12px;position:absolute;transform:translateX(-50%);z-index:10}.cards-section,.price-drop-wrapper{position:relative;width:100%}.price-drop-wrapper{align-items:flex-start;display:flex;height:120px;justify-content:center;margin-top:5px;padding:0}.price-drop-svg{height:100px;left:0;position:absolute;top:20px;width:100%}.price-drop-path{stroke:var(--primary-color);stroke-linecap:round;stroke-linejoin:round}.price-drop-dot{background:var(--primary-color);border-radius:50%;height:8px;position:absolute;width:8px}.price-drop-dot-left{left:18%;top:25px;transform:translate(-50%,-50%)}.price-drop-dot-right{left:82%;top:25px;transform:translate(-50%,-50%)}.price-drop-dot-center{left:50%;top:115px;transform:translate(-50%,-50%)}.price-drop-label{align-items:center;color:var(--light-mode-secondary-text-color);display:flex;flex-direction:column;font-size:.6rem;position:absolute;text-align:center;top:-15px;z-index:5}[data-theme=dark] .price-drop-label{color:var(--dark-mode-secondary-text-color)}.price-drop-label-left{left:5%;transform:translateX(-50%)}.price-drop-label-right{right:5%;transform:translateX(50%)}.price-drop-label-value{color:var(--light-mode-primary-text-color);font-size:.75rem;font-weight:700}[data-theme=dark] .price-drop-label-value{color:var(--dark-mode-primary-text-color)}.price-drop-arrow-wrapper{align-items:center;display:flex;flex-direction:column;left:50%;position:absolute;top:0;transform:translateX(-50%);width:45%;z-index:10}.price-drop-arrow{align-items:center;display:flex;height:100px;justify-content:center;position:relative;width:100%}.price-drop-arrow-shape{animation:arrow-bounce 1.5s ease-in-out infinite;background:linear-gradient(180deg,var(--secondary-color) 0,var(--primary-color) 100%);background:linear-gradient(180deg,var(--primary-color) 0,var(--secondary-color) 100%);-webkit-clip-path:polygon(50% 100%,15% 70%,30% 70%,30% 0,70% 0,70% 70%,85% 70%);clip-path:polygon(50% 100%,15% 70%,30% 70%,30% 0,70% 0,70% 70%,85% 70%);height:100px;width:100%}.price-drop-arrow-text{color:#fff;font-size:.65rem;font-weight:800;position:absolute;text-shadow:0 1px 2px #0000004d;top:35%;transform:translateY(-50%)}@keyframes arrow-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}@media (min-width:480px){.price-drop-wrapper{height:150px;margin-top:10px}.price-drop-svg{height:130px}.price-drop-dot{height:10px;width:10px}.price-drop-dot-left,.price-drop-dot-right{top:27px}.price-drop-dot-center{top:144px}.price-drop-label{font-size:.7rem}.price-drop-label-left{left:10%}.price-drop-label-right{right:10%}.price-drop-label-value{font-size:.9rem}.price-drop-arrow-wrapper{width:40%}.price-drop-arrow,.price-drop-arrow-shape{height:130px}.price-drop-arrow-text{font-size:.75rem}}@media (min-width:768px){.price-drop-wrapper{height:220px;margin-top:20px}.price-drop-svg{height:200px;top:25px}.price-drop-dot{height:12px;width:12px}.price-drop-dot-left,.price-drop-dot-right{top:35px}.price-drop-dot-center{top:215px}.price-drop-label{font-size:.9rem}.price-drop-label-left{left:18%}.price-drop-label-right{right:18%}.price-drop-label-value{font-size:1.15rem}.price-drop-arrow-wrapper{width:34%}.price-drop-arrow,.price-drop-arrow-shape{height:200px}.price-drop-arrow-text{font-size:.9rem}}.arrow-badge-right{left:100%}.arrow-badge-left,.arrow-badge-right{bottom:-3px;height:10px;position:absolute;transform:translateX(-50%);z-index:10}.arrow-badge-left{left:0}@media (min-width:768px){.arrow-badge-left,.arrow-badge-right{display:none}}[data-theme=dark] .popular-badge{background:var(--primary-color)}.Icon-badge{background-color:#fff;background-color:var(--color-white);border:2px solid var(--secondary-color);border-radius:50%;font-size:.7em;font-weight:600;left:50%;padding:10px;position:absolute;top:-17px;transform:translateX(-50%);white-space:nowrap;z-index:10}[data-theme=dark] .Icon-badge{background-color:#1f2937;background-color:var(--color-dark-card);border:2px solid var(--primary-color)}.card:first-child .Icon-badge,.card:nth-child(3) .Icon-badge{padding:9px}.user-avatars{align-items:center;display:flex;gap:-3px;justify-content:center;margin:15px 0 0}.avatar{background:#ddd;background:var(--color-avatar-bg);border:2px solid #fff;border-radius:50%;height:25px;height:var(--avatar-size);margin-left:-3px;width:25px;width:var(--avatar-size)}[data-theme=dark] .avatar{border:2px solid #1f2937;border:2px solid var(--color-dark-card)}.user-text{color:var(--secondary-color);cursor:pointer;font-size:.8em;font-weight:700;margin-left:5px;text-align:start}[data-theme=dark] .user-text{color:var(--primary-color)}.help-icon{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff40;background:var(--glass-white);border:1px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);color:var(--secondary-color);cursor:pointer;display:flex;font-size:14px;font-weight:600;height:24px;justify-content:center;position:absolute;right:15px;top:15px;transition:all .3s ease;transition:var(--transition);width:24px;z-index:10}.help-icon.glass-tinted:hover,.help-icon:hover{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#10b98133;background:var(--glass-help-light);border:1px solid #10b98166;box-shadow:0 8px 25px #00000026;box-shadow:var(--shadow-hover);color:var(--primary-color);transform:scale(1.1)}[data-theme=dark] .help-icon.glass-tinted:hover,[data-theme=dark] .help-icon:hover{background:#6b6cff33;background:var(--glass-help-dark);border:1px solid #6b6cff66;color:var(--secondary-color)}.help-icon.glass-tinted{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#10b98133;background:var(--glass-help-light);border:1px solid #10b98133;border:1px solid var(--glass-help-light);color:#fff}[data-theme=dark] .help-icon.glass-tinted{background:#6b6cff33;background:var(--glass-help-dark);border:1px solid #6b6cff33;border:1px solid var(--glass-help-dark)}.stats-container-wrapper{align-items:center;display:flex;justify-content:center;margin:0 auto;width:90%}.stats-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(to bottom right,#f1fef9,#96f3c9);background:var(--gradient-silk-light);border-radius:20px;box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);margin:0 auto;max-width:1200px;padding:30px 20px;width:100%}[data-theme=dark] .stats-container{background:linear-gradient(to bottom right,#252525,#6b6cff59);background:var(--gradient-silk-dark)}.stats-layout{gap:30px;justify-content:center}.stat-item,.stats-layout{align-items:center;display:flex;flex-direction:column}.stat-item{opacity:0;text-align:center;transform:translateX(-50px);transition:all .6s ease}.stat-item.animated{opacity:1;transform:translateX(0)}.stat-number{font-feature-settings:"tnum";color:var(--secondary-color);font-size:2rem;font-variant-numeric:tabular-nums;font-weight:700;line-height:1;margin-bottom:8px}[data-theme=dark] .stat-number{color:var(--primary-color)}.stat-label{color:#374151;color:var(--color-gray-dark);font-size:.9rem;font-weight:bolder;line-height:1.2}[data-theme=dark] .stat-label{color:#fff}.comparison-container{border-radius:20px;margin:40px 0 60px;overflow-x:hidden;text-align:center;width:100%}.comparison-table{background:#fff;background:var(--color-white);border-collapse:initial;border-radius:16px;border-spacing:0;box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);margin:50px auto 0;max-width:100%;overflow:hidden;position:relative;table-layout:fixed;width:100%}[data-theme=dark] .comparison-table{background:#252525;background:var(--color-dark-background);box-shadow:0 4px 15px #ffffff1a;box-shadow:var(--shadow-dark)}.table-header{background:#f8f9fa}[data-theme=dark] .table-header{background:#252525;background:var(--color-dark-background)}.table-header th{border-bottom:2px solid #e8f5e8;color:var(--light-mode-secondary-text-color);font-size:.75rem;font-weight:600;padding:.5rem .4rem;position:relative;text-align:center}[data-theme=dark] .table-header th{border-bottom:2px solid #000;border-bottom:2px solid var(--color-black);color:var(--dark-mode-secondary-text-color)}.table-header th:first-child{text-align:left;width:45%}.table-header th:nth-child(2),.table-header th:nth-child(3){width:27.5%}.table-header th.premium-column,.table-row td.premium-column{background:linear-gradient(135deg,#10b98105,#10b98114);background:var(--gradient-premium-light);border-left:2px solid var(--secondary-color);border-right:2px solid var(--secondary-color);position:relative}[data-theme=dark] .table-header th.premium-column,[data-theme=dark] .table-row td.premium-column{background:linear-gradient(135deg,#6b6cff05,#6b6cff14);background:var(--gradient-premium-dark);border-left:2px solid var(--primary-color);border-right:2px solid var(--primary-color)}.table-header th.premium-column{border-top:2px solid var(--secondary-color);border-top-left-radius:12px;border-top-right-radius:12px}[data-theme=dark] .table-header th.premium-column{border-top:2px solid var(--primary-color)}.table-row:last-child td.premium-column{border-bottom:2px solid var(--secondary-color);border-bottom-left-radius:12px;border-bottom-right-radius:12px}[data-theme=dark] .table-row:last-child td.premium-column{border-bottom:2px solid var(--primary-color)}.plan-badge{background:#fff;background:var(--color-white);border:1.5px solid;border-radius:15px;display:inline-block;font-size:.7rem;font-weight:600;padding:.3rem .6rem}[data-theme=dark] .plan-badge{background:#252525;background:var(--color-dark-background)}.plan-text-full{display:inline}.plan-text-short{display:none}.free-badge{border-color:var(--secondary-color);color:var(--secondary-color)}[data-theme=dark] .free-badge{border-color:var(--primary-color);color:var(--primary-color)}.premium-badge{background:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 4px 15px #0000001a;box-shadow:var(--shadow-light);color:#fff;color:var(--color-white)}[data-theme=dark] .premium-badge{background:var(--primary-color);border-color:var(--primary-color);box-shadow:0 4px 15px #ffffff1a;box-shadow:var(--shadow-dark);color:#fff;color:var(--color-white)}.table-row{border-bottom:1px solid #f3f4f6;transition:all .3s ease;transition:var(--transition)}.table-row:hover{background-color:#f9fafb}[data-theme=dark] .table-row:hover{background-color:#3c3c3c}.table-row:nth-child(odd){background-color:#f0fdf4}[data-theme=dark] .table-row:nth-child(odd){background-color:#323233}.table-row:nth-child(odd):hover{background-color:#ecfdf5}[data-theme=dark] .table-row:nth-child(odd):hover{background-color:#3c3c3d}.table-row:hover td.premium-column,.table-row:nth-child(odd) td.premium-column{background:linear-gradient(135deg,#10b98105,#10b98114);background:var(--gradient-premium-light)}[data-theme=dark] .table-row:hover td.premium-column,[data-theme=dark] .table-row:nth-child(odd) td.premium-column{background:linear-gradient(135deg,#6b6cff05,#6b6cff14);background:var(--gradient-premium-dark)}.table-row td{word-wrap:break-word;border:none;font-size:.75rem;overflow-wrap:break-word;padding:.6rem .4rem;vertical-align:middle}.feature-name{color:#374151;color:var(--color-gray-dark);font-size:.75rem;font-weight:500}[data-theme=dark] .feature-name{color:#fff;color:var(--color-white)}.feature-value{font-weight:600;text-align:center}.checkmark{align-items:center;background:var(--secondary-color);border-radius:50%;color:#fff;color:var(--color-white);display:inline-flex;font-size:14px;font-weight:700;height:24px;height:var(--checkmark-size);justify-content:center;width:24px;width:var(--checkmark-size)}[data-theme=dark] .checkmark{background:var(--primary-color);color:#fff;color:var(--color-white)}.text-value{color:#6b7280;color:var(--color-gray-light);font-size:.9rem}[data-theme=dark] .text-value{color:#fff;color:var(--color-white)}@media (min-width:480px){.help-icon{height:28px;width:28px}.stats-container{padding:40px 25px}.stat-number{font-size:2.5rem}.comparison-table{table-layout:fixed;width:100%}.table-header th{font-size:.8rem;padding:.6rem}.table-header th:first-child{width:45%}.table-header th:nth-child(2),.table-header th:nth-child(3){width:27.5%}.table-row td{padding:.7rem .6rem}.feature-name,.table-row td{font-size:.8rem}.plan-badge{font-size:.75rem;padding:.35rem .7rem}}@media (min-width:768px){.responsive-container,.silk-background{border-radius:40px}.header{margin-bottom:40px}.header h1{font-size:var(--font-size-h2)}.cards-container{justify-content:center;overflow:visible;padding:20px 0}.card{flex:0 0 auto;min-width:auto}.price{font-size:1.8rem}.help-icon{height:32px;width:32px}.comparison-table{table-layout:fixed;width:95%}.table-header th{font-size:.9rem;padding:.8rem 1rem}.table-header th:first-child{width:45%}.table-header th:nth-child(2),.table-header th:nth-child(3){width:27.5%}.table-header th.premium-column,.table-row td.premium-column{border-left:2.5px solid var(--secondary-color);border-right:2.5px solid var(--secondary-color)}[data-theme=dark] .table-header th.premium-column,[data-theme=dark] .table-row td.premium-column{border-left:2.5px solid var(--primary-color);border-right:2.5px solid var(--primary-color)}.table-header th.premium-column{border-top:2.5px solid var(--secondary-color)}[data-theme=dark] .table-header th.premium-column{border-top:2.5px solid var(--primary-color)}.table-row:last-child td.premium-column{border-bottom:2.5px solid var(--secondary-color)}[data-theme=dark] .table-row:last-child td.premium-column{border-bottom:2.5px solid var(--primary-color)}.table-row td{padding:.9rem 1rem}.feature-name,.plan-badge,.table-row td{font-size:.85rem}.plan-badge{border-width:2px;padding:.4rem .9rem}.stats-container{padding:50px 30px}.stats-layout{flex-direction:row;gap:60px}.plan-text-full{display:none}.plan-text-short{display:inline}}@media (min-width:1024px){.comparison-container{overflow-x:visible}.comparison-table{table-layout:fixed;width:85%}.table-header th{font-size:var(--font-size-body);padding:1rem 1.5rem}.table-header th:first-child{width:45%}.table-header th:nth-child(2),.table-header th:nth-child(3){width:27.5%}.table-header th.premium-column,.table-row td.premium-column{border-left:3px solid var(--secondary-color);border-right:3px solid var(--secondary-color)}[data-theme=dark] .table-header th.premium-column,[data-theme=dark] .table-row td.premium-column{border-left:3px solid var(--primary-color);border-right:3px solid var(--primary-color)}.table-header th.premium-column{border-top:3px solid var(--secondary-color)}[data-theme=dark] .table-header th.premium-column{border-top:3px solid var(--primary-color)}.table-row:last-child td.premium-column{border-bottom:3px solid var(--secondary-color)}[data-theme=dark] .table-row:last-child td.premium-column{border-bottom:3px solid var(--primary-color)}.table-row td{padding:1rem 1.5rem}.feature-name,.table-row td{font-size:.95rem}.plan-badge{border-width:2px;font-size:var(--font-size-body);padding:.5rem 1.25rem}.Pricing_page{padding:0 120px}.responsive-container,.silk-background{border-radius:50px}.silk-background{height:75%}.header{margin-bottom:60px}.cards-container{gap:50px;overflow:visible;padding:20px 0}.card{box-shadow:0 8px 25px #00000026;box-shadow:var(--shadow-hover);cursor:pointer}.card:first-child,.card:nth-child(3){flex:0 0 250px}.price{font-size:2rem}.card:nth-child(2) .price{font-size:2.5rem}.help-icon{font-size:20px;height:36px;width:36px}.stats-container{box-shadow:0 8px 25px #00000026;box-shadow:var(--shadow-hover);padding:60px 40px}.stats-layout{gap:80px}.stat-number{font-size:3.5rem}}@media (min-width:1200px){.help-icon{font-size:22px;height:40px;width:40px}.stats-layout{gap:100px}.stat-number{font-size:3.8rem}}.faq{margin:3rem 0}.faq,.faq h2{text-align:center}.faq h2{font-size:1.8rem;font-weight:700;line-height:1.1}.faq__desc{color:var(--gray);margin-bottom:2rem}.faq__list{margin:0 auto 2rem;max-width:600px;text-align:left}.faq__item{border-bottom:1px solid var(--gray-light);padding:0 19px}[data-theme=dark].faq__item{background-color:#454545;bottom:1px solid var(--gray-light)}.faq__question{align-items:center;background:none;border:none;color:var(--text);cursor:pointer;display:flex;font-size:var(--font-size-lg);font-weight:600;justify-content:space-between;padding:1rem 0;text-align:left;width:100%}.faq__icon{font-size:var(--font-size-xl);transition:transform .2s}.faq__icon.open{color:var(--secondary-color);transform:rotate(45deg)}[data-theme=dark] .faq__icon.open{color:var(--primary-color);transform:rotate(45deg)}.faq__answer{color:var(--gray);font-size:var(--font-size-md);max-height:0;overflow:hidden;padding:0;transition:max-height .3s}.faq__answer.open{max-height:200px;padding:0 0 1rem}.faq__contact{color:var(--gray);margin-top:1.5rem}[data-theme=dark] .faq__contact{color:#fff}.tweet-container_root__UHnkq{background-color:var(--tweet-bg-color);border:var(--tweet-border);border-radius:12px;box-sizing:border-box;color:var(--tweet-font-color);font-family:var(--tweet-font-family);font-weight:400;margin:var(--tweet-container-margin);max-width:550px;min-width:250px;overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}.tweet-container_root__UHnkq:hover{background-color:var(--tweet-bg-color-hover)}.tweet-container_article__2QNf4{box-sizing:inherit;padding:.75rem 1rem;position:relative}.react-tweet-theme{--tweet-container-margin:1.5rem 0;--tweet-header-font-size:0.9375rem;--tweet-header-line-height:1.25rem;--tweet-body-font-size:1.25rem;--tweet-body-font-weight:400;--tweet-body-line-height:1.5rem;--tweet-body-margin:0;--tweet-quoted-container-margin:0.75rem 0;--tweet-quoted-body-font-size:0.938rem;--tweet-quoted-body-font-weight:400;--tweet-quoted-body-line-height:1.25rem;--tweet-quoted-body-margin:0.25rem 0 0.75rem 0;--tweet-info-font-size:0.9375rem;--tweet-info-line-height:1.25rem;--tweet-actions-font-size:0.875rem;--tweet-actions-line-height:1rem;--tweet-actions-font-weight:700;--tweet-actions-icon-size:1.25em;--tweet-actions-icon-wrapper-size:calc(var(--tweet-actions-icon-size) + 0.75em);--tweet-replies-font-size:0.875rem;--tweet-replies-line-height:1rem;--tweet-replies-font-weight:700}:where(.react-tweet-theme) *{box-sizing:border-box;margin:0;padding:0}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);--tweet-border:1px solid #cfd9de;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#0f1419;--tweet-font-color-secondary:#536471;--tweet-bg-color:#fff;--tweet-bg-color-hover:#f7f9f9;--tweet-quoted-bg-color-hover:#00000008;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#006fd6;--tweet-color-blue-secondary-hover:#006fd61a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:var(--tweet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--tweet-border:1px solid #425364;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#f7f9f9;--tweet-font-color-secondary:#8b98a5;--tweet-bg-color:#15202b;--tweet-bg-color-hover:#1e2732;--tweet-quoted-bg-color-hover:#ffffff08;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#6bc9fb;--tweet-color-blue-secondary-hover:#6bc9fb1a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:#fff}@media (prefers-color-scheme:dark){:where(.react-tweet-theme){--tweet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--tweet-border:1px solid #425364;--tweet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--tweet-font-color:#f7f9f9;--tweet-font-color-secondary:#8b98a5;--tweet-bg-color:#15202b;--tweet-bg-color-hover:#1e2732;--tweet-color-blue-primary:#1d9bf0;--tweet-color-blue-primary-hover:#1a8cd8;--tweet-color-blue-secondary:#6bc9fb;--tweet-color-blue-secondary-hover:#6bc9fb1a;--tweet-color-red-primary:#f91880;--tweet-color-red-primary-hover:#f918801a;--tweet-color-green-primary:#00ba7c;--tweet-color-green-primary-hover:#00ba7c1a;--tweet-twitter-icon-color:var(--tweet-font-color);--tweet-verified-old-color:#829aab;--tweet-verified-blue-color:#fff}}.icons_verified__SuPPs{fill:currentColor;height:1.25em;margin-left:.125rem;max-height:20px;max-width:20px;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}.verified-badge_verifiedOld__5IcEp{color:var(--tweet-verified-old-color)}.verified-badge_verifiedBlue__Hse47{color:var(--tweet-verified-blue-color)}.verified-badge_verifiedGovernment__WVN65{color:#829aab}.highlighted-label_label__YMIuQ{border:var(--tweet-border);border-radius:2px;display:flex;height:1.0625em;margin-left:4px;margin-right:2px;max-height:17px;max-width:17px;width:1.0625em}.highlighted-label_label__YMIuQ>img{height:100%;width:100%}.tweet-header_header__YTfhv{display:flex;font-size:var(--tweet-header-font-size);line-height:var(--tweet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding-bottom:.75rem;white-space:nowrap}.tweet-header_avatar__Ve\+cv{height:48px;position:relative;width:48px}.tweet-header_avatarOverflow__3ub9E{border-radius:9999px;height:100%;overflow:hidden;position:absolute;width:100%}.tweet-header_avatarSquare__2M1Wi{border-radius:4px}.tweet-header_avatarShadow__6uqgI{box-shadow:inset 0 0 2px #00000008;height:100%;transition-duration:.2s;transition-property:background-color;width:100%}.tweet-header_avatarShadow__6uqgI:hover{background-color:#1a1a1a26}.tweet-header_author__abWvB{display:flex;flex-direction:column;justify-content:center;margin:0 .5rem;max-width:calc(100% - 84px)}.tweet-header_authorLink__Zo2FB{align-items:center;color:inherit;display:flex;text-decoration:none}.tweet-header_authorLink__Zo2FB:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tweet-header_authorVerified__znl83{display:inline-flex}.tweet-header_authorLinkText__xRWS7{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tweet-header_authorFollow__g5T2W,.tweet-header_authorMeta__Ho\+I2{display:flex}.tweet-header_username__v0vvk{color:var(--tweet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}.tweet-header_follow__Mvu5t{color:var(--tweet-color-blue-secondary);font-weight:700;text-decoration:none}.tweet-header_follow__Mvu5t:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}.tweet-header_separator__ke7RG{padding:0 .25rem}.tweet-header_brand__\+5idK{-webkit-margin-start:auto;margin-inline-start:auto}.tweet-header_twitterIcon__gtc7a{fill:currentColor;color:var(--tweet-twitter-icon-color);height:23.75px;-webkit-user-select:none;user-select:none;width:23.75px}.tweet-in-reply-to_root__l10SC{color:var(--tweet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;text-decoration:none;white-space:pre-wrap}.tweet-in-reply-to_root__l10SC:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.tweet-link_root__lwE8c{color:var(--tweet-color-blue-secondary);cursor:pointer;font-weight:inherit;text-decoration:none}.tweet-link_root__lwE8c:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.tweet-body_root__HQXHG{font-size:var(--tweet-body-font-size);font-weight:var(--tweet-body-font-weight);line-height:var(--tweet-body-line-height);margin:var(--tweet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}.tweet-media_root__8UcJw{margin-top:.75rem;overflow:hidden;position:relative}.tweet-media_rounded__ccA\+S{border:var(--tweet-border);border-radius:12px}.tweet-media_mediaWrapper__xdwtq{grid-gap:2px;display:grid;gap:2px;grid-auto-rows:1fr;height:100%;width:100%}.tweet-media_grid2Columns__VcfaR{grid-template-columns:repeat(2,1fr)}.tweet-media_grid3__BgChK>a:first-child{grid-row:span 2}.tweet-media_grid2x2__o1gSR{grid-template-rows:repeat(2,1fr)}.tweet-media_mediaContainer__dKkWg{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.tweet-media_mediaLink__9YbPK{outline-style:none;text-decoration:none}.tweet-media_skeleton__wMkxn{display:block;padding-bottom:56.25%;width:100%}.tweet-media_image__\+kXsf{bottom:0;height:100%;left:0;margin:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.tweet-media-video_anchor__0HYL4{align-items:center;border:1px solid #0000;border-radius:9999px;color:#fff;cursor:pointer;display:flex;font-weight:700;outline-style:none;padding:0 1rem;text-decoration:none;text-overflow:ellipsis;transition:background-color .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.tweet-media-video_videoButton__oJ\+Yv{align-items:center;background-color:var(--tweet-color-blue-primary);border:4px solid #fff;border-radius:9999px;cursor:pointer;display:flex;height:67px;justify-content:center;position:relative;transition-duration:.2s;transition-property:background-color;width:67px}.tweet-media-video_videoButton__oJ\+Yv:focus-visible,.tweet-media-video_videoButton__oJ\+Yv:hover{background-color:var(--tweet-color-blue-primary-hover)}.tweet-media-video_videoButtonIcon__bxXAn{fill:currentColor;color:#fff;height:calc(50% + 4px);margin-left:3px;max-width:100%;-webkit-user-select:none;user-select:none;width:calc(50% + 4px)}.tweet-media-video_watchOnTwitter__Fl5Ac{position:absolute;right:8px;top:12px}.tweet-media-video_watchOnTwitter__Fl5Ac>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf;font-size:.875rem;line-height:1rem;min-height:2rem;min-width:2rem}.tweet-media-video_watchOnTwitter__Fl5Ac>a:hover{background-color:#272c30bf}.tweet-media-video_viewReplies__QWTFL{background-color:var(--tweet-color-blue-primary);border-color:var(--tweet-color-blue-primary);font-size:.9375rem;line-height:1.25rem;min-height:2rem;position:relative}.tweet-media-video_viewReplies__QWTFL:hover{background-color:var(--tweet-color-blue-primary-hover)}.tweet-info-created-at_root__OXKao{color:inherit;font-size:var(--tweet-info-font-size);line-height:var(--tweet-info-line-height);text-decoration:none}.tweet-info-created-at_root__OXKao:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;text-decoration-thickness:1px}.tweet-info_info__oDwC9{align-items:center;color:var(--tweet-font-color-secondary);display:flex;margin-top:.125rem;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.tweet-info_infoLink__nfflB{align-items:center;border-radius:9999px;color:inherit;display:flex;font:inherit;height:var(--tweet-actions-icon-wrapper-size);justify-content:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-duration:.2s;transition-property:background-color;width:var(--tweet-actions-icon-wrapper-size)}.tweet-info_infoLink__nfflB:hover{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-info_infoIcon__ywMyD{fill:currentColor;color:inherit;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}.tweet-info_infoLink__nfflB:hover>.tweet-info_infoIcon__ywMyD{color:var(--tweet-color-blue-secondary)}.tweet-actions_actions__dLgsm{align-items:center;border-top:var(--tweet-border);color:var(--tweet-font-color-secondary);display:flex;margin-top:.25rem;overflow-wrap:break-word;padding-top:.25rem;text-overflow:ellipsis;white-space:nowrap}.tweet-actions_copy__O\+oOx,.tweet-actions_like__aKYvU,.tweet-actions_reply__u0-X9{align-items:center;color:inherit;display:flex;margin-right:1.25rem;text-decoration:none}.tweet-actions_copy__O\+oOx:hover,.tweet-actions_like__aKYvU:hover,.tweet-actions_reply__u0-X9:hover{background-color:#0000}.tweet-actions_like__aKYvU:hover>.tweet-actions_likeIconWrapper__StvAl{background-color:var(--tweet-color-red-primary-hover)}.tweet-actions_like__aKYvU:hover>.tweet-actions_likeCount__BBGYp{color:var(--tweet-color-red-primary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.tweet-actions_copyIconWrapper__oJSgY,.tweet-actions_likeIconWrapper__StvAl,.tweet-actions_replyIconWrapper__lHnMc{align-items:center;border-radius:9999px;display:flex;height:var(--tweet-actions-icon-wrapper-size);justify-content:center;margin-left:-.25rem;width:var(--tweet-actions-icon-wrapper-size)}.tweet-actions_copyIcon__e5Ait,.tweet-actions_likeIcon__ZuoK8,.tweet-actions_replyIcon__\+j\+oR{fill:currentColor;height:var(--tweet-actions-icon-size);-webkit-user-select:none;user-select:none}.tweet-actions_likeIcon__ZuoK8{color:var(--tweet-color-red-primary)}.tweet-actions_copyText__-excO,.tweet-actions_likeCount__BBGYp,.tweet-actions_replyText__\+vfvj{font-size:var(--tweet-actions-font-size);font-weight:var(--tweet-actions-font-weight);line-height:var(--tweet-actions-line-height);margin-left:.25rem}.tweet-actions_reply__u0-X9:hover>.tweet-actions_replyIconWrapper__lHnMc{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-actions_reply__u0-X9:hover>.tweet-actions_replyText__\+vfvj{color:var(--tweet-color-blue-secondary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.tweet-actions_replyIcon__\+j\+oR{color:var(--tweet-color-blue-primary)}.tweet-actions_copy__O\+oOx{background:none;border:none;cursor:pointer;font:inherit}.tweet-actions_copy__O\+oOx:hover>.tweet-actions_copyIconWrapper__oJSgY{background-color:var(--tweet-color-green-primary-hover)}.tweet-actions_copy__O\+oOx:hover .tweet-actions_copyIcon__e5Ait{color:var(--tweet-color-green-primary)}.tweet-actions_copy__O\+oOx:hover>.tweet-actions_copyText__-excO{color:var(--tweet-color-green-primary);-webkit-text-decoration-line:underline;text-decoration-line:underline}.tweet-replies_replies__GSC\+r{padding:.25rem 0}.tweet-replies_link__zxNP8{align-items:center;border:var(--tweet-border);border-radius:9999px;color:var(--tweet-color-blue-secondary);display:flex;justify-content:center;min-height:32px;min-width:32px;outline-style:none;padding:0 1rem;text-decoration:none;transition-duration:.2s;transition-property:background-color;-webkit-user-select:none;user-select:none}.tweet-replies_link__zxNP8:hover{background-color:var(--tweet-color-blue-secondary-hover)}.tweet-replies_text__RHy35{font-size:var(--tweet-replies-font-size);font-weight:var(--tweet-replies-font-weight);line-height:var(--tweet-replies-line-height);overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}.quoted-tweet-container_root__bP26T{border:var(--tweet-border);border-radius:12px;cursor:pointer;margin:var(--tweet-quoted-container-margin);overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}.quoted-tweet-container_root__bP26T:hover{background-color:var(--tweet-quoted-bg-color-hover)}.quoted-tweet-container_article__4Ch-O{box-sizing:inherit;position:relative}.quoted-tweet-header_header__C5G\+0{display:flex;font-size:var(--tweet-header-font-size);line-height:var(--tweet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding:.75rem .75rem 0;white-space:nowrap}.quoted-tweet-header_avatar__z86wT{height:20px;position:relative;width:20px}.quoted-tweet-header_avatarOverflow__eVVao{border-radius:9999px;height:100%;overflow:hidden;position:absolute;width:100%}.quoted-tweet-header_avatarSquare__RDYEO{border-radius:4px}.quoted-tweet-header_author__geibY{align-items:center;display:flex;margin:0 .5rem}.quoted-tweet-header_authorText__vZ6RB{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quoted-tweet-header_username__9BzFb{color:var(--tweet-font-color-secondary);margin-left:.125rem;text-decoration:none;text-overflow:ellipsis}.quoted-tweet-body_root__fDmdw{font-size:var(--tweet-quoted-body-font-size);font-weight:var(--tweet-quoted-body-font-weight);line-height:var(--tweet-quoted-body-line-height);margin:var(--tweet-quoted-body-margin);overflow-wrap:break-word;padding:0 .75rem;white-space:pre-wrap}.tweet-not-found_root__54\+q4{align-items:center;display:flex;flex-direction:column;padding-bottom:.75rem}.tweet-not-found_root__54\+q4>h3{font-size:1.25rem;margin-bottom:.5rem}.skeleton_skeleton__L585f{animation:skeleton_loading__dPq5K 8s ease-in-out infinite;background-image:var(--tweet-skeleton-gradient);background-size:400% 100%;border-radius:5px;display:block;width:100%}@media (prefers-reduced-motion:reduce){.skeleton_skeleton__L585f{animation:none;background-position:200% 0}}@keyframes skeleton_loading__dPq5K{0%{background-position:200% 0}to{background-position:-200% 0}}.tweet-skeleton_root__8RjEg{padding-bottom:.25rem;pointer-events:none}.tweet-wrapper{box-sizing:border-box;max-width:100%;padding:16px;text-align:center;width:100%}.tweet-wrapper h1{font-size:1.5rem;line-height:1.4;margin:20px 0;padding:0 10px}.comparison-title{color:#374151;display:inline-block;font-size:1.25rem;font-weight:700;margin:0;position:relative}[data-theme=dark] .comparison-title{color:var(--dark-mode-primary-text-color)}.comparison-title:before{background:#3b82f6;background:var(--primary-color,#3b82f6);bottom:0;height:3px;left:0}.comparison-title:after,.comparison-title:before{border-radius:2px;content:"";position:absolute;width:40%}.comparison-title:after{background:#10b981;background:var(--secondary-color,#10b981);height:2px;right:0;top:0}.carousel-container{margin:0 auto;max-width:1200px;position:relative;width:90%}.carousel-content{border-radius:8px;overflow:hidden}.carousel-track{align-items:flex-start;display:flex;gap:16px;justify-content:center}.carousel-slide{box-sizing:border-box;flex-shrink:0}.tweet-card{background:#0000;border-radius:8px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.tweet-card:hover{transform:translateY(-2px)}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:16px}.dot{background-color:#d1d5db;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .3s ease;width:8px}.dot:hover{background-color:#9ca3af;transform:scale(1.2)}.dot.active{background-color:#10b981;background-color:var(--secondary-color,#10b981);transform:scale(1.3)}[data-theme=dark] .dot.active{background-color:var(--primary-color)}@media (min-width:480px){.tweet-wrapper{padding:20px}.tweet-wrapper h1{font-size:1.75rem;margin:25px 0}.comparison-title{font-size:1.375rem}.carousel-slide{padding:0 10px}.dot{height:9px;width:9px}.carousel-arrow{font-size:20px;height:44px;width:44px}.carousel-arrow-left{left:-22px}.carousel-arrow-right{right:-22px}.carousel-arrow{display:none}}@media (min-width:768px){.tweet-wrapper{padding:32px}.tweet-wrapper h1{font-size:2rem;line-height:1.5;margin:35px 0}.comparison-title{font-size:1.5rem}.comparison-title:before{height:4px}.comparison-title:after{height:3px}.carousel-slide{padding:0 12px}.dot{height:10px;width:10px}.carousel-arrow{font-size:22px;height:48px;width:48px}.carousel-arrow-left{left:-24px}.carousel-arrow-right{right:-24px}}@media (min-width:1024px){.tweet-wrapper h1{font-size:2.25rem;margin:45px 0}.comparison-title{font-size:1.75rem}.carousel-slide{padding:0 15px}}@media (min-width:1200px){.tweet-wrapper h1{font-size:2.5rem}.comparison-title{font-size:2rem}.carousel-slide{padding:0 20px}}