:root{--color-background: #ffffff;--color-foreground: #111111;--color-primary: #353a44;--color-primary-foreground: #ffffff;--color-primary-hover: #333333;--color-secondary: #f4f4f5;--color-secondary-foreground: #1a1a1a;--color-secondary-hover: #333333;--color-terciary: #FBFBFB;--color-terciary-foreground: #0A0A0A;--color-terciary-hover: #333333;--color-resalted: #112346;--color-resalted-foreground: #CFD8DC;--color-resalted-hover: #0F1F36;--color-muted: #f4f4f5;--color-muted-foreground: #71717a;--color-accent: #EAEAEA;--color-accent-foreground: #1a1a1a;--color-border: #d8dee4;--color-card: #F5F6F8;--color-card-foreground: #111111;--color-danger: #ff2121;--color-danger-hover: #c41919;--color-warning: #FFFBEB;--color-warning-foreground: #8C3306;--color-warning-border: #FEE685;--color-info: #EFF6FF;--color-info-foreground: #1C398E;--color-info-border: #BEDBFF;--color-error: #FEF2F2;--color-error-foreground: #82181A;--color-error-border: #FFC9C9;--color-success: #dcfce7;--color-success-foreground: #00a63e;--color-success-border: #dcfce7}.dark{--color-background: #09090b;--color-foreground: #fafafa;--color-primary: #fafafa;--color-primary-foreground: #09090b;--color-secondary: #27272a;--color-secondary-foreground: #fafafa;--color-resalted: #112346;--color-resalted-foreground: #CFD8DC;--color-muted: #27272a;--color-muted-foreground: #a1a1aa;--color-accent: #27272a;--color-accent-foreground: #fafafa;--color-border: #27272a;--color-card: #09090b;--color-card-foreground: #fafafa;--color-danger: #ff2121;--color-danger-hover: #c41919}*{padding:0;margin:0;box-sizing:border-box;font-family:Anek Latin,sans-serif;font-optical-sizing:auto;font-weight:100;font-style:normal;font-variation-settings:"wdth" 100}html,body{max-width:100vw;height:100vh}#app{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0;background-color:var(--color-bg-primary);color:var(--color-text-primary)}body{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:0;background-color:var(--color-bg-primary);color:var(--color-text-primary)}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button,a{cursor:pointer}ul,nav{padding:0;margin:0;list-style:none}h1,h2{font-weight:700}.icon{cursor:pointer}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:var(--color-accent);border-radius:.5rem;cursor:pointer}.container[data-v-19c76923]{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:3rem;padding:1rem;border:1px solid var(--color-border);border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.container form[data-v-19c76923]{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-wrap:nowrap;gap:1.5rem}.container form div[data-v-19c76923]{width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:nowrap;gap:.5rem}.container form div label[data-v-19c76923]{width:100%;font-size:.875rem;font-weight:500;line-height:1}.container form div input[data-v-19c76923]{width:100%;font-size:.875rem;color:var(--color-foreground);border:1px solid var(--color-border);border-radius:.375rem;padding:.5rem 2.5rem .5rem .75rem;outline:none}.container form div .icon[data-v-19c76923]{position:absolute;bottom:.4rem;right:.75rem;z-index:100}.container form button[data-v-19c76923]{width:100%;height:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;gap:.5rem;background-color:var(--color-foreground);color:var(--color-background);border:none;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;font-size:.875rem;transition:background-color .15s ease}.container form button[data-v-19c76923]:hover{background-color:var(--color-primary-hover)}.container form button[data-v-19c76923]:disabled{opacity:.5}.app-container[data-v-d974278e]{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;gap:0}.global-loading[data-v-d974278e]{width:100vw;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:nowrap;gap:1rem;background:var(--color-white);text-align:center;animation:fadeIn-d974278e .4s ease-in-out}.global-loading .loading-spinner[data-v-d974278e]{width:3rem;height:3rem;border:4px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin-d974278e 1s linear infinite;margin-bottom:1rem}.global-loading h2[data-v-d974278e]{font-size:1.25rem;color:var(--color-foreground)}.global-loading .subtitle[data-v-d974278e]{font-size:.875rem;color:var(--color-muted-foreground)}@keyframes spin-d974278e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn-d974278e{0%{opacity:0}to{opacity:1}}
