@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;800;900&display=swap');
:root{--ink:#122033;--muted:#667085;--blue:#1d5fd1;--blue2:#0e439d;--green:#169b62;--orange:#f59e0b;--red:#dc3545;--line:#e5eaf1;--bg:#f5f7fb;--white:#fff;--shadow:0 16px 44px rgba(20,35,60,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Cairo,Tahoma,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.8}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}a{text-decoration:none;color:inherit}.top-alert{background:#102a56;color:#fff;font-size:14px}.top-alert .wrap{min-height:42px;display:flex;align-items:center;justify-content:center;gap:9px}.top-alert a{color:#ffe082;font-weight:800;margin-inline-start:8px}.pulse-dot{width:9px;height:9px;border-radius:50%;background:#29d17d;box-shadow:0 0 0 0 rgba(41,209,125,.6);animation:pulse 1.7s infinite}@keyframes pulse{70%{box-shadow:0 0 0 9px rgba(41,209,125,0)}100%{box-shadow:0 0 0 0 rgba(41,209,125,0)}}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,var(--blue),#55a2ff);color:#fff;font-size:24px;font-weight:900;box-shadow:0 9px 20px rgba(29,95,209,.24)}.brand strong{display:block;font-size:21px;line-height:1.2}.brand small{color:var(--muted);font-size:12px}.site-header nav{display:flex;gap:8px}.site-header nav a{padding:10px 16px;border-radius:10px;color:#465269;font-weight:700}.site-header nav a.active,.site-header nav a:hover{background:#edf4ff;color:var(--blue)}.hero{padding:64px 0 44px;background:radial-gradient(circle at 15% 10%,#dceaff 0,transparent 31%),linear-gradient(180deg,#fff 0,#f4f8ff 100%);border-bottom:1px solid #e4ebf7}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;gap:46px;align-items:center}.eyebrow{display:inline-flex;align-items:center;background:#eaf2ff;color:var(--blue2);padding:7px 13px;border-radius:999px;font-weight:800;font-size:13px}.hero h1,.province-hero h1{font-size:clamp(36px,5vw,62px);line-height:1.25;margin:18px 0;color:#12233f;letter-spacing:-1px}.hero h1 em,.province-hero h1 em{font-style:normal;color:var(--blue)}.hero p,.province-hero p{font-size:17px;color:#56647a;max-width:680px}.hero-actions{display:flex;gap:12px;margin-top:27px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:11px 24px;border-radius:12px;font-weight:900;transition:.2s}.btn.primary{background:linear-gradient(135deg,var(--blue),var(--blue2));color:#fff;box-shadow:0 10px 24px rgba(29,95,209,.23)}.btn.primary:hover{transform:translateY(-2px)}.btn.secondary{background:#fff;border:1px solid #cfd9ea;color:var(--blue2)}.btn.full{width:100%;margin-top:16px}.status-card{background:#fff;border:1px solid #dde6f3;border-radius:22px;padding:26px;box-shadow:var(--shadow)}.status-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid var(--line)}.status-head span{font-weight:700;color:var(--muted)}.status-head strong{background:#fff3d6;color:#966000;border:1px solid #ffe19b;padding:6px 12px;border-radius:999px}.phase-list{display:grid;gap:17px;margin-top:21px}.phase>div{display:flex;justify-content:space-between;font-size:14px;margin-bottom:6px}.phase b{color:var(--blue)}.phase i{display:block;height:9px;background:#edf0f5;border-radius:999px;overflow:hidden}.phase i u{display:block;height:100%;background:linear-gradient(90deg,#2b71e8,#27bd80);border-radius:999px;text-decoration:none}.official-note{font-size:12px!important;margin:18px 0 0!important;padding-top:14px;border-top:1px dashed #d8deea}.results-section{padding:54px 0}.results-section.alt{background:#eef3fa;border-block:1px solid #e1e7f0}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:19px}.section-title span{color:var(--blue);font-weight:900;font-size:13px}.section-title h2{font-size:28px;margin:2px 0 0}.section-title>b{font-size:13px;color:#5f6b7e;background:#fff;border:1px solid var(--line);padding:7px 12px;border-radius:999px}.results-table{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 34px rgba(28,44,70,.05)}.table-head,.result-row{display:grid;grid-template-columns:1.2fr .8fr .65fr;align-items:center;padding:15px 24px}.table-head{background:#112d5d;color:#fff;font-size:13px;font-weight:800}.result-row{border-top:1px solid #edf0f4;min-height:69px;transition:.18s}.result-row:hover{background:#f7faff;padding-inline-start:29px}.result-row strong{font-size:16px}.status{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-width:108px;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:900}.status.is-ready{background:#dcf7e9;color:#087846}.status.is-uploading{background:#dff0ff;color:#0868aa}.status.is-soon{background:#fff3d4;color:#986200}.status.is-waiting{background:#f4e6e8;color:#9c2f3a}.status.large{font-size:14px;padding:9px 18px}.open-link{justify-self:start;color:var(--blue);font-weight:900;font-size:13px}.open-link:after{content:' ←';}.info-block{padding:48px 0;background:#fff}.info-block .wrap{background:#f7f9fc;border:1px solid var(--line);border-radius:18px;padding:28px}.info-block h2{margin:0 0 8px;font-size:24px}.info-block p{margin:0;color:#5f6c7f}.province-hero{padding:54px 0;background:radial-gradient(circle at 15% 5%,#dbeaff 0,transparent 32%),#fff;border-bottom:1px solid var(--line)}.province-hero h1{font-size:clamp(34px,5vw,54px);margin-bottom:12px}.breadcrumb{display:flex;gap:9px;color:#7a8596;font-size:13px;margin-bottom:20px}.breadcrumb a{color:var(--blue);font-weight:800}.branch-section{padding:52px 0}.branch-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.branch-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 34px rgba(25,42,70,.06)}.branch-card>span{color:var(--blue);font-size:13px;font-weight:900}.branch-card h2{font-size:23px;margin:5px 0 8px}.branch-card p{color:var(--muted);margin:0}.official-box{padding:0 0 48px}.official-box .wrap{background:#0f2c5b;color:#fff;border-radius:18px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:20px}.official-box strong{font-size:20px}.official-box p{margin:3px 0 0;color:#d7e2f6}.official-box a{background:#fff;color:#164788;font-weight:900;padding:10px 18px;border-radius:10px;direction:ltr}.back-home{display:inline-flex;margin-top:17px;color:var(--blue);font-weight:900}footer{background:#0d213f;color:#fff;padding:38px 0}.footer-inner{display:grid;grid-template-columns:1fr auto;gap:22px;align-items:center}.footer-inner strong{font-size:22px}.footer-inner p{color:#bac8dd;margin:4px 0}.footer-inner>div:nth-child(2){display:flex;gap:15px}.footer-inner>div:nth-child(2) a{color:#dbe6f6}.footer-inner small{grid-column:1/-1;color:#91a4c0;border-top:1px solid rgba(255,255,255,.1);padding-top:17px}@media(max-width:800px){.header-inner{height:auto;min-height:70px;gap:12px}.site-header nav a:not(.active){display:none}.hero{padding-top:40px}.hero-grid,.branch-grid{grid-template-columns:1fr}.hero h1,.province-hero h1{font-size:38px}.table-head,.result-row{grid-template-columns:1fr .78fr .7fr;padding:13px 13px}.result-row strong{font-size:14px}.open-link{font-size:11px}.status{min-width:88px;font-size:11px}.section-title{align-items:flex-start;gap:10px}.section-title h2{font-size:22px}.section-title>b{display:none}.footer-inner{grid-template-columns:1fr}.footer-inner>div:nth-child(2){flex-wrap:wrap}.footer-inner small{grid-column:auto}.official-box .wrap{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.wrap{width:min(100% - 22px,1160px)}.brand small{display:none}.brand-mark{width:40px;height:40px}.site-header nav a{padding:8px 10px;font-size:13px}.top-alert{font-size:11px}.hero-actions{flex-direction:column}.btn{width:100%}.status-card{padding:19px}.table-head{display:none}.result-row{grid-template-columns:1fr auto;gap:7px}.result-row .open-link{grid-column:1/-1}.section-title h2{font-size:20px}.province-hero{padding:38px 0}.branch-card{padding:21px}}


/* AdSense positions controlled from settings.php */
.site-ad{max-width:1120px;min-height:90px;margin:18px auto;padding:8px 14px;text-align:center;overflow:hidden;clear:both}
.site-ad ins{max-width:100%;margin:auto}
.site-ad--links{min-height:70px}
.results-table>.site-ad{display:block;width:100%;grid-column:1/-1;border-top:1px solid #e7edf5;border-bottom:1px solid #e7edf5;background:#fff}
@media(max-width:767px){.site-ad{min-height:70px;margin:12px auto;padding:6px 10px}}

.branch-grid.single{grid-template-columns:1fr}.branch-grid.single .branch-card{max-width:820px;width:100%;margin:auto}
