:root{--color_background:#fff;--color_surface:#f5f5f5;--color_text:#171717;--color_text_muted:#666;--color_border:#d9d9d9;--color_primary:#171717;--color_on_primary:#fff;--font_body:system-ui, sans-serif;--font_size_body:1rem;--line_height_body:1.5;--space_1:.25rem;--space_2:.5rem;--space_3:.75rem;--space_4:1rem;--space_6:1.5rem;--space_8:2rem;--space_12:3rem;--radius_small:.375rem;--radius_medium:.75rem;--content_width:72rem}*,:before,:after{box-sizing:border-box}html{color:var(--color_text);background:var(--color_background);font-family:var(--font_body);font-size:var(--font_size_body);line-height:var(--line_height_body)}body{margin:0}a{color:inherit}button,input,textarea,select{font:inherit}
:root{--theme-action-primary:#153a52;--theme-background-default:#fff;--theme-background-light:#f4f4f4;--theme-text-heading:#252525;--color_primary:#153a52;--color_on_primary:#fff;--color_surface:#eaf3f7}
h1,h2,h3,p{margin-block-start:0}.workspace_placeholder{padding:30px}.auth_page{box-sizing:border-box;background:var(--theme-background-light);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100dvh;padding:30px 20px;display:flex}.auth_brand{color:var(--theme-text-heading);font-size:24px;font-weight:650}.auth_component,.auth_card{max-width:100%}.account_page{max-width:1100px;margin-inline:auto;padding:30px}.account_page>header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}@media (max-width:767px){.account_page{padding:20px}}
