.unauth-app{display:flex;flex-direction:column;min-height:100vh;background:hsl(var(--background))}.unauth-main{flex:1;overflow-y:auto}.app-brand{display:inline-flex;align-items:center;gap:6px;line-height:1}.app-brand-name{font-weight:800;letter-spacing:-.02em;color:#182133;white-space:nowrap}.app-brand-plus{font-weight:800;color:#10b981;transform:translateY(-1px)}.app-brand--large .app-brand-name,.app-brand--large .app-brand-plus{font-size:2rem}.app-brand--compact .app-brand-name,.app-brand--compact .app-brand-plus{font-size:1.95rem}.login-page{display:flex;flex-direction:column;min-height:100vh;background-color:hsl(var(--background-warm))}.login-content{flex:1;display:flex;justify-content:center;align-items:center;padding:32px 16px}.login-card{width:100%;max-width:400px;padding:32px;background-color:hsl(var(--card));border:1px solid hsl(var(--border-light));border-radius:8px;box-shadow:0 2px 8px #0000001a}.login-brand{text-align:center;margin-bottom:24px}.login-error{margin-bottom:16px;padding:10px;background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive));border-radius:6px;font-size:14px;text-align:center}.login-dev-divider{display:flex;align-items:center;margin:16px 0;gap:12px}.login-dev-divider-line{flex:1;height:1px;background-color:hsl(var(--border))}.login-dev-divider-label{color:hsl(var(--muted-foreground));font-size:12px}.login-dev-button{width:100%;padding:12px;background-color:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px dashed hsl(var(--border));border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.generic-action-button{border:1px solid #5b7dff;border-radius:10px;background:#fff;color:#5b7dff;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease-in-out,color .16s ease-in-out,border-color .16s ease-in-out}.generic-action-button:hover,.generic-action-button:focus-visible{background:#eef1ff;color:#4a6ae8;border-color:#4a6ae8}.generic-action-button:disabled{border-color:#c8cdd8;color:#a0a8b8;background:#f4f6fa;cursor:not-allowed;pointer-events:none}.cta-banner{width:100%;padding:80px 32px;background:#0b1310;--foreground: 210 40% 98%;--muted-foreground: 215 20.2% 65.1%;--accent: 160.1 84.1% 39.4%}.cta-banner-inner{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.cta-banner-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:hsl(var(--foreground));margin:0;line-height:1.15}.cta-banner-accent{color:hsl(var(--accent))}.cta-banner-description{font-size:1rem;line-height:1.7;color:hsl(var(--muted-foreground));max-width:580px;margin:0}.cta-banner-ctas{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.cta-banner-ctas .cta-button{padding:12px 28px;background:transparent;border-color:hsl(var(--foreground));color:hsl(var(--foreground))}.cta-banner-ctas .cta-button:hover,.cta-banner-ctas .cta-button:focus-visible{background:hsl(var(--foreground) / .08);border-color:hsl(var(--foreground))}.cta-banner-ctas .generic-action-button{padding:12px 28px;border-color:hsl(var(--accent));color:hsl(var(--accent));background:transparent}.cta-banner-ctas .generic-action-button:hover,.cta-banner-ctas .generic-action-button:focus-visible{background:#e4f6f0;color:#0c8d62;border-color:#0c8d62}@media(max-width:480px){.cta-banner{padding:48px 20px}.cta-banner-ctas{flex-direction:column;align-items:stretch}.cta-banner-ctas .cta-button,.cta-banner-ctas .generic-action-button{text-align:center;width:100%}}.cta-button{border:1px solid hsl(var(--foreground));border-radius:10px;background:hsl(var(--foreground));color:hsl(var(--background));font-weight:700;font-size:inherit;text-transform:uppercase;cursor:pointer;padding:12px 28px;transition:background-color .16s ease-in-out,color .16s ease-in-out,border-color .16s ease-in-out}.cta-button:hover,.cta-button:focus-visible{background:hsl(var(--foreground) / .85);border-color:hsl(var(--foreground) / .85)}.cta-button:disabled{border-color:#c8cdd8;background:#c8cdd8;color:#f4f6fa;cursor:not-allowed;pointer-events:none}.differentiation-banner{width:100%;padding:80px 32px;background:#0b1310;--foreground: 210 40% 98%;--muted-foreground: 215 20.2% 65.1%;--accent: 160.1 84.1% 39.4%}.differentiation-banner-inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.differentiation-banner-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:hsl(var(--foreground));margin:0;max-width:820px;line-height:1.15}.differentiation-banner-accent{color:hsl(var(--accent))}.differentiation-banner-description{font-size:1rem;line-height:1.7;color:hsl(var(--muted-foreground));max-width:640px;margin:0}.differentiation-banner-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}@media(max-width:480px){.differentiation-banner{padding:48px 20px}}.section-pill{display:inline-block;border:1px solid hsl(var(--accent) / .35);border-radius:100px;padding:10px 20px;font-size:.875rem;font-weight:700;font-family:ui-monospace,monospace;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--accent));background:hsl(var(--accent) / .08)}.expandable{border:1px solid #e4e8f0;border-radius:10px;background:#fff;overflow:hidden}.expandable.is-open{border-color:#c5d0f0}.expandable-header{display:flex;align-items:center;padding:0}.expandable-header-trigger{flex:1;display:flex;align-items:center;padding:12px 14px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s ease;min-width:0}.expandable-header:hover{background:#f6f8fd}.expandable-header-trigger:focus-visible{outline:2px solid #b9c8ff;outline-offset:-2px}.expandable-title{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2c3a5a}.expandable-header-extra{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-right:14px}.expandable-chevron{display:inline-block;flex-shrink:0;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:5px solid #a0a8b8;transition:transform .2s ease;transform-origin:center;transform:rotate(0)}.expandable.is-open>.expandable-header .expandable-chevron{transform:rotate(90deg)}.expandable-body{border-top:1px solid #edf0f7}.faq-item{border:none;border-radius:0;background:transparent;border-bottom:1px solid #e4e8f0}.faq-item:first-child{border-top:1px solid #e4e8f0}.faq-item .expandable-title{font-size:1rem;font-weight:600;letter-spacing:0;text-transform:none;color:hsl(var(--foreground))}.faq-item .expandable-header-trigger{padding:20px 4px}.faq-item .expandable-header:hover{background:transparent}.faq-item__answer{padding:0 4px 20px;font-size:.95rem;line-height:1.7;color:hsl(var(--muted-foreground));margin:0}.faq-section{width:100%;padding:80px 32px;background:hsl(var(--background))}.faq-section__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.faq-section__list{display:flex;flex-direction:column}@media(max-width:480px){.faq-section{padding:48px 20px}}.section-title{display:flex;flex-direction:column;gap:8px}.section-title-eyebrow{font-size:.7rem;font-weight:700;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--accent));margin:0}.section-title-text{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:hsl(var(--foreground));margin:0}.section-title-description{font-size:1rem;line-height:1.6;color:hsl(var(--muted-foreground));margin:8px 0 0}.feature-section{width:100%;padding:80px 32px;background:hsl(var(--card))}.feature-section-inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.feature-section-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media(max-width:480px){.feature-section{padding:48px 20px}.feature-section-grid{grid-template-columns:1fr}}.feature-section-item{display:flex;flex-direction:column;gap:12px;padding:28px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:12px}.feature-section-item-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background:hsl(var(--accent) / .12);flex-shrink:0}.feature-section-item-icon-svg{width:20px;height:20px;color:hsl(var(--accent));stroke-width:2}.feature-section-item-title{font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:700;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.02em;margin:0}.feature-section-item-body{font-size:.9rem;line-height:1.65;color:hsl(var(--muted-foreground));margin:0}.hero-section{width:100%;padding:80px 32px 96px;background:hsl(var(--background))}.hero-content{max-width:720px;margin:0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.hero-headline{font-size:clamp(2.6rem,6vw,4.8rem);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:hsl(var(--foreground))}.hero-subheadline{font-size:clamp(1rem,2vw,1.25rem);font-weight:700;color:hsl(var(--accent));letter-spacing:.01em}.hero-description{font-size:1rem;line-height:1.7;color:hsl(var(--muted-foreground));max-width:560px;margin:0 auto}.hero-exchanges{display:flex;flex-direction:column;align-items:center;gap:10px}.hero-exchanges-label{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.hero-exchanges-logos{display:flex;align-items:center;gap:20px}.hero-exchange-logo{width:80px;height:24px;object-fit:contain}.hero-ctas{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero-ctas .generic-action-button{padding:12px 28px;border-color:hsl(var(--accent));color:hsl(var(--accent));background:hsl(var(--background))}.hero-ctas .generic-action-button:hover,.hero-ctas .generic-action-button:focus-visible{background:#e4f6f0;color:#0c8d62;border-color:#0c8d62}@media(max-width:480px){.hero-section{padding:48px 20px 64px}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .cta-button,.hero-ctas .generic-action-button{text-align:center;width:100%}}.how-it-works-section{width:100%;padding:80px 32px;background:hsl(var(--background))}.how-it-works-section__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:48px}.how-it-works-section__list{list-style:none;margin:0;padding:0}@media(max-width:480px){.how-it-works-section{padding:48px 20px}}.how-it-works-step{display:grid;grid-template-columns:56px 1fr;gap:24px;padding:32px 0;border-top:1px solid hsl(var(--border));align-items:start}.how-it-works-step:first-child{border-top:none;padding-top:0}.how-it-works-step__number{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:1.1rem;font-weight:700;color:hsl(var(--accent));line-height:1.6}.how-it-works-step__content{display:flex;flex-direction:column;gap:8px}.how-it-works-step__title{font-size:clamp(.95rem,1.5vw,1.05rem);font-weight:700;color:hsl(var(--foreground));margin:0}.how-it-works-step__desc{font-size:.9rem;line-height:1.65;color:hsl(var(--muted-foreground));margin:0}.how-it-works-step__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.how-it-works-step__tag{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.75rem;font-weight:500;color:hsl(var(--foreground));border:1px solid hsl(var(--border));border-radius:6px;padding:4px 10px}@media(max-width:480px){.how-it-works-step{grid-template-columns:1fr;gap:8px}}.landing-page{flex:1}.video-embed{width:100%;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:hsl(var(--card))}.video-embed iframe{width:100%;height:100%;border:none;display:block}.video-section{padding:80px 32px;background:hsl(var(--background))}.video-section__inner{max-width:1080px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.video-section__disclaimer{font-size:.8rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:8px}@media(max-width:480px){.video-section{padding:48px 20px}}.unauth-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));position:sticky;top:0;z-index:100}.unauth-header-brand{background:transparent;border:none;padding:0;cursor:pointer;display:inline-flex;align-items:center}.unauth-header-nav{display:flex;align-items:center;gap:12px}.unauth-header-nav .generic-action-button{padding:12px 28px;font-size:.85rem;border-color:hsl(var(--accent));color:hsl(var(--accent));background:hsl(var(--background))}.unauth-header-nav .generic-action-button:hover,.unauth-header-nav .generic-action-button:focus-visible{background:#e4f6f0;color:#0c8d62;border-color:#0c8d62}.unauth-header-nav .cta-button{font-size:.85rem}.unauth-burger-btn{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:transparent;border:none;cursor:pointer;padding:0}.unauth-burger-btn span{display:block;height:2px;width:100%;background:hsl(var(--foreground));border-radius:2px}@media(max-width:767px){.unauth-header-nav{display:none}.unauth-burger-btn{display:flex}}.app-shell{display:flex;height:100vh;width:100vw;background:hsl(var(--content-background));color:hsl(var(--foreground));position:relative;overflow:hidden}.app-sidebar-overlay{position:fixed;inset:0;background:#0000004d;border:none;z-index:19}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;height:100%}.app-callback-error{height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background-color:hsl(var(--content-background));color:hsl(var(--destructive));font-size:18px}.app-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.app-topbar-left{display:flex;align-items:center;gap:14px;min-width:0}.app-topbar-meta{display:flex;align-items:center;gap:18px;min-width:0}.app-burger{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:34px;height:34px;padding:6px;background:transparent;border:1px solid hsl(var(--border));border-radius:8px;cursor:pointer}.app-burger span{width:100%;height:2px;background:hsl(var(--foreground));border-radius:999px}.app-topbar-actions{display:flex;align-items:center;gap:12px}.app-flatten-button,.app-user-initial-button{font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:10px 12px;cursor:pointer;white-space:nowrap}.app-flatten-button{display:inline-flex;align-items:center;gap:8px}.app-user-initial-button{display:inline-flex;align-items:center;justify-content:center;min-width:44px;border-radius:10px;background:hsl(var(--secondary));color:hsl(var(--info));border:1px solid hsl(var(--border));padding-inline:12px}.app-flatten-button-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;color:inherit}.app-flatten-button-icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.app-topbar-actions-separator{width:1px;height:24px;background:hsl(var(--border))}.app-topbar-news-btn{padding:4px 10px;font-size:11px;letter-spacing:.04em}.app-user-menu{position:relative;display:inline-flex;align-items:center;gap:10px}.app-user-name{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--text-primary));max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:wrap}.app-user-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;padding:10px;box-shadow:0 8px 24px #0000001f;z-index:10}.app-content{flex:1;min-height:0;overflow:auto;padding:16px}.app-disclaimer-banner{padding:6px 16px;background:hsl(var(--muted));border-bottom:1px solid hsl(var(--border))}.app-disclaimer-text{margin:0;font-size:11px;line-height:1.4;color:hsl(var(--muted-foreground));text-align:center}@media(min-width:768px){.app-topbar{padding:14px 18px}.app-content{padding:22px}.app-flatten-button{padding:11px 18px}.app-user-initial-button{padding:11px 14px}}@media(min-width:1024px){.app-topbar{padding:14px 22px}.app-content{padding:26px}}@media(max-width:960px){.app-topbar-meta{gap:10px}}@media(max-width:480px){.app-flatten-button{padding-inline:10px}}.error-pill-button{display:inline-flex;align-items:center;gap:4px;padding:2px 8px 2px 5px;border-radius:999px;font-size:11px;font-weight:500;background-color:hsl(var(--destructive) / .1);color:hsl(var(--destructive) / .8);white-space:nowrap;border:none;cursor:pointer;font-family:inherit;transition:background-color .1s}.error-pill-button:hover,.error-pill-button--expanded{background-color:hsl(var(--destructive) / .18)}.error-pill-dot{width:5px;height:5px;border-radius:50%;background-color:hsl(var(--destructive));flex-shrink:0}.error-strip{margin-top:6px;padding-top:8px;border-top:1px solid hsl(var(--destructive) / .4)}.error-strip-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;background-color:hsl(var(--destructive) / .12);color:hsl(var(--destructive));border:none;cursor:pointer}.error-strip-chevron{font-size:10px;transition:transform .15s ease;display:inline-block}.error-strip-chevron.open{transform:rotate(180deg)}.error-strip-list{list-style:none;margin:6px 0 0;padding:0;display:flex;flex-direction:column;gap:4px}.error-strip-row{display:flex;flex-direction:column;gap:1px;padding:5px 8px;border-radius:6px;background-color:hsl(var(--destructive) / .06);border:1px solid hsl(var(--destructive) / .2)}.error-strip-code{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--destructive))}.error-strip-desc{font-size:11px;color:hsl(var(--muted-foreground));line-height:1.4}.positions-list{padding:16px;border-top:1px solid hsl(var(--border))}.positions-list-section-label{font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:12px}.positions-list-empty{font-size:13px;color:hsl(var(--muted-foreground));font-style:italic;padding:8px 0}.positions-list-closing{display:inline-flex;align-items:baseline;gap:0}.positions-list .warning-message+.positions-list-content{margin-top:16px}.positions-list-content{position:relative}.positions-list-table-loading,.positions-list-cards-loading{opacity:.45;filter:grayscale(1);pointer-events:none}.positions-list-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:13px;font-style:italic;font-weight:600;color:hsl(var(--muted-foreground));background:hsl(var(--background) / .25);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:1}.positions-list-overlay-error{color:red}.positions-list-loading-spinner{display:inline-block;width:.85em;height:.85em;margin-left:.4em;border:2px solid hsl(var(--muted-foreground) / .35);border-top-color:hsl(var(--muted-foreground));border-radius:50%;animation:positions-list-spin .75s linear infinite}.positions-list-table{display:flex;flex-direction:column;gap:0;border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden}.positions-list-header,.positions-list-row{display:grid;grid-template-columns:2fr 1.5fr 1fr 2fr 2fr 1.5fr;gap:8px;padding:8px 12px;align-items:center;justify-items:center}.positions-list-header{font-size:12px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:hsl(var(--muted-foreground));background-color:hsl(var(--muted) / .4);border-bottom:1px solid hsl(var(--border))}.positions-list-row{font-size:14px;color:hsl(var(--foreground));border-bottom:1px solid hsl(var(--border) / .5)}.positions-list-row .positions-list-symbol-cell{justify-self:stretch}.positions-list-row:last-child,.positions-list-error-drawer:last-child{border-bottom:none}.positions-list-row--has-error{border-left:2.5px solid hsl(var(--destructive))}.positions-list-row--expanded{border-bottom:none}.positions-list-error-drawer{display:flex;flex-direction:column;gap:6px;padding:8px 12px 10px 10px;background-color:hsl(var(--destructive) / .06);border-left:2.5px solid hsl(var(--destructive));border-bottom:1px solid hsl(var(--destructive) / .15);font-size:12px;color:hsl(var(--foreground))}.positions-list-error-drawer-row strong{font-family:var(--font-mono, monospace);font-size:11px;font-weight:600;background-color:hsl(var(--destructive) / .12);color:hsl(var(--destructive));padding:1px 5px;border-radius:4px;margin-right:4px}.positions-list-symbol-cell{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;min-width:0}.positions-list-symbol{grid-column:2;justify-self:center;font-weight:600;font-size:14px}.positions-list-symbol-cell>.error-pill-button{grid-column:3;justify-self:end;margin-left:6px}.positions-list-side{font-weight:600;font-size:12px}.positions-list-leverage{font-size:12px;color:hsl(var(--muted-foreground))}.positions-list-value,.positions-list-size{font-size:14px;font-variant-numeric:tabular-nums}.positions-list-equity-ratio{font-size:12px;color:hsl(var(--muted-foreground))}@media(max-width:480px){.positions-list-table{display:none}.positions-list-cards{display:flex;flex-direction:column;gap:8px}.positions-list{padding:16px 0 24px}.positions-list-overlay{align-items:flex-start;padding-top:40px}}@media(min-width:481px){.positions-list-cards{display:none}}.positions-list-card{display:flex;flex-direction:column;gap:4px;padding:10px 12px;border:1px solid;border-radius:8px}.positions-list-card-top{display:flex;align-items:center;justify-content:space-between}.positions-list-card-symbol{font-weight:700;font-size:14px}.positions-list-card-size{font-weight:500;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.positions-list-card-bottom{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:hsl(var(--muted-foreground))}.positions-list-card-leverage{font-size:12px}.positions-list-card-meta{display:flex;gap:10px;align-items:center}.positions-list-card-value{font-variant-numeric:tabular-nums;font-weight:600;font-size:14px;color:hsl(var(--foreground))}.positions-list-card-equity{font-variant-numeric:tabular-nums}@keyframes positions-list-spin{to{transform:rotate(360deg)}}@media(min-width:768px){.positions-list{padding:16px 24px}}.warning-message{display:flex;align-items:flex-start;gap:7px;padding:8px 12px;background:#fff8ec;border:1px solid #f5c842;border-radius:8px;font-size:.75rem;color:#7a5200;line-height:1.5}.warning-message-icon{flex-shrink:0;font-size:.8rem;margin-top:1px}.warning-message-text{flex:1}.warning-message--critical{background:#fff0f0;border-color:#ef4444;color:#7a0000}.warning-message--low{background:hsl(var(--muted) / .35);border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}.selector{position:relative;display:inline-flex;align-items:center;padding:4px 6px;border:1px solid #dfe4ec;border-radius:10px;background:#fff;gap:8px}.selector-pill{position:absolute;border-radius:6px;background:#131b33;pointer-events:none;transition:left .25s cubic-bezier(.4,0,.2,1),width .25s cubic-bezier(.4,0,.2,1),top .25s cubic-bezier(.4,0,.2,1),height .25s cubic-bezier(.4,0,.2,1)}.selector--invalid .selector-pill{background:#c0392b}.selector--empty .selector-pill{opacity:.45}.selector-option{position:relative;border:none;background:transparent;border-radius:6px;padding:7px 15px;font-size:.72rem;font-weight:700;letter-spacing:.03em;color:#7a8294;cursor:pointer;min-width:0;transition:color .25s cubic-bezier(.4,0,.2,1)}.selector-option:disabled{cursor:not-allowed;opacity:.55}.selector-option.active:disabled{color:#7a8294}.selector-option.active{color:#fff}.selector-custom-input{border:none;background:transparent;color:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;outline:none;width:60px;max-width:100%;text-align:center;padding:0;pointer-events:none;caret-color:transparent;cursor:pointer}.selector-option.active .selector-custom-input{pointer-events:auto;caret-color:currentColor;cursor:text}.selector-custom-input::placeholder{color:currentColor;opacity:1}.selector-option.active .selector-custom-input::placeholder{opacity:.45}.selector--invalid .selector-option.active .selector-custom-input{color:#e74c3c}.selector-custom-input::-webkit-outer-spin-button,.selector-custom-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.selector-custom-input[type=number]{-moz-appearance:textfield;appearance:textfield}@media(max-width:480px){.selector-option{padding:7px 8px}.selector-custom-input{width:44px}}.compact .selector-option{font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.account-detail-page{min-height:100%}.account-detail-timeframe{display:flex;justify-content:center;padding:0 24px 12px}.account-error{padding:0 0 8px}@media(min-width:768px){.account-detail-timeframe{padding:0 24px 12px}}.confirm-action-trigger{background:transparent;cursor:pointer;padding:0;line-height:1}.confirm-action-trigger:disabled{border-color:#c8cdd8;color:#a0a8b8;background:#f4f6fa;cursor:not-allowed;pointer-events:none}.confirm-action-overlay{position:fixed;inset:0;z-index:1100;display:grid;place-items:center;background:#131a2b73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:16px}.confirm-action-card{background:#fff;border-radius:14px;box-shadow:0 16px 48px #131a2b2e;padding:28px 32px;max-width:400px;width:100%;animation:confirm-card-enter .2s ease-out}@keyframes confirm-card-enter{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.confirm-action-text{margin:0 0 24px;font-size:.9rem;font-weight:600;color:#131a2b;line-height:1.55;text-align:center}.confirm-action-buttons{display:flex;justify-content:center;gap:12px}.confirm-action-btn{min-width:88px;height:38px;border-radius:8px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .15s,opacity .15s}.confirm-action-btn-yes{background:#5b7dff;color:#fff;border:none}.confirm-action-btn-yes:hover{background:#4a6ae8}.confirm-action-btn-no{background:transparent;color:#6d778b;border:1px solid #d6ddea}.confirm-action-btn-no:hover{background:#f4f6fa}.danger-action-button{padding:8px;border:1px solid #d9dfe9;border-radius:10px;background:#fff;color:#5f7394;font-weight:700;text-transform:uppercase;cursor:pointer;transition:background-color .16s ease-in-out,color .16s ease-in-out,border-color .16s ease-in-out}.danger-action-button--danger{background:#fff;color:#cb3e5a;border-color:#d97f91}.danger-action-button--inactive-border-none{border-color:transparent}.danger-action-button:hover,.danger-action-button:focus-visible{background:#fff1f2;color:#ef4444;border-color:#fca5a5}.status-badge{display:inline-flex;align-items:center;gap:5px}.status-badge-dot{flex-shrink:0;width:7px;height:7px;border-radius:50%;display:inline-block}.status-badge-label{font-size:.68rem;font-weight:600;letter-spacing:.04em}.app-topbar-node-status{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;white-space:nowrap;border:1px solid transparent;transition:background .3s ease,border-color .3s ease}.app-topbar-node-status--active{background:#f2fbf6;border-color:#d7f3e2}.app-topbar-node-status--active .app-topbar-node-dot{background:#10b981;box-shadow:0 0 0 4px #10b98129}.app-topbar-node-status--active .app-topbar-node-label{color:#1a7d56}.app-topbar-node-status--warn{background:#fff8f0;border-color:#fde8c8}.app-topbar-node-status--warn .app-topbar-node-dot{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.app-topbar-node-status--warn .app-topbar-node-label{color:#92500a}.app-topbar-node-status--error{background:#fff2f2;border-color:#fecaca}.app-topbar-node-status--error .app-topbar-node-dot{background:#ef4444;box-shadow:0 0 0 4px #ef444429}.app-topbar-node-status--error .app-topbar-node-label{color:#991b1b}.app-topbar-node-status--inactive{background:hsl(var(--muted));border-color:hsl(var(--border))}.app-topbar-node-status--inactive .app-topbar-node-dot{background:hsl(var(--muted-foreground));box-shadow:none;opacity:.5}.app-topbar-node-status--inactive .app-topbar-node-label{color:hsl(var(--muted-foreground))}.app-topbar-node-dot{width:8px;height:8px;border-radius:999px;transition:background .3s ease,box-shadow .3s ease}.app-topbar-node-label{font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.account-detail-header{display:flex;align-items:center;justify-content:space-between;padding:12px 0;gap:12px;border-bottom:1px solid hsl(var(--border))}.account-detail-header-left{display:flex;align-items:center;gap:12px;min-width:0}.account-detail-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.account-detail-back-button{background:none;border:none;cursor:pointer;font-size:32px;font-weight:100;color:hsl(var(--foreground));line-height:1;padding:0;display:flex;align-items:center;transition:opacity .15s ease}.account-detail-back-button:hover{opacity:.7}.account-detail-header-name{font-size:15px;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-detail-trader-row{display:flex;align-items:center;gap:12px;padding:8px 16px;border-bottom:1px solid hsl(var(--border));overflow:hidden}.account-detail-trader-label{font-size:.75rem;color:var(--color-text-muted, #888);white-space:nowrap;flex-shrink:0}.account-detail-trader-address{font-family:monospace;font-size:.8rem;padding:4px 8px;border-radius:6px;background:var(--color-surface-subtle, rgba(0, 0, 0, .05));color:var(--color-text-secondary, #555);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;border:none}.account-detail-trader-address--clickable{cursor:pointer;transition:opacity .15s ease}.account-detail-trader-address--clickable:hover{opacity:.7}@media(min-width:768px){.account-detail-header{padding:16px 0}.account-detail-header-name{font-size:17px}.account-detail-trader-row{padding:8px 24px}}.empty-state{flex:1;display:flex;align-items:center;justify-content:center}.empty-state-message{padding:16px 40px;font-size:.9rem;letter-spacing:.1em;border-radius:12px;color:#5b7dff;font-weight:700;text-transform:uppercase;border:1px solid #5b7dff;background:#fff;text-align:center;margin:0}.plot-tooltip{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;padding:8px 12px;box-shadow:0 2px 8px #0000001a;min-width:120px;max-width:220px}.plot-tooltip-label{font-size:12px;color:hsl(var(--muted-foreground));margin-bottom:6px;letter-spacing:.03em}.plot-tooltip-row{display:flex;align-items:center;gap:6px}.plot-tooltip-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:hsl(var(--accent));flex-shrink:0}.plot-tooltip-value{font-size:14px;font-weight:600;color:hsl(var(--accent));letter-spacing:.01em}.plot-tooltip-warning-divider{border:none;border-top:1px solid hsl(var(--border));margin:8px -12px 6px}.plot-tooltip-warning{display:flex;flex-direction:column;align-items:flex-start;gap:3px;font-size:10px;line-height:1.35;color:#f59f0a}.plot-tooltip-warning-prefix{font-weight:500;flex-shrink:0}.plot-tooltip-warning-body{font-weight:400;min-width:0;width:100%;text-align:left}.account-equity-overview{display:flex;flex-direction:column;gap:16px;padding:24px 0 20px}.account-equity-overview-values{display:flex;flex-direction:column;gap:6px}.account-equity-overview-equity{font-size:32px;font-weight:700;color:hsl(var(--foreground));line-height:1}.account-equity-overview-change{font-size:14px;font-weight:500}.account-equity-overview-chart{width:100%}@media(min-width:768px){.account-equity-overview{padding:24px 24px 20px}}@media(min-width:768px){.account-mirrored-trader{padding:16px 24px}.account-mirrored-trader-label{padding:0}}.dstats-container{display:flex;flex-direction:column;gap:16px}.rsr-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.rsr-row--desktop{background:#f9fbff;border:1px solid #e4e8f0;border-radius:8px;padding:10px 16px}.rsr-item{display:flex;flex-direction:column;gap:2px}.rsr-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#97a0b1}.rsr-value{font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums;color:#1a2340}.rsr-change{font-size:.85rem;font-weight:700;font-variant-numeric:tabular-nums}.mstats-container{display:flex;flex-direction:column;gap:8px}.close-button{width:30px;height:30px;border:1px solid #e1e6ee;border-radius:50%;background:#f4f6fb;color:#6d778b;font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease;flex-shrink:0}.close-button:hover{background:#eaecf5;color:#3a4258}.close-button:focus-visible{outline:2px solid #b9c8ff;outline-offset:2px}.modal-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#131a2b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px}.modal-card{background:#fff;border-radius:20px;box-shadow:0 8px 40px #141e3c2e;width:min(100%,540px);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.modal-header{display:flex;align-items:center;flex-shrink:0;padding:16px 20px 12px;gap:12px}.modal-header-content{flex:1;min-width:0}.modal-body{flex:1;min-height:0;overflow-y:auto;padding:16px 28px 28px;display:flex;flex-direction:column;gap:22px;mask-image:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 28px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 20px,black calc(100% - 28px),transparent 100%)}.modal-footer{flex-shrink:0;padding:0 28px 28px}@media(max-width:480px){.modal-card{border-radius:16px;max-height:95vh}.modal-header{padding:14px 16px 10px}.modal-body{padding:16px 20px 24px}.modal-footer{padding:0 20px 20px}}.asp-panel{display:flex;flex-direction:column;gap:8px;padding:12px 14px;border:1px solid #e4e9f5;border-radius:12px;background:#f9fbff}.asp-env-row{display:flex;justify-content:flex-end}.asp-env-selector{padding:2px 4px}.asp-env-selector .selector-option{padding:4px 9px;font-size:.62rem}.asp-fields{display:flex;align-items:flex-end;gap:16px}.asp-account-group{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.asp-equity-group{display:flex;flex-direction:column;gap:4px;align-items:flex-end;flex-shrink:0}.asp-label{font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#6d778b;white-space:nowrap}.asp-dropdown{position:relative;width:100%}.asp-equity-value{font-size:1.1rem;font-weight:700;color:#1a2340;white-space:nowrap}@media(max-width:480px){.asp-fields{flex-direction:column;align-items:stretch}.asp-equity-group{flex-direction:row;align-items:baseline;justify-content:space-between}}.asp-dropdown-list{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d6ddea;border-radius:8px;box-shadow:0 4px 16px #1a23401a;z-index:100;list-style:none;margin:0;padding:4px;max-height:240px;overflow-y:auto}.asp-dropdown-option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;font-size:.82rem;font-weight:600;color:#1a2340}.asp-dropdown-option:hover{background:#f4f6fb}.asp-dropdown-option--selected{background:#eef1fb}.asp-dropdown-option-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asp-dropdown-option .status-badge{flex-shrink:0}.asp-dropdown-trigger{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border:1px solid #d6ddea;border-radius:8px;background:#fff;font-size:.82rem;font-weight:600;color:#1a2340;cursor:pointer;text-align:left}.asp-dropdown-trigger:focus{outline:none;border-color:#5b7dff;box-shadow:0 0 0 3px #5b7dff1f}.asp-dropdown-trigger-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.asp-dropdown-chevron{font-size:.55rem;color:#6d778b;flex-shrink:0}.asp-dropdown-trigger .status-badge{flex-shrink:0}.toggle-switch-wrapper{display:inline-flex;align-items:center;gap:6px}.toggle-switch-label{font-size:.62rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#97a0b1;-webkit-user-select:none;user-select:none}.toggle-switch{width:42px;height:22px;flex-shrink:0;border:none;border-radius:999px;background:#dbe1ec;padding:3px;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background .18s ease}.toggle-switch.is-on{background:#5b7dff;justify-content:flex-end}.toggle-switch-thumb{width:16px;height:16px;border-radius:50%;background:#fff;display:block;pointer-events:none}.toggle-switch:focus-visible{outline:2px solid #b9c8ff;outline-offset:2px}.start-mirroring-modal-leverage{display:flex;flex-direction:column;gap:10px}.start-mirroring-modal-leverage-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.start-mirroring-modal-leverage-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#3a4a6b}.start-mirroring-modal-nocap-note{margin:0;font-size:.82rem;color:#3a4a6b;line-height:1.45;white-space:normal;word-wrap:break-word}.start-mirroring-modal-toggle.is-on{background:#111}.leverage-selector{display:flex;width:100%}.leverage-selector .selector-option{flex:1;font-size:.85rem}@media(max-width:480px){.leverage-selector{flex-wrap:wrap}.leverage-selector .selector-option--custom{width:100%;flex:none}.leverage-selector .selector-option--custom .selector-custom-input{width:100%}}.projected-positions-table{display:flex;flex-direction:column;gap:10px}.projected-positions-table-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase;color:#3a4a6b}.projected-positions-table-empty{margin:0;font-size:.82rem;color:#6d778b;font-style:italic}.projected-positions-table-grid{border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.projected-positions-table-header,.projected-positions-table-row,.projected-positions-table-totals{display:grid;grid-template-columns:1fr 1fr 1fr 2fr 2fr;gap:8px;padding:10px 14px;align-items:center}.projected-positions-table-header{font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#8d99b2;background:#f8f9fc;border-bottom:1px solid #e2e8f0}.projected-positions-table-row{font-size:.88rem;color:#1a2340;border-bottom:1px solid #edf0f7}.projected-positions-table-row:last-of-type{border-bottom:none}.projected-positions-table-asset{font-weight:600}.projected-positions-table-side{font-weight:600;font-size:.82rem;text-align:center}.projected-positions-table-leverage{color:#4a5568;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px;-webkit-user-select:none;user-select:none}.projected-positions-table-leverage--overridden{color:#2563eb;font-weight:600}.projected-positions-table-leverage-edit-icon{opacity:0;font-size:.72rem;color:#8d99b2;transition:opacity .1s}.projected-positions-table-row:hover .projected-positions-table-leverage-edit-icon{opacity:1}.projected-positions-table-leverage-reset{background:none;border:none;cursor:pointer;color:#8d99b2;font-size:1rem;line-height:1;padding:0 2px;display:flex;align-items:center}.projected-positions-table-leverage-reset:hover{color:#dc2626}.projected-positions-table-leverage-input{width:52px;padding:2px 4px;border:1px solid #2563eb;border-radius:4px;font-size:.82rem;text-align:center;color:#1a2340;outline:none}.projected-positions-table-margin,.projected-positions-table-size{font-variant-numeric:tabular-nums;text-align:right}.projected-positions-table-header span:nth-child(2),.projected-positions-table-header span:nth-child(3){text-align:center}.projected-positions-table-header span:nth-child(4),.projected-positions-table-header span:nth-child(5){text-align:right}.projected-positions-table-totals{background:#f4f5f8;border-top:1px solid #e2e8f0;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#8d99b2}.projected-positions-table-totals span:nth-child(4),.projected-positions-table-totals span:nth-child(5){font-size:.88rem;font-weight:700;color:#1a2340;text-align:right;font-variant-numeric:tabular-nums;text-transform:none;letter-spacing:0}.projected-positions-table-row--unavailable{opacity:.45}.projected-positions-table-asset--unavailable{text-decoration:line-through}.projected-positions-table-asset-badge{font-size:.7rem;color:#d97706;display:block;margin-top:2px}.projected-positions-table-warning{margin:0;font-size:.82rem;color:#b45309;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;padding:8px 12px;white-space:normal;word-wrap:break-word}.return-multiplier-selector{display:flex;flex-direction:column;gap:10px}.return-multiplier-selector-label{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-align:left;text-transform:uppercase;color:#3a4a6b}.return-multiplier-selector-options{display:flex;width:100%}.return-multiplier-selector-options .selector-option{flex:1;font-size:.85rem}@media(max-width:480px){.return-multiplier-selector-options{flex-wrap:wrap}.return-multiplier-selector-options .selector-option--custom{width:100%;flex:none}.return-multiplier-selector-options .selector-option--custom .selector-custom-input{width:100%}}.return-multiplier-selector-description{margin:0;font-size:.82rem;color:#3a4a6b;line-height:1.45;white-space:normal;word-wrap:break-word}.start-mirroring-modal-trader-name{font-size:1.6rem;font-weight:700;color:#1a2340;letter-spacing:-.01em;word-break:break-all}.start-mirroring-modal-btn{width:100%;height:52px;background:#111!important;border:none!important;border-radius:14px!important;color:#fff!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.01em;cursor:pointer;transition:opacity .15s;text-transform:uppercase}.start-mirroring-modal-btn:hover:not(:disabled){opacity:.88}.start-mirroring-modal-btn:disabled{opacity:.5;cursor:default}@media(max-width:480px){.start-mirroring-modal-trader-name{font-size:1.3rem}}.ranking-mirror-button{height:30px;padding:0 14px;font-size:.68rem;letter-spacing:.08em;border-radius:8px}.ranking-mirror-button--lg{height:44px;padding:0 28px;font-size:.9rem;letter-spacing:.08em;border-radius:10px}.loading{display:flex;align-items:center;justify-content:center;gap:1px;font-size:.85rem;color:hsl(var(--muted-foreground));padding:16px 0}.loading-text{font-weight:500;margin-right:1px}.loading-dot{font-weight:700;opacity:.2;animation:loading-pulse 1.4s ease-in-out infinite}.loading-dot--1{animation-delay:0s}.loading-dot--2{animation-delay:.2s}.loading-dot--3{animation-delay:.4s}@keyframes loading-pulse{0%,80%,to{opacity:.2}40%{opacity:1}}.position-badge{position:relative;display:flex;align-items:center;gap:3px;padding:2px 6px;border-radius:3px;border:1px solid;font-size:11px;white-space:nowrap}.position-badge-symbol{font-weight:600}.position-badge-ratio{font-size:11px}.rec-title{padding:16px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:12px}.rec-wrapper{display:flex;align-items:flex-start}.rec-legend{display:flex;flex-direction:column;gap:6px;padding:8px 12px;font-size:10px;color:hsl(var(--muted-foreground));flex-shrink:0}.rec-legend-item{display:flex;align-items:center;gap:6px;white-space:nowrap}.rec-legend-swatch{width:12px;height:12px;border-radius:2px;flex-shrink:0}.rec-tooltip{background:hsl(var(--card));border-radius:8px;padding:6px 10px;min-width:110px}.rec-tooltip-label{font-size:11px;color:hsl(var(--muted-foreground));margin-bottom:2px}.rec-tooltip-rank{font-size:14px;font-weight:600;color:hsl(var(--accent))}.rtrd-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#131a2b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px}.rtrd-card{background:#fff;border-radius:16px;box-shadow:0 8px 40px #141e3c2e;width:min(100%,680px);display:flex;flex-direction:column;animation:rtrd-enter .25s ease-out;max-height:90vh;overflow:hidden}@keyframes rtrd-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.rtrd-header{display:flex;justify-content:flex-end;flex-shrink:0;padding:16px 20px 8px}.rtrd-body{display:flex;flex-direction:column;gap:20px;flex:1;min-height:0;overflow-y:auto;padding:24px 28px 58px;mask-image:linear-gradient(to bottom,transparent 0%,black 28px,black calc(100% - 58px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 28px,black calc(100% - 58px),transparent 100%)}.rtrd-trader{display:flex;flex-direction:column;gap:6px}.rtrd-trader-label{font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#97a0b1}.rtrd-trader-name{font-size:1.05rem;font-weight:700;color:#1a2340;letter-spacing:.01em}.rtrd-trader-address-wrap{display:block;font-family:monospace;font-weight:500;color:#1a2340;word-break:break-all;background:#f9fbff;border:1px solid #e4e8f0;border-radius:8px;padding:10px 12px;cursor:default}.rtrd-trader-address-desktop{font-size:.88rem}.rtrd-trader-address-mobile{display:none;font-size:.72rem;color:#3a4a6b}.rtrd-mobile-stats{display:none;flex-direction:column;gap:8px}.rtrd-desktop-stats{display:flex;flex-direction:column;gap:16px}.rtrd-stat-label{font-size:.65rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#97a0b1}.rtrd-chart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.rtrd-timeframe{display:flex;justify-content:center}.rtrd-chart-toolbar .rtrd-timeframe{justify-content:flex-end}.rtrd-metric-selector{display:flex;justify-content:flex-start}.rtrd-chart-placeholder{height:160px;background:#f3f6fb;border:1px dashed #c8d0e0;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#97a0b1}.rtrd-chart-placeholder--ranking{height:120px}.rtrd-avg-leverage{font-size:.82rem;color:hsl(var(--muted-foreground));text-align:right;padding:0 4px}.rtrd-avg-leverage strong{color:hsl(var(--foreground));font-weight:700}.rtrd-positions-badges{display:flex;flex-direction:column;gap:6px}.rtrd-positions-badges-track{display:flex;flex-wrap:wrap;gap:6px}.rtrd-positions-empty{font-size:.78rem;color:hsl(var(--muted-foreground))}.rtrd-actions{display:flex;justify-content:center;flex-shrink:0;padding:16px 28px 24px}@media(max-width:480px){.rtrd-body{padding:20px 20px 28px;mask-image:linear-gradient(to bottom,transparent 0%,black 22px,black calc(100% - 26px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0%,black 22px,black calc(100% - 26px),transparent 100%)}.rtrd-actions{padding:14px 20px 20px}.rtrd-mobile-stats{display:flex}.rtrd-desktop-stats{display:none}.rtrd-trader-address-mobile{display:block}.rtrd-trader-address-desktop{display:none}.rtrd-trader-address-wrap{cursor:pointer;transition:background .15s}.rtrd-trader-address-wrap:hover .rtrd-trader-address-mobile{display:none}.rtrd-trader-address-wrap:hover .rtrd-trader-address-desktop{display:block;font-size:.72rem}}@media(min-width:768px){.account-mirrored-trader-actions .app-flatten-button{padding:8px 12px}.account-mirrored-trader-btn-text{display:inline}}.account-mirrored-trader{padding:16px 0;border-top:1px solid hsl(var(--border))}.account-mirrored-trader-card{border:1px solid hsl(var(--border));border-radius:10px;background:hsl(var(--card));box-shadow:0 1px 4px hsl(var(--foreground) / .04);overflow:hidden}.account-mirrored-trader-label{font-size:14px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-bottom:8px;padding:0 16px}.account-mirrored-trader-card-body{padding:8px 0}.account-mirrored-trader-card-body--empty{padding:14px}.account-mirrored-trader-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px}.account-mirrored-trader-row-info{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.account-mirrored-trader-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.account-mirrored-trader-meta{display:flex;align-items:center;gap:8px}.account-mirrored-trader-col-label{font-size:12px;font-weight:500;color:hsl(var(--muted-foreground))}.account-mirrored-trader-exposure{font-size:13px;font-weight:600;color:hsl(var(--foreground))}.account-mirrored-trader-address{font-size:14px;font-weight:700;color:hsl(var(--foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.account-mirrored-trader-actions .app-flatten-button{padding:8px}@media(min-width:768px){.account-mirrored-trader-actions .app-flatten-button{padding:8px 12px}}.account-mirrored-trader-btn-text{display:none}@media(min-width:768px){.account-mirrored-trader{padding:16px 24px}.account-mirrored-trader-label{padding:0}.account-mirrored-trader-btn-text{display:inline}}.account-mirrored-trader-no-settings{padding:8px 14px}.account-stats{display:flex;flex-direction:column;gap:0;margin:12px 0;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden}.account-stats-left{padding:20px;display:flex;flex-direction:column;gap:12px}.account-stats-divider,.account-stats-left-divider{width:100%;height:1px;background:hsl(var(--border));flex-shrink:0}@media(min-width:768px){.account-stats{flex-direction:row;margin:12px 24px}.account-stats-left{flex:0 0 60%;padding:24px}.account-stats-divider{width:1px;height:auto}}.account-stats-right{padding:10px 20px;display:flex;flex-direction:column;gap:12px;width:100%}.account-stats-settings-card{border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden}.account-stats-section{padding:14px 16px}.account-stats-section-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin-bottom:6px}.account-stats-divider{height:1px;background:hsl(var(--border))}.account-stats-floor-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid hsl(var(--border));border-radius:6px;padding:8px 10px}.account-stats-floor-pencil-btn{display:inline-flex;align-items:center;background:none;border:none;padding:4px;cursor:pointer;color:hsl(var(--muted-foreground));opacity:.6;transition:opacity .15s}.account-stats-floor-pencil-btn:hover{opacity:1}.account-stats-params-content{display:flex;flex-direction:row;align-items:stretch;gap:0}.account-stats-params-rows{display:flex;flex-direction:column;flex:1;gap:0}.account-stats-param-row{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border:1px solid hsl(var(--border));padding:6px 10px}.account-stats-param-row:first-child{border-radius:6px 6px 0 0}.account-stats-param-row:last-child{border-radius:0 0 6px 6px;margin-top:-1px}.account-stats-param-label{font-size:12px;color:hsl(var(--muted-foreground));font-weight:500}.account-stats-param-value{font-size:14px;font-weight:600;color:hsl(var(--foreground))}.account-stats-settings-gear-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:stretch;padding:8px 10px;color:hsl(var(--muted-foreground));border-color:hsl(var(--border));margin-left:8px}.account-stats-stat-value{font-size:18px;font-weight:700;color:hsl(var(--foreground))}.account-stats-floor-edit{display:flex;align-items:center;gap:4px;border:1px solid hsl(var(--border));border-radius:6px;padding:8px 10px}.account-stats-floor-input{font-size:18px;font-weight:700;color:hsl(var(--foreground));background:none;border:none;border-bottom:1px solid hsl(var(--muted-foreground));outline:none;flex:1;width:0px;padding:0 0 2px}.account-stats-floor-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;border:none;cursor:pointer;flex-shrink:0;transition:opacity .15s}.account-stats-floor-btn--confirm{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.account-stats-floor-btn--cancel{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.account-stats-floor-btn:hover{opacity:.8}.account-stats-settings-card .account-stats-section:first-child .warning-message{margin-top:4px}@media(--tablet-up){.account-stats-right{flex:1;padding:10px 24px}}.modify-mirroring-modal-trader-name{font-size:1.6rem;font-weight:700;color:#1a2340;letter-spacing:-.01em;word-break:break-all}.modify-mirroring-modal-btn{width:100%;height:52px;background:#111!important;border:none!important;border-radius:14px!important;color:#fff!important;font-size:1rem!important;font-weight:700!important;letter-spacing:.01em;cursor:pointer;transition:opacity .15s}.modify-mirroring-modal-btn:hover:not(:disabled){opacity:.88}.modify-mirroring-modal-btn:disabled{opacity:.5;cursor:default}@media(max-width:480px){.modify-mirroring-modal-trader-name{font-size:1.3rem}}.available-margin{display:flex;flex-direction:column;gap:10px}.account-stats-margin-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.account-stats-margin-title{font-size:15px;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.account-stats-margin-subtitle{font-size:12px;color:hsl(var(--muted-foreground));margin-top:2px}.account-stats-margin-number-wrap{display:flex;align-items:baseline;gap:2px;flex-shrink:0}.account-stats-margin-number{font-size:28px;font-weight:700;color:hsl(var(--foreground));line-height:1}.account-stats-margin-percent{font-size:14px;font-weight:600;color:hsl(var(--foreground))}.available-margin-bar{display:flex;flex-direction:column;gap:4px}.account-stats-bar-track{height:8px;border-radius:4px;background:hsl(var(--muted));overflow:hidden}.account-stats-bar-fill{height:100%;border-radius:4px;background:hsl(var(--primary));transition:width .3s ease}.account-stats-bar-labels{display:flex;justify-content:space-between}.account-stats-bar-locked,.account-stats-bar-max{font-size:12px;color:hsl(var(--muted-foreground))}.account-stats-tracking{display:flex;align-items:center;gap:12px}.account-stats-tracking-icon-wrap{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsl(var(--muted));color:hsl(var(--muted-foreground));flex-shrink:0}.account-stats-tracking-icon{display:block}.account-stats-tracking-info{display:flex;flex-direction:column;gap:2px;flex:1}.account-stats-tracking-title{font-size:14px;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.account-stats-tracking-subtitle{font-size:12px;color:hsl(var(--muted-foreground))}.account-stats-tracking-value-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.account-stats-tracking-value{font-size:18px;font-weight:700;color:hsl(var(--foreground))}.tracking-status{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.tracking-status--normal{color:#1fad53}.tracking-status--elevated{color:#f49d25}.tracking-status--critical{color:hsl(var(--destructive))}.news-bar-wrapper{position:relative}.news-bar{display:flex;align-items:flex-start;gap:8px;margin-top:8px;padding:8px 16px 10px;background:hsl(var(--card));border-bottom:1px solid hsl(var(--border));border-radius:0 0 12px 12px;overflow:visible;max-height:200px;transition:max-height .25s ease,padding-top .25s ease,padding-bottom .25s ease,margin-top .25s ease}.news-bar--closed{max-height:0;min-height:0;margin-top:0;padding-top:0;padding-bottom:0;overflow:hidden;border-bottom:none;border-radius:0}.news-bar-content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.news-bar-cards{display:grid;grid-template-columns:3fr 1fr;gap:12px;min-width:0}.news-bar-pinned{position:relative;min-width:0;overflow:hidden}.news-bar-pinned .ticker-card{position:absolute;inset:4px 0;width:auto;height:auto}.news-bar-carousel{min-width:0;min-height:0}.news-bar-reopen-group{position:absolute;right:16px;bottom:0;transform:translateY(100%);display:flex;gap:0}.news-bar-reopen{padding:2px 10px 4px;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--info));background:hsl(var(--card) / .85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid hsl(var(--border));border-top:none;border-radius:0 0 6px 6px;cursor:pointer;transition:color .15s,background .15s}.news-bar-reopen-group .news-bar-reopen:first-child{border-right:none}.news-bar-reopen:hover{color:hsl(var(--info-dark));background:hsl(var(--hover-info))}.news-bar-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-top:2px;margin-left:auto;padding:0;background:none;border:none;color:hsl(var(--text-secondary));font-size:16px;cursor:pointer;transition:color .15s}.news-bar-close:hover{color:hsl(var(--muted-foreground))}.news-bar-close-mobile{display:none}@media(max-width:480px){.news-bar{position:relative;background:hsl(var(--card) / .85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.news-bar-close{position:absolute;bottom:30px;right:8px;z-index:1}.news-bar-reopen-group{right:8px}.news-bar-close-desktop{display:none}.news-bar-close-mobile{display:inline;font-size:20px;line-height:1}.news-bar-cards{grid-template-columns:1fr}.news-bar-pinned{display:none}}.carousel{display:flex;flex-direction:column;gap:6px;width:100%}.carousel-track{display:flex;gap:12px;padding:4px 0;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;cursor:grab;min-width:0;-webkit-user-select:none;user-select:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track--dragging{cursor:grabbing;scroll-behavior:auto}.carousel-dots{display:none;justify-content:center;align-items:center;gap:6px;padding:4px 0}.carousel-dot{width:8px;height:8px;padding:0;border:1.5px solid hsl(var(--text-secondary));border-radius:50%;background:none;cursor:pointer;transition:background .2s,border-color .2s}.carousel-dot--active{background:hsl(var(--info));border-color:hsl(var(--info))}.carousel-loading{font-size:13px;color:hsl(var(--text-secondary));padding:12px 0}@media(max-width:767px){.carousel-track{gap:8px}}@media(max-width:480px){.carousel-track{gap:0;scroll-snap-type:x mandatory;overflow-x:scroll}.carousel-dots{display:flex}}.news-card{flex-shrink:0;width:calc(33.333% - 8px);display:flex;gap:0;padding:0;background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--secondary)));border:1px solid hsl(var(--border));border-radius:10px;text-decoration:none;color:inherit;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.news-card:hover{border-color:hsl(var(--info));box-shadow:0 4px 12px hsl(var(--info) / .1),0 1px 3px hsl(var(--foreground) / .06);transform:translateY(-2px)}.news-card-accent{flex-shrink:0;width:4px;background:linear-gradient(180deg,hsl(var(--info)),hsl(var(--info-ring)));border-radius:4px 0 0 4px;opacity:.7;transition:opacity .2s ease}.news-card:hover .news-card-accent{opacity:1}.news-card-body{display:flex;flex-direction:column;gap:6px;padding:10px 12px;min-width:0;flex:1}.news-card-title{margin:0;font-size:13px;font-weight:600;line-height:1.45;color:hsl(var(--text-primary));display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;letter-spacing:-.01em}.news-card-meta{display:flex;align-items:center;gap:8px;margin-top:auto}.news-card-date{display:flex;align-items:center;gap:6px;font-size:11px;color:hsl(var(--text-secondary))}.news-card-time{color:hsl(var(--text-tertiary));font-variant-numeric:tabular-nums}.news-card-source{font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--info));padding:0;border-radius:4px;margin-left:auto}@media(max-width:767px){.news-card{padding:0}}@media(max-width:480px){.news-card{scroll-snap-align:start;width:100%;flex-shrink:0}.news-card-title{font-size:12px}}.ticker-card{flex-shrink:0;width:calc(33.333% - 8px);position:relative;padding:0;background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--secondary)));border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden;min-height:0;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.ticker-card:hover{border-color:hsl(var(--text-secondary));box-shadow:0 4px 12px hsl(var(--foreground) / .06),0 1px 3px hsl(var(--foreground) / .04);transform:translateY(-2px)}.ticker-card-sparkline-bg{position:absolute;inset:0;pointer-events:none;opacity:.55;transition:opacity .2s ease}.ticker-card-sparkline-bg svg{display:block;width:100%;height:100%}.ticker-card:hover .ticker-card-sparkline-bg{opacity:.95}.ticker-card-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:3px;padding:10px 12px;min-width:0}.ticker-card-header{display:flex;align-items:center;gap:6px}.ticker-card-icon{width:18px;height:18px;border-radius:50%;flex-shrink:0}.ticker-card-symbol{font-size:12px;font-weight:700;color:hsl(var(--text-primary));letter-spacing:.02em}.ticker-card-price{font-size:15px;font-weight:700;color:hsl(var(--text-primary));letter-spacing:-.01em;font-variant-numeric:tabular-nums}.ticker-card-changes{display:flex;gap:6px}.ticker-card-change-sm{font-size:10px;font-weight:600;font-variant-numeric:tabular-nums}.ticker-card-change--up{color:hsl(var(--positive-dark))}.ticker-card-change--down{color:hsl(var(--negative-dark))}.ticker-tape{display:flex;align-items:center;gap:8px;padding:3px 0 0;border-top:1px solid hsl(var(--border));overflow:hidden}.ticker-tape-label{flex-shrink:0;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--text-secondary))}.ticker-tape-track{flex:1;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 16px,black calc(100% - 16px),transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 16px,black calc(100% - 16px),transparent)}.ticker-tape-scroll{display:flex;gap:0;width:max-content;animation:ticker-tape-scroll 40s linear infinite}.ticker-tape:hover .ticker-tape-scroll{animation-play-state:paused}@keyframes ticker-tape-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-tape-item{display:inline-flex;align-items:center;gap:3px;white-space:nowrap;font-variant-numeric:tabular-nums}.ticker-tape-symbol{font-size:11px;font-weight:600;color:hsl(var(--text-primary))}.ticker-tape-change{font-size:11px;font-weight:600}.ticker-tape-change--up{color:hsl(var(--positive-dark))}.ticker-tape-change--down{color:hsl(var(--negative-dark))}.ticker-tape-sep{margin:0 6px;color:hsl(var(--text-tertiary));font-size:11px}@media(max-width:480px){.ticker-tape-symbol,.ticker-tape-change,.ticker-tape-sep{font-size:10px}}.account-row{display:flex;align-items:center;padding:8px 12px;gap:12px;min-height:48px;cursor:pointer;transition:background-color .15s ease,transform .1s ease;border-bottom:1px solid hsl(var(--border) / .5)}.account-row:hover{background-color:hsl(var(--muted) / .5)}.account-row:hover .account-row-chevron{transform:scaleX(.6) translate(6px);opacity:1}.account-row:active{background-color:hsl(var(--muted));transform:scale(.995)}.account-row-chevron{font-size:32px;font-weight:100;color:hsl(var(--muted-foreground));flex-shrink:0;opacity:.4;transform:scaleX(.6);transition:transform .15s ease,opacity .15s ease;line-height:1}@media(min-width:1024px){.account-row{padding:16px 20px;gap:24px}}.account-row-overview{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.account-row-left{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.account-row-name-row{display:flex;align-items:center;gap:8px}.account-row-name{font-size:14px;font-weight:600;color:hsl(var(--foreground));white-space:nowrap}.account-row-status-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0;transition:background .3s ease,box-shadow .3s ease}.account-row-status-dot--active{background:#10b981;box-shadow:0 0 0 4px #10b98129}.account-row-status-dot--warn{background:#f59e0b;box-shadow:0 0 0 4px #f59e0b29}.account-row-status-dot--error{background:#ef4444;box-shadow:0 0 0 4px #ef444429}.account-row-status-dot--inactive{background:hsl(var(--muted-foreground));opacity:.5}.account-row-positions{display:flex;overflow:hidden}.account-row-positions:has([data-scrolling=true]){-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);padding-bottom:2px;margin-bottom:-2px}.account-row-positions-track{display:flex;flex-shrink:0;gap:4px;padding-right:4px}.account-row-positions-track[data-scrolling=true]{animation:ticker-scroll 20s linear infinite;padding-left:40px}@keyframes ticker-scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.account-row-chart{display:none}.account-row-right{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0}.account-row-equity{font-size:14px;font-weight:700;color:hsl(var(--foreground))}.account-row-equity-change{font-size:12px;font-weight:500}@media(min-width:1024px){.account-row-overview{gap:24px}.account-row-left{flex-direction:row;align-items:center;gap:16px;flex:1}.account-row-name{font-size:15px;flex-shrink:0}.account-row-right{flex-direction:row;align-items:center;gap:16px;min-width:220px;justify-content:flex-end}.account-row-equity{font-size:15px}.account-row-equity-change{font-size:13px}}@media(min-width:1290px){.account-row-chart{display:block;flex:0 0 auto;width:200px;height:60px}}.portfolio-container{text-align:center}.portfolio-totalEquity{font-size:32px;font-weight:700;color:hsl(var(--foreground))}.portfolio-equityChange{font-size:16px;font-weight:500;margin-top:4px}.portfolio-chartPlaceholder{margin-top:16px;height:250px;border:1px dashed hsl(var(--border));border-radius:8px;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:14px}.dashboard-page{padding:24px 0;min-height:100%}.dashboard-header{display:flex;justify-content:flex-end;margin-bottom:16px}.dashboard-control-toggle{display:flex;justify-content:center;margin-bottom:16px}.dashboard-placeholder{margin-bottom:16px}.dashboard-controls{display:flex;flex-direction:column;margin-bottom:16px}.dashboard-controls-column{display:flex;justify-content:center;margin-bottom:16px}.dashboard-portfolio-overview{padding-bottom:16px}.dashboard-accounts-container{container-type:inline-size}.dashboard-accounts-container>*+*{border-top:1px solid hsl(var(--border))}@media(min-width:768px){.dashboard-page{padding:24px}.dashboard-accounts-container{border:1px solid hsl(var(--border));border-radius:8px;background-color:hsl(var(--card));overflow:hidden}.dashboard-accounts-container:before{content:"Accounts";display:block;padding:12px 16px;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border))}}.docker-tutorial-page{height:100%;padding:10px 8px 16px;display:flex;flex-direction:column;gap:16px;overflow:auto}.docker-tutorial-inner{max-width:900px;margin:0 auto;padding:0 8px 24px;width:100%}.docker-tutorial-inner h1{margin:0 0 8px;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#131a2b}.docker-tutorial-inner h2{margin:32px 0 10px;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1a2640}.docker-tutorial-inner h3{margin:22px 0 8px;font-size:1rem;font-weight:700;color:#1a2640}.docker-tutorial-inner p{margin:0 0 14px;font-size:.92rem;line-height:1.65;color:#3d4a5c}.docker-tutorial-inner ul,.docker-tutorial-inner ol{margin:0 0 14px;padding-left:20px}.docker-tutorial-inner li{margin-bottom:6px;font-size:.92rem;line-height:1.6;color:#3d4a5c}.docker-tutorial-inner strong{font-weight:700;color:#131a2b}.docker-tutorial-inner hr{margin:28px 0;border:none;border-top:1px solid #e4e8f0}.docker-tutorial-inner a{color:#1f4fb5;text-decoration:underline}.docker-tutorial-inner a:hover{color:#163a8a}.docker-tutorial-inner pre{margin:0 0 14px;padding:12px 14px;background:#0b1220;color:#e6edf7;border-radius:10px;overflow:auto;font-size:.85rem;line-height:1.55}.docker-tutorial-inner code{font-size:.9em;background:#131a2b0f;padding:.12em .35em;border-radius:6px}.docker-tutorial-inner pre code{background:transparent;padding:0}@media(min-width:768px){.docker-tutorial-page{padding:10px 10px 20px}.docker-tutorial-inner{padding:0 24px 32px}}@media(max-width:480px){.docker-tutorial-page{padding:4px 2px 12px}.docker-tutorial-inner{padding:0 8px 24px}}.download-before-install{max-width:52rem}.download-before-install__title{margin:0 0 8px;font-size:.875rem;font-weight:600;line-height:1.35;color:hsl(var(--foreground))}.download-badge{display:inline-block;padding:3px 10px;border-radius:20px;background:#5b7dff;color:#fff;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.download-os-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:32px 24px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;transition:box-shadow .16s ease-in-out,border-color .16s ease-in-out,transform .16s ease-in-out}.download-os-card--recommended{border-color:#5b7dff;box-shadow:0 4px 24px #5b7dff26;transform:translateY(-4px)}.download-os-card-icon{width:56px;height:56px;object-fit:contain}.download-os-card-info{display:flex;flex-direction:column;align-items:center;gap:4px}.download-os-card-os-name{font-size:1.1rem;font-weight:700;color:#131a2b;letter-spacing:.02em}.download-os-card-format{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#a0a8b5}.download-os-card-link{display:contents}.download-os-card-button{width:100%;padding:10px 24px;font-size:.8rem}.download-os-card-button--primary{background:#5b7dff;color:#fff;border-color:#5b7dff}.download-os-card-button--primary:hover,.download-os-card-button--primary:focus-visible{background:#4a6ae8;color:#fff;border-color:#4a6ae8}.download-os-card-version-select{width:100%;padding:6px 10px;font-size:.75rem;font-weight:600;color:#131a2b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;appearance:auto;outline:none;transition:border-color .16s ease-in-out}.download-os-card-version-select:focus-visible{border-color:#5b7dff}.download-os-card-meta{margin:0;font-size:.7rem;color:#a0a8b5;font-weight:600;letter-spacing:.04em}.app-content-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.app-content-header-title-group h1{margin:0;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#131a2b}.app-content-header-title-group p{margin-top:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#a0a8b5}.app-content-header-actions{display:flex;align-items:flex-start;gap:8px}.download-page{padding:24px 0;min-height:100%;display:flex;flex-direction:column;gap:40px}.download-page__downloads{display:flex;flex-direction:column;gap:24px}.download-cards{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:768px){.download-page{padding:24px}}@media(min-width:1024px){.download-cards{grid-template-columns:repeat(3,1fr);gap:24px;align-items:start}}.default-exchange-account-card{background:hsl(var(--muted) / .4);border:2px dashed hsl(var(--border));border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:120px}.default-exchange-account-card-icon{width:28px;height:28px;color:hsl(var(--muted-foreground));opacity:.5}.default-exchange-account-card-label{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));text-align:center}@media(min-width:768px){.default-exchange-account-card{padding:20px;min-height:140px}}.exchange-account-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.exchange-account-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.exchange-account-card-name-row{display:flex;align-items:center;gap:8px;min-width:0}.exchange-account-card-name{font-size:15px;font-weight:700;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.exchange-account-card-exchange{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground));background:hsl(var(--muted));border-radius:6px;padding:3px 8px;flex-shrink:0}.exchange-account-card-meta{display:flex;flex-direction:column;gap:6px}.exchange-account-card-meta-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.exchange-account-card-meta-label{font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#a0a8b5}.exchange-account-card-meta-value{font-size:.78rem;font-weight:600;color:hsl(var(--foreground))}.exchange-account-card-warning{margin-top:4px}@media(min-width:768px){.exchange-account-card{padding:20px}}.exchange-accounts-page{padding:24px 0;min-height:100%}.exchange-accounts-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:24px;position:sticky;top:0;z-index:1;background:#f9fbffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.env-selector-mobile{display:none}.exchange-accounts-grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:768px){.exchange-accounts-page{padding:24px}.exchange-accounts-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(min-width:1024px){.exchange-accounts-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.env-selector-desktop{display:none}.env-selector-mobile{display:flex;position:fixed;bottom:1.5rem;right:1.5rem;z-index:1;box-shadow:0 4px 12px #5b7dff59;border-radius:10px}}.mobile-search-fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:2;width:48px;height:48px;border-radius:50%;font-size:1.4rem;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 4px 12px #5b7dff59}@media not (max-width:480px){.mobile-search-fab{display:none}}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;z-index:300;display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f9fbffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e1e6ee;box-shadow:0 2px 12px #00000014}.mobile-search-overlay .ranking-search-shell{flex:1;width:auto}@media not (max-width:480px){.mobile-search-overlay{display:none}}.ranking-search-shell{width:min(100%,520px);display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e1e6ee;border-radius:8px;background:#f9fbff}.ranking-search-icon{color:#a1a9b8;font-size:.9rem;line-height:1}.ranking-search-shell input{border:none;background:transparent;width:100%;font-size:.78rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#5f687a;outline:none}.ranking-search-shell input::placeholder{color:#a2abbb}@media(max-width:480px){.ranking-search-shell{width:100%}}.ranking-controls{display:flex;flex-direction:column;gap:12px}.ranking-controls-top{display:flex;align-items:center;gap:10px}.ranking-search-desktop{display:flex;flex:0 1 auto;width:min(100%,440px);min-width:0}.ranking-search-desktop .ranking-search-shell{width:100%}.ranking-settings-chip{display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 12px;border:1px solid #dbe2ec;border-radius:10px;background:#f6f8fc;color:#4f5b71;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ranking-settings-chip:hover{background:#eef2f8;border-color:#cdd6e3}.ranking-settings-chip.active{background:#e9eef8;border-color:#bfcce2}.ranking-settings-chip-title{font-size:.72rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;white-space:nowrap}.ranking-settings-chip-value{padding:2px 6px;border:1px solid #d6deea;border-radius:999px;background:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#74809a;white-space:nowrap}.ranking-top-bar-mobile{display:none}.ranking-settings-chip-mobile{display:none;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;padding:0;border:1px solid #dbe2ec;border-radius:10px;background:#f6f8fc;color:#4f5b71;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.ranking-settings-chip-mobile:hover{background:#eef2f8;border-color:#cdd6e3}.ranking-settings-chip-mobile.active{background:#e9eef8;border-color:#bfcce2}@media(max-width:480px){.ranking-controls-top{flex-wrap:wrap}.ranking-search-desktop,.ranking-settings-chip-desktop,.ranking-settings-chip-values{display:none}.ranking-top-bar-mobile{display:flex;align-items:center;justify-content:space-between;width:100%}.ranking-settings-chip-mobile{display:inline-flex}}.onboarding-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#131a2b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px}.onboarding-card{position:relative;width:100%;max-width:520px;max-height:calc(100vh - 32px);overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 24px 64px #131a2b2e;padding:0 32px 32px;animation:onboarding-enter .3s ease-out}.onboarding-exit-btn{position:absolute;top:14px;right:14px;width:28px;height:28px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#97a0b1;transition:background .15s,color .15s}.onboarding-exit-btn:hover{background:#f4f6fa;color:#4f5a6f}@keyframes onboarding-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.onboarding-progress{position:sticky;top:0;height:4px;background:#e4e8f0;margin:0 -32px 28px;z-index:1}.onboarding-progress-bar{height:100%;background:#5b7dff;border-radius:0 2px 2px 0;transition:width .35s ease}.onboarding-step-badge{display:block;font-size:.62rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#5b7dff}.onboarding-title{margin:8px 0 0;font-size:1.5rem;font-weight:900;color:#131a2b;letter-spacing:.02em}.onboarding-subtitle{margin:6px 0 0;font-size:.82rem;color:#6d778b;line-height:1.55}.onboarding-fields{margin-top:24px;display:grid;gap:20px}.onboarding-field-label{display:block;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#4f5a6f}.onboarding-field-desc{margin:4px 0 8px;font-size:.75rem;color:#97a0b1;line-height:1.45}.onboarding-select{width:100%;padding:10px 32px 10px 12px;border:1px solid #d6ddea;border-radius:8px;background:#f9fbff;font-size:.82rem;font-weight:700;color:#131a2b;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%236d778b' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:border-color .15s,box-shadow .15s}.onboarding-select:focus{outline:none;border-color:#5b7dff;box-shadow:0 0 0 3px #5b7dff26}.onboarding-nav{margin-top:32px;display:flex;align-items:center;justify-content:space-between;gap:12px}.onboarding-btn{min-width:88px;height:38px;border:none;border-radius:8px;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background .15s,opacity .15s}.onboarding-btn:disabled{opacity:.35;cursor:default}.onboarding-btn-back{background:transparent;color:#6d778b}.onboarding-btn-back:not(:disabled):hover{background:#f4f6fa}.onboarding-btn-next{background:#5b7dff;color:#fff}.onboarding-btn-next:not(:disabled):hover{background:#4a6ae8}.onboarding-dots{display:flex;gap:6px}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:#e1e6ee;transition:background .2s,transform .2s}.onboarding-dot.active{background:#5b7dff;transform:scale(1.3)}.onboarding-dot.done{background:#a3b8ff}@media(max-width:480px){.onboarding-card{padding:0 20px 24px}.onboarding-progress{margin:0 -20px 24px}.onboarding-title{font-size:1.25rem}.onboarding-fields{gap:16px}}.cat-selector{display:flex;flex-direction:column;gap:6px;width:100%}.cat-selector-select{width:100%;height:34px;border:1px solid #d6ddea;border-radius:8px;background:#fff;padding:0 8px;font-size:.72rem;font-weight:700;letter-spacing:.05em;color:#3a4a6b;cursor:pointer;appearance:none;background-repeat:no-repeat;background-position:right 10px center;transition:border-color .15s,box-shadow .15s}.cat-selector-select:focus{outline:none;border-color:#5b7dff;box-shadow:0 0 0 3px #5b7dff26}.cat-selector-desc{padding:8px 10px;background:#f3f6fd;border:1px solid #e4e9f5;border-radius:7px;display:flex;flex-direction:column;gap:4px}.cat-selector-desc-entry{display:flex;flex-direction:column;gap:2px}.cat-selector-desc-key{font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5f6a87}.cat-selector-desc-val{font-size:.72rem;color:#6d778b;line-height:1.4}.rsv-wrapper{display:flex;flex-direction:column;gap:6px;width:100%}.rsv-field-desc{margin:0;font-size:.75rem;color:#97a0b1;line-height:1.45}.step-slider{display:flex;flex-direction:column;gap:6px;width:100%}.step-slider-track-row{position:relative;width:100%}.step-slider-input{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:2px;background:linear-gradient(to right,#5b7dff 0%,#5b7dff var(--fill-pct, 0%),#d6ddea var(--fill-pct, 0%),#d6ddea 100%);outline:none;cursor:pointer}.step-slider-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#5b7dff;border:2px solid #ffffff;box-shadow:0 1px 4px #5b7dff59;cursor:pointer;transition:box-shadow .15s}.step-slider-input::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#5b7dff;border:2px solid #ffffff;box-shadow:0 1px 4px #5b7dff59;cursor:pointer;transition:box-shadow .15s}.step-slider-input:focus::-webkit-slider-thumb{box-shadow:0 0 0 3px #5b7dff33}.step-slider-input:focus::-moz-range-thumb{box-shadow:0 0 0 3px #5b7dff33}.step-slider-labels{display:flex;align-items:center;justify-content:space-between;gap:4px}.step-slider-edge{font-size:.62rem;font-weight:600;color:#97a0b1;letter-spacing:.03em;white-space:nowrap}.step-slider-current{font-size:.72rem;font-weight:800;color:#5b7dff;letter-spacing:.04em;text-align:center;flex:1}.rsa-body{padding:0 14px 14px;display:flex;flex-direction:column;gap:12px}.rsa-fields{display:flex;flex-direction:column;gap:10px;padding-top:12px}.rsa-field{display:flex;flex-direction:column;gap:4px}.rsa-field-label{font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#97a0b1}.rsa-select{height:34px;border:1px solid #d6ddea;border-radius:8px;background:#fff;padding:0 8px;font-size:.72rem;font-weight:700;letter-spacing:.05em;color:#3a4a6b;cursor:pointer;width:100%}.rsa-select:focus{outline:2px solid #b9c8ff;outline-offset:1px}.rsa-category-desc{margin-top:4px;padding:8px 10px;background:#f3f6fd;border:1px solid #e4e9f5;border-radius:7px;display:flex;flex-direction:column;gap:4px}.rsa-category-desc-entry{display:flex;flex-direction:column;gap:2px}.rsa-category-desc-key{font-size:.6rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#5f6a87}.rsa-category-desc-val{font-size:.72rem;color:#6d778b;line-height:1.4}.rsa-details-btn{align-self:flex-start;height:30px;padding:0 12px;font-size:.65rem;letter-spacing:.08em}.setting-modal-overlay{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;background:#131a2b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:16px}.setting-modal-card{background:#fff;border-radius:16px;box-shadow:0 8px 40px #141e3c2e;padding:28px;width:min(100%,480px);max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.setting-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.setting-modal-titles{display:flex;flex-direction:column;gap:4px}.setting-modal-title{margin:0;font-size:1rem;font-weight:800;color:#1a2340;letter-spacing:.01em}.setting-modal-subtitle{margin:0;font-size:.78rem;color:#6d778b;line-height:1.5}.setting-modal-fields{display:flex;flex-direction:column;gap:16px}.setting-modal-field{display:flex;flex-direction:column;gap:4px;padding:12px;border:1px solid #edf0f7;border-radius:10px;background:#f9fbff}.setting-modal-field-alias{font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#3a4a6b}.setting-modal-field-desc{margin:0;font-size:.8rem;color:#6d778b;line-height:1.55}@media(max-width:480px){.setting-modal-card{padding:20px 16px;max-height:90vh}}.ranking-settings-drawer{height:100%;background:#f5f6f9;border:1px solid #e2e7ef;border-radius:12px;padding:22px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;min-height:0}.ranking-settings-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.ranking-settings-drawer-header h3{margin:0;font-size:1.18rem;font-weight:800;color:#222938}.ranking-settings-drawer-header p{margin:6px 0 0;font-size:.78rem;color:#7d889e}.ranking-settings-close{width:34px;height:34px;border:1px solid #d6deea;border-radius:999px;background:#fff;color:#6a7387;font-size:.9rem;font-weight:700;cursor:pointer}.ranking-settings-count-card{border:1px solid #dce3ee;border-radius:12px;background:#fff;padding:12px 14px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.ranking-settings-count-card span{font-size:.63rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:#9aa4b8}.ranking-settings-count-card strong{font-size:1.34rem;line-height:1;font-weight:800;color:#1d2533}.ranking-filters-expandable>.expandable-body{padding:10px 12px 12px;flex:1;min-height:0;overflow-y:auto}.ranking-filters-expandable{flex:1;min-height:0;display:flex;flex-direction:column}.ranking-filters-accordions{display:flex;flex-direction:column;gap:6px}.ranking-filters-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.ranking-filter-buttons{display:flex;gap:10px;margin-left:auto}.ranking-apply-button{height:34px;padding:0 14px;font-size:.68rem;letter-spacing:.1em}.ranking-reset-button{height:34px;border:1px solid #d6ddea;border-radius:10px;background:transparent;padding:0 14px;font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6d778b;cursor:pointer;transition:background-color .16s ease-in-out,color .16s ease-in-out,border-color .16s ease-in-out}.ranking-reset-button:hover,.ranking-reset-button:focus-visible{background:#f4f6fa;color:#4e5f7f;border-color:#bfc8d9}@media(max-width:480px){.ranking-settings-drawer{padding:18px 14px}.ranking-filters-bottom{flex-direction:column;align-items:stretch;gap:8px}.ranking-filter-buttons{margin-left:0}.ranking-apply-button,.ranking-reset-button{flex:1}}.rt-container{display:flex;flex-direction:column;gap:0;height:100%;background:#fff;border:1px solid #e4e8f0;border-radius:12px;box-shadow:0 2px 12px #131a2b12;overflow:hidden}.rt-table-wrapper{flex:1;min-height:0;overflow-y:auto;overflow-x:auto}.rt-table{width:100%;border-collapse:collapse}.rt-header-row{border-bottom:1px solid #e4e8f0;background:#f9fbff}.rt-th{padding:10px 16px;font-size:.65rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#97a0b1;text-align:left;white-space:nowrap}.rt-th--rank{text-align:center}.rt-th--score,.rt-th--pnl,.rt-th--account-value{text-align:right}.rt-th--top{text-align:center}.rt-th--chevron,.rt-th--mirror{width:48px;min-width:48px}.rt-container .warning-message{border-radius:0;border-left:none;border-right:none;border-top:none}.rt-footer{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;padding:8px 16px;border-top:1px solid #e4e8f0;background:#f9fbff}.rt-footer .rt-row-count{justify-self:start;text-align:left}.rt-footer .rt-ranking-time{justify-self:center;text-align:center}.rt-footer .rt-version{justify-self:end;text-align:right}.rt-version,.rt-row-count,.rt-ranking-time{font-size:.62rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#c5ccd8}@media(max-width:480px){.rt-col-desktop,.rt-col-mobile-hide{display:none}.rt-th{padding:10px 12px}}.rt-row{border-bottom:1px solid #e4e8f0;cursor:pointer;transition:background .15s}.rt-row:hover{background:#f9fbff}.rt-row:last-child{border-bottom:none}.rt-cell{padding:14px 16px;font-size:.82rem;font-weight:500;color:#131a2b;white-space:nowrap}.rt-cell--rank{text-align:center;color:#3a4a6b;font-weight:700;font-size:.88rem}.rt-cell--name{font-weight:700;color:#1a2340;max-width:180px;overflow:hidden;text-overflow:ellipsis}.rt-cell--score,.rt-cell--pnl{text-align:right;font-variant-numeric:tabular-nums}.rt-pnl--positive{color:#15803d}.rt-pnl--negative{color:#dc2626}.rt-cell--account-value{text-align:right;font-variant-numeric:tabular-nums}.rt-cell--top{text-align:center;color:#3a4a6b}.rt-cell--chevron{text-align:center;padding:14px 8px}.rt-chevron{color:#5b7dff;opacity:.75;display:block;margin:0 auto}.rt-cell--mirror{text-align:center;padding:10px 16px}.rt-only-mobile{display:none}@media(max-width:480px){.rt-col-desktop{display:none}.rt-cell--name{max-width:100px}.rt-col-mobile-hide{display:none}.rt-cell{padding:12px}.rt-only-desktop{display:none}.rt-only-mobile{display:inline}}.ranking-page{height:100%;padding:10px 8px 16px;display:flex;flex-direction:column;gap:16px;overflow:hidden}.ranking-workspace{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 0;gap:16px;transition:grid-template-columns .22s ease}.ranking-workspace.settings-sidebar-open{grid-template-columns:minmax(0,1fr) minmax(320px,420px)}.ranking-main-column{min-width:0;min-height:0;display:flex;flex-direction:column;gap:16px;overflow:hidden}.ranking-controls-card{background:#fff;border:1px solid #e4e8f0;border-radius:12px;padding:16px;display:grid;gap:16px}.ranking-table-wrapper{flex:1;min-height:0;overflow:hidden}.ranking-settings-sidebar-host{min-width:0;min-height:0}.ranking-onboarding-prompt{flex:1;display:flex;align-items:center;justify-content:center}.ranking-onboarding-start-btn{padding:16px 40px;font-size:.9rem;letter-spacing:.1em;border-radius:12px}.ranking-timeframe-desktop{display:contents}@media(max-width:480px){.ranking-page{padding:4px 2px 12px}.ranking-workspace,.ranking-workspace.settings-sidebar-open{grid-template-columns:1fr}.ranking-controls-card{padding:12px}.ranking-timeframe-desktop{display:none}}.settings-profile-page{height:100%;max-width:1200px;margin:0 auto;padding:10px 8px 16px}.settings-profile-header h1{margin:0;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#131a2b}.settings-profile-header p{margin-top:4px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:#a0a8b5}.settings-profile-card{margin-top:16px;background:#fff;border:1px solid #e4e8f0;border-radius:12px;overflow:hidden}.settings-profile-user-row{display:flex;align-items:center;gap:20px;padding:28px 24px;border-bottom:1px solid #eef1f6}.settings-profile-avatar{width:80px;height:80px;border-radius:12px;border:1px solid #dbe1ec;display:grid;place-items:center;font-size:2rem;font-weight:700;color:#98a2b3;background:#f8fafd}.settings-profile-user-copy{flex:1;min-width:0}.settings-profile-user-copy p{margin:0;font-size:clamp(1.2rem,2vw,1.8rem);font-weight:800;color:#131a2b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-profile-signout{padding:8px 10px;font-size:.9rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.settings-profile-signout:disabled{cursor:progress;opacity:.7}.settings-profile-billing-row{display:grid;grid-template-columns:minmax(280px,460px) minmax(260px,1fr);gap:22px;padding:24px}.settings-profile-tc-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px}.settings-profile-tc-row h3{margin:0;font-size:1.7rem;font-weight:800;text-transform:uppercase;color:#131a2b}.settings-profile-billing-left h3{margin:0 0 14px;font-size:1.7rem;font-weight:800;text-transform:uppercase;color:#131a2b}.settings-profile-usage-card{border:1px solid #e5e9f0;border-radius:12px;padding:20px;background:#fbfcff}.settings-profile-usage-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.settings-profile-usage-head span{font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9aa5b6}.settings-profile-usage-head strong{font-size:2rem;font-weight:800;color:#121b2d}.settings-profile-progress-track{height:7px;margin:16px 0 20px;background:#dce3f0;border-radius:999px;overflow:hidden}.settings-profile-progress-fill{width:40%;height:100%;background:#1f355f}.settings-profile-data-grid{display:grid;gap:14px}.settings-profile-data-grid div{display:grid;gap:3px}.settings-profile-data-grid span{font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#9ba6b6}.settings-profile-data-grid strong{font-size:1.9rem;line-height:1.1;font-weight:800;color:#101a2a}.settings-profile-billing-right{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:50px}.settings-profile-tier-badge{align-self:flex-end;padding:7px 10px;border:1px solid #edf0f7;background:#fafcff;border-radius:6px;font-size:.74rem;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:#8f98a9}.settings-profile-primary-action,.settings-profile-secondary-action{width:100%;border:none;border-radius:9px;padding:12px 16px;background:#0e1a3a;color:#fff;font-size:.9rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.settings-profile-secondary-action{background:#101f45}.settings-profile-link-action{border:none;background:transparent;padding:8px 0;font-size:.85rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#6b778d;cursor:pointer}.settings-profile-divider{height:1px;margin:0 24px;background:#e8ecf3}.settings-profile-section{padding:22px 24px}.settings-profile-section-title{margin:0 0 18px;font-size:2rem;font-weight:800;line-height:1.1;text-transform:uppercase;color:#131a2b}.settings-profile-toggle-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:24px;border:1px solid #d5dbe6;border-radius:12px;background:#f3f5f8}.settings-profile-toggle-copy h4,.settings-profile-notification-tile h4{margin:0;font-size:2rem;font-weight:800;line-height:1.1;text-transform:uppercase;color:#131a2b}.settings-profile-toggle-copy p{margin:8px 0 0;font-size:.9rem;font-weight:700;color:#8ca0bb}.settings-profile-switch{width:50px;height:26px;border:none;border-radius:999px;background:#d9dee8;padding:3px;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer;transition:background-color .14s ease-in-out}.settings-profile-switch.is-active{background:#16ad7f}.settings-profile-switch-thumb{width:20px;height:20px;border-radius:50%;background:#fff;transition:transform .14s ease-in-out}.settings-profile-switch.is-active .settings-profile-switch-thumb{transform:translate(24px)}.settings-profile-notifications-grid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:16px}.settings-profile-notification-tile{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:24px;border:1px solid #d5dbe6;border-radius:12px;background:#f3f5f8}.settings-profile-danger-zone{padding:28px 24px 34px;text-align:center}.settings-profile-delete-action{padding:12px 16px;font-size:1.2rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.settings-profile-danger-zone p{margin:18px auto 0;max-width:460px;font-size:.86rem;font-weight:700;line-height:1.45;color:#8ca0bb}hanko-profile{display:block;width:100%;--container-max-width: 100%;--container-padding: 24px}.settings-profile-logout-error{margin-top:10px;color:hsl(var(--destructive));font-size:.9rem}@media(max-width:1023px){.settings-profile-billing-left h3{font-size:1.35rem}.settings-profile-data-grid strong{font-size:1.5rem}.settings-profile-section-title,.settings-profile-toggle-copy h4,.settings-profile-notification-tile h4{font-size:1.45rem}}@media(max-width:920px){.settings-profile-user-row{flex-wrap:wrap}.settings-profile-signout{margin-left:auto}.settings-profile-billing-row{grid-template-columns:1fr}.settings-profile-billing-right{padding-top:0}.settings-profile-tier-badge{align-self:flex-start}.settings-profile-notifications-grid{grid-template-columns:1fr}}@media(max-width:480px){.settings-profile-page{padding:4px 2px 12px}.settings-profile-user-row,.settings-profile-billing-row{padding:16px}.settings-profile-divider{margin:0 16px}.settings-profile-section,.settings-profile-danger-zone{padding:18px 16px}.settings-profile-toggle-card,.settings-profile-notification-tile{padding:16px}.settings-profile-section-title,.settings-profile-toggle-copy h4,.settings-profile-notification-tile h4{font-size:1.15rem}.settings-profile-toggle-copy p,.settings-profile-danger-zone p{font-size:.75rem}.settings-profile-delete-action{font-size:.92rem}.settings-profile-avatar{width:64px;height:64px}}.api-key-create-form{display:flex;flex-direction:column;gap:6px}.api-key-create-label{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b778d}.api-key-create-input{width:100%;padding:10px 12px;border:1px solid hsl(var(--border-form));border-radius:8px;font-size:.95rem;font-family:inherit;color:#131a2b;background:hsl(var(--content-background));outline:none;transition:border-color .12s}.api-key-create-input:focus{border-color:#8ca0bb}.api-key-create-error{margin-top:10px;font-size:.85rem;font-weight:700;color:hsl(var(--destructive))}.api-key-modal-warning{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;margin-bottom:20px;background:#fff8e6;border:1px solid #f5d87a;border-radius:8px;font-size:.85rem;font-weight:700;color:#7a5c10;line-height:1.4}.api-key-secret-group{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.api-key-secret-group:last-child{margin-bottom:0}.api-key-secret-label{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b778d}.api-key-secret-box{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f3f5f8;border:1px solid #e4e8f0;border-radius:8px}.api-key-secret-value{flex:1;min-width:0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;color:#131a2b;word-break:break-all;white-space:pre-wrap}.api-key-copy-btn{flex-shrink:0;padding:4px 10px;border:1px solid #d5dbe6;border-radius:6px;background:#fff;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#6b778d;cursor:pointer;transition:background .12s,color .12s}.api-key-copy-btn:hover{background:#f0f2f7;color:#131a2b}.api-key-copy-btn.copied{color:#16ad7f;border-color:#16ad7f}.api-key-row{display:flex;align-items:center;gap:16px;padding:14px 18px;border-bottom:1px solid #eef1f6}.api-key-row:last-child{border-bottom:none}.api-key-identity{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.api-key-name-row{display:flex;align-items:baseline;gap:10px;min-width:0}.api-key-name{font-size:.95rem;font-weight:700;color:#131a2b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.api-key-key-id{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.78rem;color:#6b778d;background:#f3f5f8;border:1px solid #e4e8f0;border-radius:5px;padding:2px 7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.api-key-date{font-size:.78rem;font-weight:700;color:#a0a8b5;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.api-key-row--editing{flex-wrap:wrap}.api-key-rename-input{flex:1;min-width:120px;padding:6px 10px;border:1px solid hsl(var(--border-form));border-radius:7px;font-size:.95rem;font-family:inherit;color:#131a2b;background:hsl(var(--content-background));outline:none;transition:border-color .12s}.api-key-rename-input:focus{border-color:#8ca0bb}.api-key-rename-error{width:100%;font-size:.82rem;font-weight:700;color:hsl(var(--destructive));order:10}@media(max-width:480px){.api-key-row{flex-wrap:wrap;padding:12px 14px;gap:10px 8px}.api-key-identity{flex-basis:100%}.api-key-name-row{flex-direction:column;align-items:flex-start;gap:2px}.api-key-date{font-size:.73rem}.api-key-identity+.api-key-btn{margin-left:auto}}.api-key-btn{padding:8px 14px;font-size:.85rem;letter-spacing:.1em}.api-key-section-description{margin:0 0 20px;font-size:.85rem;font-weight:700;color:#a0a8b5;letter-spacing:.04em}.api-key-list{list-style:none;padding:0;margin:0 0 20px;border:1px solid #e4e8f0;border-radius:10px;overflow:hidden}.api-key-empty{padding:28px 18px;font-size:.85rem;font-weight:700;color:#c0c8d5;text-align:center;letter-spacing:.06em;text-transform:uppercase}.api-key-modal-footer{display:flex;justify-content:flex-end;gap:10px}.terms-page,.terms-page--loading{min-height:100%}.terms-page-inner{max-width:800px;margin:0 auto;padding:24px 16px 40px}.terms-page--overlay{position:fixed;inset:0;z-index:200;background:#fff;overflow-y:auto;display:flex;flex-direction:column}.terms-page--overlay .terms-page-inner{flex:1;padding:40px 24px 24px}.terms-page-footer{position:sticky;bottom:0;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;padding:14px 24px;background:#fff;border-top:1px solid #e4e8f0;box-shadow:0 -4px 16px #0000000f}.terms-page-scroll-hint{margin:0;max-width:min(22rem,100%);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#a0a8b5;min-width:0;text-align:left}.terms-page-scroll-hint:empty{display:none}.terms-page-footer-actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:12px;width:100%;max-width:min(44rem,100%);margin-bottom:1rem}.terms-page-footer-actions--single{max-width:min(22rem,100%)}.terms-page-tc-btn{flex-shrink:0;padding:10px 20px;font-size:.85rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.terms-page-footer-actions--single .terms-page-tc-btn{width:100%}.terms-page-footer-actions:not(.terms-page-footer-actions--single) .terms-page-tc-btn{flex:1;min-width:0}.terms-page-tc-btn:disabled{opacity:.45;cursor:not-allowed}.terms-page-tc-btn--decline{border-color:#9aa3b2;color:#5c6573}.terms-page-tc-btn--decline:hover,.terms-page-tc-btn--decline:focus-visible{background:#f4f6f8;color:#4a5160;border-color:#8a939f}.terms-page-footer .confirm-action-trigger.terms-page-tc-btn{line-height:1.2;padding:10px 20px;background:#fff}.terms-page-reject-error{margin:0;max-width:min(44rem,100%);width:100%;color:hsl(var(--destructive));font-size:.9rem;text-align:center}.terms-page-inner h1{margin:0 0 8px;font-size:clamp(1.7rem,2.8vw,2.2rem);font-weight:900;letter-spacing:.03em;text-transform:uppercase;color:#131a2b}.terms-page-inner h2{margin:36px 0 10px;font-size:clamp(1rem,1.6vw,1.25rem);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#1a2640}.terms-page-inner h3{margin:24px 0 8px;font-size:1rem;font-weight:700;color:#1a2640}.terms-page-inner p{margin:0 0 14px;font-size:.92rem;line-height:1.65;color:#3d4a5c}.terms-page-inner ul,.terms-page-inner ol{margin:0 0 14px;padding-left:20px}.terms-page-inner li{margin-bottom:6px;font-size:.92rem;line-height:1.6;color:#3d4a5c}.terms-page-inner strong{font-weight:700;color:#131a2b}.terms-page-inner em{color:#6b778d}.terms-page-inner hr{margin:32px 0;border:none;border-top:1px solid #e4e8f0}.terms-page-inner a{color:#1f4fb5;text-decoration:underline}.terms-page-inner a:hover{color:#163a8a}@media(min-width:768px){.terms-page-inner{padding:32px 32px 48px}.terms-page--overlay .terms-page-inner{padding:48px 40px 32px}}@media(max-width:480px){.terms-page-footer{gap:12px;padding:12px 16px}}.bug-report-button{width:100%;border-color:transparent;background:transparent;color:hsl(var(--muted-foreground));font-size:.8rem;font-weight:500;letter-spacing:.04em;text-transform:none;padding:8px 14px;text-align:left;border-radius:8px}.bug-report-button:hover,.bug-report-button:focus-visible{background:#ecedf1;color:#697487;border-color:transparent}.bug-modal-title{font-size:1rem;font-weight:700;color:hsl(var(--foreground))}.bug-report-desktop-only{display:block}.bug-report-mobile-only{display:none}@media(max-width:1023px){.bug-report-desktop-only{display:none}.bug-report-mobile-only{display:block}}.bug-sheet-overlay{position:fixed;inset:0;z-index:1000;background:#131a2b8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.bug-sheet-card{position:fixed;bottom:0;left:0;right:0;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 32px #141e3c26;display:flex;flex-direction:column;max-height:92vh;animation:bug-sheet-slide-up .3s ease forwards}@keyframes bug-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bug-sheet-handle{width:36px;height:4px;background:#d0d5df;border-radius:999px;margin:12px auto 4px;flex-shrink:0}.bug-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px 12px;flex-shrink:0}.bug-sheet-title{font-size:1rem;font-weight:700;color:hsl(var(--foreground))}.bug-sheet-body{flex:1;min-height:0;overflow-y:auto;padding:0 20px 32px;display:flex;flex-direction:column;gap:18px}.bug-form{display:flex;flex-direction:column;gap:18px;width:100%}.bug-form-field{display:flex;flex-direction:column;gap:6px}.bug-form-label{font-size:.85rem;font-weight:600;color:hsl(var(--foreground))}.bug-form-required{color:hsl(var(--destructive));margin-left:2px}.bug-form-input,.bug-form-textarea{width:100%;padding:9px 12px;font-size:.9rem;font-family:inherit;color:hsl(var(--foreground));background:hsl(var(--background));border:1px solid hsl(var(--border-form));border-radius:8px;outline:none;transition:border-color .15s ease;box-sizing:border-box}.bug-form-input:focus,.bug-form-textarea:focus{border-color:hsl(var(--accent))}.bug-form-input--readonly{color:hsl(var(--muted-foreground));background:hsl(var(--muted));cursor:default}.bug-form-textarea{resize:vertical;min-height:110px;line-height:1.5}.bug-form-error{font-size:.83rem;color:hsl(var(--destructive));margin:0}.bug-form-submit{align-self:flex-end;padding:9px 22px;font-size:.85rem;letter-spacing:.06em}.bug-success{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:8px 0}.bug-success-title{font-size:1.05rem;font-weight:700;color:hsl(var(--foreground));margin:0}.bug-success-message{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.5;margin:0;max-width:320px}.bug-success-close{margin-top:8px;padding:9px 28px;font-size:.85rem;letter-spacing:.06em}.app-sidebar{position:fixed;top:0;left:0;height:100%;width:min(82vw,320px);background:hsl(var(--sidebar-background));border-right:1px solid hsl(var(--sidebar-border));padding:22px 18px;display:flex;flex-direction:column;gap:24px;transform:translate(-100%);transition:transform .2s ease;z-index:20}.app-sidebar.open{transform:translate(0)}.app-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.app-close-sidebar{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid hsl(var(--sidebar-border));border-radius:6px;background:transparent;color:hsl(var(--sidebar-foreground));font-size:.9rem;cursor:pointer}.app-sidebar-nav{display:flex;flex-direction:column;gap:30px;margin-top:2em;flex:1;overflow-y:auto;min-height:0}.app-sidebar-group{display:flex;flex-direction:column;gap:14px}.app-sidebar-group-title{margin:0;padding-left:14px;font-size:.7rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.app-sidebar-group-items{display:flex;flex-direction:column;gap:4px}.app-sidebar-tab{position:relative;display:flex;align-items:center;gap:14px;width:100%;background:transparent;border:1px solid transparent;border-radius:8px;padding:12px 14px;text-align:left;cursor:pointer;color:hsl(var(--sidebar-foreground));text-decoration:none;transition:background-color .15s ease,color .15s ease}.app-sidebar-tab:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;border-radius:999px;background:transparent}.app-sidebar-tab:hover,.app-sidebar-tab.active{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground))}.app-sidebar-tab.active:before{background:hsl(var(--accent))}.app-sidebar-tab-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:currentColor}.app-sidebar-tab-icon svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.app-sidebar-tab-label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.app-sidebar-action{font:inherit}.app-sidebar-footer{margin-top:auto;padding-top:8px}.app-sidebar-divider{border:none;border-top:1px solid #e5e8ee;margin:0 0 8px}@media(min-width:1024px){.app-sidebar{position:static;transform:none;width:250px}.app-sidebar-footer{margin-top:auto;display:flex;align-items:center;gap:6px;padding-top:16px;border-top:1px solid hsl(var(--sidebar-border))}.app-sidebar-footer-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;color:hsl(var(--muted-foreground));white-space:nowrap}.app-sidebar-footer-logo{height:14px;width:auto;max-width:100px;display:block;transition:opacity .15s}.app-sidebar-footer a:hover .app-sidebar-footer-logo{opacity:.7}@media(max-width:480px){.app-sidebar-footer-logo{height:10px;max-width:70px}}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100%}body{margin:0;line-height:inherit;height:100%}#root{height:100%}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 160.1 84.1% 39.4%;--accent-foreground: 0 0% 100%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem;--brand: 0 73% 48%;--brand-foreground: 0 0% 100%;--brand-hover: 0 68% 41%;--foreground-dark: 0 0% 18%;--muted-brown: 22 20% 44%;--text-gray: 0 0% 40%;--text-primary: 222.2 84% 4.9%;--text-secondary: 215 16.3% 57%;--text-tertiary: 214 14% 74%;--positive: 142 71% 45%;--positive-dark: 142 76% 36%;--negative: 0 84% 60%;--negative-dark: 0 72% 51%;--info: 217 91% 60%;--info-dark: 217 91% 50%;--info-ring: 239 84% 67%;--content-background: 0 0% 100%;--background-warm: 30 27% 95%;--card-warm: 30 27% 93%;--brown: 21 24% 89%;--cream: 30 25% 92%;--cream-light: 30 20% 94%;--hover-muted: 210 40% 98%;--hover-info: 214 100% 97%;--border-medium: 0 0% 76%;--border-light: 28 17% 89%;--border-form: 30 20% 91%;--sidebar-background: 0 0% 98%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-primary: 240 5.9% 10%;--sidebar-primary-foreground: 0 0% 98%;--sidebar-accent: 240 4.8% 95.9%;--sidebar-accent-foreground: 240 5.9% 10%;--sidebar-border: 220 13% 91%;--sidebar-ring: 217.2 91.2% 59.8%;--spacing-section-gap: 100px;--spacing-section-gap-mobile: 70px;--feature-box-green: 120 60% 93%;--feature-box-blue: 210 65% 93%;--feature-box-purple: 280 60% 93%;--background-dark: 0 0% 18%;--testimonial-bg: 30 27% 89%;--testimonial-text: 18 25% 13%;--testimonial-role: 22 20% 44%;--gray-500: 0 0% 40%;--gray-600: 0 0% 33%;--gray-700: 0 0% 27%;--gray-800: 0 0% 20%;--gray-900: 0 0% 13%}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%;--sidebar-background: 240 5.9% 10%;--sidebar-foreground: 240 4.8% 95.9%;--sidebar-primary: 224.3 76.3% 48%;--sidebar-primary-foreground: 0 0% 100%;--sidebar-accent: 240 3.7% 15.9%;--sidebar-accent-foreground: 240 4.8% 95.9%;--sidebar-border: 240 3.7% 15.9%;--sidebar-ring: 217.2 91.2% 59.8%;--brand: 0 73% 48%;--brand-foreground: 0 0% 100%;--brand-hover: 0 68% 41%;--foreground-dark: 210 40% 98%;--muted-brown: 22 20% 65%;--text-gray: 0 0% 70%;--text-primary: 210 40% 98%;--text-secondary: 215 20.2% 65.1%;--text-tertiary: 214 14% 50%;--positive: 142 71% 45%;--positive-dark: 142 76% 36%;--negative: 0 84% 60%;--negative-dark: 0 72% 51%;--info: 217 91% 60%;--info-dark: 217 91% 50%;--info-ring: 239 84% 67%;--hover-muted: 217.2 32.6% 20%;--hover-info: 217 91% 15%;--content-background: 222.2 84% 4.9%;--background-warm: 222.2 84% 4.9%;--card-warm: 217.2 32.6% 17.5%;--border-medium: 217.2 32.6% 17.5%;--border-light: 217.2 32.6% 20%;--border-form: 217.2 32.6% 17.5%}@media(max-width:767px){.edit-account-card{min-width:auto;width:calc(100vw - 32px);max-width:calc(100vw - 32px);padding:20px 16px;max-height:90vh}}@media(max-width:480px){.edit-account-card{min-width:auto;width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:16px 12px;max-height:92vh}}hanko-auth,hanko-profile{--brand-color: hsl(var(--accent));--brand-contrast-color: hsl(var(--accent-foreground));--brand-color-shade-1: hsl(160.1 84.1% 30%);--background-color: hsl(var(--background));--color: hsl(var(--foreground));--color-shade-1: hsl(var(--muted-foreground));--color-shade-2: hsl(215.4 16.3% 65%);--link-color: hsl(var(--accent));--error-color: hsl(var(--destructive));--border-radius: var(--radius);--font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}@media(min-width:1024px){.desktop-hidden{display:none}}@media(max-width:1023px){.mobile-hidden{display:none}}
