*{box-sizing:border-box}body{color:#e7e9ea;background:#0f1419;min-height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}#root{max-width:1100px;margin:0 auto;padding:1.5rem}header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items: center;gap:1rem;margin-bottom:1.5rem}header h1{margin:0;font-size:1.5rem;font-weight:600}.header-controls{display:flex;flex-wrap:wrap;align-items: center;gap:1rem}.location-selector{position:relative;display:flex;align-items: center;gap:.35rem}.location-icon{color:#8b98a5;font-size:1rem}.location-input{color:#e7e9ea;background:#1e2732;border:1px solid #38444d;border-radius:6px;min-width:12rem;padding:.4rem .8rem;font-size:.875rem}.location-input:focus{outline:none;border-color:#1d9bf0}.location-input::placeholder{color:#6e767d}.location-results{position:absolute;z-index:10;list-style:none;overflow-y:auto;background:#1e2732;border:1px solid #38444d;border-radius:8px;max-height:12rem;margin:0;padding:.25rem 0;top:calc(100% + .35rem);left:0;right:0;box-shadow:0 4px 12px #0006}.location-result{display:block;text-align:left;color:#e7e9ea;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem .75rem;font-size:.875rem}.location-result:hover:not(.muted){background:#253341}.location-result.muted{color:#6e767d;cursor:default;padding:.5rem .75rem}.range-toggle{display:flex;gap:.5rem}.range-toggle button{color:#e7e9ea;cursor:pointer;background:#1e2732;border:1px solid #38444d;border-radius:6px;padding:.4rem .8rem;font-size:.875rem}.range-toggle button.active{background:#1d9bf0;border-color:#1d9bf0}.range-toggle button:hover:not(.active){background:#253341}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.probe-card{background:#1e2732;border:1px solid #38444d;border-radius:10px;padding:1rem 1.25rem}.probe-card h2{color:#8b98a5;margin:0 0 .5rem;font-size:.875rem;font-weight:500}.probe-title{display:flex;flex-wrap:wrap;align-items: center;gap:.35rem}.probe-name{color:#e7e9ea;font-weight:600}.probe-channel{color:#6e767d;font-size:.75rem;font-weight:400}.probe-rename-btn{color:#6e767d;cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:.85rem;line-height:1}.probe-rename-btn:hover{color:#1d9bf0}.probe-name-input{color:#e7e9ea;background:#0f1419;border:1px solid #38444d;border-radius:4px;flex:1;min-width:0;padding:.2rem .4rem;font-size:.875rem;font-weight:600}.probe-name-input:focus{outline:none;border-color:#1d9bf0}.emoji-picker{position:relative;flex-shrink:0}.emoji-picker-btn{cursor:pointer;display:flex;background:#0f1419;border:1px solid #38444d;border-radius:6px;justify-content:center;align-items: center;width:1.75rem;height:1.75rem;padding:0;font-size:1rem;line-height:1}.emoji-picker-btn:hover{border-color:#1d9bf0}.emoji-grid{position:absolute;z-index:10;display:grid;grid-template-columns:repeat(4,1fr);background:#1e2732;border:1px solid #38444d;border-radius:8px;gap:.25rem;min-width:9rem;padding:.5rem;top:calc(100% + .35rem);left:0;box-shadow:0 4px 12px #0006}.emoji-option{cursor:pointer;display:flex;background:#0f1419;border:1px solid #0000;border-radius:6px;justify-content:center;align-items: center;width:2rem;height:2rem;padding:0;font-size:1.1rem}.emoji-option:hover{background:#253341;border-color:#38444d}.emoji-option.selected{border-color:#1d9bf0}.emoji-clear{color:#8b98a5;font-size:1rem}.probe-card .humidity{font-size:2rem;font-weight:700;line-height:1.2}.probe-card .voltage{color:#8b98a5;margin-top:.25rem;font-size:.8rem}.probe-card .time{color:#6e767d;margin-top:.5rem;font-size:.75rem}.probe-card.stale{border-color:#f7931a}.probe-card.stale .humidity:after{content:" (held)";color:#f7931a;font-size:.75rem;font-weight:400}.chart-section{background:#1e2732;border:1px solid #38444d;border-radius:10px;padding:1rem}.chart-section h2{margin:0 0 1rem;font-size:1rem;font-weight:500}.status{text-align:center;color:#8b98a5;padding:2rem}.status.error{color:#f4212e}
