*{box-sizing:border-box;margin:0;padding:0}:root{--primary:#ea580c;--primary-dark:#c2410c;--primary-light:#fed7aa;--accent:#2563eb;--accent-light:#dbeafe;--green:#16a34a;--green-light:#dcfce7;--background:#fff7ed;--surface:#fff;--foreground:#1c1917;--muted:#78716c;--border:#e7e5e4;--danger:#dc2626;--danger-light:#fee2e2;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #00000012, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014, 0 4px 6px -4px #0000000a;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}body{font-family:var(--font);background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;line-height:1.5}button{cursor:pointer;font:inherit;-webkit-tap-highlight-color:transparent;border:none;outline:none}button:focus-visible{outline:2px solid var(--primary);outline-offset:2px}a{color:inherit;text-decoration:none}input,textarea,select{font:inherit;color:var(--foreground)}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--primary);outline-offset:-1px}img{max-width:100%;display:block}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .15s,transform .1s;display:flex}.btn-primary:hover{background:var(--primary-dark)}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:var(--surface);width:100%;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.btn-secondary:hover{border-color:var(--muted)}.btn-secondary:active{background:var(--background)}.card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow .15s}.card:active{box-shadow:var(--shadow-md)}.badge{border-radius:var(--radius-full);align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;line-height:1.25;display:inline-flex}.badge-primary{background:var(--primary-light);color:var(--primary-dark)}.badge-green{background:var(--green-light);color:var(--green)}.badge-danger{background:var(--danger-light);color:var(--danger)}.badge-accent{background:var(--accent-light);color:var(--accent)}.page{max-width:480px;margin:0 auto;padding:1rem 1rem 5rem}.page-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.section-title{margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.money{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.label{margin-bottom:.375rem;font-size:.9rem;font-weight:600;display:block}.field{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:.875rem;font-size:1rem}.field:focus-visible{border-color:var(--primary);outline:none}.skeleton{background:linear-gradient(90deg, var(--border) 25%, #f5f1ec 50%, var(--border) 75%);background-size:200% 100%;border-radius:4px;animation:1.3s ease-in-out infinite shimmer}@keyframes shimmer{to{background-position:-200% 0}}@keyframes spin{to{transform:rotate(360deg)}}.empty{text-align:center;color:var(--muted);padding:3rem 1.5rem}.empty-icon{border-radius:var(--radius-full);background:var(--surface);width:64px;height:64px;box-shadow:var(--shadow-sm);color:var(--muted);justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}@media (prefers-reduced-motion:reduce){*{transition-duration:0s!important;animation-duration:0s!important}}
