@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-ext-400-normal.e279fd50.woff2) format("woff2"),url(/assets/outfit-latin-ext-400-normal.a6697dab.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-400-normal.71f028fd.woff2) format("woff2"),url(/assets/outfit-latin-400-normal.f329dc36.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.app-snackbar.MuiSnackbar-root{bottom:1.1rem;right:1.1rem;left:auto;top:auto}.app-snackbar__alert.MuiAlert-root{min-width:min(22rem,calc(100vw - 2rem));border-radius:10px;box-shadow:0 12px 28px #0f172a29;font-size:.84rem;font-weight:600;align-items:center}.app-snackbar__alert--success.MuiAlert-filledSuccess{background:#0f9b55;color:#fff}.app-snackbar__alert--deletion.MuiAlert-filledError,.app-snackbar__alert--error.MuiAlert-filledError{background:#dc2626;color:#fff}.app-snackbar--progress.MuiSnackbar-root{bottom:1.1rem;left:1.1rem;right:auto;top:auto}.app-snackbar__alert--progress.MuiAlert-filledInfo{background:#1f2937;color:#fff}.app-snackbar__alert .MuiAlert-action{padding-top:0;margin-right:-.15rem}@media (max-width: 600px){.app-snackbar.MuiSnackbar-root{bottom:.75rem;right:.75rem}.app-snackbar--progress.MuiSnackbar-root{bottom:.75rem;left:.75rem}}.user-profile-menu .MuiPaper-root{min-width:180px;border-radius:10px;border:1px solid #e8edf3;box-shadow:0 6px 18px #0f172a14;padding:.2rem 0}.user-profile-menu__item.MuiMenuItem-root{display:flex;align-items:center;gap:.6rem;width:100%;padding:.5rem .75rem;border-radius:0;min-height:0}.user-profile-menu__item.MuiMenuItem-root:hover{background:#f7f9fc}.user-profile-menu__item.MuiMenuItem-root.Mui-disabled{opacity:.6}.user-profile-menu__item.MuiMenuItem-root+.user-profile-menu__item.MuiMenuItem-root{border-top:1px solid #edf1f6}.user-profile-menu__icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;flex-shrink:0}.user-profile-menu__icon--default{background:#e8f6ee;color:#0f9b55}.user-profile-menu__icon--danger{background:#fdecec;color:#e53935}.user-profile-menu__icon .MuiSvgIcon-root{font-size:16px}.user-profile-menu__title{flex:1;min-width:0;font-size:.8rem;line-height:1.2;font-weight:600;color:#1a2332}.user-profile-menu__title--danger{color:#e53935}.user-profile-menu__chevron{color:#a0aab8;font-size:16px!important;flex-shrink:0}@media (max-width: 900px){.list-page,.dashboard-main,.add-booking-page,.add-product-page,.add-expense-page,.profile-page,.list-bookings-page,.list-product-page{padding:.65rem}}:root{--color-bg: #f3f8f6;--color-surface: #ffffff;--color-surface-muted: #f1f5f3;--color-border: #dce4e0;--color-border-subtle: #edf2f7;--color-border-panel: #e7edf5;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-text-body: #64748b;--color-primary: #0f9b55;--color-primary-dark: #087943;--color-primary-deep: #0f7a4c;--color-primary-darker: #0b5d3b;--color-modal-accent: #5d69d5;--color-modal-close: #1e2533;--color-accent-soft: #ecfdf5;--chart-color-sales: #0f9b55;--chart-color-purchase: #22c55e;--shadow-soft: 0 20px 50px rgba(15, 23, 42, .08);--shadow-card: 0 6px 18px rgba(15, 23, 42, .04);--radius-md: 8px;--radius-lg: 16px;--radius-panel: 12px;--text-scale: 1.0625;--motion-duration-fast: .15s;--motion-duration-base: .22s;--motion-duration-slow: .32s;--motion-ease-out: cubic-bezier(.22, 1, .36, 1);--motion-ease-in-out: cubic-bezier(.4, 0, .2, 1);--breakpoint-sm: 600px;--breakpoint-md: 900px;--breakpoint-lg: 1100px;--breakpoint-xl: 1200px}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{font-size:calc(16px * var(--text-scale))}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,textarea,select{font:inherit}.motion-fade-in{animation:motion-fade-in var(--motion-duration-base) var(--motion-ease-out) both}.motion-slide-up{animation:motion-slide-up var(--motion-duration-base) var(--motion-ease-out) both}@keyframes motion-fade-in{0%{opacity:0}to{opacity:1}}@keyframes motion-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.motion-fade-in,.motion-slide-up{animation:none}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.app-skeleton{background-color:#e8efeb!important}.app-skeleton:not(.MuiSkeleton-circular){border-radius:10px!important;transform:none!important}.app-skeleton:after{background:linear-gradient(90deg,transparent,rgba(15,155,85,.08),transparent)!important}.currency-code{font-size:.72rem;color:#0f172a;font-weight:600;letter-spacing:.02em}.currency-amount{display:inline-flex;align-items:center;gap:.3rem;white-space:nowrap;vertical-align:middle}.currency-amount img{display:block;flex-shrink:0}.currency-label{display:inline-flex;align-items:center;gap:.25rem}.currency-label__code{font-size:.72rem;color:#94a3b8;font-weight:500}.currency-total-label{display:inline-flex;align-items:center;gap:.3rem}.add-product-spec__unit{display:inline-flex;align-items:center}
