body.login-page {
    min-height: 100vh;
    background: linear-gradient(135deg, #eef4f8 0%, #f8fafc 45%, #e7eef5 100%);
    font-family: "Roboto", sans-serif;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.login-card {
    width: 100%;
    max-width: 430px;
    background: #ffffff;
    border-radius: 22px;
    padding: 38px 36px 30px;
    position: relative;
    overflow: hidden;
}

.login-card::before {
    content: "";
    position: absolute;
    top: -90px;
    right: -90px;
    width: 190px;
    height: 190px;
    background: #0f5c8a;
    border-radius: 50%;
    opacity: 0.12;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.logo-circle {
    width: 76px;
    height: 76px;
    background: linear-gradient(135deg, #0f5c8a, #168bc2);
    border-radius: 22px;
    margin: 0 auto 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-circle i {
    color: #fff;
    font-size: 40px;
}

.login-logo h4 {
    margin: 0;
    font-weight: 700;
    color: #1f2937;
}

.login-logo p {
    margin-top: 8px;
    color: #6b7280;
    font-size: 14px;
}

.input-field .prefix {
    color: #607d8b;
}

.input-field input:focus + label {
    color: #0f5c8a !important;
}

.input-field input:focus {
    border-bottom: 1px solid #0f5c8a !important;
    box-shadow: 0 1px 0 0 #0f5c8a !important;
}

.password-field {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    color: #78909c;
    font-size: 22px;
}

.login-btn {
    width: 100%;
    margin-top: 24px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0f5c8a, #168bc2);
    text-transform: none;
    font-weight: 600;
}

.login-btn:hover {
    background: linear-gradient(135deg, #0d4f78, #137cad);
}

.login-footer {
    text-align: center;
    margin-top: 26px;
    font-size: 13px;
    color: #90a4ae;
}

.card-panel {
    border-radius: 12px;
    padding: 14px 18px;
}

.app-page {
    background: #f4f6f9;
}

.top-nav {
    background: #0f5c8a;
    padding: 0 24px;
}

.top-nav .brand-logo {
    font-size: 22px;
    font-weight: 700;
}

.app-layout {
    display: flex;
    min-height: calc(100vh - 64px);
}

.sidebar {
    width: 270px;
    background: #ffffff;
    border-right: 1px solid #e5e7eb;
    padding: 24px 0;
}

.sidebar-user {
    text-align: center;
    padding: 0 20px 24px;
    border-bottom: 1px solid #eef2f7;
}

.sidebar-user .avatar {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #0f5c8a, #168bc2);
    border-radius: 18px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-user .avatar i {
    color: #ffffff;
    font-size: 34px;
}

.sidebar-user strong {
    display: block;
    color: #1f2937;
}

.sidebar-user span {
    font-size: 12px;
    color: #78909c;
}

.sidebar-menu {
    margin: 20px 0 0;
}

.sidebar-menu li a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 24px;
    color: #374151;
    font-weight: 500;
}

.sidebar-menu li a:hover {
    background: #eef6fb;
    color: #0f5c8a;
}

.sidebar-menu i {
    color: #0f5c8a;
}

.main-content {
    flex: 1;
    padding: 32px;
}

.stat-card,
.panel-card,
.platform-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 8px 28px rgba(15, 92, 138, 0.08);
    margin-bottom: 24px;
}

.stat-card i {
    font-size: 36px;
}

.stat-card h5 {
    font-size: 32px;
    font-weight: 700;
    margin: 14px 0 4px;
}

.stat-card span {
    color: #607d8b;
}

.page-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.video-thumb {
    width: 70px;
    height: 45px;
    background: #eef6fb;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0f5c8a;
}

.platform-card {
    text-align: center;
}

.platform-icon {
    width: 64px;
    height: 64px;
    background: #eef6fb;
    color: #0f5c8a;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.platform-icon i {
    font-size: 34px;
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #78909c;
}

.empty-state i {
    font-size: 68px;
    color: #b0bec5;
}

@media (max-width: 992px) {
    .app-layout {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .main-content {
        padding: 20px;
    }
}

.form-actions {
    margin-top: 24px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.badge {
    border-radius: 10px;
    padding: 4px 10px;
    font-size: 12px;
    min-width: auto;
}

table .btn-small {
    margin-left: 4px;
    border-radius: 8px;
}

.panel-card h6 {
    font-weight: 700;
    margin-bottom: 24px;
    color: #1f2937;
}

.password-change-wrapper {
    max-width: 520px;
    margin: 40px auto;
}

.password-change-card {
    padding: 36px;
}

.full-width-btn {
    width: 100%;
    border-radius: 12px;
}

.wizard-steps {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.wizard-step {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    color: #78909c;
    border-radius: 14px;
    padding: 10px 18px;
    font-weight: 600;
}

.wizard-step.active {
    background: #0f5c8a;
    color: #ffffff;
    border-color: #0f5c8a;
}

.wizard-step.done {
    background: #e8f5e9;
    color: #2e7d32;
    border-color: #c8e6c9;
}

.platform-wizard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.platform-wizard-body {
    margin-top: 24px;
    border-top: 1px solid #eef2f7;
    padding-top: 24px;
}

.worker-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 20px;
}

.worker-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.worker-info {
    margin: 16px 0;
    color: #607d8b;
}

.worker-info p {
    margin: 6px 0;
}