:root{--bg:#eef3fb;--panel:#ffffff;--ink:#172033;--muted:#64748b;--primary:#2563eb;--primary2:#0f172a;--soft:#dbeafe;--border:#e2e8f0;--green:#16a34a;--red:#dc2626;--shadow:0 18px 50px rgba(15,23,42,.10)}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at top left,#dbeafe 0,#eef3fb 38%,#f8fafc 100%);color:var(--ink)}a{text-decoration:none;color:inherit}.wrap{max-width:1240px;margin:0 auto;padding:22px}.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.86);backdrop-filter:blur(18px);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:18px;padding:12px 22px}.brand{display:flex;align-items:center;gap:10px;min-width:210px}.brand span{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#111827);color:white;display:grid;place-items:center;font-weight:900}.brand b{font-size:17px}nav{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}nav a{padding:10px 12px;border-radius:14px;color:#334155;font-weight:700;font-size:14px}nav a:hover{background:var(--soft);color:#1d4ed8}.menuBtn{display:none}.hero{background:linear-gradient(135deg,#0f172a,#1d4ed8);color:white;border-radius:28px;padding:26px;box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}.hero h2{margin:0 0 6px;font-size:30px}.hero p{margin:0;color:#dbeafe}.quick-actions{display:flex;gap:10px;flex-wrap:wrap}.card{background:rgba(255,255,255,.95);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:18px;margin-bottom:16px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.grid.two{grid-template-columns:1fr 1.3fr}.panel-card{min-height:120px}.stat{font-size:34px;font-weight:900;color:#1d4ed8;margin-top:14px}.toolbar{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.toolbar input,.toolbar select{flex:1;min-width:160px}label{display:block;font-weight:800;font-size:13px;margin:10px 0 6px;color:#334155}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:15px;padding:13px 14px;background:#f8fafc;color:var(--ink);outline:none;font-size:15px}textarea{min-height:94px}input:focus,select:focus,textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #dbeafe}button,.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:15px;background:linear-gradient(135deg,#2563eb,#1e40af);color:white;padding:12px 15px;font-weight:900;cursor:pointer;box-shadow:0 10px 24px rgba(37,99,235,.22)}.btn.gray,.btn.alt{background:#eef2ff;color:#1e3a8a;box-shadow:none}.btn.red,.red{background:#fee2e2!important;color:#991b1b!important;box-shadow:none}.smallbtn{padding:9px 11px;border-radius:12px}.mini{display:inline-flex;margin:4px 4px 0 0;padding:7px 10px;border-radius:999px;background:#ecfeff;color:#155e75;font-weight:900;font-size:12px}.small{font-size:12px;color:var(--muted)}.danger{color:#991b1b}.alert{padding:10px 12px;border-radius:14px;background:#fee2e2;margin:10px 0}.badge{display:inline-flex;margin:4px 4px 0 0;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:900}.tags{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}.tags span{background:#f1f5f9;border:1px solid var(--border);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.people-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.person-card{position:relative;display:flex;gap:14px;background:white;border:1px solid var(--border);border-radius:24px;padding:16px;box-shadow:var(--shadow);overflow:hidden}.person-card:before{content:"";position:absolute;inset:0 0 auto 0;height:5px;background:linear-gradient(90deg,#2563eb,#22c55e)}.person-main{flex:1}.person-main h3{margin:4px 0 3px}.order-box{display:flex;flex-direction:column;gap:8px;padding-top:8px}.order-box a{width:40px;height:40px;border-radius:14px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-weight:900;border:1px solid #bfdbfe}.leave-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.leave-row b{background:#f8fafc;border:1px solid var(--border);border-radius:14px;padding:10px;font-size:13px}.person-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:12px}.table{width:100%;border-collapse:separate;border-spacing:0 8px}.table th{text-align:left;color:#64748b;font-size:12px;padding:8px}.table td{background:#f8fafc;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:12px}.table td:first-child{border-left:1px solid var(--border);border-radius:14px 0 0 14px}.table td:last-child{border-right:1px solid var(--border);border-radius:0 14px 14px 0}.login-body{min-height:100vh;background:linear-gradient(135deg,#0f172a,#1d4ed8 55%,#38bdf8);display:grid;place-items:center}.login-shell{width:min(420px,92vw)}.login-card{background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.55);box-shadow:0 30px 80px rgba(2,6,23,.32);border-radius:32px;padding:32px}.login-mark{width:70px;height:70px;border-radius:24px;background:linear-gradient(135deg,#2563eb,#22c55e);color:white;display:grid;place-items:center;font-size:32px;font-weight:900;margin-bottom:14px}.login-card h1{margin:0;font-size:32px}.login-card p{color:#64748b}.login-card button{width:100%;margin-top:14px;padding:15px}.login-foot{text-align:center;margin-top:14px}@media(max-width:820px){.top{display:block;padding:12px}.brand{display:inline-flex}.menuBtn{display:inline-flex;float:right;background:#eff6ff;color:#1d4ed8;box-shadow:none;padding:10px 12px}nav{display:none;margin:12px 0 0;grid-template-columns:1fr 1fr;gap:8px}.menu-open nav{display:grid}nav a{background:#f8fafc;text-align:center}.wrap{padding:14px}.hero{display:block;border-radius:22px;padding:20px}.hero h2{font-size:24px}.quick-actions{margin-top:14px}.grid,.grid.two,.people-grid{grid-template-columns:1fr}.toolbar{display:grid;grid-template-columns:1fr}.person-card{border-radius:20px;padding:14px}.leave-row{grid-template-columns:1fr}.table thead{display:none}.table,.table tbody,.table tr,.table td{display:block;width:100%}.table tr{margin-bottom:12px}.table td{border:1px solid var(--border);border-radius:12px!important;margin-bottom:6px}.table td:before{content:attr(data-label);display:block;color:#64748b;font-size:11px;font-weight:900;margin-bottom:4px}.btn,button{width:auto}.login-card{padding:24px;border-radius:26px}} 


/* v6 mobil/modern düzenlemeler */
:root{--bg:#f5f7fb;--panel:#ffffff;--ink:#142033;--muted:#667085;--primary:#4f46e5;--primary2:#0f172a;--soft:#eef2ff;--border:#e6e9f2;--green:#10b981;--red:#ef4444;--shadow:0 14px 38px rgba(15,23,42,.08)}
body{background:linear-gradient(145deg,#f8fbff 0%,#eef2ff 42%,#f8fafc 100%)}
.top{justify-content:center;padding:10px 18px;background:rgba(255,255,255,.90)}
.top nav{margin-left:0;justify-content:center;width:100%}
nav a{border:1px solid transparent;background:rgba(248,250,252,.7)}
nav a:hover{border-color:#c7d2fe;background:#eef2ff;color:#4338ca}
.menuBtn{font-size:17px;font-weight:900;border-radius:16px;padding:13px 18px;min-height:48px;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;box-shadow:0 12px 24px rgba(79,70,229,.22)}
.wrap{padding-top:18px}.hero{border-radius:22px;padding:18px 20px;margin-bottom:14px;background:linear-gradient(135deg,#111827,#4338ca 65%,#2563eb)}.hero.compact-hero{padding:14px 18px}.hero h2{font-size:24px}.hero p{font-size:14px}.card{border-radius:20px;padding:15px}.compact-card{padding:14px}.panel-card{min-height:88px}.stat{font-size:27px;margin-top:8px}.grid{gap:12px}.btn,button{border-radius:13px;padding:10px 12px;font-size:13px}.smallbtn{padding:7px 9px;font-size:12px}.person-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.person-actions .mini,.person-actions .btn{margin:0;width:100%;font-size:11px;padding:8px 6px;min-height:34px}.mini{justify-content:center}.row-actions{display:flex;gap:6px;flex-wrap:wrap}.row-actions .btn{padding:8px 9px;font-size:12px}.person-card{border-radius:20px;padding:13px;gap:10px}.person-main h3{font-size:16px}.order-box a{width:34px;height:34px;border-radius:12px}.leave-row{gap:6px;margin:8px 0}.leave-row b{padding:8px;font-size:12px}.tags span,.badge{font-size:11px;padding:5px 8px}
@media(max-width:820px){
  .top{display:flex;justify-content:flex-end;align-items:center;padding:10px 12px}.menuBtn{display:inline-flex;float:none;font-size:18px;padding:14px 20px;min-width:118px}.top nav{display:none;position:absolute;top:64px;left:10px;right:10px;background:rgba(255,255,255,.98);border:1px solid var(--border);border-radius:18px;padding:10px;box-shadow:var(--shadow);grid-template-columns:1fr 1fr;z-index:99}.menu-open nav{display:grid}.wrap{padding:10px}.hero,.hero.compact-hero{padding:12px 13px;border-radius:18px}.hero h2{font-size:19px;margin-bottom:3px}.hero p{font-size:12px}.quick-actions{gap:7px;margin-top:10px}.quick-actions .btn{flex:1;padding:9px 8px;font-size:12px}.card{padding:11px;border-radius:17px;margin-bottom:10px}.card h2,.card h3{font-size:16px;margin:4px 0 9px}.grid,.grid.two{gap:9px}.panel-card{min-height:74px;padding:11px}.stat{font-size:22px}.toolbar{gap:8px}.toolbar input,.toolbar select{min-width:0}.people-grid{gap:10px}.person-card{padding:10px;border-radius:17px}.person-main h3{font-size:15px;margin-top:2px}.order-box{gap:6px;padding-top:3px}.order-box a{width:31px;height:31px}.leave-row{grid-template-columns:1fr 1fr}.person-actions{grid-template-columns:repeat(4,1fr);gap:5px;margin-top:8px}.person-actions .mini,.person-actions .btn{font-size:10.5px;padding:7px 3px;border-radius:10px;min-height:31px}.row-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.row-actions .btn{width:100%;font-size:10.5px;padding:7px 3px;border-radius:10px}.table td{padding:9px}.login-card{border-radius:22px}.login-mark{width:56px;height:56px;font-size:25px;border-radius:18px}.login-card h1{font-size:24px}
}

/* v7 sadeleştirme: kompakt izin ve ara butonu */
.leave-row{display:flex!important;align-items:center;gap:6px;flex-wrap:nowrap;margin:7px 0!important;background:#f8fafc;border:1px solid var(--border);border-radius:999px;padding:5px 7px;width:max-content;max-width:100%}
.leave-row b{background:transparent!important;border:0!important;border-radius:0!important;padding:0 6px!important;font-size:11px!important;white-space:nowrap;color:#334155}
.leave-row b:first-child{border-right:1px solid #cbd5e1!important}
.person-actions .mini[href^="tel:"]{background:#ecfdf5;color:#166534}
@media(max-width:820px){.leave-row{width:100%;justify-content:center}.leave-row b{font-size:10.5px!important}.person-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.person-actions a{margin:0!important;text-align:center;padding:7px 6px!important;font-size:11px!important}}


/* v8 yetki, ayrı sıralama ve rapor görünümü */
.order-no{width:38px;height:38px;border-radius:14px;background:linear-gradient(135deg,#111827,#4f46e5);color:white;display:grid;place-items:center;font-weight:900;font-size:14px;box-shadow:0 10px 18px rgba(79,70,229,.18)}
.role-viewer .btn.red,.role-viewer form button[type="submit"]{filter:saturate(.6)}
.login-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:14px 0}.login-tabs label{display:flex;align-items:center;gap:8px;justify-content:center;background:#f8fafc;border:1px solid var(--border);border-radius:15px;padding:12px;margin:0}.login-tabs input{width:auto}.role-login .login-mark{font-size:20px;letter-spacing:-1px}.mini-course{margin:8px 0!important;padding:12px!important}.ok{color:#166534;font-weight:800}.print-only{display:none}.report-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
@media(max-width:820px){.order-no{width:32px;height:32px;border-radius:11px;font-size:12px}.login-tabs{gap:7px}.login-tabs label{font-size:13px;padding:10px 8px}.report-head{display:block}.mini-course{padding:10px!important}}
@media print{.no-print,.top,.btn,button,.menuBtn{display:none!important}.wrap{max-width:none;padding:0}.card{box-shadow:none;border:0}.print-only{display:block}body{background:white}.table td{background:white}}

/* v9 panel metrikleri, rapor ve PDF düzeltmeleri */
.dashboard-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.birth-list{line-height:1.35;min-height:34px;margin-top:4px}.report-card{overflow-x:auto}.report-table{font-size:13px}.report-table th{background:#eef2ff;color:#312e81;border-radius:10px}.report-table td{vertical-align:top}.login-mark{font-size:28px!important}.login-card input::placeholder{color:transparent!important}.login-card h1{letter-spacing:-.5px}.person-card .tags span{max-width:100%;overflow:hidden;text-overflow:ellipsis}
@media(max-width:1100px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.dashboard-grid{grid-template-columns:1fr}.birth-list{font-size:11px}.report-table{font-size:12px}.report-card{padding:8px!important}}
@media print{
  @page{size:A4 landscape;margin:9mm}
  *{box-shadow:none!important;text-shadow:none!important}
  body{background:#fff!important;color:#000!important;font-size:11px!important}
  .no-print,.top,.btn,button,.menuBtn,.mini{display:none!important}
  .wrap{max-width:none!important;width:100%!important;padding:0!important;margin:0!important}
  .card,.report-card{display:block!important;border:0!important;padding:0!important;margin:0!important;background:#fff!important;overflow:visible!important}
  .report-head{display:flex!important;justify-content:space-between!important;margin-bottom:8px!important}
  .print-only{display:block!important}
  table.table, .table{display:table!important;width:100%!important;border-collapse:collapse!important;border-spacing:0!important}
  .table thead{display:table-header-group!important}.table tbody{display:table-row-group!important}.table tr{display:table-row!important;page-break-inside:avoid!important;margin:0!important}
  .table th,.table td{display:table-cell!important;border:1px solid #999!important;border-radius:0!important;background:#fff!important;color:#000!important;padding:5px!important;width:auto!important;margin:0!important}
  .table td:before{display:none!important;content:none!important}
}

.checkline{display:flex;gap:10px;align-items:center;padding:12px;border:1px solid rgba(30,41,59,.12);border-radius:14px;background:rgba(255,255,255,.65)}
.checkline input{width:auto!important;min-width:18px;height:18px}
.login-hint{margin:8px 0 12px;padding:8px 10px;border-radius:12px;background:rgba(15,23,42,.06);display:inline-block}

/* v11 mobil ve kart iyileştirmeleri */
.compact-add-card{padding:13px!important;border-radius:18px!important;align-self:start}.compact-add-card h3{font-size:17px;margin:0 0 8px}.compact-add-card label{margin:7px 0 4px}.compact-add-card input,.compact-add-card textarea{padding:10px 11px;border-radius:12px}.compact-add-card textarea{min-height:66px}.compact-add-card button{padding:10px 13px;border-radius:12px}.avatar-wrap{flex:0 0 48px;display:flex;align-items:flex-start;justify-content:center;padding-top:6px}.avatar-img,.avatar-placeholder{width:46px;height:46px;border-radius:16px;object-fit:cover;border:2px solid #dbeafe;box-shadow:0 8px 18px rgba(15,23,42,.12);background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8;display:inline-grid;place-items:center;font-weight:900;font-size:18px}.photo-edit-row{display:flex;gap:10px;align-items:center}.photo-edit-row input{flex:1}.table-person{display:flex;align-items:center;gap:10px}.table-person .avatar-img,.table-person .avatar-placeholder{width:34px;height:34px;border-radius:12px;font-size:14px}.menuBtn{font-size:19px!important;border-radius:20px!important;padding:15px 22px!important;min-height:54px!important;letter-spacing:.2px;background:linear-gradient(135deg,#111827,#2563eb 55%,#06b6d4)!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.menuBtn:before{content:'☰';font-size:22px;margin-right:7px}.menuBtn{font-size:0!important}.menuBtn::after{content:'Menü';font-size:18px;font-weight:950}.hero.compact-hero .quick-actions .btn[href*="personnel_edit"]{display:inline-flex}.person-card{align-items:flex-start}.person-card .avatar-wrap + .person-main{min-width:0}
@media(max-width:820px){.menuBtn{min-width:132px!important;min-height:58px!important;padding:16px 24px!important;border-radius:22px!important}.menuBtn:before{font-size:25px}.menuBtn::after{font-size:19px}.compact-add-card{padding:10px!important}.compact-add-card h3{font-size:15px}.avatar-wrap{flex-basis:42px}.avatar-img,.avatar-placeholder{width:40px;height:40px;border-radius:14px;font-size:16px}.person-card{gap:9px}.photo-edit-row{align-items:flex-start}.photo-edit-row input{font-size:12px;padding:9px}.table-person .avatar-img,.table-person .avatar-placeholder{width:30px;height:30px;border-radius:10px}}


/* v12: mobil uygulama hissi, tam üst mobil menü ve sade modül kartları */
.mobile-brand{display:none}.app-top{transition:all .2s ease}.module-hero{margin-bottom:12px}.module-hero h2{font-size:24px}.module-hero p{font-size:13px}.list-only-card{padding:16px}.inline-edit-card{max-width:620px;margin:12px auto}.login-modern{text-align:center;position:relative;overflow:hidden}.login-modern:before{content:'';position:absolute;inset:-120px -80px auto auto;width:220px;height:220px;border-radius:999px;background:rgba(37,99,235,.13)}.login-modern .login-mark{margin:0 auto 12px!important;display:grid!important;place-items:center!important;text-align:center!important}.login-modern h1{text-align:center}.login-modern p{text-align:center}
@media(max-width:820px){
  html,body{min-height:100%;background:linear-gradient(180deg,#0f172a 0,#1e3a8a 120px,#eef5ff 121px,#f8fafc 100%)!important}.wrap{padding:12px 10px 86px!important;max-width:100%!important}.app-top{position:sticky!important;top:0!important;left:0!important;right:0!important;width:100%!important;min-height:76px!important;padding:12px 14px!important;background:linear-gradient(135deg,#111827 0%,#1d4ed8 52%,#0ea5e9 100%)!important;border:0!important;border-radius:0 0 26px 26px!important;box-shadow:0 18px 40px rgba(15,23,42,.30)!important;justify-content:space-between!important;z-index:200!important}.mobile-brand{display:grid;width:50px;height:50px;border-radius:18px;background:rgba(255,255,255,.18);border:1px solid rgba(255,255,255,.34);color:#fff;font-weight:1000;font-size:24px;place-items:center;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.menuBtn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;width:auto!important;min-width:154px!important;height:56px!important;min-height:56px!important;padding:0 24px!important;border-radius:20px!important;background:#ffffff!important;color:#12305f!important;border:1px solid rgba(255,255,255,.72)!important;box-shadow:0 12px 28px rgba(2,6,23,.28)!important;font-size:0!important;font-weight:1000!important;letter-spacing:.2px!important}.menuBtn:before{content:'☰'!important;font-size:27px!important;line-height:1!important;margin:0!important;color:#1d4ed8!important}.menuBtn::after{content:'Menü'!important;font-size:20px!important;font-weight:1000!important;color:#12305f!important}.top nav{top:84px!important;left:10px!important;right:10px!important;grid-template-columns:1fr 1fr!important;background:rgba(255,255,255,.97)!important;backdrop-filter:blur(18px)!important;border-radius:24px!important;padding:12px!important;border:1px solid rgba(226,232,240,.9)!important;box-shadow:0 24px 60px rgba(15,23,42,.24)!important}.top nav a{font-size:13px!important;text-align:center!important;padding:13px 7px!important;border-radius:17px!important;background:#f8fafc!important}.top nav a:hover{background:#dbeafe!important}.hero,.hero.compact-hero,.module-hero{border-radius:22px!important;padding:14px!important;margin-bottom:10px!important;background:linear-gradient(135deg,#172554,#2563eb)!important;box-shadow:0 16px 34px rgba(37,99,235,.25)!important}.hero h2,.module-hero h2{font-size:19px!important;line-height:1.15!important}.hero p,.module-hero p{font-size:11.5px!important;line-height:1.35!important}.card,.list-only-card{border-radius:20px!important;padding:12px!important;box-shadow:0 12px 30px rgba(15,23,42,.10)!important}.person-card{border-radius:22px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 14px 34px rgba(15,23,42,.12)!important}.quick-actions .btn[href*="personnel_edit"]{display:inline-flex!important}.grid.two{grid-template-columns:1fr!important}.compact-add-card:not(.inline-edit-card){display:none!important}.login-body{background:radial-gradient(circle at 50% -10%,#60a5fa 0,#1d4ed8 32%,#0f172a 100%)!important}.login-shell{min-height:100svh!important;padding:22px!important;display:grid!important;place-items:center!important}.login-modern{width:min(94vw,420px)!important;border-radius:32px!important;padding:30px 22px!important;box-shadow:0 28px 80px rgba(2,6,23,.34)!important}.login-modern .login-mark{width:82px!important;height:82px!important;border-radius:28px!important;font-size:36px!important;background:linear-gradient(135deg,#1d4ed8,#0ea5e9)!important;color:#fff!important;box-shadow:0 16px 40px rgba(37,99,235,.34)!important}.login-tabs{grid-template-columns:1fr 1fr!important}.login-tabs label{border-radius:18px!important}.login-modern button{width:100%!important;min-height:52px!important;border-radius:18px!important;font-size:16px!important}.login-modern input{min-height:52px!important;border-radius:18px!important;text-align:center!important;font-size:18px!important}.person-actions{grid-template-columns:repeat(4,1fr)!important}.row-actions{grid-template-columns:repeat(3,1fr)!important}.row-actions .btn,.person-actions .btn,.person-actions .mini{font-size:10.5px!important;padding:7px 4px!important;min-height:32px!important}
}

/* v13 - tek giriş ve küçük ekle butonları */
.module-add-card{padding:12px 14px!important;margin-bottom:12px!important;border-radius:18px!important}
.module-add-card h3{font-size:15px!important;margin:0 0 8px!important}
.mini-form{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}
.mini-form input{min-height:38px!important;border-radius:12px!important}
.mini-form button{min-height:38px!important;border-radius:12px!important;padding:0 14px!important;white-space:nowrap}
.login-modern h1{text-align:center!important;font-size:28px!important;letter-spacing:-.4px}
.login-modern p{text-align:center!important}
.login-mark{margin-left:auto!important;margin-right:auto!important;display:flex!important;align-items:center!important;justify-content:center!important}
@media(max-width:768px){.mini-form{grid-template-columns:1fr}.module-add-card{padding:10px!important}.module-add-card h3{font-size:14px!important}.mini-form button{width:100%}}


/* v14 - mobil Merkez/Tim/Kurs liste ve menü düzeltmeleri */
@media(max-width:820px){
  /* Mobil üst menü: ekranı kaplayan, uygulama hissiyatlı bar */
  .app-top{
    position:sticky!important; top:0!important; z-index:999!important;
    display:flex!important; align-items:center!important; justify-content:space-between!important;
    width:100%!important; padding:12px 14px!important;
    background:linear-gradient(135deg,#111827,#4338ca 58%,#06b6d4)!important;
    border-bottom:0!important; box-shadow:0 16px 36px rgba(15,23,42,.22)!important;
    border-radius:0 0 22px 22px!important;
  }
  .mobile-brand{
    width:42px!important; height:42px!important; border-radius:16px!important;
    background:rgba(255,255,255,.18)!important; color:#fff!important;
    display:grid!important; place-items:center!important; font-weight:1000!important;
    border:1px solid rgba(255,255,255,.25)!important; box-shadow:inset 0 1px 0 rgba(255,255,255,.18)!important;
  }
  .menuBtn{
    display:inline-flex!important; align-items:center!important; justify-content:center!important; gap:8px!important;
    min-width:142px!important; min-height:48px!important; padding:13px 18px!important;
    border-radius:18px!important; color:#111827!important; background:#fff!important;
    box-shadow:0 10px 24px rgba(2,6,23,.24)!important; font-size:15px!important; font-weight:1000!important;
  }
  .menuBtn:before{content:'☰';font-size:20px;line-height:1}
  .app-top nav{
    display:none!important; position:absolute!important; left:12px!important; right:12px!important; top:72px!important;
    padding:12px!important; border-radius:22px!important;
    background:rgba(255,255,255,.98)!important; backdrop-filter:blur(18px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:9px!important;
    box-shadow:0 24px 60px rgba(15,23,42,.25)!important; border:1px solid rgba(226,232,240,.9)!important;
  }
  .menu-open .app-top nav{display:grid!important}
  .app-top nav a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;border-radius:15px!important;background:#f1f5f9!important;color:#0f172a!important;font-size:13px!important;font-weight:900!important}
  .app-top nav a:hover{background:#e0e7ff!important;color:#3730a3!important}

  /* Mobilde Merkez/Tim/Kurs ekle kartları görünür ve küçük olsun */
  .module-add-card{display:block!important;visibility:visible!important;opacity:1!important;padding:10px!important;margin:10px 0!important;border-radius:17px!important}
  .module-add-card .mini-form{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  .module-add-card input{display:block!important;min-height:40px!important;font-size:13px!important}
  .module-add-card button{display:flex!important;width:100%!important;min-height:42px!important;font-size:13px!important}

  /* Mobil tabloyu kart yap: başlık üstte, personel altta, butonlar yan yana */
  .list-only-card{padding:10px!important;border-radius:18px!important}
  .list-only-card h3{font-size:16px!important;margin:4px 0 8px!important}
  .table.responsive{border-spacing:0!important}
  .table.responsive tbody tr{display:block!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:18px!important;margin:0 0 10px!important;padding:10px!important;box-shadow:0 10px 26px rgba(15,23,42,.07)!important}
  .table.responsive td{display:block!important;background:transparent!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;width:100%!important}
  .table.responsive td:before{display:none!important;content:none!important}
  .table.responsive td[data-label="Ad"],
  .table.responsive td[data-label="Kurs"]{font-size:15px!important;line-height:1.25!important;margin-bottom:4px!important}
  .table.responsive td[data-label="Ad"] b,
  .table.responsive td[data-label="Kurs"] b{font-size:16px!important;color:#0f172a!important}
  .table.responsive td[data-label="Personel"]{font-size:12px!important;color:#64748b!important;margin:0 0 9px!important;font-weight:900!important}
  .table.responsive .row-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;width:100%!important;margin-top:7px!important}
  .table.responsive .row-actions .btn{display:flex!important;width:100%!important;min-height:34px!important;padding:7px 3px!important;border-radius:11px!important;font-size:10.5px!important;white-space:nowrap!important;box-shadow:none!important}
  .table.responsive .row-actions .btn:nth-child(1){background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important}
  .table.responsive .row-actions .btn:nth-child(2){background:#ecfeff!important;color:#0e7490!important}
  .table.responsive .row-actions .btn:nth-child(3){background:#eef2ff!important;color:#3730a3!important}
  .table.responsive .row-actions .btn:nth-child(4){background:#fee2e2!important;color:#991b1b!important}
}

/* v15 - sadece mobil görünüm hata düzeltmeleri */
@media(max-width:820px){
  /* Mobilde ekle kartları sadece kendi sayfasında görünsün */
  .module-add-card{display:none!important;visibility:hidden!important;opacity:0!important}
  .page-centers .module-add-card,
  .page-teams .module-add-card,
  .page-courses .module-add-card{
    display:block!important;visibility:visible!important;opacity:1!important;
    padding:10px!important;margin:10px 0!important;border-radius:17px!important;
  }
  .page-personnel .module-add-card,
  .page-index .module-add-card{display:none!important;visibility:hidden!important;opacity:0!important}

  /* Tim ekle sadece Timler, Kurs ekle sadece Kurslar, Merkez ekle sadece Merkezler sayfasında */
  .page-centers .module-add-card h3,
  .page-teams .module-add-card h3,
  .page-courses .module-add-card h3{font-size:15px!important;margin:0 0 7px!important}
  .page-centers .module-add-card .mini-form,
  .page-teams .module-add-card .mini-form,
  .page-courses .module-add-card .mini-form{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
  .page-centers .module-add-card input,
  .page-teams .module-add-card input,
  .page-courses .module-add-card input{display:block!important;min-height:40px!important;font-size:13px!important}
  .page-centers .module-add-card button,
  .page-teams .module-add-card button,
  .page-courses .module-add-card button{display:flex!important;width:100%!important;min-height:42px!important;font-size:13px!important}

  /* Açılır menü butonunda çift Menü yazısını kaldır */
  .app-top .menuBtn{font-size:0!important;overflow:hidden!important;white-space:nowrap!important}
  .app-top .menuBtn span{display:none!important}
  .app-top .menuBtn:before{content:'☰'!important;font-size:24px!important;margin:0 8px 0 0!important;line-height:1!important;color:#1d4ed8!important}
  .app-top .menuBtn:after{content:'Menü'!important;font-size:18px!important;font-weight:1000!important;color:#12305f!important;line-height:1!important}

  /* Mobil Merkez/Tim/Kurs kayıt kartı: isim, personel, yan yana işlem butonları */
  .page-centers .table.responsive .row-actions,
  .page-teams .table.responsive .row-actions,
  .page-courses .table.responsive .row-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important}
  .page-centers .table.responsive .row-actions .btn,
  .page-teams .table.responsive .row-actions .btn,
  .page-courses .table.responsive .row-actions .btn{min-height:34px!important;padding:7px 2px!important;font-size:10px!important;border-radius:10px!important}
}


/* v16: personel kartı sıra/ok kaldırma + tam mobil giriş ortalama */
.order-box,.order-no{display:none!important}
.login-body{min-height:100dvh!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important}
.login-shell{width:min(430px,100%)!important;margin:auto!important}
.login-card{text-align:center!important}
.login-mark{margin-left:auto!important;margin-right:auto!important}
.login-card form{text-align:left!important}
@media(max-width:600px){
  html,body{min-height:100%;}
  .login-body{min-height:100dvh!important;padding:16px!important;align-items:center!important;justify-content:center!important}
  .login-shell{width:100%!important;max-width:380px!important}
  .login-card{padding:24px 18px!important;border-radius:28px!important;box-shadow:0 24px 70px rgba(2,6,23,.35)!important}
  .login-mark{width:74px!important;height:74px!important;border-radius:24px!important;font-size:34px!important}
  .login-card h1{font-size:25px!important;text-align:center!important}
  .login-card p{font-size:13px!important;text-align:center!important;margin:8px 0 14px!important}
  .login-card input{height:50px!important;font-size:16px!important;text-align:center!important}
  .login-card button{width:100%!important;height:50px!important;font-size:15px!important}
}

/* =========================================================
   v17 - index.html örneğinden alınan estetik cam/gradient tema
   Tüm siteye uygulanır: hareketli renk geçişi, desen, glow,
   mobil uyumlu kartlar, esnek butonlar ve modern giriş ekranı.
   ========================================================= */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800;900&display=swap');

:root{
  --bg:#5f2c82;
  --panel:rgba(255,255,255,.16);
  --panel-strong:rgba(255,255,255,.88);
  --ink:#172033;
  --muted:#6f7890;
  --primary:#7c3aed;
  --primary2:#06b6d4;
  --primary3:#ff758c;
  --soft:rgba(255,255,255,.18);
  --border:rgba(255,255,255,.34);
  --green:#22c55e;
  --red:#ef4444;
  --shadow:0 22px 70px rgba(15,23,42,.22);
  --glass-blur:18px;
}

html{min-height:100%;scroll-behavior:smooth;}
body{
  min-height:100vh;
  font-family:'Poppins',Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif!important;
  color:var(--ink);
  background:linear-gradient(135deg,#5f2c82,#49a09d,#ff758c,#7c3aed,#38bdf8)!important;
  background-size:420% 420%!important;
  animation:eginaBgMove 15s ease infinite!important;
  position:relative;
  overflow-x:hidden;
}
@keyframes eginaBgMove{
  0%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
  100%{background-position:0% 50%;}
}
body:before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:radial-gradient(rgba(255,255,255,.18) 2px,transparent 2px);
  background-size:34px 34px;
  opacity:.45;
  z-index:-2;
}
body:after{
  content:"";
  position:fixed;
  width:360px;
  height:360px;
  right:-120px;
  bottom:-140px;
  border-radius:999px;
  background:rgba(255,182,193,.72);
  filter:blur(90px);
  opacity:.62;
  pointer-events:none;
  z-index:-1;
}
.wrap{
  position:relative;
  z-index:1;
  max-width:1240px;
  padding:22px;
}
.wrap:before{
  content:"";
  position:fixed;
  width:280px;
  height:280px;
  top:-95px;
  left:-75px;
  border-radius:999px;
  background:rgba(255,255,255,.70);
  filter:blur(82px);
  opacity:.50;
  pointer-events:none;
  z-index:-1;
}

/* Üst menü: cam efekt */
.top.app-top,.top{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.16)!important;
  border-bottom:1px solid rgba(255,255,255,.30)!important;
  backdrop-filter:blur(var(--glass-blur));
  -webkit-backdrop-filter:blur(var(--glass-blur));
  box-shadow:0 12px 40px rgba(15,23,42,.13);
}
.mobile-brand,.brand span{
  background:rgba(255,255,255,.18)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.36)!important;
  box-shadow:0 12px 32px rgba(0,0,0,.13);
}
nav a{
  color:rgba(255,255,255,.94)!important;
  background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.22)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
  transition:.22s ease;
}
nav a:hover{
  transform:translateY(-1px);
  background:rgba(255,255,255,.25)!important;
  color:#fff!important;
  border-color:rgba(255,255,255,.48)!important;
}
.menuBtn{
  background:rgba(255,255,255,.20)!important;
  border:1px solid rgba(255,255,255,.38)!important;
  color:#fff!important;
  box-shadow:0 14px 36px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

/* Hero ve kartlar */
.hero{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.15)!important;
  border:1px solid rgba(255,255,255,.34)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  color:#fff!important;
  box-shadow:var(--shadow)!important;
}
.hero:before{
  content:"";
  position:absolute;
  width:210px;
  height:210px;
  border-radius:999px;
  right:-60px;
  top:-95px;
  background:rgba(255,255,255,.22);
  filter:blur(8px);
}
.hero h2{color:#fff!important;text-shadow:0 5px 18px rgba(0,0,0,.22);font-weight:800!important;}
.hero p{color:rgba(255,255,255,.88)!important;}
.card,.person-card,.login-card{
  background:rgba(255,255,255,.82)!important;
  border:1px solid rgba(255,255,255,.46)!important;
  box-shadow:var(--shadow)!important;
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}
.card,.person-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}
.card:hover,.person-card:hover{transform:translateY(-2px);box-shadow:0 26px 76px rgba(15,23,42,.25)!important;border-color:rgba(255,255,255,.70)!important;}
.panel-card{overflow:hidden;position:relative;}
.panel-card:after{
  content:"";
  position:absolute;
  width:120px;
  height:120px;
  border-radius:999px;
  right:-48px;
  bottom:-58px;
  background:linear-gradient(135deg,rgba(124,58,237,.20),rgba(255,117,140,.22));
}
.stat{
  color:#7c3aed!important;
  text-shadow:0 8px 28px rgba(124,58,237,.16);
}

/* Formlar ve butonlar */
input,select,textarea{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 9px 24px rgba(15,23,42,.06);
}
input:focus,select:focus,textarea:focus{
  border-color:rgba(255,255,255,.95)!important;
  box-shadow:0 0 0 4px rgba(255,255,255,.25),0 12px 28px rgba(124,58,237,.18)!important;
}
button,.btn{
  background:linear-gradient(135deg,#7c3aed,#06b6d4,#ff758c)!important;
  background-size:220% 220%!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.25)!important;
  box-shadow:0 13px 32px rgba(124,58,237,.26)!important;
  transition:transform .20s ease,box-shadow .20s ease,background-position .45s ease;
}
button:hover,.btn:hover{transform:translateY(-1px);background-position:100% 50%!important;box-shadow:0 18px 42px rgba(124,58,237,.34)!important;}
.btn.gray,.btn.alt,.mini,.badge{
  background:rgba(255,255,255,.70)!important;
  color:#553091!important;
  border:1px solid rgba(255,255,255,.66)!important;
  box-shadow:0 9px 22px rgba(15,23,42,.07)!important;
}
.btn.red,.red{background:rgba(254,226,226,.88)!important;color:#991b1b!important;border-color:rgba(252,165,165,.7)!important;}
.tags span,.leave-row b,.table td{background:rgba(255,255,255,.70)!important;border-color:rgba(255,255,255,.70)!important;}
.table th{color:rgba(255,255,255,.82)!important;text-shadow:0 2px 8px rgba(0,0,0,.15);}

/* Giriş ekranı örnek index.html görünümüne yaklaştırıldı */
.login-body{
  min-height:100dvh!important;
  background:linear-gradient(135deg,#5f2c82,#49a09d,#ff758c)!important;
  background-size:400% 400%!important;
  animation:eginaBgMove 12s ease infinite!important;
  position:relative;
  overflow:hidden;
}
.login-body:before{
  content:"";
  position:fixed;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.18) 2px,transparent 2px);
  background-size:35px 35px;
  opacity:.5;
}
.login-shell{position:relative;z-index:2;}
.login-card{
  background:rgba(255,255,255,.15)!important;
  color:#fff!important;
  border-radius:32px!important;
  border:1px solid rgba(255,255,255,.30)!important;
  box-shadow:0 20px 60px rgba(0,0,0,.25)!important;
}
.login-card h1{color:#fff!important;text-shadow:0 4px 15px rgba(0,0,0,.25);font-weight:800!important;}
.login-card p,.login-card label,.login-foot,.login-hint{color:rgba(255,255,255,.86)!important;}
.login-mark{
  background:rgba(255,255,255,.18)!important;
  border:2px solid rgba(255,255,255,.35)!important;
  color:#fff!important;
  animation:eginaFloat 3s ease-in-out infinite;
}
@keyframes eginaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.login-card input{background:rgba(255,255,255,.88)!important;color:#172033!important;}

@media(max-width:820px){
  .top.app-top,.top{background:rgba(255,255,255,.18)!important;}
  .top nav{
    background:rgba(255,255,255,.22)!important;
    border:1px solid rgba(255,255,255,.34)!important;
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
  }
  .app-top .menuBtn:before,.app-top .menuBtn:after{color:#fff!important;}
  .wrap{padding:12px!important;}
  .hero{border-radius:24px!important;padding:18px!important;}
  .hero h2{font-size:clamp(21px,6vw,30px)!important;}
  .hero p{font-size:13px!important;line-height:1.65!important;}
  .card{border-radius:22px!important;padding:14px!important;}
  .person-card{border-radius:22px!important;}
  .quick-actions .btn,.toolbar button,.toolbar .btn{width:100%!important;}
  .panel-card{min-height:92px!important;}
  .stat{font-size:30px!important;}
  .table td:before{color:#6b4a9d!important;}
}
@media(max-width:600px){
  body:after{width:260px;height:260px;right:-110px;bottom:-100px;}
  .wrap:before{width:220px;height:220px;top:-90px;left:-90px;}
  .login-shell{max-width:390px!important;}
  .login-card{padding:30px 20px!important;border-radius:28px!important;}
  .login-mark{width:82px!important;height:82px!important;font-size:34px!important;border-radius:50%!important;}
  .person-actions,.row-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .person-actions .mini,.person-actions .btn,.row-actions .btn{font-size:11px!important;min-height:36px!important;}
}
.notice-list{display:grid;gap:8px}
.notice-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:stretch}
.notice-item{display:block;padding:10px 12px;border-radius:12px;text-decoration:none;border:1px solid rgba(0,0,0,.08);background:#fff;color:#202124}
.notice-row form{margin:0;display:flex}.notice-dismiss{min-width:86px;box-shadow:none}
.notice-danger{border-color:#e8b4b4;background:#fff2f2}
.notice-warn{border-color:#ead190;background:#fff8df}
.notice-info{border-color:#a7c9ee;background:#f1f7ff}
.notice-ok{border-color:#aad7b6;background:#f1fff4}
.advanced-filter{align-items:end}
.advanced-filter input[type=date]{min-width:150px}
.archived-card{opacity:.72;background:repeating-linear-gradient(135deg,rgba(0,0,0,.02),rgba(0,0,0,.02) 8px,rgba(255,255,255,.2) 8px,rgba(255,255,255,.2) 16px)}
.alert.ok{border-color:#aad7b6;background:#f1fff4;color:#155724}
.form-head{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;margin-bottom:10px}
.form-head h2{margin:0 0 4px}
.data-entry-card .inner-card{box-shadow:none;background:rgba(248,250,252,.92);border-style:dashed}
.quick-inline{margin-top:7px;padding:10px 11px;border-radius:12px}
.quick-course-row{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:8px;margin-bottom:10px}
.form-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
button.gray{background:#eef2ff;color:#1e3a8a;box-shadow:none}
.alert ul{margin:8px 0 0;padding-left:18px}
.person-actions{grid-template-columns:repeat(6,minmax(0,1fr))!important}
@media(max-width:820px){.form-head{display:block}.quick-course-row{grid-template-columns:1fr}.form-actions{display:grid;grid-template-columns:1fr}.notice-row{grid-template-columns:1fr}.notice-dismiss{width:100%}}
@media(max-width:600px){.person-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
/* Ortak web/APK yetki ekranı */
.menu-role{display:inline-flex;align-items:center;padding:8px 11px;border-radius:999px;background:#f3e8fa;color:#5f2c82;font-size:12px;font-weight:700}
.inline-form{display:inline-flex;gap:6px;align-items:center;flex-wrap:wrap;margin-top:6px}
.leader-edit-form{min-width:min(560px,82vw);padding:12px;margin-top:8px;border:1px solid #e7daee;border-radius:12px;background:#faf7fc}
details>summary.btn{cursor:pointer;list-style:none;display:inline-flex}
.people-grid .person-card{gap:10px;padding:11px 12px;margin-bottom:7px}
.people-grid .person-card h3{cursor:pointer;margin:0;padding:4px 28px 4px 0;position:relative;line-height:1.25}
.people-grid .person-card h3::after{content:'⌄';position:absolute;right:3px;top:1px;color:#5f2c82;font-size:20px;transition:transform .18s ease}
.people-grid .person-card.card-open h3::after{transform:rotate(180deg)}
.people-grid .person-card:not(.card-open) .tags,
.people-grid .person-card:not(.card-open) .leave-row,
.people-grid .person-card:not(.card-open) .course-line,
.people-grid .person-card:not(.card-open) .person-actions{display:none}
.people-grid .person-card:not(.card-open) .person-main>p{margin-bottom:0}
.sync-notice{position:fixed;right:16px;bottom:16px;z-index:9999;display:flex;align-items:center;gap:10px;background:#281535;color:#fff;padding:12px 14px;border-radius:14px;box-shadow:0 12px 35px rgba(0,0,0,.28)}
.sync-notice[hidden]{display:none}.sync-notice button{margin:0;padding:8px 11px;background:#fff;color:#5f2c82}
#personCourses{scroll-margin-top:105px}.personnel-course-picker>.small{margin:0 0 8px}

/* Personel Takip Pro - ortak personel/tim verisini kullanan çizelge modülü */
.top nav .pro-menu-link{background:linear-gradient(135deg,#5f2c82,#9b51b4)!important;color:#fff!important;box-shadow:0 8px 22px rgba(95,44,130,.22)}
.pro-hero{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:14px;padding:26px;border-radius:28px;background:linear-gradient(135deg,#251231 0%,#5f2c82 55%,#b06ab3 100%);color:#fff;box-shadow:0 20px 55px rgba(55,25,72,.25)}
.pro-hero:after{content:"";position:absolute;width:240px;height:240px;right:-80px;top:-120px;border-radius:50%;background:rgba(255,255,255,.12)}
.pro-hero>*{position:relative;z-index:1}.pro-hero h1{margin:4px 0 7px;font-size:clamp(25px,4vw,38px)}.pro-hero p{margin:0;max-width:760px;color:#f1ddf7;line-height:1.55}.pro-kicker{font-size:11px;letter-spacing:.16em;font-weight:900;color:#efdafa}
.pro-tabs{display:flex;gap:8px;overflow-x:auto;padding:5px 2px 12px;margin-bottom:6px;scrollbar-width:thin}.pro-tabs a{white-space:nowrap;padding:11px 14px;border:1px solid #e7daee;border-radius:14px;background:rgba(255,255,255,.84);color:#5f2c82;font-size:13px;font-weight:900}.pro-tabs a.active{background:#5f2c82;color:#fff;border-color:#5f2c82;box-shadow:0 9px 24px rgba(95,44,130,.22)}
.notice{padding:12px 14px;border-radius:14px;margin:0 0 14px;border:1px solid transparent;font-weight:800}.notice.success{background:#ecfdf3;border-color:#a7e3bc;color:#166534}.notice.danger{background:#fff1f2;border-color:#fecdd3;color:#9f1239}
.pro-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:15px}.pro-metric{display:flex;min-height:145px;flex-direction:column;padding:18px;border-radius:22px;background:rgba(255,255,255,.94);border:1px solid #e7daee;box-shadow:0 14px 38px rgba(60,33,75,.1)}.pro-metric span{font-size:13px;color:#765288;font-weight:800}.pro-metric strong{font-size:34px;color:#5f2c82;margin:auto 0 3px}.pro-metric small{color:#7c6b85}
.pro-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pro-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.pro-section-head h2,.pro-grid-2 h2{margin:0 0 4px}.pro-section-head p{margin:0}
.pro-status-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:9px;margin:12px 0}.pro-status-summary>div{display:grid;grid-template-columns:42px 1fr auto;gap:9px;align-items:center;padding:10px;border:1px solid color-mix(in srgb,var(--status-color) 55%,#d6c7de);border-radius:15px;background:color-mix(in srgb,var(--status-color) 45%,#fff)}.pro-status-summary b{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--status-color);color:#3c2547}.pro-status-summary span{font-size:13px;font-weight:800}.pro-status-summary strong{color:#5f2c82}.pro-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.pro-quick-grid a{padding:15px;border-radius:15px;background:#f7f0fa;color:#5f2c82;border:1px solid #e7d8ee;font-weight:900}.empty-state{padding:20px;text-align:center;color:#7f7087;background:#faf7fc;border:1px dashed #d8c7e1;border-radius:16px}
.pro-toolbar-actions,.row-actions{display:flex;gap:8px;flex-wrap:wrap}.pro-toolbar-actions form{margin:0}.pro-toolbar-actions button{padding:9px 11px}.table-scroll{max-width:100%;overflow:auto}.pro-status-table tr{box-shadow:inset 5px 0 var(--row-status)}.pro-status-table td:first-child{width:44px}.pro-status-table td:nth-child(2){min-width:240px}.pro-status-table td:nth-child(2) small{display:block;margin-top:3px;color:#81718a}.pro-status-table select{min-width:180px}.pro-day-form .form-actions{justify-content:flex-end}.pro-bulk-form,.pro-request-form{margin-top:15px;padding-top:12px;border-top:1px solid #eadff0}.form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.form-grid label{margin-top:0}
.pro-month-card{padding:10px}.pro-month-table{border-collapse:separate;border-spacing:0;min-width:max-content;font-size:12px}.pro-month-table th,.pro-month-table td{width:38px;min-width:38px;height:38px;padding:4px;text-align:center;border-right:1px solid #eadff0;border-bottom:1px solid #eadff0}.pro-month-table thead th{position:sticky;top:0;z-index:4;background:#f7f0fa;color:#5f2c82}.pro-month-table th small{display:block;font-size:9px;color:#897292}.pro-month-table .pro-sticky-name{position:sticky;left:0;z-index:3;width:230px;min-width:230px;text-align:left;padding:7px 10px;background:#fff}.pro-month-table thead .pro-sticky-name{z-index:5;background:#f7f0fa}.pro-month-table tbody tr:nth-child(even) .pro-sticky-name{background:#fcf9fd}.pro-month-table .day-off{background-color:#fff0f1!important;color:#9f1239}.pro-legend{display:flex;gap:7px;flex-wrap:wrap;padding:12px 5px 4px}.pro-legend span{padding:7px 9px;border-radius:999px;background:color-mix(in srgb,var(--legend) 52%,#fff);border:1px solid color-mix(in srgb,var(--legend) 70%,#c9b9d1);font-size:11px}.pro-code{display:inline-flex;min-width:34px;justify-content:center;padding:6px 8px;border-radius:10px;font-weight:900;color:#382442}
.pro-request-list{display:grid;gap:10px}.pro-request{display:grid;grid-template-columns:1fr minmax(260px,.7fr);gap:15px;padding:15px;border:1px solid #e7daee;border-left:5px solid #d8c7e1;border-radius:17px;background:#fcfafd}.pro-request.state-pending{border-left-color:#f59e0b}.pro-request.state-approved{border-left-color:#22c55e}.pro-request.state-rejected{border-left-color:#ef4444}.pro-request h3{margin:7px 0 3px}.pro-request p,.pro-request small{margin:0;color:#71627a}.pro-review-form{display:grid;grid-template-columns:1fr 1fr;gap:7px;align-content:center}.pro-review-form input{grid-column:1/-1}.pro-review-meta{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;color:#75627e}.pro-person-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.pro-person-head h2{margin:4px 0}.pro-setting-list{display:grid;gap:8px;margin-top:12px}.pro-setting-list form{display:grid;grid-template-columns:70px 1fr 62px 70px auto auto;gap:7px;align-items:center;padding:8px;border:1px solid #eadff0;border-radius:14px}.pro-setting-list form:has(>span){grid-template-columns:1fr auto}
@media(max-width:980px){.pro-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-grid-2{grid-template-columns:1fr}.pro-request{grid-template-columns:1fr}.pro-review-meta{align-items:flex-start}}
@media(max-width:620px){.pro-hero{display:block;padding:20px;border-radius:22px}.pro-hero .btn{margin-top:14px}.pro-metrics{grid-template-columns:1fr 1fr;gap:8px}.pro-metric{min-height:116px;padding:13px}.pro-metric strong{font-size:27px}.pro-grid-2{display:block}.pro-quick-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.pro-section-head,.pro-person-head{display:block}.pro-section-head .row-actions,.pro-person-head .row-actions{margin-top:10px}.pro-status-summary{grid-template-columns:1fr}.pro-setting-list form{grid-template-columns:1fr 1fr}.pro-setting-list form input:nth-of-type(2){grid-column:1/-1}.pro-month-table .pro-sticky-name{width:170px;min-width:170px}.pro-review-form{grid-template-columns:1fr}.pro-review-form input{grid-column:auto}}
@media print{.pro-hero{background:#fff!important;color:#111!important;box-shadow:none;border:1px solid #ccc}.pro-hero p,.pro-kicker{color:#333!important}.pro-tabs,.no-print,.top{display:none!important}.wrap{max-width:none;padding:0}.card{box-shadow:none;border:1px solid #ccc;break-inside:avoid}.pro-month-table{font-size:9px}.pro-month-table th,.pro-month-table td{min-width:24px;width:24px;height:24px}.pro-month-table .pro-sticky-name{position:static;width:160px;min-width:160px}.pro-month-table thead th{position:static}}

/* Pro v1.7.2 - sade, ferah ve APK uyumlu çizelge arayüzü */
.page-pro{
  background:#f5f3f7!important;
  background-size:auto!important;
  animation:none!important;
}
.page-pro:before,.page-pro:after,.page-pro .wrap:before{display:none!important}
.page-pro .top{background:linear-gradient(110deg,#2f183c,#5f2c82 58%,#74408d)!important;border:0!important;box-shadow:0 8px 24px rgba(39,20,49,.18)!important}
.page-pro .wrap{max-width:1320px;padding-top:18px}
.pro-content{display:grid;gap:16px}
.pro-content>.card,.pro-content>.pro-grid-2,.pro-content>.pro-metrics,.pro-content>.pro-status-summary{margin-bottom:0}
.page-pro .card{
  margin-bottom:0;
  padding:20px;
  border:1px solid #e7e1ea!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(48,30,57,.055)!important;
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
.page-pro .card:hover{transform:none!important;box-shadow:0 7px 22px rgba(48,30,57,.055)!important;border-color:#e7e1ea!important}
.pro-hero{
  min-height:104px;
  padding:18px 22px;
  border-radius:20px;
  background:linear-gradient(115deg,#321840,#5f2c82 60%,#84509b);
  box-shadow:0 12px 30px rgba(54,26,68,.18)
}
.pro-hero:after{width:180px;height:180px;right:-64px;top:-98px;opacity:.7}
.pro-hero h1{margin:3px 0 5px;font-size:clamp(23px,3vw,31px);line-height:1.12}
.pro-hero p{font-size:13px;line-height:1.4;color:#f0e6f4}
.pro-return{padding:9px 12px!important;font-size:12px!important;box-shadow:none!important}
.pro-tabs{
  display:flex;
  gap:4px;
  padding:6px;
  margin:0 0 16px;
  border:1px solid #e4dce8;
  border-radius:16px;
  background:rgba(255,255,255,.94);
  box-shadow:0 5px 18px rgba(48,30,57,.05);
  scrollbar-width:none
}
.pro-tabs::-webkit-scrollbar{display:none}
.pro-tabs a{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:10px 13px;
  border:0!important;
  border-radius:11px;
  background:transparent!important;
  color:#65536d!important;
  box-shadow:none!important;
  font-size:12.5px;
  letter-spacing:0;
  transition:background .16s ease,color .16s ease
}
.pro-tabs a span{display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:#f1ecf3;color:#684076;font-size:12px}
.pro-tabs a:hover{transform:none;background:#f5f1f7!important;color:#452252!important;border:0!important}
.pro-tabs a.active{background:#5f2c82!important;color:#fff!important;box-shadow:0 5px 14px rgba(95,44,130,.18)!important}
.pro-tabs a.active span{background:rgba(255,255,255,.17);color:#fff}
.pro-section-head{align-items:center;margin-bottom:13px;padding-bottom:12px;border-bottom:1px solid #eee8f0}
.pro-section-head h2,.pro-grid-2 h2,.page-pro .card>h2{font-size:18px;color:#35233e}
.pro-section-head .small{line-height:1.45}
.pro-metrics{gap:10px}
.pro-metric{
  position:relative;
  min-height:126px;
  padding:16px;
  overflow:hidden;
  border:1px solid #e7e1ea;
  border-radius:18px;
  background:#fff;
  box-shadow:0 6px 18px rgba(48,30,57,.05)
}
.pro-metric:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#79508a}
.pro-metric:hover{transform:translateY(-1px);border-color:#d7c8dd}
.pro-metric strong{font-size:31px;margin:auto 0 2px;color:#513061}
.pro-status-summary{gap:8px}
.pro-status-summary>div{padding:9px;border-radius:13px;box-shadow:none}
.pro-status-summary b{width:36px;height:36px;border-radius:10px}
.pro-quick-grid a{padding:13px;border-radius:12px;background:#f8f5f9;border-color:#e8e0eb}
.pro-quick-grid a:hover{background:#f1eaf4}
.page-pro .toolbar{gap:8px}
.page-pro .toolbar input,.page-pro .toolbar select{min-height:42px;padding:9px 11px;border:1px solid #ded6e2!important;background:#fbfafc!important;box-shadow:none!important}
.page-pro .toolbar button{min-height:42px;padding:9px 15px!important}
.pro-action-drawer{margin-top:12px;border-top:1px solid #eee8f0;padding-top:10px}
.pro-action-drawer>summary{display:inline-flex;align-items:center;gap:7px;cursor:pointer;list-style:none;color:#5f2c82;font-size:12px;font-weight:900}
.pro-action-drawer>summary::-webkit-details-marker{display:none}
.pro-action-drawer>summary:before{content:"+";display:grid;place-items:center;width:22px;height:22px;border:1px solid #d8c9df;border-radius:8px;background:#f8f4fa;font-size:15px}
.pro-action-drawer[open]>summary:before{content:"−"}
.pro-toolbar-actions{margin-top:9px;padding:10px;border:1px solid #ece5ef;border-radius:12px;background:#faf8fb}
.pro-toolbar-actions button{box-shadow:none!important}
.pro-table-caption{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px 8px}
.pro-table-caption>div{display:flex;align-items:baseline;gap:9px}
.pro-table-caption span{font-size:9px;letter-spacing:.12em;font-weight:900;color:#8a7891}
.pro-table-caption strong{font-size:17px;color:#40294a}
.pro-table-caption small{padding:5px 9px;border-radius:999px;background:#f3edf5;color:#684076;font-weight:800}
.page-pro .pro-day-form{padding:0!important;overflow:hidden}
.pro-day-form .table-scroll{padding:0 14px}
.pro-day-form .form-actions{padding:0 20px 18px;margin-top:7px}
.page-pro .table th{color:#77677e!important;text-shadow:none!important}
.page-pro .table td{border-color:#e8e2eb!important;background:#fff!important}
.page-pro .pro-status-table{border-spacing:0 7px}
.page-pro .pro-status-table tr{box-shadow:inset 4px 0 var(--row-status)}
.page-pro .pro-status-table input,.page-pro .pro-status-table select{min-height:40px;padding:8px 10px;border:1px solid #ded6e2!important;border-radius:11px;background:#fbfafc!important;box-shadow:none!important}
.page-pro .pro-status-table td:nth-child(2) a{color:#442653}
.pro-month-card{padding:8px!important;overflow:hidden}
.pro-month-card .table-scroll{border:1px solid #e8e1eb;border-radius:13px}
.pro-month-table th,.pro-month-table td{border-color:#ece6ee}
.pro-month-table thead th{background:#f4eff6;color:#513160}
.pro-month-table .pro-sticky-name{box-shadow:3px 0 7px rgba(49,28,58,.045)}
.pro-legend{padding:12px 5px 5px}
.pro-request-list{gap:8px}
.pro-request{padding:14px;border-radius:14px;background:#fff;box-shadow:none}
.pro-request h3{font-size:16px}
.pro-review-form input{min-height:40px;padding:8px 10px}
.pro-setting-list form{border-radius:12px;background:#fbfafc}

/* APK WebView'da yerel üst çubuk bulunduğu için web üst menüsü tekrarlanmaz. */
.apk-webview .top{display:flex!important}
.apk-webview .menu-logout{display:none!important}
.apk-webview .wrap{max-width:none!important;padding:8px 10px 18px!important}
.apk-webview .pro-hero{min-height:0;margin-bottom:8px;padding:12px 14px;border-radius:14px;box-shadow:none}
.apk-webview .pro-hero h1{margin:2px 0;font-size:18px}
.apk-webview .pro-hero p,.apk-webview .pro-return,.apk-webview .pro-hero:after{display:none!important}
.apk-webview .pro-kicker{font-size:9px}
.apk-webview .pro-tabs{position:sticky;top:0;z-index:45;margin-bottom:12px;border-radius:12px;box-shadow:0 6px 18px rgba(48,30,57,.11)}
.apk-webview .pro-content{gap:12px}

@media(max-width:820px){
  .page-pro .wrap{padding:10px 10px 22px!important}
  .page-pro .card{padding:14px!important;border-radius:15px!important}
  .pro-content{gap:11px}
  .pro-hero{min-height:0;padding:15px 16px;border-radius:16px;margin-bottom:9px}
  .pro-hero h1{font-size:21px}
  .pro-hero p{font-size:12px}
  .pro-tabs{gap:3px;margin-bottom:11px;padding:5px;border-radius:13px}
  .pro-tabs a{padding:8px 10px;border-radius:9px;font-size:11.5px}
  .pro-tabs a span{width:18px;height:18px}
  .pro-metrics{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:0}
  .pro-metric{min-height:105px;padding:12px;border-radius:14px;box-shadow:none}
  .pro-metric strong{font-size:25px}
  .pro-metric small{font-size:10.5px}
  .pro-grid-2{gap:11px}
  .pro-section-head{display:flex;align-items:flex-start;margin-bottom:10px;padding-bottom:10px}
  .pro-section-head h2,.pro-grid-2 h2,.page-pro .card>h2{font-size:16px}
  .pro-section-head .small{font-size:11px}
  .page-pro .toolbar{display:grid;grid-template-columns:1fr;gap:7px}
  .page-pro .toolbar button{width:100%!important}
  .pro-toolbar-actions{display:grid;grid-template-columns:1fr;padding:8px}
  .pro-toolbar-actions button{width:100%!important}
  .page-pro .pro-day-form{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important;overflow:visible}
  .pro-table-caption{padding:10px 4px 8px}
  .pro-table-caption strong{font-size:16px}
  .pro-day-form .table-scroll{padding:0;overflow:visible}
  .page-pro .pro-status-table{border-spacing:0}
  .page-pro .pro-status-table tr{
    position:relative;
    display:block;
    margin:0 0 9px;
    padding:11px 12px;
    border:1px solid #e5dde8;
    border-left:5px solid var(--row-status);
    border-radius:14px;
    background:#fff;
    box-shadow:none
  }
  .page-pro .pro-status-table td{
    display:block;
    width:100%;
    margin:0!important;
    padding:6px 0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important
  }
  .page-pro .pro-status-table td:first-child{position:absolute;right:12px;top:11px;width:auto;padding:0!important}
  .page-pro .pro-status-table td:first-child:before,.page-pro .pro-status-table td:nth-child(2):before{display:none!important}
  .page-pro .pro-status-table td:nth-child(2){min-width:0;padding-right:42px!important;border-bottom:1px solid #eee8f0!important;margin-bottom:3px!important}
  .page-pro .pro-status-table td:nth-child(2) small{margin-top:2px}
  .page-pro .pro-status-table td:before{margin-bottom:3px;color:#806d88!important;font-size:9px;letter-spacing:.08em}
  .page-pro .pro-status-table select{min-width:0}
  .page-pro .pro-status-table input:not([type=checkbox]),.page-pro .pro-status-table select{min-height:39px;background:#f9f7fa!important}
  .page-pro .pro-status-table input[type=checkbox]{width:20px;height:20px;box-shadow:none!important}
  .pro-day-form .form-actions{padding:1px 0 4px;margin:0}
  .pro-day-form .form-actions button{width:100%!important;min-height:46px}
  .pro-status-summary{grid-template-columns:1fr}
  .pro-request{grid-template-columns:1fr;padding:12px;border-radius:13px}
  .pro-review-form{grid-template-columns:1fr}
  .pro-review-form button{width:100%!important}
  .pro-month-card{padding:6px!important}
  .pro-month-table .pro-sticky-name{width:156px;min-width:156px}
  .pro-person-head{display:grid;gap:9px}
}

@media(max-width:430px){
  .pro-metrics{grid-template-columns:1fr 1fr}
  .pro-tabs a{gap:5px;padding:8px 9px}
  .pro-tabs a span{display:none}
  .pro-section-head{display:block}
  .pro-section-head .row-actions{margin-top:9px}
}

/* v1.8.0 - ayrıntılı tim lideri Pro yetkileri */
.leader-permission-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}
.leader-permission-grid .checkline{margin:0;min-height:48px;font-size:12px}
.leader-permission-edit{display:block;min-width:min(760px,84vw)}
.leader-permission-edit>select,.leader-permission-edit>input{margin-bottom:8px}
.top nav .pro-plus-menu-link,.pro-plus-launch{background:linear-gradient(135deg,#0f766e,#0891b2)!important;color:#fff!important;box-shadow:0 8px 22px rgba(8,145,178,.22)!important}
@media(max-width:700px){.leader-permission-grid{grid-template-columns:1fr}.leader-permission-edit{min-width:min(82vw,520px)}}

/* v1.8.2 - tek Personel Takip Pro girişi ve renk kodlu ana menü */
.top nav .menu-panel{background:linear-gradient(135deg,#4f46e5,#2563eb)!important;color:#fff!important}
.top nav .menu-personnel{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important}
.top nav .menu-centers{background:linear-gradient(135deg,#0369a1,#0ea5e9)!important;color:#fff!important}
.top nav .menu-teams{background:linear-gradient(135deg,#15803d,#22c55e)!important;color:#fff!important}
.top nav .menu-courses{background:linear-gradient(135deg,#c2410c,#f97316)!important;color:#fff!important}
.top nav .menu-reports{background:linear-gradient(135deg,#be185d,#ec4899)!important;color:#fff!important}
.top nav .menu-tools{background:linear-gradient(135deg,#b45309,#f59e0b)!important;color:#fff!important}
.top nav .menu-bulk{background:linear-gradient(135deg,#0e7490,#06b6d4)!important;color:#fff!important}
.top nav .menu-import{background:linear-gradient(135deg,#4338ca,#6366f1)!important;color:#fff!important}
.top nav .menu-export{background:linear-gradient(135deg,#0f766e,#14b8a6)!important;color:#fff!important}
.top nav .menu-backup{background:linear-gradient(135deg,#334155,#64748b)!important;color:#fff!important}
.top nav .menu-audit{background:linear-gradient(135deg,#6d28d9,#8b5cf6)!important;color:#fff!important}
.top nav .menu-security{background:linear-gradient(135deg,#9a3412,#ea580c)!important;color:#fff!important}
.top nav .menu-settings{background:linear-gradient(135deg,#7e22ce,#a855f7)!important;color:#fff!important}
.top nav .menu-logout{background:linear-gradient(135deg,#b91c1c,#ef4444)!important;color:#fff!important}
.top nav a[class^="menu-"],.top nav .pro-plus-menu-link{border:1px solid rgba(255,255,255,.28)!important;box-shadow:0 7px 16px rgba(15,23,42,.14)!important}
.top nav a[class^="menu-"]:hover,.top nav .pro-plus-menu-link:hover{filter:brightness(1.08);transform:translateY(-1px)}
.quick-actions .quick-personnel{background:linear-gradient(135deg,#7c3aed,#a855f7)!important;color:#fff!important}
.quick-actions .quick-import{background:linear-gradient(135deg,#d97706,#f59e0b)!important;color:#fff!important;box-shadow:0 8px 22px rgba(217,119,6,.22)!important}

/* v1.9.0 - sade Ayarlar merkezi */
.settings-hub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin:16px 0 28px}
.settings-hub-card{display:flex;min-height:126px;flex-direction:column;justify-content:center;gap:9px;padding:20px;border:1px solid color-mix(in srgb,var(--hub-color,#5f2c82) 24%,#dfe4ee);border-radius:20px;background:linear-gradient(145deg,#fff,color-mix(in srgb,var(--hub-color,#5f2c82) 9%,#fff));box-shadow:0 10px 28px rgba(15,23,42,.07);color:#172033;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.settings-hub-card:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(15,23,42,.12)}
.settings-hub-card b{font-size:19px;color:var(--hub-color,#5f2c82)}
.settings-hub-card span{font-size:13px;line-height:1.5;color:#64748b}
.hub-transfer{--hub-color:#d97706}.hub-bulk{--hub-color:#0891b2}.hub-import{--hub-color:#2563eb}.hub-export{--hub-color:#7c3aed}.hub-backup{--hub-color:#059669}.hub-audit{--hub-color:#475569}.hub-security{--hub-color:#dc2626}.hub-authority{--hub-color:#7e22ce}.hub-profile{--hub-color:#0f766e}
.profile-settings-card{max-width:900px;margin-inline:auto}
@media(max-width:700px){.settings-hub-grid{grid-template-columns:1fr;gap:10px}.settings-hub-card{min-height:104px;padding:17px}}
