@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cormorant+Garamond:wght@600;700&family=Inter:wght@300;400;500;600;700&family=Noto+Naskh+Arabic:wght@500;600;700&display=swap";:root{--color-primary:#0ea5e9;--color-primary-hover:#0284c7;--color-primary-light:#e0f2fe;--color-bg:#f8fafc;--color-surface:#fff;--color-surface-hover:#f1f5f9;--color-text:#0f172a;--color-text-muted:#64748b;--color-border:#e2e8f0;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--transition:all .2s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.layout-container{background-color:var(--color-bg);flex-direction:column;min-height:100vh;display:flex}.top-navbar-wrapper{background-color:var(--color-surface);border-bottom:1px solid var(--color-border);z-index:50;position:sticky;top:0;box-shadow:0 1px 3px #0000000d}.top-header{border-bottom:1px solid var(--color-border);background:radial-gradient(circle at 0 0,#0ea5e914,#0000 24%),radial-gradient(circle at 100% 0,#14b8a614,#0000 26%),linear-gradient(#fff 0%,#f8fbff 100%);grid-template-columns:1fr auto 1fr;align-items:center;min-height:132px;padding:.9rem 2rem .8rem;display:grid}.header-brand-mark{align-items:center;display:flex}.header-brand-logo-wrap{filter:drop-shadow(0 10px 18px #0f172a1f);justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex}.header-school-logo{object-fit:contain;width:100%;height:100%;display:block}.header-title-wrap{text-align:center}.header-title-link{flex-direction:column;align-items:center;gap:.26rem;padding-top:.35rem;text-decoration:none;display:flex}.header-main-title{letter-spacing:.08em;color:#0f172a;text-transform:uppercase;text-shadow:0 1px #ffffff8c;margin:0;font-family:Bebas Neue,sans-serif;font-size:2.42rem;font-weight:700;line-height:1.05}.header-calligraphy{color:#0f766e;text-align:center;letter-spacing:.02em;text-shadow:0 1px #ffffff8c;direction:rtl;font-family:Noto Naskh Arabic,serif;font-size:1.12rem;font-weight:700;line-height:1.7}.header-subtitle{color:#1d4ed8;letter-spacing:.08em;text-transform:uppercase;font-size:.94rem;font-weight:800}.header-ornament{width:150px;height:12px;display:block;position:relative}.header-ornament:before,.header-ornament:after{content:"";background:linear-gradient(90deg,#0000,#d4af37,#1d4ed8,#0000);width:58px;height:2px;position:absolute;top:50%;transform:translateY(-50%)}.header-ornament:before{left:0}.header-ornament:after{right:0}.header-ornament{background:radial-gradient(circle,#d4af37 0 22%,#0000 24%),radial-gradient(circle at 35%,#1d4ed8f2 0 16%,#0000 18%),radial-gradient(circle at 65%,#1d4ed8f2 0 16%,#0000 18%)}.header-school-name{color:#334155;letter-spacing:.02em;font-size:.84rem;font-weight:700}.profile-action-btn{cursor:pointer;border:1px solid #0000;border-radius:50px;width:46px;height:46px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.profile-logout-btn{background-color:var(--color-primary-light);color:var(--color-primary)}.profile-logout-btn:hover{color:#b91c1c;background-color:#fee2e2;border-color:#fca5a5;width:110px}.preview-toggle-btn{color:#6d28d9;background-color:#ede9fe}.preview-toggle-btn:hover,.preview-toggle-btn.active{color:#5b21b6;background-color:#ddd6fe;border-color:#c4b5fd;width:128px}.avatar-initials{font-size:1.1rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.profile-action-btn:hover .avatar-initials,.profile-action-btn.active .avatar-initials{opacity:0;transform:translate(-50%,-150%)}.profile-action-btn:before{content:"Hop Out";opacity:0;white-space:nowrap;font-size:.95rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,150%)}.profile-action-btn:hover:before,.profile-action-btn.active:before{opacity:1;transform:translate(-50%,-50%)}.preview-toggle-btn:before{content:"Preview"}.preview-toggle-btn.active:before{content:"Guru"}.profile-info{text-align:right;flex-direction:column;display:flex}@media (width<=850px){.profile-info{display:none}.top-header{grid-template-columns:1fr 2fr 1fr}.header-main-title{font-size:1.78rem}.header-calligraphy{font-size:.98rem}.header-school-name{font-size:.74rem}}.horizontal-nav{justify-content:center;align-items:center;gap:1.5rem;min-height:50px;padding:0 2rem;display:flex}.nav-link{color:var(--color-text-muted);transition:var(--transition);white-space:nowrap;cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.5rem .25rem;font-size:.9rem;font-weight:500;text-decoration:none;display:flex;position:relative}.nav-link:hover,.dropdown-trigger:hover{color:var(--color-text)}.nav-link.active{color:var(--color-primary);border-bottom:2px solid var(--color-primary)}.nav-dropdown-wrapper{height:100%;display:inline-block;position:relative}.dropdown-trigger{color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid #0000;align-items:center;gap:.25rem;height:50px;font-size:.9rem;font-weight:500;display:flex}.nav-dropdown-wrapper:hover .dropdown-trigger{color:var(--color-text)}.dropdown-content{background-color:var(--color-surface);min-width:220px;box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-md) var(--radius-md);border:1px solid var(--color-border);z-index:100;border-top:none;max-height:70vh;animation:.2s ease-out slideDown;display:none;position:absolute;top:50px;left:0;overflow-y:auto}.dropdown-content::-webkit-scrollbar{width:6px}.dropdown-content::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-dropdown-wrapper:hover .dropdown-content{display:block}.dropdown-link{color:var(--color-text);transition:var(--transition);border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;text-decoration:none;display:flex}.dropdown-link:last-child{border-bottom:none}.dropdown-link:hover{background-color:var(--color-primary-light);color:var(--color-primary)}.dropdown-link.active{background-color:var(--color-primary);color:#fff}.nav-link.important{background-color:var(--color-primary);color:#fff;border-radius:var(--radius-md);border-bottom:none;padding:.4rem 1rem;font-weight:600;box-shadow:0 2px 10px #0ea5e94d}.nav-link.important:hover{background-color:var(--color-primary-hover);color:#fff;transform:translateY(-1px)}.nav-link.important.active{color:#fff;background-color:#0369a1}.nav-link.rpt-highlight{color:#fff;border-radius:var(--radius-md);background:linear-gradient(135deg,#6d28d9,#8b5cf6);border-bottom:none;padding:.4rem 1rem;font-weight:700;box-shadow:0 2px 12px #8b5cf647}.nav-link.rpt-highlight:hover,.nav-link.rpt-highlight.active{color:#fff;background:linear-gradient(135deg,#5b21b6,#7c3aed)}.nav-link.eviden-highlight{color:#111827;border-radius:var(--radius-md);background:linear-gradient(135deg,#fdba74,#fb923c);border-bottom:none;padding:.4rem 1rem;font-weight:800;box-shadow:0 2px 12px #f9731638}.nav-link.eviden-highlight:hover,.nav-link.eviden-highlight.active{color:#111827;background:linear-gradient(135deg,#fb923c,#f97316)}.main-content{flex-direction:column;flex:1;padding:2rem;display:flex}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:0;animation:.4s ease-out fadeIn}.card{background-color:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:var(--transition);padding:1.5rem}.card:hover{box-shadow:var(--shadow-md);border-color:#cbd5e1}.page-title{color:var(--color-text);letter-spacing:-.025em;margin-bottom:.5rem;font-size:1.875rem;font-weight:700}.page-description{color:var(--color-text-muted);font-size:1.1rem;line-height:1.6}.takwim-page-card{background:radial-gradient(circle at 100% 0,#0ea5e914,#0000 30%),linear-gradient(#fff,#f8fbff);padding:2rem}.takwim-hero{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;display:flex}.takwim-badge{color:#075985;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;background:#e0f2fe;border:1px solid #bae6fd;border-radius:999px;padding:.7rem 1rem;font-size:.82rem;font-weight:800}.takwim-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;display:grid}.takwim-panel{background:#fff;border:1px solid #dbeafe;border-radius:18px;overflow:hidden;box-shadow:0 18px 35px #0f172a0f}.takwim-panel-header{color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a8a);padding:1.2rem 1.3rem}.takwim-panel-header h2{margin-bottom:.25rem;font-size:1.15rem}.takwim-panel-header p{color:#ffffffd1;font-size:.9rem}.takwim-table-wrap{overflow-x:auto}.takwim-table{border-collapse:collapse;width:100%}.takwim-table thead th{text-align:left;letter-spacing:.04em;text-transform:uppercase;color:#475569;background:#eff6ff;border-bottom:1px solid #dbeafe;padding:.95rem 1rem;font-size:.82rem}.takwim-table tbody td{vertical-align:top;border-bottom:1px solid #e2e8f0;padding:.95rem 1rem;font-size:.95rem;line-height:1.55}.takwim-table tbody tr:nth-child(2n){background:#f8fbff}.takwim-table tbody tr:hover{background:#eef6ff}.rpt-page-card{background:radial-gradient(circle at 0 0,#6d28d914,#0000 28%),linear-gradient(#fff,#fbfaff);padding:2rem}.rpt-hero{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.rpt-source-badge{color:#6b21a8;white-space:nowrap;background:#f3e8ff;border:1px solid #d8b4fe;border-radius:999px;padding:.72rem 1rem;font-size:.82rem;font-weight:800}.rpt-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.75rem;display:grid}.rpt-summary-card{background:linear-gradient(135deg,#faf5ff,#fff);border:1px solid #e9d5ff;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 12px 25px #4c1d950d}.rpt-summary-label{color:#7c3aed;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.78rem;font-weight:700;display:block}.rpt-timeline{gap:1rem;display:grid}.rpt-week-card{background:#fff;border:1px solid #e9d5ff;border-radius:18px;padding:1.2rem;box-shadow:0 16px 30px #0f172a0d}.rpt-week-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.rpt-week-label{color:#4c1d95;font-size:1rem;font-weight:800}.rpt-week-range{color:#64748b;font-size:.92rem}.rpt-type-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;justify-content:center;align-items:center;padding:.4rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex}.rpt-type-badge.academic,.rpt-type-badge.transition{color:#1d4ed8;background:#dbeafe}.rpt-type-badge.holiday{color:#b91c1c;background:#fee2e2}.rpt-type-badge.program,.rpt-type-badge.boost{color:#6d28d9;background:#ede9fe}.rpt-type-badge.exam,.rpt-type-badge.analysis,.rpt-type-badge.review{color:#166534;background:#dcfce7}.rpt-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.rpt-language-panel{background:#fafafa;border:1px solid #ede9fe;border-radius:14px;padding:1rem 1.05rem}.rpt-language-panel h3{color:#0f172a;margin-bottom:.5rem;font-size:1rem}.rpt-language-panel p{color:#475569;line-height:1.7}.rpt-language-tag{color:#6d28d9;background:#ede9fe;border-radius:999px;margin-bottom:.75rem;padding:.28rem .7rem;font-size:.75rem;font-weight:800;display:inline-flex}.rtl-panel{text-align:right;direction:rtl;background:linear-gradient(#fff,#f8fafc)}.rpt-note-row{color:#475569;border-top:1px dashed #d8b4fe;margin-top:1rem;padding-top:.9rem;font-size:.92rem}.nazir-page-card{background:radial-gradient(circle at 100% 0,#0ea5e917,#0000 32%),linear-gradient(#fff,#f8fbff);padding:2rem}.nazir-hero{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.nazir-kicker{color:#075985;letter-spacing:.04em;text-transform:uppercase;background:#e0f2fe;border-radius:999px;margin-bottom:.8rem;padding:.32rem .8rem;font-size:.78rem;font-weight:800;display:inline-flex}.nazir-hero-badge{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:16px;align-items:center;gap:.55rem;padding:.8rem 1rem;font-weight:700;display:inline-flex}.nazir-info-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.nazir-info-card{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #dbeafe;border-radius:16px;padding:1rem 1.1rem;box-shadow:0 12px 26px #0f172a0d}.nazir-info-label{color:#0284c7;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem;font-size:.78rem;font-weight:800;display:block}.nazir-success-box{color:#166534;background:#ecfdf5;border:1px solid #86efac;border-radius:16px;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.1rem;font-weight:600;display:flex}.nazir-form{gap:1.2rem;display:grid}.nazir-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.nazir-field{gap:.5rem;display:grid}.nazir-field span,.nazir-rating-label{color:#0f172a;font-size:.9rem;font-weight:700}.nazir-field input,.nazir-field textarea{width:100%;font:inherit;color:#0f172a;transition:var(--transition);background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:.9rem 1rem}.nazir-field input:focus,.nazir-field textarea:focus{border-color:#38bdf8;outline:none;box-shadow:0 0 0 4px #38bdf81f}.nazir-rating-block{background:linear-gradient(135deg,#fff7ed,#fff);border:1px solid #fed7aa;border-radius:16px;padding:1rem 1.1rem}.nazir-star-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.nazir-star-btn{color:#cbd5e1;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.nazir-star-btn.active{color:#f59e0b;background:#fffbeb;border-color:#fcd34d}.nazir-rating-value{color:#92400e;margin-left:.5rem;font-weight:700}.nazir-form-actions{justify-content:flex-start;display:flex}.nazir-submit-btn{color:#fff;background:linear-gradient(135deg,#0f172a,#1d4ed8);border:1px solid #0000;border-radius:999px;padding:.9rem 1.4rem;font-weight:800;box-shadow:0 14px 28px #1e40af2e}.institutional-page-card{background:radial-gradient(circle at 0 0,#0ea5e914,#0000 24%),linear-gradient(#fff,#f9fbff);padding:2rem}.institutional-theme-nation{background:radial-gradient(circle at 0 0,#dc262614,#0000 22%),radial-gradient(circle at 100% 0,#2563eb14,#0000 26%),linear-gradient(#fff,#fffdf8)}.institutional-theme-education,.institutional-theme-service{background:radial-gradient(circle at 100% 0,#0ea5e91a,#0000 26%),linear-gradient(#fff,#f8fbff)}.institutional-theme-kelantan,.institutional-theme-yik,.institutional-theme-umi,.institutional-theme-teacher,.institutional-theme-ethics{background:radial-gradient(circle at 0 0,#16653414,#0000 24%),radial-gradient(circle at 100% 100%,#6d28d912,#0000 24%),linear-gradient(#fff,#fbfffc)}.institutional-hero{justify-content:space-between;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;display:flex}.institutional-hero-copy{max-width:760px}.institutional-kicker{color:#075985;text-transform:uppercase;letter-spacing:.06em;background:#e0f2fe;border-radius:999px;margin-bottom:.9rem;padding:.35rem .82rem;font-size:.78rem;font-weight:800;display:inline-flex}.institutional-title{gap:.2rem;font-family:Cormorant Garamond,serif;font-size:2.45rem;line-height:1.05;display:grid}.institutional-title span{color:#475569;text-align:right;direction:rtl;font-family:Noto Naskh Arabic,serif;font-size:1.25rem}.institutional-arabic-lead{text-align:right;color:#334155;direction:rtl;margin-top:.7rem;font-family:Noto Naskh Arabic,serif;font-size:1.14rem;line-height:1.9}.institutional-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;background:#ffffffeb;border:1px solid #dbeafe;border-radius:18px;padding:.82rem 1rem;font-size:.82rem;font-weight:800;box-shadow:0 16px 30px #0f172a0f}.institutional-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.4rem;display:grid}.institutional-summary-card{background:#ffffffe0;border:1px solid #e2e8f0;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 16px 28px #0f172a0d}.institutional-summary-label,.institutional-summary-ar{letter-spacing:.05em;text-transform:uppercase;font-size:.76rem;font-weight:800;display:block}.institutional-summary-label{color:#2563eb;margin-bottom:.38rem}.institutional-summary-card strong{color:#0f172a;font-size:1.05rem;line-height:1.45;display:block}.institutional-summary-ar{color:#166534;margin-top:.7rem}.institutional-summary-ar-text{text-align:right;color:#334155;direction:rtl;margin-top:.25rem;font-family:Noto Naskh Arabic,serif;font-size:1rem}.institutional-visual-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1.35rem;display:grid}.institutional-visual-card{background:#fff;border:1px solid #dbeafe;border-radius:22px;overflow:hidden;box-shadow:0 18px 30px #0f172a0f}.institutional-visual-card img{object-fit:cover;background:linear-gradient(135deg,#eff6ff,#f8fafc);width:100%;height:230px;display:block}.institutional-visual-card figcaption{gap:.25rem;padding:.95rem 1rem 1rem;display:grid}.institutional-visual-card figcaption strong{color:#0f172a;font-size:.98rem}.institutional-visual-card figcaption span{text-align:right;color:#475569;direction:rtl;font-family:Noto Naskh Arabic,serif}.institutional-quote-panel{color:#fff;background:linear-gradient(135deg,#0f172a,#1d4ed8);border-radius:20px;margin-bottom:1.4rem;padding:1.1rem 1.2rem;box-shadow:0 20px 34px #1e40af2e}.institutional-quote-panel p{font-size:1rem;line-height:1.75}.institutional-quote-ar{text-align:right;color:#ffffffeb;direction:rtl;margin-top:.65rem;font-family:Noto Naskh Arabic,serif;font-size:1.08rem}.institutional-section-stack{gap:1.2rem;display:grid}.institutional-section{background:#ffffffe0;border:1px solid #e2e8f0;border-radius:22px;padding:1.2rem}.institutional-section-head{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1rem;display:flex}.institutional-section-head h2{color:#0f172a;font-size:1.18rem}.institutional-section-head span{color:#475569;text-align:right;direction:rtl;font-family:Noto Naskh Arabic,serif;font-size:1.05rem}.institutional-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.institutional-info-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;gap:.9rem;padding:1rem 1.05rem;display:grid}.institutional-info-ms h3,.institutional-info-ar h3{margin-bottom:.35rem;font-size:1rem}.institutional-info-ms p,.institutional-info-ar p{color:#475569;line-height:1.7}.institutional-info-ar{text-align:right;direction:rtl;border-top:1px dashed #cbd5e1;padding-top:.75rem;font-family:Noto Naskh Arabic,serif}.institutional-source-panel{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #dbeafe;border-radius:22px;margin-top:1.2rem;padding:1.15rem 1.2rem}.institutional-source-list{flex-wrap:wrap;gap:.75rem;display:flex}.institutional-source-link{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;align-items:center;padding:.7rem .95rem;font-size:.88rem;font-weight:700;display:inline-flex}.institutional-source-link:hover{color:#1e3a8a;background:#dbeafe}.schedule-page-card{background:radial-gradient(circle at 100% 0,#fbbf2414,#0000 25%),radial-gradient(circle at 0 100%,#10b98114,#0000 25%),linear-gradient(#fff,#fffcf4);padding:2rem}.schedule-hero{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.schedule-kicker{color:#92400e;text-transform:uppercase;letter-spacing:.05em;background:#fef3c7;border-radius:999px;margin-bottom:.85rem;padding:.34rem .82rem;font-size:.78rem;font-weight:800;display:inline-flex}.schedule-badge{color:#92400e;white-space:nowrap;background:#fffbeb;border:1px solid #fde68a;border-radius:18px;align-items:center;gap:.55rem;padding:.82rem 1rem;font-weight:800;display:inline-flex}.schedule-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.schedule-summary-card{background:linear-gradient(135deg,#fff,#fffaf0);border:1px solid #fde68a;border-radius:18px;padding:1rem 1.1rem;box-shadow:0 16px 28px #92400e0f}.schedule-summary-label{color:#b45309;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem;font-size:.78rem;font-weight:800;display:block}.schedule-master-panel{gap:1rem;display:grid}.schedule-day-section{background:#ffffffe6;border:1px solid #e2e8f0;border-radius:22px;padding:1.15rem}.schedule-day-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.schedule-day-head h2{color:#0f172a;font-size:1.15rem}.schedule-day-head span{color:#64748b;font-size:.9rem;font-weight:700}.schedule-slot-list{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem;display:grid}.schedule-slot-card,.schedule-reference-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;padding:1rem;box-shadow:0 12px 24px #0f172a0d}.schedule-accent-emerald{background:linear-gradient(#fff,#f0fdf4);border-color:#86efac}.schedule-accent-amber{background:linear-gradient(#fff,#fffbeb);border-color:#fcd34d}.schedule-slot-topline,.schedule-reference-title-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.schedule-class-chip{color:#fff;background:#0f172a;border-radius:999px;padding:.33rem .78rem;font-size:.82rem;font-weight:800;display:inline-flex}.schedule-time-chip{color:#1d4ed8;background:#eff6ff;border-radius:999px;align-items:center;gap:.35rem;padding:.33rem .78rem;font-size:.82rem;font-weight:800;display:inline-flex}.schedule-slot-subject{color:#0f172a;align-items:center;gap:.45rem;margin-top:.8rem;display:inline-flex}.schedule-slot-note{color:#64748b;margin-top:.7rem;font-size:.92rem;line-height:1.65}.schedule-empty-card{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;padding:.95rem 1rem}.schedule-reference-panel{background:linear-gradient(135deg,#fffdf7,#fff);border:1px solid #e2e8f0;border-radius:22px;margin-top:1.4rem;padding:1.15rem}.schedule-reference-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.schedule-reference-head h2{font-size:1.1rem}.schedule-reference-head span{color:#64748b;font-size:.9rem}.schedule-reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.schedule-reference-title-row h3{color:#0f172a;font-size:1rem}.schedule-reference-title-row span{color:#64748b;font-size:.88rem}.schedule-reference-list{gap:.55rem;margin-top:.85rem;display:grid}.schedule-reference-item{color:#475569;border-top:1px dashed #cbd5e1;justify-content:space-between;gap:1rem;padding-top:.55rem;font-size:.92rem;display:flex}.schedule-timetable-panel{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:22px;margin-top:1.4rem;padding:1.15rem}.schedule-table-wrap{overflow-x:auto}.schedule-table{border-collapse:separate;border-spacing:0;width:100%;min-width:860px}.schedule-table thead th{color:#fff;text-align:center;letter-spacing:.04em;text-transform:uppercase;background:#0f172a;border-right:1px solid #ffffff1a;padding:.9rem .95rem;font-size:.82rem}.schedule-table thead th:first-child{border-top-left-radius:16px}.schedule-table thead th:last-child{border-right:none;border-top-right-radius:16px}.schedule-table tbody td{vertical-align:top;background:#fff;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0;min-width:132px;padding:.85rem}.schedule-table tbody tr td:first-child{color:#92400e;background:#fffaf0}.schedule-table-time{white-space:nowrap;gap:.2rem;display:grid}.schedule-table-time strong{font-size:.92rem;font-weight:800}.schedule-table-time span{color:#b45309;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:700}.schedule-table-time small{color:#78716c;font-size:.82rem}.schedule-table-slot{border:1px solid #e2e8f0;border-radius:14px;gap:.2rem;padding:.7rem .75rem;font-size:.86rem;display:grid}.schedule-table-slot strong{color:#0f172a}.schedule-table-slot span{color:#475569;line-height:1.5}.schedule-table-empty{color:#cbd5e1;font-weight:700}.progress-page-card{background:radial-gradient(circle at 0 0,#3b82f614,#0000 24%),radial-gradient(circle at 100% 0,#10b98114,#0000 22%),linear-gradient(#fff,#f8fbff);padding:2rem}.progress-hero{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.progress-kicker{color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em;background:#dbeafe;border-radius:999px;margin-bottom:.85rem;padding:.35rem .82rem;font-size:.78rem;font-weight:800;display:inline-flex}.progress-hero-badge{color:#1d4ed8;white-space:nowrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;align-items:center;gap:.55rem;padding:.82rem 1rem;font-weight:800;display:inline-flex}.progress-toggle-strip{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.progress-toggle-btn{color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.5rem;padding:.82rem 1rem;font-weight:700;display:inline-flex}.progress-toggle-btn.active{color:#fff;background:linear-gradient(135deg,#0f172a,#1d4ed8);border-color:#1d4ed8;box-shadow:0 14px 26px #1d4ed82e}.progress-metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.progress-metric-card{background:linear-gradient(135deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:18px;padding:1rem 1.05rem;box-shadow:0 14px 28px #0f172a0d}.progress-exam-stack{gap:1.15rem;display:grid}.progress-exam-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:1.2rem}.progress-exam-card.available{background:linear-gradient(#fff,#f8fbff)}.progress-exam-card.planned{background:linear-gradient(#fff,#fafaf9)}.progress-exam-head,.progress-class-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.progress-exam-title-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.progress-exam-title-row h2,.progress-class-head h3{color:#0f172a}.progress-exam-head p,.progress-class-head p{color:#64748b}.progress-exam-badge,.progress-class-badge,.progress-status-pill{border-radius:999px;justify-content:center;align-items:center;padding:.35rem .82rem;font-size:.78rem;font-weight:800;display:inline-flex}.progress-exam-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.progress-exam-badge{color:#1d4ed8;background:#dbeafe}.progress-class-badge{color:#166534;background:#ecfdf5}.progress-status-pill.available{color:#166534;background:#dcfce7}.progress-status-pill.planned{color:#92400e;background:#fef3c7}.progress-metric-grid{grid-template-columns:repeat(5,minmax(0,1fr));margin-top:1.1rem;margin-bottom:1rem}.progress-metric-card{align-items:center;gap:.75rem;display:flex}.progress-metric-card svg{color:#2563eb}.progress-metric-card span{color:#64748b;margin-bottom:.15rem;font-size:.83rem;display:block}.progress-grade-strip{flex-wrap:wrap;gap:.7rem;margin-bottom:1rem;display:flex}.progress-highlight-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.progress-highlight-card{background:linear-gradient(#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:18px;padding:1rem 1.05rem}.progress-highlight-card.up{background:linear-gradient(#fff,#f0fdf4);border-color:#86efac}.progress-highlight-card.down{background:linear-gradient(#fff,#fef2f2);border-color:#fca5a5}.progress-highlight-card.neutral{background:linear-gradient(#fff,#f8fafc);border-color:#cbd5e1}.progress-highlight-label{color:#475569;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.45rem;font-size:.78rem;font-weight:800;display:block}.progress-highlight-card strong{color:#0f172a;margin-bottom:.25rem;display:block}.progress-highlight-card p{color:#64748b;font-size:.88rem;line-height:1.6}.progress-highlight-value{background:#fffc;border-radius:999px;align-items:center;gap:.35rem;margin-top:.7rem;padding:.45rem .72rem;font-weight:800;display:inline-flex}.progress-grade-chip{background:#fff;border:1px solid #dbeafe;border-radius:16px;min-width:110px;padding:.7rem .95rem}.progress-grade-chip strong{color:#0f172a;display:block}.progress-grade-chip span{color:#64748b;font-size:.84rem}.progress-class-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.progress-class-card{background:linear-gradient(#fff,#f8fbff);border:1px solid #dbeafe;border-radius:20px;padding:1rem}.progress-class-statline{color:#475569;flex-wrap:wrap;gap:.85rem;margin:.95rem 0;font-size:.9rem;display:flex}.progress-table-wrap{overflow-x:auto}.progress-table{border-collapse:collapse;width:100%}.progress-table thead th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:#475569;background:#eff6ff;border-bottom:1px solid #dbeafe;padding:.82rem .85rem;font-size:.78rem}.progress-table tbody td{color:#334155;border-bottom:1px solid #e2e8f0;padding:.82rem .85rem;font-size:.92rem}.progress-student-name-cell{min-width:210px;max-width:260px;font-size:.88rem;line-height:1.5}.progress-table tbody tr:nth-child(2n){background:#fbfdff}.progress-grade-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:52px;padding:.28rem .55rem;font-size:.82rem;font-weight:800;display:inline-flex}.progress-grade-badge.grade-Aplus,.progress-grade-badge.grade-A{color:#166534;background:#dcfce7;border-color:#86efac}.progress-grade-badge.grade-Aminus{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.progress-grade-badge.grade-C{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.progress-grade-badge.grade-TH{color:#4b5563;background:#f3f4f6;border-color:#d1d5db}.progress-empty-state{color:#92400e;background:#fffaf0;border:1px dashed #f59e0b;border-radius:18px;margin-top:1rem;padding:1rem 1.05rem;line-height:1.7}.progress-save-btn{color:#fff;background:linear-gradient(135deg,#0f172a,#1d4ed8);border:1px solid #1d4ed8;border-radius:999px;align-items:center;gap:.45rem;padding:.72rem 1rem;font-weight:800;display:inline-flex}.progress-reset-btn,.progress-delete-btn{border:1px solid #0000;border-radius:999px;align-items:center;gap:.45rem;padding:.72rem 1rem;font-weight:800;display:inline-flex}.progress-reset-btn{color:#9a3412;background:#fff7ed;border-color:#fdba74}.progress-delete-btn{color:#b91c1c;background:#fef2f2;border-color:#fca5a5}.progress-save-btn:disabled,.progress-reset-btn:disabled,.progress-delete-btn:disabled{opacity:.7;cursor:not-allowed}.progress-save-banner{color:#166534;background:#ecfdf5;border:1px solid #86efac;border-radius:16px;margin-bottom:1.2rem;padding:.95rem 1rem;font-weight:700}.progress-mark-input{color:#0f172a;width:74px;font:inherit;text-transform:uppercase;text-align:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:.48rem .55rem;font-size:.92rem;font-weight:700}.progress-mark-input:focus{border-color:#60a5fa;outline:none;box-shadow:0 0 0 4px #60a5fa24}.progress-mark-cell{align-items:center;gap:.45rem;display:flex}.progress-trend-panel{border-top:1px dashed #cbd5e1;margin-top:1rem;padding-top:1rem}.progress-trend-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem;display:flex}.progress-trend-head h4{color:#0f172a;font-size:.98rem}.progress-trend-head span{color:#64748b;font-size:.84rem}.progress-trend-list{gap:.7rem;display:grid}.progress-trend-item{background:#fff;border:1px solid #e2e8f0;border-radius:16px;justify-content:space-between;align-items:center;gap:.85rem;padding:.82rem .9rem;display:flex}.progress-trend-student strong{color:#0f172a;margin-bottom:.2rem;display:block}.progress-trend-student span{color:#64748b;font-size:.86rem}.progress-trend-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.35rem;padding:.52rem .72rem;font-weight:800;display:inline-flex}.progress-trend-badge.up{color:#166534;background:#dcfce7;border-color:#86efac}.progress-trend-badge.down{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.progress-trend-badge.same{color:#075985;background:#e0f2fe;border-color:#7dd3fc}.progress-trend-empty{color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;padding:.9rem .95rem;font-size:.9rem}.print-toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.print-mode-btn,.print-direct-btn{transition:var(--transition);border:1px solid #0000;border-radius:999px;padding:.7rem 1.1rem;font-size:.9rem;font-weight:700}.print-mode-btn{color:#155e75;background:#ecfeff;border-color:#a5f3fc}.print-mode-btn.active{color:#fff;background:#155e75;border-color:#155e75}.print-direct-btn{color:#fff;background:#0f172a;border-color:#1e293b}.print-hint{border-radius:var(--radius-md);color:#334155;background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #cbd5e1;margin-bottom:1rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.6}.arabic-input{text-align:right;direction:rtl;font-family:Amiri,Traditional Arabic,serif;font-size:1.25rem;line-height:1.8}.arabic-input::placeholder{color:#9ca3af;text-align:left;direction:ltr;font-family:Inter,sans-serif;font-size:.9rem}.rtl-content{text-align:right;direction:rtl;font-family:Amiri,Traditional Arabic,serif;font-size:1.15rem;line-height:1.9}.rph-detail-panel{background-color:var(--color-bg);border-radius:var(--radius-md);gap:.85rem;padding:1rem;font-size:.95rem;display:grid}.rph-detail-row,.rph-meta-row{grid-template-columns:minmax(0,1fr) 120px;align-items:start;gap:1rem;display:grid}.rph-detail-label{color:var(--color-text-muted);text-align:right;order:2;font-size:.85rem;font-weight:700}.rph-detail-value{text-align:right;order:1;min-width:0;line-height:1.8}.rph-meta-value{color:var(--color-text);text-align:right;flex-wrap:wrap;order:1;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.rtl-row .rph-detail-label,.rtl-row .rph-detail-value{text-align:right}.inspector-detail-panel .rph-meta-row,.inspector-detail-panel .rph-detail-row{grid-template-columns:minmax(0,1fr) 130px}.inspector-detail-panel .rph-meta-value{gap:.5rem .75rem}.day-badge{letter-spacing:.01em;border:1px solid #0000;border-radius:999px;align-items:center;padding:.32rem .85rem;font-size:.78rem;font-weight:800;display:inline-flex;box-shadow:inset 0 -1px #fff6}.rph-record-header{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.55rem;display:flex}.rph-record-title{color:var(--color-primary);font-size:1.05rem;font-weight:700;line-height:1.4}.rph-record-submeta{color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:.7rem;font-size:.88rem;display:flex}.info-pill{letter-spacing:.01em;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:.38rem .95rem;font-size:.8rem;font-weight:700;display:inline-flex;box-shadow:inset 0 -1px #ffffff73}.info-pill-date{color:#075985;background:#e0f2fe;border-color:#7dd3fc}.info-pill-time{color:#3f6212;background:#ecfccb;border-color:#bef264}.approval-stamp-block{flex-direction:column;align-items:center;gap:.35rem;display:flex}.approval-stamp{color:#ef4444;text-transform:uppercase;text-align:center;letter-spacing:.03em;border:2px solid #ef4444;border-radius:4px;padding:.65rem 1rem;font-size:.9rem;font-weight:800;transform:rotate(-5deg)}.approval-signature-name{color:#0369a1;text-align:center;font-family:Amiri,Traditional Arabic,serif;font-size:1.2rem;font-style:italic}.approval-signature-role{color:var(--color-text-muted);text-align:center;font-size:.82rem;font-weight:600}.approval-date-line{color:var(--color-text-muted);text-align:center;margin-top:.2rem;font-size:.75rem}.approval-note-box{border-radius:var(--radius-md);color:#64748b;text-align:center;background-color:#f8fafc;border:1px dashed #cbd5e1;max-width:220px;padding:.9rem 1rem;font-size:.82rem;line-height:1.6}.holiday-stamp-banner{color:#b91c1c;letter-spacing:.03em;text-align:center;text-transform:uppercase;background:linear-gradient(135deg,#fef2f2f5,#fffffffa);border:3px solid #b91c1c;border-radius:10px;margin-bottom:.85rem;padding:.9rem 1rem;font-size:1rem;font-weight:800;box-shadow:inset 0 0 0 1px #b91c1c26}.holiday-panel{background:linear-gradient(#fff7ed,#fff)}.holiday-note-text{text-align:center;color:#7c2d12;padding:.2rem .4rem .8rem;font-size:.95rem;line-height:1.7}.exam-panel{background:linear-gradient(#fffdf5,#fff7ed);border:1px solid #fdba74}.exam-stamp-banner{color:#9a3412;background:linear-gradient(135deg,#fff7edfa,#fed7aab3);border-color:#ea580c;box-shadow:inset 0 0 0 1px #ea580c29}.exam-note-text{color:#9a3412;font-weight:600}.event-panel{background:linear-gradient(#f0fdf4,#ecfeff);border:1px solid #67e8f9}.event-stamp-banner{color:#115e59;background:linear-gradient(135deg,#f0fdfafa,#ccfbf1b8);border-color:#0f766e;box-shadow:inset 0 0 0 1px #0f766e1f}.event-note-text{color:#115e59;font-weight:600}.festive-panel{background:radial-gradient(circle at 0 0,#facc152e,#0000 24%),radial-gradient(circle at 100% 0,#22c55e24,#0000 24%),linear-gradient(#fffef7,#f0fdf4);border:1px solid #facc15}.festive-stamp-banner{color:#854d0e;background:radial-gradient(circle at 10% 20%,#facc1538,#0000 12%),radial-gradient(circle at 50% 18%,#22c55e2e,#0000 12%),radial-gradient(circle at 90% 22%,#facc153d,#0000 12%),linear-gradient(135deg,#fffbebfa,#dcfce7bd);border-color:#ca8a04;box-shadow:inset 0 0 0 1px #ca8a0424}.festive-note-text{color:#854d0e;font-weight:700}.lunar-panel{background:radial-gradient(circle at 0 0,#ef44442e,#0000 26%),radial-gradient(circle at 100% 0,#facc153d,#0000 26%),linear-gradient(#fff6f6,#fff7e8);border:1px solid #f59e0b;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #b91c1c14,0 18px 30px #b91c1c0f}.lunar-stamp-banner{color:#7f1d1d;letter-spacing:.08em;text-shadow:0 1px #fff6;background:radial-gradient(circle at 12% 22%,#facc1547,#0000 10%),radial-gradient(circle at 50% 18%,#ef44442e,#0000 10%),radial-gradient(circle at 88% 24%,#facc1547,#0000 10%),linear-gradient(135deg,#fef2f2fa,#fed7aadb);border:3px solid #b91c1c;font-family:Cormorant Garamond,serif;font-size:1.08rem;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #b91c1c24,0 10px 24px #7f1d1d14}.lunar-note-text{color:#7f1d1d;font-size:.98rem;font-weight:700}.lunar-panel:before,.lunar-panel:after{content:"";pointer-events:none;opacity:.12;border-radius:999px;width:76px;height:76px;position:absolute}.lunar-panel:before{background:radial-gradient(circle,#facc15f2 0 22%,#b91c1cf2 23% 48%,#0000 49%);top:-18px;left:-18px}.lunar-panel:after{background:radial-gradient(circle,#facc15f2 0 22%,#b91c1ce6 23% 48%,#0000 49%);bottom:-20px;right:-16px}.lunar-stamp-banner:before,.lunar-stamp-banner:after{color:#b91c1c38;font-size:1.35rem;font-weight:700;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.lunar-stamp-banner:before{content:"福";left:1rem}.lunar-stamp-banner:after{content:"春";right:1rem}.round-approval-stamp{color:#dc2626;text-transform:uppercase;letter-spacing:.04em;background:radial-gradient(circle,#0000 52%,#dc262614 53% 58%,#0000 59%);border:4px solid #dc2626;border-radius:999px;flex-direction:column;justify-content:center;align-items:center;width:120px;height:120px;font-size:.9rem;font-weight:800;line-height:1.1;display:flex;transform:rotate(-8deg);box-shadow:inset 0 0 0 2px #dc262633}.undo-approval-btn{border-radius:var(--radius-md);color:#b91c1c;background-color:#fee2e2;border:1px solid #fca5a5;margin-top:.6rem;padding:.6rem .9rem;font-size:.82rem;font-weight:700}.undo-approval-btn:hover{background-color:#fecaca}.badge{background-color:var(--color-primary-light);color:var(--color-primary);border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.top-header{grid-template-columns:auto 1fr auto;min-height:120px;padding:.9rem 1rem .8rem}.header-brand-logo-wrap{width:52px;height:52px}.header-main-title{font-size:1.42rem}.header-calligraphy{font-size:.86rem}.header-subtitle{font-size:.74rem}.header-ornament{width:120px}.header-ornament:before,.header-ornament:after{width:44px}.header-school-name{max-width:280px;line-height:1.45}.takwim-hero{flex-direction:column}.takwim-grid{grid-template-columns:1fr}.rpt-hero{flex-direction:column}.rpt-summary-strip,.rpt-content-grid,.institutional-summary-strip,.institutional-visual-grid,.institutional-card-grid,.schedule-summary-strip,.schedule-reference-grid,.progress-metric-grid,.progress-highlight-strip,.progress-class-grid,.nazir-info-strip,.nazir-form-grid{grid-template-columns:1fr}.institutional-hero,.institutional-section-head,.schedule-hero,.schedule-day-head,.schedule-reference-head,.schedule-slot-topline,.schedule-reference-title-row,.schedule-reference-item,.progress-hero,.progress-exam-head,.progress-class-head,.progress-trend-head,.progress-trend-item{flex-direction:column;align-items:stretch}.institutional-badge{white-space:normal}.institutional-title{font-size:2rem}.progress-table thead th,.progress-table tbody td{padding:.68rem .55rem;font-size:.84rem}.progress-student-name-cell{min-width:150px;max-width:180px;font-size:.8rem}.progress-mark-cell{gap:.3rem}.progress-mark-input{width:62px;padding:.42rem .45rem;font-size:.84rem}.rph-detail-row,.rph-meta-row{grid-template-columns:1fr;gap:.35rem}.rph-detail-label,.rph-detail-value,.rph-meta-value{order:initial;text-align:right;justify-content:flex-start}.sidebar{position:fixed;transform:translate(-100%)}.sidebar.open{transform:translate(0)}}@page{size:A4 portrait;margin:10mm 9mm}@media print{html,body{font-size:10.5pt;line-height:1.35;color:#000!important;background:#fff!important}.top-navbar-wrapper,.horizontal-nav,.profile-action-btn,.nav-dropdown-wrapper,.approval-note-box,button,.undo-approval-btn{display:none!important}.layout-container,.main-content,.page-container{background:#fff!important;width:100%!important;max-width:100%!important;min-height:auto!important;margin:0!important;padding:0!important;display:block!important}.card{break-inside:avoid;page-break-inside:avoid;box-shadow:none!important;border:1px solid #d1d5db!important;border-radius:0!important;margin:0 0 10px!important;padding:8px 10px!important}.card:hover{box-shadow:none!important;border-color:#d1d5db!important}.page-title{margin-bottom:2px!important;font-size:16pt!important}.page-description{margin-bottom:8px!important;font-size:9.5pt!important}.badge,.day-badge,.info-pill{-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:none!important;border:1px solid #9ca3af!important}.rph-record-header,.rph-record-submeta{text-align:center!important;justify-content:center!important;align-items:center!important}.rph-record-title{font-size:11pt!important}.rph-detail-panel{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:0!important;gap:6px!important;padding:7px 8px!important}.rph-detail-row,.rph-meta-row{break-inside:avoid;page-break-inside:avoid;grid-template-columns:minmax(0,1fr) 95px!important;gap:8px!important}.inspector-detail-panel .rph-meta-row,.inspector-detail-panel .rph-detail-row{grid-template-columns:minmax(0,1fr) 105px!important}.rph-detail-label,.approval-date-line,.approval-signature-role{font-size:8.5pt!important}.rph-detail-value,.rtl-content,.rph-meta-value{font-size:10pt!important;line-height:1.45!important}.approval-stamp-block{gap:2px!important}.approval-stamp{border-width:2px!important;padding:6px 10px!important;font-size:9pt!important;transform:rotate(-4deg)!important}.round-approval-stamp{border-width:3px!important;width:82px!important;height:82px!important;font-size:8pt!important;transform:rotate(-6deg)!important}.approval-signature-name{font-size:11pt!important}.holiday-stamp-banner{box-shadow:none!important;border-width:2px!important;padding:8px 10px!important;font-size:10pt!important}.holiday-note-text{padding-bottom:6px!important;font-size:9pt!important}.main-content>div[style*="Mod PREVIEW aktif"]{display:none!important}div[style*="Paparan Sejarah RPH"],div[style*="Panel Pengesahan Penyelia"]{break-after:avoid;page-break-after:avoid}}body.print-mode-active{background:linear-gradient(#e2e8f0 0%,#f8fafc 180px,#e2e8f0 100%)}body.print-mode-active .top-navbar-wrapper,body.print-mode-active .rph-form-card,body.print-mode-active .rph-filter-box,body.print-mode-active .print-toolbar,body.print-mode-active .print-hint,body.print-mode-active button,body.print-mode-active .nav-dropdown-wrapper,body.print-mode-active .horizontal-nav,body.print-mode-active .profile-action-btn,body.print-mode-active .approval-note-box,body.print-mode-active .undo-approval-btn{display:none!important}body.print-mode-active .main-content,body.print-mode-active .page-container{max-width:210mm!important;margin:0 auto!important;padding:10mm 8mm 16mm!important}body.print-mode-active .rph-history-card{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:18px!important;padding:10mm 8mm!important;box-shadow:0 18px 45px #0f172a14!important}body.print-mode-active .rph-record-card{background:linear-gradient(#fff 0%,#fcfcfd 100%);box-shadow:none!important;border:1px solid #d6dbe3!important;border-radius:14px!important;padding:10px 12px!important}body.print-mode-active .rph-record-card+.rph-record-card{margin-top:8px}body.print-mode-active .rph-detail-panel{background:#fff!important;border:1px solid #e2e8f0!important}body.print-mode-active .page-title,body.print-mode-active h2,body.print-mode-active h3{color:#0f172a!important}body.print-mode-active .round-approval-stamp{width:94px;height:94px}
