:root{--v2-active-bg:#0a0a0a;--v2-active-fg:#fcfcfc;--v2-inactive-bg:var(--gray-surface-sec);--v2-inactive-fg:var(--gray-cont-prim);--v2-card-bg:white;--v2-card-border:var(--gray-brd-prim);--v2-shimmer-base:#f0f0f0;--v2-shimmer-highlight:#e0e0e0;--v2-backdrop:rgba(0,0,0,0.5)}@media (prefers-color-scheme:dark){:root{--v2-active-bg:#fcfcfc;--v2-active-fg:#0a0a0a;--v2-card-bg:#1a1a1a;--v2-shimmer-base:#2a2a2a;--v2-shimmer-highlight:#3a3a3a;--v2-backdrop:rgba(0,0,0,0.7)}}.v2-button{padding:13px 12px;border-radius:12px;border:none;cursor:pointer;font-family:Inter Variable,sans-serif;font-size:12px;font-weight:500;line-height:14px;height:40px;transition:all .2s}.v2-button-active{background-color:var(--v2-active-bg);color:var(--v2-active-fg)}.v2-button-inactive{background-color:var(--v2-inactive-bg);color:var(--v2-inactive-fg)}.v2-badge{border:1px solid var(--v2-card-border);border-radius:12px;padding:10px 12px;height:40px;font-family:Inter Variable,sans-serif;font-size:14px;font-weight:500;line-height:20px}.v2-card{background-color:var(--v2-card-bg);border-radius:16px;transition:all .2s}.v2-dropdown{border-radius:12px;background-color:var(--v2-inactive-bg);overflow:hidden;height:40px;width:fit-content}.v2-approach-button{padding:12px 8px;border-radius:12px;border:none;cursor:pointer;font-family:Inter Variable,sans-serif;font-size:12px;font-weight:500;line-height:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;flex:1;height:80px;transition:all .2s}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.v2-shimmer{background:linear-gradient(to right,var(--v2-shimmer-base) 0,var(--v2-shimmer-highlight) 20%,var(--v2-shimmer-base) 40%,var(--v2-shimmer-base) 100%);background-size:1000px 100%;animation:shimmer 2s linear infinite}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.v2-font-fade-in{animation:fadeIn .3s ease-in}.v2-sidebar-container{padding-left:16px;padding-bottom:16px;padding-top:16px;height:100%}@media (min-width:768px){.v2-sidebar-container{position:relative;padding-top:0}}.v2-sidebar{width:280px;flex-shrink:0;display:flex;flex-direction:column;height:100%;background-color:var(--v2-card-bg);border-radius:16px}.v2-backdrop{position:fixed;inset:0;background-color:var(--v2-backdrop);z-index:30}@media (min-width:768px){.v2-backdrop{display:none}}