.trady-home{
      --bg:#0b0d10; --bg-alt:#0f1318; --surface:#12161b; --surface-2:#171d25;
      --field:#1d2530; --text:#e9ebef; --muted:#a4acb8; --faint:#778394;
      --blue:var(--green); --blue-hover:var(--green2, #1688f7); --blue-active:var(--green-active, #005fc7); --blue-light:var(--green-light, #4da3ff);
      --blue-tint:rgba(var(--green-rgb),.12); --blue-line:rgba(var(--green-rgb),.30);
      --positive:#20c997; --negative:#ff4864; --line:rgba(136,165,197,.13);
      --on-blue:#fff; --on-media:#f5f8fc; --media-bg:#090c11; --media-muted:#a4acb8;
      --header:rgba(11,13,16,.94); --shadow:0 28px 70px rgba(0,0,0,.24);
      --blue-section:var(--green); --blue-ink:#fff; --radius:8px;
      color-scheme:dark;
    }
html[data-theme="light"] .trady-home{
      --bg:#f4f7fb; --bg-alt:#edf3f9; --surface:#fff; --surface-2:#f7f9fc;
      --field:#eaf0f7; --text:#0b1726; --muted:#5f6f83; --faint:#5f6f83; --blue-light:var(--green);
      --blue-tint:rgba(var(--green-rgb),.08); --blue-line:rgba(var(--green-rgb),.22);
      --positive:#087a50; --negative:#c42d46; --line:rgba(22,52,82,.11);
      --header:rgba(244,247,251,.95); --shadow:0 28px 70px rgba(23,73,120,.10);
      color-scheme:light;
    }
.trady-home *,.trady-home *::before,.trady-home *::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:100px}
.trady-home{margin:0;min-width:0;font:14px/1.55 Manrope, system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}
.trady-home,.trady-home header,.trady-home .panel,.trady-home .product,.trady-home .market-table,.trady-home .watchlist,.trady-home .guide,.trady-home .feature,.trady-home .faq-item{transition:background-color 240ms,color 240ms,border-color 240ms}
body.trady-dialog-open{overflow:hidden}
.trady-home [hidden]{display:none!important}
.trady-home h1,.trady-home h2,.trady-home h3,.trady-home h4,.trady-home p{margin:0}
.trady-home button,.trady-home input,.trady-home select{font:inherit}
.trady-home button,.trady-home a{-webkit-tap-highlight-color:transparent}
.trady-home button{cursor:pointer}
.trady-home button,.trady-home select{color:inherit}
.trady-home a{color:inherit;text-decoration:none}
.trady-home img,.trady-home svg,.trady-home video{display:block;max-width:100%}
.trady-home img{height:auto}
.trady-home button svg{pointer-events:none}
.trady-home :focus-visible{outline:3px solid var(--blue-light);outline-offset:4px}
.trady-home ::selection{background:var(--blue);color:white}
.trady-home .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.trady-home .skip{position:fixed;z-index:1000;top:10px;left:10px;padding:10px 20px;background:var(--blue);color:white;transform:translateY(-180%)}
.trady-home .skip:focus{transform:none}
.trady-home .wrap{width:min(1280px,calc(100% - 88px));margin-inline:auto}
.trady-home .section{padding-block:88px}
.trady-home .section-soft{background:var(--bg-alt)}
.trady-home .icon{width:21px;height:21px;flex:none;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.trady-home .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 23px;border:1px solid transparent;border-radius:6px;background:var(--surface-2);color:var(--text);font-size:13px;font-weight:600;transition:background 200ms,transform 200ms,border-color 200ms}
.trady-home .btn:hover{transform:translateY(-2px);background:var(--field)}
.trady-home .btn:active{transform:translateY(0)}
.trady-home .btn-primary{background:var(--blue);color:var(--on-blue)}
.trady-home .btn-primary:hover{background:var(--blue-hover)}
.trady-home .btn-primary:active{background:var(--blue-active)}
.trady-home .btn-outline{border-color:var(--line);background:transparent}
.trady-home .btn .icon{width:17px;height:17px}
.trady-home .text-link{min-height:40px;display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:13px;font-weight:550}
.trady-home .text-link .icon{width:16px;height:16px;transition:transform 220ms}
.trady-home .text-link:hover .icon{transform:translateX(2px)}
.trady-home .text-link:hover{color:var(--blue-light)}
.trady-home .icon-button{width:42px;height:42px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--muted);transition:background 200ms,color 200ms}
.trady-home .icon-button:hover{background:var(--field);color:var(--text)}
.trady-home .hero{position:relative;overflow:hidden}
.trady-home .hero-grid{position:relative;display:grid;grid-template-columns:1.05fr 1fr;min-height:562px;align-items:center;gap:22px}
.trady-home .hero-copy{position:relative;z-index:2;padding-block:65px}
.trady-home .hero h1{font-size:54px;line-height:1.14;font-weight:650;max-width:650px}
.trady-home .hero h1 span{color:var(--blue-light)}
html[data-theme="light"] .trady-home .hero h1 span{color:var(--blue)}
.trady-home .hero-description{max-width:445px;margin:22px 0 26px;color:var(--muted);font-size:15px;line-height:1.85}
.trady-home .signup-form{max-width:456px;display:flex;gap:5px;padding:5px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}
.trady-home .signup-form:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-tint)}
.trady-home .signup-form input{width:0;flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);padding:0 13px;font-size:12px}
.trady-home .signup-form input::placeholder{color:var(--faint)}
.trady-home .signup-form .btn{min-height:44px;padding:0 20px}
.trady-home .hero-points{display:flex;align-items:center;gap:22px;margin-top:24px;font-size:11px;color:var(--muted)}
.trady-home .hero-points span{display:inline-flex;align-items:center;gap:7px}
.trady-home .hero-points .icon{width:15px;height:15px;color:var(--blue-light)}
.trady-home .hero-art{position:relative;min-width:0;height:490px;display:flex;align-items:center;justify-content:center}
.trady-home .hero-art::before{content:"";position:absolute;inset:55px 18px;background:linear-gradient(125deg,transparent 28%,var(--blue-tint) 28.2%,transparent 62%);clip-path:polygon(25% 0,100% 0,75% 100%,0 100%);opacity:.6}
.trady-home .hero-render{position:relative;width:115%;max-width:none;flex-shrink:0;animation:trady-hero-drift 9s ease-in-out infinite;filter:drop-shadow(0 30px 23px rgba(0,0,0,.16));pointer-events:none}
.trady-home .art-note{position:absolute;left:35px;bottom:37px;display:flex;align-items:center;gap:10px;color:var(--muted);font-size:10px}
.trady-home .art-note::before{content:"";width:26px;height:1px;background:var(--blue-light)}
.trady-home .announcement{background:var(--bg-alt);border-block:1px solid var(--line)}
.trady-home .announcement-inner{min-height:48px;display:flex;align-items:center;gap:13px;font-size:11px}
.trady-home .announcement .icon{width:16px;height:16px;color:var(--blue-light)}
.trady-home .announcement-text{flex:1;color:var(--muted)}
.trady-home .announcement a{font-size:11px;color:var(--blue-light)}
.trady-home .products-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:28px auto 0}
.trady-home .product{position:relative;display:block;min-height:168px;padding:22px 21px;background:var(--surface);border-radius:8px;overflow:hidden}
.trady-home .product:hover{background:var(--surface-2)}
.trady-home .product small{color:var(--muted);font-size:10px}
.trady-home .product h2{font-weight:600;font-size:17px;margin-top:8px;max-width:145px}
.trady-home .product .text-link{position:absolute;left:21px;bottom:15px;font-size:10px;color:var(--blue-light)}
.trady-home .product-art{position:absolute;right:10px;bottom:19px;width:78px;height:78px;color:var(--blue-light);transition:transform 300ms}
.trady-home .product:hover .product-art{transform:translateY(-2px) rotate(-3deg)}
.trady-home .section-head{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:30px}
.trady-home .section-head h2,.trady-home .heading{font-size:34px;font-weight:600;line-height:1.23}
.trady-home .section-head p{color:var(--muted);margin-top:11px;font-size:13px}
.trady-home .centered{text-align:center;max-width:640px;margin:0 auto 37px}
.trady-home .centered p{margin-top:13px;color:var(--muted);font-size:13px;line-height:1.8}
.trady-home .market-tools{display:flex;align-items:center;gap:12px}
.trady-home .data-note{font-size:10px;color:var(--faint)}
.trady-home .search-box{display:flex;align-items:center;gap:8px;max-width:190px;height:38px;padding:0 10px;border:1px solid var(--line);border-radius:6px;background:var(--surface)}
.trady-home .search-box:focus-within{border-color:var(--blue)}
.trady-home .search-box .icon{width:15px;height:15px;color:var(--faint)}
.trady-home .search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}
.trady-home .market-layout{display:grid;grid-template-columns:1.7fr 1fr;gap:20px;align-items:stretch}
.trady-home .market-table,.trady-home .watchlist{background:var(--surface);border-radius:8px;min-width:0;padding:7px 23px 10px}
.trady-home .tabs{display:flex;gap:24px;min-height:64px;align-items:stretch;border-bottom:1px solid var(--line)}
.trady-home .tab{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0;border:0;background:transparent;color:var(--faint);font-size:12px;font-weight:550;white-space:nowrap}
.trady-home .tab:hover,.trady-home .tab.is-active{color:var(--text)}
.trady-home .tab::after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background:var(--blue);transform:scaleX(0);transition:transform 250ms}
.trady-home .tab.is-active::after{transform:scaleX(1)}
.trady-home table{border-collapse:collapse;width:100%;table-layout:fixed}
.trady-home th{height:45px;text-align:left;font-size:10px;font-weight:400;color:var(--faint)}
.trady-home td{height:73px;font-size:11px;font-variant-numeric:tabular-nums;border-bottom:1px solid var(--line)}
.trady-home tbody tr:last-child td{border-bottom:0}
.trady-home tbody tr:hover{background:var(--blue-tint)}
.trady-home .market-table th:nth-child(1){width:28%}
.trady-home .market-table th:nth-child(2){width:24%}
.trady-home .market-table th:nth-child(3){width:20%}
.trady-home .market-table th:nth-child(4){width:17%;text-align:center}
.trady-home .market-table th:nth-child(5){width:11%;text-align:right}
.trady-home .asset{display:flex;align-items:center;gap:10px;min-width:0}
.trady-home .asset-trigger{min-height:48px;width:100%;border:0;padding:0;background:none;text-align:left;color:var(--text)}
.trady-home .asset-trigger:hover strong{color:var(--blue-light)}
.trady-home .coin-icon{width:29px;height:29px;flex:none;object-fit:contain;border-radius:50%}
.trady-home .asset strong{font-size:12px;font-weight:600;white-space:nowrap}
.trady-home .asset small{display:block;color:var(--faint);font-size:10px;margin-top:2px}
.trady-home .asset .quote{color:var(--faint);font-weight:450}
.trady-home .price-cell strong{font-weight:550}
.trady-home .price-cell small{display:block;color:var(--faint);font-size:10px;margin-top:2px}
.trady-home .up{color:var(--positive)!important}
.trady-home .down{color:var(--negative)!important}
.trady-home .sparkline{width:86px;height:30px;margin:auto;max-width:100%;overflow:visible}
.trady-home .sparkline polyline{stroke:currentColor;fill:none;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:200;animation:trady-line-in 1.5s ease both}
.trady-home .trade-button{min-height:42px;width:100%;padding:0;border:0;background:transparent;color:var(--text);font-size:10px;font-weight:550;text-align:right}
.trady-home .trade-button:hover{color:var(--blue-light)}
.trady-home .trade-button:active{opacity:.65}
.trady-home .watch-head{height:64px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:12px}
.trady-home .watch-head h3{font-size:16px;font-weight:550}
.trady-home .watch-head .icon{width:17px}
.trady-home .watch-row{min-height:73px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line)}
.trady-home .watch-row:last-child{border:0}
.trady-home .watch-row .asset{flex:1}
.trady-home .watch-price{text-align:right;font-size:11px;font-variant-numeric:tabular-nums}
.trady-home .watch-price small{display:block;font-size:10px;margin-top:2px}
.trady-home .star{font-size:17px;min-width:30px;min-height:42px;padding:0;border:0;background:none;color:var(--blue-light)}
.trady-home .star[aria-pressed="false"]{color:var(--faint)}
.trady-home .market-end{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:15px;color:var(--faint);font-size:10px}
.trady-home .empty-state{text-align:center;padding:40px 5px;color:var(--muted)}
.trady-home .platform{position:relative;display:grid;grid-template-columns:1.1fr 1fr;align-items:center;gap:60px;min-height:480px;background:var(--bg);border-radius:8px;padding:45px 55px 0;color:var(--text);overflow:hidden}
.trady-home .platform-visual{align-self:end;position:relative;min-width:0}
.trady-home .platform-visual img{width:112%;max-width:none;margin-left:-8%;transform:translateY(1px)}
.trady-home .platform-copy{padding-bottom:40px}
.trady-home .platform-copy .heading{max-width:410px;font-size:34px}
.trady-home .platform-copy>p{margin:18px 0 26px;color:var(--muted);font-size:13px;line-height:1.85;max-width:405px}
.trady-home .platform-points{display:flex;gap:24px;margin-bottom:28px;color:var(--muted);font-size:11px}
.trady-home .platform-points span{display:flex;gap:7px;align-items:center}
.trady-home .platform-points .icon{width:15px;height:15px;color:var(--blue-light)}
.trady-home .platform-caption{position:absolute;left:0;top:15px;color:var(--muted);font-size:9px;border-left:2px solid var(--blue);padding-left:10px}
.trady-home .platform-caption strong{display:block;color:var(--text);font-weight:500}
.trady-home .guides{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.trady-home .guide{display:block;overflow:hidden;border-radius:8px;background:var(--surface);transition:background 250ms,transform 250ms}
.trady-home .guide:hover{background:var(--surface-2);transform:translateY(-2px)}
.trady-home .guide-media{height:194px;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg-alt)}
.trady-home .guide-media img{width:72%;height:170px;object-fit:contain;transition:transform 350ms}
.trady-home .guide:hover img{transform:translateY(-2px) scale(1.025)}
.trady-home .guide-media svg{height:154px;width:215px;color:var(--blue-light)}
.trady-home .guide-body{padding:23px 24px 20px}
.trady-home .guide-top{display:flex;gap:10px;font-size:10px;color:var(--faint);margin-bottom:10px}
.trady-home .guide-top span:first-child{color:var(--blue-light)}
.trady-home .guide h3{font-size:17px;font-weight:550;margin-bottom:11px}
.trady-home .guide p{font-size:12px;color:var(--muted);line-height:1.8;min-height:43px}
.trady-home .guide .text-link{margin-top:14px;font-size:11px;justify-content:space-between;width:100%}
.trady-home .universe{overflow:hidden;padding-top:72px;padding-bottom:70px;background:var(--bg-alt)}
.trady-home .universe .centered{margin-bottom:32px}
.trady-home .coin-lanes{display:grid;gap:12px;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 7%,black 93%,transparent)}
.trady-home .lane{display:flex;gap:12px;width:max-content;animation:trady-marquee 55s linear infinite}
.trady-home .lane.reverse{animation-direction:reverse;animation-duration:62s}
.trady-home .coin-lanes:hover .lane{animation-play-state:paused}
.trady-home .ticker-tile{display:flex;align-items:center;gap:13px;min-width:198px;padding:14px 17px;border-radius:7px;background:var(--surface);font-size:11px}
.trady-home .ticker-tile .coin-icon{width:30px;height:30px}
.trady-home .ticker-tile strong{font-size:11px;font-weight:550}
.trady-home .ticker-tile p{font-size:10px;color:var(--muted);margin-top:3px}
.trady-home .ticker-tile p span{margin-left:5px}
.trady-home .universe-controls{display:flex;align-items:center;justify-content:center;margin-top:22px}
.trady-home .security-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.trady-home .feature{padding:29px 22px 24px;background:var(--surface);border-radius:8px;text-align:center}
.trady-home .feature-art{display:block;margin:0 auto 28px;width:83px;height:83px;color:var(--blue-light)}
.trady-home .feature h3{font-size:15px;font-weight:550;margin-bottom:12px}
.trady-home .feature p{font-size:11px;color:var(--muted);line-height:1.85}
.trady-home .feature:hover .feature-art{animation:trady-icon-nod 500ms ease}
.trady-home .security-foot{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:24px;font-size:11px;color:var(--muted)}
.trady-home .security-foot .icon{width:15px;height:15px}
.trady-home .app-section{position:relative;overflow:hidden;background:var(--blue-section);color:var(--blue-ink)}
.trady-home .app-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:80px;align-items:center;padding-block:44px}
.trady-home .app-copy{position:relative;padding-block:30px}
.trady-home .app-copy h2{font-size:40px;font-weight:600;line-height:1.2;max-width:460px}
.trady-home .app-copy p{margin:20px 0 29px;font-size:14px;max-width:400px;line-height:1.85;color:rgba(255,255,255,.82)}
.trady-home .app-copy .btn{background:var(--media-bg);color:var(--on-media);min-height:50px}
.trady-home .app-copy .btn:hover{background:#1b2b3d}
.trady-home .app-copy .text-link{color:var(--on-blue);margin-left:18px}
.trady-home .app-note{margin-top:25px;display:flex;gap:8px;align-items:center;font-size:10px;color:rgba(255,255,255,.8)}
.trady-home .app-note .icon{width:14px;height:14px}
.trady-home .app-art{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-width:0;isolation:isolate}
.trady-home .app-art::before{content:"";position:absolute;z-index:-1;inset:-44px -200px -44px -40px;background:repeating-linear-gradient(120deg,transparent,transparent 88px,rgba(255,255,255,.09) 89px,transparent 90px);mask-image:linear-gradient(transparent,black);pointer-events:none}
.trady-home .phone-video{position:relative;width:276px;max-width:100%;padding:8px;border:2px solid #758197;border-radius:32px;background:#15181f;box-shadow:18px 25px 35px rgba(0,30,90,.24);overflow:hidden}
.trady-home .phone-video video{width:100%;aspect-ratio:1080/2336;object-fit:cover;border-radius:23px;background:#080b10}
.trady-home .phone-video::before{content:"";position:absolute;z-index:2;top:9px;left:36%;width:28%;height:10px;background:#080b10;border-radius:0 0 9px 9px}
.trady-home .app-video-toolbar{max-width:100%;text-align:center}
.trady-home .app-caption{font-size:10px;color:rgba(255,255,255,.85);line-height:1.6}
.trady-home .faq-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:85px}
.trady-home .faq-intro p{margin:18px 0;color:var(--muted);max-width:280px;font-size:13px;line-height:1.8}
.trady-home .faq-list{border-top:1px solid var(--line)}
.trady-home .faq-item{border-bottom:1px solid var(--line);position:relative}
.trady-home .faq-item::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--blue);transform:scaleY(0);transition:transform 250ms}
.trady-home .faq-item.open{background:var(--surface)}
.trady-home .faq-item.open::before{transform:scaleY(1)}
.trady-home .faq-question{min-height:66px;display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;padding:17px 22px;background:none;border:0;color:var(--text);font-size:13px;font-weight:500;text-align:left}
.trady-home .faq-question .icon{width:16px;height:16px;color:var(--faint);transition:transform 250ms}
.trady-home .faq-item.open .faq-question .icon{transform:rotate(45deg);color:var(--blue-light)}
.trady-home .faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows 300ms}
.trady-home .faq-item.open .faq-answer{grid-template-rows:1fr}
.trady-home .faq-answer>div{overflow:hidden}
.trady-home .faq-answer p{padding:0 22px 23px;color:var(--muted);font-size:12px;line-height:1.85}
.trady-home .final-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:36px 0;border-top:1px solid var(--line)}
.trady-home .final-cta h2{font-size:25px;font-weight:550}
.trady-home .final-cta p{font-size:12px;color:var(--muted);margin-top:6px}
.trady-home .reveal{opacity:1;transform:none}
.trady-home.motion-enabled .reveal:not(.visible){opacity:0;transform:translateY(14px)}
.trady-home.motion-enabled .reveal{transition:opacity 500ms ease,transform 500ms ease}
.trady-home .row-enter{animation:trady-row-in 300ms ease both}
.trady-home dialog{width:min(490px,calc(100% - 32px));max-height:90svh;overflow:auto;padding:32px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}
.trady-home dialog::backdrop{background:rgba(4,9,16,.7);backdrop-filter:blur(5px)}
.trady-home .dialog-close{position:absolute;right:13px;top:13px;width:34px;height:34px}
.trady-home .dialog-symbol{width:43px;height:43px;display:grid;place-items:center;background:var(--blue-tint);color:var(--blue-light);border-radius:7px;margin-bottom:20px}
.trady-home dialog h2{font-size:24px;line-height:1.3;font-weight:600;padding-right:18px}
.trady-home dialog p{font-size:13px;line-height:1.85;color:var(--muted);margin:14px 0}
.trady-home dialog .btn{width:100%;margin-top:17px}
.trady-home .dialog-label{display:block;font-size:12px;font-weight:500;margin:21px 0 8px}
.trady-home .dialog-input{width:100%;height:46px;background:var(--field);border:1px solid var(--line);border-radius:6px;padding:0 12px;color:var(--text)}
.trady-home .dialog-note{font-size:10px!important}
.trady-home .dialog-message{min-height:20px;color:var(--positive);font-size:11px;line-height:1.7;margin-top:10px}
.trady-home .dialog-step{display:grid;grid-template-columns:24px 1fr;gap:10px;margin-top:20px;font-size:12px}
.trady-home .dialog-step>b{color:var(--blue-light)}
.trady-home .dialog-step span{color:var(--muted)}
    @keyframes trady-hero-drift{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-9px) rotate(0)}}
    @keyframes trady-line-in{from{stroke-dashoffset:200}to{stroke-dashoffset:0}}
    @keyframes trady-row-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
    @keyframes trady-marquee{to{transform:translateX(calc(-50% - 6px))}}
    @keyframes trady-icon-nod{50%{transform:translateY(-2px) rotate(-3deg)}}
    @media(min-width:1500px){
.trady-home .hero-grid{min-height:610px}
.trady-home .hero h1{font-size:58px}
.trady-home .hero-art{height:535px}}
    @media(max-width:1120px){
.trady-home .wrap{width:calc(100% - 56px)}
.trady-home .hero h1{font-size:46px}
.trady-home .hero-description{font-size:14px}
.trady-home .hero-grid{min-height:505px}
.trady-home .hero-art{height:420px}
.trady-home .hero-points{gap:14px;font-size:10px}
.trady-home .products-row{gap:10px}
.trady-home .product{padding:19px 17px;min-height:160px}
.trady-home .product-art{width:67px;height:67px}
.trady-home .product h2{font-size:15px;max-width:125px}
.trady-home .product .text-link{left:17px}
.trady-home .market-layout{grid-template-columns:1.65fr 1fr;gap:14px}
.trady-home .market-table,.trady-home .watchlist{padding-inline:17px}
.trady-home .tabs{gap:18px}
.trady-home .market-table th:nth-child(1){width:33%}
.trady-home .market-table th:nth-child(2){width:26%}
.trady-home .market-table th:nth-child(3){width:24%}
.trady-home .market-table th:nth-child(4),.trady-home .market-table td:nth-child(4){display:none}
.trady-home .market-table th:nth-child(5){width:17%}
.trady-home .platform{gap:30px;padding-inline:35px}
.trady-home .platform-copy .heading{font-size:29px}
.trady-home .app-layout{gap:42px}
.trady-home .app-copy h2{font-size:36px}}
    @media(max-width:880px){
.trady-home .hero-grid{grid-template-columns:1.15fr 1fr;gap:0;min-height:475px}
.trady-home .hero h1{font-size:38px}
.trady-home .hero-copy{padding-block:45px}
.trady-home .hero-art{height:355px}
.trady-home .hero-render{width:138%}
.trady-home .hero-description{font-size:13px;line-height:1.8}
.trady-home .hero-points{flex-wrap:wrap;gap:10px 17px}
.trady-home .hero-points span:last-child{display:none}
.trady-home .signup-form .btn{padding-inline:13px;font-size:11px}
.trady-home .art-note{left:15px;bottom:10px;font-size:9px}
.trady-home .products-row{grid-template-columns:repeat(2,1fr)}
.trady-home .product{min-height:149px}
.trady-home .product-art{width:85px;height:85px;right:17px}
.trady-home .section{padding-block:66px}
.trady-home .section-head h2,.trady-home .heading{font-size:29px}
.trady-home .market-layout{grid-template-columns:1fr}
.trady-home .market-table th:nth-child(4),.trady-home .market-table td:nth-child(4){display:table-cell}
.trady-home .market-table th:nth-child(1){width:30%}
.trady-home .market-table th:nth-child(2){width:25%}
.trady-home .market-table th:nth-child(3){width:19%}
.trady-home .market-table th:nth-child(4){width:16%}
.trady-home .market-table th:nth-child(5){width:10%}
.trady-home .watchlist{padding-bottom:8px}
.trady-home .watch-rows{display:grid;grid-template-columns:1fr 1fr;gap:0 25px}
.trady-home .watch-row{min-height:66px}
.trady-home .watch-row:nth-last-child(2){border:0}
.trady-home .market-tools .data-note{display:none}
.trady-home .platform{grid-template-columns:1fr 1fr;gap:10px;min-height:390px;padding:30px 25px 0}
.trady-home .platform-copy .heading{font-size:25px}
.trady-home .platform-copy>p{font-size:12px}
.trady-home .platform-points{display:grid;gap:10px}
.trady-home .platform-visual img{width:135%;margin-left:-26%}
.trady-home .platform-caption{top:-20px;font-size:8px}
.trady-home .guides{gap:12px}
.trady-home .guide-media{height:155px}
.trady-home .guide-media img{height:140px;width:88%}
.trady-home .guide-body{padding:18px 16px}
.trady-home .guide h3{font-size:15px}
.trady-home .guide p{font-size:11px}
.trady-home .guide-top{font-size:9px;gap:6px}
.trady-home .guide-media svg{height:125px}
.trady-home .security-grid{grid-template-columns:repeat(2,1fr);gap:13px}
.trady-home .feature{padding:25px}
.trady-home .feature-art{margin-bottom:17px}
.trady-home .faq-layout{gap:40px;grid-template-columns:.7fr 1.3fr}
.trady-home .app-layout{gap:28px;padding-block:40px}
.trady-home .app-copy h2{font-size:32px}
.trady-home .app-copy p{font-size:13px}
.trady-home .app-copy .text-link{display:flex;margin:10px 0 0}
.trady-home .phone-video{width:240px}
.trady-home .app-caption{font-size:9px}}
    @media(max-width:600px){
html{scroll-padding-top:82px}
.trady-home .wrap{width:calc(100% - 36px)}
.trady-home .icon-button .icon{width:18px}
.trady-home .hero-grid{display:flex;flex-direction:column;min-height:0;gap:0}
.trady-home .hero-copy{width:100%;padding:43px 0 0}
.trady-home .hero h1{font-size:39px;line-height:1.14;max-width:400px}
.trady-home .hero-description{max-width:360px;margin:20px 0 23px;font-size:13px}
.trady-home .signup-form{max-width:100%}
.trady-home .signup-form input{font-size:12px}
.trady-home .signup-form .btn{min-height:44px;padding-inline:14px;font-size:12px}
.trady-home .hero-points{margin-top:19px;gap:16px;font-size:10px}
.trady-home .hero-art{width:100%;height:290px;align-self:center}
.trady-home .hero-render{width:117%;max-width:510px}
.trady-home .hero-art::before{inset:0 5% 20px}
.trady-home .art-note{bottom:15px;left:9px}
.trady-home .announcement-inner{min-height:52px;gap:10px;line-height:1.6;padding-block:9px;font-size:10px}
.trady-home .announcement a{font-size:10px;flex:none}
.trady-home .announcement-inner>.icon{flex:none}
.trady-home .products-row{gap:10px;margin-top:21px}
.trady-home .product{min-height:178px;padding:17px}
.trady-home .product small{font-size:9px}
.trady-home .product h2{font-size:16px;margin-top:5px;max-width:135px}
.trady-home .product-art{width:58px;height:58px;right:8px;bottom:16px}
.trady-home .product .text-link{font-size:10px;gap:6px;left:17px;bottom:12px}
.trady-home .product .text-link .icon{width:13px}
.trady-home .section{padding-block:57px}
.trady-home .section-head{display:block;margin-bottom:22px}
.trady-home .section-head h2,.trady-home .heading{font-size:28px}
.trady-home .section-head p{font-size:12px;max-width:320px}
.trady-home .market-tools{margin-top:19px}
.trady-home .search-box{max-width:none;flex:1;height:40px}
.trady-home .market-tools .data-note{display:block;font-size:9px;max-width:90px;text-align:right}
.trady-home .market-table,.trady-home .watchlist{padding-inline:13px}
.trady-home .tabs{gap:12px;min-height:58px}
.trady-home .tab{flex:1;min-width:0;font-size:11px;white-space:normal;text-align:center}
.trady-home .market-table th:nth-child(1){width:43%}
.trady-home .market-table th:nth-child(2){width:31%;text-align:right}
.trady-home .market-table th:nth-child(3){width:26%;text-align:right}
.trady-home .market-table th:nth-child(4),.trady-home .market-table td:nth-child(4),.trady-home .market-table th:nth-child(5),.trady-home .market-table td:nth-child(5){display:none}
.trady-home .market-table td:nth-child(2),.trady-home .market-table td:nth-child(3){text-align:right}
.trady-home .asset{gap:8px}
.trady-home .coin-icon{width:27px;height:27px}
.trady-home .asset strong{font-size:10px}
.trady-home .asset .quote{font-size:9px}
.trady-home .asset small{font-size:9px}
.trady-home .price-cell strong{font-size:11px}
.trady-home .price-cell small{font-size:9px}
.trady-home td{height:69px;font-size:10px}
.trady-home th{font-size:9px}
.trady-home .watch-rows{display:block}
.trady-home .watch-row{min-height:65px}
.trady-home .watch-row:nth-last-child(2){border-bottom:1px solid var(--line)}
.trady-home .watch-head h3{font-size:15px}
.trady-home .market-end{align-items:start}
.trady-home .market-end span{max-width:170px}
.trady-home .market-end .text-link{font-size:10px;min-height:30px}
.trady-home .platform{grid-template-columns:1fr;padding:30px 24px 0;gap:0;min-height:0}
.trady-home .platform-copy{grid-row:1;padding-bottom:8px}
.trady-home .platform-copy .heading{font-size:28px;max-width:290px}
.trady-home .platform-copy>p{max-width:100%;font-size:12px;margin:17px 0 22px}
.trady-home .platform-points{display:flex;flex-wrap:wrap;margin-bottom:24px}
.trady-home .platform-visual{margin:12px -20px 0;max-height:300px;overflow:hidden}
.trady-home .platform-visual img{width:100%;margin:0}
.trady-home .platform-caption{display:none}
.trady-home .centered{margin-bottom:25px}
.trady-home .centered p{font-size:12px}
.trady-home .guides{grid-template-columns:1fr;gap:17px}
.trady-home .guide-media{height:210px}
.trady-home .guide-media img{height:190px;width:72%}
.trady-home .guide-media svg{height:162px}
.trady-home .guide-body{padding:22px}
.trady-home .guide h3{font-size:18px}
.trady-home .guide-top{font-size:10px}
.trady-home .guide p{font-size:12px;min-height:0}
.trady-home .guide .text-link{margin-top:8px}
.trady-home .universe{padding-block:53px}
.trady-home .ticker-tile{min-width:175px;padding:12px 14px}
.trady-home .ticker-tile strong{font-size:10px}
.trady-home .ticker-tile .coin-icon{width:27px;height:27px}
.trady-home .coin-lanes{gap:9px}
.trady-home .lane{gap:9px}
.trady-home .security-grid{gap:10px}
.trady-home .feature{padding:24px 15px}
.trady-home .feature-art{width:64px;height:64px;margin-bottom:21px}
.trady-home .feature h3{font-size:13px}
.trady-home .feature p{font-size:10px;line-height:1.8}
.trady-home .security-foot{font-size:10px}
.trady-home .faq-layout{grid-template-columns:1fr;gap:23px}
.trady-home .faq-intro p{max-width:350px;margin:14px 0 6px;font-size:12px}
.trady-home .faq-intro .text-link{font-size:11px}
.trady-home .faq-question{min-height:64px;padding:18px 17px;font-size:12px}
.trady-home .faq-answer p{padding:0 17px 21px;font-size:12px}
.trady-home .final-cta{display:block;padding-block:27px}
.trady-home .final-cta h2{font-size:24px}
.trady-home .final-cta .btn{margin-top:18px}
.trady-home .dialog-close .icon{width:18px}
.trady-home dialog{padding:27px 22px}
.trady-home dialog h2{font-size:23px}
.trady-home .app-layout{grid-template-columns:minmax(0,1fr);gap:30px;padding-block:48px 32px}
.trady-home .app-copy{padding:0}
.trady-home .app-copy h2{font-size:35px;max-width:350px}
.trady-home .app-copy p{font-size:13px;max-width:340px;margin:17px 0 24px}
.trady-home .app-copy .btn{min-height:46px;font-size:12px;padding-inline:19px}
.trady-home .app-copy .text-link{display:inline-flex;margin:0 0 0 13px;font-size:11px}
.trady-home .app-note{margin-top:19px}
.trady-home .app-art{gap:14px}
.trady-home .app-art::before{inset:-20px -80px -32px}
.trady-home .phone-video{width:248px}
.trady-home .app-caption{font-size:9px}}
    @media(max-width:359px){
.trady-home .wrap{width:calc(100% - 28px)}
.trady-home .hero h1{font-size:34px}
.trady-home .hero-art{height:255px}
.trady-home .hero-points{gap:11px;font-size:9px}
.trady-home .signup-form input{padding-left:8px}
.trady-home .signup-form .btn{padding-inline:10px;font-size:11px}
.trady-home .product{padding:14px;min-height:172px}
.trady-home .product h2{font-size:14px}
.trady-home .product .text-link{left:14px}
.trady-home .product-art{width:48px;height:48px}
.trady-home .hero-points .icon{width:13px}
.trady-home .tabs{gap:16px}
.trady-home .market-table,.trady-home .watchlist{padding-inline:10px}
.trady-home .asset{gap:6px}
.trady-home .market-table .coin-icon{width:24px;height:24px}
.trady-home .asset strong{font-size:9px}
.trady-home .feature{padding-inline:12px}
.trady-home .data-note{display:none!important}
.trady-home .app-copy h2{font-size:32px}
.trady-home .app-copy .text-link{display:flex;margin:12px 0 0}
.trady-home .phone-video{width:236px}}
    @media(prefers-reduced-motion:reduce){
html{scroll-behavior:auto}
.trady-home *,.trady-home *::before,.trady-home *::after{animation:none!important;transition:none!important}
.trady-home .hero-render{transform:rotate(-2deg)}
.trady-home.motion-enabled .reveal:not(.visible){opacity:1;transform:none}
.trady-home .sparkline polyline{stroke-dashoffset:0}}
  
/* Shared fragments retain their own typography, layout and theme controller. */
body{background:#0b0d10}html[data-theme="light"] body{background:#f4f7fb}
.trady-home{display:flow-root;isolation:isolate}.trady-home main{display:block}.trady-home a.btn{line-height:1.4}.trady-home .asset-trigger{font:inherit}.trady-home .asset-trigger:focus-visible{outline-offset:1px}
.trady-home .trade-button{display:flex;align-items:center;justify-content:flex-end}.trady-home .watch-pair{flex:1;min-width:0}.trady-home .watch-pair:hover{color:var(--blue-light)}
.trady-home .app-caption{max-width:100%;text-align:center}.trady-home .signup-form input{min-height:44px}
.trady-skip{position:fixed;z-index:30000;top:10px;left:10px;padding:12px 20px;border-radius:5px;background:var(--green);color:#fff;text-decoration:none;transform:translateY(-180%)}.trady-skip:focus{transform:none;outline:3px solid var(--green-light, #4da3ff);outline-offset:3px}
@media(max-width:768px){.trady-home{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}
