.nft-page-loading{color:#fff;background:linear-gradient(#0f0f0f 0%,#1a1a1a 100%);flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}.nft-loading-spinner{border:3px solid #f973164d;border-top-color:#f97316;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.nft-bg{background:linear-gradient(#0f0f0f 0%,#1a1a1a 50%,#0f0f0f 100%);min-height:100vh;position:relative}.nft-bg:before{content:"";opacity:.1;z-index:1;pointer-events:none;background-image:url(/images/bg.webp);background-position:50%;background-size:cover;background-attachment:fixed;position:absolute;inset:0}.nft-content{z-index:10;max-width:1300px;margin:0 auto;padding:5rem 1rem 2rem;position:relative}@media (max-width:768px){.nft-content{padding-top:4rem}}.nft-title{color:#fff;text-shadow:0 0 20px #f9731680;background:linear-gradient(45deg,#fff,#f97316);-webkit-text-fill-color:transparent;text-align:center;-webkit-background-clip:text;background-clip:text;margin-bottom:.8rem;font-size:2.8rem;font-weight:700;line-height:1.1}@media (max-width:1400px){.nft-content{max-width:1100px}}@media (max-width:768px){.nft-content{padding:1.5rem 1rem}.nft-title{font-size:2.5rem}}@media (max-width:480px){.nft-content{padding:1rem}.nft-title{font-size:2rem}}
