:root {
    /* Color Palette */
    --color-primary: #f45037;
    --color-primary-hover: #d83e26;
    --color-primary-light: rgba(244, 80, 55, 0.08);
    --primary-brand: #f45037;
    --primary-brand-hover: #d83e26;
    --primary-brand-light: rgba(244, 80, 55, 0.08);
    --bg-slate: #f1f5f9;
    --bg-card: #ffffff;
    --bg-header-light: #ffffff;
    --bg-topbar-light: #f8fafc;
    --text-main: #0f172a;
    --text-muted: #64748b;
    --text-header-main: #0f172a;
    --text-header-muted: #64748b;
    --border-color: #e2e8f0;
    --border-header: #e2e8f0;

    /* Border-Radius Scale */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;

    /* Shadow Scale */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0
}

.skip-link {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 9999
}

.skip-link:focus {
    position: fixed;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 12px 20px;
    background: #667eea;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3)
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f1f5f9;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.page-wrapper {
    max-width: 1536px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    min-height: calc(100vh - 70px);
    display: flex;
    flex-direction: column
}

@media (max-width:768px) {
    .page-wrapper {
        padding: 0 !important
    }
}

main {
    min-height: 400px
}

@media (max-width:768px) {
    .antreman-page {
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: auto !important;
        padding: 0 !important;
        margin-top: -20px !important
    }

    .antreman-page .blog-header,
    .antreman-page .blog-wrapper,
    .antreman-page .antreman-card-modern {
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .antreman-page .blog-header {
        padding: 18px 20px !important;
        margin-bottom: 0 !important;
        background: #ffffff !important;
        border-bottom: 1px solid #e5e7eb !important
    }

    .antreman-page .blog-wrapper {
        padding: 10px !important;
        gap: 10px !important;
        box-shadow: none !important
    }

    .antreman-page .antreman-card-modern {
        margin-bottom: 10px !important;
        box-shadow: none !important;
        border-top: 1px solid #e5e7eb !important;
        border-bottom: 1px solid #e5e7eb !important
    }

    .antreman-page .antreman-card-header {
        padding: 15px 20px !important
    }

    .antreman-page .antreman-card-body {
        padding: 15px 20px !important
    }
}

.ads-global-header {
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0
}

.ads-global-header>* {
    margin: 0 auto
}

.site-header {
    background: #ffffff;
    height: 70px;
    position: relative !important;
    top: auto !important;
    z-index: 1000;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e2e8f0;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    margin: 0;
    width: 100%;
    box-sizing: border-box
}

.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box
}

.header-auth-widgets {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 15px
}

.auth-btn-login {
    padding: 8px 20px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    color: #0f172a;
    background-color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.auth-btn-login:hover {
    background-color: #f1f5f9 !important;
    color: #0f172a !important
}

.auth-btn-register {
    padding: 8px 20px;
    background-color: #f45037;
    border: 1px solid #f45037;
    border-radius: 8px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.auth-btn-register:hover {
    background-color: #d83e26 !important;
    border-color: #d83e26 !important;
    color: #ffffff !important
}

.nav-auth-mobile {
    display: flex;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    margin-top: auto
}

.nav-auth-mobile .auth-btn-login,
.nav-auth-mobile .auth-btn-register {
    flex: 1 1 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.2s ease
}

.nav-auth-mobile .auth-btn-login {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    color: #0f172a
}

.nav-auth-mobile .auth-btn-login:hover {
    background-color: #f1f5f9;
    color: #0f172a
}

.nav-auth-mobile .auth-btn-register {
    background-color: #f45037;
    border: 1px solid #f45037;
    color: #ffffff
}

.nav-auth-mobile .auth-btn-register:hover {
    background-color: #d83e26;
    border-color: #d83e26;
    color: #ffffff
}

@media (max-width:900px) {
    .header-auth-widgets {
        display: none !important
    }
}

@media (min-width:901px) {
    .nav-auth-mobile {
        display: none !important
    }
}

@media (max-width:768px) {
    .site-header-inner>div[style*="margin-left:auto"] {
        margin-right: 8px !important
    }

    .site-header-inner>div[style*="margin-left:auto"] a {
        padding: 6px 10px !important;
        font-size: 12px !important
    }

    .site-header-inner>div[style*="margin-left:auto"] a span:nth-child(2) {
        display: none
    }
}

.site-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit
}

.site-brand-top {
    display: flex;
    align-items: center;
    gap: 10px
}

.site-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    flex-shrink: 0
}

.site-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2
}

.site-title-red {
    color: #f45037
}

.site-tagline {
    font-size: 9.5px;
    color: #64748b;
    font-weight: 500;
    margin-left: 46px;
    margin-top: -2px;
    white-space: nowrap
}

@media (min-width:901px) {
    .site-nav {
        display: inline-flex !important;
        width: auto !important;
        max-width: max-content !important;
        align-items: center;
        gap: 4px;
        background-color: rgba(226, 232, 240, 0.55);
        padding: 4px;
        border-radius: 100px;
        box-sizing: border-box;
        flex-shrink: 0
    }

    .nav-link {
        padding: 6px 14px;
        text-decoration: none;
        font-size: 13px;
        font-weight: 600;
        border-radius: 100px;
        color: #64748b;
        border: none;
        transition: all 0.2s ease;
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
        gap: 6px
    }

    .nav-link:hover {
        color: #0f172a;
        background: transparent
    }

    .nav-link-active,
    .nav-link.nav-link-active {
        background-color: #ffffff !important;
        color: #f45037 !important;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) !important;
        font-weight: 600 !important
    }
}

.page-heading {
    margin: 10px 0 20px
}

.page-heading {
    margin: 10px 0 20px
}

.page-heading {
    margin: 10px 0 20px
}

@media (min-width:769px) and (max-width:1150px) {
    .nav-hide-tablet {
        display: none !important
    }

    .site-tagline {
        display: none !important
    }

    .site-nav {
        gap: 8px !important
    }
}

.page-heading h1 {
    font-size: 22px;
    margin-bottom: 4px;
    color: #2c3e50
}

.page-heading p {
    font-size: 13px;
    color: #334155
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    width: 100%
}

.category-card {
    background: #fff;
    border: 1px solid #dfe6e9;
    border-radius: 10px;
    padding: 16px;
    min-height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #2c3e50;
    transition: 0.2s
}

.category-card:hover {
    background: #eafaf1;
    border-color: #1e8449;
    transform: translateY(-3px)
}

.category-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.category-meta {
    font-size: 13px;
    color: #334155
}

.container,
.v7-container {
    background: #fff;
    border-radius: var(--radius-lg, 16px);
    border: 1px solid #dfe6e9;
    padding: 18px 16px;
    box-shadow: var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, 0.05))
}

.v7-two-panel-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    width: 100%
}

.v7-panel-main {
    flex: 1;
    min-width: 0
}

.v7-panel-aside {
    width: 320px;
    flex-shrink: 0
}

@media (max-width:1024px) {
    .v7-two-panel-wrapper {
        flex-direction: column
    }

    .v7-panel-aside {
        width: 100%
    }
}

.info {
    font-size: 13px;
    color: #334155;
    margin-bottom: 10px
}

.toolbar {
    margin-bottom: 12px
}

.toolbar form {
    font-size: 13px
}

.toolbar label {
    margin-right: 6px
}

.toolbar select {
    padding: 4px 6px;
    font-size: 13px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: 0.15s ease
}

.btn-primary {
    background: #1e8449;
    color: #fff;
    border-color: #1e8449;
    font-weight: 600
}

.btn-primary:hover {
    background: #219150;
    border-color: #219150;
    transform: translateY(-2px)
}

.btn-primary:active {
    background: #1e8449;
    border-color: #1e8449;
    transform: translateY(0)
}

.btn-primary:disabled {
    background: #bdc3c7;
    border-color: #bdc3c7;
    cursor: default;
    transform: none
}

.btn-danger {
    background: #e74c3c;
    color: #fff;
    border-color: #e74c3c
}

.btn-danger:hover {
    opacity: 0.9
}

.btn-ghost {
    border: 1px solid #ccc;
    color: #333;
    background: transparent
}

.btn-secondary {
    background: #f0f1f5;
    color: #333;
    border-color: #dfe6e9;
    font-weight: 500
}

.btn-secondary:hover {
    background: #e2e8f0;
    border-color: #cbd5e1;
    transform: translateY(-1px)
}

.btn-secondary:disabled {
    background: #e2e8f0;
    color: #94a3b8;
    border-color: #cbd5e1;
    cursor: not-allowed;
    transform: none
}

.btn-outline {
    background: transparent;
    color: #333;
    border: 1px solid #dfe6e9
}

.btn-outline:hover {
    background: #f8f9fa;
    border-color: #cbd5e1
}

.btn-sm {
    padding: 4px 10px;
    font-size: 12px
}

.btn-outline.active {
    background: #1d4ed8;
    color: #fff;
    border-color: #1d4ed8
}

.secenek-clickable {
    cursor: pointer;
    transition: 0.15s
}

.secenek-yanlis {
    background: #ffebeb !important;
    border-color: #e74c3c !important;
    color: #c0392b !important
}

.secenek-dogru,
.secenek-dogru-click {
    background: #d4f5dd !important;
    border-color: #1e8449 !important;
    color: #145a32 !important
}

.soru-karti {
    border-radius: 8px;
    border: 1px solid #dfe6e9;
    padding: 10px 12px;
    margin-bottom: 12px;
    background: #fafafa
}

.soru-baslik {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600
}

.soru-ust-sol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 15px
}

.soru-ust-sag {
    display: flex;
    align-items: center;
    gap: 8px
}

.badge {
    display: inline-block;
    background: #1e8449;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 999px
}

.kategori-etiket {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #f1f3f5;
    color: #555
}

.soru-metin {
    font-size: 14px;
    margin-bottom: 8px
}

.secenek-listesi {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px
}

.secenek {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    padding: 4px 6px;
    border-radius: 6px;
    border: 1px solid transparent
}

.secenek-harf {
    font-weight: 600;
    min-width: 22px
}

.cozum-btn {
    border: none;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 6px;
    cursor: pointer;
    background: #ecf0f1;
    color: #2c3e50
}

.cozum-btn:hover {
    background: #d0d7de
}

.cozum-metin {
    display: none;
    margin-top: 6px;
    padding: 6px;
    border-radius: 6px;
    background: #fef9e7;
    border: 1px solid #f1c40f;
    font-size: 13px
}

.cozum-metin.acik {
    display: block
}

.page-footer {
    margin-top: 40px;
    padding: 0;
    width: 100%;
    font-size: 13px;
    color: #6b7280;
    text-align: center;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.03)
}

.footer-content {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 18px 20px
}

.page-footer a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500
}

.page-footer a:hover {
    text-decoration: underline;
    opacity: .9
}

.nav-toggle {
    display: none;
    border: none;
    background: transparent;
    padding: 14px;
    cursor: pointer;
    margin-right: -10px;
    border-radius: 8px;
    transition: background 0.2s
}

.nav-toggle:hover {
    background: rgba(0, 0, 0, 0.05)
}

.nav-toggle-bar {
    display: block;
    width: 22px;
    height: 2px;
    background: #2c3e50;
    border-radius: 2px;
    position: relative
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 22px;
    height: 2px;
    background: #2c3e50;
    border-radius: 2px
}

.nav-toggle-bar::before {
    top: -6px
}

.nav-toggle-bar::after {
    top: 6px
}

@media (max-width:900px) {
    body {
        padding: 0
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        height: 70px;
        background: #ffffff !important
    }

    .site-header-inner {
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        height: 100%;
        position: relative
    }

    .nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        margin-left: auto;
        border: none;
        background: transparent;
        cursor: pointer;
        border-radius: 8px
    }

    .nav-toggle:hover {
        background: #f1f5f9
    }

    .site-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff !important;
        border-bottom: 1px solid #e2e8f0;
        box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.12);
        padding: 16px 20px;
        flex-direction: column;
        gap: 6px;
        z-index: 9999;
        box-sizing: border-box
    }

    .site-nav.nav-open {
        display: flex !important
    }

    .site-nav .nav-link {
        width: 100%;
        text-align: left;
        padding: 12px 16px;
        border-radius: 10px;
        font-size: 14.5px;
        font-weight: 500;
        color: #334155;
        box-sizing: border-box
    }

    .site-nav .nav-link:hover {
        background: #f8fafc;
        color: #0f172a
    }

    .site-nav .nav-link.nav-link-active {
        background: #eff6ff;
        color: #1d4ed8;
        font-weight: 700;
    }
}

@media (max-width:480px) {
    body {
        padding: 0
    }

    .site-logo-circle {
        width: 32px;
        height: 32px;
        font-size: 16px
    }

    .site-title {
        font-size: 16px
    }

    .site-tagline {
        font-size: 10px
    }

    .nav-link {
        font-size: 12px;
        padding: 6px 10px
    }
}

.admin-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px
}

@media (max-width:768px) {
    .admin-container {
        padding: 0 !important;
        margin-left: -20px !important;
        margin-right: -20px !important;
        width: auto !important;
        margin-top: -20px !important
    }
}

.admin-layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.admin-sidebar {
    display: none
}

.admin-sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 12px
}

.admin-sidebar-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    color: #94a3b8;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease
}

.admin-sidebar-link i {
    width: 20px;
    text-align: center;
    font-size: 16px
}

.admin-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #f8fafc
}

.admin-sidebar-link.active {
    background: #1d4ed8;
    color: #ffffff
}

.admin-sidebar-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #475569;
    margin: 20px 16px 8px;
    font-weight: 700
}

.admin-main-content {
    flex: 1;
    background: #f8fafc;
    padding: 40px 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto
}

.admin-top-nav {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 20px;
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.1)
}

.admin-nav-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    align-items: center;
    height: 64px;
    gap: 10px
}

.admin-nav-menu {
    display: flex;
    gap: 4px;
    margin-right: auto
}

.admin-nav-item {
    position: relative;
    padding: 10px 16px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px
}

.admin-nav-item:hover {
    background: #f1f5f9;
    color: #0f172a
}

.admin-nav-item.active {
    background: #eff6ff;
    color: #2563eb
}

.admin-nav-item i {
    font-size: 16px;
    opacity: 0.8
}

.admin-nav-dropdown {
    position: relative
}

.admin-nav-dropdown-menu {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    min-width: 220px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
    padding: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.admin-nav-dropdown:hover .admin-nav-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.admin-nav-dropdown-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    color: #475569;
    font-size: 13.5px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease
}

.admin-nav-dropdown-link:hover {
    background: #f8fafc;
    color: #2563eb
}

.admin-nav-dropdown-link i {
    width: 20px;
    text-align: center;
    color: #475569
}

.admin-nav-dropdown-link:hover i {
    color: #2563eb
}

.nav-badge {
    background: #ef4444;
    color: #fff;
    font-size: 10px;
    padding: 1px 6px;
    border-radius: 8px;
    font-weight: 700
}

@media (max-width:1024px) {
    .admin-nav-item span {
        display: none
    }

    .admin-nav-item {
        padding: 10px
    }
}

@media (max-width:768px) {
    .admin-top-nav {
        overflow-x: auto;
        justify-content: flex-start
    }

    .admin-nav-container {
        width: max-content;
        gap: 5px
    }

    .admin-main-content {
        padding: 20px 15px
    }
}

.admin-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #2c3e50
}

.admin-desc {
    font-size: 14px;
    color: #7f8c8d;
    margin-bottom: 16px
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 40px
}

.home-stat-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease
}

.home-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1)
}

.home-stat-label {
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 8px
}

.home-stat-value {
    font-size: 32px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px
}

.home-stat-sub {
    font-size: 14px;
    color: #9ca3af
}

@media (max-width:768px) {
    .home-stats {
        grid-template-columns: 1fr
    }
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin-bottom: 20px
}

.stat-card {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e1e2e6;
    padding: 10px 12px
}

.stat-label {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px
}

.stat-value {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 2px
}

.stat-sub {
    font-size: 11px;
    color: #95a5a6
}

.stat-good {
    color: #1e8449
}

.stat-bad {
    color: #c0392b
}

.stat-card .stat-value {
    font-size: 20px
}

.admin-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.admin-btn {
    text-align: center;
    min-width: 180px;
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #fff !important;
    display: inline-block;
    background: #3498db
}

.admin-btn:hover {
    opacity: 0.9
}

.admin-btn.purple {
    background: #8e44ad
}

.admin-btn.red {
    background: #e74c3c;
    color: #fff !important
}

.admin-btn.red:hover {
    background: #c0392b
}

.admin-logout-btn {
    background: #e74c3c;
    color: #fff !important;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    min-width: 120px;
    display: inline-block
}

.admin-logout-btn:hover {
    opacity: 0.9
}

.sinav-ozet {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    background: #f8fafc;
    padding: 8px 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #2c3e50;
    margin-bottom: 15px
}

.sinav-ozet span {
    background: #ecf0f1;
    padding: 4px 8px;
    border-radius: 999px
}

.toolbar-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 15px
}

.loading-indicator,
.no-more-questions {
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #7f8c8d
}

.loading-indicator {
    display: none
}

.no-more-questions {
    display: none
}

.back-to-top-btn {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: #ffffff;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(0.9);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 990
}

.back-to-top-btn.show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important
}

.back-to-top-btn:hover {
    background: #f45037 !important;
    color: #ffffff !important;
    border-color: #f45037 !important;
    box-shadow: 0 6px 20px rgba(244, 80, 55, 0.35) !important;
    transform: translateY(-3px) scale(1.05) !important
}

.back-to-top-btn svg,
.back-to-top-btn i {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
    transition: transform 0.2s ease
}

.back-to-top-btn:hover svg,
.back-to-top-btn:hover i {
    transform: translateY(-2px)
}

/* ── Mobilde Dinamik Şeffaflık & Küçültme (Mobil UX Uyumlu) ─────────── */
@media (max-width: 768px) {
    .back-to-top-btn {
        width: 36px !important;
        height: 36px !important;
        right: 12px !important;
        bottom: 16px !important;
        border-radius: 50% !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18) !important;
    }

    .back-to-top-btn.show {
        opacity: 0.35 !important;
        visibility: visible !important;
    }

    .back-to-top-btn:hover,
    .back-to-top-btn:focus,
    .back-to-top-btn:active {
        opacity: 1 !important;
        transform: scale(1.1) !important;
        box-shadow: 0 4px 14px rgba(79, 70, 229, 0.4) !important;
    }
}

.nav-user {}

.nav-user.nav-link-active {
    background: #1e8449;
    color: #fff;
    border-color: #1e8449
}

.nav-logout {
    background: #e74c3c;
    color: #fff
}

.members-page {
    margin-top: 20px
}

.members-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 20px
}

.card.members-card {
    padding: 16px 18px
}

.members-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px
}

.members-label {
    color: #666
}

.members-value {
    font-weight: 500
}

.badge-admin {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    font-size: 11px;
    background: #ffeaa7;
    color: #8c5b00
}

.members-actions {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.members-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 8px
}

.stat-box {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 8px 10px
}

.info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 20px;
    margin-top: 16px
}

.info-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e4ea;
    padding: 16px 18px
}

.info-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 14px
}

.info-label {
    color: #666
}

.info-value {
    font-weight: 500
}

.info-actions {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.info-stats-grid {
    margin-top: 8px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px
}

.stat-item {
    background: #f8f9fb;
    border-radius: 8px;
    padding: 8px 10px
}

.info-hint {
    margin-top: 12px;
    font-size: 13px;
    color: #666
}

.icon-btn,
.fav-btn,
.report-btn {
    border: none;
    background: transparent;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    transition: background-color 0.15s ease, color 0.15s ease;
    padding: 0
}

.icon-btn:hover,
.fav-btn:hover,
.report-btn:hover {
    background: #eef1f3
}

.icon-btn:active,
.fav-btn:active,
.report-btn:active {
    background: #e2e6ea
}

.icon-star {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #9ca3af;
    stroke-width: 2;
    display: block;
    transition: fill 0.2s ease, stroke 0.2s ease
}

.fav-btn.fav-active .icon-star,
.icon-btn.fav-active .icon-star {
    fill: #fbbf24;
    stroke: #f59e0b;
    stroke-width: 2
}

.icon-flag {
    font-size: 16px;
    line-height: 1;
    color: #e67e22
}

.report-btn.reported .icon-flag {
    color: #1e8449
}

.icon-btn.loading,
.fav-btn.loading,
.report-btn.loading {
    opacity: 0.5;
    pointer-events: none
}

@media (max-width:600px) {

    .icon-btn,
    .fav-btn,
    .report-btn {
        width: 28px;
        height: 28px
    }

    .icon-star {
        width: 18px;
        height: 18px
    }
}

.report-table th,
.report-table td {
    word-wrap: break-word
}

@media (max-width:768px) {

    .report-table th,
    .report-table td {
        padding: 5px 4px;
        font-size: 12px
    }

    .question-text {
        font-size: 12px
    }

    .question-goto-btn {
        padding: 4px 6px;
        font-size: 11px
    }
}

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

.modal-box {
    background: #fff;
    width: 320px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    animation: fadeIn 0.2s ease
}

.modal-box h3 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #2c3e50
}

.modal-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dce0e4;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 14px
}

.modal-btn {
    width: 100%;
    padding: 10px;
    background: #4a90e2;
    border: none;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer
}

.modal-btn:hover {
    background: #357bc8
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.exam-countdown {
    background: #eef6ff;
    color: #1d4ed8;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px solid #bfdbfe;
    font-weight: 600;
    margin-bottom: 15px
}

.exam-countdown-hero {
    position: absolute;
    top: 14px;
    right: 16px;
    margin: 0
}

.home-hero {
    position: relative;
    padding-top: 50px
}

@media (max-width:640px) {
    .exam-countdown-hero {
        position: static;
        margin-bottom: 12px;
        width: 100%
    }
}

.messages-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.message-item {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    font-size: 14px
}

.message-item.is-unread {
    border-color: #1d4ed8;
    background: #eff6ff
}

.message-item-header {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 6px;
    color: #6b7280
}

.message-subject {
    font-weight: 600;
    margin-bottom: 4px
}

.message-body {
    line-height: 1.6;
    color: #2c3e50
}

.message-body p {
    margin: 0 0 12px 0
}

.message-body p:last-child {
    margin-bottom: 0
}

.message-body code {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    display: inline-block
}

.message-body a {
    color: #1e8449;
    text-decoration: none;
    font-weight: 500
}

.message-body a:hover {
    text-decoration: underline
}

.message-body strong {
    font-weight: 600;
    color: #2c3e50
}

.message-body ul,
.message-body ol {
    margin: 8px 0;
    padding-left: 24px
}

.message-body li {
    margin: 4px 0
}

.message-body {
    font-size: 13px;
    color: #374151
}

.nav-unread-badge {
    background: #ef4444;
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 6px;
    font-weight: 700;
    display: inline-block
}

.admin-btn.orange {
    background: #f97316;
    border-color: #ea580c
}

.admin-btn.orange:hover {
    background: #ea580c;
    border-color: #c2410c
}

.admin-btn.settings {
    background: #094c41;
    border-color: #f6b3be
}

.admin-btn.settings:hover {
    background: #038772;
    border-color: #fc788d
}

.ust-bilgi-alani {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.qlist-filter-wrapper {
    display: flex;
    align-items: center;
    position: relative
}

.ust-bar-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb
}

.ust-bar-icerik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 12px;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb
}

.sinav-dogru strong {
    color: #16a34a;
    font-weight: 700
}

.sinav-yanlis strong {
    color: #dc2626;
    font-weight: 700
}

.qlist-filter-button {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.15s
}

.qlist-filter-button:hover {
    background: #e5e7eb
}

.qlist-filter-menu {
    position: absolute;
    top: 120%;
    left: 0;
    width: 230px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.12);
    padding: 6px 0;
    display: none;
    z-index: 1000
}

.qlist-filter-menu.is-open {
    display: block
}

.filter-menu-item {
    padding: 8px 14px;
    display: block;
    color: #111827;
    text-decoration: none
}

.filter-menu-item:hover {
    background: #f3f4f6
}

.filter-menu-item.is-active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600
}

.ust-bar-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.ust-bar-right {
    display: flex;
    align-items: center
}

.font-size-controls {
    display: flex;
    align-items: center;
    gap: 6px
}

.font-btn {
    padding: 4px 8px;
    font-size: 0.85rem;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.15s
}

.font-btn:hover {
    background: #e5e7eb
}

.ust-bar-sticky,
.ust-bar-icerik,
.ust-bar-left,
.ust-bar-right,
.qlist-filter-wrapper,
.qlist-filter-button,
.sinav-ozet,
.font-btn {
    font-size: 14px !important
}

#soruZoomWrapper {
    transform-origin: top center;
    transition: transform 0.15s ease-out;
    display: inline-block;
    width: 100%
}

.blog-item {
    background: #fff;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 12px;
    border: 1px solid #ddd
}

.blog-item h3 {
    margin: 0
}

.blog-content {
    margin-top: 16px;
    font-size: 1.05rem;
    line-height: 1.6
}

.admin-action-card.blue {
    background: linear-gradient(135deg, #1d4ed8 0%, #2563eb 100%);
    color: #ffffff;
    border-color: #2563eb
}

.admin-action-card.blue:hover {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #ffffff
}

.admin-action-card.green {
    background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
    color: #ffffff;
    border-color: #16a34a
}

.admin-action-card.green:hover {
    background: linear-gradient(135deg, #16a34a 0%, #15803d 100%);
    color: #ffffff
}

.admin-action-card.purple {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    color: #ffffff;
    border-color: #7c3aed
}

.admin-action-card.purple:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #ffffff
}

.admin-action-card.yellow {
    background: linear-gradient(135deg, #eab308 0%, #ca8a04 100%);
    color: #1f2937;
    border-color: #ca8a04
}

.admin-action-card.yellow:hover {
    background: linear-gradient(135deg, #ca8a04 0%, #a16207 100%);
    color: #1f2937
}

.admin-action-card.cyan {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    color: #ffffff;
    border-color: #0891b2
}

.admin-action-card.cyan:hover {
    background: linear-gradient(135deg, #0891b2 0%, #0e7490 100%);
    color: #ffffff
}

.admin-action-card.violet {
    background: linear-gradient(135deg, #7c3aed 0%, #6d28d9 100%);
    color: #ffffff;
    border-color: #6d28d9
}

.admin-action-card.violet:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #5b21b6 100%);
    color: #ffffff
}

.admin-action-card.red {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: #ffffff;
    border-color: #dc2626
}

.admin-action-card.red:hover {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    color: #ffffff
}

.admin-action-card.orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    color: #ffffff;
    border-color: #ea580c
}

.admin-action-card.orange:hover {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #ffffff
}

.admin-action-card.indigo {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
    color: #ffffff;
    border-color: #4f46e5
}

.admin-action-card.indigo:hover {
    background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%);
    color: #ffffff
}

.admin-action-card.dark {
    background: linear-gradient(135deg, #334155 0%, #1e293b 100%);
    color: #ffffff;
    border-color: #1e293b
}

.admin-action-card.dark:hover {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff
}

.admin-action-card.brown {
    background: linear-gradient(135deg, #a16207 0%, #854d0e 100%);
    color: #ffffff;
    border-color: #854d0e
}

.admin-action-card.brown:hover {
    background: linear-gradient(135deg, #854d0e 0%, #713f12 100%);
    color: #ffffff
}

.admin-action-card.teal {
    background: linear-gradient(135deg, #14b8a6 0%, #0d9488 100%);
    color: #ffffff;
    border-color: #0d9488
}

.admin-action-card.teal:hover {
    background: linear-gradient(135deg, #0d9488 0%, #0f766e 100%);
    color: #ffffff
}

.admin-action-card.logout {
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
    color: #ffffff;
    border-color: #991b1b
}

.admin-action-card.logout:hover {
    background: linear-gradient(135deg, #991b1b 0%, #7f1d1d 100%);
    color: #ffffff
}

.admin-action-card.blue span,
.admin-action-card.green span,
.admin-action-card.purple span,
.admin-action-card.cyan span,
.admin-action-card.violet span,
.admin-action-card.red span,
.admin-action-card.orange span,
.admin-action-card.indigo span,
.admin-action-card.dark span,
.admin-action-card.brown span,
.admin-action-card.teal span,
.admin-action-card.logout span {
    color: rgba(255, 255, 255, 0.9);
    opacity: 1
}

.admin-action-card.yellow span {
    color: rgba(31, 41, 55, 0.8);
    opacity: 1
}

.locked-container {
    margin: 40px auto;
    max-width: 600px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px 28px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04)
}

.locked-icon {
    font-size: 42px;
    margin-bottom: 12px
}

.locked-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827
}

.locked-desc {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px
}

.locked-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s ease
}

.locked-btn:hover {
    background: #1d4ed8
}

.backup-status {
    margin-top: 10px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px
}

.backup-status.success {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0
}

.backup-status.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.backup-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 20px
}

@media (max-width:768px) {
    .backup-grid {
        grid-template-columns: 1fr
    }
}

.backup-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px
}

.backup-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px
}

.backup-card-title .lock {
    font-size: 15px
}

.backup-card-text {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 12px
}

.backup-btn-primary,
.backup-btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease, color 0.12s ease
}

.backup-btn-primary {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff
}

.backup-btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.backup-btn-danger {
    background: #dc2626;
    border-color: #dc2626;
    color: #ffffff
}

.backup-btn-danger:hover {
    background: #b91c1c;
    border-color: #b91c1c;
    transform: translateY(-1px)
}

.backup-help-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 8px
}

.backup-top-actions {
    margin-top: 10px;
    margin-bottom: 18px;
    text-align: right
}

.locked-container {
    margin: 40px auto;
    max-width: 600px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 25px 28px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04)
}

.locked-icon {
    font-size: 42px;
    margin-bottom: 12px
}

.locked-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #111827
}

.locked-desc {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 20px
}

.locked-btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.15s ease
}

.locked-btn:hover {
    background: #1d4ed8
}

.backup-logs-table-wrapper {
    margin-top: 18px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px
}

.backup-logs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.backup-logs-table th,
.backup-logs-table td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top
}

.backup-logs-table th {
    font-weight: 600;
    color: #4b5563;
    background: #f9fafb
}

.backup-logs-table tr:last-child td {
    border-bottom: none
}

.badge-log {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600
}

.badge-log.backup-download {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe
}

.badge-log.backup-restore {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.badge-log.lock {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fde68a;
    margin-left: 6px
}

.log-filename {
    font-size: 13px;
    color: #374151;
    word-break: break-all
}

.log-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px
}

.badge-settings-wrapper {
    margin-top: 20px
}

.badge-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.badge-settings-card {
    background: #fff;
    border-radius: 10px;
    padding: 16px 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04)
}

.badge-settings-card h3 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px
}

.badge-settings-card p {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 10px
}

.form-row {
    margin-bottom: 8px
}

.form-row label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 3px
}

.form-row input[type="number"] {
    width: 100%;
    padding: 6px 9px;
    font-size: 13px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    outline: none
}

.form-row input[type="number"]:focus {
    border-color: #2563eb
}

.small-hint {
    font-size: 11px;
    color: #9ca3af
}

.alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px
}

.alert.info {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe
}

.alert.success {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0
}

.alert.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.btn-primary {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin-top: 12px
}

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

@media (max-width:900px) {
    .badge-settings-grid {
        grid-template-columns: 1fr
    }
}

.admin-blog-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 18px 20px;
    margin-top: 18px
}

.admin-form-row {
    margin-bottom: 16px
}

.admin-form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block
}

.admin-input,
.admin-select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px
}

.admin-input:focus,
.admin-select:focus {
    border-color: #2563eb
}

.slug-preview {
    font-size: 12px;
    margin-top: 4px;
    color: #6b7280
}

.slug-preview code {
    background: #f3f4f6;
    padding: 2px 4px;
    border-radius: 4px
}

.quill-wrapper {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff
}

.quill-editor {
    min-height: 260px;
    padding: 10px
}

.admin-blog-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.status-message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px
}

.status-message.error {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.admin-blog-table-wrapper {
    margin-top: 18px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px
}

.admin-blog-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.admin-blog-table th,
.admin-blog-table td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb
}

.admin-blog-table th {
    font-weight: 600;
    color: #4b5563;
    background: #f9fafb
}

.admin-blog-table tr:last-child td {
    border-bottom: none
}

.blog-status-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600
}

.blog-status-published {
    background: #dcfce7;
    color: #15803d
}

.blog-status-draft {
    background: #e5e7eb;
    color: #4b5563
}

.admin-btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #2563eb;
    color: #2563eb;
    text-decoration: none;
    background: #eff6ff;
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, transform 0.12s ease;
    margin-right: 6px
}

.admin-btn-small:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.admin-blog-top-actions {
    margin-top: 16px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.admin-blog-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 18px 20px;
    margin-top: 18px
}

.admin-form-row {
    margin-bottom: 16px
}

.admin-form-row label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
    display: block
}

.admin-input,
.admin-select {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px
}

.admin-input:focus,
.admin-select:focus {
    border-color: #2563eb
}

.slug-preview {
    font-size: 12px;
    margin-top: 4px;
    color: #6b7280
}

.slug-preview code {
    background: #f3f4f6;
    padding: 2px 4px;
    border-radius: 4px
}

.quill-wrapper {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff
}

.quill-editor {
    min-height: 260px;
    padding: 10px
}

.admin-blog-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.status-message {
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    font-size: 14px
}

.status-message.error {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.admin-dashboard {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.admin-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 18px 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05)
}

.admin-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px
}

.admin-section-desc {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px
}

.admin-form-group {
    margin-bottom: 10px
}

.admin-form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #374151
}

.admin-form-group textarea,
.admin-form-group input,
.admin-form-group select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    box-sizing: border-box;
    background: #f9fafb
}

.admin-form-group textarea:focus,
.admin-form-group input:focus,
.admin-form-group select:focus {
    outline: none;
    border-color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2)
}

.admin-status {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    margin-bottom: 10px
}

.admin-status.error {
    background: #fdecea;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.admin-status.success {
    background: #eafaf0;
    color: #166534;
    border: 1px solid #bbf7d0
}

.admin-btn-row {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.admin-btn {
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.admin-btn-primary {
    background: #1d4ed8;
    color: #ffffff
}

.admin-btn-primary:hover {
    background: #1e40af
}

.admin-btn-ghost {
    background: #f3f4f6;
    color: #111827
}

.admin-btn-ghost:hover {
    background: #e5e7eb
}

.admin-small-text {
    font-size: 12px;
    color: #6b7280
}

.admin-dashboard {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.admin-section-title {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px
}

.admin-section-desc {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px
}

.admin-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 16px 18px 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05)
}

.admin-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
    gap: 18px
}

@media (max-width:900px) {
    .admin-form-grid {
        grid-template-columns: minmax(0, 1fr)
    }
}

.admin-form-group {
    margin-bottom: 10px
}

.admin-form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    color: #374151
}

.admin-form-group textarea,
.admin-form-group input,
.admin-form-group select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    box-sizing: border-box;
    background: #f9fafb
}

.admin-form-group textarea:focus,
.admin-form-group input:focus,
.admin-form-group select:focus {
    outline: none;
    border-color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.2)
}

.admin-status {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 13px;
    margin-bottom: 10px
}

.admin-status.error {
    background: #fdecea;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.admin-status.success {
    background: #eafaf0;
    color: #166534;
    border: 1px solid #bbf7d0
}

.admin-btn-row {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.admin-btn {
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.admin-btn-primary {
    background: #1d4ed8;
    color: #ffffff
}

.admin-btn-primary:hover {
    background: #1e40af
}

.admin-btn-ghost {
    background: #f3f4f6;
    color: #111827
}

.admin-btn-ghost:hover {
    background: #e5e7eb
}

.admin-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600
}

.admin-badge.active {
    background: #eafaf0;
    color: #15803d;
    border: 1px solid #bbf7d0
}

.admin-badge.passive {
    background: #f9fafb;
    color: #4b5563;
    border: 1px solid #e5e7eb
}

.admin-exam-table-wrap {
    margin-top: 8px;
    overflow-x: auto
}

.admin-exam-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.admin-exam-table th,
.admin-exam-table td {
    padding: 8px 6px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    white-space: nowrap
}

.admin-exam-table th {
    background: #f9fafb;
    font-weight: 600;
    color: #374151
}

.admin-exam-table tr:hover td {
    background: #f3f4f6
}

.admin-toggle-form {
    display: inline-block;
    margin: 0
}

.admin-toggle-btn {
    border: none;
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer
}

.admin-toggle-btn.on {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.admin-toggle-btn.off {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0
}

.admin-small-text {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px
}

.admin-link-btn {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    color: #111827;
    margin-right: 6px
}

.admin-link-btn:hover {
    background: #e5e7eb
}

.gd-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.badge {
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    display: inline-block
}

.admin-messages-table-wrapper {
    margin-top: 18px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px
}

.admin-messages-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.admin-messages-table th,
.admin-messages-table td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb
}

.admin-messages-table th {
    font-weight: 600;
    color: #4b5563;
    background: #f9fafb
}

.admin-messages-table tr:last-child td {
    border-bottom: none
}

.admin-messages-table .unread-badge {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 12px;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 600
}

.admin-messages-table .no-unread {
    font-size: 12px;
    color: #6b7280
}

.admin-btn-small {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    border: 1px solid #2563eb;
    color: #2563eb;
    text-decoration: none;
    background: #eff6ff;
    transition: background 0.12s ease, color 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.admin-btn-small:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.admin-messages-top-actions {
    margin-top: 16px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between
}

.admin-messages-new-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.admin-messages-new-select {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 13px;
    min-width: 220px
}

.admin-messages-new-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.admin-messages-new-btn:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.archive-table-wrapper {
    margin-top: 18px;
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px
}

.archive-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px
}

.archive-table th,
.archive-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e7eb
}

.archive-table th {
    font-weight: 600;
    background: #f9fafb;
    color: #374151
}

.archive-table tr:last-child td {
    border-bottom: none
}

.archive-detail {
    white-space: pre-line;
    background: #f8fafc;
    padding: 10px;
    border-radius: 8px;
    margin-top: 6px;
    font-size: 13px;
    color: #334155
}

.admin-tools-wrapper {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.admin-tools-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px
}

.admin-tool-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.admin-tool-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827
}

.admin-tool-desc {
    font-size: 0.9rem;
    color: #6b7280
}

.admin-tool-form {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.admin-tool-form-row {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.admin-tool-label {
    font-size: 0.85rem;
    color: #374151;
    font-weight: 500
}

.admin-tool-input {
    font-size: 0.9rem;
    padding: 7px 9px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    max-width: 220px
}

.admin-tool-warning {
    font-size: 0.8rem;
    color: #b91c1c
}

.admin-tool-actions {
    margin-top: 6px
}

.admin-tool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #ef4444;
    background: #fee2e2;
    color: #b91c1c;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.admin-tool-btn:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #b91c1c;
    transform: translateY(-1px)
}

.alert {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.9rem
}

.alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534
}

.alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c
}

@media (max-width:800px) {
    .admin-tools-grid {
        grid-template-columns: minmax(0, 1fr)
    }
}

.admin-dashboard {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.admin-hero {
    background: radial-gradient(circle at top left, #2563eb, #0f172a 60%);
    border-radius: 18px;
    padding: 18px 20px 16px;
    color: #e5e7eb;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
    display: grid;
    grid-template-columns: minmax(0, 2.2fr) minmax(0, 1.4fr);
    gap: 18px;
    align-items: center
}

.admin-hero-left-kicker {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #bfdbfe;
    margin-bottom: 6px
}

.admin-hero-title {
    font-size: 22px;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 6px
}

.admin-hero-sub {
    font-size: 13px;
    line-height: 1.6;
    color: #e5e7eb;
    opacity: 0.93;
    margin-bottom: 10px
}

.admin-hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.admin-hero-pill {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid rgba(191, 219, 254, 0.5);
    background: rgba(15, 23, 42, 0.55);
    color: #e5e7eb
}

.admin-hero-right-card {
    background: rgba(15, 23, 42, 0.75);
    border-radius: 14px;
    padding: 10px 12px;
    border: 1px solid rgba(148, 163, 184, 0.55);
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 12px
}

.admin-hero-right-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #bfdbfe;
    font-weight: 600
}

.admin-hero-right-title span {
    font-size: 15px
}

.admin-hero-right-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin-top: 4px
}

.admin-hero-stat-item {
    font-size: 11px;
    color: #e5e7eb;
    opacity: 0.9
}

.admin-hero-stat-item strong {
    display: block;
    font-size: 13px;
    color: #f9fafb
}

.admin-stat-section-title {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px
}

.admin-stat-section-desc {
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 8px
}

.admin-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.admin-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease
}

.admin-stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db
}

.admin-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    font-weight: 600
}

.admin-stat-value {
    font-size: 32px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    letter-spacing: -0.02em
}

.admin-stat-sub {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
    margin-top: 2px
}

@media (max-width:768px) {
    .admin-stat-value {
        font-size: 28px
    }
}

.admin-stat-grid.small {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.admin-quick-actions {
    margin-top: 0;
    margin-bottom: 8px
}

.admin-quick-title {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 6px;
    letter-spacing: -0.02em
}

.admin-quick-desc {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 20px;
    line-height: 1.5
}

@media (max-width:768px) {
    .admin-quick-title {
        font-size: 18px
    }

    .admin-quick-desc {
        font-size: 13px;
        margin-bottom: 16px
    }
}

.admin-actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 14px
}

@media (max-width:1024px) {
    .admin-actions-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 12px
    }
}

.admin-action-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 16px 18px;
    border-radius: 14px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    transition: all 0.2s ease;
    min-height: 80px;
    justify-content: center
}

.admin-action-card span {
    font-size: 12px;
    color: #6b7280;
    font-weight: 400;
    opacity: 0.85;
    line-height: 1.4
}

.admin-action-card strong {
    font-weight: 700;
    display: block;
    margin-bottom: 2px
}

.admin-action-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12), 0 2px 6px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db
}

@media (max-width:1200px) {
    .admin-actions-grid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr))
    }
}

@media (max-width:768px) {
    .admin-dashboard {
        margin-top: 12px
    }

    .admin-actions-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 10px
    }

    .admin-action-card {
        padding: 14px 16px;
        min-height: 70px;
        font-size: 13px
    }

    .admin-action-card span {
        font-size: 11px
    }
}

@media (max-width:480px) {
    .admin-actions-grid {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .admin-action-card {
        padding: 12px 14px;
        min-height: 65px
    }
}

.report-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #e1e2e6;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.report-tab {
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    font-size: 13px;
    color: #555;
    background: transparent
}

.report-tab.active {
    background: #fff;
    border-color: #d0d3d8;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 1px solid #fff
}

.report-tab:hover {
    background: #f0f2f5
}

.question-goto-btn {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    background: #3498db;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none
}

.question-goto-btn:hover {
    background: #2980b9
}

.badge-open {
    background: #ffe3e3;
    color: #c53030;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    display: inline-block
}

.report-table th,
.report-table td {
    word-wrap: break-word
}

@media (max-width:768px) {

    .report-table th,
    .report-table td {
        padding: 5px 4px;
        font-size: 12px
    }

    .question-text {
        font-size: 12px
    }

    .question-goto-btn {
        padding: 4px 6px;
        font-size: 11px
    }
}

.report-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #e1e2e6;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.report-tab {
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    font-size: 13px;
    color: #555;
    background: transparent
}

.report-tab.active {
    background: #fff;
    border-color: #d0d3d8;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 1px solid #fff
}

.report-tab:hover {
    background: #f0f2f5
}

.question-goto-btn {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    background: #3498db;
    color: #fff !important;
    border-radius: 6px;
    text-decoration: none
}

.question-goto-btn:hover {
    background: #2980b9
}

.badge-closed {
    background: #eafaf1;
    color: #196f3d;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    display: inline-block
}

.report-table th,
.report-table td {
    word-wrap: break-word
}

@media (max-width:768px) {

    .report-table th,
    .report-table td {
        padding: 5px 4px;
        font-size: 12px
    }

    .question-text {
        font-size: 12px
    }

    .question-goto-btn {
        padding: 4px 6px;
        font-size: 11px
    }
}

.gd-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    margin-bottom: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.gd-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px
}

.gd-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    display: block
}

.gd-input {
    width: 100%;
    padding: 9px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px
}

.gd-btn {
    padding: 10px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer
}

.gd-btn-primary {
    background: #2563eb;
    color: white
}

.gd-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.gd-col {
    flex: 1;
    min-width: 330px
}

.badge {
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    display: inline-block;
    margin-top: 4px
}

.tab-item {
    padding: 8px 14px;
    background: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #2c3e50;
    white-space: nowrap;
    border: 1px solid #e3e6ea;
    transition: 0.2s ease
}

.tab-item:hover {
    background: #e9ecef
}

.tab-active {
    background: #1e8449 !important;
    color: #fff !important;
    border-color: #1e8449 !important;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.badges-page {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.badges-section {
    background: #fff;
    border-radius: 12px;
    padding: 16px 16px 12px;
    border: 1px solid #e5e7eb
}

.badge-list-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px
}

.badge-card {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    background: #ffffff;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1 1 240px;
    max-width: 280px;
    box-sizing: border-box
}

.badge-card.locked {
    opacity: 0.7;
    background: #f9fafb
}

.badge-title {
    font-weight: 600;
    font-size: 13px
}

.badge-chip {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 11px;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    color: #374151
}

.badge-chip.unlocked {
    background: #dcfce7;
    border-color: #86efac;
    color: #166534;
    font-weight: 600
}

.badge-progress-wrapper {
    width: 100%;
    height: 6px;
    border-radius: 999px;
    background: #e5e7eb;
    overflow: hidden
}

.badge-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #22c55e, #16a34a);
    transition: width .2s
}

.badge-progress-text {
    font-size: 11px;
    color: #6b7280;
    display: flex;
    justify-content: space-between;
    margin-top: 2px
}

.summary-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    border: 1px solid #e5e7eb
}

.summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.summary-table th,
.summary-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #e5e7eb
}

.summary-table th {
    text-align: left;
    font-weight: 600;
    color: #374151;
    width: 50%
}

.summary-table td {
    text-align: right;
    color: #111827;
    font-weight: 500
}

.summary-table tr:last-child th,
.summary-table tr:last-child td {
    border-bottom: none
}

@media (max-width:640px) {
    .badge-card {
        flex: 1 1 100%;
        max-width: 100%
    }

    .summary-table th,
    .summary-table td {
        font-size: 12px;
        padding: 6px 6px
    }
}

.blog-page {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.blog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.blog-header-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.blog-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a
}

.blog-subtitle {
    font-size: 0.9rem;
    color: #6b7280;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.blog-header-right {
    font-size: 0.8rem;
    color: #9ca3af
}

.blog-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.05);
    display: flex;
    flex-direction: column;
    gap: 12px
}

.blog-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 4px
}

.blog-cat-pill {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    text-decoration: none;
    color: #374151;
    background: #f9fafb;
    transition: background 0.12s ease, border-color 0.12s ease, color 0.12s ease, transform 0.12s ease
}

.blog-cat-pill:hover {
    background: #eff6ff;
    border-color: #93c5fd;
    color: #1d4ed8;
    transform: translateY(-1px)
}

.blog-cat-pill.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #1d4ed8
}

.blog-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.blog-heading-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827
}

.blog-heading-sub {
    font-size: 0.8rem;
    color: #9ca3af
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blog-card {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.9rem;
    transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease
}

.blog-card:hover {
    border-color: #1d4ed8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px)
}

.blog-card-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.blog-cat-label {
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600;
    max-width: 60%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.blog-date {
    font-size: 11px;
    color: #9ca3af;
    white-space: nowrap;
    font-variant-numeric: tabular-nums
}

.blog-post-title {
    font-size: 1rem;
    font-weight: 600;
    color: #111827
}

.blog-post-title a {
    text-decoration: none;
    color: inherit
}

.blog-post-title a:hover {
    color: #2563eb
}

.blog-excerpt {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.5
}

.blog-readmore-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px;
    gap: 6px;
    font-size: 0.8rem
}

.blog-readmore {
    font-size: 0.85rem;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.blog-readmore:hover {
    text-decoration: underline
}

.blog-empty {
    font-size: 0.95rem;
    color: #6b7280
}

@media (max-width:640px) {
    .blog-header {
        align-items: flex-start
    }
}

.blog-view-page {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 18px
}

.blog-view-hero {
    background: radial-gradient(circle at top left, #2563eb, #0f172a 60%);
    border-radius: 16px;
    padding: 16px 18px 14px;
    color: #e5e7eb;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.35);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blog-view-hero-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.blog-view-hero-breadcrumb {
    font-size: 11px;
    color: #bfdbfe;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center
}

.blog-view-hero-breadcrumb a {
    color: #e5e7eb;
    text-decoration: none
}

.blog-view-hero-breadcrumb a:hover {
    text-decoration: underline
}

.blog-view-back-link {
    font-size: 12px;
    color: #e5e7eb;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(191, 219, 254, 0.5);
    background: rgba(15, 23, 42, 0.5)
}

.blog-view-back-link:hover {
    background: rgba(15, 23, 42, 0.9)
}

.blog-view-hero-title {
    font-size: 22px;
    font-weight: 700;
    color: #f9fafb;
    margin-bottom: 4px
}

.blog-view-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #e5e7eb;
    opacity: 0.95
}

.blog-view-date-pill {
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(148, 163, 184, 0.6);
    font-variant-numeric: tabular-nums
}

.blog-cat-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 12px;
    background: rgba(239, 246, 255, 0.95);
    color: #1d4ed8;
    text-decoration: none;
    border: 1px solid #bfdbfe
}

.blog-cat-pill:hover {
    background: #dbeafe
}

.blog-view-body {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.blog-view-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e1e4ea;
    padding: 18px 20px 20px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.06);
    font-size: 15px;
    color: #111827;
    line-height: 1.7
}

.blog-view-content p {
    margin-bottom: 10px
}

.blog-view-content h1,
.blog-view-content h2,
.blog-view-content h3,
.blog-view-content h4 {
    margin-top: 16px;
    margin-bottom: 8px
}

.blog-view-content ul,
.blog-view-content ol {
    margin: 8px 0 10px 20px
}

.blog-view-footer-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    font-size: 13px
}

.blog-view-footer-nav a {
    color: #2563eb;
    text-decoration: none
}

.blog-view-footer-nav a:hover {
    text-decoration: underline
}

@media (max-width:640px) {
    .blog-view-page {
        margin-top: 14px
    }

    .blog-view-card {
        padding: 14px 14px 16px
    }

    .blog-view-hero-title {
        font-size: 20px
    }
}

.settings-wrapper {
    margin-top: 20px;
    max-width: 520px
}

.settings-card {
    background: #fff;
    border-radius: 10px;
    padding: 18px 20px;
    border: 1px solid #e1e4eb;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04)
}

.settings-card h2 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #111827
}

.settings-card p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px
}

.form-row {
    margin-bottom: 14px
}

.form-row label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #4b5563
}

.form-row input[type="number"] {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    outline: none;
    transition: border-color 0.15s ease
}

.form-row input[type="number"]:focus {
    border-color: #2563eb
}

.btn-primary {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer
}

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

.settings-help {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 4px
}

.alert {
    margin-bottom: 14px;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px
}

.alert.info {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe
}

.alert.success {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0
}

.alert.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.tab-item {
    padding: 8px 14px;
    background: #ffffff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    color: #2c3e50;
    white-space: nowrap;
    border: 1px solid #e3e6ea;
    transition: 0.2s ease
}

.tab-item:hover {
    background: #e9ecef
}

.tab-active {
    background: #1e8449 !important;
    color: #fff !important;
    border-color: #1e8449 !important;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.side-shortcut-link {
    display: block;
    width: 100%;
    padding: 8px 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e3e6ea;
    font-size: 14px;
    text-decoration: none;
    color: #2c3e50;
    margin-bottom: 6px;
    transition: 0.2s ease
}

.side-shortcut-link:hover {
    background: #e9ecef
}

.form-group {
    margin-bottom: 10px
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"] {
    width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    outline: none
}

.form-group input:focus {
    border-color: #2563eb
}

.form-note {
    font-size: 11px;
    color: #9ca3af
}

.form-message {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px
}

.form-message.success {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0
}

.form-message.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 20px
}

h1 {
    margin-bottom: 10px
}

table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

th,
td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 13px;
    vertical-align: top
}

th {
    background: #f0f0f0;
    text-align: left
}

tr:nth-child(even) {
    background: #fafafa
}

.tag-dogru {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    background: #2ecc71;
    color: #fff
}

.tag-yanlis {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    background: #e74c3c;
    color: #fff
}

.no-data {
    margin-top: 10px;
    padding: 8px 10px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    font-size: 13px
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 20px
}

h1 {
    margin-bottom: 10px
}

table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden
}

th,
td {
    border: 1px solid #ddd;
    padding: 6px 8px;
    font-size: 13px
}

th {
    background: #f0f0f0;
    text-align: left
}

tr:nth-child(even) {
    background: #fafafa
}

.no-data {
    margin-top: 10px;
    padding: 8px 10px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    border-radius: 6px;
    font-size: 13px
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 20px
}

.page-wrapper {
    width: 100%;
    margin: 0 auto
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e0e0
}

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

h1 {
    font-size: 20px;
    margin: 0 0 4px 0
}

.subtitle {
    font-size: 13px;
    color: #666
}

#timer {
    font-size: 22px;
    font-weight: 700;
    color: #e53935
}

.question-card {
    background: #fdfdfd;
    border-radius: 10px;
    border: 1px solid #ececec;
    padding: 12px 12px 10px;
    margin-bottom: 10px
}

.question-title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px
}

.option-row {
    font-size: 13px;
    padding: 3px 0
}

.option-row label {
    cursor: pointer
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px
}

.btn {
    display: inline-block;
    padding: 9px 14px;
    border-radius: 999px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none
}

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

.btn-secondary {
    background: #f0f1f5;
    color: #333
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px
}

.pill {
    padding: 4px 10px;
    border-radius: 999px;
    background: #f0f1f5;
    color: #555
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 20px
}

.page-wrapper {
    width: 100%;
    margin: 0 auto
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e0e0
}

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

.card-header h1 {
    font-size: 20px;
    margin: 0
}

.badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: #e9f2ff;
    color: #1a73e8
}

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 10px
}

.summary-item {
    background: #f8f9fb;
    border-radius: 10px;
    padding: 10px 12px
}

.summary-label {
    font-size: 12px;
    color: #555
}

.summary-value {
    font-size: 18px;
    font-weight: 700;
    margin-top: 4px
}

.summary-value.green {
    color: #1e8449
}

.summary-value.red {
    color: #e74c3c
}

.summary-value.gray {
    color: #7f8c8d
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px
}

.pill {
    padding: 4px 10px;
    border-radius: 999px;
    background: #f0f1f5;
    color: #555
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px
}

.btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

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

.btn-secondary {
    background: #f0f1f5;
    color: #333
}

.percent-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 6px solid #1e8449;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #1e8449
}

.percent-wrapper {
    display: flex;
    align-items: center;
    gap: 16px
}

.question-list {
    margin-top: 8px
}

.question-item {
    border-radius: 10px;
    padding: 12px 12px 10px;
    margin-bottom: 10px;
    background: #fdfdfd;
    border: 1px solid #ececec
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px
}

.question-header h3 {
    font-size: 14px;
    margin: 0;
    font-weight: 600
}

.q-status {
    font-size: 11px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap
}

.q-status.correct {
    background: #eafaf0;
    color: #1e8449
}

.q-status.wrong {
    background: #fdecea;
    color: #e74c3c
}

.q-status.empty {
    background: #f5f5f5;
    color: #7f8c8d
}

.q-options {
    margin-top: 4px;
    font-size: 13px
}

.q-option {
    padding: 3px 6px;
    border-radius: 6px;
    margin-bottom: 2px
}

.q-option span.label {
    font-weight: 600;
    margin-right: 4px
}

.q-option.correct-answer {
    font-weight: 600;
    text-decoration: underline
}

.q-option.user-answer-correct {
    background: #eafaf0
}

.q-option.user-answer-wrong {
    background: #fdecea
}

.q-footer {
    margin-top: 4px;
    font-size: 11px;
    color: #6b7280
}

.cozum-box {
    margin-top: 6px;
    font-size: 12px;
    color: #374151;
    background: #f8fafc;
    border-radius: 8px;
    padding: 6px 8px;
    border: 1px solid #e5e7eb
}

.cozum-title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 3px
}

@media (max-width:600px) {
    .percent-wrapper {
        flex-direction: column;
        align-items: flex-start
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 20px
}

.page-wrapper {
    width: 100%;
    margin: 0 auto
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e0e0
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px
}

.card-header h1 {
    font-size: 20px;
    margin: 0
}

.sub-info {
    font-size: 13px;
    color: #555;
    margin-top: 3px
}

.pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    font-size: 13px
}

.pill {
    padding: 4px 10px;
    border-radius: 999px;
    background: #f0f1f5;
    color: #555
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px
}

.filter-btn {
    border-radius: 999px;
    padding: 6px 10px;
    font-size: 12px;
    border: 1px solid #d0d0d0;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    color: #333
}

.filter-btn.active {
    background: #1a73e8;
    color: #fff;
    border-color: #1a73e8
}

.btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px
}

.btn {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: none;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.btn-secondary {
    background: #f0f1f5;
    color: #333
}

.question-list {
    margin-top: 5px
}

.question-item {
    border-radius: 10px;
    padding: 12px 12px 10px;
    margin-bottom: 10px;
    background: #fdfdfd;
    border: 1px solid #ececec
}

.question-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 6px
}

.question-header h3 {
    font-size: 14px;
    margin: 0
}

.q-status {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 999px;
    white-space: nowrap
}

.q-status.correct {
    background: #eafaf0;
    color: #1e8449
}

.q-status.wrong {
    background: #fdecea;
    color: #e74c3c
}

.q-status.empty {
    background: #f5f5f5;
    color: #7f8c8d
}

.q-options {
    margin-top: 4px;
    font-size: 13px
}

.q-option {
    padding: 3px 6px;
    border-radius: 6px;
    margin-bottom: 2px
}

.q-option span.label {
    font-weight: 600;
    margin-right: 4px
}

.q-option.correct-answer {
    font-weight: 600;
    text-decoration: underline
}

.q-option.user-answer-correct {
    background: #eafaf0
}

.q-option.user-answer-wrong {
    background: #fdecea
}

.cozum {
    margin-top: 6px;
    font-size: 12px;
    color: #555;
    background: #f8f9fb;
    border-radius: 8px;
    padding: 6px 8px
}

.exams-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.exams-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.exams-title-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.exams-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a
}

.exams-subtitle {
    font-size: 0.9rem;
    color: #6b7280
}

.exams-actions {
    display: flex;
    gap: 8px
}

.exams-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px
}

.exams-alert {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 10px
}

.exams-alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534
}

.exams-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c
}

.exam-form-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 16px;
    margin-top: 4px
}

@media (max-width:900px) {
    .exam-form-grid {
        grid-template-columns: minmax(0, 1fr)
    }
}

.exam-form-group {
    margin-bottom: 10px
}

.exam-form-group label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600;
    color: #374151
}

.exam-form-group small {
    font-size: 11px;
    color: #6b7280
}

.exam-form-group input[type="text"],
.exam-form-group select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    box-sizing: border-box;
    background: #f9fafb
}

.exam-form-group input[type="text"]:focus,
.exam-form-group select:focus {
    outline: none;
    border-color: #1d4ed8;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(59, 130, 246, 0.15)
}

.inline-options {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px
}

.chip {
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    border: 1px solid #d1d5db;
    background: #f9fafb;
    cursor: pointer;
    user-select: none
}

.chip[data-value-selected="1"] {
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb
}

.exam-btn-row {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.exam-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.exam-btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.exam-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    color: #111827;
    text-decoration: none;
    cursor: pointer
}

.exam-btn-secondary:hover {
    background: #e5e7eb
}

@media (max-width:640px) {
    .exams-header {
        align-items: flex-start
    }
}

.favorites-page {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.favorites-header-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04)
}

.favorites-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap
}

.favorites-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #0f172a
}

.favorites-count {
    font-size: 0.9rem;
    color: #475569
}

.favorites-sub {
    margin-top: 4px;
    font-size: 0.9rem;
    color: #6b7280
}

.favorites-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.8rem;
    margin-top: 6px
}

.favorites-empty {
    background: #ffffff;
    border-radius: 12px;
    border: 1px dashed #d1d5db;
    padding: 18px 16px;
    text-align: center;
    font-size: 0.95rem;
    color: #6b7280
}

.favorites-empty strong {
    color: #0f172a
}

.favorites-empty a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600
}

.favorites-empty a:hover {
    text-decoration: underline
}

.favorites-list-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px
}

.favorites-list-header {
    font-size: 0.85rem;
    color: #6b7280;
    margin-bottom: 4px
}

.favorites-list-header span {
    font-weight: 500;
    color: #0f172a
}

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

html,
body {
    height: 100%
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #f5f6fa;
    color: #2c3e50;
    line-height: 1.5
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

header {
    background: #1a252f;
    color: #ecf0f1;
    border-bottom: 3px solid #1e8449
}

.topbar {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 0.03em
}

nav ul {
    display: flex;
    gap: 0.5rem
}

nav li {
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.95rem
}

nav li:hover {
    background: rgba(236, 240, 241, 0.18)
}

nav li.active {
    background: #1e8449;
    color: #fff
}

main {
    flex: 1;
    padding: 1.5rem 1rem 2rem
}

.content-wrapper {
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 1rem
}

@media (max-width:900px) {
    .content-wrapper {
        grid-template-columns: 1fr
    }
}

.sidebar {
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    padding: 1rem
}

.sidebar h3 {
    font-size: 1.05rem;
    margin-bottom: 0.6rem
}

.sidebar-section {
    margin-bottom: 1rem
}

.chip {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    font-size: 0.75rem;
    margin: 0.15rem 0.15rem 0 0;
    background: #ecf0f1
}

.chip--highlight {
    background: #f1c40f;
    color: #000;
    font-weight: 600
}

.content {
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    padding: 1.25rem 1.25rem 1.5rem;
    min-height: 400px
}

.content-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem
}

.content-header h1 {
    font-size: 1.25rem
}

.content-header small {
    color: #7f8c8d
}

.badge {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #ecf0f1
}

.badge--green {
    background: #1e8449;
    color: #fff
}

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

.badge--yellow {
    background: #f1c40f;
    color: #000
}

.section {
    display: none
}

.section.active-section {
    display: block
}

.question-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-top: 0.75rem
}

.question-card {
    border-radius: 0.75rem;
    border: 1px solid #dfe6e9;
    padding: 0.75rem 0.9rem;
    background: #fbfbfd
}

.question-meta {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 0.3rem
}

.question-meta span {
    font-size: 0.8rem;
    color: #7f8c8d
}

.question-text {
    font-size: 0.95rem;
    margin-bottom: 0.5rem
}

.options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.4rem
}

@media (max-width:600px) {
    .options {
        grid-template-columns: 1fr
    }
}

.option {
    padding: 0.4rem 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #dcdde1;
    font-size: 0.9rem;
    cursor: pointer;
    background: #ffffff
}

.option:hover {
    background: #f5f6fa
}

.option.correct {
    border-color: #1e8449;
    background: #eafaf1
}

.option.incorrect {
    border-color: #e74c3c;
    background: #fdecea
}

.solution {
    margin-top: 0.5rem;
    padding: 0.5rem 0.6rem;
    border-left: 3px solid #1e8449;
    background: #f0fdf4;
    font-size: 0.85rem
}

.solution strong {
    display: block;
    margin-bottom: 0.2rem
}

.about-block {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1rem
}

@media (max-width:800px) {
    .about-block {
        grid-template-columns: 1fr
    }
}

.about-text p {
    margin-bottom: 0.5rem;
    font-size: 0.95rem
}

.note-yellow {
    margin-top: 0.5rem;
    padding: 0.6rem 0.7rem;
    border-radius: 0.5rem;
    background: #fef5d4;
    border: 1px solid #f1c40f;
    font-size: 0.85rem
}

.stats-box {
    border-radius: 0.75rem;
    background: #f5f6fa;
    padding: 0.75rem;
    font-size: 0.9rem
}

.stats-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.35rem
}

.stats-row span:last-child {
    font-weight: 600
}

.category-grid {
    margin-top: 0.75rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem
}

@media (max-width:700px) {
    .category-grid {
        grid-template-columns: 1fr
    }
}

.category-card {
    border-radius: 0.75rem;
    border: 1px solid #dfe6e9;
    padding: 0.75rem 0.9rem;
    background: #fbfbfd;
    display: flex;
    flex-direction: column;
    gap: 0.3rem
}

.category-card h3 {
    font-size: 0.95rem
}

.category-meta {
    font-size: 0.8rem;
    color: #7f8c8d;
    display: flex;
    justify-content: space-between
}

.category-actions {
    margin-top: 0.4rem;
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap
}

.btn {
    border: none;
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.8rem;
    cursor: pointer;
    background: #ecf0f1
}

.btn-green {
    background: #1e8449;
    color: #fff
}

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

.btn-yellow {
    background: #f1c40f;
    color: #000
}

.btn-outline {
    background: #ffffff;
    border: 1px solid #dfe6e9
}

footer {
    margin-top: auto;
    background: #1a252f;
    color: #95a5a6;
    font-size: 0.8rem
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.6rem 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.3rem
}

.home-page {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.home-hero {
    background: linear-gradient(135deg, #1d86ff, #4cc0ff);
    border-radius: 16px;
    padding: 24px 24px 28px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    padding-top: 56px
}

.home-hero-left {
    max-width: 540px
}

.home-hero-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 8px
}

.home-hero-sub {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 18px;
    line-height: 1.5
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.btn-primary,
.btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 16px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background 0.12s ease, color 0.12s ease, border-color 0.12s ease;
    white-space: nowrap
}

.btn-primary {
    background: #fff;
    color: #1260d6;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18)
}

.btn-outline {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.7)
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: #fff
}

.btn-primary span,
.btn-outline span {
    margin-left: 6px;
    font-size: 15px
}

.home-hero-right {
    min-width: 220px;
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 13px
}

.home-hero-right-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px
}

.home-hero-label {
    opacity: 0.9
}

.home-hero-value {
    font-weight: 700
}

.exam-countdown {
    background: #fefce8;
    color: #854d0e;
    border-radius: 12px;
    border: 1px solid #facc15;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.03)
}

.exam-countdown-icon {
    font-size: 18px
}

.exam-countdown-text strong {
    font-weight: 700
}

.exam-countdown-hero {
    position: absolute;
    top: 14px;
    right: 16px;
    margin: 0
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 40px;
    margin-bottom: 20px
}

@media (max-width:900px) {
    .home-stats {
        grid-template-columns: 1fr
    }
}

.home-stat-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
    border: 1px solid #e3e8f0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: transform 0.2s ease
}

.home-stat-card:hover {
    transform: translateX(4px);
    border-color: #1d4ed8
}

.home-stat-label {
    font-size: 13px;
    color: #475569
}

.home-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a
}

.home-stat-sub {
    font-size: 12px;
    color: #475569
}

.home-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 10px
}

.home-section-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a
}

.home-section-sub {
    font-size: 13px;
    color: #374151
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px
}

.category-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 12px;
    padding: 14px 14px 12px;
    text-decoration: none;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.05);
    transition: transform 0.12s ease, box-shadow 0.12s ease, border-color 0.12s ease, background 0.12s ease;
    color: #0f172a;
    min-height: 150px
}

.category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.10);
    border-color: #1d4ed8
}

.category-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0f172a
}

.category-desc {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
    line-height: 1.4
}

.category-meta {
    font-size: 12px;
    color: #4b5563;
    margin-bottom: 8px
}

.category-meta strong {
    color: #111827
}

.category-actions {
    display: flex;
    justify-content: flex-end
}

.category-btn {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1.5px solid #1d4ed8;
    background: #f0f7ff;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1)
}

.category-card:hover .category-btn {
    background: #1d4ed8;
    color: #fff;
    border-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.3)
}

.category-empty {
    background: #fff;
    border-radius: 12px;
    padding: 18px 16px;
    border: 1px dashed #cbd5e1;
    font-size: 14px;
    color: #475569;
    text-align: center
}

.category-empty strong {
    color: #0f172a
}

@media (max-width:960px) {
    .home-hero {
        flex-direction: column;
        align-items: flex-start
    }

    .home-hero-right {
        width: 100%
    }

    .home-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width:640px) {
    .home-hero {
        padding: 18px 16px 20px;
        padding-top: 64px
    }

    .home-hero-title {
        font-size: 22px
    }

    .home-stats {
        grid-template-columns: minmax(0, 1fr)
    }

    .category-grid {
        grid-template-columns: minmax(0, 1fr)
    }

    .exam-countdown-hero {
        position: static;
        margin-bottom: 10px;
        width: 100%
    }
}

.leader-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    padding: 6px;
    background: #f1f3f5;
    border-radius: 10px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.leader-tab {
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #dfe4ea;
    background: #ffffff;
    color: #2c3e50;
    white-space: nowrap;
    transition: 0.15s ease
}

.leader-tab:hover {
    background: #e9ecef
}

.leader-tab-active {
    background: #1e8449 !important;
    border-color: #1e8449 !important;
    color: #fff !important;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08)
}

.leader-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e1e4ea;
    padding: 16px 18px;
    margin-bottom: 18px
}

.leader-card h2 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #2c3e50
}

.leader-card p {
    font-size: 13px;
    color: #7f8c8d;
    margin-bottom: 10px
}

.leader-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.leader-table th,
.leader-table td {
    padding: 6px 8px;
    border-bottom: 1px solid #ecf0f1;
    text-align: left
}

.leader-table th {
    font-size: 12px;
    color: #7f8c8d;
    text-transform: uppercase;
    letter-spacing: .02em
}

.leader-rank {
    width: 36px;
    text-align: center;
    font-weight: 600
}

.leader-me {
    background: #fef9e7
}

.leader-username {
    font-weight: 500
}

.badge-me {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    border-radius: 999px;
    font-size: 10px;
    background: #1e8449;
    color: #fff
}

@media (max-width:768px) {
    .info-grid {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .leader-card {
        padding: 12px 14px;
        margin-bottom: 16px
    }

    .leader-card h2 {
        font-size: 16px
    }

    .leader-card p {
        font-size: 12px
    }

    .leader-tabs {
        gap: 6px;
        padding: 4px;
        margin-bottom: 12px
    }

    .leader-tab {
        padding: 6px 10px;
        font-size: 12px;
        flex: 1;
        text-align: center;
        min-width: 0
    }

    .leader-table {
        font-size: 12px;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%
    }

    .leader-table thead {
        display: table-header-group
    }

    .leader-table tbody {
        display: table-row-group
    }

    .leader-table tr {
        display: table-row
    }

    .leader-table th,
    .leader-table td {
        display: table-cell;
        padding: 8px 6px;
        white-space: nowrap
    }

    .leader-table th {
        font-size: 11px;
        padding: 8px 4px
    }

    .leader-rank {
        width: 32px;
        min-width: 32px
    }

    .leader-username {
        font-size: 12px;
        min-width: 100px
    }

    .badge-me {
        font-size: 9px;
        padding: 2px 5px
    }
}

@media (max-width:480px) {
    .leader-table {
        font-size: 11px
    }

    .leader-table th,
    .leader-table td {
        padding: 6px 4px
    }

    .leader-table th:nth-child(5),
    .leader-table td:nth-child(5) {
        display: none
    }

    .leader-rank {
        width: 28px;
        min-width: 28px;
        font-size: 11px
    }

    .leader-username {
        font-size: 11px;
        min-width: 80px
    }
}

@media (max-width:600px) {

    .leader-table th:nth-child(4),
    .leader-table td:nth-child(4) {
        display: none
    }
}

.auth-wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 20px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.auth-form-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 12px;
    border-right: 1px dashed #ecf0f1
}

.auth-info {
    padding-left: 12px
}

.auth-form-title {
    font-size: 18px;
    font-weight: 700
}

.auth-form-subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px
}

.alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 6px
}

.alert-danger {
    background: #ffeded;
    border: 1px solid #ffb4b4;
    color: #b33939
}

.alert-success {
    background: #e9f9ef;
    border: 1px solid #b5e0c4;
    color: #2d7a46
}

.auth-group {
    margin-bottom: 10px
}

.auth-label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600
}

.auth-input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box
}

.auth-input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15)
}

.btn-primary-auth {
    background: #1e8449;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 4px
}

.btn-primary-auth:hover {
    background: #219150
}

.auth-links {
    margin-top: 8px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.auth-links a {
    color: #2c3e50;
    text-decoration: none
}

.auth-links a:hover {
    text-decoration: underline
}

.auth-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.auth-info-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px
}

.auth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px
}

.auth-badge {
    font-size: 11px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0f9f3;
    border: 1px solid #cdeed8;
    color: #24734b;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.auth-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8449
}

.auth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
}

.auth-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.auth-list-bullet {
    margin-top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8449
}

.auth-footnote {
    margin-top: 16px;
    font-size: 12px;
    color: #888
}

@media (max-width:768px) {
    .auth-wrapper {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 12px 18px;
        gap: 18px
    }

    .auth-form-area {
        border-right: none;
        border-bottom: 1px dashed #ecf0f1;
        padding-right: 0;
        padding-bottom: 12px;
        margin-bottom: 4px
    }

    .auth-info {
        padding-left: 0
    }
}

.members-page {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.members-top {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 18px 14px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-start
}

.members-top-left {
    flex: 2;
    min-width: 260px
}

.members-top-right {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.members-greeting {
    font-size: 17px;
    color: #111827;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 1.4
}

.members-tagline {
    font-size: 13px;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.5
}

.members-tagline strong {
    color: #111827;
    font-weight: 600
}

.members-top-metrics {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 14px
}

.pill-metric {
    padding: 10px 14px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    font-size: 13px;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05)
}

.pill-metric:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1)
}

.pill-metric-icon {
    font-size: 16px;
    line-height: 1
}

.pill-metric-label {
    font-size: 12px;
    color: #475569;
    white-space: nowrap
}

.pill-metric-value {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
    margin-left: auto
}

.pill-metric-success {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border-color: #86efac
}

.pill-metric-success .pill-metric-value {
    color: #16a34a
}

.pill-metric-error {
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border-color: #fca5a5
}

.pill-metric-error .pill-metric-value {
    color: #dc2626
}

.pill-metric-primary {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #93c5fd
}

.pill-metric-primary .pill-metric-value {
    color: #2563eb
}

.pill-metric-info {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-color: #7dd3fc
}

.pill-metric-info .pill-metric-value {
    color: #0284c7
}

.membership-card {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    background: #f9fafb
}

.membership-card.premium {
    background: #fffbeb;
    border-color: #fbbf24
}

.membership-card.warning {
    background: #fef3c7;
    border-color: #f59e0b
}

.membership-card.expired {
    background: #fee2e2;
    border-color: #ef4444
}

.membership-header {
    font-size: 13px;
    font-weight: 600;
    color: #4b5563;
    margin-bottom: 4px
}

.membership-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.membership-plan-name {
    font-size: 15px;
    font-weight: 600;
    color: #111827
}

.membership-meta {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px
}

.membership-meta-bottom {
    margin-top: 4px
}

.membership-tag {
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.04);
    color: #374151;
    white-space: nowrap
}

.membership-tag-premium {
    background: #fef3c7;
    color: #92400e
}

.membership-tag-free {
    background: #e5e7eb;
    color: #374151
}

.membership-tag-warning {
    background: #fef3c7;
    color: #92400e
}

.membership-tag-expired {
    background: #fee2e2;
    color: #b91c1c
}

.membership-actions {
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.btn-upgrade {
    display: inline-block;
    padding: 7px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap
}

.btn-upgrade-primary {
    background: #2563eb;
    color: #ffffff
}

.btn-upgrade-secondary {
    background: #111827;
    color: #ffffff
}

.mini-summary-card {
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px dashed #e5e7eb;
    background: #f9fafb;
    font-size: 12px;
    color: #4b5563
}

.mini-summary-card div+div {
    margin-top: 4px
}

.members-main-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
    gap: 16px
}

@media (max-width:800px) {
    .members-main-grid {
        grid-template-columns: minmax(0, 1fr)
    }
}

.members-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 16px 16px 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03)
}

.members-card h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #111827
}

.shortcut-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px
}

.shortcut-tab {
    padding: 6px 10px;
    background: #f9fafb;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    color: #374151;
    border: 1px solid #e3e6ea;
    transition: 0.2s ease;
    white-space: nowrap
}

.shortcut-tab:hover {
    background: #e5e7ef
}

.info-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 12px;
    margin-top: 8px
}

.stat-item {
    padding: 14px 12px;
    border-radius: 12px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05)
}

.stat-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1
}

.stat-label {
    font-size: 11px;
    color: #475569;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.stat-value {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    line-height: 1.2
}

.stat-good {
    color: #16a34a
}

.stat-bad {
    color: #dc2626
}

.performance-categories-title {
    font-size: 14px;
    margin-top: 16px;
    color: #111827;
    font-weight: 600
}

.category-mini-list {
    margin-top: 6px;
    list-style: none;
    padding: 0
}

.category-mini-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease
}

.category-mini-item:hover {
    background-color: #f8fafc;
    margin: 0 -8px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 6px
}

.category-mini-item:last-child {
    border-bottom: none
}

.category-mini-name {
    font-size: 13px;
    color: #111827;
    font-weight: 500
}

.category-mini-stats {
    font-size: 13px;
    color: #475569;
    font-weight: 500
}

.info-hint {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.6
}

.info-hint a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500
}

.info-hint a:hover {
    text-decoration: underline
}

.info-hint-spacing {
    margin-top: 14px
}

.info-hint-spacing-bottom {
    margin-top: 12px
}

.members-shortcuts-row {
    margin-top: 10px
}

.btn-link-soft-spacing {
    margin-left: 10px
}

.pill-tabs {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
    padding: 6px;
    background: #f3f4f6;
    border-radius: 999px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.pill-tab {
    padding: 7px 12px;
    background: #ffffff;
    border-radius: 999px;
    font-size: 13px;
    text-decoration: none;
    color: #374151;
    border: 1px solid #e5e7eb;
    white-space: nowrap;
    transition: 0.2s ease
}

.pill-tab:hover {
    background: #e9ecef
}

.pill-tab-active {
    background: #22c55e !important;
    border-color: #22c55e !important;
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(34, 197, 94, 0.25)
}

.info-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 13px;
    padding: 6px 0;
    border-bottom: 1px solid #f1f5f9
}

.info-row:last-child {
    border-bottom: none
}

.info-label {
    color: #6b7280
}

.info-value {
    color: #111827;
    text-align: right
}

.badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600
}

.badge-admin {
    background: #fee2e2;
    color: #b91c1c;
    margin-left: 6px
}

.settings-block {
    margin-top: 16px
}

.settings-block h3 {
    font-size: 14px;
    margin-bottom: 6px;
    color: #111827
}

.form-group {
    margin-bottom: 10px
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 4px
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="number"] {
    width: 100%;
    padding: 7px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    outline: none
}

.form-group input:focus {
    border-color: #2563eb
}

.settings-form-group input[type="text"],
.settings-form-group input[type="email"],
.settings-form-group input[type="password"],
.settings-form-group input[type="number"] {
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid #e5e7eb
}

.settings-form-group input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1)
}

.form-note {
    font-size: 11px;
    color: #9ca3af
}

.form-message {
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 12px
}

.form-message.success {
    background: #ecfdf5;
    color: #166534;
    border: 1px solid #bbf7d0
}

.form-message.error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca
}

.message-setting-form {
    margin-top: 8px
}

.message-setting-group {
    margin-bottom: 20px
}

.message-setting-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px
}

.message-setting-select {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid #e5e7eb;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px
}

.message-setting-select:hover {
    border-color: #cbd5e1;
    background-color: #f9fafb
}

.message-setting-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background-color: #ffffff
}

.message-setting-select option {
    padding: 10px;
    font-weight: 500
}

.message-setting-info {
    margin-top: 16px;
    padding: 16px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0
}

.message-setting-info-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: all 0.2s ease
}

.message-setting-info-item:not(:last-child) {
    margin-bottom: 8px
}

.message-setting-info-item:hover {
    background: rgba(255, 255, 255, 0.6);
    border-color: #cbd5e1
}

.message-setting-info-item.message-setting-info-active {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    border-color: #1d4ed8;
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15)
}

.message-setting-info-item.message-setting-info-active .message-setting-info-content strong {
    color: #1e40af
}

.message-setting-info-item.message-setting-info-active .message-setting-info-content p {
    color: #1e3a8a
}

.message-setting-info-icon {
    font-size: 20px;
    line-height: 1.2;
    flex-shrink: 0
}

.message-setting-info-content {
    flex: 1
}

.message-setting-info-content strong {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px
}

.message-setting-info-content p {
    font-size: 12px;
    color: #475569;
    margin: 0;
    line-height: 1.5
}

.message-setting-submit {
    margin-top: 16px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    transition: all 0.2s ease
}

.message-setting-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3)
}

@media (max-width:640px) {
    .message-setting-info {
        padding: 12px
    }

    .message-setting-info-item {
        gap: 10px;
        padding: 10px 0
    }

    .message-setting-info-icon {
        font-size: 18px
    }

    .message-setting-select {
        padding: 10px 14px;
        padding-right: 36px
    }
}

.settings-form {
    margin-top: 8px
}

.settings-form-group {
    margin-bottom: 20px
}

.settings-form-label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px
}

.settings-form-input {
    width: 100%;
    padding: 12px 16px;
    border-radius: 10px;
    border: 2px solid #e5e7eb;
    font-size: 14px;
    color: #111827;
    background: #ffffff;
    transition: all 0.2s ease;
    box-sizing: border-box
}

.settings-form-input::placeholder {
    color: #9ca3af
}

.settings-form-input:hover {
    border-color: #cbd5e1;
    background-color: #f9fafb
}

.settings-form-input:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background-color: #ffffff
}

.settings-input-wrapper {
    position: relative;
    display: flex;
    align-items: center
}

.settings-input-wrapper .settings-form-input {
    padding-right: 80px
}

.settings-input-suffix {
    position: absolute;
    right: 16px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
    pointer-events: none
}

.settings-form-info {
    margin-top: 12px;
    padding: 12px 14px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.settings-form-info-icon {
    font-size: 16px;
    line-height: 1.2;
    flex-shrink: 0
}

.settings-form-info-content {
    flex: 1
}

.settings-form-info-content p {
    font-size: 12px;
    color: #475569;
    margin: 0;
    line-height: 1.5
}

.settings-form-submit {
    margin-top: 16px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.2);
    transition: all 0.2s ease
}

.settings-form-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3)
}

@media (max-width:640px) {
    .settings-form-input {
        padding: 10px 14px
    }

    .settings-input-wrapper .settings-form-input {
        padding-right: 70px
    }

    .settings-input-suffix {
        font-size: 12px;
        right: 14px
    }

    .settings-form-info {
        padding: 10px 12px
    }
}

.info-actions {
    margin-top: 10px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.wrong-overview-card {
    margin-top: 14px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    font-size: 12px;
    color: #7f1d1d
}

.wrong-overview-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px
}

.wrong-overview-title {
    font-weight: 600;
    font-size: 13px;
    color: #991b1b
}

.wrong-overview-tag {
    padding: 3px 8px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 11px;
    white-space: nowrap
}

.wrong-overview-body {
    font-size: 12px;
    color: #7f1d1d
}

.wrong-overview-list {
    margin: 6px 0 0;
    padding-left: 14px
}

.wrong-overview-list li {
    margin-bottom: 2px
}

.wrong-overview-actions {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 11px;
    color: #9f1239
}

.btn-link-soft {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #fecaca;
    background: #ffffff;
    font-size: 12px;
    color: #b91c1c;
    text-decoration: none;
    font-weight: 500
}

.btn-link-soft:hover {
    background: #fee2e2
}

.message-new-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.message-new-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.message-new-title-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.message-new-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a
}

.message-new-subtitle {
    font-size: 0.9rem;
    color: #6b7280
}

.message-new-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px
}

.message-alert {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 10px
}

.message-alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534
}

.message-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c
}

.message-form {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.message-form-row {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.message-form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #374151
}

.message-form-input,
.message-form-select,
.message-form-textarea {
    font-size: 0.9rem;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    background: #ffffff
}

.message-form-textarea {
    min-height: 120px;
    resize: vertical
}

.message-form-subinfo {
    font-size: 0.8rem;
    color: #6b7280
}

.message-form-static {
    font-size: 0.9rem;
    color: #111827
}

.message-form-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px
}

.btn-primary-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.btn-primary-submit:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.messages-page {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px
}

.messages-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap
}

.messages-title-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.messages-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: #0f172a
}

.messages-subtitle {
    font-size: 0.9rem;
    color: #6b7280
}

.messages-actions {
    display: flex;
    gap: 8px
}

.messages-wrapper {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 12px 14px
}

.messages-empty {
    font-size: 0.95rem;
    color: #6b7280
}

.message-thread {
    margin-bottom: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    background: #f9fafb
}

.message-thread-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px
}

.message-thread-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827
}

.message-thread-unread {
    font-size: 0.8rem;
    padding: 2px 7px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-weight: 600
}

.message-thread-unread-empty {
    font-size: 0.8rem;
    color: #9ca3af
}

.messages-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.message-card {
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.9rem
}

.message-card-unread {
    border-color: #1d4ed8;
    background: #eff6ff
}

.message-top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.8rem;
    color: #6b7280
}

.message-parties {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.message-from-to {
    display: flex;
    flex-wrap: wrap;
    gap: 6px
}

.message-from {
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.message-from strong {
    color: #111827
}

.message-date {
    white-space: nowrap;
    font-variant-numeric: tabular-nums
}

.message-direction-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 7px;
    border-radius: 999px;
    font-size: 0.75rem;
    background: #e5e7eb;
    color: #374151;
    font-weight: 500
}

.message-direction-out {
    background: #dbeafe;
    color: #1d4ed8
}

.message-direction-in {
    background: #fee2e2;
    color: #b91c1c
}

.message-direction-system {
    background: #dbeafe;
    color: #1e40af;
    font-weight: 600
}

.message-subject {
    font-weight: 600;
    color: #111827
}

.message-subject-empty {
    font-style: italic;
    color: #9ca3af
}

.message-body {
    line-height: 1.6;
    color: #2c3e50
}

.message-body p {
    margin: 0 0 12px 0
}

.message-body p:last-child {
    margin-bottom: 0
}

.message-body code {
    background: #f0f0f0;
    padding: 4px 8px;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    display: inline-block
}

.message-body a {
    color: #1e8449;
    text-decoration: none;
    font-weight: 500
}

.message-body a:hover {
    text-decoration: underline
}

.message-body strong {
    font-weight: 600;
    color: #2c3e50
}

.message-body ul,
.message-body ol {
    margin: 8px 0;
    padding-left: 24px
}

.message-body li {
    margin: 4px 0
}

.message-body {
    color: #374151;
    line-height: 1.4
}

.message-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    margin-top: 4px
}

.message-reply-link {
    font-size: 0.8rem;
    text-decoration: none;
    color: #2563eb;
    border-radius: 999px;
    padding: 4px 9px;
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.message-reply-link:hover {
    background: #2563eb;
    color: #ffffff;
    border-color: #1d4ed8
}

.message-delete-form {
    margin: 0
}

.message-delete-btn {
    font-size: 0.8rem;
    border-radius: 999px;
    padding: 4px 9px;
    border: 1px solid #fecaca;
    background: #fef2f2;
    color: #b91c1c;
    cursor: pointer;
    display: inline-flex;
    align-items: center
}

.message-delete-btn:hover {
    background: #ef4444;
    color: #ffffff;
    border-color: #b91c1c
}

.btn-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.12s ease, border-color 0.12s ease, transform 0.12s ease
}

.btn-primary-link:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px)
}

.messages-alert {
    padding: 8px 10px;
    border-radius: 8px;
    font-size: 0.9rem;
    margin-bottom: 10px
}

.messages-alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534
}

.messages-alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c
}

@media (max-width:640px) {
    .messages-header {
        align-items: flex-start
    }

    .message-top-row {
        flex-direction: column;
        align-items: flex-start
    }
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f6fa;
    margin: 0;
    padding: 0
}

.page-wrapper {
    width: 100%;
    margin: 0 auto
}

.card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #e0e0e0
}

h1 {
    font-size: 20px;
    margin: 0 0 8px
}

.subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 12px
}

.exam-item {
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #fdfdfd;
    padding: 10px 12px;
    margin-bottom: 10px
}

.exam-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px
}

.exam-meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px
}

.btn {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 999px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none
}

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

.auth-wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 20px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.auth-form-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 12px;
    border-right: 1px dashed #ecf0f1
}

.auth-info {
    padding-left: 12px
}

.auth-form-title {
    font-size: 18px;
    font-weight: 700
}

.auth-form-subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px
}

.alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 6px
}

.alert-danger {
    background: #ffeded;
    border: 1px solid #ffb4b4;
    color: #b33939
}

.alert-success {
    background: #e9f9ef;
    border: 1px solid #b5e0c4;
    color: #2d7a46
}

.auth-group {
    margin-bottom: 10px
}

.auth-label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600
}

.auth-input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box
}

.auth-input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15)
}

.btn-primary-auth {
    background: #1e8449;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 4px
}

.btn-primary-auth:hover {
    background: #219150
}

.auth-links {
    margin-top: 8px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.auth-links a {
    color: #2c3e50;
    text-decoration: none
}

.auth-links a:hover {
    text-decoration: underline
}

.auth-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.auth-info-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px
}

.auth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
}

.auth-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.auth-list-bullet {
    margin-top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8449
}

@media (max-width:768px) {
    .auth-wrapper {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 12px 18px;
        gap: 18px
    }

    .auth-form-area {
        border-right: none;
        border-bottom: 1px dashed #ecf0f1;
        padding-right: 0;
        padding-bottom: 12px;
        margin-bottom: 4px
    }

    .auth-info {
        padding-left: 0
    }
}

.filter-bar {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap
}

.filter-label {
    font-size: 0.85rem;
    color: #4b5563;
    font-weight: 500
}

.filter-select-wrapper select {
    padding: 6px 8px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 0.9rem
}

.view-toggle-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap
}

.view-toggle-label {
    font-size: 0.85rem;
    color: #6b7280;
    margin-right: 4px
}

.view-toggle-link {
    font-size: 0.9rem;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    text-decoration: none;
    color: #374151;
    background: #f3f4f6
}

.view-toggle-link:hover {
    background: #e5e7eb
}

.view-toggle-link.active {
    background: #2563eb;
    color: #ffffff;
    border-color: #1d4ed8;
    font-weight: 600
}

.favorites-empty-inline {
    background: #ffffff;
    border-radius: 10px;
    border: 1px dashed #d1d5db;
    padding: 12px 14px;
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 10px
}

.favorites-empty-inline strong {
    color: #0f172a
}

.cat-header-pill {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.85rem;
    margin-bottom: 8px
}

.ust-bar-sticky {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #ffffff;
    padding: 8px 0;
    border-bottom: 1px solid #e5e7eb
}

.ust-bar-icerik {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    gap: 12px
}

.ust-bar-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.ust-bar-right {
    display: flex;
    align-items: center;
    gap: 10px
}

.qlist-filter-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center
}

.qlist-filter-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: transparent;
    border: none;
    border-right: 1px solid #e5e7eb;
    cursor: pointer;
    font-size: 0.9rem;
    color: #111827
}

.qlist-filter-button .filter-icon {
    font-size: 1rem
}

.sinav-ozet {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 0.9rem
}

.sinav-dogru strong {
    color: #16a34a;
    font-weight: 700
}

.sinav-yanlis strong {
    color: #dc2626;
    font-weight: 700
}

.qlist-filter-menu {
    position: absolute;
    top: 115%;
    left: 0;
    width: 260px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    padding: 6px 0;
    z-index: 1000;
    display: none
}

.filter-menu-item {
    display: block;
    padding: 8px 14px;
    font-size: 0.9rem;
    color: #111827;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap
}

.filter-menu-item:hover {
    background: #f3f4f6
}

.filter-menu-item.is-active {
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 600
}

.filter-toggle-checkbox {
    display: none
}

.filter-toggle-checkbox:checked+.qlist-filter-button+.qlist-filter-menu {
    display: block
}

.font-size-controls {
    display: flex;
    align-items: center;
    gap: 6px
}

.font-btn {
    padding: 4px 8px;
    font-size: 0.85rem;
    border: 1px solid #d1d5db;
    background: #f3f4f6;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.15s
}

.font-btn:hover {
    background: #e5e7eb
}

.limit-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #fef3c7;
    border: 1px solid #fbbf24;
    color: #92400e;
    font-size: 0.78rem;
    font-weight: 500;
    white-space: nowrap
}

.limit-badge span strong {
    font-weight: 700
}

@media (max-width:640px) {
    .ust-bar-icerik {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
    }

    .ust-bar-left,
    .ust-bar-right {
        justify-content: space-between;
        width: 100%
    }

    .limit-badge {
        flex-wrap: wrap;
        justify-content: center;
        white-space: normal;
        text-align: center
    }
}

.auth-wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 20px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.auth-form-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 12px;
    border-right: 1px dashed #ecf0f1
}

.auth-info {
    padding-left: 12px
}

.auth-form-title {
    font-size: 18px;
    font-weight: 700
}

.auth-form-subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px
}

.alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 6px
}

.alert-danger {
    background: #ffeded;
    border: 1px solid #ffb4b4;
    color: #b33939
}

.alert-success {
    background: #e9f9ef;
    border: 1px solid #b5e0c4;
    color: #2d7a46
}

.auth-group {
    margin-bottom: 10px
}

.auth-label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600
}

.auth-input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box
}

.auth-input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15)
}

.auth-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #555;
    margin-top: 4px
}

.auth-checkbox-row input[type="checkbox"] {
    margin-top: 2px
}

.btn-primary-auth {
    background: #1e8449;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 4px
}

.btn-primary-auth:hover {
    background: #219150
}

.auth-links {
    margin-top: 8px;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.auth-links a {
    color: #2c3e50;
    text-decoration: none
}

.auth-links a:hover {
    text-decoration: underline
}

.auth-info-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px
}

.auth-info-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px
}

.auth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px
}

.auth-badge {
    font-size: 11px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0f9f3;
    border: 1px solid #cdeed8;
    color: #24734b;
    display: inline-flex;
    align-items: center;
    gap: 5px
}

.auth-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8449
}

.auth-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
}

.auth-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px
}

.auth-list-bullet {
    margin-top: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #1e8449
}

.auth-footnote {
    margin-top: 16px;
    font-size: 12px;
    color: #888
}

@media (max-width:768px) {
    .auth-wrapper {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 12px 18px;
        gap: 18px
    }

    .auth-form-area {
        border-right: none;
        border-bottom: 1px dashed #ecf0f1;
        padding-right: 0;
        padding-bottom: 12px;
        margin-bottom: 4px
    }

    .auth-info {
        padding-left: 0
    }
}

.auth-wrapper {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 20px 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 24px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 24px
}

.auth-form-area {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-right: 12px;
    border-right: 1px dashed #ecf0f1
}

.auth-info {
    padding-left: 12px
}

.auth-form-title {
    font-size: 18px;
    font-weight: 700
}

.auth-form-subtitle {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px
}

.alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 6px
}

.alert-danger {
    background: #ffeded;
    border: 1px solid #ffb4b4;
    color: #b33939
}

.alert-success {
    background: #e9f9ef;
    border: 1px solid #b5e0c4;
    color: #2d7a46
}

.auth-group {
    margin-bottom: 10px
}

.auth-label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 600
}

.auth-input {
    width: 100%;
    padding: 9px 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box
}

.auth-input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15)
}

.btn-primary-auth {
    background: #1e8449;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    margin-top: 4px
}

.btn-primary-auth:hover {
    background: #219150
}

.auth-links {
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid #f1f5f9;
    padding-top: 15px
}

.auth-links a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s
}

.auth-links a:hover {
    color: #1d4ed8;
    text-decoration: underline
}

.auth-info-title {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 8px;
    letter-spacing: -0.02em
}

.auth-info-subtitle {
    font-size: 15px;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.5
}

.auth-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px
}

.auth-badge {
    background: #f1f5f9;
    color: #475569;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.auth-badge-dot {
    width: 6px;
    height: 6px;
    background: #1d4ed8;
    border-radius: 50%
}

.auth-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px
}

.auth-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #334155;
    line-height: 1.5
}

.auth-list-bullet {
    margin-top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0
}

.auth-footnote {
    font-size: 13px;
    color: #94a3b8;
    background: #f8fafc;
    padding: 12px 16px;
    border-radius: 10px;
    border: 1px dashed #e2e8f0
}

@media (max-width:768px) {
    .auth-wrapper {
        grid-template-columns: minmax(0, 1fr);
        padding: 16px 12px 18px;
        gap: 18px
    }

    .auth-form-area {
        border-right: none;
        border-bottom: 1px dashed #ecf0f1;
        padding-right: 0;
        padding-bottom: 12px;
        margin-bottom: 4px
    }

    .auth-info {
        padding-left: 0;
        text-align: center
    }

    .auth-info-title,
    .auth-info-subtitle {
        text-align: center
    }

    .auth-badges {
        justify-content: center
    }

    .auth-list li {
        text-align: left
    }

    .auth-footnote {
        text-align: center
    }
}

.admin-wrapper {
    width: 100%;
    margin: 16px auto 24px;
    padding: 0 16px 24px
}

.admin-title-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px
}

.admin-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #111827
}

.admin-subtitle {
    font-size: 0.9rem;
    color: #6b7280
}

.settings-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 18px;
    margin-bottom: 20px
}

.settings-card {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    padding: 16px 18px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.04)
}

.settings-card-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f4f6;
    padding-bottom: 6px
}

.settings-card-title {
    font-size: 1.05rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 2px
}

.settings-card-desc {
    font-size: 0.85rem;
    color: #6b7280
}

.setting-row {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 8px
}

.setting-label {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #374151
}

.setting-input,
.setting-textarea,
.setting-select {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 0.9rem;
    max-width: 100%;
    background: #f9fafb;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease
}

.setting-input:focus,
.setting-textarea:focus,
.setting-select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 1px rgba(37, 99, 235, 0.25);
    background: #ffffff
}

.setting-textarea {
    min-height: 80px;
    resize: vertical
}

.setting-checkbox-label {
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #374151;
    margin-top: 4px;
    margin-bottom: 4px
}

.setting-checkbox-label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 4px
}

.settings-actions {
    margin-top: 16px;
    display: flex;
    justify-content: flex-end
}

.admin-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
    gap: 6px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.05s, box-shadow 0.15s ease
}

.admin-btn-primary:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.32)
}

.admin-btn-primary:active {
    transform: translateY(0);
    box-shadow: none
}

.admin-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #d1d5db;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #ffffff;
    color: #374151;
    border-color: #d1d5db;
    gap: 6px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.05s, box-shadow 0.15s ease
}

.admin-btn-secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.admin-btn-secondary:active {
    transform: translateY(0);
    box-shadow: none
}

.admin-btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    background: #dc3545;
    color: #ffffff;
    border-color: #dc3545;
    gap: 6px;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease, transform 0.05s, box-shadow 0.15s ease
}

.admin-btn-danger:hover {
    background: #c82333;
    border-color: #c82333;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(220, 53, 69, 0.32)
}

.admin-btn-danger:active {
    transform: translateY(0);
    box-shadow: none
}

.alert {
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px
}

.alert-success {
    background: #ecfdf3;
    border: 1px solid #bbf7d0;
    color: #166534
}

.alert-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c
}

.alert-icon {
    font-size: 1rem;
    flex-shrink: 0
}

@media (max-width:1024px) {
    .settings-grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:640px) {
    .admin-wrapper {
        margin-top: 12px;
        padding: 0 10px 20px
    }

    .admin-title-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px
    }

    .admin-title {
        font-size: 1.5rem
    }
}

.gd-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    margin-bottom: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.gd-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px
}

.gd-form-row {
    margin-bottom: 14px
}

.gd-form-row label {
    font-size: 14px;
    color: #374151;
    margin-bottom: 4px;
    display: block
}

.gd-input {
    width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    font-size: 14px
}

.gd-check {
    margin-top: 6px
}

.gd-check label {
    margin-left: 6px;
    font-size: 14px
}

.gd-btn-save {
    background: #2563eb;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    border: none;
    font-weight: 600;
    cursor: pointer
}

.gd-btn-back {
    background: #6b7280;
    color: #fff;
    padding: 10px 18px;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    margin-left: 8px
}

.gd-card {
    background: #fff;
    border-radius: 14px;
    padding: 24px;
    border: 1px solid #e5e7eb;
    margin-bottom: 22px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.gd-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1f2937
}

.gd-btn-add {
    background: #047857;
    color: #fff;
    padding: 9px 16px;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600
}

table.gd-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px
}

table.gd-table th {
    padding: 10px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 13px;
    color: #6b7280;
    text-align: left
}

table.gd-table td {
    padding: 10px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 14px
}

.gd-badge-active {
    background: #16a34a;
    color: #fff;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px
}

.gd-badge-passive {
    background: #d1d5db;
    color: #111;
    padding: 3px 8px;
    border-radius: 6px;
    font-size: 12px
}

.gd-btn-edit {
    background: #2563eb;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500
}

.gd-form .form-row {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.gd-form label {
    font-size: 13px;
    color: #2c3e50
}

.gd-form input[type="text"],
.gd-form input[type="email"],
.gd-form input[type="password"] {
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #dfe6e9;
    font-size: 13px
}

.checkbox-label {
    font-size: 13px;
    color: #2c3e50
}

.btn-primary-local {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #3498db;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer
}

.btn-secondary-local {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    background: #95a5a6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer
}

.user-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 12px;
    flex-wrap: wrap
}

.user-tab {
    padding: 8px 12px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    color: #4b5563;
    background: transparent
}

.user-tab.active {
    background: #ffffff;
    border-color: #d1d5db;
    border-bottom: 1px solid #ffffff;
    color: #111827;
    font-weight: 600
}

.user-tab:hover {
    background: #f3f4f6
}

.badge {
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    display: inline-block
}

.gd-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.badge {
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    display: inline-block;
    margin-top: 3px
}

.gd-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04)
}

.stats-page {
    margin-top: 20px
}

.page-heading h1 {
    font-size: 22px;
    margin-bottom: 4px
}

.page-heading p {
    font-size: 13px
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 24px
}

@media (max-width:900px) {
    .stats-grid {
        grid-template-columns: 1fr
    }
}

.stat-summary-card {
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f7f9fc);
    border-radius: 14px;
    padding: 12px 14px 14px 14px;
    border: 1px solid #e0e4f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    overflow: hidden
}

.stat-summary-card::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: radial-gradient(circle at 30% 30%, rgba(39, 174, 96, 0.25), transparent 55%);
    opacity: 0.7
}

.stat-summary-inner {
    position: relative;
    z-index: 2
}

.stat-summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 6px
}

.stat-summary-title {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 6px
}

.stat-icon {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: #ecfdf3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px
}

.stat-summary-value {
    font-size: 22px;
    font-weight: 700;
    color: #111827
}

.stat-summary-subtitle {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px
}

.stat-summary-footer {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 6px
}

.summary-split {
    display: flex;
    gap: 16px;
    margin-top: 4px
}

.summary-col {
    flex: 1
}

.summary-col-label {
    font-size: 11px;
    color: #6b7280;
    margin-bottom: 2px
}

.summary-col-value {
    font-size: 18px;
    font-weight: 700;
    color: #111827
}

.card {
    background: #fff;
    border-radius: 14px;
    padding: 16px 18px;
    border: 1px solid #e0e4f0;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
    margin-bottom: 16px
}

.card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px
}

.card-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 12px
}

.card-meta-line {
    font-size: 11px;
    color: #9ca3af;
    margin-bottom: 8px
}

.cat-manage-row {
    margin-bottom: 10px;
    border-radius: 12px;
    border: 1px solid #eef0f5;
    padding: 10px 12px;
    background: linear-gradient(135deg, #ffffff, #f9fafb)
}

.cat-manage-row:nth-child(odd) {
    background: linear-gradient(135deg, #ffffff, #f7fafc)
}

.cat-manage-row:last-child {
    margin-bottom: 0
}

.cat-row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px
}

.cat-title-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.man-cat-name {
    font-size: 14px;
    font-weight: 600;
    color: #111827
}

.cat-mini-info {
    font-size: 11px;
    color: #6b7280
}

.man-cat-actions {
    flex: 0;
    white-space: nowrap
}

.man-cat-actions button {
    padding: 5px 10px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #fff;
    font-size: 11px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px
}

.man-cat-actions button:hover {
    background: #fee2e2;
    border-color: #fecaca
}

.man-cat-counts {
    font-size: 12px;
    color: #374151
}

.cat-metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 6px
}

@media (max-width:768px) {
    .cat-metrics-grid {
        grid-template-columns: 1fr
    }
}

.metric-block {
    font-size: 12px
}

.progress-wrapper {
    width: 100%;
    background: #eef2f7;
    border-radius: 999px;
    overflow: hidden;
    height: 8px;
    margin-top: 4px
}

.progress-bar {
    height: 8px;
    background: #22c55e;
    width: 0%;
    transition: width 0.4s ease-out
}

.progress-bar.accuracy {
    background: #1d4ed8
}

.percent-label {
    margin-top: 2px;
    font-size: 11px;
    color: #6b7280
}

.badge-inline {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    background: #eef2ff;
    color: #4338ca;
    border-radius: 999px;
    padding: 2px 8px
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #22c55e
}

.badge-dot.red {
    background: #ef4444
}

.no-data {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff3cd;
    border: 1px solid #ffeeba;
    font-size: 13px;
    color: #856404
}

.verify-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #dcdde1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 24px 20px;
    max-width: 480px;
    margin: 0 auto 24px auto
}

.verify-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.verify-text {
    font-size: 13px;
    color: #555;
    margin-bottom: 8px
}

.alert {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 13px;
    margin-bottom: 8px
}

.alert-danger {
    background: #ffeded;
    border: 1px solid #ffb4b4;
    color: #b33939
}

.alert-success {
    background: #e9f9ef;
    border: 1px solid #b5e0c4;
    color: #2d7a46
}

.verify-links {
    margin-top: 8px;
    font-size: 13px
}

.verify-links a {
    color: #2c3e50;
    text-decoration: none
}

.verify-links a:hover {
    text-decoration: underline
}

.study-hub-wrapper {
    margin-top: 20px
}

.study-hub-header {
    margin-bottom: 16px
}

.study-hub-title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px
}

.study-hub-subtitle {
    font-size: 14px;
    color: #6b7280
}

.study-hub-subtitle .study-hub-desc {
    display: inline-block;
    margin-top: 4px;
    color: #4b5563
}

.study-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-top: 20px
}

.study-card {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    padding: 14px 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    display: flex;
    flex-direction: column;
    gap: 6px
}

.study-card-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    text-transform: uppercase;
    letter-spacing: .03em
}

.study-card-status-top {
    font-size: 13px;
    color: #9ca3af
}

.study-card-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4px
}

.study-card-main-left {
    font-size: 13px;
    color: #4b5563
}

.study-card-main-left strong {
    font-weight: 600
}

.study-card-progress {
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #111827
}

.study-card-footer {
    font-size: 12px;
    color: #9ca3af;
    margin-top: 2px
}

.study-card-tag {
    display: inline-block;
    font-size: 11px;
    padding: 2px 7px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    margin-left: 4px
}

.dual-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px
}

.btn-workspace,
.btn-solve {
    flex: 1;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600
}

.btn-workspace {
    background: #e5f2ff;
    color: #1d4ed8;
    border: 1px solid #bcd8ff
}

.btn-workspace:hover {
    background: #d6eaff
}

.btn-solve {
    background: #1d4ed8;
    color: white;
    border: 1px solid #1d4ed8
}

.btn-solve:hover {
    background: #1742b5
}

.study-card-actions {
    margin-top: 6px
}

.study-card-link {
    display: inline-block;
    font-size: 13px;
    color: #1d4ed8;
    text-decoration: none;
    font-weight: 500
}

.study-card-link:hover {
    text-decoration: underline
}

.category-section {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
    border: 1px solid #e1e1e1
}

.section-title {
    font-size: 20px;
    margin-bottom: 8px
}

.section-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px
}

.empty-box {
    padding: 14px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #777;
    font-size: 14px
}

.document-list {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.document-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fdfdfd;
    border: 1px solid #eaeaea;
    border-radius: 8px
}

.document-icon {
    font-size: 26px;
    margin-right: 12px
}

.document-info {
    flex-grow: 1
}

.document-title {
    font-weight: 600;
    font-size: 15px
}

.document-meta {
    font-size: 12px;
    color: #777;
    margin-top: 2px
}

.document-actions .btn-doc {
    background: #3498db;
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px
}

.btn-doc:hover {
    background: #217dbb
}

.gd-card {
    background: #fff;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    margin-bottom: 20px
}

.gd-filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    align-items: flex-end
}

.gd-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.gd-table th {
    padding: 8px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    font-weight: 600
}

.gd-table td {
    padding: 8px;
    border-bottom: 1px solid #f3f4f6
}

.badge-completed {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #dcfce7;
    color: #166534;
    font-size: 11px
}

.badge-inprogress {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #fef3c7;
    color: #92400e;
    font-size: 11px
}

.btn-delete {
    padding: 4px 8px;
    font-size: 11px;
    background: #f87171;
    color: white
}

.btn-small {
    padding: 4px 8px;
    font-size: 11px
}

.pagination {
    display: flex;
    gap: 4px;
    flex-wrap: wrap
}

.pagination-info {
    font-size: 12px;
    color: #6b7280
}

.page-current {
    background: #111827 !important;
    color: #fff !important
}

.btn-retry {
    padding: 4px 8px;
    font-size: 11px;
    background: #2563eb;
    color: #fff
}

.limit-alert {
    width: 100%;
    background: #ffe5e5;
    border-left: 4px solid #d70000;
    color: #7a0000;
    padding: 10px 15px;
    margin: 10px 0 15px 0;
    border-radius: 0;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.limit-alert strong {
    color: #a00000
}

.limit-alert-actions {
    display: flex;
    gap: 10px
}

.limit-alert-btn {
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none
}

.limit-alert-btn-primary {
    background: #d70000;
    color: #fff !important
}

.limit-alert-btn-outline {
    border: 1px solid #d70000;
    color: #d70000 !important;
    background: #fff
}

.gd-btn-back {
    display: inline-block;
    padding: 8px 14px;
    background: #f5f5f5;
    border-radius: 6px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid #ddd
}

.gd-btn-back:hover {
    background: #e9e9e9
}

.gd-alert-success {
    padding: 10px 14px;
    border-radius: 6px;
    background: #e6f4ea;
    color: #256029;
    border: 1px solid #badbcc;
    font-size: 14px
}

.reklam-kutusu {
    margin: 20px 0;
    padding: 12px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    text-align: center
}

.reklam-placeholder {
    height: 90px;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #475569;
    font-size: 0.9rem
}

.reklam-mini {
    margin: 10px 0;
    text-align: center
}

.reklam-placeholder-mini {
    height: 50px;
    background: #f1f5f9;
    border: 1px dashed #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    color: #475569
}

.reklam-banner {
    margin: 20px 0;
    text-align: center
}

.questions-ad-top,
.questions-ad-bottom {
    margin: 16px 0;
    text-align: center
}

.cozum-locked-wrapper {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px dashed #fbbf24;
    background: #fffbeb
}

.cozum-btn-locked {
    width: 100%;
    justify-content: center;
    background: #f59e0b;
    border-color: #d97706;
    color: #111827;
    font-weight: 600;
    opacity: 1 !important;
    cursor: not-allowed !important
}

.cozum-locked-cta {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.85rem;
    color: #92400e
}

.cozum-locked-text strong {
    font-weight: 700
}

.cozum-locked-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding: 6px 12px;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-size: 0.85rem;
    text-decoration: none;
    font-weight: 600
}

.cozum-locked-link:hover {
    background: #000000
}

.cat-warning {
    margin-bottom: 10px
}

.cikmis-soru-etiket {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 11px;
    font-weight: 500
}

.alt-konu-etiket {
    display: inline-block;
    margin-left: 6px;
    padding: 2px 6px;
    border-radius: 999px;
    background: #e5e7eb;
    color: #374151;
    font-size: 11px
}

.cozum-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed
}

.cozum-btn.register-cta {
    background: #ef4444;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border: none;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    font-weight: 600;
    min-width: 200px
}

.antreman-page {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.antreman-mode-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .antreman-mode-cards {
        grid-template-columns: 1fr;
        gap: 10px
    }

    .antreman-mode-card {
        padding: 14px
    }

    .antreman-mode-category {
        margin-bottom: 10px;
        padding-top: 10px
    }

    .antreman-mode-category-select {
        font-size: 12px;
        padding: 8px 10px
    }

    .antreman-mode-actions {
        flex-direction: column;
        gap: 8px
    }

    .antreman-mode-start-btn {
        width: 100%;
        padding: 10px 20px
    }

    .antreman-settings-form {
        transition: all 0.3s ease
    }

    .antreman-settings-heading {
        transition: all 0.3s ease
    }
}

.antreman-mode-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    transition: border-color 0.12s ease, box-shadow 0.12s ease, transform 0.12s ease;
    display: flex;
    flex-direction: column;
    height: 100%
}

.antreman-mode-card:hover {
    border-color: #1d4ed8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    transform: translateY(-2px)
}

.antreman-mode-card.active {
    background: #eff6ff;
    border-color: #2563eb;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2)
}

.antreman-mode-icon {
    font-size: 32px;
    margin-bottom: 8px
}

.antreman-mode-title {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px
}

.antreman-mode-desc {
    font-size: 13px;
    color: #475569;
    margin-bottom: 12px
}

.antreman-mode-category {
    margin-bottom: 12px;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb
}

.antreman-mode-category-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px
}

.antreman-mode-category-select {
    width: 100%;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    color: #111827;
    background: #ffffff;
    transition: border-color 0.15s ease;
    cursor: pointer
}

.antreman-mode-category-select:focus {
    outline: none;
    border-color: #2563eb
}

.antreman-mode-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid #e5e7eb
}

.antreman-mode-start-btn {
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3)
}

.antreman-mode-start-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%)
}

.antreman-mode-start-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(102, 126, 234, 0.3)
}

.antreman-mode-question-count {
    font-size: 13px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 4px
}

.antreman-mode-count-number {
    font-weight: 700;
    color: #2563eb;
    font-size: 14px
}

.antreman-settings {
    margin-bottom: 30px
}

.antreman-setting-group {
    margin-bottom: 16px
}

.antreman-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 6px
}

.antreman-input,
.antreman-select {
    width: 100%;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    color: #111827;
    background: #ffffff;
    transition: border-color 0.15s ease
}

.antreman-input:focus,
.antreman-select:focus {
    outline: none;
    border-color: #2563eb
}

.antreman-hint {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px
}

.antreman-actions {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

.antreman-timer {
    background: #fef3c7;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    color: #92400e;
    border: 1px solid #fcd34d;
    transition: all 0.3s ease;
    font-variant-numeric: tabular-nums
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1
    }

    50% {
        opacity: 0.7
    }
}

.antreman-question-card {
    display: none
}

.antreman-card-modern {
    display: none;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-bottom: 24px;
    transition: all 0.3s ease
}

.antreman-card-modern:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.06)
}

.antreman-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1)
}

.antreman-card-header-left {
    display: flex;
    align-items: center;
    gap: 16px
}

.antreman-card-number {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3)
}

.antreman-card-number-text {
    color: #ffffff
}

.antreman-card-info {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.antreman-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff
}

.antreman-card-category {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.15);
    padding: 4px 10px;
    border-radius: 12px;
    display: inline-block;
    width: fit-content
}

.antreman-card-header-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.antreman-card-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.2);
    padding: 8px 14px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-weight: 600;
    font-variant-numeric: tabular-nums
}

.antreman-card-timer i {
    font-size: 14px
}

.antreman-card-timer-text {
    font-size: 15px;
    color: #ffffff
}

.antreman-card-timer.warning {
    background: rgba(251, 191, 36, 0.3);
    border-color: rgba(251, 191, 36, 0.5)
}

.antreman-card-timer.critical {
    background: rgba(239, 68, 68, 0.3);
    border-color: rgba(239, 68, 68, 0.5);
    animation: pulse 1s infinite
}

.antreman-card-flags {
    display: flex;
    gap: 8px
}

.antreman-card-flags {
    display: flex;
    gap: 8px;
    align-items: center
}

.antreman-card-flag-btn {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    font-size: 18px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.antreman-card-flag-btn i {
    font-size: 18px;
    display: block
}

.antreman-card-flag-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2)
}

.antreman-card-flag-btn:active {
    transform: translateY(0) scale(0.98)
}

.antreman-card-flag-btn[data-flag-type="repeat"] {
    background: rgba(251, 191, 36, 0.25);
    border-color: rgba(251, 191, 36, 0.5)
}

.antreman-card-flag-btn[data-flag-type="repeat"]:hover {
    background: rgba(251, 191, 36, 0.4);
    border-color: rgba(251, 191, 36, 0.7);
    box-shadow: 0 4px 12px rgba(251, 191, 36, 0.3)
}

.antreman-card-flag-btn[data-flag-type="mastered"] {
    background: rgba(34, 197, 94, 0.25);
    border-color: rgba(34, 197, 94, 0.5)
}

.antreman-card-flag-btn[data-flag-type="mastered"]:hover {
    background: rgba(34, 197, 94, 0.4);
    border-color: rgba(34, 197, 94, 0.7);
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3)
}

.antreman-card-flag-btn.active {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3)
}

.antreman-card-body {
    padding: 24px
}

.antreman-card-question {
    font-size: 16px;
    line-height: 1.7;
    color: #1f2937;
    margin-bottom: 24px;
    padding: 16px;
    background: #f9fafb;
    border-radius: 12px;
    border-left: 4px solid #667eea
}

.antreman-card-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px
}

.antreman-card-option {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 18px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden
}

.antreman-card-option::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #667eea;
    transform: scaleY(0);
    transition: transform 0.2s ease
}

.antreman-card-option:hover {
    border-color: #667eea;
    background: #f0f9ff;
    transform: translateX(4px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15)
}

.antreman-card-option:hover::before {
    transform: scaleY(1)
}

.antreman-card-option.answered {
    cursor: default;
    pointer-events: none
}

.antreman-card-option-badge {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.25)
}

.antreman-card-option-text {
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    padding-top: 2px
}

.antreman-card-option-feedback {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px
}

.antreman-card-option-feedback i {
    display: none
}

.antreman-card-option.secenek-dogru {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
    border-color: #10b981
}

.antreman-card-option.secenek-dogru::before {
    background: #10b981;
    transform: scaleY(1)
}

.antreman-card-option.secenek-dogru .antreman-card-option-badge {
    background: linear-gradient(135deg, #10b981 0%, #047857 100%)
}

.antreman-card-option.secenek-dogru .antreman-card-option-feedback {
    display: flex;
    background: #10b981;
    color: #ffffff
}

.antreman-card-option.secenek-dogru .antreman-card-option-feedback .antreman-card-feedback-correct {
    display: block;
    animation: popIn 0.3s ease
}

.antreman-card-option.secenek-yanlis {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
    border-color: #ef4444
}

.antreman-card-option.secenek-yanlis::before {
    background: #ef4444;
    transform: scaleY(1)
}

.antreman-card-option.secenek-yanlis .antreman-card-option-badge {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%)
}

.antreman-card-option.secenek-yanlis .antreman-card-option-feedback {
    display: flex;
    background: #ef4444;
    color: #ffffff
}

.antreman-card-option.secenek-yanlis .antreman-card-option-feedback .antreman-card-feedback-wrong {
    display: block;
    animation: popIn 0.3s ease
}

@keyframes popIn {
    0% {
        transform: translateY(-50%) scale(0)
    }

    50% {
        transform: translateY(-50%) scale(1.2)
    }

    100% {
        transform: translateY(-50%) scale(1)
    }
}

.antreman-card-explanation {
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    border-radius: 12px;
    border: 2px solid #fbbf24;
    animation: slideDown 0.3s ease
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.antreman-card-explanation-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 12px;
    color: #92400e
}

.antreman-card-explanation-header i {
    font-size: 18px
}

.antreman-card-explanation-content {
    font-size: 15px;
    line-height: 1.7;
    color: #78350f
}

.antreman-card-wrong-reason {
    margin-top: 20px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    animation: slideDown 0.3s ease
}

.antreman-card-wrong-reason-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #374151;
    font-size: 15px
}

.antreman-card-wrong-reason-title i {
    color: #f59e0b
}

.antreman-card-wrong-reason-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px
}

.antreman-card-wrong-reason-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #374151
}

.antreman-card-wrong-reason-btn:hover {
    border-color: #667eea;
    background: #f0f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15)
}

.antreman-card-wrong-reason-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3)
}

.antreman-card-wrong-reason-btn i {
    font-size: 14px
}

.antreman-card-footer {
    padding: 16px 24px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb
}

.antreman-card-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.antreman-card-action-btn {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px 24px;
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
    color: #374151;
    text-align: left;
    min-width: 260px;
    flex: 1;
    position: relative;
    overflow: hidden
}

.antreman-card-action-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 14px 0 0 14px
}

.antreman-card-action-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-width: 2px
}

.antreman-card-action-btn:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1)
}

.antreman-card-action-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f3f4f6;
    flex-shrink: 0;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1)
}

.antreman-card-action-icon i {
    font-size: 24px;
    color: #6b7280;
    transition: all 0.3s ease
}

.antreman-card-action-empty {
    border-color: #fbbf24;
    background: linear-gradient(135deg, #fef3c7 0%, #fef3c7 100%)
}

.antreman-card-action-empty::before {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%)
}

.antreman-card-action-empty:hover {
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%);
    border-color: #f59e0b;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.25)
}

.antreman-card-action-icon-empty {
    background: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4)
}

.antreman-card-action-icon-empty i {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700
}

.antreman-card-action-empty:hover .antreman-card-action-icon-empty {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4)
}

.antreman-card-action-suspicious {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #f3e8ff 0%, #f3e8ff 100%)
}

.antreman-card-action-suspicious::before {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%)
}

.antreman-card-action-suspicious:hover {
    background: linear-gradient(135deg, #e9d5ff 0%, #ddd6fe 100%);
    border-color: #7c3aed;
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.25)
}

.antreman-card-action-icon-suspicious {
    background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 100%);
    box-shadow: 0 4px 14px rgba(139, 92, 246, 0.4)
}

.antreman-card-action-icon-suspicious i {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700
}

.antreman-card-action-suspicious:hover .antreman-card-action-icon-suspicious {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4)
}

.antreman-card-action-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1
}

.antreman-card-action-title {
    font-weight: 700;
    font-size: 17px;
    color: #111827;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    letter-spacing: -0.3px
}

.antreman-card-action-title strong {
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 6px
}

.antreman-card-action-empty .antreman-card-action-title {
    color: #92400e
}

.antreman-card-action-empty .antreman-card-action-title strong {
    color: #b45309
}

.antreman-card-action-suspicious .antreman-card-action-title {
    color: #6b21a8
}

.antreman-card-action-suspicious .antreman-card-action-title strong {
    color: #7c3aed
}

.antreman-card-action-desc {
    font-size: 13.5px;
    color: #6b7280;
    line-height: 1.6;
    margin-top: 2px;
    font-weight: 500
}

.antreman-card-action-empty .antreman-card-action-desc {
    color: #78350f;
    font-weight: 500
}

.antreman-card-action-suspicious .antreman-card-action-desc {
    color: #6b21a8;
    font-weight: 500
}

.antreman-card-action-empty {
    border-color: #fbbf24;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%)
}

.antreman-card-action-empty::before {
    background: #f59e0b
}

.antreman-card-action-empty:hover {
    border-color: #f59e0b;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.25);
    transform: translateY(-3px)
}

.antreman-card-action-empty:hover .antreman-card-action-icon-empty {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.4)
}

.antreman-card-action-empty:hover .antreman-card-action-icon {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.4)
}

.antreman-card-action-suspicious {
    border-color: #8b5cf6;
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%)
}

.antreman-card-action-suspicious::before {
    background: #7c3aed
}

.antreman-card-action-suspicious:hover {
    border-color: #7c3aed;
    background: linear-gradient(135deg, #f3e8ff 0%, #e9d5ff 100%);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.25);
    transform: translateY(-3px)
}

.antreman-card-action-suspicious:hover .antreman-card-action-icon-suspicious {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.4)
}

.antreman-card-action-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1)
}

.antreman-card-action-btn.active {
    border-width: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

.antreman-card-action-empty.active {
    border-color: #d97706;
    background: linear-gradient(135deg, #fde68a 0%, #fcd34d 100%)
}

.antreman-card-action-empty.active .antreman-card-action-icon-empty {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(245, 158, 11, 0.5)
}

.antreman-card-action-suspicious.active {
    border-color: #6d28d9;
    background: linear-gradient(135deg, #e9d5ff 0%, #ddd6fe 100%)
}

.antreman-card-action-suspicious.active .antreman-card-action-icon-suspicious {
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(139, 92, 246, 0.5)
}

.antreman-actions {
    margin-top: 24px;
    display: flex;
    justify-content: center
}

.antreman-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3)
}

.antreman-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%)
}

.antreman-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3)
}

.antreman-btn-primary:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
    box-shadow: none
}

@media (max-width:768px) {
    .antreman-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .antreman-card-header-right {
        width: 100%;
        justify-content: space-between
    }

    .antreman-card-body {
        padding: 16px
    }

    .antreman-card-question {
        font-size: 15px;
        padding: 12px
    }

    .antreman-card-option {
        padding: 14px 16px
    }

    .antreman-card-wrong-reason-buttons {
        grid-template-columns: 1fr
    }

    .antreman-btn-primary {
        width: 100%;
        padding: 16px 24px
    }
}

.antreman-flag-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding: 4px 8px;
    transition: opacity 0.2s ease
}

.antreman-flag-btn:hover {
    opacity: 0.7
}

.antreman-explanation {
    margin-top: 12px;
    padding: 12px;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e2e8f0
}

.antreman-explanation-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #111827
}

.antreman-explanation-text {
    font-size: 13px;
    line-height: 1.6;
    color: #475569
}

.antreman-navigation {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.antreman-question-actions-bottom {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap
}

.antreman-btn-finish {
    background: #16a34a;
    color: #fff;
    border: none
}

.antreman-btn-finish:hover {
    background: #15803d
}

.antreman-wrong-reason-selector {
    display: none;
    margin-top: 16px;
    padding: 16px;
    background: #f8f9fa;
    border-radius: 8px
}

.antreman-wrong-reason-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #374151
}

.antreman-wrong-reason-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.antreman-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding: 20px;
    overflow-y: auto
}

.antreman-modal-content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    border-radius: 12px;
    padding: 24px
}

.antreman-modal-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px
}

.antreman-modal-questions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 20px
}

.antreman-modal-section {
    margin-bottom: 16px
}

.antreman-modal-label {
    font-weight: 600;
    margin-bottom: 12px
}

.antreman-modal-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.antreman-modal-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end
}

.antreman-navigation-right {
    display: flex;
    gap: 8px;
    align-items: center
}

.antreman-pagination {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
    margin: 0 12px
}

.antreman-pagination-btn {
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    background: #ffffff;
    color: #374151;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center
}

.antreman-pagination-btn:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.antreman-pagination-btn.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    border-color: #667eea;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3)
}

.antreman-pagination-btn.active:hover {
    background: linear-gradient(135deg, #5568d3 0%, #6a3f8f 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4)
}

.antreman-pagination-dots {
    padding: 0 4px;
    color: #9ca3af;
    font-weight: 600;
    user-select: none
}

.antreman-timer-inline {
    display: none;
    align-items: center;
    padding: 8px 16px;
    background: #f8f9fa;
    border-radius: 4px;
    font-weight: 600;
    color: #374151
}

.antreman-report-summary {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 12px;
    margin-bottom: 20px
}

.antreman-stat-card {
    text-align: center;
    padding: 16px
}

.antreman-stat-card.antreman-stat-correct {
    background: #ecfdf5;
    border-color: #86efac
}

.antreman-stat-card.antreman-stat-wrong {
    background: #fef2f2;
    border-color: #fca5a5
}

.antreman-stat-card.antreman-stat-empty {
    background: #f0f9ff;
    border-color: #7dd3fc
}

.antreman-stat-card.antreman-stat-suspicious {
    background: #fef3c7;
    border-color: #fcd34d
}

.antreman-stat-label {
    font-size: 12px;
    color: #475569;
    margin-bottom: 6px
}

.antreman-stat-card.antreman-stat-correct .antreman-stat-label {
    color: #166534
}

.antreman-stat-card.antreman-stat-wrong .antreman-stat-label {
    color: #b91c1c
}

.antreman-stat-card.antreman-stat-empty .antreman-stat-label {
    color: #0284c7
}

.antreman-stat-card.antreman-stat-suspicious .antreman-stat-label {
    color: #92400e
}

.antreman-stat-value {
    font-size: 24px;
    font-weight: 700;
    color: #111827
}

.antreman-stat-card.antreman-stat-correct .antreman-stat-value {
    color: #166534
}

.antreman-stat-card.antreman-stat-wrong .antreman-stat-value {
    color: #b91c1c
}

.antreman-stat-card.antreman-stat-empty .antreman-stat-value {
    color: #0284c7
}

.antreman-stat-card.antreman-stat-suspicious .antreman-stat-value {
    color: #92400e
}

.antreman-source-details {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px
}

.antreman-source-details strong {
    color: #111827;
    font-weight: 600
}

.antreman-category-table-wrapper {
    padding: 0;
    overflow: hidden
}

.antreman-category-table {
    width: 100%;
    border-collapse: collapse
}

.antreman-category-table thead {
    background: #f8fafc
}

.antreman-category-table th {
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    border-bottom: 2px solid #e2e8f0
}

.antreman-category-table td {
    padding: 12px 16px;
    font-size: 14px;
    color: #111827;
    border-bottom: 1px solid #f1f5f9
}

.antreman-category-table tbody tr:hover {
    background: #f8fafc
}

.antreman-repeat-list {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.antreman-repeat-item {
    font-size: 14px
}

.antreman-repeat-item a {
    color: #2563eb;
    text-decoration: none
}

.antreman-repeat-item a:hover {
    text-decoration: underline
}

.antreman-report-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e5e7eb
}

@media (max-width:768px) {
    .antreman-mode-cards {
        grid-template-columns: 1fr
    }

    .antreman-navigation {
        flex-direction: column;
        gap: 16px
    }

    .antreman-navigation .btn {
        width: 100%
    }

    .antreman-pagination {
        order: 2;
        margin: 8px 0;
        width: 100%;
        justify-content: center
    }

    .antreman-pagination-btn {
        min-width: 36px;
        height: 36px;
        font-size: 13px
    }

    .antreman-card-flags {
        flex-wrap: wrap
    }

    .antreman-card-flag-btn {
        width: 40px;
        height: 40px;
        font-size: 16px
    }
}

@keyframes slideIn {
    from {
        transform: translateX(100%);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slideOut {
    from {
        transform: translateX(0);
        opacity: 1
    }

    to {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.antreman-alert-modal,
.antreman-confirm-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: fadeIn 0.3s ease
}

.antreman-alert-content,
.antreman-confirm-content {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 480px;
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    animation: scaleIn 0.3s ease
}

.antreman-alert-header,
.antreman-confirm-header {
    padding: 24px 24px 16px;
    border-bottom: 1px solid #e5e7eb
}

.antreman-alert-title,
.antreman-confirm-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 12px
}

.antreman-alert-title::before {
    content: '⚠️';
    font-size: 24px
}

.antreman-confirm-title::before {
    content: '❓';
    font-size: 24px
}

.antreman-alert-body,
.antreman-confirm-body {
    padding: 20px 24px;
    font-size: 15px;
    line-height: 1.6;
    color: #374151
}

.antreman-alert-body p,
.antreman-confirm-body p {
    margin: 0
}

.antreman-alert-footer,
.antreman-confirm-footer {
    padding: 16px 24px 24px;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    border-top: 1px solid #e5e7eb
}

.antreman-alert-ok,
.antreman-confirm-ok,
.antreman-confirm-cancel {
    min-width: 100px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none
}

.antreman-alert-ok,
.antreman-confirm-ok {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff
}

.antreman-alert-ok:hover,
.antreman-confirm-ok:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3)
}

.antreman-confirm-cancel {
    background: #f3f4f6;
    color: #374151;
    border: 1px solid #e5e7eb
}

.antreman-confirm-cancel:hover {
    background: #e5e7eb;
    transform: translateY(-2px)
}

@media (max-width:768px) {

    .antreman-alert-content,
    .antreman-confirm-content {
        width: 95%;
        margin: 20px
    }

    .antreman-alert-header,
    .antreman-confirm-header {
        padding: 20px 20px 12px
    }

    .antreman-alert-body,
    .antreman-confirm-body {
        padding: 16px 20px
    }

    .antreman-alert-footer,
    .antreman-confirm-footer {
        padding: 12px 20px 20px;
        flex-direction: column-reverse
    }

    .antreman-alert-ok,
    .antreman-confirm-ok,
    .antreman-confirm-cancel {
        width: 100%
    }
}

.antreman-true-false-buttons {
    display: flex;
    gap: 20px;
    margin-top: 24px;
    justify-content: center;
    flex-wrap: wrap
}

.antreman-tf-btn {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    padding: 24px 32px;
    border: 3px solid #e5e7eb;
    border-radius: 16px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
    overflow: hidden
}

.antreman-tf-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-color: #1d4ed8
}

.antreman-tf-btn:active:not(:disabled) {
    transform: translateY(0)
}

.antreman-tf-btn.answered {
    cursor: not-allowed;
    opacity: 0.7
}

.antreman-tf-btn.tf-correct {
    background: #d1fae5;
    border-color: #10b981;
    color: #065f46
}

.antreman-tf-btn.tf-wrong {
    background: #fee2e2;
    border-color: #ef4444;
    color: #991b1b
}

.antreman-tf-btn-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px
}

.antreman-tf-btn-icon {
    font-size: 48px;
    line-height: 1
}

.antreman-tf-btn-text {
    font-size: 20px;
    font-weight: 700
}

.antreman-tf-explanation-wrapper {
    margin-top: 24px;
    text-align: center
}

.antreman-tf-explanation-btn {
    padding: 12px 24px;
    background: #f3f4f6;
    border: 2px solid #d1d5db;
    border-radius: 8px;
    color: #374151;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.antreman-tf-explanation-btn:hover {
    background: #e5e7eb;
    border-color: #9ca3af
}

.antreman-tf-explanation-btn i {
    font-size: 16px
}

@media (max-width:768px) {
    .antreman-true-false-buttons {
        flex-direction: column;
        gap: 16px
    }

    .antreman-tf-btn {
        min-width: 100%;
        max-width: 100%;
        padding: 20px 24px
    }

    .antreman-tf-btn-icon {
        font-size: 40px
    }

    .antreman-tf-btn-text {
        font-size: 18px
    }
}

.gd-card-narrow {
    max-width: 700px;
    margin: 0 auto
}

.gd-btn-group {
    display: flex;
    gap: 8px;
    margin-top: 20px
}

.gd-mt-20 {
    margin-top: 20px
}

.gd-ml-8 {
    margin-left: 8px
}

.admin-card-mt {
    margin-top: 20px
}

.admin-list {
    margin: 10px 0;
    padding-left: 20px
}

.container-mb {
    margin-bottom: 20px
}

.report-header-title {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 4px
}

.report-header-desc {
    font-size: 13px;
    color: #334155;
    margin-bottom: 12px
}

.report-status-msg {
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 12px;
    font-size: 13px
}

.report-status-success {
    background: #eafaf1;
    border: 1px solid #1e8449;
    color: #196f3d
}

.report-status-error {
    background: #fdecea;
    border: 1px solid #e74c3c;
    color: #c0392b
}

.report-table-wrapper {
    overflow-x: auto
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px
}

.report-table thead tr {
    background: #ecf0f1
}

.report-table th,
.report-table td {
    padding: 6px;
    border: 1px solid #dfe6e9
}

.report-table-cell-small {
    font-size: 12px;
    color: #555
}

.report-table td {
    text-align: center
}

.report-table td:first-child,
.report-table td:nth-child(2),
.report-table td:nth-child(3),
.report-table td:nth-child(4) {
    text-align: left
}

.question-text {
    margin-top: 2px
}

.report-form-inline {
    margin-bottom: 10px;
    border: 1px solid #eee;
    padding: 8px;
    border-radius: 6px;
    background: #fafafa
}

.report-form-label {
    font-size: 12px;
    color: #555;
    display: block;
    text-align: left;
    margin-bottom: 4px
}

.admin-quick-links-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-bottom: 2px solid #5a67d8;
    padding: 8px 0;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
    width: 100%
}

.admin-quick-links-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

.admin-quick-links-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    user-select: none
}

.admin-quick-links-title span:first-child {
    font-size: 18px
}

.admin-quick-links-content {
    transition: max-height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    overflow: hidden;
    max-height: 500px;
    opacity: 1
}

.admin-quick-links-bar.collapsed {
    padding-bottom: 4px
}

.admin-quick-links-bar.collapsed .admin-quick-links-content {
    max-height: 0;
    opacity: 0;
    margin-top: 0
}

.admin-quick-links-bar.collapsed .admin-quick-links-title {
    margin-bottom: 0
}

.admin-quick-links-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center
}

.admin-quick-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    white-space: nowrap
}

.admin-quick-link:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3)
}

.admin-quick-link strong {
    font-weight: 600
}

.admin-quick-link-alert {
    background: rgba(231, 76, 60, 0.2);
    border-color: rgba(231, 76, 60, 0.4)
}

.admin-quick-link-alert:hover {
    background: rgba(231, 76, 60, 0.3);
    border-color: rgba(231, 76, 60, 0.5)
}

.admin-quick-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: rgba(231, 76, 60, 0.9);
    color: #ffffff;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1
}

@media (max-width:768px) {
    .admin-quick-links-inner {
        padding: 0 12px
    }

    .admin-quick-links-title {
        font-size: 12px;
        margin-bottom: 8px
    }

    .admin-quick-links-title span:first-child {
        font-size: 16px
    }

    .admin-quick-link {
        font-size: 12px;
        padding: 5px 10px
    }

    .admin-quick-links-grid {
        gap: 6px
    }
}

.home-institutions {
    margin: 40px 0
}

.institutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px
}

.institution-card {
    background: #fff;
    border: 1px solid #dfe6e9;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02)
}

.institution-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
    border-color: #1e8449
}

.inst-logo-wrap {
    width: 60px;
    height: 60px;
    background: #f8f9fa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0
}

.inst-logo-wrap img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain
}

.inst-logo-placeholder {
    font-size: 24px;
    font-weight: bold;
    color: #1e8449
}

.inst-info {
    flex: 1
}

.inst-name {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 4px
}

.inst-type {
    font-size: 12px;
    color: #334155;
    background: #f1f3f5;
    display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600
}

.home-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 25px
}

.home-section-title {
    font-size: 22px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 5px
}

.home-section-sub {
    font-size: 14px;
    color: #334155
}

.view-all-link {
    color: #166534;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px
}

.view-all-link:hover {
    text-decoration: underline
}

@media (max-width:768px) {
    .home-section-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    body:has(.auth-wrapper),
    body:has(.legal-page) {
        padding: 0 !important
    }

    body:has(.auth-wrapper) .page-wrapper,
    body:has(.legal-page) .page-wrapper {
        padding: 0 !important;
        margin: 0 !important;
        max-width: 100% !important
    }

    .auth-wrapper,
    .legal-page {
        margin: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        width: 100% !important;
        padding: 20px 0 !important
    }

    .legal-page .gd-card {
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        padding: 30px 20px !important;
        margin: 0 !important
    }

    .auth-wrapper {
        padding: 30px 20px !important;
        min-height: calc(100vh - 100px)
    }

    .auth-form-area {
        padding-right: 0 !important;
        border-right: none !important
    }

    .auth-info {
        padding-left: 0 !important;
        margin-top: 20px !important
    }
}

.site-footer-v5 {
    width: 100%;
    font-family: 'Inter', -apple-system, sans-serif;
    line-height: 1.5
}

.footer-top-v5 {
    background: #ffffff;
    padding: 60px 0;
    border-top: 1px solid #e2e8f0
}

.footer-bottom-v5 {
    background: #1e293b;
    color: #ffffff;
    padding: 25px 0
}

.footer-container-v5 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.footer-grid-v5 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px
}

.footer-title-v5 {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 25px;
    color: #0f172a;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.footer-text-v5 {
    font-size: 14px;
    color: #334155;
    margin-bottom: 15px
}

.footer-links-v5 {
    list-style: none;
    padding: 0;
    margin: 0
}

.footer-links-v5 li {
    margin-bottom: 12px
}

.footer-links-v5 li a {
    text-decoration: none;
    color: #475569;
    font-size: 14px;
    transition: color 0.2s
}

.footer-links-v5 li a:hover {
    color: #1e8449
}

.footer-social-v5 {
    display: flex;
    gap: 15px;
    margin-top: 20px
}

.footer-social-v5 a {
    color: #475569;
    font-size: 18px;
    transition: color 0.2s
}

.footer-social-v5 a:hover {
    color: #1e8449
}

.footer-app-badges-v5 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 15px
}

.app-badge-v5 {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1e293b;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: opacity 0.2s;
    width: fit-content
}

.app-badge-v5:hover {
    opacity: 0.9
}

.app-badge-v5 i {
    font-size: 18px
}

.footer-bottom-flex-v5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.footer-payment-methods-v5 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px
}

.footer-payment-methods-v5 i {
    opacity: 0.7;
    transition: opacity 0.2s
}

.footer-payment-methods-v5 i:hover {
    opacity: 1
}

.troy-icon-v5 {
    font-size: 10px;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2px 4px;
    border-radius: 3px;
    opacity: 0.7;
    line-height: 1
}

.iyzico-logo-v5 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.5px;
    opacity: 0.8
}

.footer-copyright-v5 {
    font-size: 14px;
    opacity: 0.8
}

.footer-legal-v5 {
    display: flex;
    gap: 25px
}

.footer-legal-v5 a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    opacity: 0.7;
    transition: opacity 0.2s
}

.footer-legal-v5 a:hover {
    opacity: 1
}

@media (max-width:900px) {
    .footer-grid-v5 {
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:600px) {
    .footer-grid-v5 {
        grid-template-columns: 1fr 1fr;
        gap: 25px
    }

    .footer-bottom-flex-v5 {
        flex-direction: column;
        text-align: center
    }
}

.alert.warning {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a
}

.alert-warning {
    background: #fffbeb;
    color: #92400e;
    border: 1px solid #fde68a
}

/* V7 Navbar Light Mode Overrides (Task 3) */
.site-header {
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

/* V7 Navbar Typography (Task 4) */
.site-nav .nav-link {
    color: #64748b !important;
    font-weight: 500 !important;
}

.site-nav .nav-link i,
.site-nav .nav-link svg {
    color: #0f172a !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link-active {
    color: #0f172a !important;
}

.site-title {
    color: #0f172a !important;
}

.sidebar-mobile-toggle i,
.sidebar-mobile-toggle svg {
    color: #0f172a !important;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
    background-color: #0f172a !important;
}

/* V7 Navbar Badges & Logout Button Styles */
.nav-unread-badge,
.message-bell-badge,
.notification-bell-badge {
    background-color: #f45037 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 100px !important;
    min-width: 18px !important;
    height: 18px !important;
    display: inline-flex;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-left: 6px !important;
    box-shadow: 0 2px 6px rgba(244, 80, 55, 0.3) !important;
}

.message-bell-btn,
.notification-bell-btn {
    position: relative !important;
}

.message-bell-btn .message-bell-badge,
.notification-bell-btn .notification-bell-badge {
    position: absolute !important;
    top: -4px !important;
    right: -4px !important;
    margin-left: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Badges auto-hide when count is 0, empty or display:none */
.nav-unread-badge[style*="display: none"],
.message-bell-badge[style*="display: none"],
.notification-bell-badge[style*="display: none"],
.nav-unread-badge:empty,
.message-bell-badge:empty,
.notification-bell-badge:empty,
.hidden {
    display: none !important;
}

.nav-logout {
    background-color: #e74c3c !important;
    color: #ffffff !important;
    border: 1px solid #e74c3c !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.nav-logout i,
.nav-logout svg,
.nav-logout span {
    color: #ffffff !important;
}

.nav-logout i svg,
.nav-logout>i svg {
    stroke: #ffffff !important;
}

.nav-logout i {
    display: inline-flex;
    align-items: center;
    margin-right: 6px;
}

.nav-logout:hover {
    background-color: #c0392b !important;
    color: #ffffff !important;
    border-color: #c0392b !important;
}

.nav-logout:hover i,
.nav-logout:hover svg,
.nav-logout:hover span {
    color: #ffffff !important;
}

.avatar-menu-item.logout-item,
.avatar-menu-item.logout-item i,
.avatar-menu-item.logout-item svg {
    color: #d83e26 !important;
}

.avatar-menu-item.logout-item:hover {
    background-color: rgba(244, 80, 55, 0.08) !important;
}

/* V7 Flat Design Shadows (Task 6) */
.site-header {
    box-shadow: none !important;
}

.notification-dropdown,
.avatar-dropdown,
.dropdown-menu,
.site-nav-dropdown {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #e2e8f0 !important;
}

/* Center Navbar Links */
@media (min-width: 901px) {
    .site-header-inner {
        display: flex;
        align-items: center;
    }

    .site-nav {
        flex: 1;
        display: flex;
        justify-content: center;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Header Auth Buttons Hover */
.auth-btn-login:hover {
    background-color: #f1f5f9 !important;
}

.auth-btn-register:hover {
    background-color: #d83e26 !important;
    border-color: #d83e26 !important;
}

/* Header Branding & Tagline Alignment */
.site-brand {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    gap: 2px;
}

.site-brand-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-title {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #0f172a;
    line-height: 1.2;
}

.site-tagline {
    font-size: 11px !important;
    color: #64748b !important;
    font-weight: 500 !important;
    margin-left: 0 !important;
    margin-top: 2px !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    display: block !important;
}


/* Mobile Auth Fixes */
@media (max-width: 900px) {
    .header-auth-widgets {
        display: none !important;
    }
}

@media (min-width: 901px) {
    .nav-auth-mobile {
        display: none !important;
    }
}

/* ==========================================================================
   V7 HERO CARD COMPONENT (.premium-deal) - ht/index.php Style
   ========================================================================== */
.premium-deal {
    position: relative;
    background: linear-gradient(135deg, #023b6d 0%, #012545 100%);
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    width: 100%;
    box-sizing: border-box;
}

.premium-deal::before,
.premium-deal::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
    z-index: 1;
}

.premium-deal::before {
    width: 120px;
    height: 120px;
    top: -40px;
    left: -40px;
}

.premium-deal::after {
    width: 160px;
    height: 160px;
    bottom: -60px;
    right: -40px;
}

.premium-deal-content {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 2;
}

.premium-deal-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.v7-hero-title-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.25;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #ffffff;
}

.v7-hero-ticker-container {
    height: 1.25em;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    text-align: left;
    min-width: 180px;
}

.v7-hero-ticker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    animation: v7HeroTickerSlide 12s cubic-bezier(0.76, 0, 0.24, 1) infinite;
}

.v7-hero-ticker-item {
    height: 1.25em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
    color: #FA7E1E;
    font-weight: 800;
}

@keyframes v7HeroTickerSlide {

    0%,
    20% {
        transform: translateY(0);
    }

    25%,
    45% {
        transform: translateY(-1.25em);
    }

    50%,
    70% {
        transform: translateY(-2.5em);
    }

    75%,
    95% {
        transform: translateY(-3.75em);
    }

    100% {
        transform: translateY(-5em);
    }
}

.premium-deal-desc {
    font-size: 13.5px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.4;
    margin: 0;
}

.premium-deal-action {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    position: relative;
    z-index: 2;
}

.v7-deal-cta-group {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.v7-deal-btn-primary {
    background-color: #FA7E1E;
    color: #ffffff !important;
    border: 1px solid #FA7E1E;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.v7-deal-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(250, 126, 30, 0.3);
    background-color: #E86A08;
    border-color: #E86A08;
    color: #ffffff !important;
}

.v7-deal-btn-primary svg,
.v7-deal-btn-primary i {
    width: 14px;
    height: 14px;
    color: #ffffff;
}

.v7-deal-btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.v7-deal-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff !important;
}

.v7-deal-btn-secondary svg,
.v7-deal-btn-secondary i {
    width: 14px;
    height: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .premium-deal {
        flex-direction: column;
        align-items: stretch;
        padding: 16px;
        gap: 14px;
        border-radius: 12px;
    }

    .premium-deal-content {
        width: 100%;
        text-align: center;
    }

    .premium-deal-eyebrow {
        font-size: 10.5px;
        text-align: center;
    }

    .v7-hero-title-main {
        align-items: center;
        text-align: center;
        font-size: 18px !important;
        width: 100%;
    }

    .v7-hero-ticker-container {
        min-width: 100% !important;
        text-align: center;
    }

    .v7-hero-ticker-item {
        justify-content: center;
        text-align: center;
        width: 100%;
    }

    .premium-deal-desc {
        text-align: center;
        font-size: 12.5px;
    }

    .premium-deal-action {
        width: 100%;
        align-items: stretch;
    }

    .v7-deal-cta-group {
        width: 100%;
        flex-direction: row;
        gap: 8px;
    }

    .v7-deal-btn-primary,
    .v7-deal-btn-secondary {
        flex: 1;
        justify-content: center;
        padding: 9px 12px;
        font-size: 12.5px;
        border-radius: 8px;
    }
}

/* ==========================================================================
   DESTEKLENEN BAKANLIK VE KURUMLAR (IMAGE 1 EXACT DESIGN)
   ========================================================================== */
/* ==========================================================================
   DESTEKLENEN BAKANLIK VE KURUMLAR (INFINITE CAROUSEL & LARGE LOGOS)
   ========================================================================== */
.v7-logos-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px;
    margin-top: 0;
    margin-bottom: 32px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.v7-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 20px;
    gap: 16px;
}

.v7-title-badge-box {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 6px 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

.v7-title-icon-square {
    width: 32px;
    height: 32px;
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
    font-size: 15px;
}

.v7-section-title-text {
    font-size: 17px;
    font-weight: 800;
    color: #002b49;
    margin: 0;
    font-family: 'Outfit', 'Inter', sans-serif;
}

/* İleri - Geri Navigasyon Butonları */
.v7-slider-nav-btns {
    display: flex;
    align-items: center;
    gap: 8px;
}

.v7-slider-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid #cbd5e1;
    background: #ffffff;
    color: #002b49;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.v7-slider-nav-btn:hover {
    background: #002b49;
    color: #ffffff;
    border-color: #002b49;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 43, 73, 0.2);
}

/* Sonsuz Kayan Slider Kapsayıcı ve İz (Track) */
.v7-slider-wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
}

.v7-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.v7-logo-cards-track {
    display: flex;
    align-items: stretch;
    gap: 18px;
    width: max-content;
    padding: 6px 2px 12px 2px;
}

/* Büyütülmüş Kurum Kartı */
.v7-logo-card {
    width: 220px;
    flex-shrink: 0;
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition: all 0.25s ease;
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    box-sizing: border-box;
}

.v7-logo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1);
}

/* Kırmızı / Mavi Temalı Çerçeve Vurguları */
.v7-logo-card.theme-adalet {
    border-color: #fca5a5;
}

.v7-logo-card.theme-adalet:hover {
    border-color: #dc2626;
}

.v7-logo-card.theme-meb {
    border-color: #bae6fd;
}

.v7-logo-card.theme-meb:hover {
    border-color: #0284c7;
}

.v7-logo-card.theme-egm {
    border-color: #c7d2fe;
}

.v7-logo-card.theme-egm:hover {
    border-color: #4f46e5;
}

.v7-logo-card.theme-generic:hover {
    border-color: #64748b;
}

/* Büyük Beyaz Logo Alanı (Büyütülmüş Görseller) */
.v7-logo-card-rect {
    width: 100%;
    height: 175px;
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f5f9;
}

.v7-logo-card-rect img {
    max-width: 94%;
    max-height: 94%;
    object-fit: contain;
    transition: transform 0.25s ease;
}

.v7-logo-card:hover .v7-logo-card-rect img {
    transform: scale(1.05);
}

/* Başlık */
.v7-logo-card-title {
    font-size: 13.5px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    width: 100%;
    padding: 12px 10px;
    margin: 0;
    box-sizing: border-box;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
}

/* Alt Buton Alanı (Solid Full Width Button) */
.v7-logo-card-action {
    width: 100%;
    padding: 13px 10px;
    font-size: 13px;
    font-weight: 800;
    color: #ffffff !important;
    text-align: center;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.2px;
    box-sizing: border-box;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.v7-logo-card:hover .v7-logo-card-action {
    opacity: 0.92;
}

/* Buton Renkleri (Görseldeki Kırmızı & Mavi / Slate Tonları) */
.v7-logo-card.theme-adalet .v7-logo-card-action {
    background-color: #dc2626 !important;
}

.v7-logo-card.theme-meb .v7-logo-card-action {
    background-color: #0284c7 !important;
}

.v7-logo-card.theme-egm .v7-logo-card-action {
    background-color: #4f46e5 !important;
}

.v7-logo-card.theme-generic .v7-logo-card-action {
    background-color: #334155 !important;
}

.v7-hero-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 24px 0;
}

@media (max-width: 768px) {
    .v7-logos-section {
        padding: 16px;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .v7-logo-card {
        width: 180px;
    }

    .v7-logo-card-rect {
        height: 140px;
        padding: 10px;
    }

    .v7-logo-card-title {
        font-size: 12px;
        padding: 8px 6px;
        min-height: 44px;
    }

    .v7-logo-card-action {
        padding: 10px 6px;
        font-size: 12px;
    }
}

/* ==========================================================================
   BENTO PROMO SECTION (IMAGE EXACT MATCH)
   ========================================================================== */
.bento-promo-section {
    margin-top: 30px;
    margin-bottom: 40px;
    width: 100%;
}

.bento-grid-container {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.bento-left-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bento-top-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bento-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
}

.bento-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.bento-card-small {
    align-items: center;
    text-align: center;
    justify-content: space-between;
    min-height: 200px;
}

.bento-icon-badge {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.badge-pink {
    background-color: #fdf2f8;
    color: #ec4899;
}

.badge-blue {
    background-color: #eff6ff;
    color: #3b82f6;
}

.bento-card-desc {
    font-size: 12.5px;
    color: #64748b;
    line-height: 1.5;
    margin: 0 0 16px 0;
    font-weight: 500;
}

.bento-pill-btn {
    background-color: #fef3c7;
    color: #d97706 !important;
    font-weight: 800;
    font-size: 13px;
    padding: 8px 24px;
    border-radius: 99px;
    text-decoration: none !important;
    display: inline-block;
    transition: background 0.2s ease, transform 0.2s ease;
}

.bento-pill-btn:hover {
    background-color: #fde68a;
    transform: scale(1.03);
}

.bento-card-wide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 32px 28px;
    min-height: 220px;
    background: #ffffff;
}

.bento-wide-content {
    flex: 1;
    max-width: 55%;
}

.bento-wide-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.bento-wide-sub {
    font-size: 12.5px;
    font-weight: 800;
    color: #334155;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.bento-wide-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.bento-orange-btn {
    background: #f97316;
    color: #ffffff !important;
    font-size: 13.5px;
    font-weight: 800;
    padding: 12px 26px;
    border-radius: 99px;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(249, 115, 22, 0.35);
    transition: all 0.2s ease;
}

.bento-orange-btn:hover {
    background: #ea580c;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 115, 22, 0.45);
}

.bento-wide-illustration {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bento-graphic-composition {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bento-avatar-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 38px;
    box-shadow: 0 10px 25px rgba(245, 158, 11, 0.3);
}

.bento-badge-float {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    animation: floatBadge 3s ease-in-out infinite alternate;
}

.badge-float-1 {
    top: 0;
    left: 0;
    color: #25D366;
    animation-delay: 0s;
}

.badge-float-2 {
    top: -10px;
    right: 10px;
    color: #f59e0b;
    animation-delay: 0.8s;
}

.badge-float-3 {
    bottom: 0;
    right: -5px;
    color: #3b82f6;
    animation-delay: 1.5s;
}

@keyframes floatBadge {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-8px);
    }
}

.bento-card-tall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 24px;
    background: #ffffff;
}

.bento-tall-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    margin: 0 0 12px 0;
}

.bento-tall-desc {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.bento-arrow-wrapper {
    display: flex;
    justify-content: flex-end;
    padding-right: 30px;
    margin: 20px 0;
}

.bento-curved-arrow {
    width: 80px;
    height: 100px;
}

.bento-tall-footer {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: auto;
}

.bento-social-pill {
    padding: 10px 18px;
    border-radius: 99px;
    font-size: 13px;
    font-weight: 700;
    color: #ffffff !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.bento-social-pill:hover,
.bento-social-circle:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.pill-instagram {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    flex: 1.2;
    justify-content: center;
}

.bento-social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none !important;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.circle-telegram {
    background-color: #0ea5e9;
}

.circle-whatsapp {
    background-color: #25D366;
}

.circle-youtube {
    background-color: #dc2626;
}

@media (max-width: 1024px) {
    .bento-grid-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .bento-top-row {
        grid-template-columns: 1fr;
    }

    .bento-card-wide {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .bento-wide-content {
        max-width: 100%;
    }

    .bento-wide-illustration {
        width: 100%;
    }
}

.v7-logo-card-title {
    font-size: 12px;
    min-height: 40px;
    padding: 8px 6px;
}

.v7-logo-card-action {
    font-size: 11px;
    padding: 9px 6px;
}
}

/* Veritabanı Bağlantı Hatası Tasarımı */
.gd-db-error-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background-color: #0f172a;
    color: #f8fafc;
    font-family: 'Inter', -apple-system, sans-serif;
}

.gd-db-error-card {
    background-color: #1e293b;
    border: 1px solid #334155;
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.gd-db-error-icon {
    width: 72px;
    height: 72px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.2);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: #ef4444;
}

.gd-db-error-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #f8fafc;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.gd-db-error-desc {
    font-size: 0.95rem;
    color: #94a3b8;
    line-height: 1.6;
    margin-bottom: 1.75rem;
}

.gd-db-retry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #3b82f6;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.75rem 1.75rem;
    border-radius: 0.75rem;
    border: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gd-db-retry-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .gd-db-error-card {
        padding: 1.75rem 1.25rem;
        border-radius: 1rem;
    }

    .gd-db-error-title {
        font-size: 1.15rem;
    }

    .gd-db-error-desc {
        font-size: 0.875rem;
    }
}

/* Breadcrumb Navigasyon Barı Stilleri */
.gd-breadcrumb-bar {
    width: 100%;
    background-color: #ffffff;
    border-top: 2px solid #3b82f6 !important;
    border-bottom: 1px solid #e2e8f0;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
}

.gd-breadcrumb-list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.gd-breadcrumb-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
}

.gd-breadcrumb-link {
    color: #64748b;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.gd-breadcrumb-link:hover {
    color: #3b82f6;
}

.gd-breadcrumb-separator {
    color: #94a3b8;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    padding: 0 2px;
}

.gd-breadcrumb-item.active {
    color: #0f172a;
    font-weight: 700;
}

.gd-breadcrumb-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-breadcrumb-tag {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
}

@media (max-width: 768px) {
    .gd-breadcrumb-bar {
        padding: 10px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

/* Breadcrumb altı sayfa içerik alanı */
.gd-page-content-area {
    padding: 20px;
    flex: 1;
}

@media (max-width: 768px) {
    .gd-page-content-area {
        padding: 12px;
    }
}

/* ==========================================================================
   CENTRALIZED TERFIUI PAGE TEMPLATE & DESIGN SYSTEM STYLES
   ========================================================================== */

/* Page Layout Wrappers */
.gd-page-body {
    flex: 1;
    padding: 8px !important;
    display: flex;
    flex-direction: column;
    gap: 8px !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}

.gd-page-header {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.gd-page-header-main {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 1;
    min-width: 280px;
}

.gd-page-header-icon {
    width: 48px;
    height: 48px;
    background: rgba(244, 80, 55, 0.08);
    color: #f45037;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-page-title-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gd-page-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.gd-page-subtitle {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.gd-page-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gd-page-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* UI Design System: Buttons */
.gd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    line-height: 1.4;
    white-space: nowrap;
}

.gd-btn-primary {
    background-color: #f45037;
    border-color: #f45037;
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(244, 80, 55, 0.2);
}

.gd-btn-primary:hover {
    background-color: #d83e26;
    border-color: #d83e26;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(244, 80, 55, 0.3);
}

.gd-btn-secondary {
    background-color: #2563eb;
    border-color: #2563eb;
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
}

.gd-btn-secondary:hover {
    background-color: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.gd-btn-outline {
    background-color: #ffffff;
    border-color: #cbd5e1;
    color: #334155 !important;
}

.gd-btn-outline:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #0f172a !important;
    transform: translateY(-1px);
}

.gd-btn-ghost {
    background-color: transparent;
    border-color: transparent;
    color: #64748b !important;
}

.gd-btn-ghost:hover {
    background-color: #f1f5f9;
    color: #0f172a !important;
}

.gd-btn-sm {
    padding: 6px 12px;
    font-size: 0.8rem;
    border-radius: 8px;
}

.gd-btn-lg {
    padding: 12px 24px;
    font-size: 1rem;
    border-radius: 12px;
}

/* UI Design System: Cards */
.gd-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-card-hover:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px -5px rgba(15, 23, 42, 0.08);
    border-color: #cbd5e1;
}

.gd-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
    margin-bottom: 4px;
}

.gd-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-card-body {
    flex: 1;
    color: #475569;
    font-size: 0.925rem;
    line-height: 1.6;
}

.gd-card-footer {
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* UI Design System: Badges */
.gd-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.gd-badge-primary {
    background: #fff5f3;
    color: #f45037;
    border: 1px solid #ffddd7;
}

.gd-badge-secondary {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}

.gd-badge-success {
    background: #f0fdf4;
    color: #16a34a;
    border: 1px solid #bbf7d0;
}

.gd-badge-warning {
    background: #fffbeb;
    color: #d97706;
    border: 1px solid #fde68a;
}

.gd-badge-muted {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid #e2e8f0;
}

/* UI Design System: Grid Systems */
.gd-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.gd-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gd-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media (max-width: 1024px) {
    .gd-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }

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

@media (max-width: 768px) {
    .gd-page-body {
        padding: 8px !important;
        gap: 8px !important;
    }

    .gd-page-header {
        padding: 18px 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gd-page-header-actions {
        width: 100%;
        justify-content: flex-start;
    }

    .gd-grid-4,
    .gd-grid-3,
    .gd-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Günlük Limit ve İlerleme Widget'ı (Design System Bileşeni) */
.gd-limit-widget {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
}

.gd-limit-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.gd-limit-title-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-limit-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
}

.gd-limit-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 0.875rem;
    color: #64748b;
}

.gd-limit-stats strong {
    color: #0f172a;
    font-weight: 700;
}

.gd-limit-steps {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.gd-limit-step {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 700;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease;
}

.gd-limit-step:hover {
    transform: scale(1.15);
}

/* Progressive Dark Graphite Tones for Filled Steps 1 to 12 */
.gd-limit-step.filled-1 {
    background-color: #a0aec0;
    color: transparent;
}

.gd-limit-step.filled-2 {
    background-color: #92a0b4;
    color: transparent;
}

.gd-limit-step.filled-3 {
    background-color: #8492a7;
    color: transparent;
}

.gd-limit-step.filled-4 {
    background-color: #76849a;
    color: transparent;
}

.gd-limit-step.filled-5 {
    background-color: #68768c;
    color: transparent;
}

.gd-limit-step.filled-6 {
    background-color: #5a677f;
    color: transparent;
}

.gd-limit-step.filled-7 {
    background-color: #4c5971;
    color: transparent;
}

.gd-limit-step.filled-8 {
    background-color: #3e4b63;
    color: transparent;
}

.gd-limit-step.filled-9 {
    background-color: #303c54;
    color: transparent;
}

.gd-limit-step.filled-10 {
    background-color: #242e45;
    color: transparent;
}

.gd-limit-step.filled-11 {
    background-color: #1a2236;
    color: transparent;
}

.gd-limit-step.filled-12 {
    background-color: #111726;
    color: transparent;
}

/* Empty Step Pills */
.gd-limit-step.empty {
    background-color: #f1f5f9;
    color: #64748b;
    border: 1px solid #e2e8f0;
    box-shadow: none;
}

/* Progress Bar Line */
.gd-limit-progress-track {
    width: 100%;
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.gd-limit-progress-fill {
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #3b82f6 0%, #f97316 100%);
    transition: width 0.4s ease;
}

/* Button Variants & Radius Styles */
.gd-btn-orange {
    background-color: #f97316;
    border-color: #f97316;
    color: #ffffff !important;
    box-shadow: 0 2px 4px rgba(249, 115, 22, 0.2);
}

.gd-btn-orange:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.gd-btn-pastel-blue {
    background-color: #e0f2fe;
    border: 1px solid #bae6fd;
    color: #0284c7 !important;
}

.gd-btn-pastel-blue:hover {
    background-color: #bae6fd;
    color: #0369a1 !important;
}

.gd-btn-pastel-orange {
    background-color: #ffedd5;
    border: 1px solid #fed7aa;
    color: #c2410c !important;
}

.gd-btn-pastel-orange:hover {
    background-color: #fed7aa;
    color: #c2410c !important;
}

.gd-btn-pastel-green {
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
    color: #16a34a !important;
}

.gd-btn-pastel-green:hover {
    background-color: #bbf7d0;
    color: #15803d !important;
}

/* Radius Utilities for Buttons & Alerts */
.gd-radius-0,
.gd-btn-radius-0,
.gd-alert-radius-0 {
    border-radius: 0px !important;
}

.gd-radius-6,
.gd-btn-radius-6,
.gd-alert-radius-6 {
    border-radius: 6px !important;
}

.gd-radius-10,
.gd-btn-radius-10,
.gd-alert-radius-10 {
    border-radius: 10px !important;
}

.gd-radius-pill,
.gd-btn-radius-pill,
.gd-alert-radius-pill {
    border-radius: 999px !important;
}

/* Alert Box Variants */
.gd-alert-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 20px;
    border-radius: 12px;
    margin-bottom: 12px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid transparent;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5;
}

.gd-alert-success {
    background-color: #e6f7ef;
    border-color: #a7f3d0;
    color: #065f46;
}

.gd-alert-danger {
    background-color: #fde8e8;
    border-color: #fca5a5;
    color: #991b1b;
}

.gd-alert-warning {
    background-color: #fdf3e7;
    border-color: #fde68a;
    color: #92400e;
}

.gd-alert-info {
    background-color: #e6f0fa;
    border-color: #bfdbfe;
    color: #1e40af;
}

.gd-alert-sm {
    padding: 8px 16px;
    font-size: 0.825rem;
}

.gd-alert-border-accent {
    background-color: #e6f0fa;
    border: 1px solid #bfdbfe;
    border-left: 5px solid #2563eb !important;
    color: #1e40af;
}

/* Code Snippet Box */
.gd-code-block {
    background-color: #0f172a;
    color: #38bdf8;
    border-radius: 16px;
    padding: 20px 24px;
    font-family: 'Fira Code', Consolas, Monaco, monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    overflow-x: auto;
    border: 1px solid #1e293b;
    margin-top: 16px;
}

.gd-code-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #1e293b;
    color: #94a3b8;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gd-code-content {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    color: #38bdf8;
    white-space: pre-wrap;
    word-break: break-all;
}

.gd-code-content code {
    font-family: inherit;
    color: #38bdf8;
}

.gd-code-copy-btn {
    background-color: #1e293b;
    color: #94a3b8;
    border: none;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-code-copy-btn:hover {
    background-color: #f45037;
    color: #ffffff;
}

/* Hero Banner & Duyuru Kartı (Design System Bileşeni) */
.gd-banner-card {
    background: linear-gradient(135deg, #3b82f6 0%, #1e40af 60%, #1e293b 100%);
    border-radius: 16px;
    padding: 24px 28px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
    width: 100%;
    box-sizing: border-box;
}

.gd-banner-card-orange {
    background: linear-gradient(135deg, #f45037 0%, #ea580c 60%, #9a3412 100%);
    box-shadow: 0 4px 15px rgba(244, 80, 55, 0.2);
}

.gd-banner-card-dark {
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.2);
}

.gd-banner-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-banner-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gd-banner-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #facc15;
    margin: 0;
    line-height: 1.3;
}

.gd-banner-card-orange .gd-banner-title {
    color: #ffffff;
}

.gd-banner-subtitle {
    font-size: 0.925rem;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    line-height: 1.5;
}

/* Split Page Layout Systems (%70-%30, %60-%40, %50-%50) */
.gd-split-70-30 {
    display: grid;
    grid-template-columns: 7fr 3fr;
    gap: 20px;
    width: 100%;
}

.gd-split-60-40 {
    display: grid;
    grid-template-columns: 6fr 4fr;
    gap: 20px;
    width: 100%;
}

.gd-split-50-50 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
}

@media (max-width: 992px) {

    .gd-split-70-30,
    .gd-split-60-40,
    .gd-split-50-50 {
        grid-template-columns: 1fr !important;
    }
}

.gd-mb-24 {
    margin-bottom: 24px;
}

.gd-card-demo {
    background: #f8fafc;
    border-style: dashed;
}

/* Aktivite Akışı Widget'ı */
.gd-activity-feed {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.gd-activity-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.9rem;
    line-height: 1.5;
}

.gd-activity-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 5px;
    flex-shrink: 0;
}

.gd-dot-blue {
    background-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.gd-dot-orange {
    background-color: #f97316;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.15);
}

.gd-dot-purple {
    background-color: #a855f7;
    box-shadow: 0 0 0 3px rgba(168, 85, 247, 0.15);
}

.gd-dot-green {
    background-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.15);
}

.gd-activity-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gd-activity-title {
    font-weight: 700;
    color: #0f172a;
}

.gd-activity-time {
    font-size: 0.8rem;
    color: #94a3b8;
    font-weight: 500;
}

/* Hızlı Erişim Kısayolları Listesi */
.gd-quick-links-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
}

.gd-quick-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #0f172a;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.gd-quick-link-item:hover {
    background-color: #ffffff;
    border-color: #cbd5e1;
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.gd-quick-link-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Konu Bazlı Başarı Analizi İlerleme Çubukları */
.gd-progress-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 8px;
}

.gd-progress-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gd-progress-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
}

.gd-progress-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gd-progress-val {
    font-weight: 800;
    font-size: 0.9rem;
}

.gd-progress-val-blue {
    color: #3b82f6;
}

.gd-progress-val-orange {
    color: #f97316;
}

.gd-progress-val-purple {
    color: #a855f7;
}

.gd-progress-val-green {
    color: #10b981;
}

.gd-progress-bar-track {
    width: 100%;
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
}

.gd-progress-bar-fill {
    height: 100%;
    border-radius: 999px;
    transition: width 0.4s ease;
}

.gd-fill-blue {
    background-color: #3b82f6;
}

.gd-fill-orange {
    background-color: #f97316;
}

.gd-fill-purple {
    background-color: #a855f7;
}

.gd-fill-green {
    background-color: #10b981;
}

/* İkaz Banner Çeşitleri */
.gd-banner-invite {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.gd-banner-danger {
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-banner-dark {
    background-color: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 16px;
    padding: 22px 26px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Helper Text & Flex Utilities */
.gd-text-blue {
    color: #2563eb !important;
}

.gd-text-red {
    color: #dc2626 !important;
}

.gd-text-muted {
    color: #64748b !important;
}

.gd-text-white {
    color: #ffffff !important;
}

.gd-text-dark-sub {
    color: #475569 !important;
}

.gd-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Hero Card Component */
.gd-hero-card-v5,
.gd-hero-card {
    background: linear-gradient(135deg, #032b53 0%, #001a35 100%);
    border: 1px solid #063d75;
    border-radius: 18px;
    padding: 28px 36px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 10px 25px rgba(0, 26, 53, 0.4);
    width: 100%;
    box-sizing: border-box;
}

.gd-hero-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 280px;
}

.gd-hero-kicker {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #94a3b8;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.gd-hero-title-line {
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.25;
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gd-hero-title-yellow {
    color: #facc15;
}

.gd-hero-title-white {
    color: #ffffff;
}

.gd-hero-subtitle-text {
    font-size: 0.9rem;
    color: #94a3b8;
    margin-top: 4px;
    line-height: 1.5;
}

.gd-hero-right-box {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.gd-btn-hero-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ffffff;
    color: #0f172a !important;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 18px;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
}

.gd-btn-hero-white:hover {
    background-color: #f8fafc;
    color: #0284c7 !important;
    transform: translateY(-1px);
}

.gd-btn-hero-translucent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    border-radius: 10px;
    padding: 10px 18px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-btn-hero-translucent:hover {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

.gd-btn-hero-orange {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #f97316;
    border: 1px solid #f97316;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 18px;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.35);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-btn-hero-orange:hover {
    background-color: #ea580c;
    border-color: #ea580c;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(234, 88, 12, 0.45);
}

@media (max-width: 992px) {
    .gd-hero-card-v5 {
        flex-direction: column;
        align-items: stretch;
        padding: 24px;
        gap: 20px;
    }

    .gd-hero-left {
        min-width: 0;
        width: 100%;
    }

    .gd-hero-right-box {
        width: 100%;
        box-sizing: border-box;
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 16px 20px;
    }
}

@media (max-width: 768px) {
    .gd-hero-title-line {
        font-size: 1.35rem;
    }
}

@media (max-width: 480px) {
    .gd-hero-card-v5 {
        padding: 18px 16px;
        border-radius: 14px;
        gap: 16px;
    }

    .gd-hero-kicker {
        font-size: 0.7rem;
    }

    .gd-hero-title-line {
        font-size: 1.18rem;
        white-space: normal !important;
        word-break: break-word;
    }

    .gd-hero-subtitle-text {
        font-size: 0.85rem;
    }

    .gd-hero-right-box {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        padding: 14px;
    }

    .gd-btn-hero-white,
    .gd-btn-hero-orange,
    .gd-btn-hero-translucent {
        width: 100%;
        justify-content: center;
        text-align: center;
        box-sizing: border-box;
    }
}

/* Dynamic Right Drawer (Detay Çekmecesi) */
.gd-drawer-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    display: flex;
    justify-content: flex-end;
}

.gd-drawer-overlay.active {
    opacity: 1;
    visibility: visible;
}

.gd-drawer-panel {
    width: 420px;
    max-width: 90vw;
    height: 100%;
    background-color: #ffffff;
    box-shadow: -10px 0 25px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.gd-drawer-overlay.active .gd-drawer-panel {
    transform: translateX(0);
}

.gd-drawer-header {
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gd-drawer-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gd-drawer-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #64748b;
    padding: 6px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.gd-drawer-close-btn:hover {
    background-color: #f1f5f9;
    color: #0f172a;
}

.gd-drawer-body {
    padding: 24px;
    flex: 1;
    overflow-y: auto;
    color: #334155;
    line-height: 1.6;
}

.gd-drawer-footer {
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    background-color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

/* Advert / Reklam Banner Cards */
.gd-ad-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .gd-ad-grid {
        grid-template-columns: 1fr !important;
    }
}

.gd-ad-banner-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 12px 16px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.gd-ad-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.gd-ad-tag {
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #64748b;
    text-transform: uppercase;
}

.gd-ad-close-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #94a3b8;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.gd-ad-close-btn:hover {
    color: #0f172a;
    background-color: #f1f5f9;
}

.gd-ad-box-placeholder {
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 90px;
    text-align: center;
}

.gd-ad-text {
    font-size: 0.88rem;
    font-weight: 600;
    color: #64748b;
}

/* Feature Cards Grid (Pastel 4'lü Öne Çıkan Kartlar) */
.gd-feature-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 1200px) {
    .gd-feature-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .gd-feature-cards-grid {
        grid-template-columns: 1fr;
    }
}

.gd-feature-card {
    border-radius: 18px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gd-feature-card-purple {
    background-color: #f3e8ff;
    border: 1px solid #e9d5ff;
}

.gd-feature-card-green {
    background-color: #dcfce7;
    border: 1px solid #bbf7d0;
}

.gd-feature-card-blue {
    background-color: #dbeafe;
    border: 1px solid #bfdbfe;
}

.gd-feature-card-amber {
    background-color: #fef3c7;
    border: 1px solid #fde68a;
}

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

.gd-feature-card-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gd-feature-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.25;
}

.gd-title-purple {
    color: #7e22ce;
}

.gd-title-green {
    color: #15803d;
}

.gd-title-blue {
    color: #1d4ed8;
}

.gd-title-amber {
    color: #b45309;
}

.gd-feature-card-subtitle {
    font-size: 0.8rem;
    font-weight: 500;
    color: #64748b;
    line-height: 1.4;
}

.gd-feature-card-illustration {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-feature-card-bottom {
    background-color: #ffffff;
    border-radius: 14px;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.gd-feature-subitem {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    position: relative;
    flex: 1;
}

.gd-feature-subicon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.gd-feature-subitem:hover .gd-feature-subicon {
    transform: scale(1.1);
}

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

.gd-subicon-orange {
    background-color: #ffedd5;
    color: #c2410c;
}

.gd-subicon-pink {
    background-color: #fce7f3;
    color: #db2777;
}

.gd-subicon-blue {
    background-color: #e0f2fe;
    color: #0284c7;
}

.gd-subicon-green {
    background-color: #dcfce7;
    color: #16a34a;
}

.gd-feature-sublabel {
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
    text-align: center;
    white-space: nowrap;
}

.gd-feature-badge-mini {
    position: absolute;
    top: -6px;
    right: 4px;
    background-color: #eab308;
    color: #ffffff;
    font-size: 0.6rem;
    font-weight: 800;
    padding: 1px 5px;
    border-radius: 6px;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(234, 179, 8, 0.3);
}

/* TerfiGYS Pass Pricing & Benefits Section */
.gd-pass-container {
    background-color: #f0f7ff;
    border: 1px solid #bae6fd;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

@media (max-width: 992px) {
    .gd-pass-container {
        grid-template-columns: 1fr !important;
        padding: 24px 20px;
        gap: 24px;
    }
}

.gd-pass-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-pass-header-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-pass-tag-badge {
    background-color: #2563eb;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
    text-transform: uppercase;
}

.gd-pass-benefits-subtitle {
    font-size: 0.95rem;
    font-weight: 700;
    color: #475569;
}

.gd-pass-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-pass-benefit-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-pass-benefit-icon {
    width: 36px;
    height: 36px;
    background-color: #e0f2fe;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0284c7;
    flex-shrink: 0;
}

.gd-pass-benefit-text {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1e293b;
}

/* Right Section - Offers & Plan Cards */
.gd-pass-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-pass-top-offer-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0f172a;
}

.gd-pass-coupon-link {
    color: #0284c7;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.88rem;
}

.gd-pass-offer-box {
    border: 1px dashed #38bdf8;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    border-radius: 12px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gd-pass-offer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-pass-offer-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gd-pass-offer-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
}

.gd-pass-offer-desc {
    font-size: 0.78rem;
    color: #64748b;
}

.gd-pass-offer-action {
    color: #0284c7;
    font-size: 0.8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.gd-pass-pick-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 4px;
}

.gd-pass-plans-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-pass-plan-card {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 18px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-pass-plan-card.active {
    border-color: #2563eb;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.12);
}

.gd-pass-plan-ribbon {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: #10b981;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.3);
}

.gd-pass-plan-left {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.gd-pass-radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #cbd5e1;
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.gd-pass-plan-card.active .gd-pass-radio {
    border-color: #2563eb;
    background-color: #2563eb;
}

.gd-pass-radio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ffffff;
}

.gd-pass-plan-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gd-pass-plan-name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-pass-plan-validity {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
}

.gd-pass-plan-renew {
    font-size: 0.74rem;
    color: #94a3b8;
    margin-top: 4px;
}

.gd-pass-plan-price-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gd-pass-old-price {
    text-decoration: line-through;
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 600;
}

.gd-pass-main-price {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-pass-summary-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
}

.gd-pass-summary-label {
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.gd-pass-summary-amount {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

/* Telegram Topluluk Banner'ı */
.gd-telegram-banner {
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    padding: 32px 36px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.06);
}

@media (max-width: 992px) {
    .gd-telegram-banner {
        flex-direction: column;
        padding: 24px 20px;
        gap: 24px;
    }
}

.gd-telegram-visual {
    display: flex;
    align-items: flex-end;
    gap: -15px;
    position: relative;
    flex-shrink: 0;
}

.gd-phone-mockup {
    width: 140px;
    height: 200px;
    background-color: #0284c7;
    border: 6px solid #0f172a;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2);
    position: relative;
}

.gd-phone-mockup-secondary {
    width: 110px;
    height: 160px;
    background-color: #38bdf8;
    border: 5px solid #0f172a;
    border-radius: 20px;
    margin-left: -35px;
    margin-bottom: -10px;
    opacity: 0.9;
}

.gd-telegram-content {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.gd-telegram-title {
    font-size: 1.45rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.gd-telegram-bullets {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gd-telegram-bullet-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.gd-telegram-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
    flex-wrap: wrap;
}

.gd-btn-telegram-white {
    background-color: #ffffff;
    color: #0f172a !important;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.gd-btn-telegram-white:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
}

.gd-btn-telegram-red {
    background-color: #dc2626;
    color: #ffffff !important;
    font-weight: 700;
    border-radius: 10px;
    padding: 10px 20px;
    border: none;
    box-shadow: 0 3px 10px rgba(220, 38, 38, 0.3);
}

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

/* Sınav Kategorileri & İstatistik Tanıtım Paneli */
.gd-exam-categories-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
}

@media (max-width: 992px) {
    .gd-exam-categories-section {
        grid-template-columns: 1fr !important;
        padding: 24px 20px;
        gap: 24px;
    }
}

.gd-exam-info-col {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gd-exam-info-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.gd-exam-info-title-red {
    color: #dc2626;
}

.gd-exam-info-kicker {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2563eb;
}

.gd-exam-info-p {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.gd-exam-grid-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 480px) {
    .gd-exam-grid-col {
        grid-template-columns: 1fr !important;
    }
}

.gd-category-card {
    position: relative;
    height: 72px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #1e293b;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-category-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.gd-category-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #334155;
    opacity: 0.45;
    transition: opacity 0.2s ease;
}

.gd-category-card:hover .gd-category-card-bg {
    opacity: 0.65;
}

.gd-category-card-title {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    text-align: center;
    padding: 0 10px;
    line-height: 1.3;
}

/* Canlı Ders & Video Kartları (2'li Yan Yana Grid) */
.gd-live-video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .gd-live-video-grid {
        grid-template-columns: 1fr !important;
    }
}

.gd-live-video-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-live-video-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.gd-live-video-thumb {
    width: 190px;
    height: 105px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 10px;
    color: #ffffff;
}

@media (max-width: 480px) {
    .gd-live-video-card {
        flex-direction: column;
        align-items: stretch;
    }

    .gd-live-video-thumb {
        width: 100%;
        height: 140px;
    }
}

.gd-live-thumb-tag {
    align-self: flex-start;
    background-color: #dc2626;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
}

.gd-live-thumb-play {
    align-self: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    transition: transform 0.2s ease;
}

.gd-live-video-card:hover .gd-live-thumb-play {
    transform: scale(1.15);
}

.gd-live-thumb-bottom {
    font-size: 0.68rem;
    font-weight: 700;
    color: #cbd5e1;
}

.gd-live-video-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    flex: 1;
    min-width: 0;
}

.gd-live-video-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gd-live-video-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}

.gd-live-author {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.gd-live-author-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.gd-live-author-name {
    font-size: 0.8rem;
    font-weight: 700;
    color: #334155;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gd-btn-watch-now {
    background-color: #dc2626;
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 7px 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.25);
    transition: background-color 0.2s ease;
}

.gd-btn-watch-now:hover {
    background-color: #b91c1c;
}

/* Turuncu İstatistik / Sayaç Şeridi (Orange Statistics Strip) */
.gd-stats-strip-orange {
    background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    box-shadow: 0 4px 16px rgba(234, 88, 12, 0.2);
}

@media (max-width: 992px) {
    .gd-stats-strip-orange {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 18px 20px;
    }
}

@media (max-width: 576px) {
    .gd-stats-strip-orange {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 16px;
    }

    .gd-live-video-card {
        flex-direction: column;
        align-items: stretch;
    }

    .gd-live-video-thumb {
        width: 100%;
        height: 140px;
    }

    .gd-telegram-banner {
        padding: 20px 16px;
    }

    .gd-telegram-actions {
        width: 100%;
    }

    .gd-btn-telegram-white,
    .gd-btn-telegram-red {
        width: 100%;
        justify-content: center;
    }
}

.gd-stat-strip-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-stat-strip-icon {
    width: 44px;
    height: 44px;
    background-color: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(4px);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    flex-shrink: 0;
}

.gd-stat-strip-info {
    display: flex;
    flex-direction: column;
    color: #ffffff;
}

.gd-stat-strip-number {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.gd-stat-strip-label {
    font-size: 0.78rem;
    font-weight: 600;
    opacity: 0.95;
    white-space: nowrap;
}

/* Leaderboard Bottom Rank & Info Boxes */
.gd-leaderboard-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100%;
    margin-top: 24px;
}

@media (max-width: 768px) {
    .gd-leaderboard-info-grid {
        grid-template-columns: 1fr !important;
        gap: 16px;
    }
}

.gd-rank-box-blue {
    background-color: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.04);
}

.gd-rank-box-slate {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.gd-rank-box-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 800;
}

.gd-rank-title-blue {
    color: #1e40af;
}

.gd-rank-title-slate {
    color: #1e293b;
}

.gd-rank-subheading {
    font-size: 0.92rem;
    font-weight: 800;
    color: #0f172a;
    margin-top: 2px;
}

.gd-rank-box-text {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

.gd-rank-details-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 2px;
}

.gd-rank-details-item {
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.5;
}

.gd-rank-details-item strong {
    color: #0f172a;
    font-weight: 800;
}

/* Leaderboard Page Navigation & Table Extensions */
.gd-leaderboard-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

@media (max-width: 640px) {
    .gd-leaderboard-nav {
        grid-template-columns: 1fr;
    }
}

.gd-leaderboard-type-btn {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #475569;
    font-weight: 700;
    font-size: 0.88rem;
    transition: all 0.2s ease;
    gap: 8px;
}

.gd-leaderboard-type-btn:hover {
    border-color: #10b981;
    background-color: #f0fdf4;
    color: #047857;
}

.gd-leaderboard-type-btn.active {
    background-color: #f0fdf4;
    border-color: #10b981;
    color: #065f46;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.08);
}

.gd-leaderboard-periods {
    display: flex;
    background-color: #f1f5f9;
    padding: 4px;
    border-radius: 10px;
    margin-bottom: 24px;
    width: fit-content;
    flex-wrap: wrap;
    gap: 4px;
}

.gd-period-btn {
    padding: 8px 16px;
    text-decoration: none;
    color: #64748b;
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 8px;
    transition: all 0.15s ease;
}

.gd-period-btn.active {
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.gd-medal-1 {
    color: #f59e0b;
}

.gd-medal-2 {
    color: #94a3b8;
}

.gd-medal-3 {
    color: #ca8a04;
}

.gd-row-me {
    background-color: #f0fdf4 !important;
}

.gd-row-me td {
    color: #15803d !important;
}

/* Bento Grid Showcase Section (Smart Services & Support Bento Layout) */
.gd-bento-grid {
    display: grid;
    grid-template-columns: 1.65fr 1fr;
    gap: 20px;
    width: 100%;
    margin-bottom: 24px;
}

@media (max-width: 992px) {
    .gd-bento-grid {
        grid-template-columns: 1fr !important;
    }
}

.gd-bento-left-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gd-bento-top-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 576px) {
    .gd-bento-top-grid {
        grid-template-columns: 1fr !important;
    }
}

.gd-bento-mini-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-bento-mini-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.gd-bento-icon-pink {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #fce7f3;
    color: #db2777;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-bento-icon-blue {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-bento-mini-text {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.45;
}

.gd-bento-pill-btn {
    background-color: #fffbeb;
    border: 1.5px dashed #fcd34d;
    color: #d97706;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 6px 18px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.gd-bento-pill-btn:hover {
    background-color: #fef3c7;
    border-color: #f59e0b;
}

/* Wide Banner Card */
.gd-bento-banner-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .gd-bento-banner-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
    }
}

.gd-bento-banner-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 380px;
}

.gd-bento-banner-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.gd-bento-banner-subheading {
    font-size: 0.88rem;
    font-weight: 800;
    color: #334155;
    line-height: 1.35;
}

.gd-bento-banner-desc {
    font-size: 0.82rem;
    color: #64748b;
    line-height: 1.5;
}

.gd-btn-bento-orange {
    background-color: #f97316;
    color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 800;
    padding: 10px 22px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    align-self: flex-start;
    box-shadow: 0 4px 12px rgba(249, 115, 22, 0.3);
    transition: background-color 0.2s ease;
}

.gd-btn-bento-orange:hover {
    background-color: #ea580c;
}

.gd-bento-banner-art {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c2410c;
    flex-shrink: 0;
}

/* Right Tall Bento Card */
.gd-bento-tall-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
}

.gd-bento-tall-header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-bento-tall-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.3;
}

.gd-bento-tall-desc {
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
}

.gd-bento-arrow-wrap {
    display: flex;
    justify-content: flex-end;
    padding-right: 32px;
    color: #22c55e;
}

.gd-bento-platform-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.gd-platform-pill-pink {
    background-color: #e11d48;
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(225, 29, 72, 0.25);
}

.gd-platform-icon-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.gd-platform-icon-circle:hover {
    transform: scale(1.1);
}

.gd-icon-blue {
    background-color: #0284c7;
}

.gd-icon-purple {
    background-color: #6366f1;
}

.gd-icon-red {
    background-color: #dc2626;
}

/* Interactive Learning Modes Carousel (Öğren, Kartlar, Test, Eşleştir, Çözümler) */
.gd-modes-carousel-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
}

.gd-modes-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #334155;
    transition: all 0.2s ease;
}

.gd-modes-carousel-nav:hover {
    background-color: #f8fafc;
    color: #0f172a;
    transform: translateY(-50%) scale(1.08);
}

.gd-modes-carousel-nav.prev {
    left: -16px;
}

.gd-modes-carousel-nav.next {
    right: -16px;
}

.gd-modes-carousel {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 8px 4px 16px 4px;
    scrollbar-width: none;
}

.gd-modes-carousel::-webkit-scrollbar {
    display: none;
}

.gd-mode-card {
    min-width: 250px;
    width: 250px;
    height: 320px;
    border-radius: 20px;
    padding: 20px 16px 0 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.gd-mode-card:hover {
    transform: translateY(-4px);
}

.gd-mode-card-cyan {
    background-color: #38bdf8;
    color: #ffffff;
}

.gd-mode-card-blue {
    background-color: #2563eb;
    color: #ffffff;
}

.gd-mode-card-yellow {
    background-color: #fbbf24;
    color: #0f172a;
}

.gd-mode-card-pink {
    background-color: #fca5a5;
    color: #0f172a;
}

.gd-mode-card-green {
    background-color: #34d399;
    color: #0f172a;
}

.gd-mode-card-title {
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 12px;
}

.gd-mode-card-mockup {
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 240px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

/* Inner Mockup UI Details */
.gd-mockup-flashcard {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 12px;
    text-align: center;
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
}

.gd-mockup-input {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 0.78rem;
    color: #64748b;
}

.gd-mockup-stats-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
    font-weight: 700;
    color: #475569;
}

.gd-mockup-donut-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gd-mockup-donut {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 6px solid #22c55e;
    border-top-color: #f97316;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-mockup-badges {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gd-mockup-badge-green {
    background-color: #dcfce7;
    color: #15803d;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
}

.gd-mockup-badge-red {
    background-color: #fee2e2;
    color: #b91c1c;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 3px 8px;
    border-radius: 6px;
}

.gd-mockup-grid-game {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.gd-mockup-grid-tile {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #334155;
}

.gd-mockup-grid-tile.matched {
    border-color: #10b981;
    background-color: #ecfdf5;
    color: #047857;
}

.gd-mockup-solution-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.78rem;
    font-weight: 700;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 6px;
}

.gd-mockup-solution-body {
    font-size: 0.75rem;
    color: #64748b;
    line-height: 1.4;
}

/* TerfiGYS Hall of Fame & Testimonials Showcase Section */
.gd-hall-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 28px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gd-hall-header {
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}

.gd-hall-accent-bar {
    width: 4px;
    height: 32px;
    background-color: #dc2626;
    border-radius: 4px;
}

.gd-hall-icon-box {
    width: 38px;
    height: 38px;
    background-color: #0f172a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f59e0b;
}

.gd-hall-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-hall-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: center;
}

@media (max-width: 992px) {
    .gd-hall-grid {
        grid-template-columns: 1fr !important;
        gap: 24px;
    }
}

.gd-hall-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-hall-left-title {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.28;
}

.gd-hall-left-desc {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.6;
}

.gd-btn-hall-more {
    background-color: #ffffff;
    color: #0f172a !important;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 12px 24px;
    border-radius: 12px;
    border: 1px solid #cbd5e1;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.2s ease;
}

.gd-btn-hall-more:hover {
    background-color: #f8fafc;
    border-color: #94a3b8;
    transform: translateY(-2px);
}

.gd-hall-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-hall-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #cbd5e1;
    border-radius: 16px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
    position: relative;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-hall-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.gd-hall-card-offset-1 {
    margin-left: 30px;
}

.gd-hall-card-offset-2 {
    margin-left: 0px;
}

.gd-hall-card-offset-3 {
    margin-left: 40px;
}

@media (max-width: 640px) {

    .gd-hall-card-offset-1,
    .gd-hall-card-offset-2,
    .gd-hall-card-offset-3 {
        margin-left: 0 !important;
    }
}

.gd-hall-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e0f2fe;
    color: #0284c7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-weight: 800;
}

.gd-hall-card-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.gd-hall-card-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.gd-hall-card-name {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-hall-card-tag {
    font-size: 0.72rem;
    font-weight: 700;
    color: #e11d48;
}

.gd-hall-card-quote {
    font-size: 0.8rem;
    color: #475569;
    line-height: 1.45;
    font-style: italic;
}

.gd-hall-card-link {
    font-size: 0.76rem;
    font-weight: 800;
    color: #dc2626;
    text-decoration: none;
    margin-top: 4px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Modüler Çalışma Modları & İnteraktif Canlı Önizleme Paneli */
.gd-feature-tabs-section {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 24px;
    width: 100%;
    margin-bottom: 24px;
    align-items: center;
}

@media (max-width: 992px) {
    .gd-feature-tabs-section {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
}

.gd-feature-tabs-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-feature-tab-card {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

.gd-feature-tab-card:hover {
    border-color: #cbd5e1;
    transform: translateX(3px);
}

.gd-feature-tab-card.active {
    border-color: #2563eb;
    background-color: #ffffff;
    box-shadow: 0 4px 16px rgba(37, 99, 235, 0.1);
}

.gd-feature-tab-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background-color: #f1f5f9;
    color: #475569;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.gd-feature-tab-card.active .gd-feature-tab-icon {
    background-color: #eff6ff;
    color: #2563eb;
}

.gd-feature-tab-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gd-feature-tab-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-feature-tab-desc {
    font-size: 0.8rem;
    color: #64748b;
    line-height: 1.45;
}

/* Right Live Preview Box */
.gd-feature-preview-container {
    background: linear-gradient(135deg, #dbeafe 0%, #e0f2fe 100%);
    border: 1px solid #bfdbfe;
    border-radius: 20px;
    padding: 32px 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 480px;
    box-shadow: 0 4px 16px rgba(2, 132, 199, 0.06);
}

.gd-browser-mockup-card {
    background-color: #ffffff;
    border-radius: 14px;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.15);
    width: 100%;
    max-width: 480px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
}

.gd-browser-mockup-header {
    background-color: #0f172a;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 700;
}

.gd-browser-mockup-dots {
    display: flex;
    gap: 6px;
}

.gd-browser-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.gd-dot-red {
    background-color: #ef4444;
}

.gd-dot-yellow {
    background-color: #f59e0b;
}

.gd-dot-green {
    background-color: #10b981;
}

.gd-browser-mockup-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    background-color: #f8fafc;
}

.gd-mockup-card-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.gd-mockup-card-title {
    font-size: 0.85rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-mockup-card-text {
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.4;
}

/* Component 1: Kurumsal Sınav Seçici Paneli */
.gd-exam-picker-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gd-exam-picker-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-exam-picker-tabs {
    display: flex;
    background-color: #f1f5f9;
    padding: 6px;
    border-radius: 14px;
    gap: 6px;
    overflow-x: auto;
    scrollbar-width: none;
}

.gd-exam-picker-tabs::-webkit-scrollbar {
    display: none;
}

.gd-exam-tab-btn {
    padding: 10px 18px;
    font-size: 0.84rem;
    font-weight: 700;
    color: #475569;
    background: transparent;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.gd-exam-tab-btn:hover {
    color: #0f172a;
}

.gd-exam-tab-btn.active {
    background-color: #0f172a;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2);
}

.gd-exam-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 14px;
}

.gd-exam-card-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 20px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.gd-exam-card-item:hover {
    transform: translateY(-3px);
    border-color: #2563eb;
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
}

.gd-exam-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #eff6ff;
    color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gd-exam-card-label {
    font-size: 0.82rem;
    font-weight: 800;
    color: #0f172a;
}

/* Component 2: Koyu Tema Sınav Simülatörü Paneli */
.gd-exam-sim-dark-section {
    background-color: #090d16;
    border-radius: 24px;
    padding: 36px 32px;
    margin-bottom: 24px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 32px;
    align-items: center;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

@media (max-width: 992px) {
    .gd-exam-sim-dark-section {
        grid-template-columns: 1fr !important;
        padding: 24px 20px;
    }
}

.gd-sim-left-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-sim-menu-item {
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 16px 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-sim-menu-item.active {
    background-color: rgba(37, 99, 235, 0.15);
    border-color: #3b82f6;
    box-shadow: 0 4px 20px rgba(59, 130, 246, 0.2);
}

.gd-sim-menu-title {
    font-size: 0.92rem;
    font-weight: 800;
    color: #ffffff;
}

.gd-sim-menu-desc {
    font-size: 0.78rem;
    color: #94a3b8;
    line-height: 1.4;
}

.gd-sim-right-mockup {
    background-color: #0f172a;
    border: 1px solid #1e293b;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gd-sim-mockup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #1e293b;
    padding-bottom: 12px;
}

.gd-sim-question-box {
    background-color: #1e293b;
    border-radius: 12px;
    padding: 16px;
    font-size: 0.85rem;
    color: #e2e8f0;
    line-height: 1.5;
}

.gd-sim-palette-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
}

.gd-sim-palette-num {
    background-color: #334155;
    color: #ffffff;
    border-radius: 6px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 700;
}

.gd-sim-palette-num.answered {
    background-color: #10b981;
}

.gd-sim-palette-num.current {
    background-color: #3b82f6;
}

/* Component 3: Çalışma Molası Zihin Egzersizleri & Oyunlar */
.gd-break-games-section {
    background-color: #0b0f19;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.gd-game-card {
    background-color: #111827;
    border: 1.5px solid #1f2937;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    transition: all 0.2s ease;
}

.gd-game-card.neon-blue {
    border-color: #2563eb;
    box-shadow: 0 0 15px rgba(37, 99, 235, 0.2);
}

.gd-game-card.neon-green {
    border-color: #10b981;
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.2);
}

.gd-game-card.neon-orange {
    border-color: #f97316;
    box-shadow: 0 0 15px rgba(249, 115, 22, 0.2);
}

.gd-game-card.neon-purple {
    border-color: #8b5cf6;
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.2);
}

.gd-game-title {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
}

.gd-game-sub {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* Component 4: Geleneksel Yöntem vs. TerfiGYS Farkı */
.gd-comparison-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px 28px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

@media (max-width: 768px) {
    .gd-comparison-section {
        flex-direction: column;
        padding: 24px 16px;
    }
}

.gd-comp-card {
    flex: 1;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
}

.gd-comp-card-title-red {
    font-size: 0.75rem;
    font-weight: 800;
    color: #dc2626;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gd-comp-card-title-blue {
    font-size: 0.75rem;
    font-weight: 800;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gd-comp-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gd-comp-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.84rem;
    color: #334155;
    line-height: 1.45;
}

.gd-comp-icon-red {
    color: #ef4444;
    font-weight: 800;
    flex-shrink: 0;
}

.gd-comp-icon-blue {
    color: #2563eb;
    font-weight: 800;
    flex-shrink: 0;
}

.gd-comp-arrow-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #6366f1 0%, #3b82f6 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(99, 102, 241, 0.35);
}

/* Smartphone Feature Showcase Cards (Test Engine, Study Materials, Analytics, Community) */
.gd-phone-feature-card {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px 36px;
    margin-bottom: 24px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 36px;
    align-items: center;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
}

.gd-phone-feature-card.reverse {
    grid-template-columns: 1fr 1.1fr;
}

@media (max-width: 992px) {

    .gd-phone-feature-card,
    .gd-phone-feature-card.reverse {
        grid-template-columns: 1fr !important;
        padding: 28px 20px;
        gap: 28px;
    }
}

.gd-phone-feature-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-phone-feature-tag {
    font-size: 0.75rem;
    font-weight: 800;
    color: #6366f1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.gd-phone-feature-title {
    font-size: 1.65rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
}

.gd-phone-feature-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.6;
}

.gd-phone-feature-pills {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 4px;
}

@media (max-width: 576px) {
    .gd-phone-feature-pills {
        grid-template-columns: 1fr !important;
    }
}

.gd-feature-pill-box {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.gd-feature-pill-title {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-feature-pill-sub {
    font-size: 0.78rem;
    color: #64748b;
    line-height: 1.4;
}

.gd-phone-feature-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 6px;
}

.gd-phone-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.86rem;
    font-weight: 700;
    color: #334155;
}

.gd-check-circle-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #6366f1;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* Smartphone Mockup Frame */
.gd-smartphone-mockup-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gd-smartphone-frame {
    width: 270px;
    height: 480px;
    background-color: #ffffff;
    border: 8px solid #0f172a;
    border-radius: 36px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.gd-smartphone-notch {
    width: 90px;
    height: 18px;
    background-color: #0f172a;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.gd-smartphone-screen {
    flex: 1;
    background-color: #f8fafc;
    padding: 24px 14px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

/* TERFIUI v5 Button & Badge Design System */
.gd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    font-size: 0.88rem;
    font-weight: 700;
    border-radius: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    line-height: 1.2;
}

.gd-btn-primary {
    background-color: #007bff;
    color: #ffffff !important;
    border-color: #007bff;
}

.gd-btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.gd-btn-secondary {
    background-color: #ff6b00;
    color: #ffffff !important;
    border-color: #ff6b00;
}

.gd-btn-secondary:hover {
    background-color: #e05d00;
    border-color: #e05d00;
}

.gd-btn-outline {
    background-color: #ffffff;
    color: #007bff !important;
    border-color: #007bff;
}

.gd-btn-outline:hover {
    background-color: #f0f7ff;
}

.gd-btn-soft {
    background-color: #e6f0ff;
    color: #007bff !important;
}

.gd-btn-soft:hover {
    background-color: #cce0ff;
}

.gd-btn-ghost {
    background-color: transparent;
    color: #495057 !important;
}

.gd-btn-ghost:hover {
    background-color: #f8f9fa;
}

.gd-btn-success {
    background-color: #70b800;
    color: #ffffff !important;
    border-color: #70b800;
}

.gd-btn-success:hover {
    background-color: #5c9900;
}

.gd-btn-warning {
    background-color: transparent;
    color: #212529 !important;
    border-color: transparent;
    font-weight: 800;
}

.gd-btn-danger {
    background-color: #ff3b30;
    color: #ffffff !important;
    border-color: #ff3b30;
}

.gd-btn-danger:hover {
    background-color: #e02d23;
}

.gd-btn-loading {
    background-color: #64b5f6;
    color: #ffffff !important;
}

.gd-btn-square {
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 10px;
    background-color: #007bff;
    color: #ffffff;
}

/* XS Buttons */
.gd-btn-xs {
    padding: 6px 14px;
    font-size: 0.78rem;
    border-radius: 8px;
}

.gd-btn-xs-primary {
    background-color: #007bff;
    color: #ffffff !important;
}

.gd-btn-xs-success {
    background-color: #70b800;
    color: #ffffff !important;
}

.gd-btn-xs-warning {
    background-color: transparent;
    color: #212529 !important;
    font-weight: 800;
}

.gd-btn-xs-danger {
    background-color: #ff3b30;
    color: #ffffff !important;
}

.gd-btn-xs-neutral {
    background-color: #e9ecef;
    color: #495057 !important;
}

/* Badges */
.gd-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 14px;
    font-size: 0.75rem;
    font-weight: 800;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gd-badge-primary {
    background-color: #e6f0ff;
    color: #007bff;
}

.gd-badge-success {
    background-color: #edf7e6;
    color: #70b800;
}

.gd-badge-warning {
    background-color: #fff3e6;
    color: #ff6b00;
}

.gd-badge-danger {
    background-color: #ffe6e6;
    color: #ff3b30;
}

.gd-badge-neutral {
    background-color: #e9ecef;
    color: #495057;
}

/* Button Showcase Layout Card */
.gd-button-showcase-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gd-button-showcase-header {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 14px;
}

.gd-button-showcase-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-btn-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gd-btn-sub-label {
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    margin-top: 8px;
    margin-bottom: 4px;
}




























/* Sıkça Sorulan Sorular (FAQ Accordion Showcase Section) */
.gd-faq-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px 32px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gd-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 36px;
    align-items: flex-start;
}

@media (max-width: 992px) {
    .gd-faq-grid {
        grid-template-columns: 1fr !important;
        gap: 28px;
    }
}

.gd-faq-left {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gd-faq-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-faq-red-bar {
    width: 4px;
    height: 28px;
    background-color: #dc2626;
    border-radius: 4px;
}

.gd-faq-title {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-faq-subtitle-red {
    font-size: 1.15rem;
    font-weight: 800;
    color: #e11d48;
}

.gd-faq-desc {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.gd-faq-art-box {
    width: 100%;
    max-width: 240px;
    height: 180px;
    background-color: #fff1f2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e11d48;
    margin-top: 12px;
}

.gd-faq-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-faq-item {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gd-faq-item.active {
    border-color: #2563eb;
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.08);
}

.gd-faq-question {
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    gap: 14px;
    user-select: none;
}

.gd-faq-question:hover {
    color: #2563eb;
}

.gd-faq-chevron {
    color: #94a3b8;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.gd-faq-item.active .gd-faq-chevron {
    transform: rotate(90deg);
    color: #2563eb;
}

.gd-faq-answer {
    display: none;
    padding: 0 20px 18px 20px;
    font-size: 0.84rem;
    color: #475569;
    line-height: 1.6;
    border-top: 1px dashed #f1f5f9;
    padding-top: 14px;
}

.gd-faq-item.active .gd-faq-answer {
    display: block;
}

/* Premium Mock Test Series Cards */
.gd-test-series-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 24px;
}

.gd-series-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.gd-series-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.gd-series-header {
    padding: 24px 20px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
}

.gd-series-header.emerald {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.gd-series-header.purple {
    background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
}

.gd-series-header.navy {
    background: #0f172a;
}

.gd-series-header.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
}

.gd-series-badge {
    position: absolute;
    top: 18px;
    right: 16px;
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

.gd-series-badge.gold {
    background-color: #f59e0b;
    color: #0f172a;
}

.gd-series-category {
    font-size: 0.72rem;
    font-weight: 800;
    opacity: 0.85;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.gd-series-title {
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.3;
}

.gd-series-desc {
    font-size: 0.78rem;
    opacity: 0.9;
    line-height: 1.45;
}

.gd-series-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    justify-content: space-between;
}

.gd-series-stats-bar {
    background-color: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 12px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 4px;
}

.gd-series-stat-num {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-series-stat-label {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
}

.gd-series-checklist {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gd-series-check-item {
    font-size: 0.78rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.gd-btn-series-action {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.gd-btn-series-action:hover {
    opacity: 0.9;
}

.gd-btn-series-action.emerald {
    background-color: #059669;
}

.gd-btn-series-action.purple {
    background-color: #6366f1;
}

.gd-btn-series-action.navy {
    background-color: #f59e0b;
    color: #0f172a;
}

.gd-btn-series-action.blue {
    background-color: #3b82f6;
}

/* Desteklenen Bakanlık ve Kurumlar Paneli */
.gd-supported-ministries-section {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
}

.gd-ministries-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}

.gd-ministries-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-ministries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

.gd-ministry-card {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.gd-ministry-card:hover {
    transform: translateY(-3px);
    border-color: #cbd5e1;
}

.gd-ministry-card.red-accent {
    border-color: #fca5a5;
}

.gd-ministry-icon-box {
    padding: 24px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dc2626;
}

.gd-ministry-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f172a;
    padding: 0 12px 16px 12px;
}

.gd-btn-ministry-action {
    width: 100%;
    padding: 10px;
    font-size: 0.78rem;
    font-weight: 800;
    color: #ffffff;
    border: none;
    text-decoration: none;
    text-align: center;
    margin-top: auto;
}

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

.gd-btn-slate {
    background-color: #475569;
}

.gd-btn-cyan {
    background-color: #0284c7;
}

.gd-btn-purple {
    background-color: #6366f1;
}

.gd-btn-dark {
    background-color: #334155;
}

/* Soru Gönder (Submit Question) Sayfası Stilleri */
.gd-submit-question-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.gd-submit-hero-card {
    background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 100%);
    border: 1px solid #4f46e5;
    border-radius: 20px;
    padding: 32px 36px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px -5px rgba(55, 48, 163, 0.3);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gd-submit-hero-title {
    font-size: 1.8rem;
    font-weight: 850;
    color: #fcd34d;
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.gd-submit-hero-desc {
    font-size: 1rem;
    color: #e0e7ff;
    line-height: 1.6;
    max-width: 650px;
    margin: 0;
}

.gd-submit-main-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 36px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.gd-submit-card-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-submit-card-subtitle {
    font-size: 0.88rem;
    color: #64748b;
    margin-top: -16px;
}

.gd-submit-info-box {
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #10b981;
    border-radius: 12px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.gd-submit-info-box.info-blue {
    background-color: #eff6ff;
    border-color: #bfdbfe;
    border-left-color: #2563eb;
}

.gd-submit-info-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: #14532d;
    display: flex;
    align-items: center;
    gap: 8px;
}

.gd-submit-info-title.blue-text {
    color: #1e40af;
}

.gd-submit-info-text {
    font-size: 0.85rem;
    color: #166534;
    line-height: 1.5;
    margin: 0;
}

.gd-submit-info-text.blue-text {
    color: #1e3a8a;
}

.gd-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.gd-form-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.gd-form-grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.gd-cat-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background-color: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-weight: 700;
    font-size: 0.92rem;
    color: #1e293b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-cat-select-trigger:hover {
    border-color: #28a745;
    background-color: #fdfdfd;
}

.gd-cat-trigger-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gd-btn-submit-action {
    background-color: #16a34a;
    color: #ffffff !important;
    border: none;
    padding: 14px 28px;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.25);
    width: 100%;
}

.gd-btn-submit-action:hover {
    background-color: #15803d;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
}

/* Category Selector Modal */
.gd-cat-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(8px);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.gd-cat-modal-box {
    background-color: #ffffff;
    width: 100%;
    max-width: 550px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.gd-cat-modal-header {
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
}

.gd-cat-modal-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.gd-cat-modal-close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: #e2e8f0;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.gd-cat-search-box {
    padding: 14px 24px;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
}

.gd-cat-search-icon {
    position: absolute;
    left: 38px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
}

.gd-cat-search-input {
    width: 100%;
    padding: 10px 16px 10px 38px;
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    outline: none;
    font-size: 0.88rem;
    box-sizing: border-box;
}

.gd-cat-search-input:focus {
    border-color: #16a34a;
    box-shadow: 0 0 0 3px rgba(22, 163, 74, 0.1);
}

.gd-cat-list-wrap {
    padding: 16px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.gd-cat-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    color: #334155;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.gd-cat-list-item:hover {
    background-color: #f0fdf4;
    border-color: #16a34a;
    transform: translateX(4px);
}

.gd-cat-list-item.selected {
    background-color: #16a34a;
    color: #ffffff;
    border-color: #16a34a;
}

.gd-cat-badge-count {
    font-size: 0.72rem;
    background-color: #f1f5f9;
    padding: 2px 10px;
    border-radius: 20px;
    font-weight: 800;
    color: #475569;
}

.gd-cat-list-item.selected .gd-cat-badge-count {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
}

/* ── Register CTA Banner Component ─────────────────────────────── */
.gd-cta-banner {
    margin: 20px 0;
    padding: 24px 28px;
    background: linear-gradient(135deg, #eff6ff 0%, #e0e7ff 100%);
    border: 1px solid #c7d2fe;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.06);
    flex-wrap: wrap;
    box-sizing: border-box;
}

.gd-cta-banner-main {
    display: flex;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 280px;
}

.gd-cta-banner-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #ffffff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.15);
    flex-shrink: 0;
}

.gd-cta-banner-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gd-cta-banner-title {
    font-size: 17px;
    font-weight: 800;
    color: #1e1b4b;
    margin: 0;
    line-height: 1.3;
}

.gd-cta-banner-desc {
    font-size: 13.5px;
    color: #4338ca;
    margin: 0;
    line-height: 1.5;
}

.gd-cta-banner-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .gd-cta-banner {
        padding: 20px 18px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gd-cta-banner-main {
        flex-direction: row;
        align-items: flex-start;
    }

    .gd-cta-banner-actions {
        width: 100%;
        justify-content: flex-end;
    }
}

/* ═══════════════════════════════════════════════════════════════════
   Bileşen: upgrade_cta — TERFIUI v5 Paket Yükseltme CTA Kartı
   ═══════════════════════════════════════════════════════════════════ */

.gd-upgrade-cta-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
}

.gd-cta-card-main {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1.5px solid #fcd34d;
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    box-shadow: 0 10px 25px -5px rgba(217, 119, 6, 0.08);
}

.gd-cta-card-bg-crown {
    position: absolute;
    top: -10px;
    right: -10px;
    opacity: 0.08;
    transform: rotate(15deg);
    pointer-events: none;
    line-height: 1;
}

.gd-cta-card-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.gd-cta-card-header-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    width: 100%;
}

.gd-cta-card-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(217, 119, 6, 0.12);
    border-radius: 12px;
    color: #d97706;
    flex-shrink: 0;
}

.gd-cta-card-icon-box svg {
    width: 24px;
    height: 24px;
    stroke: #d97706;
    display: block;
}

.gd-cta-card-title {
    font-size: 1.35rem;
    font-weight: 900;
    color: #1e293b;
    margin: 0;
    font-family: 'Outfit', 'Inter', sans-serif;
    line-height: 1.3;
}

.gd-cta-card-desc {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 520px;
}

.gd-cta-card-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gd-cta-card-buttons .gd-btn-primary {
    background-color: #d97706 !important;
    border-color: #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

.gd-cta-card-buttons .gd-btn-primary:hover {
    background-color: #b45309 !important;
    border-color: #b45309 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 119, 6, 0.35);
}

@media (max-width: 600px) {
    .gd-cta-card-main {
        padding: 28px 16px;
        border-radius: 16px;
    }

    .gd-cta-card-buttons {
        flex-direction: column;
        width: 100%;
    }

    .gd-cta-card-buttons .gd-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   TERFIUI v5 — Button Component Standardization (L2)
   ========================================================================== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
}

.btn-primary {
    background: var(--gd-primary, #f45037) !important;
    color: #ffffff !important;
    border: 1.5px solid var(--gd-primary, #f45037) !important;
}

.btn-primary:hover {
    background: #c73a25 !important;
    border-color: #c73a25 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.btn-secondary,
.btn-outline {
    background: #ffffff !important;
    color: #334155 !important;
    border: 1.5px solid #cbd5e1 !important;
}

.btn-secondary:hover,
.btn-outline:hover {
    background: #f8fafc !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
    transform: translateY(-1px);
}

/* ==========================================================================
   TERFIUI v5 — Global Empty State Component (L6)
   ========================================================================== */
.gd-empty-state-card {
    background: #ffffff;
    border: 1.5px dashed #cbd5e1;
    border-radius: 16px;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    margin: 20px 0;
    box-sizing: border-box;
    width: 100%;
}

.gd-empty-state-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eff6ff;
    border: 1.5px solid #bfdbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
    margin-bottom: 4px;
    flex-shrink: 0;
}

.gd-empty-state-title {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}

.gd-empty-state-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
    max-width: 480px;
}

.gd-empty-state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
}

/* ==========================================================================
   TERFIUI v5 — Unified Global Card Standard (L3)
   User Specification: border-radius: 12px !important; padding: 20px !important;
   ========================================================================== */
.gd-card,
.subject-card,
.category-card,
.institution-card,
.branch-card,
.stat-card,
.result-stat-box,
.seo-card,
.pricing-card,
.testimonial-card,
.gd-card-action,
.gd-card-stat,
.gd-card-content {
    border-radius: 12px !important;
    padding: 20px !important;
    border: 1px solid #e2e8f0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
}

.gd-card:hover,
.subject-card:hover,
.category-card:hover,
.institution-card:hover,
.branch-card:hover,
.gd-card-action:hover {
    transform: translateY(-3px);
    border-color: var(--gd-primary, #f45037);
    box-shadow: 0 10px 20px -5px rgba(244, 80, 55, 0.12);
}

/* ==========================================================================
   Tanıtım Turları - Danger XS Kapatma "x" Renk Stili
   ========================================================================== */
.driver-popover-close-btn,
.driver-popover-close {
    background-color: #ff3b30 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    transition: background-color 0.2s ease !important;
}

.driver-popover-close-btn:hover,
.driver-popover-close:hover {
    background-color: #e02d23 !important;
    color: #ffffff !important;
}

.driver-popover-close-btn:active,
.driver-popover-close:active {
    background-color: #c42219 !important;
}

.driver-popover-close-btn svg,
.driver-popover-close svg {
    stroke: #ffffff !important;
    color: #ffffff !important;
}

/* ==========================================================================
   TERFIUI v5 - Standart Sadece Yeşil Tik İkonu (.gd-completed-check-icon)
   ========================================================================== */
.gd-completed-check-icon,
.gd-completed-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #10b981 !important;
    line-height: 1;
    flex-shrink: 0;
    vertical-align: middle;
}

.gd-completed-check-icon svg,
.gd-completed-badge svg {
    flex-shrink: 0;
}