.aam-root{--card:0 0% 6.7%;--foreground:0 0% 93%;--muted:0 0% 13.7%;--muted-foreground:0 0% 71%;--app-border:0 0% 13.7%;--radius:8px;--color-brand:#3b9eff;--color-brand-hover:#5ba2ff;--color-brand-active:#7ab5ff;--color-brand-focus-ring:rgba(59,158,255,0.2);--color-leader:#ffd60a;--color-border-strong:hsla(0,0%,100%,0.172);color:hsl(var(--foreground));font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.aam-scrim{position:fixed;inset:0;z-index:60;background:rgba(0,0,0,.55)}.aam-dialog{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:61;display:flex;flex-direction:column;width:90%;max-width:480px;max-height:75vh;padding:0;gap:0;overflow:hidden;background-color:hsl(var(--card));border:1.5px solid hsl(var(--app-border));border-radius:var(--radius);box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);animation:aam-open .2s cubic-bezier(0,0,.2,1)}@keyframes aam-open{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (prefers-reduced-motion:reduce){.aam-dialog{animation:none}}.aam-header{display:flex;align-items:flex-start;justify-content:space-between;flex-shrink:0;padding:20px 24px;border-bottom:1.5px solid hsl(var(--app-border));background-color:hsl(var(--card))}.aam-title{margin:0 0 8px;font-size:18px;font-weight:600;line-height:1;letter-spacing:-.01em;color:hsl(var(--foreground))}.aam-desc{margin:0;font-size:13px;line-height:1.5}.aam-desc,.accounts-modal-close{color:hsl(var(--muted-foreground))}.accounts-modal-close{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:16px;padding:4px;border:none;background:transparent;border-radius:calc(var(--radius) - 4px);cursor:pointer;transition:color .2s}.accounts-modal-close:hover{color:hsl(var(--foreground))}.accounts-modal-close:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--card)),0 0 0 4px var(--color-brand)}.aam-body{overflow:hidden auto;padding:24px;flex:1 1 0%;min-width:0;display:flex;flex-direction:column;gap:12px}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.aam-field{display:flex;flex-direction:column;gap:8px;min-width:0}.aam-label{font-size:13px;font-weight:500;color:hsl(var(--foreground))}.aam-broker-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.selectable-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 8px;background-color:hsl(var(--muted));border:1.5px solid hsl(var(--app-border));border-radius:var(--radius);color:hsl(var(--foreground));cursor:pointer;transition:border-color .2s,background-color .2s}.selectable-tile:hover{border-color:var(--color-border-strong)}.selectable-tile[data-selected=true]{border-color:var(--color-brand);background-color:color-mix(in srgb,var(--color-brand) 10%,hsl(var(--muted)))}.selectable-tile:focus-visible{outline:none;border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-focus-ring)}.custom-input{display:flex;height:40px;width:100%;padding:8px 12px;font-size:14px;font-weight:400;color:hsl(var(--foreground));background:transparent;border:none;border-radius:var(--radius);outline:none;box-shadow:inset 0 0 0 1px rgba(43,49,67,.075),0 0 0 0 transparent,inset 0 1px 1px rgba(0,0,0,.075),inset 0 2px 4px rgba(0,0,0,.024);transition:background-color .2s,box-shadow .2s,color .2s,opacity .2s,border-radius .2s}.custom-input::placeholder{color:hsl(var(--muted-foreground))}.custom-input:focus{box-shadow:var(--color-brand) 0 0 0 1px inset,var(--color-brand-focus-ring) 0 0 0 3px}.custom-input:disabled{cursor:not-allowed;opacity:.5}.aam-combobox{display:flex;align-items:center;justify-content:space-between;height:40px;width:100%;padding:8px 12px;font-size:14px;text-align:left;color:hsl(var(--foreground));background-color:transparent;border:1.5px solid hsl(var(--app-border));border-radius:var(--radius);cursor:pointer}.aam-combobox[data-placeholder=true]{color:hsl(var(--muted-foreground))}.aam-combobox:focus-visible{outline:none;border-color:var(--color-brand);box-shadow:0 0 0 3px var(--color-brand-focus-ring)}.aam-combobox-list{margin-top:4px;padding:4px;background-color:hsl(var(--card));border:1.5px solid hsl(var(--app-border));border-radius:var(--radius)}.aam-combobox-item{display:block;width:100%;padding:8px 10px;font-size:13px;text-align:left;color:hsl(var(--foreground));background:transparent;border:none;border-radius:calc(var(--radius) - 4px);cursor:pointer}.aam-combobox-item:focus-visible,.aam-combobox-item:hover{outline:none;background-color:hsl(var(--muted))}.aam-row{display:flex;flex-direction:column;gap:12px;min-width:0}@media (min-width:768px){.aam-row{flex-direction:row}}.aam-row>*{flex:1 1 0%;min-width:0}.aam-tabs{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px;width:100%;height:auto;overflow:hidden;border-radius:var(--radius);background-color:hsl(var(--muted));box-shadow:inset 0 0 0 1.5px hsl(var(--app-border))}.aam-tabs-indicator{pointer-events:none;position:absolute;left:3px;top:3px;bottom:3px;width:calc((100% - 8px) / 2);border-radius:calc(var(--radius) - 2px);background-color:hsl(var(--card));box-shadow:0 1px 2px rgba(0,0,0,.15);transition:transform .4s cubic-bezier(.2,.85,.32,1.06)}@media (prefers-reduced-motion:reduce){.aam-tabs-indicator{transition:none}}.aam-tab{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;height:auto;padding:6px 12px;font-size:14px;font-weight:500;white-space:nowrap;background:transparent;border:none;border-radius:calc(var(--radius) - 2px);color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s}.aam-tab[data-state=active]{color:hsl(var(--foreground))}.aam-tab:focus-visible{outline:none;box-shadow:0 0 0 2px var(--color-brand)}.aam-note{display:flex;gap:10px;align-items:flex-start;padding:10px 12px;background-color:hsl(var(--muted));border:1.5px solid hsl(var(--app-border));border-radius:var(--radius)}.aam-note svg{flex-shrink:0;margin-top:2px}.aam-note span,.aam-note svg{color:hsl(var(--muted-foreground))}.aam-note span{font-size:13px;line-height:1.45}.aam-footer{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-shrink:0;padding:20px 24px;border-top:1.5px solid hsl(var(--app-border));background-color:hsl(var(--card))}.dashboard-button-primary{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:140px;height:40px;padding:0 16px;font-size:14px;font-weight:500;color:#fff;background-color:var(--color-brand);border:none;border-radius:var(--radius);cursor:pointer;transition:background-color .15s,transform .1s}.dashboard-button-primary:hover:not(:disabled){background-color:var(--color-brand-hover)}.dashboard-button-primary:active:not(:disabled){background-color:var(--color-brand-active);transform:scale(.98)}.dashboard-button-primary:disabled{opacity:.5;cursor:not-allowed}.dashboard-button-primary:focus-visible{outline:none;box-shadow:0 0 0 3px var(--color-brand-focus-ring)}.dashboard-button-secondary{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;font-size:14px;font-weight:500;color:hsl(var(--foreground));background-color:transparent;border:1.5px solid hsl(var(--app-border));border-radius:var(--radius);cursor:pointer;transition:background-color .15s,border-color .15s}.dashboard-button-secondary:hover:not(:disabled){background-color:hsl(var(--muted));border-color:var(--color-border-strong)}.dashboard-button-secondary:disabled{opacity:.5;cursor:not-allowed}.aam-error{color:#ff6147}.aam-error,.aam-ok{margin:0;font-size:13px;line-height:1.45}.aam-ok{color:#65ba8b}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-lab-inter:"Inter","Inter Fallback"}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/32c80fb7588b7a2e-s.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/60181e10ad16e354-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c1b11e140b58cf5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/99e31c27a1524300-s.woff2) format("woff2");unicode-range:u+0307-0308,u+0590-05ff,u+200c-2010,u+20aa,u+25cc,u+fb1d-fb4f}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/5b25d60b4670300e-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0a86735c6520d94f-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Rubik Fallback;src:local("Arial");ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.00%;size-adjust:104.98%}.__className_026dba{font-family:Rubik,Rubik Fallback;font-style:normal}.__variable_026dba{--font-lab-rubik:"Rubik","Rubik Fallback"}.lab-root{--lab-page:#0a0a0b;--lab-panel:#111113;--lab-raised:#1a1c20;--lab-hover:#22242a;--lab-active:#2a2d34;--lab-border:rgba(206,211,255,0.08);--lab-border-strong:rgba(206,211,255,0.16);--lab-text:#f2f4f8;--lab-text-2:#b7bcc8;--lab-text-3:#7c8291;--lab-text-4:#565b66;--lab-accent:#2962ff;--lab-accent-soft:rgba(41,98,255,0.14);--lab-up:#089981;--lab-up-soft:rgba(8,153,129,0.14);--lab-down:#f23645;--lab-down-soft:rgba(242,54,69,0.14);--lab-warn:#f8bd00;--lab-warn-soft:rgba(248,189,0,0.14);--lab-radius:8px;--lab-radius-sm:7px;--lab-rail-w:3.25rem;--lab-topbar-h:3rem;--lab-gutter:5px;--lab-shadow:0 16px 48px rgba(0,0,0,0.5);font-family:var(--font-lab-inter),Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--lab-page);color:var(--lab-text);color-scheme:dark;--background:#0a0a0a;--foreground:#ededed;--card:#131313;--card-foreground:#ededed;--popover:#171717;--popover-foreground:#ededed;--primary:#2962ff;--primary-foreground:#ffffff;--secondary:#161616;--secondary-foreground:#ededed;--muted:#1a1a1a;--muted-foreground:#8a8a8a;--accent:#1d1d1d;--accent-foreground:#ffffff;--destructive:#ef5350;--border:#232323;--input:#232323;--ring:#8b8f99;--up:#26a69a;--down:#ef5350;--brand:#2962ff;--toolbar-edge:#1f1f1f;--ink:#ffffff}.lab-num{font-variant-numeric:tabular-nums}.lab-panel{background:var(--lab-panel);border:1px solid var(--hb-border);border-radius:var(--lab-radius)}.hb .lab-nav-btn{transition:background-color .13s ease,color .13s ease}.hb .lab-nav-btn:hover{transition-duration:0s}.lab-surface{--background:var(--hb-base);--foreground:var(--hb-text);--card:var(--hb-base);--card-foreground:var(--hb-text);--popover:var(--hb-base);--popover-foreground:var(--hb-text);--secondary:var(--hb-panel);--secondary-foreground:var(--hb-text);--muted:var(--hb-panel);--muted-foreground:var(--hb-text-2);--accent:var(--hb-panel);--accent-foreground:var(--hb-text);--border:var(--hb-border);--input:var(--hb-border-2);--ring:var(--hb-border-bright);--brand:var(--hb-accent);--up:var(--hb-green);--down:var(--hb-red)}.lab-root ::-webkit-scrollbar{width:8px;height:8px}.lab-root ::-webkit-scrollbar-thumb{background:rgba(206,211,255,.12);border-radius:4px}.lab-root ::-webkit-scrollbar-thumb:hover{background:rgba(206,211,255,.22)}.lab-root ::-webkit-scrollbar-track{background:transparent}.lab-depth{position:absolute;inset-block:0;right:0;pointer-events:none}.lab-depth--ask{background:linear-gradient(270deg,rgba(242,54,69,.14),rgba(242,54,69,.05))}.lab-depth--bid{background:linear-gradient(270deg,rgba(8,153,129,.14),rgba(8,153,129,.05))}@keyframes lab-pulse{0%,to{opacity:1}50%{opacity:.35}}.lab-live-dot{animation:lab-pulse 2.4s ease-in-out infinite}@keyframes lab-wifi-lapse{0%,to{opacity:1}50%{opacity:.28}}.lab-wifi-lapse{animation:lab-wifi-lapse 1.3s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.lab-wifi-lapse{animation:none}}.lab-root :focus-visible{outline:none}html[data-hb-kbd] .lab-root :focus-visible{outline:2px solid var(--lab-accent);outline-offset:1px;border-radius:6px}@keyframes lab-fade-in{0%{opacity:0}to{opacity:1}}.lab-fade-in{animation:lab-fade-in 70ms ease-out}@keyframes lab-pop-in{0%{transform:translateY(6px) scale(.985);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.lab-pop-in{animation:lab-pop-in 80ms cubic-bezier(.2,.8,.3,1)}.lab-skeleton{position:relative;overflow:hidden;background-color:var(--lab-raised);border-radius:6px}.lab-skeleton:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background-image:linear-gradient(90deg,transparent,rgba(255,255,255,.06) 40%,rgba(255,255,255,.09) 50%,rgba(255,255,255,.06) 60%,transparent);will-change:transform;animation:hy-shimmer 2.2s ease-in-out 1.8s infinite}@keyframes lab-tape-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.lab-tape-track{animation:lab-tape-scroll 55s linear infinite;will-change:transform}.lab-tape:hover .lab-tape-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.lab-tape-track{animation:none}}@keyframes lab-flash-up{0%{background-color:var(--lab-up-soft)}to{background-color:transparent}}@keyframes lab-flash-down{0%{background-color:var(--lab-down-soft)}to{background-color:transparent}}.lab-flash-up{animation:lab-flash-up .5s ease-out}.lab-flash-down{animation:lab-flash-down .5s ease-out}.hb{--hb-page:#000000;--hb-chart-bg:#111112;--hb-base:var(--hb-chart-bg);--hb-panel:#1a1b1e;--hb-pressed:#151618;--hb-dropdown:#1d1f21;--hb-emphasized:#2a2c32;--hb-highlight:#393c44;--hb-border:#ced3ff1a;--hb-border-2:#ced3ff26;--hb-border-bright:#ced3ff59;--hb-text:#ffffff;--hb-text-2:#979899;--hb-text-3:#5a5a5d;--hb-green:#3ce362;--hb-green-base:#15261a;--hb-green-flash:#3ce36259;--hb-green-emphasized:#25833b;--hb-red:#ff4953;--hb-red-base:#35191c;--hb-red-flash:#ff495359;--hb-red-emphasized:#bf4f4f;--hb-warn:#f8bd00;--hb-accent:#2962ff;--hb-accent-hover:#1e53e5;--hb-accent-base:rgba(41,98,255,0.16);--hb-check:#ffffff;--hb-brand:var(--hb-accent);--hb-brand-hover:var(--hb-accent-hover);--hb-brand-bright:var(--hb-accent);--hb-brand-border:var(--hb-accent);font-family:var(--font-lab-inter),Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--hb-page);color:var(--hb-text)}.hb,.hb *{font-variant-numeric:tabular-nums}.hb-h{font-size:14px;line-height:17.5px;font-weight:500}.hb-r{font-size:13px;line-height:15.6px}.hb-r,.hb-s{font-weight:400}.hb-s{font-size:12px;line-height:15px}.hb-num{font-variant-numeric:tabular-nums}.hb .tv-legend{font-family:inherit}.hb .tv-legend-title{font-weight:500;line-height:17.5px}.hb-panel{background:var(--hb-base);border:1px solid var(--hb-border);border-radius:var(--lab-radius)}.hb-row-hover{transition:background-color 90ms ease}.hb-row-hover:hover{background:var(--hb-dropdown)}.hb :focus-visible{outline:none}html[data-hb-kbd] .hb :focus-visible{outline:1px solid var(--hb-brand-border);outline-offset:1px;border-radius:4px}.hb ::-webkit-scrollbar{width:7px;height:7px}.hb ::-webkit-scrollbar-thumb{background:var(--hb-emphasized);border-radius:4px}.hb ::-webkit-scrollbar-thumb:hover{background:var(--hb-highlight)}.hb ::-webkit-scrollbar-track{background:transparent}.hb .scrollbar-none{scrollbar-width:none}.hb .scrollbar-none::-webkit-scrollbar{display:none}.hb-handle{flex:none;position:relative;z-index:5;touch-action:none}.hb-handle--v{width:var(--lab-gutter);cursor:col-resize}.hb-handle--h{height:var(--lab-gutter);cursor:row-resize}.hb-handle:after{content:"";position:absolute;background:transparent;transition:background-color .1s ease}.hb-handle--v:after{inset-block:0;left:calc((var(--lab-gutter) - 2px) / 2);width:2px;border-radius:1px}.hb-handle--h:after{inset-inline:0;top:calc((var(--lab-gutter) - 2px) / 2);height:2px;border-radius:1px}.hb-handle:hover:after,.hb-handle[data-dragging=true]:after{background:var(--hb-border-bright)}.hb .tv-trade-panel{color-scheme:dark;font-family:inherit;--color-text-primary:#dbdbdb;--color-text-secondary:#8c8c8c;--color-divider:#2e2e2e;--tv-tp-bg:var(--hb-base);--tv-tp-text:#dbdbdb;--tv-tp-text-secondary:#8c8c8c;--tv-tp-border:var(--hb-border-2);--tv-tp-hover:#2e2e2e;--tv-tp-track:#2e2e2e;--tv-tp-buy:var(--hb-green);--tv-tp-buy-bg:var(--hb-green-base);--tv-tp-sell:var(--hb-red);--tv-tp-sell-bg:var(--hb-red-base);--tv-tp-accent:#2962ff;--tv-tp-disabled:#575757;border:1px solid var(--hb-border);border-radius:var(--lab-radius)}.hb .tv-trade-panel .tv-dom-panel__mkt--buy{color:#000000}.hb .tv-trade-panel .tv-dom-panel__mkt--buy:hover{background:var(--hb-green);opacity:.9}.hb .tv-trade-panel .tv-dom-panel__mkt--sell:hover{background:var(--hb-red);opacity:.9}.hb .tv-trade-panel .tv-trade-panel__tab--active,.hb .tv-trade-panel .tv-trade-panel__tab[aria-checked=true]{background:var(--hb-emphasized);color:var(--hb-text);box-shadow:none}.hb .tv-trade-panel .tv-order-view__select{color-scheme:dark}.hb .lab-order-tab .tv-trade-panel{border:none;border-radius:0;background:var(--hb-base);font-family:inherit}.hb .lab-order-tab[data-market-closed] .tv-order-view__submit.buy,.hb .lab-order-tab[data-market-closed] .tv-order-view__submit.sell{background:var(--hb-emphasized);color:var(--hb-text-2)}.hb .lab-order-tab[data-market-closed] .tv-order-view__submit.buy:hover,.hb .lab-order-tab[data-market-closed] .tv-order-view__submit.sell:hover{background:var(--hb-highlight)}.hb .lab-panel{background:var(--hb-chart-bg)}.hb .tv-trade-panel{container-type:inline-size}.hb.tv-tp-menu-scope{background:none;--tv-tp-bg:var(--hb-dropdown);--tv-tp-border:var(--hb-border-2);--tv-tp-text:var(--hb-text);--tv-tp-text-secondary:var(--hb-text-2);--tv-tp-hover:var(--hb-panel)}.hb .tv-trade-panel .tv-trade-panel__tabs{display:none}.hb .lab-book-tabs button{font-size:13px;font-weight:400}.hb .drawing-rail{border-right-width:0}.hb [data-price-text],.hb button[aria-label="Price actions"]{background:var(--hb-highlight)!important;color:var(--hb-text)!important}.hb [data-price-text] span{color:var(--hb-text)!important}.hb button[aria-label="Price actions"]+div{background:rgba(206,211,255,.25)!important}.hb[data-hb-theme] .chart-header-bar{border-bottom-color:transparent}.hb .chart-header-bar,.hb .drawing-rail{background:var(--hb-chart-bg)}.hb .lab-nav-header{container-type:inline-size}@container (max-width: 1080px){.hb .lab-acct-balance{display:none}}@container (max-width: 960px){.hb .lab-nav-latency{display:none}}@container (max-width: 860px){.hb .lab-session-label{display:none}}@container (max-width: 680px){.hb .lab-nav-session{display:none}}@container (max-width: 600px){.hb .lab-acct-label{display:none}}.hb .chart-header-bar #header-toolbar-study-templates,.hb .chart-header-bar .desktopTrade-OhqNVIYA,.hb .chart-header-bar .mobileTrade-OhqNVIYA{display:none}.hb[data-hb-theme=black],.hb[data-hb-theme=black] .hb{--hb-page:#000000;--hb-chart-bg:#000000;--hb-panel:#0d0d0f;--hb-pressed:#060608;--hb-dropdown:#141416;--hb-emphasized:#1e1e22;--hb-highlight:#2a2a30}.hb[data-hb-theme=black] .tv-order-view{--ov-surface:#0d0d0f;--ov-emph:#1e1e22;--ov-pressed:#060608}.hb[data-hb-theme] .chart-axis-corner{background:var(--hb-chart-bg)}.hb[data-hb-theme=black] button[aria-label="Display currency"],.hb[data-hb-theme=grey] button[aria-label="Display currency"]{background:var(--hb-panel);border-color:var(--hb-border-2)}.hb[data-hb-theme=light],.hb[data-hb-theme=light] .hb{color-scheme:light;--hb-page:#eff2f7;--hb-chart-bg:#ffffff;--hb-panel:#f0f3fa;--hb-pressed:#dee2ea;--hb-dropdown:#ffffff;--hb-emphasized:#e7ebf3;--hb-highlight:#d1d4dc;--hb-border:#e0e3eb;--hb-border-2:#d1d4dc;--hb-border-bright:#9598a1;--hb-text:#131722;--hb-text-2:#5f6673;--hb-text-3:#868b95;--hb-green:#089981;--hb-green-base:#e3f3ef;--hb-green-flash:#08998159;--hb-green-emphasized:#067a68;--hb-red:#f23645;--hb-red-base:#fdeaec;--hb-red-flash:#f2364559;--hb-red-emphasized:#d92b39;--hb-warn:#cc7a00;--hb-accent:#2962ff;--hb-accent-hover:#1e53e5;--hb-accent-base:rgba(41,98,255,0.14);--hb-check:#000000;--background:#ffffff;--foreground:#131722;--card:#ffffff;--card-foreground:#131722;--popover:#ffffff;--popover-foreground:#131722;--secondary:#f0f3fa;--secondary-foreground:#131722;--muted:#f0f3fa;--muted-foreground:#787b86;--accent:#eff2f7;--accent-foreground:#131722;--border:#e0e3eb;--input:#e0e3eb;--toolbar-edge:#e7e9ec;--ink:#000000}.lab-root[data-hb-theme=light]{color-scheme:light;--lab-page:#eff2f7;--lab-panel:#ffffff;--lab-raised:#f0f3fa;--lab-hover:#e7ebf3;--lab-active:#dee2ea;--lab-border:#e0e3eb;--lab-border-strong:#d1d4dc;--lab-text:#131722;--lab-text-2:#5f6673;--lab-text-3:#787b86;--lab-text-4:#868b95;--lab-shadow:0 12px 32px rgba(19,23,34,0.12)}.hb[data-hb-theme=light] .chart-header-bar .container-JQZ0HKD4{background:#ededf0;box-shadow:0 1px 3px rgba(15,23,34,.14)}.hb[data-hb-theme=light] .chart-header-bar .button-JQZ0HKD4:hover{background:rgba(15,23,34,.045)}.hb[data-hb-theme=light] .chart-header-bar .container-JQZ0HKD4:has(.button-JQZ0HKD4:active){background:#e2e2e6;box-shadow:inset 0 1px 1px rgba(15,23,34,.16)}.hb[data-hb-theme=light] .chart-header-bar .icon-aGeQPIIx rect{fill:#b2b5be;stroke:#ffffff}.hb[data-hb-theme=light] .tv-order-view{--ov-green:#0a8a4d;--ov-green-emph:#0a8a4d;--ov-green-high:#12a259;--ov-green-base:#d8efe1;--ov-red:#e0384a;--ov-red-emph:#c62f40;--ov-red-high:#d1333f;--ov-red-base:#fde7ea;--ov-surface:#f1f3f6;--ov-emph:#e6e9ee;--ov-flatten:#d8dce3;--ov-flatten-high:#c7cdd7;--ov-flatten-disabled:#e6e9ee;--ov-pressed:#dde1e7;--ov-border:#1317221a;--ov-border-emph:#13172233;--ov-border-high:#13172266;--ov-text:#131722;--ov-text-2:#131722;--ov-text-3:#5d6673}.hb[data-hb-theme=light] .tv-trade-panel{color-scheme:light;--color-text-primary:#131722;--color-text-secondary:#5d6673;--color-divider:#e0e3e8;--tv-tp-bg:#ffffff;--tv-tp-text:#131722;--tv-tp-text-secondary:#5d6673;--tv-tp-border:#e0e3e8;--tv-tp-hover:#eef0f4;--tv-tp-track:#eef0f4}.hb .lab-compass{--cp-page:#0f0f0f;--cp-surface:#131314;--cp-raised:#131314;--cp-outline:#292a2c;--cp-border:#36393c;--cp-text:#fafafa;--cp-text-2:#c3c9d6;--cp-title:#a4a8b2;--cp-muted:#7f838b;--cp-accent:#1a52e5;--cp-accent-100:#0d2a77;--cp-accent-25:#071941;--cp-success:#0b9981;--cp-success-text:#00bb9c;--cp-success-100:#10271a;--cp-error:#f23645;--cp-error-text:#ff404f;--cp-error-100:#230606}.hb[data-hb-theme=black] .lab-compass{--cp-page:#000000;--cp-surface:#000000;--cp-raised:#17181a;--cp-outline:#1f2022;--cp-border:#2a2c30}.hb[data-hb-theme=light] .lab-compass{--cp-page:#f6f8fa;--cp-surface:#ffffff;--cp-raised:#ffffff;--cp-outline:#ccced4;--cp-border:#ccced4;--cp-text:#020b05;--cp-text-2:#151b26;--cp-title:#343a46;--cp-muted:#535862;--cp-accent:#0047ff;--cp-accent-100:#99b5ff;--cp-accent-25:#e5edff;--cp-success:#03987f;--cp-success-text:#03987f;--cp-success-100:#e8f5e9;--cp-error:#ec3342;--cp-error-text:#dd2c3a;--cp-error-100:#ffebee}.lab-compass .cp-num{font-family:var(--font-lab-rubik),Rubik,var(--font-lab-inter),Inter,sans-serif;font-variant-numeric:tabular-nums}