*,:after,:before{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}:root{--bg:#000;--bg-card:#141414;--bg-card2:#1c1c1c;--bg-input:#1a1a1a;--border:#2a2a2a;--text-primary:#fff;--text-secondary:#888;--text-muted:#555;--accent-green:#4ade80;--accent-red:#f87171;--accent-blue:#60a5fa;--accent-orange:#fb923c;--accent-purple:#c084fc;--accent-yellow:#facc15;--radius:16px;--radius-sm:10px;--font:"DM Sans",sans-serif;--safe-top:env(safe-area-inset-top,44px);--safe-bottom:env(safe-area-inset-bottom,34px)}body,html{background:var(--bg);color:var(--text-primary);font-family:var(--font);height:100%;overflow:hidden;-webkit-font-smoothing:antialiased}#__nuxt{display:flex;flex-direction:column;height:100dvh;overflow:hidden}::-webkit-scrollbar{display:none}.page-enter-active,.page-leave-active{transition:opacity .2s ease,transform .2s ease}.page-enter-from{opacity:0;transform:translateY(8px)}.page-leave-to{opacity:0;transform:translateY(-8px)}button{background:none;border:none;color:var(--text-primary);cursor:pointer;font-family:var(--font)}.modal-backdrop{align-items:flex-end;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;display:flex;inset:0;justify-content:center;position:fixed;z-index:100}.modal-sheet{animation:slideUp .3s cubic-bezier(.32,.72,0,1);background:var(--bg-card);border-radius:24px 24px 0 0;max-height:92dvh;overflow-y:auto;padding:12px 20px 40px;width:100%}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-handle{background:var(--border);border-radius:2px;height:4px;margin:0 auto 20px;width:36px}.cat-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:18px;height:40px;justify-content:center;width:40px}.amount-display{font-size:56px;font-weight:700;letter-spacing:-2px;line-height:1}.numpad{display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-top:16px}.numpad-btn{align-items:center;background:var(--bg-card2);border-radius:12px;display:flex;font-size:20px;font-weight:500;height:56px;justify-content:center;transition:background .1s}.numpad-btn:active{background:#2a2a2a}.btn-save{background:var(--text-primary);border-radius:14px;color:var(--bg);font-size:17px;font-weight:600;height:54px;margin-top:16px;transition:opacity .15s;width:100%}.btn-save:active{opacity:.8}.btn-cancel{background:var(--bg-card2);border-radius:14px;color:var(--text-primary);flex:1;font-size:17px;font-weight:500;height:54px}.app-wrapper{background:var(--bg);display:flex;flex-direction:column;height:100dvh;max-width:100vw;overflow:hidden;position:relative}
