:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh;display:flex;align-items:center;justify-content:center}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:none}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.app{display:flex;flex-direction:column;align-items:center;gap:2rem}h1{font-size:2rem;font-weight:600;margin:0}.switch-container{position:relative;display:flex;flex-direction:column;background:#1a1a1a;border-radius:16px;padding:6px;gap:6px;width:140px}.switch-option{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:1rem 1.5rem;border:none;background:transparent;color:#888;font-size:.85rem;font-weight:600;cursor:pointer;transition:color .2s;border-radius:12px}.switch-option svg{font-size:1.75rem}.switch-option:hover{color:#aaa}.switch-option.active{color:#fff}.switch-indicator{position:absolute;left:6px;right:6px;height:calc((100% - 24px) / 3);border-radius:12px;transition:top .2s ease,background-color .2s ease;pointer-events:none}.switch-indicator.off{top:calc(18px + (100% - 24px) * 2 / 3);background:#4a4a4a}.switch-indicator.night{top:calc(12px + (100% - 24px) / 3);background:#f59e0b}.switch-indicator.away{top:6px;background:#ef4444}.description{color:#666;font-size:.9rem;margin:0;display:flex;align-items:center;gap:.5rem}.description.ready{color:#22c55e}.description.warning{color:#f59e0b}.description svg{font-size:1.2rem}.loader{width:48px;height:48px;border:4px solid #333;border-top-color:#888;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.refresh-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#1a1a1a;color:#888;border:none;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s,background .2s}.refresh-button:hover{color:#aaa;background:#252525}.refresh-button svg{font-size:1.2rem}@media(prefers-color-scheme:light){.switch-container{background:#e5e5e5}.switch-option{color:#666}.switch-option:hover{color:#444}.switch-option.active{color:#fff}.switch-indicator.off{background:#9ca3af}.refresh-button{background:#e5e5e5;color:#666}.refresh-button:hover{background:#d4d4d4;color:#444}}
