:root{
  --zemin:#f4f6f8;--kart:#ffffff;--cizgi:#dfe4ea;--metin:#172033;--ikincil:#667085;
  --lacivert:#123b5d;--lacivert2:#0d2d48;--turkuaz:#176b87;--acik:#eef5f8;
  --yesil:#147d64;--yesil-bg:#e9f6f1;--kirmizi:#b42318;--kirmizi-bg:#fff0ee;
  --turuncu:#9a4d08;--turuncu-bg:#fff5e8;--mavi-bg:#eaf2f8;
  --golge:0 5px 16px rgba(20,37,63,.07);--yaricap:10px;--sidebar:252px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--zemin);color:var(--metin);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:14px;line-height:1.55}a{color:var(--turkuaz);text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.layout{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:#102c45;color:#d7e2eb;padding:22px 14px;display:flex;flex-direction:column;z-index:40;border-right:1px solid #0a2237}.brand{padding:0 10px 20px;border-bottom:1px solid rgba(255,255,255,.11);margin-bottom:16px}.brand-mark{display:flex;align-items:center;gap:11px}.brand-symbol{width:38px;height:38px;border-radius:8px;background:#fff;color:var(--lacivert);display:grid;place-items:center;font-weight:800;letter-spacing:-1px}.brand h2{font-size:16px;margin:0;color:#fff;letter-spacing:.1px}.brand p{font-size:11px;margin:3px 0 0;color:#9fb3c5}.nav-section{font-size:10px;font-weight:750;letter-spacing:1.1px;color:#8299ac;padding:15px 10px 7px;text-transform:uppercase}.sidebar nav{display:flex;flex-direction:column;gap:3px}.sidebar nav a{color:#cbd8e3;padding:10px 11px;border-radius:7px;font-weight:600;font-size:13px;display:flex;align-items:center;gap:10px}.sidebar nav a:hover,.sidebar nav a.active{background:#1a4669;color:#fff}.nav-icon{width:21px;text-align:center;color:#9fb6c9;font-size:12px}.sidebar nav a.active .nav-icon{color:#fff}.sidebar-bottom{margin-top:auto;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.logout-form button{width:100%;background:transparent;border:0;color:#f4b8b3;text-align:left;padding:10px 11px;border-radius:7px;font-weight:650}.logout-form button:hover{background:rgba(255,255,255,.08)}.content{margin-left:var(--sidebar);padding:22px 28px 40px;min-height:100vh}.topbar{min-height:72px;background:var(--kart);border:1px solid var(--cizgi);border-radius:var(--yaricap);box-shadow:var(--golge);padding:14px 18px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar h1{font-size:20px;line-height:1.2;margin:0 0 4px;color:#15273a}.topbar p{margin:0;color:var(--ikincil);font-size:12px}.topbar-right{display:flex;align-items:center;gap:12px}.user-chip{text-align:right}.user-chip strong{display:block;font-size:13px}.user-chip span{display:block;font-size:11px;color:var(--ikincil)}.date-chip{border-left:1px solid var(--cizgi);padding-left:14px;color:#465467;font-weight:650;font-size:12px}.mobile-menu{display:none;background:#fff;border:1px solid var(--cizgi);padding:7px 10px;border-radius:7px;width:auto;color:var(--metin)}
.container{max-width:1500px;margin:0 auto}.page-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin:0 0 18px}.page-head h2{margin:0;font-size:18px}.page-head p{margin:4px 0 0;color:var(--ikincil);font-size:13px}.actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.panel,.card,.box{background:var(--kart);border:1px solid var(--cizgi);border-radius:var(--yaricap);box-shadow:var(--golge)}.panel{padding:18px}.panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;border-bottom:1px solid #e8ecf0;padding-bottom:12px;margin-bottom:15px}.panel-title h3{font-size:15px;margin:0}.panel-title p{margin:2px 0 0;color:var(--ikincil);font-size:12px}.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.stat-card{padding:16px 17px}.stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.55px;color:var(--ikincil);font-weight:750}.stat-value{font-size:28px;font-weight:760;line-height:1.2;margin-top:8px;color:#142b40}.stat-meta{font-size:11px;color:var(--ikincil);margin-top:6px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-main{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,2.1fr);gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 16px}.form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.form-group{margin-bottom:13px}.form-group label,.field-label{display:block;font-size:12px;font-weight:700;color:#344054;margin:0 0 6px}.form-control,input[type=text],input[type=email],input[type=password],input[type=date],input[type=number],select,textarea{width:100%;border:1px solid #cfd6de;background:#fff;color:#172033;border-radius:7px;padding:9px 10px;min-height:39px;outline:none;transition:border-color .15s,box-shadow .15s}.form-control:focus,input:focus,select:focus,textarea:focus{border-color:#4e7e9f;box-shadow:0 0 0 3px rgba(23,107,135,.11)}textarea{min-height:94px;resize:vertical}.help{font-size:11px;color:var(--ikincil);margin-top:5px}.check-row{display:flex;gap:8px;align-items:center}.check-row input{width:auto;min-height:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid transparent;border-radius:7px;padding:9px 13px;font-size:12px;font-weight:720;line-height:1.1;white-space:nowrap}.btn-primary{background:var(--lacivert);color:#fff}.btn-primary:hover{background:var(--lacivert2);color:#fff}.btn-secondary{background:#fff;color:#344054;border-color:#cfd6de}.btn-secondary:hover{background:#f8fafb}.btn-success{background:#147d64;color:#fff}.btn-danger{background:#fff;color:var(--kirmizi);border-color:#e6b7b2}.btn-warning{background:#fff7eb;color:#8e4a0a;border-color:#f1d3ad}.btn-sm{padding:6px 9px;font-size:11px}.btn-block{width:100%}.alert{border:1px solid;border-radius:8px;padding:11px 13px;margin-bottom:15px;font-size:13px}.alert-success{background:var(--yesil-bg);border-color:#b8dfd2;color:#0e654f}.alert-error{background:var(--kirmizi-bg);border-color:#efc0bb;color:#912018}.alert-warning{background:var(--turuncu-bg);border-color:#f0d4ad;color:#7a3e0a}.alert-info{background:#edf5fa;border-color:#c9dfea;color:#27546d}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:750;line-height:1}.badge-success{background:#e7f5ef;color:#12664f}.badge-warning{background:#fff1d9;color:#80500e}.badge-danger{background:#feeceb;color:#912018}.badge-info{background:#e7f1f7;color:#20516e}.badge-neutral{background:#eef1f4;color:#51606f}.table-wrap{overflow:auto;border:1px solid var(--cizgi);border-radius:8px;background:#fff}.table{width:100%;border-collapse:collapse;min-width:760px}.table th{background:#f7f9fb;color:#4a5868;font-size:10px;letter-spacing:.35px;text-transform:uppercase;font-weight:800;text-align:left;padding:10px;border-bottom:1px solid #dce2e8;white-space:nowrap}.table td{padding:10px;border-bottom:1px solid #edf0f3;font-size:12px;vertical-align:middle}.table tr:last-child td{border-bottom:0}.table tbody tr:hover{background:#fbfcfd}.row-actions{display:flex;gap:5px;flex-wrap:wrap}.muted{color:var(--ikincil)}.small{font-size:11px}.empty-state{text-align:center;padding:34px 18px;color:var(--ikincil)}.separator{height:1px;background:#e7ebef;margin:16px 0}.filterbar{display:flex;gap:9px;flex-wrap:wrap;align-items:flex-end;margin-bottom:15px}.filterbar .form-group{margin:0;min-width:165px}.schedule-wrap{overflow:auto;border:1px solid var(--cizgi);border-radius:9px;background:#fff}.schedule{width:100%;border-collapse:separate;border-spacing:0;min-width:980px}.schedule th{position:sticky;top:0;background:#173d5c;color:#fff;padding:10px 8px;border-right:1px solid rgba(255,255,255,.13);font-size:11px;text-align:center;z-index:2}.schedule th:first-child{left:0;z-index:3;min-width:130px}.schedule td{border-right:1px solid #e1e6eb;border-bottom:1px solid #e1e6eb;padding:7px;vertical-align:top;background:#fff}.schedule td.day{position:sticky;left:0;z-index:1;background:#f5f8fa;font-weight:750;color:#25394d;min-width:130px}.schedule td select{font-size:11px;padding:6px 7px;min-height:34px;margin-bottom:5px}.schedule .slot-label{font-size:9px;color:#7b8794;margin:0 0 3px}.schedule .cell-note{font-size:9px;color:#7c8793}.tabbar{display:flex;gap:3px;background:#e9edf1;border-radius:8px;padding:3px;width:max-content;margin-bottom:15px}.tabbar a{padding:7px 11px;border-radius:6px;color:#52606e;font-size:11px;font-weight:750}.tabbar a.active{background:#fff;color:#183b56;box-shadow:0 1px 4px rgba(0,0,0,.08)}
/* Landing */.public-body{background:#fff}.public-shell{max-width:1180px;margin:auto;padding:0 24px}.public-nav{height:72px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ecf0}.public-logo{display:flex;align-items:center;gap:10px;color:#173b58;font-weight:800}.public-logo-mark{width:34px;height:34px;background:#173b58;color:#fff;border-radius:7px;display:grid;place-items:center}.public-links{display:flex;gap:22px;align-items:center}.public-links a{color:#475467;font-size:13px;font-weight:650}.hero{padding:78px 0 68px;border-bottom:1px solid #edf0f3}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:64px;align-items:center}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:#176b87;font-weight:800;margin-bottom:12px}.hero h1{font-size:46px;line-height:1.08;letter-spacing:-1.7px;margin:0 0 18px;color:#142d43;max-width:720px}.hero p{font-size:17px;line-height:1.7;color:#5f6b7a;margin:0 0 26px;max-width:650px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.hero-note{margin-top:18px;font-size:11px;color:#7a8795}.hero-card{border:1px solid #d8e0e7;border-radius:12px;padding:22px;background:#f8fafb;box-shadow:0 14px 35px rgba(20,45,67,.08)}.preview-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.preview-title strong{font-size:13px}.mini-schedule{display:grid;grid-template-columns:90px repeat(3,1fr);border:1px solid #dce2e7;border-radius:7px;overflow:hidden;background:#fff}.mini-schedule div{padding:9px;border-right:1px solid #e4e8ec;border-bottom:1px solid #e4e8ec;font-size:10px}.mini-schedule .head{background:#173d5c;color:#fff;font-weight:700}.mini-schedule .day{background:#f4f7f9;font-weight:700}.section{padding:64px 0}.section-alt{background:#f5f7f9;border-top:1px solid #e9edf1;border-bottom:1px solid #e9edf1}.section-head{max-width:680px;margin-bottom:34px}.section-head h2{font-size:30px;letter-spacing:-.6px;margin:0 0 10px;color:#17364f}.section-head p{margin:0;color:#667085;font-size:15px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature{border:1px solid #dfe5ea;border-radius:9px;padding:20px;background:#fff}.feature-number{font-size:10px;color:#176b87;font-weight:800;letter-spacing:.6px;margin-bottom:10px}.feature h3{font-size:15px;margin:0 0 7px}.feature p{font-size:12px;color:#667085;margin:0}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:860px}.price-card{border:1px solid #dce2e8;padding:24px;border-radius:10px}.price-card.primary{border-color:#8fb3c7;background:#f7fbfd}.price-card h3{font-size:17px;margin:0 0 7px}.price{font-size:27px;font-weight:800;color:#173d5c;margin:10px 0}.price-card ul{padding-left:18px;color:#5c6876;font-size:13px;line-height:1.9}.public-footer{border-top:1px solid #e5e9ed;padding:28px 0;color:#7a8694;font-size:12px}.auth-page{min-height:100vh;background:#f4f6f8;display:grid;place-items:center;padding:30px}.auth-shell{width:min(920px,100%);display:grid;grid-template-columns:.85fr 1.15fr;background:#fff;border:1px solid #dbe1e7;border-radius:12px;overflow:hidden;box-shadow:0 12px 32px rgba(23,43,64,.09)}.auth-side{background:#173d5c;color:#fff;padding:42px 35px}.auth-side h1{font-size:25px;line-height:1.2;margin:22px 0 12px}.auth-side p{color:#c5d5e2;font-size:13px}.auth-side ul{padding-left:18px;color:#d5e1e9;font-size:12px;line-height:1.9}.auth-main{padding:38px}.auth-main h2{font-size:21px;margin:0 0 5px}.auth-main>p{color:#667085;margin:0 0 22px;font-size:13px}.auth-footer{margin-top:18px;font-size:12px;color:#667085;text-align:center}
@media(max-width:1100px){.cards{grid-template-columns:repeat(2,1fr)}.grid-main{grid-template-columns:1fr}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:650px}.feature-grid{grid-template-columns:1fr 1fr}}
@media(max-width:820px){.sidebar{transform:translateX(-100%);transition:transform .2s}.sidebar.open{transform:translateX(0)}.content{margin-left:0;padding:15px}.mobile-menu{display:inline-flex}.topbar{border-radius:8px}.user-chip{display:none}.grid-2,.grid-3,.form-grid,.form-grid-3{grid-template-columns:1fr}.public-links a:not(.btn){display:none}.hero{padding:50px 0}.hero h1{font-size:36px}.feature-grid,.pricing-grid{grid-template-columns:1fr}.auth-shell{grid-template-columns:1fr}.auth-side{display:none}}
@media(max-width:520px){.cards{grid-template-columns:1fr}.topbar-right .date-chip{display:none}.page-head{flex-direction:column}.public-shell{padding:0 16px}.hero h1{font-size:31px}}
@media print{.sidebar,.topbar,.no-print{display:none!important}.content{margin:0;padding:0}.panel{box-shadow:none;border:0}.schedule-wrap{overflow:visible;border:0}.schedule{min-width:0}}

/* Auth UI 2026.09 - sade, kurumsal ve erişilebilir giriş/kayıt deneyimi */
.auth-page-modern{background:#f2f5f7;background-image:linear-gradient(180deg,#f8fafb 0,#eef2f5 100%);padding:36px 24px}
.auth-shell-modern{width:min(980px,100%);min-height:610px;border:1px solid #d8e0e6;border-radius:18px;box-shadow:0 24px 65px rgba(18,39,58,.10);background:#fff}
.auth-shell-wide{width:min(1100px,100%);grid-template-columns:.82fr 1.18fr}
.auth-side-modern{position:relative;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;padding:42px 38px;background:#173d5c}
.auth-side-modern:after{content:"";position:absolute;width:320px;height:320px;right:-185px;bottom:-150px;border:1px solid rgba(255,255,255,.12);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018)}
.auth-brand{position:relative;z-index:1;color:#fff!important;font-size:14px;letter-spacing:-.1px}
.auth-brand-mark{background:#fff!important;color:#173d5c!important;border-radius:9px;box-shadow:0 6px 18px rgba(0,0,0,.12)}
.auth-side-content{position:relative;z-index:1;margin:48px 0 38px}.auth-kicker{display:inline-block;font-size:10px;font-weight:800;letter-spacing:1.3px;text-transform:uppercase;color:#a9cad9;margin-bottom:12px}
.auth-side-modern h1{font-size:30px;line-height:1.18;letter-spacing:-.65px;margin:0 0 15px;max-width:420px}.auth-side-modern p{font-size:13px;line-height:1.7;color:#c8d9e4;max-width:430px;margin:0}
.auth-feature-list{display:grid;gap:13px;margin-top:31px}.auth-feature-list div{display:flex;align-items:center;gap:12px;padding:11px 0;border-top:1px solid rgba(255,255,255,.10)}.auth-feature-list span{font-size:9px;font-weight:800;letter-spacing:.7px;color:#8fb8ca}.auth-feature-list strong{font-size:12px;font-weight:650;color:#eef5f8}
.auth-side-note{position:relative;z-index:1;font-size:10px;line-height:1.5;color:#9fbaca;border-top:1px solid rgba(255,255,255,.10);padding-top:16px}.security-dot{display:inline-block;width:7px;height:7px;background:#69b99c;border-radius:50%;margin-right:6px;box-shadow:0 0 0 3px rgba(105,185,156,.13)}
.auth-main-modern{padding:44px 46px}.auth-login-main{display:flex;flex-direction:column;justify-content:center}.auth-main-head{margin-bottom:25px}.auth-main-head h2{font-size:26px;letter-spacing:-.45px;color:#17364f;margin:5px 0 7px}.auth-main-head p{font-size:12px;line-height:1.6;color:#6a7684;margin:0}.auth-step{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#176b87;font-weight:800}
.auth-alert{border-radius:10px;padding:12px 14px;margin-bottom:18px}.auth-section-title{display:flex;align-items:center;gap:10px;margin:2px 0 15px}.auth-section-title>span{display:grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#edf4f7;color:#176b87;font-size:11px;font-weight:800}.auth-section-title strong{display:block;font-size:12px;color:#2d3e4d}.auth-section-title small{display:block;color:#7a8793;font-size:10px;margin-top:2px}.auth-section-spaced{margin-top:23px;padding-top:20px;border-top:1px solid #edf0f2}
.field-modern{position:relative}.field-modern>.field-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:18px;height:18px;color:#7d8c98;font-size:12px;font-weight:750;z-index:2;pointer-events:none}.field-modern input,.field-modern select{padding-left:39px!important;min-height:44px!important;border-color:#ccd6de!important;border-radius:9px!important;background:#fbfcfd!important;font-size:12px!important;transition:border-color .16s,box-shadow .16s,background .16s!important}.field-modern input:hover,.field-modern select:hover{border-color:#aebdc8!important;background:#fff!important}.field-modern input:focus,.field-modern select:focus{border-color:#4c7d99!important;background:#fff!important;box-shadow:0 0 0 3px rgba(23,107,135,.09)!important}.field-modern input::placeholder{color:#a0aab3}.field-modern select:disabled{background:#f1f3f5!important;color:#929ca5!important;cursor:not-allowed}
.field-password input{padding-right:70px!important}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#42637a;font-size:10px;font-weight:800;padding:6px 7px;border-radius:6px;cursor:pointer}.password-toggle:hover{background:#edf3f6;color:#173d5c}.password-rules{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.password-rules span{font-size:9px;color:#7b8792;background:#f1f3f5;border:1px solid #e3e7ea;border-radius:999px;padding:4px 7px}.password-rules span.ok{color:#116149;background:#e9f6f1;border-color:#c4e6d9}.auth-submit{min-height:45px;margin-top:8px;border-radius:9px;font-size:12px;box-shadow:0 7px 18px rgba(23,61,92,.14)}.auth-submit span{font-size:15px;margin-left:2px}.auth-footer-modern{border-top:1px solid #edf0f3;padding-top:17px;margin-top:20px}
.label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.label-row label{margin:0}.label-row a{font-size:10px;font-weight:700;color:#176b87}.auth-login-form{margin-top:3px}.auth-secondary-links{text-align:center;margin:14px 0 0}.auth-secondary-links a{font-size:10px;color:#637484}.auth-register-card{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:26px;padding:15px 16px;border:1px solid #e0e6ea;border-radius:10px;background:#f8fafb}.auth-register-card strong{display:block;font-size:11px;color:#314656;margin-bottom:3px}.auth-register-card span{display:block;font-size:10px;color:#7a8792;line-height:1.4}.auth-register-card .btn{flex:none}
@media(max-width:820px){.auth-page-modern{padding:15px}.auth-shell-modern,.auth-shell-wide{min-height:0;grid-template-columns:1fr;border-radius:13px}.auth-side-modern{display:none}.auth-main-modern{padding:28px 22px}.auth-main-head h2{font-size:23px}.auth-register-card{align-items:flex-start;flex-direction:column}.auth-register-card .btn{width:100%}}

/* === v4.1.3 BEPSIDE-ESINLI KURUMSAL ARAYUZ ===
   Yalnız görsel dil uyarlanmıştır. Harici logo/font/kod kopyalanmaz. */
:root{
  --zemin:#f4f7fa;--kart:#ffffff;--cizgi:#e4e9ef;--metin:#152232;--ikincil:#5d6e80;
  --lacivert:#152232;--lacivert2:#101b28;--turkuaz:#16884f;--acik:#f4f7fa;
  --yesil:#16884f;--yesil-bg:#eaf7f0;--kirmizi:#c93636;--kirmizi-bg:#fff1f1;
  --turuncu:#b46b13;--turuncu-bg:#fff6e8;--mavi-bg:#eef5fb;
  --golge:none;--yaricap:6px;--sidebar:260px;
}
body{background:#f4f7fa;color:#152232;font-size:13px;line-height:1.5}
a{color:#16884f}
.sidebar{width:var(--sidebar);background:#111c29;color:rgba(255,255,255,.82);padding:0 10px 14px;border-right:1px solid rgba(255,255,255,.08);box-shadow:none}
.brand{min-height:64px;display:flex;align-items:center;padding:10px 10px 11px;border-bottom:1px solid rgba(255,255,255,.08);margin:0 0 8px}
.brand-mark{gap:10px}.brand-symbol{width:34px;height:34px;border-radius:4px;background:#16884f;color:#fff;box-shadow:none;font-size:15px}.brand h2{font-size:14px;font-weight:650;letter-spacing:0}.brand p{font-size:10px;color:rgba(255,255,255,.50);margin-top:1px}
.sidebar nav{gap:1px}.nav-section{padding:14px 10px 6px;color:rgba(255,255,255,.50);font-size:9px;font-weight:700;letter-spacing:.9px}
.sidebar nav a{position:relative;color:rgba(255,255,255,.82);padding:8px 10px;border-radius:3px;font-size:12px;font-weight:500;gap:9px;transition:background .12s,color .12s}
.sidebar nav a:hover{background:rgba(255,255,255,.06);color:rgba(255,255,255,.96)}
.sidebar nav a.active{background:rgba(47,174,119,.16);color:#8fe3b6;box-shadow:inset 3px 0 0 #2fae77}
.sidebar nav a.active .nav-icon{color:#4cc98c}.nav-icon{color:rgba(255,255,255,.60);font-size:11px}
.sidebar-bottom{border-top-color:rgba(255,255,255,.09);padding-top:10px}.logout-form button{border-radius:3px;color:#f1b8b8;font-size:12px;font-weight:550}.logout-form button:hover{background:rgba(255,255,255,.06)}
.content{margin-left:var(--sidebar);padding:0 0 40px;background:#f4f7fa;min-height:100vh}
.topbar{position:sticky;top:0;z-index:30;min-height:64px;margin:0 0 22px;padding:9px 28px;background:#fff;border:0;border-bottom:1px solid #e4e9ef;border-radius:0;box-shadow:none}
.topbar h1{font-size:16px;font-weight:600;color:#152232;margin-bottom:1px;letter-spacing:-.1px}.topbar p{font-size:10.5px;color:#7a8a9b}
.topbar-right{gap:16px}.user-profile-compact{display:flex;align-items:center;gap:9px}.user-avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#eaf7f0;border:1px solid #cce9d9;color:#16884f;font-size:11px;font-weight:800}.user-chip strong{font-size:11.5px;font-weight:600;color:#152232}.user-chip span{font-size:9.5px;color:#7a8a9b}.date-chip{font-size:10.5px;color:#5d6e80;border-left-color:#e4e9ef;padding-left:16px}.mobile-menu{border-radius:3px;padding:6px 9px}
.container{max-width:1600px;padding:0 28px}.page-head{margin-bottom:14px}.page-head h2{font-size:17px;font-weight:600;letter-spacing:-.1px}.page-head p{font-size:12px;color:#5d6e80}
.panel,.card,.box,.stat-card{border-color:#e4e9ef;border-radius:6px;box-shadow:none}.panel{padding:16px}.panel-title{padding-bottom:10px;margin-bottom:13px;border-bottom-color:#edf1f5}.panel-title h3{font-size:14px;font-weight:600}.panel-title p{font-size:11px}
.cards{gap:12px}.stat-card{padding:14px 15px}.stat-label{font-size:9.5px;color:#7a8a9b}.stat-value{font-size:24px;color:#152232;font-weight:650}.stat-meta{font-size:10px}
.form-group label,.field-label{font-size:11.5px;font-weight:550;color:#3d4c5a}.form-control,input[type=text],input[type=email],input[type=password],input[type=date],input[type=number],select,textarea{border-color:#cbd4de;border-radius:4px;min-height:40px;padding:8px 10px;background:#fff;color:#152232;box-shadow:none}.form-control:focus,input:focus,select:focus,textarea:focus{border-color:#16884f;box-shadow:0 0 0 2px rgba(22,136,79,.10)}
.btn{border-radius:4px;padding:8px 12px;font-size:11px;font-weight:600}.btn-primary{background:#16884f;border-color:#16884f}.btn-primary:hover{background:#127242;border-color:#127242}.btn-success{background:#16884f}.btn-success:hover{background:#127242}.btn-secondary{border-color:#cbd4de;color:#3d4c5a}.btn-warning{background:#fff6e8;color:#9a5a0a;border-color:#edd6b7}.btn-danger{background:#fff;color:#c93636;border-color:#efcaca}.btn-info{background:#2a6fa8;color:#fff;border-color:#2a6fa8}
.alert{border-radius:4px;padding:10px 12px}.badge{border-radius:999px}.table-wrap{border-radius:5px;border-color:#e4e9ef}.table th{background:#f7f9fb;color:#5d6e80;border-bottom-color:#e4e9ef;font-size:9px}.table td{border-bottom-color:#edf1f5;font-size:11.5px}.table tbody tr:hover{background:#f9fbfc}
.schedule-wrap{border-radius:5px;border-color:#e4e9ef}.schedule th{background:#152c3d}.schedule td{border-color:#e4e9ef}.schedule td.day{background:#f7f9fb;color:#3d4c5a}.tabbar{background:#edf1f5;border-radius:4px}.tabbar a{border-radius:3px}.tabbar a.active{box-shadow:none;color:#16884f}

/* Kimlik doğrulama sayfaları: merkezde sade, tek kart. */
.auth-page-modern{min-height:100vh;background:#f4f7fa;padding:32px 16px;display:flex;align-items:center;justify-content:center}
.auth-shell-modern,.auth-shell-wide{display:block!important;width:min(440px,100%)!important;min-height:0!important;background:#fff!important;border:1px solid #e4e9ef!important;border-radius:6px!important;box-shadow:none!important;overflow:visible!important}
.auth-shell-wide{width:min(560px,100%)!important}.auth-side-modern{display:none!important}.auth-main-modern{padding:34px 32px!important;background:#fff!important}.auth-card-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin:0 auto 23px;color:#152232}.auth-card-brand:hover{color:#152232}.auth-card-brand-mark{width:34px;height:34px;border-radius:4px;background:#16884f;color:#fff;display:grid;place-items:center;font-weight:800;font-size:15px}.auth-card-brand-copy{display:flex;flex-direction:column;line-height:1.25}.auth-card-brand-copy strong{font-size:12px;font-weight:650}.auth-card-brand-copy small{font-size:9px;color:#7a8a9b;font-weight:400;margin-top:1px}.auth-main-head{text-align:center;margin-bottom:24px}.auth-main-head .auth-step{display:none}.auth-main-head h2{font-size:19px!important;line-height:1.3!important;font-weight:500!important;letter-spacing:-.3px!important;color:#152232!important}.auth-main-head p{font-size:12.5px!important;font-weight:400;color:#5d6e80!important;max-width:100%!important;margin-top:5px!important}.auth-login-form{margin-top:0}.field-modern input,.field-modern select{min-height:43px!important;border-radius:4px!important;border-color:#cbd4de!important;background:#fff!important;font-size:12px!important;padding-left:11px!important}.field-modern input:hover,.field-modern select:hover{border-color:#aeb9c3!important}.field-modern input:focus,.field-modern select:focus{border-color:#16884f!important;box-shadow:0 0 0 2px rgba(22,136,79,.10)!important}.field-modern>.field-icon{display:none}.field-password input{padding-right:66px!important}.password-toggle{color:#16884f;font-size:10px}.password-toggle:hover{background:#edf7f1;color:#127242}.label-row a,.auth-secondary-links a,.auth-footer-modern a{color:#16884f!important}.auth-submit{min-height:43px;border-radius:4px!important;background:#16884f!important;box-shadow:none!important}.auth-submit:hover{background:#127242!important}.auth-register-card{border-color:#e4e9ef;border-radius:4px;background:#f7f9fb;padding:13px 14px;margin-top:20px}.auth-register-card strong{font-size:11px;font-weight:600}.auth-register-card span{font-size:9.5px}.auth-section-title{border-color:#edf1f5}.auth-section-title>span{border-radius:4px;background:#eaf7f0;color:#16884f}.auth-section-title strong{font-weight:600}.password-rules span{border-radius:999px;background:#f4f7fa;border-color:#e4e9ef}.password-rules span.ok{background:#eaf7f0;border-color:#cce9d9;color:#16884f}.auth-footer-modern{border-top-color:#edf1f5;font-size:11px;color:#5d6e80}
@media(max-width:760px){.content{margin-left:0}.topbar{padding:9px 15px}.container{padding:0 14px}.sidebar{padding-top:0}.auth-page-modern{padding:14px 10px}.auth-main-modern{padding:27px 20px!important}.auth-shell-modern,.auth-shell-wide{border-radius:5px!important}.user-profile-compact{display:none}}
