:root{--bg:#f4f7fb;--card:#fff;--text:#172033;--muted:#6b7280;--primary:#2457e6;--danger:#dc2626;--border:#e5e7eb}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}.auth{min-height:100vh;display:grid;place-items:center;padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:18px;box-shadow:0 18px 50px rgba(23,32,51,.08)}.login-card{width:min(430px,100%);padding:32px}.brand{font-size:25px;font-weight:800;margin-bottom:8px}.muted{color:var(--muted)}label{display:block;font-weight:650;margin:18px 0 7px}.input{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:11px;font-size:15px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:11px;padding:13px 18px;font-weight:750;cursor:pointer}.btn-primary{background:var(--primary);color:#fff;width:100%;margin-top:20px}.alert{padding:12px 14px;border-radius:10px;margin:16px 0}.alert-danger{background:#fee2e2;color:#991b1b}.shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{background:#111827;color:#fff;padding:24px}.sidebar a{display:block;padding:11px 12px;border-radius:9px;margin:5px 0;color:#d1d5db}.sidebar a:hover{background:#1f2937;color:#fff}.main{padding:28px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.stat{padding:22px}.stat b{font-size:28px;display:block;margin-top:8px}@media(max-width:900px){.shell{grid-template-columns:1fr}.sidebar{display:none}.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid{grid-template-columns:1fr}.main{padding:18px}}
.btn.auto{width:auto;margin-top:0}.btn-sm{padding:8px 10px;font-size:12px}.btn.danger{background:#fee2e2;color:#991b1b}.alert-success{background:#dcfce7;color:#166534}.toolbar{display:flex;gap:10px;margin-bottom:16px}.toolbar .input{max-width:420px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:14px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}th{font-size:12px;text-transform:uppercase;color:var(--muted)}.person{display:flex;align-items:center;gap:11px}.person img{width:42px;height:42px;border-radius:50%;object-fit:cover}.person small{display:block;color:var(--muted);margin-top:3px}.actions{display:flex;gap:7px;align-items:center}.actions form{margin:0}.badge{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:700}.badge.ok{background:#dcfce7;color:#166534}.badge.off{background:#e5e7eb;color:#4b5563}.form-card{padding:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.checks{display:flex;gap:22px;margin:20px 0}.checks label{margin:0}.qr-layout{display:grid;grid-template-columns:360px 1fr;gap:20px;align-items:start}.qr-card{padding:28px;text-align:center}.qr-card canvas{max-width:100%;height:auto}.qr-card a{display:block;word-break:break-all;color:var(--primary)}.center{text-align:center}.otp{font-size:56px;letter-spacing:12px;font-weight:900;padding:25px 0}.otp-input{text-align:center;font-size:30px;letter-spacing:10px;font-weight:800}.narrow{max-width:1100px;margin:auto}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.status-card{padding:24px;margin-top:20px}.status-card span{display:block;color:var(--muted);margin-bottom:6px}.status-card b{font-size:18px}@media(max-width:900px){.qr-layout,.form-grid,.grid.two,.grid.three{grid-template-columns:1fr}.toolbar{flex-direction:column}.toolbar .input{max-width:none}.topbar{align-items:flex-start;gap:12px;flex-wrap:wrap}.actions{flex-wrap:wrap}}

/* Kiosk ana QR ekranı */
.kiosk-body{min-height:100vh;background:radial-gradient(circle at top left,#e9f0ff 0,#f7f9fd 42%,#eef2f8 100%);overflow-x:hidden}.kiosk-shell{min-height:100vh;max-width:1440px;margin:0 auto;padding:28px 34px;display:flex;flex-direction:column}.kiosk-header{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.kiosk-header>div:first-child{display:flex;align-items:center;gap:16px}.kiosk-logo{width:62px;height:62px;border-radius:18px;background:linear-gradient(145deg,#2457e6,#163ba7);color:#fff;display:grid;place-items:center;font-weight:900;font-size:21px;box-shadow:0 14px 30px rgba(36,87,230,.28)}.kiosk-header h1{font-size:30px;margin:0 0 4px}.kiosk-header p{margin:0;color:var(--muted);font-size:16px}.kiosk-clock{font-variant-numeric:tabular-nums;font-size:32px;font-weight:850;background:#fff;border:1px solid var(--border);border-radius:16px;padding:13px 20px;box-shadow:0 12px 30px rgba(23,32,51,.06)}.kiosk-content{display:grid;grid-template-columns:minmax(500px,1.3fr) minmax(330px,.7fr);gap:24px;align-items:stretch;flex:1}.kiosk-qr-card{padding:30px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:660px}.kiosk-badge{font-size:12px;letter-spacing:1.4px;font-weight:900;background:#e8efff;color:#1945c7;border-radius:999px;padding:9px 15px;margin-bottom:18px}.kiosk-qr-card canvas{width:min(430px,92vw)!important;height:auto!important;padding:14px;background:#fff;border-radius:22px;box-shadow:0 18px 55px rgba(23,32,51,.12);border:1px solid #dce4f3}.kiosk-qr-card h2{font-size:32px;margin:22px 0 8px}.kiosk-qr-card>p{max-width:620px;font-size:16px;line-height:1.65;margin:0}.kiosk-expiry{margin-top:18px;background:#f3f6fb;border-radius:12px;padding:12px 17px;color:#475467}.kiosk-expiry strong{color:#172033;font-variant-numeric:tabular-nums}.kiosk-steps{padding:32px;display:flex;flex-direction:column;justify-content:center}.kiosk-steps h2{font-size:25px;margin:0 0 25px}.kiosk-steps ol{list-style:none;padding:0;margin:0;display:grid;gap:18px}.kiosk-steps li{display:flex;align-items:flex-start;gap:14px}.kiosk-steps li>span{flex:0 0 38px;height:38px;border-radius:12px;background:#e8efff;color:#1945c7;display:grid;place-items:center;font-weight:900}.kiosk-steps li b{display:block;font-size:16px;margin:1px 0 4px}.kiosk-steps li small{display:block;color:var(--muted);line-height:1.45}.kiosk-status{margin-top:28px;padding:14px 16px;border-radius:13px;background:#ecfdf3;color:#166534;font-weight:750}.kiosk-status i{display:inline-block;width:9px;height:9px;background:#22c55e;border-radius:50%;margin-right:8px;box-shadow:0 0 0 5px rgba(34,197,94,.13)}.kiosk-footer{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-top:20px;color:#667085;font-size:13px}.kiosk-footer div{display:flex;gap:18px}.kiosk-footer a{font-weight:750;color:#344054}.kiosk-footer a:hover{color:var(--primary)}.kiosk-error{width:min(560px,100%);margin:auto;padding:30px;text-align:center}.qr-fallback{padding:30px;border:2px dashed var(--border);border-radius:18px}.qr-fallback a{color:var(--primary);font-weight:750;word-break:break-all}@media(max-width:980px){.kiosk-shell{padding:20px}.kiosk-content{grid-template-columns:1fr}.kiosk-qr-card{min-height:auto}.kiosk-steps{padding:26px}.kiosk-header h1{font-size:24px}.kiosk-clock{font-size:24px}}@media(max-width:620px){.kiosk-shell{padding:14px}.kiosk-header{align-items:flex-start}.kiosk-logo{width:48px;height:48px;border-radius:14px;font-size:17px}.kiosk-header h1{font-size:19px}.kiosk-header p{font-size:13px}.kiosk-clock{font-size:18px;padding:10px 12px}.kiosk-qr-card{padding:20px 14px}.kiosk-qr-card canvas{width:min(330px,88vw)!important}.kiosk-qr-card h2{font-size:25px}.kiosk-footer{flex-direction:column;text-align:center}.kiosk-footer div{flex-wrap:wrap;justify-content:center}}
/* Portal ve geç kalma seviyeleri */
.late-yellow{color:#a16207;background:#fef3c7;padding:5px 9px;border-radius:9px}.late-orange{color:#c2410c;background:#ffedd5;padding:5px 9px;border-radius:9px}.late-red{color:#b91c1c;background:#fee2e2;padding:5px 9px;border-radius:9px}.late-none{color:#166534}.badge.warn{background:#fef3c7;color:#92400e}.badge.pending{background:#fef3c7;color:#92400e}.badge.approved{background:#dcfce7;color:#166534}.badge.rejected{background:#fee2e2;color:#991b1b}.portal-head{position:sticky;top:0;z-index:10;background:#111827;color:#fff;padding:14px max(20px,calc((100vw - 1200px)/2));display:flex;align-items:center;justify-content:space-between;gap:20px}.portal-head>div{display:flex;flex-direction:column}.portal-head span{font-size:12px;color:#cbd5e1}.portal-head nav{display:flex;gap:8px;flex-wrap:wrap}.portal-head a{padding:9px 11px;border-radius:9px;color:#e5e7eb}.portal-head a:hover{background:#1f2937}.portal-wrap{max-width:1200px;margin:0 auto;padding:24px}.portal-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.portal-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.post-compose,.portal-post,.side-card,.department-card{padding:20px;margin-bottom:16px}.post-compose textarea{resize:vertical}.inline-check{display:flex;align-items:center;gap:8px;margin:12px 0}.portal-post.announcement{border-left:5px solid #f59e0b}.post-user{display:flex;align-items:center;gap:11px}.post-user img,.birthday img,.employee-card img{width:44px;height:44px;border-radius:50%;object-fit:cover}.post-user small,.birthday small,.employee-card small,.employee-card span{display:block;color:var(--muted);margin-top:3px}.post-user .badge{margin-left:auto}.portal-post p{line-height:1.65;white-space:normal}.post-meta{border-top:1px solid var(--border);padding-top:12px;color:var(--muted);font-size:13px}.birthday{display:flex;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid var(--border)}.quick-link{display:block;padding:11px 0;color:var(--primary);font-weight:700}.employee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.employee-card{border:1px solid var(--border);border-radius:14px;padding:14px;display:flex;gap:11px;align-items:center}.leave-balance{font-size:72px;font-weight:900;color:var(--primary)}.leave-balance small{font-size:18px;margin-left:8px;color:var(--muted)}
@media(max-width:900px){.portal-summary{grid-template-columns:repeat(2,1fr)}.portal-grid{grid-template-columns:1fr}.employee-grid{grid-template-columns:repeat(2,1fr)}.portal-head{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.portal-wrap{padding:14px}.portal-summary,.employee-grid{grid-template-columns:1fr}.portal-head nav{width:100%;overflow:auto;flex-wrap:nowrap}.portal-head a{white-space:nowrap}}
/* Aşama 7: puantaj, canlı durum, vardiya ve izin */
.grid.five{grid-template-columns:repeat(5,minmax(0,1fr))}.block{display:block;margin-top:4px}.filter-row,.action-row,.inline-form{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.filter-row .input{max-width:260px}.mini-form{min-width:280px;padding:12px;margin-top:8px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px}.mini-form label{font-size:12px;margin-top:7px}.list-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 0;border-bottom:1px solid #e5e7eb}.list-row:last-child{border-bottom:0}.tabs{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.tabs a{padding:10px 14px;border-radius:10px;background:#fff;border:1px solid #dbe2ea;text-decoration:none;color:#334155}.tabs a.active{background:#1d4ed8;color:#fff;border-color:#1d4ed8}.badge.live-inside{background:#dcfce7;color:#166534}.badge.live-not_arrived{background:#f1f5f9;color:#475569}.badge.live-leave{background:#dbeafe;color:#1d4ed8}.badge.live-left{background:#ede9fe;color:#6d28d9}.badge.late-yellow{background:#fef9c3;color:#854d0e}.badge.late-orange{background:#ffedd5;color:#9a3412}.badge.late-red{background:#fee2e2;color:#991b1b}.badge.pending{background:#fef3c7;color:#92400e}.badge.approved{background:#dcfce7;color:#166534}.badge.rejected,.badge.cancelled{background:#fee2e2;color:#991b1b}.stat.warning{border-color:#fed7aa;background:#fff7ed}.check{display:flex;gap:8px;align-items:center;margin:14px 0}.btn-danger{background:#dc2626;color:#fff;border:0}.btn-soft{background:#eef2ff;color:#3730a3;border:0}details summary{cursor:pointer;list-style:none}@media(max-width:1100px){.grid.five{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.grid.five{grid-template-columns:1fr}.filter-row>*{max-width:none!important;width:100%}.action-row{align-items:stretch}.action-row .btn{flex:1}}

/* Aşama 8: premium sosyal personel portalı */
:root{--portal-bg:#f4f7fb;--portal-panel:#fff;--portal-text:#12203a;--portal-muted:#718096;--portal-line:#e8edf5;--portal-blue:#1769ef;--portal-blue-soft:#edf4ff;--portal-shadow:0 10px 35px rgba(42,57,86,.08)}
html[data-theme="dark"]{--portal-bg:#0f172a;--portal-panel:#172033;--portal-text:#eef4ff;--portal-muted:#9aa8bd;--portal-line:#2b3850;--portal-blue-soft:#1c3154;--portal-shadow:0 14px 35px rgba(0,0,0,.22)}
.social-portal-body{background:var(--portal-bg);color:var(--portal-text);min-width:320px}.social-portal-body button,.social-portal-body input,.social-portal-body textarea{font:inherit}.social-portal-app{display:grid;grid-template-columns:264px minmax(560px,1fr) 400px;grid-template-rows:72px 1fr;min-height:100vh}.social-topbar{grid-column:1/-1;position:sticky;top:0;z-index:50;height:72px;background:var(--portal-panel);border-bottom:1px solid var(--portal-line);display:grid;grid-template-columns:264px minmax(360px,650px) 1fr;align-items:center;padding:0 24px;gap:28px}.social-brand{display:flex;align-items:center;gap:13px;font-size:22px}.social-brand-icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(145deg,#0b7aff,#174fcf);color:#fff;display:grid;place-items:center;font-size:22px;box-shadow:0 8px 22px rgba(23,105,239,.28)}.social-search{height:44px;background:var(--portal-bg);border:1px solid var(--portal-line);border-radius:11px;display:flex;align-items:center;gap:10px;padding:0 15px;color:var(--portal-muted)}.social-search input{width:100%;border:0;outline:0;background:transparent;color:var(--portal-text);font-size:14px}.social-top-actions{display:flex;align-items:center;justify-content:flex-end;gap:17px}.icon-button{position:relative;width:39px;height:39px;border:0;background:transparent;color:var(--portal-text);font-size:22px;cursor:pointer}.notification-button span{position:absolute;right:0;top:0;background:#f23838;color:#fff;min-width:18px;height:18px;border-radius:999px;font-size:10px;display:grid;place-items:center;font-weight:800}.theme-button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:var(--portal-text);cursor:pointer}.theme-button i{position:relative;width:41px;height:23px;background:#d6deea;border-radius:99px}.theme-button i:after{content:"";position:absolute;width:17px;height:17px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:.2s}.theme-button span{font-style:normal}.social-profile-menu{display:flex;align-items:center;gap:9px;padding-left:14px;border-left:1px solid var(--portal-line)}.social-profile-menu img{width:40px;height:40px;border-radius:50%;object-fit:cover}.social-profile-menu b,.social-profile-menu small{display:block;white-space:nowrap}.social-profile-menu b{font-size:13px}.social-profile-menu small{font-size:10px;color:var(--portal-muted);margin-top:3px}
html[data-theme="dark"] .theme-button i{background:#1769ef}html[data-theme="dark"] .theme-button i:after{left:21px}
.social-sidebar{position:sticky;top:72px;height:calc(100vh - 72px);background:var(--portal-panel);border-right:1px solid var(--portal-line);padding:24px 16px;display:flex;flex-direction:column;justify-content:space-between;overflow:auto}.social-nav{display:grid;gap:7px}.social-nav a{display:flex;align-items:center;gap:14px;padding:13px 17px;border-radius:11px;color:var(--portal-text);font-weight:600;font-size:14px}.social-nav a span{width:23px;text-align:center;font-size:20px;color:#637594}.social-nav a:hover,.social-nav a.active{background:var(--portal-blue-soft);color:var(--portal-blue)}.social-nav a.active span{color:var(--portal-blue)}.social-mobile-card{border:1px solid var(--portal-line);border-radius:16px;padding:16px;background:var(--portal-panel);box-shadow:var(--portal-shadow)}.phone-art{width:44px;height:52px;border-radius:12px;background:linear-gradient(155deg,#e9f1ff,#dbe9ff);color:var(--portal-blue);display:grid;place-items:center;font-size:28px;float:left;margin:0 10px 8px 0}.social-mobile-card b{font-size:13px}.social-mobile-card p{font-size:11px;color:var(--portal-muted);line-height:1.5;margin:5px 0 14px}.social-mobile-card a{clear:both;display:flex;justify-content:space-between;padding:11px 12px;border-radius:9px;background:var(--portal-blue-soft);color:var(--portal-blue);font-size:12px;font-weight:800}
.social-main{padding:20px 20px 45px;min-width:0}.social-alert{background:#e8fff1;color:#14733c;border:1px solid #b9eccd;padding:13px 16px;border-radius:12px;margin-bottom:15px}.social-hero{position:relative;min-height:200px;border-radius:18px;padding:28px;background:linear-gradient(115deg,#d7e7ff 0,#eef4ff 52%,#d9e9ff 100%);box-shadow:var(--portal-shadow);overflow:hidden}.social-hero:before,.social-hero:after{content:"";position:absolute;border-radius:50%;border:45px solid rgba(255,255,255,.35)}.social-hero:before{width:260px;height:260px;right:120px;top:-175px}.social-hero:after{width:180px;height:180px;right:-80px;bottom:-130px}.hero-profile{display:flex;align-items:center;gap:22px;position:relative;z-index:2}.hero-avatar{position:relative;flex:none}.hero-avatar img{width:105px;height:105px;object-fit:cover;border-radius:50%;border:6px solid rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(50,75,120,.15)}.hero-avatar i{position:absolute;right:6px;bottom:10px;width:20px;height:20px;border:3px solid #fff;border-radius:50%;background:#21bc68}.hero-copy h1{font-size:27px;margin:0 0 5px}.hero-copy p{margin:0;color:#63718a}.soft-action{position:absolute;right:25px;top:27px;z-index:3;background:rgba(255,255,255,.85);color:var(--portal-blue);padding:12px 18px;border-radius:10px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.9)}.hero-stats{position:absolute;left:180px;right:24px;bottom:22px;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.hero-stats article{display:flex;align-items:center;gap:12px;padding:13px 15px;background:rgba(255,255,255,.86);border:1px solid rgba(255,255,255,.95);border-radius:14px}.hero-stats small,.hero-stats b{display:block}.hero-stats small{color:#6b7890;font-size:11px}.hero-stats b{font-size:17px;margin-top:4px}.stat-icon{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:20px}.stat-icon.blue{background:#e8f1ff;color:#1769ef}.stat-icon.purple{background:#f2eaff;color:#884ee8}.stat-icon.orange{background:#fff0e4;color:#ef7c16}.online-dot{font-style:normal;font-size:11px;color:#14a85d;margin-left:8px}.online-dot:before{content:"";display:inline-block;width:7px;height:7px;background:#1dbb69;border-radius:50%;margin-right:5px}
.composer-card{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:16px;margin-top:18px;padding:15px 18px 12px;box-shadow:var(--portal-shadow)}.composer-input{display:flex;gap:12px;align-items:flex-start}.composer-input img{width:39px;height:39px;border-radius:50%;object-fit:cover}.composer-input textarea{flex:1;border:0;outline:0;background:transparent;color:var(--portal-text);resize:none;padding:9px 4px;border-bottom:1px solid var(--portal-line)}.composer-actions{display:flex;align-items:center;gap:0;padding-top:10px}.composer-actions label{display:flex;align-items:center;gap:7px;margin:0;padding:7px 18px;border-right:1px solid var(--portal-line);font-size:12px;cursor:pointer}.composer-actions input{display:none}.composer-actions label:has(input:checked){background:var(--portal-blue-soft);border-radius:9px;color:var(--portal-blue)}.composer-actions span{font-size:18px}.composer-actions .blue{color:#1769ef}.composer-actions .green{color:#21af68}.composer-actions .cyan{color:#1aa1cd}.composer-actions button{margin-left:auto;border:0;background:linear-gradient(135deg,#1477f8,#1457da);color:#fff;padding:10px 25px;border-radius:9px;font-weight:800;cursor:pointer;box-shadow:0 6px 15px rgba(23,105,239,.24)}
.social-feed{display:grid;gap:14px;margin-top:14px}.feed-card,.empty-feed{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:16px;padding:17px 18px;box-shadow:var(--portal-shadow)}.empty-feed{text-align:center;padding:45px}.empty-feed p{color:var(--portal-muted)}.feed-card.official{border-left:6px solid #2480ff;background:linear-gradient(90deg,rgba(35,128,255,.04),var(--portal-panel) 30%)}.feed-card.success-post{border-left:6px solid #28b770}.feed-header{display:flex;align-items:center;gap:11px}.feed-header>img{width:45px;height:45px;border-radius:50%;object-fit:cover}.feed-author{flex:1}.feed-author>div{display:flex;align-items:center;gap:8px}.feed-author b{font-size:13px}.feed-author small{display:block;color:var(--portal-muted);font-size:10px;margin-top:4px}.official-badge{background:#e6f0ff;color:#1769ef;border-radius:99px;padding:4px 8px;font-size:9px;font-weight:900}.feed-header>button{border:0;background:transparent;color:var(--portal-muted);cursor:pointer;font-weight:800}.post-kind{display:flex;align-items:center;gap:8px;color:#1769ef;font-size:12px;font-weight:800;margin:12px 0 0}.post-kind span{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#e9f2ff}.post-kind.success{color:#16854d}.post-kind.success span{background:#e8f9ef}.feed-content{font-size:13px;line-height:1.65;margin:12px 0}.feed-counts{display:flex;justify-content:space-between;color:var(--portal-muted);font-size:11px;padding-bottom:9px;border-bottom:1px solid var(--portal-line)}.feed-actions{display:grid;grid-template-columns:repeat(3,1fr);padding-top:6px}.feed-actions form{margin:0}.feed-actions button{width:100%;border:0;background:transparent;color:#55657d;padding:8px;border-radius:8px;cursor:pointer;font-size:12px}.feed-actions button:hover,.feed-actions button.liked{background:var(--portal-blue-soft);color:var(--portal-blue)}.comment-list{border-top:1px solid var(--portal-line);padding-top:10px}.comment-item{display:flex;gap:8px;margin:8px 0}.comment-item img,.comment-form img{width:32px;height:32px;border-radius:50%;object-fit:cover}.comment-item>div{background:var(--portal-bg);border-radius:12px;padding:8px 11px}.comment-item b{font-size:11px}.comment-item p{margin:3px 0;font-size:11px}.comment-item small{font-size:9px;color:var(--portal-muted)}.comment-form{display:none;align-items:center;gap:8px;margin-top:10px}.comment-form.open{display:flex}.comment-form input{flex:1;border:1px solid var(--portal-line);border-radius:99px;padding:9px 13px;background:var(--portal-bg);color:var(--portal-text);outline:0}.comment-form button{border:0;background:var(--portal-blue);color:#fff;border-radius:99px;padding:9px 15px;font-weight:700}
.social-rightbar{position:sticky;top:72px;height:calc(100vh - 72px);padding:20px 20px 40px 0;overflow:auto}.right-widget{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:15px;padding:16px;margin-bottom:14px;box-shadow:var(--portal-shadow)}.widget-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.widget-title h3{font-size:14px;margin:0;display:flex;align-items:center;gap:9px}.widget-title h3 span{font-size:19px;color:#1769ef}.widget-title small{font-size:9px;color:var(--portal-muted)}.widget-title a{font-size:10px;color:var(--portal-blue);font-weight:700}.today-grid{display:grid;grid-template-columns:repeat(3,1fr);margin-top:13px;border:1px solid var(--portal-line);border-radius:12px;overflow:hidden}.today-grid div{text-align:center;padding:11px 4px}.today-grid div+div{border-left:1px solid var(--portal-line)}.today-grid small,.today-grid b{display:block}.today-grid small{font-size:10px;color:var(--portal-muted)}.today-grid b{font-size:18px;margin-top:6px}.green-text{color:#19a660!important}.orange-text{color:#ee7416!important}.red-text{color:#f23d4c!important}.birthday-list{margin-top:8px}.birthday-row{display:flex;align-items:center;gap:9px;padding:7px 0}.birthday-row img{width:34px;height:34px;border-radius:50%;object-fit:cover}.birthday-row div{flex:1}.birthday-row b,.birthday-row small{display:block}.birthday-row b{font-size:11px}.birthday-row small{color:var(--portal-muted);font-size:9px;margin-top:3px}.birthday-row>span{font-size:13px}.widget-empty{font-size:11px;color:var(--portal-muted)}.leave-number{display:flex;align-items:baseline;gap:5px;margin-top:12px}.leave-number b{font-size:22px}.leave-number span{font-size:10px}.leave-number small{margin-left:12px;color:var(--portal-muted);font-size:9px}.progress{height:6px;background:var(--portal-bg);border-radius:99px;margin-top:12px;overflow:hidden}.progress i{display:block;height:100%;background:linear-gradient(90deg,#1769ef,#3989ff);border-radius:inherit}.avatar-stack{display:flex;align-items:center;margin-top:14px;padding-left:5px}.avatar-stack span{position:relative;margin-left:-8px}.avatar-stack img{width:39px;height:39px;border-radius:50%;object-fit:cover;border:3px solid var(--portal-panel)}.avatar-stack i{position:absolute;width:8px;height:8px;border:2px solid var(--portal-panel);background:#1dbb69;border-radius:50%;right:3px;bottom:3px}.avatar-stack>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:var(--portal-blue-soft);color:var(--portal-blue);font-size:10px;margin-left:-5px}.department-widget{padding-bottom:8px}.department-row{display:flex;align-items:center;gap:9px;padding:10px 0;border-bottom:1px solid var(--portal-line)}.department-row:last-child{border-bottom:0}.department-icon{width:35px;height:35px;border-radius:50%;display:grid;place-items:center}.color-1{background:#e8f1ff;color:#1769ef}.color-2{background:#f2eaff;color:#874be6}.color-3{background:#e7f9ef;color:#1aa661}.department-row div{flex:1}.department-row b,.department-row small{display:block}.department-row b{font-size:11px}.department-row small{font-size:9px;color:var(--portal-muted);margin-top:2px}.department-row em{font-style:normal;font-size:9px;color:var(--portal-muted);max-width:130px;text-align:right}.department-row>i{font-style:normal;color:var(--portal-muted)}
@media(max-width:1350px){.social-portal-app{grid-template-columns:220px minmax(520px,1fr) 340px}.social-topbar{grid-template-columns:220px minmax(300px,560px) 1fr;padding:0 18px}.social-sidebar{padding-left:12px;padding-right:12px}.social-rightbar{padding-right:12px}.social-profile-menu div{display:none}.hero-stats{left:160px}}
@media(max-width:1050px){.social-portal-app{grid-template-columns:82px minmax(0,1fr) 320px}.social-topbar{grid-template-columns:82px minmax(250px,1fr) auto}.social-brand strong,.social-nav a:not(.active){font-size:0}.social-brand-icon{width:40px}.social-nav a{justify-content:center;padding:13px}.social-nav a span{font-size:20px}.social-mobile-card{display:none}.hero-stats{position:relative;left:auto;right:auto;bottom:auto;margin:18px 0 0 125px}.social-hero{padding-bottom:24px}.soft-action{display:none}}
@media(max-width:820px){.social-portal-app{display:block}.social-topbar{grid-template-columns:auto 1fr auto;position:sticky}.social-sidebar{position:fixed;bottom:0;top:auto;height:66px;width:100%;z-index:60;border-top:1px solid var(--portal-line);border-right:0;padding:7px;background:var(--portal-panel)}.social-nav{display:flex;justify-content:space-around}.social-nav a{display:none}.social-nav a:nth-child(-n+5){display:flex;flex-direction:column;gap:2px;font-size:9px!important;padding:5px 8px}.social-nav a span{font-size:18px}.social-main{padding:14px 14px 90px}.social-rightbar{position:static;height:auto;padding:0 14px 90px;display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.right-widget{margin:0}.social-brand strong{display:none}.social-search{min-width:0}.social-profile-menu{padding-left:0;border:0}.social-profile-menu div,.social-profile-menu>span,.theme-button{display:none}.social-hero{min-height:auto}.hero-stats{margin:18px 0 0;grid-template-columns:1fr}.hero-avatar img{width:74px;height:74px}.hero-copy h1{font-size:21px}}
@media(max-width:560px){.social-topbar{height:62px;padding:0 10px;gap:8px}.social-brand-icon{width:38px;height:38px}.social-search{height:39px}.social-top-actions{gap:3px}.notification-button{display:none}.social-profile-menu img{width:35px;height:35px}.social-hero{padding:19px}.hero-profile{gap:12px}.hero-avatar img{width:63px;height:63px;border-width:4px}.hero-copy h1{font-size:18px}.hero-copy p{font-size:11px}.hero-stats{grid-template-columns:1fr 1fr;gap:8px}.hero-stats article{padding:10px}.hero-stats article:last-child{grid-column:1/-1}.composer-actions{overflow:auto}.composer-actions label{white-space:nowrap;padding:7px 11px}.composer-actions button{padding:9px 16px}.social-rightbar{grid-template-columns:1fr}.feed-actions button{font-size:10px}.department-row em{display:none}}

/* Portal Aşama 9 - premium responsive uygulama görünümü */
.social-portal-body{background:linear-gradient(180deg,#f7f9fd 0,#eef3fb 100%);overflow-x:hidden}
.social-portal-app{grid-template-columns:236px minmax(0,1fr) 360px;grid-template-rows:68px 1fr;max-width:1920px;margin:0 auto}
.social-topbar{height:68px;grid-template-columns:236px minmax(320px,620px) 1fr;padding:0 22px;gap:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);box-shadow:0 1px 0 rgba(148,163,184,.18)}
.social-brand{font-size:20px}.social-brand-icon{width:40px;height:40px;border-radius:13px;background:linear-gradient(145deg,#1677ff,#0b4fd7);box-shadow:0 10px 25px rgba(23,105,239,.26)}
.social-search{height:42px;border-radius:14px;background:#f5f7fb;border-color:#e3e9f3;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}
.social-sidebar{top:68px;height:calc(100vh - 68px);padding:18px 14px 20px;background:rgba(255,255,255,.96)}
.social-nav{gap:5px}.social-nav a{padding:12px 14px;border-radius:12px;font-size:13px}.social-nav a:hover,.social-nav a.active{background:linear-gradient(90deg,#eaf2ff,#f4f8ff);box-shadow:inset 3px 0 0 #1769ef}
.social-main{padding:22px 18px 56px;max-width:1120px;width:100%;justify-self:center}
.social-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"profile action" "stats stats";min-height:0;padding:24px 26px 22px;border-radius:22px;background:linear-gradient(135deg,#0b67f0 0%,#0754d2 55%,#0f47b8 100%);color:#fff;box-shadow:0 18px 45px rgba(15,71,184,.2)}
.social-hero:before,.social-hero:after{border-color:rgba(255,255,255,.08)}
.hero-profile{grid-area:profile}.hero-copy h1{font-size:26px}.hero-copy p{color:rgba(255,255,255,.78)}
.hero-avatar img{width:88px;height:88px;border-color:rgba(255,255,255,.92)}
.soft-action{grid-area:action;position:static;align-self:start;background:#fff;color:#0b5bdc;border:0;border-radius:12px;padding:12px 16px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.hero-stats{grid-area:stats;position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:18px 0 0 108px}
.hero-stats article{background:rgba(255,255,255,.96);border:1px solid rgba(255,255,255,.55);border-radius:16px;padding:14px 16px;box-shadow:0 8px 24px rgba(5,45,115,.12)}
.hero-stats small{font-size:10px}.hero-stats b{font-size:18px}
.composer-card,.feed-card,.empty-feed,.right-widget{border-radius:18px;border-color:#e5ebf4;box-shadow:0 10px 30px rgba(45,65,100,.07)}
.composer-card{margin-top:16px;padding:14px 16px 12px}.composer-input textarea{min-height:46px;font-size:14px;border-bottom:1px solid #edf1f6}.composer-actions{gap:7px}.composer-actions label{border:0;border-radius:10px;padding:9px 13px;background:#f8fafc}.composer-actions label:has(input:checked){background:#e8f1ff}.composer-actions button{border-radius:11px;padding:11px 24px}
.social-feed{gap:16px;margin-top:16px}.feed-card{padding:18px}.feed-header>img{width:46px;height:46px}.feed-author b{font-size:14px}.feed-author small{font-size:11px}.feed-content{font-size:13.5px;line-height:1.7}.feed-actions button{padding:10px;font-weight:700}
.social-rightbar{top:68px;height:calc(100vh - 68px);padding:22px 18px 40px 0}.right-widget{padding:15px;margin-bottom:12px}.widget-title h3{font-size:13px}.today-grid b{font-size:17px}
.mobile-bottom-nav{display:none}
html[data-theme="dark"] .social-portal-body{background:#0b1220}
html[data-theme="dark"] .social-topbar,html[data-theme="dark"] .social-sidebar{background:rgba(23,32,51,.96)}
html[data-theme="dark"] .composer-actions label{background:#111b2e}

@media(max-width:1450px){
  .social-portal-app{grid-template-columns:210px minmax(0,1fr) 330px}
  .social-topbar{grid-template-columns:210px minmax(280px,560px) 1fr}
  .social-main{padding-left:16px;padding-right:16px}
  .hero-stats{margin-left:96px}
}
@media(max-width:1180px){
  .social-portal-app{grid-template-columns:82px minmax(0,1fr) 310px}
  .social-topbar{grid-template-columns:82px minmax(260px,1fr) auto}
  .social-brand strong{display:none}.social-brand{justify-content:center}
  .social-sidebar{padding:14px 10px}.social-nav a{justify-content:center;padding:12px}.social-nav a{font-size:0}.social-nav a span{font-size:20px}.social-mobile-card{display:none}
  .social-profile-menu div{display:none}.hero-stats{margin-left:0}.social-hero{grid-template-columns:1fr auto}
}
@media(max-width:960px){
  .social-portal-app{display:block;min-height:100vh;padding-bottom:74px}
  .social-topbar{display:flex;height:62px;padding:0 14px;gap:10px;background:linear-gradient(135deg,#126df2,#0c4fc3);color:#fff;border:0}
  .social-brand{justify-content:flex-start;gap:9px}.social-brand strong{display:block;color:#fff;font-size:18px}.social-brand-icon{width:36px;height:36px;background:rgba(255,255,255,.17);box-shadow:none}
  .social-search{display:none}.social-top-actions{margin-left:auto}.theme-button{display:none}.social-profile-menu{border:0;padding:0}.social-profile-menu img{width:36px;height:36px;border:2px solid rgba(255,255,255,.8)}.social-profile-menu>span,.social-profile-menu div{display:none}.notification-button{color:#fff}
  .social-sidebar{display:none}
  .social-main{max-width:none;padding:0 12px 18px}
  .social-hero{margin:0 -12px;border-radius:0 0 24px 24px;padding:18px 14px 16px;grid-template-columns:1fr;grid-template-areas:"profile" "stats";box-shadow:0 14px 35px rgba(12,79,195,.22)}
  .soft-action{display:none}.hero-profile{gap:12px}.hero-avatar img{width:62px;height:62px;border-width:3px}.hero-avatar i{width:15px;height:15px;right:2px;bottom:5px}.hero-copy h1{font-size:19px}.hero-copy p{font-size:11px}
  .hero-stats{margin:14px 0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hero-stats article{padding:10px 9px;border-radius:13px;gap:7px}.stat-icon{width:30px;height:30px;font-size:16px}.hero-stats small{font-size:8px}.hero-stats b{font-size:13px}.online-dot{font-size:8px;margin-left:0}
  .composer-card{margin-top:12px;border-radius:16px;padding:12px}.composer-input img{width:36px;height:36px}.composer-input textarea{font-size:13px;min-height:42px}.composer-actions{display:grid;grid-template-columns:repeat(3,auto) 1fr;gap:6px;overflow:visible}.composer-actions label{padding:8px 9px;font-size:10px;justify-content:center}.composer-actions label span{font-size:15px}.composer-actions button{margin-left:0;justify-self:end;padding:9px 16px}
  .social-feed{gap:12px}.feed-card,.empty-feed{border-radius:16px;padding:14px}.feed-header>img{width:42px;height:42px}.feed-content{font-size:13px}.feed-actions button{font-size:11px}
  .social-rightbar{position:static;height:auto;padding:12px 12px 86px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.right-widget{margin:0}.inside-widget,.department-widget{grid-column:auto}
  .mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:100;display:grid;grid-template-columns:repeat(5,1fr);height:70px;padding:6px 8px calc(6px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #e6ebf2;box-shadow:0 -10px 30px rgba(32,49,82,.12);backdrop-filter:blur(18px)}
  .mobile-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7a879a;font-weight:700}.mobile-bottom-nav a span{font-size:20px}.mobile-bottom-nav a small{font-size:9px}.mobile-bottom-nav a.active{color:#126df2}.mobile-bottom-nav .mobile-create{align-self:start;margin-top:-22px}.mobile-bottom-nav .mobile-create span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1677ff,#0d52ce);color:#fff;font-size:28px;box-shadow:0 10px 24px rgba(18,109,242,.35);border:4px solid #fff}
}
@media(max-width:640px){
  .social-rightbar{grid-template-columns:1fr}.today-widget{order:-4}.leave-widget{order:-3}.inside-widget{order:-2}.department-widget{order:-1}
  .hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-stats article{display:block;text-align:center}.stat-icon{margin:0 auto 5px}.hero-stats b{font-size:12px}
  .composer-actions{grid-template-columns:repeat(3,1fr)}.composer-actions button{grid-column:1/-1;width:100%;justify-self:stretch}.composer-actions label{padding:8px 4px}.composer-actions label span{display:none}
  .feed-actions button{padding:9px 3px}.comment-form img{display:none}.comment-form button{padding:9px 12px}
  .today-grid b{font-size:16px}.department-row em{display:none}
}
@media(max-width:390px){
  .social-brand strong{font-size:16px}.social-main{padding-left:8px;padding-right:8px}.social-hero{margin-left:-8px;margin-right:-8px}.hero-copy h1{font-size:17px}.hero-copy p{display:none}.hero-stats{gap:6px}.hero-stats article{padding:8px 4px}.hero-stats small{font-size:7px}.hero-stats b{font-size:11px}.composer-card{padding:10px}.feed-card{padding:12px}.mobile-bottom-nav{padding-left:3px;padding-right:3px}
}


/* Portal Aşama 9.1 - okunurluk ve daraltma düzeltmeleri */
.social-portal-app{grid-template-columns:220px minmax(0,1fr) 320px;max-width:1680px}
.social-topbar{grid-template-columns:220px minmax(300px,560px) 1fr}
.social-main{max-width:980px;padding:20px 14px 52px}
.social-rightbar{padding:20px 14px 36px 0}
.social-hero{padding:22px 22px 20px}
.hero-copy h1{line-height:1.15}
.hero-copy p{font-size:14px;color:rgba(255,255,255,.92)}
.hero-stats{margin:16px 0 0 94px;gap:12px}
.hero-stats article,
.hero-stats article div,
.hero-stats article b{color:#15253f}
.hero-stats article small{color:#5e6c84;font-size:11px;font-weight:600}
.hero-stats article b{font-size:20px;font-weight:800;line-height:1.1}
.hero-stats .online-dot{display:inline-flex;align-items:center;gap:5px;color:#159957;font-weight:700;font-size:11px;margin-top:5px;margin-left:0}
.hero-stats .online-dot:before{margin-right:0}
.right-widget{padding:17px}
.widget-title h3{font-size:15px}
.widget-title small,.widget-title a,.widget-empty,.birthday-row small,.department-row small,.department-row em,.leave-number small,.today-grid small{font-size:11px}
.birthday-row b,.department-row b{font-size:13px}
.today-grid b{font-size:19px}
.leave-number b{font-size:28px}
.department-row{gap:11px}
.composer-card,.feed-card,.empty-feed{max-width:100%}

@media(max-width:1450px){
  .social-portal-app{grid-template-columns:200px minmax(0,1fr) 300px}
  .social-topbar{grid-template-columns:200px minmax(280px,520px) 1fr}
  .social-main{max-width:940px}
}
@media(max-width:1180px){
  .social-portal-app{grid-template-columns:82px minmax(0,1fr) 300px}
  .social-main{max-width:900px}
  .hero-stats{margin-left:0}
}
@media(max-width:960px){
  .social-main{padding:0 10px 18px}
  .social-hero{padding:18px 14px 16px}
  .hero-copy p{font-size:12px}
  .hero-stats article,
  .hero-stats article div,
  .hero-stats article b{color:#15253f}
  .hero-stats small{font-size:9px}
  .hero-stats b{font-size:14px}
}
@media(max-width:640px){
  .widget-title h3{font-size:14px}
  .today-grid b{font-size:17px}
  .leave-number b{font-size:24px}
}

/* Portal Aşama 9.2 - sütunlar arası boşluk kaldırma */
.social-portal-app{column-gap:0;gap:0}
.social-sidebar{padding-left:0;padding-right:0}
.social-main{max-width:none;justify-self:stretch;padding-left:0;padding-right:0}
.social-rightbar{padding-left:0;padding-right:0}
.social-main>.social-alert,
.social-main>.social-hero,
.social-main>.composer-card,
.social-main>.social-feed{margin-left:0;margin-right:0}
.social-rightbar>.right-widget{border-radius:0}
.social-sidebar{border-right:1px solid var(--portal-line)}
.social-main{border-right:1px solid var(--portal-line)}

@media(max-width:960px){
  .social-main{padding-left:10px;padding-right:10px;border-right:0}
  .social-rightbar{padding-left:10px;padding-right:10px}
  .social-sidebar{border-right:0}
  .social-rightbar>.right-widget{border-radius:18px}
}

/* Portal Aşama 10 - sosyal özellikler, bildirim, profil ve PWA */
.media-picker{cursor:pointer}.media-picker input{position:absolute;opacity:0;pointer-events:none}.media-picker:has(input:focus-visible){outline:2px solid #1769ef}.feed-media{margin:14px -18px 2px;overflow:hidden;background:#edf2f8}.feed-media img{display:block;width:100%;max-height:620px;object-fit:cover}.post-delete-form{margin-left:auto}.post-delete-form button{border:0;background:transparent;color:var(--portal-muted);font-size:18px;cursor:pointer}.comment-delete{display:inline;margin-left:8px}.comment-delete button{border:0;background:transparent;color:#dc2626;padding:0;font-size:10px;cursor:pointer}.icon-button.notification-button{display:grid;place-items:center}.social-profile-menu{color:inherit}.social-profile-menu:hover b{color:var(--portal-blue)}
.portal-subpage{max-width:1080px;margin:0 auto;padding:28px 20px 70px}.subpage-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.subpage-header a{color:#1769ef;font-weight:750;font-size:13px}.subpage-header h1{font-size:30px;margin:10px 0 4px}.subpage-header p{margin:0;color:var(--portal-muted)}.subpage-actions{display:flex;gap:9px;flex-wrap:wrap}.subpage-actions form{margin:0}.subtle-btn{border:1px solid #dfe7f2;background:#fff;color:#24405f;border-radius:11px;padding:10px 13px;font-weight:750;cursor:pointer}.danger-lite{color:#b91c1c;background:#fff7f7}.notification-page-card{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:20px;overflow:hidden;box-shadow:var(--portal-shadow)}.notification-row{margin:0;border-bottom:1px solid var(--portal-line)}.notification-row:last-child{border-bottom:0}.notification-row button{width:100%;border:0;background:transparent;display:flex;align-items:flex-start;gap:14px;text-align:left;padding:17px 19px;color:var(--portal-text);cursor:pointer}.notification-row.unread button{background:#edf5ff}.notification-row.read{opacity:.72}.notification-type{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;flex:none;background:#e8f1ff;color:#1769ef}.notification-type.success{background:#e7f8ef;color:#169c58}.notification-type.warning{background:#fff5df;color:#e88613}.notification-type.danger{background:#feeaea;color:#dc2626}.notification-row button>div{flex:1}.notification-row b{font-size:14px}.notification-row p{margin:5px 0;color:var(--portal-muted);line-height:1.45}.notification-row small{font-size:10px;color:var(--portal-muted)}.notification-row i{font-style:normal;font-size:22px;color:var(--portal-muted)}
.profile-page{max-width:1000px}.profile-cover{position:relative;min-height:300px;border-radius:24px;background:linear-gradient(135deg,#0b67f0,#0c48b8);background-size:cover;background-position:center;overflow:hidden;display:flex;align-items:flex-end;padding:28px;color:#fff;box-shadow:0 18px 45px rgba(15,71,184,.2)}.profile-cover-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,25,65,.05),rgba(4,25,65,.72))}.profile-cover img{position:relative;width:128px;height:128px;border-radius:50%;object-fit:cover;border:6px solid #fff;box-shadow:0 12px 30px rgba(0,0,0,.2)}.profile-cover>div:last-child{position:relative;margin-left:22px;padding-bottom:8px}.profile-cover h2{font-size:30px;margin:0 0 5px}.profile-cover p{margin:0;color:rgba(255,255,255,.85)}.profile-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0}.profile-stat-grid article{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:16px;padding:18px;text-align:center;box-shadow:var(--portal-shadow)}.profile-stat-grid b,.profile-stat-grid span{display:block}.profile-stat-grid b{font-size:22px}.profile-stat-grid span{font-size:11px;color:var(--portal-muted);margin-top:5px}.profile-edit-card{background:var(--portal-panel);border:1px solid var(--portal-line);border-radius:20px;padding:22px;box-shadow:var(--portal-shadow)}.profile-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.profile-form-grid label{margin:0;font-size:13px}.profile-form-grid input[type=file],.profile-form-grid input[type=text],.profile-form-grid textarea{width:100%;margin-top:7px;border:1px solid var(--portal-line);background:var(--portal-bg);color:var(--portal-text);border-radius:11px;padding:12px}.profile-form-grid .full{grid-column:1/-1}.check-label{display:flex!important;align-items:center;gap:8px}.check-label input{width:auto!important;margin:0!important}.profile-save-btn{margin-top:18px;border:0;border-radius:12px;background:linear-gradient(145deg,#1677ff,#0d52ce);color:#fff;padding:12px 18px;font-weight:800;cursor:pointer}.pwa-install-hint{display:none}
@media(max-width:960px){.portal-subpage{padding:18px 12px 90px}.subpage-header{align-items:flex-start;flex-direction:column}.profile-cover{min-height:250px;border-radius:18px;padding:20px}.profile-cover img{width:96px;height:96px}.profile-cover h2{font-size:24px}.feed-media{margin-left:-14px;margin-right:-14px}.pwa-install-hint{display:block}}
@media(max-width:640px){.subpage-header h1{font-size:24px}.subpage-actions{width:100%}.subpage-actions form{flex:1}.subtle-btn{width:100%}.notification-row button{padding:14px}.profile-cover{display:block;text-align:center;padding-top:70px}.profile-cover>div:last-child{margin:12px 0 0}.profile-stat-grid{grid-template-columns:1fr 1fr}.profile-stat-grid article:last-child{grid-column:1/-1}.profile-form-grid{grid-template-columns:1fr}.profile-form-grid .full{grid-column:auto}.feed-media img{max-height:460px}}

/* Admin Aşama 11 - premium responsive yönetim uygulaması */
:root{--admin-bg:#f3f6fb;--admin-panel:#fff;--admin-text:#18243a;--admin-muted:#748198;--admin-line:#e6ebf3;--admin-blue:#1769ef;--admin-blue2:#0d4fc8;--admin-soft:#eaf2ff;--admin-shadow:0 12px 34px rgba(40,60,95,.08)}
body:has(.admin-sidebar){background:var(--admin-bg);color:var(--admin-text);overflow-x:hidden}
.shell:has(.admin-sidebar){display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh;background:var(--admin-bg)}
.admin-sidebar{position:sticky;top:0;height:100vh;padding:18px 14px 14px;background:linear-gradient(180deg,#0d1d3c 0%,#10244b 58%,#0c1a36 100%);color:#fff;border-right:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;z-index:80;box-shadow:14px 0 36px rgba(13,29,60,.09)}
.admin-sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 16px;border-bottom:1px solid rgba(255,255,255,.08)}
.admin-logo{display:flex;align-items:center;gap:11px;color:#fff}.admin-logo>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#2d8cff,#1760df);font-size:13px;font-weight:900;letter-spacing:.5px;box-shadow:0 10px 24px rgba(23,105,239,.33)}
.admin-logo b,.admin-logo small{display:block}.admin-logo b{font-size:14px}.admin-logo small{font-size:10px;color:#9fb1d1;margin-top:3px}.admin-sidebar-close{display:none;border:0;background:rgba(255,255,255,.08);color:#fff;width:34px;height:34px;border-radius:10px;font-size:24px;cursor:pointer}
.admin-user-card{display:flex;align-items:center;gap:10px;margin:14px 2px 10px;padding:11px;border-radius:14px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.07)}.admin-user-avatar{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#dbe8ff);color:#145ed6;font-weight:900}.admin-user-card b,.admin-user-card small{display:block}.admin-user-card b{font-size:12px}.admin-user-card small{font-size:9px;color:#9fb1d1;margin-top:3px}
.admin-nav{display:flex;flex-direction:column;gap:4px;overflow:auto;padding:4px 0 16px;scrollbar-width:thin}.admin-nav-label{font-size:9px;letter-spacing:1.4px;color:#7185a8;font-weight:800;padding:14px 12px 5px}.admin-nav a,.admin-sidebar-foot a{display:flex!important;align-items:center;gap:11px;padding:11px 12px!important;margin:0!important;border-radius:11px;color:#c6d2e8!important;font-size:12px!important;font-weight:700;transition:.2s;background:transparent!important}.admin-nav a i,.admin-sidebar-foot a i{font-style:normal;width:25px;height:25px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.055);font-size:15px}.admin-nav a:hover,.admin-nav a.active{color:#fff!important;background:linear-gradient(90deg,rgba(39,126,255,.28),rgba(39,126,255,.08))!important;box-shadow:inset 3px 0 0 #3b91ff}.admin-nav a.active i{background:#237bf0;color:#fff}.admin-sidebar-foot{margin-top:auto;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}.admin-sidebar-foot a:hover{background:rgba(239,68,68,.13)!important;color:#ffd9d9!important}
.admin-mobile-header{display:none}.admin-sidebar-overlay{display:none}
.shell:has(.admin-sidebar)>.main{min-width:0;padding:26px 28px 48px;background:radial-gradient(circle at 80% 0,#f9fbff 0,#f3f6fb 36%,#eef3f9 100%)}
.shell:has(.admin-sidebar) .topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding:0}.shell:has(.admin-sidebar) .topbar h1,.shell:has(.admin-sidebar)>.main>h1{margin:0;font-size:27px;letter-spacing:-.5px;color:#17243a}.shell:has(.admin-sidebar) .topbar .muted,.shell:has(.admin-sidebar) .topbar p{display:block;margin:5px 0 0;color:var(--admin-muted);font-size:13px}
.shell:has(.admin-sidebar) .card{border:1px solid var(--admin-line);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:var(--admin-shadow)}.shell:has(.admin-sidebar) .grid{gap:15px}.shell:has(.admin-sidebar) .stat{position:relative;overflow:hidden;padding:21px 20px}.shell:has(.admin-sidebar) .stat:after{content:"";position:absolute;width:82px;height:82px;border-radius:50%;right:-26px;top:-26px;background:linear-gradient(145deg,rgba(23,105,239,.16),rgba(23,105,239,.03))}.shell:has(.admin-sidebar) .stat span{font-size:12px;font-weight:700}.shell:has(.admin-sidebar) .stat b{font-size:29px;color:#153460}
.shell:has(.admin-sidebar) .btn{border-radius:11px;padding:10px 14px;font-size:12px;font-weight:800;box-shadow:none;border:1px solid var(--admin-line);background:#fff;color:#31415d}.shell:has(.admin-sidebar) .btn:hover{transform:translateY(-1px);box-shadow:0 7px 17px rgba(34,54,88,.1)}.shell:has(.admin-sidebar) .btn-primary{background:linear-gradient(145deg,var(--admin-blue),var(--admin-blue2));border:0;color:#fff;box-shadow:0 9px 22px rgba(23,105,239,.23)}.shell:has(.admin-sidebar) .btn.danger{background:#fff0f0;color:#c92b2b;border-color:#ffd5d5}.shell:has(.admin-sidebar) .btn.warning{background:#fff8e7;color:#a86300;border-color:#ffe2a6}
.shell:has(.admin-sidebar) .toolbar{display:flex;gap:10px;padding:13px;border-radius:16px;background:#fff;border:1px solid var(--admin-line);box-shadow:0 8px 24px rgba(40,60,95,.05)}.shell:has(.admin-sidebar) .input{border:1px solid #dfe6f0;background:#f9fbfe;border-radius:11px;min-height:42px;color:#1c2940}.shell:has(.admin-sidebar) .input:focus{outline:0;border-color:#75a9ff;box-shadow:0 0 0 4px rgba(23,105,239,.1);background:#fff}
.shell:has(.admin-sidebar) .table-wrap{border-radius:18px;overflow:auto}.shell:has(.admin-sidebar) table{min-width:850px}.shell:has(.admin-sidebar) thead{background:#f7f9fc}.shell:has(.admin-sidebar) th{font-size:10px;letter-spacing:.55px;color:#718099;padding:13px 14px;white-space:nowrap}.shell:has(.admin-sidebar) td{padding:13px 14px;font-size:12px;color:#334158}.shell:has(.admin-sidebar) tbody tr{transition:.16s}.shell:has(.admin-sidebar) tbody tr:hover{background:#f8fbff}.shell:has(.admin-sidebar) .person img{width:42px;height:42px;border:3px solid #edf3fb;box-shadow:0 4px 12px rgba(34,54,88,.08)}.shell:has(.admin-sidebar) .person b{font-size:12px}.shell:has(.admin-sidebar) .person small{font-size:10px}
.shell:has(.admin-sidebar) .form-card{padding:22px}.shell:has(.admin-sidebar) .form-card h2{margin-top:0;font-size:18px}.shell:has(.admin-sidebar) .badge{font-size:10px;padding:6px 9px;border-radius:999px}.shell:has(.admin-sidebar) .alert{border-radius:13px;border:1px solid transparent;box-shadow:0 8px 22px rgba(40,60,95,.05)}

@media(max-width:1180px){.shell:has(.admin-sidebar){grid-template-columns:82px minmax(0,1fr)}.admin-sidebar{padding:16px 10px}.admin-logo div,.admin-user-card>div:last-child,.admin-nav a span,.admin-nav-label,.admin-sidebar-foot a span{display:none}.admin-logo{justify-content:center}.admin-user-card{justify-content:center;padding:8px}.admin-nav a,.admin-sidebar-foot a{justify-content:center!important;padding:10px!important}.admin-nav a i,.admin-sidebar-foot a i{width:34px;height:34px}.shell:has(.admin-sidebar)>.main{padding:24px 20px 44px}}
@media(max-width:760px){body.admin-menu-open{overflow:hidden}.shell:has(.admin-sidebar){display:block;padding-top:62px;min-height:100vh}.admin-mobile-header{position:fixed;left:0;right:0;top:0;height:62px;z-index:90;display:flex;align-items:center;justify-content:space-between;padding:0 13px;background:linear-gradient(135deg,#0e67ec,#0b49b8);color:#fff;box-shadow:0 8px 24px rgba(10,69,175,.25)}.admin-menu-toggle{width:38px;height:38px;border:0;border-radius:11px;background:rgba(255,255,255,.14);color:#fff;font-size:21px}.admin-mobile-brand{display:flex;align-items:center;gap:8px;color:#fff}.admin-mobile-brand>span{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:rgba(255,255,255,.17);font-size:11px;font-weight:900}.admin-mobile-brand strong{font-size:15px}.admin-mobile-profile{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#0c58d3;font-weight:900}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(286px,86vw);height:100vh;z-index:110;transform:translateX(-105%);transition:transform .25s ease;padding:16px}.admin-sidebar.open{transform:translateX(0)}.admin-sidebar-close{display:block}.admin-logo div,.admin-user-card>div:last-child,.admin-nav a span,.admin-nav-label,.admin-sidebar-foot a span{display:block}.admin-user-card{justify-content:flex-start;padding:11px}.admin-nav a,.admin-sidebar-foot a{justify-content:flex-start!important;padding:11px 12px!important}.admin-nav a i,.admin-sidebar-foot a i{width:28px;height:28px}.admin-sidebar-overlay{position:fixed;inset:0;z-index:105;background:rgba(6,16,35,.56);backdrop-filter:blur(2px);opacity:0;visibility:hidden;transition:.2s;display:block}.admin-sidebar-overlay.open{opacity:1;visibility:visible}.shell:has(.admin-sidebar)>.main{padding:15px 12px 90px;min-height:calc(100vh - 62px)}.shell:has(.admin-sidebar) .topbar{align-items:flex-start;margin-bottom:15px}.shell:has(.admin-sidebar) .topbar h1,.shell:has(.admin-sidebar)>.main>h1{font-size:21px}.shell:has(.admin-sidebar) .topbar .muted,.shell:has(.admin-sidebar) .topbar p{font-size:11px}.shell:has(.admin-sidebar) .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.shell:has(.admin-sidebar) .stat{padding:16px 14px;border-radius:15px}.shell:has(.admin-sidebar) .stat b{font-size:23px}.shell:has(.admin-sidebar) .toolbar{flex-direction:column;padding:10px}.shell:has(.admin-sidebar) .toolbar .input{max-width:none}.shell:has(.admin-sidebar) .card{border-radius:15px}.shell:has(.admin-sidebar) .form-card{padding:15px}.shell:has(.admin-sidebar) .form-grid{grid-template-columns:1fr}.shell:has(.admin-sidebar) .actions{gap:5px}.shell:has(.admin-sidebar) .btn{padding:9px 11px}.shell:has(.admin-sidebar) .table-wrap{margin:0 -1px;border-radius:14px}.shell:has(.admin-sidebar) table{min-width:780px}.shell:has(.admin-sidebar) th,.shell:has(.admin-sidebar) td{padding:11px 10px}}
@media(max-width:430px){.shell:has(.admin-sidebar)>.main{padding-left:9px;padding-right:9px}.shell:has(.admin-sidebar) .grid{grid-template-columns:1fr 1fr}.shell:has(.admin-sidebar) .stat span{font-size:10px}.shell:has(.admin-sidebar) .stat b{font-size:21px}.shell:has(.admin-sidebar) .topbar{gap:8px}.shell:has(.admin-sidebar) .topbar .btn{white-space:nowrap;padding:9px 10px;font-size:10px}}

/* Personel Paneli Aşama 12 - premium responsive mobil uygulama */
.employee-app-body{margin:0;background:#f2f6fc;color:#17243a;min-width:320px}.employee-app{min-height:100vh;display:grid;grid-template-columns:245px minmax(0,1fr);grid-template-rows:72px 1fr}.employee-appbar{grid-column:1/-1;position:sticky;top:0;z-index:90;height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);border-bottom:1px solid #e5ebf4;backdrop-filter:blur(18px)}.employee-app-brand{display:flex;align-items:center;gap:12px}.employee-app-brand>span{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#1577ff,#0a4dc8);color:#fff;font-weight:900;box-shadow:0 10px 25px rgba(18,99,230,.28)}.employee-app-brand b,.employee-app-brand small{display:block}.employee-app-brand b{font-size:18px}.employee-app-brand small{font-size:10px;color:#7a879b;margin-top:2px}.employee-app-actions{display:flex;align-items:center;gap:9px}.employee-icon-button{position:relative;width:40px;height:40px;border:1px solid #e5ebf4;border-radius:12px;background:#fff;display:grid;place-items:center;font-size:17px;cursor:pointer;color:#31415b}.employee-icon-button i{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:99px;background:#f23848;color:#fff;display:grid;place-items:center;font-style:normal;font-size:9px;font-weight:900}.employee-avatar-link img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:3px solid #e7efff}.employee-sidebar{position:sticky;top:72px;height:calc(100vh - 72px);padding:20px 14px;background:#fff;border-right:1px solid #e5ebf4;overflow:auto}.employee-profile-card{text-align:center;padding:18px 10px 20px;border-bottom:1px solid #edf1f6;margin-bottom:14px}.employee-profile-card img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:4px solid #e9f1ff}.employee-profile-card b,.employee-profile-card span,.employee-profile-card small{display:block}.employee-profile-card b{margin-top:10px;font-size:14px}.employee-profile-card span{font-size:11px;color:#1268e8;font-weight:750;margin-top:4px}.employee-profile-card small{font-size:10px;color:#7b879a;margin-top:3px}.employee-sidebar nav{display:grid;gap:5px}.employee-sidebar nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:12px;color:#56647a;font-size:13px;font-weight:700}.employee-sidebar nav a span{width:24px;text-align:center;font-size:18px}.employee-sidebar nav a:hover,.employee-sidebar nav a.active{color:#0d63e6;background:linear-gradient(90deg,#e9f2ff,#f6f9ff);box-shadow:inset 3px 0 0 #0d63e6}.employee-content{min-width:0;max-width:1500px;width:100%;margin:0 auto;padding:24px}.employee-welcome{position:relative;overflow:hidden;min-height:235px;border-radius:26px;padding:34px;display:flex;align-items:center;justify-content:space-between;gap:30px;background:linear-gradient(125deg,#0d68ef 0,#0953cc 58%,#073ca2 100%);color:#fff;box-shadow:0 20px 55px rgba(9,83,204,.24)}.employee-welcome:before,.employee-welcome:after{content:"";position:absolute;border-radius:50%;border:50px solid rgba(255,255,255,.07)}.employee-welcome:before{width:300px;height:300px;right:100px;top:-250px}.employee-welcome:after{width:220px;height:220px;left:45%;bottom:-210px}.employee-welcome-copy,.employee-welcome-person{position:relative;z-index:2}.employee-eyebrow{display:inline-flex;padding:7px 11px;border-radius:99px;background:rgba(255,255,255,.14);font-size:11px;font-weight:750}.employee-welcome h1{margin:15px 0 8px;font-size:31px;line-height:1.1}.employee-welcome p{max-width:680px;margin:0;color:rgba(255,255,255,.84);font-size:14px;line-height:1.65}.employee-welcome-actions{display:flex;gap:10px;margin-top:23px}.employee-primary-action,.employee-secondary-action{display:inline-flex;align-items:center;gap:9px;padding:13px 18px;border-radius:13px;font-size:13px;font-weight:850}.employee-primary-action{background:#fff;color:#0a59d5;box-shadow:0 10px 28px rgba(0,0,0,.14)}.employee-secondary-action{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.12);color:#fff}.employee-welcome-person{min-width:220px;text-align:center;padding:22px;border-radius:20px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(10px)}.employee-photo-ring{position:relative;width:max-content;margin:auto}.employee-photo-ring img{width:86px;height:86px;border-radius:50%;object-fit:cover;border:5px solid rgba(255,255,255,.9)}.employee-photo-ring i{position:absolute;right:5px;bottom:8px;width:17px;height:17px;border:3px solid #fff;border-radius:50%;background:#20c574}.employee-welcome-person b,.employee-welcome-person span{display:block}.employee-welcome-person b{font-size:15px;margin-top:10px}.employee-welcome-person span{font-size:11px;color:rgba(255,255,255,.75);margin-top:4px}.employee-welcome-person em{display:inline-flex;margin-top:10px;padding:6px 10px;border-radius:99px;font-size:10px;font-style:normal;font-weight:800}.employee-welcome-person em.inside{background:#dff9eb;color:#147545}.employee-welcome-person em.outside{background:#eef2f7;color:#59677b}.employee-today-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0}.employee-today-grid article{display:flex;align-items:center;gap:13px;min-height:108px;padding:17px;border:1px solid #e4eaf3;border-radius:18px;background:#fff;box-shadow:0 10px 30px rgba(34,55,92,.07)}.employee-today-grid article div{min-width:0}.employee-today-grid small,.employee-today-grid b,.employee-today-grid em{display:block}.employee-today-grid small{font-size:10px;color:#78859a;font-weight:700}.employee-today-grid b{font-size:21px;margin-top:5px;white-space:nowrap}.employee-today-grid em{font-size:9px;color:#8692a5;font-style:normal;margin-top:4px}.employee-stat-icon{flex:none;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;font-size:21px}.employee-stat-icon.blue{background:#e7f1ff;color:#1268e8}.employee-stat-icon.purple{background:#f1eaff;color:#864ce5}.employee-stat-icon.green{background:#e5f8ee;color:#14975a}.employee-stat-icon.orange{background:#fff0e3;color:#ed7618}.employee-late-card.yellow{border-color:#f4cf63;background:#fffaf0}.employee-late-card.orange{border-color:#f2a45b;background:#fff7ef}.employee-late-card.red{border-color:#ef7d83;background:#fff4f4}.employee-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.7fr);gap:18px}.employee-main-column,.employee-side-column{min-width:0}.employee-panel-card{padding:20px;border:1px solid #e4eaf3;border-radius:20px;background:#fff;box-shadow:0 10px 30px rgba(34,55,92,.07);margin-bottom:18px}.employee-card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:17px}.employee-card-title>div{display:flex;align-items:center;gap:9px}.employee-card-title>div>span{width:34px;height:34px;border-radius:11px;background:#e9f2ff;color:#0f65e7;display:grid;place-items:center}.employee-card-title h2{font-size:15px;margin:0}.employee-card-title small{font-size:10px;color:#8390a3}.employee-card-title>a{font-size:10px;font-weight:800;color:#0d63e6}.employee-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.employee-quick-grid a{position:relative;min-height:115px;padding:16px;border:1px solid #e7ecf4;border-radius:16px;background:#f9fbfe;transition:.2s}.employee-quick-grid a:hover{transform:translateY(-2px);border-color:#bcd5fb;box-shadow:0 10px 24px rgba(35,83,155,.1)}.employee-quick-grid a.portal{background:linear-gradient(145deg,#116ff0,#0952c8);border-color:transparent;color:#fff}.employee-quick-grid a>span{display:grid;place-items:center;width:37px;height:37px;border-radius:12px;background:#e7f1ff;color:#0f65e7;font-size:19px}.employee-quick-grid a.portal>span{background:rgba(255,255,255,.17);color:#fff}.employee-quick-grid b,.employee-quick-grid small{display:block}.employee-quick-grid b{font-size:13px;margin-top:10px}.employee-quick-grid small{font-size:9px;color:#7c899d;margin-top:4px}.employee-quick-grid a.portal small{color:rgba(255,255,255,.78)}.employee-quick-grid i{position:absolute;right:14px;top:18px;font-style:normal;color:#8da0ba}.employee-quick-grid a.portal i{color:#fff}.employee-week-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.employee-week-summary div{padding:13px;border-radius:14px;background:#f7f9fd}.employee-week-summary small,.employee-week-summary b{display:block}.employee-week-summary small{font-size:9px;color:#7b8799}.employee-week-summary b{font-size:14px;margin-top:5px}.employee-progress-head{display:flex;justify-content:space-between;align-items:center;margin:16px 0 7px;font-size:10px;color:#728097}.employee-progress{height:8px;border-radius:99px;background:#edf1f7;overflow:hidden}.employee-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#116ff0,#5d9dff)}.employee-announcement{display:flex;align-items:center;gap:11px;padding:13px 0;border-top:1px solid #edf1f6}.employee-announcement>span{width:36px;height:36px;border-radius:12px;background:#eaf2ff;color:#0d63e6;display:grid;place-items:center}.employee-announcement div{flex:1;min-width:0}.employee-announcement b,.employee-announcement small{display:block}.employee-announcement b{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.employee-announcement small{font-size:9px;color:#8793a6;margin-top:4px}.employee-announcement i{font-style:normal;color:#8b98aa}.employee-empty{padding:18px;text-align:center;color:#8793a6;font-size:11px}.employee-leave-number{display:flex;align-items:baseline;gap:6px;margin:10px 0 13px}.employee-leave-number b{font-size:37px;color:#0d63e6}.employee-leave-number span{font-size:11px;color:#6e7b8f}.employee-leave-details{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:14px 0}.employee-leave-details span{font-size:9px;color:#7c899b;padding:8px 5px;border-radius:10px;background:#f7f9fc;text-align:center}.employee-leave-details b{display:block;font-size:12px;color:#28364c;margin-top:3px}.employee-card-button{display:flex;justify-content:center;padding:11px;border-radius:12px;background:#0d63e6;color:#fff;font-size:11px;font-weight:850}.employee-reminder{display:flex;align-items:flex-start;gap:11px;padding:13px;border-radius:14px}.employee-reminder>span{font-size:20px}.employee-reminder b{font-size:11px}.employee-reminder p{font-size:9px;line-height:1.55;margin:4px 0 0}.employee-reminder.warning{background:#fff5e8;color:#9b520e}.employee-reminder.info{background:#eaf3ff;color:#155da9}.employee-reminder.success{background:#e8f8ef;color:#197347}.employee-profile-mini dl{margin:0}.employee-profile-mini dl>div{display:flex;justify-content:space-between;gap:15px;padding:10px 0;border-top:1px solid #edf1f6}.employee-profile-mini dt{font-size:9px;color:#8490a2}.employee-profile-mini dd{font-size:10px;font-weight:750;text-align:right;margin:0;max-width:180px;overflow-wrap:anywhere}.employee-mobile-nav{display:none}html[data-theme="dark"] .employee-app-body{background:#0d1422;color:#edf3ff}html[data-theme="dark"] .employee-appbar,html[data-theme="dark"] .employee-sidebar,html[data-theme="dark"] .employee-panel-card,html[data-theme="dark"] .employee-today-grid article{background:#151f30;border-color:#26344b}html[data-theme="dark"] .employee-icon-button,html[data-theme="dark"] .employee-quick-grid a,html[data-theme="dark"] .employee-week-summary div,html[data-theme="dark"] .employee-leave-details span{background:#101a2a;border-color:#28374e;color:#edf3ff}html[data-theme="dark"] .employee-card-title small,html[data-theme="dark"] .employee-today-grid small,html[data-theme="dark"] .employee-today-grid em,html[data-theme="dark"] .employee-quick-grid small,html[data-theme="dark"] .employee-profile-mini dt{color:#9eacc1}html[data-theme="dark"] .employee-profile-mini dd,html[data-theme="dark"] .employee-leave-details b{color:#edf3ff}
@media(max-width:1180px){.employee-app{grid-template-columns:82px minmax(0,1fr)}.employee-sidebar{padding:15px 9px}.employee-profile-card{padding:10px 0}.employee-profile-card img{width:48px;height:48px}.employee-profile-card b,.employee-profile-card span,.employee-profile-card small{display:none}.employee-sidebar nav a{justify-content:center;padding:12px;font-size:0}.employee-sidebar nav a span{font-size:20px}.employee-dashboard-grid{grid-template-columns:minmax(0,1.4fr) 300px}.employee-content{padding:18px}.employee-today-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:860px){.employee-app{display:block;padding-bottom:76px}.employee-appbar{height:62px;padding:0 13px;background:linear-gradient(135deg,#126df2,#0a4cc2);color:#fff;border:0}.employee-app-brand>span{width:36px;height:36px;background:rgba(255,255,255,.17);box-shadow:none}.employee-app-brand b{font-size:16px}.employee-app-brand small{color:rgba(255,255,255,.72)}.employee-icon-button{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18);color:#fff}.employee-avatar-link img{width:36px;height:36px;border-color:rgba(255,255,255,.75)}.employee-sidebar{display:none}.employee-content{padding:0 11px 20px}.employee-welcome{margin:0 -11px;border-radius:0 0 25px 25px;padding:21px 15px;min-height:0}.employee-welcome-person{display:none}.employee-welcome h1{font-size:22px}.employee-welcome p{font-size:11px;max-width:520px}.employee-welcome-actions{margin-top:16px}.employee-primary-action,.employee-secondary-action{padding:11px 13px;font-size:11px}.employee-today-grid{grid-template-columns:repeat(2,1fr);gap:9px;margin:12px 0}.employee-today-grid article{min-height:91px;padding:12px;gap:9px;border-radius:15px}.employee-stat-icon{width:35px;height:35px;border-radius:11px;font-size:17px}.employee-today-grid b{font-size:16px}.employee-dashboard-grid{grid-template-columns:1fr;gap:0}.employee-quick-grid{grid-template-columns:repeat(2,1fr)}.employee-week-summary{grid-template-columns:repeat(2,1fr)}.employee-side-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.employee-side-column .employee-panel-card{margin:0}.employee-profile-mini{grid-column:1/-1}.employee-mobile-nav{position:fixed;z-index:110;left:0;right:0;bottom:0;height:72px;padding:6px 7px calc(6px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.96);border-top:1px solid #e2e8f2;box-shadow:0 -10px 30px rgba(32,49,82,.12);backdrop-filter:blur(18px)}.employee-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7d899b}.employee-mobile-nav a span{font-size:19px}.employee-mobile-nav a small{font-size:9px;font-weight:750}.employee-mobile-nav a.active{color:#0d63e6}.employee-mobile-nav .employee-mobile-main{align-self:start;margin-top:-22px}.employee-mobile-nav .employee-mobile-main span{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1577ff,#094cc2);color:#fff;border:4px solid #fff;box-shadow:0 10px 24px rgba(18,99,230,.35)}html[data-theme="dark"] .employee-mobile-nav{background:rgba(21,31,48,.96);border-color:#26344b}}
@media(max-width:560px){.employee-app-actions{gap:5px}.employee-icon-button{width:36px;height:36px}.employee-welcome{padding-top:18px}.employee-eyebrow{font-size:9px}.employee-welcome h1{font-size:19px}.employee-welcome p{line-height:1.5}.employee-welcome-actions{display:grid;grid-template-columns:1fr 1fr}.employee-primary-action,.employee-secondary-action{justify-content:center;padding:10px 7px}.employee-today-grid article{display:block;text-align:center}.employee-stat-icon{margin:0 auto 6px}.employee-today-grid small{font-size:8px}.employee-today-grid b{font-size:14px}.employee-today-grid em{font-size:8px}.employee-panel-card{padding:14px;border-radius:17px}.employee-card-title{margin-bottom:13px}.employee-card-title small{display:none}.employee-card-title h2{font-size:13px}.employee-quick-grid{gap:8px}.employee-quick-grid a{min-height:108px;padding:13px}.employee-quick-grid b{font-size:11px}.employee-side-column{grid-template-columns:1fr}.employee-profile-mini{grid-column:auto}.employee-announcement b{max-width:230px}.employee-leave-number b{font-size:32px}}

/* Personel puantaj geçmişi */
.attendance-history-content{min-width:0}
.attendance-history-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:26px 28px;border-radius:24px;background:linear-gradient(135deg,#0b67f0,#0b4fc4);color:#fff;box-shadow:0 18px 42px rgba(13,91,210,.22)}
.attendance-history-hero h1{margin:5px 0 7px;font-size:30px}.attendance-history-hero p{margin:0;max-width:650px;color:rgba(255,255,255,.82);line-height:1.55}
.attendance-month-filter{min-width:260px;background:rgba(255,255,255,.12);padding:14px;border:1px solid rgba(255,255,255,.2);border-radius:16px}.attendance-month-filter label{margin:0 0 7px;font-size:11px;color:rgba(255,255,255,.78)}.attendance-month-filter>div{display:flex;gap:8px}.attendance-month-filter input{min-width:0;flex:1;border:0;border-radius:10px;padding:10px 11px}.attendance-month-filter button{border:0;border-radius:10px;padding:10px 14px;background:#fff;color:#0b5bdc;font-weight:800;cursor:pointer}
.attendance-summary-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:16px 0}.attendance-summary-grid article{display:flex;align-items:center;gap:11px;padding:16px;background:var(--card);border:1px solid var(--border);border-radius:17px;box-shadow:0 9px 26px rgba(42,60,95,.07)}.attendance-summary-grid article>span{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:#e9f2ff;color:#1265e8;font-size:19px}.attendance-summary-grid small,.attendance-summary-grid b{display:block}.attendance-summary-grid small{color:var(--muted);font-size:10px}.attendance-summary-grid b{font-size:15px;margin-top:4px}
.attendance-table-card{padding:18px}.attendance-responsive-list{display:grid;gap:9px;margin-top:12px}.attendance-history-row{display:grid;grid-template-columns:72px repeat(6,minmax(90px,1fr));align-items:center;gap:10px;padding:13px 14px;border:1px solid var(--border);border-radius:14px;background:var(--card)}.attendance-history-row>div small,.attendance-history-row>div b{display:block}.attendance-history-row>div small{font-size:9px;color:var(--muted);margin-bottom:4px}.attendance-history-row>div b{font-size:12px}.attendance-date{width:54px;height:54px;border-radius:14px;background:#eef5ff;color:#0d5fdc;display:grid;place-items:center;align-content:center}.attendance-date b{font-size:21px!important}.attendance-date span{font-size:9px}.attendance-late{display:inline-flex!important;width:max-content;padding:5px 8px;border-radius:8px}.attendance-late.yellow{background:#fef3c7;color:#92400e}.attendance-late.orange{background:#ffedd5;color:#c2410c}.attendance-late.red{background:#fee2e2;color:#b91c1c}.attendance-late.normal{background:#dcfce7;color:#166534}.attendance-status{text-transform:capitalize}
@media(max-width:1180px){.attendance-summary-grid{grid-template-columns:repeat(3,1fr)}.attendance-history-row{grid-template-columns:62px repeat(3,1fr)}.attendance-history-row>div:nth-child(n+5){margin-top:2px}}
@media(max-width:760px){.attendance-history-content{padding-top:12px}.attendance-history-hero{align-items:stretch;flex-direction:column;padding:20px;border-radius:20px}.attendance-history-hero h1{font-size:24px}.attendance-month-filter{min-width:0}.attendance-summary-grid{grid-template-columns:repeat(2,1fr)}.attendance-summary-grid article{padding:13px}.attendance-table-card{padding:12px}.attendance-history-row{grid-template-columns:58px repeat(2,minmax(0,1fr));gap:9px}.attendance-history-row>div{min-width:0}.attendance-history-row>div b{font-size:11px}.attendance-date{grid-row:span 3}}
@media(max-width:420px){.attendance-summary-grid{grid-template-columns:1fr 1fr;gap:8px}.attendance-summary-grid article{display:block;text-align:center}.attendance-summary-grid article>span{margin:0 auto 6px}.attendance-history-row{padding:10px 8px}}

/* Aşama 13 - Premium izin merkezi */
.leave-app-body{margin:0;min-height:100vh;background:linear-gradient(180deg,#eef4ff 0,#f7f9fc 260px,#f2f5fa 100%);color:#17243a;padding-bottom:86px}
.leave-app-header{position:sticky;top:0;z-index:50;height:68px;display:flex;align-items:center;gap:14px;padding:0 max(18px,calc((100vw - 1280px)/2));background:rgba(255,255,255,.92);backdrop-filter:blur(18px);border-bottom:1px solid #e3e9f3;box-shadow:0 5px 20px rgba(35,55,90,.05)}
.leave-app-header>div{flex:1}.leave-app-header b,.leave-app-header small{display:block}.leave-app-header b{font-size:17px}.leave-app-header small{font-size:10px;color:#748198;margin-top:3px}.leave-back{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:#edf4ff;color:#1769ef;font-size:30px;line-height:1}.leave-portal-link{padding:10px 16px;border-radius:11px;background:linear-gradient(145deg,#1769ef,#0d4fc8);color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(23,105,239,.22)}
.leave-app-shell{width:min(1280px,calc(100% - 32px));margin:24px auto 0}.leave-premium-hero{min-height:190px;padding:28px 32px;border-radius:25px;background:linear-gradient(125deg,#0c6df2 0,#0757d7 53%,#0b43ad 100%);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden;box-shadow:0 22px 50px rgba(13,83,200,.23)}.leave-premium-hero:before,.leave-premium-hero:after{content:"";position:absolute;border-radius:50%;border:40px solid rgba(255,255,255,.07)}.leave-premium-hero:before{width:260px;height:260px;right:160px;top:-190px}.leave-premium-hero:after{width:180px;height:180px;right:-95px;bottom:-140px}.leave-premium-hero>div{position:relative;z-index:2}.leave-hero-label{display:block;font-size:10px;letter-spacing:1.6px;font-weight:900;color:#bbd4ff}.leave-premium-hero strong{display:block;font-size:48px;letter-spacing:-2px;margin:8px 0 6px}.leave-premium-hero strong small{font-size:18px;letter-spacing:0}.leave-premium-hero p{margin:0;color:#d7e5ff;font-size:13px}.leave-hero-ring{--percent:0;width:116px;height:116px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#fff calc(var(--percent)*1%),rgba(255,255,255,.22) 0);position:relative}.leave-hero-ring:before{content:"";position:absolute;inset:10px;border-radius:50%;background:#0a55c9}.leave-hero-ring span{position:relative;z-index:2;font-size:22px;font-weight:900}
.leave-mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:16px 0}.leave-mini-stats article{display:flex;align-items:center;gap:13px;padding:17px 19px;background:#fff;border:1px solid #e5ebf3;border-radius:17px;box-shadow:0 10px 28px rgba(40,60,95,.06)}.leave-mini-stats article>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;font-size:19px;font-weight:900}.leave-mini-stats .blue{background:#eaf2ff;color:#1769ef}.leave-mini-stats .green{background:#e8faf0;color:#159957}.leave-mini-stats .purple{background:#f1eaff;color:#7c3aed}.leave-mini-stats small,.leave-mini-stats b{display:block}.leave-mini-stats small{color:#7a8799;font-size:10px}.leave-mini-stats b{margin-top:3px;font-size:17px}.leave-alert{border-radius:14px}
.leave-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.leave-request-card,.leave-side-panel article,.leave-history{background:#fff;border:1px solid #e4eaf3;border-radius:20px;box-shadow:0 12px 34px rgba(40,60,95,.07)}.leave-request-card{padding:24px}.leave-card-title,.leave-section-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.leave-card-title>span,.leave-section-title>span{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#eaf2ff;color:#1769ef;font-size:22px;font-weight:900}.leave-card-title h1,.leave-section-title h2{font-size:19px;margin:0}.leave-card-title p,.leave-section-title p{font-size:11px;color:#748198;margin:4px 0 0}.leave-request-card label{font-size:12px;color:#34415a;margin-top:17px}.leave-request-card label em{color:#e33;font-style:normal}.leave-type-picker{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.leave-type-picker label{margin:0;cursor:pointer}.leave-type-picker input{position:absolute;opacity:0}.leave-type-picker span{min-height:82px;padding:13px;border:1px solid #e2e8f1;border-radius:14px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;background:#f9fbfe;transition:.18s}.leave-type-picker i{width:24px;height:5px;border-radius:99px;background:var(--type-color);margin-bottom:9px}.leave-type-picker b{font-size:12px}.leave-type-picker small{font-size:9px;color:#8190a5;margin-top:4px}.leave-type-picker input:checked+span{border-color:var(--type-color);background:color-mix(in srgb,var(--type-color) 8%,white);box-shadow:0 0 0 3px color-mix(in srgb,var(--type-color) 14%,transparent)}.leave-date-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.day-part-picker{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.day-part-picker label{margin:0}.day-part-picker input{position:absolute;opacity:0}.day-part-picker span{display:block;text-align:center;padding:11px;border:1px solid #dfe6f0;border-radius:11px;background:#f9fbfe;font-size:11px}.day-part-picker input:checked+span{background:#eaf2ff;border-color:#83adf5;color:#155fd7;font-weight:800}.leave-textarea{resize:vertical;min-height:105px}.leave-upload{display:flex!important;align-items:center;gap:12px;border:1.5px dashed #b9c9df;border-radius:14px;padding:15px;background:#f8fbff;cursor:pointer}.leave-upload input{display:none}.leave-upload>span{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#e8f1ff;color:#1769ef;font-size:22px}.leave-upload b,.leave-upload small{display:block}.leave-upload b{font-size:11px}.leave-upload small{font-size:9px;color:#7c899d;margin-top:3px}.leave-rule-note{display:flex;gap:10px;padding:13px 14px;margin-top:15px;border-radius:12px;background:#f1f6ff;color:#36557e}.leave-rule-note p{margin:0;font-size:10px;line-height:1.55}.leave-submit{width:100%;margin-top:18px;padding:14px 18px;border:0;border-radius:13px;background:linear-gradient(145deg,#1769ef,#0d4fc8);color:#fff;display:flex;justify-content:center;align-items:center;gap:12px;font-weight:900;box-shadow:0 11px 25px rgba(23,105,239,.24);cursor:pointer}.leave-submit i{font-style:normal;font-size:20px}.leave-side-panel{display:grid;gap:14px}.leave-side-panel article{padding:20px}.leave-side-panel h3{font-size:14px;margin:0 0 16px}.approval-timeline{display:grid;gap:0}.approval-timeline>div{display:flex;gap:11px;position:relative;padding-bottom:20px}.approval-timeline>div:not(:last-child):after{content:"";position:absolute;width:2px;left:15px;top:31px;bottom:0;background:#dfe7f2}.approval-timeline i{flex:0 0 32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#edf1f6;color:#7b8799;font-style:normal;font-size:11px;font-weight:900}.approval-timeline .done i{background:#def7e8;color:#138a4d}.approval-timeline b,.approval-timeline small{display:block}.approval-timeline b{font-size:11px}.approval-timeline small{font-size:9px;color:#7c899b;margin-top:3px}.leave-rules{padding-left:17px;margin:0;display:grid;gap:10px;color:#6e7a8e;font-size:10px;line-height:1.5}.leave-rules b{color:#24324a}
.leave-history{margin-top:18px;padding:22px}.leave-history-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:15px}.leave-history-head h2{font-size:18px;margin:0}.leave-history-head p{font-size:10px;color:#7c899d;margin:4px 0 0}.leave-history-head>span{padding:7px 11px;border-radius:999px;background:#edf3fc;color:#47617f;font-size:10px;font-weight:800}.leave-history-list{display:grid;gap:10px}.leave-history-card{position:relative;display:grid;grid-template-columns:6px minmax(0,1fr) auto;gap:14px;align-items:center;padding:15px;border:1px solid #e5eaf2;border-radius:15px;background:#fbfcfe}.leave-history-card>i{width:6px;height:100%;min-height:74px;border-radius:99px}.leave-history-title{display:flex;align-items:center;gap:8px}.leave-history-title b{font-size:12px}.leave-history-main>p{font-size:10px;color:#6d798c;margin:5px 0}.leave-history-main>small{display:block;font-size:10px;color:#7b8798;margin-top:7px}.leave-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:900}.leave-status.pending{background:#fff4d8;color:#a46600}.leave-status.approved{background:#dff8e9;color:#147e48}.leave-status.rejected{background:#ffe5e5;color:#bd2f2f}.leave-status.cancelled{background:#e9edf3;color:#677488}.approval-chips{display:flex;gap:5px;flex-wrap:wrap}.approval-chips span,.leave-admin-flow span{padding:4px 7px;border-radius:7px;font-size:8px;font-weight:800}.approval-chips .pending,.leave-admin-flow .pending{background:#fff4d8;color:#a46600}.approval-chips .approved,.leave-admin-flow .approved{background:#def7e8;color:#14804a}.approval-chips .rejected,.leave-admin-flow .rejected{background:#ffe4e4;color:#bb2929}.leave-history-days{text-align:center;min-width:65px}.leave-history-days b,.leave-history-days span{display:block}.leave-history-days b{font-size:21px}.leave-history-days span{font-size:9px;color:#7b8798}.leave-history-days button{margin-top:8px;border:0;background:transparent;color:#d23b3b;font-size:9px;font-weight:800;cursor:pointer}.leave-empty{text-align:center;padding:35px}.leave-empty>span{font-size:35px;color:#9eb4d1}.leave-empty b,.leave-empty p{display:block}.leave-empty p{font-size:11px;color:#7d8999}.leave-mobile-nav{display:none}
/* Admin izin ayarları ve talep kartları */
.leave-admin-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:16px}.setting-switch-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:18px}.setting-switch{display:flex!important;align-items:center;gap:11px;margin:0!important;padding:12px;border:1px solid #e3e9f1;border-radius:13px;background:#f9fbfe;cursor:pointer}.setting-switch input{position:absolute;opacity:0}.setting-switch>span{width:38px;height:22px;border-radius:99px;background:#cdd7e5;position:relative;flex:none;transition:.2s}.setting-switch>span:after{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:.2s}.setting-switch input:checked+span{background:#1769ef}.setting-switch input:checked+span:after{transform:translateX(16px)}.setting-switch b,.setting-switch small{display:block}.setting-switch b{font-size:11px}.setting-switch small{font-size:9px;color:#7b8798;margin-top:3px}.premium-checks{display:flex;gap:18px;flex-wrap:wrap}.premium-checks label{font-size:11px}.color-input{padding:5px!important;min-height:42px}.leave-type-admin-list{display:grid;gap:9px}.leave-type-admin-card{display:grid;grid-template-columns:8px minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:12px;border:1px solid #e4eaf3;border-radius:14px;background:#fbfcfe}.leave-type-admin-card>i{width:8px;height:48px;border-radius:99px}.leave-type-fields{display:grid;grid-template-columns:1.2fr 1fr 58px 70px;gap:8px}.leave-type-options{display:flex;gap:10px;flex-wrap:wrap}.leave-type-options label{font-size:9px;margin:0}.compact-number{max-width:70px}.leave-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px}.leave-summary-grid .stat small{display:block;color:#7b8798;font-size:9px;margin-top:5px}.premium-tabs{display:flex;gap:7px;margin:0 0 14px;overflow:auto;padding-bottom:2px}.premium-tabs a{display:flex;align-items:center;gap:7px;padding:10px 14px;border:1px solid #e1e7f0;border-radius:11px;background:#fff;color:#607087;font-size:11px;font-weight:800;white-space:nowrap}.premium-tabs a.active{background:#1769ef;color:#fff;border-color:#1769ef;box-shadow:0 8px 18px rgba(23,105,239,.2)}.premium-tabs a span{padding:2px 6px;border-radius:99px;background:rgba(255,255,255,.2)}.leave-admin-request-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.leave-admin-request{padding:16px}.leave-admin-person{display:flex;align-items:center;gap:10px;padding-bottom:13px;border-bottom:1px solid #edf1f6}.leave-admin-person img{width:43px;height:43px;border-radius:13px;object-fit:cover}.leave-admin-person>div{flex:1}.leave-admin-person b,.leave-admin-person small{display:block}.leave-admin-person b{font-size:12px}.leave-admin-person small{font-size:9px;color:#7c889b;margin-top:3px}.leave-admin-request-body{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:14px 0 8px}.leave-admin-type{display:flex;align-items:center;gap:10px}.leave-admin-type>i{width:6px;height:42px;border-radius:99px}.leave-admin-type b,.leave-admin-type small{display:block}.leave-admin-type b{font-size:12px}.leave-admin-type small{font-size:9px;color:#7b8797;margin-top:4px}.leave-admin-days{text-align:center}.leave-admin-days b,.leave-admin-days span{display:block}.leave-admin-days b{font-size:21px}.leave-admin-days span{font-size:8px;color:#7b8798}.leave-admin-flow{grid-column:1/-1;display:flex;gap:6px}.leave-admin-reason{font-size:10px;line-height:1.55;color:#68778d;background:#f7f9fc;border-radius:10px;padding:10px;margin:4px 0 12px}.leave-admin-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #edf1f6;padding-top:12px}.leave-admin-empty{text-align:center;padding:38px;grid-column:1/-1}.leave-admin-empty span{font-size:35px;color:#9db1ca}.leave-admin-empty b,.leave-admin-empty p{display:block}.leave-admin-empty p{font-size:11px;color:#7b8798}.block{display:block}
@media(max-width:980px){.leave-content-grid{grid-template-columns:1fr}.leave-side-panel{grid-template-columns:1fr 1fr}.leave-admin-grid{grid-template-columns:1fr}.leave-admin-request-list{grid-template-columns:1fr}.leave-app-shell{width:min(100% - 22px,900px)}}
@media(max-width:760px){.leave-app-body{padding-bottom:82px}.leave-app-header{height:62px;padding:0 12px;background:linear-gradient(135deg,#126df2,#0d4dbb);color:#fff;border:0}.leave-app-header small{color:#d4e5ff}.leave-back{background:rgba(255,255,255,.15);color:#fff}.leave-portal-link{background:#fff;color:#0d58cf;box-shadow:none}.leave-app-shell{width:100%;margin:0}.leave-premium-hero{border-radius:0 0 24px 24px;padding:22px 17px;min-height:165px}.leave-premium-hero strong{font-size:38px}.leave-hero-ring{width:92px;height:92px}.leave-mini-stats{padding:0 10px;margin:12px 0;gap:8px}.leave-mini-stats article{padding:11px;border-radius:14px;gap:8px}.leave-mini-stats article>span{width:34px;height:34px;border-radius:10px}.leave-mini-stats small{font-size:8px}.leave-mini-stats b{font-size:13px}.leave-alert{margin-left:10px;margin-right:10px}.leave-content-grid{padding:0 10px}.leave-request-card{padding:16px;border-radius:17px}.leave-side-panel{grid-template-columns:1fr}.leave-type-picker{grid-template-columns:repeat(2,1fr)}.leave-date-grid{grid-template-columns:1fr}.leave-history{margin:12px 10px 0;padding:14px;border-radius:17px}.leave-history-card{grid-template-columns:5px minmax(0,1fr);padding:12px}.leave-history-days{grid-column:2;text-align:left;display:flex;align-items:baseline;gap:4px}.leave-history-days b{font-size:17px}.leave-history-days form{margin-left:auto}.leave-mobile-nav{position:fixed;left:0;right:0;bottom:0;z-index:70;height:70px;padding:5px 8px calc(5px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);background:rgba(255,255,255,.96);border-top:1px solid #e3e9f2;box-shadow:0 -8px 25px rgba(35,55,90,.1);backdrop-filter:blur(15px)}.leave-mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:#7b8798}.leave-mobile-nav a.active{color:#1769ef}.leave-mobile-nav span{font-size:19px}.leave-mobile-nav small{font-size:8px;font-weight:800}.setting-switch-grid{grid-template-columns:1fr}.leave-type-admin-card{grid-template-columns:6px 1fr}.leave-type-fields{grid-template-columns:1fr 1fr}.leave-type-options,.leave-type-admin-card>.btn{grid-column:2}.leave-summary-grid{grid-template-columns:1fr 1fr}.leave-admin-footer{align-items:flex-start;flex-direction:column}.leave-admin-footer .action-row{width:100%}.leave-admin-footer .action-row .btn{flex:1}.leave-section-title>span{width:38px;height:38px}}
@media(max-width:430px){.leave-mini-stats{grid-template-columns:1fr 1fr}.leave-mini-stats article:last-child{grid-column:1/-1}.leave-type-picker{grid-template-columns:1fr 1fr}.day-part-picker{grid-template-columns:1fr}.leave-hero-ring{width:80px;height:80px}.leave-premium-hero{gap:10px}.leave-premium-hero p{font-size:10px}.leave-type-fields{grid-template-columns:1fr}.leave-type-options,.leave-type-admin-card>.btn{grid-column:1/-1}}

/* İzin ayarları sekmeli pencere - Aşama 13.1 */
.leave-settings-shell{padding:0;overflow:hidden;border-radius:18px}
.leave-settings-tabs{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:0;background:#f7f9fc;border-bottom:1px solid #e3e9f2;overflow:auto}
.leave-tab-btn{appearance:none;border:0;border-right:1px solid #e4eaf2;background:transparent;padding:16px 14px;text-align:left;cursor:pointer;color:#627188;display:grid;grid-template-columns:34px 1fr;grid-template-areas:"icon title" "icon text";column-gap:10px;align-items:center;min-width:160px;transition:.2s}
.leave-tab-btn:last-child{border-right:0}.leave-tab-btn>span{grid-area:icon;width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:#e9eef6;color:#607087;font-size:16px}.leave-tab-btn b{grid-area:title;font-size:12px}.leave-tab-btn small{grid-area:text;font-size:9px;margin-top:3px;color:#8a96a8}.leave-tab-btn:hover{background:#fff}.leave-tab-btn.active{background:#fff;color:#1769ef;box-shadow:inset 0 -3px 0 #1769ef}.leave-tab-btn.active>span{background:#e8f1ff;color:#1769ef}.leave-tab-btn.active small{color:#6c84a6}
.leave-settings-content{padding:22px}.leave-tab-panel{display:none}.leave-tab-panel.active{display:block;animation:leaveTabIn .2s ease}@keyframes leaveTabIn{from{opacity:.25;transform:translateY(4px)}to{opacity:1;transform:none}}
.leave-settings-savebar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px;padding:15px 17px;background:#f7f9fc;border:1px solid #e3e9f2;border-radius:14px}.leave-settings-savebar b,.leave-settings-savebar small{display:block}.leave-settings-savebar b{font-size:12px}.leave-settings-savebar small{font-size:9px;color:#7d899a;margin-top:3px}
.single-row-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.leave-flow-preview{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:22px;padding:20px;background:linear-gradient(135deg,#f6f9ff,#edf4ff);border:1px solid #dfe8f7;border-radius:15px;overflow:auto}.leave-flow-preview>span{color:#9aacbf}.flow-step{min-width:125px;text-align:center}.flow-step i{width:34px;height:34px;margin:0 auto 7px;border-radius:50%;display:grid;place-items:center;background:#e1ebfb;color:#1769ef;font-style:normal;font-weight:900}.flow-step b{font-size:10px;white-space:nowrap}.flow-step.success i{background:#dcfce7;color:#15803d}
.field-help{display:block;color:#8490a2;font-size:9px;margin-top:6px}.info-panel{margin-top:18px;padding:15px 16px;border-radius:13px;background:#eef5ff;border:1px solid #d8e7ff;color:#244b7f}.info-panel b{font-size:11px}.info-panel p{font-size:9px;line-height:1.55;margin:5px 0 0}
.leave-types-layout{display:grid;grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);gap:16px}.leave-type-create-card,.leave-type-list-card{padding:17px;border:1px solid #e3e9f2;border-radius:15px;background:#fbfcfe}.leave-type-create-card h3,.leave-type-list-card h3{margin:0 0 14px;font-size:14px}
@media(max-width:900px){.leave-settings-tabs{grid-template-columns:repeat(5,180px);scroll-snap-type:x proximity}.leave-tab-btn{scroll-snap-align:start}.leave-types-layout{grid-template-columns:1fr}.leave-settings-content{padding:16px}}
@media(max-width:640px){.leave-settings-shell{border-radius:14px}.leave-settings-tabs{grid-template-columns:repeat(5,156px)}.leave-tab-btn{min-width:156px;padding:13px 10px}.leave-settings-content{padding:13px}.single-row-cards{grid-template-columns:1fr}.leave-flow-preview{justify-content:flex-start}.leave-settings-savebar{position:sticky;bottom:8px;z-index:5;align-items:stretch;flex-direction:column;background:rgba(247,249,252,.96);backdrop-filter:blur(10px)}.leave-settings-savebar .btn{width:100%}.leave-type-create-card,.leave-type-list-card{padding:13px}}

/* İzin türleri silme aksiyonu */
.leave-type-card-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;flex-wrap:wrap}
.leave-type-card-actions .btn{min-width:82px}
@media(max-width:760px){.leave-type-card-actions{width:100%;justify-content:stretch}.leave-type-card-actions .btn{flex:1}}

/* Aşama 14 - Personel özlük dosyası */
.dossier-main{min-width:0}.dossier-head{display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(360px,1fr);gap:22px;align-items:center;padding:22px;margin-bottom:16px}.dossier-head>img{width:92px;height:92px;border-radius:24px;object-fit:cover;border:4px solid #fff;box-shadow:0 10px 28px rgba(30,64,175,.15)}.dossier-head h2{margin:0 0 6px;font-size:24px}.dossier-head p{margin:0 0 10px;color:var(--muted)}.dossier-head dl{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:0}.dossier-head dl div{background:#f7f9fd;border:1px solid var(--border);border-radius:12px;padding:11px}.dossier-head dt{font-size:10px;color:var(--muted)}.dossier-head dd{margin:5px 0 0;font-size:12px;font-weight:750;word-break:break-word}.dossier-tabs{display:flex;gap:6px;overflow:auto;padding:5px;background:#fff;border:1px solid var(--border);border-radius:14px;margin-bottom:14px;scrollbar-width:thin}.dossier-tabs a{white-space:nowrap;padding:10px 13px;border-radius:10px;font-size:12px;font-weight:750;color:#667085}.dossier-tabs a.active{background:linear-gradient(135deg,#1769ef,#0e4fc4);color:#fff;box-shadow:0 7px 16px rgba(23,105,239,.22)}.dossier-panel{padding:22px}.dossier-panel .full-field{grid-column:1/-1}.dossier-split{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:24px;align-items:start}.dossier-form{background:#f8faff;border:1px solid #e5eaf3;border-radius:16px;padding:18px}.dossier-form h3,.dossier-split h3{margin:0 0 14px}.dossier-list{display:grid;gap:10px}.dossier-list article{display:flex;justify-content:space-between;gap:16px;align-items:center;border:1px solid var(--border);border-radius:14px;padding:14px;background:#fff}.dossier-list b,.dossier-list small,.dossier-list em{display:block}.dossier-list small{color:var(--muted);font-size:11px;margin-top:4px}.dossier-list em{font-style:normal;color:#526077;font-size:11px;margin-top:5px}.dossier-list em.expired{color:#b42318;font-weight:800}.dossier-list.notes article{align-items:flex-start}.dossier-list.notes p{margin:0 0 8px;line-height:1.6}.dossier-note-form{max-width:760px;margin-bottom:18px}.dossier-list.history article{justify-content:flex-start}.employee-docs-shell{min-height:100vh;background:linear-gradient(180deg,#f4f8ff,#eef3fb);padding-bottom:84px}.employee-docs-header{height:66px;display:flex;align-items:center;justify-content:space-between;padding:0 max(16px,calc((100vw - 1050px)/2));background:linear-gradient(135deg,#126df2,#0c4fc3);color:#fff;position:sticky;top:0;z-index:20}.employee-docs-header>a{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:rgba(255,255,255,.14);font-size:24px}.employee-docs-header div{text-align:center}.employee-docs-header b,.employee-docs-header small{display:block}.employee-docs-header small{opacity:.75;font-size:10px;margin-top:3px}.employee-docs-shell main{max-width:1050px;margin:0 auto;padding:18px}.employee-doc-hero{display:flex;gap:18px;align-items:center;padding:24px;border-radius:22px;background:linear-gradient(135deg,#0d67ed,#0a4dbb);color:#fff;box-shadow:0 18px 42px rgba(13,103,237,.22)}.employee-doc-hero>span{width:60px;height:60px;display:grid;place-items:center;border-radius:18px;background:rgba(255,255,255,.16);font-size:28px}.employee-doc-hero h1{margin:0 0 6px}.employee-doc-hero p{margin:0;opacity:.82}.employee-doc-tabs{display:flex;gap:8px;margin:16px 0}.employee-doc-tabs button{border:0;border-radius:12px;background:#fff;padding:11px 16px;font-weight:800;color:#667085;box-shadow:0 8px 22px rgba(34,55,90,.06);cursor:pointer}.employee-doc-tabs button.active{background:#1769ef;color:#fff}.employee-doc-panel{display:none;gap:12px}.employee-doc-panel.active{display:grid}.employee-doc-card{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #e3e9f2;border-radius:17px;padding:16px;box-shadow:0 10px 28px rgba(40,60,95,.06)}.employee-doc-icon{width:46px;height:46px;border-radius:14px;background:#e8f1ff;color:#1769ef;display:grid;place-items:center;font-size:22px}.employee-doc-icon.certificate{background:#fff3dd;color:#d97706}.employee-doc-card>div{flex:1}.employee-doc-card b,.employee-doc-card small,.employee-doc-card em{display:block}.employee-doc-card small{font-size:11px;color:#667085;margin-top:4px}.employee-doc-card em{font-size:11px;font-style:normal;color:#526077;margin-top:5px}.employee-doc-card em.expired{color:#b42318;font-weight:800}.employee-doc-card>a{padding:9px 13px;border-radius:10px;background:#edf4ff;color:#1769ef;font-size:11px;font-weight:800}.employee-doc-empty{background:#fff;border:1px dashed #cbd5e1;border-radius:16px;padding:30px;text-align:center;color:#667085}
@media(max-width:900px){.dossier-head{grid-template-columns:auto 1fr}.dossier-head dl{grid-column:1/-1}.dossier-split{grid-template-columns:1fr}.dossier-panel{padding:16px}}
@media(max-width:620px){.dossier-head{grid-template-columns:1fr;text-align:center}.dossier-head>img{margin:auto}.dossier-head dl{grid-template-columns:1fr}.dossier-tabs{border-radius:12px;margin-left:-4px;margin-right:-4px}.dossier-tabs a{padding:9px 11px}.dossier-panel{padding:13px}.dossier-list article{align-items:flex-start;flex-direction:column}.dossier-list article>.actions{width:100%}.employee-docs-shell main{padding:12px}.employee-doc-hero{padding:18px;border-radius:18px}.employee-doc-hero h1{font-size:20px}.employee-doc-hero p{font-size:12px}.employee-doc-card{padding:13px}.employee-doc-card>a{padding:8px 10px}}
