:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*,*:before,*:after{box-sizing:border-box}*{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header{padding:12px 20px;border-bottom:1px solid #ccc}.nav-list{display:flex;gap:16px;list-style:none;margin:0;padding:0}.nav-list a{text-decoration:none;color:#333}.nav-list a:hover{text-decoration:underline}li{color:#000;list-style:none}ul{padding:10px;max-width:100%}.main-page{background-color:#f2fbeb;color:#0f172a;min-height:100vh;width:100vw;margin:0;padding:0;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.page-title{margin:20px 0 10px;font-size:2em;font-weight:700}.loading-page{background-color:#f3ffea;color:#f8fafc;min-height:100vh;width:100vw;margin:0;padding:0;position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center}.loading-container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.loading-title{font-size:2.4em;margin-bottom:20px;color:#213547;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.logo-container{margin:20px 0;display:flex;justify-content:center;align-items:center}.logo{width:180px;height:180px;opacity:.8;transition:opacity .3s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.logo:hover{opacity:1}.loading-text{margin:10px 0;color:#646cff;font-size:2em;font-weight:700;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.dots-container{margin-top:20px;display:flex;gap:5px}.dot{width:16px;height:16px;background-color:#646cff;border-radius:50%;animation:bounce 1.4s ease-in-out infinite both}.dot:nth-child(1){animation-delay:0s}.dot:nth-child(2){animation-delay:.16s}.dot:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}
