:root{--color-primary:#0d2b3e;--color-primary-hover:#18415a;--color-accent:#2e9c56;--color-accent-hover:#268448;--color-background:#fff;--color-border:#ccc;--color-text:#1a1a1a;--color-text-muted:#5c5c5c;--color-text-white:#ccc;--color-error:#d32f2f;--color-error-hover:#e55f5f;--foreground:#171717;--sidebar:15%;--navbar-height:60px;--topbar-height:56px;--header-total-height:116px}@theme inline{--color-background: var(--background); --color-foreground: var(--foreground);    }@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{background-color:#f8fafc;min-height:100vh;margin:0;padding:0;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}.layoutWithFixedHeader{width:100%;height:100vh;padding-top:calc(var(--navbar-height) + var(--topbar-height) + 24px);box-sizing:border-box;background-color:#f8fafc;padding-bottom:100px;overflow-x:hidden;overflow-y:auto}
