*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:#0e0e10}@font-face{font-family:Bayformance;src:url(/fonts/Bayformance%20Bold.otf)format("opentype");font-weight:700}@font-face{font-family:Bayformance;src:url(/fonts/Bayformance.otf)format("opentype");font-weight:400}@font-face{font-family:Pix32;src:url(/fonts/Pix32.ttf)format("truetype")}:root{--bg:#0e0e10;--surface:#1a1a1f;--border:#2a2a32;--header-border:#2a2a32;--text:#e8e8e8;--text-muted:#777;--accent:#e8e8e8;--accent-dim:#e8e8e814;--accent-text:#0e0e10;--radius:12px;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root.light{--bg:#d8dadb;--surface:#e8eaeb;--border:#e0e0e0;--header-border:#9a9a9a;--text:#111;--text-muted:#888;--accent:#111;--accent-dim:#1111110f;--accent-text:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:system-ui,-apple-system,sans-serif;transition:background .2s,color .2s}.header{border-bottom:1px solid var(--header-border);background:var(--bg);z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;padding:1rem 2rem;display:grid;position:sticky;top:0}.header-left{align-items:center;display:flex}.header-center{justify-content:center;align-items:center;display:flex}.header-right{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.logo{color:var(--text);letter-spacing:.01em;font-family:Bayformance,sans-serif;font-size:1.6rem;font-weight:700;line-height:1}.nav-link{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:.25rem .5rem;font-size:.9rem;transition:color .15s;display:flex}.nav-link:hover{color:var(--text)}.hiw-icon{border:1px solid var(--header-border);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:none}.hiw-mobile{border:1px solid var(--header-border);width:32px;height:32px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:.85rem;font-weight:600;display:none}.theme-toggle{border:1px solid var(--header-border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;transition:border-color .15s,color .15s;display:flex}.theme-toggle:hover{border-color:var(--text-muted);color:var(--text)}.wallet-connected{align-items:center;gap:.75rem;display:flex}.wallet-address{color:var(--text-muted);font-family:monospace;font-size:.85rem}.btn{cursor:pointer;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;transition:opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:var(--accent-text)}.btn-primary:hover:not(:disabled){opacity:.82}.btn-outline{border:1px solid var(--header-border);color:var(--text-muted);background:0 0}.btn-outline:hover:not(:disabled){border-color:var(--text-muted)}.btn-lg{padding:.75rem 2rem;font-size:1rem}.main{max-width:1200px;margin:0 auto;padding:2rem}.landing{justify-content:center;align-items:center;min-height:60vh;display:flex}.landing-inner{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;display:flex}.landing-inner h1{letter-spacing:-.5px;font-size:2rem;font-weight:800}.landing-inner p{color:var(--text-muted);font-size:1rem}.nft-count{color:var(--text-muted);margin-bottom:1.25rem;font-size:.875rem}.nft-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.nft-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .15s,border-color .15s;overflow:hidden}.nft-card:hover{border-color:var(--text-muted);transform:translateY(-2px)}.nft-image-wrap{aspect-ratio:1;background:var(--border);overflow:hidden}.nft-image-wrap img{object-fit:cover;width:100%;height:100%;display:block}.nft-info{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.nft-name{font-size:.9rem;font-weight:700}.nft-traits{flex-wrap:wrap;gap:.3rem;display:flex}.trait-tag{background:var(--accent-dim);color:var(--text-muted);border-radius:4px;padding:.2rem .45rem;font-size:.72rem}.trait-tag strong{color:var(--text);font-weight:600}.center-message{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;min-height:40vh;display:flex}.muted{color:var(--text-muted)}.error-text{color:#e05555}.spinner{border:3px solid var(--border);border-top-color:var(--text);border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border:1px solid var(--border);border-radius:16px;flex-direction:column;gap:1.25rem;width:90%;max-width:480px;padding:1.75rem;display:flex;position:relative}.modal-close{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1rem;line-height:1;transition:color .15s;position:absolute;top:1rem;right:1rem}.modal-close:hover{color:var(--text)}.hiw-dots{justify-content:center;gap:.5rem;padding-top:.25rem;display:flex}.hiw-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background .2s,transform .2s}.hiw-dot.active{background:var(--text);transform:scale(1.2)}.hiw-image-wrap{background:var(--border);border-radius:10px;justify-content:center;align-items:center;max-height:340px;display:flex;overflow:hidden}.hiw-image-wrap img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:340px;display:block}.hiw-content{flex-direction:column;gap:.75rem;display:flex}.hiw-content-tall{padding:.5rem 0}.hiw-content h2{font-size:1.1rem;font-weight:700;line-height:1.3}.hiw-body{color:var(--text-muted);flex-direction:column;gap:.6rem;font-size:.9rem;line-height:1.6;display:flex}.hiw-body strong{color:var(--text)}.hiw-body a{color:var(--text);text-underline-offset:3px;text-decoration:underline}.hiw-body a:hover{opacity:.7}.hiw-body blockquote{border-left:2px solid var(--text-muted);background:var(--accent-dim);color:var(--text);border-radius:0 6px 6px 0;padding:.6rem 1rem;font-size:.85rem;font-style:italic}.hiw-nav{justify-content:space-between;align-items:center;padding-top:.25rem;display:flex}.hiw-step-label{color:var(--text-muted);font-size:.8rem}.submit-wrap{justify-content:center;align-items:center;min-height:70vh;padding-top:2rem;display:flex}.submit-hero{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.submit-hero h1{letter-spacing:-.5px;color:var(--text);text-align:center;font-size:2rem;font-weight:800}.submit-hero p{color:var(--text-muted);text-align:center;font-size:1rem}.submit-card{background:var(--surface);border:1px solid var(--border);text-align:center;border-radius:16px;flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:460px;padding:2rem;display:flex}.submit-card h1{font-size:1.4rem;font-weight:800}.submit-card h2{font-size:1.1rem;font-weight:700}.submit-info-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:100%;padding:.5rem 0;font-size:.9rem;display:flex}.submit-existing{background:var(--accent-dim);border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:.6rem .75rem;font-size:.85rem;display:flex}.submit-form{text-align:left;flex-direction:column;gap:.75rem;width:100%;display:flex}.submit-label{color:var(--text-muted);font-size:.85rem;font-weight:600}.submit-input{background:var(--bg);border:1px solid var(--header-border);width:100%;color:var(--text);border-radius:8px;outline:none;padding:.65rem .9rem;font-family:monospace;font-size:.9rem;transition:border-color .15s}.submit-input:focus{border-color:var(--text)}.submit-input::placeholder{color:var(--text-muted)}.submit-input:disabled{opacity:.5}.success-icon{background:var(--accent-dim);border:1px solid var(--border);width:48px;height:48px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.success-icon--green{color:#22c55e;background:#22c55e1f;border-color:#22c55e4d}.mono{font-family:monospace;font-size:.85rem}@media (width<=640px){.header{grid-template-columns:auto 1fr;padding:.75rem 1rem}.header-center{display:none}.hiw-mobile{display:flex}.hiw-label,.wallet-address{display:none}.wallet-connected{gap:.5rem}.btn{padding:.45rem .9rem;font-size:.82rem}.theme-toggle{width:28px;height:28px;font-size:.85rem}.main{padding:1rem}.landing-inner h1{font-size:1.5rem}.submit-wrap{min-height:auto;padding-top:1rem}.submit-card{padding:1.25rem}.submit-info-row{font-size:.82rem}.submit-input{font-size:1rem}.nft-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.modal{border-radius:12px;max-height:90vh;margin:0 .75rem;padding:1.25rem;overflow-y:auto}.hiw-image-wrap,.hiw-image-wrap img{max-height:220px}.modal-backdrop{padding-bottom:env(safe-area-inset-bottom);align-items:flex-end}}@font-face{font-family:Pix32;src:url(/fonts/Pix32.ttf)format("truetype")}*{box-sizing:border-box;margin:0;padding:0}.stp-bg{background:#d7d8da;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;font-family:Pix32,monospace;display:flex}.stp-card{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:400px;padding-top:1rem;display:flex}.stp-img{width:220px;height:auto;image-rendering:pixelated;margin-top:-1.5rem;margin-bottom:-.5rem}.stp-title{color:#111;letter-spacing:.05em;font-size:2.5rem;font-weight:400}.stp-tasks{flex-direction:column;gap:.5rem;width:100%;display:flex}.stp-task{cursor:pointer;color:#111;background:0 0;border:1.5px solid #111;justify-content:space-between;align-items:center;width:100%;padding:.9rem 1.1rem;font-family:Pix32,monospace;font-size:1rem;transition:background .1s;display:flex}.stp-task:hover{background:#0000000d}.stp-task--done{opacity:.5}.stp-task-check{font-size:.9rem}.stp-form{flex-direction:column;gap:.6rem;width:100%;display:flex}.stp-input{color:#111;background:0 0;border:1.5px solid #111;outline:none;width:100%;padding:.9rem 1.1rem;font-family:Pix32,monospace;font-size:1rem}.stp-input::placeholder{color:#888}.stp-input:focus{background:#0000000a}.stp-input:disabled{opacity:.4;cursor:not-allowed}.stp-btn{color:#d7d8da;cursor:pointer;letter-spacing:.05em;background:#111;border:none;justify-content:center;align-items:center;width:100%;min-height:3rem;margin-top:.25rem;padding:.85rem;font-family:Pix32,monospace;font-size:1rem;transition:opacity .15s;display:flex}.stp-btn:disabled{opacity:.3;cursor:not-allowed}.stp-btn--loading{cursor:not-allowed;opacity:1!important;background:#999!important}.stp-btn:hover:not(:disabled){opacity:.85}.stp-dots{justify-content:center;align-items:center;gap:2px;height:100%;display:flex}.stp-dots span{color:#111;opacity:0;font-family:Pix32,monospace;font-size:1.6rem;line-height:1;animation:1.2s infinite stp-blink}.stp-dots span:first-child{animation-delay:0s}.stp-dots span:nth-child(2){animation-delay:.3s}.stp-dots span:nth-child(3){animation-delay:.6s}@keyframes stp-blink{0%,80%,to{opacity:0}40%{opacity:1}}.stp-log{text-align:center;margin-top:.25rem;font-size:.85rem}.stp-log--green{color:#2a9d2a}.stp-log--yellow{color:#b58a00}.stp-log--red{color:#c00}@media (width<=480px){.stp-title{font-size:2rem}.stp-img{width:90px}}
