@keyframes cth-fade-out{to{opacity:0;pointer-events:none}}@keyframes cth-mesh-shift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(2%,-1%)scale(1.02)}66%{transform:translate(-1%,2%)scale(.98)}}@keyframes cth-orb-float{0%,to{transform:translate(0)}50%{transform:translate(12px,-18px)}}@keyframes cth-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes cth-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes cth-pulse-dot{0%,to{opacity:1;box-shadow:0 0 8px #7c5cfc}50%{opacity:.6;box-shadow:0 0 16px #7c5cfc}}@keyframes cth-shimmer{0%{background-position:200%}to{background-position:-200%}}@keyframes cth-node-pulse{0%,to{box-shadow:0 0 #7c5cfc4d}50%{box-shadow:0 0 0 6px #7c5cfc00}}.cth-landing{background:var(--landing-bg,#08060f);z-index:9999;color:#e2e8f0;flex-direction:column;font-family:Outfit,system-ui,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}.cth-landing *,.cth-landing :before,.cth-landing :after{box-sizing:border-box;margin:0;padding:0}.cth-landing--done{animation:.45s forwards cth-fade-out}.cth-landing--embedded{z-index:auto;width:100%;height:100%;position:relative;inset:auto}.cth-landing__bg-image{background-image:var(--landing-bg-image,none);pointer-events:none;z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.cth-landing__bg-tint{background:var(--landing-overlay,#08060f);opacity:var(--landing-overlay-op,.55);pointer-events:none;z-index:1;position:absolute;inset:0}.cth-landing__mesh{background:radial-gradient(ellipse 60% 50% at 20% 30%, color-mix(in oklab, var(--landing-accent,#7c5cfc) 40%, transparent) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 70%, color-mix(in oklab, var(--landing-accent-2,#22d3ee) 30%, transparent) 0%, transparent 70%), radial-gradient(ellipse 40% 30% at 50% 50%, color-mix(in oklab, var(--landing-accent,#7c5cfc) 20%, transparent) 0%, transparent 60%);pointer-events:none;z-index:2;animation:12s ease-in-out infinite cth-mesh-shift;position:absolute;inset:-20%}.cth-landing__grid{pointer-events:none;z-index:2;background-image:linear-gradient(#7c5cfc0a 1px,#0000 1px),linear-gradient(90deg,#7c5cfc0a 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 40%,#000 20%,#0000 80%);mask-image:radial-gradient(80% 70% at 50% 40%,#000 20%,#0000 80%)}.cth-landing__orb{filter:blur(60px);pointer-events:none;z-index:2;border-radius:50%;animation:10s ease-in-out infinite cth-orb-float;position:absolute}.cth-landing__orb--1{background:color-mix(in oklab, var(--landing-accent,#7c5cfc) 40%, transparent);width:320px;height:320px;top:-8%;right:10%}.cth-landing__orb--2{background:color-mix(in oklab, var(--landing-accent-2,#22d3ee) 30%, transparent);width:240px;height:240px;animation-delay:-3s;bottom:15%;left:5%}.cth-landing__orb--3{background:color-mix(in oklab, var(--landing-accent,#a78bfa) 20%, transparent);width:180px;height:180px;animation-delay:-6s;top:40%;left:45%}.cth-landing__header{z-index:10;justify-content:space-between;align-items:center;padding:20px 32px;animation:.6s both cth-fade-up;display:flex;position:relative}.cth-landing__brand{align-items:center;gap:12px;display:flex}.cth-landing__brand-icon{background:linear-gradient(135deg,#7c5cfc40,#22d3ee26);border:1px solid #7c5cfc66;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.cth-landing__brand-icon span{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa,#22d3ee);-webkit-background-clip:text;background-clip:text;font-size:20px;font-weight:800}.cth-landing__brand-text{flex-direction:column;gap:1px;display:flex}.cth-landing__brand-name{letter-spacing:-.02em;color:#f1f5f9;font-size:16px;font-weight:700}.cth-landing__brand-tag{letter-spacing:.12em;color:#64748b;text-transform:uppercase;font-family:IBM Plex Mono,monospace;font-size:9px}.cth-landing__header-actions{align-items:center;gap:10px;display:flex}.cth-landing__main{z-index:5;flex:1;grid-template-columns:1fr 1.1fr;align-items:center;gap:40px;width:100%;max-width:1280px;margin:0 auto;padding:0 32px 72px;display:grid;position:relative;overflow-y:auto}.cth-landing__hero{flex-direction:column;gap:20px;animation:.7s .1s both cth-fade-up;display:flex}.cth-landing__pill{color:#c4b5fd;background:#7c5cfc1a;border:1px solid #7c5cfc4d;border-radius:99px;align-self:flex-start;align-items:center;gap:8px;padding:6px 14px;font-size:12px;font-weight:500;display:inline-flex}.cth-landing__pill-dot{background:#7c5cfc;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite cth-pulse-dot}.cth-landing__headline{letter-spacing:-.03em;color:#f8fafc;font-size:clamp(36px,5vw,52px);font-weight:800;line-height:1.08}.cth-landing__headline-accent{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#a78bfa 0%,#7c5cfc 40%,#22d3ee 100%);-webkit-background-clip:text;background-clip:text;display:block}.cth-landing__subhead{color:#94a3b8;max-width:440px;font-size:16px;line-height:1.65}.cth-landing__cta-row{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.cth-landing__stats{border-top:1px solid #ffffff0f;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px;padding-top:20px;display:grid}.cth-landing__stat{flex-direction:column;gap:2px;display:flex}.cth-landing__stat-value{color:#f1f5f9;font-variant-numeric:tabular-nums;font-size:20px;font-weight:700}.cth-landing__stat-label{color:#64748b;letter-spacing:.02em;font-size:11px}.cth-landing__bento{grid-template-rows:auto auto auto;grid-template-columns:repeat(2,1fr);gap:12px;animation:.7s .25s both cth-fade-up;display:grid}.cth-landing__bento-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff08;border:1px solid #ffffff12;border-radius:16px;transition:border-color .2s,transform .2s;overflow:hidden}.cth-landing__bento-card:hover{border-color:#7c5cfc4d;transform:translateY(-2px)}.cth-landing__bento-card--hero{grid-column:1/-1;padding:0;position:relative}.cth-landing__bento-card--feature{flex-direction:column;gap:6px;padding:18px;display:flex}.cth-landing__preview{border-radius:16px;overflow:hidden}.cth-landing__preview-bar{background:#0000004d;border-bottom:1px solid #ffffff0f;align-items:center;gap:6px;padding:10px 14px;display:flex}.cth-landing__preview-bar span:not(.cth-landing__preview-title){border-radius:50%;width:8px;height:8px}.cth-landing__preview-bar span:first-child{background:#f43f5e}.cth-landing__preview-bar span:nth-child(2){background:#f59e0b}.cth-landing__preview-bar span:nth-child(3){background:#10b981}.cth-landing__preview-title{color:#64748b;margin-left:8px;font-family:IBM Plex Mono,monospace;font-size:10px}.cth-landing__preview-body{background:#0c0a1499;min-height:140px;display:flex}.cth-landing__preview-sidebar{border-right:1px solid #ffffff0d;flex-direction:column;gap:6px;width:72px;padding:12px 10px;display:flex}.cth-landing__preview-block{background:#7c5cfc33;border-radius:4px;height:10px}.cth-landing__preview-canvas{flex-direction:column;flex:1;align-items:center;gap:0;padding:20px;display:flex}.cth-landing__preview-node{color:#c4b5fd;background:#7c5cfc1f;border:1px solid #7c5cfc66;border-radius:8px;padding:6px 14px;font-size:11px;font-weight:600;animation:3s ease-in-out infinite cth-node-pulse}.cth-landing__preview-node--2{color:#67e8f9;background:#22d3ee1a;border-color:#22d3ee66;animation-delay:-1s}.cth-landing__preview-node--3{color:#6ee7b7;background:#10b9811a;border-color:#10b98166;animation-delay:-2s}.cth-landing__preview-line{background:linear-gradient(#7c5cfc80,#22d3ee80);width:2px;height:16px}.cth-landing__preview-line--2{background:linear-gradient(#22d3ee80,#10b98180)}.cth-landing__bento-overlay{color:#64748b;align-items:center;gap:8px;font-family:IBM Plex Mono,monospace;font-size:10px;display:flex;position:absolute;bottom:12px;right:14px}.cth-landing__bento-live{color:#10b981;font-weight:600}.cth-landing__feature-icon{color:#a78bfa;font-size:18px}.cth-landing__feature-tag{letter-spacing:.1em;text-transform:uppercase;color:#22d3ee;background:#22d3ee14;border:1px solid #22d3ee33;border-radius:4px;align-self:flex-start;padding:2px 8px;font-family:IBM Plex Mono,monospace;font-size:9px}.cth-landing__feature-title{color:#f1f5f9;font-size:14px;font-weight:700}.cth-landing__feature-desc{color:#64748b;font-size:12px;line-height:1.5}.cth-landing__btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:Outfit,sans-serif;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.cth-landing__btn--lg{border-radius:14px;padding:14px 28px;font-size:14px}.cth-landing__btn--primary{color:#fff;background:linear-gradient(135deg,#7c5cfc 0%,#6366f1 50%,#5b4cdb 100%);box-shadow:0 4px 20px #7c5cfc59}.cth-landing__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px #7c5cfc73}.cth-landing__btn--outline{color:#c4b5fd;background:0 0;border:1px solid #7c5cfc66}.cth-landing__btn--outline:hover{background:#7c5cfc1a;border-color:#7c5cfc99}.cth-landing__btn--ghost{color:#94a3b8;background:0 0;padding:8px 16px}.cth-landing__btn--ghost:hover{color:#e2e8f0;background:#ffffff0d}.cth-landing__btn:focus-visible{outline-offset:3px;outline:2px solid #7c5cfc99}.cth-landing__loader{z-index:10;flex-direction:column;gap:6px;max-width:280px;display:flex;position:absolute;bottom:44px;left:32px;right:32px}.cth-landing__loader-track{background:#ffffff0f;border-radius:99px;height:3px;overflow:hidden}.cth-landing__loader-fill{background:linear-gradient(90deg,#7c5cfc,#a78bfa,#22d3ee,#7c5cfc) 0 0/200% 100%;border-radius:99px;height:100%;transition:width 80ms linear;animation:2s linear infinite cth-shimmer}.cth-landing__loader-label{color:#64748b;letter-spacing:.05em;font-family:IBM Plex Mono,monospace;font-size:10px}.cth-landing__ticker{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08060feb;border-top:1px solid #7c5cfc33;align-items:center;height:36px;display:flex;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.cth-landing__ticker-track{white-space:nowrap;align-items:center;animation:30s linear infinite cth-ticker-scroll;display:flex}.cth-landing__ticker-item{color:#94a3b8;align-items:center;gap:8px;padding:0 20px;font-family:IBM Plex Mono,monospace;font-size:10px;display:inline-flex}.cth-landing__ticker-label{color:#a78bfa;letter-spacing:.06em;text-transform:uppercase;font-weight:600}.cth-landing__ticker-price{color:#e2e8f0;font-variant-numeric:tabular-nums}.cth-landing__ticker-change{font-variant-numeric:tabular-nums;border-radius:4px;padding:1px 6px;font-weight:600}.cth-landing__ticker-change.up{color:#10b981;background:#10b9811f}.cth-landing__ticker-change.down{color:#f43f5e;background:#f43f5e1f}.cth-landing__ticker-sep{color:#7c5cfc4d;margin-left:4px}@media (width<=1024px){.cth-landing__main{grid-template-columns:1fr;gap:32px;padding:0 24px 80px}.cth-landing__stats{grid-template-columns:repeat(2,1fr)}.cth-landing__header-actions .cth-landing__btn--ghost{display:none}}@media (width<=600px){.cth-landing__header{padding:16px 20px}.cth-landing__brand-tag{display:none}.cth-landing__main{padding:0 20px 80px}.cth-landing__headline{font-size:32px}.cth-landing__bento{grid-template-columns:1fr}.cth-landing__stats{grid-template-columns:repeat(2,1fr);gap:16px}.cth-landing__loader{left:20px;right:20px}.cth-landing__cta-row{flex-direction:column}.cth-landing__cta-row .cth-landing__btn{width:100%}}.cth-shell{color:#e2e8f0;background:#08060f;min-height:100vh;font-family:Outfit,system-ui,sans-serif;position:relative;overflow-x:hidden}.cth-shell__mesh{pointer-events:none;z-index:0;background:radial-gradient(60% 50% at 20% 30%,#7c5cfc1f 0%,#0000 70%),radial-gradient(50% 40% at 80% 70%,#22d3ee14 0%,#0000 70%);position:fixed;inset:-20%}.cth-shell>*{z-index:1;position:relative}.cth-shell__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#08060fb3;border-bottom:1px solid #7c5cfc1f;justify-content:space-between;align-items:center;padding:16px 32px;display:flex}.cth-shell__nav{background:#ffffff05;border-bottom:1px solid #ffffff0d;flex-wrap:wrap;gap:4px;padding:8px 32px;display:flex}.cth-shell__nav-link{color:#94a3b8;border-radius:10px;padding:8px 16px;font-size:13px;font-weight:500;text-decoration:none;transition:all .15s}.cth-shell__nav-link:hover{color:#e2e8f0;background:#7c5cfc14}.cth-shell__nav-link--active{color:#f1f5f9;background:linear-gradient(135deg,#7c5cfc2e,#22d3ee1a);border:1px solid #7c5cfc4d}.cth-shell__body{max-width:1280px;margin:0 auto;padding:32px}.cth-shell__footer{color:#64748b;border-top:1px solid #7c5cfc1f;flex-wrap:wrap;justify-content:space-between;gap:12px;padding:24px 32px;font-size:12px;display:flex}.cth-landing--paused,.cth-landing--paused *,.cth-landing--paused :before,.cth-landing--paused :after{animation-play-state:paused!important}
