*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#c3ff00;color:#000;min-height:100vh}.App{width:100%;padding:0;background:#c3ff00}.site-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 20px;background:#c3ff00;border-bottom:2px solid #FD0484;position:sticky;top:0;z-index:1000}.site-logo{font-size:16px;font-weight:700;color:#000;text-decoration:none;transition:opacity .2s;white-space:nowrap}.site-logo:hover{opacity:.7}.current-price{font-size:14px;font-weight:700;color:#000;font-family:monospace}.wallet-address{font-family:monospace;font-size:12px;color:#000}.connect-button,.disconnect-button{padding:6px 12px;font-size:12px;font-weight:700;border:2px solid #000;background:#fd0484;color:#fff;cursor:pointer;transition:all .2s}.connect-button:hover,.disconnect-button:hover{background:#000;color:#c3ff00}.disconnect-button{padding:6px 10px;font-size:16px;line-height:1}header.page-header{text-align:center;margin:40px auto;max-width:1200px;background:#ffffff4d;padding:40px;border-radius:12px;border:2px solid #FD0484}header h1{margin:0 0 15px;font-size:3em;font-weight:700;color:#000}.header-subtitle{font-size:16px;margin-bottom:20px;color:#000}.header-link{color:#fd0484;text-decoration:none;font-weight:700}.header-link:hover{text-decoration:underline}.header-blurb{background:#fd04841a;padding:20px;border-radius:8px;margin:20px auto;max-width:600px;font-size:14px;line-height:1.8;color:#000}.connect-button{margin-top:20px;padding:12px 24px;background:#fd0484;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;font-size:14px}.connect-button:hover{background:#c90269}.gallery{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px;background:#c3ff00}.gallery-section{margin-bottom:20px;background:#c3ff00}.gallery-section h2{font-size:1.8em;margin-bottom:20px;color:#000;font-weight:700}.items-row{display:flex;gap:2px;flex-wrap:wrap;align-items:flex-start}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,64px);gap:2px;width:100%}.empty-message{color:#999;font-style:italic;padding:20px;font-size:16px}.item-card-small{background:#fff;border-radius:0;overflow:hidden;box-shadow:none;border:none;cursor:pointer;transition:transform .2s;width:64px;height:64px;flex-shrink:0}.item-card-small:hover{transform:scale(1.05);z-index:10;box-shadow:0 4px 12px #0000004d}.item-card-small canvas{width:100%;height:100%;display:block;image-rendering:pixelated;image-rendering:crisp-edges;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.item-card-large{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 16px #0003;border:2px solid #FD0484;cursor:pointer;transition:transform .2s;display:flex;flex-direction:column}.item-card-large:hover{transform:translateY(-8px)}.item-card-large canvas{width:100%;aspect-ratio:1 / 1;display:block;image-rendering:pixelated;image-rendering:crisp-edges;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.item-card-large p{padding:20px;margin:0;font-weight:700;text-align:center;font-size:16px;flex-grow:1;display:flex;align-items:center;justify-content:center}.item-detail{background:#fff;border-radius:12px;border:2px solid #FD0484;padding:32px;display:grid;grid-template-columns:1fr 1fr;gap:32px;box-shadow:0 8px 16px #0003;max-width:960px;margin:0 auto;align-items:stretch}.item-detail-image{display:flex;flex-direction:column;gap:20px}.item-detail-image canvas{width:100%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);image-rendering:pixelated;image-rendering:crisp-edges;border-radius:8px}.nav-buttons{display:flex;gap:10px}.nav-buttons button{flex:1;padding:12px;background:#fd0484;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:16px}.nav-buttons button:hover{background:#c90269}.item-detail-meta{display:flex;flex-direction:column;gap:0}.item-detail-meta h1{font-size:2em;margin:0 0 16px;font-weight:700}.meta-section{margin-bottom:16px}.meta-label{font-size:11px;text-transform:uppercase;color:#fd0484;font-weight:700;margin-bottom:4px;letter-spacing:.5px}.meta-value{font-size:14px;line-height:1.4;word-break:break-word;color:#000}.meta-link{color:#fd0484;text-decoration:none;font-weight:700}.meta-link:hover{text-decoration:underline}.attributes{margin-top:auto;margin-bottom:20px;padding-top:20px;border-top:1px solid #f0f0f0}.attributes-scroll{display:flex;flex-direction:column;gap:0;max-height:200px;overflow-y:auto}.attribute{display:flex;gap:15px;padding:8px 0;background:transparent;border-radius:0;margin-bottom:6px;cursor:pointer;transition:background .2s;align-items:flex-start}.attribute:last-child{margin-bottom:0}.attribute:hover{background:transparent}.attribute-type{font-weight:700;color:#fd0484;min-width:90px;flex-shrink:0}.attribute-value{flex:1;color:#000;font-size:14px;line-height:1.4}.item-actions{display:flex;gap:10px;margin-top:20px}.item-actions button{flex:1;padding:15px;background:#fd0484;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;font-size:16px}.item-actions button:hover{background:#c90269}.back-button{display:inline-block;margin-bottom:20px;color:#fd0484;text-decoration:none;font-weight:700;cursor:pointer;max-width:1200px;margin-left:auto;margin-right:auto}.back-button:hover{text-decoration:underline}.trait-page{width:100%;max-width:1200px;margin:0 auto;background:#c3ff00}.trait-header{margin-bottom:30px;text-align:left}.trait-header h1{font-size:2.8em;margin-bottom:8px;font-weight:700}.trait-count{font-size:1.3em;color:#fd0484;font-weight:700}.item-card-wrapper{position:relative}.for-sale-badge{position:absolute;top:5px;right:5px;background:#fd0484;color:#fff;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase;z-index:10}.trait-link{cursor:pointer}.trait-link:hover{background:#fd04840d}@media(max-width:1024px){header h1{font-size:2.5em}.items-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:2px}.item-detail{padding:30px;gap:30px}}@media(max-width:768px){.App{padding:20px 15px}header{padding:25px;margin-bottom:30px}header h1{font-size:2em;margin-bottom:10px}.header-subtitle{font-size:14px}.header-blurb{padding:15px;font-size:13px}.gallery-section h2{font-size:1.4em;margin-bottom:15px}.item-card-small{width:64px;height:64px}.items-grid{grid-template-columns:repeat(auto-fill,64px);gap:2px}.item-detail{grid-template-columns:1fr;padding:20px;gap:20px}.item-detail-meta h1{font-size:1.5em}.item-actions{flex-direction:column}.trait-header h1{font-size:2em}.trait-count{font-size:1.1em}.attributes{margin-top:20px;padding-top:20px}}@media(max-width:480px){.App{padding:15px 10px}header{padding:20px}header h1{font-size:1.5em}.header-subtitle{font-size:12px}.gallery-section h2{font-size:1.2em}.item-card-small{width:64px;height:64px}.items-grid{grid-template-columns:repeat(auto-fill,64px);gap:2px}.empty-message{font-size:14px}.trait-header h1{font-size:1.5em}.item-detail{grid-template-columns:1fr}}.toast{position:fixed;top:20px;right:20px;background:#fff;border:3px solid #FD0484;border-radius:12px;padding:16px 24px;box-shadow:0 8px 24px #0003;z-index:10000;min-width:300px;max-width:500px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);animation:slideIn .3s ease-out}@keyframes slideIn{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}.toast-visible{opacity:1;transform:translate(0)}.toast-hidden{opacity:0;transform:translate(400px)}.toast-content{display:flex;align-items:center;gap:12px}.toast-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;flex-shrink:0}.toast-success .toast-icon{background:#c3ff00;color:#000}.toast-error .toast-icon{background:#fd0484;color:#fff}.toast-loading .toast-icon{background:#00d4ff;color:#000;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toast-info .toast-icon{background:#00d4ff;color:#000}.toast-message{font-size:14px;font-weight:500;color:#000;line-height:1.4}@media(max-width:768px){.toast{top:10px;right:10px;left:10px;min-width:unset;max-width:unset}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
