/*** withdrawal list ***/
.balance-card{
	font-size:14px;
	margin-bottom:5px;
}
.balance-card span{
	font-size:14pt;
	font-weight:bold;
}
/*** ticket chat ***/
.preview-case-img{
	margin:10px 0;
	width:52px;
	height:52px;
	position:relative;
	object-fit: fill;
	display:flex;
	align-items:center;
	justify-content:center;
	overflow: hidden;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 5px;
	transition:all ease .3s;
}
.preview-case-img:hover{
	opacity:.5;
}
.preview-case-img img{
	max-width:100%;
}

body {
			background: linear-gradient(135deg, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
		}
		#sidebar-wrapper {
			background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%) !important;
			border-right: 1px solid rgb(133, 114, 195);
		}
		.sidebar-heading {
			background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
			color: #fff !important;
			padding: 1.5rem 1.25rem;
			font-weight: 700;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
		}
		.list-group-header {
			background: rgba(133, 114, 195, 0.2);
			color: rgb(133, 114, 195) !important;
			padding: 0.75rem 1.25rem;
			font-weight: 700;
			border-left: 5px solid rgb(133, 114, 195);
			text-transform: uppercase;
			letter-spacing: 1px;
			font-size: 0.85rem;
		}
		.list-group-item.bg-light {
			background: rgba(255, 255, 255, 0.05) !important;
			border-color: rgba(133, 114, 195, 0.2) !important;
			color: #cbd5e1 !important;
			transition: all 0.3s ease;
		}
		.list-group-item.bg-light:hover {
			background: rgba(133, 114, 195, 0.2) !important;
			color: #fff !important;
			border-left: 4px solid rgb(133, 114, 195);
			padding-left: 1.5rem;
		}
		.navbar {
			background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%) !important;
			border-bottom: 2px solid rgb(133, 114, 195) !important;
			box-shadow: 0 4px 20px rgba(133, 114, 195, 0.3);
		}
		.navbar .nav-link {
			color: #cbd5e1 !important;
			transition: color 0.3s ease;
		}
		.navbar .nav-link:hover {
			color: rgb(133, 114, 195) !important;
		}
		#page-content-wrapper {
			background: linear-gradient(135deg, rgba(31, 19, 70, 0.3) 0%, rgba(4, 4, 4, 0.8) 100%);
			min-height: 100vh;
		}
		.container-fluid h1 {
			color: #fff;
			text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
		}
		.alert-danger {
			background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(220, 38, 38, 0.25) 100%);
			color: #ef4444;
			border: 2px solid rgba(239, 68, 68, 0.6);
			border-left: 5px solid #ef4444;
		}
		.alert-success {
			background: linear-gradient(135deg, rgba(16, 185, 129, 0.25) 0%, rgba(5, 150, 105, 0.25) 100%);
			color: #10b981;
			border: 2px solid rgba(16, 185, 129, 0.6);
			border-left: 5px solid #10b981;
		}
		.alert-info {
			background: linear-gradient(135deg, rgba(59, 130, 246, 0.25) 0%, rgba(37, 99, 235, 0.25) 100%);
			color: #3b82f6;
			border: 2px solid rgba(59, 130, 246, 0.6);
			border-left: 5px solid #3b82f6;
		}
		.btn-success {
			background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
			border: none;
			box-shadow: 0 4px 12px rgba(133, 114, 195, 0.4);
		}
		.btn-success:hover {
			background: linear-gradient(135deg, rgb(150, 130, 210) 0%, rgb(110, 90, 170) 100%);
			transform: translateY(-2px);
			box-shadow: 0 6px 16px rgba(133, 114, 195, 0.6);
		}
		.modal-content {
			background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
			border: 2px solid rgb(133, 114, 195);
			color: #fff;
		}
		.modal-header {
			border-bottom-color: rgba(133, 114, 195, 0.5);
		}
		.modal-footer {
			border-top-color: rgba(133, 114, 195, 0.5);
		}

/* khaiwoon : rebena request new design on 2026-01-19 */

.nft-listing-v2-container {
    background: linear-gradient(135deg, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    min-height: 100vh;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nft-listing-v2-header {
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    padding: 2rem 2.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    border-left: 5px solid rgb(133, 114, 195);
    box-shadow: 0 10px 40px rgba(133, 114, 195, 0.3);
}

.nft-listing-v2-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.nft-search-section {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-radius: 16px;
    border-left: 5px solid rgb(133, 114, 195);
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 20px rgba(133, 114, 195, 0.3);
}

.nft-view-toggle {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 4px;
    gap: 4px;
    margin-bottom: 2rem;
}

.nft-view-toggle-btn {
    flex: 1;
    padding: 12px 20px;
    background: transparent;
    border: none;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 0.95rem;
    font-weight: 600;
}

.nft-view-toggle-btn:hover {
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
}

.nft-view-toggle-btn.active {
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(133, 114, 195, 0.4);
}

/* Card View */
.nft-cards-view {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.nft-cards-view.hidden {
    display: none;
}

.nft-card-v2 {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(133, 114, 195, 0.2);
}

.nft-card-v2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.nft-card-v2:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 48px rgba(133, 114, 195, 0.5);
    border-color: rgba(133, 114, 195, 0.4);
}

.nft-card-image {
    width: 100%;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.95) 0%, rgba(30, 41, 59, 0.95) 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.nft-card-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, transparent 40%, rgba(15, 23, 42, 0.8) 100%);
    pointer-events: none;
}

.nft-card-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.nft-card-v2:hover .nft-card-image img {
    transform: scale(1.05);
}

.nft-card-body {
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.5) 0%, rgba(30, 41, 59, 0.8) 100%);
}

.nft-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.nft-card-id {
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 4px 12px rgba(133, 114, 195, 0.4);
}

.nft-card-status {
    padding: 6px 14px;
    border-radius: 25px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.nft-card-status.active {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.25) 0%, rgba(5, 150, 105, 0.25) 100%);
    color: #10b981;
    border: 2px solid rgba(16, 185, 129, 0.6);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.nft-card-status.inactive {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.25) 0%, rgba(220, 38, 38, 0.25) 100%);
    color: #ef4444;
    border: 2px solid rgba(239, 68, 68, 0.6);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.nft-card-name {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.nft-card-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-bottom: 1rem;
}

.nft-info-item {
    background: rgba(15, 23, 42, 0.8);
    padding: 0.65rem 0.75rem;
    border-radius: 8px;
    border: 1px solid rgba(133, 114, 195, 0.15);
    transition: all 0.3s ease;
}

.nft-info-item:hover {
    background: rgba(15, 23, 42, 0.95);
    border-color: rgba(133, 114, 195, 0.3);
    transform: translateY(-2px);
}

.nft-info-label {
    font-size: 0.65rem;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.3rem;
    font-weight: 600;
}

.nft-info-value {
    font-size: 1rem;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(150, 130, 210) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-all;
}

.nft-card-actions {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.btn-nft-edit {
    flex: 1;
    padding: 12px 20px;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

.btn-nft-edit:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(133, 114, 195, 0.6);
    color: #fff !important;
    text-decoration: none;
}

/* Table View */
.nft-table-view {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-radius: 16px;
    border-left: 5px solid rgb(133, 114, 195);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(133, 114, 195, 0.3);
    margin-bottom: 2rem;
}

.nft-table-view.hidden {
    display: none;
}

.table-responsive {
    overflow-x: auto;
}

.nft-table-v2 {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.nft-table-v2 thead {
    background: rgba(133, 114, 195, 0.1);
}

.nft-table-v2 th {
    padding: 1.25rem 1rem;
    text-align: left;
    font-size: 0.85rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(133, 114, 195, 0.3);
}

.nft-table-v2 tbody tr {
    border-bottom: 1px solid rgba(133, 114, 195, 0.1);
    transition: all 0.3s ease;
}

.nft-table-v2 tbody tr:hover {
    background: rgba(133, 114, 195, 0.1);
}

.nft-table-v2 td {
    padding: 1rem;
    color: #cbd5e1;
    font-size: 0.9rem;
}

.nft-table-v2 td a {
    color: rgb(133, 114, 195);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.nft-table-v2 td a:hover {
    color: rgb(150, 130, 210);
}

.nft-table-v2 td img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

.no-records-v2 {
    text-align: center;
    padding: 4rem 2rem;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-radius: 16px;
    border-left: 5px solid rgb(133, 114, 195);
    box-shadow: 0 4px 20px rgba(133, 114, 195, 0.3);
    margin-bottom: 2rem;
}

.no-records-v2-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.no-records-v2-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
}

.no-records-v2-text {
    color: #94a3b8;
    font-size: 1rem;
}

.pagination-v2 {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 2rem;
}

.pagination-v2 a,
.pagination-v2 span {
    padding: 12px 18px;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.pagination-v2 a:hover {
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

@media (max-width: 768px) {
    .nft-cards-view {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .nft-listing-v2-title {
        font-size: 2rem;
    }
    
    .nft-listing-v2-header {
        padding: 1.5rem;
    }
    
    .nft-card-image {
        height: 300px;
        padding: 1.5rem;
    }
    
    .nft-card-body {
        padding: 1rem;
    }
    
    .nft-card-name {
        font-size: 1.15rem;
    }
    
    .nft-table-v2 {
        font-size: 0.85rem;
    }
    
    .nft-table-v2 th,
    .nft-table-v2 td {
        padding: 0.75rem 0.5rem;
    }
}

.btn-add-pool { 
    padding: 14px 32px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
}

.btn-add-pool:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.6);
    color: #fff;
}

.pool-table-header-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.nft-table-v2 .pool-name-cell {
    font-weight: 700;
    color: #fff;
}

.nft-table-v2 .pool-value-cell {
    font-weight: 700;
    color: rgb(133, 114, 195);
}

.nft-table-v2 .buyback-badge {
    display: inline-flex; 
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.buyback-yes {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.buyback-no {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.5);
}


/* nft/tierformV2 */
.btn-add-tier {
    padding: 14px 32px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
}

.btn-add-tier:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.6);
    color: #fff;
}

.tier-table-header-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.nft-table-v2 .tier-name-cell {
    font-weight: 700;
    color: #fff;
}

.nft-table-v2 .tier-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-active {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.status-inactive {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.5);
}


.tier-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.tier-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.tier-form-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.tier-form-card {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(133, 114, 195, 0.2);
    border-left: 5px solid rgb(133, 114, 195);
    position: relative;
    overflow: hidden;
}

.tier-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.tier-alert-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
    border: 2px solid rgba(34, 197, 94, 0.4);
    border-left: 5px solid #22c55e;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #4ade80;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.tier-alert-danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.15) 100%);
    border: 2px solid rgba(239, 68, 68, 0.4);
    border-left: 5px solid #ef4444;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #fca5a5;
}

.tier-alert-danger ul {
    margin: 0;
    padding-left: 1.5rem;
}

.tier-alert-danger li {
    margin-bottom: 0.5rem;
}

.tier-form-group {
    margin-bottom: 1.75rem;
}

.tier-form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tier-form-label .required {
    color: #f87171;
    margin-left: 0.25rem;
}

.tier-form-input,
.tier-form-select {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.tier-form-input:focus,
.tier-form-select:focus {
    outline: none;
    border-color: rgb(133, 114, 195);
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 0 0 3px rgba(133, 114, 195, 0.1);
}

.tier-form-input::placeholder {
    color: #64748b;
}

.tier-form-select {
    cursor: pointer;
}

.tier-form-select option {
    background: rgb(15, 23, 42);
    color: #fff;
}

.tier-form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(133, 114, 195, 0.2);
}

.tier-btn-primary {
    flex: 1;
    padding: 1rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

.tier-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(133, 114, 195, 0.6);
}

.tier-btn-primary:active {
    transform: translateY(0);
}

.tier-btn-secondary {
    flex: 1;
    padding: 1rem;
    background: rgba(71, 85, 105, 0.2);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tier-btn-secondary:hover {
    background: rgba(71, 85, 105, 0.3);
    border-color: rgba(148, 163, 184, 0.5);
    color: #cbd5e1;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .tier-form-container {
        padding: 1rem;
    }
    
    .tier-form-card {
        padding: 1.5rem;
    }
    
    .tier-form-title {
        font-size: 1.5rem;
    }
    
    .tier-form-actions {
        flex-direction: column;
    }
}


/* account/formV2 */
.admin-form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.admin-form-card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    padding: 30px;
    border: 1px solid #e8e8e8;
}

.admin-form-header {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.admin-form-header h2 {
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    color: #495057;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"],
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: #f9fafb;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    outline: none;
    border-color: #4f46e5;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #4f46e5;
}

.checkbox-group {
    padding: 15px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.checkbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.checkbox-item:last-child {
    margin-bottom: 0;
}

.checkbox-item label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
}

.form-text.text-muted {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.form-text.text-danger {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    color: #dc3545;
    font-weight: 500;
}

.form-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #f0f0f0;
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.btn-primary {
    background: linear-gradient(135deg, #667eea 0%, #4f46e5 100%);
    color: white;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #5568d3 0%, #4338ca 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.btn-secondary {
    background: #6b7280;
    color: white;
}

.btn-secondary:hover {
    background: #4b5563;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
}

.password-section {
    background: #fef3c7;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #f59e0b;
    margin: 25px 0;
}

.password-section .form-group:last-child {
    margin-bottom: 0;
}

.email-icon::before {
    content: "✉";
    margin-right: 8px;
}


/* /dashboard */
.dashboard-container {
    background: linear-gradient(135deg, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    min-height: 100vh;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dashboard-header {
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    padding: 2rem 2.5rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    border-left: 5px solid rgb(133, 114, 195);
    box-shadow: 0 10px 40px rgba(133, 114, 195, 0.3);
}

.dashboard-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.dashboard-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.5rem;
}

.dashboard-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.welcome-section {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    border-left: 5px solid rgb(133, 114, 195);
    box-shadow: 0 4px 20px rgba(133, 114, 195, 0.3);
}

.welcome-title { 
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
}

.welcome-text {
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.quick-actions {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.quick-action-btn {
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(133, 114, 195, 0.3);
}

.quick-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(133, 114, 195, 0.5);
    color: #fff;
}

.system-info {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid rgba(133, 114, 195, 0.2);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.system-info-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.system-info-content {
    background: rgba(15, 23, 42, 0.6);
    padding: 1rem;
    border-radius: 10px;
    color: #cbd5e1;
    font-size: 0.85rem;
    line-height: 1.6;
    font-family: 'Courier New', monospace;
    word-break: break-all;
}

@media (max-width: 768px) {
    .dashboard-stats-grid {
        grid-template-columns: 1fr;
    }
    
    .dashboard-title {
        font-size: 2rem;
    }
    
    .quick-actions {
        grid-template-columns: 1fr;
    }
}


/* account/changepassword */
.password-change-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
}

.password-change-header {
    text-align: center;
    margin-bottom: 2rem;
}

.password-change-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.password-change-card {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(133, 114, 195, 0.2);
    border-left: 5px solid rgb(133, 114, 195);
    position: relative;
    overflow: hidden;
}

.password-change-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.password-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(133, 114, 195, 0.4);
}

.password-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.password-form-group {
    margin-bottom: 1.75rem;
}

.password-form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.password-form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.password-form-input:focus {
    outline: none;
    border-color: rgb(133, 114, 195);
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 0 0 3px rgba(133, 114, 195, 0.1);
}

.password-form-input::placeholder {
    color: #64748b;
}

.password-form-hint {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 0.5rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.password-form-hint svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.password-form-actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(133, 114, 195, 0.2);
}

.password-btn-primary {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

.password-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(133, 114, 195, 0.6);
}

.password-btn-primary:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .password-change-container {
        padding: 1rem;
    }
    
    .password-change-card {
        padding: 1.5rem;
    }
    
    .password-change-title {
        font-size: 1.5rem;
    }
}

/* admin/listingV2 */
.btn-add-admin {
    padding: 14px 32px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.4);
    transition: all 0.3s ease;
}

.btn-add-admin:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 25px rgba(16, 185, 129, 0.6);
    color: #fff;
} 

.admin-table-header-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.nft-table-v2 .admin-name-cell {
    font-weight: 700;
    color: #fff;
}

.nft-table-v2 .admin-privs-cell {
    font-size: 0.8rem;
    color: #94a3b8;
}

.nft-table-v2 .admin-privs-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 12px; 
    font-size: 0.7rem;
    font-weight: 600;
    margin: 2px;
    background: rgba(133, 114, 195, 0.2);
    color: rgb(133, 114, 195);
    border: 1px solid rgba(133, 114, 195, 0.3);
}


/* /member/listingV2 */
.member-table-header-actions {
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem;
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.nft-table-v2 .member-username-cell {
    font-weight: 700;
    color: #fff;
}

.nft-table-v2 .member-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
}

.status-active {
    background: rgba(16, 185, 129, 0.2);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.5);
}

.status-inactive {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.5);
}

.suspend-icon {
    cursor: pointer;
    color: #ef4444;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.1);
}

.suspend-icon:hover {
    background: rgba(239, 68, 68, 0.2);
    transform: scale(1.1);
}


/* /nft/poolsformV2 */
.pool-form-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
}

.pool-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.pool-form-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.pool-form-card {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(133, 114, 195, 0.2);
    border-left: 5px solid rgb(133, 114, 195);
    position: relative;
    overflow: hidden;
}

.pool-form-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.pool-alert-success {
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.15) 0%, rgba(16, 185, 129, 0.15) 100%);
    border: 2px solid rgba(34, 197, 94, 0.4);
    border-left: 5px solid #22c55e;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #4ade80;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.pool-alert-danger {
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.15) 0%, rgba(220, 38, 38, 0.15) 100%);
    border: 2px solid rgba(239, 68, 68, 0.4);
    border-left: 5px solid #ef4444;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #fca5a5;
}

.pool-alert-danger ul {
    margin: 0;
    padding-left: 1.5rem;
}

.pool-alert-danger li {
    margin-bottom: 0.5rem;
}

.pool-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.75rem;
}

.pool-form-group {
    margin-bottom: 1.75rem;
}

.pool-form-group-full {
    grid-column: 1 / -1;
}

.pool-form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #cbd5e1;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pool-form-label .required {
    color: #f87171;
    margin-left: 0.25rem;
}

.pool-form-input,
.pool-form-textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.pool-form-textarea {
    resize: vertical;
    min-height: 100px;
    font-family: 'Courier New', monospace;
}

.pool-form-input:focus,
.pool-form-textarea:focus {
    outline: none;
    border-color: rgb(133, 114, 195);
    background: rgba(15, 23, 42, 0.8);
    box-shadow: 0 0 0 3px rgba(133, 114, 195, 0.1);
}

.pool-form-input::placeholder,
.pool-form-textarea::placeholder {
    color: #64748b;
}

.pool-form-hint {
    font-size: 0.8rem;
    color: #94a3b8;
    margin-top: 0.5rem;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pool-form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(133, 114, 195, 0.2);
}

.pool-btn-primary {
    flex: 1;
    padding: 1rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

.pool-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(133, 114, 195, 0.6);
}

.pool-btn-primary:active {
    transform: translateY(0);
}

.pool-btn-secondary {
    flex: 1;
    padding: 1rem;
    background: rgba(71, 85, 105, 0.2);
    border: 1px solid rgba(148, 163, 184, 0.3);
    border-radius: 12px;
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pool-btn-secondary:hover {
    background: rgba(71, 85, 105, 0.3);
    border-color: rgba(148, 163, 184, 0.5);
    color: #cbd5e1;
    text-decoration: none;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .pool-form-container {
        padding: 1rem;
    }
    
    .pool-form-card {
        padding: 1.5rem;
    }
    
    .pool-form-title {
        font-size: 1.5rem;
    }
    
    .pool-form-row {
        grid-template-columns: 1fr;
    }
    
    .pool-form-actions {
        flex-direction: column;
    }
}

.login-container {
    background: linear-gradient(135deg, rgb(31, 19, 70) 0%, rgb(4, 4, 4) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-card {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    padding: 3rem;
    max-width: 450px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(133, 114, 195, 0.2);
    border-left: 5px solid rgb(133, 114, 195);
    position: relative;
    overflow: hidden;
}

.login-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.login-header {
    text-align: center;
    margin-bottom: 2rem;
}

.login-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.login-subtitle {
    font-size: 0.95rem;
    color: #94a3b8;
}

.login-alert {
    background: linear-gradient(135deg, rgba(239, 184, 16, 0.15) 0%, rgba(245, 158, 11, 0.15) 100%);
    border: 2px solid rgba(239, 184, 16, 0.4);
    border-left: 5px solid #f59e0b;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.5rem;
    color: #fbbf24;
}

.login-alert-title {
    font-weight: 700;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.login-alert-text {
    font-size: 0.9rem;
    color: #fde68a;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input {
    width: 100%;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #1e293b;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: rgb(133, 114, 195);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(133, 114, 195, 0.1);
}

.form-input::placeholder {
    color: #94a3b8;
}

/* login page */
.login-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
    margin-top: 0.5rem;
}

.login-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(133, 114, 195, 0.6);
}

.login-btn:active {
    transform: translateY(0);
}

.input-icon {
    position: relative;
    display: block;
}

.input-icon svg { 
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
    z-index: 2;
    opacity: 0.7;
}

.input-icon .form-input {
    padding-left: 2.75rem !important;
    width: 100%;
    position: relative;
    z-index: 1; 
}

@media (max-width: 768px) {
    .login-card { 
        padding: 2rem;
    }
    
    .login-title {
        font-size: 1.5rem;
    }
}

.tac-container {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
}

.tac-card {
    background: linear-gradient(to right, rgb(31, 19, 70) 0%, rgb(20, 20, 20) 100%);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(133, 114, 195, 0.2);
    border-left: 5px solid rgb(133, 114, 195);
    position: relative;
    overflow: hidden;
}

.tac-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(133, 114, 195), rgb(150, 130, 210), rgb(91, 71, 150));
    background-size: 200% auto;
    animation: gradientShift 3s linear infinite;
}

@keyframes gradientShift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.tac-header {
    text-align: center;
    margin-bottom: 2rem;
}

.tac-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(133, 114, 195, 0.4);
}

.tac-icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
}

.tac-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.5rem 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.tac-subtitle {
    font-size: 1rem;
    color: #94a3b8;
    line-height: 1.6;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #94a3b8;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(133, 114, 195, 0.3);
    border-radius: 10px;
    color: #1e293b;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.form-input:focus {
    outline: none;
    border-color: rgb(133, 114, 195);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 3px rgba(133, 114, 195, 0.1);
}

.form-input::placeholder {
    color: #94a3b8;
    letter-spacing: normal;
}

.tac-btn {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(135deg, rgb(133, 114, 195) 0%, rgb(91, 71, 150) 100%);
    border: none;
    border-radius: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(133, 114, 195, 0.4);
}

.tac-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(133, 114, 195, 0.6);
}

.tac-btn:active {
    transform: translateY(0);
}

.tac-help {
    text-align: center;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(133, 114, 195, 0.2);
}

.tac-help-text {
    color: #94a3b8;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.tac-request-link {
    color: rgb(133, 114, 195);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.tac-request-link:hover {
    color: rgb(150, 130, 210);
    text-decoration: underline;
}

.tac-request-link svg {
    width: 16px;
    height: 16px;
}

.tac-response {
    margin-top: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.tac-response.success {
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
}

.tac-response.error {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
}

@media (max-width: 768px) {
    .tac-container {
        padding: 1rem;
    }
    
    .tac-card {
        padding: 2rem;
    }
    
    .tac-title {
        font-size: 1.5rem;
    }
}