.nft-minter{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;background:var(--color-glass-bg);border-radius:20px;border:2px solid var(--color-border);font-family:Inter,Arial,sans-serif;color:var(--color-text-light)}.left-panel{display:flex;flex-direction:column;gap:1.5rem}.control-section{background:var(--color-surface);border-radius:15px;padding:1.5rem;border:1px solid var(--color-border)}.control-group label{display:block;margin-bottom:.5rem;color:var(--color-text-muted);font-size:.9rem;font-weight:500}.number-input{display:flex;align-items:center;gap:1rem;background:var(--color-surface-dark);border-radius:10px;padding:.5rem;border:1px solid var(--color-border)}.number-input button{background:var(--color-primary);border:none;color:white;width:35px;height:35px;border-radius:8px;cursor:pointer;font-weight:700;transition:all .3s ease}.number-input button:hover{transform:scale(1.05);background:var(--color-primary-dark)}.number-input span{flex:1 1;text-align:center;font-weight:600;color:var(--color-text-light)}.mint-button,.upgrade-button{background:var(--color-primary);border:none;color:var(--color-glass-bg);padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease;width:100%;position:relative;overflow:hidden}.mint-button:hover,.upgrade-button:hover{transform:translateY(-2px);background:var(--color-primary-dark);box-shadow:0 10px 25px var(--color-box-shadow)}.cost-section{background:var(--color-surface);border-radius:15px;padding:1.5rem;border:1px solid var(--color-border)}.cost-item{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid var(--color-border);color:var(--color-text-light)}.cost-item:last-child{border-bottom:none;margin-bottom:0}.cost-item.discount{color:var(--color-secondary)}.cost-item.total{font-weight:600;font-size:1.1rem;color:var(--color-primary)}.level-section{background:var(--color-surface);border-radius:15px;padding:1.5rem;border:1px solid var(--color-border)}.level-cost{display:flex;justify-content:space-between;font-weight:600;color:var(--color-primary)}.referral-section{background:var(--color-surface);border-radius:15px;padding:1.5rem;border:1px solid var(--color-border)}.input-group label{display:block;margin-bottom:.5rem;color:var(--color-text-muted);font-size:.9rem;font-weight:500}.input-group input{width:80%;border-radius:8px;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text-light);font-size:1rem;padding:.8rem 70px .8rem .8rem}.input-group input::placeholder{color:var(--color-text-muted-2)}.bonus-info{display:flex;gap:1rem}.bonus-item{flex:1 1;display:flex;justify-content:space-between;background:var(--color-surface-dark) .05;padding:.8rem;border-radius:8px;border:.1 solid var(--color-border);color:var(--color-text-light)}.highlight{color:var(--color-secondary);font-weight:600}.nft-display{background:var(--color-surface);border-radius:20px;padding:2rem;border:1px solid var(--color-border);height:100%;display:flex;flex-direction:column;gap:1.5rem}.avatar-container{windth:100%}.avatar-container,.avatar-placeholder{position:relative;display:flex;justify-content:center}.avatar-placeholder{width:250px;height:250px;background:var(--color-gradient);border-radius:20px;align-items:center;overflow:hidden}.avatar-image{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.nft-type{bottom:10px;left:50%;transform:translateX(-50%);background:var(--color-surface-dark);padding:.3rem 1rem;border-radius:20px;color:var(--color-primary);border:1px solid var(--color-border)}.level-badge,.nft-type{position:absolute;font-size:.8rem;font-weight:600}.level-badge{top:10px;right:10px;background:var(--color-secondary);padding:.3rem .8rem;border-radius:15px;color:white}.nft-name{font-size:1.8rem;font-weight:700;margin-bottom:.5rem;background:var(--color-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.clothing-indicator{color:var(--color-text-muted);font-size:.9rem;margin-top:.5rem}.upgrade-section{background:var(--color-surface) .05;border-radius:15px;padding:1.5rem;border:.01 solid var(--color-border)}.level-info{display:flex;justify-content:space-between;margin-bottom:1rem;font-weight:600;color:var(--color-text-light)}.level-progress{width:100%;padding:10px;margin-bottom:10px}.control-section-2{display:flex;gap:1rem;flex-wrap:wrap;background:var(--color-surface);border-radius:15px;padding:1.5rem;border:1px solid var(--color-border)}.control-group-2{flex:1 1;min-width:140px;margin-bottom:0}.mint-section-2{flex-basis:100%;margin:1rem 0}.nft-grid-section{margin:2rem auto}.nft-grid-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;background:var(--color-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:left}.nft-grid-list{display:flex;flex-wrap:wrap;gap:2rem;justify-content:stretch}.nft-card{flex:1 1 355px;max-width:1fr;background:var(--color-glass-bg);color:var(--color-text-light);border-radius:.75rem;padding:.75rem;min-width:200px;box-shadow:0 2px 12px var(--color-box-shadow);border:1px solid var(--color-border);display:flex;flex-direction:column;align-items:center;transition:border-color .3s,background .3s}.nft-card:hover{background:var(--color-glass-bg-hover);border-color:var(--color-primary)}.nft-card-img{width:100%;max-width:3000px;height:350px;object-fit:cover;object-position:top;border-radius:.5rem;margin-bottom:.5rem;box-shadow:0 2px 8px var(--color-box-shadow)}.nft-card-name{font-weight:700;font-size:1rem;margin-bottom:.25rem;text-align:center}.nft-card-meta-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;width:100%;justify-content:space-between}.nft-card-badge{display:inline-block;padding:.2em .7em;font-size:.85em;font-weight:600;border-radius:999px;color:#fff;background:var(--color-accent);letter-spacing:.02em;box-shadow:0 1px 4px var(--color-box-shadow)}.badge-legendary{background:var(--color-primary)}.badge-epic{background:var(--color-secondary)}.badge-rare{background:#a855f7}.badge-common{background:#6b7280}.nft-card-price{font-size:.95em;color:var(--color-text-muted);font-weight:500;background:var(--color-surface-dark);padding:.2em .6em;border-radius:.5em}.nft-card-button{background:var(--color-primary);color:var(--color-text-light);border:none;padding:.4rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.95rem;transition:background .2s;margin-top:auto;width:100%}.nft-card-button:hover{background:var(--color-primary-dark)}