html, body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "Bir hata oluştu."
    }

.loading-progress {
    position: relative;
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 20vh auto 1rem auto;
}

    .loading-progress circle {
        fill: none;
        stroke: #e0e0e0;
        stroke-width: 0.6rem;
        transform-origin: 50% 50%;
        transform: rotate(-90deg);
    }

        .loading-progress circle:last-child {
            stroke: #1b6ec2;
            stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
            transition: stroke-dasharray 0.05s ease-in-out;
        }

.loading-progress-text {
    position: absolute;
    text-align: center;
    font-weight: bold;
    inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

    .loading-progress-text:after {
        content: var(--blazor-load-percentage-text, "Loading");
    }

code {
    color: #c02d76;
}

/* ============================================================================
   Lyra Saha — mobil-öncelikli dokunmatik kabuk stilleri
   ============================================================================ */
:root {
    --lyra-primary: #022448;
    --lyra-primary-dark: #004881;
    --lyra-secondary: #1960a3;
    --lyra-bg: #f9f9ff;
    --lyra-surface: #ffffff;
    --lyra-text: #161c27;
    --lyra-muted: #43474e;
    --lyra-outline: #74777f;
    --lyra-outline-variant: #c4c6cf;
    --lyra-surface-tint: #455f87;
    --lyra-danger: #ba1a1a;
    --lyra-radius: 14px;
}

html, body {
    background: var(--lyra-bg);
    color: var(--lyra-text);
    margin: 0;
    -webkit-text-size-adjust: 100%;
}

.lyra-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    color: var(--lyra-muted);
}

/* ---- Uygulama kabuğu (app bar + içerik) ---- */
.lyra-shell {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.lyra-appbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 16px;
    background: var(--lyra-primary);
    color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.lyra-appbar-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.lyra-appbar-action {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 8px 14px;
    font-size: 0.9rem;
    min-height: 40px;
    cursor: pointer;
}

.lyra-appbar-action:active {
    background: rgba(255, 255, 255, 0.3);
}

.lyra-content {
    flex: 1;
    padding: 18px 16px 32px;
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ---- Kabuk v2 (tasarım) ---- */
.lyra-shell-v2 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--lyra-bg);
    color: var(--lyra-text);
    padding-bottom: 4.5rem;
}

@media (min-width: 768px) {
    .lyra-shell-v2 {
        padding-bottom: 0;
    }
}

.lyra-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 4rem;
    padding: 0 1rem;
    background: var(--lyra-primary);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
}

.lyra-topbar-start {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lyra-topbar-iconbtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

.lyra-topbar-iconbtn:hover {
    background: rgba(213, 227, 255, 0.2);
}

.lyra-topbar-title {
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.lyra-topbar-logout {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.5rem;
    background: rgba(30, 58, 95, 0.3);
    color: inherit;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    cursor: pointer;
    backdrop-filter: blur(4px);
}

.lyra-topbar-logout .material-symbols-outlined {
    font-size: 1.125rem;
}

.lyra-topbar-logout:hover {
    background: rgba(30, 58, 95, 0.45);
}

.lyra-main-v2 {
    flex: 1;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 6rem 1rem 1.5rem;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .lyra-main-v2 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.lyra-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 4rem;
    padding: 0 1rem env(safe-area-inset-bottom, 0);
    background: var(--lyra-bg);
    border-top: 1px solid var(--lyra-outline-variant);
    border-radius: 0.75rem 0.75rem 0 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
    .lyra-bottom-nav {
        display: none;
    }
}

.lyra-bottom-nav-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 4rem;
    padding: 0.25rem 1rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--lyra-muted);
    transition: background 0.15s, transform 0.1s;
}

.lyra-bottom-nav-item:active {
    transform: scale(0.95);
}

.lyra-bottom-nav-item--active {
    color: var(--lyra-secondary);
    font-weight: 700;
    background: rgba(125, 182, 255, 0.3);
}

.lyra-bottom-nav-icon {
    font-size: 1.5rem;
    line-height: 1;
}

.lyra-bottom-nav-icon--fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.lyra-bottom-nav-label {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    font-weight: 500;
    margin-top: 0.25rem;
}

.lyra-bottom-nav-badge {
    position: absolute;
    top: 0.125rem;
    right: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 999px;
    background: var(--lyra-danger);
    border: 2px solid #fff;
}

.lyra-bottom-nav--five .lyra-bottom-nav-item {
    min-width: 3rem;
    padding: 0.25rem 0.5rem;
}

.lyra-bottom-nav--five .lyra-bottom-nav-label {
    font-size: 0.625rem;
}

.lyra-bottom-nav--six .lyra-bottom-nav-item {
    min-width: 2.75rem;
    padding: 0.2rem 0.35rem;
}

.lyra-bottom-nav--six .lyra-bottom-nav-label {
    font-size: 0.6rem;
}

.lyra-bottom-nav--four .lyra-bottom-nav-item {
    min-width: 3.5rem;
    padding: 0.25rem 0.75rem;
}

.lyra-bottom-nav--four .lyra-bottom-nav-item--active {
    background: #d3e4ff;
    color: #004881;
}

/* ---- Ana sayfa ---- */
.lyra-home-banner {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    margin-bottom: 1.5rem;
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-radius: 0.75rem;
    font-size: 0.875rem;
}

.lyra-home-banner p {
    margin: 0.25rem 0 0;
    color: var(--lyra-muted);
    font-size: 0.8125rem;
}

.lyra-home-banner-link {
    margin-left: auto;
    align-self: center;
    white-space: nowrap;
    color: var(--lyra-secondary);
    font-weight: 600;
    text-decoration: none;
}

.lyra-home-welcome {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.lyra-home-title {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lyra-home-sub {
    margin: 0;
    font-size: 0.875rem;
    color: var(--lyra-muted);
}

.lyra-home-sub strong {
    color: var(--lyra-primary);
    font-weight: 700;
}

.lyra-home-context {
    margin: 0;
    font-size: 0.8125rem;
    color: var(--lyra-outline);
}

.lyra-home-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .lyra-home-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .lyra-home-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .lyra-home-card--wide-mobile {
        grid-column: 1 / -1;
    }
}

.lyra-home-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--lyra-outline-variant);
    border-radius: 0.75rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: box-shadow 0.3s, transform 0.3s;
    min-height: 140px;
}

.lyra-home-card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
}

.lyra-home-card-glow {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    border-bottom-left-radius: 999px;
    opacity: 0.5;
    pointer-events: none;
    transition: transform 0.3s;
}

.lyra-home-card:hover .lyra-home-card-glow {
    transform: scale(1.1);
}

.lyra-home-card--primary .lyra-home-card-glow { background: rgba(2, 36, 72, 0.05); }
.lyra-home-card--secondary .lyra-home-card-glow { background: rgba(25, 96, 163, 0.05); }
.lyra-home-card--tint .lyra-home-card-glow { background: rgba(69, 95, 135, 0.05); }

.lyra-home-card-icon {
    padding: 0.75rem;
    border-radius: 0.5rem;
    background: #f1f3ff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, color 0.3s;
}

.lyra-home-card-icon .material-symbols-outlined {
    font-size: 1.75rem;
    line-height: 1;
}

.lyra-home-card--primary .lyra-home-card-icon { color: var(--lyra-primary); }
.lyra-home-card--secondary .lyra-home-card-icon { color: var(--lyra-secondary); }
.lyra-home-card--tint .lyra-home-card-icon { color: var(--lyra-surface-tint); }

.lyra-home-card:hover.lyra-home-card--primary .lyra-home-card-icon {
    background: var(--lyra-primary);
    color: #fff;
}

.lyra-home-card:hover.lyra-home-card--secondary .lyra-home-card-icon {
    background: var(--lyra-secondary);
    color: #fff;
}

.lyra-home-card:hover.lyra-home-card--tint .lyra-home-card-icon {
    background: var(--lyra-surface-tint);
    color: #fff;
}

.lyra-home-card-body h3 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.lyra-home-card-body p {
    margin: 0.25rem 0 0;
    font-size: 0.6875rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lyra-muted);
}

.lyra-home-card-arrow {
    margin-top: auto;
    align-self: flex-end;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 1.25rem;
}

.lyra-home-card--primary .lyra-home-card-arrow { color: var(--lyra-primary); }
.lyra-home-card--secondary .lyra-home-card-arrow { color: var(--lyra-secondary); }
.lyra-home-card--tint .lyra-home-card-arrow { color: var(--lyra-surface-tint); }

.lyra-home-card:hover .lyra-home-card-arrow {
    opacity: 1;
}

.lyra-home-recent {
    margin-top: 0.5rem;
}

.lyra-home-recent-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.lyra-home-recent-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.lyra-home-recent-list {
    background: #fff;
    border: 1px solid var(--lyra-outline-variant);
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.lyra-home-recent-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}

.lyra-home-recent-item:hover {
    background: #f1f3ff;
}

.lyra-home-recent-item--border {
    border-bottom: 1px solid rgba(196, 198, 207, 0.5);
}

.lyra-home-recent-left {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
}

.lyra-home-recent-icon {
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyra-home-recent-icon--siparis {
    background: rgba(2, 36, 72, 0.1);
    color: var(--lyra-primary);
}

.lyra-home-recent-icon .material-symbols-outlined {
    font-size: 1.25rem;
}

.lyra-home-recent-title {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 500;
}

.lyra-home-recent-meta {
    margin: 0.125rem 0 0;
    font-size: 0.6875rem;
    color: var(--lyra-muted);
}

.lyra-home-recent-amount {
    flex-shrink: 0;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--lyra-secondary);
    white-space: nowrap;
}

.lyra-welcome {
    color: var(--lyra-muted);
    margin-top: -6px;
}

/* ---- Ana ekran kutucukları ---- */
.lyra-tiles {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.lyra-tile {
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: var(--lyra-surface);
    border: 1px solid var(--lyra-outline);
    border-radius: var(--lyra-radius);
    padding: 18px 16px;
    min-height: 120px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.lyra-tile-disabled {
    opacity: 0.55;
}

.lyra-tile-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: box-shadow 0.15s ease, transform 0.1s ease;
}

.lyra-tile-link:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(27, 110, 194, 0.2);
}

.lyra-tile-icon {
    font-size: 1.8rem;
}

.lyra-tile-title {
    font-weight: 600;
}

.lyra-tile-sub {
    font-size: 0.78rem;
    color: var(--lyra-muted);
}

/* ---- Giriş ekranı (Lyra Saha tasarım) ---- */
.lyra-login-v2 {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    background: #022448;
    box-sizing: border-box;
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.lyra-login-v2-card {
    width: 100%;
    max-width: 28rem;
    background: #f9f9ff;
    border-radius: 1rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1rem 2.5rem;
}

@media (min-width: 768px) {
    .lyra-login-v2-card {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.lyra-login-v2-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2rem;
    width: 100%;
    text-align: center;
}

.lyra-login-v2-logo {
    background: #1960a3;
    border-radius: 1rem;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
}

.lyra-login-v2-header h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #161c27;
    margin: 0 0 0.5rem;
}

.lyra-login-v2-header > p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #43474e;
    margin: 0;
}

.lyra-login-v2-api {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    flex-wrap: wrap;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
}

.lyra-login-v2-api-label {
    color: #74777f;
}

.lyra-login-v2-api-url {
    color: #d53f8c;
    word-break: break-all;
}

.lyra-login-v2-api-icon {
    font-size: 1rem;
    line-height: 1;
}

.lyra-login-v2-api--ok .lyra-login-v2-api-icon {
    color: #16a34a;
}

.lyra-login-v2-api--bad .lyra-login-v2-api-icon {
    color: #ba1a1a;
}

.lyra-login-v2-form {
    width: 100%;
}

.lyra-login-v2-field {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.lyra-login-v2-field label {
    font-size: 0.875rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #161c27;
}

.lyra-login-v2-input {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    background: #f9f9ff;
    border: 1px solid #c4c6cf;
    border-radius: 0.75rem;
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #161c27;
    outline: none;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.lyra-login-v2-input::placeholder {
    color: rgba(116, 119, 127, 0.6);
}

.lyra-login-v2-input:focus {
    border-color: #1e3a5f;
    box-shadow: 0 0 0 1px #1e3a5f;
}

.lyra-login-v2-hint {
    font-size: 0.6875rem;
    line-height: 0.875rem;
    font-weight: 500;
    color: #74777f;
    padding: 0 0.25rem;
}

.lyra-login-v2-submit {
    padding-top: 1rem;
}

.lyra-login-v2-btn {
    width: 100%;
    background: #1960a3;
    color: #fff;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.12);
    transition: background 0.2s, transform 0.1s;
}

.lyra-login-v2-btn:hover:not(:disabled) {
    background: #004881;
}

.lyra-login-v2-btn:active:not(:disabled) {
    transform: scale(0.98);
}

.lyra-login-v2-btn:disabled {
    opacity: 0.65;
    cursor: default;
}

.lyra-login-v2-footer {
    margin-top: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: #74777f;
    opacity: 0.5;
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.lyra-icon-fill {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

/* Eski giriş stilleri (geriye dönük) */
.lyra-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(160deg, #1b6ec2 0%, #0f3d6e 100%);
    box-sizing: border-box;
}

.lyra-login-card {
    width: 100%;
    max-width: 380px;
    background: var(--lyra-surface);
    border-radius: 18px;
    padding: 28px 22px 26px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.lyra-login-brand {
    text-align: center;
    margin-bottom: 22px;
}

.lyra-login-logo {
    width: 56px;
    height: 56px;
    margin: 0 auto 12px;
    border-radius: 16px;
    background: var(--lyra-primary);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lyra-login-brand h1 {
    font-size: 1.4rem;
    margin: 0 0 4px;
}

.lyra-login-brand p {
    margin: 0;
    color: var(--lyra-muted);
    font-size: 0.9rem;
}

.lyra-login-hint {
    font-size: 0.78rem;
    color: var(--lyra-muted);
    margin: 0 0 14px;
    line-height: 1.35;
}

.lyra-login-hint code {
    font-size: 0.76rem;
    word-break: break-all;
}

.lyra-status-ok {
    color: #2e7d32;
    font-weight: 600;
}

.lyra-status-bad {
    display: block;
    margin-top: 6px;
    color: var(--lyra-danger);
    font-size: 0.76rem;
    line-height: 1.35;
}

.lyra-alert-block p {
    margin: 6px 0;
    font-size: 0.85rem;
}

.lyra-alert-block strong {
    display: block;
    margin-bottom: 6px;
}

.lyra-field-hint {
    display: block;
    margin-top: 4px;
    font-size: 0.75rem;
    color: var(--lyra-muted);
    line-height: 1.3;
}

.lyra-mt-8 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 0.85rem;
}

.lyra-pre-hint {
    margin: 8px 0 0;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    font-size: 0.72rem;
    line-height: 1.4;
    white-space: pre-wrap;
    overflow-x: auto;
}

.lyra-field {
    margin-bottom: 14px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.lyra-field label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--lyra-text);
}

.lyra-optional {
    font-weight: 400;
    color: var(--lyra-muted);
}

.lyra-input {
    width: 100%;
    box-sizing: border-box;
    min-height: 46px;
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid var(--lyra-outline);
    border-radius: 10px;
    outline: none;
}

.lyra-input:focus {
    border-color: var(--lyra-primary);
    box-shadow: 0 0 0 3px rgba(27, 110, 194, 0.18);
}

.lyra-btn-primary {
    width: 100%;
    min-height: 50px;
    margin-top: 8px;
    border: none;
    border-radius: 12px;
    background: var(--lyra-primary);
    color: #fff;
    font-size: 1.02rem;
    font-weight: 600;
    cursor: pointer;
}

.lyra-btn-primary:active {
    background: var(--lyra-primary-dark);
}

.lyra-btn-primary:disabled {
    opacity: 0.7;
    cursor: default;
}

.lyra-alert {
    background: #fdecea;
    color: var(--lyra-danger);
    border: 1px solid #f5c6c0;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 0.88rem;
    margin-bottom: 14px;
}
