:root{--red: #e0202c;--red-dark: #b31220;--red-light: #fdeaec;--red-soft: #fff5f6;--white: #ffffff;--ink: #1d1216;--ink-soft: #6b555c;--border: #f3d5d9;--radius: 16px;--shadow: 0 8px 30px rgba(224, 32, 44, .1);--font: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--white);color:var(--ink);line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.accent,a{color:var(--red)}code{font-family:SFMono-Regular,Consolas,monospace}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:2px solid transparent;border-radius:999px;padding:.6rem 1.4rem;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;font-family:inherit}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--red);color:var(--white);box-shadow:var(--shadow)}.btn-primary:hover:not(:disabled){background:var(--red-dark)}.btn-outline{background:var(--white);color:var(--red);border-color:var(--red)}.btn-outline:hover:not(:disabled){background:var(--red-light)}.btn-light{background:var(--white);color:var(--red)}.btn-lg{padding:.85rem 2rem;font-size:1.05rem}.btn-sm{padding:.35rem .9rem;font-size:.8rem}.navbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:1.5rem;padding:.8rem clamp(1rem,4vw,3rem);background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border)}.navbar-brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;color:var(--ink)}.navbar-pfp{width:40px;height:40px;border-radius:50%;border:2px solid var(--red);object-fit:cover}.navbar-title{font-weight:800;font-size:1.15rem;letter-spacing:-.02em}.navbar-ticker{background:var(--red-light);color:var(--red);font-weight:800;font-size:.72rem;padding:.2rem .55rem;border-radius:999px}.navbar-links{display:flex;gap:1.4rem;margin-left:auto}.navbar-links a{color:var(--ink-soft);text-decoration:none;font-weight:600;font-size:.95rem;padding-bottom:2px;border-bottom:2px solid transparent}.navbar-links a:hover{color:var(--red)}.navbar-links a.active{color:var(--red);border-bottom-color:var(--red)}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:3rem;align-items:center;padding:clamp(2.5rem,7vw,6rem) clamp(1rem,5vw,4rem);background:radial-gradient(ellipse at 85% 20%,var(--red-light) 0%,transparent 55%),radial-gradient(ellipse at 5% 90%,var(--red-soft) 0%,transparent 50%),var(--white)}.hero-eyebrow{display:inline-block;background:var(--red-light);color:var(--red);font-weight:700;padding:.3rem .9rem;border-radius:999px;margin-bottom:1rem;font-size:.9rem}.hero h1{font-size:clamp(2.4rem,5.5vw,4rem);line-height:1.1;letter-spacing:-.03em;margin-bottom:1rem}.hero-sub{color:var(--ink-soft);font-size:1.15rem;margin-bottom:.8rem}.hero-desc{color:var(--ink-soft);max-width:56ch;margin-bottom:1.5rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.5rem}.hero-image{position:relative;display:flex;justify-content:center}.hero-glow{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;background:radial-gradient(circle,rgba(224,32,44,.22) 0%,transparent 65%);z-index:0}.hero-image img{position:relative;z-index:1;width:min(320px,75%);border-radius:32px;border:4px solid var(--white);box-shadow:0 20px 60px #e0202c47;transform:rotate(3deg)}.hero-badge{position:absolute;z-index:2;bottom:8%;right:12%;background:var(--red);color:var(--white);font-weight:800;padding:.4rem 1rem;border-radius:999px;transform:rotate(-6deg);box-shadow:var(--shadow)}.ca-box{display:flex;align-items:center;gap:.7rem;background:var(--white);border:2px dashed var(--red);border-radius:var(--radius);padding:.6rem .9rem;max-width:100%;box-shadow:var(--shadow)}.ca-label{background:var(--red);color:var(--white);font-weight:800;font-size:.75rem;padding:.25rem .6rem;border-radius:8px;flex-shrink:0}.ca-value{font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--ink)}.ca-center{display:flex;justify-content:center;margin-top:2.5rem}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1px;background:var(--border);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stat{background:var(--white);text-align:center;padding:1.6rem 1rem}.stat-value{display:block;font-size:1.35rem;font-weight:800;color:var(--red)}.stat-label{color:var(--ink-soft);font-size:.85rem}.section{padding:clamp(3rem,7vw,5.5rem) clamp(1rem,5vw,4rem)}.section-alt{background:var(--red-soft)}.section-title{text-align:center;font-size:clamp(1.7rem,3.5vw,2.4rem);letter-spacing:-.02em;margin-bottom:2.5rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.4rem;max-width:1100px;margin:0 auto}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow);transition:transform .2s ease}.card:hover{transform:translateY(-4px)}.card-emoji{font-size:1.9rem}.card h3{margin:.6rem 0 .4rem;color:var(--red-dark)}.card p{color:var(--ink-soft);font-size:.95rem}.card code{background:var(--red-light);color:var(--red);padding:0 .3rem;border-radius:4px}.tweets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.2rem;max-width:1100px;margin:0 auto}.tweet-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.2rem;text-decoration:none;color:var(--ink);box-shadow:var(--shadow);transition:transform .2s ease,border-color .2s ease}.tweet-card:hover{transform:translateY(-4px);border-color:var(--red)}.tweet-head{display:flex;align-items:center;gap:.6rem;margin-bottom:.7rem}.tweet-head img{width:36px;height:36px;border-radius:50%}.tweet-head strong{display:block;font-size:.9rem;line-height:1.2}.tweet-head span{color:var(--ink-soft);font-size:.78rem}.tweet-tag{margin-left:auto;background:var(--red-light);color:var(--red)!important;font-weight:700;font-size:.7rem!important;padding:.15rem .55rem;border-radius:999px}.tweet-card>p{font-size:.92rem;color:var(--ink)}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.4rem;max-width:1100px;margin:0 auto}.step{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.6rem;box-shadow:var(--shadow)}.step-num{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--red);color:var(--white);font-weight:800}.step h3{margin:.7rem 0 .4rem}.step p{color:var(--ink-soft);font-size:.95rem}.cta{text-align:center;padding:clamp(3rem,7vw,5rem) 1.5rem;background:linear-gradient(135deg,var(--red) 0%,var(--red-dark) 100%);color:var(--white)}.cta h2{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.5rem}.cta p{opacity:.9;margin-bottom:1.6rem}.footer{border-top:1px solid var(--border);padding:2.5rem clamp(1rem,5vw,4rem) 1.5rem;background:var(--red-soft)}.footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem;align-items:center;margin-bottom:1.5rem}.footer-brand{display:flex;align-items:center;gap:.9rem}.footer-brand img{width:48px;height:48px;border-radius:50%;border:2px solid var(--red)}.footer-brand p{color:var(--ink-soft);font-size:.88rem}.footer-links{display:flex;gap:1.4rem;flex-wrap:wrap}.footer-links a{font-weight:600;text-decoration:none}.footer-links a:hover{text-decoration:underline}.footer-disclaimer{text-align:center;color:var(--ink-soft);font-size:.78rem;border-top:1px solid var(--border);padding-top:1.2rem}.chat-gate{max-width:520px;margin:0 auto;padding:clamp(3rem,8vw,6rem) 1.5rem;text-align:center}.gate-pfp{width:110px;height:110px;border-radius:50%;border:4px solid var(--red);box-shadow:var(--shadow);margin-bottom:1.2rem}.chat-gate h1{font-size:clamp(1.7rem,4vw,2.3rem);margin-bottom:.5rem}.chat-gate>p{color:var(--ink-soft)}.gate-sub{margin:.6rem 0 1.6rem}.key-form{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}.key-form input{flex:1;min-width:240px;border:2px solid var(--border);border-radius:999px;padding:.7rem 1.2rem;font-size:.95rem;font-family:inherit;outline:none}.key-form input:focus{border-color:var(--red)}.error-msg{color:var(--red-dark);font-size:.88rem;margin-top:1rem}.chat-page{max-width:780px;margin:0 auto;padding:1.5rem 1rem 2rem;display:flex;flex-direction:column;height:calc(100vh - 140px);min-height:480px}.chat-header{display:flex;align-items:center;gap:.8rem;background:var(--white);border:1px solid var(--border);border-radius:var(--radius) var(--radius) 0 0;padding:.8rem 1.1rem;box-shadow:var(--shadow)}.chat-header img{width:44px;height:44px;border-radius:50%;border:2px solid var(--red)}.chat-header strong{display:block;line-height:1.2}.chat-header span{color:var(--ink-soft);font-size:.8rem}.online-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#2ecc71;margin-right:2px}.chat-header-right{margin-left:auto;display:flex;align-items:center;gap:.7rem}.chat-wallet{background:var(--red-light);color:var(--red)!important;font-weight:700;padding:.25rem .7rem;border-radius:999px;font-size:.78rem!important}.chat-messages{flex:1;overflow-y:auto;background:var(--red-soft);border:1px solid var(--border);border-top:none;padding:1.2rem;display:flex;flex-direction:column;gap:.9rem}.msg{display:flex;align-items:flex-end;gap:.55rem;max-width:82%}.msg img{width:30px;height:30px;border-radius:50%}.msg p{padding:.65rem 1rem;border-radius:18px;font-size:.95rem;white-space:pre-wrap;word-break:break-word}.msg-aiko{align-self:flex-start}.msg-aiko p{background:var(--white);border:1px solid var(--border);border-bottom-left-radius:4px}.msg-user{align-self:flex-end;flex-direction:row-reverse}.msg-user p{background:var(--red);color:var(--white);border-bottom-right-radius:4px}.typing{color:var(--ink-soft);font-style:italic}.chat-input{display:flex;gap:.7rem;padding:.9rem;background:var(--white);border:1px solid var(--border);border-top:none;border-radius:0 0 var(--radius) var(--radius);box-shadow:var(--shadow)}.chat-input input{flex:1;border:2px solid var(--border);border-radius:999px;padding:.65rem 1.2rem;font-size:.95rem;font-family:inherit;outline:none}.chat-input input:focus{border-color:var(--red)}@media (max-width: 860px){.hero{grid-template-columns:1fr;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-actions{justify-content:center}.ca-box{margin:0 auto}.hero-image{order:-1}.hero-image img{width:min(220px,60%)}.navbar{flex-wrap:wrap;gap:.8rem}.navbar-links{margin-left:0;order:3;width:100%;justify-content:center}.navbar>.btn{margin-left:auto}.ca-value{font-size:.7rem}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#1d12168c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .18s ease}.modal{background:var(--white);border-radius:20px;width:100%;max-width:420px;padding:1.5rem;box-shadow:0 24px 70px #e0202c59;border:1px solid var(--border);animation:popIn .22s ease}.modal-head{display:flex;align-items:center;gap:.7rem}.modal-pfp{width:38px;height:38px;border-radius:50%;border:2px solid var(--red)}.modal-head h2{font-size:1.25rem;letter-spacing:-.02em}.modal-close{margin-left:auto;background:var(--red-light);color:var(--red);border:none;width:32px;height:32px;border-radius:50%;font-size:1.3rem;line-height:1;cursor:pointer;transition:background .15s ease}.modal-close:hover{background:var(--red);color:var(--white)}.modal-sub{color:var(--ink-soft);font-size:.9rem;margin:.5rem 0 1.2rem}.modal-note{text-align:center;color:var(--ink-soft);font-size:.85rem;font-style:italic;margin-top:1rem}.modal-foot{text-align:center;color:var(--ink-soft);font-size:.8rem;margin-top:1.2rem;border-top:1px solid var(--border);padding-top:1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
