.profile-container{color:#e0e0e0;background:#000;min-height:100vh;padding:1rem}.profile-main{max-width:1200px;margin:0 auto}.profile-content{flex-direction:column;gap:1.5rem;display:flex}.profile-header{text-align:center;margin-bottom:1rem}.profile-page .page-title{color:#fff;text-shadow:0 2px 4px #0000004d;margin:0;font-size:2.5rem;font-weight:700}.profile-card,.profile-page .user-info-card,.profile-page .subscription-status-card,.profile-page .security-card,.profile-page .nft-portfolio-card,.profile-page .nft-details-card,.profile-page .referral-card{border-radius:12px;padding:24px;transition:transform .3s,background .3s;color:#e0e0e0!important;background:#ffffff0d!important;border:1px solid #ffffff1a!important}.profile-card:hover,.profile-page .user-info-card:hover,.profile-page .subscription-status-card:hover,.profile-page .security-card:hover,.profile-page .nft-portfolio-card:hover,.profile-page .nft-details-card:hover,.profile-page .referral-card:hover{transform:translateY(-1px);background:#ffffff14!important}.profile-page .card-header{border-bottom:2px solid #ff4e0066;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;justify-content:flex-start!important;align-items:center!important;display:flex!important}.profile-page .card-header h2,.profile-page .card-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#e0e0e0!important}.profile-page .user-overview-section{align-items:stretch;gap:24px;display:flex}.profile-page .user-info-card{flex:2}.profile-page .subscription-status-card{flex-direction:column;flex:1;display:flex}@media (max-width:768px){.user-overview-section{flex-direction:column;gap:1rem}.profile-page .subscription-status-card{flex:none;order:2;min-height:auto}.profile-page .user-info-card{flex:none;order:1}}.profile-page .user-info-card .card-header{border-bottom:none;margin-bottom:1rem}.profile-page .user-avatar{position:relative}.profile-page .avatar-placeholder{color:#fff;background:linear-gradient(135deg,#ff4e00 0%,#e63900 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 4px 12px #ff4e0066}.profile-page .user-basic-info{flex:1}.profile-page .user-name{margin:0 0 .5rem;font-size:1.8rem;font-weight:700;color:#e0e0e0!important}.profile-page .user-id{color:#ff4e00;margin-bottom:.5rem;font-size:1rem;font-weight:600}.profile-page .member-since{color:#999;font-size:.9rem;font-style:italic}.profile-page .user-details{flex-direction:column;gap:1rem;display:flex}.profile-page .detail-row{border-left:3px solid #ff4e00;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;background:#ffffff0d!important}.profile-page .detail-label{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex;color:#ccc!important}.profile-page .detail-value{text-align:right;font-weight:500;color:#e0e0e0!important}.profile-page .wallet-address{align-items:center;gap:.5rem;font-family:Courier New,monospace;display:flex}.profile-page .external-link{color:#ff4e00;text-decoration:none;transition:color .3s}.profile-page .external-link:hover{color:#e63900}.profile-page .subscription-active,.profile-page .subscription-inactive{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.profile-page .status-badge{border-radius:50px;align-self:center;align-items:center;gap:.5rem;width:fit-content;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-flex}.profile-page .status-badge.active{color:#fff;background:linear-gradient(135deg,#ff4e00 0%,#e63900 100%);box-shadow:0 4px 12px #ff4e004d}.profile-page .status-badge.inactive{color:#9e9e9e;background:#9e9e9e33;border:1px solid #9e9e9e4d;box-shadow:0 4px 12px #9e9e9e33}.profile-page .subscription-details{text-align:left;flex-direction:column;gap:1rem;display:flex}.profile-page .detail-value.highlight{font-size:1.1rem;font-weight:700;color:#ff4e00!important}.profile-page .get-membership-btn{color:#fff;background:#ff4e00;border-radius:8px;align-self:center;width:fit-content;margin-top:1rem;padding:12px 24px;font-weight:500;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-block}.profile-page .get-membership-btn:hover{background:#e63900;transform:translateY(-1px)}.profile-page .security-section{width:100%}.profile-page .security-items{flex-direction:column;gap:1.5rem;display:flex}.profile-page .security-item{border-radius:12px;justify-content:space-between;align-items:center;padding:24px;display:flex;background:#ffffff0d!important}.profile-page .security-left{align-items:center;gap:1rem;display:flex}.profile-page .security-icon{font-size:1.5rem}.profile-page .security-text{flex-direction:column;gap:.25rem;display:flex}.profile-page .security-label{font-weight:600;color:#e0e0e0!important}.profile-page .security-value{font-size:.85rem;color:#999!important}.profile-page .toggle-switch{width:60px;height:30px;display:inline-block;position:relative}.profile-page .toggle-switch input{opacity:0;width:0;height:0}.profile-page .toggle-slider{cursor:pointer;background-color:#444;border-radius:30px;transition:all .4s;position:absolute;inset:0}.profile-page .toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:22px;height:22px;transition:all .4s;position:absolute;bottom:4px;left:4px;box-shadow:0 2px 4px #0003}input:checked+.toggle-slider{background:linear-gradient(135deg,#ff4e00 0%,#e63900 100%)}input:checked+.toggle-slider:before{transform:translate(30px)}.profile-page .nft-portfolio-section{width:100%}.profile-page .nft-stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.profile-page .nft-stat-item{text-align:center;border-radius:12px;padding:24px;background:#ffffff0d!important;border:1px solid #ffffff1a!important}.profile-page .stat-value{color:#ff4e00;margin-bottom:.5rem;font-size:2rem;font-weight:700}.profile-page .stat-label{font-size:.9rem;font-weight:500;color:#ccc!important}.profile-page .nft-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.profile-page .nft-action-btn{cursor:pointer;border:none;border-radius:25px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s}.profile-page .nft-action-btn:not(.secondary){color:#fff;background:linear-gradient(135deg,#ff4e00 0%,#e63900 100%);box-shadow:0 4px 12px #ff4e004d}.profile-page .nft-action-btn.secondary{color:#ff4e00;background:0 0;border:2px solid #ff4e00}.profile-page .nft-action-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff4e0066}.profile-page .nft-details-section{width:100%}.profile-page .nft-list{flex-direction:column;gap:1.5rem;display:flex}.profile-page .nft-item{border:1px solid #ffffff1a;border-left:4px solid #ff4e00;border-radius:12px;padding:24px;transition:all .3s;background:#ffffff0d!important}.profile-page .nft-item:hover{transform:translateY(-1px);background:#ffffff14!important}.profile-page .nft-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.profile-page .nft-type{font-size:1.2rem;font-weight:700;color:#e0e0e0!important}.profile-page .nft-badges{gap:.5rem;display:flex}.profile-page .status-badge.staked{color:#fff;background:#ff4e00}.profile-page .status-badge.not_staked{color:#fff;background:#f59e0b}.profile-page .nft-details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.profile-page .nft-detail-row{border-bottom:1px solid #ff4e004d;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.profile-page .nft-detail-row span:first-child{font-size:.9rem;font-weight:600;color:#ccc!important}.profile-page .nft-detail-row span:last-child{font-weight:500;color:#e0e0e0!important}.profile-page .referral-section{width:100%}.profile-page .referral-content{flex-direction:column;gap:1rem;display:flex}.profile-page .referral-field{flex-direction:column;gap:.5rem;display:flex}.profile-page .referral-field label{align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex;color:#e0e0e0!important}.profile-page .referral-input,.copy-container{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:0;padding:12px;display:flex}.profile-page .referral-input input,.copy-container input,.copy-container .address-text{color:#e0e0e0;background:0 0;border:none;outline:none;flex:1;padding:0;font-family:Courier New,monospace;font-size:14px;font-weight:500}.profile-page .referral-input input:focus{border:1px solid #fff3;outline:none;background:#ffffff14!important}.profile-page .copy-button,.copy-container .copy-btn,.copy-address-btn{color:#ff4e00;cursor:pointer;background:#ff4e0026;border:1px solid #ff4e004d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:44px;margin-left:8px;padding:8px 12px;font-size:14px;transition:all .3s;display:flex}.profile-page .copy-button:hover,.copy-container .copy-btn:hover,.copy-address-btn:hover{background:#ff4e004d;border-color:#ff4e0080;transform:translateY(-1px)}.profile-page .copy-button:active{transform:translateY(0)}.profile-page .referral-stats{text-align:center;margin-top:.5rem}.profile-page .check-referrals-btn{color:#fff;background:linear-gradient(135deg,#ff4e00 0%,#e63900 100%);border-radius:20px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #ff4e0033}.profile-page .check-referrals-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff4e004d}.profile-page .referral-preview{border-left:3px solid #ff4e00;border-radius:8px;margin-top:.5rem;padding:12px;background:#ffffff0d!important}.profile-page .referral-preview-text{margin-bottom:.25rem;font-size:.8rem;color:#ccc!important}.profile-page .referral-preview-url{color:#ff4e00;word-break:break-all;font-family:Courier New,monospace;font-size:.75rem}.profile-page .referral-field label:before{content:"🔗";margin-right:.25rem}.profile-page .referral-field:first-child label:before{content:"🎫"}.profile-page .referral-field:last-child label:before{content:"🌐"}.profile-page .loading-container{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:3rem;display:flex}.profile-page .loading-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.profile-page .loading-spinner.small{border-width:2px;width:30px;height:30px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-page .loading-state,.profile-page .error-state{text-align:center;padding:2rem;color:#ccc!important}@media (max-width:768px){.profile-container{padding:1rem}.profile-card{border-radius:12px;margin-bottom:.5rem;padding:1rem}.page-title{margin-bottom:1rem;font-size:1.75rem}.card-header{text-align:left;flex-direction:row;gap:.5rem;margin-bottom:1rem}.card-header h2,.card-header h3{font-size:1.1rem}.user-overview-section{grid-template-columns:1fr;gap:1rem}.user-basic-info{text-align:left}.user-name{font-size:1.4rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem .75rem}.detail-label{font-size:.8rem}.detail-value{text-align:left;font-size:.9rem}.nft-stats-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.nft-stat-item{padding:1rem}.stat-value{font-size:1.5rem}.nft-details{grid-template-columns:1fr;gap:.5rem}.nft-detail-row{flex-direction:column;align-items:flex-start;gap:.25rem;padding:.5rem 0}.referral-input{flex-direction:row;gap:.5rem}.referral-input input{padding:.6rem .8rem;font-size:.8rem}.copy-button{min-width:40px;padding:.6rem .8rem}.nft-actions{flex-direction:column;gap:.5rem}.nft-action-btn{padding:.6rem 1rem;font-size:.9rem}.security-item{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}.security-left{flex:1}}@media (max-width:480px){.profile-container{padding:1rem}.profile-card{border-radius:10px;padding:.75rem}.page-title{font-size:1.5rem}.card-header{margin-bottom:.75rem;padding-bottom:.5rem}.card-header h2,.card-header h3{font-size:1rem}.user-name{font-size:1.2rem}.user-id{font-size:.9rem}.member-since{font-size:.8rem}.avatar-placeholder{width:50px;height:50px}.nft-stats-grid{grid-template-columns:1fr 1fr}.nft-stat-item{padding:.75rem .5rem}.stat-value{font-size:1.2rem}.stat-label{font-size:.8rem}.referral-input{flex-direction:column;gap:.5rem}.referral-input input{font-size:.75rem}.copy-button{justify-content:center;width:100%}.check-referrals-btn{padding:.6rem 1.2rem;font-size:.85rem}}@media (min-width:769px) and (max-width:1024px){.profile-container{padding:1rem}.profile-card{padding:1.25rem}.user-overview-section{grid-template-columns:1fr;gap:1.5rem}.nft-stats-grid{grid-template-columns:repeat(4,1fr)}.nft-details{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.profile-main{max-width:1400px}.user-overview-section{grid-template-columns:2fr 1fr}.nft-stats-grid{grid-template-columns:repeat(4,1fr)}.nft-details{grid-template-columns:repeat(3,1fr)}}@media (max-width:420px) and (min-height:800px){.profile-page{padding:12px 8px 100px}.profile-page .profile-container{gap:16px;max-width:100%;padding:1rem}.profile-page .profile-main{max-width:100%;margin:0}.profile-page .profile-content{gap:16px}.profile-page .profile-section{border-radius:12px;margin-bottom:16px;padding:20px 16px}.profile-page .section-title{text-align:center;margin-bottom:16px;font-size:18px}.profile-page .profile-header{text-align:center;margin-bottom:16px}.profile-page .page-title{margin-bottom:12px;font-size:1.8rem}.profile-page .user-overview-section{grid-template-columns:1fr;gap:16px}.profile-page .user-info-card,.profile-page .subscription-status-card{border-radius:12px;padding:16px}.profile-page .subscription-inactive{text-align:left;flex-direction:column;gap:12px;display:flex}.profile-page .subscription-inactive .status-badge{display:none}.profile-page .subscription-inactive p{text-align:left;margin:0;font-size:.9rem;line-height:1.4}.profile-page .subscription-active{text-align:left}.profile-page .subscription-details{gap:.75rem}.profile-page .status-badge{align-self:flex-start;margin-bottom:1rem}.profile-page .security-item{flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;padding:1rem}.profile-page .security-left{text-align:left;flex:1}.profile-page .security-right{flex-shrink:0;margin-left:auto}.profile-page .get-membership-btn{text-align:center;border-radius:8px;align-self:stretch;margin-top:0;padding:12px 16px;font-size:.9rem}.profile-page .avatar-placeholder{width:60px;height:60px}.profile-page .user-name{margin-bottom:8px;font-size:1.4rem}.profile-page .user-id{margin-bottom:4px;font-size:.9rem}.profile-page .member-since{font-size:.8rem}.profile-page .user-details{gap:12px}.profile-page .detail-row{border-radius:10px;flex-direction:column;align-items:flex-start;gap:8px;min-height:auto;padding:16px}.profile-page .detail-label{font-size:.85rem}.profile-page .detail-value{text-align:left;font-size:.9rem}.profile-page .wallet-address{word-break:break-all;font-size:.8rem}.profile-page .nft-stats-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.profile-page .nft-stat-item{text-align:center;padding:16px 12px}.profile-page .stat-value{margin-bottom:6px;font-size:1.4rem}.profile-page .stat-label{font-size:.8rem}.profile-page .nft-actions{flex-direction:column;gap:12px}.profile-page .nft-action-btn{text-align:center;width:100%;min-height:44px;padding:12px}.profile-page .security-items{gap:12px}.profile-page .security-item{flex-flow:row;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:16px}.profile-page .security-left{flex:1;gap:6px;min-width:0}.profile-page .security-text{gap:2px;min-width:0}.profile-page .security-label{white-space:nowrap;font-size:.85rem}.profile-page .security-value{opacity:.8;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.profile-page .security-icon{font-size:18px!important}.profile-page .toggle-switch{flex-shrink:0;width:48px;height:26px}@media (max-width:375px){div[class*=jsx] .security-item,.profile-page .security-item,.security-item{box-sizing:border-box!important;background:#ffffff0d!important;border-radius:12px!important;flex-flow:row!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;padding:14px!important;display:flex!important}div[class*=jsx] .security-left,.profile-page .security-left,.security-left{flex:1!important;align-items:center!important;gap:10px!important;min-width:0!important;height:100%!important;display:flex!important}div[class*=jsx] .security-icon,.profile-page .security-icon,.security-icon{flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:18px!important;height:18px!important;font-size:18px!important;display:flex!important}div[class*=jsx] .security-text,.profile-page .security-text,.security-text{flex:1!important;height:auto!important;display:block!important;overflow:hidden!important}div[class*=jsx] .security-label,.profile-page .security-label,.security-label{color:#fff!important;white-space:nowrap!important;text-overflow:ellipsis!important;margin:0!important;padding:0!important;font-size:.9rem!important;font-weight:500!important;line-height:1!important;overflow:hidden!important}div[class*=jsx] .security-value,.profile-page .security-value,.security-value{display:none!important}div[class*=jsx] .toggle-switch,.profile-page .toggle-switch,.toggle-switch{flex-shrink:0!important;width:48px!important;height:28px!important;display:inline-block!important;position:relative!important}div[class*=jsx] .toggle-switch input,.profile-page .toggle-switch input,.toggle-switch input{opacity:0!important;width:0!important;height:0!important}div[class*=jsx] .toggle-slider,.profile-page .toggle-slider,.toggle-slider{cursor:pointer!important;background-color:#fff3!important;border-radius:14px!important;width:48px!important;height:28px!important;transition:all .4s!important;position:absolute!important;inset:0!important}div[class*=jsx] .toggle-slider:before,.profile-page .toggle-slider:before,.toggle-slider:before{content:""!important;background-color:#fff!important;border-radius:50%!important;width:24px!important;height:24px!important;transition:all .4s!important;position:absolute!important;bottom:2px!important;left:2px!important}div[class*=jsx] .toggle-switch input:checked+.toggle-slider,.profile-page .toggle-switch input:checked+.toggle-slider,.toggle-switch input:checked+.toggle-slider{background-color:#ff4e00!important}div[class*=jsx] .toggle-switch input:checked+.toggle-slider:before,.profile-page .toggle-switch input:checked+.toggle-slider:before,.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)!important}}.profile-page .nft-list{gap:16px}.profile-page .nft-item{padding:16px}.profile-page .nft-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.profile-page .nft-type{font-size:1.1rem}.profile-page .nft-details{grid-template-columns:1fr;gap:8px}.profile-page .nft-detail-row{flex-direction:column;align-items:flex-start;gap:4px;padding:8px 0}.profile-page .nft-detail-row span:first-child{font-size:.8rem}.profile-page .nft-detail-row span:last-child{font-size:.85rem}.profile-page .referral-content{gap:16px}.profile-page .referral-field{gap:8px}.profile-page .referral-field label{margin-bottom:6px;font-size:.85rem}.profile-page .referral-input{background:0 0;border:none;flex-direction:row;gap:8px;padding:0}.profile-page .referral-input input{border-radius:8px;flex:1;min-height:44px;padding:10px 12px;font-size:.8rem}.profile-page .copy-button{border-radius:8px;flex-shrink:0;width:auto;min-height:44px;padding:10px 16px;font-size:.85rem}.profile-page .referral-preview{margin-top:8px;padding:12px}.profile-page .referral-preview-text{font-size:.75rem}.profile-page .referral-preview-url{font-size:.7rem}.profile-page .check-referrals-btn{min-height:44px;padding:12px 16px;font-size:.85rem}.profile-page .card-header{flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:12px}.profile-page .card-header h2,.profile-page .card-header h3{font-size:1.1rem}}
.modal-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--card-background);border-radius:12px;width:90%;max-width:480px;max-height:90vh;animation:.3s ease-out slideUp;overflow-y:auto;box-shadow:0 10px 40px #0003}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:24px;display:flex}.modal-header h3{color:var(--text-primary);margin:0;font-size:20px;font-weight:600}.close-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:4px;font-size:24px;transition:all .2s;display:flex}.close-button:hover{background-color:var(--hover-background);color:var(--text-primary)}.modal-body{padding:24px}.error-message{color:#c33;background-color:#fee;border:1px solid #fcc;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}.input-group{margin-bottom:24px}.input-group label{color:var(--text-primary);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.input-group input{border:1px solid var(--border-color);background-color:var(--input-background);width:100%;color:var(--text-primary);border-radius:8px;padding:12px 16px;font-size:16px;transition:all .2s}.input-group input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #ff4e001a}.input-group input:disabled{opacity:.6;cursor:not-allowed}.helper-text{color:var(--text-secondary);margin-top:8px;font-size:13px;line-height:1.5}.button-group{gap:12px;margin-top:24px;display:flex}.button-group button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:12px 24px;font-size:16px;font-weight:500;transition:all .2s}.cancel-button{background-color:var(--button-secondary-background);color:var(--text-primary)}.cancel-button:hover:not(:disabled){background-color:var(--button-secondary-hover)}.confirm-button{background-color:var(--primary-color);color:#fff}.confirm-button:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #ff4e004d}.confirm-button.danger{background-color:#f44336}.confirm-button.danger:hover:not(:disabled){background-color:#d32f2f;box-shadow:0 4px 12px #f443364d}button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.verify-section{text-align:center}.email-sent-icon{margin-bottom:16px;font-size:64px}.verify-section h4{color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:600}.verify-section p{color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.check-button{background-color:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 32px;font-size:16px;font-weight:500;transition:all .2s}.check-button:hover:not(:disabled){background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 12px #ff4e004d}.disable-section{text-align:center}.disable-section p{color:var(--text-primary);margin-bottom:16px;line-height:1.6}.warning-text{color:#f44336;font-size:14px;font-weight:500}.dark{--card-background:#1e1e1e;--border-color:#333;--text-primary:#fff;--text-secondary:#999;--input-background:#2a2a2a;--hover-background:#333;--button-secondary-background:#333;--button-secondary-hover:#444;--primary-color:#ff4e00;--primary-hover:#e63900}.light{--card-background:#fff;--border-color:#e0e0e0;--text-primary:#333;--text-secondary:#666;--input-background:#f5f5f5;--hover-background:#f0f0f0;--button-secondary-background:#e0e0e0;--button-secondary-hover:#d0d0d0;--primary-color:#ff4e00;--primary-hover:#e63900}@media (max-width:480px){.modal-content{width:95%;margin:20px}.modal-header,.modal-body{padding:20px}.button-group{flex-direction:column}.button-group button{width:100%}}
