:root{--primary: 339 100% 55%;--primary-foreground: 0 0% 98%;--background: 331 100% 96%;--foreground: 0 0% 3.9%;--card: 0 0% 100%;--card-foreground: 0 0% 3.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 0 0% 9%;--border: 0 0% 0%;--input: 214.3 31.8% 91.4%;--ring: 339 100% 55%;--radius: .5rem;--strategy-primary: #F11F9D;--strategy-accent: #E3579A;--strategy-light: #FFECF5}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.strategy-gradient-text{background:linear-gradient(135deg,#f11f9d,#e3579a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.strategy-magenta-accent{background-color:var(--strategy-primary)!important;color:#fff!important}.strategy-magenta-accent:hover{background-color:var(--strategy-accent)!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.strategies-table-container{width:100%;margin:0;padding:0;font-family:Space Grotesk,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.strategies-table-container.dark,.strategies-table-container.dark .table-header h2{color:#fff}.strategies-table-container.dark .search-input{background:#1f2937;border-color:#374151;color:#fff}.strategies-table-container.dark .search-input:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa1a}.strategies-table-container.dark .items-per-page label{color:#d1d5db}.strategies-table-container.dark .items-per-page select{background:#1f2937;border-color:#374151;color:#fff}.strategies-table-container.dark .items-per-page select:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa1a}@media (max-width: 768px){.strategies-table-container{padding:var(--mobile-container-padding)}.table-header{margin-bottom:var(--mobile-section-spacing);gap:var(--mobile-element-spacing)}.table-controls{gap:var(--mobile-element-spacing)}}@media (max-width: 480px){.strategies-table-container{padding:var(--mobile-container-padding)}}.table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--section-spacing);flex-wrap:wrap;gap:var(--element-spacing)}.table-header h2{margin:0;color:#1a1a1a;font-size:32px;font-weight:700;letter-spacing:-.025em;line-height:1.2}.table-controls{display:flex;gap:var(--element-spacing);align-items:center;flex-wrap:wrap}.search-container{position:relative}.search-input{padding:var(--space-sm) var(--space-md);border:2px solid #e5e7eb;border-radius:2px;font-size:14px;font-weight:500;width:280px;transition:all .2s ease;background:#fff;font-family:Space Grotesk,sans-serif}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;transform:translateY(-1px)}.items-per-page label{display:flex;align-items:center;gap:var(--space-xs);font-size:14px;font-weight:500;color:#6b7280}.items-per-page select{padding:var(--space-xs) var(--space-sm);border:2px solid #e5e7eb;border-radius:2px;font-size:14px;font-weight:500;background:#fff;cursor:pointer;transition:all .2s ease;font-family:Space Grotesk,sans-serif}.items-per-page select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-3xl) var(--container-padding);text-align:center}.spinner{width:48px;height:48px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:var(--space-lg)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.strategies-loading-row{background-color:#f9fafb;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.strategies-shimmer{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 2s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.loading-spinner p{color:#6b7280;font-size:16px;font-weight:500;margin:0}.error-message{text-align:center;padding:var(--space-2xl) var(--space-lg);background:#fef2f2;border:2px solid #fecaca;border-radius:12px;color:#dc2626;font-family:Space Grotesk,sans-serif}.strategies-table-container.dark .error-message{background:#1f1f1f;border-color:#ef4444;color:#ef4444}.error-message h3{margin:0 0 16px;color:#dc2626;font-weight:700;font-size:20px;letter-spacing:-.025em}.error-message p{margin:0 0 24px;color:#b91c1c;font-size:15px;line-height:1.6;font-weight:500}.strategies-table-container.dark .error-message h3{color:#ef4444}.strategies-table-container.dark .error-message p{color:#f87171}.error-message button{margin-top:16px;padding:12px 24px;background:#dc2626;color:#fff;border:2px solid #dc2626;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;font-family:Space Grotesk,sans-serif;transition:all .2s ease}.error-message button:hover{background:#b91c1c;border-color:#b91c1c;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}@media (max-width: 1024px){.table-header{flex-direction:column;align-items:flex-start}.table-controls{width:100%;justify-content:space-between}}@media (max-width: 768px){.search-input{width:220px}.strategies-table th,.strategies-table td{padding:12px 8px}}@media (max-width: 640px){.table-controls{flex-direction:column;align-items:flex-start;gap:12px}.search-container,.search-input{width:100%}.items-per-page{width:100%;display:flex;justify-content:space-between}}.custom-tooltip{position:relative;cursor:help;z-index:9999}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:linear-gradient(135deg,#9ca3af,#6b7280);color:#fff;border-radius:50%;font-size:10px;font-weight:700;cursor:help;transition:all .2s ease;font-family:Space Grotesk,sans-serif;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(255,255,255,.2);position:relative;flex-shrink:0}.tooltip-icon:hover{background:linear-gradient(135deg,#6b7280,#4b5563);transform:scale(1.1);box-shadow:0 2px 6px #00000026}.tooltip-icon:active{transform:scale(.95);transition-duration:.1s}.tooltip-icon:focus{outline:2px solid #3b82f6;outline-offset:1px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 0 0 3px #3b82f633}.tooltip-icon:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.custom-tooltip:focus-within .tooltip-content{visibility:visible;opacity:1;transform:translateY(-50%) translate(0) scale(1);transition-delay:0s}.tooltip-content[aria-hidden=false]{visibility:visible;opacity:1;transform:translateY(-50%) translate(0) scale(1)}.help-icon{display:inline-block;margin-left:6px;width:16px;height:16px;background-color:#9ca3af;color:#fff;border-radius:50%;text-align:center;line-height:16px;font-size:11px;font-weight:600;cursor:help;transition:all .2s ease;font-family:Space Grotesk,sans-serif}.help-icon:hover{background-color:#6b7280;transform:scale(1.1)}.custom-tooltip .tooltip-content{visibility:hidden;opacity:0;position:absolute;top:50%;left:calc(100% + 16px);transform:translateY(-50%) scale(.95);background:linear-gradient(145deg,#f8fafc,#fff);color:#1e293b;padding:8px 12px;border-radius:8px;font-size:11px;font-weight:500;line-height:1.4;white-space:normal;z-index:999999;box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a,inset 0 1px #fffc;border:1px solid #e2e8f0;font-family:Space Grotesk,sans-serif;transition:all .4s cubic-bezier(.16,1,.3,1);transition-delay:.6s;backdrop-filter:blur(16px) saturate(180%);pointer-events:none;min-width:196px;max-width:224px;height:53px;display:flex;flex-direction:column;justify-content:center;gap:4px}.custom-tooltip .tooltip-content:before{content:"";position:absolute;top:50%;left:-6px;transform:translateY(-50%);border:6px solid transparent;border-right-color:#f8fafc}.custom-tooltip:hover .tooltip-content{visibility:visible;opacity:1;transform:translateY(-50%) translate(0) scale(1);transition-delay:0s}.custom-tooltip:last-child .tooltip-content,.custom-tooltip:nth-last-child(-n+2) .tooltip-content{left:auto;right:calc(100% + 16px);transform:translateY(-50%) scale(.95)}.custom-tooltip:last-child .tooltip-content:before,.custom-tooltip:nth-last-child(-n+2) .tooltip-content:before{left:auto;right:-7px;border-right-color:transparent;border-left-color:#f8fafc}.custom-tooltip:last-child:hover .tooltip-content,.custom-tooltip:nth-last-child(-n+2):hover .tooltip-content{transform:translateY(-50%) translate(0) scale(1);transition-delay:0s}@media (max-width: 1200px){.custom-tooltip .tooltip-content{left:auto;right:calc(100% + 16px);transform:translateY(-50%) scale(.95)}.custom-tooltip .tooltip-content:before{left:auto;right:-7px;border-right-color:transparent;border-left-color:#1f2937f2}.custom-tooltip:hover .tooltip-content{transform:translateY(-50%) translate(0) scale(1)}}.tooltip-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0;line-height:1.3;transition:background-color .2s ease}.tooltip-row:hover{background-color:#3b82f60d;border-radius:3px;padding-left:4px;padding-right:4px}.tooltip-label{font-weight:600;color:#64748b;font-size:10px;text-transform:uppercase;letter-spacing:.8px;flex:1;opacity:.9}.tooltip-value{font-weight:700;color:#1e293b;font-size:11px;text-align:right;font-variant-numeric:tabular-nums}.tooltip-ratio{font-weight:800;color:#10b981;font-size:18px;text-align:right;text-shadow:0 0 8px rgba(16,185,129,.3);font-variant-numeric:tabular-nums}.strategies-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:14px;min-width:1000px;font-family:Space Grotesk,sans-serif;position:relative;overflow:visible}@media (min-width: 965px){.strategies-table{min-width:100%}}@media (max-width: 964px){.strategies-table{min-width:900px}}@media (min-width: 965px){.strategies-table th:nth-child(1),.strategies-table td:nth-child(1){width:20%}.strategies-table th:nth-child(2),.strategies-table td:nth-child(2){width:12%}.strategies-table th:nth-child(3),.strategies-table td:nth-child(3){width:6%}.strategies-table th:nth-child(4),.strategies-table td:nth-child(4){width:10%}.strategies-table th:nth-child(5),.strategies-table td:nth-child(5){width:10%}.strategies-table th:nth-child(6),.strategies-table td:nth-child(6){width:8%}.strategies-table th:nth-child(7),.strategies-table td:nth-child(7){width:8%}.strategies-table th:nth-child(8),.strategies-table td:nth-child(8){width:12%}.strategies-table th:nth-child(9),.strategies-table td:nth-child(9){width:14%}}.clickable-row{cursor:pointer;transition:background-color .2s ease,transform .1s ease}.clickable-row:hover{background-color:#f11f9d;color:#fff;transform:translateY(-1px);box-shadow:0 1px 2px #00000026}.clickable-row:active{transform:translateY(0);background-color:#3b82f61a}.clickable-row:focus-visible{outline:2px solid #3b82f6;outline-offset:-2px}.strategies-table thead{background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#374151;position:sticky;top:0;z-index:5}.strategies-table-container.dark .strategies-table thead{background:linear-gradient(135deg,#1f2937,#111827);color:#e5e7eb}.strategies-table th{padding:16px 20px;text-align:left;font-weight:600;font-size:13px;text-transform:none;letter-spacing:.05em;border-bottom:2px solid #000000;border-top:2px solid #000000;border-right:none;position:relative;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.strategies-table-container.dark .strategies-table th{border-bottom:2px solid #ffffff;border-top:2px solid #ffffff;border-right:none;color:#e5e7eb}.strategies-table th:first-child{border-left:2px solid #000000}.strategies-table-container.dark .strategies-table th:first-child{border-left:2px solid #ffffff}.strategies-table th:last-child{border-right:2px solid #000000}.strategies-table-container.dark .strategies-table th:last-child{border-right:2px solid #ffffff}.strategies-table th.sortable{cursor:pointer;user-select:none;transition:all .2s ease;position:relative;display:table-cell}.strategies-table th.sortable:hover{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#1f2937;transform:translateY(-1px)}.strategies-table-container.dark .strategies-table th.sortable:hover{background:linear-gradient(135deg,#374151,#4b5563);color:#f3f4f6}.strategies-table th.sortable:active{transform:translateY(0)}.strategies-table th.sortable.active,.strategies-table-container.dark .strategies-table th.sortable.active{color:#dd5994}.strategies-table tbody tr{border-bottom:2px solid #000000;margin-bottom:4px;transition:all .2s ease;position:relative;overflow:visible}.strategies-table tbody tr:nth-child(2n){background-color:#fff}.strategies-table tbody tr:nth-child(odd){background-color:#fff}.strategies-table tbody tr:hover{background-color:#f11f9d;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #f11f9d40,0 2px 6px #0000001a;z-index:10;position:relative}.strategies-table tbody tr:hover .collection-cell{background-color:#f11f9d!important;color:#fff!important}.strategies-table tbody tr:hover .change-cell.positive{color:#059669!important;background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important}.strategies-table tbody tr:hover .change-cell.negative{color:#dc2626!important;background:linear-gradient(135deg,#fef2f2,#fecaca)!important}.strategies-table-container.dark .strategies-table tbody tr{border-bottom:2px solid #ffffff;margin-bottom:4px}.strategies-table-container.dark .strategies-table tbody tr:nth-child(2n){background-color:#000}.strategies-table-container.dark .strategies-table tbody tr:nth-child(odd){background-color:#000}.strategies-table-container.dark .strategies-table tbody tr:hover{background-color:#000;color:#fff}.strategies-table-container.dark .strategies-table tbody tr:hover .collection-cell{background-color:#000!important;color:#fff!important}.strategies-table-container.dark .strategies-table tbody tr:hover .change-cell.positive{color:#059669!important;background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important}.strategies-table-container.dark .strategies-table tbody tr:hover .change-cell.negative{color:#dc2626!important;background:linear-gradient(135deg,#fef2f2,#fecaca)!important}.strategies-table-container.dark .clickable-row:hover{background-color:#000;color:#fff}.strategies-table tbody tr:last-child{border-bottom:2px solid #000000}.strategies-table-container.dark .strategies-table tbody tr:last-child{border-bottom:2px solid #ffffff}.strategies-table td{padding:16px 20px;vertical-align:middle;border-right:none;color:#111827;font-weight:500;font-size:14px;line-height:1.5;white-space:nowrap;text-overflow:ellipsis;max-width:200px;position:relative}.strategies-table-container.dark .strategies-table td{border-right:none;color:#fff}.strategies-table-container.dark .collection-name{color:#fff!important}.strategies-table-container.dark .change-cell.positive{color:#059669!important;background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important;border-radius:2px;padding:4px 8px;margin:-4px -8px}.strategies-table-container.dark .change-cell.negative{color:#dc2626!important;background:linear-gradient(135deg,#fef2f2,#fecaca)!important;border-radius:2px;padding:4px 8px;margin:-4px -8px}.strategies-table td:not(.market-cap-cell){overflow:hidden}.tooltip-container{position:relative;display:inline-flex;align-items:center;cursor:help;z-index:9999;gap:8px}.tooltip-text{visibility:hidden;width:240px;background-color:#1f2937;color:#fff;text-align:left;border-radius:8px;padding:12px 16px;position:absolute;z-index:999999;top:50%;left:calc(100% + 12px);transform:translateY(-50%);opacity:0;transition:all .3s ease;font-size:13px;font-weight:500;text-transform:none;letter-spacing:normal;line-height:1.5;box-shadow:0 2px 8px #00000026;backdrop-filter:blur(8px);border:1px solid #374151;pointer-events:none;white-space:normal;min-height:40px;display:flex;align-items:center}.tooltip-text:before{content:"";position:absolute;top:50%;left:-6px;transform:translateY(-50%);border:6px solid transparent;border-right-color:#1f2937}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1;transform:translateY(-50%) translate(4px)}.tooltip-container:last-child .tooltip-text{left:auto;right:calc(100% + 12px);transform:translateY(-50%)}.tooltip-container:last-child .tooltip-text:before{left:auto;right:-6px;border-right-color:transparent;border-left-color:#f8fafc}.tooltip-container:last-child:hover .tooltip-text{transform:translateY(-50%) translate(-4px)}.table-wrapper{position:relative;z-index:1;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;margin:0;padding:0;scrollbar-width:thin;scrollbar-color:var(--strategy-primary) transparent}@media (min-width: 965px){.table-wrapper{overflow-x:visible}}.table-wrapper::-webkit-scrollbar{height:8px}.table-wrapper::-webkit-scrollbar-track{background:#0000000d;border-radius:4px}.table-wrapper::-webkit-scrollbar-thumb{background:var(--strategy-primary);border-radius:4px;transition:background-color .2s ease}.table-wrapper::-webkit-scrollbar-thumb:hover{background:var(--strategy-accent)}.strategy-cell{min-width:180px;max-width:280px;width:auto;border-left:2px solid #000000}.strategies-table-container.dark .strategy-cell{border-left:2px solid #ffffff}@media (min-width: 965px){.strategy-cell{width:20%;min-width:240px}}@media (max-width: 964px){.strategy-cell{min-width:160px;max-width:200px}}.collection-cell{min-width:120px;max-width:200px;width:auto;font-weight:600;color:#111827;font-size:14px}@media (min-width: 965px){.collection-cell{width:12%;min-width:120px}}@media (max-width: 964px){.collection-cell{min-width:110px;max-width:150px}}.collection-info{display:flex;flex-direction:column;justify-content:center;height:44px}.collection-image{width:44px;height:44px;border-radius:6px;object-fit:cover;border:2px solid #e5e7eb;transition:all .3s cubic-bezier(.16,1,.3,1);flex-shrink:0;position:relative;box-shadow:0 2px 4px #0000001a}.collection-image:hover{transform:scale(1.05) translateZ(0);border-color:var(--strategy-primary);box-shadow:0 8px 20px #f11f9d33,0 4px 8px #00000026}.collection-image-container{position:relative;display:inline-block}.collection-blockchain-badge{position:absolute;bottom:-2px;right:-2px;display:flex;height:16px;width:16px;align-items:center;justify-content:center;background-color:#fff;border:2px solid var(--strategy-primary);border-radius:50%;font-size:8px;font-weight:700;z-index:2}.collection-text-content,.strategy-text-content{display:flex;flex-direction:column;justify-content:center;height:44px;flex:1;min-width:0;gap:2px}.collection-name{font-weight:400;color:#6b7280;font-size:14px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.provider-name{font-weight:500;color:#f11f9d;font-size:10px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;font-style:italic}@media (max-width: 768px){.provider-name{display:none!important}}.strategy-badge{font-weight:600;color:#111827;font-size:15px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collection-name-mobile{display:none;font-weight:400;color:#6b7280;font-size:12px;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.strategy-content{display:flex;align-items:center;gap:14px;height:44px}.holdings-cell{font-weight:600;color:#111827;font-family:Space Grotesk,sans-serif;font-size:15px;text-align:center;min-width:60px;max-width:80px;width:auto}@media (min-width: 965px){.holdings-cell{width:4%;min-width:50px}}@media (max-width: 964px){.holdings-cell{min-width:55px;max-width:80px}}.price-cell{font-weight:700;color:#111827;font-family:Space Grotesk,sans-serif;font-size:15px;letter-spacing:-.025em;min-width:70px;max-width:90px;width:auto}@media (min-width: 965px){.price-cell{width:8%;min-width:70px}}@media (max-width: 964px){.price-cell{min-width:75px;max-width:110px}}.change-cell{font-weight:700;font-family:Space Grotesk,sans-serif;font-size:14px;letter-spacing:-.025em;min-width:60px;max-width:80px;width:auto}@media (min-width: 965px){.change-cell{width:7%;min-width:60px}}@media (max-width: 964px){.change-cell{min-width:75px;max-width:110px}}.change-cell.positive{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-radius:2px;padding:4px 8px;margin:-4px -8px}.change-cell.negative{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fecaca);border-radius:2px;padding:4px 8px;margin:-4px -8px}.mnav-cell{font-family:Space Grotesk,sans-serif;color:#111827;font-weight:600;font-size:14px;min-width:55px;max-width:75px;width:auto;text-align:center}@media (min-width: 965px){.mnav-cell{width:6%;min-width:55px}}@media (max-width: 964px){.mnav-cell{min-width:60px;max-width:80px}}.strategies-table-container.dark .mnav-cell,.strategies-table-container.dark .strategy-badge{color:#fff}.strategies-table-container.dark .collection-name,.strategies-table-container.dark .collection-name-mobile{color:#d1d5db}.burn-cell{font-family:Space Grotesk,sans-serif;color:#111827;font-weight:600;font-size:14px;min-width:50px;max-width:70px;width:auto}@media (min-width: 965px){.burn-cell{width:6%;min-width:50px}}@media (max-width: 964px){.burn-cell{min-width:55px;max-width:85px}}.holders-cell{font-family:Space Grotesk,sans-serif;color:#111827;font-weight:600;font-size:14px;min-width:40px;max-width:60px;width:auto}@media (min-width: 1400px){.holders-cell{width:5%;min-width:50px}}.market-cap-cell{font-family:Space Grotesk,sans-serif;color:#111827;font-weight:600;font-size:14px;min-width:80px;max-width:110px;position:relative;overflow:visible;width:auto}@media (min-width: 965px){.market-cap-cell{width:9%;min-width:80px}}@media (max-width: 964px){.market-cap-cell{min-width:90px;max-width:130px}}.market-cap-cell .tooltip-icon{font-size:.75em;width:1.2em;height:1.2em;min-width:14px;min-height:14px}.strategies-table .market-cap-value-cell{font-family:Space Grotesk,sans-serif;color:#111827;font-weight:600;font-size:14px;min-width:90px;max-width:120px;width:auto;border-right:2px solid #000000!important}.strategies-table-container.dark .strategies-table .market-cap-value-cell{border-right:2px solid #ffffff!important}@media (min-width: 965px){.market-cap-value-cell{width:10%;min-width:90px}}.actions-cell{text-align:center;min-width:90px;max-width:130px;width:auto}@media (min-width: 1400px){.actions-cell{width:10%;min-width:100px}}.view-button{padding:10px 16px;background:linear-gradient(135deg,#e3579a 0% 100%);color:#fff;border:2px solid #FFECF5;border-radius:6px;cursor:pointer;font-size:13px;font-weight:600;font-family:Space Grotesk,sans-serif;transition:all .3s cubic-bezier(.16,1,.3,1);text-transform:uppercase;letter-spacing:.05em;min-width:80px;position:relative;overflow:hidden}.view-button:hover{background:linear-gradient(135deg,#e3579a 0% 100%);border-color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #e3579a}.view-button:active{transform:translateY(0)}.view-button:focus{outline:none;box-shadow:0 0 0 4px #3b82f64d}.view-button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.strategies-table th:focus,.strategies-table button:focus,.clickable-row:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}@media (prefers-contrast: high){.strategies-table{border:2px solid black}.strategies-table th,.strategies-table td{border:1px solid black}.collection-image{border:3px solid black}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.collection-image:hover,.strategies-table tbody tr:hover{transform:none!important}}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:32px;padding:20px 0;flex-wrap:wrap;gap:20px;border-top:2px solid #f3f4f6}.pagination-info{color:#6b7280;font-size:15px;font-weight:500}.pagination-button{padding:10px 16px;border:2px solid #e5e7eb;background:#fff;color:#374151;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;font-family:Space Grotesk,sans-serif;transition:all .3s cubic-bezier(.16,1,.3,1);min-width:48px;height:44px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.pagination-button:hover:not(:disabled){background:#f8fafc;border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 6px #3b82f61a}.pagination-button.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.pagination-button:disabled{opacity:.4;cursor:not-allowed;background:#f9fafb;color:#9ca3af}.pagination-button:focus{outline:none;box-shadow:0 0 0 4px #3b82f633}.desktop-header-text{display:inline}.mobile-header-text{display:none}.price-content{display:block}.price-change-mobile{display:none}@media (min-width: 769px){.price-content{display:block}.price-change-mobile{display:none!important}}@media (min-width: 965px){.table-header h2{font-size:32px}.strategies-table th,.strategies-table td{padding:16px;font-size:14px}}@media (max-width: 964px){.table-header h2{font-size:28px}.strategies-table{font-size:13px}.strategies-table th,.strategies-table td{padding:12px 10px;font-size:13px}.collection-name,.strategy-cell,.price-cell{font-size:14px}}@media (max-width: 964px) and (min-width: 480px){.strategies-table-container .strategies-table .change-cell{display:none!important}.strategies-table-container .strategies-table th:nth-child(5){display:none!important}.strategies-table-container .strategies-table td:nth-child(5){display:none!important}.strategies-table-container.dark .strategies-table .change-cell,.strategies-table-container.light .strategies-table .change-cell{display:none!important;visibility:hidden!important;width:0!important;padding:0!important;margin:0!important}.strategies-table th:nth-child(1),.strategies-table td:nth-child(1){width:26%}.strategies-table th:nth-child(3),.strategies-table td:nth-child(3){width:8%}.strategies-table th:nth-child(4),.strategies-table td:nth-child(4){width:18%}.strategies-table th:nth-child(6),.strategies-table td:nth-child(6){width:10%}.strategies-table th:nth-child(7),.strategies-table td:nth-child(7){width:9%}.strategies-table th:nth-child(8),.strategies-table td:nth-child(8){width:13%}.strategies-table th:nth-child(9),.strategies-table td:nth-child(9){width:16%}.strategies-table-container{padding:6px}.table-header h2{font-size:22px}.strategies-table{font-size:11px;min-width:650px}.strategies-table th,.strategies-table td{padding:8px 4px;font-size:11px}.holdings-cell{min-width:45px;max-width:60px;font-size:11px}.price-cell{min-width:60px}.price-content{display:flex;flex-direction:column;gap:2px}.price-value{font-weight:700;font-size:11px;color:#111827}.price-change-mobile{display:block!important;font-weight:600;font-size:9px;padding:1px 4px;border-radius:2px;margin-top:1px}.price-change-mobile.positive{color:#059669;background:linear-gradient(135deg,#ecfdf5,#d1fae5)}.price-change-mobile.negative{color:#dc2626;background:linear-gradient(135deg,#fef2f2,#fecaca)}.strategy-cell{min-width:95px;font-size:11px}.burn-cell{font-size:11px;min-width:55px}.view-button{padding:6px 8px;font-size:10px}.tooltip-text{width:130px;font-size:10px;padding:6px 8px}.custom-tooltip .tooltip-content{font-size:10px;padding:6px 8px}.pagination{flex-direction:column;gap:12px}.pagination-controls{justify-content:center;flex-wrap:wrap}.pagination-button{padding:6px 10px;font-size:11px;min-width:36px}}@media (max-width: 768px){.table-header{flex-direction:column;align-items:stretch;gap:12px}.table-controls{flex-direction:column;align-items:stretch}.search-input{width:100%}.table-wrapper{border-radius:8px}.desktop-header-text{display:none}.mobile-header-text{display:inline}}@media (max-width: 479px){.strategies-table-container .strategies-table .change-cell{display:none!important}.strategies-table-container .strategies-table th:nth-child(5),.strategies-table-container .strategies-table td:nth-child(5){display:none!important}.strategies-table-container.dark .strategies-table .change-cell,.strategies-table-container.light .strategies-table .change-cell{display:none!important;visibility:hidden!important;width:0!important;padding:0!important;margin:0!important}.strategies-table th:nth-child(1),.strategies-table td:nth-child(1){width:26%}.strategies-table th:nth-child(3),.strategies-table td:nth-child(3){width:8%}.strategies-table th:nth-child(4),.strategies-table td:nth-child(4){width:18%}.strategies-table th:nth-child(6),.strategies-table td:nth-child(6){width:10%}.strategies-table th:nth-child(7),.strategies-table td:nth-child(7){width:9%}.strategies-table th:nth-child(8),.strategies-table td:nth-child(8){width:13%}.strategies-table th:nth-child(9),.strategies-table td:nth-child(9){width:16%}.strategies-table-container{padding:6px}.table-header h2{font-size:22px}.strategies-table{font-size:11px;min-width:650px}.strategies-table th,.strategies-table td{padding:8px 4px;font-size:11px}.holdings-cell{min-width:45px;max-width:60px;font-size:11px}.price-cell{min-width:60px}.price-content{display:flex;flex-direction:column;gap:2px}.price-value{font-weight:700;font-size:11px;color:#111827}.price-change-mobile{display:block!important;font-weight:600;font-size:9px;padding:1px 4px;border-radius:2px;margin-top:1px}.price-change-mobile.positive{color:#fff!important;background:#f11f9d!important}.price-change-mobile.negative{color:#000!important;background:#ffecf5!important}.strategy-cell{min-width:95px;font-size:11px}.burn-cell{font-size:11px;min-width:55px}.view-button{padding:6px 8px;font-size:10px}.tooltip-text{width:130px;font-size:10px;padding:6px 8px}.custom-tooltip .tooltip-content{font-size:10px;padding:6px 8px}.pagination{flex-direction:column;gap:12px}.pagination-controls{justify-content:center;flex-wrap:wrap}.pagination-button{padding:6px 10px;font-size:11px;min-width:36px}}.strategies-table-container.dark .price-value{color:#fff}.strategies-table-container.dark .price-change-mobile.positive{color:#059669!important;background:linear-gradient(135deg,#ecfdf5,#d1fae5)!important}.strategies-table-container.dark .price-change-mobile.negative{color:#dc2626!important;background:linear-gradient(135deg,#fef2f2,#fecaca)!important}.strategy-text-small{font-size:.75rem}.strategy-text-base{font-size:.875rem}.strategy-text-large{font-size:1rem}.strategy-weight-normal{font-weight:400}.strategy-weight-medium{font-weight:500}.strategy-weight-semibold{font-weight:600}.strategy-weight-bold{font-weight:700}.strategy-spacing-tight{padding:.5rem}.strategy-spacing-normal{padding:.75rem 1rem}.strategy-spacing-loose{padding:1rem 1.5rem}.strategy-hover-raise{position:relative;z-index:0;transition:all .3s cubic-bezier(.16,1,.3,1)}.strategy-hover-raise:hover{z-index:10;box-shadow:0 0 0 2px hsl(var(--border)),0 10px #0000004d;transform:translate(-2px,-2px)}.strategy-collection-link{color:var(--strategy-primary);text-decoration:none;transition:all .2s ease}.strategy-collection-link:hover{text-decoration:underline;color:var(--strategy-accent)}.strategy-price-positive{color:#10b981;font-weight:600}.strategy-price-negative{color:#ef4444;font-weight:600}.strategy-price-neutral{color:#6b7280;font-weight:600}@media (prefers-color-scheme: dark){.strategies-table-container,.table-header h2{color:#f9fafb}.search-input,.items-per-page select{background:#374151;border-color:#4b5563;color:#f9fafb}.table-wrapper{background:#1f2937;border-color:#374151}.strategies-table tbody tr{border-color:#374151}.strategies-table tbody tr:hover,.strategies-table tbody tr:hover .collection-cell{background-color:#ffecf5}.collection-name{color:#f9fafb}.strategy-name{color:#d1d5db}.strategy-cell .provider-name{color:#f11f9d!important}.strategies-table tbody tr{background-color:#1f2937}.pagination-button{background:#374151;border-color:#4b5563;color:#f9fafb}}.sort-icon{display:inline-flex;flex-direction:column;align-items:center;margin-left:6px;vertical-align:middle;position:relative;width:12px;height:16px}.sort-arrow{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;transition:all .2s ease;position:absolute}.sort-arrow-up{border-bottom:6px solid #E3579A;top:0}.sort-arrow-down{border-top:6px solid #E3579A;bottom:0}.sort-icon-neutral .sort-arrow-up,.sort-icon-neutral .sort-arrow-down{opacity:.4}.sort-icon-neutral:hover .sort-arrow-up,.sort-icon-neutral:hover .sort-arrow-down{opacity:.7;border-bottom-color:#e3579a;border-top-color:#e3579a}.sort-icon-asc .sort-arrow-up{border-bottom-color:#e3579a;opacity:1;transform:translateY(-1px)}.sort-icon-asc .sort-arrow-down,.sort-icon-desc .sort-arrow-up{opacity:.2}.sort-icon-desc .sort-arrow-down{border-top-color:#e3579a;opacity:1;transform:translateY(1px)}.strategies-table th.sortable:hover .sort-icon-asc .sort-arrow-up{border-bottom-color:#e3579a;transform:translateY(-2px)}.strategies-table th.sortable:hover .sort-icon-desc .sort-arrow-down{border-top-color:#e3579a;transform:translateY(2px)}@media (max-width: 768px){.search-container{display:none!important}.strategies-table th:nth-child(2){display:none}.strategies-table td:nth-child(2){display:none}.strategy-cell{position:sticky;left:0;z-index:10;background-color:inherit}.strategy-cell .strategy-content{flex-direction:row;align-items:center;gap:14px}.strategy-cell .collection-image{width:36px;height:36px;position:sticky;left:8px;z-index:11}.strategy-cell .strategy-text-content{height:36px;display:flex;flex-direction:column;gap:2px}.strategy-cell .strategy-badge{font-size:12px;font-weight:600;color:#000!important;display:block}.strategy-cell .collection-name-mobile{display:block;font-size:11px;font-weight:400;color:#666}.strategy-cell .provider-name{font-size:9px!important;color:#f11f9d!important}.strategies-table tbody tr{background-color:#fff}.strategies-table tbody tr:hover .strategy-cell{background-color:#f11f9d;color:#fff}.strategy-cell{min-width:160px;max-width:200px}}@media (max-width: 480px){.strategy-cell{min-width:140px!important;max-width:180px!important}.strategy-cell .collection-image{width:32px!important;height:32px!important;border-radius:4px;box-shadow:0 1px 3px #0000001a}.strategy-cell .strategy-text-content{height:32px!important}.strategy-cell .strategy-badge{font-size:11px!important;font-weight:600}.strategy-cell .collection-name-mobile{display:block!important;font-size:10px!important;font-weight:400}.strategy-cell .provider-name{font-size:8px!important;color:#f11f9d!important}}.strategy-cell .strategy-badge{color:#111827!important;font-weight:600}.strategies-table-container.dark .strategy-cell .strategy-badge{color:#fff!important}.strategies-table-container.dark .strategies-table tbody tr:hover .strategy-cell .strategy-badge{color:#f11f9d!important}.collection-cell .collection-name{color:#6b7280!important;font-weight:400}.strategies-table tbody tr:hover .strategy-cell .strategy-badge,.strategies-table tbody tr:hover .collection-cell .collection-name{color:#fff!important}.strategies-table tbody tr:hover .strategy-cell .provider-name{color:#f11f9d!important}.error-message{background:linear-gradient(135deg,#fff5f5,#fef2f2);border:2px solid #fecaca;border-radius:16px;padding:32px;text-align:center;max-width:600px;margin:40px auto;box-shadow:0 10px 25px #ef44441a}.error-message h3{color:#dc2626;font-size:24px;font-weight:700;margin:0 0 16px;letter-spacing:-.025em}.error-details{color:#7f1d1d;font-size:16px;margin:0 0 24px;line-height:1.5;background:#ef44440d;padding:12px 16px;border-radius:8px;border-left:4px solid #dc2626}.error-suggestions{text-align:left;margin:24px 0;background:#fff;padding:20px;border-radius:12px;border:1px solid #e5e7eb}.error-suggestions p{margin:0 0 12px;color:#374151;font-weight:600}.error-suggestions ul{margin:8px 0 16px 20px;padding:0;color:#6b7280}.error-suggestions li{margin:6px 0;line-height:1.4}.error-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.retry-button{padding:12px 24px;border-radius:8px;font-weight:600;font-size:14px;cursor:pointer;transition:all .2s ease;border:none;min-width:140px}.retry-button.primary{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 12px #dc26264d}.retry-button.primary:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 6px 16px #dc262666}.retry-button.secondary{background:#fff;color:#dc2626;border:2px solid #dc2626}.retry-button.secondary:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.retry-button:active{transform:translateY(0)}@media (max-width: 768px){.error-message{margin:20px;padding:24px}.error-actions{flex-direction:column;align-items:center}.retry-button{width:100%;max-width:200px}}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.skeleton-table{opacity:.9;pointer-events:none}.skeleton-row{animation:skeleton-pulse 2s ease-in-out infinite}.skeleton-row:nth-child(2n){animation-delay:.1s}.skeleton-row:nth-child(odd){animation-delay:.2s}.skeleton-cell{position:relative;overflow:hidden}.skeleton-text,.skeleton-image,.skeleton-badge,.skeleton-button{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;position:relative;overflow:hidden}@media (prefers-reduced-motion: reduce){.skeleton-text,.skeleton-image,.skeleton-badge,.skeleton-button{animation:skeleton-pulse 2s ease-in-out infinite}.skeleton-row{animation:none}}@media (prefers-contrast: high){.skeleton-text,.skeleton-image,.skeleton-badge,.skeleton-button{background:linear-gradient(90deg,#d0d0d0 25%,#b0b0b0,#d0d0d0 75%);background-size:200px 100%}}.skeleton-collection-info{display:flex;align-items:center;gap:14px}.skeleton-image{width:44px;height:44px;border-radius:8px;flex-shrink:0}.skeleton-collection-name{height:16px;width:140px;max-width:100%}.skeleton-badge{height:24px;width:80px;border-radius:12px}.skeleton-holdings{height:16px;width:40px}.skeleton-price{height:16px;width:70px}.skeleton-change{height:16px;width:60px}.skeleton-burn{height:16px;width:50px}.skeleton-market-cap-ratio{height:16px;width:60px}.skeleton-market-cap{height:16px;width:90px}.skeleton-button{height:32px;width:80px;border-radius:6px}.skeleton-pagination{margin-top:32px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.skeleton-pagination-text{height:16px;width:180px}.pagination-controls{display:flex;gap:8px;align-items:center}.skeleton-pagination-button{height:36px;width:60px;border-radius:6px}.skeleton-pagination-button.skeleton-page-number{width:36px}.skeleton-table-container .search-input:disabled,.skeleton-table-container .items-per-page-select:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed;opacity:.6}.skeleton-container{animation:skeleton-fade-in .3s ease-in-out}.skeleton-table-container{transition:opacity .3s ease-in-out}.skeleton-table-container.fade-out{opacity:0}@keyframes skeleton-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.skeleton-collection-name{width:100px}.skeleton-holdings{width:30px}.skeleton-price,.skeleton-change,.skeleton-burn,.skeleton-market-cap-ratio{width:50px}.skeleton-market-cap{width:70px}.skeleton-pagination-text{width:120px}.skeleton-collection-info{flex-direction:row;align-items:center;gap:14px}.collection-merged-content{display:flex;flex-direction:column;align-items:flex-start;gap:2px;width:100%}.strategy-name-mobile{opacity:.7}.skeleton-table th:nth-child(2),.skeleton-table td:nth-child(2){display:none}.skeleton-cell.collection-cell{position:sticky;left:0;z-index:10;background-color:#fff}}@media (max-width: 480px){.skeleton-collection-info{gap:14px}.skeleton-image{width:32px;height:32px}.skeleton-collection-name{width:80px}.skeleton-badge{width:60px;height:20px}.skeleton-button{width:60px;height:28px}}.skeleton-table-container [disabled]{outline:none}.skeleton-loading-announcement{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.skeleton-table tbody tr:hover{background-color:inherit;transform:none;box-shadow:none}.skeleton-table th.sortable:hover{background:inherit;transform:none;cursor:default}.skeleton-row:nth-child(3n) .skeleton-collection-name{width:120px}.skeleton-row:nth-child(3n+1) .skeleton-collection-name{width:160px}.skeleton-row:nth-child(4n) .skeleton-price{width:85px}.skeleton-row:nth-child(4n+1) .skeleton-change{width:75px}.skeleton-row:nth-child(5n) .skeleton-market-cap{width:110px}.loading-cell{position:relative;opacity:.6}.loading-cell:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.7) 50%,transparent 100%);animation:progressive-shimmer 2s infinite;pointer-events:none;z-index:1}@keyframes progressive-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.loading-field{background:linear-gradient(90deg,#f8f9fa 25%,#e9ecef,#f8f9fa 75%);background-size:200px 100%;animation:skeleton-shimmer 1.5s infinite;border-radius:4px;color:transparent;min-height:16px;display:inline-block;min-width:40px}.loading-field.wide{min-width:80px}.loading-field.narrow{min-width:30px}.skeleton-mnav{height:16px;width:50px}.progressive-fade-in{animation:progressive-fade-in .4s ease-out}@keyframes progressive-fade-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.dark .loading-field{background:linear-gradient(90deg,#374151 25%,#4b5563,#374151 75%);background-size:200px 100%}.dark .loading-cell:after{background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.3) 50%,transparent 100%)}.skeleton-table *{will-change:auto}.skeleton-text,.skeleton-image,.skeleton-badge,.skeleton-button{will-change:background-position}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #007AFF;--secondary-color: #34C759;--accent-color: #DD5994;--background: #FFF6FB;--surface: #f2f2f7;--surface-hover: #e5e5ea;--border: #d1d1d6;--text-primary: #000000;--text-secondary: #3c3c43;--text-tertiary: #3c3c434d;--text-quaternary: #3c3c432e;--error: #FF3B30;--warning: #FF9500;--success: #34C759;--fill-primary: #3c3c43;--fill-secondary: #3c3c4399;--fill-tertiary: #3c3c434d;--fill-quaternary: #3c3c432e;--material-regular: rgba(255, 255, 255, .8);--material-thick: rgba(255, 255, 255, .95);--material-thin: rgba(255, 255, 255, .6);--separator-opaque: #c6c6c8;--separator-non-opaque: #3c3c434a;--space-2xs: .125rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--container-padding: var(--space-md);--card-padding: var(--space-md);--section-spacing: var(--space-xl);--element-spacing: var(--space-md);--table-cell-padding: var(--space-sm) var(--space-md);--mobile-container-padding: var(--space-sm);--mobile-card-padding: var(--space-sm);--mobile-section-spacing: var(--space-lg);--mobile-element-spacing: var(--space-sm);--font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--font-size-caption: .75rem;--font-size-caption-bold: .75rem;--font-size-table-medium: .875rem;--font-size-small-highlight: .875rem;--font-size-body-small: .875rem;--font-size-body-regular: 1rem;--font-size-body-medium: 1.125rem;--font-size-body-bold: 1.125rem;--font-size-button-small: 1.125rem;--font-size-button-bold: .9375rem;--font-size-link-small: .75rem;--font-size-link-large: 1rem;--font-size-h4-subtitle: 1.5rem;--font-size-h3-section: 1.5rem;--font-size-h2-page: 2rem;--font-size-h1-big: 2.5rem;--line-height-caption: 1rem;--line-height-table: 1.375rem;--line-height-body: 1.5rem;--line-height-subtitle: 2rem;--line-height-section: 2rem;--line-height-page-title: 2.5rem;--line-height-big-title: 2.8125rem;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-size-xs: var(--font-size-caption);--font-size-sm: var(--font-size-table-medium);--font-size-base: var(--font-size-body-regular);--font-size-lg: var(--font-size-body-medium);--font-size-xl: var(--font-size-h4-subtitle);--font-size-2xl: var(--font-size-h2-page);--font-size-3xl: var(--font-size-h1-big);--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem}.dark{--primary-color: #0A84FF;--secondary-color: #32D74B;--accent-color: #DD5994;--background: #000000;--surface: #1c1c1e;--surface-hover: #2c2c2e;--border: #38383a;--text-primary: #ffffff;--text-secondary: #ebebf5;--text-tertiary: #ebebf599;--text-quaternary: #ebebf54d;--error: #FF453A;--warning: #FF9F0A;--success: #32D74B;--fill-primary: #ebebf5;--fill-secondary: #ebebf599;--fill-tertiary: #ebebf54d;--fill-quaternary: #ebebf52e;--material-regular: rgba(28, 28, 30, .8);--material-thick: rgba(28, 28, 30, .95);--material-thin: rgba(28, 28, 30, .6);--separator-opaque: #38383a;--separator-non-opaque: #54545899}body{font-family:var(--font-family);line-height:1.6;color:var(--text-primary);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s ease,color .2s ease}#root{min-height:100vh;display:flex;flex-direction:column}.scrollbar-hide{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hide::-webkit-scrollbar{display:none}.thick-border-light{border:2px solid #000000}.thick-border-dark{border:2px solid #ffffff}.text-caption{font-family:DM Sans,sans-serif;font-size:var(--font-size-caption);line-height:var(--line-height-caption);font-weight:var(--font-weight-regular);letter-spacing:0}.text-caption-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-caption-bold);line-height:var(--line-height-caption);font-weight:var(--font-weight-bold);letter-spacing:0}.text-table-medium{font-family:DM Sans,sans-serif;font-size:var(--font-size-table-medium);line-height:var(--line-height-table);font-weight:var(--font-weight-regular);letter-spacing:0}.text-small-highlight-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-small-highlight);line-height:var(--line-height-table);font-weight:var(--font-weight-bold);letter-spacing:0}.text-body-small{font-family:DM Sans,sans-serif;font-size:var(--font-size-body-small);line-height:var(--line-height-body);font-weight:var(--font-weight-medium);letter-spacing:0}.text-body-regular{font-family:DM Sans,sans-serif;font-size:var(--font-size-body-regular);line-height:var(--line-height-body);font-weight:var(--font-weight-medium);letter-spacing:0}.text-body-medium{font-family:DM Sans,sans-serif;font-size:var(--font-size-body-medium);line-height:var(--line-height-body);font-weight:var(--font-weight-semibold);letter-spacing:0}.text-body-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-body-bold);line-height:var(--line-height-body);font-weight:var(--font-weight-bold);letter-spacing:0}.text-button-small{font-family:DM Sans,sans-serif;font-size:var(--font-size-button-small);line-height:var(--line-height-body);font-weight:var(--font-weight-bold);letter-spacing:0}.text-button-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-button-bold);line-height:var(--line-height-body);font-weight:var(--font-weight-bold);letter-spacing:0}.text-link-small{font-family:DM Sans,sans-serif;font-size:var(--font-size-link-small);line-height:var(--line-height-body);font-weight:var(--font-weight-bold);letter-spacing:0}.text-link-large{font-family:DM Sans,sans-serif;font-size:var(--font-size-link-large);line-height:var(--line-height-body);font-weight:var(--font-weight-bold);letter-spacing:0}.text-h4-subtitle-semibold,.text-h4-subtitle-regular{font-family:DM Sans,sans-serif;font-size:var(--font-size-h4-subtitle);line-height:var(--line-height-subtitle);font-weight:var(--font-weight-medium);letter-spacing:0}.text-h3-section-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-h3-section);line-height:var(--line-height-section);font-weight:var(--font-weight-bold);letter-spacing:0}.text-h2-page-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-h2-page);line-height:var(--line-height-page-title);font-weight:var(--font-weight-bold);letter-spacing:0}.text-h1-big-bold{font-family:DM Sans,sans-serif;font-size:var(--font-size-h1-big);line-height:var(--line-height-big-title);font-weight:var(--font-weight-bold);letter-spacing:0}
