@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");:root{--bg:#070b14;--panel:rgba(15,23,42,.78);--border:rgba(148,163,184,.16);--text:#f8fafc;--muted:#94a3b8;--soft:#cbd5e1;--blue:#38bdf8;--violet:#a78bfa;--green:#22c55e;--red:#fb7185;--radius:24px}body,html{padding:0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:radial-gradient(circle at 12% 10%,rgba(56,189,248,.18),transparent 30%),radial-gradient(circle at 88% 8%,rgba(167,139,250,.16),transparent 34%),linear-gradient(180deg,#0b1020 0,var(--bg) 42%,#05070d 100%);color:var(--text)}*{box-sizing:border-box}button,textarea{font-family:inherit}button{transition:transform .16s ease,opacity .16s ease,border-color .16s ease,background .16s ease}button:hover:not(:disabled){transform:translateY(-1px)}button:disabled{opacity:.48;cursor:not-allowed}.appShell{width:min(1280px,calc(100% - 32px));margin:0 auto;padding:24px 0 44px}.topbar{position:-webkit-sticky;position:sticky;top:12px;z-index:10;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--border);border-radius:22px;background:rgba(7,11,20,.78);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 18px 60px rgba(0,0,0,.28)}.brand,.topbar{display:flex;align-items:center}.brand{gap:12px}.brandMark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff;font-weight:900;letter-spacing:-.05em}.brand strong{display:block;font-size:16px;letter-spacing:-.02em}.brand span,.footer span{display:block;color:var(--muted);font-size:12px}.accountBox,.topbarRight{display:flex;align-items:center;gap:12px}.accountBox span{color:var(--soft);font-size:13px}.statusPill{color:#bae6fd;border:1px solid rgba(56,189,248,.24);background:rgba(56,189,248,.08);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700}.hero{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:24px;gap:24px;margin:34px 0 24px;align-items:stretch}.card,.dashboard,.heroPanel,.heroText{border:1px solid var(--border);border-radius:var(--radius);background:var(--panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 28px 90px rgba(0,0,0,.25)}.heroText{padding:clamp(28px,5vw,48px)}.heroPanel{padding:26px;align-self:stretch;display:flex;flex-direction:column;justify-content:center}.heroPanel p,.heroPanel span{color:var(--muted)}.heroPanel strong{font-size:28px;line-height:1.05;margin:8px 0 14px}.eyebrow,.stepLabel{color:var(--blue);text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900}h1{font-size:clamp(34px,4.8vw,58px);line-height:1.02;letter-spacing:-.055em;margin:12px 0 20px}h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px);letter-spacing:-.04em}h3{margin:0 0 12px;letter-spacing:-.02em}p{color:var(--muted);line-height:1.6}.subtitle{max-width:780px;color:var(--soft);font-size:18px}.flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:30px}.stepBadge{border:1px solid var(--border);background:rgba(2,6,23,.38);border-radius:18px;padding:14px}.stepBadge.active{border-color:rgba(56,189,248,.38);background:rgba(56,189,248,.08)}.stepBadge span{color:var(--blue);font-weight:900;font-size:12px}.stepBadge p{margin:6px 0 0;color:var(--soft);font-size:13px;line-height:1.35}.card,.dashboard{padding:24px;margin-bottom:22px}.sectionHeader{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:18px}.sectionHeader p{margin:6px 0 0}.chatInput textarea,.tradeInput{width:100%;border:1px solid rgba(148,163,184,.18);border-radius:20px;background:rgba(2,6,23,.52);color:var(--text);padding:18px;resize:vertical;outline:none;line-height:1.55;font-size:14px}.chatInput textarea:focus,.tradeInput:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(56,189,248,.08)}.btn{border:1px solid transparent;border-radius:14px;padding:12px 18px;cursor:pointer;font-weight:800;font-size:14px;white-space:nowrap}.btn.primary{color:#03111f;background:linear-gradient(135deg,#67e8f9,var(--blue))}.btn.ai{color:#fff;background:linear-gradient(135deg,var(--blue),var(--violet))}.btn.ghost{color:var(--text);background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.1)}.btn.muted{color:var(--soft);background:rgba(148,163,184,.09);border-color:rgba(148,163,184,.12)}.btn.small{padding:8px 12px;font-size:12px}.actions,.quickQuestions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.notice{margin-top:14px;font-weight:800}.notice.success{color:#86efac}.notice.error{color:#fda4af}.warningBox{border:1px solid rgba(250,204,21,.24);background:rgba(250,204,21,.08);color:#fde68a;border-radius:18px;padding:14px 16px;margin-bottom:16px}.metricsGrid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:14px;gap:14px}.metric{min-height:124px;padding:18px;border-radius:22px;background:rgba(2,6,23,.48);border:1px solid var(--border)}.metric.good{border-color:rgba(34,197,94,.28)}.metric.bad{border-color:rgba(251,113,133,.28)}.metric.ai{border-color:rgba(167,139,250,.34)}.metric span{display:block;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:10px}.metric strong{display:block;font-size:23px;letter-spacing:-.04em;word-break:break-word}.metric small{display:block;margin-top:8px;color:#718096}.tableWrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:1120px}td,th{border-bottom:1px solid rgba(148,163,184,.12);padding:13px 12px;text-align:left;white-space:nowrap;font-size:13px}th{color:#94a3b8;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.positive{color:#86efac;font-weight:900}.negative{color:#fca5a5;font-weight:900}.sidePill{display:inline-flex;border-radius:999px;padding:5px 9px;font-weight:900;font-size:11px}.sidePill.long{color:#86efac;background:rgba(34,197,94,.1)}.sidePill.short{color:#fca5a5;background:rgba(251,113,133,.1)}.dangerSmall{padding:7px 10px;border-radius:10px;border:0;background:hsla(0,91%,71%,.14);color:#fca5a5;font-weight:800;cursor:pointer}.analysisCard{border-color:rgba(56,189,248,.28)}.analysisSummary{color:#dbeafe;font-size:18px;line-height:1.75}.analysisGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:20px}.analysisPanel{border:1px solid var(--border);border-radius:20px;background:rgba(2,6,23,.38);padding:18px}.analysisPanel:nth-child(7){grid-column:1/-1}.analysisPanel ul{margin:0;padding-left:20px;color:#dbeafe;line-height:1.65}.analysisPanel li{margin-bottom:10px}.humanCard{border-color:rgba(34,197,94,.24)}.humanMessage{color:#e5edff;font-size:20px;line-height:1.75;white-space:pre-wrap}.coachChat{border-color:rgba(167,139,250,.26)}.chip{border:1px solid rgba(167,139,250,.22);background:rgba(167,139,250,.08);color:#ddd6fe;border-radius:999px;padding:9px 12px;cursor:pointer;font-weight:700}.chatBox{display:grid;grid-gap:14px;gap:14px;margin:18px 0}.chatMessage{border-radius:18px;padding:16px;border:1px solid hsla(0,0%,100%,.1)}.chatMessage.user{background:rgba(56,189,248,.1)}.chatMessage.assistant{background:rgba(167,139,250,.12)}.chatMessage strong{display:block;margin-bottom:8px}.chatMessage p{margin:0;color:#e5edff;line-height:1.65;white-space:pre-wrap}.chatInput{display:grid;grid-gap:12px;gap:12px}.chatInput textarea{min-height:96px}.empty{border:1px dashed rgba(148,163,184,.22);border-radius:18px;padding:28px;color:var(--muted);background:rgba(2,6,23,.24)}.footer{display:flex;justify-content:space-between;gap:12px;padding:8px 4px}@media (max-width:1100px){.flow,.hero{grid-template-columns:1fr}.metricsGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:860px){.footer,.sectionHeader,.topbar,.topbarRight{display:block}.topbarRight{margin-top:12px}.accountBox{margin-top:10px}.analysisGrid{grid-template-columns:1fr}.analysisPanel:nth-child(7){grid-column:auto}.metricsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}h1{font-size:44px}}@media (max-width:560px){.metricsGrid{grid-template-columns:1fr}.btn{width:100%}}.langSwitcher{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1)}.langSwitcher button{border:0;border-radius:999px;padding:7px 9px;background:transparent;color:var(--muted);font-weight:900;font-size:11px;cursor:pointer}.langSwitcher button.active{background:linear-gradient(135deg,var(--blue),var(--violet));color:#fff}.analyticsCard{overflow:hidden}.analyticsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:22px}.chartPanel{border:1px solid hsla(0,0%,100%,.08);border-radius:24px;padding:18px;background:hsla(0,0%,100%,.035);overflow:hidden}.chartPanel.wide{grid-column:1/-1}.chartHeader{display:flex;justify-content:space-between;gap:14px;align-items:baseline;margin-bottom:14px}.chartHeader h3{margin:0;font-size:16px}.chartHeader p{margin:0;color:var(--muted);font-size:13px}.svgChart,.svgChartWrap{width:100%}.svgChart{height:230px;display:block}.svgChart line{stroke:hsla(0,0%,100%,.12);stroke-width:1}.equityPath{fill:none;stroke:rgba(91,141,255,.95);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.equityDot{fill:hsla(0,0%,100%,.9);stroke:#5b8dff;stroke-width:2}.chartAxisLabels{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-top:4px}.barChart{grid-gap:10px}.barChart,.barRow{display:grid;gap:10px}.barRow{grid-template-columns:minmax(82px,120px) 1fr minmax(76px,auto);grid-gap:10px;align-items:center}.barLabel{color:var(--text);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barTrack{height:10px;background:hsla(0,0%,100%,.08);overflow:hidden}.barFill,.barTrack{border-radius:999px}.barFill{height:100%}.barFill.positive{background:rgba(52,211,153,.85)}.barFill.negative{background:hsla(0,91%,71%,.85)}.barValue{text-align:right;font-weight:800;font-size:12px}.chartEmpty{min-height:120px;display:grid;place-items:center}@media (max-width:900px){.analyticsGrid{grid-template-columns:1fr}.barRow{grid-template-columns:82px 1fr 70px}}.chartPanel{max-height:360px;display:flex;flex-direction:column}.chartPanel .barChart{max-height:250px;overflow-y:auto;padding-right:6px}.chartPanel .barChart::-webkit-scrollbar{width:6px}.chartPanel .barChart::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.18);border-radius:999px}.chartPanel.wide{max-height:none}.chartPanel.wide .svgChartWrap{overflow:hidden}@media (max-width:760px){.header,.topbar,header{align-items:flex-start}.topbar{flex-direction:column;gap:14px}.brand{width:100%}.authBar,.navActions,.topActions,.userBar{width:100%;flex-wrap:wrap;justify-content:flex-start;gap:8px}.langSwitch,.languageSwitcher{flex-wrap:wrap}.emailPill,.statusPill,.userEmail{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.hero h1{font-size:clamp(30px,9vw,46px);line-height:1.05}.chartPanel{max-height:330px}.chartPanel .barChart{max-height:220px}}.heroText{position:relative;overflow:hidden}.heroText:before{content:"";position:absolute;width:420px;height:420px;right:-170px;top:-180px;background:radial-gradient(circle,rgba(56,189,248,.22),transparent 62%);pointer-events:none}.heroKicker{display:inline-flex;align-items:center;gap:8px;color:#dbeafe;border:1px solid rgba(125,211,252,.18);background:rgba(14,165,233,.08);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800;margin-top:10px}.heroCtas{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.heroBtn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.trustRow{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.trustRow span{color:var(--soft);border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.045);border-radius:999px;padding:9px 11px;font-size:12px;font-weight:800}.heroPanelDivider{width:100%;height:1px;background:hsla(0,0%,100%,.1);margin:20px 0}.heroMiniCard{border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.04);border-radius:18px;padding:14px;margin-top:12px}.heroMiniCard b{display:block;color:var(--text);margin-bottom:6px}.heroMiniCard span{display:block;font-size:13px;line-height:1.45}.valueSection{margin-bottom:22px}.valueIntro{max-width:920px;margin:0 0 16px}.valueIntro h2{max-width:960px;font-size:clamp(24px,3.2vw,40px)}.valueGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.valueCard{border:1px solid var(--border);border-radius:24px;background:hsla(0,0%,100%,.045);padding:22px;box-shadow:0 18px 60px rgba(0,0,0,.18)}.valueCard span{color:var(--blue);font-weight:950;letter-spacing:.14em;font-size:12px}.valueCard h3{margin-top:12px}.valueCard p{margin-bottom:0;font-size:14px}.uploadCard{border-color:rgba(56,189,248,.22)}@media (max-width:900px){.valueGrid{grid-template-columns:1fr}.heroCtas .btn{flex:1 1 190px}.trustRow span{width:100%}}@media (max-width:760px){.topbarRight{display:grid;grid-template-columns:1fr auto;width:100%;grid-gap:8px;gap:8px;align-items:center}.langSwitcher{grid-column:1/-1;width:100%;justify-content:flex-start}.statusPill{padding:7px 10px;font-size:11px;line-height:1;white-space:nowrap;justify-self:start}.accountBox{min-width:0;justify-self:end;gap:8px}.accountBox span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.accountBox .btn.small{padding:7px 9px}}@media (max-width:420px){.accountBox span{max-width:112px}.statusPill{padding:7px 9px}}.helpTopButton{border-color:rgba(125,211,252,.16)}.modalOverlay{position:fixed;inset:0;z-index:100;background:rgba(2,6,23,.78);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);display:grid;place-items:center;padding:20px}.helpModal{width:min(1080px,100%);max-height:min(860px,92vh);overflow:hidden;display:flex;flex-direction:column;border:1px solid hsla(0,0%,100%,.12);border-radius:28px;background:rgba(7,11,20,.96);box-shadow:0 40px 140px rgba(0,0,0,.55)}.helpModalHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 24px 14px;border-bottom:1px solid hsla(0,0%,100%,.08)}.helpModalHeader h2{margin-top:4px}.helpModalHeader p{margin:6px 0 0;max-width:860px}.modalClose{width:42px;height:42px;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;background:hsla(0,0%,100%,.06);color:var(--text);font-size:28px;line-height:1;cursor:pointer;flex:0 0 auto}.helpModalBody{overflow-y:auto;padding:20px 24px}.helpScreenshotCard{border:1px solid hsla(0,0%,100%,.1);border-radius:22px;background:hsla(0,0%,100%,.04);padding:14px;margin-bottom:18px}.helpScreenshotCard img{width:100%;display:block;border-radius:16px;border:1px solid hsla(0,0%,100%,.08)}.helpScreenshotCard p{margin:10px 4px 0;font-size:13px}.helpSteps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px;margin-bottom:18px}.helpStep{border:1px solid hsla(0,0%,100%,.09);border-radius:18px;padding:16px;background:hsla(0,0%,100%,.035)}.helpStep b{display:block;color:var(--text);margin-bottom:8px}.helpStep p{font-size:13px;margin:0}.helpInfoGrid{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:12px;gap:12px}.helpInfoCard{border:1px solid hsla(0,0%,100%,.09);border-radius:20px;padding:18px;background:hsla(0,0%,100%,.035)}.helpInfoCard.accent{border-color:rgba(56,189,248,.22);background:rgba(56,189,248,.07)}.helpInfoCard h3{margin-bottom:8px}.helpInfoCard p{margin-top:0;font-size:14px}.helpInfoCard ul{margin:12px 0 0;padding-left:18px;color:var(--soft);line-height:1.7;font-size:14px}.helpModalFooter{display:flex;justify-content:flex-end;padding:14px 24px 24px;border-top:1px solid hsla(0,0%,100%,.08)}@media (max-width:900px){.helpInfoGrid,.helpSteps{grid-template-columns:1fr}}@media (max-width:760px){.modalOverlay{padding:0;place-items:stretch}.helpModal{width:100%;max-height:100vh;min-height:100vh;border-radius:0;border-left:0;border-right:0}.helpModalHeader{padding:18px 16px 12px}.helpModalHeader h2{font-size:24px}.helpModalBody{padding:14px 16px}.helpScreenshotCard{padding:10px}.helpModalFooter{padding:12px 16px 18px}.helpModalFooter .btn{width:100%}.helpTopButton{justify-self:start}}.btn.helpButtonBright{color:#fff7ed;background:linear-gradient(135deg,#f97316,#ef4444);border-color:hsla(0,91%,71%,.55);box-shadow:0 12px 34px rgba(239,68,68,.22)}.btn.helpButtonBright:hover{filter:brightness(1.08);transform:translateY(-1px)}.uploadHeaderActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.helpTopButton{animation:helpPulse 2.6s ease-in-out infinite}@keyframes helpPulse{0%,to{box-shadow:0 0 0 0 rgba(249,115,22,.32),0 12px 34px rgba(239,68,68,.18)}50%{box-shadow:0 0 0 7px rgba(249,115,22,0),0 12px 34px rgba(239,68,68,.28)}}@media (max-width:760px){.uploadHeaderActions{width:100%;justify-content:stretch}.uploadHeaderActions .btn{flex:1 1 150px}.helpTopButton{grid-column:1/-1;width:100%;justify-content:center}}.brandMark.logoMark{padding:0;overflow:hidden;background:rgba(2,6,23,.64);border:1px solid hsla(0,0%,100%,.12);box-shadow:0 10px 30px rgba(56,189,248,.16)}.brandMark.logoMark img{width:100%;height:100%;object-fit:cover;display:block}.heroLogoFull{width:100%;max-width:310px;align-self:flex-start;display:block;border-radius:18px;border:1px solid hsla(0,0%,100%,.08);margin-bottom:18px;box-shadow:0 16px 50px rgba(0,0,0,.22)}@media (max-width:760px){.heroLogoFull{max-width:260px}}.btn.telegramButton{color:#e0f2fe;background:linear-gradient(135deg,rgba(14,165,233,.92),rgba(37,99,235,.92));border-color:rgba(125,211,252,.34);box-shadow:0 10px 28px rgba(14,165,233,.18);text-decoration:none}.btn.telegramButton:hover,.telegramFooterLink:hover{filter:brightness(1.08)}.telegramFooterLink{color:#7dd3fc;text-decoration:none;font-weight:900;border:1px solid rgba(125,211,252,.22);background:rgba(14,165,233,.08);padding:8px 12px;border-radius:999px}@media (max-width:760px){.telegramButton{grid-column:1/-1;width:100%;justify-content:center}.footer{gap:10px}.telegramFooterLink{width:100%;text-align:center}}.telegramInlineLink{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;color:#e0f2fe;background:linear-gradient(135deg,rgba(14,165,233,.92),rgba(37,99,235,.92));border:1px solid rgba(125,211,252,.34);border-radius:999px;padding:10px 14px;font-weight:900;text-decoration:none;box-shadow:0 10px 28px rgba(14,165,233,.18)}.telegramInlineLink:hover{filter:brightness(1.08)}