@import"https://fonts.googleapis.com/css2?family=Signika+Negative:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600&display=swap";._errorBoundary_gbyi2_1{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}._content_gbyi2_9{text-align:center;max-width:500px}._icon_gbyi2_14{color:var(--color-error);margin-bottom:1.5rem;opacity:.8}._title_gbyi2_20{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}._description_gbyi2_27{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:2rem}._errorDetails_gbyi2_34{margin:1.5rem 0;text-align:left;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1rem;font-size:.8125rem}._errorDetails_gbyi2_34 summary{cursor:pointer;color:var(--color-text-secondary);font-weight:500;margin-bottom:.5rem}._errorDetails_gbyi2_34 summary:hover{color:var(--color-text-primary)}._errorMessage_gbyi2_53{margin-top:.5rem;padding:.75rem;background:var(--color-surface-elevated);border-radius:6px;overflow-x:auto;font-family:var(--font-mono);font-size:.75rem;color:var(--color-error);white-space:pre-wrap;word-break:break-all}._actions_gbyi2_66{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._retryButton_gbyi2_73,._reloadButton_gbyi2_74{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease;min-height:44px}._retryButton_gbyi2_73{background:var(--color-primary-500);color:#fff}._retryButton_gbyi2_73:hover{background:var(--color-primary-600);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}._reloadButton_gbyi2_74{background:var(--color-surface);color:var(--color-text-primary);border:1px solid var(--color-border)}._reloadButton_gbyi2_74:hover{background:var(--color-surface-elevated);border-color:var(--color-border-hover)}._toggle_1q2ih_1{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}._toggle_1q2ih_1:before{content:"";position:absolute;inset:0;background:var(--color-primary-500);opacity:0;transition:opacity .2s ease}._toggle_1q2ih_1:hover{border-color:var(--color-primary-500);transform:scale(1.05);box-shadow:0 4px 12px #0000001a}._toggle_1q2ih_1:hover:before{opacity:.1}._toggle_1q2ih_1:active{transform:scale(.98)}._icon_1q2ih_36{position:relative;z-index:1;transition:transform .3s ease}._toggle_1q2ih_1:hover ._icon_1q2ih_36{transform:rotate(15deg)}._nav_1yvye_1{display:flex;align-items:center;gap:.5rem;position:absolute;left:50%;transform:translate(-50%);justify-content:center}@media(max-width:768px){._nav_1yvye_1{display:none}}._navLink_1yvye_16{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;text-decoration:none;color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;border-radius:8px;transition:all .2s ease;position:relative}._navLink_1yvye_16:hover{color:var(--color-text-primary);background:var(--color-surface)}._navLink_1yvye_16._active_1yvye_33{color:var(--color-primary-500);background:#6366f11a}._navLink_1yvye_16._homeActive_1yvye_37:after{display:none}._navLink_1yvye_16._active_1yvye_33:not(._homeActive_1yvye_37):after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:4px;height:4px;background:var(--color-primary-500);border-radius:50%}._dropdown_1yvye_52{position:relative}._dropdownTrigger_1yvye_56{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:none;border:none;color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;cursor:pointer;border-radius:8px;transition:all .2s ease;font-family:inherit}._dropdownTrigger_1yvye_56:hover{color:var(--color-text-primary);background:var(--color-surface)}._dropdownTrigger_1yvye_56._active_1yvye_33{color:var(--color-primary-500);background:#6366f11a}._chevron_1yvye_80{transition:transform .2s ease}._chevron_1yvye_80._open_1yvye_83{transform:rotate(180deg)}._dropdownMenu_1yvye_87{position:absolute;top:calc(100% + .25rem);left:0;border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:200px;padding:.75rem .5rem .5rem;z-index:1001;animation:_fadeInDown_1yvye_1 .2s ease;isolation:isolate}[data-theme=light] ._dropdownMenu_1yvye_87{background:#fff!important;backdrop-filter:none;-webkit-backdrop-filter:none}[data-theme=dark] ._dropdownMenu_1yvye_87{background:#262626!important;backdrop-filter:none;-webkit-backdrop-filter:none}._dropdownMenu_1yvye_87:before{content:"";position:absolute;top:-.5rem;left:0;right:0;height:.5rem;z-index:-1}@keyframes _fadeInDown_1yvye_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._dropdownItem_1yvye_131{display:block;padding:.625rem .875rem;text-decoration:none;color:var(--color-text-primary);border-radius:6px;transition:all .2s ease;font-size:.9375rem;position:relative;z-index:1}[data-theme=light] ._dropdownItem_1yvye_131:hover{background:#fafafa}[data-theme=dark] ._dropdownItem_1yvye_131:hover{background:#404040}._dropdownItem_1yvye_131:hover{color:var(--color-primary-500)}._dropdownItem_1yvye_131._active_1yvye_33{background:#6366f11a;color:var(--color-primary-500);font-weight:600}._mobileNav_1yvye_157{display:none}@media(max-width:768px){._mobileNav_1yvye_157{display:block}}._mobileToggle_1yvye_166{display:flex;align-items:center;justify-content:center;padding:.5rem;background:none;border:none;color:var(--color-text-primary);cursor:pointer;border-radius:6px;transition:background .2s ease;min-width:44px;min-height:44px}._mobileToggle_1yvye_166:hover{background:var(--color-surface)}._mobileMenu_1yvye_184{position:fixed;inset:60px 0 0;background:var(--color-surface-elevated);border-top:1px solid var(--color-border);padding:1rem;z-index:999;overflow-y:auto;animation:_slideDown_1yvye_1 .3s ease}@keyframes _slideDown_1yvye_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._mobileLink_1yvye_208{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;text-decoration:none;color:var(--color-text-secondary);font-weight:500;border-radius:8px;transition:all .2s ease;min-height:44px}._mobileLink_1yvye_208:hover{background:var(--color-surface);color:var(--color-text-primary)}._mobileLink_1yvye_208._active_1yvye_33{color:var(--color-primary-500);background:#6366f11a}._mobileSubLink_1yvye_229{padding-left:2.5rem;font-size:.9375rem}._mobileSection_1yvye_234{margin:.5rem 0}._mobileSectionTitle_1yvye_238{padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-tertiary)}._overlay_1htj5_1{position:fixed;inset:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_1htj5_12{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:500px;width:90%;max-height:80vh;overflow:hidden;z-index:1001;display:flex;flex-direction:column}._header_1htj5_30{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border)}._title_1htj5_38{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin:0}._closeButton_1htj5_45{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;border-radius:6px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}._closeButton_1htj5_45:hover{background:var(--color-surface);color:var(--color-text-primary)}._content_1htj5_63{padding:1.5rem;overflow-y:auto}._shortcutsList_1htj5_68{display:flex;flex-direction:column;gap:1rem}._shortcutItem_1htj5_74{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;border-radius:8px;background:var(--color-surface);transition:background .2s ease}._shortcutItem_1htj5_74:hover{background:var(--color-surface-elevated)}._keys_1htj5_88{display:flex;gap:.25rem;align-items:center}._key_1htj5_88{padding:.25rem .5rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:4px;font-family:var(--font-mono);font-size:.75rem;font-weight:600;color:var(--color-text-primary);min-width:24px;text-align:center}._description_1htj5_107{font-size:.9375rem;color:var(--color-text-secondary);flex:1;text-align:right}@media(max-width:768px){._modal_1htj5_12{width:95%;max-height:90vh}._shortcutItem_1htj5_74{flex-direction:column;align-items:flex-start;gap:.5rem}._description_1htj5_107{text-align:left}}._appShell_vcbkt_1{min-height:100vh;display:flex;flex-direction:column;background:var(--color-background);color:var(--color-text-primary);position:relative}._appShell_vcbkt_1:has(._dashboard_vcbkt_10){background:transparent}._header_vcbkt_14{position:sticky;top:0;z-index:100;border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:visible}._header_vcbkt_14:before{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--color-primary-500) 0%,var(--color-secondary-500) 25%,var(--color-primary-500) 50%,var(--color-secondary-500) 75%,var(--color-primary-500) 100%);background-size:200% 100%;animation:_borderGlow_vcbkt_1 3s linear infinite;z-index:1}[data-theme=light] ._header_vcbkt_14{background:#fffc}[data-theme=dark] ._header_vcbkt_14{background:#171717cc}._headerContent_vcbkt_44{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem;position:relative;z-index:2}._logo_vcbkt_56{text-decoration:none;cursor:pointer;transition:opacity .2s ease}._logo_vcbkt_56:hover{opacity:.8}._logo_vcbkt_56 h1{font-size:2.75rem;font-weight:700;line-height:1;background:linear-gradient(135deg,var(--color-primary-500),var(--color-secondary-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}._main_vcbkt_75{flex:1;max-width:1400px;width:100%;margin:0 auto;padding:2rem;position:relative;z-index:1}._main_vcbkt_75:has(._dashboard_vcbkt_10){background:transparent}@keyframes _borderGlow_vcbkt_1{0%{background-position:0% 0%}to{background-position:200% 0%}}@media(max-width:768px){._headerContent_vcbkt_44,._main_vcbkt_75{padding:1rem}}._emptyState_qhzpu_1{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;min-height:300px}._icon_qhzpu_11{color:var(--color-text-tertiary);margin-bottom:1rem;opacity:.6}._title_qhzpu_17{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}._description_qhzpu_24{font-size:.9375rem;color:var(--color-text-secondary);max-width:400px;line-height:1.6;margin-bottom:1.5rem}._actionButton_qhzpu_32{padding:.625rem 1.25rem;background:var(--color-primary-500);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .2s ease}._actionButton_qhzpu_32:hover{background:var(--color-primary-600);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}._actionButton_qhzpu_32:active{transform:translateY(0)}._homePage_csxar_1{min-height:calc(100vh - 80px);padding:2rem 0}._header_csxar_6{text-align:center;margin-bottom:3rem}._title_csxar_11{font-size:3rem;font-weight:700;background:linear-gradient(135deg,var(--color-primary-500),var(--color-secondary-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}._tagline_csxar_21{font-size:1.25rem;color:var(--color-text-secondary);font-weight:400}._projectsGrid_csxar_27{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2rem}._projectCard_csxar_34{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;padding:1.25rem;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden;display:flex;flex-direction:column}._projectCard_csxar_34:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary-500),var(--color-secondary-500));opacity:0;transition:opacity .3s ease}._projectCard_csxar_34:hover{border-color:var(--color-primary-500);box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}._projectCard_csxar_34:hover:before{opacity:1}._cardHeader_csxar_66{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._headerRight_csxar_73{display:flex;align-items:center;gap:.5rem}._dateRange_csxar_79{font-size:.75rem;color:var(--color-text-secondary);font-weight:500;font-family:var(--font-mono)}._checkboxContainer_csxar_86{display:flex;align-items:center}._checkbox_csxar_86{background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:all .2s ease;border-radius:4px}._checkbox_csxar_86:hover{background:var(--color-surface);color:var(--color-primary-500)}._checkIcon_csxar_108{color:var(--color-primary-500)}._circleIcon_csxar_112{color:var(--color-text-tertiary)}._statusBadge_csxar_116{padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusBadge_csxar_116._active_csxar_125{background:#10b9811a;color:var(--color-success);border:1px solid rgba(16,185,129,.2)}._statusBadge_csxar_116._completed_csxar_131{background:#10b981;color:#fff;border:1px solid rgb(16,185,129)}._cardImage_csxar_137{width:100%;height:160px;margin-bottom:1rem;border-radius:8px;overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;flex-shrink:0}._projectImage_csxar_151{width:100%;height:100%;object-fit:cover;object-position:center}._cardContent_csxar_158{margin-bottom:1rem;flex:1}._projectName_csxar_163{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin-bottom:.375rem}._description_csxar_170{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:.75rem;line-height:1.5}._statsContainer_csxar_177{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}._statItem_csxar_184{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--color-border)}._statItem_csxar_184:last-child{border-bottom:none}._statLabel_csxar_195{font-size:.75rem;color:var(--color-text-secondary);font-weight:500;text-transform:uppercase;letter-spacing:.025em}._statValue_csxar_203{font-family:var(--font-mono);font-size:.875rem;font-weight:600;color:var(--color-primary-500)}._cardActions_csxar_210{display:flex;gap:.75rem}._viewButton_csxar_215{flex:1;padding:.625rem 1.25rem;background:var(--color-primary-500);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease}._viewButton_csxar_215:hover{background:var(--color-primary-600);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}._viewButton_csxar_215:active{transform:translateY(0)}._compareBar_csxar_236{position:sticky;bottom:2rem;background:var(--color-surface-elevated);border:1px solid var(--color-primary-500);border-radius:12px;padding:1.5rem;box-shadow:0 8px 24px #00000026;z-index:10}._compareContent_csxar_247{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}._compareText_csxar_255{font-weight:500;color:var(--color-text-primary)}._compareButton_csxar_260{padding:.75rem 2rem;background:var(--color-primary-500);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease}._compareButton_csxar_260:hover{background:var(--color-primary-600);transform:translateY(-2px);box-shadow:0 4px 12px #6366f14d}@media(max-width:768px){._title_csxar_11{font-size:2rem}._tagline_csxar_21{font-size:1rem}._projectsGrid_csxar_27{grid-template-columns:1fr;gap:1.5rem}._projectCard_csxar_34{padding:1rem}._cardImage_csxar_137{height:120px;margin-bottom:.75rem}._projectName_csxar_163{font-size:1.125rem}._description_csxar_170{font-size:.8125rem}._compareBar_csxar_236{bottom:1rem;left:1rem;right:1rem;padding:1rem}._compareContent_csxar_247{flex-direction:column;gap:1rem}._compareButton_csxar_260{width:100%}}._skeleton_1nco0_1{background:linear-gradient(90deg,var(--color-surface) 0%,var(--color-surface-elevated) 50%,var(--color-surface) 100%);background-size:200% 100%;animation:_loading_1nco0_1 1.5s ease-in-out infinite;border-radius:8px}@keyframes _loading_1nco0_1{0%{background-position:200% 0}to{background-position:-200% 0}}._tooltipWrapper_t6tuj_1{position:relative;display:inline-flex;align-items:center;cursor:help;z-index:1}._infoIcon_t6tuj_9{color:var(--color-text-tertiary);transition:color .2s ease}._infoIcon_t6tuj_9:hover{color:var(--color-primary-500)}._tooltip_t6tuj_1{position:absolute;z-index:9999;padding:.5rem .75rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:6px;font-size:.8125rem;color:var(--color-text-primary);line-height:1.4;max-width:250px;box-shadow:0 4px 12px #00000026;animation:_fadeIn_t6tuj_1 .2s ease;pointer-events:none;white-space:normal;word-wrap:break-word;text-transform:none}@keyframes _fadeIn_t6tuj_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._tooltip_t6tuj_1._top_t6tuj_46{bottom:calc(100% + 8px);left:50%;transform:translate(-50%)}._tooltip_t6tuj_1._top_t6tuj_46:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--color-surface-elevated)}._tooltip_t6tuj_1._bottom_t6tuj_61{top:calc(100% + 8px);left:50%;transform:translate(-50%)}._tooltip_t6tuj_1._bottom_t6tuj_61:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:var(--color-surface-elevated)}._tooltip_t6tuj_1._left_t6tuj_76{right:calc(100% + 8px);top:50%;transform:translateY(-50%)}._tooltip_t6tuj_1._left_t6tuj_76:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-left-color:var(--color-surface-elevated)}._tooltip_t6tuj_1._right_t6tuj_91{left:calc(100% + 8px);top:50%;transform:translateY(-50%)}._tooltip_t6tuj_1._right_t6tuj_91:after{content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:var(--color-surface-elevated)}._statCard_1kn6m_1{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;padding:1rem 1.25rem;position:relative;overflow:visible;transition:all .3s ease;cursor:inherit;min-height:100px;display:flex;flex-direction:column;justify-content:space-between}._statCard_1kn6m_1:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--color-primary-500),var(--color-secondary-500));opacity:0;transition:opacity .3s ease}._statCard_1kn6m_1:hover{border-color:var(--color-primary-500);box-shadow:0 8px 24px #0000001a;transform:translateY(-4px)}._statCard_1kn6m_1:hover:before{opacity:1}._header_1kn6m_35{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}._icon_1kn6m_42{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;background:var(--color-primary-500);color:#fff;flex-shrink:0}._label_1kn6m_54{font-size:.75rem;font-weight:500;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;line-height:1.3;flex:1;min-width:0;word-wrap:break-word;display:flex;align-items:center;gap:.25rem}._value_1kn6m_69{font-size:1.5rem;font-weight:700;font-family:var(--font-mono);color:var(--color-text-primary);line-height:1.2;margin-bottom:0;word-break:break-word;overflow-wrap:break-word}._value_1kn6m_69._compact_1kn6m_79{font-size:1.25rem}._value_1kn6m_69._veryCompact_1kn6m_82{font-size:1rem;line-height:1.3}._subText_1kn6m_87{font-size:.875rem;color:var(--color-text-tertiary)}._trend_1kn6m_92{position:absolute;top:1rem;right:1rem;font-size:1.25rem;font-weight:600}._trend_1kn6m_92._up_1kn6m_100{color:var(--color-success)}._trend_1kn6m_92._down_1kn6m_104{color:var(--color-error)}@media(max-width:768px){._statCard_1kn6m_1{padding:.875rem 1rem}._value_1kn6m_69{font-size:1.5rem}._header_1kn6m_35{margin-bottom:.5rem}}._overlay_ce3ae_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._modal_ce3ae_18{position:relative;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:600px;min-height:400px;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;z-index:10000;margin:auto;overflow:hidden}._header_ce3ae_35{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid var(--color-border);flex-shrink:0}._headerContent_ce3ae_44{flex:1}._title_ce3ae_48{font-size:1.25rem;font-weight:700;color:var(--color-text-primary);margin:0 0 .5rem}._totalValue_ce3ae_55{font-size:1.5rem;font-weight:700;font-family:var(--font-mono);color:var(--color-primary-500)}._closeButton_ce3ae_62{background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:1rem}._closeButton_ce3ae_62:hover{background:var(--color-surface);color:var(--color-text-primary)}._content_ce3ae_81{padding:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch}._chartContainer_ce3ae_90{margin-bottom:1.5rem;min-height:300px}._dataTable_ce3ae_95{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}._dataRow_ce3ae_103{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}._dataDay_ce3ae_113{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}._dataValue_ce3ae_119{font-size:.875rem;font-family:var(--font-mono);font-weight:600;color:var(--color-text-primary)}@media(max-width:768px){._overlay_ce3ae_1{padding:1rem;align-items:center;justify-content:center}._modal_ce3ae_18{width:100%;max-width:100%;max-height:calc(100vh - 2rem);border-radius:12px;margin:0}._header_ce3ae_35{padding:1rem;flex-wrap:wrap}._headerContent_ce3ae_44{min-width:0;flex:1 1 auto}._title_ce3ae_48,._totalValue_ce3ae_55{font-size:1.125rem;word-break:break-word}._closeButton_ce3ae_62{margin-left:.5rem;padding:.375rem}._content_ce3ae_81{padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._chartContainer_ce3ae_90{min-height:250px;width:100%;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}._chartContainer_ce3ae_90>div{min-width:100%;width:100%!important}._dataTable_ce3ae_95{gap:.5rem}._dataRow_ce3ae_103{padding:.625rem;flex-wrap:wrap;gap:.25rem}._dataDay_ce3ae_113,._dataValue_ce3ae_119{font-size:.8125rem}}._overlay_ox9mt_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}._modal_ox9mt_18{position:relative;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:480px;max-height:calc(100vh - 2rem);display:flex;flex-direction:column;z-index:10000;margin:auto;overflow:hidden}._header_ox9mt_34{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border);flex-shrink:0}._title_ox9mt_43{font-size:1.125rem;font-weight:700;color:var(--color-text-primary);margin:0}._closeButton_ox9mt_50{background:transparent;border:none;color:var(--color-text-secondary);cursor:pointer;padding:.375rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;margin-left:.75rem}._closeButton_ox9mt_50:hover{background:var(--color-surface);color:var(--color-text-primary)}._closeButton_ox9mt_50:active{transform:scale(.95)}._content_ox9mt_72{padding:1.25rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;-webkit-overflow-scrolling:touch}._contractsList_ox9mt_81{display:flex;flex-direction:column;gap:.75rem}._contractItem_ox9mt_87{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border);transition:all .2s ease;gap:1rem}._contractItem_ox9mt_87:hover{border-color:var(--color-primary-500);background:var(--color-surface-elevated)}._contractInfo_ox9mt_103{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}._contractName_ox9mt_111{font-size:.875rem;font-weight:600;color:var(--color-text-primary);word-break:break-word}._contractType_ox9mt_118{font-size:.75rem;color:var(--color-text-tertiary);text-transform:capitalize;font-weight:500}._contractAddress_ox9mt_125{font-size:.8125rem;font-family:var(--font-mono);color:var(--color-primary-500);text-decoration:none;font-weight:500;padding:.375rem .625rem;border-radius:6px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);transition:all .2s ease;white-space:nowrap;flex-shrink:0}._contractAddress_ox9mt_125:hover{background:#6366f126;border-color:var(--color-primary-500);color:var(--color-primary-600)}._contractAddress_ox9mt_125:active{transform:scale(.98)}@media(max-width:768px){._overlay_ox9mt_1{padding:.75rem}._modal_ox9mt_18{max-width:100%;border-radius:12px}._header_ox9mt_34{padding:.875rem 1rem}._title_ox9mt_43{font-size:1rem}._closeButton_ox9mt_50{padding:.25rem;margin-left:.5rem}._content_ox9mt_72{padding:1rem}._contractItem_ox9mt_87{flex-direction:column;align-items:flex-start;padding:.75rem;gap:.5rem}._contractAddress_ox9mt_125{width:100%;text-align:center;padding:.5rem}}._leaderboard_ec75z_1{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;transition:all .3s ease}._leaderboard_ec75z_1:hover{border-color:var(--color-primary-500);box-shadow:0 4px 16px #0000001a}._header_ec75z_13{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._titleRow_ec75z_20{display:flex;justify-content:space-between;align-items:center;gap:1rem}._title_ec75z_20{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0}._sortControls_ec75z_34{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._exportButton_ec75z_41{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}._exportButton_ec75z_41:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(from 0deg,var(--color-primary-500),var(--color-secondary-500),var(--color-primary-500),var(--color-secondary-500),var(--color-primary-500));animation:_borderRotate_ec75z_1 3s linear infinite;opacity:1;transition:opacity .3s ease}._exportButton_ec75z_41:after{content:"";position:absolute;inset:2px;border-radius:4px;background:var(--color-surface);z-index:0}._exportButton_ec75z_41>*{position:relative;z-index:1}._exportButton_ec75z_41:hover{border-color:transparent;color:var(--color-text-primary);background:var(--color-surface-elevated)}._exportButton_ec75z_41:hover:before{opacity:0}._exportButton_ec75z_41:hover:after{background:var(--color-surface-elevated)}@keyframes _borderRotate_ec75z_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._sortLabel_ec75z_101{font-size:.875rem;color:var(--color-text-secondary);font-weight:500}._sortButtons_ec75z_107{display:flex;gap:.5rem;flex-wrap:wrap}._sortButton_ec75z_107{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:6px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease}._sortButton_ec75z_107:hover{border-color:var(--color-primary-500);color:var(--color-text-primary);background:var(--color-surface-elevated)}._sortButton_ec75z_107._active_ec75z_132{background:var(--color-primary-500);color:#fff;border-color:var(--color-primary-500)}._loading_ec75z_138,._empty_ec75z_139{text-align:center;padding:3rem;color:var(--color-text-tertiary)}._list_ec75z_145{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}._item_ec75z_152{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:8px;background:var(--color-surface);border:1px solid transparent;transition:all .2s ease;cursor:pointer}._item_ec75z_152:hover{background:var(--color-surface-elevated);border-color:var(--color-border-hover)}._rank_ec75z_168{font-family:var(--font-mono);font-weight:600;color:var(--color-text-secondary);min-width:50px;text-align:center;font-size:1rem}._info_ec75z_177{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._avatar_ec75z_185{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--color-surface);flex-shrink:0;border:1px solid var(--color-border)}._avatarPlaceholder_ec75z_195{width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,var(--color-primary-500),var(--color-secondary-500));display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem;flex-shrink:0;border:1px solid var(--color-border)}._name_ec75z_210{font-weight:600;color:var(--color-text-primary);font-size:1rem;margin-bottom:.25rem}._address_ec75z_217{font-size:.75rem;color:var(--color-text-tertiary);font-family:var(--font-mono)}._stats_ec75z_223{display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}._stat_ec75z_223{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._statLabel_ec75z_237{font-size:.75rem;color:var(--color-text-tertiary);text-transform:uppercase;letter-spacing:.05em}._statValue_ec75z_244{font-family:var(--font-mono);font-weight:600;color:var(--color-text-primary);font-size:.9375rem}._pagination_ec75z_251{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid var(--color-border);gap:1rem}._pageButton_ec75z_260{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all .2s ease}._pageButton_ec75z_260:hover:not(:disabled){background:var(--color-primary-500);color:#fff;border-color:var(--color-primary-500);transform:translateY(-2px)}._pageButton_ec75z_260:disabled{opacity:.5;cursor:not-allowed}._pageInfo_ec75z_284{font-size:.875rem;color:var(--color-text-secondary);font-family:var(--font-mono)}._highlight_ec75z_290{background:#6366f133;color:var(--color-primary-500);padding:0 2px;border-radius:2px;font-weight:600}@media(max-width:768px){._header_ec75z_13{flex-direction:column;align-items:flex-start}._titleRow_ec75z_20{width:100%;flex-direction:column;align-items:flex-start;gap:.75rem}._exportButton_ec75z_41{align-self:flex-end}._sortControls_ec75z_34{width:100%;flex-direction:column;align-items:flex-start}._sortButtons_ec75z_107{width:100%;flex-direction:column}._sortButton_ec75z_107{width:100%;justify-content:center;min-height:44px}._item_ec75z_152{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem;min-height:auto}._rank_ec75z_168{font-size:.875rem;min-width:auto}._info_ec75z_177{width:100%;flex-direction:row;align-items:center}._avatar_ec75z_185,._avatarPlaceholder_ec75z_195{width:40px;height:40px;font-size:1rem}._name_ec75z_210{font-size:.9375rem}._address_ec75z_217{font-size:.6875rem}._stats_ec75z_223{width:100%;justify-content:space-between;flex-wrap:wrap;gap:.75rem}._stat_ec75z_223{align-items:flex-start;flex:1;min-width:calc(50% - .375rem)}._statLabel_ec75z_237{font-size:.6875rem}._statValue_ec75z_244{font-size:.875rem}._pagination_ec75z_251{flex-direction:column;gap:.75rem}._pageButton_ec75z_260{width:100%;justify-content:center;min-height:44px}._pageInfo_ec75z_284{text-align:center;font-size:.8125rem}}._dashboard_xh7r3_1{padding:1.5rem 0;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:1}._dashboard_xh7r3_1:before{content:"";position:fixed;inset:0;background-image:url("/circusbg%20(2).png");background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-2}._dashboard_xh7r3_1:after{content:"";position:fixed;inset:0;background:#000000bf;z-index:-1}._hero_xh7r3_36{margin-bottom:1.5rem}._heroContent_xh7r3_40{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._projectTitle_xh7r3_48{font-size:2.5rem;font-weight:700;margin:0;background:linear-gradient(90deg,var(--color-primary-500) 0%,var(--color-secondary-500) 25%,var(--color-primary-500) 50%,var(--color-secondary-500) 75%,var(--color-primary-500) 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:_borderGlow_xh7r3_1 3s linear infinite}._heroMeta_xh7r3_60{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._actionButtons_xh7r3_67{display:flex;align-items:center;gap:.5rem}._actionButton_xh7r3_67{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;text-decoration:none;flex-shrink:0}._actionButton_xh7r3_67:hover{background:var(--color-surface-elevated);border-color:var(--color-primary-500);color:var(--color-primary-500);transform:translateY(-1px)}._actionButton_xh7r3_67:active{transform:translateY(0)}._statusBadge_xh7r3_98{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusBadge_xh7r3_98._completed_xh7r3_107{background:#10b981;color:#fff;border:1px solid rgb(16,185,129)}._duration_xh7r3_113{font-size:.875rem;color:#fffc;font-family:var(--font-mono)}._metricsSection_xh7r3_119{margin-bottom:2rem}._metricsHeader_xh7r3_123{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}._exportButton_xh7r3_132{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease;min-height:44px}._exportButton_xh7r3_132:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px)}._metricsGrid_xh7r3_153{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}@media(max-width:1024px){._metricsGrid_xh7r3_153{grid-template-columns:repeat(2,1fr)}}._clickableCard_xh7r3_164{cursor:pointer;transition:transform .2s ease;height:100%}._clickableCard_xh7r3_164:hover{transform:translateY(-2px)}._clickableCard_xh7r3_164:active{transform:translateY(0)}._section_xh7r3_176{margin-bottom:2rem}._section_xh7r3_176:last-child{margin-bottom:0}._sectionTitle_xh7r3_183{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}._leaderboardsGrid_xh7r3_192{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:1200px){._leaderboardsGrid_xh7r3_192{grid-template-columns:1fr}}@media(max-width:768px){._dashboard_xh7r3_1{padding:1rem}._hero_xh7r3_36{margin-bottom:1.25rem}._heroContent_xh7r3_40{flex-direction:column;align-items:flex-start;gap:.75rem}._projectTitle_xh7r3_48{font-size:1.75rem}._heroMeta_xh7r3_60{width:100%}._metricsGrid_xh7r3_153{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}._section_xh7r3_176{margin-bottom:1.5rem}._sectionTitle_xh7r3_183{font-size:1.125rem;margin-bottom:.875rem}._leaderboardsGrid_xh7r3_192{gap:1rem}}@keyframes _borderGlow_xh7r3_1{0%{background-position:0% 0%}to{background-position:200% 0%}}._dashboard_v2ck9_1{padding:1.5rem 0;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:1}._dashboard_v2ck9_1:before{content:"";position:fixed;inset:0;background-image:url(/G5vmzyabsAEZ1SE.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-2}._dashboard_v2ck9_1:after{content:"";position:fixed;inset:0;background:#000000bf;z-index:-1}._hero_v2ck9_36{margin-bottom:1.5rem}._heroContent_v2ck9_40{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._projectTitle_v2ck9_48{font-size:2.5rem;font-weight:700;color:#fff;margin:0}._heroMeta_v2ck9_55{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._actionButtons_v2ck9_62{display:flex;align-items:center;gap:.5rem}._actionButton_v2ck9_62{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;text-decoration:none;flex-shrink:0}._actionButton_v2ck9_62:hover{background:var(--color-surface-elevated);border-color:var(--color-primary-500);color:var(--color-primary-500);transform:translateY(-1px)}._actionButton_v2ck9_62:active{transform:translateY(0)}._statusBadge_v2ck9_93{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusBadge_v2ck9_93._completed_v2ck9_102{background:#10b981;color:#fff;border:1px solid rgb(16,185,129)}._duration_v2ck9_108{font-size:.875rem;color:#fffc;font-family:var(--font-mono)}._metricsGrid_v2ck9_114{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:1024px){._metricsGrid_v2ck9_114{grid-template-columns:repeat(2,1fr)}}._clickableCard_v2ck9_126{cursor:pointer;transition:transform .2s ease}._clickableCard_v2ck9_126:hover{transform:translateY(-2px)}._clickableCard_v2ck9_126:active{transform:translateY(0)}._section_v2ck9_137{margin-bottom:2rem}._section_v2ck9_137:last-child{margin-bottom:0}._sectionTitle_v2ck9_144{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}._sectionGrid_v2ck9_153{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem}._burnCard_v2ck9_159{max-width:700px;margin:0 auto}._leaderboardsGrid_v2ck9_164{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:1200px){._leaderboardsGrid_v2ck9_164{grid-template-columns:1fr}}._burnStats_v2ck9_175{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:.5rem 0}._burnItem_v2ck9_182{display:flex;flex-direction:column;gap:.5rem;padding:.875rem;background:var(--color-surface);border-radius:8px;border:1px solid var(--color-border)}._burnLabel_v2ck9_192{font-weight:500;color:var(--color-text-secondary)}._burnValue_v2ck9_197{font-family:var(--font-mono);font-weight:600;font-size:1rem;color:var(--color-text-primary)}@media(max-width:768px){._dashboard_v2ck9_1{padding:1rem}._hero_v2ck9_36{margin-bottom:1.25rem}._heroContent_v2ck9_40{flex-direction:column;align-items:flex-start;gap:.75rem}._projectTitle_v2ck9_48{font-size:1.75rem}._heroMeta_v2ck9_55{width:100%}._metricsGrid_v2ck9_114{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}._section_v2ck9_137{margin-bottom:1.5rem}._sectionTitle_v2ck9_144{font-size:1.125rem;margin-bottom:.875rem}._sectionGrid_v2ck9_153{grid-template-columns:1fr}._burnCard_v2ck9_159{max-width:100%}._burnStats_v2ck9_175{grid-template-columns:1fr;gap:.75rem}._leaderboardsGrid_v2ck9_164{gap:1rem}}._dashboard_zpftk_1{padding:1.5rem 0;max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:1}._dashboard_zpftk_1:before{content:"";position:fixed;inset:0;background-image:url(/G4nPD4cbYAAOUET.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;z-index:-2}._dashboard_zpftk_1:after{content:"";position:fixed;inset:0;background:#000000bf;z-index:-1}._hero_zpftk_36{margin-bottom:1.5rem}._heroContent_zpftk_40{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._projectTitle_zpftk_48{font-size:2.5rem;font-weight:700;color:#fff;margin:0}._heroMeta_zpftk_55{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._actionButtons_zpftk_62{display:flex;align-items:center;gap:.5rem}._actionButton_zpftk_62{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;color:var(--color-text-secondary);cursor:pointer;transition:all .2s ease;text-decoration:none;flex-shrink:0}._actionButton_zpftk_62:hover{background:var(--color-surface-elevated);border-color:var(--color-primary-500);color:var(--color-primary-500);transform:translateY(-1px)}._actionButton_zpftk_62:active{transform:translateY(0)}._statusBadge_zpftk_93{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._statusBadge_zpftk_93._completed_zpftk_102{background:#10b981;color:#fff;border:1px solid rgb(16,185,129)}._duration_zpftk_108{font-size:.875rem;color:#fffc;font-family:var(--font-mono)}._metricsGrid_zpftk_114{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:1024px){._metricsGrid_zpftk_114{grid-template-columns:repeat(2,1fr)}}._clickableCard_zpftk_126{cursor:pointer;transition:transform .2s ease}._clickableCard_zpftk_126:hover{transform:translateY(-2px)}._clickableCard_zpftk_126:active{transform:translateY(0)}._section_zpftk_137{margin-bottom:2rem}._section_zpftk_137:last-child{margin-bottom:0}._sectionTitle_zpftk_144{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.2)}._leaderboardsGrid_zpftk_153{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:1200px){._leaderboardsGrid_zpftk_153{grid-template-columns:1fr}}@media(max-width:768px){._dashboard_zpftk_1{padding:1rem}._hero_zpftk_36{margin-bottom:1.25rem}._heroContent_zpftk_40{flex-direction:column;align-items:flex-start;gap:.75rem}._projectTitle_zpftk_48{font-size:1.75rem}._heroMeta_zpftk_55{width:100%}._metricsGrid_zpftk_114{grid-template-columns:1fr;gap:.75rem;margin-bottom:1.5rem}._section_zpftk_137{margin-bottom:1.5rem}._sectionTitle_zpftk_144{font-size:1.125rem;margin-bottom:.875rem}._leaderboardsGrid_zpftk_153{gap:1rem}}._comparison_p56cg_1{padding:2rem 0;position:relative}._backButton_p56cg_6{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-text-primary);cursor:pointer;transition:all .2s ease;margin-bottom:2rem}._backButton_p56cg_6:hover{background:var(--color-surface);border-color:var(--color-primary-500);transform:translate(-2px)}._backButton_p56cg_6:hover svg{transform:translate(-2px)}._backButton_p56cg_6:active{transform:translate(0)}._backButton_p56cg_6 svg{transition:transform .2s ease}._header_p56cg_36{text-align:center;margin-bottom:2rem}._title_p56cg_41{font-size:2rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.25rem}._projects_p56cg_48{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}._projectBadge_p56cg_56{padding:.5rem 1.25rem;background:var(--color-surface-elevated);border:1px solid var(--color-primary-500);border-radius:8px;font-weight:600;color:var(--color-text-primary);font-size:.9375rem}._vs_p56cg_66{font-size:1rem;font-weight:600;color:var(--color-text-secondary)}._tableWrapper_p56cg_72{display:flex;justify-content:center;width:100%}._metricsTable_p56cg_78{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;max-width:1200px;width:100%;overflow-x:auto}._tableHeader_p56cg_88{display:grid;gap:1.5rem;padding:1rem 1.5rem;background:var(--color-surface);border-bottom:1px solid var(--color-border);font-weight:600;color:var(--color-text-primary);font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;min-width:fit-content}._tableRow_p56cg_102{display:grid;gap:1.5rem;padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);transition:background .2s ease;min-width:fit-content}._tableRow_p56cg_102:hover{background:var(--color-surface)}._tableRow_p56cg_102:last-child{border-bottom:none}._metricColumn_p56cg_117{font-weight:500;color:var(--color-text-primary);font-size:.9375rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._valueColumn_p56cg_127{font-family:var(--font-mono);font-weight:600;color:var(--color-text-primary);text-align:right;font-size:.9375rem;transition:all .3s ease;min-width:0;white-space:nowrap}._valueColumn_p56cg_127._winner_p56cg_137{color:gold;text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3),0 0 30px rgba(255,215,0,.2);animation:_glow_p56cg_1 2s ease-in-out infinite alternate}@keyframes _glow_p56cg_1{0%{text-shadow:0 0 10px rgba(255,215,0,.5),0 0 20px rgba(255,215,0,.3),0 0 30px rgba(255,215,0,.2)}to{text-shadow:0 0 15px rgba(255,215,0,.7),0 0 25px rgba(255,215,0,.5),0 0 35px rgba(255,215,0,.3),0 0 45px rgba(255,215,0,.2)}}@media(max-width:768px){._title_p56cg_41{font-size:1.75rem}._backButton_p56cg_6{margin-bottom:1.5rem}._tableWrapper_p56cg_72{padding:0 1rem}._projects_p56cg_48{gap:.75rem}._projects_p56cg_48>div{gap:.75rem}._projectBadge_p56cg_56{padding:.4rem 1rem;font-size:.875rem}._vs_p56cg_66{font-size:.875rem}._tableHeader_p56cg_88,._tableRow_p56cg_102{grid-template-columns:1fr!important;gap:.5rem;padding:.875rem 1rem}._valueColumn_p56cg_127{text-align:left}}:root{font-family:Work Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{transition:background-color .3s ease,color .3s ease}#root{min-height:100vh}:root{--font-primary: "Signika Negative", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-secondary: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace}[data-theme=light]{--color-primary-50: #f0f4ff;--color-primary-500: #6366f1;--color-primary-600: #4f46e5;--color-primary-700: #4338ca;--color-secondary-500: #f97316;--color-secondary-600: #ea580c;--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-background: #ffffff;--color-surface: #fafafa;--color-surface-elevated: #ffffff;--color-text-primary: #171717;--color-text-secondary: #525252;--color-text-tertiary: #a3a3a3;--color-border: #e5e5e5;--color-border-hover: #d4d4d4;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}[data-theme=dark]{--color-primary-50: #312e81;--color-primary-500: #818ef8;--color-primary-600: #a4b8fc;--color-primary-700: #c7d7fe;--color-secondary-500: #fb923c;--color-secondary-600: #fdba74;--color-neutral-50: #171717;--color-neutral-100: #262626;--color-neutral-200: #404040;--color-neutral-500: #a3a3a3;--color-neutral-600: #d4d4d4;--color-neutral-700: #e5e5e5;--color-neutral-800: #f5f5f5;--color-neutral-900: #fafafa;--color-background: #0a0a0a;--color-surface: #171717;--color-surface-elevated: #262626;--color-text-primary: #fafafa;--color-text-secondary: #d4d4d4;--color-text-tertiary: #a3a3a3;--color-border: #404040;--color-border-hover: #525252;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6}*{transition:background-color .2s ease,color .2s ease,border-color .2s ease}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-neutral-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-neutral-500)}*:focus-visible{outline:2px solid var(--color-primary-500);outline-offset:2px}::selection{background-color:var(--color-primary-500);color:#fff}h1,h2,h3,h4,h5,h6{font-family:var(--font-primary);font-weight:600}body{font-family:var(--font-secondary)}button,.button,[role=button]{font-family:var(--font-primary)}code,pre,.mono{font-family:var(--font-mono)}@media(max-width:768px){button,a,[role=button],input[type=button],input[type=submit]{min-height:44px;min-width:44px}input,textarea,select{font-size:16px}*{-webkit-overflow-scrolling:touch}*{-webkit-tap-highlight-color:transparent}}
