:root{font-family:Inter,SF Pro Display,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#0f172a;color:#f8fafc;line-height:1.5;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#0f172a}.admin-shell{min-height:100vh;background:#0f172a;color:#f8fafc;display:flex;flex-direction:column}.admin-header{padding:1.25rem 2rem;background:#0f172ae6;border-bottom:1px solid rgba(255,255,255,.1)}.admin-header .brand{display:flex;align-items:center;gap:.85rem}.admin-header img{width:56px}.admin-header p{margin:0;font-size:1.2rem;font-weight:700}.admin-header span{font-size:.9rem;color:#cbd5f5}main{flex:1;padding:1.5rem 2rem}.filter-bar{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;align-items:center}.filter-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.refresh-btn{min-width:auto;padding:.45rem 1rem}.tag{padding:.5rem 1.2rem;border-radius:999px;border:1px solid rgba(248,250,252,.3);background:transparent;color:inherit;font-weight:600;cursor:pointer}.tag.active{background:#38bdf8;color:#0f172a;border-color:transparent}.table-wrapper{background:#f8fafc;color:#0f172a;padding:1.5rem;border-radius:20px;box-shadow:0 20px 40px #0f172a40}.message{margin-top:0;margin-bottom:.75rem;color:#0f172a;font-weight:600}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.75rem .6rem;text-align:left;border-bottom:1px solid rgba(15,23,42,.08);vertical-align:middle}th{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#0f172ab3}.empty-state{text-align:center;padding:1rem 0;color:#0f172a99}.status-pill{padding:.25rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700;display:inline-flex}.status-pill.pending{background:#fde68a;color:#78350f}.status-pill.accepted{background:#bbf7d0;color:#064e3b}.status-pill.rejected{background:#fecdd3;color:#7f1d1d}.upload-label{display:inline-flex;flex-direction:column;gap:.4rem;font-size:.9rem;cursor:pointer;color:#0ea5e9}.upload-label input{display:none}.action-btns{display:flex;gap:.4rem;flex-wrap:wrap}.btn{border:none;border-radius:12px;padding:.45rem .9rem;font-weight:600;cursor:pointer;min-width:90px;transition:transform .15s ease}.btn.primary{background:#0f172a;color:#fff}.btn.ghost{background:#e2e8f0;color:#0f172a}.btn:disabled{opacity:.5;cursor:not-allowed}.passport-photo-cell{display:flex;flex-direction:column;gap:.5rem;align-items:center;min-width:120px}.passport-thumbnail{width:80px;height:80px;object-fit:cover;border-radius:8px;border:2px solid rgba(15,23,42,.2);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.passport-thumbnail:hover{transform:scale(1.1);box-shadow:0 4px 12px #0003}.passport-link{font-size:.75rem;color:#0ea5e9;text-decoration:none;font-weight:600;transition:color .2s ease}.passport-link:hover{color:#0284c7;text-decoration:underline}.no-photo{color:#0f172a80;font-size:.85rem;font-style:italic}@media(max-width:800px){th,td{padding:.4rem .35rem}.passport-thumbnail{width:60px;height:60px}}
