/* Proje özel düzeltmeleri buraya yazılacak. Tema dosyalarını mümkün olduğunca bozmayın. */
.page-content { min-height: calc(100vh - 70px); }
.table td, .table th { vertical-align: middle; }
.btn-xs { padding: .15rem .4rem; font-size: .75rem; }

/* Profesyonel giriş / kayıt ekranları */
.auth-modern-bg.accountbg {
    min-height: 100vh;
    height: auto;
    width: 100%;
    background: radial-gradient(circle at top left, rgba(79, 70, 229, .18), transparent 34%), linear-gradient(135deg, #171b2b 0%, #27283a 48%, #464250 100%) !important;
    background-image: radial-gradient(circle at top left, rgba(79, 70, 229, .18), transparent 34%), linear-gradient(135deg, #171b2b 0%, #27283a 48%, #464250 100%) !important;
    background-size: cover;
    background-position: center;
    box-shadow: none !important;
    color: #eef2ff;
    overflow-x: hidden;
}
.auth-modern-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
}
.auth-brand-mini { margin-bottom: 16px; }
.auth-brand-icon {
    width: 46px;
    height: 46px;
    margin: 0 auto 8px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2f80ff, #7647f5);
    box-shadow: 0 12px 30px rgba(48, 118, 255, .28);
    color: #fff;
    font-size: 24px;
}
.auth-brand-mini h1,
.auth-register-brand h1 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 800;
    letter-spacing: -.4px;
}
.auth-brand-mini p,
.auth-register-brand p {
    margin: 8px 0 0;
    color: rgba(238,242,255,.74);
    font-size: 14px;
}
.auth-modern-card {
    width: 100%;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 14px;
    background: rgba(31, 35, 52, .74);
    box-shadow: 0 22px 70px rgba(0,0,0,.28);
    backdrop-filter: blur(10px);
}
.auth-login-card {
    max-width: 560px;
    padding: 30px 34px 28px;
}
.auth-card-head h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}
.auth-card-head p {
    margin: 8px 0 22px;
    color: rgba(238,242,255,.70);
    font-size: 13px;
}
.auth-modern-form { width: 100%; }
.auth-field { margin-bottom: 16px; }
.register-form .auth-field { margin-bottom: 11px; }
.auth-field label {
    display: block;
    margin-bottom: 7px;
    color: rgba(238,242,255,.88);
    font-size: 13px;
    font-weight: 700;
}
.auth-field label span { color: #ef476f; }
.auth-input-group {
    min-height: 45px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    background: rgba(19,23,36,.58);
    display: flex;
    align-items: center;
    padding: 0 14px;
    transition: .18s ease;
}
.auth-input-group:focus-within {
    border-color: rgba(96, 145, 255, .72);
    box-shadow: 0 0 0 3px rgba(55, 116, 255, .13);
}
.auth-input-group i {
    width: 20px;
    color: rgba(238,242,255,.82);
    font-size: 17px;
    margin-right: 12px;
}
.auth-input-group input {
    width: 100%;
    height: 43px;
    padding: 0;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 13px;
}
.auth-input-group input::placeholder { color: rgba(238,242,255,.48); }
.auth-row-mini {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 2px 0 19px;
    font-size: 13px;
}
.auth-check { margin: 0; display: flex !important; align-items: center; gap: 8px; color: rgba(238,242,255,.86) !important; font-weight: 500 !important; }
.auth-check input { width: 16px; height: 16px; accent-color: #316dff; }
.auth-row-mini a,
.auth-bottom-text a { color: #5b8dff; font-weight: 700; }
.auth-btn {
    width: 100%;
    height: 45px;
    border: 0;
    border-radius: 7px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    background: linear-gradient(135deg, #347bff 0%, #5d32d6 100%);
    box-shadow: 0 12px 26px rgba(52,123,255,.24);
    cursor: pointer;
}
.auth-btn i { margin-right: 8px; }
.auth-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 20px 0 16px;
    color: rgba(238,242,255,.62);
    font-size: 12px;
}
.auth-divider:before,
.auth-divider:after { content: ""; height: 1px; background: rgba(255,255,255,.13); flex: 1; }
.auth-outline-btn {
    height: 43px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 7px;
    color: rgba(238,242,255,.86);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: .18s ease;
}
.auth-outline-btn:hover { color: #fff; border-color: rgba(91,141,255,.55); background: rgba(255,255,255,.04); }
.auth-features {
    width: 100%;
    max-width: 690px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 18px;
}
.auth-features div {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    background: rgba(19,23,36,.24);
}
.auth-features i { grid-row: span 2; color: #4b8bff; font-size: 24px; }
.auth-features strong { color: #fff; font-size: 13px; }
.auth-features span { color: rgba(238,242,255,.66); font-size: 12px; line-height: 1.35; }
.auth-footer { margin-top: 18px; color: rgba(238,242,255,.64); font-size: 12px; }
.auth-alert { padding: 10px 13px; font-size: 13px; border-radius: 8px; }

.auth-register-wrap { padding: 20px 16px; }
.auth-register-card {
    max-width: 690px;
    padding: 26px 54px 28px;
    background: rgba(255,255,255,.98);
    color: #263047;
    border-color: rgba(255,255,255,.75);
    box-shadow: 0 24px 80px rgba(7,17,37,.28);
}
.auth-register-brand .auth-brand-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.auth-register-brand .auth-brand-icon { width: 38px; height: 38px; font-size: 20px; margin: 0; border-radius: 13px; }
.auth-register-brand h1 { color: #111827; font-size: 24px; }
.auth-register-brand p { color: #6b7280; margin-top: 11px; }
.auth-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 12px;
    margin: 24px 0 22px;
    position: relative;
}
.auth-steps:before {
    content: "";
    position: absolute;
    left: 17%; right: 17%; top: 21px;
    height: 1px;
    background: #e5e7eb;
}
.auth-steps div { position: relative; z-index: 1; text-align: center; }
.auth-steps span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef2f7;
    color: #7b8495;
    font-size: 18px;
    margin-bottom: 7px;
}
.auth-steps .active span { background: linear-gradient(135deg, #347bff, #5d32d6); color: #fff; box-shadow: 0 10px 25px rgba(52,123,255,.24); }
.auth-steps b { display: block; color: #7b8495; font-size: 12px; font-weight: 700; }
.auth-steps .active b { color: #2266ef; }
.auth-register-card .auth-field label { color: #344054; }
.auth-input-group.light {
    min-height: 43px;
    background: #fff;
    border-color: #dde3ee;
}
.auth-input-group.light i { color: #344054; }
.auth-input-group.light input { height: 41px; color: #111827; }
.auth-input-group.light input::placeholder { color: #7d8796; }
.auth-bottom-text { text-align: center; color: #667085; margin: 16px 0 0; font-size: 13px; }
.auth-safe-box {
    margin-top: 22px;
    border: 1px solid #b9ceff;
    background: linear-gradient(135deg, rgba(52,123,255,.07), rgba(255,255,255,.92));
    border-radius: 10px;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.auth-safe-box i {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #edf4ff;
    color: #2869f0;
    font-size: 22px;
}
.auth-safe-box strong { display:block; color:#1f63e8; font-size:13px; margin-bottom:3px; }
.auth-safe-box span { display:block; color:#667085; font-size:12px; line-height:1.45; }

@media (max-height: 760px) and (min-width: 768px) {
    .auth-modern-wrap { justify-content: flex-start; padding-top: 14px; padding-bottom: 14px; }
    .auth-brand-mini { margin-bottom: 10px; }
    .auth-brand-icon { width: 40px; height: 40px; font-size: 21px; margin-bottom: 6px; }
    .auth-brand-mini h1 { font-size: 25px; }
    .auth-brand-mini p { font-size: 13px; margin-top: 5px; }
    .auth-login-card { padding: 22px 30px; max-width: 540px; }
    .auth-card-head h2 { font-size: 22px; }
    .auth-card-head p { margin-bottom: 16px; }
    .auth-field { margin-bottom: 12px; }
    .auth-features { margin-top: 12px; }
    .auth-footer { margin-top: 10px; }
    .auth-register-card { padding: 20px 48px 22px; max-width: 660px; }
    .auth-steps { margin: 16px 0 14px; }
    .auth-safe-box { margin-top: 14px; }
}
@media (max-width: 767px) {
    .auth-modern-wrap { justify-content: flex-start; padding: 18px 12px; }
    .auth-login-card, .auth-register-card { max-width: 100%; padding: 22px 16px; border-radius: 13px; }
    .auth-brand-mini h1, .auth-register-brand h1 { font-size: 23px; }
    .auth-brand-mini p, .auth-register-brand p { font-size: 12px; }
    .auth-features { grid-template-columns: 1fr; max-width: 100%; gap: 8px; }
    .auth-footer { text-align: center; }
    .auth-steps { gap: 4px; margin: 18px 0; }
    .auth-steps span { width: 36px; height: 36px; font-size: 15px; }
    .auth-steps b { font-size: 10px; }
    .auth-register-brand .auth-brand-line { gap: 8px; }
    .auth-safe-box { align-items: flex-start; }
}
@media (max-width: 380px) {
    .auth-input-group { padding: 0 10px; }
    .auth-row-mini { align-items: flex-start; flex-direction: column; }
}
