:root{
  --bg:#f3f6fb;--surface:#fff;--surface-2:#f8fafc;--text:#15233b;--muted:#6b7890;
  --primary:#173f7a;--primary-2:#2457a5;--accent:#d6ae52;--danger:#b42318;--success:#157347;--warning:#b54708;
  --border:#dce3ee;--shadow:0 12px 36px rgba(31,53,86,.10);--radius:18px;--sidebar:#102a55;--active:#f5f7ff;
}
[data-theme="plum"]{--primary:#6b2a76;--primary-2:#8b3b99;--accent:#dd7ca8;--sidebar:#32163b}
[data-theme="emerald"]{--primary:#166a54;--primary-2:#25836b;--accent:#c8a95a;--sidebar:#0f4034}
[data-theme="navy"]{--primary:#163b6c;--primary-2:#2a5b99;--accent:#5fb5d7;--sidebar:#0a2344}
[data-theme="burgundy"]{--primary:#7a263e;--primary-2:#9a3b58;--accent:#b97852;--sidebar:#461526}
[data-theme="teal"]{--primary:#176c73;--primary-2:#258c94;--accent:#6d58a8;--sidebar:#10464b}
*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:Cairo,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--text);direction:rtl}
button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.public-shell{min-height:100vh;background:linear-gradient(145deg,#eef3fa 0%,#fff 48%,#eef3fa 100%);padding:28px 18px}
.public-header{max-width:970px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.public-header img{width:min(620px,95%);max-height:115px;object-fit:contain}
.lookup-card,.student-panel{max-width:970px;margin:0 auto;background:rgba(255,255,255,.97);border:1px solid var(--border);border-radius:24px;box-shadow:var(--shadow);overflow:hidden}
.lookup-card{max-width:720px;padding:28px}.screen-title{font-size:25px;font-weight:800;margin:0 0 22px;color:var(--primary)}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-weight:700;font-size:14px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:12px 13px;outline:none;color:var(--text)}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 12%,transparent)}
.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px}.btn{border:0;border-radius:11px;padding:11px 17px;font-weight:800}.btn-primary{background:var(--primary);color:#fff}.btn-secondary{background:#eaf0f8;color:var(--primary)}.btn-outline{background:#fff;border:1px solid var(--border);color:var(--text)}.btn-success{background:var(--success);color:#fff}.btn-danger{background:var(--danger);color:#fff}.btn-warning{background:#fff4e5;color:#8a4b00;border:1px solid #fed7aa}.btn-sm{padding:7px 10px;font-size:13px;border-radius:9px}.btn:disabled{opacity:.55;cursor:not-allowed}
.alert{border-radius:12px;padding:11px 13px;margin:12px 0;font-weight:700;font-size:14px}.alert-error{background:#fff1f0;color:#9d1c14;border:1px solid #ffd3ce}.alert-success{background:#edf9f2;color:#17653e;border:1px solid #c8ebd7}.alert-info{background:#eef5ff;color:#214e86;border:1px solid #cfe1fb}
.student-head{padding:22px 24px;background:linear-gradient(120deg,var(--primary),var(--primary-2));color:#fff;display:flex;justify-content:space-between;gap:15px;align-items:center}.student-head h1{font-size:23px;margin:0 0 5px}.student-head .meta{opacity:.9;font-size:14px}.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:13px;font-weight:800}.badge-pending{background:#fff3d6;color:#7a4a00}.badge-approved{background:#dff7e9;color:#0f6338}.badge-rejected{background:#ffe3e0;color:#9a1e15}.badge-empty{background:#e9eef5;color:#52627a}
.student-body{padding:22px}.data-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.data-box{background:var(--surface-2);border:1px solid var(--border);border-radius:14px;padding:13px}.data-box span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.data-box strong{font-size:15px}.fees{margin-top:18px;border:1px solid var(--border);border-radius:15px;overflow:hidden}.fee-row{display:grid;grid-template-columns:1fr 160px;border-bottom:1px solid var(--border)}.fee-row:last-child{border-bottom:0}.fee-row>div{padding:11px 14px}.fee-row>div:last-child{border-right:1px solid var(--border);font-weight:800}.fee-row.total{background:#f7f1df;font-size:17px;font-weight:900}.receipt-box{margin-top:20px;padding:18px;border:1px solid var(--border);border-radius:15px;background:#fbfcfe}.receipt-box h2{margin:0 0 12px;font-size:18px}.history{margin-top:20px}.history h2{font-size:18px}.history-item{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--border)}
.login-shell{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top right,#dfe9f7,#f5f7fb 55%)}.login-card{width:min(460px,100%);background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px;padding:26px}.login-logo{display:block;width:100%;max-height:90px;object-fit:contain;margin-bottom:18px}
.admin-layout{min-height:100vh;display:flex;background:var(--bg)}.sidebar{width:275px;background:var(--sidebar);color:#fff;position:fixed;top:0;right:0;bottom:0;display:flex;flex-direction:column;z-index:30;transition:.2s}.sidebar.collapsed{width:82px}.sidebar-top{padding:18px 16px;border-bottom:1px solid rgba(255,255,255,.12)}.sidebar-brand{font-size:16px;font-weight:900;white-space:nowrap;overflow:hidden}.sidebar-sub{font-size:11px;opacity:.75;margin-top:4px;white-space:nowrap;overflow:hidden}.sidebar-nav{padding:14px 10px;overflow:auto;flex:1}.nav-btn{width:100%;display:flex;align-items:center;gap:11px;border:0;background:transparent;color:#fff;padding:11px 12px;border-radius:12px;margin:3px 0;text-align:right}.nav-btn.active{background:var(--active);color:var(--primary);font-weight:900}.nav-icon{width:22px;text-align:center}.sidebar.collapsed .nav-text,.sidebar.collapsed .sidebar-sub,.sidebar.collapsed .sidebar-user-text{display:none}.sidebar-user{border-top:1px solid rgba(255,255,255,.12);padding:12px;display:flex;align-items:center;justify-content:space-between;gap:7px}.user-circle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.15);font-weight:900}.sidebar-user-text{flex:1;min-width:0}.sidebar-user-text strong,.sidebar-user-text span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-text span{font-size:11px;opacity:.75}.sidebar-toggle{background:rgba(255,255,255,.12);border:0;color:#fff;width:34px;height:34px;border-radius:9px}.admin-main{margin-right:275px;width:calc(100% - 275px);min-height:100vh;transition:.2s}.admin-layout.sidebar-collapsed .admin-main{margin-right:82px;width:calc(100% - 82px)}.topbar{height:68px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.topbar h1{font-size:21px;margin:0}.mobile-menu{display:none;border:0;background:var(--primary);color:#fff;border-radius:10px;width:40px;height:40px}.content{padding:22px;max-width:1600px;margin:0 auto}.toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.toolbar .search{min-width:260px;flex:1}.toolbar input,.toolbar select{border:1px solid var(--border);border-radius:10px;padding:10px 12px;background:#fff}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 6px 20px rgba(31,53,86,.06)}.stat-card .num{font-size:31px;font-weight:900;color:var(--primary)}.stat-card .label{font-size:13px;color:var(--muted);font-weight:700}.panel{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:0 7px 24px rgba(31,53,86,.06);overflow:hidden;margin-bottom:18px}.panel-head{padding:14px 16px;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:10px}.panel-head h2{margin:0;font-size:17px}.panel-body{padding:16px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:900px}.data-table th,.data-table td{padding:11px 10px;border-bottom:1px solid var(--border);text-align:right;font-size:13px;vertical-align:middle}.data-table th{background:#f6f8fb;font-weight:900;position:sticky;top:0}.row-actions{display:flex;gap:6px;white-space:nowrap}.pager{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 16px}.empty{padding:30px;text-align:center;color:var(--muted);font-weight:700}.chart-bars{display:flex;align-items:flex-end;gap:15px;min-height:190px;padding:20px 6px 8px}.bar-item{flex:1;text-align:center;min-width:70px}.bar{height:var(--h);max-height:150px;min-height:8px;border-radius:9px 9px 4px 4px;background:linear-gradient(180deg,var(--primary-2),var(--primary));margin-bottom:8px}.bar-value{font-weight:900}.bar-label{font-size:12px;color:var(--muted)}
.modal-backdrop{position:fixed;inset:0;background:rgba(11,24,44,.55);z-index:100;display:grid;place-items:center;padding:18px}.modal{width:min(780px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:20px;box-shadow:0 24px 80px rgba(0,0,0,.28)}.modal-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--border);position:sticky;top:0;background:#fff;z-index:2}.modal-head h3{margin:0}.modal-body{padding:18px}.modal-close{border:0;background:#eef2f7;width:36px;height:36px;border-radius:9px}.preview-file{max-width:100%;max-height:65vh;display:block;margin:auto;border-radius:10px}.preview-frame{width:100%;height:65vh;border:1px solid var(--border);border-radius:10px}.danger-zone{border:1px solid #f4b8b3;background:#fff8f7;border-radius:16px;padding:18px}.danger-zone h2{color:var(--danger);margin-top:0}.small{font-size:12px;color:var(--muted)}
@media(max-width:980px){.data-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{transform:translateX(100%);width:280px}.sidebar.mobile-open{transform:translateX(0)}.sidebar.collapsed{width:280px}.sidebar.collapsed .nav-text,.sidebar.collapsed .sidebar-sub,.sidebar.collapsed .sidebar-user-text{display:block}.admin-main,.admin-layout.sidebar-collapsed .admin-main{margin-right:0;width:100%}.mobile-menu{display:block}.sidebar-toggle{display:none}}
@media(max-width:620px){.public-shell{padding:12px}.lookup-card{padding:18px}.form-grid,.data-grid,.stat-grid{grid-template-columns:1fr}.student-head{align-items:flex-start;flex-direction:column}.student-body{padding:14px}.fee-row{grid-template-columns:1fr 100px}.content{padding:14px}.topbar{padding:0 14px}.toolbar{align-items:stretch}.toolbar .search{min-width:100%}.btn{width:auto}.modal-backdrop{padding:8px}.modal{border-radius:15px}.form-grid{gap:12px}}
@media print{body{background:#fff}.no-print{display:none!important}}

/* =========================================================
   واجهة 2026 - الهوية البصرية للمعهد العالي للخدمة الاجتماعية بالإسكندرية
   تعديل بصري فقط دون تغيير منطق النظام
   ========================================================= */
:root{
  --alex-navy:#073b7a;
  --alex-blue:#0b67bd;
  --alex-blue-2:#2492df;
  --alex-gold:#d7a82f;
  --alex-red:#d92b35;
  --alex-sky:#edf7ff;
  --alex-ink:#0b2f5f;
}
.public-shell-pro{padding:0;background:#f4f9ff;overflow-x:hidden}
.public-page{min-height:100vh;background:
  radial-gradient(circle at 12% 22%,rgba(45,147,222,.13),transparent 22%),
  radial-gradient(circle at 90% 34%,rgba(215,168,47,.10),transparent 18%),
  linear-gradient(180deg,#fff 0,#f7fbff 38%,#edf7ff 100%);position:relative}
.public-page:before,.public-page:after{content:"";position:fixed;border-radius:50%;filter:blur(2px);pointer-events:none;z-index:0}
.public-page:before{width:420px;height:420px;left:-210px;top:180px;background:radial-gradient(circle,rgba(11,103,189,.10),rgba(11,103,189,0) 70%)}
.public-page:after{width:360px;height:360px;right:-160px;bottom:120px;background:radial-gradient(circle,rgba(215,168,47,.11),rgba(215,168,47,0) 70%)}
.public-topbar{height:48px;background:linear-gradient(90deg,#062b5e,#07549c 55%,#062b5e);color:#fff;position:relative;z-index:4;box-shadow:0 4px 20px rgba(3,47,101,.18)}
.public-topbar-inner{max-width:1220px;height:100%;margin:auto;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:15px}
.public-topbar-title{font-size:13px;font-weight:800;letter-spacing:.1px;opacity:.95}
.public-admin-link{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.28);padding:6px 13px;border-radius:999px;font-size:12px;font-weight:800;background:rgba(255,255,255,.08);transition:.2s}
.public-admin-link:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}
.public-hero{position:relative;min-height:245px;background:
  linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,251,255,.94)),
  repeating-linear-gradient(90deg,transparent 0 75px,rgba(18,93,165,.025) 75px 76px);overflow:hidden}
.public-hero:before{content:"";position:absolute;left:-40px;bottom:24px;width:390px;height:125px;opacity:.12;background:
  linear-gradient(90deg,transparent 0 8%,#0b67bd 8% 11%,transparent 11% 16%,#0b67bd 16% 18%,transparent 18% 27%,#0b67bd 27% 31%,transparent 31%),
  linear-gradient(0deg,#0b67bd 0 7%,transparent 7%);clip-path:polygon(0 100%,0 76%,8% 76%,8% 49%,12% 49%,12% 31%,15% 31%,15% 49%,21% 49%,21% 70%,27% 70%,27% 52%,33% 52%,33% 82%,40% 82%,40% 62%,47% 62%,47% 100%)}
.public-hero:after{content:"";position:absolute;right:5%;top:86px;width:190px;height:190px;border:1px solid rgba(16,92,167,.08);border-radius:50%;box-shadow:0 0 0 28px rgba(16,92,167,.028),0 0 0 58px rgba(16,92,167,.018)}
.public-brand-wrap{max-width:1180px;margin:auto;min-height:185px;padding:26px 24px 42px;display:flex;align-items:center;justify-content:center;gap:34px;position:relative;z-index:2}
.public-logo-crop{width:148px;height:130px;flex:0 0 148px;border-radius:24px;background-color:#fff;background-image:url('/assets/branding/alex_logo.jpg');background-size:190px 190px;background-position:center -20px;background-repeat:no-repeat;box-shadow:0 14px 34px rgba(5,55,113,.14),inset 0 0 0 1px rgba(15,93,170,.08);position:relative;overflow:hidden}
.public-logo-crop:after{content:"";position:absolute;inset:auto 14px 0;height:4px;border-radius:9px;background:linear-gradient(90deg,var(--alex-red),var(--alex-gold),var(--alex-blue))}
.public-brand-copy{text-align:center;max-width:790px;color:var(--alex-ink)}
.public-brand-copy h1{font-size:34px;line-height:1.35;margin:0 0 10px;font-weight:900;text-shadow:0 2px 0 #fff}
.public-brand-copy p{margin:8px 0 0;color:#245b96;font-weight:800;font-size:17px}
.brand-divider{display:flex;align-items:center;justify-content:center;gap:14px;color:#173f7a;font-family:Georgia,serif;font-weight:700;font-size:14px}
.brand-divider span{height:2px;min-width:72px;background:linear-gradient(90deg,transparent,var(--alex-gold))}.brand-divider span:last-child{background:linear-gradient(90deg,var(--alex-gold),transparent)}
.hero-wave{position:absolute;left:-5%;right:-5%;height:30px;border-radius:50% 50% 0 0/100% 100% 0 0;transform:rotate(-1deg);transform-origin:center;pointer-events:none}
.hero-wave-gold{bottom:22px;background:linear-gradient(90deg,#b37d11,#f5ce63,#b98619);height:18px;z-index:1}
.hero-wave-red{bottom:13px;background:linear-gradient(90deg,#b80d22,#ed3347,#bb1327);height:12px;z-index:1}
.hero-wave-blue{bottom:-10px;background:linear-gradient(90deg,#052c65,#0d5fab,#073b7a);height:38px;z-index:2}
.public-content{max-width:1180px;margin:-34px auto 0;padding:0 22px 36px;position:relative;z-index:3}
.lookup-card-pro{max-width:860px;padding:32px 34px 30px;border:1px solid rgba(16,92,167,.16);border-radius:26px;box-shadow:0 18px 55px rgba(5,58,117,.15);position:relative;background:rgba(255,255,255,.97);backdrop-filter:blur(8px)}
.lookup-card-pro:before{content:"";position:absolute;inset:0;border-radius:26px;padding:1px;background:linear-gradient(135deg,rgba(15,111,196,.35),rgba(255,255,255,0) 40%,rgba(215,168,47,.32));-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.lookup-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;margin:-60px auto 10px;background:linear-gradient(145deg,#fff,#e9f4ff);color:var(--alex-blue);font-size:32px;font-weight:900;border:1px solid #c8e1f8;box-shadow:0 9px 22px rgba(11,103,189,.16)}
.public-title{text-align:center;margin:0!important;color:var(--alex-ink)!important;font-size:27px!important}
.title-line{width:130px;height:3px;margin:11px auto 24px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--alex-gold),transparent)}
.public-form-grid{gap:20px}.public-form-grid .field label{color:#173f7a;font-size:14px;font-weight:900;margin-bottom:2px}.public-form-grid .field input{height:50px;border-radius:14px;border:1px solid #c8dff1;background:#fbfdff;padding:0 16px;box-shadow:inset 0 1px 3px rgba(19,72,124,.03)}
.public-form-grid .field input:focus{border-color:#2492df;box-shadow:0 0 0 4px rgba(36,146,223,.12)}
.lookup-actions{display:flex;justify-content:center;margin-top:18px}.btn-search{min-width:52%;font-size:17px;padding:13px 28px!important;border-radius:13px!important;background:linear-gradient(90deg,#0d5ead,#0b79cf)!important;box-shadow:0 10px 24px rgba(11,103,189,.24);transition:.2s}.btn-search:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(11,103,189,.30)}
.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:22px auto 18px;max-width:1060px}
.feature-card{min-height:132px;border-radius:20px;padding:20px;display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #d9e8f4;box-shadow:0 12px 30px rgba(15,68,120,.08);position:relative;overflow:hidden;transition:.2s}
.feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 34px rgba(15,68,120,.13)}.feature-card:after{content:"";position:absolute;right:0;top:0;bottom:0;width:5px}.feature-blue:after{background:#0b67bd}.feature-gold:after{background:#d7a82f}.feature-red:after{background:#d92b35}
.feature-icon{width:62px;height:62px;flex:0 0 62px;border-radius:50%;display:grid;place-items:center;font-size:29px;font-weight:900}.feature-blue .feature-icon{background:#e7f3ff;color:#0b67bd}.feature-gold .feature-icon{background:#fff5d8;color:#a97000}.feature-red .feature-icon{background:#ffeaec;color:#c31d2a}
.feature-card h3{margin:0 0 6px;font-size:18px;color:#0c3f7e}.feature-card p{margin:0;color:#718096;font-size:12.5px;font-weight:700;line-height:1.7}
.process-panel,.status-panel{max-width:1060px;margin:16px auto 0;background:rgba(255,255,255,.94);border:1px solid #dbe9f4;border-radius:22px;padding:20px;box-shadow:0 10px 28px rgba(14,67,119,.07)}
.section-heading{display:flex;align-items:center;justify-content:center;gap:14px;margin-bottom:17px}.section-heading h2{margin:0;color:#0c3f7e;font-size:19px}.section-heading span{width:55px;height:2px;background:linear-gradient(90deg,transparent,#d7a82f)}.section-heading span:last-child{background:linear-gradient(90deg,#d7a82f,transparent)}.section-heading.compact{margin-bottom:13px}
.process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;direction:rtl}.process-step{min-height:95px;background:linear-gradient(145deg,#fff,#f7fbff);border:1px solid #d7e7f5;border-radius:16px;padding:14px 12px;display:flex;align-items:center;gap:9px;position:relative;color:#173f7a}.step-number{width:30px;height:30px;border-radius:50%;background:#dceeff;color:#0a5da9;display:grid;place-items:center;font-weight:900}.step-icon{font-size:23px}.process-step strong{font-size:14px}.step-arrow{position:absolute;left:-12px;font-size:27px;color:#0b67bd;font-weight:900;z-index:2}
.status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.status-tile{border-radius:14px;padding:13px 15px;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;font-size:13px}.status-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:17px}.legend-empty{background:#fff0f0;color:#ad1d26;border-color:#ffd8da}.legend-empty .status-icon{background:#ffdadd}.legend-pending{background:#fff8e6;color:#8a5b00;border-color:#f7e0a8}.legend-pending .status-icon{background:#ffe9b4}.legend-approved{background:#ebfaef;color:#13713f;border-color:#caefd5}.legend-approved .status-icon{background:#ccefd6}.legend-rejected{background:#fff0f0;color:#a61f28;border-color:#f3cfd2}.legend-rejected .status-icon{background:#ffd8dc}
.public-footer{margin-top:22px;background:linear-gradient(90deg,#052c65,#0b4f91 50%,#052c65);color:#fff;border-top:4px solid #d7a82f;position:relative;z-index:3}.public-footer-inner{max-width:1180px;margin:auto;min-height:92px;padding:18px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px}.public-footer strong,.public-footer span{display:block}.public-footer span{font-size:12px;opacity:.8;margin-top:5px}.footer-mark{font-size:20px;font-weight:900;color:#f0c957}
.student-content{max-width:1080px}.student-panel-pro{border:1px solid #d8e7f3;border-radius:26px;box-shadow:0 18px 55px rgba(5,58,117,.14)}
.student-head-pro{padding:24px 28px;background:linear-gradient(120deg,#06366e,#0a68b9 66%,#0b76ca);position:relative;overflow:hidden}.student-head-pro:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;left:-80px;top:-110px;border:28px solid rgba(255,255,255,.06)}.student-kicker{display:inline-block;font-size:12px;color:#f6d46f;font-weight:900;margin-bottom:6px;letter-spacing:.3px}.student-head-pro h1{font-size:25px}.student-head-pro .badge{border:1px solid rgba(255,255,255,.26);box-shadow:0 6px 18px rgba(0,0,0,.12)}
.student-panel-pro .student-body{padding:24px}.student-panel-pro .data-grid{gap:14px}.student-panel-pro .data-box{padding:15px 16px;border-radius:17px;background:linear-gradient(145deg,#fff,#f7fbff);box-shadow:0 6px 18px rgba(15,68,120,.05);border-color:#d9e8f4;position:relative;overflow:hidden}.student-panel-pro .data-box:before{content:"";position:absolute;right:0;top:0;bottom:0;width:4px;background:#0b67bd}.student-panel-pro .data-box-2:before{background:#d7a82f}.student-panel-pro .data-box-3:before{background:#d92b35}.student-panel-pro .data-box-4:before{background:#28a36a}
.student-instruction{margin:18px 0 0;padding:16px 18px;border-radius:17px;display:flex;gap:14px;align-items:center;background:linear-gradient(90deg,#fff8df,#fffdf6);border:1px solid #efd995;color:#674b00;box-shadow:0 7px 20px rgba(177,129,16,.07)}.instruction-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#d7a82f;color:#fff;font-size:23px;font-weight:900;flex:0 0 42px}.student-instruction strong{display:block;color:#674500;font-size:16px;margin-bottom:3px}.student-instruction p{margin:0;font-weight:800;font-size:14px;line-height:1.7}
.fees-pro{border-radius:18px!important;box-shadow:0 7px 22px rgba(15,68,120,.05)}.fees-title{padding:13px 16px;background:linear-gradient(90deg,#0a4d91,#0b67bd);color:#fff;font-weight:900;font-size:16px}.fees-pro .fee-row{background:#fff}.fees-pro .fee-row:nth-of-type(even){background:#f9fcff}.fees-pro .fee-row.total{background:linear-gradient(90deg,#fff6d9,#fffaf0);color:#6c4a00}.student-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:18px}.btn-voucher{background:linear-gradient(90deg,#0757a2,#0b76c7)!important;box-shadow:0 8px 20px rgba(11,103,189,.18)}
.receipt-box-pro{background:linear-gradient(145deg,#f7fbff,#fff);border:1px solid #cae1f3!important;border-radius:20px!important;box-shadow:0 10px 28px rgba(15,68,120,.07)}.receipt-title-row{display:flex;align-items:center;gap:13px;margin-bottom:15px}.receipt-title-row h2{margin:0 0 3px!important;color:#0c3f7e}.receipt-title-row p{margin:0;color:#718096;font-size:12.5px;font-weight:700}.receipt-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#e5f2ff;color:#0b67bd;font-size:25px;font-weight:900}.receipt-submit{justify-content:flex-start}.btn-upload{background:linear-gradient(90deg,#168757,#21a56a)!important;box-shadow:0 8px 20px rgba(22,135,87,.16)}
.receipt-status-card{margin-top:20px;padding:17px;border-radius:18px;background:#eef8ff;border:1px solid #cce5f8;display:flex;align-items:center;gap:14px}.receipt-status-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#0b67bd;color:#fff;font-size:22px;font-weight:900}.receipt-status-card strong{color:#0c3f7e}.receipt-status-card p{margin:3px 0 0;color:#60748a;font-size:13px}
.history-pro{margin-top:22px;border:1px solid #dbe7f0;border-radius:18px;overflow:hidden;background:#fff}.history-title{padding:13px 16px;background:#f6faff;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #dbe7f0}.history-title h2{margin:0!important;color:#0c3f7e}.history-title span{font-size:12px;color:#718096;font-weight:800}.history-pro .history-item{padding:13px 16px}
.login-shell{background:radial-gradient(circle at 20% 10%,rgba(36,146,223,.16),transparent 30%),linear-gradient(145deg,#eef7ff,#fff 45%,#edf4fb)}.login-card{border-radius:26px;border-color:#d6e6f3;box-shadow:0 22px 55px rgba(9,63,117,.14)}.login-logo{width:125px;height:125px;margin:0 auto 18px;object-fit:cover;object-position:center top;border-radius:24px;box-shadow:0 10px 25px rgba(10,67,120,.10)}
/* تحسينات لوحة الإدارة مع الحفاظ على الوظائف */
.admin-layout{background:linear-gradient(145deg,#f2f7fc,#eef4fb)}.sidebar{background:linear-gradient(180deg,#072e63,#0b4f91 58%,#062955);box-shadow:-10px 0 35px rgba(4,40,82,.12)}.sidebar-top{padding:21px 17px}.sidebar-brand{font-size:17px}.nav-btn{transition:.18s}.nav-btn:hover{background:rgba(255,255,255,.09);transform:translateX(-2px)}.nav-btn.active{background:linear-gradient(90deg,#fff,#edf6ff);box-shadow:0 7px 18px rgba(1,27,56,.14)}.topbar{height:72px;box-shadow:0 5px 18px rgba(17,58,98,.04)}.stat-card{border-radius:20px;border-color:#dce9f3;box-shadow:0 12px 28px rgba(31,53,86,.07);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;right:0;top:0;left:0;height:4px;background:linear-gradient(90deg,#0b67bd,#2492df,#d7a82f)}.stat-card .num{font-size:34px;background:linear-gradient(120deg,#073b7a,#0b76c7);-webkit-background-clip:text;background-clip:text;color:transparent}.panel{border-radius:20px;border-color:#dce8f2;box-shadow:0 11px 30px rgba(31,53,86,.065)}.panel-head{background:linear-gradient(90deg,#fbfdff,#f4f8fc)}.btn{transition:.18s}.btn:hover:not(:disabled){transform:translateY(-1px)}
@media(max-width:980px){.public-brand-wrap{gap:20px}.public-brand-copy h1{font-size:28px}.feature-grid{grid-template-columns:1fr}.process-grid{grid-template-columns:repeat(2,1fr)}.status-grid{grid-template-columns:repeat(2,1fr)}.public-logo-crop{width:125px;height:115px;flex-basis:125px;background-size:170px 170px}}
@media(max-width:620px){.public-topbar{height:44px}.public-topbar-inner{padding:0 13px}.public-topbar-title{font-size:11px}.public-admin-link{font-size:11px;padding:5px 10px}.public-hero{min-height:235px}.public-brand-wrap{padding:20px 12px 45px;flex-direction:column;gap:8px;min-height:190px}.public-logo-crop{width:78px;height:74px;flex-basis:74px;border-radius:17px;background-size:112px 112px;background-position:center -12px}.public-brand-copy h1{font-size:21px;line-height:1.45;margin-bottom:5px}.public-brand-copy p{font-size:13px;margin-top:5px}.brand-divider{font-size:10px;gap:7px}.brand-divider span{min-width:24px}.public-content{padding:0 12px 24px;margin-top:-25px}.lookup-card-pro{padding:26px 16px 19px;border-radius:20px}.lookup-icon{width:46px;height:46px;font-size:27px;margin-top:-50px}.public-title{font-size:22px!important}.public-form-grid{grid-template-columns:1fr}.btn-search{width:100%;min-width:100%}.feature-grid{gap:10px;margin-top:14px}.feature-card{min-height:102px;padding:14px}.feature-icon{width:48px;height:48px;flex-basis:48px;font-size:23px}.feature-card h3{font-size:15px}.feature-card p{font-size:11.5px}.process-panel,.status-panel{padding:14px;border-radius:18px}.process-grid,.status-grid{grid-template-columns:1fr 1fr;gap:9px}.process-step{min-height:75px;padding:10px}.step-arrow{display:none}.section-heading h2{font-size:16px}.section-heading span{width:30px}.public-footer-inner{min-height:78px;padding:14px 16px;flex-direction:column;text-align:center;gap:8px}.footer-mark{font-size:16px}.student-panel-pro .student-body{padding:14px}.student-instruction{align-items:flex-start;padding:13px}.student-instruction p{font-size:12.5px}.student-actions{align-items:stretch}.student-actions .btn{flex:1}.receipt-title-row{align-items:flex-start}.receipt-submit .btn{width:100%}.data-grid{grid-template-columns:1fr 1fr}.student-head-pro h1{font-size:20px}}
@media(max-width:420px){.process-grid,.status-grid,.data-grid{grid-template-columns:1fr}.public-brand-copy h1{font-size:19px}.brand-divider strong{font-size:9px}.feature-card{min-height:90px}}
