.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px)}.modal-container{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:16px;width:90%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.5);animation:modalAppear .3s ease-out}@keyframes modalAppear{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-title{color:#ffffff;font-size:20px;font-weight:600;margin:0}.close-button{background:none;border:none;color:rgba(255,255,255,.6);cursor:pointer;padding:4px;border-radius:4px;transition:all .3s ease}.close-button:hover{color:#ffffff;background:rgba(255,255,255,.1)}.modal-content{padding:24px}.product-summary{text-align:center;margin-bottom:24px;padding:20px;background:rgba(255,255,255,.05);border-radius:12px}.product-name{color:#ffffff;font-size:18px;font-weight:600;margin-bottom:8px}.product-duration{color:rgba(255,255,255,.7);font-size:14px}.price-breakdown{margin-bottom:20px}.price-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.1)}.price-row:last-child{border-bottom:none}.price-label{color:rgba(255,255,255,.8);font-size:14px;font-weight:500}.price-value{color:#ffffff;font-size:14px;font-weight:600}.blockchain-fee-row .price-label{color:#ffc107}.blockchain-fee-value{color:#ffc107!important}.total-row{border-top:2px solid rgba(255,255,255,.2);margin-top:8px;padding-top:16px}.total-row .price-label{color:#ffffff;font-size:16px;font-weight:600}.total-value{color:#00bcd4!important;font-size:18px;font-weight:700}.blockchain-notice{background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.2);border-radius:8px;padding:16px;margin-bottom:24px}.blockchain-notice p{color:#ffc107;font-size:13px;line-height:1.5;margin:0}.modal-actions{display:flex;gap:12px;margin-top:24px}.cancel-button,.confirm-button{flex:1;padding:14px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button{background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border:1px solid rgba(255,255,255,.2)}.cancel-button:hover{background:rgba(255,255,255,.15);color:#ffffff}.confirm-button{background:#00bcd4;color:#ffffff}.confirm-button:hover{background:#00acc1;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,188,212,.3)}@media (max-width:768px){.modal-container{width:95%;margin:20px}.modal-header{padding:20px 20px 12px}.modal-content{padding:20px}.modal-title{font-size:18px}.product-name{font-size:16px}.modal-actions{flex-direction:column}.cancel-button,.confirm-button{width:100%}}@media (max-width:480px){.modal-container{width:100%;height:100%;max-height:100vh;border-radius:0;margin:0}.modal-content,.modal-header,.product-summary{padding:16px}}.membership-mint-page{min-height:100vh;background:#000000;color:#ffffff;padding:40px 32px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}@media (max-width:768px){.membership-mint-page{padding:16px 12px 80px}}.membership-mint-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100%;background:#000000}.membership-mint-page .loading-spinner{border:4px solid rgba(255,255,255,.1);border-left-color:#00bcd4;border-radius:50%;width:36px;height:36px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.membership-mint-page .mint-container{max-width:1400px;margin:0 auto}.membership-mint-page .mint-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.membership-mint-page .page-title{color:#ffffff;font-size:24px;font-weight:600;margin:0}.membership-mint-page .user-balance{color:rgba(255,255,255,.8);font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.membership-mint-page .balance-value{color:#00bcd4;font-weight:700}.membership-mint-page .refresh-button{background:transparent;border:none;color:#00bcd4;cursor:pointer;font-size:16px;padding:4px;border-radius:4px;transition:all .2s ease}.membership-mint-page .refresh-button:hover{background:rgba(0,188,212,.1)}.membership-mint-page .current-subscriptions-status{background:rgba(0,188,212,.1);border:1px solid rgba(0,188,212,.2);border-radius:12px;padding:20px;margin-bottom:24px}.membership-mint-page .status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.membership-mint-page .status-header h3{color:#00bcd4;font-size:16px;font-weight:600;margin:0}.membership-mint-page .total-active{color:#00bcd4;font-size:14px;font-weight:500;background:rgba(0,188,212,.1);padding:4px 12px;border-radius:6px;border:1px solid rgba(0,188,212,.3)}.memberships-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.membership-status{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px;border-radius:8px;border:1px solid;background:rgba(255,255,255,.02)}.membership-status.basic{border-color:rgba(255,255,255,.3)}.membership-status.premium{border-color:rgba(0,188,212,.3)}.membership-status.enterprise{border-color:rgba(255,87,238,.3)}.membership-status .type-name{font-size:12px;font-weight:600;opacity:.8}.membership-status .count{font-size:14px;font-weight:700}.membership-status.basic .count,.membership-status.basic .type-name{color:#ffffff}.membership-status.premium .count,.membership-status.premium .type-name{color:#00bcd4}.membership-status.enterprise .count,.membership-status.enterprise .type-name{color:#FF57EE}.membership-status .status{font-size:11px;font-weight:500;padding:2px 8px;border-radius:4px;text-transform:uppercase}.membership-status .status.active{background:rgba(76,175,80,.2);color:#4caf50;border:1px solid rgba(76,175,80,.3)}.membership-status .status.inactive{background:rgba(158,158,158,.2);color:#9e9e9e;border:1px solid rgba(158,158,158,.3)}.maintenance-notice{background:rgba(255,152,0,.15);border:2px solid rgba(255,152,0,.4);border-radius:12px;padding:24px;margin-bottom:32px;display:flex;align-items:flex-start;gap:16px}.maintenance-notice .notice-icon{flex-shrink:0}.maintenance-notice .maintenance-icon{width:24px;height:24px;color:#ff9800}.maintenance-notice .notice-content{flex:1}.maintenance-notice .notice-title{color:#ff9800;font-size:18px;font-weight:700;margin:0 0 12px}.maintenance-notice .notice-text{color:#ff9800;font-size:15px;margin:0;line-height:1.6}.membership-mint-page .status-message{padding:16px 20px;border-radius:8px;margin-bottom:24px;font-size:14px;font-weight:500}.membership-mint-page .status-message.loading{background:rgba(0,188,212,.1);border:1px solid rgba(0,188,212,.3);color:#00bcd4}.membership-mint-page .status-message.success{background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.3);color:#4caf50}.membership-mint-page .status-message.error{background:rgba(244,67,54,.1);border:1px solid rgba(244,67,54,.3);color:#f44336}.membership-mint-page .server-security-notice{background:rgba(76,175,80,.1);border:1px solid rgba(76,175,80,.2);border-radius:12px;padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px}.membership-mint-page .server-security-notice .notice-icon{flex-shrink:0}.membership-mint-page .server-security-notice .shield-icon{width:20px;height:20px;color:#4caf50}.membership-mint-page .server-security-notice .notice-content{flex:1}.membership-mint-page .server-security-notice .notice-title{color:#4caf50;font-size:16px;font-weight:600;margin:0 0 8px}.membership-mint-page .server-security-notice .notice-text{color:#4caf50;font-size:14px;margin:0;line-height:1.5}.membership-mint-page .blockchain-fee-notice,.membership-mint-page .initial-fee-notice{background:rgba(255,193,7,.1);border:1px solid rgba(255,193,7,.2);border-radius:12px;padding:20px;margin-bottom:32px;display:flex;align-items:flex-start;gap:16px}.membership-mint-page .notice-icon{flex-shrink:0}.membership-mint-page .info-icon,.membership-mint-page .warning-icon{width:20px;height:20px;color:#ffc107}.membership-mint-page .notice-content{flex:1}.membership-mint-page .notice-title{color:#ffc107;font-size:16px;font-weight:600;margin:0 0 8px}.membership-mint-page .notice-text{color:#ffc107;font-size:14px;margin:0;line-height:1.5}.membership-mint-page .purchase-restriction-notice{background:rgba(255,152,0,.1);border:1px solid rgba(255,152,0,.2);border-radius:12px;padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px}.membership-mint-page .purchase-restriction-notice .notice-icon{flex-shrink:0}.membership-mint-page .purchase-restriction-notice .warning-icon{width:20px;height:20px;color:#ff9800}.membership-mint-page .purchase-restriction-notice .notice-content{flex:1}.membership-mint-page .purchase-restriction-notice .notice-title{color:#ff9800;font-size:16px;font-weight:600;margin:0 0 8px}.membership-mint-page .purchase-restriction-notice .notice-text{color:#ff9800;font-size:14px;margin:0;line-height:1.5}.membership-mint-page .upcoming-launch-notice{background:rgba(63,81,181,.1);border:1px solid rgba(63,81,181,.2);border-radius:12px;padding:20px;margin-bottom:24px;display:flex;align-items:flex-start;gap:16px}.membership-mint-page .upcoming-launch-notice .notice-icon{flex-shrink:0}.membership-mint-page .upcoming-launch-notice .calendar-icon{width:20px;height:20px;color:#3f51b5}.membership-mint-page .upcoming-launch-notice .notice-content{flex:1}.membership-mint-page .upcoming-launch-notice .notice-title{color:#3f51b5;font-size:16px;font-weight:600;margin:0 0 8px}.membership-mint-page .upcoming-launch-notice .notice-text{color:#3f51b5;font-size:14px;margin:0;line-height:1.5}.membership-mint-page .active-membership-notice{background:rgba(0,188,212,.1);border:1px solid rgba(0,188,212,.2);border-radius:12px;padding:32px;margin-bottom:32px;text-align:center}.membership-mint-page .active-title{color:#00bcd4;font-size:20px;font-weight:600;margin:0 0 20px}.manage-button-container{margin-top:16px}.manage-button{background:#00bcd4;color:#ffffff;border:none;border-radius:8px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.manage-button:hover{background:#00acc1;transform:translateY(-1px)}.membership-mint-page .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-top:32px}.membership-mint-page .product-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;backdrop-filter:blur(10px);transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.membership-mint-page .product-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.3)}.membership-mint-page .product-card.maintenance{opacity:.6;filter:grayscale(.5)}.membership-mint-page .product-card.maintenance:hover{transform:none;box-shadow:none}.membership-mint-page .card-header{position:relative;height:200px;display:flex;justify-content:space-between;align-items:flex-start;padding:24px;margin:-24px -24px 0;background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:16px 16px 0 0}.membership-mint-page .product-card.basic .card-header{background-image:url(/basicnft.png)}.membership-mint-page .product-card.premium .card-header{background-image:url(/premiumnft.png)}.membership-mint-page .product-card.enterprise .card-header{background-image:url(/enterprisenft.png)}.membership-type{font-size:20px;font-weight:700;padding:8px 12px;border-radius:8px}.membership-mint-page .duration,.membership-type{background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.membership-mint-page .duration{font-size:12px;font-weight:500;padding:6px 10px;border-radius:6px}.membership-counter{font-size:11px;font-weight:600;background:rgba(0,0,0,.7);padding:4px 8px;border-radius:4px;backdrop-filter:blur(4px);position:absolute;bottom:16px;right:16px}.membership-mint-page .nft-image-container{display:none}.membership-mint-page .card-content{display:flex;flex-direction:column;padding:24px}.membership-mint-page .price-section{border-top:2px solid;flex-direction:column}.membership-mint-page .description,.membership-mint-page .price-section{text-align:center;padding:20px 0;border-bottom:2px solid;min-height:100px;display:flex;align-items:center;justify-content:center}.membership-mint-page .description{font-size:14px;line-height:1.5;opacity:.8;margin:0}.membership-mint-page .features-section{padding:20px 0;border-bottom:2px solid;min-height:280px}.membership-mint-page .total-price-section{padding:20px 0;min-height:80px;display:flex;align-items:center;justify-content:center}.membership-mint-page .product-card.basic .description,.membership-mint-page .product-card.basic .features-section,.membership-mint-page .product-card.basic .price-section{border-color:#ffffff}.membership-mint-page .product-card.premium .description,.membership-mint-page .product-card.premium .features-section,.membership-mint-page .product-card.premium .price-section{border-color:#00bcd4}.membership-mint-page .product-card.enterprise .description,.membership-mint-page .product-card.enterprise .features-section,.membership-mint-page .product-card.enterprise .price-section{border-color:#FF57EE}.membership-mint-page .base-price{font-size:24px;font-weight:700;margin-bottom:4px}.membership-mint-page .blockchain-fee,.membership-mint-page .initial-fee{font-size:12px;color:#ff4444;font-weight:500}.membership-mint-page .features-title{font-size:14px;font-weight:600;margin:0 0 12px;opacity:.9}.membership-mint-page .features-list{list-style:none;padding:0;margin:0}.membership-mint-page .feature-item{font-size:12px;line-height:1.4;margin-bottom:6px;padding-left:16px;position:relative;opacity:.8}.membership-mint-page .feature-item:before{content:"•";position:absolute;left:0;color:currentColor}.membership-mint-page .total-price-label{font-size:14px;font-weight:600;margin:0;text-align:center}.membership-mint-page .total-price-value{font-weight:700}.membership-mint-page .fee-included-text{font-size:11px;opacity:.7;font-weight:400;margin-left:4px}.membership-mint-page .purchase-button{width:100%;padding:14px 20px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:0}.membership-mint-page .purchase-button.available{cursor:pointer}.membership-mint-page .purchase-button.processing{background:rgba(255,255,255,.3)!important;color:#ffffff!important;cursor:not-allowed}.membership-mint-page .purchase-button.insufficient{background:rgba(255,255,255,.1)!important;color:rgba(255,255,255,.5)!important;cursor:not-allowed}.membership-mint-page .purchase-button.disabled{background:#6b7280!important;color:rgba(255,255,255,.6)!important;cursor:not-allowed;opacity:.7}.membership-mint-page .purchase-button.available:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.2)}.membership-mint-page .product-card.basic .base-price,.membership-mint-page .product-card.basic .duration,.membership-mint-page .product-card.basic .features-title,.membership-mint-page .product-card.basic .membership-counter,.membership-mint-page .product-card.basic .membership-type,.membership-mint-page .product-card.basic .total-price-value{color:#ffffff}.membership-mint-page .product-card.premium .base-price,.membership-mint-page .product-card.premium .duration,.membership-mint-page .product-card.premium .features-title,.membership-mint-page .product-card.premium .membership-counter,.membership-mint-page .product-card.premium .membership-type,.membership-mint-page .product-card.premium .total-price-value{color:#00bcd4}.membership-mint-page .product-card.enterprise .base-price,.membership-mint-page .product-card.enterprise .duration,.membership-mint-page .product-card.enterprise .features-title,.membership-mint-page .product-card.enterprise .membership-counter,.membership-mint-page .product-card.enterprise .membership-type,.membership-mint-page .product-card.enterprise .total-price-value{color:#FF57EE}.membership-mint-page .product-card.basic .purchase-button.available{background:#ffffff!important;color:#000000!important}.membership-mint-page .product-card.basic .purchase-button.available:hover{background:#f5f5f5!important;color:#000000!important}.membership-mint-page .product-card.premium .purchase-button.available{background:#00bcd4!important;color:#ffffff!important}.membership-mint-page .product-card.premium .purchase-button.available:hover{background:#00acc1!important;color:#ffffff!important}.membership-mint-page .product-card.enterprise .purchase-button.available{background:#FF57EE!important;color:#ffffff!important}.membership-mint-page .product-card.enterprise .purchase-button.available:hover{background:#e91e63!important;color:#ffffff!important}.membership-mint-page .product-card.disabled{position:relative;opacity:.7;filter:grayscale(.3)}.membership-mint-page .product-card.disabled:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.1);border-radius:inherit;pointer-events:none;z-index:1}.membership-mint-page .coming-soon-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:white;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;z-index:2;box-shadow:0 2px 4px rgba(59,130,246,.3)}.membership-mint-page .product-card.disabled .purchase-button.disabled{background:#e2e8f0;color:#64748b;cursor:not-allowed;border:1px solid #cbd5e1}.membership-mint-page .product-card.disabled .purchase-button.disabled:hover{background:#e2e8f0;transform:none;box-shadow:none}@media (max-width:1024px){.membership-mint-page{padding:24px 16px}.products-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.memberships-status{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.membership-mint-page{padding:20px 16px}.mint-header{flex-direction:column;gap:16px;align-items:stretch;text-align:center}.page-title{font-size:20px}.products-grid{grid-template-columns:1fr;gap:20px}.product-card{padding:20px}.nft-image,.nft-image-container{height:150px}.nft-image{width:150px}.memberships-status{grid-template-columns:1fr;gap:8px}.membership-status{flex-direction:row;justify-content:space-between;padding:8px 12px}.status-header{flex-direction:column;gap:8px;align-items:stretch;text-align:center}.blockchain-fee-notice,.current-subscriptions-status,.initial-fee-notice,.maintenance-notice,.purchase-restriction-notice,.server-security-notice,.upcoming-launch-notice{padding:16px;flex-direction:column;gap:12px;margin-bottom:16px}.maintenance-notice .notice-title,.purchase-restriction-notice .notice-title,.server-security-notice .notice-title,.upcoming-launch-notice .notice-title{font-size:14px}.maintenance-notice .notice-text,.purchase-restriction-notice .notice-text,.server-security-notice .notice-text,.upcoming-launch-notice .notice-text{font-size:13px}}@media (max-width:480px){.membership-mint-page{padding:16px 12px}.page-title{font-size:18px}.user-balance{font-size:14px}.product-card{padding:16px}.membership-type{font-size:18px}.base-price{font-size:20px}.membership-status{padding:6px 10px}.membership-status .type-name{font-size:11px}.membership-status .count{font-size:12px}.membership-status .status{font-size:10px;padding:1px 6px}.current-subscriptions-status,.maintenance-notice,.purchase-restriction-notice,.server-security-notice,.upcoming-launch-notice{padding:12px;margin-bottom:12px}.maintenance-notice .maintenance-icon,.purchase-restriction-notice .warning-icon,.server-security-notice .shield-icon,.upcoming-launch-notice .calendar-icon{width:16px;height:16px}}@media (max-width:420px) and (min-height:800px){.membership-mint-page{padding:12px 8px 100px}.mint-header{flex-direction:column;gap:12px;margin-bottom:20px}.page-title{font-size:16px;line-height:1.2}.user-balance{font-size:12px;justify-content:center}.products-grid{gap:16px}.product-card{padding:12px;border-radius:12px}.membership-type{font-size:16px;margin-bottom:8px}.base-price{font-size:18px}.price-subtitle{font-size:11px}.nft-image-container{height:120px;margin:12px 0}.nft-image{width:120px;height:120px}.features-section{gap:8px}.feature-item{font-size:11px;padding:4px 0}.feature-icon{width:12px;height:12px}.purchase-button{padding:12px 16px;font-size:14px;min-height:44px;border-radius:8px}.memberships-status{gap:6px}.membership-status{padding:4px 8px;min-height:36px}.membership-status .type-name{font-size:10px}.membership-status .count{font-size:11px}.membership-status .status{font-size:9px;padding:1px 4px}.current-subscriptions-status,.maintenance-notice,.purchase-restriction-notice,.server-security-notice,.upcoming-launch-notice{padding:10px;margin-bottom:10px;border-radius:8px}.notice-title{font-size:12px;margin-bottom:4px}.notice-text{font-size:11px;line-height:1.3}.notice-icon{width:14px;height:14px;flex-shrink:0}}