@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap");:root{--primary:#0f172a;--primary-dark:#020617;--primary-light:#f8fafc;--accent:#2563eb;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--background:#f1f5f9;--sidebar-bg:#0f172a;--text-main:#0f172a;--text-muted:#64748b;--radius-lg:20px;--radius-xl:32px;--shadow-sm:0 1px 2px 0 rgb(0 0 0/0.05);--shadow-md:0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);--shadow-lg:0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);--shadow-premium:0 25px 50px -12px rgba(0,0,0,0.08);--shadow-vibrant:0 10px 20px -5px rgba(37,99,235,0.2);--sidebar-width:280px;--header-height:80px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}@media (min-width:1024px){html{font-size:14px}}@media (min-width:1920px){html{font-size:13px}}body,html{height:100%;margin:0}body{font-family:Inter,sans-serif;background:var(--background);color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}.outfit,h1,h2,h3,h4{font-family:Outfit,sans-serif}.app-container{display:flex;min-height:100vh}.view-container{padding:4rem;max-width:1800px;margin:0 auto;animation:fadeInSimple .8s cubic-bezier(.4,0,.2,1) forwards;position:relative}@media screen{.print-only{display:none!important}}@media print{.no-print{display:none!important}.print-only{display:block!important}body{background:white}.app-container{display:block}.btn,.header-actions,.no-print,.sidebar,.table-controls,header{display:none!important}.content-wrapper{margin-left:0!important;padding:0!important}.view-container{padding:0!important;margin:0!important}.card{box-shadow:none!important;border:none!important;padding:0!important}}.sidebar{width:var(--sidebar-width);background:var(--sidebar-bg);position:fixed;left:0;top:0;bottom:0;display:flex;flex-direction:column;color:white;z-index:90;transition:all .4s cubic-bezier(.4,0,.2,1);border-right:1px solid rgba(255,255,255,.05)}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05)}.logo{display:flex;align-items:center;gap:12px;font-weight:800;font-size:1.4rem;font-family:Outfit,sans-serif}.sidebar-nav{flex:1 1;padding:1.5rem 1rem;overflow-y:auto}.menu-section{font-size:.65rem;font-weight:800;color:rgba(255,255,255,.5);margin:1.5rem 0 .75rem .75rem;letter-spacing:1.5px;text-transform:uppercase}.sidebar-nav ul{list-style:none}.nav-link{display:flex;align-items:center;gap:14px;padding:12px 18px;color:rgba(255,255,255,.45);border-radius:14px;text-decoration:none;font-weight:500;font-size:.95rem;transition:all .25s cubic-bezier(.4,0,.2,1);margin-bottom:2px;cursor:pointer}.nav-link:hover{background:rgba(255,255,255,.03);color:white}.nav-link.active,.sidebar-nav a.active{background:rgba(255,255,255,.08);color:white;font-weight:700;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1)}.nav-link.active i{color:white}.submenu{list-style:none!important;padding-left:1.5rem;overflow:hidden;max-height:0;transition:all .4s cubic-bezier(.4,0,.2,1)}.has-submenu.open .submenu{max-height:2000px;margin-bottom:10px;margin-top:2px}.submenu-arrow{margin-left:auto;font-size:.7rem;opacity:.5;transition:transform .3s}.has-submenu.open>.nav-link .submenu-arrow{transform:rotate(90deg)}.sub-nav-link{padding:8px 18px;font-size:.85rem;color:rgba(255,255,255,.4);display:flex;align-items:center;gap:12px;border-radius:10px;text-decoration:none;transition:all .2s}.sub-nav-link:hover{color:white;background:rgba(255,255,255,.03)}.sub-nav-link.active{color:white;background:rgba(37,99,235,.15);font-weight:700}.sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.05)}.logout-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px;background:rgba(239,68,68,.08);color:#f87171;border:none;border-radius:12px;font-weight:700;cursor:pointer;transition:all .3s}.logout-btn:hover{background:#ef4444;color:white}.sidebar a{text-decoration:none!important;color:inherit}header{height:var(--header-height);background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 3rem;position:sticky;top:0;z-index:80;border-bottom:1px solid #f1f5f9}.header-actions{gap:1.5rem}.user-profile{display:flex;align-items:center;gap:12px;padding:4px 6px 4px 16px;background:white;border-radius:50px;border:1px solid #f1f5f9;box-shadow:var(--shadow-sm)}.user-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.user-name{font-size:.85rem;font-weight:700;color:var(--text-main)}.user-role{font-size:.65rem;font-weight:800;color:var(--primary);text-transform:uppercase;letter-spacing:.5px}.user-avatar{width:36px;height:36px;border-radius:50%;overflow:hidden;border:2px solid var(--primary-light)}.main-grid-layout{grid-template-columns:1.8fr 1fr;gap:3rem;align-items:start}.card{background:white;border-radius:var(--radius-xl);box-shadow:var(--shadow-premium);border:1px solid rgba(226,232,240,.6);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card:hover{box-shadow:0 40px 80px -20px rgba(0,0,0,.1);border-color:rgba(37,99,235,.15)}.card-header{margin-bottom:2rem;flex-wrap:wrap;gap:1.5rem}.stats-grid{gap:1.5rem}.stat-card{padding:2.25rem;background:white;border-radius:var(--radius-xl);display:flex;align-items:center;gap:1.75rem;border:1px solid rgba(226,232,240,.7);box-shadow:0 10px 25px -5px rgba(0,0,0,.04);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.stat-blue{background:#eff6ff;color:#2563eb}.stat-purple{background:#f5f3ff;color:#8b5cf6}.stat-green{background:#f0fdf4;color:#10b981}.stat-yellow{background:#fffbeb;color:#f59e0b}.stat-info{display:flex;flex-direction:column}.stat-label{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.stat-value{font-size:1.6rem;font-weight:900;font-family:Outfit,sans-serif;color:var(--text-main);letter-spacing:-.5px}.table-container{border-radius:16px;border:1px solid #f1f5f9;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.table-container::-webkit-scrollbar{height:6px}.table-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}table{width:100%;border-collapse:separate;border-spacing:0}th{background:#f8fafc;padding:1.5rem 2rem;text-align:left;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);border-bottom:2px solid #f1f5f9}td{padding:1.25rem 2rem;font-size:.95rem;border-bottom:1px solid #f1f5f9;color:var(--text-main);transition:all .2s}tr:hover td{background:rgba(37,99,235,.02)}tr:last-child td{border-bottom:none}.th-badge{padding:5px 10px;border-radius:50px;font-size:.65rem;font-weight:800;gap:5px}.btn,.th-badge{display:inline-flex;align-items:center}.btn{gap:8px;padding:10px 20px;border-radius:12px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .3s;border:none;font-family:inherit}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--accent) 100%);color:white;box-shadow:0 8px 16px -4px rgba(0,0,0,.2)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 20px -4px rgba(0,0,0,.25)}.btn:active{transform:scale(.96)}.btn-secondary{background:#f1f5f9;color:var(--text-main)}.btn-secondary:hover{background:#e2e8f0}.btn-outline{background:white;color:var(--text-main);border:2px solid #e2e8f0}.btn-outline:hover{background:#f8fafc;border-color:var(--primary);color:var(--primary)}.btn-vibrant{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:12px;border:none;transition:all .2s;color:white}.btn-vibrant-blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.btn-vibrant-yellow{background:linear-gradient(135deg,#fbbf24,#d97706)}.btn-vibrant-red{background:linear-gradient(135deg,#ef4444,#dc2626)}.btn-vibrant-purple{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px rgba(99,102,241,.25)}.btn-vibrant-orange{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px rgba(249,115,22,.25)}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:.6rem}.form-control{width:100%;padding:14px 18px;border-radius:14px;border:1.5px solid #e2e8f0;background:white;color:#1e293b;font-size:.95rem;font-family:inherit;transition:all .3s cubic-bezier(.4,0,.2,1)}.form-control:focus{border-color:#3b82f6;background:white;outline:none;box-shadow:0 0 0 4px rgba(59,130,246,.1)}.form-control::placeholder{color:#94a3b8}.form-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:20px}.modal-tabs::-webkit-scrollbar{display:none}.modal-tabs{scrollbar-width:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(2,6,23,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeInModal .3s ease-out forwards;padding:20px}.modal-container{background:white;width:100%;max-height:calc(100vh - 40px);border-radius:28px;display:flex;flex-direction:column;box-shadow:0 40px 100px -12px rgba(0,0,0,.5);animation:modalPop .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden;position:relative;border:1px solid rgba(255,255,255,.1)}@media (max-width:640px){.modal-overlay{padding:10px}.modal-container{border-radius:20px;max-height:calc(100vh - 20px)}.modal-header{padding:1.25rem 1.5rem}.modal-body{padding:1.5rem}.modal-footer{padding:1.25rem;flex-direction:column-reverse}.modal-footer button{width:100%}}.modal-header{padding:1.5rem 2.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:white;position:sticky;top:0;z-index:10}.modal-header h3{font-family:Outfit,sans-serif!important;font-size:1.5rem!important;font-weight:800!important;color:#0f172a!important;margin:0}.modal-body{padding:2.5rem;overflow-y:auto;flex:1 1;scroll-behavior:smooth;background:white}.modal-footer{padding:1.5rem 2.5rem;border-top:1px solid #f1f5f9;gap:1.5rem;background:#f8fafc;border-bottom-left-radius:28px;border-bottom-right-radius:28px}.close-btn,.modal-footer{display:flex;justify-content:center}.close-btn{background:#f1f5f9;border:none;width:40px;height:40px;border-radius:12px;align-items:center;cursor:pointer;color:#64748b;transition:all .2s}.close-btn:hover{background:#ef4444;color:white;transform:rotate(90deg)}@keyframes fadeInModal{0%{opacity:0}to{opacity:1}}@keyframes modalPop{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-tabs{display:flex;background:#f1f5f9;padding:5px;border-radius:12px;gap:5px;margin-bottom:1.5rem}.tab-btn{flex:1 1;padding:10px;border:none;background:transparent;color:var(--text-muted);font-weight:700;font-size:.8rem;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:6px}.tab-btn:hover{background:rgba(255,255,255,.6);color:var(--primary)}.tab-btn.active{background:white;color:var(--primary);box-shadow:0 4px 10px rgba(0,0,0,.05)}.table-controls{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:1.5rem}@media (max-width:640px){.table-controls{flex-direction:column;align-items:stretch;gap:1rem}.search-wrapper{max-width:100%!important}.table-controls button{width:100%;justify-content:center}}.search-wrapper{position:relative;flex:1 1;max-width:400px}.search-wrapper i{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:.9rem}.search-input{width:100%;padding:12px 16px 12px 48px;border-radius:14px;border:2px solid #f1f5f9;background:white;font-size:.9rem;transition:all .3s}.search-input:focus{border-color:var(--primary);box-shadow:0 8px 16px -4px rgba(30,58,138,.1);outline:none}.content-wrapper{margin-left:var(--sidebar-width)}@media (max-width:1024px){.sidebar{transform:translateX(-100%);width:260px}.content-wrapper{margin-left:0}body.sidebar-open .sidebar{transform:translateX(0)}.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99;display:none;animation:fadeIn .3s ease}body.sidebar-open .sidebar-overlay{display:block}.sidebar{z-index:100!important}header{padding:0 1.25rem;height:70px}header h1{font-size:1.3rem}.view-container{padding:1.5rem}}@media (max-width:640px){.view-container{padding:1rem}header h1{font-size:1.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.header-actions{gap:10px}.hijri-date,.user-info{display:none}.card{padding:1.25rem}.form-grid,.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.25rem}}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem;margin-bottom:2rem}.report-card{height:100%;display:flex;flex-direction:column}.ai-report-box{animation:pulse-border 3s infinite;border-left:4px solid #6366f1}@keyframes pulse-border{0%{box-shadow:0 0 0 0 rgba(99,102,241,.2)}70%{box-shadow:0 0 0 10px rgba(99,102,241,0)}to{box-shadow:0 0 0 0 rgba(99,102,241,0)}}@media print{.card-actions,.no-print,.sidebar,.table-controls,header,td:last-child,th:last-child{display:none!important}.content-wrapper{margin-left:0!important;padding:0!important}.view-container{padding:0!important;margin:0!important;max-width:100%!important;animation:none!important}.card{box-shadow:none!important;border:none!important;padding:0!important}body{background:white!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}table{border:1px solid #eee!important}th{background:#f1f5f9!important;color:#1e293b!important;border-bottom:2px solid #cbd5e1!important}tr{page-break-inside:avoid!important;break-inside:avoid!important}.th-badge{border:1px solid #ddd!important;background:transparent!important;color:#333!important}}.print-footer-corporate,.print-header-corporate{display:none}@media print{.print-header-corporate{display:block!important;padding-bottom:1rem;margin-bottom:2rem;border-bottom:3px double #1e3a8a}.print-footer-corporate{display:block!important;position:fixed;bottom:0;left:0;right:0;padding-top:10px;border-top:1px solid #eee;font-size:10px;color:#64748b;text-align:right}}.toast-container{position:fixed;top:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.75rem;z-index:10001;pointer-events:none}.toast{pointer-events:auto;min-width:320px;max-width:450px;background:rgba(255,255,255,.85);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:20px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05),inset 0 0 0 1px rgba(255,255,255,.5);position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.toast:hover{transform:scale(1.02) translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.toast-success{border-bottom:3px solid #10b981;background:linear-gradient(to bottom right,rgba(255,255,255,.95),rgba(209,250,229,.4))}.toast-error{border-bottom:3px solid #ef4444;background:linear-gradient(to bottom right,rgba(255,255,255,.95),rgba(254,226,226,.4))}.toast-warning{border-bottom:3px solid #f59e0b;background:linear-gradient(to bottom right,rgba(255,255,255,.95),rgba(254,243,199,.4))}.toast-info{border-bottom:3px solid #3b82f6;background:linear-gradient(to bottom right,rgba(255,255,255,.95),rgba(219,234,254,.4))}.toast-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.toast-success .toast-icon{background:#10b981;color:white}.toast-error .toast-icon{background:#ef4444;color:white}.toast-warning .toast-icon{background:#f59e0b;color:white}.toast-info .toast-icon{background:#3b82f6;color:white}.toast-content{flex:1 1;font-size:.95rem;font-weight:700;color:#1e293b;line-height:1.4}.toast-close{background:rgba(0,0,0,.05);border:none;color:#64748b;cursor:pointer;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;transition:all .2s}.toast-close:hover{background:#ef4444;color:white;transform:rotate(90deg)}.toast-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;opacity:.6}.toast-success .toast-progress{background:#10b981}.toast-error .toast-progress{background:#ef4444}.toast-warning .toast-progress{background:#f59e0b}.toast-info .toast-progress{background:#3b82f6}.animate-toast{animation:premiumToastIn .6s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes premiumToastIn{0%{transform:translateX(100%) scale(.5);opacity:0;filter:blur(10px)}to{transform:translateX(0) scale(1);opacity:1;filter:blur(0)}}.table-actions{display:flex!important;flex-direction:row!important;gap:8px!important;justify-content:flex-start!important;align-items:center!important;min-width:120px;white-space:nowrap!important}.animate-in{animation:fadeIn .5s ease-out backwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media print{.no-print{display:none!important}.only-print{display:block!important}body{background:white!important;padding:0!important}.view-container{padding:0!important;margin:0!important;width:100%!important}}.hide-mobile{@media (max-width:768px){display:none!important}}.show-mobile{display:none!important;@media (max-width:768px){display:block!important}}.mobile-stack-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:769px){.mobile-stack-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.only-print,.print-header-corporate{display:none}@media print{.print-header-corporate{display:block;margin-bottom:2rem}.card{border:none!important;box-shadow:none!important}}.table-wrapper{background:white;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm)}.pagination{display:flex;justify-content:center;align-items:center;gap:1.5rem;padding:1.5rem;background:#fcfcfc;border-top:1px solid #f1f5f9}.page-info{font-size:.9rem;color:var(--text-muted)}.page-info strong{color:var(--primary);font-weight:800}.card,.stat-card{contain:content}@media (max-width:1024px){:root{--sidebar-width:0px;--header-height:70px}.content-wrapper{margin-left:0!important;width:100%!important}header{padding:0 1.5rem!important}.view-container{padding:1.5rem!important}}@media (max-width:768px){:root{--header-height:64px}html{font-size:15px}.view-container{padding:1rem!important}.stats-grid{grid-template-columns:1fr!important;gap:1rem!important}@media (min-width:480px){.stats-grid{grid-template-columns:repeat(2,1fr)!important}}.card{padding:1.25rem!important;border-radius:20px!important}.card-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.card-header h2{font-size:1.25rem!important}.table-controls{flex-direction:column;width:100%;gap:.75rem!important}.search-box,.table-controls>*{width:100%!important}.search-box{max-width:none!important}.user-info{display:none!important}.header-actions{gap:.75rem!important}.hijri-card{padding:6px 12px!important;font-size:.7rem!important}.modal-container{max-height:95vh!important;border-radius:20px 20px 0 0!important;margin-bottom:0!important;position:fixed;bottom:0}.modal-header{padding:1rem 1.5rem!important}.modal-body{padding:1.5rem!important}.modal-footer{padding:1rem 1.5rem!important;flex-direction:column-reverse!important;gap:.75rem!important}.btn{width:100%!important;justify-content:center!important;padding:12px!important}.table-actions{flex-wrap:wrap!important;min-width:auto!important}.btn-vibrant{flex:1 1;min-width:40px}}@media (max-width:400px){header h1{font-size:1.1rem!important}.logo span{display:none}.stats-grid{grid-template-columns:1fr!important}}@media (max-width:1024px){.sidebar{transform:translateX(-100%);width:280px!important;box-shadow:none}body.sidebar-open .sidebar{transform:translateX(0);box-shadow:20px 0 50px rgba(0,0,0,.3)}body.sidebar-open .sidebar-overlay{display:block!important;opacity:1!important}}.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}@media (max-width:768px){td,th{white-space:nowrap;padding:1rem 1.25rem!important}.table-actions{gap:4px!important}}.content-wrapper{flex:1 1;display:flex;flex-direction:column;min-height:100vh;transition:all .3s ease}.view-container{width:100%;margin-left:auto;margin-right:auto}@media (max-width:640px){.card,.view-container{padding:1rem!important}.card{margin-bottom:1rem}}.card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}@media (max-width:768px){.card-header{flex-direction:column;align-items:flex-start}.card-actions{width:100%;display:grid;grid-template-columns:1fr;gap:.5rem}}input,select,textarea{font-size:16px!important}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}@media (max-width:640px){.form-grid{grid-template-columns:1fr;gap:1rem}}.dashboard-header{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.dashboard-title{font-size:2.5rem;font-weight:900;background:linear-gradient(to right,var(--primary),#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.dashboard-subtitle{color:var(--text-muted);font-size:1.1rem}.academic-badge{padding:12px 24px;border-radius:16px}.badge-label{font-size:.8rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}.badge-value{font-size:1.1rem;font-weight:800;color:var(--primary)}.card-glass{background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #f1f5f9;box-shadow:var(--shadow-sm)}.main-grid-layout{display:grid;grid-template-columns:1.6fr 1.4fr;gap:2rem}.primary-column,.secondary-column{display:flex;flex-direction:column;gap:2rem}.access-limited-card{text-align:center;padding:3rem}.icon-limited{font-size:3rem;color:var(--primary-light);margin-bottom:1rem}@media (max-width:1200px){.main-grid-layout{grid-template-columns:1fr;gap:1.5rem}.dashboard-title{font-size:2rem}}@media (max-width:768px){.dashboard-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.dashboard-title{font-size:1.8rem;line-height:1.2}.dashboard-subtitle{font-size:.95rem}.academic-badge{width:100%;padding:1rem}}@media (max-width:480px){.dashboard-title{font-size:1.5rem}}.financial-chart-view{padding:1rem 0}.label-row{display:flex;justify-content:space-between;margin-bottom:.5rem;font-weight:500;color:#475569}.bar-bg{height:12px;background:#f1f5f9;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px}.status-item{display:flex;align-items:flex-start;gap:1rem}.dot{width:10px;height:10px;border-radius:50%;margin-top:6px;flex-shrink:0}.status-text strong{display:block;font-size:.95rem}.status-text p{font-size:.85rem;color:#64748b;margin:0}@media print{.card-actions,.sidebar,header{display:none!important}.content-wrapper{margin-left:0!important;padding:0!important}.laporan-view .view-container{padding:0!important;margin:0!important;max-width:100%!important;animation:none!important}.stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}.stat-card{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;box-shadow:none!important;border:1px solid #ddd!important}.report-row{grid-template-columns:1fr!important;gap:1.5rem!important}.card{box-shadow:none!important;border:1px solid #eee!important;page-break-inside:avoid;break-inside:avoid}.ai-report-box{animation:none!important;border:1px solid #6366f1!important;background-color:#f0f4ff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}.print-footer-corporate,.print-header-corporate{display:block!important}}@media (max-width:768px){.akses-page .page-header-container{flex-direction:column;align-items:flex-start!important;gap:1.5rem!important;margin-bottom:2rem!important}.add-admin-btn{width:100%;justify-content:center}.stats-grid-container{grid-template-columns:1fr!important;gap:1.25rem!important;margin-bottom:2rem!important}.security-card{padding:1.5rem!important;min-height:auto!important}.security-stats{gap:2rem!important}}.data-view-container{box-shadow:var(--shadow-premium);border:1px solid #f1f5f9;border-radius:20px;overflow:hidden;margin-bottom:2rem}.table-controls-container{padding:1rem 2rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;gap:12px;flex-wrap:wrap}.search-box-wrapper{flex:1 1 300px}.filters-wrapper{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.table-wrapper-inner{padding:0 1rem}@media (max-width:640px){.table-controls-container{padding:1rem;flex-direction:column;align-items:stretch}.table-wrapper-inner{padding:0}}.stats-panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-icon-wrapper{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.stat-card-title{margin:0;font-size:.85rem;color:var(--text-muted);font-weight:600;text-transform:uppercase;letter-spacing:.5px}.stat-card-value{margin:4px 0 0;font-size:1.5rem;font-weight:800;color:var(--primary-dark)}.stat-trend{font-size:.75rem;margin-top:4px;font-weight:700}@media (max-width:768px){.stats-panel-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}}@media (max-width:600px){.stats-panel-grid{display:flex!important;flex-direction:row!important;overflow-x:auto!important;padding-bottom:12px!important;gap:10px!important;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stats-panel-grid::-webkit-scrollbar{display:none}}.animate-in{animation:fadeInSimple .6s ease-out forwards}.animate-slide-up{animation:fadeInUp .5s cubic-bezier(.16,1,.3,1) forwards}.animate-slide-left{animation:slideInLeft .6s ease-out forwards}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInSimple{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:991px){.develzy-control-page .main-layout-grid{grid-template-columns:1fr!important;gap:2rem!important}.develzy-sidebar{order:2}.content-area{order:1;padding:1.5rem!important}.sidebar-scrollable{flex-direction:row!important;overflow-x:auto!important;padding-bottom:10px;scrollbar-width:none}.sidebar-scrollable::-webkit-scrollbar{display:none}.sidebar-scrollable>button{flex:0 0 auto;white-space:nowrap}}@media (max-width:768px){.develzy-hero{padding:2rem!important;border-radius:20px!important;margin-bottom:1.5rem!important}.hero-title{font-size:1.8rem!important}.hero-desc{font-size:.9rem!important}.quick-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important;margin-bottom:2rem!important}.stat-card-compact{padding:1.25rem!important;gap:1rem!important}.stat-icon{width:40px!important;height:40px!important;font-size:1rem!important}.stat-value{font-size:.95rem!important}}@media (max-width:480px){.quick-stats-grid{grid-template-columns:1fr!important}}@media (max-width:640px){.print-header-unified .kop-header{justify-content:center;text-align:center;gap:10px}.print-header-unified .kop-logo{width:60px!important;height:60px!important}.print-header-unified .kop-title{font-size:1.1rem!important}.print-header-unified .kop-subtitle{font-size:.8rem!important}}header{justify-content:space-between;padding:0 2rem;gap:1rem}.header-title,header{display:flex;align-items:center}.header-title{min-width:0}.header-title h1{font-size:1.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media (max-width:1024px){.mobile-only{display:block!important}header{padding:0 1rem}}@media (max-width:768px){.header-title h1{font-size:1.1rem}.header-actions{gap:.5rem}}@media (max-width:480px){.header-title h1{max-width:150px}}.hijri-widget{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#065f46,#047857);color:#fff;padding:8px 20px;border-radius:50px;box-shadow:0 4px 15px -3px rgba(5,150,105,.4);margin-right:20px;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;transition:transform .2s;cursor:default}.hijri-widget:hover{transform:translateY(-2px);box-shadow:0 6px 20px -3px rgba(5,150,105,.5)}.hijri-widget:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1h2v2H1V1zm4 0h2v2H5V1zm4 0h2v2H9V1zm4 0h2v2h-2V1zm4 0h2v2h-2V1z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");opacity:.3}.hijri-widget .icon-wrapper{font-size:1.2rem;color:#fbbf24;text-shadow:0 0 10px rgba(251,191,36,.5);z-index:1;animation:moon-float 3s ease-in-out infinite}.hijri-text{font-weight:800;letter-spacing:.5px;font-size:1rem;z-index:1;text-shadow:0 1px 2px rgba(0,0,0,.2)}@keyframes moon-float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-3px) rotate(10deg)}to{transform:translateY(0) rotate(0deg)}}@media (max-width:900px){.hijri-text{font-size:.9rem}.hijri-widget{padding:6px 15px;margin-right:10px}}.active-card{background:var(--primary-light)!important;box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.pembayaran-grid{display:grid;grid-template-columns:1.2fr 1.8fr;gap:2rem}@media (max-width:1024px){.pembayaran-grid{grid-template-columns:1fr}}.form-control-sm{padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.85rem;transition:.2s}.form-control-sm:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px var(--primary-light)}@media (max-width:640px){.filter-card{padding:15px!important}.filter-grid{flex-direction:column!important;align-items:stretch!important}.filter-col{width:100%!important}.filter-actions{margin-top:0!important}}