:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--bg:#f4f4f5;--fg:#1a1a1a;--surface:#fff;--border:#d8d8dc;--accent:#2563eb;--danger:#c0392b}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer}:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:flex-end;padding:.5rem .75rem;display:flex}.topbar__logout-button{border:1px solid var(--border);background:var(--surface);min-height:44px;color:var(--fg);border-radius:.5rem;padding:.5rem 1rem}.app{max-width:640px;margin:0 auto;padding:.75rem .75rem 5rem}.app__header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.app__header h1{margin:0;font-size:1.4rem}.app__header-link{white-space:nowrap;font-weight:600}.app__error{color:var(--danger);background:#fdecea;border-radius:.5rem;padding:.5rem .75rem}.add-input{margin-bottom:1rem;position:relative}.add-input__field{border:1px solid var(--border);border-radius:.75rem;width:100%;padding:.9rem 1rem;font-size:1.1rem}.add-input__suggestions{background:var(--surface);border:1px solid var(--border);z-index:5;border-radius:.5rem;margin:.25rem 0 0;padding:0;list-style:none;position:absolute;inset-inline:0;overflow:hidden}.add-input__suggestions button{text-align:left;background:0 0;border:none;width:100%;padding:.6rem 1rem;display:block}.add-input__suggestions button:hover,.add-input__suggestions button:focus-visible{background:var(--bg)}.add-input__category-picker{align-items:center;gap:.5rem;margin-top:.5rem;font-size:.9rem;display:flex}.app__tile-grid,.app__list{grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem;margin:0 0 1rem;display:grid}.tile{position:relative}.tile__button{text-align:center;border:none;border-radius:.9rem;flex-direction:column;justify-content:center;align-items:center;gap:.2rem;width:100%;height:112px;padding:.45rem .3rem;display:flex}.tile--marked .tile__button{opacity:.55}.tile__marked-badge{color:#fff;text-align:center;background:#16a34a;border-radius:999px;width:1.35rem;height:1.35rem;font-size:.8rem;line-height:1.35rem;position:absolute;top:.3rem;left:.3rem}.tile__icon{flex:none;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.tile__icon-image{object-fit:contain;max-width:100%;max-height:100%}.tile__name{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;font-size:.74rem;font-weight:600;line-height:1.25;display:-webkit-box;overflow:hidden}.tile__amount{opacity:.85;white-space:nowrap;text-overflow:ellipsis;width:100%;font-size:.75rem;overflow:hidden}.tile__edit{color:#fff;background:#00000059;border:none;border-radius:999px;width:1.6rem;height:1.6rem;padding:0;line-height:1.6rem;position:absolute;top:.2rem;right:.2rem}.app__catalog-section{border-bottom:1px solid var(--border)}.app__catalog-toggle{text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;min-height:44px;padding:.75rem .25rem;font-size:1rem;font-weight:600;display:flex}.app__catalog-chevron{width:1rem;color:var(--accent);display:inline-block}.app__toast{color:#fff;z-index:20;background:#1a1a1a;border-radius:.75rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex;position:fixed;bottom:.75rem;left:.75rem;right:.75rem}.app__toast button{color:#93c5fd;background:0 0;border:none;font-weight:600}.edit-sheet__backdrop{z-index:30;background:#0006;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.edit-sheet{background:var(--surface);border-radius:1rem 1rem 0 0;width:100%;max-width:640px;max-height:90vh;padding:1.25rem;position:relative;overflow-y:auto}@media (width>=640px){.edit-sheet__backdrop{align-items:center}.edit-sheet{border-radius:1rem}}.edit-sheet__close{background:0 0;border:none;font-size:1.5rem;position:absolute;top:.5rem;right:.75rem}.edit-sheet__field{flex-direction:column;gap:.25rem;margin-bottom:.9rem;display:flex}.edit-sheet__field input,.edit-sheet__field select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:44px;color:var(--fg);border-radius:.5rem;padding:.5rem .7rem}.edit-sheet__icon-grid{grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:.4rem;max-height:220px;margin-top:.4rem;display:grid;overflow-y:auto}.edit-sheet__icon-option{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;padding:.3rem;font-size:.6rem;display:flex;position:relative;overflow:hidden}.edit-sheet__icon-option img{object-fit:contain;max-width:100%;max-height:100%}.edit-sheet__icon-option--current{border-color:var(--accent);border-width:2px}.edit-sheet__icon-option--current:after{content:"✓";background:var(--accent);color:#fff;text-align:center;border-radius:999px;width:16px;height:16px;font-size:.65rem;line-height:16px;position:absolute;bottom:-4px;right:-4px}.edit-sheet__amount-row{align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.edit-sheet__amount-row input{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:44px;color:var(--fg);border-radius:.5rem;flex:2 1 0;padding:.5rem .6rem}.edit-sheet__amount-row select{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:44px;color:var(--fg);border-radius:.5rem;flex:1.5 1 0;padding:.5rem .4rem}.edit-sheet__amount-row button{border:1px solid var(--border);background:var(--surface);border-radius:.5rem;flex:none;width:44px;height:44px}.edit-sheet__actions{gap:.6rem;margin-top:1rem;display:flex}.edit-sheet__actions .button--primary,.edit-sheet__actions .button--secondary{flex:1;min-height:44px}.button--secondary{background:var(--surface);color:var(--fg);border:1px solid var(--border);border-radius:.5rem;padding:.6rem 1rem}.edit-sheet__danger-zone{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1rem}.button--primary{background:var(--accent);color:#fff;border:none;border-radius:.5rem;min-height:44px;padding:.6rem 1rem}.button--danger{border:1px solid var(--danger);color:var(--danger);background:0 0;border-radius:.5rem;min-height:44px;padding:.5rem .9rem}.button--danger:disabled{opacity:.5;cursor:not-allowed}.categories-page__item{border-bottom:1px solid var(--border);flex-direction:column;gap:.35rem;padding:.6rem 0;display:flex}.categories-page__item-main{align-items:center;gap:.5rem;display:flex}.categories-page__item-meta{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.categories-page__name-input{flex:1;min-width:0}.categories-page__create{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;margin-top:1rem;padding:.5rem 0;display:grid}.categories-page__reorder{gap:.15rem;display:flex}.categories-page__reorder button{width:36px;height:36px}.categories-page__item input[type=color],.categories-page__create input[type=color]{border:1px solid var(--border);border-radius:.5rem;width:44px;height:44px;padding:0}.categories-page__item input[type=text],.categories-page__create input[type=text]{border:1px solid var(--border);background:var(--surface);min-width:0;min-height:44px;color:var(--fg);border-radius:.5rem;padding:.5rem .6rem}.categories-page__feedback{color:#16a34a;white-space:nowrap;font-size:.8rem}.categories-page__count{opacity:.7;white-space:nowrap;font-size:.85rem}@media (prefers-color-scheme:dark){:root{--bg:#16171a;--fg:#f0f0f0;--surface:#222327;--border:#3a3b40}}
