:root{font-family:Inter,"Segoe UI",Arial,sans-serif;color:#17211e;background:#e9ede9;font-synthesis:none}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{height:94px;padding:0 3vw;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #dbe2dc}.brand{display:flex;align-items:center;gap:14px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;background:#174936;color:#fff;font-size:27px;font-weight:900;font-style:italic}.brand b{display:block;font-size:18px;letter-spacing:.1em}.brand small{display:block;margin-top:3px;color:#799087;font-size:10px;font-weight:800;letter-spacing:.3em}.top-right{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.connection{padding:10px 14px;border-radius:30px;background:#e0f5e8;color:#247045}.connection:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:currentColor}.connection.offline{background:#fbe6e1;color:#a73a25}#setup-button{border:0;background:transparent;color:#60736b;font-size:24px;cursor:pointer}.layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,25%);gap:18px;padding:18px 2vw;flex:1;min-height:0}.spotlight,.recent{background:#fff;border-radius:16px;box-shadow:0 4px 20px #1832240c}.spotlight{display:grid;place-items:center;overflow:hidden;min-height:530px}.empty{text-align:center;color:#8a9b91}.empty-ring{width:166px;height:166px;border-radius:50%;border:2px dashed #cbd8ce;display:grid;place-items:center;margin:auto auto 30px}.empty-ring span{width:100px;height:100px;display:grid;place-items:center;border-radius:50%;background:#e8eee9;color:#9fb5a5;font-size:63px;font-style:italic;font-weight:900}.empty h1{font-size:26px;color:#365343;margin-bottom:10px}.empty p{font-size:16px}.hidden{display:none!important}.member{display:flex;align-items:center;gap:5%;width:100%;height:100%;padding:5%}.member-photo-wrap{width:42%;aspect-ratio:4/5;max-height:70vh;position:relative;background:#edf2ec;border-radius:16px;overflow:hidden;display:grid;place-items:center}.member-photo-wrap img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.member-photo-wrap img:not([src]){display:none}.initials{font-size:8vw;font-weight:800;color:#90a999}.member-details{flex:1;min-width:0}.eyebrow{display:block;color:#5d806c;font-size:12px;letter-spacing:.22em;font-weight:900}.member-id{color:#67917a;font-size:24px;font-weight:700;margin-top:28px}.member h1{font-size:clamp(36px,4vw,70px);line-height:1.05;overflow-wrap:anywhere;margin:10px 0 45px}.expiry-label{font-size:13px;font-weight:800;letter-spacing:.13em;color:#778a80}.expiry{font-size:clamp(22px,2vw,34px);font-weight:700;margin:8px 0 36px}.status{padding:22px 25px;text-align:center;border-radius:8px;font-size:clamp(20px,2.2vw,36px);font-weight:900;letter-spacing:.04em}.status.expired{background:#c5212e;color:#fff}.status.soon{background:#f3cf39;color:#111}.status.valid{background:#168348;color:#fff}.status.sync-error{background:#b92b35;color:#fff;box-shadow:inset 0 0 0 4px #f1c247}.status.unknown{background:#64746c;color:#fff}.event-time{margin-top:18px;color:#82938a;font-size:15px}.recent{display:flex;flex-direction:column;overflow:hidden}.recent-head{padding:32px 24px 20px;border-bottom:1px solid #e9eeea;display:flex;justify-content:space-between;align-items:center}.recent h2{font-size:25px;margin:8px 0 0}.count{border-radius:50%;background:#e4f0e7;color:#205e37;width:36px;height:36px;display:grid;place-items:center;font-weight:800}.recent-list{padding:8px 18px;overflow:auto}.recent-empty{padding:25px;color:#8a9b91}.recent-item{display:flex;align-items:center;gap:13px;border-bottom:1px solid #e9eeea;padding:12px 0}.recent-photo{width:56px;height:56px;flex:none;border-radius:10px;background:#e5eee7;object-fit:cover}.photo-fallback{display:grid;place-items:center;color:#638570;font-weight:900;font-size:21px}.recent-info{min-width:0;flex:1}.recent-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:15px}.recent-info small{display:block;margin-top:4px;color:#86968d;font-size:12px}.recent-time{color:#6f8175;font-size:13px;font-weight:700}footer{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 2vw;color:#698073;font-size:11px;font-weight:800;letter-spacing:.16em}dialog{border:0;border-radius:14px;padding:30px;width:min(430px,90vw);box-shadow:0 20px 70px #0005}dialog::backdrop{background:#15261ec4}dialog h2{margin-top:0}dialog p{color:#64736b}dialog label{display:block;font-weight:700;margin:22px 0}dialog input{display:block;width:100%;font-size:18px;padding:12px;margin-top:8px;border:1px solid #b9c8bd;border-radius:8px}#setup-error{color:#bb2732;min-height:20px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px}.dialog-actions button{border:0;border-radius:8px;padding:11px 17px;background:#e9efea;cursor:pointer;font-weight:700}.dialog-actions button[type=submit]{background:#174936;color:white}@media(max-width:900px){.layout{grid-template-columns:1fr}.recent{max-height:300px}.member-photo-wrap{width:38%}.spotlight{min-height:460px}}@media(max-width:600px){.topbar{height:76px}.top-right{gap:9px}.top-right #branch-name{display:none}.layout{padding:8px}.member{gap:15px;padding:15px}.member-photo-wrap{width:40%;aspect-ratio:3/4}.member h1{font-size:30px;margin-bottom:22px}.member-id{margin-top:10px;font-size:17px}.expiry{margin-bottom:20px}.status{padding:12px 4px;font-size:16px}}

