*{box-sizing:border-box}html{min-height:100%;background:#fff}body{min-width:320px;min-height:100dvh;margin:0;font-family:Aptos,Candara,Trebuchet MS,sans-serif;background:#fff;-webkit-font-smoothing:antialiased;text-rendering:geometricPrecision}::selection{background:#d9e7df;color:#0d2b23}app-kiosk .service-data-state{display:grid;place-items:center;align-content:center;min-height:14rem;padding:2rem;border-block:1px solid var(--line);background:#fafbfa;color:var(--ink);text-align:center}app-kiosk .service-data-state strong{margin-top:.9rem;color:var(--black);font-size:1rem}app-kiosk .service-data-state p{max-width:28rem;margin-top:.35rem;color:var(--muted);font-size:.72rem;line-height:1.5}app-kiosk .service-data-state button{min-width:8.5rem;min-height:2.9rem;margin-top:1rem;padding:.65rem 1.15rem;border:0;border-radius:6px;background:var(--black);color:var(--white);font:inherit;font-size:.72rem;font-weight:900}app-kiosk .service-spinner{width:2.5rem;aspect-ratio:1;border:3px solid #d9e1dc;border-top-color:var(--green);border-radius:50%;animation:service-spin .8s linear infinite}app-kiosk .service-alert-icon{display:grid;place-items:center;width:2.65rem;aspect-ratio:1;border:2px solid var(--coral);border-radius:50%;color:var(--coral);font-size:1.1rem;font-weight:900}app-kiosk .service-empty-icon{position:relative;width:2.7rem;height:2.35rem;border:2px solid #97a49c;border-radius:5px}app-kiosk .service-empty-icon:before{position:absolute;top:.55rem;right:0;left:0;border-top:2px solid #97a49c;content:""}app-kiosk .service-empty-icon:after{position:absolute;top:-.4rem;left:.55rem;width:1.35rem;height:.65rem;border-inline:2px solid #97a49c;content:""}@keyframes service-spin{to{transform:rotate(360deg)}}
