:root{--vt-c-white:#fff;--vt-c-white-soft:#f8f8f8;--vt-c-white-mute:#f2f2f2;--vt-c-black:#181818;--vt-c-black-soft:#222;--vt-c-black-mute:#282828;--vt-c-indigo:#2c3e50;--vt-c-divider-light-1:#3c3c3c4a;--vt-c-divider-light-2:#3c3c3c1f;--vt-c-divider-dark-1:#545454a6;--vt-c-divider-dark-2:#5454547a;--vt-c-text-light-1:var(--vt-c-indigo);--vt-c-text-light-2:#3c3c3ca8;--vt-c-text-dark-1:var(--vt-c-white);--vt-c-text-dark-2:#ebebeba3;--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--color-text-muted:var(--vt-c-text-light-2);--color-primary:#00bd7e;--color-primary-alpha:#00bd7e1f;--c-success-text:#007a52;--c-success-bg:#00bd7e1a;--c-success-border:#00bd7e40;--c-warn-text:#92400e;--c-warn-bg:#f59e0b1a;--c-warn-border:#f59e0b40;--c-error-text:#b91c1c;--c-error-bg:#dc354514;--c-error-border:#dc354533;--c-info-text:#1a56db;--c-info-bg:#0d6efd14;--c-info-border:#0d6efd2e;--section-gap:160px}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--color-background:var(--vt-c-white);--color-background-soft:var(--vt-c-white-soft);--color-background-mute:var(--vt-c-white-mute);--color-border:var(--vt-c-divider-light-2);--color-border-hover:var(--vt-c-divider-light-1);--color-heading:var(--vt-c-text-light-1);--color-text:var(--vt-c-text-light-1);--color-text-muted:var(--vt-c-text-light-2);--c-success-text:#34d399;--c-success-bg:#00bd7e26;--c-success-border:#00bd7e4d;--c-warn-text:#fbbf24;--c-warn-bg:#f59e0b26;--c-warn-border:#f59e0b4d;--c-error-text:#f87171;--c-error-bg:#dc354526;--c-error-border:#dc35454d;--c-info-text:#60a5fa;--c-info-bg:#0d6efd26;--c-info-border:#0d6efd4d}}*,:before,:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;line-height:1.6;transition:color .5s,background-color .5s}#app{flex-direction:column;min-height:100vh;display:flex}
