@media (max-width: 992px) {
  .product-page .product-hero-content {
    grid-template-columns: 1fr;
  }

  .product-page .product-image-side {
    order: 1;
    min-height: 400px;
  }

  .product-page .product-info-side {
    order: 2;
    padding: 2rem;
  }

  .product-page .product-title {
    font-size: 2.2rem;
    text-align: center;
  }

  .product-page .quantity-section {
    justify-content: center;
  }

  .modern-cart-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .modern-summary {
    position: static;
  }

  .ticket-section .ticket-table {
    display: block;
    overflow-x: auto;
  }

  .ticket-section .ticket-subject {
    max-width: 200px;
  }

  .ticket-section .ticket-table {
    display: block;
    overflow-x: auto;
  }

  .ticket-section .ticket-subject {
    max-width: 200px;
  }

  .games-index-section .col-md-4 {
    flex: 0 0 calc(50% - 0.75rem);
    max-width: calc(50% - 0.75rem);
  }

  .cart-section-container {
    grid-template-columns: 1fr;
  }

  .page-section {
    padding: 2rem;
  }

  .page-section-container {
    max-width: 800px;
  }

  .page-section-title {
    font-size: 32px;
  }

  .page-section-content {
    font-size: 15px;
  }

  .product-in-page {
    padding: 2rem;
  }

  .product-in-page-container {
    grid-template-columns: 1fr;
    max-width: 600px;
    gap: 2rem;
  }

  .product-in-page-image {
    height: 400px;
  }

  .product-in-page-content {
    gap: 1.5rem;
  }

  .product-in-page-title {
    font-size: 32px;
  }

  .product-in-page-description {
    font-size: 15px;
  }

  .header-nav {
    display: none;
  }

  .header-buttons {
    display: flex !important;
    gap: 0.5rem;
  }

  .header-buttons .btn-gradient-transparent {
    display: none;
  }

  .header-buttons .btn-gradient[href*="register"] {
    display: none;
  }

  /* Mobilde sadece profil butonu görünür olsun */
  .header-buttons button.btn-gradient {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    min-height: 36px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }

  .header-buttons button.btn-gradient i {
    font-size: 14px;
  }

  .header-mobile-toggle {
    display: flex !important;
    margin-left: auto;
  }

  .header-top-container {
    padding: 0 1rem;
    height: 60px;
  }

  .header-logo {
    height: 32px;
    margin-right: 0;
  }

  .header-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
    padding-top: 4rem;
  }

  .header-tag {
    margin: 0 auto 2rem auto;
  }

  .header-stats {
    justify-content: center;
  }

  .header-buttons-group {
    justify-content: center;
  }

  .header-title {
    font-size: 3rem;
  }

  .header-broadcast-container {
    padding: 0 1rem;
  }

  .header-broadcast-text {
    font-size: 13px;
  }

  .header-broadcast-label {
    padding: 0.3rem 0.8rem;
  }

  .header-broadcast-label span {
    font-size: 12px;
  }

  /* Section 1 Responsive */
  .section-1 {
    margin-top: -50px;
    padding: 1rem;
  }

  .section-1-container {
    padding: 0 1rem;
  }

  .section-1-box {
    flex-direction: column;
    padding: 1.5rem;
    gap: 1.5rem;
    text-align: center;
  }

  .section-1-left,
  .section-1-center,
  .section-1-right {
    flex: none;
    width: 100%;
    justify-content: center;
  }

  .section-1-title {
    font-size: 1.5rem;
  }

  .section-1-description {
    font-size: 0.9rem;
  }

  .section-1-button,
  .section-1-button-play {
    width: 100%;
    justify-content: center;
  }

  /* Section 2 Responsive */
  .section-2 {
    padding: 4rem 0;
  }

  .section-2-container {
    padding: 0 1rem;
  }

  .section-2-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .section-2-title {
    font-size: 2.5rem;
  }

  .section-2-description {
    font-size: 1rem;
  }

  .section-2-stats {
    position: static;
    transform: none;
    margin-top: 2rem;
    padding: 1.5rem;
  }

  /* Mağaza İstatistikleri Responsive */
  .section-6-row {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-6-card {
    margin-bottom: 1rem;
  }

  .section-6-card-header h3 {
    font-size: 1.1rem;
  }

  .section-6-list-item {
    padding: 0.75rem;
  }

  .section-6-amount,
  .section-6-item {
    font-size: 0.9rem;
  }

  /* Section 3 Responsive */
  .section-3-container {
    padding: 0 1rem;
  }

  .section-3-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-3-item {
    max-width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
  }

  .section-3-image {
    width: 100%;
    height: 200px;
  }

  .section-3-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .section-3-content-inner {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .section-3-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .section-3-description {
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Section 7 (Discord) Responsive */
  .section-7 {
    padding: 4rem 0;
  }

  .section-7-container {
    padding: 0 1rem;
  }

  .section-7-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .section-7-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }

  .section-7-description {
    font-size: 1rem;
    margin: 0 auto 2rem;
    max-width: 600px;
  }

  .section-7-features {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .section-7-feature {
    padding: 1.5rem;
  }

  .section-7-feature-title {
    font-size: 1.25rem;
  }

  .section-7-feature-description {
    font-size: 0.9rem;
  }

  .section-7-widget {
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Product Section Responsive */
@media screen and (max-width: 1600px) {
  .product-section-nav-container {
    padding: 0 1.5rem;
  }

  .product-section-container {
    padding: 0 1.5rem;
  }

  .categories-section-nav-container {
    padding: 0 1.5rem;
  }

  .product-section-nav-container,
  .product-section-container,
  .categories-section-nav-container,
  .categories-section-container {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .bazaar-manage-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}
  .bazaar-edit-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}

.bazaar-item-card {
    position: static;
}
  .chest-inventory-grid {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }

  .modern-cart-content {
    grid-template-columns: 1fr 350px;
    gap: 2rem;
  }

  .product-section-nav-menu {
    display: none;
  }

  .product-section-nav-container {
    gap: 20px;
  }

  .categories-container {
    padding: 40px 15px;
  }

  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .categories-section-container {
    padding: 1.5rem;
  }

  .categories-section-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .page-section-container {
    max-width: 1000px;
    padding: 2rem;
  }

  .page-section-title {
    font-size: 36px;
  }

  .product-in-page-container {
    max-width: 1000px;
    padding: 2rem;
    gap: 3rem;
  }

  .product-in-page-image {
    height: 500px;
  }

  .product-in-page-title {
    font-size: 36px;
  }

  .product-in-page-price-current {
    font-size: 32px;
  }

  .product-section-nav-menu,
  .categories-section-nav-menu {
    display: none;
  }

  .product-section-nav-container,
  .categories-section-nav-container {
    gap: 20px;
  }

  .product-section-grid,
  .categories-section-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
  }

  .product-page .product-title {
    font-size: 2.5rem;
  }

  .product-page .price-main {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .bazaar-product-container {
    padding: 0 1rem;
}

.bazaar-product-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
}

.bazaar-product-image-section {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.bazaar-product-title {
    font-size: 1.5rem;
}

.bazaar-product-header,
.bazaar-product-content,
.bazaar-sidebar-header,
.bazaar-sidebar-content {
    padding: 1.5rem;
}
  .bazaar-logs-container {
    padding: 0 1rem;
}

.bazaar-logs-title {
    font-size: 2rem;
}

.bazaar-logs-card-header {
    padding: 1.5rem;
}

.bazaar-logs-card-title {
    font-size: 1.25rem;
}

.bazaar-logs-table th,
.bazaar-logs-table td {
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
}
  .bazaar-section-container {
    padding: 0 1rem;
}

.bazaar-section-header-title {
    font-size: 2rem;
}

.bazaar-section-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}
  .bazaar-help-container {
    padding: 0 1rem;
}

.bazaar-help-title {
    font-size: 2rem;
}

.bazaar-help-card-header,
.bazaar-help-content {
    padding: 1.5rem;
}

.bazaar-help-card-title {
    font-size: 1.25rem;
}
  .bazaar-manage-container {
    padding: 0 1rem;
}

.bazaar-manage-title {
    font-size: 2rem;
}

.bazaar-manage-card-header,
.bazaar-sidebar-header {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
}

.bazaar-table th,
.bazaar-table td {
    padding: 0.75rem;
    font-size: 0.875rem;
}
  .bazaar-edit-container {
    padding: 0 1rem;
}

.bazaar-edit-title {
    font-size: 2rem;
}

.bazaar-sell-header,
.bazaar-sell-content {
    padding: 1.5rem;
}

.bazaar-item-details {
    padding: 0 1.5rem 1.5rem 1.5rem;
}
  
  .verify-email-section {
		min-height: 60vh;
		padding: 1rem 0;
	}
	
	.verify-email-card {
		margin: 0 1rem;
		border-radius: 16px;
	}
	
	.verify-email-header {
		padding: 1.5rem;
	}
	
	.verify-email-icon {
		width: 60px;
		height: 60px;
	}
	
	.verify-email-icon i {
		font-size: 2rem;
	}
	
	.verify-email-title {
		font-size: 1.25rem;
	}
	
	.verify-email-body {
		padding: 1.5rem;
	}
	
	.verify-email-steps {
		grid-template-columns: 1fr;
		gap: 0.75rem;
	}
	
	.verify-email-step {
		padding: 0.75rem;
	}
  .suggestions-section {
    padding: 1rem 0;
  }

  .suggestions-header {
    padding: 1rem;
  }

  .suggestions-title {
    font-size: 1.3rem;
  }

  .suggestions-item {
    padding: 1rem;
  }

  .suggestions-show-header {
    padding: 1.5rem;
  }

  .suggestions-show-title {
    font-size: 1.5rem;
  }

  .suggestions-show-meta {
    gap: 1rem;
  }

  .suggestions-content {
    padding: 1.5rem;
  }

  .suggestions-actions {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .suggestions-reactions {
    justify-content: center;
  }

  .suggestions-action-buttons {
    justify-content: center;
  }

  .suggestions-form-body {
    padding: 1.5rem;
  }

  .suggestions-user-card {
    padding: 1rem;
  }

  .suggestions-reply-form {
    padding: 1.5rem;
  }

  .suggestions-section {
    padding: 1rem 0;
  }

  .suggestions-card {
    margin-bottom: 1rem;
  }

  .suggestions-dropdown .dropdown-toggle {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .suggestions-item {
    padding: 1rem;
  }

  .suggestions-item-stats {
    flex-direction: column;
    gap: 0.5rem;
  }

  .suggestions-create-btn {
    padding: 0.75rem;
    font-size: 0.9rem;
  }

  .suggestions-category-item {
    padding: 0.75rem 1rem;
  }

  .suggestions-form-body {
    padding: 1.5rem;
  }

  .suggestions-show-header {
    padding: 1.5rem;
  }

  .suggestions-show-title {
    font-size: 1.5rem;
  }

  .suggestions-show-meta {
    gap: 1rem;
  }

  .suggestions-content {
    padding: 1.5rem;
  }

  .suggestions-actions {
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }

  .suggestions-reactions {
    justify-content: center;
  }

  .suggestions-action-buttons {
    justify-content: center;
  }

  .suggestions-user-card {
    padding: 1rem;
  }

  .suggestions-reply-form {
    padding: 1.5rem;
  }

  .suggestions-form-body {
    padding: 1.5rem;
  }

  .suggestions-form-header {
    padding: 1rem;
  }
  .staff-section {
		padding: 1rem 0;
	}
	
	.staff-role-title {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	
	.staff-member-card {
		padding: 1.25rem;
		margin-bottom: 1rem;
	}
	
	.staff-member-content {
		gap: 0.75rem;
	}
	
	.staff-member-avatar .avatar {
		width: 45px !important;
		height: 45px !important;
	}
	
	.staff-member-name {
		font-size: 0.95rem;
	}
	
	.staff-member-role {
		font-size: 0.75rem;
		padding: 0.2rem 0.6rem;
	}
	
	.staff-empty-section {
		padding: 2.5rem 1.5rem;
	}
  .suggestions-form-title {
    font-size: 1.3rem;
  }

  .suggestions-form-body {
    padding: 1.5rem;
  }

  .suggestions-form-header {
    padding: 1rem;
  }

  .suggestions-form-title {
    font-size: 1.3rem;
  }

  .suggestions-form-header {
    padding: 1rem;
  }

  .suggestions-form-title {
    font-size: 1.3rem;
  }

  .punishments-mutes-search {
    padding: 1rem;
  }

  .punishments-mutes-header {
    padding: 1rem;
  }

  .punishments-mutes-title {
    font-size: 1.3rem;
  }

  .punishments-mutes-table .table th,
  .punishments-mutes-table .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .punishments-bans-search {
    padding: 1rem;
  }

  .punishments-bans-header {
    padding: 1rem;
  }

  .punishments-bans-title {
    font-size: 1.3rem;
  }

  .punishments-bans-table .table th,
  .punishments-bans-table .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .punishments-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .punishment-card-body {
    padding: 1.5rem;
  }

  .punishment-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }

  .punishments-kicks-search {
    padding: 1rem;
  }

  .punishments-kicks-header {
    padding: 1rem;
  }

  .punishments-kicks-title {
    font-size: 1.3rem;
  }

  .punishments-kicks-table .table th,
  .punishments-kicks-table .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .punishments-warnings-search {
    padding: 1rem;
  }

  .punishments-warnings-header {
    padding: 1rem;
  }

  .punishments-warnings-title {
    font-size: 1.3rem;
  }

  .punishments-warnings-table .table th,
  .punishments-warnings-table .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .payment-success-section {
    padding: 2rem 0;
  }

  .payment-success-card {
    margin: 0 1rem;
  }

  .payment-success-card .card-header {
    padding: 1.5rem;
  }

  .payment-success-card .card-body {
    padding: 2rem 1.5rem;
  }

  .payment-success-card .card-title {
    font-size: 1.3rem;
  }

  .payment-success-icon {
    width: 100px;
    height: 100px;
  }

  .payment-success-message {
    font-size: 1rem;
  }

  .payment-manual-section {
    padding: 1rem 0;
  }

  .payment-manual-card .card-header {
    padding: 1rem;
  }

  .payment-manual-card .card-body {
    padding: 1rem;
  }

  .payment-manual-card .card-title {
    font-size: 1.1rem;
  }

  .payment-error-section {
    padding: 2rem 0;
  }

  .payment-error-card {
    margin: 0 1rem;
  }

  .payment-error-card .card-header {
    padding: 1.5rem;
  }

  .payment-error-card .card-body {
    padding: 2rem 1.5rem;
  }

  .payment-error-card .card-title {
    font-size: 1.3rem;
  }

  .payment-error-icon {
    width: 100px;
    height: 100px;
  }

  .payment-error-message {
    font-size: 1rem;
  }

  .orders-section {
    padding: 1rem 0;
  }

  .orders-card .card-header,
  .orders-summary-card .card-header {
    padding: 1rem;
  }

  .orders-card .card-body,
  .orders-summary-card .card-body {
    padding: 1rem;
  }

  .orders-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }

  .orders-table tbody td {
    padding: 0.75rem 0.5rem;
  }

  .orders-summary-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .members-section {
    padding: 1rem 0;
  }

  .members-avatar {
    width: 100px;
    height: 100px;
  }

  .members-username {
    font-size: 1.3rem;
  }

  .members-detail-item {
    padding: 0.5rem 1rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .members-detail-value {
    margin-left: 0;
  }

  .members-leaderboard-nav .nav-link {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
  }

  .leaderboards-section {
    padding: 1rem 0;
  }

  .leaderboards-search {
    padding: 1rem;
  }

  .leaderboards-search .form-control {
    padding: 0.625rem 0.75rem 0.625rem 2.25rem;
    font-size: 0.9rem;
  }

  .leaderboards-table thead th {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }

  .leaderboards-table tbody td {
    padding: 0.75rem 0.5rem;
    font-size: 0.9rem;
  }

  .leaderboards-sidebar-link {
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }

  .help-topic-header-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }

  .help-topic-header-section h1 {
    font-size: 2rem;
  }

  .help-topic-search-section .form-control {
    padding: 0.875rem 0.875rem 0.875rem 2.5rem;
  }

  .help-topic-articles-section {
    padding: 1.5rem;
  }

  .help-topic-articles-section h2 {
    font-size: 1.75rem;
  }

  .help-topic-article-card .card-body {
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .help-topic-article-card i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .help-search-header-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }

  .help-search-header-section h1 {
    font-size: 2rem;
  }

  .help-search-form-section .form-control {
    padding: 0.875rem 2.5rem 0.875rem 2.5rem;
  }

  .help-search-results-section {
    padding: 1.5rem;
  }

  .help-search-results-section h2 {
    font-size: 1.5rem;
  }

  .help-search-result-card .card-body {
    padding: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .help-search-result-card i {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }

  .help-header-section {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }

  .help-header-section h1 {
    font-size: 2rem;
  }

  .help-search-section .form-control {
    padding: 0.875rem 0.875rem 0.875rem 2.5rem;
  }

  .help-topics-section h2,
  .help-faq-section h2 {
    font-size: 1.75rem;
  }

  .help-topic-card .card-body {
    padding: 1.5rem 1rem;
  }

  .help-faq-card .card-body {
    padding: 1.25rem;
  }

  .ticket-section {
    padding: 1rem 0;
  }

  .ticket-section .ticket-section-title {
    font-size: 24px;
  }

  .ticket-section {
    padding: 1rem 0;
  }

  .ticket-section .ticket-section-title {
    font-size: 24px;
  }

  .ticket-section .ticket-section-title {
    font-size: 28px;
  }

  .help-article-section {
    padding: 1rem 0;
  }

  .help-sidebar-section {
    position: static;
    margin-bottom: 2rem;
  }

  .help-sidebar-widget {
    padding: 1.25rem;
    margin-bottom: 1rem;
  }

  .help-article-title {
    font-size: 1.75rem;
  }

  .help-article-header,
  .help-article-content-wrapper {
    padding: 1.5rem;
  }

  .help-rating-buttons {
    flex-direction: column;
    gap: 0.75rem;
  }

  .help-rating-btn {
    width: 100%;
    max-width: 200px;
  }

  .page-section {
    padding: 1rem 0;
  }

  .page-section-container {
    padding: 0 0.5rem;
  }

  .page-section-title {
    font-size: 2rem;
  }

  .page-section-content {
    padding: 1.5rem;
  }

  .page-section-content .ck-content {
    font-size: 1rem;
  }

  .page-section-content .ck-content h1 {
    font-size: 2rem;
  }

  .page-section-content .ck-content h2 {
    font-size: 1.5rem;
  }

  .maintenance-section .empty-title {
    font-size: 2rem;
  }

  .maintenance-section .empty-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }

  .maintenance-section .empty-img .img {
    max-width: 280px;
  }

  .gifts-show-section {
    padding: 1rem 0;
  }

  .gifts-show-section .card-body {
    padding: 1.25rem;
  }

  .gifts-show-section .card-header {
    padding: 1.25rem;
  }

  .gifts-show-section .store-card-img {
    height: 150px;
  }

  .gifts-show-section .float-end {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }

  .gifts-logs-section {
    padding: 1rem 0;
  }

  .gifts-logs-section .card-body {
    padding: 1.25rem;
  }

  .gifts-logs-section .card-header {
    padding: 1.25rem;
  }

  .gifts-logs-section .table th,
  .gifts-logs-section .table td {
    padding: 0.75rem;
    font-size: 0.875rem;
  }

  .gifts-index-section {
    padding: 1rem 0;
  }

  .gifts-index-section .card-body {
    padding: 1.25rem;
  }

  .gifts-index-section .card-header {
    padding: 1.25rem;
  }

  .gifts-index-section .table th,
  .gifts-index-section .table td {
    padding: 0.75rem;
  }

  .gaming-night-product-section {
    padding: 1rem 0;
  }

  .gaming-night-product-section .card-body {
    padding: 1.25rem;
  }

  .gaming-night-product-section .card-header {
    padding: 1.25rem;
  }

  .gaming-night-index-section {
    padding: 1rem 0;
  }

  .gaming-night-index-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .gaming-night-index-section .card-product .card-img-top {
    height: 180px;
  }

  .gaming-night-index-section .card-product .card-body {
    padding: 1.25rem;
  }

  .gaming-night-countdown-section {
    padding: 2rem 0;
  }

  .gaming-night-countdown-section .container {
    padding: 0 0.5rem;
  }

  .gaming-night-countdown-section h1 {
    font-size: 2rem;
    flex-direction: column;
    gap: 0.5rem;
  }

  .gaming-night-countdown-section h1:before {
    font-size: 2.5rem;
  }

  .gaming-night-countdown-section p {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .gaming-night-countdown-section .tick {
    padding: 1.5rem 0.75rem;
    max-width: 100%;
    margin: 0 auto;
  }

  .gaming-night-countdown-section .tick>div {
    gap: 0.25rem;
  }

  .gaming-night-countdown-section .tick-flip,
  .gaming-night-countdown-section .tick-text-inline {
    font-size: 2em;
  }

  .gaming-night-countdown-section .tick-group {
    padding: 0.6rem;
  }

  .gaming-night-countdown-section .tick-label {
    font-size: 0.8em;
  }

  .games-index-section {
    padding: 1rem 0;
  }

  .games-index-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .games-index-section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .games-index-section .card-img-top {
    height: 180px;
  }

  .forum-thread-show-section {
    padding: 1rem 0;
  }

  .forum-thread-show-section .col-md-3 {
    margin-bottom: 1rem;
  }

  .forum-thread-show-section .card-body {
    padding: 1.25rem;
  }

  .forum-thread-show-section .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .forum-edit-section {
    padding: 1rem 0;
  }

  .forum-edit-section .card-body {
    padding: 1.5rem;
  }

  .forum-edit-section .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .forum-create-section {
    padding: 1rem 0;
  }

  .forum-create-section .card-body {
    padding: 1.5rem;
  }

  .forum-create-section .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .fortune-wheel-logs-section {
    padding: 1rem 0;
  }

  .fortune-wheel-logs-section .card-header {
    padding: 1.25rem;
  }

  .fortune-wheel-logs-section .table thead th,
  .fortune-wheel-logs-section .table td {
    padding: 1rem;
    font-size: 0.9rem;
  }

  .fortune-wheel-logs-section .card-title {
    font-size: 1.25rem;
  }

  .forum-index-section {
    padding: 1rem 0;
  }

  .forum-index-section .card-header {
    padding: 1.25rem;
  }

  .forum-index-section .row.align-items-center {
    padding: 1rem 1.25rem;
  }

  .forum-index-section .card-title {
    font-size: 1.1rem;
  }

  .forum-thread-show-section {
    padding: 1rem 0;
  }

  .forum-thread-show-section .col-md-3 {
    margin-bottom: 1rem;
  }

  .forum-thread-show-section .card-body {
    padding: 1.25rem;
  }

  .forum-category-section {
    padding: 1rem 0;
  }

  .forum-category-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .forum-category-section .d-flex.justify-content-between {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start !important;
  }

  .forum-category-section .card-header {
    padding: 1.25rem;
  }

  .forum-category-section .row.align-items-center {
    padding: 1rem 1.25rem;
  }

  .forum-category-section .card-title {
    font-size: 1.1rem;
  }

  .fortune-wheel-index-section {
    padding: 1rem 0;
  }

  .fortune-wheel-index-section .page-title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .fortune-wheel-index-section .card-body {
    padding: 1.5rem 1rem;
  }

  .fortune-wheel-index-section .card-title {
    font-size: 1.1rem;
  }

  .fortune-wheel-show-section {
    padding: 1rem 0;
  }

  .fortune-wheel-show-section .card-body {
    padding: 1.5rem;
  }

  .fortune-wheel-show-section .tab-content {
    padding: 1.5rem !important;
  }

  .fortune-wheel-show-section #playGame {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }

  .fortune-wheel-show-section .card-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .download-section {
    padding: 1rem 0;
  }

  .download-section .card-header {
    padding: 1.25rem;
  }

  .download-section .table td {
    padding: 1rem;
  }

  .download-section .card-title {
    font-size: 1.25rem;
  }

  .download-section {
    padding: 1rem 0;
  }

  .download-section .card-body {
    padding: 1.5rem;
  }

  .download-section .card-title {
    font-size: 1.25rem;
  }

  .download-section .btn-success {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .custom-forms-show-section {
    padding: 1rem 0;
  }

  .custom-forms-show-section .card-body {
    padding: 1.5rem;
  }

  .custom-forms-answer-section {
    padding: 1rem 0;
  }

  .custom-forms-answer-section .card-body {
    padding: 1.5rem;
  }

  .custom-forms-answer-section .answer-item {
    padding: 1rem;
  }

  .credits-send-section {
    padding: 1rem 0;
  }

  .credits-send-section .card-body {
    padding: 1.5rem;
  }

  .credits-send-section .transfer-history {
    margin-top: 1rem;
  }

  .credits-charge-section {
    padding: 1rem 0;
  }

  .credits-charge-section .card-body {
    padding: 1.5rem;
  }

  .credits-charge-section .credit-history {
    margin-top: 1rem;
  }

  .chest-gift-section {
    padding: 1rem 0;
  }

  .chest-gift-section .card-body {
    padding: 1.5rem;
  }

  .chest-gift-section .chest-history {
    margin-top: 1rem;
  }

  .chest-section {
    padding: 1rem 0;
  }

  .chest-inventory-grid {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 0.75rem;
    padding: 1rem;
  }

  .chest-item {
    min-height: 250px;
    padding: 0.75rem;
  }

  .chest-item-image {
    height: 100px;
  }

  .chest-action-btn {
    padding: 0.5rem;
    font-size: 0.75rem;
  }

  .chest-history {
    margin-top: 1rem;
  }

  .changelog-show-section .card-header {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.75rem;
  }

  .changelog-show-section .card-title,
  .changelog-show-section h2.card-title {
    font-size: 1.5rem;
  }

  .changelog-show-section .card-body {
    padding: 1.5rem;
  }

  .changelog-show-section .d-flex {
    flex-direction: column;
    gap: 1rem;
  }

  .changelog-show-section .badge {
    align-self: flex-start;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }

  .changelog-index-section .card-header {
    padding: 1rem;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 0.5rem;
  }

  .changelog-index-section .card-body {
    padding: 1rem;
  }

  .changelog-index-section .d-flex {
    flex-direction: column;
    gap: 0.75rem;
  }

  .changelog-index-section .badge {
    align-self: flex-start;
  }

  .news-tag-page .page-title {
    font-size: 2rem;
  }

  .news-tag-page .card-body {
    padding: 1.5rem;
  }

  .news-tag-page .row.g-0 {
    flex-direction: column;
  }

  .news-tag-page .col-md-5,
  .news-tag-page .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .news-category-page .page-title {
    font-size: 2rem;
  }

  .news-category-page .card-body {
    padding: 1.5rem;
  }

  .news-category-page .row.g-0 {
    flex-direction: column;
  }

  .news-category-page .col-md-5,
  .news-category-page .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .news-index-page .page-title {
    font-size: 2rem;
  }

  .news-index-page .card-body {
    padding: 1.5rem;
  }

  .news-index-page .row.g-0 {
    flex-direction: column;
  }

  .news-index-page .col-md-5,
  .news-index-page .col-md-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .blog-post-container {
    padding: 0 1rem;
  }

  .blog-post-title {
    font-size: 2rem;
  }

  .blog-post-meta,
  .blog-post-content,
  .blog-tags,
  .blog-comments-header,
  .blog-comment-form,
  .blog-comments-list,
  .blog-related-header,
  .blog-related-content {
    padding: 1.5rem;
  }

  .blog-comment-form-row {
    flex-direction: column;
    gap: 1rem;
  }

  .blog-related-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .blog-related-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }

  .application-form-section {
    padding: 1rem 0;
  }

  .application-form-section .application-form-section-container {
    padding: 0 0.75rem;
  }

  .application-form-section .application-form-title {
    font-size: 2rem;
    word-break: break-word;
  }

  .application-form-section .application-form-card-title {
    font-size: 1.5rem;
    word-break: break-word;
  }

  .application-form-section .application-form-card-header,
  .application-form-section .application-form-body {
    padding: 1.5rem;
  }

  .application-form-section .application-form-actions {
    flex-direction: column;
  }

  .application-form-section .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .application-show-section {
    padding: 1rem 0;
  }

  .application-show-header {
    padding: 1.5rem;
    flex-direction: column;
    text-align: center;
  }

  .application-show-title {
    font-size: 1.25rem;
  }

  .application-show-body {
    padding: 1.5rem;
  }

  .application-question-block {
    padding: 1.25rem;
  }

  .modern-cart-title {
    font-size: 2rem;
  }

  .modern-cart-items {
    padding: 1rem;
  }

  .modern-summary {
    padding: 1.5rem;
  }

  .modern-cart-table {
    font-size: 0.9rem;
  }

  .header-buttons {
    gap: 0.5rem;
  }

  .header-buttons .btn-gradient {
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-buttons .btn-gradient i {
    font-size: 14px;
    margin-right: 0.25rem;
  }

  /* Profile button specifically */
  .header-buttons button.btn-gradient {
    border: none;
    background: linear-gradient(135deg, var(--primary-bg) 0%, var(--secondary-bg) 100%);
    color: var(--white);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .header-buttons button.btn-gradient:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(117, 0, 172, 0.3);
  }

  .profile-offcanvas {
    width: 320px !important;
  }

  .profile-offcanvas .offcanvas-header {
    padding: 1.5rem 1rem;
  }

  .profile-offcanvas-item {
    padding: 0.875rem 1rem;
  }

  .profile-offcanvas-avatar {
    width: 50px;
    height: 50px;
  }

  .profile-offcanvas-name {
    font-size: 1rem;
  }

  .profile-offcanvas-role {
    font-size: 0.8rem;
  }

  .profile-offcanvas {
    width: 320px !important;
  }

  .profile-offcanvas .offcanvas-header {
    padding: 1.5rem 1rem;
  }

  .profile-offcanvas-item {
    padding: 0.875rem 1rem;
  }

  .profile-offcanvas-avatar {
    width: 50px;
    height: 50px;
  }

  .profile-offcanvas-name {
    font-size: 1rem;
  }

  .profile-offcanvas-role {
    font-size: 0.8rem;
  }

  .breadcrumb-section {
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
  }

  .breadcrumb-list {
    gap: 0.25rem;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 0.8rem;
    padding: 0.2rem 0.4rem;
  }

  .breadcrumb-item:not(:last-child)::after {
    width: 3px;
    height: 3px;
    margin-left: 0.25rem;
  }

  .failed-section-container {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }

  .failed-section-title {
    font-size: 1.75rem;
  }

  .failed-section-buttons {
    flex-direction: column;
  }

  .failed-section-button {
    width: 100%;
  }

  .email-section-container {
    padding: 2rem 1.5rem;
    margin: 1rem;
  }

  .email-section-title {
    font-size: 1.75rem;
  }

  .email-section-input {
    padding: 0.875rem 0.875rem 0.875rem 2.75rem;
  }

  .alert {
    padding: 0.75rem 1rem;
    font-size: 13px;
    margin-bottom: 0.75rem;
  }

  .alert::after {
    right: 0.75rem;
    font-size: 16px;
  }

  .footer-about {
    text-align: center;
    margin-top: 2rem;
  }

  .footer-about .widget-title:after {
    left: 50%;
    transform: translateX(-50%);
  }

  .profile-section {
    padding: 2rem 0;
  }

  .profile-section .card-header {
    padding: 1rem;
  }

  .profile-section .card-body {
    padding: 1rem;
  }

  .profile-section .user-data {
    padding: 1rem;
    border: none !important;
  }

  .profile-section .user-data.border-end::after {
    display: none;
  }

  .profile-section .user-data+.user-data {
    border-top: 1px solid var(--transparent-white) !important;
  }

  .profile-section .nav-tabs {
    padding: 0;
  }

  .profile-section .nav-tabs .nav-link {
    padding: 0.75rem;
    margin-right: 0.5rem;
  }

  .error-404-section .empty-title {
    font-size: 2rem;
  }

  .error-404-section .empty-img {
    max-width: 400px;
  }

  .cart-section {
    padding: 1rem;
  }

  .cart-section-title {
    font-size: 2rem;
  }

  .cart-section-search,
  .cart-section-promo-form {
    flex-direction: column;
  }

  .cart-section-quantity {
    flex-wrap: wrap;
    justify-content: center;
  }

  .cart-section-quantity input {
    width: 60px;
  }

  .punishment-section {
    padding: 1rem;
  }

  .punishment-section-title {
    font-size: 2rem;
  }

  .punishment-section-search {
    flex-direction: column;
  }

  .punishment-section-table th,
  .punishment-section-table td {
    padding: 0.75rem;
  }

  .punishment-section-reason {
    max-width: 200px;
  }

  .ticket-section .ticket-section-title {
    font-size: 28px;
  }

  .ticket-section .ticket-section-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .ticket-section .form-actions {
    flex-direction: column;
    width: 100%;
  }

  .ticket-section .btn-primary,
  .ticket-section .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .ticket-section .ticket-section-container {
    padding: 0 1rem;
  }

  .ticket-section .ticket-section-info {
    grid-template-columns: repeat(2, 1fr);
  }

  .ticket-section .ticket-section-title {
    font-size: 28px;
  }

  .ticket-section .ticket-message-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .ticket-section .form-actions {
    flex-direction: column;
    width: 100%;
  }

  .ticket-section .btn-secondary,
  .ticket-section .btn-primary {
    width: 100%;
    justify-content: center;
  }

  .profile-wrapper {
    grid-template-columns: 1fr;
  }

  .profile-section .profile-header {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }

  .profile-section .profile-header-user {
    flex-direction: column;
  }

  .profile-section-header {
    flex-direction: column;
    gap: 1rem;
  }

  .profile-section-filters {
    width: 100%;
  }

  .profile-select {
    width: 100%;
  }

  .profile-table {
    overflow-x: scroll;
  }

  .profile-edit-section .form-actions {
    flex-direction: column;
  }

  .profile-edit-section .btn-primary,
  .profile-edit-section .btn-secondary {
    width: 100%;
    justify-content: center;
  }

  .profile-edit-section .form-row {
    grid-template-columns: 1fr;
  }

  .product-section-nav-container {
    padding: 0 1rem;
  }

  .product-section-container {
    padding: 0 1rem;
  }

  .product-section-nav-balance {
    display: none;
  }

  .product-section-header-title {
    font-size: 28px;
  }

  .product-section-grid {
    gap: 1.5rem;
  }

  .product-title {
    font-size: 22px;
  }

  .product-price-current {
    font-size: 22px;
  }

  .product-section-nav-logo {
    font-size: 20px;
  }

  .product-section-nav-logo i {
    font-size: 22px;
  }

  .product-section-header-title {
    font-size: 24px;
  }

  .product-section-grid {
    grid-template-columns: 1fr;
  }

  .categories-section-nav-container {
    flex-wrap: wrap;
    gap: 15px;
  }

  .categories-section-nav-menu {
    order: 3;
    width: 100%;
    justify-content: center;
  }

  .categories-section-nav-right {
    margin-left: 0;
  }

  .categories-section-search {
    margin-bottom: 1.5rem;
  }

  .categories-section-filters {
    flex-wrap: wrap;
    gap: 0.8rem;
  }

  .categories-section-filter-button {
    flex: 1;
    min-width: 120px;
    text-align: center;
  }

  .categories-nav-container {
    flex-direction: column;
    gap: 15px;
  }

  .categories-nav-left {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }

  .categories-nav-menu {
    width: 100%;
    justify-content: center;
  }

  .categories-nav-right {
    width: 100%;
    justify-content: center;
  }

  .categories-filters {
    flex-direction: column;
    gap: 20px;
  }

  .categories-search {
    width: 100%;
  }

  .categories-sort {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .sort-button {
    flex: 1;
    min-width: 120px;
    text-align: center;
  }

  .product-section-nav-container,
  .product-section-container,
  .categories-section-nav-container,
  .categories-section-container {
    padding: 0 1rem;
  }

  .product-section-nav-balance,
  .categories-section-nav-balance {
    font-size: 13px;
    padding: 8px 12px;
  }

  .product-section-nav-balance i,
  .categories-section-nav-balance i {
    font-size: 14px;
  }

  .product-section-header,
  .categories-section-header {
    padding: 2rem 0;
  }

  .product-section-header-title,
  .categories-section-header-title {
    font-size: 28px;
  }

  .product-section-grid,
  .categories-section-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1rem 0;
  }

  .product-title,
  .categories-section-title {
    font-size: 22px;
  }

  .product-price-current {
    font-size: 22px;
  }

  .product-image,
  .categories-section-image {
    height: 180px;
  }

  .product-page .product-page-section {
    padding: 1rem 0;
  }

  .product-page .product-hero-section {
    margin-bottom: 2rem;
    border-radius: 15px;
  }

  .product-page .product-image-side,
  .product-page .product-info-side {
    padding: 1.5rem;
  }

  .product-page .product-title {
    font-size: 1.8rem;
  }

  .product-page .price-main {
    font-size: 2rem;
  }

  .product-page .quantity-section {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }

  .product-page .total-price-display {
    order: 3;
  }

  .product-page .product-details-body {
    padding: 1.5rem;
  }

  .product-page .order-summary-body {
    padding: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .verify-email-header {
		padding: 1rem;
	}
	
	.verify-email-body {
		padding: 1rem;
	}
	
	.verify-email-resend-form {
		padding: 1rem;
	}
	
	.verify-email-resend-btn {
		padding: 0.6rem 1.5rem;
		font-size: 0.85rem;
	}
  .staff-member-card {
		padding: 1rem;
	}
	
	.staff-member-content {
		gap: 0.5rem;
	}
	
	.staff-member-avatar .avatar {
		width: 40px !important;
		height: 40px !important;
	}
	
	.staff-member-name {
		font-size: 0.9rem;
		margin-bottom: 0.4rem;
	}
	
	.staff-member-role {
		font-size: 0.7rem;
		padding: 0.15rem 0.5rem;
	}
  .leaderboards-search .input-group {
    flex-direction: column;
    border-radius: 8px;
  }

  .leaderboards-search .form-control {
    border-radius: 8px;
    margin-bottom: 0.5rem;
    padding: 0.75rem 1rem;
  }

  .leaderboards-search .input-group-append {
    width: 100%;
    justify-content: space-between;
    padding: 0;
  }

  .leaderboards-table {
    font-size: 0.85rem;
  }

  .leaderboards-table thead th,
  .leaderboards-table tbody td {
    padding: 0.5rem 0.25rem;
  }

  .help-topic-header-section {
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }

  .help-topic-header-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .help-topic-articles-section h2 {
    font-size: 1.5rem;
  }

  .help-topic-article-card .card-body {
    padding: 1rem;
  }

  .help-topic-no-articles {
    padding: 2rem 1rem;
  }

  .help-topic-no-articles i {
    font-size: 3rem;
  }

  .help-topic-no-articles h3 {
    font-size: 1.25rem;
  }

  .help-search-header-section {
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }

  .help-search-header-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .help-search-results-section h2 {
    font-size: 1.25rem;
  }

  .help-search-result-card .card-body {
    padding: 1rem;
  }

  .help-search-no-results {
    padding: 2rem 1rem;
  }

  .help-search-no-results i {
    font-size: 3rem;
  }

  .help-search-no-results h3 {
    font-size: 1.25rem;
  }

  .help-header-section {
    padding: 1.5rem 1rem;
    border-radius: 15px;
  }

  .help-header-section h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
  }

  .help-topics-section h2,
  .help-faq-section h2 {
    font-size: 1.5rem;
  }

  .help-topic-card .card-body {
    padding: 1.25rem 0.75rem;
  }

  .help-topic-card h3 {
    font-size: 1.1rem;
  }

  .ticket-section {
    padding: 1rem 0;
  }

  .ticket-section .ticket-section-title {
    font-size: 24px;
  }

  .page-section-header {
    margin-bottom: 2rem;
  }

  .page-section-title {
    font-size: 1.75rem;
  }

  .page-section-content {
    padding: 1rem;
  }

  .page-section-content .ck-content table {
    font-size: 0.875rem;
  }

  .page-section-content .ck-content th,
  .page-section-content .ck-content td {
    padding: 0.5rem;
  }

  .maintenance-section {
    padding: 1rem 0.5rem;
  }

  .maintenance-section .empty-title {
    font-size: 1.75rem;
  }

  .maintenance-section .btn {
    padding: 0.625rem 1.5rem;
    font-size: 0.875rem;
  }

  .gifts-show-section .card-body {
    padding: 1rem;
  }

  .gifts-show-section .card-header {
    padding: 1rem;
  }

  .gifts-show-section .store-card-img {
    height: 120px;
  }

  .gifts-show-section .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .gifts-show-section .row.mb-1 {
    flex-direction: column;
    gap: 0.25rem;
  }

  .gifts-show-section .row.mb-1 .col-sm-4,
  .gifts-show-section .row.mb-1 .col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .gifts-logs-section .card-body {
    padding: 1rem;
  }

  .gifts-logs-section .card-header {
    padding: 1rem;
  }

  .gifts-logs-section .table th,
  .gifts-logs-section .table td {
    padding: 0.5rem;
    font-size: 0.8rem;
  }

  .gifts-logs-section .table th:first-child,
  .gifts-logs-section .table td:first-child {
    display: none;
  }

  .gifts-index-section .card-body {
    padding: 1rem;
  }

  .gifts-index-section .card-header {
    padding: 1rem;
  }

  .gifts-index-section .table th,
  .gifts-index-section .table td {
    padding: 0.5rem;
    font-size: 0.875rem;
  }

  .gaming-night-product-section .card-body {
    padding: 1rem;
  }

  .gaming-night-product-section .card-header {
    padding: 1rem;
  }

  .gaming-night-index-section .card-product .card-body {
    padding: 1rem;
  }

  .gaming-night-index-section .card-product .card-img-top {
    height: 160px;
  }

  .gaming-night-index-section .page-title {
    font-size: 1.25rem;
  }

  .gaming-night-index-section .page-title:before {
    font-size: 2rem;
  }

  .gaming-night-countdown-section .container {
    padding: 0 0.25rem;
  }

  .gaming-night-countdown-section h1 {
    font-size: 1.5rem;
  }

  .gaming-night-countdown-section .tick {
    padding: 1rem 0.5rem;
    max-width: 100%;
  }

  .gaming-night-countdown-section .tick>div {
    gap: 0.1rem;
  }

  .gaming-night-countdown-section .tick-flip,
  .gaming-night-countdown-section .tick-text-inline {
    font-size: 1.8em;
  }

  .gaming-night-countdown-section .tick-group {
    padding: 0.5rem 0.3rem;
  }

  .gaming-night-countdown-section .tick-char {
    width: 1.4em;
  }

  .gaming-night-countdown-section .tick-label {
    font-size: 0.75em;
  }

  .games-index-section .card-body {
    padding: 1.25rem;
  }

  .games-index-section .card-img-top {
    height: 160px;
  }

  .games-index-section .page-title {
    font-size: 1.25rem;
  }

  .games-index-section .page-title:before {
    font-size: 2rem;
  }

  .forum-thread-show-section .card-body {
    padding: 1rem;
  }

  .forum-thread-show-section .d-flex {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start !important;
  }

  .forum-thread-show-section .forum-avatar img {
    width: 40px;
    height: 40px;
  }

  .forum-thread-show-section .h3 {
    font-size: 1.25rem;
  }

  .forum-thread-show-section .btn-link {
    font-size: 0.8rem;
    margin-right: 0.5rem;
  }

  .forum-edit-section .card-body {
    padding: 1.25rem;
  }

  .forum-edit-section .card-header {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  .forum-edit-section textarea.form-control {
    min-height: 300px !important;
  }

  .forum-create-section .card-body {
    padding: 1.25rem;
  }

  .forum-create-section .card-header {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  .forum-create-section textarea.form-control {
    min-height: 300px !important;
  }

  .fortune-wheel-logs-section .table thead th,
  .fortune-wheel-logs-section .table td {
    padding: 0.75rem 0.5rem;
    font-size: 0.8rem;
  }

  .fortune-wheel-logs-section .table thead th {
    font-size: 0.75rem;
  }

  .forum-index-section .row.align-items-center {
    padding: 0.75rem 1rem;
  }

  .forum-index-section .card-title {
    font-size: 1rem;
  }

  .forum-index-section .forum-online-users {
    gap: 0.5rem;
  }

  .forum-index-section .forum-online-users a {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }

  .forum-thread-show-section .card-body {
    padding: 1rem;
  }

  .forum-thread-show-section .d-flex {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start !important;
  }

  .forum-thread-show-section .forum-avatar img {
    width: 40px;
    height: 40px;
  }

  .forum-category-section .row.align-items-center {
    padding: 0.75rem 1rem;
  }

  .forum-category-section .card-title {
    font-size: 1rem;
  }

  .forum-category-section .btn-primary {
    padding: 0.6rem 1.25rem;
    font-size: 0.85rem;
    width: 100%;
    justify-content: center;
  }

  .fortune-wheel-index-section .card-body {
    padding: 1.25rem 0.75rem;
  }

  .fortune-wheel-index-section .btn-primary {
    padding: 0.6rem 1.5rem;
    font-size: 0.9rem;
  }

  .fortune-wheel-index-section .card-body img {
    width: 80px !important;
  }

  .fortune-wheel-show-section .card-body {
    padding: 1rem;
  }

  .fortune-wheel-show-section .tab-content {
    padding: 1rem !important;
  }

  .fortune-wheel-show-section #playGame {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
    width: 100%;
  }

  .fortune-wheel-show-section .table td {
    padding: 0.75rem 1rem;
    font-size: 0.8rem;
  }

  .download-section .table td {
    padding: 0.75rem;
  }

  .download-section .table td a.fw-medium {
    font-size: 0.9rem;
  }

  .download-section .btn-primary {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
  }

  .download-section .card-body {
    padding: 1rem;
  }

  .download-section .ck-content p {
    font-size: 0.9rem;
  }

  .download-section .btn-success {
    padding: 0.5rem 1.25rem;
    font-size: 0.85rem;
    width: 100%;
    justify-content: center;
  }

  .custom-forms-show-section .card-body {
    padding: 1rem;
  }

  .custom-forms-show-section .card-title {
    font-size: 1.25rem;
  }

  .custom-forms-answer-section .card-body {
    padding: 1rem;
  }

  .custom-forms-answer-section .card-title {
    font-size: 1.25rem;
  }

  .credits-send-section .card-body {
    padding: 1rem;
  }

  .credits-send-section .card-title {
    font-size: 1.25rem;
  }

  .credits-charge-section .card-body {
    padding: 1rem;
  }

  .credits-charge-section .card-title {
    font-size: 1.25rem;
  }

  .chest-gift-section .card-body {
    padding: 1rem;
  }

  .chest-gift-section .card-title {
    font-size: 1.25rem;
  }

  .chest-inventory-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.5rem;
    padding: 0.75rem;
  }

  .chest-item {
    min-height: 220px;
    padding: 0.5rem;
  }

  .chest-item-image {
    height: 80px;
  }

  .chest-item-name {
    font-size: 0.9rem;
  }

  .chest-quantity-control {
    padding: 0.25rem;
  }

  .chest-action-btn {
    padding: 0.4rem;
    font-size: 0.7rem;
  }

  .changelog-show-section {
    padding: 1rem 0;
  }

  .changelog-show-section .card-header {
    padding: 1rem;
  }

  .changelog-show-section .card-body {
    padding: 1rem;
  }

  .changelog-show-section .card-title,
  .changelog-show-section h2.card-title {
    font-size: 1.25rem;
  }

  .changelog-show-section .d-flex {
    gap: 0.75rem;
  }

  .application-form-section .application-form-section-container {
    padding: 0 0.5rem;
  }

  .application-form-section .application-form-title {
    font-size: 1.75rem;
  }

  .application-form-section .application-form-card-title {
    font-size: 1.25rem;
  }

  .application-form-section .application-form-card-header,
  .application-form-section .application-form-body {
    padding: 1rem;
  }

  .application-show-header {
    padding: 1rem;
  }

  .application-show-body {
    padding: 1rem;
  }

  .application-question-block {
    padding: 1rem;
  }

  .application-answer-text {
    padding: 0.75rem;
  }

  .product-page .product-category-tag {
    align-self: center;
  }

  .product-page .product-title {
    font-size: 1.5rem;
  }

  .product-page .price-main {
    font-size: 1.8rem;
  }

  .product-page .product-pricing-section {
    padding: 1.5rem;
  }

  .product-page .meta-badge {
    font-size: 0.75rem;
    padding: 0.6rem 1rem;
  }

  .product-page .btn-add-cart {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }

  .header-buttons .btn-gradient {
    padding: 0.4rem 0.6rem;
    font-size: 0.75rem;
    min-height: 32px;
  }

  .header-buttons .btn-gradient i {
    font-size: 12px;
    margin-right: 0.2rem;
  }

  .profile-offcanvas {
    width: 280px !important;
  }

  .profile-offcanvas .offcanvas-header {
    padding: 1rem 0.75rem;
  }

  .profile-offcanvas-item {
    padding: 0.75rem 0.75rem;
    gap: 0.75rem;
  }

  .profile-offcanvas-avatar {
    width: 45px;
    height: 45px;
  }

  .profile-offcanvas-name {
    font-size: 0.9rem;
  }

  .profile-offcanvas-role {
    font-size: 0.75rem;
  }

  .profile-offcanvas-item i:first-child {
    font-size: 16px;
    width: 18px;
  }

  .profile-offcanvas-balance-amount {
    font-size: 0.8rem;
  }

  .profile-offcanvas {
    width: 280px !important;
  }

  .profile-offcanvas .offcanvas-header {
    padding: 1rem 0.75rem;
  }

  .profile-offcanvas-item {
    padding: 0.75rem 0.75rem;
    gap: 0.75rem;
  }

  .profile-offcanvas-avatar {
    width: 45px;
    height: 45px;
  }

  .profile-offcanvas-name {
    font-size: 0.9rem;
  }

  .profile-offcanvas-role {
    font-size: 0.75rem;
  }

  .profile-offcanvas-item i:first-child {
    font-size: 16px;
    width: 18px;
  }

  .profile-offcanvas-balance-amount {
    font-size: 0.8rem;
  }

  .breadcrumb-section {
    padding: 0.5rem 0.75rem;
  }

  .breadcrumb-list {
    gap: 0.2rem;
  }

  .breadcrumb-item a,
  .breadcrumb-item.active {
    font-size: 0.75rem;
  }

  .breadcrumb-home-icon {
    font-size: 12px;
  }

  .failed-section-container {
    padding: 1.5rem 1rem;
  }

  .failed-section-title {
    font-size: 1.5rem;
  }

  .failed-section-icon {
    font-size: 3rem;
  }

  .failed-section-tag span {
    font-size: 0.8rem;
  }

  .alert {
    padding: 0.5rem 0.75rem;
    font-size: 12px;
  }

  .alert::after {
    display: none;
  }

  .email-section-container {
    padding: 1.5rem 1rem;
  }

  .email-section-title {
    font-size: 1.5rem;
  }

  .email-section-tag span {
    font-size: 0.8rem;
  }

  .error-404-section .empty-title {
    font-size: 1.5rem;
  }

  .error-404-section .empty-img {
    max-width: 300px;
  }

  .error-404-section .btn-primary {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }

  .ticket-section {
    padding: 1rem 0;
  }

  .ticket-section .ticket-section-details {
    padding: 1.5rem;
  }

  .ticket-section .ticket-section-title {
    font-size: 24px;
  }

  .ticket-section .ticket-section-info {
    grid-template-columns: 1fr;
  }

  .ticket-section .ticket-section-info {
    grid-template-columns: 1fr;
  }

  .ticket-section .ticket-section-details,
  .ticket-section .ticket-section-messages,
  .ticket-section .ticket-section-reply {
    padding: 1.5rem;
  }

  .ticket-section .ticket-section-title {
    font-size: 24px;
  }

  .ticket-section .ticket-message {
    padding: 1rem;
  }

  .categories-section-grid {
    grid-template-columns: 1fr;
  }

  .categories-section-card {
    max-width: 400px;
    margin: 0 auto;
  }

  .categories-section-nav-menu {
    gap: 15px;
  }

  .categories-section-nav-link {
    font-size: 14px;
  }

  .categories-section-nav-balance {
    font-size: 13px;
    padding: 6px 12px;
  }

  .categories-nav-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .categories-nav-link {
    width: calc(50% - 10px);
    justify-content: center;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }

  .categories-grid {
    grid-template-columns: 1fr;
  }

  .category-card {
    max-width: 400px;
    margin: 0 auto;
  }

  .category-title {
    font-size: 20px;
  }

  .category-description {
    font-size: 14px;
  }

  .category-stats {
    flex-direction: column;
    gap: 10px;
  }

  .reset-password-section-container {
    padding: 1.5rem;
  }

  .reset-password-section-title {
    font-size: 24px;
  }

  .reset-password-section-description {
    font-size: 14px;
  }

  .reset-password-section {
    padding: 1rem;
  }

  .reset-password-section-container {
    padding: 2rem;
  }

  .reset-password-section-title {
    font-size: 28px;
  }

  .reset-password-section-tag {
    padding: 8px 16px;
  }

  .recover-section-container {
    padding: 1.5rem;
  }

  .recover-section-title {
    font-size: 24px;
  }

  .recover-section-description {
    font-size: 14px;
  }

  .recover-section {
    padding: 1rem;
  }

  .recover-section-container {
    padding: 2rem;
  }

  .recover-section-title {
    font-size: 28px;
  }

  .recover-section-tag {
    padding: 8px 16px;
  }

  .register-section-container {
    padding: 1.5rem;
  }

  .register-section-title {
    font-size: 24px;
  }

  .register-section {
    padding: 1rem;
  }

  .register-section-container {
    padding: 2rem;
  }

  .register-section-title {
    font-size: 28px;
  }

  .register-section-tag {
    padding: 8px 16px;
  }

  .register-section-social-button {
    font-size: 14px;
  }

  .register-section-social-button i {
    font-size: 18px;
  }

  .login-section-container {
    padding: 1.5rem;
  }

  .login-section-title {
    font-size: 24px;
  }

  .login-section {
    padding: 1rem;
  }

  .login-section-container {
    padding: 2rem;
  }

  .login-section-title {
    font-size: 28px;
  }

  .login-section-tag {
    padding: 8px 16px;
  }

  .login-section-links {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .login-section-social-button {
    font-size: 14px;
  }

  .login-section-social-button i {
    font-size: 18px;
  }

  .page-section-container {
    padding: 1rem;
  }

  .page-section-title {
    font-size: 24px;
  }

  .page-section-content {
    font-size: 14px;
  }

  .page-section {
    padding: 1rem;
  }

  .page-section-container {
    padding: 1.5rem;
  }

  .page-section-header {
    margin-bottom: 2rem;
  }

  .page-section-tag {
    padding: 8px 16px;
  }

  .page-section-tag i {
    font-size: 14px;
  }

  .page-section-tag span {
    font-size: 12px;
  }

  .page-section-title {
    font-size: 28px;
  }

  .product-in-page {
    padding: 1rem;
  }

  .product-in-page-container {
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .product-in-page-image {
    height: 300px;
  }

  .product-in-page-tag {
    padding: 8px 16px;
  }

  .product-in-page-tag i {
    font-size: 14px;
  }

  .product-in-page-tag span {
    font-size: 12px;
  }

  .product-in-page-title {
    font-size: 28px;
  }

  .product-in-page-price-current {
    font-size: 28px;
  }

  .product-in-page-quantity {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .product-in-page-quantity-controls {
    width: 100%;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .product-in-page-button {
    width: 100%;
    padding: 1rem 2rem;
    font-size: 16px;
  }

  .section-2-stats {
    flex-direction: column;
    gap: 1.5rem;
  }

  .section-2-feature {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .section-2-feature-content {
    text-align: center;
  }

  .header-content-left {
    padding: 0 1rem;
  }

  .header-title {
    font-size: 2.5rem;
  }

  .header-description {
    font-size: 1rem;
  }

  .header-stats {
    flex-direction: column;
    gap: 2rem;
  }

  .section-6-container {
    padding: 0 1rem;
  }

  .section-6-title {
    font-size: 1.75rem;
  }

  .section-6-card {
    padding: 1rem;
  }

  .section-6-list-item {
    padding: 0.5rem;
    gap: 0.5rem;
  }

  .section-6-name {
    font-size: 0.85rem;
  }

  .section-6-amount,
  .section-6-item,
  .section-6-time {
    font-size: 0.8rem;
  }

  .section-6-rank {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }

  .section-3-header {
    text-align: center;
    margin-bottom: 2rem;
  }

  .section-3-tag {
    margin: 0 auto 1rem;
  }

  .section-3-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }

  .section-3-description {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }

  .section-3-meta-top {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .section-3-meta-item {
    font-size: 0.85rem;
  }

  .section-3-footer {
    margin-top: auto;
    padding-top: 1rem;
  }

  .section-3-image {
    height: 180px;
  }

  .section-3-image img {
    height: 180px;
  }

  .section-3-content-inner {
    padding: 1rem;
  }

  .section-7 {
    padding: 3rem 0;
  }

  .section-7-title {
    font-size: 2rem;
  }

  .section-7-description {
    font-size: 0.9rem;
  }

  .section-7-features {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .section-7-feature {
    padding: 1.25rem;
  }

  .section-7-feature-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }

  .section-7-feature-description {
    font-size: 0.85rem;
  }

  .section-7-button {
    width: 100%;
    justify-content: center;
  }

  .section-1 {
    margin-top: 2rem;
    padding: 0.5rem;
  }

  .product-in-page-container {
    padding: 1rem;
  }

  .product-in-page-image {
    height: 250px;
  }

  .product-in-page-title {
    font-size: 24px;
  }

  .product-in-page-description {
    font-size: 14px;
  }

  .product-in-page-price-current {
    font-size: 24px;
  }

  .product-section-nav-logo,
  .categories-section-nav-logo {
    font-size: 20px;
  }

  .product-section-nav-logo i,
  .categories-section-nav-logo i {
    font-size: 22px;
  }

  .product-section-nav-balance,
  .categories-section-nav-balance {
    display: flex;
  }

  .product-section-nav-cart-count,
  .categories-section-nav-cart-count {
    width: 18px;
    height: 18px;
    font-size: 10px;
  }

  .product-section-header,
  .categories-section-header {
    padding: 1.5rem 0;
  }

  .product-section-header-title,
  .categories-section-header-title {
    font-size: 24px;
  }

  .product-section-tag,
  .categories-section-tag {
    padding: 6px 12px;
  }

  .product-section-tag span,
  .categories-section-tag span {
    font-size: 12px;
  }

  .product-section-grid,
  .categories-section-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-content,
  .categories-section-content {
    padding: 1.5rem;
  }

  .product-title,
  .categories-section-title {
    font-size: 20px;
  }

  .product-description,
  .categories-section-description {
    font-size: 13px;
  }

  .product-price-current {
    font-size: 20px;
  }

  .product-price-old {
    font-size: 14px;
  }

  .product-button,
  .categories-section-button {
    padding: 0.8rem;
    font-size: 13px;
  }
}

/* Play Section Styles */
.play-section {
  background: var(--body-bg);
  min-height: 100vh;
  padding: 2rem 0;
}

.play-content {
  max-width: 1400px;
  margin: 0 auto;
}

.play-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.play-card {
  border: 1px solid var(--transparent-white);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.play-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(139, 69, 255, 0.2);
  border-color: var(--primary-color);
}

.play-card-full {
  grid-column: 1 / -1;
}

.play-card-header {
  border-bottom: 1px solid var(--transparent-white);
  padding: 1.5rem 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.play-card-header i {
  color: var(--primary-color);
  font-size: 1.5rem;
}

.play-card-header h3 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
}

.play-card-content {
  padding: 2rem;
}

/* Server Info Styles */
.server-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid var(--transparent-white);
}

.server-info-item:last-child {
  border-bottom: none;
}

.server-info-item label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin: 0;
}

.server-info-item span {
  color: var(--white);
  font-weight: 600;
}

.server-ip-copy {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--black);
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--transparent-white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.server-ip-copy:hover {
  border-color: var(--primary-color);
  background: rgba(139, 69, 255, 0.1);
}

.server-ip-copy span {
  color: var(--primary-color);
  font-family: 'Courier New', monospace;
  font-weight: 600;
  flex: 1;
}

.copy-btn {
  background: var(--primary-color);
  border: none;
  color: var(--white);
  padding: 0.5rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy-btn:hover {
  background: #8b5cf6;
  transform: scale(1.05);
}

.server-players {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--primary-color);
  font-weight: 600;
}

.server-players i {
  color: var(--primary-color);
}

/* Connect Steps Styles */
.connect-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.connect-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: var(--black);
  border-radius: 12px;
  border: 1px solid var(--transparent-white);
  transition: all 0.3s ease;
}

.connect-step:hover {
  border-color: var(--primary-color);
  background: rgba(139, 69, 255, 0.05);
}

.step-number {
  background: var(--primary-color);
  color: var(--white);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.step-content h4 {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.step-content p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

/* Quick Actions Styles */
.quick-actions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  text-align: center;
  min-height: 60px;
}

.action-btn:hover {
  transform: translateY(-2px);
  text-decoration: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.action-btn.primary {
  background: var(--primary-color);
  color: var(--white);
}

.action-btn.primary:hover {
  background: #8b5cf6;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(139, 69, 255, 0.4);
}

.action-btn.discord {
  background: #5865f2;
  color: var(--white);
}

.action-btn.discord:hover {
  background: #4752c4;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(88, 101, 242, 0.4);
}

.action-btn.info {
  background: #06b6d4;
  color: var(--white);
}

.action-btn.info:hover {
  background: #0891b2;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(6, 182, 212, 0.4);
}

.action-btn.store {
  background: #f59e0b;
  color: var(--white);
}

.action-btn.store:hover {
  background: #d97706;
  color: var(--white);
  box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
}

/* Rules Grid Styles */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.rule-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
  background: var(--black);
  border-radius: 12px;
  border: 1px solid var(--transparent-white);
  transition: all 0.3s ease;
}

.rule-item:hover {
  border-color: var(--primary-color);
  background: rgba(139, 69, 255, 0.05);
  transform: translateY(-2px);
}

.rule-item i {
  color: var(--primary-color);
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.rule-item h4 {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.rule-item p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}

.rules-footer {
  text-align: center;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid var(--transparent-white);
}

.rules-footer p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.rules-footer a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.rules-footer a:hover {
  color: #8b5cf6;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .play-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
  }
  
  .play-card-content {
    padding: 1.5rem;
  }
  
  .play-card-header {
    padding: 1.25rem 1.5rem;
  }
}

@media (max-width: 992px) {
  .play-section {
    padding: 1.5rem 0;
  }
  
  .quick-actions {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  
  .rules-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .connect-steps {
    gap: 1rem;
  }
  
  .connect-step {
    padding: 0.75rem;
  }
}

@media (max-width: 768px) {
  .play-section .page-section-title {
    font-size: 2rem;
  }
  
  .play-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  
  .play-card-header {
    padding: 1rem 1.25rem;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  
  .play-card-content {
    padding: 1.25rem;
  }
  
  .quick-actions {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .rules-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  
  .play-section .page-section-container {
    padding: 0 1rem;
  }
  
  .server-info-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  
  .server-ip-copy {
    width: 100%;
    justify-content: space-between;
  }
  
  .connect-step {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
  }
  
  .step-number {
    align-self: center;
  }
  
  .action-btn {
    padding: 1rem;
    min-height: 50px;
  }
  
  .rule-item {
    flex-direction: column;
    text-align: center;
    gap: 0.75rem;
    padding: 1.25rem;
  }
}

@media (max-width: 480px) {
  .play-section {
    padding: 1rem 0;
  }
  
  .play-card-header {
    padding: 0.875rem 1rem;
  }
  
  .play-card-header h3 {
    font-size: 1.1rem;
  }
  
  .play-card-content {
    padding: 1rem;
  }
  
  .server-ip-copy {
    padding: 0.5rem 0.75rem;
  }
  
  .copy-btn {
    padding: 0.4rem;
  }
  
  .connect-step {
    padding: 1rem;
  }
  
  .step-number {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
  
  .step-content h4 {
    font-size: 1rem;
  }
  
  .action-btn {
    padding: 0.875rem;
    font-size: 0.9rem;
    min-height: 45px;
  }
  
  .rule-item {
    padding: 1rem;
  }
  
  .rule-item h4 {
    font-size: 1rem;
  }
  
  .rule-item p {
    font-size: 0.9rem;
  }
}