@charset "UTF-8";.home-container{height:100%;width:100%;display:flex;flex-direction:column}.home-container .navibar{height:65px;width:100%;position:fixed;top:0;z-index:100;overflow:visible}.home-container .navibar .navbarContent{display:flex;align-items:center;height:100%;padding:0 2rem 0 3rem}.home-container .navibar .navbarContent .logoContainer{display:flex;justify-content:left;align-items:center;cursor:pointer;padding:22.5px 0}.home-container .navibar .navbarContent .logoContainer .text-logo-image{height:30px;width:auto;object-fit:contain}.home-container .navibar .navbarContent .logoContainer .logoText{color:#fff;font-size:22px;font-weight:600;white-space:nowrap;height:62px;line-height:62px}.home-container .navibar .navbarContent .rightSection{flex:1;position:relative;display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:1rem}.home-container .navibar .navbarContent .rightSection .ant-menu{background-color:transparent;border-bottom:none;display:flex}.home-container .navibar .navbarContent .rightSection .ant-menu .ant-menu-item{padding:0 20px;margin:0 10px}.home-container .navibar .navbarContent .rightSection .ant-menu .ant-menu-title-content{font-weight:600;text-align:center}.home-container .navibar .navbarContent .rightSection .notification-icon{cursor:pointer}.home-container .navibar .navbarContent .rightSection .info{display:flex;font-size:13px;color:#ababab;margin-right:30px}.home-container .navibar .navbarContent .rightSection .info .text{margin-right:20px}.home-container .navibar .navbarContent .rightSection .info .text:last-child{margin-right:0}.home-container .navibar .navbarContent .rightSection .actionButton{color:#3a7bd5;font-size:18px;padding:8px;border-radius:6px;display:flex;align-items:center;justify-content:center}.home-container .navibar .navbarContent .rightSection .actionButton:hover{background-color:#3a7bd51a;border-color:#3a7bd5}.home-container .navibar .navbarContent .rightSection .actionButton .anticon{font-size:18px}.home-container .navibar .navbarContent .rightSection .logoutButton,.home-container .navibar .navbarContent .rightSection .theme-toggle-container{display:none}.home-container .navContent{padding:1.5rem 2rem;display:flex;flex-direction:column;margin-top:65px;height:calc(100% - 65px);overflow-y:auto}.home-container .navContent .header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.home-container .navContent .header .title{font-weight:600;text-align:left;font-size:28px;height:88px;line-height:88px}.home-container .navContent .header .connect-button-container{display:flex;gap:1rem}.home-container .navContent .header .connect-button-container .connect-button{border-radius:10px}.home-container .navContent .header .connect-button-container .deposit-btn,.home-container .navContent .header .connect-button-container .plaid-link-btn{font-weight:500;padding:8px 16px;height:auto;border-radius:8px;white-space:nowrap}.home-container .navContent .header .userInfo{font-size:14px;margin-left:auto}.home-container .navContent .header .userInfo .user{width:29px;height:29px}.home-container .navContent .outletContainer{flex:1;overflow-y:auto;margin:0 1rem}.ant-dropdown .ant-dropdown-menu{min-width:auto;width:max-content;border-radius:8px;box-shadow:0 6px 16px #0000001f;padding:4px 0}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{padding:8px 12px;min-height:36px;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#3a7bd51a}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content{display:flex;align-items:center;justify-content:center;width:40px;height:20px}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content .anticon{font-size:16px;display:flex;align-items:center;justify-content:center}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content .theme-toggle{display:flex;align-items:center;justify-content:center}.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content .theme-toggle *{margin:0!important;padding:0!important}body.dark-theme .home-container{color:#fff;background-color:#000}body.dark-theme .home-container .navibar{background-color:#212121}body.dark-theme .home-container .deposit-btn,body.dark-theme .home-container .plaid-link-btn{border-color:#fff}body.dark-theme .ant-dropdown .ant-dropdown-menu{background-color:#1f1f1f;border:1px solid #303030}body.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{color:#fff}body.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#3a7bd533}body.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content .anticon{color:#fff}body.dark-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{border-color:#303030}body.light-theme .home-container{color:#000;background-color:#f0f0f0}body.light-theme .home-container .navibar{background-color:#000}body.light-theme .home-container .deposit-btn,body.light-theme .home-container .plaid-link-btn{border-color:#000}body.light-theme .ant-dropdown .ant-dropdown-menu{background-color:#fff;border:1px solid #d9d9d9}body.light-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item{color:#000}body.light-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item:hover{background-color:#3a7bd51a}body.light-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item .dropdown-item-content .anticon{color:#000}body.light-theme .ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item-divider{border-color:#d9d9d9}.ant-tooltip{max-width:200px}.mobile-bottom-menu{display:none}@media(max-width:768px){.home-container .navibar{display:none}.home-container .navContent{padding:.5rem .25rem;margin-top:0;height:100%;padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.home-container .navContent .header{padding:0 .5rem;flex-wrap:wrap;gap:8px;min-height:auto;margin-bottom:12px}.home-container .navContent .header .title-row{display:flex;align-items:center;justify-content:space-between;width:100%}.home-container .navContent .header .title-row .mobile-header-notification-icon{cursor:pointer;width:20px;height:20px}.home-container .navContent .header .title{font-size:20px;height:auto;line-height:1.3;padding:8px 0}.home-container .navContent .header .connect-button-container{gap:.4rem;flex-wrap:wrap}.home-container .navContent .header .connect-button-container .deposit-btn,.home-container .navContent .header .connect-button-container .plaid-link-btn,.home-container .navContent .header .connect-button-container .connect-button{font-size:12px;padding:6px 10px;border-radius:6px}.home-container .navContent .outletContainer{margin:0 .25rem;overflow:visible}.home-container .navContent .outletContainer::-webkit-scrollbar{display:none}.mobile-bottom-menu{position:fixed;bottom:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-around;height:60px;padding-bottom:env(safe-area-inset-bottom,0px);border-top:1px solid rgba(255,255,255,.12);transition:transform .3s ease}.mobile-bottom-menu.visible{transform:translateY(0)}.mobile-bottom-menu.hidden{transform:translateY(100%)}.mobile-bottom-menu .menu-item{display:flex;align-items:center;justify-content:center;width:48px;height:48px;cursor:pointer;border-radius:12px;font-size:22px;color:#ffffff80;transition:color .2s ease}.mobile-bottom-menu .menu-item.active{color:#3a7bd5}.mobile-bottom-menu .menu-item:active{opacity:.7}}body.dark-theme .mobile-bottom-menu{background-color:#212121}body.light-theme .mobile-bottom-menu{background-color:#000}.dashboard{display:flex;flex-direction:column;gap:24px;height:100%}.dashboard .content-card .name,.dashboard .section .dashboard-wealth .wealth-content .wealth-item .name,.dashboard .section .content .name{font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;color:#9ca3af}.dashboard .content-card .value,.dashboard .section .dashboard-wealth .wealth-content .wealth-item .value,.dashboard .section .content .value{font-weight:700;font-size:1.5rem;line-height:2rem}.dashboard .content-card .tip,.dashboard .section .dashboard-wealth .wealth-content .wealth-item .tip,.dashboard .section .content .tip{color:#22c55e;font-size:.75rem;line-height:1rem;display:flex;align-items:center;margin-top:.25rem}.dashboard .content-card .gray,.dashboard .section .dashboard-wealth .wealth-content .wealth-item .gray,.dashboard .section .content .gray{color:#9ca3af}.dashboard .section{display:flex;gap:24px}.dashboard .section .content{flex:1;background-color:#111827;border-radius:12px;padding:20px;border:1px solid #1f2937;text-align:left}.dashboard .section .content .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.dashboard .section .content .title .title-left{display:flex;align-items:center}.dashboard .section .content .title .title-left .title-icon{margin-right:8px;font-size:18px;color:#856095}.dashboard .section .content .title .title-view{font-size:14px;color:#856095;cursor:pointer}.dashboard .section .content .title .title-view:hover{text-decoration:underline}.dashboard .section .dashboard-wealth .wealth-content{display:flex;gap:24px;margin-bottom:20px}.dashboard .section .dashboard-wealth .wealth-content .wealth-item{flex:1;padding:15px;border-radius:12px}.dashboard .section .dashboard-wealth .wealth-content .allocation-bar{width:100%;height:1rem;background-color:#e5e7eb;border-radius:9999px;margin-top:15px;overflow:hidden;position:relative;display:flex}.dashboard .section .dashboard-wealth .wealth-content .allocation-bar .allocation-segment{height:100%;display:inline-block;transition:width .3s ease}.dashboard .section .dashboard-wealth .wealth-content .allocation-bar-labels{display:flex;margin-top:8px;justify-content:space-between}.dashboard .section .dashboard-wealth .wealth-content .allocation-bar-labels .allocation-label{display:flex;align-items:center;font-size:.75rem;color:#6b7280}.dashboard .section .dashboard-wealth .wealth-content .allocation-bar-labels .allocation-label .color-indicator{width:12px;height:12px;border-radius:3px;margin-right:4px}.dashboard .section .financial-planning .progress-circle-container{display:flex;align-items:center;margin-bottom:20px}.dashboard .section .financial-planning .progress-circle-container .circle-wrapper{width:80px;height:80px;margin-right:20px;border-radius:50%;background-color:#856095;display:flex;align-items:center;justify-content:center}.dashboard .section .financial-planning .progress-circle-container .circle-wrapper .progress-text{color:#fff;font-size:1.5rem;font-weight:700}.dashboard .section .financial-planning .progress-circle-container .progress-info{display:flex;flex-direction:column}.dashboard .section .financial-planning .progress-circle-container .progress-info .progress-title{font-weight:600;font-size:1rem}.dashboard .section .financial-planning .progress-circle-container .progress-info .progress-tip{color:#9ca3af;font-size:.875rem}.dashboard .section .financial-planning .progress-bar-container{background-color:#f3f4f6;border-radius:8px;padding:15px;margin-bottom:20px}.dashboard .section .financial-planning .progress-bar-container .progress-bar-title{font-weight:600;font-size:.875rem;margin-bottom:10px;color:#9ca3af}.dashboard .section .financial-planning .progress-bar-container .progress-bar-wrapper{display:flex;align-items:center}.dashboard .section .financial-planning .progress-bar-container .progress-bar-wrapper .progress-bar{flex:1;margin-right:15px}.dashboard .section .financial-planning .progress-bar-container .progress-bar-wrapper .progress-values{font-size:.875rem;white-space:nowrap}.dashboard .section .financial-planning .plan-update-container{background-color:#f3f4f6;border-radius:8px;padding:15px}.dashboard .section .financial-planning .plan-update-container .plan-update-header{display:flex;justify-content:space-between;margin-bottom:10px;color:#9ca3af}.dashboard .section .financial-planning .plan-update-container .plan-update-header .plan-update-label,.dashboard .section .financial-planning .plan-update-container .plan-update-header .plan-update-date{font-size:.75rem}.dashboard .section .financial-planning .plan-update-container .plan-update-content{font-weight:600;font-size:1rem}.dashboard .section .action-items .action-item{display:flex;justify-content:space-between;align-items:flex-start;background-color:#f3f4f6;border-radius:8px;padding:15px;margin-bottom:20px}.dashboard .section .action-items .action-item .action-content{display:flex}.dashboard .section .action-items .action-item .action-content .action-dot{width:12px;height:12px;border-radius:50%;margin-right:15px;margin-top:5px}.dashboard .section .action-items .action-item .action-content .action-text .action-title{font-weight:600;font-size:1rem;margin-bottom:5px}.dashboard .section .action-items .action-item .action-content .action-text .action-tip{color:#9ca3af;font-size:.75rem}.dashboard .section .action-items .action-item .action-status{padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;color:#fff}.dashboard .section .recent-messages .message-item{display:flex;justify-content:space-between;background-color:#f3f4f6;border-radius:8px;padding:15px;margin-bottom:20px}.dashboard .section .recent-messages .message-item .message-header{display:flex;justify-content:space-between;width:100%;margin-bottom:10px}.dashboard .section .recent-messages .message-item .message-header .user-info{display:flex;align-items:center}.dashboard .section .recent-messages .message-item .message-header .user-info .avatar{width:32px;height:32px;border-radius:50%;background-color:#856095;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;margin-right:10px}.dashboard .section .recent-messages .message-item .message-header .user-info .username{font-weight:600;font-size:.875rem}.dashboard .section .recent-messages .message-item .message-header .message-time{color:#9ca3af;font-size:.75rem}.dashboard .section .recent-messages .message-item .message-content{color:#4b5563;font-size:.875rem;line-height:1.25rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.dashboard .dashboard-documents{border-radius:12px;padding:20px}.dashboard .dashboard-documents .documents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard .dashboard-documents .documents-header .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;width:100%;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.dashboard .dashboard-documents .documents-header .title .title-left{display:flex;align-items:center}.dashboard .dashboard-documents .documents-header .title .title-left .title-icon{margin-right:8px;font-size:18px;color:#856095}.dashboard .dashboard-documents .documents-header .title .title-view{font-size:14px;color:#856095;cursor:pointer}.dashboard .dashboard-documents .documents-header .title .title-view:hover{text-decoration:underline}.dashboard .dashboard-documents .documents-header .search-container{display:flex;align-items:center}.dashboard .dashboard-documents .documents-table{max-height:900px;overflow:auto}.dashboard .dashboard-documents .documents-table .even-row{background-color:#f0f0f0}.dashboard .dashboard-documents .documents-table .odd-row{background-color:#fff}.dashboard .dashboard-documents .documents-table .ant-table-footer{padding:16px 0}.dashboard .attention{text-align:center;font-size:.875rem;line-height:1.25rem;color:#9ca3af}.wealth-container{display:flex;flex-direction:column;gap:24px;height:100%;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.wealth-container::-webkit-scrollbar{display:none}.wealth-container *{scrollbar-width:none;-ms-overflow-style:none}.wealth-container *::-webkit-scrollbar{display:none}.loading-container{display:flex;justify-content:center;align-items:center;height:100%;width:100%}.wealth-main-content{display:flex;gap:16px;height:100%;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.wealth-main-content::-webkit-scrollbar{display:none}.wealth-main-content .left-section{flex:0 0 400px}.wealth-main-content .left-section .accounts-list-container{background:var(--card-bg);border-radius:8px;border:1px solid var(--border-color);padding:20px;height:100%;display:flex;flex-direction:column;box-sizing:border-box}.wealth-main-content .left-section .accounts-list-container .section-title{margin:0 0 20px;font-size:18px;font-weight:600;color:var(--text-primary);flex-shrink:0;text-align:left}.wealth-main-content .left-section .accounts-list-container .accounts-list{flex:1;overflow-y:auto;padding-right:0;margin-right:0;scrollbar-width:none;-ms-overflow-style:none}.wealth-main-content .left-section .accounts-list-container .accounts-list::-webkit-scrollbar{display:none}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group{margin-bottom:24px}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .group-title{margin:0;font-size:14px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .group-total{margin:0;font-size:18px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1px}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item{display:flex;align-items:center;padding:12px 0;margin-bottom:8px;border-bottom:1px solid var(--border-color);transition:all .2s ease;cursor:pointer}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item:hover{border-color:var(--primary-color)}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-logo{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-right:12px;background:var(--logo-bg);border-radius:50%;flex-shrink:0}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-logo .logo-image{width:40px;height:40px;border-radius:50%;padding:5px;box-sizing:border-box;object-fit:contain}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info{flex:1;min-width:0}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-top{display:flex;justify-content:space-between;margin-bottom:4px}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-top .account-name{font-weight:400;color:var(--text-primary);font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-top .account-equity{font-weight:400;font-size:16px;white-space:nowrap;flex-shrink:0}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-bottom{display:flex;justify-content:space-between}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-bottom .account-type{color:var(--text-secondary);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-bottom .account-updated{color:var(--text-secondary);font-size:12px;white-space:nowrap;flex-shrink:0}.wealth-main-content .right-section{flex:1;display:flex;flex-direction:column;gap:16px;min-width:0;background:var(--card-bg);border-radius:8px;border:1px solid var(--border-color);padding:22px}.wealth-main-content .right-section .net-worth-summary{display:flex;align-items:end;padding:0;flex-shrink:0;gap:48px}.wealth-main-content .right-section .net-worth-summary .summary-left,.wealth-main-content .right-section .net-worth-summary .summary-managed{text-align:left;flex-shrink:0}.wealth-main-content .right-section .net-worth-summary .summary-left .summary-title,.wealth-main-content .right-section .net-worth-summary .summary-managed .summary-title{font-size:16px;color:var(--text-secondary);margin-bottom:8px;font-weight:400}.wealth-main-content .right-section .net-worth-summary .summary-left .summary-value,.wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value{font-size:46px;font-weight:600;color:var(--text-primary);line-height:1}.wealth-main-content .right-section .net-worth-summary .summary-left .summary-value .delta,.wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value .delta{font-size:14px;text-align:right}.wealth-main-content .right-section .net-worth-summary .summary-left .summary-value .delta.positive,.wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value .delta.positive{color:#22c55e}.wealth-main-content .right-section .net-worth-summary .summary-left .summary-value .delta.negative,.wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value .delta.negative{color:#ef4444}.wealth-main-content .right-section .net-worth-summary .summary-right .today-change{font-size:14px;font-weight:400}.wealth-main-content .right-section .net-worth-summary .summary-right .today-change.positive{color:#22c55e}.wealth-main-content .right-section .net-worth-summary .summary-right .today-change.negative{color:#ef4444}.wealth-main-content .right-section .main-tabs-section{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-header{flex-shrink:0;border-bottom:1px solid var(--border-color)}.wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-nav{margin:0;border:none}.wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-nav:before{border:none}.wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-nav .ant-tabs-tab{padding:16px 24px;font-size:18px;font-weight:600}.wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color)}.wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-nav .ant-tabs-ink-bar{background-color:var(--primary-color);height:2px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content{flex:1;padding:24px 0;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.wealth-main-content .right-section .main-tabs-section .main-tabs-content::-webkit-scrollbar{display:none}.wealth-main-content .right-section .main-tabs-section .main-tabs-content::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:3px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}.wealth-main-content .right-section .main-tabs-section .main-tabs-content.no-accounts-content{display:flex;align-items:center;justify-content:center;min-height:400px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content.no-accounts-content .ant-result{padding:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .portfolio-summary-content{height:100%;display:flex;flex-direction:column;gap:20px;min-height:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .portfolio-summary-content .performance-section{flex:1;display:flex;border-radius:6px;min-height:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content{display:flex;flex-direction:column;height:100%}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-title{height:23px;margin:0 0 8px;font-size:20px;font-weight:600;color:var(--text-primary);line-height:23px;flex-shrink:0;text-align:left}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-toggle{display:flex;margin:0 0 8px 2px;align-items:center;gap:8px;flex-shrink:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-toggle .asset-allocation-toggle-label{font-size:14px;color:var(--text-secondary)}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main{display:flex;gap:16px;flex:1;justify-content:space-between;align-items:flex-start}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-table-container{flex:0 0 60%;overflow:hidden}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-table-container .ant-table-wrapper .ant-table-thead>tr>th{color:#6e6e6e;font-weight:600;font-size:18px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-table-container .ant-table-wrapper .ant-table-thead>tr>th:before{display:none!important}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-table-container .ant-table-wrapper .ant-table-tbody>tr>td{font-size:18px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-chart-container{flex:1 1 20%;min-width:0;display:flex;flex-direction:column;align-items:stretch;overflow:hidden}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-chart-container .pie-chart{width:100%;height:100%;min-height:200px;min-width:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-location-content{height:100%;display:flex;align-items:center;justify-content:center}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-location-content .coming-soon{font-size:18px;color:var(--text-secondary);font-style:italic}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content{height:100%;display:flex;flex-direction:column;min-height:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;flex-shrink:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters .filter-button{padding:8px 16px;border:1px solid var(--border-color);background:var(--tab-bg);color:var(--text-secondary);border-radius:6px;cursor:pointer;transition:all .2s ease;font-size:12px;font-weight:500;white-space:nowrap}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters .filter-button:hover{background:var(--hover-bg);border-color:var(--primary-color)}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters .filter-button.active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container{flex:1;overflow-y:auto;min-height:0}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container::-webkit-scrollbar{width:6px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container::-webkit-scrollbar-track{background:var(--scroll-track);border-radius:3px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:3px}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container::-webkit-scrollbar-thumb:hover{background:var(--scroll-thumb-hover)}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container .ant-table-wrapper{height:100%}.wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container .ant-table-wrapper .ant-table .ant-table-body{max-height:none!important;overflow-y:auto}.managed-investments-collapse{border:none;background-color:transparent}.managed-investments-collapse .ant-collapse-item{border:1px solid var(--border-color);border-radius:8px;margin-bottom:16px;background-color:var(--card-bg);overflow:hidden}.managed-investments-collapse .ant-collapse-item:last-child{margin-bottom:0;border:1px solid var(--border-color)}.managed-investments-collapse .ant-collapse-item .ant-collapse-header{padding:0 24px;font-weight:600;min-height:72px;display:flex;align-items:center}.managed-investments-collapse .ant-collapse-item .ant-collapse-content{border-top:1px solid var(--border-color);background-color:transparent!important}.managed-investments-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:16px 24px;background-color:transparent!important}.managed-investments-collapse .collapse-header{display:flex;justify-content:space-between;align-items:center;width:100%;height:100%}.managed-investments-collapse .collapse-header .header-left{display:flex;align-items:center;gap:16px}.managed-investments-collapse .collapse-header .header-left .account-logo{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:20px;background:var(--logo-bg);border-radius:50%;flex-shrink:0}.managed-investments-collapse .collapse-header .header-left .account-logo .logo-image{width:40px;height:40px;border-radius:50%;padding:5px;box-sizing:border-box;object-fit:contain}.managed-investments-collapse .collapse-header .account-name{font-size:20px;font-weight:600;color:var(--text-primary);line-height:1.2}.managed-investments-collapse .collapse-header .account-details{display:flex;gap:48px;align-items:center}.managed-investments-collapse .collapse-header .account-details .detail-item{text-align:right}.managed-investments-collapse .collapse-header .account-details .detail-item .detail-label{font-weight:400;font-size:16px;color:var(--text-secondary);margin-bottom:6px;line-height:1.2}.managed-investments-collapse .collapse-header .account-details .detail-item .detail-value{font-weight:400;font-size:16px;color:var(--text-primary);line-height:1.2}.managed-investments-collapse .collapse-header .account-details .detail-item .detail-value.balance{font-size:18px;font-weight:600}.managed-investments-collapse .collapse-header .account-details .detail-item.risk-score{background-color:var(--primary-color-bg);border-radius:4px;padding:4px 8px}.managed-investments-collapse .collapse-header .account-details .detail-item.risk-score .detail-label,.managed-investments-collapse .collapse-header .account-details .detail-item.risk-score .detail-value{color:var(--text-primary)}.expanded-content-container{background-color:transparent!important}.expanded-content-container .section-title-bar{font-size:18px;font-weight:600;color:var(--text-primary);padding-bottom:8px;text-align:left;min-height:40px;display:flex;align-items:center}.expanded-content-container .section-title-bar.with-actions{justify-content:space-between}.expanded-content-container .section-title-bar .transfers-actions{display:flex;gap:8px;align-items:center}.expanded-content-container .section-title-bar .transfers-actions .ant-btn{height:32px;padding:6px 16px;font-size:13px;line-height:1.2;border-radius:6px}.expanded-content-container .section-title-bar .transfers-actions .ant-btn.ant-btn-sm{height:32px;padding:6px 16px;font-size:13px}.expanded-content-container .account-asset-allocation-container{margin-bottom:24px}.expanded-content-container .account-asset-allocation-container .account-asset-allocation{display:flex;align-items:flex-start;gap:16px;height:100%;justify-content:space-between}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container{flex:0 0 60%;overflow:hidden}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container .ant-table-wrapper .ant-table-thead>tr>th{height:45px;padding:8px 16px;font-size:18px;font-weight:600;color:#6e6e6e;vertical-align:middle;line-height:1.2}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container .ant-table-wrapper .ant-table-thead>tr>th:before{display:none!important}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container .ant-table-wrapper .ant-table-tbody>tr{height:45px}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container .ant-table-wrapper .ant-table-tbody>tr>td{height:45px;padding:8px 16px;font-size:18px;vertical-align:middle;line-height:1.2}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-chart-container{flex:0 0 20%}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-chart-container .pie-chart{width:100%;height:100%;min-height:280px}.expanded-content-container .account-details-bottom{display:flex;gap:24px}.expanded-content-container .account-details-bottom .holdings-section,.expanded-content-container .account-details-bottom .transfers-section{border:1px solid var(--border-color);padding:22px;border-radius:8px;flex:1;min-width:0}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th{height:45px;padding:8px 16px;font-size:18px;font-weight:600;color:#6e6e6e;vertical-align:middle;line-height:1.2}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th:before,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th:before{display:none!important}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr{height:45px}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{height:45px;padding:8px 16px;font-size:18px;vertical-align:middle;line-height:1.2}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .ant-btn,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .ant-btn{height:28px;padding:4px 12px;font-size:18px;line-height:1.2;border-radius:4px}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .ant-btn.ant-btn-sm,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .ant-btn.ant-btn-sm{height:28px;padding:4px 12px;font-size:18px}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .transfers-actions,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .transfers-actions{display:flex;gap:6px;align-items:center;height:100%}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .transfers-actions .ant-btn,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td .transfers-actions .ant-btn{height:28px;padding:4px 12px;font-size:18px}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-cell,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-cell{border-bottom:1px solid var(--border-color)}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table-container .ant-table-body .ant-table-row,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table-container .ant-table-body .ant-table-row{height:45px}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table-container .ant-table-body .ant-table-row:hover .ant-table-cell,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table-container .ant-table-body .ant-table-row:hover .ant-table-cell{background-color:var(--hover-bg)!important}.wealth-container .ant-table-wrapper,.wealth-container .ant-table-wrapper .ant-table{background-color:transparent!important}.wealth-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:transparent!important}.wealth-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th:before{display:none!important}.wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{background-color:transparent!important}.wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr{background-color:transparent!important}.wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background-color:var(--hover-bg)!important}.wealth-container .ant-table-wrapper .ant-table-container,.wealth-container .ant-table-wrapper .ant-table-content{background-color:transparent!important}.wealth-container .ant-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:auto}.wealth-container .content-card .name,.wealth-container .section .content .name{font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;color:#9ca3af}.wealth-container .content-card .value,.wealth-container .section .content .value{font-weight:700;font-size:1.5rem;line-height:2rem}.wealth-container .content-card .tip,.wealth-container .section .content .tip{color:#22c55e;font-size:.75rem;line-height:1rem;display:flex;align-items:center;margin-top:.25rem}.wealth-container .content-card .gray,.wealth-container .section .content .gray{color:#9ca3af}.wealth-container .section{display:flex;gap:24px}.wealth-container .section .content{flex:1;border-radius:12px;padding:20px;text-align:left}.wealth-container .section .content .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.wealth-container .section .content .title .title-left{display:flex;align-items:center}.wealth-container .section .content .title .title-left .title-icon{margin-right:8px;font-size:18px;color:var(--primary-color)}.wealth-container .section .content .title .title-view{font-size:14px;color:var(--primary-color);cursor:pointer}.wealth-container .section .content .title .title-view:hover{text-decoration:underline}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav{margin-bottom:0}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav:before{width:100%}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav .ant-tabs-tab{padding:12px 0;margin:0 20px 0 0;font-size:1rem}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--primary-color);font-weight:600}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav .ant-tabs-ink-bar{background-color:var(--primary-color);height:3px;z-index:1}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-content-holder{padding:20px 0}.wealth-container .wealth-tabs .custom-tabs .ant-tabs-content-holder .tab-content{display:flex;flex-direction:column;gap:24px}.wealth-container .wealth-tabs .allocation-container{margin-top:20px}.wealth-container .wealth-tabs .linked-accounts .account-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e7eb}.wealth-container .wealth-tabs .linked-accounts .account-item:last-child{border-bottom:none}.wealth-container .wealth-tabs .linked-accounts .account-item .account-info .account-name{font-weight:600;font-size:1rem;margin-bottom:5px}.wealth-container .wealth-tabs .linked-accounts .account-item .account-info .account-number{color:#9ca3af;font-size:.75rem}.wealth-container .wealth-tabs .linked-accounts .account-item .account-value{font-weight:600;font-size:1rem}.wealth-container .wealth-tabs .properties-list .property-item{display:flex;justify-content:space-between;padding:15px 0;border-bottom:1px solid #e5e7eb}.wealth-container .wealth-tabs .properties-list .property-item:last-child{border-bottom:none}.wealth-container .wealth-tabs .properties-list .property-item .property-info .property-name{font-weight:600;font-size:1rem;margin-bottom:5px}.wealth-container .wealth-tabs .properties-list .property-item .property-info .property-address{color:#9ca3af;font-size:.75rem}.wealth-container .wealth-tabs .properties-list .property-item .property-values{text-align:right}.wealth-container .wealth-tabs .properties-list .property-item .property-values .property-value{font-weight:600;font-size:1rem}.wealth-container .wealth-tabs .properties-list .property-item .property-values .property-mortgage{color:#9ca3af;font-size:.75rem}.wealth-container.light-theme{--card-bg: #ffffff;--section-bg: #fafafa;--text-primary: #000000;--text-secondary: #666666;--border-color: #d9d9d9;--hover-bg: #f5f5f5;--tab-bg: #fafafa;--logo-bg: #f0f0f0;--primary-color: #3a7bd5;--primary-color-bg: #3a7bd540;--scroll-track: #f1f1f1;--scroll-thumb: #c1c1c1;--scroll-thumb-hover: #a8a8a8}.wealth-container.dark-theme{--card-bg: #1f1f1f;--section-bg: #2a2a2a;--text-primary: #ffffff;--text-secondary: #6e6e6e;--border-color: #ffffff26;--hover-bg: #2a2a2a;--tab-bg: #2a2a2a;--logo-bg: #333333;--primary-color: #3a7bd5;--primary-color-bg: #3a7bd540;--scroll-track: #2a2a2a;--scroll-thumb: #555555;--scroll-thumb-hover: #777777}body.dark-theme .wealth-container{color:#fff}body.dark-theme .wealth-container .section .content{background-color:#111827;border:1px solid #1f2937}body.dark-theme .wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav:before{border-bottom:1px solid #1f2937}body.dark-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:transparent!important;border-bottom-color:var(--border-color)}body.dark-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{background-color:transparent!important;border-bottom-color:var(--border-color)}body.dark-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background-color:#ffffff0d!important}body.light-theme .wealth-container{color:#000;background-color:#f0f0f0}body.light-theme .wealth-container .section .content{background-color:#fff;border:1px solid #e0e0e0}body.light-theme .wealth-container .wealth-tabs .custom-tabs .ant-tabs-nav:before{border-bottom:1px solid #fff}body.light-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-thead>tr>th{background-color:transparent!important;border-bottom-color:var(--border-color)}body.light-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{background-color:transparent!important;border-bottom-color:var(--border-color)}body.light-theme .wealth-container .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background-color:#00000005!important}.ant-collapse-item>.ant-collapse-header{align-items:center}body.dark-theme .account-logo .logo-image{background-color:#2a2a2a}body.light-theme .account-logo .logo-image{background-color:#f5f5f5}@media(max-width:768px){.wealth-container{gap:12px;padding-bottom:16px}.wealth-container .wealth-main-content{flex-direction:column;height:auto;gap:12px}.wealth-container .wealth-main-content .right-section{order:1;flex:none;padding:16px;gap:12px;border-radius:12px}.wealth-container .wealth-main-content .right-section .net-worth-summary{flex-direction:column;gap:4px;align-items:flex-start}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-left .summary-title{font-size:13px;color:var(--text-secondary);margin-bottom:2px}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-left .summary-value{font-size:36px;line-height:1.1}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-left .summary-value .delta{display:inline-block;margin-left:8px!important;font-size:12px}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-managed .summary-title{font-size:12px;margin-bottom:2px}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value{font-size:20px}.wealth-container .wealth-main-content .right-section .net-worth-summary .summary-managed .summary-value .delta{font-size:11px}.wealth-container .wealth-main-content .right-section .main-tabs-section{overflow:visible}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-header{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-header::-webkit-scrollbar{display:none}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-header .wealth-tabs .ant-tabs-tab{padding:10px 14px;font-size:14px;font-weight:500}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content{overflow:visible;min-height:280px;padding:16px 0}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .portfolio-summary-content{height:auto;min-height:280px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .portfolio-summary-content .performance-section{min-height:240px;max-height:320px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main{flex-direction:column;gap:12px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-table-container{flex:none;width:100%}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .asset-allocation-content .asset-allocation-main .allocation-chart-container{flex:none;width:100%;min-height:200px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters{gap:6px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .institution-filters .filter-button{padding:6px 10px;font-size:11px}.wealth-container .wealth-main-content .right-section .main-tabs-section .main-tabs-content .holdings-content .holdings-table-container{overflow-x:auto}.wealth-container .wealth-main-content .left-section{order:2;flex:none;width:100%}.wealth-container .wealth-main-content .left-section .accounts-list-container{height:auto;max-height:none;padding:16px;border-radius:12px}.wealth-container .wealth-main-content .left-section .accounts-list-container .section-title{font-size:16px;margin-bottom:12px}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group{margin-bottom:16px}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item{padding:10px 0}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-logo{width:36px;height:36px;margin-right:10px}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-logo .logo-image{width:36px;height:36px}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-top .account-name,.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-top .account-equity{font-size:14px}.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-bottom .account-type,.wealth-container .wealth-main-content .left-section .accounts-list-container .accounts-list .accounts-group .account-item .account-info .account-row-bottom .account-updated{font-size:11px}.wealth-container .managed-investments-collapse .ant-collapse-item{border-radius:12px;margin-bottom:10px}.wealth-container .managed-investments-collapse .ant-collapse-item .ant-collapse-header{padding:0 14px;min-height:56px}.wealth-container .managed-investments-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{padding:12px 14px}.wealth-container .managed-investments-collapse .collapse-header{gap:8px}.wealth-container .managed-investments-collapse .collapse-header .header-left{gap:10px}.wealth-container .managed-investments-collapse .collapse-header .header-left .account-logo{width:32px;height:32px}.wealth-container .managed-investments-collapse .collapse-header .header-left .account-logo .logo-image{width:32px;height:32px;padding:4px}.wealth-container .managed-investments-collapse .collapse-header .account-name{font-size:15px}.wealth-container .managed-investments-collapse .collapse-header .account-details{gap:12px}.wealth-container .managed-investments-collapse .collapse-header .account-details .detail-item.risk-score{display:none}.wealth-container .managed-investments-collapse .collapse-header .account-details .detail-item .detail-value.balance{font-size:15px}.expanded-content-container .account-asset-allocation-container{margin-bottom:16px}.expanded-content-container .account-asset-allocation-container .account-asset-allocation{flex-direction:column}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-table-container,.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-chart-container{flex:none;width:100%}.expanded-content-container .account-asset-allocation-container .account-asset-allocation .allocation-chart-container .pie-chart{min-height:200px}.expanded-content-container .account-details-bottom{flex-direction:column;gap:12px}.expanded-content-container .account-details-bottom .holdings-section,.expanded-content-container .account-details-bottom .transfers-section{padding:14px;overflow-x:auto}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-thead>tr>th{font-size:clamp(9px,2.5vw,18px);padding:6px 10px;height:auto;word-break:keep-all}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr{height:auto}.expanded-content-container .account-details-bottom .holdings-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td,.expanded-content-container .account-details-bottom .transfers-section .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{font-size:13px;padding:8px 10px;height:auto}.expanded-content-container .section-title-bar{font-size:15px}.expanded-content-container .section-title-bar .transfers-actions .ant-btn{height:28px;padding:4px 10px;font-size:12px}}.managed-investments-container{display:flex;flex-direction:column;gap:24px;height:100%}.managed-investments-container .investments-section{border-radius:12px;padding:20px}.managed-investments-container .investments-section .investments-header{display:flex;justify-content:space-between;align-items:center}.managed-investments-container .investments-section .investments-header .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;width:100%;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.managed-investments-container .investments-section .investments-header .title .title-left{display:flex;align-items:center;font-size:1.125rem;line-height:1.75rem;font-weight:700}.managed-investments-container .investments-section .investments-header .title .title-right{font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:.375rem;color:#856095;border:1px solid #856095}.managed-investments-container .investments-section .investments-content .description{font-size:.875rem;line-height:1.25rem;color:#9ca3af;text-align:left}@media(max-width:768px){.managed-investments-container .investments-section .investments-content .charts-container{flex-direction:column}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container{max-width:100%;width:100%}}.managed-investments-container .investments-section .investments-content .title{text-align:left;font-weight:600;font-size:1rem;margin-bottom:15px}.managed-investments-container .investments-section .investments-content .investments-item .investments-item-title{font-size:1.125rem}.managed-investments-container .investments-section .investments-content .charts-container{display:flex;margin-top:20px;gap:20px;flex-wrap:wrap}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container{flex:5;min-width:280px;max-width:none}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-chart{height:280px;width:100%;margin:0 auto;position:relative}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-chart .pie-segments{width:100%;height:100%;position:relative}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-chart .pie-segments .pie-segment{position:absolute;width:100%;height:100%;transform-origin:50% 50%}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-legend{margin-top:20px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-legend .legend-item{display:flex;align-items:center}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-legend .legend-item .color-box{width:12px;height:12px;border-radius:3px;margin-right:8px}.managed-investments-container .investments-section .investments-content .charts-container .pie-chart-container .pie-legend .legend-item .legend-text{font-size:.75rem;color:#4b5563}.managed-investments-container .investments-section .investments-content .charts-container .bar-chart-container{flex:5;min-width:280px}.managed-investments-container .investments-section .investments-content .account-summary{margin-top:30px}.managed-investments-container .content-card .name,.managed-investments-container .section .content .name{font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;color:#9ca3af}.managed-investments-container .content-card .value,.managed-investments-container .section .content .value{font-weight:700;font-size:1.5rem;line-height:2rem}.managed-investments-container .content-card .tip,.managed-investments-container .section .content .tip{color:#22c55e;font-size:.75rem;line-height:1rem;display:flex;align-items:center;margin-top:.25rem}.managed-investments-container .content-card .gray,.managed-investments-container .section .content .gray{color:#9ca3af}.managed-investments-container .section{display:flex;gap:24px}.managed-investments-container .section .content{flex:1;border-radius:12px;padding:20px;text-align:left}.managed-investments-container .section .content .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.managed-investments-container .section .content .title .title-left{display:flex;align-items:center}.managed-investments-container .section .content .title .title-left .title-icon{margin-right:8px;font-size:18px;color:#856095}.managed-investments-container .section .content .title .title-right{font-size:14px;color:#856095;cursor:pointer}.managed-investments-container .section .content .title .title-right:hover{text-decoration:underline}.managed-investments-container .section .performance .performance-metrics{display:flex;flex-direction:column;gap:15px}.managed-investments-container .section .performance .performance-metrics .metrics-row{display:flex;gap:15px}.managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item{flex:1;padding:15px;border-radius:8px}.managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item .metric-title{font-size:.875rem;color:#6b7280;margin-bottom:5px}.managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item .metric-value{font-size:1.25rem;font-weight:600}.managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item .positive{color:#22c55e}.managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item .negative{color:#ef4444}.managed-investments-container .section .comments .comment{background-color:#f9fafb;padding:15px;border-radius:8px}.managed-investments-container .section .comments .comment .comment-content{font-size:.875rem;line-height:1.5;color:#4b5563;margin-bottom:15px}.managed-investments-container .section .comments .comment .comment-footer .advisor{font-size:.75rem;color:#6b7280;margin-bottom:5px}.managed-investments-container .section .comments .comment .comment-footer .update-date{font-size:.75rem;color:#6b7280}.managed-investments-container .attention{text-align:center;font-size:.875rem;line-height:1.25rem;color:#9ca3af}.external-accounts-container{display:flex;flex-direction:column;gap:24px;height:100%}.external-accounts-container .accounts-container{display:flex;gap:24px}.external-accounts-container .accounts-container .investments-section{flex:1;border-radius:12px;padding:20px}.external-accounts-container .accounts-container .investments-section .investments-header{display:flex;justify-content:space-between;align-items:center}.external-accounts-container .accounts-container .investments-section .investments-header .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;width:100%;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.external-accounts-container .accounts-container .investments-section .investments-header .title .title-left{display:flex;align-items:center;font-size:1.125rem;line-height:1.75rem;font-weight:600}.external-accounts-container .accounts-container .investments-section .investments-header .title .title-right{font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:.375rem;color:#856095;border:1px solid #856095}.external-accounts-container .accounts-container .investments-section .investments-content .description{font-size:.875rem;line-height:1.25rem;color:#9ca3af;text-align:left}.external-accounts-container .accounts-container .investments-section .investments-content .account-summary{margin-top:30px}.external-accounts-container .optimization .title{font-size:1.125rem;line-height:1.75rem;margin-bottom:1rem}.external-accounts-container .optimization .optimization-cards{display:flex;gap:20px;margin-top:15px}@media(max-width:768px){.external-accounts-container .optimization .optimization-cards{flex-direction:column}}.external-accounts-container .optimization .optimization-cards .optimization-card{flex:1;background-color:#f9fafb;padding:20px;border-radius:8px;position:relative;overflow:hidden}.external-accounts-container .optimization .optimization-cards .optimization-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:2px 0 0 2px}.external-accounts-container .optimization .optimization-cards .optimization-card.high-interest:before{background-color:#ef4444}.external-accounts-container .optimization .optimization-cards .optimization-card.retirement:before{background-color:#3b82f6}.external-accounts-container .optimization .optimization-cards .optimization-card.consolidation:before{background-color:#10b981}.external-accounts-container .optimization .optimization-cards .optimization-card .card-title{font-weight:600;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem}.external-accounts-container .optimization .optimization-cards .optimization-card .card-tips .tip{font-size:.75rem;line-height:1rem;color:#6b7280;margin-bottom:.5rem}.external-accounts-container .optimization .optimization-cards .optimization-card .card-tips .tip:last-child{margin-bottom:0}.external-accounts-container .plaid-error-alert{margin:20px}.external-accounts-container .plaid-error-alert .ant-alert-message{font-weight:700}.external-accounts-container .plaid-error-alert .ant-alert-description{margin-top:8px}.real-estate{display:flex;flex-direction:column;gap:24px;background-color:#f0f0f0;height:100%}.real-estate .investments-section{background-color:#fff;border-radius:12px;padding:20px}.real-estate .investments-section .investments-header{display:flex;justify-content:space-between;align-items:center}.real-estate .investments-section .investments-header .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;width:100%;margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center}.real-estate .investments-section .investments-header .title .title-left{display:flex;align-items:center;font-size:1.125rem;line-height:1.75rem;font-weight:600}.real-estate .investments-section .investments-header .title .title-right{font-size:.75rem;line-height:1rem;padding:.25rem .75rem;border-radius:.375rem;color:#856095;border:1px solid #856095}.real-estate .investments-section .investments-content .description{font-size:.875rem;line-height:1.25rem;color:#9ca3af;text-align:left}.real-estate .investments-section .investments-content .account-summary{margin-top:20px}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table{background-color:transparent}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-thead>tr>th{background-color:#1f2937;font-weight:600}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr{background-color:transparent}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:hover>td{background-color:#1f2937!important}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr>td{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:transparent}.real-estate .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:nth-child(2n){background-color:transparent}.real-estate .chart-container{margin-top:30px}.real-estate .chart-container .title{font-weight:600;font-size:1rem;margin-bottom:15px;text-align:left}.real-estate .chart-container .line-chart{border-radius:8px;overflow:hidden}.real-estate .property-details{display:flex;gap:24px}@media(max-width:1024px){.real-estate .property-details{flex-direction:column}}.real-estate .property-details .mortgage-section,.real-estate .property-details .market-section{flex:1;background-color:#fff;border-radius:12px;padding:20px}.real-estate .property-details .section-header{display:flex;align-items:center;font-weight:600;font-size:1.125rem;margin-bottom:20px}.real-estate .property-details .section-header .section-icon{margin-right:8px;color:#856095}.real-estate .property-details .mortgage-items{display:flex;flex-direction:column;gap:20px}.real-estate .property-details .mortgage-items .mortgage-item{background-color:#f3f4f6;border-radius:8px;padding:15px}.real-estate .property-details .mortgage-items .mortgage-item .mortgage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.real-estate .property-details .mortgage-items .mortgage-item .mortgage-header .mortgage-title,.real-estate .property-details .mortgage-items .mortgage-item .mortgage-header .mortgage-value{font-weight:500;font-size:.875rem;line-height:1.25rem}.real-estate .property-details .mortgage-items .mortgage-item .mortgage-progress .progress-tips{display:flex;justify-content:space-between;font-size:.75rem;line-height:1rem;color:#6b7280}.real-estate .property-details .mortgage-items .mortgage-item .mortgage-progress .ant-progress{margin:0}.real-estate .property-details .market-items{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.real-estate .property-details .market-items .market-item{background-color:#f3f4f6;border-radius:8px;padding:15px}.real-estate .property-details .market-items .market-item .market-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.real-estate .property-details .market-items .market-item .market-header .market-title{font-weight:600;font-size:1rem}.real-estate .property-details .market-items .market-item .market-content{font-size:.875rem;line-height:1.5;color:#4b5563;text-align:left}.real-estate .property-details .advisor-note{background-color:#f9fafb;padding:16px;border-radius:8px;text-align:left}.real-estate .property-details .advisor-note .note-content{font-size:.875rem;line-height:1.5;color:#4b5563;margin-bottom:8px}.real-estate .property-details .advisor-note .note-signature{font-size:.75rem;color:#6b7280;font-style:italic}.performance-tracker{display:flex;flex-direction:column;gap:16px;width:100%;height:100%}.performance-tracker .performance-header{display:flex;justify-content:space-between;align-items:flex-start}.performance-tracker .performance-header .time-selection-left{flex-shrink:0}.performance-tracker .performance-chart{width:100%;flex:1;min-height:200px}.performance-tracker .time-selection{display:flex;flex-direction:row;gap:4px;width:auto}.performance-tracker .time-selection .time-option{padding:6px 12px;background-color:transparent;border-radius:6px;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.performance-tracker .time-selection .time-option.active{background-color:#6e6e6e;color:#fff}.performance-tracker .time-selection .time-option:hover:not(.active){background-color:#7241891a;border-color:#6e6e6e}body.dark-theme .managed-investments-container .investments-section,body.dark-theme .external-accounts-container .investments-section{background-color:#111827}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table,body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table{background-color:transparent}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-thead>tr>th,body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-thead>tr>th{background-color:#1f2937;font-weight:600}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr,body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr{background-color:transparent}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:hover>td,body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:hover>td{background-color:#1f2937!important}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr>td,body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr>td{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:transparent}body.dark-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:nth-child(2n),body.dark-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:nth-child(2n){background-color:transparent}body.dark-theme .managed-investments-container .section .content,body.dark-theme .external-accounts-container .section .content{background-color:#111827;border:1px solid #1f2937}body.dark-theme .managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item,body.dark-theme .external-accounts-container .section .performance .performance-metrics .metrics-row .metric-item{background-color:#1f2937}body.dark-theme .managed-investments-container .wealth-tabs .custom-tabs .ant-tabs-nav:before,body.dark-theme .external-accounts-container .wealth-tabs .custom-tabs .ant-tabs-nav:before{border-bottom:1px solid #1f2937}body.dark-theme .managed-investments-container .accounts-container .investments-section,body.dark-theme .external-accounts-container .accounts-container .investments-section,body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section{background-color:#111827}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table{background-color:transparent}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-thead>tr>th,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-thead>tr>th{background-color:#1f2937;font-weight:600}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr{background-color:transparent}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:hover>td,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:hover>td{background-color:#1f2937!important}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr>td,body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr>td{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;background-color:transparent}body.dark-theme .managed-investments-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:nth-child(2n),body.dark-theme .external-accounts-container .accounts-container .investments-section .investments-section .investments-content .account-summary .account-table .ant-table .ant-table-tbody>tr:nth-child(2n){background-color:transparent}body.light-theme .managed-investments-container,body.light-theme .external-accounts-container{background-color:#f0f0f0}body.light-theme .managed-investments-container .investments-section,body.light-theme .external-accounts-container .investments-section{background-color:#fff}body.light-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table-thead>tr>th,body.light-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-thead>tr>th{background-color:#f9fafb;font-weight:600}body.light-theme .managed-investments-container .investments-section .investments-content .account-summary .account-table .ant-table-tbody>tr:nth-child(2n),body.light-theme .external-accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-tbody>tr:nth-child(2n){background-color:#f9fafb}body.light-theme .managed-investments-container .section .content,body.light-theme .external-accounts-container .section .content{background-color:#fff;border:1px solid #e0e0e0}body.light-theme .managed-investments-container .section .performance .performance-metrics .metrics-row .metric-item,body.light-theme .external-accounts-container .section .performance .performance-metrics .metrics-row .metric-item{background-color:#f9fafb}body.light-theme .managed-investments-container .wealth-tabs .custom-tabs .ant-tabs-nav:before,body.light-theme .external-accounts-container .wealth-tabs .custom-tabs .ant-tabs-nav:before{border-bottom:1px solid #fff}body.light-theme .managed-investments-container .accounts-container .investments-section,body.light-theme .external-accounts-container .accounts-container .investments-section{background-color:#fff}body.light-theme .managed-investments-container .accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-thead>tr>th,body.light-theme .external-accounts-container .accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-thead>tr>th{background-color:#f9fafb;font-weight:600}body.light-theme .managed-investments-container .accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-tbody>tr:nth-child(2n),body.light-theme .external-accounts-container .accounts-container .investments-section .investments-content .account-summary .account-table .ant-table-tbody>tr:nth-child(2n){background-color:#f9fafb}.no-holdings{padding:16px;text-align:center;color:#9ca3af}.dark-theme .holdings-info .holdings-title{color:#3a7bd5}.dark-theme .no-holdings{color:#d1d5db}@media(max-width:1000px){.expanded-content-container{flex-direction:column}}.account-table .account-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.account-table .account-status[data-status=PENDING]{background-color:#fef3c7;color:#92400e}.account-table .account-status[data-status=CLOSED]{background-color:#fee2e2;color:#991b1b}.account-table .account-status[data-status=STATE_UNSPECIFIED]{background-color:#f3f4f6;color:#374151}.account-table .asset-breakdown{font-size:12px;line-height:1.4}.account-table .asset-breakdown>div{margin-bottom:2px}.account-table .asset-breakdown>div:last-child{margin-bottom:0}.expanded-content-container .no-holdings,.expanded-content-container .no-transfers{padding:16px;text-align:center;color:#6b7280;font-style:italic}.transfer-deposit-container .ant-empty .ant-empty-description,.transfer-withdrawal-container .ant-empty .ant-empty-description{color:inherit}.transfer-deposit-container .ant-card .ant-card-body,.transfer-withdrawal-container .ant-card .ant-card-body{padding:0}@media(max-width:768px){.performance-tracker{gap:10px}.performance-tracker .performance-header{flex-wrap:wrap;gap:8px}.performance-tracker .performance-chart{min-height:180px}.performance-tracker .time-selection{gap:2px;overflow-x:auto;-webkit-overflow-scrolling:touch}.performance-tracker .time-selection::-webkit-scrollbar{display:none}.performance-tracker .time-selection .time-option{padding:5px 8px;font-size:11px;white-space:nowrap}.managed-investments-container{gap:16px}.managed-investments-container .investments-section{padding:14px;border-radius:8px}.managed-investments-container .investments-section .investments-header .title{font-size:1rem}.managed-investments-container .investments-section .investments-content .charts-container,.managed-investments-container .section{flex-direction:column}.managed-investments-container .section .content{padding:14px}.external-accounts-container{gap:16px}.external-accounts-container .accounts-container{flex-direction:column}.external-accounts-container .accounts-container .investments-section{padding:14px;border-radius:8px}.external-accounts-container .optimization .optimization-cards{flex-direction:column}}.planning-container{min-height:100%;display:flex;flex-direction:column}.planning-container .ant-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;margin:auto}.planning-container .loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;height:100%}.planning-container .plan-history-container{margin-bottom:20px}.planning-container .plan-history-container .plan-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.planning-container .plan-history-container .plan-history-header .plan-history-title{font-weight:500;font-size:.875rem;line-height:1.25rem;margin:0}.planning-container .plan-history-container .plan-history-header .plan-history-tips{font-size:.75rem;line-height:1rem}.planning-container .plan-history-container .plan-list{border-radius:8px;padding:.5rem;display:flex;flex-wrap:wrap;gap:.5rem}.planning-container .plan-history-container .plan-list .plan-item{background-color:#f5f5f5;border-radius:6px;padding:10px 16px;cursor:pointer;transition:all .3s;padding:.5rem 1rem;border-radius:.375rem;white-space:nowrap}.planning-container .plan-history-container .plan-list .plan-item:hover{background-color:#e0e0e0}.planning-container .plan-history-container .plan-list .plan-item.selected{background-color:#3a7bd5}.planning-container .plan-history-container .plan-list .plan-item.selected .plan-name,.planning-container .plan-history-container .plan-list .plan-item.selected .plan-date{color:#fff}.planning-container .plan-history-container .plan-list .plan-item .plan-name{font-weight:500;font-size:.875rem;line-height:1.25rem;margin-bottom:4px;color:#555}.planning-container .plan-history-container .plan-list .plan-item .plan-date{font-size:.75rem;line-height:1rem;opacity:.8;color:#777}.planning-container .canvas-snapshot{display:flex;align-items:center;border:1px solid #724189;border-radius:8px;padding:12px 16px;margin-bottom:20px}.planning-container .canvas-snapshot .snapshot-icon{color:#724189;font-size:18px;margin-right:16px}.planning-container .canvas-snapshot .snapshot-content{flex:1;text-align:left}.planning-container .canvas-snapshot .snapshot-content .snapshot-title{font-weight:500;color:#333}.planning-container .canvas-snapshot .snapshot-content .snapshot-subtitle{font-size:12px;color:#666;margin-top:4px}.planning-container .canvas-snapshot .snapshot-tag .ant-tag{margin-right:0;padding:4px 8px;border-radius:4px;display:flex;align-items:center}.planning-container .canvas-snapshot .snapshot-tag .ant-tag .anticon{margin-right:4px}.planning-container .visualization-container{margin-top:20px}.planning-container .visualization-iframe{width:100%;min-height:100%;border:none;overflow:hidden}body.dark-theme .planning-container{color:#fff;background-color:#000}body.dark-theme .planning-container .plan-history-container .plan-history-header{color:#999}body.dark-theme .planning-container .plan-history-container .plan-list{background-color:#111827;border-color:#1f2937}body.light-theme .planning-container{color:#000;background-color:#f0f0f0}body.light-theme .planning-container .plan-history-container .plan-history-header .plan-history-title{color:#9ca3af}body.light-theme .planning-container .plan-history-container .plan-history-header .plan-history-tips{color:#6b7280}body.light-theme .planning-container .plan-history-container .plan-list{background-color:#fff;border:1px solid #e0e0e0}.mobile-plan-list-view{display:flex;flex-direction:column;gap:14px;padding:0 16px}.mobile-plan-list-view .mobile-search-bar{display:flex;align-items:center;gap:8px;border:1px solid #6e6e6e;border-radius:100px;padding:7px 16px;overflow:hidden}.mobile-plan-list-view .mobile-search-bar .mobile-search-icon{font-size:16px;color:#6e6e6e;flex-shrink:0}.mobile-plan-list-view .mobile-search-bar .mobile-search-input{flex:1;background:transparent;color:inherit;font-family:Roboto,sans-serif;font-size:16px;line-height:20px;padding:0}.mobile-plan-list-view .mobile-search-bar .mobile-search-input::placeholder{color:#6e6e6e}.mobile-plan-list-view .mobile-search-bar .mobile-search-input .ant-input{background:transparent;color:inherit;padding:0}.mobile-plan-list-view .mobile-search-bar .mobile-search-input .ant-input::placeholder{color:#6e6e6e}.mobile-plan-list-view .mobile-plan-cards{display:flex;flex-direction:column;gap:8px}.mobile-plan-list-view .mobile-plan-card{display:flex;align-items:center;justify-content:space-between;background:#ffffff26;border-radius:8px;padding:16px;cursor:pointer;transition:background-color .2s;text-align:left}.mobile-plan-list-view .mobile-plan-card:active{background:#ffffff40}.mobile-plan-list-view .mobile-plan-card .mobile-plan-card-content{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.mobile-plan-list-view .mobile-plan-card .mobile-plan-card-content .mobile-plan-card-title{font-family:Roboto,sans-serif;font-size:14px;font-weight:400;line-height:1.2;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-plan-list-view .mobile-plan-card .mobile-plan-card-content .mobile-plan-card-subtitle{font-family:Roboto,sans-serif;font-size:12px;font-weight:400;line-height:1.4;color:#6e6e6e}.mobile-plan-list-view .mobile-plan-card .mobile-plan-card-arrow{font-size:14px;color:#ffffff80;flex-shrink:0;margin-left:12px}.mobile-detail-view{display:flex;flex-direction:column;width:100%;flex:1}.mobile-detail-view .mobile-detail-header{display:flex;align-items:center;gap:8px;padding:0 16px 12px}.mobile-detail-view .mobile-detail-header .mobile-detail-back{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:pointer;color:#fff;font-size:14px;flex-shrink:0}.mobile-detail-view .mobile-detail-header .mobile-detail-title{font-family:Roboto,sans-serif;font-size:18px;font-weight:400;line-height:normal;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-detail-view .visualization-container{flex:1;padding:0 16px;margin-top:0}.mobile-detail-view .visualization-iframe{width:100%;min-height:100%;border:none;overflow:hidden}body.light-theme .planning-container .mobile-plan-list-view .mobile-search-bar{border-color:#d9d9d9}body.light-theme .planning-container .mobile-plan-list-view .mobile-search-bar .mobile-search-icon{color:#999}body.light-theme .planning-container .mobile-plan-list-view .mobile-plan-card{background:#0000000f}body.light-theme .planning-container .mobile-plan-list-view .mobile-plan-card:active{background:#0000001a}body.light-theme .planning-container .mobile-plan-list-view .mobile-plan-card .mobile-plan-card-content .mobile-plan-card-title{color:#000}body.light-theme .planning-container .mobile-plan-list-view .mobile-plan-card .mobile-plan-card-content .mobile-plan-card-subtitle{color:#999}body.light-theme .planning-container .mobile-plan-list-view .mobile-plan-card .mobile-plan-card-arrow{color:#0006}body.light-theme .planning-container .mobile-detail-view .mobile-detail-header .mobile-detail-back,body.light-theme .planning-container .mobile-detail-view .mobile-detail-header .mobile-detail-title{color:#000}.file-hub-container{display:flex;flex-direction:column;gap:24px}.file-hub-container .documents-section{border-radius:12px;padding:20px}.file-hub-container .documents-section .documents-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.file-hub-container .documents-section .documents-header .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;text-align:left}.file-hub-container .documents-section .documents-header .search-container{position:absolute;top:89px;right:48px;display:flex;align-items:center}.file-hub-container .documents-section .documents-header .search-container .file-search-input{width:185px;height:40px;padding:0 15px;border-radius:100px;font-size:16px;border:none;margin-right:10px}.file-hub-container .documents-section .documents-header .search-container .upload-button{background-color:#3a7bd5;z-index:1;border-radius:8px}.file-hub-container .documents-section .file-tabs .ant-tabs-nav{margin-bottom:16px}.file-hub-container .documents-section .file-tabs .ant-tabs-nav:before{border:none}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list{display:flex;gap:16px}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:8px 16px;margin:0;border:none;border-radius:8px;transition:all .3s}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{font-weight:500}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{font-weight:600}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-ink-bar{display:none}.file-hub-container .documents-section .documents-table{max-height:900px;overflow:auto}.file-hub-container .documents-section .documents-table .even-row{background-color:#f0f0f0}.file-hub-container .documents-section .documents-table .odd-row{background-color:#fff}.file-hub-container .documents-section .documents-table .ant-table-footer{padding:16px 0}.file-hub-container .bottom-section{display:flex;gap:24px}.file-hub-container .bottom-section .recent-uploads{flex:1;background-color:#fff;border-radius:12px;padding:20px}.file-hub-container .bottom-section .recent-uploads .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;margin-bottom:1rem;text-align:left}.file-hub-container .bottom-section .upload-area{flex:1;border-radius:12px;padding:20px;height:100%}.file-hub-container .bottom-section .upload-area .title{font-weight:600;font-size:1.25rem;line-height:1.75rem;height:1.75rem;margin-bottom:1rem;text-align:left}.file-hub-container .bottom-section .upload-area .ant-upload-drag{padding:16px}.file-hub-container .bottom-section .upload-area .ant-upload-text{font-weight:600;margin-top:16px}.file-hub-container .bottom-section .upload-area .ant-upload-hint{margin-top:8px}.select-option{display:flex;flex-direction:column}.select-option-name{font-size:1em}.select-option-email{font-size:.8em;color:#00000073}body.dark-theme .file-hub-container .documents-section .documents-header .search-container .file-search-input{background-color:#fff3;color:#fff}body.dark-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#b0b0b0}body.dark-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{background-color:#6e6e6e}body.dark-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,body.dark-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#fff}body.dark-theme .file-hub-container .documents-section .documents-table{background-color:#ffffff0d}body.light-theme .file-hub-container .documents-section{background-color:#fff}body.light-theme .file-hub-container .documents-section .documents-header .search-container .file-search-input{background-color:#00000014}body.light-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{color:#6e6e6e}body.light-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active{background-color:#bda1c980}body.light-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,body.light-theme .file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab:hover .ant-tabs-tab-btn{color:#724189}body.light-theme .file-hub-container .bottom-section .upload-area{background-color:#fff}@media(max-width:768px){.file-hub-container{position:relative;gap:12px}.file-hub-container .documents-section{padding:12px;border-radius:0}.file-hub-container .documents-section .documents-header{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:.75rem}.file-hub-container .documents-section .documents-header .title{display:none}.file-hub-container .documents-section .documents-header .search-container{position:static;width:100%}.file-hub-container .documents-section .documents-header .search-container .file-search-input{width:100%;height:40px;border-radius:100px;margin-right:8px}.file-hub-container .documents-section .documents-header .search-container .upload-button{display:none}.file-hub-container .documents-section .file-tabs .ant-tabs-nav{margin-bottom:8px}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list{gap:8px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list::-webkit-scrollbar{display:none}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab{padding:4px 10px;white-space:nowrap;flex-shrink:0}.file-hub-container .documents-section .file-tabs .ant-tabs-nav .ant-tabs-nav-list .ant-tabs-tab .ant-tabs-tab-btn{font-size:13px}.mobile-file-list{display:flex;flex-direction:column;gap:8px}.mobile-file-list-loading,.mobile-file-list-empty{text-align:center;padding:24px 0;color:#999;font-size:14px}.mobile-file-card-wrapper{position:relative;overflow:hidden;border-radius:8px}.mobile-file-card-wrapper .mobile-file-card{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:16px;cursor:pointer;transition:transform .3s ease;will-change:transform}.mobile-file-card-wrapper .mobile-file-card:active{opacity:.8}.mobile-file-card-wrapper.swiped .mobile-file-card{transform:translate(-96px)}.mobile-file-card-wrapper .mobile-file-card-actions-revealed{position:absolute;top:0;right:0;height:100%;display:flex;align-items:center;gap:0;visibility:hidden;opacity:0;transition:visibility .3s ease,opacity .3s ease}.mobile-file-card-wrapper .mobile-file-card-actions-revealed .mobile-action-btn{display:flex;align-items:center;justify-content:center;width:40px;height:100%;border:none;cursor:pointer;background:transparent;border-radius:0}.mobile-file-card-wrapper.swiped .mobile-file-card-actions-revealed{visibility:visible;opacity:1}.mobile-file-card-info{flex:1;min-width:0;margin-right:12px}.mobile-file-card-info .mobile-file-card-name{font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-file-card-info .mobile-file-card-meta{font-size:12px;margin-top:2px;display:flex;align-items:center;gap:4px}.mobile-file-card-info .mobile-file-card-meta .mobile-file-card-dot{font-size:10px}.mobile-file-card-arrow{font-size:24px;flex-shrink:0}.mobile-header-upload{position:absolute;top:-44px;right:40px;z-index:10;background:none;border:none;padding:4px;cursor:pointer}.mobile-pagination{margin-top:12px;display:flex;justify-content:center}}@media(max-width:768px){body.dark-theme .mobile-file-card-wrapper .mobile-file-card{background-color:#ffffff26}body.dark-theme .mobile-file-card-wrapper.swiped .mobile-file-card{background-color:#3a7bd540}body.dark-theme .mobile-file-card-info .mobile-file-card-name{color:#fff}body.dark-theme .mobile-file-card-info .mobile-file-card-meta,body.dark-theme .mobile-file-card-arrow{color:#999}body.dark-theme .mobile-header-upload .anticon{color:#fff}}@media(max-width:768px){body.light-theme .mobile-file-card-wrapper .mobile-file-card{background-color:#f5f5f5}body.light-theme .mobile-file-card-wrapper.swiped .mobile-file-card{background-color:#3a7bd526}body.light-theme .mobile-file-card-info .mobile-file-card-name{color:#1a1a1a}body.light-theme .mobile-file-card-info .mobile-file-card-meta,body.light-theme .mobile-file-card-arrow{color:#888}}.tax-container{width:100%;height:100%;display:flex;flex-direction:column}.tax-container.light-theme{background-color:transparent}.tax-container.light-theme .tax-content-box{background:#0000000d}.tax-container.light-theme .title{color:#333}.tax-container.light-theme .description,.tax-container.light-theme .terms{color:#666}.tax-container.light-theme .terms .terms-link{color:#3a7bd5}.tax-container.light-theme .tax-services-box{background:#fff}.tax-container.light-theme .services-title{color:#333}.tax-container.light-theme .services-table{border:1px solid #ededed}.tax-container.light-theme .table-header{color:#666;border-bottom-color:#0000001a}.tax-container.light-theme .table-row{border-bottom-color:#0000001a;color:#333}.tax-container.light-theme .table-row:hover{background:#00000008}.tax-container.light-theme .status-badge{background:#0000001a;color:#666}.tax-container.light-theme .status-badge.status-in_progress{background:#3a7bd540;color:#3a7bd5}.tax-container.light-theme .status-badge.status-completed{background:#6ecd6633;color:#6ecd66}.tax-container.light-theme .progress-bar{background:#0000001a}.tax-container.light-theme .progress-text.completed{color:#6ecd66}.tax-container.light-theme .progress-text{color:#000}.tax-container.light-theme .tax-return-box{background:#fff}.tax-container.light-theme .return-title,.tax-container.light-theme .return-subtitle{color:#000}.tax-container.light-theme .download-btn{border-color:#6e6e6e;color:#000}.tax-container.light-theme .download-btn:hover{background:#0000001a;color:#000}.tax-container.light-theme .refund-card{border-color:#ededed}.tax-container.light-theme .refund-amount,.tax-container.light-theme .refund-amount.total{color:#000}.tax-container.dark-theme{background-color:#000}.tax-container.dark-theme .tax-content-box{background:#ffffff0d}.tax-container.dark-theme .title{color:#f8f8fa}.tax-container.dark-theme .description,.tax-container.dark-theme .terms{color:silver}.tax-container.dark-theme .terms .terms-link{color:#3a7bd5}.tax-container.dark-theme .tax-services-box{background:#ffffff0d}.tax-container.dark-theme .services-title{color:#fff}.tax-container.dark-theme .table-header{color:gray;border-bottom-color:#ffffff1a}.tax-container.dark-theme .table-row{border-bottom-color:#ffffff1a;color:#fff}.tax-container.dark-theme .table-row:hover{background:#ffffff08}.tax-container.dark-theme .status-badge{background:#ffffff1a;color:silver}.tax-container.dark-theme .status-badge.status-in_progress{background:#3a7bd540;color:#3a7bd5}.tax-container.dark-theme .status-badge.status-completed{background:#6ecd6633;color:#6ecd66}.tax-container.dark-theme .progress-bar{background:#ffffff1a}.tax-wrapper{display:flex;flex-direction:column;flex:1;padding:10px 0;gap:16px;background:transparent}.tax-header{display:flex;align-items:center;gap:12px}.tax-header .wavvest-text-logo{height:20px;width:auto}.tax-header .divider{font-size:20px;font-weight:300;color:#ffffff80}.tax-header .april-logo{height:28px;width:auto}.tax-loading{flex:1;display:flex;align-items:center;justify-content:center}.tax-content-box{flex:1;display:flex;flex-direction:column;align-items:center;padding-top:100px;gap:32px;border-radius:16px}.content-primary{display:flex;flex-direction:column;align-items:center;gap:24px}.content-primary .info-icon{width:60px;height:60px}.content-primary .title{font-weight:600;font-size:28px;line-height:100%;letter-spacing:0;margin:0}.content-primary .description{font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;margin:0;text-align:center}.content-secondary{display:flex;flex-direction:column;align-items:center;gap:12px}.content-secondary .terms{font-weight:400;font-size:12px;line-height:120%;letter-spacing:0;margin:0;text-align:center}.content-secondary .terms .terms-link{text-decoration:underline;cursor:pointer}.content-secondary .terms .terms-link:hover{text-decoration:none}.content-secondary .get-started-btn{display:flex;align-items:center;justify-content:center;padding:6px 12px;gap:10px;height:auto;background-color:#3a7bd5;border-color:#3a7bd5;border-radius:20px}.content-secondary .get-started-btn:hover{background-color:#2d6bc4;border-color:#2d6bc4}.content-secondary .get-started-btn .btn-text{font-size:18px;font-weight:600;line-height:100%;letter-spacing:0;vertical-align:middle;color:#fff}.content-secondary .get-started-btn .arrow-icon{width:24px;height:24px}.tax-return-box{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:16px;background:#ffffff0d}.return-header{display:flex;justify-content:space-between;align-items:flex-start}.return-title-wrapper{display:flex;align-items:flex-start;gap:12px}.warning-icon{width:32px;height:32px;flex-shrink:0}.return-title-section{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.return-title{font-weight:400;font-size:24px;line-height:100%;letter-spacing:0;margin:0;color:#fff}.return-subtitle{font-size:14px;font-weight:400;line-height:120%;letter-spacing:0;margin:0;color:#fff}.download-btn{display:flex;align-items:center;justify-content:center;padding:6.4px 16px;gap:8px;background:transparent;border:1px solid #6e6e6e;border-radius:100px;color:#fff;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}.download-btn:hover{background:#ffffff1a;border-color:#8e8e8e;color:#fff}.refund-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.refund-card{display:flex;flex-direction:column;gap:24px;padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.15);background:transparent;text-align:left}.refund-label{font-size:18px;font-weight:400;line-height:100%;letter-spacing:0;color:#3a7bd5;text-transform:uppercase;text-align:left}.refund-amount{font-size:36px;font-weight:600;line-height:100%;letter-spacing:0;color:#fff}.refund-amount.owed{color:#d2737e}.refund-amount.total{color:#fff}.tax-services-box{display:flex;flex-direction:column;flex:1;gap:16px;padding:24px;border-radius:16px}.services-header .services-title{font-weight:400;font-size:24px;line-height:100%;letter-spacing:0;margin:0;color:#fff;text-align:left}.services-table{display:flex;flex-direction:column;width:100%;border:1px solid rgba(255,255,255,.15);border-radius:8px;overflow:hidden}.table-header,.table-row{display:grid;grid-template-columns:2fr 1fr 1.2fr 1fr 1.5fr 1.2fr;align-items:center;padding:16px 20px;text-align:left}.table-header{font-weight:600;font-size:18px;line-height:100%;letter-spacing:0;color:#6e6e6e;border-bottom:1px solid rgba(255,255,255,.15)}.table-body{display:flex;flex-direction:column}.table-row{font-weight:400;font-size:18px;line-height:100%;letter-spacing:0;color:#fff;border-bottom:1px solid rgba(255,255,255,.15);transition:background-color .2s ease}.table-row:last-child{border-bottom:none}.col-task,.col-date,.col-status,.col-type,.col-progress,.col-action{padding:0 8px}.col-task{padding-left:0}.col-action{padding-right:0}.status-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 8px;gap:4px;border-radius:2px;font-size:14px;font-weight:600;line-height:120%;letter-spacing:0;color:silver;background:#ffffff26}.status-badge.status-in_progress{background:#3a7bd540;color:#3a7bd5}.status-badge.status-completed{background:#6ecd6633;color:#6ecd66}.progress-wrapper{display:flex;align-items:center;gap:8px}.progress-bar{position:relative;width:100%;max-width:100px;height:8px;border-radius:4px;overflow:hidden;background:#ffffff1a}.progress-bar .progress-fill{height:100%;background:#3a7bd5;border-radius:4px;transition:width .3s ease}.progress-bar.in-progress .progress-fill{background:#3a7bd5}.progress-bar.completed .progress-fill{background:#6ecd66}.progress-text{font-size:14px;font-weight:400;line-height:100%;letter-spacing:0;color:#fff;white-space:nowrap}.progress-text.in-progress{color:#3a7bd5}.progress-text.completed{color:#6ecd66}.action-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;color:#3a7bd5;font-size:14px;font-weight:400;line-height:100%;letter-spacing:0;cursor:pointer;padding:0;outline:none}.action-btn:hover{text-decoration:underline}.action-btn:focus{outline:none}.action-btn.action-completed{color:#6ecd66}.action-btn.action-completed:hover{text-decoration:none}.action-btn .action-arrow{width:16px;height:16px;filter:invert(42%) sepia(93%) saturate(1352%) hue-rotate(196deg) brightness(95%) contrast(80%)}.action-btn .action-check{width:20px;height:20px}.tax-desktop-view{display:contents}.tax-mobile-view{display:none}@media(max-width:768px){.tax-desktop-view{display:none}.tax-mobile-view{display:flex;flex-direction:column;gap:12px;width:100%}.tax-content-box{padding-top:78px;padding-left:12px;padding-right:12px}.content-primary{gap:12px}.content-primary .info-icon{width:55px;height:55px}.content-primary .title{font-size:18px;font-weight:600}.content-primary .description{font-size:14px;line-height:1.2}.content-secondary{gap:8px}.content-secondary .terms{font-size:12px}.content-secondary .get-started-btn{padding:6px 16px;height:40px}.content-secondary .get-started-btn .btn-text{font-size:16px}.content-secondary .get-started-btn .arrow-icon{width:18px;height:18px}.mobile-tax-return-card{display:flex;flex-direction:column;gap:16px;padding:22px 16px;border:1px solid #3a7bd5;border-radius:8px;background:transparent}.mobile-return-title-row{display:flex;align-items:center;gap:2px}.mobile-return-title{font-size:14px;font-weight:400;line-height:20px;color:#fff}.mobile-refund-row{display:flex;justify-content:space-between;text-align:left;white-space:nowrap}.mobile-refund-col{display:flex;flex-direction:column;gap:8px;width:140px}.mobile-refund-label{font-size:14px;font-weight:400;line-height:20px;color:#4da3ff;text-transform:uppercase}.mobile-refund-amount{font-size:28px;font-weight:500;line-height:100%;color:#fff}.mobile-return-detail-btn{display:flex;align-items:center;justify-content:center;width:100%;height:32px;padding:7.4px 16px;border:1px solid #3a7bd5;border-radius:100px;background:transparent;color:#3a7bd5;font-size:15px;font-weight:590;line-height:20px;cursor:pointer}.mobile-return-detail-btn:hover{background:#3a7bd51a}.mobile-service-cards{display:flex;flex-direction:column;gap:8px}.mobile-service-card{display:flex;flex-direction:column;background:#212123;border-radius:8px;padding:4px 16px;cursor:pointer}.mobile-service-card.mobile-service-completed{cursor:default}.mobile-card-row{display:flex;align-items:center;gap:8px;min-height:56px}.mobile-card-task{flex:1;font-size:14px;font-weight:400;line-height:20px;color:#fff;text-align:left}.mobile-card-completed{display:flex;align-items:center;gap:8px}.mobile-card-completed-text{font-size:14px;font-weight:400;line-height:20px;color:#6ecd66;white-space:nowrap}.mobile-card-check-icon{width:24px;height:24px;flex-shrink:0}.mobile-card-continue-btn{display:flex;align-items:center;justify-content:center;padding:7.4px 16px;height:32px;border:1px solid #fff;border-radius:100px;background:transparent;color:#fff;font-size:15px;font-weight:590;line-height:20px;cursor:pointer;white-space:nowrap;flex-shrink:0}.mobile-card-continue-btn:hover,.mobile-card-continue-btn:active{background:#3a7bd51a;border-color:#3a7bd5;color:#3a7bd5}.mobile-card-chevron{width:24px;height:24px;flex-shrink:0;opacity:.6}.mobile-card-progress-section{display:flex;flex-direction:column;gap:2px;padding-bottom:16px}.mobile-card-step-label{font-size:12px;font-weight:400;line-height:18px;color:#3a7bd5;text-transform:uppercase}.mobile-card-progress-bar-wrapper{display:flex;align-items:center;gap:10px}.mobile-card-progress-bar{flex:1;height:10px;background:#ffffff26;border-radius:25px;overflow:hidden}.mobile-card-progress-fill{height:100%;background:#3a7bd5;border-radius:25px;transition:width .3s ease}.mobile-card-progress-text{font-size:14px;font-weight:600;line-height:20px;color:#3a7bd5;white-space:nowrap}.tax-container.light-theme .mobile-tax-return-card{border-color:#3a7bd5;background:#fff}.tax-container.light-theme .mobile-return-title,.tax-container.light-theme .mobile-refund-amount{color:#333}.tax-container.light-theme .mobile-service-card{background:#f5f5f5}.tax-container.light-theme .mobile-card-task{color:#333}.tax-container.light-theme .mobile-card-continue-btn{border-color:#333;color:#333}.tax-container.light-theme .mobile-card-continue-btn:hover,.tax-container.light-theme .mobile-card-continue-btn:active{background:#3a7bd51a;border-color:#3a7bd5;color:#3a7bd5}.tax-container.light-theme .mobile-card-chevron{filter:invert(1)}.tax-container.light-theme .mobile-card-progress-bar{background:#0000001a}}.step1-container{max-width:800px;width:50vw;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.step1-container .header{display:flex;align-items:center;padding:2rem 2rem 0}.step1-container .header .back-button{margin-right:1rem;color:#3a7bd5;cursor:pointer;font-size:1.2rem}.step1-container .header .title{font-size:2rem;font-weight:600;margin:0;color:#1a1a1a}.step1-container .content{flex:1;padding:24px;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.step1-container .content .progress-container{margin-bottom:2rem;position:relative}.step1-container .content .progress-container .progress-bar{width:100%;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.step1-container .content .progress-container .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#856095,#3a7bd5);border-radius:2px;transition:width .3s ease}.step1-container .content .progress-container .progress-text{position:absolute;right:0;top:8px;font-size:.875rem;color:#666;font-weight:500}.step1-container .content .subtitle-container{margin-bottom:2rem;display:flex;align-items:center;gap:.5rem}.step1-container .content .subtitle-container .subtitle{font-size:1.25rem;font-weight:500;margin:0;color:#4a4a4a;text-align:left}.step1-container .content .subtitle-container .help-icon{color:#856095;cursor:pointer;font-size:1.1rem}.step1-container .content .subtitle-container .help-icon:hover{color:#3a7bd5}.step1-container .content .form-container .phase-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.step1-container .content .form-container .phase-form .form-row .form-item{flex:1}.step1-container .content .form-container .phase-form .form-row .form-item.single{max-width:100%}.step1-container .content .form-container .phase-form .form-row .form-item:only-child{max-width:100%}.step1-container .content .form-container .phase-form .ant-form-item-label>label{color:#333;font-weight:500}.step1-container .content .form-container .phase-form .ant-select{border-radius:6px;border:1px solid #d9d9d9;font-size:1rem}.step1-container .content .form-container .phase-form .ant-select:focus,.step1-container .content .form-container .phase-form .ant-select:hover{border-color:#3a7bd5}.step1-container .content .form-container .phase-form .ant-select .ant-select-selector{padding:8px 16px;border:none}.step1-container .content .goals-container{display:flex;flex-direction:column;gap:1rem}.step1-container .content .goals-container .goal-option{width:100%;min-height:66px;border-radius:4px;background:#ffffff0d;display:flex;align-items:center;justify-content:space-between;padding:20px;cursor:pointer;transition:all .3s ease;box-sizing:border-box;border:1px solid #e9ecef}.step1-container .content .goals-container .goal-option.selected{background:#ad56d626;border:1px solid #3a7bd5}.step1-container .content .goals-container .goal-option.disabled{opacity:.6;cursor:not-allowed}.step1-container .content .goals-container .goal-option:hover:not(.disabled){opacity:.8}.step1-container .content .goals-container .goal-option .goal-left{display:flex;align-items:center;flex:1}.step1-container .content .goals-container .goal-option .goal-left .goal-icon{margin-right:12px;font-size:1.2rem;color:#3a7bd5}.step1-container .content .goals-container .goal-option .goal-left .goal-label{color:#333;font-size:1rem;font-weight:500;line-height:1.4}.step1-container .content .goals-container .goal-option .goal-right .custom-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step1-container .content .goals-container .goal-option .goal-right .custom-checkbox.checked{border-color:#3a7bd5;background-color:#3a7bd5}.step1-container .content .goals-container .goal-option .goal-right .custom-checkbox.checked .checkbox-inner{width:8px;height:8px;background-color:#fff;border-radius:50%}.step1-container .content .goals-container .sub-options{margin-top:1rem;border-left:2px solid #e9ecef}.step1-container .content .goals-container .sub-options .sub-option-wrapper{margin-bottom:1rem}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;transition:all .3s ease}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:1px solid #3a7bd5}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option.disabled{opacity:.6;cursor:not-allowed}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option:hover:not(.disabled){opacity:.8}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#333;font-size:.9rem;font-weight:500}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox{width:16px;height:16px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox.checked{border-color:#3a7bd5;background-color:#3a7bd5}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox.checked .checkbox-inner{width:6px;height:6px;background-color:#fff;border-radius:50%}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-description{margin:.5rem 0 0;color:#666;font-size:.85rem;line-height:1.4;text-align:left}.step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-description.disabled-text{color:#999}.step1-container .content .risk-container{text-align:left}.step1-container .content .risk-container .risk-assessment-container{display:flex;flex-direction:column;gap:2rem}.step1-container .content .risk-container .risk-assessment-container .risk-progress-container{margin-bottom:1.5rem;position:relative}.step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-bar{width:100%;height:6px;background-color:#f3f4f6;border-radius:3px;overflow:hidden}.step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-bar .risk-progress-fill{height:100%;background:linear-gradient(90deg,#ff6b6b,orange,#52c41a);border-radius:3px;transition:width .4s ease}.step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-text{position:absolute;right:0;top:10px;font-size:.875rem;color:#666;font-weight:500}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .risk-question{margin-bottom:1.5rem}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .risk-question .question-title{font-size:1.2rem;font-weight:600;color:#333;margin:0;line-height:1.5;text-align:center}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options{margin-left:0;padding-left:0;border-left:none;display:flex;flex-direction:column;gap:1rem}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper{margin-bottom:0}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#ffffff0d;border:1px solid #e9ecef;border-radius:4px;cursor:pointer;transition:all .3s ease}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:1px solid #3a7bd5}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option.disabled{opacity:.6;cursor:not-allowed}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option:hover:not(.disabled){opacity:.8}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-left{flex:1;margin-right:16px}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#333;font-size:1rem;font-weight:500;line-height:1.5;display:block}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-right{flex-shrink:0;margin-top:4px}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox.checked{border-color:#3a7bd5;background-color:#3a7bd5}.step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-right .custom-checkbox.checked .checkbox-inner{width:8px;height:8px;background-color:#fff;border-radius:50%}.step1-container .content .footer{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:2rem}.step1-container .content .footer .next-button{background-color:#fff;border-color:#000;color:#000;min-width:120px;height:45px;font-size:1rem;border-radius:100px}.step1-container .content .footer .next-button:hover{background-color:#f5f5f5;border-color:#000;color:#000}.step1-container .content .footer .next-button:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#666}body.dark-theme .step1-container .header .title{color:#fff}body.dark-theme .step1-container .content .progress-container .progress-bar{background-color:#374151}body.dark-theme .step1-container .content .progress-container .progress-text{color:#9ca3af}body.dark-theme .step1-container .content .subtitle-container .subtitle{color:#e5e7eb}body.dark-theme .step1-container .content .form-container .phase-form .ant-form-item-label>label{color:#e5e7eb}body.dark-theme .step1-container .content .form-container .phase-form .ant-select{border-color:#374151;color:#fff}body.dark-theme .step1-container .content .form-container .phase-form .ant-select:focus,body.dark-theme .step1-container .content .form-container .phase-form .ant-select:hover{border-color:#3a7bd5}body.dark-theme .step1-container .content .form-container .phase-form .ant-select .ant-select-selector{color:#fff}body.dark-theme .step1-container .content .form-container .phase-form .ant-select .ant-select-arrow{color:#9ca3af}body.dark-theme .step1-container .content .goals-container .goal-option{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step1-container .content .goals-container .goal-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.dark-theme .step1-container .content .goals-container .goal-option .goal-left .goal-label{color:#fff}body.dark-theme .step1-container .content .goals-container .sub-options{border-left-color:#ffffff1a}body.dark-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.dark-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#e5e7eb}body.dark-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-description{color:#9ca3af}body.dark-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-description.disabled-text{color:#666}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-bar{background-color:#374151}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-text{color:#9ca3af}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .risk-question .question-title{color:#e5e7eb}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.dark-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#e5e7eb}body.dark-theme .step1-container .content .footer .next-button{background-color:#fff;border-color:#000;color:#000}body.dark-theme .step1-container .content .footer .next-button:hover{background-color:#333;border-color:#333;color:#fff}body.dark-theme .step1-container .content .footer .next-button:disabled{background-color:#666;border-color:#666;color:#999}body.dark-theme .goals-modal .modal-content h3{color:#3a7bd5}body.dark-theme .goals-modal .modal-content p{color:#e5e7eb}body.light-theme .step1-container .content .goals-container .goal-option{background:#f8f9fa;border:1px solid #e9ecef}body.light-theme .step1-container .content .goals-container .goal-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.light-theme .step1-container .content .goals-container .goal-option .goal-left .goal-icon,body.light-theme .step1-container .content .goals-container .goal-option .goal-left .goal-label{color:#333}body.light-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option{background:#f1f3f4;border:1px solid #e9ecef}body.light-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.light-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option:hover{opacity:.8}body.light-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#333}body.light-theme .step1-container .content .goals-container .sub-options .sub-option-wrapper .sub-description{color:#666}body.light-theme .step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-bar{background-color:#f3f4f6}body.light-theme .step1-container .content .risk-container .risk-assessment-container .risk-progress-container .risk-progress-text{color:#6b7280}body.light-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option{background:#fff;border:2px solid #e5e7eb}body.light-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option.selected{background:#ad56d626;border:2px solid #ad56d6}body.light-theme .step1-container .content .risk-container .risk-assessment-container .risk-question-wrapper .sub-options .sub-option-wrapper .sub-option .sub-left .sub-label{color:#374151}.confirm-modal .next-button{font-size:1rem;border-radius:100px}body.dark-theme .confirm-modal .next-button{background-color:#fff;border-color:#000;color:#000}body.dark-theme .confirm-modal .next-button:hover{background-color:#333;border-color:#333;color:#fff}body.dark-theme .confirm-modal .next-button:disabled{background-color:#666;border-color:#666;color:#999}body.light-theme .confirm-modal .next-button{background-color:#fff;border-color:#000;color:#000}body.light-theme .confirm-modal .next-button:hover{background-color:#f5f5f5;border-color:#000;color:#000}body.light-theme .confirm-modal .next-button:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#666}.step2-container{max-width:800px;width:50vw;margin:0 auto;min-height:100vh;display:flex;flex-direction:column}.step2-container .header{display:flex;align-items:center;padding:2rem 2rem 0}.step2-container .header .back-button{margin-right:1rem;color:#3a7bd5;cursor:pointer;font-size:1.2rem}.step2-container .header .title{font-size:2rem;font-weight:600;margin:0;color:#1a1a1a}.step2-container .content{flex:1;padding:24px;display:flex;flex-direction:column;width:100%;box-sizing:border-box}.step2-container .content .progress-container{margin-bottom:2rem;position:relative}.step2-container .content .progress-container .progress-bar{width:100%;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.step2-container .content .progress-container .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#856095,#3a7bd5);border-radius:2px;transition:width .3s ease}.step2-container .content .progress-container .progress-text{position:absolute;right:0;top:8px;font-size:.875rem;color:#666;font-weight:500}.step2-container .content .subtitle-container{margin-bottom:2rem}.step2-container .content .subtitle-container .subtitle{font-size:1.25rem;font-weight:500;margin:0;color:#4a4a4a}.step2-container .content .form-container .phase-form .form-row{display:flex;gap:1rem;margin-bottom:1rem}.step2-container .content .form-container .phase-form .form-row .form-item{flex:1}.step2-container .content .form-container .phase-form .form-row .form-item.single{max-width:100%}.step2-container .content .form-container .phase-form .form-row .form-item:only-child{max-width:100%}.step2-container .content .form-container .phase-form .add-contact-button{border-color:#856095;color:#856095;border-radius:6px;height:40px;font-weight:500}.step2-container .content .form-container .phase-form .add-contact-button:hover{border-color:#3a7bd5;color:#3a7bd5}.step2-container .content .form-container .phase-form .add-contact-button:disabled{border-color:#d9d9d9;color:#bfbfbf;cursor:not-allowed}.step2-container .content .form-container .phase-form .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.step2-container .content .form-container .phase-form .section-header h3{margin:0;color:#333;font-size:1.1rem;font-weight:500}.step2-container .content .form-container .phase-form .trusted-contact-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:20px;margin-bottom:1rem}.step2-container .content .form-container .phase-form .trusted-contact-form .contact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.step2-container .content .form-container .phase-form .trusted-contact-form .contact-header h4{margin:0;color:#333;font-size:1rem;font-weight:500}.step2-container .content .form-container .phase-form .trusted-contact-form .contact-header .remove-contact-button{color:#ff4d4f;border:none;padding:0}.step2-container .content .form-container .phase-form .trusted-contact-form .contact-header .remove-contact-button:hover{color:#ff7875}.step2-container .content .form-container .phase-form .warning-notice{background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;padding:16px;margin-top:1rem;display:flex;align-items:flex-start;gap:12px}.step2-container .content .form-container .phase-form .warning-notice .warning-icon{color:#faad14;font-size:1.2rem;margin-top:2px}.step2-container .content .form-container .phase-form .warning-notice p{margin:0;color:#333;line-height:1.5}.step2-container .content .form-container .phase-form .compliance-options{display:flex;flex-direction:column;gap:1rem}.step2-container .content .form-container .phase-form .compliance-options .compliance-option{width:100%;min-height:66px;border-radius:4px;background:#ffffff0d;display:flex;align-items:center;justify-content:space-between;padding:20px;cursor:pointer;transition:all .3s ease;box-sizing:border-box}.step2-container .content .form-container .phase-form .compliance-options .compliance-option.selected{background:#ad56d626;border:1px solid #3a7bd5}.step2-container .content .form-container .phase-form .compliance-options .compliance-option:hover{opacity:.8}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-left{display:flex;align-items:center;flex:1}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-left .compliance-label{color:#fff;font-size:1rem;font-weight:500;line-height:1.4}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-right .custom-checkbox{width:20px;height:20px;border:2px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-right .custom-checkbox.checked{border-color:#3a7bd5;background-color:#3a7bd5}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-right .custom-checkbox.checked .checkbox-inner{width:8px;height:8px;background-color:#fff;border-radius:50%}.step2-container .content .form-container .phase-form .legal-agreement-container .agreement-subtitle{text-align:left;font-size:1rem}.step2-container .content .form-container .phase-form .legal-agreement-container .agreements-list{padding:0 1rem}.step2-container .content .form-container .phase-form .legal-agreement-container .agreements-list .agreement-item .title{font-size:1.2rem;font-weight:500;margin-bottom:.9rem}.step2-container .content .form-container .phase-form .legal-agreement-container .agreements-list .agreement-button{width:100%;background-color:#000;border-color:#fff;color:#fff;margin-bottom:1rem}.step2-container .content .form-container .phase-form .legal-agreement-container .agreement-checkbox{text-align:right}.step2-container .content .form-container .phase-form .ant-form-item-label>label{color:#333;font-weight:500}.step2-container .content .form-container .phase-form .ant-input,.step2-container .content .form-container .phase-form .ant-select,.step2-container .content .form-container .phase-form .ant-picker{border-radius:6px;border:1px solid #d9d9d9;font-size:1rem}.step2-container .content .form-container .phase-form .ant-input:focus,.step2-container .content .form-container .phase-form .ant-input:hover,.step2-container .content .form-container .phase-form .ant-select:focus,.step2-container .content .form-container .phase-form .ant-select:hover,.step2-container .content .form-container .phase-form .ant-picker:focus,.step2-container .content .form-container .phase-form .ant-picker:hover{border-color:#3a7bd5}.step2-container .content .form-container .phase-form .ant-input{padding:12px 16px}.step2-container .content .form-container .phase-form .ant-input::placeholder{color:#bfbfbf}.step2-container .content .form-container .phase-form .ant-input[type=date]{padding:10px 16px}.step2-container .content .form-container .phase-form .ant-select .ant-select-selector{padding:8px 16px;border:none}.step2-container .content .form-container .phase-form .ant-picker{padding:12px 16px}.step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input{font-size:1rem}.step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input::placeholder{color:#bfbfbf}.step2-container .content .form-container .phase-form .ant-radio-group{display:flex;flex-wrap:wrap;gap:1rem}.step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper{color:#333;font-size:1rem}.step2-container .content .form-container .phase-form .ant-form-item-explain-error{color:#ff4d4f}.step2-container .content .footer{display:flex;justify-content:flex-end;align-items:center;width:100%;margin-top:2rem;gap:1rem}.step2-container .content .footer .skip-phase-button{background-color:#000;border-color:#fff;color:#fff;min-width:120px;height:45px;font-size:1rem;border-radius:100px}.step2-container .content .footer .next-button{background-color:#fff;border-color:#000;color:#000;min-width:120px;height:45px;font-size:1rem;border-radius:100px}.step2-container .content .footer .next-button:hover{background-color:#f5f5f5;border-color:#000;color:#000}.step2-container .content .footer .next-button:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#666}.step2-container .content .footer .next-button:only-child{margin:0}body.dark-theme .step2-container .header .title{color:#fff}body.dark-theme .step2-container .content .progress-container .progress-bar{background-color:#374151}body.dark-theme .step2-container .content .progress-container .progress-text{color:#9ca3af}body.dark-theme .step2-container .content .subtitle-container .subtitle{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .add-contact-button{border-color:#856095;color:#856095;background-color:transparent}body.dark-theme .step2-container .content .form-container .phase-form .add-contact-button:hover{border-color:#3a7bd5;color:#3a7bd5}body.dark-theme .step2-container .content .form-container .phase-form .add-contact-button:disabled{border-color:#666;color:#666;cursor:not-allowed}body.dark-theme .step2-container .content .form-container .phase-form .section-header h3{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .trusted-contact-form{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step2-container .content .form-container .phase-form .trusted-contact-form .contact-header h4{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .trusted-contact-form .contact-header .remove-contact-button{color:#ff4d4f}body.dark-theme .step2-container .content .form-container .phase-form .trusted-contact-form .contact-header .remove-contact-button:hover{color:#ff7875}body.dark-theme .step2-container .content .form-container .phase-form .warning-notice{background:#ffc1071a;border:1px solid rgba(255,193,7,.3)}body.dark-theme .step2-container .content .form-container .phase-form .warning-notice .warning-icon{color:#faad14}body.dark-theme .step2-container .content .form-container .phase-form .warning-notice p{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.dark-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-left .compliance-label{color:#fff}body.dark-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}body.dark-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel .ant-collapse-header{color:#fff}body.dark-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel .ant-collapse-content-box{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .ant-form-item-label>label{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .ant-input,body.dark-theme .step2-container .content .form-container .phase-form .ant-select,body.dark-theme .step2-container .content .form-container .phase-form .ant-picker{border-color:#374151;color:#fff}body.dark-theme .step2-container .content .form-container .phase-form .ant-input:focus,body.dark-theme .step2-container .content .form-container .phase-form .ant-input:hover,body.dark-theme .step2-container .content .form-container .phase-form .ant-select:focus,body.dark-theme .step2-container .content .form-container .phase-form .ant-select:hover,body.dark-theme .step2-container .content .form-container .phase-form .ant-picker:focus,body.dark-theme .step2-container .content .form-container .phase-form .ant-picker:hover{border-color:#3a7bd5}body.dark-theme .step2-container .content .form-container .phase-form .ant-input::placeholder{color:#6b7280}body.dark-theme .step2-container .content .form-container .phase-form .ant-select .ant-select-selector{color:#fff}body.dark-theme .step2-container .content .form-container .phase-form .ant-select .ant-select-arrow{color:#9ca3af}body.dark-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input{color:#fff}body.dark-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input::placeholder{color:#6b7280}body.dark-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-suffix{color:#9ca3af}body.dark-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper{color:#e5e7eb}body.dark-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{border-color:#374151}body.dark-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner{background-color:#3a7bd5;border-color:#3a7bd5}body.dark-theme .step2-container .content .form-container .phase-form .ant-form-item-explain-error{color:#fca5a5}body.dark-theme .step2-container .content .footer{border-top-color:#374151}body.dark-theme .step2-container .content .footer .skip-phase-button{background-color:#000;border-color:#fff;color:#fff}body.dark-theme .step2-container .content .footer .skip-phase-button:hover{background-color:#f5f5f5;border-color:#f5f5f5;color:#000}body.dark-theme .step2-container .content .footer .next-button{background-color:#fff;border-color:#000;color:#000}body.dark-theme .step2-container .content .footer .next-button:hover{background-color:#333;border-color:#333;color:#fff}body.dark-theme .step2-container .content .footer .next-button:disabled{background-color:#666;border-color:#666;color:#999}body.light-theme .step2-container .content .progress-container .progress-bar{background-color:#f3f4f6}body.light-theme .step2-container .content .progress-container .progress-text{color:#6b7280}body.light-theme .step2-container .content .form-container .phase-form .trusted-contact-button{border-color:#856095;color:#856095;background-color:#fff}body.light-theme .step2-container .content .form-container .phase-form .trusted-contact-button:hover{border-color:#3a7bd5;color:#3a7bd5}body.light-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option{background:#f8f9fa;border:1px solid #e9ecef}body.light-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option.selected{background:#ad56d626;border:1px solid #3a7bd5}body.light-theme .step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-left .compliance-label{color:#333}body.light-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel{background:#f8f9fa;border:1px solid #e9ecef}body.light-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel .ant-collapse-header{color:#333}body.light-theme .step2-container .content .form-container .phase-form .legal-agreement-container .custom-collapse .collapse-panel .ant-collapse-content-box{color:#666}body.light-theme .step2-container .content .form-container .phase-form .ant-input,body.light-theme .step2-container .content .form-container .phase-form .ant-select,body.light-theme .step2-container .content .form-container .phase-form .ant-picker{background-color:#fff;border-color:#d9d9d9;color:#333}body.light-theme .step2-container .content .form-container .phase-form .ant-input:focus,body.light-theme .step2-container .content .form-container .phase-form .ant-input:hover,body.light-theme .step2-container .content .form-container .phase-form .ant-select:focus,body.light-theme .step2-container .content .form-container .phase-form .ant-select:hover,body.light-theme .step2-container .content .form-container .phase-form .ant-picker:focus,body.light-theme .step2-container .content .form-container .phase-form .ant-picker:hover{border-color:#3a7bd5;background-color:#fff}body.light-theme .step2-container .content .form-container .phase-form .ant-select .ant-select-selector{background-color:#fff;color:#333}body.light-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input{background-color:#fff;color:#333}body.light-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-input>input::placeholder{color:#bfbfbf}body.light-theme .step2-container .content .form-container .phase-form .ant-picker .ant-picker-suffix{color:#666}body.light-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper{color:#333}body.light-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper .ant-radio .ant-radio-inner{background-color:#fff;border-color:#d9d9d9}body.light-theme .step2-container .content .form-container .phase-form .ant-radio-group .ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner{background-color:#3a7bd5;border-color:#3a7bd5}body.light-theme .step2-container .content .footer .skip-phase-button{background-color:#000;border-color:#fff;color:#fff}body.light-theme .step2-container .content .footer .skip-phase-button:hover{background-color:#333;border-color:#333;color:#fff}body.light-theme .step2-container .content .footer .next-button{background-color:#fff;border-color:#000;color:#000}body.light-theme .step2-container .content .footer .next-button:hover{background-color:#f5f5f5;border-color:#000;color:#000}body.light-theme .step2-container .content .footer .next-button:disabled{background-color:#d1d5db;border-color:#d1d5db;color:#666}@media(max-width:768px){.step2-container .content .form-container .phase-form .form-row{flex-direction:column;gap:0}.step2-container .content .form-container .phase-form .form-row .form-item{max-width:100%}.step2-container .content .form-container .phase-form .ant-radio-group{flex-direction:column;gap:.5rem}.step2-container .content .form-container .phase-form .compliance-options .compliance-option{min-height:auto;padding:16px}.step2-container .content .form-container .phase-form .compliance-options .compliance-option .compliance-left .compliance-label{font-size:.9rem}.step2-container .content .footer{flex-direction:column;gap:1rem}.step2-container .content .footer .skip-phase-button,.step2-container .content .footer .next-button{width:100%;margin:0}}.form-item.single,.form-item.single .ant-form-item-label,.form-item.single .ant-checkbox-wrapper,.form-item.single .ant-radio-group,.phase5-form .form-item,.phase5-form .form-item .ant-form-item-label{text-align:left!important}#root{margin:0 auto;text-align:center}Custom scrollbar styles #root::-webkit-scrollbar{width:10px}#root::-webkit-scrollbar-track{background:#bda1c9;border-radius:10px}#root::-webkit-scrollbar-thumb{background:#bda1c9;border-radius:10px}#root::-webkit-scrollbar-thumb:hover{background:#bda1c9}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}:root{--light-bg-color: #ffffff;--light-text-color: #000000;--light-border-color: #d9d9d9;--light-component-bg: #f5f5f5;--dark-bg-color: #000000;--dark-text-color: #ffffff;--dark-border-color: #434343;--dark-component-bg: #141414}body.light-theme{background-color:var(--light-bg-color);color:var(--light-text-color)}body.dark-theme{background-color:var(--dark-bg-color);color:var(--dark-text-color)}body.dark-theme::-webkit-scrollbar{width:10px}body.dark-theme::-webkit-scrollbar-track{background:#bda1c9;border-radius:10px}body.dark-theme::-webkit-scrollbar-thumb{background:#bda1c9;border-radius:10px}body.dark-theme::-webkit-scrollbar-thumb:hover{background:#bda1c9}body.light-theme::-webkit-scrollbar{width:10px}body.light-theme::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}body.light-theme::-webkit-scrollbar-thumb{background:#bda1c9;border-radius:10px}body.light-theme::-webkit-scrollbar-thumb:hover{background:#9d7da9}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
