/* TekseraSoft — tipografik marka (fontlar _MarketingLayout üzerinden yüklenir) */

.ts-wordmark {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none !important;
    line-height: 1.05;
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ts-wordmark:hover,
.ts-wordmark:focus {
    text-decoration: none !important;
    color: inherit;
    opacity: 0.94;
}

.ts-wordmark__name {
    font-family: "Nunito Sans", "Segoe UI", system-ui, sans-serif;
    font-size: 1.32rem;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #0f172a;
    white-space: nowrap;
    line-height: 1.1;
}

.ts-wordmark__name--compact {
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    font-weight: 600;
}

.ts-wordmark__accent {
    font-weight: 800;
    background: linear-gradient(120deg, #0d9488 0%, #1d4ed8 48%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ts-wordmark__tagline {
    margin-top: 0.28rem;
    font-family: "Outfit", "Segoe UI", system-ui, sans-serif;
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #64748b;
    text-transform: none;
    line-height: 1.35;
    max-width: 220px;
}

.ts-wordmark__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    font-family: "Nunito Sans", "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    background: linear-gradient(135deg, #0d9488, #2563eb);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.22);
}

/* Koyu zemin — sol panel */
.ts-wordmark--light .ts-wordmark__name {
    color: #f8fafc;
}

.ts-wordmark--light .ts-wordmark__tagline {
    color: rgba(248, 250, 252, 0.72);
}

.ts-wordmark--light .ts-wordmark__accent {
    background: linear-gradient(135deg, #5eead4 0%, #93c5fd 50%, #c4b5fd 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Giriş / kayıt / şifre sıfırlama — forma hizalı marka */
.login-card__stack {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.login-card__stack .login-main {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.login-card .auth-brand-head {
    width: 100%;
    max-width: none;
    margin: 0 0 1.25rem;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.login-card .auth-brand-head .logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-bottom: 0 !important;
    text-align: center !important;
}

.login-card .auth-brand-head .ts-wordmark.ts-wordmark--auth {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: auto !important;
    max-width: 100%;
}

.login-card .auth-brand-head .ts-wordmark--auth .ts-wordmark__name {
    font-size: clamp(1.7rem, 4.8vw, 2.15rem);
    letter-spacing: 0.11em;
    font-weight: 800;
    text-align: center;
    display: block;
    width: auto;
    max-width: 100%;
    padding-right: 0.13em;
    margin: 0 auto;
}

.login-card .auth-brand-head .ts-wordmark--auth .ts-wordmark__tagline {
    font-family: "Outfit", "Segoe UI", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    max-width: 100%;
    width: auto;
    text-align: center;
    color: #5b6474;
    margin: 0.4rem auto 0;
    padding: 0 0.25rem;
}

/* Eski genel auth kuralları (panel dışı) */
.ts-wordmark--auth {
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Tanıtım sitesi üst menü */
.mk-logo .ts-wordmark {
    align-items: flex-start;
    text-decoration: none !important;
    max-width: 100%;
}

.mk-logo .ts-wordmark__name {
    font-size: 1.12rem;
    letter-spacing: 0.1em;
    text-decoration: none !important;
}

.mk-logo .ts-wordmark__tagline {
    font-size: 0.64rem;
    max-width: 200px;
    letter-spacing: 0.045em;
    text-decoration: none !important;
}

.mk-footer-brand .ts-wordmark__name {
    font-size: 1.2rem;
}

.mk-footer-brand .ts-wordmark__tagline {
    color: rgba(255, 255, 255, 0.72);
}

.mk-footer-brand .ts-wordmark--light .ts-wordmark__name {
    color: #fff;
}

/* Panel sidebar */
.panel-sidebar-logo-link .ts-wordmark {
    padding: 0.15rem 0;
}

.panel-sidebar-logo-link .ts-wordmark__name {
    font-size: 1rem;
    letter-spacing: 0.09em;
    font-weight: 700;
}

.panel-sidebar-logo-link .ts-wordmark__tagline {
    font-family: "Outfit", "Segoe UI", sans-serif;
    font-size: 0.56rem;
    font-weight: 500;
    max-width: 180px;
    letter-spacing: 0.03em;
}

html.bay-sidebar-collapsed-pref .page-wrapper.compact-wrapper .sidebar-wrapper.close_icon .ts-wordmark__tagline {
    display: none;
}
