*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#182235;background:#f7f9fc}a{text-decoration:none;color:inherit}.topbar{height:88px;background:#fff;border-top:5px solid #77b879;border-bottom:1px solid #e8ebf0;display:flex;align-items:center;justify-content:space-between;padding:0 5%;}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:42px;height:42px;border-radius:8px;background:#1769c2;color:#fff;display:grid;place-items:center;font-weight:800}.brand strong{display:block;font-size:16px}.brand small{display:block;color:#3d78e8;margin-top:3px}.logout{color:#2463e8;font-weight:700}.container{max-width:960px;margin:40px auto;padding:0 20px}.narrow{max-width:650px}.hero{text-align:center;padding:50px 0 25px}.hero h1{font-size:32px;margin:0 0 10px}.hero p{color:#7c8799}.card{background:#fff;border:1px solid #e5e9f0;border-radius:16px;padding:24px;box-shadow:0 8px 28px rgba(25,40,65,.05)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}label{display:block;font-size:14px;font-weight:700;margin-bottom:7px;color:#4b5668}input,select,textarea{width:100%;border:1px solid #d7dce5;border-radius:11px;padding:13px 14px;font-size:15px;outline:none;background:#fff}input:focus,select:focus,textarea:focus{border-color:#5792ff;box-shadow:0 0 0 3px rgba(87,146,255,.12)}textarea{min-height:110px;resize:vertical}.btn{border:0;background:#2864e9;color:#fff;border-radius:11px;padding:14px 20px;font-size:15px;font-weight:800;cursor:pointer;width:100%}.btn.secondary{background:#eef3ff;color:#2864e9}.tabs{display:flex;gap:30px;border-bottom:1px solid #e6eaf0;margin-bottom:28px;overflow:auto}.tabs a{padding:15px 2px;color:#697386;font-weight:700;white-space:nowrap}.tabs a.active{color:#2864e9;border-bottom:3px solid #2864e9}.admin-wrap{max-width:1200px;margin:30px auto;padding:0 20px}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:900px}.data-table th,.data-table td{padding:13px 12px;border-bottom:1px solid #edf0f4;text-align:left;font-size:13px}.data-table th{color:#7a8495;font-size:12px}.badge{display:inline-block;padding:6px 10px;border-radius:20px;background:#eef1f5;color:#536071;font-size:11px;font-weight:800}.badge.approved,.badge.completed{background:#e5faee;color:#1d9b58}.badge.onhold{background:#fff6c9;color:#8b6a00}.badge.rejected{background:#ffe8e8;color:#bd3030}.actions a{margin-right:10px;color:#2463e8;font-weight:700}.actions a.delete{color:#e33}.alert{padding:13px 15px;border-radius:10px;margin-bottom:18px;background:#fff1f1;color:#b62f2f}.success{background:#ebfbf2;color:#177d49}.status-head{text-align:center}.photo{width:128px;height:128px;border-radius:50%;object-fit:cover;border:4px solid #fff;box-shadow:0 4px 16px #cfd6e2;margin:10px auto}.gauge{width:280px;height:140px;margin:20px auto 10px;position:relative;overflow:hidden}.gauge-arc{position:absolute;inset:0;border-radius:280px 280px 0 0;background:conic-gradient(from 270deg,#ef4545 0 45%,#ff8b18 45% 65%,#f0c000 65% 85%,#2fb765 85% 100%);}.gauge-hole{position:absolute;left:20px;right:20px;top:20px;bottom:-40px;background:#fff;border-radius:240px 240px 0 0}.gauge-value{position:absolute;bottom:0;left:0;right:0;text-align:center;font-size:30px;font-weight:900}.progress-note{text-align:center;color:#667085}.status-box{padding:20px;border-radius:14px;margin:20px auto;background:#edfff5;border:1px solid #b8efd0;max-width:520px}.summary{max-width:520px;margin:18px auto}.row{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #edf0f4}.row:last-child{border-bottom:0;font-weight:900}.footer{margin-top:60px;background:#111a2a;color:#d7dce5;padding:35px 8%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer p{color:#8f99a9}.search-row{display:flex;gap:10px;margin-bottom:18px}.search-row input{max-width:360px}.login{min-height:70vh;display:grid;place-items:center}.login .card{width:100%;max-width:420px}.muted{color:#7c8799;font-size:13px}.copy{cursor:pointer;color:#2463e8;font-weight:700}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:20px}.stat{background:#fff;border:1px solid #e5e9f0;border-radius:14px;padding:18px}.stat b{font-size:25px;display:block;margin-top:5px}@media(max-width:700px){.form-grid,.footer,.stat-grid{grid-template-columns:1fr}.hero h1{font-size:26px}.topbar{padding:0 18px}.container{margin-top:20px}.tabs{gap:18px}.footer{padding:28px 20px}.gauge{width:250px}.search-row{display:block}.search-row input{max-width:none;margin-bottom:10px}}
/* Screenshot-matched Admin Entry App */
.admin-page{max-width:980px;margin:0 auto;padding:0 24px 60px}
.admin-tabs{height:64px;display:flex;align-items:flex-end;justify-content:center;gap:34px;border-bottom:1px solid #e6e9ee;margin-bottom:28px;overflow-x:auto}
.admin-tabs a{height:64px;display:flex;align-items:center;padding:0 2px;color:#6d7686;font-size:14px;font-weight:600;white-space:nowrap;border-bottom:3px solid transparent}
.admin-tabs a.active{color:#2864e9;border-bottom-color:#2864e9}
.entry-form-card{width:480px;max-width:100%;margin:0 auto;background:transparent}
.entry-form-card .entry-form-grid{display:grid;grid-template-columns:1fr;gap:0}
.entry-form-card label{font-size:13px;color:#4d596a;margin:0 0 7px;font-weight:600}
.entry-form-card input,
.entry-form-card select,
.entry-form-card textarea{height:44px;border:1px solid #d5dbe4;border-radius:11px;background:#fff;padding:0 15px;font-size:14px;color:#344054;box-shadow:0 1px 2px rgba(16,24,40,.03);margin-bottom:16px}
.entry-form-card textarea{height:80px;padding:13px 15px;resize:vertical}
.entry-form-card input::placeholder,
.entry-form-card textarea::placeholder{color:#a7afbd}
.entry-form-card select{appearance:auto}
.entry-form-card .full{grid-column:auto}
.entry-form-card .btn{height:46px;border-radius:11px;font-size:15px;margin-top:0}
.entry-form-card input[type=file]{height:auto;padding:9px 12px;background:#fff}
.entry-form-card input[type=file]::file-selector-button{border:0;background:#edf3ff;color:#2864e9;border-radius:7px;padding:8px 13px;font-weight:700;margin-right:10px;cursor:pointer}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.data-viewer{margin-top:20px}
@media(max-width:700px){
  .admin-page{padding-left:12px;padding-right:12px}
  .admin-tabs{justify-content:flex-start;gap:27px}
  .entry-form-card{width:100%;max-width:480px}
}
