:root{--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size: 16px;--background: #fafbfc;--foreground: #1f2937;--primary: #10b981;--primary-hover: #059669;--primary-light: #d1fae5;--primary-foreground: #ffffff;--success: #10b981;--success-light: #d1fae5;--success-foreground: #065f46;--danger: #ef4444;--danger-light: #fee2e2;--danger-foreground: #991b1b;--warning: #f59e0b;--warning-light: #fef3c7;--warning-foreground: #92400e;--info: #3b82f6;--info-light: #dbeafe;--info-foreground: #1e40af;--card: #ffffff;--card-foreground: #1f2937;--popover: #ffffff;--popover-foreground: #1f2937;--secondary: #f3f4f6;--secondary-foreground: #1f2937;--muted: #f9fafb;--muted-foreground: #6b7280;--accent: #f0fdf4;--accent-foreground: #166534;--destructive: #ef4444;--destructive-foreground: #ffffff;--border: #e5e7eb;--input: #e5e7eb;--input-background: #ffffff;--ring: #10b981;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px}*{box-sizing:border-box}html{font-size:var(--font-size)}html,body{margin:0;min-height:100dvh}body{font-family:var(--font-family);color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,p{margin:0}h1{font-size:clamp(1.7rem,2.5vw,2rem);font-weight:600;line-height:1.3}h2{font-size:clamp(1.2rem,2vw,1.45rem);font-weight:600;line-height:1.4}h3{font-size:1.125rem;font-weight:500;line-height:1.45}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px 2px #0f172a0a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:var(--radius-md);border:1px solid transparent;min-height:36px;padding:8px 16px;font-size:.875rem;font-weight:500;line-height:1.4;font-family:inherit;white-space:nowrap;transition:all .2s ease;cursor:pointer}.btn:disabled{opacity:.6;pointer-events:none}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-ghost{border-color:var(--border);background:var(--card);color:var(--foreground)}.btn-ghost:hover:not(:disabled){background:var(--accent);color:var(--accent-foreground);text-decoration:none}.btn-danger{background:var(--destructive);color:var(--destructive-foreground)}.btn-danger:hover:not(:disabled){filter:brightness(.95)}input,select,textarea{width:100%;min-height:36px;border-radius:var(--radius-md);border:1px solid var(--input);background:var(--input-background);color:var(--foreground);font-family:inherit;font-size:.875rem;line-height:1.4;padding:8px 12px;transition:border-color .2s ease,box-shadow .2s ease}input::placeholder,textarea::placeholder{color:var(--muted-foreground)}input:focus-visible,select:focus-visible,textarea:focus-visible,button:focus-visible,a:focus-visible{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px #10b9814d}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;vertical-align:middle;padding:12px;border-bottom:1px solid var(--border)}th{font-size:.82rem;font-weight:600;color:var(--muted-foreground);letter-spacing:.02em;text-transform:uppercase}.align-right{text-align:right}.status-badge,.pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 10px;font-size:.75rem;font-weight:600;letter-spacing:.01em}.status-badge.success,.pill.income,.pill.active,.pill.confirmed{background:var(--success-light);color:var(--success-foreground)}.status-badge.error,.pill.expense,.pill.canceled{background:var(--danger-light);color:var(--danger-foreground)}.status-badge.warning,.pill.warning,.pill.medium,.pill.pending{background:var(--warning-light);color:var(--warning-foreground)}.status-badge.info,.pill.info{background:var(--info-light);color:var(--info-foreground)}.pill.high{background:var(--success-light);color:var(--success-foreground)}.pill.low{background:var(--danger-light);color:var(--danger-foreground)}.feedback{border-radius:var(--radius-md);padding:12px;font-weight:500}.feedback.success{background:var(--success-light);color:var(--success-foreground)}.feedback.error{background:var(--danger-light);color:var(--danger-foreground)}.feedback.warning{background:var(--warning-light);color:var(--warning-foreground)}.feedback.info{background:var(--info-light);color:var(--info-foreground)}.loading-state,.empty-state{color:var(--muted-foreground)}.mono{font-family:JetBrains Mono,Roboto Mono,Consolas,monospace;font-variant-numeric:tabular-nums}
