:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:-apple-system,BlinkMacSystemFont,Hiragino Sans,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#111;background:#fafafa;margin:0}.home{min-height:100dvh;padding:max(1.5rem, env(safe-area-inset-top)) 1rem max(1.5rem, env(safe-area-inset-bottom));flex-direction:column;gap:1rem;display:flex}.home h1{text-align:center;margin:.5rem 0}.locale-switch{justify-content:center;gap:.5rem;display:flex}.locale-switch button{background:#fff;border:1px solid #ccc;border-radius:999px;padding:.4rem .8rem}.locale-switch button.active{color:#fff;background:#111;border-color:#111}.home-actions{flex-direction:column;gap:.75rem;display:flex}.home-action{color:#fff;background:#111;border:none;border-radius:.75rem;width:100%;padding:1.1rem;font-size:1.1rem}.home-status{text-align:center;color:#666;margin:0}.login{justify-content:center;align-items:center;min-height:100dvh;padding:1rem;display:flex}.login form{flex-direction:column;gap:.75rem;width:100%;max-width:22rem;display:flex}.login label{font-weight:600}.login input{border:1px solid #ccc;border-radius:.5rem;padding:.9rem;font-size:1rem}.login button{color:#fff;background:#111;border:none;border-radius:.5rem;padding:.9rem;font-size:1rem}.login-status{text-align:center;margin:0}.login-error{color:#b00020}.login-hint{color:#888;margin-top:-.5rem;font-size:.85rem}.sign-out{color:#111;background:#fff;border:1px solid #ccc;border-radius:.5rem;margin-top:auto;padding:.75rem}.update-banner{color:#111;background:#fc0;border:none;border-radius:.5rem;width:100%;padding:.75rem;font-weight:600}.settings,.movement{min-height:100dvh;padding:max(1.5rem, env(safe-area-inset-top)) 1rem max(1.5rem, env(safe-area-inset-bottom));flex-direction:column;gap:1rem;width:100%;max-width:32rem;margin:0 auto;display:flex}.back-link{color:#111;background:0 0;border:none;align-self:flex-start;padding:.25rem 0;font-size:1rem}.settings h1,.movement h1{margin:0}.settings-form{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;flex-direction:column;gap:.6rem;padding:1rem;display:flex}.settings-form h2{margin:0 0 .25rem;font-size:1rem}.settings-form label,.field-label{flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600;display:flex}.settings-form input,.field-label input,.field-label select{border:1px solid #ccc;border-radius:.5rem;width:100%;padding:.8rem;font-size:1rem;font-weight:400}.settings-form button,.movement>button{color:#fff;background:#111;border:none;border-radius:.5rem;padding:.8rem;font-size:1rem}.version-footer{margin-top:1rem}.build-version{text-align:center;color:#999;background:0 0;border:none;width:100%;padding:.25rem;font-size:.8rem;display:block}.changelog{color:#555;background:#fff;border:1px solid #eee;border-radius:.5rem;max-width:24rem;margin:.5rem auto 0;padding:.75rem 1rem;font-size:.8rem;list-style:none}.changelog>li+li{border-top:1px solid #eee;margin-top:.6rem;padding-top:.6rem}.changelog-heading{color:#333;margin:0 0 .25rem;font-weight:600}.changelog ul{margin:0;padding-left:1.1rem}.form-status{margin:0;font-size:.9rem}.form-error{color:#b00020}.sens-picker{gap:.5rem;display:flex}.sens-picker button{background:#fff;border:1px solid #ccc;border-radius:.5rem;flex:1;padding:.7rem}.sens-picker button.active{color:#fff;background:#111;border-color:#111}.search-select{position:relative}.search-select input{border:1px solid #ccc;border-radius:.5rem;width:100%;padding:.8rem;font-size:1rem}.search-select-list{z-index:10;background:#fff;border:1px solid #ccc;border-radius:.5rem;max-height:14rem;margin:.25rem 0 0;padding:.25rem;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.search-select-list button{text-align:left;background:0 0;border:none;border-radius:.4rem;width:100%;padding:.6rem}.search-select-list button:hover,.search-select-list button:focus{background:#f0f0f0}.search-select-empty{color:#888;padding:.6rem}.quantity-row{gap:1rem;display:flex}.quantity-row .field-label{flex:1}.number-stepper{border:1px solid #ccc;border-radius:.5rem;align-items:stretch;display:flex;overflow:hidden}.number-stepper button{background:#f0f0f0;border:none;width:2.75rem;font-size:1.2rem}.number-stepper input{text-align:center;border:none;flex:1;min-width:0;font-size:1rem}.quantity-formula{color:#666;margin:-.5rem 0 0;font-size:.9rem}.arm-button{color:#fff;background:#111;border:none;border-radius:.75rem;padding:1rem;font-size:1.1rem}.arm-button:disabled{background:#ccc}.arm-button.armed{color:#111;background:#fc0}.inventory-line{background:#fff;border:1px solid #e0e0e0;border-radius:.75rem;flex-direction:column;gap:.5rem;padding:1rem;display:flex}.inventory-line-title{margin:0;font-weight:600}.splash-overlay{z-index:1000;background:#fafafa;justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;inset:0}.splash-overlay.fading{opacity:0;pointer-events:none}.splash-square{grid-template-rows:repeat(2,minmax(3.75rem,4.5rem));grid-template-columns:repeat(2,minmax(3.75rem,4.5rem));gap:.6rem;display:grid}.splash-tile{aspect-ratio:1;color:#fff;background:#111;border-radius:1rem;justify-content:center;align-items:center;font-size:1.75rem;font-weight:700;animation:.7s cubic-bezier(.34,1.56,.64,1) both splash-drop;display:flex;box-shadow:0 10px 20px #00000026}@keyframes splash-drop{0%{transform:translateY(-160vh)}to{transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.splash-tile{animation:none}}
