*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:#0a0a0f;color:#e0e0e0;min-height:100vh;display:flex;place-items:center}#root{width:100%;max-width:600px;margin:0 auto;padding:2rem 1.5rem}.app{width:100%}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:2rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.25rem;letter-spacing:-.02em}.header p{color:#666;font-size:.9rem}.status{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;margin-top:.75rem}.status.connected{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.status.disconnected{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.status.waiting{background:#eab3081a;color:#eab308;border:1px solid rgba(234,179,8,.2)}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.status.connected .status-dot{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.tab-bar{display:flex;background:#141420;border:1px solid #1e1e30;border-radius:10px;padding:.25rem;margin-bottom:1.5rem}.tab-btn{flex:1;padding:.6rem;border:none;border-radius:8px;background:transparent;color:#666;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.tab-btn.active{background:#6366f1;color:#fff}.tab-btn:hover:not(.active){color:#aaa}.key-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}@media(max-width:480px){.key-grid{grid-template-columns:repeat(2,1fr)}}.key-card{background:#141420;border:1px solid #1e1e30;border-radius:12px;padding:1.2rem;transition:all .2s;cursor:pointer}.key-card:hover{border-color:#6366f1;background:#18182a;transform:scale(1.02)}.key-card.active{border-color:#6366f1;box-shadow:0 0 20px #6366f126}.key-number{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.key-action{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.25rem}.key-shortcut{font-size:.75rem;color:#6366f1;font-family:SF Mono,Fira Code,monospace}.editor{background:#141420;border:1px solid #1e1e30;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.editor h3{font-size:1rem;margin-bottom:1rem;color:#fff}.field{margin-bottom:1rem}.field label{display:block;font-size:.8rem;color:#888;margin-bottom:.4rem}.field select,.field input{width:100%;padding:.6rem .8rem;background:#0a0a0f;border:1px solid #1e1e30;border-radius:8px;color:#e0e0e0;font-size:.9rem;outline:none;transition:border-color .2s}.field select:focus,.field input:focus{border-color:#6366f1}.field select option{background:#0a0a0f}.btn-row{display:flex;gap:.75rem}.btn{flex:1;padding:.7rem;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#5558e6;box-shadow:0 0 16px #6366f159}.btn-primary:disabled{background:#333;color:#666;cursor:default}.btn-secondary{background:#1e1e30;color:#e0e0e0}.btn-secondary:hover{background:#2a2a40}.press-log{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:.3rem}.press-entry{display:flex;align-items:center;gap:.75rem;padding:.4rem .6rem;background:#0a0a0f;border-radius:6px;font-size:.8rem}.press-key{color:#6366f1;font-weight:600;min-width:45px}.press-action{color:#e0e0e0;flex:1}.press-time{color:#555;font-family:SF Mono,Fira Code,monospace;font-size:.7rem}.wifi-setup{display:flex;flex-direction:column;gap:1rem}.wifi-note{color:#888;font-size:.85rem;margin-bottom:1rem}.wifi-steps{display:flex;flex-direction:column;gap:.75rem}.wifi-step{display:flex;gap:.8rem;align-items:flex-start}.wifi-step-num{flex-shrink:0;width:24px;height:24px;background:#6366f1;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.wifi-step strong{display:block;font-size:.9rem;color:#fff;margin-bottom:.15rem}.wifi-step p{font-size:.8rem;color:#888;line-height:1.4}.wifi-step code{background:#6366f126;color:#a5b4fc;padding:.1rem .4rem;border-radius:4px;font-size:.8rem}.wifi-step a{color:#6366f1;text-decoration:none}.wifi-step a:hover{text-decoration:underline}.assistant-tab{display:flex;flex-direction:column;gap:1rem}.assistant-note{color:#888;font-size:.85rem;margin-bottom:1rem;line-height:1.5}.toggle-label{display:flex!important;align-items:center;justify-content:space-between}.toggle-btn{position:relative;width:44px;height:24px;border-radius:12px;border:none;background:#1e1e30;cursor:pointer;transition:background .2s;padding:0}.toggle-btn.on{background:#6366f1}.toggle-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s}.toggle-btn.on .toggle-knob{transform:translate(20px)}.assistant-status{margin-top:.75rem;padding:.5rem .75rem;border-radius:8px;font-size:.8rem;font-weight:500}.assistant-status.success{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.2)}.assistant-status.error{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#2a2a40;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3a3a55}.widgets-tab{display:flex;flex-direction:column;gap:1rem}.widgets-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;color:#555;gap:1rem}.widgets-empty p{font-size:1rem}.widget-card{background:#141420;border:1px solid #1e1e30;border-radius:12px;padding:1.2rem;border-left:3px solid #555;transition:all .2s}.widget-card:hover{border-color:#2a2a40;background:#18182a}.widget-type-timer{border-left-color:#f59e0b}.widget-type-weather{border-left-color:#06b6d4}.widget-type-uptime{border-left-color:#22c55e}.widget-type-custom_api{border-left-color:#a855f7}.widget-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.widget-name{font-weight:600;color:#fff;flex:1}.widget-actions{display:flex;gap:.4rem}.widget-type-badge{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:4px}.badge-timer{background:#f59e0b26;color:#f59e0b}.badge-weather{background:#06b6d426;color:#06b6d4}.badge-uptime{background:#22c55e26;color:#22c55e}.badge-custom_api{background:#a855f726;color:#a855f7}.widget-body{padding-top:.25rem}.timer-countdown{font-size:2rem;font-family:SF Mono,Fira Code,monospace;font-weight:700;color:#f59e0b}.widget-message{font-size:.85rem;color:#888;margin-top:.25rem}.widget-value{font-size:1.5rem;font-weight:700;color:#fff}.widget-value-inline{font-weight:700;color:#fff;margin-right:.5rem}.widget-detail{font-size:.8rem;color:#888;margin-top:.15rem}.widget-loading{font-size:.85rem;color:#555}.uptime-row{display:flex;align-items:center;gap:.5rem}.uptime-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.uptime-dot.up{background:#22c55e;box-shadow:0 0 6px #22c55e80}.uptime-dot.down{background:#ef4444;box-shadow:0 0 6px #ef444480}.btn-sm{flex:none;padding:.35rem .7rem;font-size:.75rem}.btn-danger{background:#ef444426;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.btn-danger:hover{background:#ef444440}.editor-mode-toggle{display:flex;background:#0a0a0f;border:1px solid #1e1e30;border-radius:8px;padding:.2rem;margin-bottom:1rem;width:fit-content}.toggle-mode-btn{padding:.35rem .8rem;border:none;border-radius:6px;background:transparent;color:#666;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.toggle-mode-btn.active{background:#6366f1;color:#fff}.json-editor{width:100%;padding:.8rem;background:#0a0a0f;border:1px solid #1e1e30;border-radius:8px;color:#e0e0e0;font-family:SF Mono,Fira Code,monospace;font-size:.85rem;resize:vertical;outline:none;transition:border-color .2s}.json-editor:focus{border-color:#6366f1}.json-error{color:#ef4444;font-size:.8rem;margin-top:.4rem}.day-picker{display:flex;gap:.3rem}.day-btn{padding:.35rem .5rem;border:1px solid #1e1e30;border-radius:6px;background:#0a0a0f;color:#666;font-size:.7rem;font-weight:600;cursor:pointer;transition:all .2s}.day-btn.active{background:#6366f1;color:#fff;border-color:#6366f1}.day-btn:hover:not(.active){border-color:#6366f1;color:#aaa}.widget-schedule-info,.widget-trigger-info{font-size:.7rem;color:#6366f1;margin-top:.35rem;font-family:SF Mono,Fira Code,monospace}.timer-done-image{max-width:100%;max-height:200px;border-radius:8px;margin-top:.75rem;object-fit:contain}.image-upload-row{display:flex;align-items:center;gap:.75rem;margin-top:.4rem}.image-preview{max-width:120px;max-height:68px;border-radius:6px;border:1px solid #1e1e30;object-fit:contain}
