#root{min-height:100vh}.skip-link{height:1px;left:-9999px;overflow:hidden;position:absolute;top:auto;width:1px}.skip-link:focus-within{background:#258bad;border-radius:8px;font-size:.875rem;height:auto;left:1rem;padding:.5rem 1rem;position:fixed;top:1rem;width:auto;z-index:200}.skip-link a{color:#fff;font-weight:600;text-decoration:none}:root{--bg-primary:#0b141a;--bg-secondary:#111b21;--bg-surface:#1f2c34;--bg-elevated:#233138;--text-primary:#e9edef;--text-secondary:#8696a0;--text-muted:#667781;--accent:#258bad;--accent-bright:#35a8cc;--accent-hover:#2d9fc0;--positive:#25d366;--negative:#f15c6d;--border:#8696a026;--header-height:72px;--max-width:1200px;--section-padding:clamp(4rem,8vw,7rem);--radius:12px;--radius-lg:20px;--font:"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#0b141a;background:var(--bg-primary);color:#e9edef;color:var(--text-primary);font-family:Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif;font-family:var(--font);line-height:1.5;margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.app{min-height:100vh;overflow-x:hidden}main{padding-top:72px;padding-top:var(--header-height)}.btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:600;justify-content:center;transition:background .2s,transform .15s,box-shadow .2s;white-space:nowrap}.btn--sm{font-size:.875rem;padding:.55rem 1.25rem}.btn--lg{font-size:1rem;padding:.9rem 2rem}.btn--primary{background:#258bad;background:var(--accent);color:#fff}.btn--primary:hover{background:#2d9fc0;background:var(--accent-hover);box-shadow:0 4px 20px #258bad59;transform:translateY(-1px)}.btn--outline{background:#0000;border:1.5px solid #8696a026;border:1.5px solid var(--border);color:#e9edef;color:var(--text-primary)}.btn--outline:hover{border-color:#258bad;border-color:var(--accent);color:#35a8cc;color:var(--accent-bright)}.header{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0b141ad9;border-bottom:1px solid #8696a026;border-bottom:1px solid var(--border);height:72px;height:var(--header-height);left:0;position:fixed;right:0;top:0;z-index:100}.header__inner{gap:2rem;height:100%;margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:0 1.5rem}.header__inner,.header__logo{align-items:center;display:flex}.header__logo{flex-shrink:0;gap:.6rem}.header__logo-icon{height:32px;width:32px}.header__logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.header__nav{display:flex;gap:1.75rem;margin-left:auto}.header__nav a{color:#8696a0;color:var(--text-secondary);font-size:.9375rem;transition:color .2s}.header__nav a:hover{color:#e9edef;color:var(--text-primary)}.header__actions{align-items:center;display:flex;flex-shrink:0;gap:1rem}.header__link{color:#8696a0;color:var(--text-secondary);font-size:.9375rem;transition:color .2s}.header__link:hover{color:#35a8cc;color:var(--accent-bright)}.hero{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;max-width:var(--max-width);padding:clamp(3rem,8vw,6rem) 1.5rem clamp(4rem,10vw,8rem)}.hero__title{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.08;margin:0 0 1.25rem}.hero__subtitle{color:#8696a0;color:var(--text-secondary);font-size:clamp(1rem,2vw,1.2rem);line-height:1.65;margin:0 0 2rem;max-width:520px}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__note{color:#667781;color:var(--text-muted);font-size:.8125rem;margin:0}.hero__visual{align-items:center;display:flex;justify-content:center}.hero__phone{background:#1f2c34;background:var(--bg-surface);border-radius:2rem;box-shadow:0 25px 60px #00000080,0 0 0 1px #8696a026;box-shadow:0 25px 60px #00000080,0 0 0 1px var(--border);padding:.75rem;position:relative;width:min(320px,100%)}.hero__phone-notch{background:#0b141a;background:var(--bg-primary);border-radius:999px;height:6px;margin:.25rem auto .75rem;width:80px}.hero__phone-screen{background:#111b21;background:var(--bg-secondary);border-radius:1.5rem;overflow:hidden;padding:1.25rem}.mock-dashboard__header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.mock-dashboard__label{color:#667781;color:var(--text-muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.mock-dashboard__pnl{font-size:1.125rem;font-weight:700}.mock-dashboard__pnl--up{color:#25d366;color:var(--positive)}.mock-dashboard__chart{height:80px;margin-bottom:1.25rem}.mock-dashboard__chart svg{height:100%;width:100%}.mock-dashboard__trades{display:flex;flex-direction:column;gap:.6rem;list-style:none;margin:0;padding:0}.mock-dashboard__trades li{grid-gap:.5rem;align-items:center;background:#1f2c34;background:var(--bg-surface);border-radius:8px;display:grid;font-size:.8125rem;gap:.5rem;grid-template-columns:1fr auto auto;padding:.5rem .65rem}.mock-trade__symbol{font-weight:600}.mock-trade__type{border-radius:4px;font-size:.625rem;font-weight:700;letter-spacing:.04em;padding:.15rem .4rem}.mock-trade__type--buy{background:#25d36626;color:#25d366;color:var(--positive)}.mock-trade__type--sell{background:#f15c6d26;color:#f15c6d;color:var(--negative)}.mock-trade__value{color:#25d366;color:var(--positive);font-weight:600}.mock-trade__value--down{color:#f15c6d;color:var(--negative)}.intro{background:#111b21;background:var(--bg-secondary);border-bottom:1px solid #8696a026;border-bottom:1px solid var(--border);border-top:1px solid #8696a026;border-top:1px solid var(--border)}.intro__inner{margin:0 auto;max-width:900px;padding:clamp(3rem,6vw,5rem) 1.5rem;text-align:center}.intro__title{color:#8696a0;color:var(--text-secondary);font-size:clamp(1.35rem,3vw,1.75rem);font-weight:400;line-height:1.55;margin:0}.feature{padding:clamp(4rem,8vw,7rem) 1.5rem;padding:var(--section-padding) 1.5rem}.feature:nth-child(2n){background:#111b21;background:var(--bg-secondary)}.feature__inner{grid-gap:clamp(2rem,5vw,5rem);align-items:center;display:grid;gap:clamp(2rem,5vw,5rem);grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;max-width:var(--max-width)}.feature--reversed .feature__inner{direction:rtl}.feature--reversed .feature__inner>*{direction:ltr}.feature__tag{color:#35a8cc;color:var(--accent-bright);display:inline-block;font-size:.8125rem;font-weight:600;letter-spacing:.08em;margin-bottom:.75rem;text-transform:uppercase}.feature__title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin:0 0 1rem}.feature__description{color:#8696a0;color:var(--text-secondary);font-size:1.0625rem;line-height:1.7;margin:0;max-width:480px}.feature__visual{display:flex;justify-content:center}.illus__window{background:#1f2c34;background:var(--bg-surface);border-radius:20px;border-radius:var(--radius-lg);box-shadow:0 20px 50px #0006,0 0 0 1px #8696a026;box-shadow:0 20px 50px #0006,0 0 0 1px var(--border);overflow:hidden;width:min(420px,100%)}.illus__titlebar{align-items:center;background:#233138;background:var(--bg-elevated);border-bottom:1px solid #8696a026;border-bottom:1px solid var(--border);display:flex;gap:6px;padding:.75rem 1rem}.illus__titlebar span:not(.illus__titlebar-text){background:#667781;background:var(--text-muted);border-radius:50%;height:10px;opacity:.5;width:10px}.illus__titlebar span:first-child{background:#f15c6d;opacity:1}.illus__titlebar span:nth-child(2){background:#ffbd2e;opacity:1}.illus__titlebar span:nth-child(3){background:#28c840;opacity:1}.illus__titlebar-text{color:#667781;color:var(--text-muted);font-size:.75rem;margin-left:auto}.illus-table{border-collapse:collapse;font-size:.8125rem;width:100%}.illus-table th{color:#667781;color:var(--text-muted);font-weight:500;padding:.75rem 1rem;text-align:left}.illus-table td,.illus-table th{border-bottom:1px solid #8696a026;border-bottom:1px solid var(--border)}.illus-table td{padding:.65rem 1rem}.illus-table tr:last-child td{border-bottom:none}.illus-badge{border-radius:4px;font-size:.6875rem;font-weight:700;letter-spacing:.03em;padding:.2rem .5rem}.illus-badge--buy{background:#258bad33;color:#35a8cc;color:var(--accent-bright)}.illus-badge--sell{background:#f15c6d33;color:#f15c6d;color:var(--negative)}.illus-positive{color:#25d366;color:var(--positive);font-weight:600}.illus-negative{color:#f15c6d;color:var(--negative);font-weight:600}.illus-chart{padding:1.5rem 1.25rem 1rem}.illus-chart__bars{align-items:flex-end;display:flex;gap:.75rem;height:140px;padding-bottom:.5rem}.illus-chart__bar{background:linear-gradient(0deg,#258bad,#35a8cc);background:linear-gradient(to top,var(--accent),var(--accent-bright));border-radius:6px 6px 2px 2px;flex:1 1;min-height:20%;opacity:.85;transition:opacity .2s}.illus-chart__bar:hover{opacity:1}.illus-chart__labels{display:flex;gap:.75rem;margin-top:.5rem}.illus-chart__labels span{color:#667781;color:var(--text-muted);flex:1 1;font-size:.6875rem;text-align:center}.illus-stats{grid-gap:.5rem;border-top:1px solid #8696a026;border-top:1px solid var(--border);display:grid;gap:.5rem;grid-template-columns:repeat(3,1fr);padding:1rem 1.25rem 1.25rem}.illus-stat{text-align:center}.illus-stat__value{display:block;font-size:1rem;font-weight:700;margin-bottom:.15rem}.illus-stat__value--accent{color:#35a8cc;color:var(--accent-bright)}.illus-stat__label{color:#667781;color:var(--text-muted);font-size:.6875rem}.illus-feed{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.illus-post{background:#111b21;background:var(--bg-secondary);border:1px solid #8696a026;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:.875rem}.illus-post__header{align-items:center;display:flex;gap:.6rem;margin-bottom:.5rem}.illus-post__avatar{align-items:center;background:linear-gradient(135deg,#258bad,#35a8cc);background:linear-gradient(135deg,var(--accent),var(--accent-bright));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.6875rem;font-weight:700;height:32px;justify-content:center;width:32px}.illus-post__header strong{display:block;font-size:.8125rem}.illus-post__time{color:#667781;color:var(--text-muted);font-size:.6875rem}.illus-post__ticker{background:#258bad26;border-radius:4px;color:#35a8cc;color:var(--accent-bright);font-size:.6875rem;font-weight:700;margin-left:auto;padding:.2rem .5rem}.illus-post__text{color:#8696a0;color:var(--text-secondary);font-size:.8125rem;line-height:1.5;margin:0 0 .5rem}.illus-post__footer{gap:1rem}.illus-post__footer,.illus-privacy{color:#667781;color:var(--text-muted);display:flex;font-size:.75rem}.illus-privacy{align-items:center;background:#233138;background:var(--bg-elevated);border-top:1px solid #8696a026;border-top:1px solid var(--border);gap:.5rem;padding:.75rem 1rem}.illus-privacy__icon{font-size:.875rem}.cta{background:linear-gradient(180deg,#0b141a,#111b21 50%,#0b141a);background:linear-gradient(180deg,var(--bg-primary) 0,var(--bg-secondary) 50%,var(--bg-primary) 100%);padding:clamp(4rem,10vw,7rem) 1.5rem;text-align:center}.cta__inner{margin:0 auto;max-width:640px}.cta__title{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin:0 0 1rem}.cta__subtitle{color:#8696a0;color:var(--text-secondary);font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.footer{background:#111b21;background:var(--bg-secondary);border-top:1px solid #8696a026;border-top:1px solid var(--border);padding:3rem 1.5rem 1.5rem}.footer__inner{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1.5fr 2fr;margin:0 auto 2.5rem;max-width:1200px;max-width:var(--max-width)}.footer__logo-text{font-size:1.25rem;font-weight:700}.footer__tagline{color:#667781;color:var(--text-muted);font-size:.875rem;margin:.5rem 0 0;max-width:280px}.footer__columns{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer__col h3{color:#e9edef;color:var(--text-primary);font-size:.8125rem;font-weight:600;letter-spacing:.06em;margin:0 0 1rem;text-transform:uppercase}.footer__col a{color:#667781;color:var(--text-muted);display:block;font-size:.875rem;margin-bottom:.5rem;transition:color .2s}.footer__col a:hover{color:#35a8cc;color:var(--accent-bright)}.footer__bottom{border-top:1px solid #8696a026;border-top:1px solid var(--border);color:#667781;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.8125rem;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px;max-width:var(--max-width);padding-top:1.5rem}.footer__disclaimer{margin:0;max-width:400px;text-align:right}@media (max-width:900px){.header__nav{display:none}.hero{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__actions{justify-content:center}.hero__visual{order:-1}.feature__inner{grid-template-columns:1fr;text-align:center}.feature--reversed .feature__inner{direction:ltr}.feature__description{margin-left:auto;margin-right:auto}.footer__inner{grid-template-columns:1fr}.footer__columns{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.header__link{display:none}.hero__actions{align-items:stretch;flex-direction:column}.btn--lg{width:100%}.footer__columns{grid-template-columns:1fr}.footer__bottom{flex-direction:column;text-align:center}.footer__disclaimer{max-width:none;text-align:center}.illus-stats{gap:.75rem;grid-template-columns:1fr}}
/*# sourceMappingURL=main.183d5ec3.css.map*/