/* Gabriel Sans dosyası yok; Poppins/system stack kullan (404 önlemi) */
.mo-text-logo {
    display: inline-flex;
    align-items: baseline;
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.mo-text-logo__memur {
    color: var(--mo-text-logo-memur, #293d8e);
}

.mo-text-logo__ozluk {
    color: var(--mo-text-logo-ozluk, #13976a);
}

.mo-text-logo--sm {
    font-size: var(--mo-text-logo-sm, 1.125rem);
}

.mo-text-logo--md {
    font-size: var(--mo-text-logo-md, 1.5rem);
}

@media (min-width: 640px) {
    .mo-text-logo--md {
        font-size: var(--mo-text-logo-md-desktop, 1.875rem);
    }
}

.mo-text-logo--lg {
    font-size: var(--mo-text-logo-lg, 1.5rem);
}

.mo-text-logo--admin {
    font-size: var(--mo-text-logo-admin, 1.25rem);
}

@media (min-width: 768px) {
    .mo-text-logo--admin {
        font-size: var(--mo-text-logo-admin-desktop, 1.375rem);
    }
}

@media (max-width: 639px) {
    header .mo-text-logo {
        max-width: 100%;
        overflow: visible;
        line-height: 1.15;
    }
}

.mo-text-logo-editor--locked [data-text-logo-field]:not([type="hidden"]) {
    pointer-events: none;
    background: #f8fafc;
    opacity: 0.75;
}

.mo-text-logo-lock-btn--unlocked {
    background: #ecfdf5;
    border-color: #a7f3d0;
    color: #047857;
}

.mo-brand-preview-header {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}

.mo-brand-preview-tab {
    align-items: center;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    gap: 0.5rem;
    padding: 0.65rem 0.85rem;
}

.mo-brand-preview-tab__icon {
    border-radius: 0.25rem;
    height: 16px;
    object-fit: contain;
    width: 16px;
}

.mo-brand-preview-tab__bar {
    background: #e2e8f0;
    border-radius: 999px;
    flex: 1;
    height: 6px;
}

.mo-brand-preview-body {
    align-items: center;
    display: flex;
    justify-content: space-between;
    min-height: 72px;
    padding: 1rem 1.25rem;
}

.mo-brand-upload-progress {
    background: #f1f5f9;
    border-radius: 999px;
    height: 6px;
    overflow: hidden;
    width: 100%;
}

.mo-brand-upload-progress__bar {
    background: #13976a;
    border-radius: 999px;
    height: 100%;
    transition: width 0.15s ease;
    width: 0;
}
