@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";.toggle-switch[data-v-6306f257]{background:none;border:none;padding:0;cursor:pointer;position:relative;display:inline-flex;align-items:center;width:52px;height:28px;flex-shrink:0}.track[data-v-6306f257]{position:absolute;width:100%;height:100%;border-radius:28px;transition:background-color .2s ease;background-color:var(--color-button-bg);border:1px solid var(--color-border)}.thumb[data-v-6306f257]{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;position:absolute;top:3px;left:3px;transition:transform .2s ease;background-color:var(--color-surface);box-shadow:0 1px 3px #0003}.thumb[data-v-6306f257] svg{width:14px;height:14px;color:var(--color-text-secondary)}.toggle-switch[aria-checked=true] .track[data-v-6306f257]{background:var(--color-accent);border-color:var(--color-accent)}.toggle-switch[aria-checked=true] .thumb[data-v-6306f257]{transform:translate(24px)}.toggle-switch[aria-checked=true] .thumb[data-v-6306f257] svg{color:var(--color-accent)}.main-header[data-v-46dac883]{width:100%;height:3rem;display:flex;align-items:center}.header-content[data-v-46dac883]{width:100%;height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0rem .6rem}.actions-container[data-v-46dac883]{display:flex;flex-direction:row;gap:.6rem}.logo-svg[data-v-46dac883]{color:var(--color-logo)}.main-layout[data-v-dccda2a8]{display:flex;flex-direction:column;min-height:100%;background-color:var(--color-background);overflow:auto}.content[data-v-dccda2a8]{flex-grow:1;width:100%;margin:0 auto;background-color:var(--color-surface);border-radius:8px;overflow:auto;height:100%;display:flex;flex-direction:column}:root{--color-logo: #000000;--color-skeleton-start: #efe9e9;--color-skeleton-mid: #ced4da;--color-skeleton-end: #e9ecef;--color-background: #f4f5f6;--color-surface: #ffffff;--color-border: #e7e8eb;--color-text-primary: #454555;--color-text-secondary: #aaacb7;--color-button-bg: #e7e8eb;--color-button-text: #454555;--color-accent: #367bff;--color-accent-text: #ffffff}html[data-theme=dark]{--color-logo: #ffffff;--color-skeleton-start: #efe9e9;--color-skeleton-mid: #ced4da;--color-skeleton-end: #e9ecef;--color-background: #000d4c;--color-surface: #101f5c;--color-border: #3e4e88;--color-text-primary: #e9ecef;--color-text-secondary: #8a92b2;--color-button-bg: #3e4e88;--color-button-text: #e9ecef;--color-accent: #367bff;--color-accent-text: #ffffff;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;padding:0}html:focus-within{scroll-behavior:smooth}body,html{display:flex;flex-direction:column;height:100%;text-rendering:optimizeSpeed;line-height:normal;overflow:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}ul[role=list],ol[role=list]{list-style:none;padding:0;margin:0}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background-color:var(--color-background);color:var(--color-text-primary);box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;padding:.4rem}#app{height:100%;box-sizing:border-box;display:flex;flex-direction:column;overflow:auto}a{color:var(--color-accent);text-decoration:none;font-weight:500}a:hover{text-decoration:underline}
