body {
    background-color: #F8FAFC;
    color: #0F172A;
    touch-action: manipulation;
}

input::-ms-reveal,
input::-ms-clear {
    display: none !important;
}

.hide {
    display: none !important;
}

.glass-panel {
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid #E2E8F0;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.input-admin {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #CBD5E1;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    transition: border-color 0.2s;
    outline: none;
}

.input-admin:focus {
    border-color: #0F172A;
    box-shadow: 0 0 0 2px rgba(15, 23, 42, 0.1);
}

.btn-admin {
    background: #0F172A;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-admin:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.btn-outline {
    border: 1px solid #CBD5E1;
    color: #0F172A;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    transition: all 0.2s;
    cursor: pointer;
}

.btn-outline:hover:not(:disabled) {
    background: #F1F5F9;
}

.th-admin {
    padding: 1rem;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748B;
    border-bottom: 1px solid #E2E8F0;
    white-space: nowrap;
}

.td-admin {
    padding: 1rem;
    font-size: 0.875rem;
    border-bottom: 1px solid #F1F5F9;
    vertical-align: middle;
}

.status-select {
    padding: 0.35rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid transparent;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
}

.status-chua-xac-nhan {
    background: #FEF3C7;
    color: #D97706;
    border-color: #FDE68A;
}

.status-da-xac-nhan {
    background: #DCFCE7;
    color: #15803D;
    border-color: #BBF7D0;
}

.status-khach-huy {
    background: #FEE2E2;
    color: #DC2626;
    border-color: #FECACA;
}

/* LUXURY TOAST (RESPONSIVE) */
#luxury-toast-container {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 10000;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: calc(100vw - 2rem);
}

.toast-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    border-left: 4px solid #142534;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.1);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transform: translateX(120%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.toast-card.show {
    transform: translateX(0);
}

.toast-card.error {
    border-left-color: #EF4444;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.filter-btn {
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #E2E8F0;
    transition: all 0.2s;
    white-space: nowrap;
}

.filter-btn:hover {
    background: #F1F5F9;
}

.filter-btn.active {
    background: #0F172A;
    color: white;
    border-color: #0F172A;
}
