:root{--bg:#f4f6f9;--panel:#fff;--line:#e2e8f0;--text:#111827;--muted:#64748b;--primary:#1d4ed8;--primary2:#eef4ff;--good:#15803d;--bad:#dc2626;--warn:#d97706;--shadow:0 10px 30px rgba(15,23,42,.06);--radius:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;font-size:14px}.app-shell{min-height:100vh;display:flex}.sidebar{width:248px;background:#fff;border-right:1px solid var(--line);padding:20px 16px;position:fixed;left:0;top:0;bottom:0}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text);padding:6px 6px 18px}.brand-mark{width:38px;height:38px;border-radius:12px;background:#172033;color:#fff;display:grid;place-items:center;font-weight:800}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.nav{display:grid;gap:6px;margin-top:10px}.nav-link{display:flex;align-items:center;gap:12px;padding:12px 12px;border-radius:12px;color:#475569;text-decoration:none;border:1px solid transparent}.nav-link:hover{background:#f8fafc;color:#111827}.nav-link.is-active{background:var(--primary2);color:var(--primary);border-color:#dbeafe}.main{margin-left:248px;width:calc(100% - 248px);padding:26px}.topbar{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:18px}.topbar h1{font-size:26px;margin:0 0 4px}.topbar p{margin:0;color:var(--muted)}.top-actions{display:flex;gap:10px}.btn{border:0;border-radius:10px;padding:10px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;font-weight:700;cursor:pointer;font-size:14px}.btn-primary{background:var(--primary);color:#fff}.btn-soft{background:#fff;color:#172033;border:1px solid var(--line)}.btn-danger{background:#fee2e2;color:#b91c1c}.btn-small{padding:7px 10px;font-size:12px}.grid{display:grid;gap:16px}.grid-2{grid-template-columns:1.4fr .8fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.card{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:18px}.card-title{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.card-title h2,.card-title h3{margin:0;font-size:17px}.muted{color:var(--muted)}.kpi{display:flex;align-items:flex-start;justify-content:space-between}.kpi span{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.kpi strong{font-size:28px}.kpi i{font-style:normal;width:38px;height:38px;border-radius:12px;background:#f1f5f9;display:grid;place-items:center;color:var(--primary);font-weight:800}.table{width:100%;border-collapse:collapse}.table th{text-align:left;font-size:12px;color:var(--muted);font-weight:700;padding:10px;border-bottom:1px solid var(--line)}.table td{padding:12px 10px;border-bottom:1px solid #edf2f7;vertical-align:middle}.table tr:last-child td{border-bottom:0}.row-title{display:flex;align-items:center;gap:10px}.avatar{width:34px;height:34px;border-radius:10px;background:#f1f5f9;color:#1e293b;display:grid;place-items:center;font-weight:800}.progress{height:7px;background:#e5e7eb;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:var(--primary);border-radius:99px}.status-good{color:var(--good);font-weight:800}.status-bad{color:var(--bad);font-weight:800}.status-warn{color:var(--warn);font-weight:800}.actions{display:flex;gap:6px;align-items:center}.form{display:grid;gap:12px}.form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.field label{display:block;font-size:12px;font-weight:800;color:#475569;margin-bottom:6px}.input,.select,.textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#fff;padding:10px 12px;color:var(--text);font:inherit}.textarea{min-height:88px;resize:vertical}.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.badge-blue{color:var(--primary);background:#eff6ff;border-color:#bfdbfe}.badge-green{color:var(--good);background:#f0fdf4;border-color:#bbf7d0}.badge-red{color:var(--bad);background:#fef2f2;border-color:#fecaca}.list{display:grid}.list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid #edf2f7}.list-item:last-child{border-bottom:0}.empty{padding:26px;text-align:center;color:var(--muted);background:#f8fafc;border:1px dashed var(--line);border-radius:14px}.alert{padding:12px 14px;border-radius:12px;margin:0 0 14px;border:1px solid var(--line);background:#fff}.alert-success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.alert-danger{background:#fef2f2;border-color:#fecaca;color:#991b1b}.alert-info{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.circle{width:132px;height:132px;border-radius:50%;background:conic-gradient(var(--good) var(--p),#e5e7eb 0);display:grid;place-items:center;margin:auto}.circle-inner{width:94px;height:94px;background:#fff;border-radius:50%;display:grid;place-items:center;text-align:center}.circle strong{font-size:24px}.page-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.search{max-width:300px}.mini-stat{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px solid #edf2f7}.mini-stat:last-child{border-bottom:0}.day-bars{display:flex;align-items:end;height:120px;gap:13px}.bar-wrap{flex:1;text-align:center;color:var(--muted);font-size:11px}.bar{height:80px;background:#e5e7eb;border-radius:8px;display:flex;align-items:end;overflow:hidden;margin-bottom:7px}.bar span{display:block;width:100%;background:#1d4ed8;border-radius:8px 8px 0 0}.mobile-menu{display:none}@media(max-width:980px){.sidebar{position:static;width:100%;height:auto;border-right:0;border-bottom:1px solid var(--line)}.app-shell{display:block}.main{margin-left:0;width:100%;padding:16px}.nav{grid-template-columns:repeat(4,1fr)}.nav-link{justify-content:center}.nav-link span{display:none}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.form-row{grid-template-columns:1fr}.table{font-size:13px}.table th:nth-child(4),.table td:nth-child(4){display:none}}@media(max-width:540px){.nav{grid-template-columns:repeat(4,1fr)}.sidebar{padding:12px}.brand{padding-bottom:10px}.top-actions{width:100%;display:grid;grid-template-columns:1fr 1fr}.card{padding:14px}.main{padding:12px}.table th,.table td{padding:9px 6px}.kpi strong{font-size:23px}}
.auth-body{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:20px}.auth-card{width:100%;max-width:440px;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow);padding:28px}.auth-brand{display:flex;align-items:center;gap:12px;margin-bottom:22px}.auth-brand small{display:block;color:var(--muted);font-size:12px;margin-top:2px}.auth-card h1{margin:0 0 18px;font-size:26px}.auth-submit{width:100%;margin-top:4px}.auth-footer{text-align:center;margin-top:16px;color:var(--muted)}.auth-footer a{color:var(--primary);font-weight:800;text-decoration:none}.divider{height:1px;background:#edf2f7;margin:4px 0 8px}.compact-title{margin-bottom:8px}.sidebar-user{position:absolute;left:16px;right:16px;bottom:16px;border-top:1px solid #edf2f7;padding-top:12px}.sidebar-user a{color:#475569;text-decoration:none;font-weight:700}.sidebar-user small{display:block;color:var(--muted);font-weight:400;margin-top:2px}@media(max-width:980px){.sidebar-user{position:static;left:auto;right:auto;bottom:auto;margin-top:10px}.auth-card{padding:22px}}
/* Package 4 professional modal UI */
body{background:#f3f6fb;color:#0f172a}.main{padding:30px}.topbar{background:transparent;margin-bottom:20px}.topbar h1{font-size:28px;letter-spacing:-.02em}.btn{min-height:38px}.btn-primary{box-shadow:0 8px 18px rgba(29,78,216,.18)}.card{border-color:#dbe3ef;box-shadow:0 12px 35px rgba(15,23,42,.055)}.table-card{padding:0;overflow:hidden}.table-card .card-title{padding:18px 18px 0}.data-table th{background:#f8fafc;color:#475569;text-transform:uppercase;letter-spacing:.035em}.data-table td small,.row-title small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.page-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dbe3ef;border-radius:18px;box-shadow:var(--shadow);padding:20px 22px;margin-bottom:16px}.page-hero h2{margin:2px 0 5px;font-size:24px;letter-spacing:-.02em}.page-hero p{margin:0;color:var(--muted);max-width:720px}.eyebrow{display:block;color:#1d4ed8;font-weight:800;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.compact-grid{gap:12px}.stat-card{padding:16px}.stat-card span{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-bottom:8px}.stat-card strong{font-size:25px;letter-spacing:-.02em}.settings-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.action-card{min-height:140px;background:#fff;border:1px solid #dbe3ef;border-radius:18px;box-shadow:var(--shadow);padding:18px;text-align:left;text-decoration:none;color:#0f172a;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:.15s ease}.action-card:hover{transform:translateY(-2px);border-color:#bfdbfe;box-shadow:0 18px 45px rgba(15,23,42,.08)}.action-card b{font-size:17px}.action-card small{color:var(--muted)}.action-icon{width:42px;height:42px;border-radius:14px;background:#eff6ff;color:#1d4ed8;display:grid;place-items:center;font-weight:900}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid #edf2f7}.info-grid div{padding:18px;border-right:1px solid #edf2f7}.info-grid div:last-child{border-right:0}.info-grid span{display:block;color:var(--muted);font-size:12px;margin-bottom:8px}.info-grid b{font-size:16px}.subject-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}.subject-tab{background:#fff;border:1px solid #dbe3ef;border-radius:14px;padding:12px 14px;color:#0f172a;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.04)}.subject-tab b{display:block}.subject-tab span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.subject-tab.is-active{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.modal-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.52);display:none;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-backdrop.is-open{display:flex}.modal{width:100%;max-height:92vh;overflow:auto;background:#fff;border:1px solid #dbe3ef;border-radius:20px;box-shadow:0 30px 90px rgba(2,6,23,.35);padding:20px}.modal-sm{max-width:520px}.modal-md{max-width:680px}.modal-lg{max-width:920px}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;border-bottom:1px solid #edf2f7;padding-bottom:14px;margin-bottom:16px}.modal-head h3{margin:2px 0 0;font-size:21px}.modal-close{width:36px;height:36px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#334155;font-size:22px;line-height:1;text-decoration:none;display:grid;place-items:center;cursor:pointer}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px;padding-top:14px;border-top:1px solid #edf2f7}.field-check{display:flex;align-items:end}.field-check label{background:#f8fafc;border:1px solid var(--line);border-radius:10px;min-height:40px;display:flex!important;align-items:center;gap:8px;padding:10px 12px;margin:0;width:100%}.three-cols{grid-template-columns:repeat(3,1fr)}.sidebar{box-shadow:4px 0 24px rgba(15,23,42,.035)}.brand-mark{background:linear-gradient(135deg,#111827,#1e3a8a)}.nav-link{font-weight:700}.nav-link.is-active{box-shadow:inset 3px 0 0 var(--primary)}@media(max-width:1180px){.subject-tabs{grid-template-columns:repeat(3,1fr)}.settings-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.page-hero{align-items:flex-start;flex-direction:column}.page-hero .btn{width:100%}.settings-grid,.subject-tabs,.info-grid,.three-cols{grid-template-columns:1fr}.modal-backdrop{padding:10px;align-items:flex-start}.modal{margin-top:10px}.main{padding:16px}.data-table{min-width:760px}.table-card{overflow:auto}}


/* Package 7 dashboard icon refinement - mevcut düzen bozulmadan */
.kpi-card{position:relative;overflow:hidden;min-height:98px}.kpi-card:after{content:"";position:absolute;right:-26px;top:-28px;width:92px;height:92px;border-radius:50%;background:rgba(29,78,216,.035)}.kpi-card>div,.kpi-card>.kpi-icon{position:relative;z-index:1}.kpi-card i{display:none}.kpi-icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;border:1px solid #dbe6f3;background:#f8fafc;color:#1d4ed8;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}.kpi-blue{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.kpi-green{background:#f0fdf4;color:#15803d;border-color:#bbf7d0}.kpi-indigo{background:#f5f3ff;color:#5b21b6;border-color:#ddd6fe}.kpi-orange{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.subject-icon{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;color:#1e3a8a;background:linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid #dbeafe;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);flex:0 0 36px}.table tbody tr:hover .subject-icon{background:#eaf1ff;border-color:#bfdbfe;color:#1d4ed8}.topic-title-wrap{display:flex;align-items:center;gap:10px}.topic-dot{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;color:#475569;background:#f8fafc;border:1px solid #e2e8f0;flex:0 0 30px}.topic-dot svg{width:16px;height:16px}.card-title h2,.card-title h3{letter-spacing:-.015em}.kpi strong{letter-spacing:-.035em}.day-bars .bar{background:#eef2f7}.day-bars .bar span{background:linear-gradient(180deg,#2563eb,#1d4ed8)}@media(max-width:540px){.kpi-icon{width:40px;height:40px;border-radius:12px}.subject-icon{width:32px;height:32px;border-radius:10px}.subject-icon svg{width:18px;height:18px}}


/* Package 8: dashboard KPI icon polish */
.kpi-card{
    position:relative;
    overflow:hidden;
    min-height:104px;
    padding:20px 22px;
    align-items:center;
    border-color:#dce5f0;
}
.kpi-card:after{display:none;}
.kpi-card>div,.kpi-card>.kpi-icon{position:relative;z-index:1;}
.kpi-card .kpi-icon{
    width:46px;
    height:46px;
    border-radius:13px;
    flex:0 0 46px;
    display:grid;
    place-items:center;
    margin-left:18px;
    background:#f8fafc;
    border:1px solid #dbe3ee;
    box-shadow:none;
}
.kpi-card .kpi-icon svg{
    width:21px;
    height:21px;
    stroke-width:2;
}
.kpi-card span:first-child{
    color:#52637a;
    font-weight:600;
    letter-spacing:.01em;
}
.kpi-card strong{
    display:block;
    margin-top:8px;
    font-size:30px;
    line-height:1.05;
    color:#0f172a;
}
.kpi-blue{background:#eff6ff!important;color:#1d4ed8!important;border-color:#c7dafa!important;}
.kpi-green{background:#f0fdf4!important;color:#15803d!important;border-color:#bdebc8!important;}
.kpi-indigo{background:#f5f3ff!important;color:#5b21b6!important;border-color:#d8d0fe!important;}
.kpi-orange{background:#fff7ed!important;color:#c2410c!important;border-color:#f9d4aa!important;}
@media(max-width:540px){
    .kpi-card{min-height:92px;padding:16px;}
    .kpi-card .kpi-icon{width:40px;height:40px;flex-basis:40px;margin-left:10px;}
    .kpi-card .kpi-icon svg{width:19px;height:19px;}
    .kpi-card strong{font-size:24px;}
}

/* Package 9: professional XLSX report preview */
.report-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:14px}
.report-card{border:1px solid #dbe3ef;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fafc);padding:14px;min-height:92px}
.report-card b{display:block;font-size:15px;margin-bottom:7px;color:#0f172a}
.report-card span{display:block;color:var(--muted);font-size:12px;line-height:1.45}
@media(max-width:1180px){.report-preview{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.report-preview{grid-template-columns:1fr}}

/* Package 11: time page modal layout */
.page-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.time-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px}.time-action-grid .action-card{min-height:118px}.time-action-grid .action-card .action-icon svg{width:19px;height:19px}@media(max-width:760px){.page-actions{width:100%}.page-actions .btn{flex:1}.time-action-grid{grid-template-columns:1fr}}
