:root{--sidebar-width: 264px;--sidebar-collapsed-width: 78px;--app-background: #f4f8fb;--surface: #ffffff;--text-primary: #102a43;--text-secondary: #667d91;--border-color: #e1ebf2;--primary: #168fd3;--primary-hover: #117fbe;--flowsmile-navy: #0f2942;--flowsmile-navy-dark: #081e31;--flowsmile-blue: #168fd3;--flowsmile-cyan: #35c5d3;--flowsmile-teal: #14b8a6;--flowsmile-bg: #f4f8fb;--flowsmile-surface: #ffffff;--flowsmile-text: #102a43;--flowsmile-soft: #667d91;--flowsmile-border: #e1ebf2;--page-max-width: 1800px}html,body{margin:0;padding:0;min-height:100%;background:var(--app-background);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}*{box-sizing:border-box}button,input,select,textarea{font-family:inherit;font-size:inherit}button{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6{font-family:inherit;color:var(--flowsmile-text);font-weight:700}p,span,label,strong,small,button,input,select,textarea{font-family:inherit}body .page-content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));min-height:100vh;transition:margin-left .22s ease,width .22s ease}body.sidebar-collapsed .page-content{margin-left:var(--sidebar-collapsed-width);width:calc(100% - var(--sidebar-collapsed-width))}@media(max-width:900px){body .page-content,body.sidebar-collapsed .page-content{margin-left:0;width:100%}body .page-content{padding-top:58px}}@media(hover:none){button,a,select{touch-action:manipulation}}
