:root{--pos-bg: #f6f8f7;--pos-surface: #ffffff;--pos-surface-subtle: #f1f5f4;--pos-surface-active: #e9efed;--pos-border: #e4eae8;--pos-border-soft: #e4eae8;--pos-border-subtle: #edf2f0;--pos-sidebar: #0f2723;--pos-sidebar-soft: #173a34;--pos-sidebar-divider: #1e433c;--pos-sidebar-text: #b9cdc8;--pos-sidebar-text-faint: #9fb6b0;--pos-ink: #0e1f1c;--pos-ink-soft: #0e1f1c;--pos-text: #0e1f1c;--pos-text-secondary: #435a55;--pos-text-muted: #5c6d69;--pos-text-faint: #8a9b96;--pos-text-subtle: #b7c4c0;--pos-font: "Plus Jakarta Sans", "Inter", system-ui, sans-serif;--pos-teal: #0f8a7a;--pos-teal-dark: #0b6b5f;--pos-teal-hover: #0c7568;--pos-teal-soft: #e4f4f1;--pos-teal-light: #e4f4f1;--pos-teal-border: #bfe6de;--pos-accent-light: #5fd9c4;--pos-green: #3fa66b;--pos-success: #3fa66b;--pos-success-light: #e9f7ef;--pos-success-border: #bfe3cc;--pos-success-text: #217a45;--pos-amber: #d68a2c;--pos-amber-bg: #fef3e2;--pos-warning-light: #fef3e2;--pos-warning-border: #f5d9a8;--pos-warning-text: #a5670f;--pos-danger: #d14f4f;--pos-danger-bg: #fceeee;--pos-danger-light: #fceeee;--pos-danger-border: #f0caca;--pos-danger-text: #b23b3b;--pos-radius-xs: 6px;--pos-radius-sm: 8px;--pos-radius: 10px;--pos-radius-md: 10px;--pos-radius-lg: 16px;--pos-radius-full: 9999px;--pos-shadow-xs: 0 1px 2px rgba(16, 47, 42, .06);--pos-shadow-sm: 0 2px 8px rgba(16, 47, 42, .08);--pos-shadow: 0 1px 2px rgba(16, 47, 42, .04);--pos-shadow-card: 0 1px 2px rgba(16, 47, 42, .04);--pos-shadow-lg: 0 10px 28px rgba(14, 31, 28, .14);--pos-shadow-pop: 0 10px 28px rgba(14, 31, 28, .14)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;background:var(--pos-bg);color:var(--pos-ink-soft);-webkit-font-smoothing:antialiased}button,input,select,textarea{font-family:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,a:focus-visible{outline:2px solid var(--pos-teal);outline-offset:2px}a{color:var(--pos-teal-dark)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pos-splash-logo-in{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}@keyframes pos-splash-text-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes pos-splash-ring{0%{transform:scale(.9);opacity:.5}to{transform:scale(1.6);opacity:0}}.pos-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:var(--pos-sidebar);transition:opacity .4s ease}.pos-splash--leaving{opacity:0;pointer-events:none}.pos-splash-logo-wrap{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.pos-splash-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;border:2px solid var(--pos-accent-light);animation:pos-splash-ring 1.6s ease-out infinite}.pos-splash-logo{position:relative;width:56px;height:56px;border-radius:14px;background:var(--pos-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:24px;animation:pos-splash-logo-in .6s cubic-bezier(.34,1.56,.64,1) both}.pos-splash-title{font-size:15px;font-weight:800;letter-spacing:-.2px;color:#fff;animation:pos-splash-text-in .5s ease .25s both}.pos-splash-title span{color:var(--pos-accent-light)}.pos-splash-subtitle{font-size:12.5px;color:var(--pos-sidebar-text);animation:pos-splash-text-in .5s ease .4s both}
