.section-head{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px}.nft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.nft-card{border:1px solid var(--line);background:#fff;border-radius:6px;padding:16px}.nft-card h3{margin:10px 0 5px}.nft-card p{color:var(--muted);min-height:46px}.nft-art{height:120px;background:linear-gradient(135deg,#f8e6e7,#e7edf2);display:grid;place-items:center;color:var(--red);font-size:30px;font-weight:900;margin:-16px -16px 16px}.nft-art img{width:100%;height:100%;object-fit:cover}.nft-card dl{font-size:12px}.nft-card dt{color:var(--muted);font-weight:800;margin-top:8px}.nft-card dd{margin:2px 0}.card-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:14px}.price{font-size:25px;font-weight:900;margin:12px 0}.price small{font-size:12px;color:var(--muted)}.toast{position:fixed;right:24px;bottom:24px;max-width:460px;padding:14px 18px;background:#183d2e;color:#fff;box-shadow:var(--shadow);z-index:20}.toast.bad{background:#80151b}@media(max-width:650px){.section-head{flex-direction:column;align-items:flex-start}}
