:root{--pos-bg: #f6f8f7;--pos-surface: #ffffff;--pos-border: #e4eae8;--pos-border-soft: #e4eae8;--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-muted: #5c6d69;--pos-text-faint: #8a9b96;--pos-teal: #0f8a7a;--pos-teal-dark: #0b6b5f;--pos-teal-soft: #e4f4f1;--pos-accent-light: #5fd9c4;--pos-green: #3fa66b;--pos-amber: #d68a2c;--pos-amber-bg: #fef3e2;--pos-danger: #d14f4f;--pos-danger-bg: #fceeee;--pos-danger-border: #f0caca;--pos-radius-sm: 8px;--pos-radius-md: 10px;--pos-radius-lg: 16px;--pos-shadow-card: 0 1px 2px rgba(16, 47, 42, .04);--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 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}
