*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-family:Manrope,system-ui,-apple-system,sans-serif}img{max-width:100%;height:auto}input,button,textarea,select{font:inherit}#root{min-height:100vh}:root{--bg:#080c08;--surface:#0f1610;--surface2:#161f17;--border:#ffffff14;--accent:#b2f460;--accent2:#7ed348;--text:#f0f4ed;--text2:#aec4a4;--text3:#7a9972;--danger:#ff6b6b;--radius:1.25rem;--max-w:72rem}body{background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}.app{flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.bg-pattern{pointer-events:none;z-index:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;position:fixed;inset:0}.disclaimer-banner{background:var(--surface);border-bottom:1px solid var(--border);text-align:center;color:var(--text2);z-index:50;padding:.6rem 1.25rem;font-size:.75rem;position:relative}.header{max-width:var(--max-w);z-index:100;-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#080c08d9;justify-content:space-between;align-items:center;width:100%;margin:0 auto;padding:.75rem 1.25rem;display:flex;position:sticky;top:0}.pepe-logo{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.logo-emoji{background:#b2f4601a;border:1px solid #b2f46033;border-radius:.6rem;place-items:center;width:2.25rem;height:2.25rem;font-size:1.2rem;display:grid}.logo-text{letter-spacing:.12em;color:var(--text);font-size:.75rem;font-weight:800}.header nav{flex:1;justify-content:center;align-items:center;gap:.1rem;display:flex}.header nav button{color:var(--text2);cursor:pointer;background:0 0;border:none;border-radius:.5rem;padding:.4rem .75rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .15s}.header nav button:hover{color:var(--text)}.header nav button.active{color:var(--accent);background:#b2f46014;font-weight:700}.main{max-width:var(--max-w);z-index:1;flex:1;width:100%;margin:0 auto;padding:3.5rem 1.25rem 4rem;position:relative}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.7rem;font-weight:700}.hero{text-align:center;padding:2rem 0 3rem}.hero-pepe{justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex;position:relative}.pepe-glow{pointer-events:none;background:radial-gradient(circle,#b2f4601f 0%,#0000 70%);border-radius:50%;position:absolute;inset:-2rem}.pepe-img{z-index:1;filter:drop-shadow(0 8px 32px #b2f46026);border-radius:1rem;position:relative}.hero-badge{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);background:#b2f4601a;border:1px solid #b2f46033;border-radius:999px;margin-bottom:1.5rem;padding:.3rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.hero h1{letter-spacing:-.03em;color:var(--text);margin-bottom:1.25rem;font-size:clamp(2.4rem,6vw,3.8rem);font-weight:800;line-height:1.05}.hero h1 .highlight{color:var(--accent)}.hero-sub{color:var(--text2);max-width:40rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.05rem;line-height:1.75}.agent-manifesto{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:left;max-width:32rem;margin:0 auto 2rem;padding:1.25rem 1.5rem}.manifesto-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.status-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:2s infinite pulse;display:block;box-shadow:0 0 #b2f46080}.manifesto-label{color:var(--text2);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.manifesto-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.manifesto-list li{color:var(--text2);padding-left:1.25rem;font-size:.875rem;line-height:1.5;position:relative}.manifesto-list li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}.cta{flex-wrap:wrap;justify-content:center;gap:.6rem;display:flex}.btn{border-radius:.75rem;align-items:center;gap:.4rem;padding:.65rem 1.3rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .15s,transform .1s,border-color .15s;display:inline-flex}.btn.primary{background:var(--accent);color:#0a1a0a}.btn.primary:hover{background:var(--accent2);transform:translateY(-1px)}.btn.secondary{border:1px solid var(--border);color:var(--text);background:0 0}.btn.secondary:hover{background:#b2f4600d;border-color:#b2f46059}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:3rem;display:grid}.stat-card{background:var(--surface2);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.5rem;padding:1.5rem;transition:border-color .15s;display:flex}.stat-card:hover{border-color:#b2f46033}.stat-icon{font-size:1.5rem;display:block}.stat-card .label{letter-spacing:.12em;text-transform:uppercase;color:var(--text3);font-size:.65rem;font-weight:700}.stat-card .value{color:var(--text);font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:800}.stat-card .sub{color:var(--text2);font-size:.75rem}.stat-card .sub-link{text-decoration:none;transition:color .15s}.stat-card .sub-link:hover{color:var(--accent)}.stat-card.fear .value{color:var(--danger)}.stat-card.greed .value{color:var(--accent)}.price-ticker{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;justify-content:center;align-items:center;gap:1rem;max-width:400px;margin-top:2rem;margin-left:auto;margin-right:auto;padding:.75rem 1.5rem;display:flex}.ticker-label{color:var(--accent);font-size:.875rem;font-weight:700}.ticker-price{font-variant-numeric:tabular-nums;font-size:1.3rem;font-weight:800}.ticker-live{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:#b2f4601a;border:1px solid #b2f46033;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.6rem;font-weight:800;display:inline-flex}.ticker-live:before{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse;display:block}@keyframes pulse{0%{box-shadow:0 0 #b2f46066}70%{box-shadow:0 0 0 6px #b2f46000}to{box-shadow:0 0 #b2f46000}}.projects h2,.about h2{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800;line-height:1.1}.section-desc{color:var(--text2);margin-bottom:2rem;font-size:1rem;line-height:1.75}.project-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;display:grid}.project-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:border-color .15s}.project-card:hover{border-color:#b2f46040}.project-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.project-header h3{font-size:1.05rem;font-weight:700}.status{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.status.live{color:var(--accent);background:#b2f4601a;border:1px solid #b2f46033}.status.wip{color:var(--text2);background:var(--surface2);border:1px solid var(--border)}.project-card p{color:var(--text2);margin-bottom:1rem;font-size:.875rem;line-height:1.6}.tech{color:var(--text3);margin-bottom:1.2rem;font-size:.78rem;display:block}.project-link{color:var(--accent);align-items:center;font-size:.85rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.project-link:hover{opacity:.7}.about h3{color:var(--text);margin:2rem 0 1rem;font-size:1.1rem;font-weight:700}.about p{color:var(--text2);margin-bottom:1rem;font-size:.95rem;line-height:1.75}.about .lead{color:var(--text);font-size:1.1rem}.about-content{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);border-left:3px solid var(--accent);margin:1.5rem 0;padding:1.5rem}.skills{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.skill-tag{color:var(--text2);border:1px solid var(--border);background:0 0;border-radius:999px;padding:.3rem .85rem;font-size:.78rem;font-weight:600}.goals{list-style:none}.goals li{border-bottom:1px solid var(--border);color:var(--text2);align-items:center;gap:.8rem;padding:.8rem 0;font-size:.9rem;display:flex}.goals li:last-child{border-bottom:none}.goal-icon{font-size:1.2rem}.footer{z-index:1;max-width:var(--max-w);margin:3rem auto 0;padding:0 1.25rem 1.5rem;position:relative}.footer-content{border-top:1px solid var(--border);background:var(--surface);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;display:flex}.footer-content p{color:var(--text2);font-size:.85rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--text3);font-size:.85rem;font-weight:600;text-decoration:none;transition:color .15s}.footer-links a:hover{color:var(--text)}.wallet-display{background:var(--surface2);border:1px solid var(--border);border-radius:.75rem;justify-content:center;align-items:center;gap:.6rem;max-width:24rem;margin:1rem auto;padding:.5rem .75rem;display:flex}.wallet-address{color:var(--text2);font-family:JetBrains Mono,Fira Code,ui-monospace,Consolas,monospace;font-size:.8rem}.copy-btn{background:var(--surface2);border:1px solid var(--border);color:var(--text2);cursor:pointer;border-radius:.5rem;flex-shrink:0;padding:.3rem .7rem;font-size:.75rem;font-weight:600;transition:color .15s,background .15s}.copy-btn:hover{color:var(--text);background:#ffffff12}@media (width<=900px){.copy-btn:hover .stats-grid{grid-template-columns:repeat(2,1fr)}.copy-btn:hover .project-grid{grid-template-columns:1fr}}@media (width<=640px){.copy-btn:hover .main{padding-top:1.5rem;padding-bottom:3rem}.copy-btn:hover .hero h1{font-size:clamp(2rem,10vw,2.8rem)}.copy-btn:hover .header{flex-direction:column;gap:.75rem;padding:.75rem 1rem}.copy-btn:hover .header nav{flex-wrap:wrap;justify-content:center;gap:.25rem;width:100%}.copy-btn:hover .header nav button{padding:.35rem .5rem;font-size:.75rem}.copy-btn:hover .cta{flex-direction:column;align-items:center}.copy-btn:hover .btn{justify-content:center;width:100%;max-width:280px}.copy-btn:hover .stats-grid{grid-template-columns:1fr 1fr;gap:.75rem}.copy-btn:hover .stat-card{padding:1rem}.copy-btn:hover .stat-card .value{font-size:1.2rem}.copy-btn:hover{padding:1.25rem 1rem}}.copy-btn:hover .wallet-display{flex-direction:column;padding:.75rem}.copy-btn:hover .footer-content{text-align:center;flex-direction:column}.copy-btn:hover .footer-links{justify-content:center}.back-btn{border:1px solid var(--border);color:var(--text2);cursor:pointer;background:0 0;border-radius:.75rem;align-items:center;margin-bottom:1rem;padding:.4rem .9rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:border-color .15s,color .15s;display:inline-flex}.back-btn:hover{color:var(--text);border-color:#b2f46059}.loading{text-align:center;color:var(--text3);padding:3rem;font-size:.9rem}.error{text-align:center;color:var(--danger);padding:3rem;font-size:.9rem}.pips-page{padding:0}.pips-header{margin-bottom:2rem}.pips-header h1{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.pips-desc{color:var(--text2);max-width:600px;font-size:.95rem;line-height:1.75}.filter-bar{flex-wrap:wrap;gap:.4rem;margin-bottom:2rem;display:flex}.filter-bar button{border:1px solid var(--border);color:var(--text3);cursor:pointer;background:0 0;border-radius:.75rem;padding:.4rem .85rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.filter-bar button.active,.filter-bar button:hover{background:var(--accent);color:#0a1a0a;border-color:var(--accent)}.pips-list{gap:1rem;display:grid}.pip-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:border-color .15s}.pip-card:hover{border-color:#b2f46033}.pip-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.pip-status{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.pip-status.proposed{color:var(--text2);background:var(--surface2);border:1px solid var(--border)}.pip-status.in-progress{color:var(--accent);background:#b2f4601a;border:1px solid #b2f46033}.pip-status.implemented{color:#0a1a0a;background:var(--accent)}.pip-votes{color:var(--text3);font-size:.85rem}.pip-card h3{margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.pip-description{color:var(--text2);margin-bottom:.75rem;font-size:.875rem;line-height:1.6}.pip-proposer{gap:.5rem;font-size:.82rem;display:flex}.proposer-label{color:var(--text3)}.proposer-name{color:var(--accent);font-weight:600}.submit-pip{text-align:center;background:var(--surface);border-radius:var(--radius);border:1px dashed #b2f46033;margin-top:2rem;padding:1.5rem}.submit-pip p{color:var(--text2);font-size:.9rem}.submit-pip .small{color:var(--text3);margin-top:.5rem;font-size:.78rem}.mode-toggle{gap:.4rem;margin-bottom:1.5rem;display:flex}.mode-toggle button{border:1px solid var(--border);color:var(--text3);cursor:pointer;background:0 0;border-radius:.75rem;padding:.55rem 1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .15s}.mode-toggle button.active{background:var(--accent);color:#0a1a0a;border-color:var(--accent)}.governance-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.75rem 1.5rem;transition:border-color .15s}.governance-card:hover{border-color:#b2f46033}.governance-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.quorum-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:999px;padding:.2rem .55rem;font-size:.65rem;font-weight:700}.vote-bar{background:var(--surface2);border-radius:3px;height:6px;margin:1.25rem 0 .75rem;display:flex;overflow:hidden}.vote-segment{transition:width .15s}.vote-segment.for{background:var(--accent)}.vote-segment.against{background:var(--danger)}.vote-segment.abstain{background:var(--text3)}.vote-stats{flex-wrap:wrap;gap:1rem;margin-bottom:.75rem;display:flex}.vote-stat{font-size:.82rem}.vote-stat.for{color:var(--accent)}.vote-stat.against{color:var(--danger)}.vote-stat.abstain{color:var(--text3)}.proposer-info{gap:.5rem;font-size:.82rem;display:flex}.vote-buttons{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.vote-btn{cursor:pointer;background:0 0;border:1px solid;border-radius:.75rem;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s}.vote-btn.for{color:var(--accent);border-color:#b2f4604d}.vote-btn.for:hover{background:var(--accent);color:#0a1a0a}.vote-btn.against{color:var(--danger);border-color:#ff6b6b4d}.vote-btn.against:hover{background:var(--danger);color:#fff}.vote-btn.abstain{border-color:var(--border);color:var(--text3)}.vote-btn.abstain:hover{background:var(--surface2);color:var(--text2)}.vote-disclaimer{color:var(--text3);text-align:center;margin-top:.75rem;font-size:.72rem}.governance-note{color:var(--accent)}.blog-page{padding:0}.blog-header{margin-bottom:2rem}.blog-header h1{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.blog-desc{color:var(--text2);max-width:600px;font-size:.95rem;line-height:1.75}.blog-posts{gap:1.5rem;display:grid}.blog-post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem;transition:border-color .15s}.blog-post-card:hover{border-color:#b2f46033}.post-header{justify-content:space-between;margin-bottom:.75rem;display:flex}.post-date{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.read-time{color:var(--text3);font-size:.78rem}.blog-post-card h2{color:var(--text);margin-bottom:.5rem;font-size:1.3rem;font-weight:800}.post-excerpt{color:var(--text2);margin-bottom:1rem;font-size:.9rem;line-height:1.6}.read-more-btn{border:1px solid var(--border);color:var(--text2);cursor:pointer;background:0 0;border-radius:.75rem;align-items:center;padding:.45rem 1rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .15s;display:inline-flex}.read-more-btn:hover{color:var(--text);border-color:#b2f46059}.post-content{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.post-content h3{color:var(--text);margin:1.5rem 0 .5rem;font-size:1.1rem;font-weight:700}.post-content h4{color:var(--accent);margin:1rem 0 .5rem;font-size:.95rem;font-weight:700}.post-content p{color:var(--text2);margin-bottom:.5rem;font-size:.9rem;line-height:1.75}.post-content li{color:var(--text2);margin-bottom:.35rem;margin-left:1.25rem;padding-left:.75rem;font-size:.9rem;position:relative}.post-content li:before{content:"→";color:var(--accent);font-size:.8rem;position:absolute;left:-1rem}.blog-cta{text-align:center;background:var(--surface);border-radius:var(--radius);border:1px dashed #b2f46033;margin-top:2.5rem;padding:1.5rem}.blog-cta p{color:var(--text2);font-size:.9rem}.daily-tasks{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:2rem;padding:1.75rem 1.5rem}.daily-tasks h3{color:var(--text);text-align:center;margin-bottom:1.25rem;font-weight:700}.tasks-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.25rem;display:grid}.task-col h4{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border-bottom:1px solid var(--border);margin-bottom:.75rem;padding-bottom:.5rem;font-size:.78rem;font-weight:700}.task-col ul{padding:0;list-style:none}.task-col li{color:var(--text3);margin-bottom:.35rem;padding-left:.5rem;font-size:.78rem;line-height:1.5}.market-page{padding:0}.market-header{margin-bottom:2rem}.market-header h1{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.market-desc{color:var(--text2);font-size:.95rem}.market-stats{flex-direction:column;gap:1rem;display:flex}.stat-card.large{padding:1.75rem 1.5rem}.stat-card.large .value{font-size:clamp(1.5rem,5vw,2.2rem)}.stat-card.large .change{margin-top:.5rem;font-size:.9rem;display:block}.change.positive{color:var(--accent)}.change.negative{color:var(--danger)}.value.positive{color:var(--accent)}.value.negative{color:var(--danger)}.stat-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.market-note{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);border-left:3px solid var(--accent);margin-top:1.5rem;padding:1.5rem}.market-note p{color:var(--text2);margin-bottom:.5rem;font-size:.9rem;line-height:1.6}.market-note .disclaimer{color:var(--text3);font-size:.72rem}.reports-page{padding:0}.reports-header{margin-bottom:2rem}.reports-header h1{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.reports-desc{color:var(--text2);font-size:.95rem}.report-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem 1.5rem}.report-date{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:1.5rem;font-size:.72rem;font-weight:700}.report-stats{gap:2rem;margin-bottom:2rem;display:flex}.stat-item{text-align:center}.stat-num{color:var(--text);font-variant-numeric:tabular-nums;font-size:2.2rem;font-weight:800;display:block}.stat-num.green{color:var(--accent)}.stat-label{color:var(--text3);font-size:.82rem}.report-card h3{color:var(--text);margin:1.5rem 0 .75rem;font-size:.95rem;font-weight:700}.address-list{flex-direction:column;gap:.5rem;display:flex}.address-item{background:var(--surface2);border:1px solid var(--border);border-radius:.75rem;justify-content:space-between;padding:.6rem .75rem;display:flex}.address-item .addr{color:var(--text3);font-family:JetBrains Mono,Fira Code,ui-monospace,Consolas,monospace;font-size:.78rem}.address-item .val{color:var(--accent);font-size:.85rem;font-weight:700}.empty{color:var(--text3);padding:.75rem;font-size:.85rem;font-style:italic}.report-footer{border-top:1px solid var(--border);margin-top:2rem;padding-top:1rem}.report-footer p{color:var(--text3);font-size:.78rem}.airdrops-page{padding:0}.airdrops-header{margin-bottom:2rem}.airdrops-header h1{color:var(--text);margin-bottom:.5rem;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:800}.airdrops-desc{color:var(--text2);font-size:.95rem}.airdrop-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;padding:1.5rem;transition:border-color .15s}.airdrop-card:hover{border-color:#b2f46033}.airdrop-status{letter-spacing:.08em;text-transform:uppercase;border-radius:999px;margin-bottom:.75rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-block}.airdrop-status.confirmed{color:var(--accent);background:#b2f4601a;border:1px solid #b2f46033}.airdrop-status.possible{color:var(--text2);background:var(--surface2);border:1px solid var(--border)}.airdrop-card h3{color:var(--text);margin-bottom:.35rem;font-size:1.05rem;font-weight:700}.airdrop-card p{color:var(--text2);font-size:.875rem;line-height:1.6}.airdrop-potential{margin-bottom:.35rem;font-weight:700;color:var(--accent)!important}.airdrop-subtitle{color:var(--text);margin:1rem 0 .5rem;font-size:.85rem;font-weight:700}.action-table{border:1px solid var(--border);border-radius:.75rem;gap:0;margin-top:.5rem;display:grid;overflow:hidden}.action-row{border-bottom:1px solid var(--border);color:var(--text2);grid-template-columns:2fr 1fr 1fr;padding:.5rem .75rem;font-size:.82rem;display:grid}.action-row:last-child{border-bottom:none}.action-row.action-header{background:var(--surface2);color:var(--text3);letter-spacing:.08em;text-transform:uppercase;font-size:.7rem;font-weight:700}.action-row .impact{color:var(--accent)}.action-row .difficulty{color:var(--text2)}.strategy-list{padding-left:1.25rem;list-style:decimal}.strategy-list li{color:var(--text2);padding:.35rem 0;font-size:.875rem;line-height:1.6}.wallet-mono{background:var(--surface2);border:1px solid var(--border);color:var(--text2);word-break:break-all;border-radius:.75rem;margin:.75rem 0;padding:.5rem .75rem;font-family:JetBrains Mono,Fira Code,ui-monospace,Consolas,monospace;font-size:.78rem}.action-list{margin-top:.75rem;list-style:none}.action-list li{color:var(--text2);border-bottom:1px solid var(--border);padding:.5rem 0;font-size:.85rem}.action-list li:last-child{border-bottom:none}.action-list li.done{color:var(--accent)}.action-list label{cursor:pointer;align-items:center;gap:.6rem;display:flex}.action-list li input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent)}.benefit-list{margin-top:.75rem;list-style:none}.benefit-list li{color:var(--text2);padding:.35rem 0 .35rem 1rem;font-size:.875rem;position:relative}.benefit-list li:before{content:"→";color:var(--accent);font-weight:700;position:absolute;left:0}.community-tips{background:var(--surface);border-radius:var(--radius);border:1px dashed #b2f46033;margin-top:1.5rem;padding:1.5rem}.community-tips h3{color:var(--text);margin-bottom:.75rem;font-weight:700}
