@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");:root{--bg-primary:#ede7d9;--bg-secondary:#fff;--bg-tertiary:#a49694;--bg-dark:#4b4237;--text-primary:#4b4237;--text-secondary:#736b60;--text-tertiary:#a49694;--text-inverse:#fff;--brand-primary:#4b4237;--brand-secondary:#d5a021;--brand-accent:#736b60;--brand-terracotta:#c84c32;--strategy-scalp:#d5a021;--strategy-swing:#3d7a8a;--strategy-hold:#6b8e6b;--trading-profit:#4a7c59;--trading-loss:#a84832;--trading-neutral:#5a5a5a;--status-open:#c9a961;--status-closed:#4a7c59;--stat-card-bg:#fefdfb;--stat-card-border:#e0d5c7;--table-row-hover:hsla(40,44%,84%,.2);--border-light:#ede7d9;--border-medium:#a49694;--border-dark:#736b60;--font-sans:Sen,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-sen:Sen,sans-serif;--radius-card:12px;--radius-button:8px;--radius-input:6px}.sen,.sen-regular{font-family:var(--font-sen);font-optical-sizing:auto;font-style:normal}.sen-regular{font-weight:400}.sen-medium{font-optical-sizing:auto;font-weight:500;font-style:normal}.sen-medium,.sen-semibold{font-family:var(--font-sen)}.sen-semibold{font-optical-sizing:auto;font-weight:600;font-style:normal}.sen-bold{font-optical-sizing:auto;font-weight:700;font-style:normal}.sen-bold,.sen-extrabold{font-family:var(--font-sen)}.sen-extrabold{font-optical-sizing:auto;font-weight:800;font-style:normal}.heading-xl{font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:48px}.heading-lg,.heading-xl{font-family:var(--font-sen);line-height:1.2;letter-spacing:-.5px}.heading-lg{font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:36px}.heading-md{font-optical-sizing:auto;font-weight:700;font-style:normal;font-size:24px;line-height:1.3}.heading-md,.heading-sm{font-family:var(--font-sen)}.heading-sm{font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:20px;line-height:1.4}.body-text{font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:16px}.body-text,.body-text-medium{font-family:var(--font-sen);line-height:1.5}.body-text-medium{font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:16px}.body-text-semibold{font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:16px}.body-text-semibold,.small-text{font-family:var(--font-sen);line-height:1.5}.small-text{font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:14px}.small-text-medium{font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:14px}.small-text-medium,.small-text-semibold{font-family:var(--font-sen);line-height:1.5}.small-text-semibold{font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:14px}.label{font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:12px;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.button-text,.label{font-family:var(--font-sen)}.button-text{font-optical-sizing:auto;font-weight:600;font-style:normal;font-size:14px;line-height:1}.nav-text{font-optical-sizing:auto;font-weight:500;font-style:normal;font-size:14px}.logo-text,.nav-text{font-family:var(--font-sen);line-height:1}.logo-text{font-optical-sizing:auto;font-weight:800;font-style:normal;font-size:24px;letter-spacing:-.5px}*{box-sizing:border-box;margin:0;padding:0}html{scrollbar-gutter:stable}body{font-family:var(--font-sans);font-optical-sizing:auto;font-weight:400;font-style:normal;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,h1,h2,h3,h4,h5,h6,input,select,textarea{font-family:var(--font-sen);font-optical-sizing:auto;font-style:normal}@media (max-width:640px){.heading-xl{font-size:36px}.heading-lg{font-size:28px}.heading-md,.logo-text{font-size:20px}}.hide-mobile{display:block}@media (max-width:640px){.hide-mobile{display:none!important}}.hide-desktop{display:none}@media (max-width:640px){.hide-desktop{display:block!important}}.responsive-padding{padding:40px}@media (max-width:768px){.responsive-padding{padding:24px}}@media (max-width:640px){.responsive-padding{padding:16px}}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px}@media (max-width:640px){.responsive-grid{grid-template-columns:1fr;gap:16px}}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.5rem;gap:.5rem}@media (max-width:900px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.analytics-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,200px),1fr));grid-gap:16px;gap:16px;margin-bottom:32px;max-width:100%}.analytics-stat-card{background-color:#fefdfb;border-radius:8px;padding:20px;border:1px solid #e0d5c7}.analytics-stat-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.analytics-stat-value{font-size:32px;font-weight:700}@media (max-width:640px){.analytics-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px;margin-bottom:16px}.analytics-stat-card{padding:10px}.analytics-stat-label{font-size:9px;margin-bottom:4px}.analytics-stat-value{font-size:18px}}.analytics-stats-grid-compact{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-bottom:24px}@media (max-width:640px){.analytics-stats-grid-compact{grid-template-columns:repeat(2,1fr)!important;gap:8px;margin-bottom:16px}.analytics-stats-grid-compact>div{padding:10px!important}.analytics-stats-grid-compact div[style*="fontSize: '11px'"]{font-size:9px!important}.analytics-stats-grid-compact div[style*="fontSize: '22px'"],.analytics-stats-grid-compact div[style*="fontSize: '24px'"]{font-size:16px!important}.strategy-tabs{width:100%}.strategy-tabs>*{flex:1 1;text-align:center;min-width:0}}.table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}table td,table th{white-space:nowrap}@media (max-width:768px){table{font-size:13px}td,th{padding:8px!important}}@media (max-width:640px){.export-button{padding:10px!important;min-width:44px!important;justify-content:center}.export-button-count,.export-button-text{display:none!important}}@media (max-width:768px){.table-settings-modal{border-radius:8px!important;margin:0!important;max-height:95vh!important}.modal-content-grid{grid-template-columns:1fr!important;gap:16px!important;padding:16px!important}.column-list-container,.selected-columns-container{max-height:250px!important;min-height:200px!important}.density-buttons{flex-direction:column!important}.density-buttons button{width:100%!important}.modal-footer{flex-direction:column!important}.modal-footer .reset-button,.modal-footer>div{width:100%!important}.modal-footer button{flex:1 1!important;min-width:0!important}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes flashGreen{0%{background-color:transparent}50%{background-color:rgba(74,124,89,.3)}to{background-color:transparent}}@keyframes flashRed{0%{background-color:transparent}50%{background-color:rgba(168,72,50,.3)}to{background-color:transparent}}.price-flash-up{animation:flashGreen .8s ease-in-out}.price-flash-down{animation:flashRed .8s ease-in-out}@media (max-width:768px){.homepage-hero{padding:40px 20px!important}.homepage-hero-title{font-size:36px!important}.homepage-hero-subtitle{font-size:18px!important}.homepage-nav{padding:16px 20px!important}.homepage-nav span{font-size:20px!important}.homepage-section-title{font-size:32px!important}.homepage-section-subtitle{font-size:16px!important}.homepage-cta,.homepage-features,.homepage-strategies{padding:60px 20px!important}.homepage-footer{padding:40px 20px 32px!important}}@media (max-width:640px){.homepage-hero-title{font-size:32px!important}.homepage-hero-subtitle{font-size:16px!important}.homepage-section-title{font-size:28px!important}.homepage-section-subtitle{font-size:15px!important}.homepage-cta-buttons{flex-direction:column;width:100%;padding:0 20px}.homepage-cta-buttons a{width:100%;text-align:center}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.slide-over-backdrop{animation:fadeIn .2s ease-out}.slide-over-panel{animation:slideInRight .3s ease-out}@media (max-width:768px){.slide-over-panel{max-width:90%!important}}.button-container-responsive{margin-left:auto;flex-shrink:0}@media (max-width:1150px){.button-container-responsive{margin-left:0!important;width:100%}}.dashboard-two-column{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px}@media (max-width:1100px){.dashboard-two-column{grid-template-columns:1fr;gap:24px}.dashboard-two-column>section:last-child{order:-1}}.dashboard-section-header{background-color:var(--bg-dark);border-radius:12px 12px 0 0;padding:16px 24px;display:flex;justify-content:space-between;align-items:center;min-height:56px}.dashboard-section-header h2{font-size:18px;font-family:var(--font-sen);font-weight:700;color:var(--text-inverse);margin:0}.correlation-heatmap-container{scrollbar-width:none;-ms-overflow-style:none}.correlation-heatmap-container::-webkit-scrollbar{display:none}