@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

/* =======================================================
RESET & BASE STYLES
======================================================= */

body,
html {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background: #f9fafb;
    color: #1f2937;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

*,
::after,
::before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    color: #1f2937;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #1f2937;
}

a:hover:not(.btn):not(.logo) {
    color: #000;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

input[type="radio" i] {
    margin: 0;
}

.swal2-title {
    font-size: 1.6rem !important;
}

.swal2-html-container {
    font-size: 1rem !important;
}

.swal2-actions button {
    font-size: 1rem !important;
    font-weight: 600 !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #e1e3e7 !important;
    color: #33343a !important;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    color: #4b5563;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    outline: none;
    border: none;
    position: relative;
}

.btn:hover {
    background-color: #e5e7eb;
    color: #4b5563;
}

.btn i {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.btn-primary {
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
    background-color: #2563eb !important;
    color: #fff !important;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    color: #fff;
}

.btn-secondary {
    background-color: #6b7280;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #4b5563;
    color: #fff;
}

.btn-purple {
    box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
    background-color: #9333ea;
    color: #fff;
}

.btn-purple:hover {
    background-color: #7e22ce;
    color: #fff;
}

.btn-green {
    background-color: #16a34a;
    color: #fff;
}

.btn-green:hover {
    background-color: #15803d;
    color: #fff;
}

.btn-red {
    background-color: #dc2626;
    color: #fff;
}

.btn-red:hover {
    background-color: #b91c1c;
    color: #fff;
}

.btn-red-light {
    background-color: #fee2e2;
    color: #991b1b;
}

.btn-red-light:hover {
    background-color: #fecaca;
    color: #991b1b;
}

.btn-blue {
    background-color: #2563eb;
    color: #fff;
}

.btn-blue:hover {
    background-color: #1d4ed8;
    color: #fff;
}

.btn-small {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.alert {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.alert i {
    font-size: 2rem;
}

.alert-text h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-bottom: 0;
}

.alert-text p {
    font-size: 1rem;
    line-height: 1.5rem;
}

.alert-green {
    background-color: #dcfce7;
    color: #166534;
}

.alert-green .alert-text h4 {
    color: #166534;
}

.alert-green.alert-text p {
    color: #166534;
}

.alert-red {
    background-color: #fee2e2;
    color: #991b1b;
}

.alert-red .alert-text h4 {
    color: #991b1b;
}

.alert-red .alert-text p {
    color: #991b1b;
}

.alert-blue {
    background-color: #dbeafe;
    color: #1e40af;
}

.alert-blue .alert-text h4 {
    color: #1e40af;
}

.alert-blue .alert-text p {
    color: #1e40af;
}

.alert-purple {
    background-color: #f3e8ff;
    color: #9333ea;
}

.alert-purple .alert-text h4 {
    color: #9333ea;
}

.alert-purple .alert-text p {
    color: #9333ea;
}

.form-group {
    margin-bottom: calc(1.5rem * calc(1 - 0));
}

.form-label {
    font-weight: 600;
    color: #2d323b;
    margin-bottom: 0.75rem;
    display: block;
}

.form-control {
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #111827;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    transition: all 0.2s ease-in-out;
    outline: none;
    font-family: "Inter", sans-serif;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .logo-icon {
    background-color: rgb(255 255 255 / 0.2);
    border-radius: 0.75rem;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
    margin-right: 1rem;
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.logo .logo-icon i {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
}

.logo .logo-text .logo-title {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    color: #fff;
    margin-bottom: 0;
}

.logo .logo-text .logo-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #fff;
    opacity: 0.8;
}

.loading-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.loading-icon {
    font-size: 2rem;
    margin-right: 1rem;
    color: #000;
}

.loading-text {
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
}

.badge {
    border-radius: 9999px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge-red {
    background-color: #ef4444;
    color: #fff;
}

.badge-green {
    background-color: #dcfce7;
    color: #166534;
}

.badge-blue {
    background-color: #dbeafe;
    color: #1e40af;
}

.card-group {
    display: flex;
    gap: 1.5rem;
}

.card {
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);

    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1;
}

.card-lg {
    padding: 2rem;
}

.card-hover:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.card-header-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header-icon.icon-blue {
    background-color: #dbeafe;
    color: #2563eb;
}

.card-header-icon.icon-green {
    background-color: #dcfce7;
    color: #16a34a;
}

.card-header-icon.icon-red {
    background-color: #fee2e2;
    color: #dc2626;
}

.card-header-icon.icon-purple {
    background-color: #f3e8ff;
    color: #9333ea;
}

.card-header-icon i {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.card-header-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0;
}

.card-header-subtitle {
    color: #4b5563;
}

.text-green {
    color: #16a34a;
}

.text-red {
    color: #dc2626;
}

.text-blue {
    color: #2563eb;
}

/* =======================================================
LOGIN STYLES
======================================================= */

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
}

.login-content {
    width: 480px;
}

.login-content .logo {
    margin-bottom: 20px;
}

/* =======================================================
SIDEBAR STYLES
======================================================= */

.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 18rem;
    height: 100%;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
    z-index: 40;
    padding: 2rem;
    overflow-y: auto;
}

.sidebar .logo {
    margin-bottom: 3rem;
}

.sidebar .menu a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
    position: relative;
    margin-top: calc(0.75rem * calc(1 - 0));
}

.sidebar .menu a:first-child {
    margin-top: 0;
}

.sidebar .menu a i {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.sidebar .menu a.active {
    background: rgba(255, 255, 255, 0.25);
    border-right: 4px solid #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.sidebar .menu a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.sidebar .menu a:hover::before {
    left: 100%;
}

.sidebar .menu a:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateX(8px);
}

.sidebar .user-credit {
    padding: 1rem;
    border-radius: 0.75rem;
    margin-top: 3rem;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.sidebar .user-credit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.sidebar .user-credit-header-text {
    opacity: 0.8;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.sidebar .user-credit-header i {
    color: #fde047;
}

.sidebar .user-credit-title {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.25rem;
}

.sidebar .user-credit-subtitle {
    opacity: 0.7;
    font-size: 0.75rem;
    line-height: 1rem;
}

.sidebar .api-credit {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-top: 0.5rem;
}

.sidebar .api-credit-item {
    font-size: 0.77rem;
    color: #fff;
}

/* =======================================================
HEADER STYLES
======================================================= */

.main-content {
    margin-left: 18rem;
    position: relative;
    min-height: 100vh;
}

header {
    padding: 1.5rem;
    background-color: #fff;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0;
}

.header-subtitle {
    color: #4b5563;
    margin-top: 0.25rem;
}

.header-right-side {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header-small-button {
    box-shadow: none;
    padding: 0.75rem;
}

.header-small-button i {
    margin-right: 0;
    line-height: 1.4;
}

.header-small-button .badge {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    border-radius: 0.75rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 600;
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-user-info {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.header-user-info-avatar {
    --tw-gradient-to: #ec4899;
    --tw-gradient-from: #a855f7;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.header-user-info-avatar i {
    color: #fff;
}

.header-user-info-text {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
}

.header-user-info-text-name {
    font-weight: 600;
}

.header-user-info-text-email {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
}

/* =======================================================
DASHBOARD STYLES
======================================================= */

.dashboard-content {
    padding: 2rem;
}

.dashboard-content .card-group {
    margin-bottom: 2rem;
}

.dashboard-content .stats-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.dashboard-content .stats-card-header-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.dashboard-content .stats-card-header-icon.icon-blue {
    background-color: #dbeafe;
    color: #2563eb;
}

.dashboard-content .stats-card-header-icon.icon-green {
    background-color: #dcfce7;
    color: #16a34a;
}

.dashboard-content .stats-card-header-icon.icon-red {
    background-color: #fee2e2;
    color: #dc2626;
}

.dashboard-content .stats-card-header-icon.icon-purple {
    background-color: #f3e8ff;
    color: #9333ea;
}

.dashboard-content .stats-card-header-percentage {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
}

.dashboard-content .stats-card-header-percentage.percentage-text-green {
    color: #22c55e;
}

.dashboard-content .stats-card-header-percentage.percentage-text-red {
    color: #ef4444;
}

.dashboard-content .stats-card-header-percentage.percentage-text-blue {
    color: #2563eb;
}

.dashboard-content .stats-card-header-percentage.percentage-text-purple {
    color: #9333ea;
}

.dashboard-content .stats-card-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.25rem;
}

.dashboard-content .stats-card-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
}

.dashboard-content .stats-card-progress {
    height: 0.5rem;
    border-radius: 9999px;
    margin-top: 0.75rem;
    background-color: #e5e7eb;
}

.dashboard-content .stats-card-progress .progress-bar {
    border-radius: 9999px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    animation: progress-fill 2s ease-out;
    height: 0.5rem;
}

@keyframes progress-fill {
    from { width: 0%; }
}

.dashboard-content .card-group.stats-activity {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2em;
}

.dashboard-content .card-group .stats {
    grid-column: span 2 / span 2;
}

.dashboard-content .stats-chart-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 16rem;
}

.dashboard-content .stats-chart-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.dashboard-content .stats-chart-item-bar {
    width: 2rem;
    background-color: #3b82f6;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.dashboard-content .stats-chart-item-label {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6b7280;
}

.dashboard-content .stats-activity-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-height: 16rem;
    overflow-y: auto;
}

.dashboard-content .stats-activity-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background-color: #f3f4f6;
}

.dashboard-content .stats-activity-item.item-green {
    background-color: #f0fdf4;
}

.dashboard-content .stats-activity-item.item-green .stats-activity-item-icon {
    background-color: #dcfce7;
    color: #16a34a;
}

.dashboard-content .stats-activity-item.item-blue {
    background-color: #eff6ff;
}

.dashboard-content .stats-activity-item.item-blue .stats-activity-item-icon {
    background-color: #dbeafe;
    color: #2563eb;
}

.dashboard-content .stats-activity-item.item-purple {
    background-color: #faf5ff;
}

.dashboard-content .stats-activity-item.item-purple .stats-activity-item-icon {
    background-color: #f3e8ff;
    color: #9333ea;
}

.dashboard-content .stats-activity-item.item-red {
    background-color: #fee2e2;
}

.dashboard-content .stats-activity-item.item-red .stats-activity-item-icon {
    background-color: #fee2e2;
    color: #dc2626;
}

.dashboard-content .stats-activity-item.item-orange {
    background-color: #faf5ff;
}

.dashboard-content .stats-activity-item.item-orange .stats-activity-item-icon {
    background-color: #f3e8ff;
    color: #9333ea;
}

.dashboard-content .stats-activity-item-icon {
    border-radius: 9999px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-content .stats-activity-item-text {
    flex: 1;
}

.dashboard-content .stats-activity-item-text-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.dashboard-content .stats-activity-item-text-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6b7280;
}

.dashboard-content .stats-activity-item-time {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #9ca3af;
}

/* =======================================================
SMS SEND STYLES
======================================================= */

.send-sms .card-body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.send-sms .name-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.send-sms .name-label div {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 400;
}

.send-sms textarea {
    height: 10rem;
}

.send-sms .textarea-lg {
    height: 16rem;
}

.send-sms .sms-count {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

.send-sms .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1.5rem;
}

.send-sms.one-sms .card-footer {
    justify-content: flex-end;
}

.send-sms .card-footer .button-group {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.send-sms .card-footer .total-cost {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #4b5563;
}

.send-sms .card-footer .total-cost span {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.send-sms .radio-group {
    display: inline-flex;
    flex-direction: column;
    gap: 0.75rem;
}

.send-sms .send-time {
    margin-top: 1.5rem;
}

.send-sms .radio-item {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.send-sms #bulkScheduleDateTime {
    display: none;
}

.send-sms .date-time-group {
    display: flex;
    gap: 0.75rem;
}

/* =======================================================
REPORT STYLES
======================================================= */

.reports .filter-group {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.reports .date-group {
    display: flex;
    gap: 0.7rem;
    flex-direction: column;
}

.reports .stats-detail {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reports .stats-detail-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reports .stats-detail-item span:first-child {
    color: #4b5563;
}

.reports .stats-detail-item span:last-child {
    font-weight: 600;
}

.reports .download-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.reports .download-group .btn {
    width: 100%;
}

.reports .report-card {
    margin-top: 2rem;
    padding: 0;
}

.reports .report-card .title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.reports .report-card .table-responsive {
    overflow-x: auto;
}

.reports .report-card table {
    width: 100%;
}

.reports .report-card table thead {
    background-color: #f9fafb;
}

.reports .report-card table thead th {
    font-size: 0.75rem;
    line-height: 1rem;
    color: #6b7280;
    font-weight: 500;
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
}

.reports .report-card table tbody tr {
    background-color: #fff;
}

.reports .report-card table tbody td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    white-space: nowrap;
    border-bottom: 1px solid #e5e7eb;
}

.reports .report-card table tbody td.button-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
}

/* Sayfalama Stilleri */
.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.5rem;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.pagination-btn {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination-btn:hover {
    background-color: #e5e7eb;
    color: #111827;
}

.pagination-numbers {
    display: flex;
    gap: 0.25rem;
}

.pagination-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #f3f4f6;
    color: #374151;
    text-decoration: none;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}

.pagination-number:hover {
    background-color: #e5e7eb;
    color: #111827;
}

.pagination-number.active {
    background-color: #3b82f6;
    color: #ffffff;
}

.pagination-number.active:hover {
    background-color: #2563eb;
}

.pagination-info {
    font-size: 0.8rem;
    color: #4b5563;
    text-align: center;
}

/* =======================================================
TIMER STYLES
======================================================= */

.timer .timer-card {
    padding: 0;
}

.timer .card-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.timer .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.timer .item-text {
    flex: 1;
}

.timer .item-text-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.timer .item-text-subtitle {
    color: #4b5563;
    margin-bottom: 0.75rem;
}

.timer .item-text-info {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.timer .item-text-info span {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #6b7280;
}

/* =======================================================
BLACKLIST STYLES
======================================================= */

.blacklist .card-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.blacklist .report-card {
    margin-top: 0;
}

/* =======================================================
USERS STYLES
======================================================= */

.users-report .card-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.users-report .report-card {
    margin-top: 0;
}

/* =======================================================
ADMIN STATS STYLES
======================================================= */

.admin-stats-section {
    margin-bottom: 2rem;
}

.stats-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.stats-panel {
    background: white;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.stats-header {
    padding: 1.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-align: center;
}

.stats-header h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
    color: white;
}

.stats-header p {
    font-size: 0.9rem;
    opacity: 0.9;
    margin: 0;
}

.stats-content {
    padding: 1.5rem;
}

.stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.stat-item:hover {
    background: #f1f5f9;
    transform: translateY(-1px);
}

.stat-item:last-child {
    margin-bottom: 0;
}

.stat-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    font-size: 1.2rem;
    color: white;
    flex-shrink: 0;
}

.stat-icon.blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.stat-icon.grey {
    background: linear-gradient(135deg, #6b7280, #4b5563);
}

.stat-icon.purple {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}

.stat-icon.orange {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.stat-icon.teal {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.stat-icon.red {
    background: linear-gradient(135deg, #ef4444, #dc2626);
}

.stat-info {
    flex: 1;
    min-width: 0;
}

.stat-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

.stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2937;
}

.stat-percent {
    font-size: 0.8rem;
    color: #9ca3af;
    font-weight: 600;
}

.stat-progress {
    width: 100px;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    margin-left: 1rem;
    flex-shrink: 0;
}

.progress-bar {
    height: 100%;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.progress-bar.blue {
    background: linear-gradient(90deg, #3b82f6, #1d4ed8);
}

.progress-bar.grey {
    background: linear-gradient(90deg, #6b7280, #4b5563);
}

.progress-bar.purple {
    background: linear-gradient(90deg, #8b5cf6, #7c3aed);
}

.progress-bar.orange {
    background: linear-gradient(90deg, #f59e0b, #d97706);
}

.progress-bar.teal {
    background: linear-gradient(90deg, #14b8a6, #0d9488);
}

.progress-bar.red {
    background: linear-gradient(90deg, #ef4444, #dc2626);
}

/* Responsive */
@media (max-width: 768px) {
    .stats-panels {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .stat-item {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .stat-icon {
        margin-right: 0;
        margin-bottom: 1rem;
    }
    
    .stat-progress {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
}