: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}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{color:#00bd7e;padding:3px;text-decoration:none;transition:all .4s}@media (hover:hover){a:hover{background-color:#00bd7e33}}@media (width>=1024px){body{place-items:center;display:flex}#app{grid-template-columns:1fr 1fr;padding:0 2rem;display:grid}}.modal-mask[data-v-cc133982]{z-index:100009;background-color:#00000080;width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.spinner[data-v-cc133982]{position:absolute;bottom:50%;right:calc(50% - 100px)}body{color:#fff;background:linear-gradient(135deg,#1e293b,#0f172a);margin:0;font-family:Inter,sans-serif}.app{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.card{text-align:center;background:#111827;border-radius:16px;width:400px;padding:30px;position:absolute;left:calc(50% - 200px);box-shadow:0 10px 30px #00000080}h1{margin-bottom:5px}p{color:#9ca3af;margin-bottom:20px}.form{flex-direction:column;gap:12px;display:flex}input{color:#fff;background:#1f2937;border:none;border-radius:10px;padding:12px}input::placeholder{color:#6b7280}.dropzone{cursor:pointer;border:2px dashed #38bdf8;border-radius:12px;padding:20px;transition:all .3s}.dropzone:hover{background:#38bdf81a}button{color:#000;cursor:pointer;background:#38bdf8;border:none;border-radius:10px;margin-top:10px;padding:12px;font-weight:700;transition:all .3s}button:hover{background:#0ea5e9}
