:root{--primary-color: #452554;--primary-color-transparent: rgba(69, 37, 84, .5);--secondary-color: #7967A1;--tertiary-color: #E8E2E6;--quaternary-color: #F8F1FA;--quaternary-color-transparent05: rgba(248, 241, 250, .5);--quaternary-color-transparent025: rgba(248, 241, 250, .25);--quinary-color: #1b82aa;--quinary-color-transparent: rgba(27, 130, 170, .5);--complementary-primary: #badaab;--background-color: #452554;--text-color: #ffffff;--text-soft: rgba(255, 255, 255, .78);--text-muted: rgba(255, 255, 255, .58);--panel-border: rgba(255, 255, 255, .12);--panel-shadow: 0 10px 24px rgba(0, 0, 0, .16);--font-size-base: 16px;--font-size-large: calc(1.618 * var(--font-size-base));--font-size-xlarge: calc(1.618 * var(--font-size-large));--font-size-xxlarge: 67.77px;--font-size-zxlarge: 109.66px;--font-size-small: calc(var(--font-size-base) / 1.618);--font-size-xsmall: calc(var(--font-size-small) / 1.618);--font-size-xxsmall: 6.11px;--space-base: 1rem;--space-large: 1.618rem;--space-xlarge: 2.618rem;--space-xxlarge: 4.236rem;--space-zxlarge: 6.854rem;--space-small: .618rem;--space-xsmall: .382rem;--space-xxsmall: .236rem;--space-medium: 1.2rem;--padding-base: var(--space-base);--padding-large: var(--space-large);--padding-xlarge: var(--space-xlarge);--padding-small: var(--space-small);--padding-xsmall: var(--space-xsmall);--padding-xxsmall: var(--space-xxsmall);--zindex-base: 10;--zindex-large: 16;--zindex-xlarge: 26;--zindex-xxlarge: 42;--zindex-zxlarge: 69;--max-width-base: 960px;--max-width-large: 1553px;--font-family: "Poppins", sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{min-height:100%;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-family);background-color:var(--background-color);color:var(--text-color);line-height:1.6}img,svg,video,canvas{max-width:100%;height:auto;display:block}button,input,textarea,select{font:inherit}a{color:var(--quinary-color);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4,h5,h6{margin-top:0;color:var(--text-color)}p,li,label,strong,em,small,span{color:inherit}p{margin-top:0}input[type=text],input[type=email],input[type=number],input[type=password],textarea,select{width:100%;padding:.75rem .9rem;border-radius:10px;border:1px solid var(--panel-border);background:#ffffff0a;color:var(--text-color)}input::placeholder,textarea::placeholder{color:var(--text-muted)}button,.cta-button,.xbutton,input[type=submit]{font-family:var(--font-family);border-radius:12px;padding:.9rem 1.4rem;font-size:1rem;background-color:var(--quinary-color);color:#fff;border:none;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .25s ease,opacity .25s ease,background-color .25s ease}button:hover,.cta-button:hover,.xbutton:hover,input[type=submit]:hover{transform:translateY(-1px);opacity:.96}.xbutton{background-color:var(--secondary-color)}header{width:100%;background-color:transparent;padding:1rem 0}nav{width:min(1200px,calc(100% - 2rem));margin:0 auto;display:flex;justify-content:center;align-items:center;background-color:transparent}nav ul{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;padding:0}nav li a,nav li button{font-family:var(--font-family);text-decoration:none;color:var(--text-color);font-weight:500;padding:.75rem 1rem;border:1px solid transparent;border-radius:10px;transition:all .25s ease;display:block;background:transparent;cursor:pointer}nav li a:hover,nav li button:hover{background-color:var(--quinary-color);border-color:transparent;color:#fff}section{text-align:center;padding:2rem;margin:0 0 1.5rem;border-radius:18px}footer{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;background-color:transparent;color:var(--text-color);padding:2rem 1rem;margin-bottom:0}footer p{margin-bottom:10px;text-align:center}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes titleGlow1{0%{filter:drop-shadow(0 0 4px var(--secondary-color))}to{filter:drop-shadow(0 0 10px var(--secondary-color))}}@keyframes zoomIn{0%{transform:scale(.97);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes titleGlow{0%{text-shadow:0 0 6px rgba(255,255,255,.08)}to{text-shadow:0 0 14px rgba(255,255,255,.16)}}@keyframes popUp{0%{transform:scale(.98);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes pulsate{0%{transform:scale(1)}50%{transform:scale(1.015)}to{transform:scale(1)}}@keyframes slideIn{0%{transform:translateY(-40px);opacity:0}to{transform:translateY(0);opacity:1}}.modal{display:none;position:fixed;inset:0;width:100%;height:100%;background-color:#000000b3;z-index:1000}.modal-content{position:absolute;top:50%;left:50%;width:min(92%,700px);transform:translate(-50%,-50%);background-color:var(--tertiary-color);color:#111;padding:2rem;border-radius:12px;box-shadow:0 12px 28px #00000040}header,.site-header{width:100%;background-color:var(--background-color);padding:1rem 0;position:relative;z-index:20}nav,.site-nav{width:min(1200px,calc(100% - 2rem));margin:0 auto;display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;background-color:transparent}nav ul,.nav-list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;margin:0;padding:0}nav li{flex:0 0 auto}nav li a,nav li button,.nav-list a{color:var(--text-color);font-weight:500;padding:.75rem 1rem;border:1px solid transparent;border-radius:10px;transition:all .25s ease;display:block;background:transparent;cursor:pointer;text-decoration:none}nav li a:hover,nav li button:hover,.nav-list a:hover{background-color:var(--quinary-color);color:#fff;text-decoration:none}.nav-list a[aria-current=page]{background:#ffffff14}main{width:min(1200px,calc(100% - 2rem));margin:0 auto;padding:1rem 0 3rem}section{margin:0 0 1.5rem}.hero-container{display:flex;justify-content:center;align-items:center;width:100%}#hero,.hero{display:flex;flex-direction:column;justify-content:center;align-items:center;background-repeat:no-repeat;position:relative;background-size:cover;background-position:center;text-align:center}.hero-title{z-index:1;font-size:clamp(2rem,5vw,3.6rem);color:var(--text-color);animation:titleGlow 4s infinite alternate;padding:1rem;text-align:center}#hero h1,.hero h1{font-size:clamp(2.1rem,5vw,4.25rem);margin:0 0 1rem;line-height:1.1;color:var(--text-color)}#hero p,.hero p,.hero h2{font-size:clamp(1rem,2vw,1.35rem);margin:0 auto 1.25rem;max-width:850px;line-height:1.7;color:var(--text-color);opacity:.95}.logo-container{margin:1rem auto 2rem;display:flex;justify-content:center;align-items:center;gap:20px;width:min(900px,100%);min-width:0;min-height:180px;position:relative}.logo-image,.logo-glow{width:min(320px,42vw);min-width:180px;object-fit:contain}.logo-image{z-index:2;position:relative;animation:titleGlow1 3.69s infinite alternate,pulsate 3.69s infinite}.logo-glow{z-index:1;position:absolute;filter:blur(8px);opacity:.45}.button-wrapper{display:flex;justify-content:center;align-items:center;min-height:88px;padding:1rem;background:var(--primary-color-transparent);border-radius:20px;box-shadow:0 6px 12px #0000002e;margin-top:1.5rem;margin-bottom:1rem}.button-container{max-width:777px;width:100%;min-height:220px;background-color:var(--quinary-color-transparent);padding:var(--space-large);border-radius:12px;box-shadow:0 3px 10px #00000029;margin:var(--space-large) auto;display:flex;justify-content:center;align-items:center;gap:var(--space-large);animation:zoomIn .5s ease-out}details{background-color:var(--secondary-color);color:var(--text-color);border-radius:12px;overflow:hidden;transition:all .25s ease-in-out}details:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000002e}details[open]{box-shadow:0 4px 12px #00000038;animation:slideDown .35s ease-in-out}summary{display:block;padding:1rem 1.25rem;font-weight:700;background-color:var(--quinary-color);color:#fff;cursor:pointer}details p,details blockquote{font-size:var(--font-size-base);padding:1.25rem;margin:0}footer,.site-footer{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:120px;background-color:var(--background-color);color:var(--text-color);padding:2rem 1rem;margin-top:3rem}footer p,.site-footer p{margin-bottom:10px;text-align:center}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:10px 16px}.footer-links a{color:var(--quinary-color);text-decoration:none}.footer-links a:hover{text-decoration:underline}[data-theme=dark]{--primary-color: #1f1530;--primary-color-transparent: rgba(31, 21, 48, .78);--secondary-color: #32224d;--tertiary-color: #d8d0e3;--quaternary-color: #f2edf7;--quaternary-color-transparent05: rgba(242, 237, 247, .14);--quaternary-color-transparent025: rgba(242, 237, 247, .08);--quinary-color: #4da8da;--quinary-color-transparent: rgba(77, 168, 218, .34);--complementary-primary: #9fd3c7;--background-color: #140f1f;--text-color: #f8f8fb;--text-soft: #c9c2d6;--text-muted: #9b92ad;--panel-border: rgba(255, 255, 255, .1);--panel-shadow: 0 10px 24px rgba(0, 0, 0, .22);--heading-color: #6a4fb3;--summary-color: #b79cff;--summary-bg: rgba(183, 156, 255, .1);--summary-bg-hover: rgba(183, 156, 255, .16);--card-bg: rgba(255, 255, 255, .04);--card-bg-soft: rgba(255, 255, 255, .05);--inner-bg: rgba(255, 255, 255, .05);--inner-bg-strong: rgba(255, 255, 255, .07)}[data-theme=dark] html,[data-theme=dark] body{background:var(--background-color);color:var(--text-color)}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6,[data-theme=dark] .section-title,[data-theme=dark] .hero-title,[data-theme=dark] .subsection-title{color:var(--heading-color);text-shadow:none}[data-theme=dark] p,[data-theme=dark] li,[data-theme=dark] strong,[data-theme=dark] em,[data-theme=dark] blockquote,[data-theme=dark] td,[data-theme=dark] th,[data-theme=dark] .details-body,[data-theme=dark] .details-body p,[data-theme=dark] .details-body li,[data-theme=dark] .details-body strong,[data-theme=dark] .panel,[data-theme=dark] .card-shell,[data-theme=dark] .content-details,[data-theme=dark] .token-card,[data-theme=dark] .feature-card,[data-theme=dark] .use-case-card,[data-theme=dark] .audience-card,[data-theme=dark] .contract-card,[data-theme=dark] .selected-block-info,[data-theme=dark] .swap-card,[data-theme=dark] .economy-stat-card,[data-theme=dark] .exchange-info,[data-theme=dark] .user-resources,[data-theme=dark] .attack-item,[data-theme=dark] .wallet-bar,[data-theme=dark] .tokenomics-section,[data-theme=dark] .feature-panel,[data-theme=dark] .next-step-panel,[data-theme=dark] .highlight-item,[data-theme=dark] .info-note{color:var(--text-color)}[data-theme=dark] span{color:inherit}[data-theme=dark] .hero-lead,[data-theme=dark] .section-subtitle,[data-theme=dark] .eyebrow,[data-theme=dark] .wallet-status,[data-theme=dark] .empty-state,[data-theme=dark] .hint,[data-theme=dark] .label,[data-theme=dark] .balance-label,[data-theme=dark] .resource-label,[data-theme=dark] .footer-version,[data-theme=dark] .chart-item .label,[data-theme=dark] .presale-status p,[data-theme=dark] .tokenomics-intro{color:var(--text-soft)}[data-theme=dark] label,[data-theme=dark] form label,[data-theme=dark] .select-label{color:var(--text-color)}[data-theme=dark] .nav-list a,[data-theme=dark] nav li a,[data-theme=dark] .footer-links a{color:var(--text-color)}[data-theme=dark] .nav-list a:hover,[data-theme=dark] nav li a:hover{background:var(--quinary-color);color:#0f1220}[data-theme=dark] .nav-list a[aria-current=page]{background:#4da8da24;color:var(--quinary-color);border-radius:10px}[data-theme=dark] .panel,[data-theme=dark] .card-shell,[data-theme=dark] .content-details,[data-theme=dark] .token-card,[data-theme=dark] .feature-card,[data-theme=dark] .use-case-card,[data-theme=dark] .audience-card,[data-theme=dark] .contract-card,[data-theme=dark] .selected-block-info,[data-theme=dark] .swap-card,[data-theme=dark] .economy-stat-card,[data-theme=dark] .exchange-info,[data-theme=dark] .user-resources,[data-theme=dark] .attack-item,[data-theme=dark] .debug-panel details,[data-theme=dark] .wallet-bar,[data-theme=dark] .tokenomics-section,[data-theme=dark] .feature-panel,[data-theme=dark] .next-step-panel,[data-theme=dark] .highlight-item,[data-theme=dark] details{background:var(--card-bg);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);color:var(--text-color)}[data-theme=dark] details,[data-theme=dark] .content-details{background:var(--card-bg-soft);border:1px solid var(--panel-border)}[data-theme=dark] details summary,[data-theme=dark] .content-details summary,[data-theme=dark] summary{color:var(--summary-color);background:var(--summary-bg);font-weight:700;border-radius:12px}[data-theme=dark] details summary:hover,[data-theme=dark] .content-details summary:hover,[data-theme=dark] summary:hover{background:var(--summary-bg-hover)}[data-theme=dark] .details-body,[data-theme=dark] .details-body p,[data-theme=dark] .details-body li,[data-theme=dark] .details-body strong{color:var(--text-color)}[data-theme=dark] input,[data-theme=dark] textarea,[data-theme=dark] select{color:var(--text-color);background:#ffffff0a;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:var(--text-muted)}[data-theme=dark] .input-group label,[data-theme=dark] .payment-options label,[data-theme=dark] .wallet-address,[data-theme=dark] .resource-item,[data-theme=dark] .block-card,[data-theme=dark] .debug-log,[data-theme=dark] .attack-resource-group select{color:var(--text-color);background:var(--inner-bg);border-color:#ffffff1a}[data-theme=dark] .btn,[data-theme=dark] .action-button,[data-theme=dark] .random-btn,[data-theme=dark] .presale-button,[data-theme=dark] .cta-button,[data-theme=dark] .reveal-block-btn,[data-theme=dark] .copy-btn,[data-theme=dark] .attack-item .execute-btn{background:var(--quinary-color);color:#0f1220;border:none}[data-theme=dark] .btn-secondary{color:var(--text-color);background:#ffffff14;border:1px solid rgba(255,255,255,.1)}[data-theme=dark] .info-note{background:var(--inner-bg);border-left:4px solid var(--heading-color);color:var(--text-color)}[data-theme=dark] .block-id,[data-theme=dark] .resource-name,[data-theme=dark] .balance-inpi,[data-theme=dark] .balance-eth,[data-theme=dark] .balance-pit,[data-theme=dark] .live-badge,[data-theme=dark] .percent,[data-theme=dark] .section-title{color:var(--heading-color)}[data-theme=dark] .site-footer,[data-theme=dark] footer{color:var(--text-soft);border-top-color:#ffffff1a}[data-theme=dark] .site-footer a,[data-theme=dark] footer a{color:var(--quinary-color)}[data-theme=dark] .debug-log{color:#b7c8ff;background:#0000003d}[data-theme=light]{--primary-color: #f3eef8;--primary-color-transparent: rgba(243, 238, 248, .9);--secondary-color: #d8cdea;--tertiary-color: #fdfbff;--quaternary-color: #f7f3fb;--quaternary-color-transparent05: rgba(247, 243, 251, .88);--quaternary-color-transparent025: rgba(247, 243, 251, .68);--quinary-color: #6a4fb3;--quinary-color-transparent: rgba(106, 79, 179, .18);--complementary-primary: #c8bfd8;--background-color: #f6f2fb;--text-color: #241a36;--text-soft: #5e5374;--text-muted: #7b7190;--panel-border: rgba(90, 74, 130, .16);--panel-shadow: 0 10px 24px rgba(70, 52, 110, .08);--heading-color: #7967A1;--summary-color: #4f3892;--summary-bg: rgba(106, 79, 179, .08);--summary-bg-hover: rgba(106, 79, 179, .14);--card-bg: rgba(255, 255, 255, .82);--card-bg-soft: rgba(255, 255, 255, .74);--inner-bg: rgba(106, 79, 179, .05);--inner-bg-strong: rgba(106, 79, 179, .08)}[data-theme=light] html,[data-theme=light] body{background:var(--background-color);color:var(--text-color)}[data-theme=light] h1,[data-theme=light] h2,[data-theme=light] h3,[data-theme=light] h4,[data-theme=light] h5,[data-theme=light] h6,[data-theme=light] .section-title,[data-theme=light] .hero-title,[data-theme=light] .subsection-title{color:var(--heading-color);text-shadow:none}[data-theme=light] p,[data-theme=light] li,[data-theme=light] strong,[data-theme=light] em,[data-theme=light] blockquote,[data-theme=light] td,[data-theme=light] th,[data-theme=light] .details-body,[data-theme=light] .details-body p,[data-theme=light] .details-body li,[data-theme=light] .details-body strong,[data-theme=light] .panel,[data-theme=light] .card-shell,[data-theme=light] .content-details,[data-theme=light] .token-card,[data-theme=light] .feature-card,[data-theme=light] .use-case-card,[data-theme=light] .audience-card,[data-theme=light] .contract-card,[data-theme=light] .selected-block-info,[data-theme=light] .swap-card,[data-theme=light] .economy-stat-card,[data-theme=light] .exchange-info,[data-theme=light] .user-resources,[data-theme=light] .attack-item,[data-theme=light] .wallet-bar,[data-theme=light] .tokenomics-section,[data-theme=light] .feature-panel,[data-theme=light] .next-step-panel,[data-theme=light] .highlight-item,[data-theme=light] .info-note{color:var(--text-color)}[data-theme=light] span{color:inherit}[data-theme=light] .hero-lead,[data-theme=light] .section-subtitle,[data-theme=light] .eyebrow,[data-theme=light] .wallet-status,[data-theme=light] .empty-state,[data-theme=light] .hint,[data-theme=light] .label,[data-theme=light] .balance-label,[data-theme=light] .resource-label,[data-theme=light] .footer-version,[data-theme=light] .chart-item .label,[data-theme=light] .presale-status p,[data-theme=light] .tokenomics-intro{color:var(--text-soft)}[data-theme=light] label,[data-theme=light] form label,[data-theme=light] .select-label{color:var(--text-color)}[data-theme=light] .nav-list a,[data-theme=light] nav li a,[data-theme=light] .footer-links a{color:var(--text-color)}[data-theme=light] .nav-list a:hover,[data-theme=light] nav li a:hover{background:var(--quinary-color);color:#fff}[data-theme=light] .nav-list a[aria-current=page]{background:#6a4fb31f;color:var(--quinary-color);border-radius:10px}[data-theme=light] .panel,[data-theme=light] .card-shell,[data-theme=light] .content-details,[data-theme=light] .token-card,[data-theme=light] .feature-card,[data-theme=light] .use-case-card,[data-theme=light] .audience-card,[data-theme=light] .contract-card,[data-theme=light] .selected-block-info,[data-theme=light] .swap-card,[data-theme=light] .economy-stat-card,[data-theme=light] .exchange-info,[data-theme=light] .user-resources,[data-theme=light] .attack-item,[data-theme=light] .debug-panel details,[data-theme=light] .wallet-bar,[data-theme=light] .tokenomics-section,[data-theme=light] .feature-panel,[data-theme=light] .next-step-panel,[data-theme=light] .highlight-item,[data-theme=light] details{background:var(--card-bg);border:1px solid var(--panel-border);box-shadow:var(--panel-shadow);color:var(--text-color)}[data-theme=light] details,[data-theme=light] .content-details{background:var(--card-bg-soft);border:1px solid var(--panel-border)}[data-theme=light] details summary,[data-theme=light] .content-details summary,[data-theme=light] summary{color:var(--summary-color);background:var(--summary-bg);font-weight:700;border-radius:12px}[data-theme=light] details summary:hover,[data-theme=light] .content-details summary:hover,[data-theme=light] summary:hover{background:var(--summary-bg-hover)}[data-theme=light] .details-body,[data-theme=light] .details-body p,[data-theme=light] .details-body li,[data-theme=light] .details-body strong{color:var(--text-color)}[data-theme=light] input,[data-theme=light] textarea,[data-theme=light] select{color:var(--text-color);background:#ffffffeb;border:1px solid rgba(106,79,179,.14)}[data-theme=light] input::placeholder,[data-theme=light] textarea::placeholder{color:var(--text-muted)}[data-theme=light] .input-group label,[data-theme=light] .payment-options label,[data-theme=light] .wallet-address,[data-theme=light] .resource-item,[data-theme=light] .block-card,[data-theme=light] .debug-log,[data-theme=light] .attack-resource-group select{color:var(--text-color);background:var(--inner-bg);border-color:#6a4fb31f}[data-theme=light] .btn,[data-theme=light] .action-button,[data-theme=light] .random-btn,[data-theme=light] .presale-button,[data-theme=light] .cta-button,[data-theme=light] .reveal-block-btn,[data-theme=light] .copy-btn,[data-theme=light] .attack-item .execute-btn{background:var(--quinary-color);color:#fff;border:none}[data-theme=light] .btn-secondary{color:var(--text-color);background:#6a4fb314;border:1px solid rgba(106,79,179,.14)}[data-theme=light] .info-note{background:var(--inner-bg);border-left:4px solid var(--heading-color);color:var(--text-color)}[data-theme=light] .block-id,[data-theme=light] .resource-name,[data-theme=light] .balance-inpi,[data-theme=light] .balance-eth,[data-theme=light] .balance-pit,[data-theme=light] .live-badge,[data-theme=light] .percent,[data-theme=light] .section-title{color:var(--heading-color)}[data-theme=light] .block-card{background:#ffffffc7}[data-theme=light] .hidden-badge{background:#6a4fb314;color:var(--text-soft);border:1px solid rgba(106,79,179,.12)}[data-theme=light] .site-footer,[data-theme=light] footer{color:var(--text-soft);border-top-color:#6a4fb31f}[data-theme=light] .site-footer a,[data-theme=light] footer a{color:var(--quinary-color)}[data-theme=light] .debug-log{color:#4b4370;background:#6a4fb30d}[data-theme=basic]{--primary-color: #452554;--primary-color-transparent: rgba(69, 37, 84, .5);--secondary-color: #7967A1;--tertiary-color: #E8E2E6;--quaternary-color: #F8F1FA;--quaternary-color-transparent05: rgba(248, 241, 250, .5);--quaternary-color-transparent025: rgba(248, 241, 250, .25);--quinary-color: #1b82aa;--quinary-color-transparent: rgba(27, 130, 170, .5);--complementary-primary: #badaab;--background-color: #452554;--text-color: #ffffff;--text-soft: rgba(255, 255, 255, .78);--text-muted: rgba(255, 255, 255, .58);--panel-border: rgba(255, 255, 255, .12);--panel-shadow: 0 10px 24px rgba(0, 0, 0, .16);--heading-color: #1b82aa;--summary-color: #E8E2E6;--summary-bg: rgba(121, 103, 161, .14);--summary-bg-hover: rgba(121, 103, 161, .22);--card-bg: rgba(255, 255, 255, .04);--card-bg-soft: rgba(255, 255, 255, .05);--inner-bg: rgba(255, 255, 255, .05);--inner-bg-strong: rgba(255, 255, 255, .07)}@media only screen and (max-width: 768px){html,body{width:100%;margin:0;padding:0}main{width:calc(100% - 1.25rem);margin:0 auto;padding:.75rem 0 2rem}header{width:100%;padding:.75rem 0}nav{width:calc(100% - 1rem);margin:0 auto;padding:0}nav ul{width:100%;flex-direction:column;gap:.4rem;padding:0;margin:0}nav li{width:100%;margin:0}nav li a,nav li button{width:100%;text-align:center;padding:.85rem 1rem;box-sizing:border-box}section{padding:1.2rem .9rem;margin-bottom:1rem}#hero,.hero{width:100%;margin:0}.hero-title{width:100%;font-size:clamp(1.6rem,7vw,2.4rem);padding:.75rem}#hero h1,.hero h1{width:100%;font-size:clamp(1.8rem,8vw,2.6rem);line-height:1.15}#hero p,.hero p,.hero h2{width:100%;font-size:1rem;line-height:1.6}.cta-button,.xbutton,input[type=submit]{width:100%;max-width:100%;font-size:1rem;text-align:center;box-sizing:border-box}.button-wrapper{min-height:auto;padding:1rem}.button-container{max-width:100%;margin:1rem auto;padding:1rem;gap:1rem;flex-direction:column}.logo-container{width:100%;min-height:120px;gap:12px;margin:.75rem auto 1.5rem;flex-wrap:wrap}.logo-image,.logo-glow{width:min(220px,42vw);min-width:120px}#features-intro{width:100%;margin:1rem 0;padding-left:.5rem;padding-right:.5rem}#features-intro h1{width:100%;font-size:1.4rem;margin:0 0 .75rem;padding:0}#tools-wrapper{max-width:100%;padding:.75rem}.tool{width:100%;min-height:auto;margin:.75rem 0;padding:1rem}.tool h2,.tool p{margin:.5rem 0}#forum-header h1{font-size:1.8rem}#forum-header p{font-size:1rem}#forum-categories{gap:1rem;margin:1.5rem 0;padding:1rem .5rem}.category{padding:1rem;margin:0}.category h2{font-size:1.35rem;margin-bottom:.75rem}.category p{font-size:1rem}textarea{width:100%;min-height:120px;margin-left:0;margin-right:0}.form-group{margin-bottom:1rem}.upvote,.downvote{font-size:1.5rem}details{margin:.75rem 0;min-width:auto;padding-left:0;padding-right:0}summary{margin:0;padding:1rem}footer{padding:1.5rem 1rem 2rem;margin-top:2rem}.footer-links{flex-direction:column;align-items:center}}.index-main{width:min(1100px,calc(100% - 2rem));margin:0 auto;position:relative;z-index:1}.wallet-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;margin:1rem 0 .75rem}.wallet-status{font-size:.95rem;opacity:.9;word-break:break-word}.site-header{position:relative;z-index:20}.site-nav{display:flex;flex-direction:column;gap:1rem}.nav-list{width:100%}.themeDots{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:.25rem}.themeDots .dot{width:20px;height:20px;border:none;border-radius:50%;cursor:pointer;transition:transform .2s ease;padding:0;appearance:none;-webkit-appearance:none}.themeDots .dot:hover{transform:scale(1.15)}.themeDots .dot.light{background:#fff}.themeDots .dot.dark{background:#111}.themeDots .dot.basic{background:var(--quinary-color)}.hero-section{display:flex;flex-direction:column;gap:1.5rem}.hero{text-align:center}.hero p{max-width:820px;margin:0 auto}.hero-actions{display:flex;justify-content:center}.hero-cta{min-width:240px}.marketplace-row{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem}.marketplace-row a{display:inline-block;padding:.85rem 1.25rem;border-radius:999px;background:var(--secondary-color);color:var(--text-color);text-decoration:none;font-weight:700;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,background .2s ease}.marketplace-row a:hover{background:var(--quinary-color);transform:translateY(-2px)}.tokenomics-section{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:18px;box-shadow:0 10px 24px #00000029}.section-head{margin-bottom:1.5rem}.tokenomics-intro{max-width:760px;margin:0 auto;opacity:.94}.tokenomics-chart{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:2rem 0}.chart-item{min-width:130px;text-align:center}.chart-item .percent{display:block;font-size:2rem;font-weight:800;color:var(--quinary-color)}.chart-item .label{display:block;margin-top:.35rem;opacity:.92}.presale-status{margin:2rem 0;padding:1.5rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.live-badge{display:inline-block;padding:.35rem .9rem;border-radius:999px;background:var(--quinary-color);color:#fff;font-weight:800;margin-bottom:.75rem}.presale-button-wrap{margin-top:1rem}.presale-button{display:inline-block;padding:.9rem 1.4rem;border-radius:999px;background:var(--quinary-color);color:#fff;text-decoration:none;font-weight:700;transition:transform .2s ease,opacity .2s ease}.presale-button:hover{transform:translateY(-2px);opacity:.95}.mini-buy-box{margin:2rem 0;padding:1.5rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px #00000024}.mini-buy-box p{margin:.55rem 0;line-height:1.6}.mini-buy-note{padding:.95rem 1rem;border-radius:14px;background:#ffd76414;border:1px solid rgba(255,215,100,.18)}.mini-buy-quick{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0}.buy-quick-btn{padding:.65rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:var(--text-color);cursor:pointer;font:inherit;font-weight:700;transition:transform .18s ease,background .18s ease,opacity .18s ease}.buy-quick-btn:hover{transform:translateY(-1px);background:var(--secondary-color);opacity:.97}.mini-buy-form{display:flex;flex-direction:column;gap:.7rem;margin-top:.9rem}.mini-buy-form label{font-weight:700}.mini-buy-form input{width:100%;box-sizing:border-box;padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#0000002e;color:var(--text-color);font:inherit}.mini-buy-actions{display:flex;gap:.75rem;flex-wrap:wrap}.quote-button,.swap-button{display:inline-block;padding:.9rem 1.2rem;border:none;border-radius:999px;font-weight:700;cursor:pointer;color:#fff;transition:transform .18s ease,opacity .18s ease,box-shadow .18s ease}.quote-button{background:linear-gradient(135deg,#4f5d75,#3a86ff)}.swap-button{background:linear-gradient(135deg,#6f5cff,#28c7fa);box-shadow:0 10px 24px #28c7fa38}.quote-button:hover,.swap-button:hover{transform:translateY(-1px);opacity:.96}.mini-buy-meta{margin-top:.85rem}.swap-mini{margin-top:.5rem;font-size:.92rem;opacity:.86;word-break:break-word}.quote-panel{margin-top:1rem;padding:.95rem 1rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);display:grid;gap:.45rem}.mini-buy-status{margin-top:.85rem;min-height:1.25rem;font-weight:600;opacity:.92;word-break:break-word}.token-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.token-card{background:#ffffff0d;border-left:4px solid var(--quinary-color);border-radius:14px;padding:1.25rem;text-align:left;box-shadow:0 8px 20px #00000024}.token-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.token-card-header h3{margin:0}.token-logo-small{height:34px;width:auto}.address{margin-top:.45rem;padding:.75rem;border-radius:10px;background:#0000002e;color:var(--tertiary-color);font-family:monospace;word-break:break-all;border:1px solid rgba(255,255,255,.1)}.addr-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.copy-btn{border:1px solid rgba(255,255,255,.14);background:transparent;color:var(--text-color);border-radius:999px;padding:.45rem .85rem;cursor:pointer;font-weight:700;transition:background .2s ease,transform .2s ease}.copy-btn:hover{background:var(--quinary-color);color:#fff;transform:translateY(-1px)}.hint{opacity:.8;font-size:.92rem}.token-links{display:flex;flex-wrap:wrap;gap:1rem}.token-links a,.token-card a{color:var(--quinary-color);text-decoration:none;font-weight:600}.token-links a:hover,.token-card a:hover{text-decoration:underline}.brand-section{margin-top:1rem}.content-panels{display:flex;flex-direction:column;gap:1rem}.content-details{border-radius:16px;overflow:hidden}.content-details summary{cursor:pointer;font-weight:700}.details-body{padding:0 1.25rem 1.25rem}.details-body p{margin:0;line-height:1.75}.contact-form{max-width:680px;margin-top:1rem}.contact-form label{display:block;margin-bottom:.35rem;font-weight:700}.contact-form input,.contact-form textarea{width:100%;box-sizing:border-box;margin-bottom:1rem}.contact-submit{display:inline-block}.hidden-trap{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}#form-result{margin-top:1rem;font-weight:700}.site-footer{position:relative;z-index:5;margin-top:5rem;padding-top:2.5rem;padding-bottom:2.5rem;border-top:1px solid rgba(255,255,255,.12)}.footer-links,.footer-links a{position:relative;z-index:6}@media (max-width: 900px){.token-grid{grid-template-columns:1fr}}@media (max-width: 768px){.index-main{width:calc(100% - 1rem)}.marketplace-row{flex-direction:column;align-items:stretch}.marketplace-row a{text-align:center}.tokenomics-chart{gap:1rem}.chart-item{min-width:110px}.mini-buy-actions{flex-direction:column}.quote-button,.swap-button{width:100%}.details-body{padding:0 1rem 1rem}.site-footer{margin-top:4rem;padding-top:2rem}}
