.rx{--navy-900:#14233c;--navy-800:#16273f;--navy-700:#1c3252;--green-600:#2f9e5b;--green-500:#3fae6a;--green-100:#e3f5ea;--amber-600:#b7791f;--amber-100:#fdf3e0;--gray-700:#4d5866;--gray-500:#7a8595;--gray-300:#d7dce2;--gray-100:#eef1f5;--white:#fff;--radius-lg:14px;--radius-md:10px;--shadow-card:0 1px 2px #14233c0a, 0 4px 16px #14233c0f;--shadow-card-hover:0 2px 4px #14233c0f, 0 10px 28px #14233c1a;--aimee-slot-height:700px;background:var(--gray-100);min-height:100vh;color:var(--navy-900);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.hero{background:linear-gradient(155deg, var(--navy-700) 0%, var(--navy-900) 62%, #0f1c30 100%);padding-bottom:56px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#3fae6a47 0%,#3fae6a00 70%);border-radius:50%;width:380px;height:380px;position:absolute;top:-140px;right:-80px}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff0f 0%,#fff0 70%);border-radius:50%;width:320px;height:320px;position:absolute;bottom:-160px;left:8%}.site-header{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;max-width:1400px;margin:0 auto;padding:18px 24px;display:flex;position:relative}.hero-divider{z-index:1;background:#ffffff14;height:1px;position:relative}.brand{align-items:center;gap:12px;display:flex}.brand-mark{background:#ffffff0f;border:1px solid #ffffff24;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:inset 0 0 0 1px #00000026}.brand-mark svg{width:22px;height:22px;display:block}.brand-name{color:var(--white);letter-spacing:.2px;white-space:nowrap;font-size:18px;font-weight:700}.main-nav{flex-wrap:wrap;gap:28px;margin:0;padding:0;list-style:none;display:flex}.main-nav a{color:#ffffffe0;font-size:15px;font-weight:500;text-decoration:none}.main-nav a:hover,.main-nav a:focus-visible{color:var(--white)}.main-nav a.active{color:var(--white);font-weight:700}.header-actions{align-items:center;gap:16px;display:flex}.icon-btn{width:34px;height:34px;color:var(--white);cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.icon-btn svg{width:18px;height:18px}.avatar-chip{color:var(--white);align-items:center;gap:8px;font-size:13.5px;font-weight:600;display:flex}.avatar-circle{background:var(--navy-700);border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.nav-toggle{color:var(--white);cursor:pointer;background:0 0;border:none;display:none}.welcome-bar{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:20px;max-width:1400px;margin:0 auto;padding:30px 24px 0;display:flex;position:relative}.welcome-bar h1{color:var(--white);margin:0 0 6px;font-size:23px;font-weight:700}.welcome-bar p{color:#ffffff9e;margin:0;font-size:14px}.welcome-figure{text-align:right}.welcome-figure .label{color:#ffffff8c;letter-spacing:.05em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700}.welcome-figure .amount{color:var(--white);font-size:30px;font-weight:700;line-height:1.1}.welcome-figure .trend{color:var(--green-500);background:#3fae6a29;border-radius:999px;align-items:center;gap:4px;margin-top:6px;padding:3px 10px;font-size:12.5px;font-weight:700;display:inline-flex}.welcome-figure .trend svg{width:12px;height:12px}.page-shell{z-index:2;max-width:1400px;margin:-34px auto 0;padding:0 24px 24px;position:relative}.dashboard-col{flex-direction:column;gap:20px;min-width:0;display:flex}.split-row{flex-wrap:wrap;align-items:stretch;gap:20px;display:flex}.split-col-main{flex-direction:column;flex:620px;gap:20px;min-width:0;display:flex}.split-row--solo .split-col-main{flex:100%}.split-row--solo .split-col-main>.card{height:auto}.split-col-main>.card{flex-direction:column;height:100%;display:flex}.split-col-main .chart-wrap{flex-direction:column;flex:1;min-height:0;display:flex}.split-col-main .chart-wrap svg{flex:1;height:auto;min-height:0}.companion-col{min-width:300px;max-width:400px;height:var(--aimee-slot-height);max-height:var(--aimee-slot-height);flex:380px;align-self:flex-start}.companion-col .widget-slot{height:var(--aimee-slot-height);max-height:var(--aimee-slot-height);min-height:var(--aimee-slot-height)}.widget-slot{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-card);flex-direction:column;min-height:460px;display:flex;overflow:hidden}.widget-slot-body{border-radius:var(--radius-md);text-align:center;color:var(--gray-500);background:repeating-linear-gradient(135deg,#14233c04 0 10px,#0000 10px 20px);border:2px dashed #c3cede;flex-direction:column;flex:1;justify-content:center;align-items:center;margin:16px;padding:28px;font-size:13.5px;line-height:1.6;display:flex}.widget-slot-body .placeholder-icon{background:var(--gray-100);width:44px;height:44px;color:var(--gray-500);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.widget-slot-body .placeholder-icon svg{width:20px;height:20px}.widget-slot-body strong{color:var(--navy-900)}.widget-slot-body code{background:var(--navy-900);color:#dbe6f2;border-radius:6px;margin-top:10px;padding:3px 8px;font-size:12px;display:inline-block}.card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid #14233c0a;padding:22px 24px;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.card.compact{padding:16px 20px}.card.compact .card-heading-row{margin-bottom:8px}.card.compact .fund-row{padding:8px 0}.card.compact .txn-row{padding:7px 0}.stat-row{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.stat-card .stat-label{color:var(--gray-500);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:16px;font-size:12.5px;font-weight:700;display:flex}.stat-icon{border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.stat-icon svg{flex-shrink:0;width:16px;height:16px}.stat-icon.tone-blue{color:#2f5fae;background:#e7effc}.stat-icon.tone-green{background:var(--green-100);color:var(--green-600)}.stat-icon.tone-amber{background:var(--amber-100);color:var(--amber-600)}.stat-value{color:var(--navy-900);letter-spacing:-.01em;font-size:28px;font-weight:700;line-height:1.1}.stat-sub{color:var(--gray-500);margin-top:8px;font-size:13.5px}.progress-track{align-items:center;gap:10px;margin-top:12px;display:flex}.progress-bar{background:var(--gray-100);border-radius:999px;flex:1;height:6px;position:relative;overflow:visible}.progress-bar>span{background:var(--green-500);border-radius:999px;height:100%;display:block;position:relative}.progress-bar>span:after{content:"";background:var(--green-500);border:2px solid var(--white);width:12px;height:12px;box-shadow:0 0 0 1px var(--green-500);border-radius:50%;position:absolute;top:50%;right:-3px;transform:translateY(-50%)}.progress-status{color:var(--green-600);white-space:nowrap;font-size:13px;font-weight:600}.card-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.card-heading-row h2{color:var(--navy-900);margin:0;font-size:17px;font-weight:700}.tab-group{background:var(--gray-100);border-radius:999px;gap:2px;padding:4px;display:flex}.tab-group button{color:var(--gray-500);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:7px 16px;font-size:13.5px;font-weight:600}.tab-group button.active{background:var(--navy-800);color:var(--white)}.chart-wrap{width:100%}.chart-wrap svg{width:100%;height:auto;display:block}.chart-axis{color:var(--gray-500);justify-content:space-between;margin-top:6px;font-size:13px;display:flex}.fund-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:16px;padding:12px 0;display:flex}.fund-row:last-child{border-bottom:none}.fund-name{color:var(--navy-900);align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.fund-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.fund-meta{color:var(--gray-500);margin-top:2px;font-size:12.5px}.fund-alloc{flex-shrink:0;align-items:center;gap:10px;display:flex}.fund-bar{background:var(--gray-100);border-radius:999px;width:120px;height:6px;overflow:hidden}.fund-bar>span{background:var(--navy-800);border-radius:999px;height:100%;display:block}.fund-bar>span.tone-green{background:linear-gradient(90deg, var(--green-500), var(--green-600))}.fund-bar>span.tone-blue{background:linear-gradient(90deg,#4d7fd6,#2f5fae)}.fund-bar>span.tone-amber{background:linear-gradient(90deg, #e0a940, var(--amber-600))}.fund-pct{text-align:right;width:44px;color:var(--navy-900);font-size:13.5px;font-weight:700}.txn-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:12px;padding:11px 0;font-size:13.5px;display:flex}.txn-row:last-child{border-bottom:none}.txn-left{flex-direction:column;gap:2px;min-width:0;display:flex}.txn-desc{color:var(--navy-900);font-weight:600}.txn-date{color:var(--gray-500);font-size:12.5px}.txn-amount{color:var(--navy-900);white-space:nowrap;font-weight:700}.txn-amount.positive{color:var(--green-600)}.promo-card{align-items:center;gap:18px;display:flex}.promo-icon{border-radius:var(--radius-md);background:var(--green-100);width:52px;height:52px;color:var(--green-600);flex-shrink:0;justify-content:center;align-items:center;display:flex}.promo-icon svg{width:26px;height:26px}.promo-body{flex:1;min-width:0}.promo-body h3{color:var(--navy-900);margin:0 0 4px;font-size:16px;font-weight:700}.promo-body p{color:var(--gray-500);margin:0;font-size:13.5px;line-height:1.4}.btn-primary{background:var(--navy-800);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;flex-shrink:0;padding:11px 22px;font-size:14px;font-weight:700}.btn-primary:hover{background:var(--navy-700)}.btn-secondary{border:1px solid var(--gray-300);background:var(--white);color:var(--navy-900);cursor:pointer;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700}@media (width<=1100px){.split-row{flex-direction:column}.split-col-main{flex:0 auto}.split-col-main>.card{height:auto}.split-col-main .chart-wrap svg{flex:0 auto}.companion-col{width:100%;max-width:none;height:var(--aimee-slot-height);max-height:var(--aimee-slot-height);flex:0 auto}.companion-col .widget-slot{height:var(--aimee-slot-height);max-height:var(--aimee-slot-height)}.widget-slot{min-height:var(--aimee-slot-height);max-height:var(--aimee-slot-height)}}@media (width<=760px){.site-header{padding:12px 18px}.main-nav{background:var(--navy-700);border-radius:10px;flex-direction:column;order:3;gap:4px;width:100%;padding:10px 14px;display:none}.main-nav.open{display:flex}.main-nav a{padding:8px 0}.nav-toggle{align-items:center;display:flex}.stat-row{grid-template-columns:1fr}.page-shell{gap:16px;margin-top:-24px;padding:0 16px 16px}.welcome-bar{align-items:flex-start;padding:18px 16px 0}.welcome-figure{text-align:left}.hero{padding-bottom:40px}.promo-card{flex-wrap:wrap}.btn-primary{text-align:center;width:100%}.fund-alloc{flex-direction:row-reverse}}@media (width<=420px){.brand-name{font-size:16px}}.widget-slot--live{height:var(--aimee-slot-height);max-height:var(--aimee-slot-height);min-height:var(--aimee-slot-height);padding:0;overflow:hidden}.widget-slot--live>*{flex:1;width:100%;height:100%;min-height:0}.signout-btn{color:#ffffffe6;cursor:pointer;background:0 0;border:1px solid #ffffff38;border-radius:999px;padding:7px 12px;font-size:13px;font-weight:600}.signout-btn:hover,.signout-btn:focus-visible{color:var(--white);background:#ffffff1a}.signout-btn:focus-visible{outline-offset:2px;outline:2px solid #ffffff8c}.cx-chat-fab{z-index:9990;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;place-items:center;width:3.5rem;height:3.5rem;margin:0;padding:0;transition:background .15s,transform .15s,opacity .15s;display:grid;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 24px #0c12162e}.cx-chat-fab:hover:not(:disabled){background:#f5f7fa;transform:translateY(-1px)}.cx-chat-fab:focus-visible{outline-offset:3px;outline:3px solid #a1c3be}.cx-chat-fab:disabled{opacity:.55;cursor:wait;transform:none}.cx-chat-fab__icon{object-fit:contain;width:1.75rem;height:1.75rem;display:block}.cx-demo{z-index:10050;border:1px solid var(--border);background:#fff;border-radius:999px;align-items:center;gap:.65rem;padding:.35rem .4rem .35rem .8rem;display:flex;position:fixed;bottom:5.25rem;left:1.25rem;box-shadow:0 8px 28px #0c12161f}.cx-demo__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.68rem;font-weight:700}.cx-demo__toggle{background:var(--hover);border-radius:999px;padding:2px;display:flex}.cx-demo__opt{appearance:none;font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.38rem .75rem;font-size:.8rem;font-weight:600}.cx-demo__opt:hover:not(.cx-demo__opt--on){color:var(--ink)}.cx-demo__opt--on{color:var(--ink);background:#fff;box-shadow:0 1px 2px #0c12161a}.cx-demo__opt:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.login{background:radial-gradient(ellipse 70% 50% at 15% 0%, #2d7a6e2e, transparent 55%), radial-gradient(ellipse 50% 40% at 100% 10%, #1a262e14, transparent 50%), var(--bg);place-items:center;min-height:100vh;padding:2rem;display:grid}.login__panel{text-align:center;border:1px solid var(--border);background:color-mix(in srgb, var(--panel) 88%, transparent);border-radius:12px;width:min(26rem,100%);padding:2rem 1.5rem;box-shadow:0 18px 40px #0c12160f}.login__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.75rem;font-weight:600}.login__title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--ink);margin:0 0 .75rem;font-size:clamp(2.25rem,7vw,3rem);font-weight:800;line-height:1}.login__lede{color:var(--muted);margin:0 0 1.5rem;font-size:.98rem;line-height:1.55}.login__button{appearance:none;font-family:var(--font-body);color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:8px;padding:.8rem 1.25rem;font-size:.92rem;font-weight:600;transition:background .15s,transform .15s}.login__button:hover{background:var(--accent-hover);transform:translateY(-1px)}.login__button:focus-visible{outline:3px solid color-mix(in srgb, var(--accent) 45%, white);outline-offset:3px}:root{--font-display:"Lato", Arial, Helvetica, sans-serif;--font-body:"Lato", Arial, Helvetica, sans-serif;--ink:#0c1216;--ink-soft:#1a262e;--muted:#4a5a66;--muted-soft:#6b7a86;--bg:#fff;--surface:#fff;--panel:#fff;--border:#e5e7eb;--hover:#f5f7fa;--accent:#2d7a6e;--accent-hover:#24655b;color:var(--ink);background:var(--bg);font-family:var(--font-body);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:#eef1f5;min-width:320px}button{font:inherit}img{max-width:100%;display:block}
