:root{--green:#087a43;--dark:#0f2638;--muted:#64748b;--line:#dfe8e3;--bg:#f4f8f6;--white:#fff;--red:#b91c1c;--shadow:0 16px 45px rgba(15,38,56,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Tahoma,'Segoe UI',Arial,sans-serif;background:var(--bg);color:var(--dark)}a{text-decoration:none;color:inherit}.container{width:min(1120px,calc(100% - 30px));margin:auto}.topbar{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand{display:flex;align-items:center;gap:11px;font-weight:900}.brand img{width:48px;height:48px;object-fit:contain}.brand small{display:block;color:var(--muted);font-size:11px}.links{display:flex;align-items:center;gap:8px}.links a{padding:9px 13px;border-radius:12px;font-weight:800}.links a:hover,.links a.active{background:#eaf7f0;color:var(--green)}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;padding:12px 18px;background:var(--green);color:#fff;font-weight:900;cursor:pointer}.btn.gray{background:#475569}.btn.red{background:var(--red)}.btn.light{background:#fff;color:var(--green);border:1px solid #bdd7c9}.hero{padding:75px 0}.hero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:45px;align-items:center}.hero h1{font-size:clamp(38px,5vw,62px);line-height:1.25;margin:0 0 16px}.hero h1 span{color:var(--green)}.hero p{color:var(--muted);font-size:18px;line-height:1.9}.hero-card,.card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:26px;box-shadow:var(--shadow)}.hero-card .step{display:flex;gap:12px;align-items:flex-start;padding:13px 0;border-bottom:1px solid #edf2ef}.hero-card .step:last-child{border:0}.num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e8f7ef;color:var(--green);font-weight:900;flex:0 0 auto}.section{padding:46px 0}.section-title{margin:0 0 8px;font-size:30px}.section-sub{margin:0 0 24px;color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px}.stat b{display:block;font-size:32px;color:var(--green)}.table-wrap{overflow:auto;background:#fff;border-radius:18px;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:760px}th,td{padding:13px;border-bottom:1px solid #edf2ef;text-align:right}th{background:#f1f7f4}.notice{padding:14px;border-radius:13px;margin:14px 0;font-weight:800}.ok{background:#dcfce7;color:#166534}.bad{background:#fee2e2;color:#991b1b}.warn{background:#fff7ed;color:#9a3412}.form-control{width:100%;height:50px;border:1px solid #d4dfd9;border-radius:12px;padding:0 14px;font-family:inherit;font-size:15px;margin:7px 0;background:#fff}.footer{padding:25px;text-align:center;color:var(--muted)}@media(max-width:850px){.hero-grid,.grid{grid-template-columns:1fr}.links{display:none}.hero{padding:45px 0}}html{font-size:16px}body{font-weight:400;line-height:1.75;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}.brand{font-size:18px}.links a,.btn{font-size:15px}h1,h2,h3,th{font-weight:800;letter-spacing:0}h1{line-height:1.35}p,td,label,input,select{font-size:15px}.form-control{font-size:16px}.table-wrap table{table-layout:auto}.table-wrap td{vertical-align:middle;line-height:1.65}.student-photo{width:64px;height:78px;object-fit:contain;border-radius:10px;border:1px solid var(--line);background:#eef2f7}.photo-placeholder{width:64px;height:78px;border-radius:10px;background:#eef2f7;display:grid;place-items:center;color:var(--muted);font-size:12px;text-align:center}@media(max-width:850px){html{font-size:15px}.container{width:min(100% - 20px,1120px)}h1{font-size:28px}.section-title{font-size:26px}}.admin-applications-page{padding-top:34px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.page-heading h1{margin:0 0 5px;font-size:34px}.page-heading p{margin:0;color:var(--muted)}.results-badge{background:#eaf7f0;color:var(--green);border:1px solid #cce7d8;border-radius:999px;padding:9px 16px;font-weight:800;white-space:nowrap}.filter-panel{display:grid;grid-template-columns:1.4fr 1fr auto;gap:14px;align-items:end;background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:26px;box-shadow:0 8px 24px rgba(15,38,56,.05)}.filter-field label{display:block;font-weight:800;font-size:14px;margin-bottom:3px}.filter-field .form-control{margin:0}.filter-button{height:50px;min-width:140px}.track-section{margin:0 0 34px}.track-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding:0 4px}.track-header h2{margin:0;font-size:24px}.track-header span{display:inline-block;margin-top:4px;color:var(--muted);font-weight:700}.student-cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.student-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:visible;box-shadow:0 10px 28px rgba(15,38,56,.06)}.student-card-head{display:grid;grid-template-columns:104px 1fr;gap:16px;padding:18px;border-bottom:1px solid #edf2ef;background:linear-gradient(180deg,#fff,#fbfdfc)}.student-photo-box{width:104px;height:124px;border-radius:14px;overflow:visible;border:1px solid var(--line);background:#eef2f1}.student-photo-box img{width:100%;height:100%;display:block;object-fit:contain;object-position:center top}.student-photo-empty{width:100%;height:100%;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:13px;padding:10px}.student-main-info{min-width:0;align-self:center}.student-main-info h3{margin:0 0 7px;font-size:20px;line-height:1.45;overflow-wrap:anywhere}.student-seat{color:var(--muted);margin-bottom:10px}.student-seat strong{color:var(--dark)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 11px;font-size:13px;font-weight:900}.status-final{background:#dcfce7;color:#166534}.status-draft{background:#fff7ed;color:#9a3412}.status-none{background:#eef2f7;color:#475569}.student-info-sections{display:grid;grid-template-columns:.8fr 1.2fr;gap:0}.student-info-block{padding:17px 18px;min-width:0}.student-info-block+ .student-info-block{border-right:1px solid #edf2ef}.student-info-block h4{margin:0 0 12px;font-size:16px;color:var(--green)}.student-info-block dl{margin:0}.student-info-block dl div{padding:8px 0;border-bottom:1px dashed #e5ece8}.student-info-block dl div:last-child{border-bottom:0}.student-info-block dt{font-size:12px;color:var(--muted);font-weight:700}.student-info-block dd{margin:2px 0 0;font-weight:800;overflow-wrap:anywhere}.preferences-list{margin:0;padding:0 22px 0 0;display:grid;gap:7px}.preferences-list li{padding:6px 8px;background:#f6faf8;border-radius:9px;line-height:1.55}.no-preferences{margin:0;color:var(--muted)}.student-card-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;padding:14px 18px;border-top:1px solid #edf2ef;background:#fbfdfc}.student-card-actions .btn{padding:9px 14px;font-size:14px}.missing-photo-note{color:#991b1b;background:#fee2e2;border-radius:10px;padding:8px 11px;font-weight:800;font-size:13px}.empty-state{background:#fff;border:1px dashed #cbd9d1;border-radius:18px;padding:40px;text-align:center;color:var(--muted);font-weight:800}.pagination{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:24px}@media(max-width:900px){.filter-panel{grid-template-columns:1fr 1fr}.filter-button{grid-column:1/-1}.student-cards-grid{grid-template-columns:1fr}}@media(max-width:600px){.page-heading{align-items:flex-start;flex-direction:column}.filter-panel{grid-template-columns:1fr}.student-card-head{grid-template-columns:82px 1fr}.student-photo-box{width:82px;height:100px}.student-info-sections{grid-template-columns:1fr}.student-info-block+ .student-info-block{border-right:0;border-top:1px solid #edf2ef}.student-card-actions .btn{flex:1}.results-badge{white-space:normal}}.heading-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.students-list{display:grid;gap:9px}.student-row{display:grid;grid-template-columns:82px minmax(190px,1.15fr) minmax(145px,.8fr) minmax(280px,1.7fr) 145px;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 14px;box-shadow:0 5px 16px rgba(15,38,56,.04)}.student-row-head{background:#edf6f1;font-weight:900;color:var(--dark);box-shadow:none;padding-block:10px}.row-photo{width:68px;height:82px;border:1px solid var(--line);border-radius:10px;overflow:visible;background:#eef2f1;display:grid;place-items:center;text-align:center;color:var(--muted);font-size:11px}.row-photo img{width:100%;height:100%;object-fit:contain;object-position:center top}.row-student,.row-status,.row-actions{display:flex;flex-direction:column;gap:5px;min-width:0}.row-student strong{font-size:16px;line-height:1.45}.row-student small,.row-status small{color:var(--muted);font-size:13px}.row-preferences{max-height:118px;overflow:auto;padding-left:4px}.row-preferences ol{margin:0;padding-right:22px;columns:2;column-gap:24px}.row-preferences li{margin-bottom:3px;break-inside:avoid;font-size:13px;line-height:1.5}.row-actions .btn{padding:8px 10px;font-size:13px;width:100%}.track-header .btn{padding:9px 15px}@media(max-width:1000px){.student-row{grid-template-columns:72px 1fr 1fr}.student-row-head{display:none}.row-preferences{grid-column:2/-1;border-top:1px dashed var(--line);padding-top:9px}.row-actions{grid-column:2/-1;flex-direction:row}.row-actions .btn{width:auto;flex:1}}@media(max-width:620px){.heading-actions{width:100%}.heading-actions .btn,.heading-actions .results-badge{flex:1;text-align:center}.student-row{grid-template-columns:64px 1fr;align-items:start}.row-photo{width:60px;height:74px}.row-status,.row-preferences,.row-actions{grid-column:1/-1}.row-preferences ol{columns:1}.row-actions{flex-direction:column}.track-header{align-items:flex-start;gap:10px}.track-header .btn{white-space:nowrap}}.home-page{background:#f6f9f7;color:#10283a;font-family:"Segoe UI",Tahoma,Arial,sans-serif}.home-topbar{position:relative;box-shadow:0 1px 0 rgba(15,38,56,.04)}.home-topbar .nav{min-height:82px}.home-topbar .brand{gap:13px;font-size:19px;line-height:1.35}.home-topbar .brand strong{display:block;font-weight:900}.home-topbar .brand small{font-size:12px;margin-top:2px}.home-topbar .brand img{width:54px;height:54px}.home-topbar .links{gap:10px}.home-topbar .links a{font-size:16px;padding:10px 15px}.college-hero{padding:30px 0 42px}.college-photo-wrap{position:relative;height:clamp(330px,52vw,620px);overflow:visible;border-radius:26px;border:1px solid #d9e4de;background:#dfe8e3;box-shadow:0 18px 50px rgba(15,38,56,.12)}.college-photo-wrap img{width:100%;height:100%;display:block;object-fit:contain;object-position:center 43%;filter:saturate(1.04) contrast(1.02)}.college-photo-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,25,37,.03) 45%,rgba(8,25,37,.55) 100%);pointer-events:none}.college-photo-label{position:absolute;right:28px;bottom:24px;z-index:2;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.35)}.college-photo-label span{display:block;font-size:clamp(25px,3vw,42px);font-weight:900;line-height:1.15}.college-photo-label small{display:block;font-size:16px;font-weight:700;margin-top:6px}.home-intro{text-align:center;max-width:850px;margin:38px auto 0}.intro-kicker{display:inline-flex;border:1px solid #bcdccc;background:#eaf7f0;color:#087a43;border-radius:999px;padding:7px 15px;font-size:14px;font-weight:900}.home-intro h1{margin:14px 0 10px;font-size:clamp(34px,5vw,56px);line-height:1.25;font-weight:950;letter-spacing:-.5px}.home-intro p{max-width:760px;margin:0 auto 22px;color:#5b6f7f;font-size:18px;line-height:1.95}.home-login-btn{min-width:220px;padding:14px 24px;font-size:18px;border-radius:14px;box-shadow:0 10px 22px rgba(8,122,67,.2)}.registration-steps{padding:18px 0 58px}.section-head-centered{text-align:center;margin-bottom:24px}.section-head-centered span{color:#087a43;font-weight:900;font-size:14px}.section-head-centered h2{margin:6px 0 0;font-size:clamp(27px,3.5vw,38px);line-height:1.35}.home-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.home-step-card{background:#fff;border:1px solid #dfe8e3;border-radius:19px;padding:23px 20px;text-align:center;box-shadow:0 10px 28px rgba(15,38,56,.055);transition:transform .2s ease,box-shadow .2s ease}.home-step-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px rgba(15,38,56,.08)}.home-step-number{width:42px;height:42px;margin:0 auto 13px;border-radius:50%;display:grid;place-items:center;background:#087a43;color:#fff;font-weight:900;font-size:19px}.home-step-card h3{margin:0 0 8px;font-size:20px}.home-step-card p{margin:0;color:#64748b;font-size:14px;line-height:1.75}.home-footer{background:#fff;border-top:1px solid #dfe8e3;font-size:14px}@media(max-width:900px){.home-steps-grid{grid-template-columns:repeat(2,1fr)}.college-photo-wrap{border-radius:20px}.college-photo-label{right:20px;bottom:18px}}@media(max-width:620px){.home-topbar .nav{min-height:70px}.home-topbar .brand{font-size:15px}.home-topbar .brand img{width:45px;height:45px}.college-hero{padding-top:18px}.college-photo-wrap{height:auto;border-radius:16px}.college-photo-wrap img{object-position:center 40%}.college-photo-label{right:16px;bottom:14px}.college-photo-label small{font-size:13px}.home-intro{margin-top:27px}.home-intro p{font-size:16px}.home-steps-grid{grid-template-columns:1fr}.home-step-card{text-align:right;display:grid;grid-template-columns:50px 1fr;column-gap:12px}.home-step-number{grid-row:1/3;margin:0}.home-step-card h3{align-self:end}.home-step-card p{grid-column:2}}.home-split-page{background:linear-gradient(180deg,#f8fbf9 0,#eef5f1 100%);min-height:100vh}.home-split-page .home-topbar{position:relative;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.home-split-page .home-topbar .nav{min-height:86px}.home-split-page .home-topbar .brand img{width:58px;height:58px}.home-split-page .home-topbar .brand strong{font-size:20px;color:#10283a}.home-split-page .home-topbar .brand small{font-size:12px;color:#6b7d89}.home-split-page .home-topbar .links a{border-radius:10px;padding:10px 16px}.split-hero{padding:34px 0 24px}.split-shell{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(340px,.72fr);min-height:620px;background:#fff;border:1px solid #dce7e1;border-radius:30px;overflow:visible;box-shadow:0 28px 80px rgba(14,46,33,.13);direction:ltr}.campus-panel{position:relative;overflow:visible;min-height:620px;direction:rtl;background:#17382b}.campus-panel img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center center;display:block;transform:scale(1.015)}.campus-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,42,29,.1) 0%,rgba(7,42,29,.2) 38%,rgba(5,25,19,.83) 100%)}.campus-content{position:absolute;right:0;top:0;bottom:0;width:min(580px,75%);padding:64px 54px;display:flex;flex-direction:column;justify-content:center;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.23)}.official-badge{align-self:flex-start;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.32);font-size:13px;font-weight:800;backdrop-filter:blur(7px)}.campus-content h1{margin:22px 0 0;font-size:clamp(46px,5vw,72px);line-height:1.05;font-weight:950;letter-spacing:-1px}.campus-content h2{margin:10px 0 18px;font-size:clamp(26px,3vw,39px);font-weight:850}.campus-content p{margin:0;max-width:480px;font-size:18px;line-height:1.9;color:rgba(255,255,255,.94)}.campus-highlights{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.campus-highlights span{padding:8px 13px;border-radius:10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);font-size:13px;font-weight:800;backdrop-filter:blur(5px)}.login-panel{direction:rtl;padding:54px 43px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(160deg,#fff 0%,#f8fcfa 100%)}.login-panel-head{display:flex;align-items:center;gap:14px;margin-bottom:8px}.login-mark{width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#078347,#0da45b);color:#fff;font-size:25px;font-weight:900;box-shadow:0 10px 24px rgba(8,122,67,.24)}.login-panel .eyebrow{margin:0;color:#0a8a4c;font-size:14px;font-weight:900}.login-panel h2{margin:2px 0 0;font-size:34px;line-height:1.2;color:#10283a}.login-lead{margin:13px 0 25px;color:#657884;font-size:15px;line-height:1.8}.home-login-form label{display:block;margin:0 0 7px;font-size:14px;font-weight:900;color:#203a49}.input-shell{position:relative;margin-bottom:17px}.input-shell input{width:100%;height:56px;border:1px solid #cfddd6;border-radius:14px;padding:0 46px 0 14px;background:#fff;color:#10283a;font:inherit;font-size:16px;outline:none;transition:border-color .2s,box-shadow .2s,transform .2s}.input-shell input:focus{border-color:#0b9151;box-shadow:0 0 0 4px rgba(8,122,67,.1);transform:translateY(-1px)}.input-shell input::placeholder{color:#9aa9b1}.field-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:7px;display:grid;place-items:center;color:#087a43;background:#e8f6ee;font-weight:900;font-size:12px;pointer-events:none}.primary-login-button{width:100%;height:57px;border:0;border-radius:14px;background:linear-gradient(135deg,#087a43,#0b9854);color:#fff;font:inherit;font-size:17px;font-weight:950;cursor:pointer;box-shadow:0 13px 28px rgba(8,122,67,.22);transition:transform .2s,box-shadow .2s}.primary-login-button:hover{transform:translateY(-2px);box-shadow:0 17px 34px rgba(8,122,67,.28)}.login-help{margin-top:22px;padding:15px 17px;border-radius:14px;background:#edf8f2;border:1px solid #cde8d9;color:#345246}.login-help strong{display:block;color:#087a43;font-size:14px;margin-bottom:4px}.login-help p{margin:0;font-size:12.5px;line-height:1.75}.premium-steps{padding:52px 0 58px}.premium-steps .section-head-centered p{max-width:720px;margin:9px auto 0;color:#6a7c87;font-size:15px}.five-steps{grid-template-columns:repeat(5,1fr)}.five-steps .home-step-card{position:relative;padding:24px 16px;border-radius:18px}.five-steps .home-step-card:not(:last-child)::after{content:"";position:absolute;left:-9px;top:43px;width:18px;height:2px;background:#b9d8c8}.footer-inner{display:flex;justify-content:space-between;gap:15px;align-items:center}@media(max-width:1050px){.split-shell{grid-template-columns:1.18fr .82fr}.campus-content{padding:48px 38px;width:85%}.login-panel{padding:45px 30px}.five-steps{grid-template-columns:repeat(3,1fr)}.five-steps .home-step-card::after{display:none}}@media(max-width:820px){.split-hero{padding-top:18px}.split-shell{grid-template-columns:1fr;direction:rtl;border-radius:22px}.campus-panel{min-height:420px}.campus-content{width:100%;padding:38px 30px;justify-content:flex-end;background:linear-gradient(0deg,rgba(5,28,20,.84),transparent 78%)}.campus-overlay{background:linear-gradient(0deg,rgba(5,28,20,.62),rgba(5,28,20,.06))}.login-panel{padding:38px 30px}.five-steps{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.home-split-page .home-topbar .brand strong{font-size:15px}.home-split-page .home-topbar .brand small{font-size:10px}.home-split-page .home-topbar .brand img{width:46px;height:46px}.split-shell{width:100%;border-radius:17px}.campus-panel{min-height:auto}.campus-content{padding:26px 22px}.campus-content h1{font-size:40px}.campus-content h2{font-size:24px}.campus-content p{font-size:14px;line-height:1.7}.campus-highlights{display:none}.login-panel{padding:31px 21px}.login-panel h2{font-size:28px}.five-steps{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}.admin-premium-page{min-height:100vh;background:linear-gradient(180deg,#f8fbf9 0%,#eef5f1 100%);color:#10283a}.admin-topbar{background:rgba(255,255,255,.96);box-shadow:0 1px 0 rgba(15,38,56,.07);position:sticky;top:0;z-index:30;backdrop-filter:blur(12px)}.admin-topbar .nav{min-height:82px}.admin-topbar .brand{gap:13px}.admin-topbar .brand img{width:56px;height:56px;object-fit:contain}.admin-topbar .brand strong{display:block;font-size:20px;font-weight:950}.admin-topbar .brand small{display:block;margin-top:2px;font-size:12px;color:#6b7d89}.admin-topbar .links{gap:8px}.admin-topbar .links a{padding:10px 15px;border-radius:11px;font-size:15px;font-weight:850}.admin-topbar .links a.active{background:#e8f5ee;color:#087a43;box-shadow:inset 0 -3px 0 #11945a}.admin-dashboard-main{padding:26px 0 58px}.admin-hero{position:relative;min-height:auto;border-radius:28px;overflow:visible;border:1px solid #d7e4dd;box-shadow:0 20px 58px rgba(15,49,36,.13);background:#164e38}.admin-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center 43%;display:block}.admin-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,52,35,.94) 0%,rgba(5,69,44,.82) 38%,rgba(8,43,31,.22) 74%,rgba(8,43,31,.06) 100%)}.admin-hero-content{position:relative;z-index:2;min-height:auto;width:min(650px,72%);padding:52px 56px;display:flex;flex-direction:column;justify-content:center;color:#fff}.admin-badge{align-self:flex-start;padding:7px 14px;border-radius:999px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);font-size:13px;font-weight:900}.admin-hero h1{margin:18px 0 10px;font-size:clamp(38px,4vw,58px);line-height:1.16;font-weight:950}.admin-hero p{margin:0;max-width:570px;font-size:18px;line-height:1.9;color:rgba(255,255,255,.94)}.admin-hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:24px}.admin-hero-meta span{padding:7px 11px;border-radius:9px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);font-size:12px;font-weight:800}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:22px}.admin-stat-card{display:flex;align-items:center;gap:16px;min-height:122px;padding:23px 22px;background:#fff;border:1px solid #dce7e1;border-radius:20px;box-shadow:0 10px 28px rgba(15,38,56,.055)}.admin-stat-icon{width:58px;height:58px;border-radius:18px;background:#eaf7f0;display:grid;place-items:center;font-size:27px;flex:0 0 auto}.admin-stat-card strong{display:block;font-size:32px;line-height:1;color:#078347;font-weight:950}.admin-stat-card span:last-child{display:block;margin-top:8px;color:#344e5d;font-weight:850}.admin-overview-grid{display:grid;grid-template-columns:1.5fr .8fr;gap:16px;margin-top:18px}.admin-progress-card,.admin-quick-note{background:#fff;border:1px solid #dce7e1;border-radius:20px;padding:24px;box-shadow:0 10px 28px rgba(15,38,56,.045)}.admin-card-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-card-heading span{font-size:13px;color:#0a8a4c;font-weight:900}.admin-card-heading h2,.admin-quick-note h2{margin:4px 0 0;font-size:22px}.admin-card-heading strong{font-size:34px;color:#087a43}.admin-progress-track{height:12px;background:#e6efea;border-radius:999px;overflow:visible;margin:20px 0 12px}.admin-progress-track span{display:block;height:100%;background:linear-gradient(90deg,#087a43,#1bb36c);border-radius:inherit}.admin-progress-card p,.admin-quick-note p{margin:0;color:#677b86;line-height:1.75}.admin-quick-note{display:flex;align-items:center;gap:16px;background:linear-gradient(145deg,#ffffff,#f2faf6)}.admin-note-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:#e9f7ef;font-size:27px;flex:0 0 auto}.admin-actions-section{margin-top:30px}.admin-section-heading{display:flex;justify-content:space-between;align-items:end;gap:22px;margin-bottom:17px}.admin-section-heading span{font-size:13px;color:#0a8a4c;font-weight:900}.admin-section-heading h2{margin:5px 0 0;font-size:30px}.admin-section-heading p{margin:0;color:#687b86}.admin-action-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.admin-action-card{position:relative;min-height:250px;padding:27px 25px;background:#fff;border:1px solid #dce7e1;border-radius:22px;box-shadow:0 12px 32px rgba(15,38,56,.055);color:#10283a;text-decoration:none;display:flex;flex-direction:column;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.admin-action-card:hover{transform:translateY(-5px);box-shadow:0 20px 42px rgba(15,55,39,.12);border-color:#b9dcc9}.admin-action-icon{width:60px;height:60px;border-radius:18px;display:grid;place-items:center;background:#eaf7f0;color:#087a43;font-size:27px;font-weight:950;margin-bottom:22px}.admin-action-card h3{margin:0 0 10px;font-size:25px}.admin-action-card p{margin:0;color:#617480;line-height:1.85;font-size:15px}.admin-action-link{margin-top:auto;padding-top:22px;color:#087a43;font-weight:900}@media(max-width:980px){.admin-stats{grid-template-columns:repeat(2,1fr)}.admin-overview-grid{grid-template-columns:1fr}.admin-action-grid{grid-template-columns:1fr}.admin-action-card{min-height:205px}.admin-hero-content{width:82%;padding:42px 38px}}@media(max-width:700px){.admin-topbar .nav{min-height:72px}.admin-topbar .brand img{width:46px;height:46px}.admin-topbar .brand strong{font-size:15px}.admin-topbar .brand small{font-size:10px}.admin-dashboard-main{padding-top:16px}.admin-hero{min-height:auto;border-radius:18px}.admin-hero-content{min-height:auto;width:100%;padding:30px 24px;background:linear-gradient(0deg,rgba(5,49,34,.86),rgba(5,49,34,.2))}.admin-hero-overlay{background:linear-gradient(0deg,rgba(5,49,34,.72),rgba(5,49,34,.08))}.admin-hero h1{font-size:36px}.admin-hero p{font-size:15px}.admin-stats{grid-template-columns:1fr 1fr;gap:10px}.admin-stat-card{min-height:105px;padding:18px 15px}.admin-stat-icon{width:48px;height:48px;font-size:22px}.admin-stat-card strong{font-size:26px}.admin-stat-card span:last-child{font-size:13px}.admin-section-heading{align-items:flex-start;flex-direction:column}.admin-section-heading h2{font-size:25px}}@media(max-width:470px){.admin-stats{grid-template-columns:1fr}.admin-hero-meta{display:none}.admin-card-heading{align-items:flex-start}.admin-card-heading strong{font-size:29px}.admin-quick-note{align-items:flex-start}.admin-action-card{padding:22px 20px}}