/* 2026-08-27 production light theme
 * Visual layer only: keeps the existing PHP data bindings and activity API IDs.
 */
:root{
  --dark:#ffffff;
  --dark2:#fbfaff;
  --dark3:#f5f3ff;
  --dark4:#efecff;
  --pri:#5237f5;
  --pri2:#6c52ff;
  --pri3:#8a74ff;
  --green:#08a454;
  --green2:#12b965;
  --txt:#111116;
  --muted:#73717d;
  --bdr:#dedbe8;
  --card:#ffffff;
  --grad:linear-gradient(135deg,#4f35ef,#6548ff);
  --gradg:linear-gradient(135deg,#08a454,#0db761);
  --r:10px;
  --r2:8px;
}

*{box-sizing:border-box}
html{scroll-padding-top:126px;background:#fff}
body,body.page-home,body.page-activity,body.page-arbitrage{
  margin:0;
  color:var(--txt);
  background:#fff;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;
  -webkit-font-smoothing:antialiased;
}
body::before{display:none!important}
a{color:inherit}
.reveal,.reveal.visible{opacity:1!important;transform:none!important}
.ui-icon-sprite{position:absolute;width:0;height:0;overflow:hidden}.url-bar svg,.more-entry-icon svg,.more-entry-meta svg,.contact-card-icon svg,.contact-card-external,.chap-chevron{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Shared header */
.nav{
  position:fixed;
  inset:0 0 auto;
  z-index:1000;
  height:64px;
  padding:0 max(32px,calc((100vw - 1460px)/2));
  display:flex;
  align-items:center;
  gap:28px;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid #e3e1e8;
  backdrop-filter:blur(16px);
  box-shadow:none;
}
.nav.scrolled{background:rgba(255,255,255,.98);border-bottom-color:#d8d5df;box-shadow:0 7px 22px rgba(37,27,77,.05)}
.nav-logo{display:inline-flex;align-items:center;gap:12px;color:#111116!important;font-size:18px;font-weight:900;white-space:nowrap;text-decoration:none;background:none!important;-webkit-text-fill-color:initial!important}
.brand-coin-logo{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(153,74,25,.16))}
.brand-mark{display:none!important}
.nav-links{display:flex;align-items:center;justify-content:center;gap:34px;margin-left:auto;font-size:14px}
.nav-links a{position:relative;padding:23px 0;color:#111116!important;font-weight:750;text-decoration:none}
.nav-links a:hover{color:var(--pri)!important}
.page-activity .nav-links a[href="activity.php"],.page-arbitrage .nav-links a[href="arbitrage.php"]{color:var(--pri)!important}
.page-activity .nav-links a[href="activity.php"]::after,.page-arbitrage .nav-links a[href="arbitrage.php"]::after{content:"";position:absolute;left:0;right:0;bottom:13px;height:2px;background:var(--pri)}
.nav-cta{display:inline-flex;align-items:center;justify-content:center;min-width:112px;padding:12px 20px;border-radius:5px;color:#fff!important;background:var(--grad);font-size:14px;font-weight:850;text-decoration:none;box-shadow:0 8px 20px rgba(82,55,245,.16)}
.nav-mobile-btn{display:none;border:0;background:transparent;color:#17171b;font-size:28px;line-height:1;cursor:pointer}
.nav-mobile-menu{position:fixed;top:64px;left:0;right:0;z-index:990;display:none;padding:10px 16px 18px;background:#fff;border-bottom:1px solid #dedbe8;box-shadow:0 16px 28px rgba(33,24,76,.08)}
.nav-mobile-menu.open{display:grid}
.nav-mobile-menu a{padding:13px 6px;border-bottom:1px solid #efedf3;color:#202026;text-decoration:none;font-size:14px;font-weight:750}
.url-bar{position:relative;z-index:10;height:54px;margin-top:64px;padding:0 max(32px,calc((100vw - 1460px)/2));display:flex;align-items:center;gap:24px;background:#fff;border-bottom:1px solid #e3e1e8;color:#17171b}
.url-bar-label{padding-right:24px;display:inline-flex;align-items:center;gap:10px;border-right:1px solid #e2dfe8;color:#292830;font-size:13px;font-weight:800;white-space:nowrap}.url-bar-label svg{width:25px;height:25px;color:var(--pri)}
.url-bar-text{color:var(--pri);font-size:14px;font-weight:900;letter-spacing:.02em}
.url-bar-copy{padding:7px 14px;display:inline-flex;align-items:center;gap:7px;border:1px solid var(--pri);border-radius:5px;background:#fff;color:var(--pri);font-size:12px;font-weight:850;cursor:pointer}.url-bar-copy svg{width:15px;height:15px}

/* Home hero */
.page-home .hero{position:relative;min-height:650px;padding:72px 40px 78px;background:#fff;border-bottom:1px solid #ece9f2;text-align:left}
.page-home .hero-bg{position:absolute;inset:0;background:radial-gradient(circle at 76% 46%,rgba(89,61,246,.065),transparent 31%),#fff}
.page-home .hero-bg::after{display:none}
.page-home .hero-inner{position:relative;width:min(1460px,100%);max-width:none;margin:auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(520px,1.1fr);align-items:center;gap:clamp(50px,7vw,120px)}
.page-home .hero-copy{width:100%;max-width:none;min-width:0}
.page-home .hero h1{width:100%;max-width:680px;margin:0 0 30px;color:#0d0d11;font-size:clamp(50px,5vw,78px);line-height:1.04;letter-spacing:-.055em;font-weight:950;word-break:keep-all}
.page-home .hero h1 em{display:inline-block;margin-top:7px;color:var(--pri);background:none!important;-webkit-background-clip:initial!important;-webkit-text-fill-color:initial!important;font-style:normal}
.page-home .hero-sub,.page-home .hero-tag{display:none!important}
.page-home .hero-btns{width:100%;display:flex;justify-content:flex-start}
.hero-primary-wrap{width:min(100%,570px);display:flex;flex-direction:column;align-items:flex-start;gap:15px}
.hero-action-row{display:grid;grid-template-columns:1fr 1fr;gap:14px;width:min(100%,570px)}
.page-home .btn-pri-highlight,.btn-sec-highlight{min-width:0;height:58px;padding:0 20px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;border-radius:6px;font-size:15px;font-weight:850;white-space:nowrap;text-decoration:none;transition:transform .2s,box-shadow .2s}
.page-home .btn-pri-highlight{color:#fff;background:var(--gradg);box-shadow:0 10px 24px rgba(8,164,84,.18)}
.btn-sec-highlight{color:var(--pri);border:1px solid var(--pri);background:#fff}
.page-home .btn-pri-highlight:hover,.btn-sec-highlight:hover{transform:translateY(-2px)}
.btn-pri-icon{width:auto;height:auto;display:inline;font-size:13px}.btn-pri-arrow{margin:0;font-size:18px}
.earn-note{display:flex;align-items:center;gap:10px;padding:0;color:#2a2930;font-size:13px;font-weight:750}
.earn-note::before,.earn-note::after{display:none!important}
.earn-note-dot{width:8px;height:8px;border-radius:50%;background:#10b962;box-shadow:0 0 0 5px rgba(16,185,98,.09)}
.earn-note-trail{display:block;width:70px;height:1px;background:linear-gradient(90deg,#5b3cf6,transparent)}
.hero-preview{width:min(100%,700px);justify-self:end;padding:0;overflow:hidden;border:1px solid #17171b;border-radius:0;color:#111;background:#fff;box-shadow:none;text-decoration:none}
.hero-preview:hover{transform:none;border-color:#17171b}
.hero-preview::before,.hero-preview-top,.hero-preview-foot{display:none!important}
.hero-preview-screen{position:relative;display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden;border:0;border-bottom:1px solid #d7d4df;border-radius:0;background:#f8f7fc}
.hero-preview-poster{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}
.preview-screen-code,.preview-timeline{display:none!important}
.preview-play{position:relative;z-index:2;display:grid!important;place-items:center;width:68px;height:68px;border-radius:50%;color:#fff;background:var(--pri);font-size:24px;box-shadow:0 10px 28px rgba(82,55,245,.28)}
.hero-preview-chapters{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:0;background:#fff}
.hero-preview-chapters span{min-height:68px;padding:10px 14px;display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:8px;border:0;border-right:1px solid #dedbe6;border-radius:0;color:#15151a;font-size:12px;font-weight:800;background:#fff}
.hero-preview-chapters span:last-child{border-right:0}.hero-preview-chapters span.active{color:var(--pri);border:0;border-right:1px solid #dedbe6;border-top:3px solid var(--pri);background:#f5f2ff}
.hero-preview-chapters b{display:block;width:auto;height:auto;background:none!important;color:inherit!important;font-size:17px}.hero-preview-chapters i{color:#888493;font-style:normal}
.hero-scroll{display:none!important}

/* Main project */
.projects-tabs-wrap{background:#f8f7ff}
.projects-tabs-nav{display:none!important}
.page-home .proj-tab-panel,.page-arbitrage .proj-tab-panel{display:block!important}
.page-home .proj-sec{padding:68px 40px 76px;background:linear-gradient(90deg,#fff 0%,#f7f5ff 100%);color:#111}
.page-home .proj-inner{width:min(1460px,100%);max-width:none;margin:auto}
.page-home .proj-header{margin:0 0 34px;text-align:left}
.page-home .proj-eyebrow,.page-home .proj-tags,.page-home .proj-badge{display:none!important}
.page-home .proj-title{margin:0 0 8px;color:#111;font-size:38px;line-height:1.15;font-weight:950;letter-spacing:-.035em}
.page-home .proj-title .tag-a{padding:0;color:#111;background:none!important;-webkit-text-fill-color:initial!important}
.page-home .proj-desc{max-width:760px;margin:0;color:#777480;font-size:15px;line-height:1.7}
.project-workspace{display:grid;grid-template-columns:minmax(420px,1.12fr) minmax(360px,.75fr);gap:64px;align-items:start}
.tutorial-stage{min-width:0}
.tutorial-switch{display:grid;grid-template-columns:1fr 1fr;margin-bottom:18px;border-bottom:1px solid #ddd9e7}
.tutorial-switch button{padding:13px;border:0;border-bottom:3px solid transparent;background:transparent;color:#2d2b33;font-size:14px;font-weight:800;cursor:pointer}
.tutorial-switch button.active{color:var(--pri);border-bottom-color:var(--pri)}
.page-home .video-grid.cols2{display:grid;grid-template-columns:1fr!important;gap:0}
.page-home .video-grid.cols2>.video-card{width:min(100%,430px);margin:auto;overflow:hidden;border:1px solid #2f2e34;border-radius:0;background:#fff;box-shadow:none}
.page-home .video-label{display:none!important}
.page-home .video-embed{position:relative;padding-bottom:56.25%;overflow:hidden;background:#f4f2fa;border-radius:0}
.page-home .video-embed-portrait{padding-bottom:177.777%!important}
.page-home .video-embed video,.page-home .video-embed iframe,.page-home .video-embed>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border:0}
.page-home .video-placeholder{position:absolute;inset:0;display:grid;place-items:center;text-align:center;color:#5b5865;background:url('mobile-tutorial-portrait-v2.jpg') center/cover no-repeat}
.page-home .video-placeholder>*{position:relative;z-index:2}.page-home .video-placeholder::after{content:"";position:absolute;inset:0;background:rgba(255,255,255,.2)}
.video-chapters-wrap{border-top:1px solid #dad6e4;background:#fff}
.video-chapters-label{display:none!important}
.page-home .video-chapters{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important}
.page-home .chap-btn{min-width:0;height:56px;padding:0 14px!important;display:flex!important;align-items:center;gap:9px!important;border:0!important;border-right:1px solid #e2dfe8!important;border-radius:0!important;color:#17171c!important;background:#fff!important;text-align:left!important;box-shadow:none!important}
.page-home .chap-btn:last-child{border-right:0!important}.page-home .chap-btn.active{outline:1.5px solid var(--pri);outline-offset:-1px;color:var(--pri)!important;background:#f8f7ff!important;box-shadow:none!important}
.page-home .chap-number{flex:0 0 auto;color:var(--pri);font-size:13px;font-weight:950}.page-home .chap-name{flex:1;font-size:12px!important;font-weight:800!important;white-space:nowrap}.page-home .chap-time{display:none!important}.page-home .chap-chevron{width:14px;height:14px;flex:0 0 auto;color:currentColor}
.project-path{padding:0 0 0 52px;border:0;border-left:1px solid #dedbe7;border-radius:0;background:transparent;box-shadow:none}
.project-path-head span{display:none}.project-path-head h3{margin:0 0 26px;color:#111;font-size:24px;font-weight:950}.project-path-head p{display:none}
.project-path-list{margin:0;padding:0;list-style:none}.project-path-list li{display:grid;grid-template-columns:44px 1fr;gap:0;padding:18px 0;border-bottom:1px solid #dedbe6}.project-path-list b{color:var(--pri);font-size:26px;font-weight:950}.project-path-list span{display:grid;gap:5px}.project-path-list strong{color:#17171b;font-size:14px}.project-path-list small{color:#777480;font-size:12px}
.project-path .video-action-row{display:grid!important;grid-template-columns:1fr!important;gap:10px;margin:24px 0 0!important;max-width:none!important}
.project-path .vbtn{min-height:54px;padding:0 20px;display:flex;align-items:center;justify-content:center;border-radius:5px;text-decoration:none}
.project-path .vbtn-green{color:#fff;background:var(--gradg);border:1px solid #08a454}.project-path .vbtn-blue{color:var(--pri);background:#fff;border:1px solid var(--pri)}
.project-path .vbtn-icon,.project-path .vbtn-sub,.project-path .free-badge{display:none!important}.project-path .vbtn-title{font-size:14px;font-weight:900}
.project-path-note{margin-top:12px;padding:12px 14px;border-left:3px solid #0db761;color:#4f4c57;background:#f3fff8;font-size:12px;line-height:1.6}.project-path-note i{display:none}.project-path-note strong{color:#087b42}
.tool-free-notice{display:none!important}

/* Feedback, opportunities, contact and footer */
.feedback-sec{padding:64px 40px;background:#fff;color:#111}.feedback-inner,.more-projects,.contact-inner,.newbie-guide-inner{width:min(1460px,100%);max-width:none;margin:auto}.sec-label{display:none!important}.sec-title{margin:0 0 8px;color:#111;font-size:38px;font-weight:950;letter-spacing:-.035em}.sec-title span{color:#111;background:none!important;-webkit-text-fill-color:initial!important}.sec-sub{margin:0 0 28px;color:#777480;font-size:14px}.scroll-hint,.feedback-note{display:none!important}.feedback-track{display:flex;gap:16px}.feedback-item{flex:0 0 310px;overflow:hidden;border:1px solid #dedbe7;border-radius:0;background:#f6f5f9;box-shadow:none}.feedback-item img{display:block;width:100%;height:auto}.feedback-empty{padding:36px;border:1px solid #e1dee8;background:#f9f8fc;color:#777480;text-align:center}
.more-projects{padding:48px 0 54px;border-top:1px solid #e7e4eb;background:#fff}.more-projects-head{display:block;margin-bottom:16px;text-align:left}.more-projects-kicker{display:none}.more-projects-head h2{margin:0 0 6px;color:#111;font-size:30px;font-weight:950}.more-projects-head p{margin:0;color:#7a7782;font-size:13px}.more-projects-grid{display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid #e2dfe7}.more-entry-card{min-height:82px;padding:18px 4px;display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:18px;border:0!important;border-bottom:1px solid #e2dfe7!important;border-radius:0!important;background:#fff!important;color:#111!important;box-shadow:none!important;text-decoration:none}.more-entry-icon{color:var(--pri);font-size:24px}.more-entry-copy{display:grid;grid-template-columns:210px 1fr;align-items:center;gap:20px}.more-entry-copy small{display:none}.more-entry-copy strong{font-size:15px}.more-entry-copy span{color:#777480;font-size:12px;line-height:1.5}.more-entry-meta{padding:9px 18px;border:1px solid var(--pri);border-radius:5px;color:var(--pri);font-size:12px;font-weight:850}
.more-entry-card{grid-template-columns:38px minmax(0,1fr) auto;justify-content:normal;overflow:visible}.more-entry-card::before{display:none!important}.more-entry-icon{position:static!important;width:auto!important;height:auto!important}.more-entry-copy{position:static!important;min-width:0;grid-template-columns:210px minmax(0,1fr)}.more-entry-copy strong{display:block;margin:0;white-space:normal;word-break:normal;writing-mode:horizontal-tb}.more-entry-copy span{display:block;min-width:0;white-space:normal;word-break:normal;writing-mode:horizontal-tb}.more-entry-meta{position:static!important;align-self:center;white-space:nowrap}
.more-entry-icon svg{width:31px;height:31px;color:var(--pri)}.more-entry-meta{display:inline-flex;align-items:center;gap:7px}.more-entry-meta svg{width:14px;height:14px}
.contact-sec{padding:32px 40px;background:#f7f5ff;color:#111;border-top:1px solid #e5e1ef;border-bottom:1px solid #e5e1ef}.contact-inner{display:grid;grid-template-columns:170px 1fr;align-items:center}.contact-sec .sec-title{font-size:28px;margin:0}.contact-sec .sec-sub{display:none}.contact-cards{display:grid;grid-template-columns:1fr 1fr;gap:0}.contact-card{min-height:64px;padding:0 34px;display:flex;align-items:center;gap:16px;border:0!important;border-left:1px solid #ded9ea!important;border-radius:0!important;color:#111!important;background:transparent!important;box-shadow:none!important;text-decoration:none}.contact-card-icon{display:grid;place-items:center;width:38px;height:38px;border:1px solid var(--pri);border-radius:50%;font-size:18px}.contact-card-name{font-size:14px;font-weight:900}.contact-card-id{margin-top:2px;color:var(--pri);font-size:11px}
.contact-card-icon{width:51px;height:51px;flex:0 0 auto;border-width:1.5px;color:var(--pri)}.contact-card-icon svg{width:29px;height:29px}.contact-card-icon-potato{border:0;border-radius:8px;color:#fff;background:linear-gradient(145deg,#6957f4,#3221d8);font-size:29px;font-weight:900;font-style:italic}.contact-card-info{min-width:0}.contact-card-external{width:15px;height:15px;margin-left:auto;color:var(--pri)}
.newbie-guide-sec{padding:38px 40px;background:#fff;color:#111}.newbie-guide-kicker,.newbie-guide-sub{display:none}.newbie-guide-title{margin:0 0 22px;color:#111;font-size:23px;font-weight:950}.newbie-guide-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}.newbie-step{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:12px;color:#111;text-decoration:none}.newbie-step-num{color:var(--pri);font-size:30px;font-weight:950}.newbie-step-info{display:grid;gap:4px}.newbie-step-info strong{color:#111;font-size:13px}.newbie-step-info small{color:#777480;font-size:11px}
footer{padding:34px 40px;background:#fff;color:#111;border-top:1px solid #e5e2e9}.footer-links{display:flex;justify-content:center;gap:28px}.footer-links a{color:#3a3841;font-size:12px;text-decoration:none}.footer-copy{margin-top:20px;color:#9895a0;font-size:11px;line-height:1.7;text-align:center}
.back-top{background:#fff!important;color:var(--pri)!important;border:1px solid var(--pri)!important;box-shadow:0 8px 24px rgba(40,28,89,.1)!important}
.sticky-cta-bar{background:rgba(255,255,255,.96)!important;border-top:1px solid #dedbe7!important}.sticky-cta-btn-pri{background:var(--gradg)!important}.sticky-cta-btn-sec{color:var(--pri)!important;background:#fff!important;border:1px solid var(--pri)!important}

/* Activity page: same information architecture, existing API bindings */
.page-activity .section-divider{display:none!important}
.page-activity .join-sec{padding:42px 40px 58px;background:#fff;color:#111}
.page-activity .join-inner{width:min(1460px,100%);max-width:none;margin:auto}
.page-activity .promo-slogan{margin:0 0 8px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}
.page-activity .promo-slogan-title{display:none!important}
.page-activity .promo-slogan-sub{margin:0;color:#111;font-size:34px;line-height:1.15;font-weight:900;letter-spacing:-.045em;white-space:nowrap}.page-activity .promo-slogan-sub strong{color:var(--pri);font-size:1.12em}
.page-activity .promo-warning{margin:10px 0;padding:10px 14px;border:1px solid #e4defb;border-radius:5px;color:#4e3fd1;background:#faf8ff;font-size:12px}
.page-activity .promo-headline{margin:0 0 22px;text-align:left}.page-activity .promo-headline h2{display:none!important}.page-activity .promo-pills-grid{display:flex!important;justify-content:flex-start!important;gap:24px!important;margin:10px 0 0!important}.page-activity .promo-pills-grid a{padding:0!important;border:0!important;background:transparent!important;color:var(--pri)!important;font-size:13px!important;font-weight:850!important;text-decoration:none!important;box-shadow:none!important}.page-activity .promo-marquee{display:none!important}
.page-activity .join-card{padding:0;display:grid;grid-template-columns:minmax(0,1.6fr) minmax(330px,.82fr);column-gap:54px;align-items:start;border:0;border-radius:0;background:#fff;box-shadow:none}
.page-activity .promo-dashboard-v2{grid-column:1;padding:12px 0;border:0;border-radius:0;background:#fff}
.page-activity .promo-progress-head{display:flex;align-items:baseline;gap:10px;margin-bottom:24px}.page-activity .promo-progress-label{color:#111;font-size:20px;font-weight:950}.page-activity .promo-progress-count{color:#111;font-size:14px;font-weight:850}.page-activity .promo-progress-count #progNum{color:var(--pri);font-size:28px}.page-activity .promo-progress-pct{display:none}
.page-activity .promo-progress-bar-wrap{margin:0 28px 40px}.page-activity .promo-progress-bar{height:4px;background:#e5e1f4}.page-activity .promo-progress-fill{background:var(--pri)}.page-activity .promo-progress-node{color:#6d6976}.page-activity .promo-progress-node .pn-icon{display:grid;place-items:center;width:34px;height:34px;border:2px solid #d9d4e8;border-radius:50%;background:#fff;font-size:0}.page-activity .promo-progress-node .pn-icon::before{content:"🔒";font-size:13px}.page-activity .promo-progress-node:first-of-type .pn-icon{border-color:var(--pri);box-shadow:0 0 0 4px #eeeaff}.page-activity .pn-label{color:#111;font-size:12px;font-weight:850}
.page-activity .promo-stats{grid-column:2;grid-row:1 / span 4;margin:0;padding:10px 0;border:0;border-left:1px solid #e0dde7;border-radius:0;background:#fff}.page-activity .promo-stat-row{padding:14px 0 14px 34px;border-bottom:1px solid #e3e0e8}.page-activity .promo-stat-label{color:#716e79;font-size:13px}.page-activity .promo-stat-value{color:#111!important;font-size:15px;font-weight:900}
.page-activity .promo-nodes{grid-column:1;display:grid!important;grid-template-columns:1fr!important;gap:0!important;margin:0!important;border:1px solid #dcd9e2;border-radius:6px;overflow:hidden}.page-activity .promo-node-btn,.page-activity .promo-node{min-height:58px;padding:9px 16px;display:grid!important;grid-template-columns:42px 150px 1fr 110px;align-items:center;gap:10px;border:0!important;border-bottom:1px solid #e0dde5!important;border-radius:0!important;color:#111!important;background:#fff!important;text-align:left}.page-activity .promo-nodes>*:last-child{border-bottom:0!important}.page-activity .lottery-node-icon{display:grid;place-items:center;width:30px;height:30px;border:1px solid #d8d4e5;border-radius:50%;font-size:14px}.page-activity .lottery-node-target{font-size:13px;font-weight:900}.page-activity .lottery-node-reward{color:var(--pri);font-size:12px;font-weight:850}.page-activity .lottery-node-status{color:#87838f;font-size:11px;text-align:right}
.page-activity .promo-cta{grid-column:2;width:100%;margin:14px 0 8px;padding:15px 16px;border:0;border-radius:5px;color:#fff;background:var(--gradg);font-size:13px;font-weight:900;box-shadow:none}.page-activity .promo-cta-tg{margin-top:0;background:#fff;color:var(--pri);border:1px solid var(--pri)}.page-activity .promo-quick-actions{grid-column:2;display:grid;grid-template-columns:1fr;gap:8px}.page-activity .promo-quick-btn{padding:13px 12px;border:1px solid var(--pri);border-radius:5px;color:var(--pri);background:#fff;font-size:12px;font-weight:850}.page-activity .promo-quick-btn.primary{background:#fff;color:var(--pri)}
.page-activity .promo-modal{background:rgba(20,17,31,.58)}.page-activity .promo-modal-card{color:#111;background:#fff;border:1px solid #dfdce7;border-radius:10px;box-shadow:0 24px 70px rgba(25,17,61,.18)}.page-activity .promo-modal-title{color:#111}.page-activity .rules-section,.page-activity .promo-share-link-box{color:#34313c;background:#f8f7fc;border-color:#dfdce7}.page-activity .promo-modal-close{color:#5c5864;background:#f0edf6}.page-activity .poster-wrap{background:#f4f2f8}

/* Arbitrage page */
.page-arbitrage .projects-tabs-wrap{padding:48px 40px 0;background:#fff;color:#111}
.page-arbitrage .proj-sec{padding:0 0 74px;background:#fff;color:#111}
.page-arbitrage .proj-inner{width:min(1460px,100%);max-width:none;margin:auto}
.page-arbitrage .proj-header{margin:0 auto 34px;text-align:center}.page-arbitrage .proj-badge,.page-arbitrage .proj-tags{display:none!important}.page-arbitrage .proj-title{margin:0 0 8px;color:#111;font-size:clamp(52px,5vw,76px);font-weight:950;letter-spacing:-.055em}.page-arbitrage .proj-title .tag-b{color:#111;background:none!important;-webkit-text-fill-color:initial!important}.page-arbitrage .proj-title{font-size:0}.page-arbitrage .proj-title .tag-b{font-size:clamp(52px,5vw,76px)}.page-arbitrage .proj-desc{max-width:700px;margin:auto;color:#66636f;font-size:16px;line-height:1.7}.page-arbitrage .proj-desc::first-line{font-weight:700}
.page-arbitrage .proj-notice{max-width:1120px;margin:0 auto 28px;padding:17px 24px;display:flex;justify-content:center;gap:15px;border:1px solid var(--pri);border-radius:5px;color:#25232b;background:#fbfaff;font-size:13px}.page-arbitrage .proj-notice .ni{color:var(--pri)}
.page-arbitrage .video-grid.cols1{width:min(100%,1120px);margin:auto;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.75fr);gap:52px;align-items:center}.page-arbitrage .video-card{overflow:hidden;border:1px solid #2d2c31;border-radius:0;background:#fff;box-shadow:none}.page-arbitrage .video-label{display:none}.page-arbitrage .video-embed{position:relative;padding-bottom:56.25%;overflow:hidden;background:#f5f3fa}.page-arbitrage .video-embed video,.page-arbitrage .video-embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.page-arbitrage .video-placeholder{position:absolute;inset:0;display:grid;place-items:center;color:#5b5762;background:url('arbitrage-tutorial-poster-v2.jpg') center/cover no-repeat}.page-arbitrage .video-placeholder>*{position:relative;z-index:2}
.page-arbitrage .video-action-row{width:min(100%,510px);max-width:none!important;margin:28px auto 0!important}.page-arbitrage .vbtn{min-height:58px;padding:0 24px;display:flex;justify-content:center;align-items:center;border-radius:5px!important;color:#fff!important;background:var(--gradg)!important;border:0!important;text-decoration:none}.page-arbitrage .vbtn-icon{font-size:18px}.page-arbitrage .vbtn-text{display:flex!important;align-items:center;gap:12px}.page-arbitrage .vbtn-title{font-size:15px;font-weight:900}.page-arbitrage .vbtn-sub{display:none!important}
.subpage-home-float{left:18px!important;bottom:calc(env(safe-area-inset-bottom,0px) + 18px)!important;padding:11px 16px!important;border:1px solid #ded9ec!important;border-radius:5px!important;color:var(--pri)!important;background:#fff!important;box-shadow:0 8px 24px rgba(44,30,96,.10)!important}

/* Beat the previous redesign's page-scoped selectors. */
.page-home .projects-tabs-wrap{background:#f8f7ff}
.page-home .proj-a{padding:68px 40px 76px;background:linear-gradient(90deg,#fff 0%,#f7f5ff 100%)}
.page-home .proj-header{max-width:none}.page-home .proj-title .tag-a{color:#111!important;-webkit-text-fill-color:initial!important}.page-home .proj-desc{color:#777480}
.page-home .tutorial-switch{display:grid;grid-template-columns:1fr 1fr;gap:0;max-width:none;margin-bottom:18px;border-bottom:1px solid #ddd9e7}.page-home .tutorial-switch button{padding:13px;border-bottom:3px solid transparent;color:#2d2b33}.page-home .tutorial-switch button.active{color:var(--pri);border-bottom-color:var(--pri)}
.page-home .tutorial-switch button,.page-home .tutorial-switch button.active{background:transparent!important;box-shadow:none!important}.page-home .chap-btn{opacity:1!important}
.page-home .project-path .video-action-row{display:grid;grid-template-columns:1fr;gap:10px;margin:24px 0 0}.page-home .project-path .vbtn{min-height:54px;padding:0 20px;justify-content:center;border-radius:5px;text-align:center}.page-home .project-path .vbtn-green{color:#fff;background:var(--gradg);border-color:#08a454}.page-home .project-path .vbtn-blue{color:var(--pri);background:#fff;border-color:var(--pri)}.page-home .project-path .vbtn-icon,.page-home .project-path .vbtn-sub,.page-home .project-path .free-badge{display:none!important}.page-home .project-path .vbtn-title{font-size:14px}.page-home .tool-free-notice{display:none!important}
.page-home .feedback-sec{padding:64px 40px;background:#fff;border-top:0;color:#111}.page-home .feedback-inner{max-width:none}.page-home .sec-title{color:#111;font-size:38px}.page-home .sec-title span{color:#111!important;-webkit-text-fill-color:initial!important}.page-home .sec-sub{color:#777480}.page-home .feedback-track{gap:16px}.page-home .feedback-item{width:310px;border:1px solid #dedbe7;border-radius:0;background:#f6f5f9}.page-home .feedback-item img{border-radius:0}
.page-home .more-projects{max-width:none;padding:48px 40px 54px;background:#fff}.page-home .more-projects-grid{grid-template-columns:1fr;gap:0;border-top:1px solid #e2dfe7}.page-home .more-entry-card{min-height:82px;padding:18px 4px;grid-template-columns:38px minmax(0,1fr) auto;border-bottom-color:#e2dfe7;background:#fff}.page-home .more-entry-icon{width:auto;height:auto;border:0;border-radius:0;color:var(--pri);font-size:24px}.page-home .more-entry-copy{grid-template-columns:210px minmax(0,1fr)}.page-home .more-entry-copy strong{color:#111;font-size:15px}.page-home .more-entry-copy span{color:#777480;font-size:12px}.page-home .more-entry-meta,.page-home .more-entry-card.arbitrage .more-entry-meta{border-color:var(--pri);color:var(--pri);border-radius:5px}
.page-home .contact-sec,.page-activity .contact-sec,.page-arbitrage .contact-sec{padding:32px 40px!important;background:#f7f5ff;border-color:#e5e1ef;color:#111}.page-home .contact-inner{grid-template-columns:170px 1fr;gap:0;max-width:none}.page-home .contact-inner>.sec-title{grid-column:1;grid-row:1;margin:0;color:#111;font-size:28px}.page-home .contact-inner>.sec-sub{display:none}.page-home .contact-cards{grid-column:2;grid-row:1;display:grid;grid-template-columns:1fr 1fr;gap:0}.page-home .contact-card{min-width:0!important;padding:0 34px!important;border:0!important;border-left:1px solid #ded9ea!important;border-radius:0!important;color:#111!important;background:transparent!important}.page-home .contact-card:hover{background:transparent}.page-home .contact-card-icon{width:51px;height:51px;border:1.5px solid var(--pri);background:transparent}.page-home .contact-card-icon-potato{border:0;background:linear-gradient(145deg,#6957f4,#3221d8)}.page-home .contact-card-name{color:#111;font-size:14px}.page-home .contact-card-id{color:var(--pri);font-size:11px}
.page-home .newbie-guide-sec{padding:38px 40px;background:#fff;border-top:0;color:#111}.page-home .newbie-guide-inner{max-width:none}.page-home .newbie-guide-title{color:#111;font-size:23px}.page-home .newbie-guide-sub{display:none}.page-home .newbie-guide-steps{grid-template-columns:repeat(3,1fr);gap:38px}.page-home .newbie-guide-steps::before{display:none}.page-home .newbie-step{grid-template-columns:56px 1fr;gap:12px;background:#fff}.page-home .newbie-step:hover{background:#fff}.page-home .newbie-step-num{display:block;width:auto;height:auto;color:var(--pri);background:none;font-size:30px}.page-home .newbie-step-info{padding:0}.page-home .newbie-step-info strong{color:#111;font-size:13px}.page-home .newbie-step-info small{color:#777480;font-size:11px}
.page-home footer{padding:34px 40px;background:#fff;border-top:1px solid #e5e2e9;color:#111}.page-home .footer-links{gap:28px;color:#3a3841}.page-home .footer-copy{color:#9895a0;font-size:11px}

@media(min-width:1101px){
  .page-activity .join-card{grid-template-rows:auto auto}
  .page-activity .promo-dashboard-v2{grid-column:1;grid-row:1}
  .page-activity .promo-nodes{grid-column:1;grid-row:2}
  .page-activity .promo-cta:not(.promo-cta-tg){grid-column:2;grid-row:1;align-self:start;margin:12px 0 0}
  .page-activity .promo-cta-tg{grid-column:2;grid-row:1;align-self:start;margin:66px 0 0}
  .page-activity .promo-quick-actions{grid-column:2;grid-row:1;align-self:start;margin-top:66px}
  body.tg-miniapp.page-activity .promo-quick-actions{margin-top:120px}
}

@media(max-width:1100px){
  .nav-links{gap:20px}.page-home .hero-inner{grid-template-columns:1fr 1fr;gap:42px}.project-workspace{grid-template-columns:1fr .82fr;gap:36px}.project-path{padding-left:34px}.page-activity .join-card{grid-template-columns:1fr;gap:0}.page-activity .promo-dashboard-v2,.page-activity .promo-nodes,.page-activity .promo-cta,.page-activity .promo-cta-tg,.page-activity .promo-quick-actions{grid-column:1;grid-row:auto}.page-activity .promo-stats{grid-column:1;grid-row:auto;margin:26px 0 0;border-left:0;border-top:1px solid #e0dde7}.page-activity .promo-stat-row{padding-left:0}.page-arbitrage .video-grid.cols1{grid-template-columns:1fr}
}

@media(max-width:820px){
  html{scroll-padding-top:118px}.nav{height:64px;padding:0 16px}.nav-logo{font-size:16px}.brand-coin-logo{width:34px;height:34px}.nav-links,.nav-cta{display:none}.nav-mobile-btn{display:block;margin-left:auto}.url-bar{height:54px;margin-top:64px;padding:0 16px;gap:12px}.url-bar-label{padding-right:12px;gap:8px;font-size:12px}.url-bar-label svg{width:23px;height:23px}.url-bar-text{margin-left:auto;font-size:12px}.url-bar-copy{padding:7px 12px}
  .page-home .hero{min-height:0;padding:44px 16px 46px}.page-home .hero-inner{display:block}.page-home .hero h1{margin-bottom:24px;text-align:center;font-size:clamp(43px,11vw,68px);line-height:1.06}.hero-action-row{width:100%;gap:10px}.page-home .btn-pri-highlight,.btn-sec-highlight{height:54px;padding:0 14px;font-size:13px}.hero-primary-wrap{width:100%}.earn-note{align-self:center;margin-bottom:18px;font-size:12px}.hero-preview{display:none}
  .page-home .proj-sec{padding:40px 16px 48px}.page-home .proj-title{font-size:28px}.page-home .proj-desc{font-size:13px}.project-workspace{display:block}.tutorial-switch{margin-top:26px}.page-home .video-grid.cols2>.video-card{width:min(100%,390px);overflow:visible;border:0!important;background:transparent}.page-home .video-embed{border:1px solid #2f2e34}.page-home .video-chapters-wrap{padding-top:14px;border:0!important;background:transparent}.page-home .video-chapters{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.page-home .chap-btn{height:64px;padding:0 12px!important;flex-direction:row!important;justify-content:flex-start!important;gap:10px!important;overflow:hidden;border:1px solid #dedce5!important;border-radius:10px!important;color:#22222b!important;background:#fff!important;box-shadow:0 3px 12px rgba(28,22,56,.045)!important}.page-home .chap-btn.active{outline:0;border-color:var(--pri)!important;color:var(--pri)!important;background:#faf9ff!important;box-shadow:0 0 0 1px var(--pri),0 6px 18px rgba(89,64,232,.10)!important}.page-home .chap-number{width:32px;height:32px;display:grid;place-items:center;flex:0 0 32px;border-radius:50%;color:#5b43df!important;background:#efecff;font-size:12px!important;font-weight:900!important}.page-home .chap-btn.active .chap-number{color:#fff!important;background:linear-gradient(135deg,#6548f1,#4e31dd)}.page-home .chap-name{flex:1;color:inherit!important;font-size:13px!important;font-weight:800!important;text-align:left}.page-home .chap-chevron{display:block!important;width:13px;height:13px;margin-left:auto;color:#aaa4b7}.page-home .chap-btn.active .chap-chevron{color:var(--pri)}.project-path{margin-top:38px;padding:0;border-left:0;border-top:1px solid #dedbe7}.project-path-head h3{margin-top:30px;font-size:20px}
  .feedback-sec,.page-home .feedback-sec{padding:44px 16px}.sec-title,.page-home .sec-title{font-size:28px}.feedback-item,.page-home .feedback-item{flex-basis:calc(86vw - 24px);width:calc(86vw - 24px)}.more-projects,.page-home .more-projects{padding:38px 16px 42px}.more-entry-card,.page-home .more-entry-card{grid-template-columns:28px 1fr auto;gap:12px}.more-entry-icon svg,.page-home .more-entry-icon svg{width:27px;height:27px}.more-entry-copy,.page-home .more-entry-copy{display:grid;grid-template-columns:1fr;gap:4px}.more-entry-copy span,.page-home .more-entry-copy span{font-size:10px}.more-entry-meta,.page-home .more-entry-meta{padding:7px 10px;font-size:10px}.more-entry-meta svg{width:12px;height:12px}
  .contact-sec,.page-home .contact-sec,.page-activity .contact-sec,.page-arbitrage .contact-sec{padding:24px 16px!important}.contact-inner,.page-home .contact-inner{display:block}.contact-sec .sec-title,.page-home .contact-inner>.sec-title{margin-bottom:20px;font-size:23px}.contact-cards,.page-home .contact-cards{display:grid;grid-template-columns:1fr 1fr}.contact-card,.page-home .contact-card{padding:0 14px!important;gap:9px}.contact-card-icon,.page-home .contact-card-icon{width:42px;height:42px}.contact-card-icon svg{width:24px;height:24px}.contact-card-icon-potato,.page-home .contact-card-icon-potato{border:0;font-size:23px;background:linear-gradient(145deg,#6957f4,#3221d8)}.contact-card-name,.page-home .contact-card-name{font-size:12px}.contact-card-id,.page-home .contact-card-id{font-size:9px}.contact-card-external{display:none}.newbie-guide-sec,.page-home .newbie-guide-sec{padding:34px 16px 92px}.newbie-guide-steps,.page-home .newbie-guide-steps{grid-template-columns:1fr;gap:20px}.newbie-step,.page-home .newbie-step{grid-template-columns:42px 1fr}.newbie-step-num,.page-home .newbie-step-num{font-size:26px}footer,.page-home footer{display:none}
  .page-activity .join-sec{padding:24px 16px 32px}.page-activity .promo-slogan-sub{font-size:clamp(16px,5.3vw,22px);letter-spacing:-.05em}.page-activity .promo-pills-grid{gap:18px!important}.page-activity .promo-pills-grid a{font-size:12px!important}.page-activity .promo-dashboard-v2{padding-top:8px}.page-activity .promo-progress-head{margin-bottom:22px}.page-activity .promo-progress-bar-wrap{margin:0 18px 36px}.page-activity .promo-nodes{margin-top:8px!important}.page-activity .promo-node-btn,.page-activity .promo-node{grid-template-columns:34px 1fr auto;min-height:64px;padding:9px 12px}.page-activity .lottery-node-reward{grid-column:2}.page-activity .lottery-node-status{grid-column:3;grid-row:1 / span 2}.page-activity .promo-stat-row{padding:12px 0}.page-activity .promo-cta{margin-top:16px}
  .page-arbitrage .projects-tabs-wrap{padding:40px 16px 0}.page-arbitrage .proj-sec{padding-bottom:100px}.page-arbitrage .proj-title .tag-b{font-size:46px}.page-arbitrage .proj-desc{font-size:14px}.page-arbitrage .proj-notice{padding:15px 16px;text-align:center}.page-arbitrage .video-grid.cols1{display:block}.page-arbitrage .video-action-row{margin-top:24px!important}
  .subpage-home-float{left:12px!important;bottom:calc(env(safe-area-inset-bottom,0px) + 12px)!important}
}

@media(max-width:460px){
  .nav-logo{font-size:14px}.brand-coin-logo{width:31px;height:31px}.url-bar-label{font-size:10px}.url-bar-label svg{width:21px;height:21px}.url-bar-text{font-size:11px}.page-home .hero h1{font-size:41px}.page-home .btn-pri-highlight,.btn-sec-highlight{grid-template-columns:auto 1fr;height:52px;padding:0 12px;font-size:12px}.page-home .btn-pri-highlight .btn-pri-arrow,.btn-sec-highlight span:last-child{display:none}.earn-note-trail{width:44px}.page-home .chap-btn{height:58px;padding:0 10px!important;gap:8px!important}.page-home .chap-number{width:29px;height:29px;flex-basis:29px;font-size:11px!important}.page-home .chap-name{font-size:12px!important}.page-home .chap-chevron{width:11px;height:11px}.contact-card{padding:0 8px}.contact-card-icon,.page-home .contact-card-icon{width:38px;height:38px}.contact-card-icon-potato,.page-home .contact-card-icon-potato{font-size:21px}.page-activity .promo-progress-label{font-size:17px}.page-activity .promo-progress-count #progNum{font-size:23px}
}
