:root{--navy:#062b63;--blue:#0b63ce;--sky:#19a7f2;--cyan:#6fe7ff;--ink:#102a43;--muted:#64748b;--bg:#f4f9ff;--white:#fff;--line:#dbe8f5;--success:#138a55;--danger:#c62828;--shadow:0 14px 38px rgba(8,64,130,.10);--radius:18px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.55}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,94%);margin:auto}.top{background:linear-gradient(90deg,#05245a,#0b63ce);color:#fff;font-size:13px}.top .wrap{display:flex;justify-content:space-between;padding:9px 0}.top a{color:#fff;opacity:.95}.header{background:#fff;border-bottom:1px solid var(--line)}.head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:15px 0}.brand{display:flex;align-items:center;gap:13px}.logo{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#fff 30%,#21b4ff 32%,#0b63ce 70%);border:4px solid #d7f3ff;color:#06336e;font-weight:900;font-size:12px;box-shadow:0 8px 22px rgba(11,99,206,.2)}.brand h1{margin:0;color:var(--navy);font-size:28px}.brand p{margin:0;color:#2768a8;font-weight:600}.nav{background:linear-gradient(90deg,#062b63,#0756ad,#0b79d0);color:#fff;position:sticky;top:0;z-index:20;box-shadow:0 6px 18px rgba(0,0,0,.12)}.nav .wrap{display:flex;gap:4px;overflow:auto}.nav a{padding:14px 15px;white-space:nowrap;font-weight:700;font-size:14px}.nav a:hover,.nav a.active{background:rgba(255,255,255,.15)}main.wrap{padding:28px 0 45px}.hero{position:relative;overflow:hidden;border-radius:26px;padding:58px 52% 58px 48px;color:#fff;background:linear-gradient(115deg,#052b65 0%,#0b63ce 55%,#0aa7ee 100%);box-shadow:var(--shadow);min-height:390px}.hero:after{content:'';position:absolute;right:-80px;top:-120px;width:520px;height:520px;border:2px solid rgba(255,255,255,.16);border-radius:50%;box-shadow:0 0 0 60px rgba(255,255,255,.03),0 0 0 120px rgba(255,255,255,.025)}.hero h2{font-size:42px;line-height:1.12;margin:0 0 18px;position:relative;z-index:2}.hero p{font-size:17px;opacity:.95;position:relative;z-index:2}.hero .chips{display:flex;gap:8px;flex-wrap:wrap;margin:20px 0;position:relative;z-index:2}.chip{padding:7px 11px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.10);border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(90deg,#0b63ce,#18a6f2);color:#fff;border:0;border-radius:11px;padding:10px 16px;font-weight:800;cursor:pointer;box-shadow:0 8px 20px rgba(11,99,206,.18)}.btn:hover{transform:translateY(-1px)}.btn.secondary{background:#fff;color:#0754a5;border:1px solid #b9d8f5}.btn.ghost{background:transparent;border:1px solid #a9cbe8;color:#0754a5;box-shadow:none}.btn.danger{background:#c62828}.section{margin-top:26px}.section h2{color:var(--navy);margin:0 0 15px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:-30px;position:relative;z-index:3}.stat{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;box-shadow:var(--shadow);text-align:center}.stat b{display:block;font-size:28px;color:#075fc2}.stat span{display:block;color:var(--muted);font-size:13px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.leadership{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.leader{background:linear-gradient(180deg,#fff,#eef8ff);border:1px solid var(--line);border-radius:18px;padding:20px;text-align:center}.avatar{width:78px;height:78px;margin:auto;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#d9f5ff,#1571cf);color:#fff;font-size:27px;font-weight:900;border:4px solid #fff;box-shadow:0 8px 20px rgba(7,87,170,.18)}.leader h3{font-size:16px;margin:12px 0 4px}.badge{display:inline-block;background:#e8f4ff;color:#0754a5;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.list{list-style:none;padding:0;margin:0}.list li{padding:12px 0;border-bottom:1px solid #edf3f8}.small{font-size:12px;color:var(--muted)}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.photo{background:#fff;border-radius:15px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.photo img{width:100%;height:170px;object-fit:cover;display:block}.photo .pbody{padding:12px}.tablewrap{overflow:auto;border:1px solid var(--line);border-radius:13px}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{padding:11px 12px;border-bottom:1px solid #e8f0f7;text-align:left;white-space:nowrap}.table th{background:#eef7ff;color:#0754a5;font-size:13px}.form{display:grid;gap:9px}.form label{font-weight:700;font-size:13px;color:#244765}.form input,.form select,.form textarea{width:100%;padding:11px 12px;border:1px solid #cbdbea;border-radius:10px;background:#fff;font:inherit}.form textarea{min-height:100px}.alert{padding:13px 16px;border-radius:12px;margin-bottom:16px;background:#e9f7ef;color:#0b6b42;border:1px solid #b9e7cd}.alert.error{background:#fff0f0;color:#9b1c1c;border-color:#f0bcbc}.dashboardgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.finance-hidden{background:linear-gradient(135deg,#e9f5ff,#fff);border:1px dashed #9bc8ee;padding:18px;border-radius:16px}.progress{height:10px;background:#e6eef7;border-radius:20px;overflow:hidden}.progress span{display:block;height:100%;background:linear-gradient(90deg,#0b63ce,#18b7f4)}.footer{background:linear-gradient(120deg,#041f4b,#073d86);color:#fff;padding:42px 0 20px}.footergrid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:35px}.footer a{color:#dff4ff}.footer h3{margin-top:0}.copy{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;font-size:12px;opacity:.85}.lang{display:flex;gap:4px}.lang button{border:1px solid #b9d8f5;background:#fff;color:#0754a5;border-radius:7px;padding:5px 8px;font-weight:800;cursor:pointer}.lang button.active{background:#0754a5;color:#fff}.idcard{max-width:680px;margin:auto;background:linear-gradient(135deg,#fff,#eaf7ff);border:2px solid #0b63ce;border-radius:24px;overflow:hidden;box-shadow:0 18px 45px rgba(0,61,130,.18)}.idhead{background:linear-gradient(90deg,#062b63,#0b63ce,#18a6f2);color:#fff;padding:18px 22px;display:flex;align-items:center;gap:15px}.idphoto{width:105px;height:125px;border-radius:12px;object-fit:cover;background:#dff3ff;border:4px solid #fff}.idbody{padding:22px}.idrow{display:grid;grid-template-columns:160px 1fr;gap:8px;padding:8px 0;border-bottom:1px dashed #cbdbea}.idrow b{color:#52708d}.receipt{max-width:780px;margin:auto;background:#fff;border:1px solid #d4e3ef;padding:34px;border-radius:18px}.receipthead{text-align:center;border-bottom:2px solid #0b63ce;padding-bottom:18px;margin-bottom:20px}.qrnote{font-size:12px;color:#64748b}.printonly{display:none}.barrow{display:grid;grid-template-columns:160px 1fr 100px;align-items:center;gap:10px;margin:10px 0}.bar{height:12px;background:#e8f0f8;border-radius:10px;overflow:hidden}.bar span{display:block;height:100%;background:linear-gradient(90deg,#0b63ce,#18b7f4)}@media(max-width:900px){.hero{padding:42px 30px;min-height:350px}.hero h2{font-size:32px}.cards,.dashboardgrid{grid-template-columns:repeat(2,1fr)}.leadership{grid-template-columns:repeat(2,1fr)}.gallery{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:1fr}.footergrid{grid-template-columns:1fr 1fr}.hero{padding-right:30px}}@media(max-width:620px){.top .wrap,.head,.section-head{flex-direction:column;align-items:flex-start}.brand h1{font-size:23px}.cards,.dashboardgrid,.grid2,.leadership,.gallery{grid-template-columns:1fr}.hero{border-radius:18px;padding:34px 22px}.hero h2{font-size:29px}.footergrid{grid-template-columns:1fr}.copy{flex-direction:column;gap:8px}.nav .wrap{width:100%}.idrow{grid-template-columns:1fr}.printonly{display:block}}
@media print{body{background:#fff}.top,.nav,.footer,.no-print{display:none!important}main.wrap{padding:0}.idcard,.receipt{box-shadow:none;border:1px solid #333}.printonly{display:block}}
/* BITMA official branding */
.brand-logo{width:78px;height:78px;object-fit:contain;display:block;filter:drop-shadow(0 5px 10px rgba(0,56,120,.16))}.brand-tagline{display:block;margin-top:2px;color:#0b63ce;font-size:11px;font-weight:700;letter-spacing:.2px}.brand-tagline i,.footer-brand i{color:#f57c00;font-style:normal}.hero{background:linear-gradient(115deg,#031d4b 0%,#0756ad 52%,#08a9ef 100%)}.hero-brand{position:relative;z-index:2;display:flex;align-items:center;gap:12px;margin-bottom:16px}.hero-brand img{width:82px;height:82px;object-fit:contain;background:rgba(255,255,255,.96);border-radius:50%;padding:5px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.hero-brand strong{display:block;font-size:13px;letter-spacing:.6px}.hero-brand span{display:block;font-size:11px;opacity:.9}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:92px;height:92px;object-fit:contain;filter:drop-shadow(0 5px 10px rgba(0,0,0,.25))}.footer-brand h2{margin:0;font-size:28px}.footer-brand p{margin:3px 0}.footer-brand i{font-style:normal}@media(max-width:620px){.brand-logo{width:64px;height:64px}.hero-brand img{width:70px;height:70px}.footer-brand img{width:75px;height:75px}}
