.chat-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:stretch;justify-content:flex-end}.chat-panel{width:100%;max-width:420px;height:100%;background:var(--glass-bg, rgba(18, 18, 22, .95));border-left:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;box-shadow:-8px 0 24px #0000004d}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.08)}.chat-panel-title{margin:0;font-size:18px;font-weight:700}.chat-panel-close{width:36px;height:36px;border:none;background:#ffffff14;color:var(--text);font-size:24px;line-height:1;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.chat-panel-close:hover{background:#ffffff1f}.chat-panel-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:10px}.chat-panel-loading,.chat-panel-empty{color:var(--muted);text-align:center;padding:24px}.chat-panel-error{padding:12px 16px;margin:0 16px 12px;background:#fb718526;border:1px solid rgba(251,113,133,.4);border-radius:12px;color:#fb7185f2;font-size:13px}.chat-bubble{max-width:85%;padding:10px 14px;border-radius:16px;align-self:flex-start}.chat-bubble--me{align-self:flex-end;background:#22d3ee33;border:1px solid rgba(34,211,238,.35)}.chat-bubble--them{background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.chat-bubble-body{word-break:break-word;white-space:pre-wrap}.chat-bubble-time{font-size:11px;color:var(--muted);margin-top:4px}.chat-panel-form{display:flex;gap:10px;padding:16px;border-top:1px solid rgba(255,255,255,.08)}.chat-panel-input{flex:1;padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0003;color:var(--text);font-size:15px}.chat-panel-input::placeholder{color:var(--muted)}.chat-panel-input:disabled{opacity:.7}.chat-panel-send{padding:12px 20px;border-radius:14px;border:none;background:#22d3ee40;color:#22d3ee;font-weight:600;cursor:pointer;white-space:nowrap}.chat-panel-send:hover:not(:disabled){background:#22d3ee59}.chat-panel-send:disabled{opacity:.5;cursor:not-allowed}.leaderboard-action{white-space:nowrap}.btn-chat{padding:8px 14px;border-radius:12px;border:1px solid rgba(34,211,238,.4);background:#22d3ee1f;color:#22d3eef2;font-size:13px;font-weight:600;cursor:pointer}.btn-chat:hover{background:#22d3ee33}:root{--bg: #0b0d12;--panel: rgba(255, 255, 255, .06);--panel2: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--muted: rgba(255, 255, 255, .68);--muted2: rgba(255, 255, 255, .55);--line: rgba(255, 255, 255, .14);--shadow: 0 20px 60px rgba(0, 0, 0, .45);--radius: 18px;--radius2: 28px;--max: 1120px;--accent: #7c5cff;--accent2: #22d3ee;--ok: #34d399;--warn: #fbbf24;--danger: #fb7185}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,Noto Sans,Helvetica Neue,sans-serif;color:var(--text);background:radial-gradient(1200px 700px at 10% 10%,rgba(124,92,255,.28),transparent 60%),radial-gradient(900px 600px at 85% 15%,rgba(34,211,238,.22),transparent 55%),radial-gradient(1000px 700px at 50% 90%,rgba(52,211,153,.16),transparent 60%),var(--bg);background-attachment:fixed;line-height:1.45;overflow-x:hidden}a{color:inherit;text-decoration:none}.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}.nav{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#00000040;border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:14px 0;gap:14px}.brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;text-decoration:none}.brand:focus,.brand:hover{text-decoration:none}.logo{width:34px;height:34px;border-radius:11px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(135deg,#7c5cffd9,#22d3eed9);box-shadow:0 6px 16px #7c5cff2e;transition:box-shadow .25s ease,transform .2s ease,filter .25s ease}.logo:after{content:"";position:absolute;inset:-45%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3),transparent 60%);transform:rotate(20deg);pointer-events:none;opacity:.7}.brand:hover .logo{box-shadow:0 0 0 1px #7c5cff59,0 10px 26px #7c5cff59,0 0 22px #22d3ee40;transform:translateY(-1px)}.logo img{width:110%;height:110%;object-fit:contain;position:relative;z-index:1;filter:drop-shadow(0 4px 10px rgba(0,0,0,.35));transition:transform .2s ease}.brand:hover .logo img{transform:scale(1.05)}.nav-links{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:14px}.nav-links a{padding:8px 10px;border-radius:12px;transition:background .2s ease,color .2s ease}.nav-links a:hover{background:#ffffff0f;color:var(--text)}.nav-cta{display:flex;align-items:center;gap:10px}.hamburger,.mobile{display:none}.lang-switcher{display:inline-flex;align-items:stretch;gap:0;border-radius:12px;padding:3px;background:#0003;border:1px solid rgba(255,255,255,.1)}.lang-switcher__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:none;border-radius:10px;background:transparent;color:#ffffffb3;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease}.lang-switcher__btn:hover{background:#ffffff0f;color:#ffffffe6}.lang-switcher__btn.active{background:#ffffff1f;color:#fff;box-shadow:0 2px 8px #0003}.lang-switcher__flag{font-size:1.15em;line-height:1}.lang-switcher--compact .lang-switcher__btn{padding:6px 10px;font-size:12px}.lang-switcher--compact .lang-switcher__flag{font-size:1.1em}.lang-switcher--sidebar{width:100%}.lang-switcher--sidebar .lang-switcher__btn{flex:1;justify-content:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:var(--text);font-weight:600;font-size:14px;transition:transform .15s ease,background .2s ease,border-color .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn:hover{transform:translateY(-1px);background:#ffffff17;border-color:#ffffff38}.btn.primary{border-color:#7c5cff8c;background:linear-gradient(135deg,#7c5cfff2,#22d3eed9);box-shadow:0 18px 50px #7c5cff2e}.btn.primary:hover{border-color:#fff3}.micro{color:var(--muted2);font-size:12.5px;margin-top:10px}.badge{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);border:1px solid rgba(255,255,255,.14);background:#ffffff0d;padding:8px 12px;border-radius:999px;width:fit-content}.dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 0 0 6px #7c5cff2e}.panel2{background:var(--panel2)}.pill{padding:6px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#ffffffc7}.pill.ok{border-color:#34d39959;background:#34d3991a}.pill.info{border-color:#22d3ee59;background:#22d3ee1a}.pill.purp{border-color:#7c5cff59;background:#7c5cff1f}.hero{position:relative;padding:64px 0 18px}.hero__container{position:relative;z-index:1}.hero-claim{margin:-4px 0 14px;font-size:14px;color:var(--muted);font-weight:600}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:28px}.badge{display:inline-flex;gap:8px;padding:8px 12px;border-radius:999px;font-size:13px;color:var(--muted);border:1px solid rgba(255,255,255,.14)}.dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent2))}.stat-row{display:flex;gap:12px;margin-top:12px}.stat{flex:1;padding:14px;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.stat .k{font-size:12px;color:var(--muted2)}.stat .v{font-size:18px;font-weight:700;margin-top:6px}.mini-list{margin-top:14px;display:grid;gap:10px}.mini-item{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);font-size:14px;color:var(--muted)}.panel{border:1px solid rgba(255,255,255,.12);background:#ffffff0d;border-radius:var(--radius2);box-shadow:var(--shadow)}.hero-card{padding:18px;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;inset:-120px -80px auto auto;width:260px;height:260px;background:radial-gradient(circle,rgba(34,211,238,.2),transparent 60%)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:18px 0 10px}.hero-blobs{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}.hero-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:blob-float 20s ease-in-out infinite}.hero-blob--1{width:400px;height:400px;background:radial-gradient(circle,rgba(124,92,255,.4),transparent 70%);top:-20%;right:-10%;animation-delay:0s}.hero-blob--2{width:320px;height:320px;background:radial-gradient(circle,rgba(34,211,238,.35),transparent 70%);bottom:-15%;left:-5%;animation-delay:-7s}.hero-blob--3{width:260px;height:260px;background:radial-gradient(circle,rgba(52,211,153,.25),transparent 70%);top:40%;left:30%;animation-delay:-14s}@keyframes blob-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.05)}66%{transform:translate(-20px,25px) scale(.95)}}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s ease-out}.reveal.reveal--in{opacity:1;transform:translateY(0)}.reveal.reveal--delay-1{transition-delay:.1s}.reveal.reveal--delay-2{transition-delay:.2s}.reveal.reveal--delay-3{transition-delay:.3s}.reveal .grid-3 .card,.reveal .funds .fund,.reveal .steps .step,.reveal .pricing .price{opacity:0;transform:translateY(20px);transition:opacity .5s ease-out,transform .5s ease-out}.reveal--in .grid-3 .card,.reveal--in .funds .fund,.reveal--in .steps .step,.reveal--in .pricing .price{opacity:1;transform:translateY(0)}.reveal--in .grid-3 .card:nth-child(1){transition-delay:.05s}.reveal--in .grid-3 .card:nth-child(2){transition-delay:.15s}.reveal--in .grid-3 .card:nth-child(3){transition-delay:.25s}.reveal--in .funds .fund:nth-child(1){transition-delay:.05s}.reveal--in .funds .fund:nth-child(2){transition-delay:.12s}.reveal--in .funds .fund:nth-child(3){transition-delay:.19s}.reveal--in .funds .fund:nth-child(4){transition-delay:.26s}.reveal--in .steps .step:nth-child(1){transition-delay:.05s}.reveal--in .steps .step:nth-child(2){transition-delay:.15s}.reveal--in .steps .step:nth-child(3){transition-delay:.25s}.reveal--in .pricing .price:nth-child(1){transition-delay:.05s}.reveal--in .pricing .price:nth-child(2){transition-delay:.12s}.reveal--in .pricing .price:nth-child(3){transition-delay:.19s}.social-proof{padding:48px 0;background:#00000026;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.social-proof__grid{display:grid;grid-template-columns:1fr 1fr auto;gap:32px;align-items:center;flex-wrap:wrap}.social-proof__stat{text-align:center}.social-proof__number{font-size:36px;font-weight:800;letter-spacing:-.03em;background:linear-gradient(135deg,var(--accent),var(--accent2));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1.2}.social-proof__label{margin-top:4px;font-size:13px;color:var(--muted);font-weight:600}.social-proof__quote{max-width:320px;padding-left:24px;border-left:3px solid rgba(124,92,255,.5)}.social-proof__quote blockquote{margin:0;font-size:15px;line-height:1.5;color:var(--muted);font-style:italic}.social-proof__quote cite{display:block;margin-top:10px;font-size:13px;color:var(--muted2);font-style:normal}.hero-actions .btn.primary,.hero .btn.primary{position:relative;box-shadow:0 4px 24px #7c5cff59;transition:transform .2s ease,box-shadow .3s ease}.hero-actions .btn.primary:hover,.hero .btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #7c5cff73,0 0 0 1px #ffffff1a}.grid-3 .card,.funds .fund,.pricing .price{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.grid-3 .card:hover,.funds .fund:hover{transform:translateY(-4px);box-shadow:0 20px 50px #0000004d;border-color:#ffffff2e}.pricing .price:hover{transform:translateY(-2px);border-color:#ffffff29}.pricing .price.featured:hover{box-shadow:0 24px 56px #7c5cff33}.hero-card{animation:hero-card-glow 8s ease-in-out infinite}@keyframes hero-card-glow{0%,to{box-shadow:var(--shadow)}50%{box-shadow:0 24px 60px #0006,0 0 0 1px #ffffff14}}.steps .step{transition:transform .25s ease,background .25s ease}.steps .step:hover{transform:translate(6px);background:#ffffff0f}@media(max-width:768px){.social-proof__grid{grid-template-columns:1fr;gap:28px;text-align:center}.social-proof__quote{padding-left:0;border-left:none;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;margin-top:8px;max-width:none}}section{padding:54px 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{margin:0;font-size:26px;letter-spacing:-.4px}.section-head p{margin:0;max-width:60ch;color:var(--muted);font-size:14.5px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.card{padding:18px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#ffffff0d}.card h3{margin-bottom:8px;font-size:16px}.card p{color:var(--muted);font-size:14px}.funds{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fund{padding:18px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#ffffff0d}.fund-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.fund h3{font-size:16px}.fund .desc{color:var(--muted);font-size:14px}.fund ul{margin-top:12px;padding-left:18px;color:var(--muted);font-size:14px}.fund li{margin:6px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.step{padding:18px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#ffffff0d}.step .num{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;background:#ffffff0f}.step p{margin-top:8px;color:var(--muted)}.pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.price{padding:18px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#ffffff0d}.price.featured{border-color:#7c5cff66;background:linear-gradient(180deg,#7c5cff24,#ffffff0a);box-shadow:0 24px 70px #7c5cff26}.price .title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.price h3{margin:0;font-size:16px}.price .cost{font-size:28px;font-weight:900;letter-spacing:-.6px;margin:12px 0 6px}.price .sub{color:var(--muted);font-size:13.5px;margin:0 0 12px}.price ul{margin:10px 0 16px;padding-left:18px;color:var(--muted);font-size:14px}.price li{margin:6px 0}.faq{display:grid;grid-template-columns:1fr 1fr;gap:14px}details{padding:14px 16px;border-radius:var(--radius);border:1px solid rgba(255,255,255,.12);background:#ffffff0d}summary{font-weight:650;cursor:pointer}details p{margin-top:10px;color:var(--muted)}summary::-webkit-details-marker{display:none}.cta{padding:22px;border-radius:var(--radius2);border:1px solid rgba(255,255,255,.12);background:linear-gradient(135deg,#7c5cff24,#22d3ee1a);display:flex;justify-content:space-between;gap:18px}.cta h3{margin:0 0 6px}.cta p{margin:0;color:var(--muted);max-width:70ch;font-size:14.5px}footer{padding:26px 0 40px;font-size:12.5px;color:var(--muted2);border-top:1px solid rgba(255,255,255,.1)}.footer-grid{display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.foot-links{display:flex;gap:14px}.foot-links a:hover{color:var(--text)}footer{background:#0000001a}.footer-grid{padding-top:18px}.foot-links a{color:var(--muted2)}.dash-page{padding:36px 0 60px}.muted{color:var(--muted)}.pos{color:#22d3eef2}.neg{color:#fb7185f2}.dash-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:18px}.dash-title{margin:0;font-size:34px;letter-spacing:-.6px}.dash-sub{margin:6px 0 0;color:var(--muted);font-size:14.5px}.dash-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dash-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:16px}.dash-card{padding:18px;border-radius:22px;min-height:0}.dash-card__label{color:var(--muted2);font-size:13px;font-weight:650}.dash-card__value{margin-top:10px;font-size:34px;font-weight:950;letter-spacing:-.02em}.dash-card__meta{margin-top:8px;font-size:13px;color:#ffffffb8}.dash-card__meta.dash-card__meta--highlight{margin-top:10px;padding:10px 12px;border-radius:12px;background:#7c5cff1f;border:1px solid rgba(124,92,255,.22);color:#ffffffe0}.dash-card__meta.dash-card__meta--highlight .muted{color:#ffffff9e}.dash-card__meta.dash-card__meta--highlight b{color:#fffffffa}.dash-mid{display:grid;grid-template-columns:1.6fr .9fr;gap:14px;margin-bottom:14px}.dash-chart{padding:16px;border-radius:22px}.dash-chart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.dash-h{font-size:16px;font-weight:800}.chart-wrap{height:360px;background:#05080fb3;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:12px}.chart-wrap canvas{filter:contrast(1.12) saturate(1.2)}.seg{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.seg-btn{height:34px;padding:0 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0000002e;color:#ffffffc7;cursor:pointer}.seg-btn:hover{background:#00000040}.seg-btn.active{border-color:#7c5cff73;background:#7c5cff24;color:#ffffffeb}.dash-rail{display:grid;gap:14px}.rail-card{padding:16px;border-radius:22px}.rail-head{margin-bottom:10px}.donut-wrap{height:220px;background:#05080f8c;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:10px}.risk{margin-top:6px}.risk-bar{height:10px;border-radius:999px;background:#ffffff1a;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.risk-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#22d3eed9,#7c5cffd9,#fb7185d9)}.risk-meta{display:flex;justify-content:space-between;margin-top:8px}.qa{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.dash-bottom{display:grid;grid-template-columns:1.6fr .9fr;gap:14px}.dash-bottom--single{grid-template-columns:1fr}.dash-table{padding:16px;border-radius:22px}.dash-table__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.dash-h2{margin:0;font-size:16px;font-weight:800}.table-controls{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.table-search{width:220px}.select{height:42px;padding:0 12px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#00000038;color:#ffffffe6;outline:none}.table-wrap{overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.table{width:100%;border-collapse:separate;border-spacing:0;min-width:960px;table-layout:fixed}.table thead th{text-align:left;font-size:12px;color:#ffffffa6;font-weight:650;padding:12px 16px;background:#0000002e;border-bottom:1px solid rgba(255,255,255,.08);white-space:nowrap;box-sizing:border-box}.table thead th.num{text-align:right}.table tbody td{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle;box-sizing:border-box}.table tbody tr:hover td{background:#ffffff0a}.table td.num{text-align:right;font-variant-numeric:tabular-nums}.table th:nth-child(1),.table td:nth-child(1){width:9%}.table th:nth-child(2),.table td:nth-child(2){width:23%}.table th:nth-child(3),.table td:nth-child(3){width:8%}.table th:nth-child(4),.table td:nth-child(4){width:12%}.table th:nth-child(5),.table td:nth-child(5){width:12%}.table th:nth-child(6),.table td:nth-child(6){width:12%}.table th:nth-child(7),.table td:nth-child(7){width:10%}.table th:nth-child(8),.table td:nth-child(8){width:14%}.ticker{display:inline-flex;padding:6px 10px;border-radius:999px;background:#7c5cff24;border:1px solid rgba(124,92,255,.25);font-weight:850}.activity{padding:16px;border-radius:22px}.activity-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:10px}.activity-list{display:grid;gap:10px}.activity-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.08)}.activity-left{display:flex;align-items:center;gap:10px}.activity-title{font-weight:750}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffdb}.badge.buy{border-color:#22d3ee40;background:#22d3ee1a}.badge.sell{border-color:#fb718540;background:#fb71851a}.badge.dividend{border-color:#ffffff2e;background:#ffffff14}.activity-amount{font-weight:900}.activity-footer{margin-top:12px;display:flex;justify-content:flex-end}@media(max-width:980px){.dash-grid,.dash-mid,.dash-bottom{grid-template-columns:1fr}.chart-wrap{height:320px}.table-search{width:100%}.table{min-width:980px}}.modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px}.modal{width:min(2000px,97vw);max-height:min(90vh,820px);padding:18px;border-radius:22px;display:flex;flex-direction:column;overflow:hidden}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;position:sticky;top:0;z-index:2;background:#0e121eeb;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-title{font-size:16px;font-weight:900}.modal-close{height:40px;padding:0 12px;border-radius:14px;background:#0000002e;border:1px solid rgba(255,255,255,.14);color:#ffffffd9;cursor:pointer}.modal-grid{display:grid;gap:12px;overflow:auto;padding-right:4px}.trade-mode{display:grid;grid-template-columns:1fr 1fr;gap:10px}.trade-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.trade-summary{padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.sum-row{display:flex;justify-content:space-between;gap:10px;padding:6px 0}.trade-error{margin-top:8px;color:#fb7185f2}.trade-confirm.disabled{opacity:.6}.trade-search-field{display:flex;flex-direction:column;gap:8px}.trade-search-field .label{display:block}.trade-search-input{width:100%;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#0003;color:inherit;font-size:14px}.trade-search-input:focus{outline:none;border-color:#fff6}.trade-selected-asset{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;background:#0003;border:1px solid rgba(255,255,255,.14)}.trade-selected-label{font-weight:600}.trade-search-results-wrap{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px;max-height:380px;overflow:auto;padding-right:2px;align-content:start}.trade-search-group{display:flex;flex-direction:column;gap:6px;min-width:0}.trade-search-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted, rgba(255,255,255,.5));padding:0 2px}.trade-search-results{list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#00000040}.trade-search-results li{margin:0}.trade-search-result-btn{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;text-align:left;border:none;background:transparent;color:inherit;cursor:pointer;font-size:14px;border-bottom:1px solid rgba(255,255,255,.06)}.trade-search-result-btn:last-child{border-bottom:none}.trade-search-result-btn:hover{background:#ffffff14}.trade-search-result-logo{width:28px;height:28px;border-radius:8px;object-fit:cover}.trade-search-result-placeholder{width:28px;height:28px;border-radius:8px;background:#ffffff26;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}.trade-search-result-label{flex:1}.row-actions{display:inline-flex;gap:6px;justify-content:flex-end;white-space:nowrap}.tx-card{padding:20px;border-radius:22px}.tx-table-wrap{overflow-x:auto}.tx-table{width:100%;border-collapse:collapse;font-size:14px}.tx-table th,.tx-table td{padding:12px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.tx-table th{color:var(--muted);font-weight:600}.tx-date{white-space:nowrap}.tx-status{padding:4px 10px;border-radius:10px;font-size:12px}.tx-status--completed{background:#22d3ee26;color:#22d3eef2}.tx-status--pending{background:#ffc10726;color:#ffc107e6}.tx-status--failed{background:#fb718526;color:#fb7185f2}.tx-empty{padding:24px;text-align:center}.leaderboard-card{padding:20px;border-radius:22px}.leaderboard-table-wrap{overflow-x:auto}.leaderboard-table{width:100%;border-collapse:collapse;font-size:15px}.leaderboard-table th,.leaderboard-table td{padding:14px 16px;text-align:left;border-bottom:1px solid rgba(255,255,255,.08)}.leaderboard-table th{color:var(--muted);font-weight:600}.leaderboard-rank{width:56px;font-weight:800;color:var(--muted);vertical-align:middle}.leaderboard-user{font-weight:600}.leaderboard-equity{font-weight:800;color:#22d3eef2}.leaderboard-empty{padding:24px;text-align:center}.leaderboard-badge{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:18px;line-height:1}.leaderboard-badge--1{background:linear-gradient(145deg,gold,#ffb347);box-shadow:0 2px 8px #ffd70066}.leaderboard-badge--2{background:linear-gradient(145deg,silver,#a8a8a8);box-shadow:0 2px 8px #c0c0c066}.leaderboard-badge--3{background:linear-gradient(145deg,#cd7f32,#b87333);box-shadow:0 2px 8px #cd7f3266}.leaderboard-badge--4,.leaderboard-badge--5{background:#ffffff14;border:1px solid rgba(255,255,255,.2);font-weight:800;color:var(--muted)}.leaderboard-badge-num{font-variant-numeric:tabular-nums;font-size:14px}.leaderboard-action .btn-add-friend{padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#7c5cff33;color:var(--text);font-weight:600;font-size:13px;cursor:pointer;transition:background .2s,border-color .2s}.leaderboard-action .btn-add-friend:hover:not(:disabled){background:#7c5cff59;border-color:#7c5cff80}.leaderboard-action .btn-add-friend:disabled{opacity:.7;cursor:not-allowed}.leaderboard-pending{font-size:13px;color:var(--muted);font-weight:600}.messages-page .messages-card{padding:20px;border-radius:22px}.messages-empty{padding:24px;text-align:center}.messages-list{list-style:none;margin:0;padding:0}.messages-item{display:block;width:100%;text-align:left;padding:14px 16px;border-radius:14px;border:none;background:transparent;color:var(--text);cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.06)}.messages-item:hover{background:#ffffff0f}.messages-item-name{display:block;font-weight:700;font-size:15px;margin-bottom:2px}.messages-item-preview{display:block;font-size:13px;margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.messages-item-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.messages-item-unread{min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:var(--accent, #7c5cff);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.friends-requests-card{padding:20px;border-radius:22px;margin-bottom:20px}.friends-requests-title{margin:0 0 14px;font-size:16px;font-weight:700}.friends-requests-list{list-style:none;margin:0;padding:0}.friends-request-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.06)}.friends-request-item:last-child{border-bottom:none}.friends-request-name{font-weight:600;font-size:15px;color:var(--text);text-decoration:none}.friends-request-name:hover{text-decoration:underline}.friends-request-actions{display:flex;gap:8px}.btn-friends-accept{padding:8px 14px;border-radius:12px;border:1px solid rgba(34,211,238,.4);background:#22d3ee26;color:#22d3eef2;font-size:13px;font-weight:600;cursor:pointer}.btn-friends-accept:hover:not(:disabled){background:#22d3ee40}.btn-friends-reject{padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#fb718526;color:#fb7185f2;font-size:13px;font-weight:600;cursor:pointer}.btn-friends-reject:hover:not(:disabled){background:#fb718540}.btn-friends-accept:disabled,.btn-friends-reject:disabled{opacity:.7;cursor:not-allowed}.friends-page .friends-card{padding:20px;border-radius:22px}.friends-empty{padding:24px;text-align:center}.friends-list{list-style:none;margin:0;padding:0}.friends-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.06);flex-wrap:wrap}.friends-item-name{font-weight:700;font-size:15px;color:var(--text);text-decoration:none}.friends-item-name:hover{text-decoration:underline}.friends-item-actions{display:flex;gap:8px;align-items:center}.btn-friends-message,.btn-friends-remove{padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.2);font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.btn-friends-message{background:#7c5cff33;color:var(--text)}.btn-friends-message:hover{background:#7c5cff59}.btn-friends-remove{background:#fb718526;color:#fb7185f2}.btn-friends-remove:hover:not(:disabled){background:#fb718540}.btn-friends-remove:disabled{opacity:.7;cursor:not-allowed}.btn-friends-profile{padding:8px 14px;border-radius:12px;font-size:13px;font-weight:600;color:var(--accent, #7c5cff);text-decoration:none;border:1px solid rgba(124,92,255,.3);background:transparent}.btn-friends-profile:hover{background:#7c5cff1a}.profile-page .profile-back{display:inline-block;margin-bottom:16px;color:var(--muted);text-decoration:none}.profile-page .profile-back:hover{color:var(--text)}.profile-loading{padding:24px}.profile-card{border-radius:22px;overflow:hidden}.profile-banner{height:120px;background-size:cover;background-position:center;background-color:#0003}.profile-body{padding:24px;position:relative}.profile-avatar-wrap{margin-top:-48px;margin-bottom:12px}.profile-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover;border:3px solid var(--bg)}.profile-avatar--placeholder{display:flex;align-items:center;justify-content:center;background:#7c5cff66;font-size:32px;font-weight:800;color:#fff}.profile-username{margin:0 0 20px;font-size:24px;font-weight:800}.profile-contacts-title{margin:0 0 10px;font-size:14px;font-weight:600;color:var(--muted)}.profile-contacts-list{list-style:none;margin:0;padding:0}.profile-contacts-list li{display:flex;align-items:center;gap:10px;padding:6px 0}.profile-contact-key{text-transform:capitalize;font-size:13px;color:var(--muted);min-width:80px}.profile-contact-value{color:var(--accent, #7c5cff);text-decoration:none;font-size:14px}.profile-contact-value:hover{text-decoration:underline}.wallet2-page{padding:28px 0 60px}.wallet2-head{position:relative;display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:12px;margin-bottom:14px;min-width:0}.wallet2-title{min-width:0}.wallet2-title h1{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet2-cash{justify-self:end;padding:12px 14px;border-radius:18px;min-width:170px;text-align:right;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.wallet2-cash__v{font-weight:950;font-size:20px;letter-spacing:-.02em}@media(max-width:1100px){.wallet2-head{grid-template-columns:auto auto 1fr;grid-template-areas:"back brand title" "cash cash cash"}.auth-back-btn{grid-area:back}.wallet2-head .brand{grid-area:brand}.wallet2-title{grid-area:title}.wallet2-cash{grid-area:cash;justify-self:stretch}.wallet2-title h1{white-space:normal}}.wallet2-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.wallet2-card{padding:16px;border-radius:22px}.wallet2-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.wallet2-card__title{font-weight:900;font-size:16px}.trade-input{position:relative}.trade-suffix{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#ffffff8c;font-size:12px;font-weight:800;pointer-events:none}.trade-slider{width:100%;margin-top:10px;accent-color:rgba(124,92,255,.95)}.wallet2-quick{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.wallet2-summary{margin-top:12px;margin-bottom:14px;padding:14px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.sum-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.sum-total{margin-top:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-weight:950}.wallet-error{margin-top:12px;margin-bottom:14px;padding:12px;border-radius:14px;background:#fb71851a;border:1px solid rgba(251,113,133,.22);color:#fb7185f2;font-weight:700}.wallet-history{padding:16px;border-radius:22px}.wallet-history__head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.wallet-h2{margin:0;font-size:16px;font-weight:900}.wallet-history__list{display:grid;gap:10px}.wallet-tx{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.08)}.wallet-tx__left{display:flex;align-items:center;gap:10px}.wallet-tx__title{font-weight:800}.wallet-tx__amount{font-weight:950}.wallet-tx__amount.pos{color:#22d3eef2}.wallet-tx__amount.neg{color:#fb7185f2}.badge.deposit{border-color:#7c5cff40;background:#7c5cff1a}.badge.withdraw{border-color:#fb718540;background:#fb71851a}@media(max-width:980px){.wallet2-grid{grid-template-columns:1fr}}.pm-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.pm-title{font-weight:900;font-size:16px}.pm-empty{padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.pm-list{display:grid;gap:10px;margin-top:10px}.pm-item{display:block;padding:12px;border-radius:18px;background:#0000002e;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .15s ease}.pm-item:hover{transform:translateY(-1px);border-color:#ffffff24}.pm-item input{display:none}.pm-item.active{border-color:#7c5cff59;box-shadow:0 0 0 1px #7c5cff2e inset,0 18px 40px #00000047}.pm-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-left{display:flex;align-items:center;gap:12px;min-width:0}.pm-meta{display:grid;gap:2px;min-width:0}.pm-num{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.pm-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.btn.danger{border-color:#fb718538;background:#fb71851a}.btn.danger:hover{border-color:#fb718559}.pm-badge{height:44px;min-width:88px;padding:0 12px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffeb}.pm-badge svg{display:block}.pm-badge.visa{box-shadow:0 0 0 1px #7c5cff2e inset}.pm-badge.mastercard{box-shadow:0 0 0 1px #22d3ee24 inset}.pm-badge.crypto{padding-left:10px;padding-right:10px;border-color:#ffffff24}.pm-badge.crypto span{font-weight:850;font-size:12px;opacity:.9;white-space:nowrap}.pm-add{margin-top:12px;padding:14px;border-radius:18px}.pm-add-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.pm-tabs{display:inline-flex;gap:8px;padding:6px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.pm-tab{border:1px solid rgba(255,255,255,.1);background:#ffffff0f;color:#fffc;border-radius:14px;padding:8px 12px;cursor:pointer;font-weight:850}.pm-tab.active{border-color:#7c5cff59;background:#7c5cff1f;color:#fffffff2}.pm-add-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.pm-add-holder{grid-column:1 / -1}.pm-add-actions{display:flex;gap:10px;flex-wrap:wrap}.select{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#00000038;color:var(--text);outline:none}.select:focus{border-color:#7c5cff8c;background:#00000047}@media(max-width:980px){.pm-add-grid{grid-template-columns:1fr}.pm-actions{justify-content:flex-start}.pm-num{max-width:220px}}.auth-page{min-height:100vh;display:grid;place-items:center;padding:40px 20px}.auth-card{width:100%;max-width:520px;padding:24px;border-radius:var(--radius2);border:1px solid rgba(255,255,255,.12);background:#ffffff0d;box-shadow:var(--shadow);position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;inset:-160px -120px auto auto;width:320px;height:320px;background:radial-gradient(circle,rgba(124,92,255,.22),transparent 62%);pointer-events:none}.auth-card:after{content:"";position:absolute;inset:auto auto -180px -140px;width:360px;height:360px;background:radial-gradient(circle,rgba(34,211,238,.18),transparent 62%);pointer-events:none}.auth-card>*{position:relative;z-index:1}.auth-title{margin:18px 0 6px;font-size:34px;line-height:1.1;letter-spacing:-.6px}.auth-subtitle{margin:0 0 18px;color:var(--muted);font-size:14.5px}.auth-form{display:grid;gap:12px;margin-top:8px}.field{display:grid;gap:8px}.label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.label{font-size:13px;color:var(--muted2);font-weight:650}.input{width:100%;padding:12px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.16);background:#00000038;color:var(--text);outline:none;transition:border-color .2s ease,background .2s ease}.input:focus{border-color:#7c5cff8c;background:#00000047}.link{font-size:13px;color:#ffffffc7;text-decoration:underline;text-underline-offset:3px}.link:hover{color:var(--text)}.auth-submit{width:100%;margin-top:6px}.auth-bottom{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:6px}.auth-legal{margin:14px 0 0;color:var(--muted2)}.auth-social{display:grid;gap:10px;margin-top:14px}.auth-social-btn{width:100%;justify-content:center;gap:10px;border:1px solid rgba(255,255,255,.16);background:#0000002e}.auth-social-btn:hover{background:#0000003d;border-color:#ffffff38}.social-icon{width:26px;height:26px;border-radius:8px;display:inline-grid;place-items:center;font-weight:900;font-size:13px;background:#7c5cff2e;border:1px solid rgba(124,92,255,.35)}.auth-divider{position:relative;margin:14px 0 6px;text-align:center;color:#ffffff8c;font-size:13px}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#ffffff1a}.auth-divider span{position:relative;padding:0 10px;background:#0000}.password-field{position:relative}.password-field .input{padding-right:44px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:18px;line-height:1;color:#ffffffa6;transition:color .15s ease,transform .15s ease}.password-toggle:hover{color:#fffffff2;transform:translateY(-50%) scale(1.08)}.auth-back-btn{position:absolute;top:16px;right:16px;height:42px;padding:0 14px;border-radius:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#ffffff14;border:1px solid rgba(255,255,255,.14);color:#ffffffd9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.auth-back-btn:hover{background:#ffffff24;border-color:#7c5cff8c;box-shadow:0 10px 25px #7c5cff2e;transform:translateY(-1px)}.auth-back-btn:active{transform:scale(.96)}.auth-back-btn svg{opacity:.9}.modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:18px;z-index:50}.modal{width:min(520px,100%);padding:18px}.modal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.modal-title{font-weight:800;font-size:16px}.modal-close{background:transparent;border:1px solid rgba(255,255,255,.18);color:#fffc;border-radius:12px;padding:8px 10px;cursor:pointer}.modal-actions{display:flex;gap:10px;margin-top:14px}.chart-inner{height:100%;background:#05080fc7;border:1px solid rgba(124,92,255,.22);border-radius:16px;padding:12px;box-shadow:inset 0 0 0 1px #ffffff0a}.calc-chart canvas{filter:contrast(1.12) saturate(1.2)}.popup-backdrop{position:fixed;inset:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;display:flex;align-items:center;justify-content:center}.popup-window{width:100%;max-width:520px;padding:22px;border-radius:20px;animation:popupIn .25s ease}.popup-header h4{margin:0;font-size:18px;font-weight:700}.popup-close{background:transparent;border:none;font-size:20px;color:#ffffffb3;cursor:pointer}@keyframes popupIn{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.popup-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center}.popup-container{width:100%;max-width:480px;padding:22px;border-radius:20px;animation:popupShow .25s ease}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.popup-header h3{margin:0;font-size:18px;font-weight:700}.popup-x{background:transparent;border:none;color:#fffc;font-size:20px;cursor:pointer}@keyframes popupShow{0%{transform:translateY(20px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.calculator{padding:64px 0 18px}.calc-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;align-items:start}@media(max-width:980px){.calc-grid{grid-template-columns:1fr}}.calc-panel,.calc-chart{position:relative}.calc-topline,.calc-chart-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.micro{margin-top:10px;font-size:12px;color:#ffffff9e}.micro-error{color:#fb7185eb}.chart-inner{margin-top:14px;min-height:380px}.popup-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px;z-index:50}.popup-container{width:min(720px,94vw);max-width:760px}.popup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.popup-header h3{margin:0;font-size:18px;letter-spacing:-.01em}.popup-x{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#ffffffe6;cursor:pointer;position:relative;z-index:5}.popup-x:hover{background:#ffffff1a}.calc-block{margin-top:12px;padding:14px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}.row-between{display:flex;align-items:center;justify-content:space-between;gap:12px}.label{font-size:12px;color:#ffffffa8}.amount-pill{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff08}.amount-pill__value{font-size:13px;color:#ffffffdb;font-weight:650}.amount-slider{width:100%;margin-top:12px;accent-color:rgba(124,92,255,.95)}.slider-meta{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#ffffff8c}.periods{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.profit-card{margin-top:12px;padding:14px;border-radius:16px;background:#7c5cff1f;border:1px solid rgba(124,92,255,.22)}.profit-card__label{font-size:12px;color:#ffffffad}.profit-card__value{margin-top:8px;font-size:26px;font-weight:800;letter-spacing:-.02em;color:#fffffff2}.profit-card__hint{margin-top:6px;font-size:12px;color:#fff9}.popup-confirm{width:100%;margin-top:14px}@media(max-width:960px){.hero-grid,.grid-3,.funds,.steps,.pricing,.faq{grid-template-columns:1fr}.nav-links{display:none}.hamburger{display:inline-flex;width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;align-items:center;justify-content:center;cursor:pointer}.mobile{display:none;padding:10px 0 16px}.mobile.show{display:block}.mobile a{display:block;padding:10px 12px;border-radius:14px;color:var(--muted)}.mobile a:hover{background:#ffffff0f;color:var(--text)}.cta{flex-direction:column;align-items:flex-start}}.app-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.app-topbar{display:none;position:sticky;top:0;z-index:40;height:58px;padding:0 14px;align-items:center;gap:10px;border-bottom:1px solid rgba(255,255,255,.1);background:#0a0c12b8;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-topbar-title{margin-left:auto;font-weight:750;font-size:14px;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-burger{width:38px;height:38px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;display:grid;gap:5px;align-content:center;justify-items:center;cursor:pointer}.app-burger span{width:16px;height:2px;background:#ffffffd9;border-radius:99px}.app-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#ffffffe6}.app-brand .logo{width:28px;height:28px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.12)}.app-brand .logo img{width:100%;height:100%;object-fit:cover}.app-backdrop{display:none}.app-backdrop.show{display:block;position:fixed;inset:0;z-index:45;background:#0000008c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.app-sidebar{position:sticky;top:0;height:100vh;z-index:50;padding:14px;border-right:1px solid rgba(255,255,255,.1);background:#0a0c128c;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell:has(.app-sidebar.collapsed){grid-template-columns:78px 1fr}.app-sidebar.collapsed{padding:14px 10px}.app-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.sidebar-collapse-btn{display:inline-flex;align-items:center;justify-content:center;height:34px;width:34px;border:1px solid rgba(255,255,255,.14);background:transparent;color:#ffffffd9;cursor:pointer;border-radius:10px;transition:background .18s ease,border-color .18s ease,transform .18s ease}.sidebar-collapse-btn:hover{background:#ffffff0f;border-color:#7c5cff59}.sidebar-collapse-btn:active{transform:translateY(1px)}.app-nav{display:grid;gap:8px;margin-top:10px}.app-nav-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px;text-decoration:none;color:#ffffffd1;border:1px solid rgba(255,255,255,.08);background:#ffffff08;transition:background .18s ease,border-color .18s ease,transform .18s ease}.app-nav-item:hover{background:#ffffff0f;border-color:#ffffff24}.app-nav-item.active{background:#7c5cff24;border-color:#7c5cff59}.app-nav-ico{position:relative;width:28px;height:28px;display:grid;place-items:center;border-radius:12px;background:#0000002e;border:1px solid rgba(255,255,255,.1)}.app-nav-badge{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;border-radius:8px;background:var(--accent, #7c5cff);color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 4px}.app-nav-label{font-weight:700;font-size:13px}.app-sidebar.collapsed .app-nav-item{justify-content:center;padding:10px 0}.app-sidebar.collapsed .app-nav-ico{width:34px;height:34px}.app-sidebar.collapsed .app-nav-label{display:none}.app-sidebar-foot{margin-top:auto;padding-top:12px}.app-logout{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#ffffffd1;cursor:pointer;transition:background .18s ease,border-color .18s ease}.app-logout:hover{background:#ffffff0f;border-color:#ffffff24}.app-sidebar.collapsed .app-logout{justify-content:center;padding:10px 0}.app-sidebar.collapsed .app-logout .app-nav-ico{width:34px;height:34px}.app-content{padding:18px;min-width:0}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.app-topbar{display:flex}.app-sidebar{position:fixed;left:0;top:0;bottom:0;height:100vh;width:280px;transform:translate(-110%);transition:transform .22s ease;z-index:60}.app-sidebar.open{transform:translate(0)}.app-shell:has(.app-sidebar.collapsed){grid-template-columns:1fr}.app-sidebar.collapsed{width:280px;padding:14px}.app-sidebar.collapsed .app-nav-label{display:inline}.app-content{padding:14px}}.brand--empty{height:44px;width:44px}.glass{border:1px solid rgba(255,255,255,.1);background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashpro{display:flex;flex-direction:column;gap:14px}.dashpro-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.dashpro-h1{margin:0;font-size:26px;letter-spacing:-.02em}.dashpro-sub{margin-top:4px}.dashpro-right{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.dashpro-pill{padding:10px 12px;min-width:150px;border-radius:14px}.dashpro-pill__v{font-size:18px;font-weight:700}.dashpro-search-wrap{max-width:400px;position:relative}.dashpro-search{width:100%;padding:12px 44px 12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;color:var(--text);font-size:15px;outline:none;transition:border-color .2s ease,background .2s ease}.dashpro-search-hide{position:absolute;right:10px;top:10px;width:28px;height:28px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0000002e;color:#ffffffe6;cursor:pointer;line-height:1;font-size:18px;display:inline-flex;align-items:center;justify-content:center}.dashpro-search-hide:hover{background:#00000042;border-color:#ffffff2e}.dashpro-search::placeholder{color:var(--muted2)}.dashpro-search:hover{border-color:#ffffff2e}.dashpro-search:focus{border-color:var(--accent);background:#ffffff12}.dashpro-asset-picker{display:flex;flex-direction:column;gap:16px}.dashpro-picker-group{display:flex;flex-direction:column;gap:8px}.dashpro-picker-group-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:0 2px}.dashpro-picker-group-list{display:flex;flex-wrap:wrap;gap:10px}.dashpro-asset-btn{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:var(--text);cursor:pointer;transition:background .2s ease,border-color .2s ease;font-size:14px;font-weight:600}.dashpro-asset-btn:hover{background:#ffffff14;border-color:#ffffff2e}.dashpro-asset-btn.active{background:#7c5cff2e;border-color:#7c5cff66}.dashpro-asset-logo{width:28px;height:28px;border-radius:10px;object-fit:cover;background:#0003}.dashpro-asset-logo-placeholder{width:28px;height:28px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent2));display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800;color:#ffffffe6}.dashpro-asset-label{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashpro-asset-pct{font-size:13px;font-weight:700;margin-left:4px}.dashpro-asset-pct.pos{color:var(--ok)}.dashpro-asset-pct.neg{color:var(--danger)}.dashpro-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:14px}.dashpro-card{border-radius:16px;padding:14px}.dashpro-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.dashpro-card__title{font-weight:800;letter-spacing:-.01em}.dashpro-chart{grid-column:1}.dashpro-asset-head{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.dashpro-fav-btn{padding:8px;border:none;background:#ffffff14;color:#ffffff80;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s,background .2s}.dashpro-fav-btn:hover{background:#ffffff1f;color:#fb7185e6}.dashpro-fav-btn.is-fav{color:#fb7185f2}.dashpro-asset-head-left{display:flex;align-items:center;gap:12px}.dashpro-asset-head-logo{width:44px;height:44px;border-radius:12px;object-fit:cover;background:#0003}.dashpro-asset-head-logo-placeholder{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent2));display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:800;color:#ffffffe6}.dashpro-metrics{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}.dashpro-metric{text-align:right}.dashpro-metric__v{font-weight:800;font-size:16px}.dashpro-metric__v.pos{color:var(--ok)}.dashpro-metric__v.neg{color:var(--danger)}.dashpro-period-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}.dashpro-period-tab{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;padding:8px 12px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.dashpro-period-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--muted2)}.dashpro-period-value{font-size:15px;font-weight:800}.dashpro-period-value.pos{color:var(--ok)}.dashpro-period-value.neg{color:var(--danger)}.dashpro-chart-wrap{position:relative;height:320px;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0000002e}.dashpro-chart-wrap canvas{display:block;filter:contrast(1.08) saturate(1.1)}.dashpro-info{grid-column:2}.dashpro-info-desc{margin:0 0 14px;font-size:14px;line-height:1.55;color:var(--muted);white-space:pre-wrap}.dashpro-info-source{margin-left:8px;font-weight:400}.dashpro-info-actions{display:inline-flex;align-items:center;gap:10px}.dashpro-deep-btn{padding:8px 10px;border-radius:12px;font-size:12px;gap:8px;box-shadow:0 14px 40px #7c5cff29}.dashpro-deep-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:10px;background:#00000029;border:1px solid rgba(255,255,255,.14)}.dashpro-analysis-card{padding:12px;border-radius:16px;background:#0000002e;border:1px solid rgba(255,255,255,.08)}.dashpro-analysis-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.dashpro-analysis-title{font-weight:900;letter-spacing:-.01em;font-size:13px;color:#ffffffe0}.dashpro-analysis-body{color:#ffffffdb;line-height:1.45}.dashpro-analysis-grid2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dashpro-analysis-subcard{padding:10px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dashpro-analysis-subhead{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.dashpro-chip{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffe6}.dashpro-chip--pos{border-color:#22c55e59;background:#22c55e29;color:#22c55e}.dashpro-chip--neg{border-color:#ef444459;background:#ef444429;color:#ef4444}.dashpro-chip--neu{border-color:#eab30847;background:#eab3081a;color:#ffffffe6}.dashpro-analysis-verdict-row{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 8px}.dashpro-analysis-list{margin:0;padding-left:18px;color:#ffffffdb}@media(max-width:860px){.dashpro-analysis-grid2{grid-template-columns:1fr}}.dashpro-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px}.dashpro-modal{width:min(920px,100%);max-height:82vh;overflow:auto;padding:18px;border-radius:22px}.dashpro-modal-head{position:sticky;top:0;z-index:2;padding-bottom:10px;margin-bottom:12px;background:#0a0c12b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08)}.dashpro-modal-grid{padding-bottom:6px}@media(max-width:768px){.dashpro-modal-overlay{padding:12px}.dashpro-modal{width:100%;max-height:90vh;padding:16px}}.dashpro-signal-wrap{margin-bottom:14px;display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px}.dashpro-signal{display:inline-block;padding:6px 12px;border-radius:10px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dashpro-signal--buy{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.35)}.dashpro-signal--hold{background:#eab30833;color:#eab308;border:1px solid rgba(234,179,8,.35)}.dashpro-signal--sell{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.35)}.dashpro-signal-reason{margin:4px 0 0;width:100%;font-size:12px;line-height:1.45;color:var(--muted)}.dashpro-info-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:8px 20px;margin:0}.dashpro-info-list dt{margin:0;font-weight:600}.dashpro-info-list dd{margin:2px 0 0;font-weight:700;font-size:15px}.dashpro-holdings{grid-column:1}.dashpro-list{display:flex;flex-direction:column;gap:10px}.dashpro-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dashpro-row--link{text-decoration:none;color:inherit;cursor:pointer;transition:background .2s ease,border-color .2s ease}.dashpro-row--link:hover{background:#ffffff14;border-color:#ffffff1f}.dashpro-news-title{font-weight:600;font-size:14px;margin-top:2px}.dashpro-row__sym{font-weight:900;letter-spacing:.02em}.dashpro-row__r{text-align:right}.dashpro-row__v{font-weight:800}.dashpro-news{grid-column:2}.dashpro-op-list{display:grid;grid-template-columns:1fr;gap:10px}.dashpro-op{padding:12px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.dashpro-op__top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.dashpro-op__q{font-size:14px;line-height:1.5;opacity:.95}.dashpro-empty{padding:18px;border-radius:14px;background:#ffffff08;border:1px dashed rgba(255,255,255,.12)}@media(max-width:960px){.dashpro-grid{grid-template-columns:1fr}.dashpro-chart,.dashpro-info,.dashpro-news{grid-column:auto}.dashpro-op-list{grid-template-columns:1fr}.dashpro-asset-head-left{width:100%}.dashpro-metrics{width:100%;justify-content:flex-start}.dashpro-period-tabs{gap:8px}.dashpro-asset-btn{flex:1 1 auto;min-width:140px}}.settings-page{padding-bottom:48px}.settings-page .container{max-width:720px}.profile-hero{border-radius:24px;overflow:hidden;margin-bottom:20px;position:relative;box-shadow:0 20px 50px #00000059,0 0 0 1px #ffffff0f}.profile-hero__banner{aspect-ratio:1200 / 280;max-height:240px;width:100%;position:relative;overflow:hidden;background:linear-gradient(135deg,#0c4a6e,#4c1d95,#82112e)}.profile-hero__banner img{width:100%;height:100%;object-fit:cover;display:block}.profile-hero__banner-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.5) 100%);pointer-events:none}.profile-hero__body{position:relative;padding:0 24px 24px;margin-top:-52px}.profile-hero__avatar-wrap{margin-bottom:12px}.profile-hero__avatar{width:96px;height:96px;border-radius:50%;overflow:hidden;border:4px solid rgba(15,15,22,.95);background:#ffffff14;box-shadow:0 8px 32px #0006;display:flex;align-items:center;justify-content:center}.profile-hero__avatar img{width:100%;height:100%;object-fit:cover}.profile-hero__avatar-initial{font-size:40px;font-weight:800;color:#22d3eee6;text-shadow:0 0 20px rgba(34,211,238,.3)}.profile-hero__name{margin:0 0 4px;font-size:28px;font-weight:800;letter-spacing:-.03em;color:#fffffffa;line-height:1.2}.profile-hero__email{margin:0 0 16px;font-size:14px}.profile-hero__contacts{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.profile-hero__contact{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;font-size:13px;font-weight:600;text-decoration:none;color:#ffffffe6;background:#ffffff14;border:1px solid rgba(255,255,255,.12);transition:background .2s,border-color .2s,transform .1s}.profile-hero__contact:hover{background:#7c5cff33;border-color:#7c5cff66;color:#fffffffa}.profile-hero__contact--text{cursor:default}.profile-hero__contact--empty{padding:8px 14px;font-size:13px;font-weight:500}.profile-hero__contact-icon{flex-shrink:0;width:20px;height:20px;opacity:.95}.profile-hero--skeleton .profile-hero__banner{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:200% 100%;animation:profile-skeleton 1.2s ease-in-out infinite}.profile-hero--skeleton .profile-hero__avatar{width:96px;height:96px;border-radius:50%;background:#ffffff0f}.profile-hero--skeleton .profile-hero__name{width:180px;height:32px;border-radius:8px;background:#ffffff0f}@keyframes profile-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-edit-toggle{width:100%;max-width:720px;margin-bottom:20px;padding:14px 20px;border-radius:16px;font-weight:600;font-size:15px;border:1px solid rgba(255,255,255,.14);background:#0003;color:#ffffffe6;cursor:pointer;transition:background .2s,border-color .2s}.profile-edit-toggle:hover{background:#7c5cff26;border-color:#7c5cff59}.settings-form{padding:24px;border-radius:22px;max-width:720px;margin-bottom:24px}.settings-section{margin-bottom:28px}.settings-section:last-of-type{margin-bottom:20px}.settings-section-title{margin:0 0 16px;font-size:18px;font-weight:700;color:var(--text)}.settings-hint{margin:-8px 0 12px;font-size:13px;color:var(--muted)}.settings-fields{display:flex;flex-direction:column;gap:16px}.settings-input{width:100%;padding:12px 16px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#0003;color:var(--text);font-size:15px}.settings-input::placeholder{color:var(--muted)}.settings-input:focus{outline:none;border-color:#22d3ee80;box-shadow:0 0 0 2px #22d3ee26}.settings-avatar-row{display:flex;align-items:flex-start;gap:20px;flex-wrap:wrap}.settings-avatar-preview{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#ffffff0f;border:2px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}.settings-avatar-preview img{width:100%;height:100%;object-fit:cover}.settings-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:700;color:#22d3eecc;background:#22d3ee1a}.settings-avatar-field{flex:1;min-width:200px;display:flex;flex-direction:column;gap:10px}.settings-file-input-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}.btn-upload-avatar{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 22px;border-radius:14px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s,transform .1s;border:1px solid rgba(34,211,238,.45);background:#22d3ee26;color:#22d3eefa;width:fit-content}.btn-upload-avatar-icon{display:flex;align-items:center;justify-content:center;opacity:.95}.btn-upload-avatar:hover{background:#22d3ee40;border-color:#22d3ee99}.btn-upload-avatar:active{transform:scale(.98)}.settings-file-input-hidden:disabled~.btn-upload-avatar{opacity:.7;cursor:not-allowed;pointer-events:none}.settings-avatar-hint{margin:0;font-size:13px;color:var(--muted)}.settings-banner-upload-row{margin-bottom:16px}.btn-upload-banner{margin-bottom:4px}.settings-banner-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.settings-banner-option{aspect-ratio:4 / 1;border-radius:12px;overflow:hidden;border:2px solid rgba(255,255,255,.12);background:#0003;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:border-color .2s,box-shadow .2s}.settings-banner-option:hover{border-color:#7c5cff66}.settings-banner-option--active{border-color:#22d3eeb3;box-shadow:0 0 0 2px #22d3ee40}.settings-banner-option img{width:100%;height:100%;object-fit:cover;display:block}.settings-banner-option-none{font-size:12px;font-weight:600;color:var(--muted)}.settings-message{padding:12px 16px;border-radius:12px;margin-bottom:16px;font-size:14px}.settings-message--ok{background:#22d3ee1f;border:1px solid rgba(34,211,238,.3);color:#22d3eef2}.settings-message--err{background:#fb71851f;border:1px solid rgba(251,113,133,.3);color:#fb7185f2}.settings-actions{margin-top:8px}.settings-save{padding:12px 24px;border-radius:14px;font-weight:600;font-size:15px}.settings-save:disabled{opacity:.7;cursor:not-allowed}.settings-extra{margin-top:24px;padding:16px 20px;border-radius:16px;max-width:720px}.settings-extra-title{margin:0 0 6px;font-size:14px;font-weight:600;color:var(--muted)}.settings-extra-text{margin:0}@media(max-width:768px){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}input,select,textarea,.input,.trade-search-input{font-size:16px!important}}@media(max-width:768px){.container{width:calc(100% - 20px);margin-left:10px;margin-right:10px}.app-content{padding:12px 10px 24px}}@media(max-width:480px){.app-content{padding:10px 8px 20px}}@media(max-width:768px){.dashpro-head{flex-direction:column;align-items:flex-start;gap:10px}.dashpro-h1{font-size:22px}.dashpro-right{width:100%}.dashpro-pill{min-width:0;flex:1 1 auto}.dashpro-search-wrap{max-width:none;width:100%}.dashpro-chart-wrap{height:260px}.dashpro-period-tabs{gap:8px}.dashpro-period-tab{padding:10px 12px;min-height:44px}.dashpro-asset-btn{min-width:0;padding:12px 14px;min-height:48px}.dashpro-asset-head{flex-direction:column;align-items:flex-start}.dashpro-fav-btn{min-width:44px;min-height:44px;padding:10px}.dashpro-card{padding:12px}.dashpro-info-list{grid-template-columns:1fr}}@media(max-width:480px){.dashpro-h1{font-size:20px}.dashpro-chart-wrap{height:220px}.dashpro-asset-label{max-width:100px}}@media(max-width:768px){.dash-page{padding:20px 0 40px}.dash-head{flex-direction:column;align-items:flex-start;gap:12px}.dash-title{font-size:26px}.dash-actions{width:100%;justify-content:flex-start}.dash-grid{grid-template-columns:1fr;gap:12px}.dash-card__value{font-size:28px}.dash-mid,.dash-bottom{grid-template-columns:1fr;gap:12px}.dash-chart__head{flex-direction:column;align-items:flex-start;gap:10px}.seg{width:100%;justify-content:flex-start}.seg-btn{min-height:44px;padding:0 14px}.chart-wrap{height:280px}.donut-wrap{height:200px}.dash-table__top{flex-direction:column;align-items:stretch}.table-controls{width:100%}.table-search{width:100%;min-width:0}.table-wrap{margin:0 -8px;border-radius:12px}.table{min-width:700px;font-size:13px}.table thead th,.table tbody td{padding:10px 8px}.qa{grid-template-columns:1fr}.activity-item{flex-direction:column;align-items:flex-start;gap:8px}}@media(max-width:480px){.dash-title{font-size:22px}.dash-card{padding:14px}.dash-card__value{font-size:24px}.chart-wrap{height:240px}}@media(max-width:768px){.wallet2-page{padding:16px 0 40px}.wallet2-grid{grid-template-columns:1fr;gap:12px}.wallet2-cash{min-width:0}}@media(max-width:768px){.auth-page{padding:24px 16px;align-items:flex-start;padding-top:max(24px,env(safe-area-inset-top))}.auth-card{padding:20px 16px}.auth-title{font-size:28px}}@media(max-width:480px){.auth-title{font-size:24px}.auth-card{padding:16px 12px}}@media(max-width:768px){.modal-overlay{padding:12px;align-items:flex-end}.modal{width:100%;max-width:none;max-height:90vh;overflow-y:auto;padding:16px;border-radius:20px 20px 0 0;margin:0}.modal-head{flex-wrap:wrap}.modal-title{font-size:18px}.modal-close{min-width:44px;min-height:44px;padding:0;display:inline-flex;align-items:center;justify-content:center}.trade-mode{grid-template-columns:1fr}.trade-quick{grid-template-columns:repeat(3,1fr);gap:8px}.trade-quick .btn{min-height:44px}.trade-confirm{min-height:48px;width:100%}}@media(max-width:768px){.btn:not(.micro):not(.app-burger){min-height:44px;padding:12px 18px}.select{min-height:48px;padding:12px 14px}.row-actions .btn{min-height:40px;padding:8px 12px}}@media(max-width:768px){.settings-page,[class*=settings]{padding:16px 0}}@media(max-width:768px){.chat-wrap,[class*=chat]{padding:12px}}@media(max-width:768px){.tx-table-wrap,.table-wrap{-webkit-overflow-scrolling:touch}}@media(max-width:480px){.dashpro-empty,.dashpro-op,.dashpro-row{padding:12px}}
