.site-header{background:var(--navy);padding:18px 0}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.site-header__nav{display:flex;align-items:center;gap:32px;flex:1;justify-content:center}.site-header__nav a{color:#ffffffd9;font-size:14.5px;font-weight:500}.site-header__nav a:hover{color:var(--white)}.site-header__actions{display:flex;align-items:center;gap:20px}.site-header__login{color:var(--white);font-size:14.5px;font-weight:500}@media (max-width: 900px){.site-header__nav{display:none}}@media (max-width: 600px){.site-header{padding:14px 0}.site-header__actions{gap:12px}.site-header__login{font-size:13px}.site-header__actions .btn-primary{padding:8px 14px;font-size:12.5px}}.site-footer{background:var(--navy);color:#ffffffbf;padding:60px 0 0}.site-footer__top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1fr 1fr;gap:24px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}.site-footer__brand p{margin-top:16px;font-size:13.5px;line-height:1.6}.site-footer__col h4{color:var(--white);font-size:14px;margin:0 0 16px}.site-footer__col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.site-footer__col a{font-size:13.5px}.site-footer__col a:hover{color:var(--white)}.site-footer__social{display:flex;gap:10px}.site-footer__social a{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.site-footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:24px 0;font-size:12.5px}.site-footer__legal{display:flex;gap:20px}@media (max-width: 900px){.site-footer__top{grid-template-columns:repeat(2,1fr)}}.phone-frame{position:relative;width:260px;margin:0 auto;filter:drop-shadow(0 30px 50px rgba(0,0,0,.4))}.phone-frame__image{display:block;width:100%;height:auto}.phone-frame__screen{position:absolute;left:8.1%;top:4%;width:83.7%;height:91.6%;overflow:hidden;padding:9% 6% 5%;display:flex;flex-direction:column;background:var(--screen-dark-bg);border-radius:22px}.phone__topbar{display:flex;align-items:center;justify-content:space-between;font-size:9.5px;color:var(--screen-dark-muted)}.phone__avatar{width:18px;height:18px;border-radius:50%;background:#ffffffe6}.phone__name{display:block;font-size:12.5px;color:var(--screen-dark-text);margin-top:2px}.phone__balance-label{margin-top:10px;font-size:9px;color:var(--screen-dark-muted)}.phone__balance{font-size:19px;font-weight:800;color:var(--screen-dark-text);line-height:1.3}.phone__balance-change{color:var(--emerald);font-size:9.5px;font-weight:600;margin-bottom:4px}.phone__sparkline{width:100%;height:38px}.phone__ranges{display:flex;justify-content:space-between;font-size:8px;color:var(--screen-dark-muted);margin:2px 0 8px}.phone__ranges .active{color:var(--emerald);font-weight:700}.phone__holdings-header{display:flex;justify-content:space-between;font-size:9.5px;font-weight:700;color:var(--screen-dark-text);border-top:1px solid var(--screen-dark-border);padding-top:7px;margin-bottom:4px}.phone__see-all{color:var(--emerald);font-weight:600;font-size:8.5px}.phone__holding{display:flex;align-items:center;gap:6px;padding:4px 0}.phone__holding-icon{width:19px;height:19px;border-radius:6px;background:#ffffffeb;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:700;color:var(--navy);flex-shrink:0}.phone__holding-info{flex:1;min-width:0;display:flex;flex-direction:column;font-size:9.5px;color:var(--screen-dark-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.phone__holding-info strong{overflow:hidden;text-overflow:ellipsis}.phone__holding-info span{font-size:8px;color:var(--screen-dark-muted)}.phone__holding-value{text-align:right;font-size:9.5px;color:var(--screen-dark-text);flex-shrink:0}.phone__holding-value .up{display:block;font-size:8px;color:var(--emerald)}.hero{position:relative;background:#0a2540;overflow:hidden;padding:70px 0 50px}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/images/hero-mountains.jpg) center 60% / cover no-repeat}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a2540e0,#0a2540d1,#0a2540f2)}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.hero__copy h1{font-size:46px;line-height:1.15;color:var(--white);margin:0 0 20px;font-weight:800}.hero__copy h1 span{color:var(--emerald)}.hero__copy>p{color:#ffffffbf;font-size:16px;max-width:480px;margin-bottom:28px}.hero__actions{display:flex;gap:16px;margin-bottom:46px}.hero__play{font-size:10px}.hero__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.trust-item{display:flex;flex-direction:column;gap:10px}.trust-item strong{color:var(--white);font-size:13.5px;display:block;margin-bottom:4px}.trust-item p{color:#fff9;font-size:12px;margin:0;line-height:1.4}.hero__visual{display:flex;justify-content:center}@media (max-width: 960px){.hero__inner{grid-template-columns:1fr}.hero__trust{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.hero__copy h1{font-size:30px}}.feature-grid{padding:70px 0;background:var(--white)}.feature-grid__cards{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.feature-card{border:1px solid var(--border);border-radius:var(--radius);padding:22px 18px;text-align:left}.feature-card h3{font-size:14.5px;color:var(--navy);margin:14px 0 8px}.feature-card p{font-size:12.5px;color:var(--text-muted);margin:0;line-height:1.5}@media (max-width: 1100px){.feature-grid__cards{grid-template-columns:repeat(3,1fr)}}@media (max-width: 700px){.feature-grid__cards{grid-template-columns:repeat(2,1fr)}}.stats-bar{background:var(--navy);padding:46px 0;text-align:center}.stats-bar h2{color:var(--white);font-size:21px;font-weight:700;margin:0 0 32px}.stats-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat{display:flex;align-items:center;justify-content:center;gap:12px}.stat strong{display:block;color:var(--white);font-size:22px;font-weight:800}.stat span{color:#fff9;font-size:12.5px}@media (max-width: 800px){.stats-bar__grid{grid-template-columns:repeat(2,1fr)}}.platform-showcase{background:var(--silver-light);padding:80px 0}.platform-showcase__inner{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}.platform-showcase__copy h2{font-size:30px;color:var(--navy);margin:0 0 18px;font-weight:700}.platform-showcase__copy p{color:var(--text-muted);font-size:15.5px;line-height:1.6;margin-bottom:28px}.platform-showcase__cta{display:flex;align-items:center;gap:18px}.platform-showcase__cta span{font-size:13px;color:var(--text-muted)}.platform-showcase__visual{position:relative;display:flex;justify-content:center;padding-bottom:40px}.laptop-frame{position:relative;width:100%;max-width:460px;filter:drop-shadow(0 25px 40px rgba(10,37,64,.25))}.laptop-frame__image{display:block;width:100%;height:auto}.laptop-frame__screen{position:absolute;left:12.2%;top:6.1%;width:75.6%;height:81.5%;overflow:hidden;padding:3% 2.5%;background:var(--screen-dark-bg)}.mini-dash-header{display:flex;align-items:center;gap:8px;color:var(--white);font-size:11px;font-weight:700;letter-spacing:1px;margin-bottom:12px}.dot{width:8px;height:8px;border-radius:50%}.dot.green{background:var(--emerald)}.mini-dash-row{display:grid;grid-template-columns:1.4fr 1fr;gap:10px}.mini-dash-card{background:#ffffff0a;border:1px solid var(--screen-dark-border);border-radius:8px;padding:12px;font-size:11px}.mini-dash-card span{color:var(--screen-dark-muted);display:block;margin-bottom:4px}.mini-dash-card strong{display:block;color:var(--screen-dark-text);font-size:16px}.mini-dash-card em{color:var(--emerald);font-style:normal;font-size:10.5px}.mini-dash-card svg{width:100%;height:30px;margin-top:6px}.mini-donut{width:60px;height:60px;border-radius:50%;margin:8px auto 0;background:conic-gradient(#0e9f6e,#0e9f6e 60%,#123a5e 60%,#123a5e 90%,#c8cdd3 90%,#c8cdd3 97%,#e2e6ea 97%,#e2e6ea)}.mini-donut.small{width:46px;height:46px}.showcase-phone-frame{position:absolute;right:14%;bottom:-16px;width:100px;filter:drop-shadow(0 20px 30px rgba(0,0,0,.3))}.showcase-phone-frame__image{display:block;width:100%;height:auto}.showcase-phone-frame__screen{position:absolute;left:8.1%;top:4%;width:83.7%;height:91.6%;overflow:hidden;text-align:center;font-size:8px;padding-top:12%;background:var(--screen-dark-bg);border-radius:12px}.showcase-phone-frame__screen span{color:var(--screen-dark-muted)}.showcase-phone-frame__screen strong{display:block;color:var(--screen-dark-text);font-size:10px;margin:3px 0 4px}@media (max-width: 960px){.platform-showcase__inner{grid-template-columns:1fr}.showcase-phone-frame{right:8%}}@media (max-width: 600px){.platform-showcase__cta .btn-primary{padding:9px 16px;font-size:13px}}.about-page{padding:80px 0}.about-page__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.about-page__image{background:linear-gradient(135deg,var(--navy),var(--navy-light));border-radius:var(--radius);aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;color:#ffffff4d;font-size:26px;font-weight:800}.about-page__copy h2{font-size:30px;color:var(--navy);margin:0 0 20px}.about-page__copy p{color:var(--text-muted);font-size:15px;line-height:1.65;margin-bottom:16px}.about-page__copy blockquote{margin:24px 0;padding:16px 20px;border-left:3px solid var(--emerald);background:var(--silver-light);font-style:italic;color:var(--navy);font-size:14.5px}.about-page__link{color:var(--emerald);font-weight:600;font-size:14.5px}@media (max-width: 800px){.about-page__inner{grid-template-columns:1fr}}.password-input{position:relative;display:flex}.password-input input{width:100%;padding-right:40px}.password-input__toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;background:none;border:none;padding:4px;color:var(--text-muted);cursor:pointer}.password-input__toggle:hover{color:var(--navy)}.auth-page{min-height:calc(100vh - 400px);display:flex;align-items:center;justify-content:center;padding:60px 20px;background:var(--silver-light)}.auth-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:36px 32px}.auth-card h2{color:var(--navy);font-size:22px;margin:0 0 6px}.auth-card__subtitle{color:var(--text-muted);font-size:13.5px;margin-bottom:26px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:600;color:var(--navy);margin-bottom:6px}.form-group input{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:6px;font-size:14px}.form-group input:focus{outline:none;border-color:var(--emerald)}.form-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:13px}.form-row label{display:flex;align-items:center;gap:6px;color:var(--text-muted)}.form-row a{color:var(--emerald);font-weight:500}.form-terms{display:flex;align-items:flex-start;gap:8px;font-size:12.5px;color:var(--text-muted);margin-bottom:20px}.auth-card__footer{text-align:center;margin-top:20px;font-size:13.5px;color:var(--text-muted)}.auth-card__footer a{color:var(--emerald);font-weight:600}.auth-error{background:#fdecec;color:#c0392b;border:1px solid #f5c6c6;border-radius:6px;padding:10px 12px;font-size:13px;margin-bottom:16px}.dash-sidebar{width:220px;background:var(--navy);min-height:100vh;display:flex;flex-direction:column;padding:22px 16px;flex-shrink:0}.dash-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:0 8px 24px}.dash-sidebar__close-btn{display:none;background:transparent;border:none;color:#ffffffb3;padding:4px}.dash-sidebar__close-btn:hover{color:var(--white)}.dash-sidebar__nav{display:flex;flex-direction:column;gap:2px;flex:1}.dash-sidebar__link{color:#ffffffa6;font-size:14px;font-weight:500;padding:10px 12px;border-radius:6px}.dash-sidebar__link:hover{background:#ffffff0f;color:var(--white)}.dash-sidebar__link.active{background:var(--emerald);color:var(--white)}.dash-sidebar__logout{background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffbf;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:500;text-align:left;margin-top:12px}.dash-sidebar__logout:hover{border-color:var(--white);color:var(--white)}@media (max-width: 900px){.dash-sidebar{position:fixed;top:0;left:0;z-index:70;height:100vh;transform:translate(-100%);transition:transform .25s ease;box-shadow:12px 0 32px #00000040;overflow-y:auto}.dash-sidebar--open{transform:translate(0)}.dash-sidebar__close-btn{display:inline-flex}}.dash-shell{display:flex;min-height:100vh;background:var(--silver-light)}.dash-shell__content{flex:1;padding:28px 34px;min-width:0}.dash-shell__mobile-topbar,.dash-shell__menu-btn,.dash-shell__backdrop{display:none}@media (max-width: 900px){.dash-shell__mobile-topbar{display:flex;align-items:center;gap:14px;position:fixed;top:0;left:0;right:0;height:64px;padding:0 16px;background:var(--white);border-bottom:1px solid var(--border);z-index:60}.dash-shell__mobile-logo{transform:scale(.82);transform-origin:left center}.dash-shell__menu-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:8px;background:var(--navy);color:var(--white);border:none}.dash-shell__backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0a254073;z-index:65}.dash-shell__content{padding:84px 16px 24px}}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:20px}.positive{color:var(--emerald)}.negative{color:#c0392b}.summary-bar{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:24px}.summary-bar h1{font-size:22px;color:var(--navy);margin:0 0 4px}.summary-bar p{color:var(--text-muted);font-size:13.5px;margin:0}.summary-bar__value{text-align:right;display:flex;flex-direction:column}.summary-bar__value span{font-size:12px;color:var(--text-muted)}.summary-bar__value strong{font-size:26px;color:var(--navy);font-weight:800}.summary-bar__value em{font-style:normal;font-size:12.5px;font-weight:600}.summary-bar__value em.positive{color:var(--emerald)}.summary-bar__value em.negative{color:#c0392b}@media (max-width: 560px){.summary-bar{flex-direction:column;align-items:flex-start;gap:12px}.summary-bar__value{text-align:left;align-self:stretch}}.portfolio-chart{overflow-x:hidden}.portfolio-chart__header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin-bottom:12px}.portfolio-chart__header h3{font-size:15px;color:var(--navy);margin:0}.portfolio-chart__ranges{display:flex;gap:4px}.portfolio-chart__ranges button{background:transparent;border:none;font-size:12px;color:var(--text-muted);padding:5px 10px;border-radius:5px;font-weight:600}.portfolio-chart__ranges button.active{background:var(--silver-light);color:var(--emerald)}.portfolio-chart__status{padding:60px 0;text-align:center;color:var(--text-muted);font-size:13.5px}.allocation-donut{overflow-x:hidden}.allocation-donut h3{font-size:15px;color:var(--navy);margin:0 0 16px}.allocation-donut__body{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.allocation-donut__legend{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;font-size:12.5px;color:var(--text-muted);min-width:0}.allocation-donut__legend .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.allocation-donut__legend strong{color:var(--navy);margin-left:4px}.allocation-donut__status{color:var(--text-muted);font-size:13px}.dash-table__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.dash-table__header h3{font-size:15px;color:var(--navy);margin:0}.dash-table__link{font-size:12px;color:var(--emerald);font-weight:600;cursor:pointer}.dash-table__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.dash-table table{width:100%;min-width:480px;border-collapse:collapse;font-size:13px}.dash-table th{text-align:left;color:var(--text-muted);font-weight:600;font-size:11.5px;text-transform:uppercase;letter-spacing:.4px;padding:8px 6px;border-bottom:1px solid var(--border)}.dash-table td{padding:10px 6px;border-bottom:1px solid var(--border);color:var(--text-dark)}.dash-table tr:last-child td{border-bottom:none}.dash-table .symbol{font-weight:700;color:var(--navy)}.dash-table .positive{color:var(--emerald);font-weight:600}.dash-table .negative{color:#c0392b;font-weight:600}.dash-table .action{font-weight:600;text-transform:capitalize}.dash-table .action.buy{color:var(--emerald)}.dash-table .action.sell{color:#c0392b}.dash-table .action.dividend{color:var(--navy-light)}.dash-table__status{color:var(--text-muted);font-size:13px;padding:20px 0}.dash-table__mobile-badge{display:none}@media (max-width: 640px){.dash-table__scroll{overflow-x:visible}.dash-table table{display:block;width:100%;min-width:0}.dash-table thead{display:none}.dash-table tbody{display:block}.dash-table tr{display:block;border:1px solid var(--border);border-radius:8px;padding:2px 12px;margin-bottom:10px}.dash-table tr:last-child{margin-bottom:0}.dash-table td{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0;border-bottom:1px solid var(--border);text-align:right}.dash-table td:last-child{border-bottom:none}.dash-table td:before{content:attr(data-label);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;color:var(--text-muted);text-align:left;flex-shrink:0}.dash-table tr td.dash-table__mobile-badge{display:flex;justify-content:flex-start;padding:10px 0 6px;border-bottom:none}.dash-table tr td.dash-table__mobile-badge:before{content:none}.dash-table__mobile-badge span{display:inline-flex;align-items:center;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.4px;padding:3px 10px;border-radius:999px}.dash-table__mobile-badge--open span{background:#0e9f6e1f;color:var(--emerald)}.open-positions tr{border-left:3px solid var(--emerald)}.dash-table tr td.dash-table__action-cell{justify-content:center;padding-top:12px}.dash-table tr td.dash-table__action-cell:before{content:none}.dash-table--limit-3 tbody tr:nth-child(n+4){display:none}}.open-positions__close-btn{background:transparent;border:1px solid var(--border);color:var(--text-muted);border-radius:5px;padding:5px 10px;font-size:11.5px;font-weight:600}.open-positions__close-btn:hover{border-color:#c0392b;color:#c0392b}@media (max-width: 640px){.open-positions__close-btn{width:100%;padding:10px;font-size:13px;font-weight:700;border-color:#c0392b;color:#c0392b;border-radius:8px}}.mini-chart__header{display:flex;align-items:center;justify-content:space-between}.mini-chart__asset{display:flex;align-items:center;gap:10px}.mini-chart__monogram{width:34px;height:34px;flex-shrink:0;border-radius:50%;background:var(--silver-light);color:var(--navy);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.mini-chart__symbol{font-size:14px;font-weight:700;color:var(--navy)}.mini-chart__name{font-size:11px;color:var(--text-muted)}.mini-chart__price-col{text-align:right}.mini-chart__price{font-size:15px;font-weight:700;color:var(--navy)}.mini-chart__price-col .positive{color:var(--emerald);font-size:12px;font-weight:600}.mini-chart__price-col .negative{color:#c0392b;font-size:12px;font-weight:600}.mini-chart__tabs{display:flex;gap:6px;margin:16px 0 4px;overflow-x:auto;scrollbar-width:none}.mini-chart__tabs::-webkit-scrollbar{display:none}.mini-chart__tabs button{flex-shrink:0;background:var(--silver-light);border:1px solid transparent;color:var(--text-muted);font-size:11.5px;font-weight:600;padding:5px 12px;border-radius:999px}.mini-chart__tabs button.active{background:transparent;border-color:var(--emerald);color:var(--emerald)}.mini-chart__svg{width:100%;height:130px;display:block;margin-top:8px}.mini-chart__status{padding:44px 0;text-align:center;color:var(--text-muted);font-size:13px}.mini-chart__footer{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted);opacity:.85;margin-top:2px}.dashboard-home__row{display:grid;grid-template-columns:1.6fr 1fr;gap:20px;margin-bottom:20px}.dashboard-home__row>*{min-width:0}@media (max-width: 900px){.dashboard-home__row{grid-template-columns:1fr}}.price-chart{overflow-x:hidden}.price-chart__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}.price-chart__timeframes,.price-chart__type-toggle{display:flex;gap:4px}.price-chart__type-toggle{border-left:1px solid var(--border);padding-left:12px}.price-chart__timeframes button,.price-chart__type-toggle button{background:transparent;border:none;font-size:12px;color:var(--text-muted);padding:5px 10px;border-radius:5px;font-weight:600}.price-chart__timeframes button.active,.price-chart__type-toggle button.active{background:var(--silver-light);color:var(--emerald)}.price-chart__notice{font-size:12px;color:var(--text-muted);background:var(--silver-light);border-radius:6px;padding:6px 10px;margin-bottom:10px}.price-chart__canvas-wrap{position:relative}.price-chart__canvas{width:100%;max-width:100%;height:360px}.price-chart__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#ffffffd9;color:var(--text-muted);font-size:13.5px}.movers-panel__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px;flex-wrap:wrap}.movers-panel__header h3{font-size:15px;color:var(--navy);margin:0}.movers-panel__tabs{display:flex;gap:4px}.movers-panel__tabs button{background:transparent;border:none;font-size:12px;color:var(--text-muted);padding:5px 10px;border-radius:5px;font-weight:600}.movers-panel__tabs button.active{background:var(--silver-light);color:var(--emerald)}.movers-panel__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.movers-panel__list li{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;font-size:13px;cursor:pointer}.movers-panel__list li:hover{border-color:var(--emerald)}.movers-panel__symbol{font-weight:700;color:var(--navy)}.movers-panel__price{color:var(--text-muted)}.movers-panel__status{color:var(--text-muted);font-size:13px;padding:20px 0}.stock-icon{border-radius:50%;flex-shrink:0;object-fit:cover;background:var(--white);border:1px solid var(--border)}.stock-icon--fallback{display:flex;align-items:center;justify-content:center;background:var(--silver-light);color:var(--navy);font-weight:700;border:1px solid var(--border)}.markets-page__row{display:grid;grid-template-columns:300px 1fr;gap:20px;margin-bottom:20px;align-items:start}@media (max-width: 900px){.markets-page__row{grid-template-columns:1fr}}.markets-page__main{display:flex;flex-direction:column;gap:20px;min-width:0}.markets-page__list{min-width:0}.markets-page__list h3{font-size:15px;color:var(--navy);margin:0 0 12px}.markets-page__filters{display:flex;gap:4px;margin-bottom:10px;flex-wrap:wrap}.markets-page__filters button{background:var(--silver-light);border:none;color:var(--text-muted);font-size:11.5px;font-weight:600;padding:5px 10px;border-radius:999px}.markets-page__filters button.active{background:var(--emerald);color:var(--white)}.markets-page__search{width:100%;font-family:inherit;font-size:12.5px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:8px 10px;margin-bottom:10px}.markets-page__search:focus{outline:none;border-color:var(--emerald)}.markets-page__list ul{list-style:none;margin:0;padding:0;max-height:480px;overflow-y:auto}.markets-page__list li{display:flex;align-items:center;gap:10px;padding:9px 8px;border-radius:6px;cursor:pointer;font-size:13px}.markets-page__list li:hover,.markets-page__list li.active{background:var(--silver-light)}.markets-page__asset{display:flex;flex-direction:column;flex:1;min-width:0}.markets-page__asset .symbol{font-weight:700;color:var(--navy)}.markets-page__asset .name{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.markets-page__price-col{display:flex;flex-direction:column;align-items:flex-end;font-weight:600;flex-shrink:0}.markets-page__status{color:var(--text-muted);font-size:13px;padding:12px 0}.markets-page__selected-header{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.markets-page__selected-title{display:flex;align-items:center;gap:12px;min-width:0}.markets-page__selected-header h2{margin:0 0 2px;font-size:20px;color:var(--navy)}.markets-page__selected-header span{font-size:12.5px;color:var(--text-muted)}.markets-page__selected-price{text-align:right;display:flex;flex-direction:column}.markets-page__selected-price strong{font-size:20px;color:var(--navy)}.markets-page__selected-price em{font-style:normal;font-size:12.5px;font-weight:600}@media (max-width: 640px){.markets-page__list ul{max-height:320px}.markets-page__selected-header{flex-direction:column;align-items:flex-start}.markets-page__selected-price{text-align:left;align-self:stretch}}.asset-picker{position:relative}.asset-picker__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:10px 12px}.asset-picker__trigger:hover{border-color:var(--emerald)}.asset-picker__trigger-left{display:flex;align-items:center;gap:10px;min-width:0}.asset-picker__trigger-text{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.asset-picker__symbol{font-size:13.5px;font-weight:700;color:var(--navy)}.asset-picker__name{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.asset-picker__trigger-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.asset-picker__trigger-price{display:flex;flex-direction:column;align-items:flex-end;font-size:12px;font-weight:700;color:var(--navy)}.asset-picker__trigger-price .positive{color:var(--emerald);font-size:11px;font-weight:600}.asset-picker__trigger-price .negative{color:#c0392b;font-size:11px;font-weight:600}.asset-picker__chevron{color:var(--text-muted);transition:transform .15s ease}.asset-picker__chevron.open{transform:rotate(180deg)}.asset-picker__panel{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;background:var(--white);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #0a254029;overflow:hidden}.asset-picker__search-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-muted)}.asset-picker__search{flex:1;border:none;outline:none;font-size:13px;color:var(--text-dark);font-family:inherit}.asset-picker__list{max-height:320px;overflow-y:auto}.asset-picker__item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 12px;background:transparent;border:none;text-align:left}.asset-picker__item:hover{background:var(--silver-light)}.asset-picker__item.active{background:#0e9f6e14}.asset-picker__item-info{display:flex;flex-direction:column;min-width:0;flex:1}.asset-picker__item-info .asset-picker__name{max-width:none}.asset-picker__item-price{display:flex;flex-direction:column;align-items:flex-end;font-size:12px;font-weight:700;color:var(--navy);flex-shrink:0}.asset-picker__item-price .positive{color:var(--emerald);font-size:11px;font-weight:600}.asset-picker__item-price .negative{color:#c0392b;font-size:11px;font-weight:600}.asset-picker__empty{padding:20px 12px;text-align:center;color:var(--text-muted);font-size:13px}.trade-form{display:flex;flex-direction:column;gap:18px;min-width:280px}.trade-form__title{font-size:15px;color:var(--navy);margin:0}.trade-form__section{display:flex;flex-direction:column;gap:8px}.trade-form__label{font-size:11.5px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--text-muted)}.trade-form__label em{font-style:normal;font-weight:500;text-transform:none;letter-spacing:0;color:var(--text-muted);opacity:.8}.trade-form__label-row{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.trade-form__hint{font-size:11.5px;color:var(--text-muted)}.trade-form__leverage-badge{background:var(--silver-light);color:var(--navy);font-size:12px;font-weight:700;padding:2px 9px;border-radius:999px}.trade-form__divider{height:1px;background:var(--border)}.trade-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.trade-form input{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:var(--white)}.trade-form input:focus{outline:none;border-color:var(--emerald)}.trade-form input[type=range]{padding:0;accent-color:var(--emerald)}.trade-form__direction{display:flex;gap:8px}.trade-form__direction button{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;border:1.5px solid var(--border);background:var(--white);border-radius:8px;padding:10px;font-weight:700;font-size:14px;color:var(--text-muted)}.trade-form__direction button small{font-size:10.5px;font-weight:600;opacity:.75}.trade-form__direction button.buy.active{border-color:var(--emerald);color:var(--emerald);background:#0e9f6e14}.trade-form__direction button.sell.active{border-color:#c0392b;color:#c0392b;background:#c0392b14}.trade-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trade-form__grid>label{min-width:0}.trade-form__grid input{width:100%;min-width:0}.trade-form__duration{margin-top:10px}.trade-form__preview{display:flex;align-items:center;justify-content:space-between;background:var(--silver-light);border-radius:8px;padding:11px 13px;font-size:13px}.trade-form__preview span{color:var(--text-muted)}.trade-form__preview strong{color:var(--navy)}.trade-form__preview-value{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.trade-form__preview-value small{font-size:10.5px;color:var(--text-muted);font-weight:500}.trade-form__error{color:#c0392b;font-size:12.5px;font-weight:600}.trade-form .trade-form__submit--sell{background:#c0392b}.trade-form .trade-form__submit--sell:hover{background:#a5301f}.trade-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200}.trade-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a254080}.trade-modal__sheet{position:absolute;left:0;right:0;bottom:0;max-height:88vh;display:flex;flex-direction:column;background:var(--white);border-radius:20px 20px 0 0;box-shadow:0 -12px 32px #0a254033;animation:trade-modal-slide-up .22s ease-out}@keyframes trade-modal-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.trade-modal__grabber{width:36px;height:4px;border-radius:999px;background:var(--border);margin:10px auto 0;flex-shrink:0}@media (min-width: 640px){.trade-modal{display:flex;align-items:center;justify-content:center;padding:24px}.trade-modal__sheet{position:relative;left:auto;right:auto;bottom:auto;width:100%;max-width:420px;max-height:min(88vh,640px);border-radius:16px;box-shadow:0 24px 60px #0a254047;animation:trade-modal-pop-in .18s ease-out}.trade-modal__grabber{display:none}}@keyframes trade-modal-pop-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.trade-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:14px 20px 12px;border-bottom:1px solid var(--border);flex-shrink:0}.trade-modal__header h3{margin:0;font-size:16px;color:var(--navy)}.trade-modal__header span{display:block;font-size:12px;color:var(--text-muted);margin-top:2px}.trade-modal__close{background:var(--silver-light);border:none;color:var(--text-muted);border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trade-modal__body{padding:18px 20px 28px;overflow-y:auto}.trade-page__row{display:grid;grid-template-columns:1fr 320px;gap:20px;align-items:start}.trade-page__main{display:flex;flex-direction:column;gap:20px;min-width:0}.trade-page__mobile-asset,.trade-page__mobile-trade-btn{display:none}@media (max-width: 960px){.trade-page__row{grid-template-columns:1fr}.trade-page__mobile-asset{display:block;margin-bottom:20px}.trade-page__mobile-trade-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;background:var(--emerald);color:var(--white);font-size:15px;font-weight:700;padding:13px;border-radius:8px;border:none}.trade-page__mobile-trade-btn:hover{background:var(--emerald-dark)}.trade-page__desktop-form{display:none}}.deposit-panel,.withdraw-panel{display:flex;flex-direction:column;gap:12px}.deposit-panel h3,.withdraw-panel h3{font-size:15px;color:var(--navy);margin:0}.deposit-panel label,.withdraw-panel label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.deposit-panel input,.deposit-panel select,.withdraw-panel input,.withdraw-panel select{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:6px;padding:9px 10px;background:var(--white)}.deposit-panel__empty{color:var(--text-muted);font-size:13px;padding:12px 0}.deposit-panel__address{display:flex;flex-direction:column;align-items:center;gap:14px;background:var(--silver-light);border-radius:8px;padding:16px}.deposit-panel__address-text{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:0;width:100%}.deposit-panel__address-text span{font-size:11.5px;color:var(--text-muted)}.deposit-panel__address-row{display:flex;align-items:center;gap:8px;max-width:100%}.deposit-panel__address-text code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:var(--navy);word-break:break-all}.deposit-panel__copy-btn,.withdraw-panel__copy-btn{width:30px;height:30px;flex-shrink:0;background:var(--white);border:1px solid var(--border);border-radius:7px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.deposit-panel__copy-btn:hover,.withdraw-panel__copy-btn:hover:not(:disabled){color:var(--navy);border-color:var(--navy)}.withdraw-panel__copy-btn:disabled{opacity:.5}.withdraw-panel__address-row{display:flex;gap:8px}.withdraw-panel input.withdraw-panel__address-input{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.deposit-panel__error,.withdraw-panel__error{color:#c0392b;font-size:12.5px;font-weight:600}.deposit-panel__success,.withdraw-panel__success{color:var(--emerald);font-size:12.5px;font-weight:600}.withdraw-panel__balance{font-size:12.5px;color:var(--text-muted);margin-top:-4px}.withdraw-panel__loading{color:var(--text-muted);font-size:13px}.withdraw-panel__locked{display:flex;flex-direction:column;align-items:flex-start;gap:8px;background:#d4a01714;border:1px solid rgba(212,160,23,.28);border-radius:8px;padding:16px}.withdraw-panel__locked strong{font-size:13.5px;color:#a9760a}.withdraw-panel__locked p{margin:0;font-size:12.5px;color:var(--text-muted)}.withdraw-panel__locked-link{margin-top:4px;padding:9px 18px;font-size:13px}.transactions-table__status{display:inline-block;font-size:11px;font-weight:700;text-transform:capitalize;padding:3px 9px;border-radius:20px}.transactions-table__status--pending{background:#d4a01724;color:#a9760a}.transactions-table__status--approved{background:#0e9f6e24;color:var(--emerald-dark)}.transactions-table__status--rejected{background:#c0392b1f;color:#c0392b}.transfers-page__row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}@media (max-width: 800px){.transfers-page__row{grid-template-columns:1fr}}.buy-shares-form{display:flex;flex-direction:column;gap:14px}.buy-shares-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.buy-shares-form input,.buy-shares-form select{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:var(--white)}.buy-shares-form input:focus,.buy-shares-form select:focus{outline:none;border-color:var(--emerald)}.buy-shares-form__price{font-size:12.5px;color:var(--emerald);font-weight:600}.buy-shares-form__preview{display:flex;align-items:center;justify-content:space-between;background:var(--silver-light);border-radius:8px;padding:11px 13px;font-size:13px}.buy-shares-form__preview span{color:var(--text-muted)}.buy-shares-form__preview strong{color:var(--navy)}.buy-shares-form__balance{font-size:11.5px;color:var(--text-muted);margin-top:-6px}.buy-shares-form__error{color:#c0392b;font-size:12.5px;font-weight:600}.buy-shares-form__status{padding:30px 0;text-align:center;color:var(--text-muted);font-size:13px}.portfolio-page{display:flex;flex-direction:column;gap:20px}.portfolio-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.portfolio-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.portfolio-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.portfolio-page__value{text-align:right;display:flex;flex-direction:column}.portfolio-page__value span{font-size:12px;color:var(--text-muted)}.portfolio-page__value strong{font-size:26px;color:var(--navy);font-weight:800}.portfolio-page__value em{font-style:normal;font-size:12.5px;font-weight:600}.portfolio-page__value em.positive{color:var(--emerald)}.portfolio-page__value em.negative{color:#c0392b}.portfolio-page__buy-btn{align-self:flex-start;padding:10px 22px;font-size:13.5px}.portfolio-page__row{display:grid;grid-template-columns:1.6fr 1fr;gap:20px}@media (max-width: 900px){.portfolio-page__row{grid-template-columns:1fr}}@media (max-width: 640px){.portfolio-page__header{flex-direction:column}.portfolio-page__value{text-align:left;align-self:stretch}}.add-asset-search{position:relative}.add-asset-search__trigger{font-size:13.5px;padding:10px 18px}.add-asset-search__panel{position:absolute;top:calc(100% + 8px);right:0;width:360px;max-width:90vw;z-index:30;background:var(--white);border:1px solid var(--border);border-radius:10px;box-shadow:0 12px 32px #0a254029;overflow:hidden}.add-asset-search__search-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid var(--border);color:var(--text-muted)}.add-asset-search__input{flex:1;border:none;outline:none;font-size:13px;color:var(--text-dark);font-family:inherit}.add-asset-search__list{max-height:340px;overflow-y:auto}.add-asset-search__item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 12px;background:transparent;border:none;text-align:left}.add-asset-search__item:hover{background:var(--silver-light)}.add-asset-search__item-info{display:flex;flex-direction:column;min-width:0;flex:1}.add-asset-search__symbol{font-size:13px;font-weight:700;color:var(--navy)}.add-asset-search__name{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.add-asset-search__type{font-size:10.5px;font-weight:600;color:var(--text-muted);background:var(--silver-light);padding:2px 8px;border-radius:999px;flex-shrink:0}.add-asset-search__price{font-size:12px;font-weight:700;color:var(--navy);flex-shrink:0;min-width:62px;text-align:right}.add-asset-search__empty{padding:20px 12px;text-align:center;color:var(--text-muted);font-size:13px}.watchlist-page__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px;flex-wrap:wrap}.watchlist-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.watchlist-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.watchlist-page__error{color:#c0392b;font-size:13px;font-weight:600;margin-bottom:12px}.watchlist-page__rows{list-style:none;margin:0;padding:0}.watchlist-page__row{display:flex;align-items:center;gap:8px;border-bottom:1px solid var(--border)}.watchlist-page__row:last-child{border-bottom:none}.watchlist-page__row-link{flex:1;display:flex;align-items:center;gap:12px;padding:13px 4px;min-width:0}.watchlist-page__row-link:hover{background:var(--silver-light)}.watchlist-page__info{display:flex;flex-direction:column;min-width:0;flex:1}.watchlist-page__symbol{font-size:14px;font-weight:700;color:var(--navy)}.watchlist-page__name{font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.watchlist-page__type{font-size:10.5px;font-weight:600;color:var(--text-muted);background:var(--silver-light);padding:3px 9px;border-radius:999px;flex-shrink:0}.watchlist-page__price-col{display:flex;flex-direction:column;align-items:flex-end;min-width:82px;flex-shrink:0}.watchlist-page__price{font-size:13.5px;font-weight:700;color:var(--navy)}.watchlist-page__price-col .positive{color:var(--emerald);font-size:12px;font-weight:600}.watchlist-page__price-col .negative{color:#c0392b;font-size:12px;font-weight:600}.watchlist-page__remove-btn{background:transparent;border:none;color:var(--text-muted);padding:8px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.watchlist-page__remove-btn:hover{background:#c0392b1a;color:#c0392b}@media (max-width: 560px){.watchlist-page__type{display:none}.watchlist-page__name{max-width:120px}}.news-feed h3{font-size:15px;color:var(--navy);margin:0 0 14px}.news-feed__list{list-style:none;margin:0;padding:0}.news-feed__item{display:flex;align-items:center;gap:14px;padding:12px 4px;border-bottom:1px solid var(--border)}.news-feed__list li:last-child .news-feed__item{border-bottom:none}.news-feed__item:hover .news-feed__headline{color:var(--emerald)}.news-feed__image{width:64px;height:64px;border-radius:8px;object-fit:cover;flex-shrink:0;background:var(--silver-light)}.news-feed__body{display:flex;flex-direction:column;gap:4px;min-width:0}.news-feed__headline{font-size:13.5px;font-weight:600;color:var(--text-dark);line-height:1.4}.news-feed__meta{font-size:11.5px;color:var(--text-muted)}.research-page{display:flex;flex-direction:column;gap:20px}.research-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.research-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.education-page{display:flex;flex-direction:column;gap:20px}.education-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.education-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.education-page__filters{display:flex;gap:6px;flex-wrap:wrap}.education-page__filters button{background:var(--white);border:1px solid var(--border);color:var(--text-muted);font-size:12.5px;font-weight:600;padding:7px 14px;border-radius:999px}.education-page__filters button.active{background:var(--emerald);border-color:var(--emerald);color:var(--white)}.education-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.education-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;text-align:left;border:1px solid var(--border);cursor:pointer}.education-card:hover{border-color:var(--emerald)}.education-card__category{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--emerald);background:#0e9f6e1a;padding:3px 9px;border-radius:999px}.education-card h3{margin:0;font-size:15.5px;color:var(--navy);line-height:1.35}.education-card p{margin:0;font-size:13px;color:var(--text-muted);line-height:1.5}.education-card__meta{margin-top:auto;font-size:11.5px;color:var(--text-muted);font-weight:600}.education-page__back{align-self:flex-start;background:transparent;border:none;color:var(--emerald);font-size:13px;font-weight:600;padding:0}.education-article__category{display:inline-block;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:var(--emerald);background:#0e9f6e1a;padding:3px 9px;border-radius:999px;margin-bottom:10px}.education-article h1{margin:0 0 6px;font-size:22px;color:var(--navy)}.education-article__meta{display:block;font-size:12px;color:var(--text-muted);margin-bottom:18px}.education-article__body{display:flex;flex-direction:column;gap:14px;max-width:680px}.education-article__body p{margin:0;font-size:14.5px;line-height:1.7;color:var(--text-dark)}.kyc-section{display:flex;flex-direction:column;gap:12px}.kyc-section h3{font-size:15px;color:var(--navy);margin:0}.kyc-section button[type=submit]{align-self:flex-start;padding:10px 24px;font-size:13.5px}.kyc-section__loading{color:var(--text-muted);font-size:13px}.kyc-section__banner{display:flex;flex-direction:column;gap:3px;border-radius:8px;padding:12px 14px;font-size:12.5px}.kyc-section__banner strong{font-size:13.5px}.kyc-section__banner--pending{background:#d4a0171a;border:1px solid rgba(212,160,23,.3);color:#a9760a}.kyc-section__banner--pending span{color:var(--text-muted)}.kyc-section__banner--approved{background:#0e9f6e14;border:1px solid rgba(14,159,110,.25);color:var(--emerald-dark)}.kyc-section__banner--approved span{color:var(--text-muted)}.kyc-section__banner--rejected{background:#c0392b12;border:1px solid rgba(192,57,43,.25);color:#c0392b}.kyc-section__banner--rejected span{color:var(--text-muted)}.kyc-section__form{display:flex;flex-direction:column;gap:14px}.kyc-section__hint{margin:0;font-size:12px;color:var(--text-muted)}.kyc-section__upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.kyc-section__upload{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:var(--text-muted);cursor:pointer}.kyc-section__upload input{display:none}.kyc-section__dropzone{height:110px;border:1.5px dashed var(--border);border-radius:10px;background:var(--silver-light);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:border-color .15s ease}.kyc-section__upload:hover .kyc-section__dropzone{border-color:var(--emerald)}.kyc-section__dropzone img{width:100%;height:100%;object-fit:cover}.kyc-section__dropzone-hint{font-size:11.5px;color:var(--text-muted);font-weight:500;text-align:center;padding:0 8px}.kyc-section__error{color:#c0392b;font-size:12.5px;font-weight:600}@media (max-width: 480px){.kyc-section__upload-grid{grid-template-columns:1fr}}.accounts-page{display:flex;flex-direction:column;gap:20px}.accounts-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.accounts-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.accounts-page__profile{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.accounts-page__avatar{width:56px;height:56px;border-radius:50%;background:var(--navy);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.accounts-page__profile-info{display:flex;flex-direction:column;gap:2px;flex:1;min-width:160px}.accounts-page__name{font-size:16px;font-weight:700;color:var(--navy)}.accounts-page__email{font-size:13px;color:var(--text-muted)}.accounts-page__since{font-size:11.5px;color:var(--text-muted);margin-top:2px}.accounts-page__balance{text-align:right;display:flex;flex-direction:column}.accounts-page__balance span{font-size:12px;color:var(--text-muted)}.accounts-page__balance strong{font-size:24px;color:var(--navy);font-weight:800}.accounts-page__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (min-width: 900px){.accounts-page__stats{grid-template-columns:repeat(5,1fr)}}.accounts-page__stat{display:flex;flex-direction:column}.accounts-page__stat-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-bottom:10px}.accounts-page__stat-dot--navy{background:var(--navy-light)}.accounts-page__stat-dot--emerald{background:var(--emerald)}.accounts-page__stat-dot--red{background:#c0392b}.accounts-page__stat-value{font-size:19px;font-weight:800;color:var(--navy)}.accounts-page__stat-label{margin-top:2px;font-size:11.5px;color:var(--text-muted)}.accounts-page__verification h3{font-size:15px;color:var(--navy);margin:0 0 6px}.accounts-page__verification p{font-size:13px;color:var(--text-muted);margin:0}@media (max-width: 560px){.accounts-page__profile{flex-direction:column;align-items:flex-start}.accounts-page__balance{text-align:left;align-self:stretch}}.settings-page{display:flex;flex-direction:column;gap:20px}.settings-page__header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.settings-page__header p{color:var(--text-muted);font-size:13.5px;margin:0}.settings-page__forms{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}@media (max-width: 800px){.settings-page__forms{grid-template-columns:1fr}}.settings-page__section{display:flex;flex-direction:column;gap:12px}.settings-page__section h3{font-size:15px;color:var(--navy);margin:0}.settings-page__section label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.settings-page__section input{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:var(--white)}.settings-page__section input:disabled{background:var(--silver-light);color:var(--text-muted)}.settings-page__section input:focus{outline:none;border-color:var(--emerald)}.settings-page__hint{font-size:11.5px;color:var(--text-muted);margin-top:-8px}.settings-page__error{color:#c0392b;font-size:12.5px;font-weight:600}.settings-page__success{color:var(--emerald);font-size:12.5px;font-weight:600}.settings-page__section button{align-self:flex-start;padding:10px 24px;font-size:13.5px}.admin-sidebar{width:220px;background:var(--navy);min-height:100vh;display:flex;flex-direction:column;padding:22px 16px;flex-shrink:0}.admin-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:0 8px 24px}.admin-sidebar__logo{display:flex;align-items:center;gap:8px}.admin-sidebar__close-btn{display:none;background:transparent;border:none;color:#ffffffb3;padding:4px}.admin-sidebar__close-btn:hover{color:var(--white)}.admin-sidebar__nav{display:flex;flex-direction:column;gap:2px;flex:1}.admin-sidebar__link{color:#ffffffa6;font-size:14px;font-weight:500;padding:10px 12px;border-radius:6px}.admin-sidebar__link:hover{background:#ffffff0f;color:var(--white)}.admin-sidebar__link.active{background:#e8b84b;color:var(--navy);font-weight:700}.admin-sidebar__logout{background:transparent;border:1px solid rgba(255,255,255,.2);color:#ffffffbf;border-radius:6px;padding:10px 12px;font-size:14px;font-weight:500;text-align:left;margin-top:12px}.admin-sidebar__logout:hover{border-color:var(--white);color:var(--white)}@media (max-width: 900px){.admin-sidebar{position:fixed;top:0;left:0;z-index:70;height:100vh;transform:translate(-100%);transition:transform .25s ease;box-shadow:12px 0 32px #00000040;overflow-y:auto}.admin-sidebar--open{transform:translate(0)}.admin-sidebar__close-btn{display:inline-flex}}.admin-stats{display:grid;grid-template-columns:1.3fr 1fr;gap:20px;align-items:stretch}.admin-stats__hero{position:relative;overflow:hidden;background:linear-gradient(135deg,var(--navy) 0%,var(--navy-light) 55%,var(--navy-lighter) 100%);border-radius:16px;padding:28px 30px 24px;color:var(--white);display:flex;flex-direction:column;box-shadow:0 20px 40px -16px #0a254073}.admin-stats__hero:before{content:"";position:absolute;top:-70px;right:-60px;width:240px;height:240px;background:radial-gradient(circle,rgba(14,159,110,.35),transparent 70%);border-radius:50%;pointer-events:none}.admin-stats__hero-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#ffffffa6;position:relative}.admin-stats__hero-value{font-size:40px;font-weight:800;letter-spacing:-.01em;margin-top:6px;position:relative}.admin-stats__hero-caption{font-size:12.5px;color:#ffffff8c;margin-top:4px;position:relative}.admin-stats__snapshot{display:flex;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.14);position:relative}.admin-stats__snapshot-item{flex:1;display:flex;align-items:center;gap:10px;padding:0 16px;min-width:0}.admin-stats__snapshot-item:first-child{padding-left:0}.admin-stats__snapshot-item:not(:last-child){border-right:1px solid rgba(255,255,255,.14)}.admin-stats__snapshot-icon{width:34px;height:34px;border-radius:10px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:var(--emerald);flex-shrink:0}.admin-stats__snapshot-text{display:flex;flex-direction:column;gap:1px;min-width:0}.admin-stats__snapshot-text strong{font-size:17px;line-height:1.2}.admin-stats__snapshot-text small{font-size:11px;color:#fff9;white-space:nowrap}.admin-stats__hero--loading{grid-column:1 / -1;min-height:240px;border-radius:16px;background:linear-gradient(90deg,var(--silver-light) 25%,#e8ebee 37%,var(--silver-light) 63%);background-size:400% 100%;animation:admin-stats-shimmer 1.4s ease infinite}@keyframes admin-stats-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.admin-stats__attention{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:22px;display:flex;flex-direction:column;gap:14px}.admin-stats__attention h3{margin:0;font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:700}.admin-stats__attention-grid{display:flex;flex-direction:column;gap:10px}.admin-stats__alert-card{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(212,160,23,.35);background:#d4a01712;border-radius:12px;transition:transform .15s ease,box-shadow .15s ease}.admin-stats__alert-card:hover{transform:translateY(-1px);box-shadow:0 10px 22px #d4a01733}.admin-stats__alert-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#d4a01729;color:#a9760a}.admin-stats__alert-text{display:flex;flex-direction:column;gap:1px;flex:1;min-width:0}.admin-stats__alert-text strong{font-size:13.5px;color:var(--navy)}.admin-stats__alert-text small{font-size:11.5px;color:var(--text-muted)}.admin-stats__alert-arrow{color:#a9760a;font-weight:700;flex-shrink:0}.admin-stats__caught-up{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;background:#0e9f6e12;border:1px solid rgba(14,159,110,.22)}.admin-stats__caught-up-icon{width:40px;height:40px;border-radius:50%;background:#0e9f6e26;color:var(--emerald-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-stats__caught-up strong{display:block;font-size:14px;color:var(--navy)}.admin-stats__caught-up small{font-size:12px;color:var(--text-muted)}@media (max-width: 900px){.admin-stats{grid-template-columns:1fr}}@media (max-width: 520px){.admin-stats__hero-value{font-size:32px}.admin-stats__snapshot{flex-direction:column;gap:14px}.admin-stats__snapshot-item{padding:0!important;border-right:none!important}}.admin-page-header{margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.admin-page-header h1{font-size:22px;color:var(--navy);margin:0 0 4px}.admin-page-header p{color:var(--text-muted);font-size:13.5px;margin:0}.admin-page-header__date{font-size:12.5px;font-weight:600;color:var(--text-muted);background:var(--silver-light);border-radius:999px;padding:7px 14px;white-space:nowrap}.admin-avatar{border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700;flex-shrink:0;letter-spacing:.02em}.admin-transactions__tabs{display:inline-flex;gap:4px;background:var(--silver-light);border-radius:10px;padding:4px;margin-bottom:18px}.admin-transactions__tabs button{display:flex;align-items:center;gap:7px;background:transparent;border:none;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:600;color:var(--text-muted)}.admin-transactions__tabs button.active{background:var(--white);color:var(--navy);box-shadow:0 1px 3px #0a25401f}.admin-transactions__tab-count{font-size:10.5px;font-weight:700;background:#0a254014;color:var(--text-muted);padding:1px 6px;border-radius:999px;min-width:16px;text-align:center}.admin-transactions__tabs button.active .admin-transactions__tab-count{background:var(--emerald);color:var(--white)}.admin-transactions__error{color:#c0392b;font-size:12.5px;font-weight:600;margin-bottom:14px}.admin-transactions__status{text-align:center;padding:50px 0;color:var(--text-muted);font-size:13px}.admin-transactions__empty{text-align:center;padding:50px 20px;color:var(--text-muted);background:var(--white);border:1px solid var(--border);border-radius:16px}.admin-transactions__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--silver-light);color:var(--text-muted);margin-bottom:12px}.admin-transactions__empty strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}.admin-transactions__empty p{margin:0;font-size:12.5px}.admin-transactions__list{display:flex;flex-direction:column;gap:10px}.admin-transactions__row{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:16px 18px;transition:box-shadow .15s ease,border-color .15s ease}.admin-transactions__row:hover{box-shadow:0 10px 28px #0a254014;border-color:#0a254024}.admin-transactions__row-main{display:flex;align-items:center;gap:14px}.admin-transactions__type-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-transactions__type-icon--deposit{background:#0e9f6e1f;color:var(--emerald-dark)}.admin-transactions__type-icon--withdrawal{background:#0a254014;color:var(--navy)}.admin-transactions__user{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.admin-transactions__user strong{font-size:13.5px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-transactions__user small{font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-transactions__amount-block{display:flex;flex-direction:column;align-items:flex-end;gap:1px;min-width:90px;flex-shrink:0}.admin-transactions__amount-block strong{font-size:15px;color:var(--navy);font-weight:800}.admin-transactions__amount-block strong.positive{color:var(--emerald-dark)}.admin-transactions__amount-block small{font-size:11px;color:var(--text-muted);font-weight:700;letter-spacing:.03em}.admin-transactions__status-pill{font-size:11px;font-weight:700;text-transform:capitalize;padding:4px 11px;border-radius:999px;flex-shrink:0}.admin-transactions__status-pill--pending{background:#d4a01724;color:#a9760a}.admin-transactions__status-pill--approved{background:#0e9f6e24;color:var(--emerald-dark)}.admin-transactions__status-pill--rejected{background:#c0392b1f;color:#c0392b}.admin-transactions__date{font-size:12px;color:var(--text-muted);flex-shrink:0;min-width:84px;text-align:right}.admin-transactions__row-detail{margin-top:10px;padding-top:10px;padding-left:52px;border-top:1px solid var(--border);display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-muted)}.admin-transactions__row-detail a{color:var(--emerald);font-weight:600}.admin-transactions__address{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-transactions__admin-note{font-style:italic}.admin-transactions__row-actions{margin-top:12px;padding-top:12px;padding-left:52px;border-top:1px solid var(--border);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-transactions__row-actions input{flex:1;min-width:160px;font-family:inherit;font-size:12.5px;border:1px solid var(--border);border-radius:8px;padding:8px 10px}.admin-transactions__row-actions input:focus{outline:none;border-color:var(--emerald)}.admin-transactions__approve,.admin-transactions__reject{border:none;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:700;color:var(--white)}.admin-transactions__approve{background:var(--emerald)}.admin-transactions__approve:hover{background:var(--emerald-dark)}.admin-transactions__reject{background:#c0392b}.admin-transactions__reject:hover{background:#a5301f}.admin-transactions__approve:disabled,.admin-transactions__reject:disabled{opacity:.6;cursor:default}@media (max-width: 640px){.admin-transactions__row-main{flex-wrap:wrap;row-gap:8px}.admin-transactions__amount-block{align-items:flex-start;order:5;margin-left:52px}.admin-transactions__status-pill{order:4}.admin-transactions__date{text-align:left;min-width:0;order:6;margin-left:auto}.admin-transactions__row-detail,.admin-transactions__row-actions{padding-left:0}}.admin-wallets__status{text-align:center;color:var(--text-muted);font-size:13px;padding:50px 0}.admin-wallets__error{color:#c0392b;font-size:12.5px;font-weight:600;margin-bottom:14px}.admin-wallets__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(310px,1fr));gap:16px}.admin-wallets__card{background:var(--white);border:1px solid var(--border);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .15s ease,border-color .15s ease}.admin-wallets__card:hover{box-shadow:0 12px 30px #0a254014;border-color:#0a254024}.admin-wallets__card-top{display:flex;align-items:center;gap:12px}.admin-wallets__monogram{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:800;font-size:18px;flex-shrink:0}.admin-wallets__card-title{display:flex;flex-direction:column;flex:1;min-width:0}.admin-wallets__card-title strong{font-size:14.5px;color:var(--navy)}.admin-wallets__card-title small{font-size:11.5px;color:var(--text-muted)}.admin-wallets__field{display:flex;flex-direction:column;gap:7px}.admin-wallets__field span{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted)}.admin-wallets__field-row{display:flex;gap:8px}.admin-wallets__field input{flex:1;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:var(--text-dark);border:1px solid var(--border);border-radius:9px;padding:10px 12px}.admin-wallets__field input:focus{outline:none;border-color:var(--emerald)}.admin-wallets__copy-btn{width:38px;flex-shrink:0;background:var(--silver-light);border:1px solid var(--border);border-radius:9px;color:var(--text-muted);display:flex;align-items:center;justify-content:center}.admin-wallets__copy-btn:hover:not(:disabled){color:var(--navy);border-color:var(--navy)}.admin-wallets__copy-btn:disabled{opacity:.5}.admin-wallets__card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-wallets__live-badge{display:flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;color:var(--text-muted)}.admin-wallets__live-dot{width:7px;height:7px;border-radius:50%;background:var(--silver);flex-shrink:0}.admin-wallets__live-badge.is-live{color:var(--emerald-dark)}.admin-wallets__live-badge.is-live .admin-wallets__live-dot{background:var(--emerald);box-shadow:0 0 0 3px #0e9f6e2e}.admin-wallets__save{padding:8px 18px;font-size:12.5px;white-space:nowrap}.admin-wallets__toggle{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.admin-wallets__toggle input{display:none}.admin-wallets__toggle-track{width:34px;height:20px;border-radius:999px;background:var(--silver);position:relative;transition:background .15s ease;flex-shrink:0}.admin-wallets__toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--white);transition:transform .15s ease}.admin-wallets__toggle input:checked+.admin-wallets__toggle-track{background:var(--emerald)}.admin-wallets__toggle input:checked+.admin-wallets__toggle-track .admin-wallets__toggle-thumb{transform:translate(14px)}.adjust-account-form{display:flex;flex-direction:column;gap:14px}.adjust-account-form__field-tabs{display:inline-flex;gap:4px;background:var(--silver-light);border-radius:9px;padding:4px;align-self:flex-start}.adjust-account-form__field-tabs button{background:transparent;border:none;padding:7px 13px;border-radius:6px;font-size:12.5px;font-weight:600;color:var(--text-muted)}.adjust-account-form__field-tabs button.active{background:var(--white);color:var(--navy);box-shadow:0 1px 3px #0a25401f}.adjust-account-form__current{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:var(--text-muted)}.adjust-account-form__current strong{color:var(--navy);font-size:15px}.adjust-account-form__current strong.negative,.adjust-account-form__preview strong.negative{color:#c0392b}.adjust-account-form__direction{display:flex;gap:8px}.adjust-account-form__direction button{flex:1;border:1.5px solid var(--border);background:var(--white);border-radius:8px;padding:10px;font-weight:700;font-size:13.5px;color:var(--text-muted)}.adjust-account-form__direction button.credit.active{border-color:var(--emerald);color:var(--emerald);background:#0e9f6e14}.adjust-account-form__direction button.debit.active{border-color:#c0392b;color:#c0392b;background:#c0392b14}.adjust-account-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.adjust-account-form label em{font-style:normal;font-weight:500;color:var(--text-muted);opacity:.8}.adjust-account-form input{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:var(--white)}.adjust-account-form input:focus{outline:none;border-color:var(--emerald)}.adjust-account-form__preview{display:flex;align-items:center;justify-content:space-between;background:var(--silver-light);border-radius:8px;padding:11px 13px;font-size:13px}.adjust-account-form__preview span{color:var(--text-muted)}.adjust-account-form__preview strong{color:var(--navy)}.adjust-account-form__error{color:#c0392b;font-size:12.5px;font-weight:600}.admin-users__toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;margin-bottom:16px}.admin-users__summary{font-size:13px;color:var(--text-muted)}.admin-users__summary strong{color:var(--navy)}.admin-users__search{display:flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:9px 13px;min-width:240px;color:var(--text-muted)}.admin-users__search input{flex:1;border:none;outline:none;font-family:inherit;font-size:13px;color:var(--text-dark)}.admin-users__status{text-align:center;padding:50px 20px;color:var(--text-muted);font-size:13px;background:var(--white);border:1px solid var(--border);border-radius:16px}.admin-users__table-wrap{background:var(--white);border:1px solid var(--border);border-radius:16px;overflow:hidden;overflow-x:auto}.admin-users__table{width:100%;border-collapse:collapse;font-size:13px;min-width:900px}.admin-users__table th{text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-weight:700;padding:14px 18px;border-bottom:1px solid var(--border);background:var(--silver-light)}.admin-users__table td{padding:12px 18px;border-bottom:1px solid var(--border);vertical-align:middle}.admin-users__table tr:last-child td{border-bottom:none}.admin-users__table tbody tr:hover td{background:#0a254005}.admin-users__cell-user{display:flex;align-items:center;gap:12px}.admin-users__cell-user strong{display:block;font-size:13.5px;color:var(--navy)}.admin-users__cell-user small{font-size:11.5px;color:var(--text-muted)}.admin-users__balance{font-weight:800;color:var(--navy);font-size:14px}.admin-users__profit{font-weight:700;color:var(--text-muted);font-size:13.5px}.admin-users__profit.positive{color:var(--emerald-dark)}.admin-users__profit.negative{color:#c0392b}.admin-users__count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:22px;padding:0 8px;background:var(--silver-light);border-radius:999px;font-weight:700;font-size:12px;color:var(--navy)}.admin-users__joined{color:var(--text-muted);font-size:12.5px}.admin-users__row-actions{display:flex;gap:8px}.admin-users__adjust-btn{background:#e8b84b26;color:#a9760a;border:1px solid rgba(232,184,75,.4);border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap}.admin-users__adjust-btn:hover{background:#e8b84b40}.admin-users__suspend-btn{background:#c0392b14;color:#c0392b;border:1px solid rgba(192,57,43,.3);border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap}.admin-users__suspend-btn:hover{background:#c0392b29}.admin-users__reactivate-btn{background:#0e9f6e1f;color:var(--emerald-dark);border:1px solid rgba(14,159,110,.35);border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap}.admin-users__reactivate-btn:hover{background:#0e9f6e33}.admin-users__status-pill{display:inline-flex;font-size:11px;font-weight:700;padding:4px 11px;border-radius:999px;background:#0e9f6e24;color:var(--emerald-dark)}.admin-users__status-pill--suspended{background:#c0392b1f;color:#c0392b}.admin-users__row--suspended td{background:#c0392b08}.admin-users__confirm-suspend{display:flex;flex-direction:column;gap:14px}.admin-users__confirm-suspend p{margin:0;font-size:13.5px;color:var(--text-dark);line-height:1.5}.admin-users__confirm-error{color:#c0392b;font-size:12.5px;font-weight:600}.admin-users__confirm-suspend-btn{background:#c0392b;color:var(--white)}.admin-users__confirm-suspend-btn:hover{background:#a5301f}@media (max-width: 640px){.admin-users__search{flex:1;min-width:0}}.set-trade-pnl-form{display:flex;flex-direction:column;gap:14px}.set-trade-pnl-form__summary{display:flex;flex-direction:column;gap:3px;background:var(--silver-light);border-radius:8px;padding:11px 13px;font-size:13px}.set-trade-pnl-form__summary strong{color:var(--navy)}.set-trade-pnl-form__current{font-size:12px;color:var(--text-muted)}.set-trade-pnl-form label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--text-muted);font-weight:600}.set-trade-pnl-form label em{font-style:normal;font-weight:500;color:var(--text-muted);opacity:.8}.set-trade-pnl-form input{font-family:inherit;font-size:14px;color:var(--text-dark);border:1px solid var(--border);border-radius:8px;padding:10px 11px;background:var(--white)}.set-trade-pnl-form input:focus{outline:none;border-color:var(--emerald)}.set-trade-pnl-form__hint{margin:0;font-size:11.5px;color:var(--text-muted);background:#e8b84b1a;border:1px solid rgba(232,184,75,.3);border-radius:8px;padding:9px 11px}.set-trade-pnl-form__error{color:#c0392b;font-size:12.5px;font-weight:600}.set-trade-pnl-form__clear-btn{background:transparent;border:none;color:var(--text-muted);font-size:12px;font-weight:600;text-decoration:underline;padding:2px;align-self:center}.set-trade-pnl-form__clear-btn:hover{color:var(--navy)}.admin-trades__tabs{display:inline-flex;gap:4px;background:var(--silver-light);border-radius:10px;padding:4px;margin-bottom:18px}.admin-trades__tabs button{display:flex;align-items:center;gap:7px;background:transparent;border:none;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:600;color:var(--text-muted)}.admin-trades__tabs button.active{background:var(--white);color:var(--navy);box-shadow:0 1px 3px #0a25401f}.admin-trades__tab-count{font-size:10.5px;font-weight:700;background:#0a254014;color:var(--text-muted);padding:1px 6px;border-radius:999px;min-width:16px;text-align:center}.admin-trades__tabs button.active .admin-trades__tab-count{background:var(--emerald);color:var(--white)}.admin-trades__status{text-align:center;padding:50px 0;color:var(--text-muted);font-size:13px}.admin-trades__empty{text-align:center;padding:50px 20px;color:var(--text-muted);background:var(--white);border:1px solid var(--border);border-radius:16px}.admin-trades__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--silver-light);color:var(--text-muted);margin-bottom:12px}.admin-trades__empty strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}.admin-trades__empty p{margin:0;font-size:12.5px}.admin-trades__list{display:flex;flex-direction:column;gap:10px}.admin-trades__row{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:14px 18px;transition:box-shadow .15s ease,border-color .15s ease}.admin-trades__row:hover{box-shadow:0 10px 28px #0a254014;border-color:#0a254024}.admin-trades__row-main{display:flex;align-items:center;gap:14px}.admin-trades__asset{display:flex;flex-direction:column;gap:1px;flex-shrink:0;min-width:80px}.admin-trades__asset strong{font-size:13.5px;color:var(--navy)}.admin-trades__asset small{font-size:11px;font-weight:700}.admin-trades__user{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.admin-trades__user strong{font-size:13px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-trades__user small{font-size:11px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-trades__prices{display:flex;flex-direction:column;gap:2px;flex-shrink:0;min-width:110px}.admin-trades__prices small{font-size:11.5px;color:var(--text-muted)}.admin-trades__pnl-block{display:flex;flex-direction:column;align-items:flex-end;gap:1px;min-width:100px;flex-shrink:0}.admin-trades__pnl-block strong{font-size:15px;font-weight:800}.admin-trades__pinned{font-size:10px;font-weight:700;color:#a9760a;text-transform:uppercase;letter-spacing:.02em}.admin-trades__status-pill{font-size:11px;font-weight:700;padding:4px 11px;border-radius:999px;flex-shrink:0;white-space:nowrap}.admin-trades__status-pill--open{background:#0e9f6e24;color:var(--emerald-dark)}.admin-trades__status-pill--closed{background:var(--silver-light);color:var(--text-muted)}.admin-trades__date{font-size:12px;color:var(--text-muted);flex-shrink:0;min-width:80px;text-align:right}.admin-trades__row-actions{display:flex;gap:8px;flex-shrink:0}.admin-trades__edit-btn{background:#e8b84b26;color:#a9760a;border:1px solid rgba(232,184,75,.4);border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0}.admin-trades__edit-btn:hover{background:#e8b84b40}.admin-trades__close-btn{background:#c0392b14;color:#c0392b;border:1px solid rgba(192,57,43,.3);border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0}.admin-trades__close-btn:hover{background:#c0392b29}.admin-trades__confirm-close{display:flex;flex-direction:column;gap:14px}.admin-trades__confirm-close p{margin:0;font-size:13.5px;color:var(--text-dark);line-height:1.5}.admin-trades__close-error{color:#c0392b;font-size:12.5px;font-weight:600}@media (max-width: 900px){.admin-trades__row-main{flex-wrap:wrap;row-gap:10px}.admin-trades__prices{min-width:0}.admin-trades__pnl-block{align-items:flex-start}.admin-trades__date{text-align:left;min-width:0}.admin-trades__row-actions{margin-left:auto}}.admin-kyc__tabs{display:inline-flex;gap:4px;background:var(--silver-light);border-radius:10px;padding:4px;margin-bottom:18px}.admin-kyc__tabs button{display:flex;align-items:center;gap:7px;background:transparent;border:none;padding:8px 14px;border-radius:7px;font-size:13px;font-weight:600;color:var(--text-muted)}.admin-kyc__tabs button.active{background:var(--white);color:var(--navy);box-shadow:0 1px 3px #0a25401f}.admin-kyc__tab-count{font-size:10.5px;font-weight:700;background:#0a254014;color:var(--text-muted);padding:1px 6px;border-radius:999px;min-width:16px;text-align:center}.admin-kyc__tabs button.active .admin-kyc__tab-count{background:var(--emerald);color:var(--white)}.admin-kyc__error{color:#c0392b;font-size:12.5px;font-weight:600;margin-bottom:14px}.admin-kyc__status{text-align:center;padding:50px 0;color:var(--text-muted);font-size:13px}.admin-kyc__empty{text-align:center;padding:50px 20px;color:var(--text-muted);background:var(--white);border:1px solid var(--border);border-radius:16px}.admin-kyc__empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:50%;background:var(--silver-light);color:var(--text-muted);margin-bottom:12px}.admin-kyc__empty strong{display:block;color:var(--navy);font-size:14px;margin-bottom:4px}.admin-kyc__empty p{margin:0;font-size:12.5px}.admin-kyc__list{display:flex;flex-direction:column;gap:10px}.admin-kyc__row{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:16px 18px;transition:box-shadow .15s ease,border-color .15s ease}.admin-kyc__row:hover{box-shadow:0 10px 28px #0a254014;border-color:#0a254024}.admin-kyc__row-main{display:flex;align-items:center;gap:14px}.admin-kyc__user{display:flex;flex-direction:column;gap:1px;min-width:0;flex:1}.admin-kyc__user strong{font-size:13.5px;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-kyc__user small{font-size:11.5px;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-kyc__status-pill{font-size:11px;font-weight:700;text-transform:capitalize;padding:4px 11px;border-radius:999px;flex-shrink:0}.admin-kyc__status-pill--pending{background:#d4a01724;color:#a9760a}.admin-kyc__status-pill--approved{background:#0e9f6e24;color:var(--emerald-dark)}.admin-kyc__status-pill--rejected{background:#c0392b1f;color:#c0392b}.admin-kyc__date{font-size:12px;color:var(--text-muted);flex-shrink:0;min-width:84px;text-align:right}.admin-kyc__docs{display:flex;gap:12px;margin-top:12px;padding-top:12px;padding-left:48px;border-top:1px solid var(--border)}.admin-kyc__doc{display:flex;flex-direction:column;gap:6px;width:140px}.admin-kyc__doc img{width:140px;height:90px;object-fit:cover;border-radius:8px;border:1px solid var(--border);background:var(--silver-light)}.admin-kyc__doc span{font-size:11px;font-weight:600;color:var(--emerald);text-align:center}.admin-kyc__admin-note{margin-top:10px;padding-left:48px;font-size:12px;color:var(--text-muted);font-style:italic}.admin-kyc__row-actions{margin-top:12px;padding-top:12px;padding-left:48px;border-top:1px solid var(--border);display:flex;gap:8px;align-items:center;flex-wrap:wrap}.admin-kyc__row-actions input{flex:1;min-width:160px;font-family:inherit;font-size:12.5px;border:1px solid var(--border);border-radius:8px;padding:8px 10px}.admin-kyc__row-actions input:focus{outline:none;border-color:var(--emerald)}.admin-kyc__approve,.admin-kyc__reject{border:none;border-radius:8px;padding:8px 16px;font-size:12.5px;font-weight:700;color:var(--white)}.admin-kyc__approve{background:var(--emerald)}.admin-kyc__approve:hover{background:var(--emerald-dark)}.admin-kyc__reject{background:#c0392b}.admin-kyc__reject:hover{background:#a5301f}.admin-kyc__approve:disabled,.admin-kyc__reject:disabled{opacity:.6;cursor:default}@media (max-width: 640px){.admin-kyc__row-main{flex-wrap:wrap;row-gap:8px}.admin-kyc__date{text-align:left;min-width:0;margin-left:auto}.admin-kyc__docs,.admin-kyc__admin-note,.admin-kyc__row-actions{padding-left:0}.admin-kyc__doc{width:100%}.admin-kyc__doc img{width:100%;height:140px}}:root{--navy: #0a2540;--navy-light: #123a5e;--navy-lighter: #1c4a73;--emerald: #0e9f6e;--emerald-dark: #0b8a5e;--white: #ffffff;--silver: #c8cdd3;--silver-light: #f2f4f6;--text-dark: #16232e;--text-muted: #5b6b78;--border: #e2e6ea;--radius: 10px;--container-width: 1200px;--screen-dark-bg: #060f22;--screen-dark-text: #ffffff;--screen-dark-muted: #7c8aa3;--screen-dark-border: rgba(255, 255, 255, .08)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-dark);background:var(--white);line-height:1.5}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;display:block}.container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:6px;font-size:15px;font-weight:600;border:none;transition:background .15s ease,opacity .15s ease}.btn-primary{background:var(--emerald);color:var(--white)}.btn-primary:hover{background:var(--emerald-dark)}.btn-outline{background:transparent;color:var(--white);border:1.5px solid rgba(255,255,255,.4)}.btn-outline:hover{border-color:var(--white)}.btn-block{width:100%}.section-heading{text-align:center;font-size:28px;font-weight:700;color:var(--navy);margin:0 0 40px}@media (max-width: 640px){input,select,textarea{font-size:16px!important}}
