.Sidebar-module__WZVnLW__sidebar{background:var(--sidebar-bg);width:260px;height:calc(100vh - 2rem);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--sidebar-border);border-radius:var(--radius-xl);z-index:50;flex-direction:column;padding:2rem 1.5rem;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:1rem;left:1rem;box-shadow:0 8px 32px #0000005e}@media (max-width:1024px){.Sidebar-module__WZVnLW__sidebar{background:#0f172af2;border-radius:0;height:100vh;top:0;left:0;transform:translate(-100%)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__mobileOpen{transform:translate(0)}}.Sidebar-module__WZVnLW__backdrop{z-index:40;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0009;transition:opacity .3s;display:none;position:fixed;inset:0}@media (max-width:1024px){.Sidebar-module__WZVnLW__backdrop.Sidebar-module__WZVnLW__backdropOpen{opacity:1;display:block}}.Sidebar-module__WZVnLW__logo{flex-direction:column;gap:.25rem;margin-bottom:3.5rem;padding-left:.5rem;display:flex}.Sidebar-module__WZVnLW__logoItem{align-items:center;gap:.75rem;display:flex}.Sidebar-module__WZVnLW__iconPrimary{color:var(--accent-cyan);filter:drop-shadow(0 0 10px #06b6d480)}.Sidebar-module__WZVnLW__logoText{color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(135deg,var(--logo-gradient-start)0%,var(--accent-cyan)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.75rem;font-weight:700}.Sidebar-module__WZVnLW__logoSub{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;opacity:.7;margin-left:.2rem;font-size:.7rem;font-weight:500}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.5rem;display:flex}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius-lg);color:var(--text-secondary);border:1px solid #0000;align-items:center;gap:1rem;padding:.875rem 1.25rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex;position:relative;overflow:hidden}.Sidebar-module__WZVnLW__navItem:hover{color:var(--text-primary);background:#ffffff08;transform:translate(4px)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{color:var(--accent-cyan);background:#06b6d41a;border:1px solid #06b6d433;font-weight:600;box-shadow:0 0 15px #06b6d41a}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active:before{content:"";background:var(--accent-cyan);width:3px;height:16px;box-shadow:0 0 5px var(--accent-cyan);border-radius:2px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--glass-border);padding-top:1.5rem}.Sidebar-module__WZVnLW__logout{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-lg);width:100%;transition:var(--theme-transition);background:0 0;border:1px solid #0000;align-items:center;gap:.75rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;display:flex}.Sidebar-module__WZVnLW__logout:hover{color:var(--accent-magenta);background:#d946ef1a;border-color:#d946ef33}
.Dashboard-module__9tS84W__layout{min-height:100vh;display:flex}.Dashboard-module__9tS84W__main{flex:1;max-width:1800px;margin-left:280px;padding:3rem 4rem}.Dashboard-module__9tS84W__header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.Dashboard-module__9tS84W__headerTitleGroup{align-items:center;gap:1.5rem;display:flex}.Dashboard-module__9tS84W__menuButton{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-primary);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);transition:var(--theme-transition);padding:.5rem;display:none}.Dashboard-module__9tS84W__menuButton:hover{background:var(--glass-highlight);border-color:var(--accent-cyan)}@media (max-width:1024px){.Dashboard-module__9tS84W__menuButton{justify-content:center;align-items:center;display:flex}}.Dashboard-module__9tS84W__greetingH1{color:var(--text-primary);letter-spacing:-.03em;text-shadow:0 0 20px #ffffff1a;margin-bottom:.25rem;font-size:2.5rem;font-weight:700}.Dashboard-module__9tS84W__greetingSub{color:var(--text-secondary);font-size:1.1rem;font-weight:400}.Dashboard-module__9tS84W__summarySection{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}.Dashboard-module__9tS84W__chartSection{grid-template-columns:2fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.Dashboard-module__9tS84W__tableSection{border-radius:var(--radius-xl);margin-top:2rem;padding:2rem}@media (max-width:1400px){.Dashboard-module__9tS84W__chartSection{grid-template-columns:1fr}}@media (max-width:1024px){.Dashboard-module__9tS84W__main{margin-left:0;padding:2rem 1.5rem}.Dashboard-module__9tS84W__header{margin-bottom:2.5rem}.Dashboard-module__9tS84W__summarySection{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:640px){.Dashboard-module__9tS84W__main{padding:1.5rem 1rem}.Dashboard-module__9tS84W__header{flex-direction:column;align-items:flex-start;gap:1.5rem}.Dashboard-module__9tS84W__greetingH1{font-size:2rem}.Dashboard-module__9tS84W__summarySection{grid-template-columns:1fr;gap:1.25rem}.Dashboard-module__9tS84W__tableSection{padding:1rem}}@keyframes Dashboard-module__9tS84W__wave{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.Dashboard-module__9tS84W__waveEmoji{transform-origin:70% 70%;margin-left:.5rem;animation:2.5s infinite Dashboard-module__9tS84W__wave;display:inline-block}
.SummaryCard-module__0tG5mW__card{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);border-radius:var(--radius-xl);border:1px solid var(--glass-border);flex-direction:column;justify-content:space-between;min-height:180px;padding:1.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.SummaryCard-module__0tG5mW__card:hover{border-color:#fff3;transform:translateY(-5px)scale(1.02);box-shadow:0 15px 35px #0000004d,0 0 20px #06b6d41a}.SummaryCard-module__0tG5mW__card:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#fff0 100%);width:100%;height:100%;position:absolute;top:0;left:0}.SummaryCard-module__0tG5mW__header{z-index:1;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.SummaryCard-module__0tG5mW__iconWrapper{border-radius:var(--radius-lg);transition:var(--theme-transition);background:#ffffff0d;border:1px solid #ffffff0d;justify-content:center;align-items:center;padding:.75rem;display:flex;box-shadow:0 4px 10px #0000001a}.SummaryCard-module__0tG5mW__card:hover .SummaryCard-module__0tG5mW__iconWrapper{background:#06b6d41a;border-color:#06b6d433;box-shadow:0 0 15px #06b6d433}.SummaryCard-module__0tG5mW__titleIcon{color:var(--text-secondary);transition:color .3s}.SummaryCard-module__0tG5mW__card:hover .SummaryCard-module__0tG5mW__titleIcon{color:var(--accent-cyan)}.SummaryCard-module__0tG5mW__label{color:var(--text-secondary);margin-top:.25rem;font-size:.85rem;font-weight:500}.SummaryCard-module__0tG5mW__value{color:var(--text-primary);letter-spacing:-.03em;z-index:1;text-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1}.SummaryCard-module__0tG5mW__statsRow{z-index:1;flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.SummaryCard-module__0tG5mW__statItem{border-radius:var(--radius-md);background:#0003;border:1px solid #ffffff05;justify-content:space-between;align-items:center;padding:.5rem .75rem;font-size:.85rem;display:flex}.SummaryCard-module__0tG5mW__labelSecondary{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:600}.SummaryCard-module__0tG5mW__changeWrap{font-weight:600;font-family:var(--font-primary);font-feature-settings:"tnum";align-items:center;gap:.25rem;display:flex}.SummaryCard-module__0tG5mW__changePositive{color:var(--accent-green);text-shadow:0 0 10px #22c55e33}.SummaryCard-module__0tG5mW__changeNegative{color:var(--accent-magenta);text-shadow:0 0 10px #d946ef33}
.AssetTable-module__XuGEOG__container{box-shadow:none;background-color:#0000;border:none;border-radius:0;width:100%;margin-top:0;padding:0}.AssetTable-module__XuGEOG__heading{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;padding-left:.5rem;font-size:.8rem;font-weight:700}.AssetTable-module__XuGEOG__tableWrapper{-webkit-overflow-scrolling:touch;border-radius:var(--radius-lg);border:1px solid var(--glass-border);overflow-x:auto}.AssetTable-module__XuGEOG__table{border-collapse:separate;border-spacing:0;width:100%;font-size:.95rem}.AssetTable-module__XuGEOG__table thead{background:#0003}[data-theme=light] .AssetTable-module__XuGEOG__table thead{background:#00000008}.AssetTable-module__XuGEOG__table th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--glass-border);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;padding:1rem 1.5rem;font-size:.75rem;font-weight:600}.AssetTable-module__XuGEOG__table th.AssetTable-module__XuGEOG__alignRight{text-align:right}.AssetTable-module__XuGEOG__table td{border-bottom:1px solid var(--glass-border);color:var(--text-primary);vertical-align:middle;background:#ffffff03;padding:1.25rem 1.5rem;font-weight:500;transition:background .2s}[data-theme=light] .AssetTable-module__XuGEOG__table td{background:#ffffff80}.AssetTable-module__XuGEOG__table tbody tr:hover td{background:#ffffff0d}[data-theme=light] .AssetTable-module__XuGEOG__table tbody tr:hover td{background:#00000005}.AssetTable-module__XuGEOG__table tr:last-child td{border-bottom:none}.AssetTable-module__XuGEOG__assetName{flex-direction:column;justify-content:center;display:flex}.AssetTable-module__XuGEOG__symbol{color:var(--accent-cyan);letter-spacing:-.01em;text-shadow:0 0 10px #06b6d433;font-size:1.05rem;font-weight:700}[data-theme=light] .AssetTable-module__XuGEOG__symbol{text-shadow:none}.AssetTable-module__XuGEOG__fullName{color:var(--text-secondary);margin-top:.2rem;font-size:.8rem;font-weight:500}.AssetTable-module__XuGEOG__alignRight{text-align:right}.AssetTable-module__XuGEOG__positive{color:var(--accent-green);text-shadow:0 0 8px #22c55e1a;font-weight:600}[data-theme=light] .AssetTable-module__XuGEOG__positive{text-shadow:none}.AssetTable-module__XuGEOG__negative{color:var(--accent-magenta);text-shadow:0 0 8px #d946ef1a;font-weight:600}[data-theme=light] .AssetTable-module__XuGEOG__negative{text-shadow:none}
.Analysis-module__rwxTaG__sectionCard{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);border-radius:var(--radius-xl);border:1px solid var(--glass-border);flex-direction:column;padding:2rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000001a}.Analysis-module__rwxTaG__sectionCard:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.Analysis-module__rwxTaG__sectionCard h2{border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.Analysis-module__rwxTaG__sectionHeaderIcon{background:var(--accent-cyan);border-radius:4px;width:6px;height:24px;box-shadow:0 0 10px #06b6d466}.Analysis-module__rwxTaG__prose{color:var(--text-secondary);max-width:none;font-size:1.05rem;line-height:1.8}.Analysis-module__rwxTaG__prose p{margin-bottom:1.5rem}.Analysis-module__rwxTaG__prose strong{color:var(--text-primary);font-weight:600}.Analysis-module__rwxTaG__prose ul{margin-bottom:1.5rem;padding-left:0;list-style-type:none}.Analysis-module__rwxTaG__prose li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.Analysis-module__rwxTaG__prose li:before{content:"•";color:var(--accent-cyan);font-weight:700;position:absolute;left:0}.Analysis-module__rwxTaG__prose blockquote{border-left:4px solid var(--accent-purple);color:var(--text-secondary);background:#a855f70d;border-radius:0 8px 8px 0;margin:1.5rem 0;padding:1rem;font-style:italic}.Analysis-module__rwxTaG__prose h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.2rem;font-weight:600}a.Analysis-module__rwxTaG__highlightLink{color:var(--accent-cyan);border-bottom:1px solid #0000;text-decoration:none;transition:border-color .2s}a.Analysis-module__rwxTaG__highlightLink:hover{border-bottom-color:var(--accent-cyan)}.Analysis-module__rwxTaG__prose table{border-collapse:collapse;width:100%;margin:1.5rem 0;font-size:.95rem}.Analysis-module__rwxTaG__prose th{text-align:left;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid var(--border-color);padding:.75rem;font-size:.8rem;font-weight:600}.Analysis-module__rwxTaG__prose td{border-bottom:1px solid var(--border-color);color:var(--text-secondary);padding:.75rem}.Analysis-module__rwxTaG__prose tr:last-child td{border-bottom:none}
.Settings-module__h9_rbW__container{max-width:800px;color:var(--text-primary);margin:0 auto;padding:2rem}.Settings-module__h9_rbW__title{color:var(--text-primary);margin-bottom:2rem;font-size:1.5rem;font-weight:600}.Settings-module__h9_rbW__section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-lg);margin-bottom:2rem;padding:1.5rem}.Settings-module__h9_rbW__sectionTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.125rem;font-weight:500}.Settings-module__h9_rbW__formGroup{margin-bottom:1.5rem}.Settings-module__h9_rbW__label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.Settings-module__h9_rbW__input{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);padding:.75rem;font-size:.875rem;transition:all .2s}.Settings-module__h9_rbW__input:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px var(--accent-color-alpha);outline:none}.Settings-module__h9_rbW__helpText{color:var(--text-tertiary);margin-top:.5rem;font-size:.75rem}.Settings-module__h9_rbW__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}.Settings-module__h9_rbW__saveButton{background:var(--accent-color);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.Settings-module__h9_rbW__saveButton:hover{opacity:.9}.Settings-module__h9_rbW__saveButton:disabled{opacity:.5;cursor:not-allowed}.Settings-module__h9_rbW__successMessage{color:#22c55e;border-radius:var(--radius-md);background:#22c55e1a;margin-bottom:1rem;padding:1rem;font-size:.875rem}
.RefreshButton-module__Ku_5Rq__refreshButton{background:var(--card-bg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;transition:var(--theme-transition);box-shadow:var(--card-shadow);align-items:center;gap:.75rem;padding:.625rem 1.25rem;font-size:.85rem;font-weight:600;display:flex}.RefreshButton-module__Ku_5Rq__refreshButton:hover{background:var(--hover-bg);border-color:var(--accent-color);color:var(--accent-color)}.RefreshButton-module__Ku_5Rq__refreshButton:disabled{opacity:.6;cursor:wait}.RefreshButton-module__Ku_5Rq__spinning{animation:1s linear infinite RefreshButton-module__Ku_5Rq__spin}@keyframes RefreshButton-module__Ku_5Rq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.RefreshButton-module__Ku_5Rq__container{flex-direction:column;align-items:center;display:flex;position:relative}.RefreshButton-module__Ku_5Rq__cooldownMessage{color:var(--text-secondary);white-space:nowrap;margin-top:.5rem;font-size:.75rem;position:absolute;top:100%}
