.PremiumPage_container__XWpti{display:flex;max-width:1440px;flex-direction:column;min-height:calc(100vh - 170px);margin:0 auto;justify-content:center;padding:40px}.PremiumPage_content___K740{display:flex;order:1;width:100%;max-width:1200px;margin:0 auto;padding:40px;color:#fff;text-align:center}.PremiumPage_title__nLhEo{font-size:32px;margin-bottom:40px}.PremiumPage_grid__9Wnh2{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;justify-items:center}@media (max-width:430px){.PremiumPage_grid__9Wnh2{grid-template-columns:repeat(1,1fr);gap:20px}}.PremiumPage_card__SIqjd{background:#1e1e1e;border-radius:16px;padding:20px;width:220px;height:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-align:center}.PremiumPage_card__SIqjd:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.4)}.PremiumPage_icon__RM7SW{width:80px;height:80px;object-fit:contain;margin-bottom:12px}.PremiumPage_card__SIqjd h2{font-size:16px;margin-bottom:8px}.PremiumPage_price__hd1lH{font-size:18px;font-weight:700;color:#fbc531}.PremiumPage_modalOverlay__7HpCz{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000}.PremiumPage_modal__mYpZj{background:#2d2d2d;padding:24px;border-radius:16px;max-width:400px;width:100%;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.25);animation:PremiumPage_fadeIn___dnhx .2s ease-out}.PremiumPage_modal__mYpZj h2{font-size:20px;margin-bottom:12px}.PremiumPage_modal__mYpZj p{margin:6px 0;font-size:16px;color:#fff}.PremiumPage_modalActions__366qk{margin-top:20px;display:flex;justify-content:center;gap:12px}.PremiumPage_confirmBtn__aqvxM{background:#4caf50;color:white;border:none;padding:10px 18px;border-radius:8px;font-size:15px;cursor:pointer;transition:background .2s}.PremiumPage_confirmBtn__aqvxM:hover{background:#43a047}.PremiumPage_cancelBtn__ZK_Ri{background:#f44336;color:white;border:none;padding:10px 18px;border-radius:8px;font-size:15px;cursor:pointer;transition:background .2s}.PremiumPage_cancelBtn__ZK_Ri:hover{background:#d32f2f}@keyframes PremiumPage_fadeIn___dnhx{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.PremiumPage_balanceBox__J_nHY{padding:10px;border-radius:10px}.PremiumPage_confirmBtn__aqvxM:disabled{background:#9e9e9e;cursor:not-allowed}