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

html
{
    overflow-x: hidden;
}

.website-tema1-body
{
    margin: 0;
    overflow-x: hidden;
    font-family: var(--website-font, Inter, Arial, sans-serif);
    color: var(--website-secondary, #2c3e50);
    background: #f8fafb;
    line-height: 1.6;
}

.website-tema1-container
{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.website-tema1-header
{
    position: relative;
    z-index: 100;
    background: #fff;
    border-bottom: 1px solid #ececec;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.04);
}

.website-tema1-header-inner
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.website-tema1-header-actions
{
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.website-tema1-brand
{
    display: inline-flex;
    align-items: center;
    min-width: 0;
    flex: 1 1 auto;
    text-decoration: none;
    color: inherit;
}

.website-tema1-logo-picture
{
    display: block;
    line-height: 0;
}

.website-tema1-logo-img
{
    max-height: 52px;
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}

.website-tema1-brand-text
{
    align-items: flex-start;
}

.website-tema1-brand-stack
{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
}

.website-tema1-logo-text
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: var(--website-primary, #1780c1);
    line-height: 1.3;
}

.website-tema1-brand-stack .website-tema1-site-slogan
{
    margin: 0;
    padding-left: 0;
}

.website-tema1-header-meta
{
    flex: 1 1 auto;
    min-width: 180px;
}

.website-tema1-site-title
{
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: var(--website-secondary, #2c3e50);
}

.website-tema1-site-slogan
{
    margin: 0;
    font-size: 14px;
    color: #7f8c8d;
    line-height: 1.4;
}

.website-tema1-nav-toggle
{
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #ececec;
    border-radius: 10px;
    background: #fff;
    color: var(--website-secondary, #2c3e50);
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.website-tema1-nav-toggle:hover
{
    border-color: rgba(23, 128, 193, 0.35);
    color: var(--website-primary, #1780c1);
}

.website-tema1-nav-toggle .ph
{
    font-size: 22px;
    line-height: 1;
}

.website-tema1-nav-toggle-icon-close
{
    display: none;
}

.website-tema1-nav-open .website-tema1-nav-toggle-icon-open
{
    display: none;
}

.website-tema1-nav-open .website-tema1-nav-toggle-icon-close
{
    display: block;
}

.website-tema1-nav-backdrop
{
    display: none;
}

.website-tema1-nav
{
    display: flex;
    align-items: center;
    gap: 10px;
}

.website-tema1-nav-link
{
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: var(--website-secondary, #2c3e50);
    transition: background 0.15s ease, color 0.15s ease;
}

.website-tema1-nav-link:hover,
.website-tema1-nav-link.is-active
{
    background: rgba(23, 128, 193, 0.1);
    color: var(--website-primary, #1780c1);
}

.website-tema1-nav-link-outline
{
    border: 1px solid rgba(23, 128, 193, 0.35);
    background: transparent;
}

.website-tema1-nav-link-outline:hover
{
    background: rgba(23, 128, 193, 0.08);
}

.website-tema1-nav-tools
{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* Header dropdown ortak */
.website-tema1-hdr-dd
{
    position: relative;
}

.website-tema1-hdr-dd-trigger
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid #e4eaef;
    border-radius: 999px;
    background: #fff;
    color: var(--website-secondary, #2c3e50);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: border-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.website-tema1-hdr-dd-trigger:hover,
.website-tema1-hdr-dd.is-open .website-tema1-hdr-dd-trigger
{
    border-color: rgba(23, 128, 193, 0.45);
    color: var(--website-primary, #1780c1);
    box-shadow: 0 4px 12px rgba(23, 128, 193, 0.1);
}

.website-tema1-hdr-dd-trigger .ph
{
    font-size: 16px;
    line-height: 1;
}

.website-tema1-hdr-dd-trigger-text
{
    letter-spacing: 0.02em;
}

.website-tema1-hdr-dd-caret
{
    font-size: 12px;
    opacity: 0.7;
    transition: transform 0.15s ease;
}

.website-tema1-hdr-dd.is-open .website-tema1-hdr-dd-caret
{
    transform: rotate(180deg);
}

.website-tema1-hdr-dd-menu
{
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: 7px;
    z-index: 200;
    min-width: 168px;
    margin: 0;
    padding: 6px;
    list-style: none;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(44, 62, 80, 0.12);
}

.website-tema1-hdr-dd.is-open .website-tema1-hdr-dd-menu
{
    display: block;
}

.website-tema1-hdr-dd-item
{
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--website-secondary, #2c3e50);
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease;
}

.website-tema1-hdr-dd-item:hover
{
    background: rgba(23, 128, 193, 0.08);
    color: var(--website-primary, #1780c1);
}

.website-tema1-hdr-dd-item.is-active
{
    background: rgba(23, 128, 193, 0.12);
    color: var(--website-primary, #1780c1);
    font-weight: 600;
}

.website-tema1-hdr-dd-item.is-active::after
{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: 8px;
    border-radius: 50%;
    background: var(--website-primary, #1780c1);
    vertical-align: middle;
}

/* Dil dropdown bayrak ikonlari */
.website-tema1-hdr-dd-lang .website-tema1-hdr-dd-trigger
{
    padding: 0 10px;
    min-width: 52px;
    border: none;
    background: transparent;
    box-shadow: none;
}

.website-tema1-hdr-dd-lang .website-tema1-hdr-dd-trigger:hover,
.website-tema1-hdr-dd-lang.is-open .website-tema1-hdr-dd-trigger
{
    border: none;
    background: transparent;
    box-shadow: none;
}

.website-tema1-hdr-dd-flag-wrap
{
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.website-tema1-hdr-dd-flag
{
    width: 30px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    border: none;
    display: block;
}

.website-tema1-hdr-dd-lang .website-tema1-hdr-dd-menu
{
    min-width: 56px;
}

.website-tema1-hdr-dd-item-flag
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
}

.website-tema1-hdr-dd-item-flag.is-active
{
    box-shadow: inset 0 0 0 2px rgba(23, 128, 193, 0.35);
}

.website-tema1-hdr-dd-item-flag.is-active::after
{
    display: none;
}

/* Kullanici rozet + menu */
.website-tema1-user-badge
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid rgba(23, 128, 193, 0.2);
    border-radius: 50%;
    background: var(--website-primary, #1780c1);
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.website-tema1-user-badge:hover,
.website-tema1-user-dd.is-open .website-tema1-user-badge
{
    transform: translateY(-1px);
    border-color: rgba(23, 128, 193, 0.5);
    box-shadow: 0 6px 16px rgba(23, 128, 193, 0.25);
}

.website-tema1-user-badge-initials
{
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1;
}

.website-tema1-user-menu
{
    min-width: 200px;
}

.website-tema1-user-menu-head
{
    padding: 10px 12px 8px;
}

.website-tema1-user-menu-name
{
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--website-secondary, #2c3e50);
    line-height: 1.3;
    word-break: break-word;
}

.website-tema1-user-menu-link
{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--website-secondary, #2c3e50);
    transition: background 0.15s ease, color 0.15s ease;
}

.website-tema1-user-menu-link .ph
{
    font-size: 18px;
    color: var(--website-primary, #1780c1);
}

.website-tema1-user-menu-link:hover
{
    background: rgba(23, 128, 193, 0.08);
    color: var(--website-primary, #1780c1);
}

.website-tema1-user-menu-link-danger .ph
{
    color: #c0392b;
}

.website-tema1-user-menu-link-danger:hover
{
    background: rgba(231, 76, 60, 0.08);
    color: #c0392b;
}

.website-tema1-hdr-dd-divider
{
    height: 1px;
    margin: 4px 8px;
    background: #ececec;
    list-style: none;
}

.website-tema1-auth-menu
{
    min-width: 180px;
}

.website-tema1-main
{
    min-height: calc(100vh - 260px);
}

.website-tema1-hero
{
    padding: 56px 0 72px;
}

.website-tema1-hero-card
{
    background: linear-gradient(135deg, rgba(23, 128, 193, 0.08), rgba(44, 62, 80, 0.04));
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 48px 36px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(44, 62, 80, 0.05);
}

.website-tema1-badge
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff;
    color: var(--website-primary, #1780c1);
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}

.website-tema1-hero-title
{
    margin: 0 0 12px;
    font-size: 42px;
    line-height: 1.15;
    color: var(--website-secondary, #2c3e50);
}

.website-tema1-hero-text
{
    margin: 0 auto;
    max-width: 640px;
    font-size: 16px;
    color: #7f8c8d;
}

.website-tema1-footer
{
    background: var(--website-secondary, #2c3e50);
    color: #ecf0f1;
    margin-top: 40px;
}

.website-tema1-footer-grid
{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    padding: 42px 20px 28px;
}

.website-tema1-footer-title
{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
}

.website-tema1-footer-subtitle
{
    margin: 0 0 14px;
    font-size: 16px;
    font-weight: 700;
}

.website-tema1-footer-text,
.website-tema1-footer-empty-text
{
    margin: 0;
    color: rgba(236, 240, 241, 0.82);
    font-size: 14px;
}

.website-tema1-footer-list
{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.website-tema1-footer-item
{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
}

.website-tema1-footer-item .ph
{
    margin-top: 2px;
    color: var(--website-primary, #1780c1);
}

.website-tema1-footer-item a
{
    color: #fff;
    text-decoration: none;
}

.website-tema1-footer-item a:hover
{
    text-decoration: underline;
}

.website-tema1-social-list
{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.website-tema1-social-link
{
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    text-decoration: none;
    transition: background 0.15s ease, transform 0.15s ease;
}

.website-tema1-social-link:hover
{
    background: var(--website-primary, #1780c1);
    transform: translateY(-1px);
}

.website-tema1-footer-bottom
{
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0 20px;
    font-size: 13px;
    color: rgba(236, 240, 241, 0.75);
}

@media (max-width: 900px)
{
    .website-tema1-footer-grid
    {
        grid-template-columns: 1fr;
    }

    .website-tema1-hero-title
    {
        font-size: 34px;
    }

    .website-tema1-hero-card
    {
        padding: 36px 24px;
    }
}

@media (max-width: 767px)
{
    .website-tema1-container
    {
        padding: 0 16px;
    }

    .website-tema1-header-inner
    {
        min-height: 64px;
        gap: 12px;
    }

    .website-tema1-logo-img
    {
        max-height: 40px;
    }

    .website-tema1-logo-text
    {
        font-size: 16px;
    }

    .website-tema1-brand-stack .website-tema1-site-slogan
    {
        font-size: 13px;
    }

    .website-tema1-nav-toggle
    {
        display: inline-flex;
    }

    .website-tema1-nav-backdrop
    {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 110;
        background: rgba(0, 0, 0, 0.35);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.2s ease, visibility 0.2s ease;
    }

    .website-tema1-nav-open .website-tema1-nav-backdrop
    {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .website-tema1-nav-open .website-tema1-header
    {
        z-index: 130;
    }

    .website-tema1-nav
    {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 140;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: min(320px, 88vw);
        height: 100vh;
        margin: 0;
        padding: 88px 16px 24px;
        background: #fff;
        box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
        transform: translateX(100%);
        transition: transform 0.25s ease;
        overflow-y: auto;
    }

    .website-tema1-nav-open .website-tema1-nav-toggle
    {
        position: relative;
        z-index: 150;
    }

    .website-tema1-nav-open .website-tema1-nav
    {
        transform: translateX(0);
    }

    .website-tema1-nav-open
    {
        overflow: hidden;
    }

    .website-tema1-nav-link
    {
        width: 100%;
        justify-content: flex-start;
        padding: 14px 16px;
        border-radius: 10px;
        font-size: 15px;
    }

    .website-tema1-nav-link + .website-tema1-nav-link
    {
        margin-top: 6px;
    }

    .website-tema1-nav-tools
    {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        width: 100%;
        margin-top: 16px;
        padding-top: 16px;
        border-top: 1px solid #ececec;
    }

    .website-tema1-hdr-dd
    {
        width: 100%;
    }

    .website-tema1-hdr-dd-trigger
    {
        width: 100%;
        justify-content: space-between;
        min-height: 46px;
        padding: 0 14px;
        border-radius: 10px;
    }

    .website-tema1-hdr-dd-menu
    {
        position: static;
        display: none;
        width: 100%;
        min-width: 0;
        margin-top: 6px;
        box-shadow: none;
        border: 1px solid #ececec;
        background: #f8fafb;
    }

    .website-tema1-hdr-dd.is-open .website-tema1-hdr-dd-menu
    {
        display: block;
    }

    .website-tema1-hdr-dd-item
    {
        padding: 12px 14px;
    }

    .website-tema1-user-dd
    {
        align-self: flex-start;
    }

    .website-tema1-user-badge
    {
        width: 44px;
        height: 44px;
    }

    .website-tema1-user-menu
    {
        position: static;
        width: 100%;
        min-width: 0;
        margin-top: 8px;
    }

    .website-tema1-nav-link-outline
    {
        justify-content: center;
        width: 100%;
    }

    .website-tema1-main
    {
        min-height: calc(100vh - 220px);
    }

    .website-tema1-hero
    {
        padding: 28px 0 40px;
    }

    .website-tema1-hero-card
    {
        padding: 28px 18px;
        border-radius: 14px;
    }

    .website-tema1-hero-title
    {
        font-size: 26px;
    }

    .website-tema1-hero-text
    {
        font-size: 15px;
    }

    .website-tema1-footer
    {
        margin-top: 24px;
    }

    .website-tema1-footer-grid
    {
        gap: 20px;
        padding: 28px 16px 20px;
    }

    .website-tema1-footer-bottom
    {
        padding: 14px 0 18px;
        text-align: center;
    }

    .website-tema1-footer-bottom .website-tema1-container
    {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* Auth sayfalari */
.website-tema1-auth-main
{
    padding: 40px 0 56px;
}

.website-tema1-auth-card
{
    max-width: 460px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 32px 28px;
    box-shadow: 0 12px 32px rgba(44, 62, 80, 0.06);
}

.website-tema1-auth-card-head
{
    margin-bottom: 22px;
    text-align: center;
}

.website-tema1-auth-title
{
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--website-secondary, #2c3e50);
}

.website-tema1-auth-subtitle
{
    margin: 0;
    font-size: 14px;
    color: #7f8c8d;
}

.website-tema1-auth-alert
{
    display: none;
    margin-bottom: 16px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
}

.website-tema1-auth-alert.is-success
{
    display: block;
    background: rgba(39, 174, 96, 0.12);
    color: #1e8449;
    border: 1px solid rgba(39, 174, 96, 0.25);
}

.website-tema1-auth-alert.is-error
{
    display: block;
    background: rgba(231, 76, 60, 0.1);
    color: #c0392b;
    border: 1px solid rgba(231, 76, 60, 0.25);
}

.website-tema1-auth-form
{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.website-tema1-auth-grid
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.website-tema1-auth-field label
{
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--website-secondary, #2c3e50);
}

.website-tema1-auth-input
{
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #dce3ea;
    border-radius: 10px;
    font-size: 14px;
    font-family: inherit;
    color: var(--website-secondary, #2c3e50);
    background: #fff;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.website-tema1-auth-input:focus
{
    outline: none;
    border-color: var(--website-primary, #1780c1);
    box-shadow: 0 0 0 3px rgba(23, 128, 193, 0.12);
}

.website-tema1-auth-input-wrap
{
    position: relative;
}

.website-tema1-auth-input-wrap .website-tema1-auth-input
{
    padding-right: 44px;
}

.website-tema1-password-toggle
{
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    color: #7f8c8d;
    cursor: pointer;
    border-radius: 8px;
}

.website-tema1-password-toggle:hover
{
    color: var(--website-primary, #1780c1);
    background: rgba(23, 128, 193, 0.08);
}

.website-tema1-auth-btn
{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 46px;
    margin-top: 6px;
    padding: 0 16px;
    border: 0;
    border-radius: 10px;
    background: var(--website-primary, #1780c1);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: opacity 0.15s ease, transform 0.15s ease;
}

.website-tema1-auth-btn:hover
{
    opacity: 0.92;
}

.website-tema1-auth-btn.is-loading
{
    opacity: 0.7;
    pointer-events: none;
}

.website-tema1-auth-btn-outline
{
    background: transparent;
    color: var(--website-primary, #1780c1);
    border: 1px solid rgba(23, 128, 193, 0.35);
}

.website-tema1-auth-links
{
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
    text-align: center;
}

.website-tema1-auth-links a
{
    font-size: 13px;
    font-weight: 600;
    color: var(--website-primary, #1780c1);
    text-decoration: none;
}

.website-tema1-auth-links a:hover
{
    text-decoration: underline;
}

.website-tema1-auth-hint
{
    margin: 0;
    font-size: 13px;
    color: #7f8c8d;
    line-height: 1.5;
}

.website-tema1-auth-strength
{
    margin-top: 6px;
    font-size: 12px;
    color: #7f8c8d;
}

.website-tema1-auth-strength.is-weak
{
    color: #c0392b;
}

.website-tema1-auth-strength.is-medium
{
    color: #d68910;
}

.website-tema1-auth-strength.is-strong
{
    color: #1e8449;
}

.website-tema1-account-card
{
    max-width: 520px;
}

.website-tema1-account-profile
{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(23, 128, 193, 0.06);
}

.website-tema1-account-avatar
{
    font-size: 42px;
    color: var(--website-primary, #1780c1);
    line-height: 1;
}

.website-tema1-account-info
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.website-tema1-account-info strong
{
    font-size: 18px;
    color: var(--website-secondary, #2c3e50);
}

.website-tema1-account-info span
{
    font-size: 13px;
    color: #7f8c8d;
}

.website-tema1-account-meta
{
    margin-top: 4px;
}

@media (max-width: 767px)
{
    .website-tema1-auth-main
    {
        padding: 24px 0 40px;
    }

    .website-tema1-auth-card
    {
        padding: 24px 18px;
        border-radius: 14px;
    }

    .website-tema1-auth-grid
    {
        grid-template-columns: 1fr;
    }
}
