@import"https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;600;700;800&display=swap";*,*:before,*:after{box-sizing:border-box}html,body{width:100%;overflow-x:hidden;background-color:#f4f4f4}#root{min-height:100vh;background-color:#f4f4f4}body{margin:0;font-family:"Baloo 2",cursive;-webkit-font-smoothing:antialiased;background-color:#f4f4f4;color:#000}h1,h2,h3{font-weight:800}button,input{font-family:"Baloo 2",cursive;font-weight:700}@keyframes stakr-spin{to{transform:rotate(360deg)}}@keyframes stakr-page-enter-right{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes stakr-page-enter-left{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}.stakr-nav-modern{height:4.5rem;display:flex;align-items:center;padding:0 1.5rem;box-shadow:0 10px 40px -10px #0000004d;overflow:hidden;box-sizing:border-box}.stakr-nav__content{width:100%;display:flex;justify-content:space-between;align-items:center}.stakr-nav__brand{font-size:1.8rem;font-weight:800;letter-spacing:-1px;color:#fff;text-decoration:none;cursor:pointer;white-space:nowrap}.stakr-nav__desktop{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.stakr-nav__burgerBtn{display:none;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;cursor:pointer;transition:background .2s ease;z-index:1001}.stakr-nav__burgerLines{width:22px;height:16px;position:relative}.stakr-nav__burgerLines span:nth-child(2){top:7px}.stakr-nav__burgerLines span:nth-child(3){top:14px}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(1){top:7px;transform:rotate(135deg)}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(2){top:7px;opacity:0;transform:translate(-20px)}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(3){top:7px;transform:rotate(-135deg)}.stakr-nav__mobilePanel{background:#0a0a0af2;border:1px solid rgba(255,255,255,.15);border-radius:1.5rem;padding:1.5rem;box-shadow:0 20px 50px #0009;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);overflow:hidden;display:block}.stakr-nav__mobileRow{display:flex;flex-direction:column;gap:1.25rem;width:100%}@media(max-width:768px){.stakr-nav__desktop{display:none}.stakr-nav__burgerBtn{display:inline-flex}.stakr-nav-modern{padding:0 1rem}}.stakr-input{width:100%;padding:1rem;border-radius:.75rem;border:2px solid #f0f0f0;background-color:#f8f9fa;font-size:1rem;outline:none;transition:all .15s ease-in-out;font-family:inherit}.stakr-input:disabled{background-color:#e9ecef}.stakr-input--error{border-color:#ffcdd2}.stakr-field-error.pair{grid-column:1 / -1}.stakr-nav{position:fixed;top:0;left:0;right:0;width:100%;height:4.5rem;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:1000;background-color:#000000f2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.05)}.stakr-nav.is-scrolled{background-color:#000c;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 4px 30px #0000004d}.stakr-nav__brand{color:#fff;text-decoration:none}.stakr-nav__burgerBtn{display:none;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:.9rem;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;cursor:pointer;transition:background .2s ease;z-index:1001;overflow:hidden}.stakr-nav__burgerBtn:hover{background:#ffffff1f}.stakr-nav__burgerLines{width:24px;height:18px;position:relative}.stakr-nav__burgerLines span{display:block;width:100%;height:2px;background-color:#fff;border-radius:4px;position:absolute;left:0;transition:transform .4s cubic-bezier(.68,-.55,.265,1.55),top .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}.stakr-nav__burgerLines span:nth-child(1){top:0}.stakr-nav__burgerLines span:nth-child(2){top:8px}.stakr-nav__burgerLines span:nth-child(3){top:16px}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(1){top:8px;transform:rotate(135deg)}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(2){top:8px;opacity:0;transform:translate(-40px)}.stakr-nav__burgerBtn.is-active .stakr-nav__burgerLines span:nth-child(3){top:8px;transform:rotate(-135deg)}@media(max-width:768px){.stakr-nav__burgerBtn{display:inline-flex}}.stakr-signup{display:flex;flex-direction:column}.stakr-signup__card{padding:2.5rem;background-color:#fff;border-radius:1.5rem;width:100%;max-width:46rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 24px #0000002e,0 2px 6px #00000014;position:relative}.stakr-signup__form{display:flex;flex-direction:column;gap:1rem}.stakr-signup__grid{display:grid;grid-template-columns:1fr;gap:1rem}.stakr-signup__full{grid-column:1 / -1}.stakr-signup__actions{display:grid;grid-template-columns:1fr;gap:.75rem;margin-top:.25rem}.stakr-signup__primary,.stakr-signup__secondary{width:100%}@media(min-width:900px){.stakr-signup__card{max-width:52rem;padding:2.75rem}.stakr-signup__grid{grid-template-columns:1fr 1fr;column-gap:1.25rem;row-gap:1rem}.stakr-signup__actions{grid-template-columns:1fr 1fr;align-items:stretch;margin-top:.5rem}}.stakr-field{display:flex;flex-direction:column;min-width:0}.stakr-field>input{width:100%}.stakr-field-error{line-height:1.25}@media(min-width:900px){.stakr-field-error{padding:.45rem .7rem}}.stakr-field-error{margin-top:.5rem;color:#b00020;background:#ffebeee6;border:1px solid rgba(255,205,210,1);padding:.5rem .75rem;border-radius:.6rem;font-size:.9rem}@media(max-width:420px){.stakr-field-error{padding:.4rem .6rem;font-size:.85rem}}.stakr-passwordField{position:relative;width:100%}.stakr-passwordField>input{padding-right:4.25rem}.stakr-passwordField:after{content:"";position:absolute;top:.85rem;bottom:.85rem;right:calc(3.75rem + 2px);width:1px;background:#0000001f;pointer-events:none}.stakr-passwordToggle{position:absolute;right:2px;top:2px;bottom:2px;width:3.75rem;padding:0;border:none;background:transparent;color:#0000009e;font-weight:800;cursor:pointer;border-radius:.65rem;display:inline-flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.stakr-passwordToggle:hover{background:#0000000d;color:#0000009e}.stakr-passwordToggle[aria-pressed=true]{background:#bff10424;color:#2b3a00}.stakr-passwordToggle[aria-pressed=true]:hover{background:#bff10438;color:#2b3a00}.stakr-passwordField.is-disabled .stakr-passwordToggle{cursor:not-allowed;opacity:.6}.dashboard{padding:2.5rem 1.25rem 3rem;max-width:1120px;margin:0 auto}.dashboard__loading{text-align:center;margin-top:4rem;font-size:1.2rem}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1rem;margin-top:1rem;align-items:stretch}.dashboard__gridItem{height:100%}.dashboard-card{background:#fff;border-radius:1.2rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 30px #0000000d;padding:1.25rem;height:100%}.dashboard-card__title{margin:0;font-size:1.05rem}.dashboard-hero{background:linear-gradient(120deg,#000,#151515);border-radius:1.4rem;padding:1.8rem;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #00000040}.dashboard-hero__title{margin:0;font-size:2.2rem;line-height:1.05}.dashboard-hero__name{color:#bff104}.dashboard-hero__subtitle{margin:.9rem 0 0;color:#ffffffd1;font-size:1.02rem}.dashboard-hero__status{margin-top:1rem;display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .7rem;border-radius:999px;font-weight:700;font-size:.9rem}.dashboard-hero__status.is-active{background-color:#00b89429;border:1px solid rgba(0,184,148,.4);color:#9ff0dc}.dashboard-hero__status.is-inactive{background-color:#d6303129;border:1px solid rgba(214,48,49,.45);color:#ffb4b4}.portfolio__meta{margin:.7rem 0 0;color:#666}.portfolio__meta.is-error{color:#d63031;font-weight:700}.portfolio__header{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:start;margin-bottom:.9rem;width:100%}.portfolio__header>.dashboard-card__title,.portfolio__header>.portfolio__headerActions{width:100%}.portfolio__headerActions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.6rem;align-items:stretch;width:100%}.portfolio-select,.portfolio__createButton{width:100%;min-width:0}.portfolio-select{position:relative}.portfolio-select__trigger{display:flex;align-items:center;gap:.65rem;padding:calc(1rem - 1px) 1.2rem;border-radius:.9rem;border:1px solid rgba(0,0,0,.15);background:#fff;font-family:inherit;font-size:1rem;font-weight:800;color:#111;cursor:pointer;width:100%;min-width:0;white-space:nowrap;transition:border-color .15s ease,box-shadow .15s ease;line-height:1}.portfolio-select__trigger:hover{border-color:#0000004d;box-shadow:0 2px 8px #00000012}.portfolio-select__trigger.is-open{border-color:#bff10499;outline:3px solid rgba(191,241,4,.25);outline-offset:2px}.portfolio-select__value{flex:1;overflow:hidden;text-overflow:ellipsis}.portfolio-select__chevron{flex-shrink:0;color:#777;transition:transform .2s ease}.portfolio-select__chevron.is-open{transform:rotate(180deg)}@media(max-width:600px){.portfolio__header{flex-direction:column;align-items:stretch}.portfolio__headerActions{grid-template-columns:1fr}.portfolio-select,.portfolio-select__trigger,.portfolio__createButton{width:100%;min-width:0}}.portfolio-select__list{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:100%;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.9rem;box-shadow:0 8px 28px #0000001f;padding:.3rem;margin:0;list-style:none;z-index:200;overflow:hidden}.portfolio-select__option{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;border-radius:.65rem;font-size:.95rem;font-weight:600;cursor:pointer;color:#111;transition:background .12s}.portfolio-select__option:hover{background:#f5f5f5}.portfolio-select__option.is-selected{background:#000;color:#bff104}.portfolio-select__optionSpacer{display:inline-block;width:13px;flex-shrink:0}.portfolio__main{margin-top:.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem;flex-wrap:wrap}.portfolio__summaryTop{display:grid;gap:.4rem}.portfolio__totalLabel{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#666}.portfolio__summaryWithPnl{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-top:.3rem}.portfolio__totalValue{font-size:1.95rem;font-weight:800;color:#000;line-height:1.1}.portfolio__dividendsLine{display:inline-flex;align-items:center;gap:.35rem;color:#2f2f2f}.portfolio__dividendsLabel{font-size:.84rem;color:#666}.portfolio__dividendsValue{font-size:.9rem;font-weight:800}.portfolio__pnlPill{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;padding:.5rem .9rem;font-weight:700;font-size:.9rem;line-height:1;transition:all .3s cubic-bezier(.25,.25,0,1);white-space:nowrap}.portfolio__pnlPill.is-positive{background:#00b8941f;color:#00a67f;border:1.5px solid rgba(0,184,148,.35)}.portfolio__pnlPill.is-negative{background:#d630311f;color:#c0392b;border:1.5px solid rgba(214,48,49,.35)}.portfolio__pnlPill.is-neutral{background:#0000000a;color:#666;border:1.5px solid rgba(0,0,0,.12)}.portfolio__pnlPill.is-loading{opacity:.7;animation:pulse-subtle 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-subtle{0%,to{opacity:.6}50%{opacity:.8}}.portfolio__periodRow{margin-top:.85rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.portfolio__periodLabel{color:#666;font-size:.88rem;font-weight:700}.portfolio__periodButtons{display:inline-flex;border:1px solid rgba(0,0,0,.12);border-radius:.7rem;overflow:hidden}.portfolio__periodButton{border:none;background:#fff;color:#555;font-family:inherit;font-size:.8rem;font-weight:700;padding:.45rem .6rem;cursor:pointer;transition:all .3s cubic-bezier(.25,.25,0,1)}.portfolio__periodButton+.portfolio__periodButton{border-left:1px solid rgba(0,0,0,.09)}.portfolio__periodButton.is-active{background:#000;color:#bff104}.portfolio__kpis{margin-top:.9rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.75rem}.portfolio__kpiCard{border-radius:.9rem;border:1px solid rgba(0,0,0,.06);padding:.9rem;background:#fafafa}.portfolio__kpiLabel{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#666}.portfolio__kpiValue{margin-top:.2rem;font-size:1.15rem;font-weight:800;color:#000}.account-actions{display:grid;gap:.8rem;align-content:start;grid-auto-rows:min-content}.account-actions__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.account-actions__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;height:1.9rem;padding:0 .45rem;border-radius:999px;background:#000;color:#bff104;font-size:.85rem;font-weight:800}.account-actions__content{display:grid;gap:.55rem}.account-actions__trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;border:1px solid rgba(0,0,0,.09);border-radius:.9rem;background:#fafafa;color:#111;font-family:inherit;font-size:.95rem;font-weight:700;padding:.8rem .95rem;cursor:pointer;transition:border-color .15s ease,background .15s ease}.account-actions__trigger:hover{border-color:#0000002e;background:#f6f6f6}.account-actions__triggerChevron{color:#777;transition:transform .2s ease}.account-actions__trigger.is-open .account-actions__triggerChevron{transform:rotate(180deg)}.account-actions__list{display:grid;gap:.5rem;max-height:18rem;overflow-y:auto;padding-right:.1rem}.account-actions__empty{margin:0;color:#888;font-size:.9rem;line-height:1.4}.account-actions__item{border:1px solid rgba(0,0,0,.06);border-radius:.9rem;background:#fafafa;padding:.8rem .9rem}.account-actions__itemTop{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.account-actions__itemName{font-size:.92rem;font-weight:800;color:#111}.account-actions__itemTicker{margin-top:.1rem;font-size:.78rem;font-weight:700;color:#8a8a8a}.account-actions__itemValue{flex-shrink:0;font-size:.9rem;font-weight:800;color:#111}.account-actions__itemMeta{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.45rem .9rem;font-size:.8rem;color:#666}.account-actions__actions{margin-top:.2rem;display:grid;gap:.55rem}.account-actions__btn{width:100%}@media(max-width:600px){.account-actions__itemTop{flex-direction:column}.account-actions__itemValue{flex-shrink:1}}.charts{margin-top:1rem}.charts__body{margin-top:1rem;min-height:280px;display:flex;align-items:center;justify-content:center}.charts__state{min-height:280px;width:100%;display:grid;place-items:center;color:#999;font-size:.95rem;border-radius:.95rem;border:1px dashed rgba(0,0,0,.12);background:linear-gradient(180deg,#fbfbfb,#f5f5f5)}.chart__tooltip{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;padding:.65rem .9rem;box-shadow:0 4px 16px #0000001a;min-width:180px}.chart__tooltipDate{font-size:.78rem;color:#888;font-weight:600;margin-bottom:.35rem;text-transform:uppercase;letter-spacing:.04em}.chart__tooltipRow{display:flex;justify-content:space-between;align-items:center;gap:1rem}.chart__tooltipLabel{font-size:.85rem;color:#555}.chart__tooltipValue{font-size:.95rem;font-weight:800;color:#000}.portfolio-page{padding:2.5rem 1.25rem 3rem;max-width:1120px;margin:0 auto}.portfolio-page__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.portfolio-page__title{margin:0;font-size:1.75rem;font-weight:800;line-height:1.15}.portfolio-page__state{margin-top:2rem;text-align:center;color:#666;font-size:1rem}.portfolio-page__state.is-error{color:#c0392b;font-weight:700}.portfolio-page__kpis{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.portfolio-page__kpiCard{background:#fff;border-radius:1rem;padding:1rem 1.1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000a}.portfolio-page__kpiLabel{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888}.portfolio-page__kpiValue{margin-top:.4rem;font-size:1.25rem;font-weight:800;color:#000}@media(min-width:800px){.portfolio-page__kpis{grid-template-columns:repeat(4,1fr)}}.portfolio-page__tableCard{margin-top:1rem;background:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000a;overflow:hidden}.portfolio-page__tableScroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.portfolio-page__table{width:100%;border-collapse:collapse;min-width:680px;font-size:.93rem}.portfolio-page__table thead tr{background:#f8f8f8;border-bottom:1px solid rgba(0,0,0,.07)}.portfolio-page__table th{padding:.85rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888;white-space:nowrap}.portfolio-page__table th:first-child,.portfolio-page__table td:first-child{padding-left:1.25rem}.portfolio-page__table th:last-child,.portfolio-page__table td:last-child{padding-right:1.25rem}.portfolio-page__table th.is-right,.portfolio-page__table td.is-right{text-align:right}.portfolio-page__table tbody tr{border-top:1px solid rgba(0,0,0,.05);transition:background .12s}.portfolio-page__table tbody tr:hover{background:#fafafa}.portfolio-page__table td{padding:.85rem 1rem;color:#111;white-space:nowrap}.portfolio-page__assetName{font-weight:700}.portfolio-page__assetTicker{font-size:.78rem;color:#888;font-weight:600;margin-top:.15rem}.portfolio-page__pnlPositive{color:#00a67f;font-weight:700}.portfolio-page__pnlNegative{color:#c0392b;font-weight:700}.portfolio-page__empty{padding:1.5rem 1.25rem;color:#888;font-size:.95rem}.portfolio-page__positionCards{display:none}.portfolio-page__positionCard{background:#fff;border-radius:1rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000a;overflow:hidden}.portfolio-page__positionCardHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;border-bottom:1px solid rgba(0,0,0,.05)}.portfolio-page__positionCardTitle{display:flex;flex-direction:column;gap:.15rem}.portfolio-page__positionCardPnl{font-size:.95rem;font-weight:800;text-align:right;flex-shrink:0;padding-top:.1rem}.portfolio-page__positionCardGrid{display:grid;grid-template-columns:1fr 1fr;gap:0}.portfolio-page__positionCardStat{padding:.65rem 1rem;border-top:1px solid rgba(0,0,0,.05)}.portfolio-page__positionCardStat:nth-child(odd){border-right:1px solid rgba(0,0,0,.05)}.portfolio-page__positionCardStat:last-child:nth-child(odd){grid-column:span 2;border-right:none}.portfolio-page__positionCardStatLabel{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#999}.portfolio-page__positionCardStatValue{margin-top:.2rem;font-size:.9rem;font-weight:700;color:#111}@media(max-width:600px){.portfolio-page{padding:1.25rem .9rem 2.5rem}.portfolio-page__header{flex-direction:column;align-items:stretch}.portfolio-page__title{font-size:1.4rem}.portfolio-page__kpis{grid-template-columns:repeat(2,1fr)}.portfolio-page__kpiValue{font-size:1.05rem}.portfolio-page__tableCard{display:none}.portfolio-page__positionCards{display:grid;gap:.6rem;margin-top:1rem}}@media(max-width:380px){.portfolio-page__kpis{grid-template-columns:1fr}}
