@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#050505;color:#f7f7f8;font-family:Inter,Arial,sans-serif}.launch-gallery{position:fixed;inset:0;z-index:-1;overflow:hidden;opacity:.1;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;filter:blur(1px)}.launch-gallery img{width:100%;height:150px;object-fit:cover}.shell{min-height:100vh;background:radial-gradient(ellipse 38% 30% at 50% 49%,#121212 0%,#080808 58%,#050505 100%)}.topbar{height:72px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.brand{color:white;text-decoration:none;font-size:21px;font-weight:600;letter-spacing:-1px;display:flex;align-items:center;gap:8px}.brand-logo{width:31px;height:31px;object-fit:contain}.wallet-button{background:#f4f4f5;border:0;border-radius:999px;color:#101012;padding:10px 15px;font:600 12px Inter;cursor:pointer}.hero{min-height:calc(100vh - 145px);display:flex;align-items:center;justify-content:center;flex-direction:column;padding:26px 0 75px}.hero-logo{width:66px;height:66px;object-fit:contain;margin:0 0 7px}.hero h1{font-size:42px;letter-spacing:-2.5px;line-height:1;margin:0 0 10px;font-weight:600}.subhead{color:#999ca3;font-size:14px;margin:0 0 18px}.chat-log{width:min(800px,calc(100vw - 36px));height:min(38vh,330px);overflow:auto;padding:2px 4px 14px;display:flex;flex-direction:column;gap:11px}.chat-log:empty{height:0;padding:0}.chat-message{max-width:82%;padding:11px 14px;border-radius:16px;font-size:14px;line-height:1.45;white-space:pre-wrap}.chat-message.ai{align-self:flex-start;background:#1a1a1c;border-bottom-left-radius:4px;color:#ededee}.chat-message.user{align-self:flex-end;background:#eeeeef;color:#111;border-bottom-right-radius:4px}.prompt-card{width:min(800px,calc(100vw - 36px));height:62px;display:flex;align-items:center;border:1px solid #2a2a2c;border-radius:32px;background:#121213;padding:7px 8px 7px 21px;box-shadow:0 8px 30px #0005}.prompt-card:focus-within{border-color:#555}.prompt-card textarea{height:43px;resize:none;outline:0;border:0;background:transparent;color:#eee;flex:1;padding:12px 0;font:14px Inter;line-height:19px}.prompt-card textarea::placeholder{color:#999aa0}.actions{display:flex;align-items:center;gap:8px;padding-left:11px}.icon-button{display:grid;place-items:center;width:40px;height:40px;border:0;border-radius:50%;background:transparent;color:#dbdbdd;cursor:pointer}.icon-button:hover{background:#222225;color:#fff}.icon-button svg{width:19px;height:19px}.icon-button.listening{color:#ff6565;background:#321b1c}.send{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;border:0;background:#f5f5f6;color:#111;cursor:pointer}.send svg{width:19px;height:19px;stroke-width:2.5}.send:disabled{opacity:.4;cursor:wait}.status{height:20px;margin:11px 0 0;color:#76767b;font-size:12px}.how{position:fixed;bottom:24px;left:0;right:0;display:flex;justify-content:center;gap:28px;color:#77777d;font-size:11px}.how b{display:inline-grid;place-items:center;border:1px solid #444;border-radius:50%;width:18px;height:18px;color:#bbb;margin-right:5px}.result-dialog{width:min(500px,calc(100vw - 32px));border:1px solid #333;background:#121214;color:#f6f6f7;border-radius:18px;padding:28px;box-shadow:0 20px 70px #000b}.result-dialog::backdrop{background:#000a}.close{float:right;border:0;background:none;color:#aaa;font-size:25px;cursor:pointer}.result-dialog h2{margin:0 0 8px;font-size:22px}.result-dialog p{color:#aaa;line-height:1.5}.token-preview{margin-top:18px;padding:15px;border-radius:12px;background:#1b1b1d}.token-preview strong{font-size:17px}.token-preview span{color:#888;margin-left:7px}.queue{font-size:12px;color:#a5f0c5;margin-top:16px}@media(max-width:560px){.topbar{padding:17px}.hero{padding-bottom:100px}.how{gap:10px;font-size:9px}.actions{gap:5px}.subhead{text-align:center}.chat-log{height:35vh}.chat-log:empty{height:0}.chat-message{max-width:90%}}
