: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);--section-gap:160px}@media (prefers-color-scheme:dark){:root{--color-background:var(--vt-c-black);--color-background-soft:var(--vt-c-black-soft);--color-background-mute:var(--vt-c-black-mute);--color-border:var(--vt-c-divider-dark-2);--color-border-hover:var(--vt-c-divider-dark-1);--color-heading:var(--vt-c-text-dark-1);--color-text:var(--vt-c-text-dark-2)}}*,: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}html,body{background-color:#f0f2f5;min-height:100%;margin:0;padding:0}#root,#app{width:100%;max-width:none;min-height:100%;margin:0;padding:0;font-weight:400}img{max-width:100%;height:auto}.landing-logo{object-fit:contain;width:36px!important;height:36px!important}.brand-logo{object-fit:contain;width:32px!important;height:32px!important}.logo{object-fit:contain;width:28px!important;height:28px!important}.google-logo{width:18px!important;height:18px!important}a,.green{color:#00bd7e;padding:3px;text-decoration:none;transition:all .4s}@media (hover:hover){a:hover{background-color:#00bd7e33}}.app-shell{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.app-shell--auth{align-items:stretch;gap:16px;height:calc(100vh - 56px);margin-top:56px;display:flex;overflow:hidden}.app-shell-main{scrollbar-width:thin;scrollbar-color:#a5b4fc #f1f5f9;flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden auto}.app-shell-main::-webkit-scrollbar{width:8px}.app-shell-main::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.app-shell-main::-webkit-scrollbar-thumb{background:#a5b4fc;border-radius:4px}.app-shell-main::-webkit-scrollbar-thumb:hover{background:#818cf8}.app-shell-main>*{flex:1}@media (max-width:768px){.app-shell-main{padding-bottom:80px}}@keyframes sk-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.sk{background:linear-gradient(90deg,#f0f2f5 25%,#e4e8ed 50%,#f0f2f5 75%) 0 0/800px 100%;border-radius:6px;animation:1.4s ease-in-out infinite sk-shimmer}
