:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#111827;background:#f6f7f9;--accent:#e7662e;--dark:#111827;--line:#e5e7eb}*{box-sizing:border-box}html,body{margin:0;min-height:100%;max-width:100%;overflow-x:hidden}button,input,select{font:inherit}.boot{min-height:100vh;display:grid;place-items:center;font-weight:800}.login-page{min-height:100dvh;display:grid;place-items:center;padding:18px}.login-card{width:min(100%,390px);background:#fff;border:1px solid var(--line);border-radius:18px;padding:26px;box-shadow:0 12px 35px rgba(17,24,39,.08)}.logo{width:54px;height:54px;object-fit:contain}.login-card h1{font-size:30px;margin:12px 0 2px}.login-card>p{margin:0 0 20px;color:#6b7280}.login-card form{display:grid;gap:14px}.login-card label{display:grid;gap:7px;font-size:13px;font-weight:800}.login-card input{width:100%;height:48px;border:1px solid #d8dde6;border-radius:12px;padding:0 13px;outline:none}.login-card input:focus{border-color:#f0a17c;box-shadow:0 0 0 4px rgba(231,102,46,.09)}.login-card button{height:48px;border:0;border-radius:12px;background:var(--dark);color:#fff;font-weight:850}.login-card button:disabled{opacity:.6}.alert{display:none;background:#fff1f0;border:1px solid #ffc9c5;color:#b42318;border-radius:10px;padding:10px 12px;margin-bottom:14px;font-size:12px}.alert.show{display:block}.shell{min-height:100vh;width:100%;overflow-x:hidden}.topbar{position:sticky;top:0;z-index:10;height:58px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:8px}.brand img{width:30px;height:30px;object-fit:contain}.brand strong{font-size:16px}.logout{border:1px solid #d8dde6;background:#fff;height:36px;padding:0 13px;border-radius:10px;font-weight:800}.content{width:100%;max-width:720px;margin:0 auto;padding:16px 10px 34px;overflow-x:hidden}.page-title{display:flex;justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:14px}.page-title span{font-size:9px;letter-spacing:.13em;font-weight:900;color:var(--accent)}.page-title h2{font-size:24px;margin:2px 0 0}.page-title small{font-size:9px;color:#7b8493;text-align:right}.filters{display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:8px;margin-bottom:10px}.search,.filters select{min-width:0;width:100%;height:42px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;padding:0 10px;font-size:12px;outline:none}.count-card{display:flex;align-items:baseline;gap:7px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:10px 12px;margin-bottom:9px}.count-card strong{font-size:22px}.count-card span{font-size:11px;color:#697386;font-weight:750}.mobile-table{width:100%;background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden}.row{width:100%;display:grid;grid-template-columns:30px minmax(68px,1fr) 83px 62px 40px;gap:4px;align-items:center;padding:10px 6px;text-align:left;border:0;border-bottom:1px solid #edf0f3;background:#fff;color:#1f2937}.row:last-child{border-bottom:0}.row-head{background:#f8fafc;padding-top:8px;padding-bottom:8px}.row-head span{font-size:8px;line-height:1.05;text-transform:uppercase;letter-spacing:.02em;color:#6b7280;font-weight:900}.data-row{cursor:pointer}.data-row:active{background:#fff6f1}.data-row>span{min-width:0;font-size:10px;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-row .name{font-weight:800}.data-row .mobile{font-variant-numeric:tabular-nums;font-weight:700}.status{display:inline-flex;max-width:100%;padding:4px 5px;border-radius:6px;background:#eaf8f1;color:#18794e;font-size:8px;text-transform:uppercase;overflow:hidden;text-overflow:ellipsis}.details{color:#c9501e;font-weight:900;font-size:9px!important}.empty{padding:24px 10px;text-align:center;color:#7b8493;font-size:12px}.pager{display:flex;justify-content:space-between;align-items:center;margin-top:10px;font-size:10px;color:#6b7280}.pager div{display:flex;gap:6px}.pager button{height:34px;border:1px solid #dfe3e8;border-radius:9px;background:#fff;padding:0 11px;font-size:10px;font-weight:800}.pager button:disabled{opacity:.45}.modal{position:fixed;inset:0;z-index:50;display:grid;place-items:end center;background:rgba(15,23,42,.48);padding:12px;backdrop-filter:blur(4px)}.modal-card{width:min(100%,520px);max-height:88dvh;overflow:auto;background:#fff;border-radius:18px;padding:17px;box-shadow:0 24px 60px rgba(15,23,42,.24)}.modal-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;padding-bottom:13px;border-bottom:1px solid #edf0f3}.modal-head small{font-size:8px;letter-spacing:.12em;color:var(--accent);font-weight:900}.modal-head h3{margin:4px 0 0;font-size:20px}.close{width:34px;height:34px;border:1px solid #dfe3e8;border-radius:9px;background:#fff;font-size:22px;line-height:1}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:13px}.detail-grid div{min-width:0;background:#f8fafc;border:1px solid #edf0f3;border-radius:10px;padding:11px}.detail-grid span{display:block;font-size:9px;color:#6b7280;margin-bottom:4px}.detail-grid strong{display:block;font-size:12px;overflow-wrap:anywhere}@media(max-width:360px){.content{padding-left:6px;padding-right:6px}.row{grid-template-columns:26px minmax(62px,1fr) 76px 58px 36px;gap:2px;padding-left:4px;padding-right:4px}.row-head span{font-size:7px}.data-row>span{font-size:9px}.status{font-size:7px;padding:4px}.filters{grid-template-columns:minmax(0,1fr) 96px}}@media(min-width:600px){.modal{place-items:center}.row{grid-template-columns:48px minmax(130px,1fr) 120px 100px 60px}.row-head span,.data-row>span{font-size:11px}.status{font-size:9px}}
#dataAlert{margin:0 0 10px}.data-row .status{justify-content:center}.detail-grid>div:last-child:nth-child(odd){grid-column:1/-1}
