:root{--color-primary:#3cd5dd;--color-accent:#ea148c;--color-secondary:#5138ed;--color-muted:#9fc2d5;--color-dark:#0b2729;--color-bg:#fff;--color-surface:#f4f9fa;--color-text:var(--color-dark);--color-border:#dbe7ea}@media (prefers-color-scheme:dark){:root{--color-bg:#0b2729;--color-surface:#103236;--color-text:#eaf6f7;--color-border:#1c4147}}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--color-text);background:var(--color-bg);font:16px/1.5 system-ui,Segoe UI,Roboto,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:var(--color-secondary)}button{font:inherit;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:6px;padding:6px 12px}button:hover:not(:disabled){border-color:var(--color-primary)}button:disabled{opacity:.6;cursor:not-allowed}input,textarea,select{font:inherit;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text);border-radius:6px;width:100%;padding:6px 8px}label{flex-direction:column;gap:4px;font-size:.9rem;display:flex}.auth-button{cursor:pointer;border-radius:6px;align-items:center;gap:10px;padding:8px 16px;font-size:.9rem;font-weight:600;line-height:1;transition:background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.auth-button--signin{color:#1b1b1b;background:#fff;border:1px solid #8c8c8c}.auth-button--signin:hover:not(:disabled){background:#f3f3f3;border-color:#6c6c6c}.auth-button--signin .ms-logo{flex:none;display:block}.auth-button--signout{color:#fff;background:0 0;border:1px solid #fff6}.auth-button--signout:hover:not(:disabled){background:#ffffff1a;border-color:#ffffffb3}.auth-user{color:#fff;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.auth-user img{border-radius:50%}.splash-screen{z-index:1000;background:var(--color-dark);justify-content:center;align-items:center;animation:.4s ease-out 3.6s forwards splash-fade-out;display:flex;position:fixed;inset:0}.splash-stage{filter:drop-shadow(0 14px 28px #0000008c)drop-shadow(0 2px 6px #00000059);width:380px;max-width:80vw;position:relative}.splash-stage img{opacity:0;clip-path:inset(0 0 100%);width:100%;height:auto;animation:.3s ease-out forwards splash-fade-in,1s cubic-bezier(.65,0,.35,1) .3s forwards splash-reveal;display:block}.splash-scan-line{mix-blend-mode:screen;opacity:0;background:#eaf3fb;border-radius:2px;width:100%;height:3px;animation:.3s ease-out forwards splash-fade-in,1.65s ease-in-out .3s 2 forwards splash-bounce;position:absolute;top:0;left:0;box-shadow:0 2px 4px #eaf3fbd9,0 10px 20px #3cd5dd8c,0 24px 40px #3cd5dd40}@keyframes splash-fade-in{to{opacity:1}}@keyframes splash-reveal{0%{clip-path:inset(0 0 100%)}to{clip-path:inset(0)}}@keyframes splash-bounce{0%{transform:translateY(0)}50%{transform:translateY(127px)}to{transform:translateY(0)}}@keyframes splash-fade-out{to{opacity:0}}
