@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--color-bg: #fbf9f2;--color-fg: #1b1c18;--color-fg-variant: #414942;--color-brand: #001c0d;--color-brand-light: #3e674d;--color-brand-soft: #c0edcc;--color-secondary: #a73a00;--color-secondary-soft: #fdd6c6;--color-surface: #e3e3dc;--color-surface-lowest: #ffffff;--color-outline: #717972;--color-outline-variant: #c1c9bf;--color-muted: #6b7280;--color-danger: #ba1a1a;--color-danger-soft: #ffdad6;--color-success: #16a34a;--color-success-soft: #dcfce7;--color-warning: #b45309;--color-warning-soft: #fef3c7;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--space-7: 40px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--font-family-base: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--app-max-width: 480px}html,body{height:100%;margin:0;background:var(--color-bg);color:var(--color-fg);font-family:var(--font-family-base);-webkit-font-smoothing:antialiased}#root{margin:0;background:var(--color-bg);color:var(--color-fg);font-family:var(--font-family-base);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}button{font:inherit;cursor:pointer;font-family:var(--font-family-base);-webkit-tap-highlight-color:transparent;touch-action:manipulation}input{font:inherit;font-family:var(--font-family-base)}#root{margin:0 auto;max-width:var(--app-max-width);background:var(--color-bg);position:relative;min-height:100vh;min-height:100dvh;box-shadow:0 0 24px #0000000f}
