.view-toggle-panel{position:fixed;top:calc(var(--appbar-height, 64px) + 140px);right:20px;background:#111827f2;color:#f1f5f9;padding:12px;border-radius:12px;font-size:12px;z-index:1100;border:1px solid #334155;min-width:160px;box-shadow:0 4px 12px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.view-toggle-header{display:flex;align-items:center;gap:6px;margin-bottom:8px;font-weight:600;font-size:13px;color:#e2e8f0}.view-toggle-options{display:flex;flex-direction:column;gap:6px}.view-toggle-option{display:flex;align-items:center;gap:6px;cursor:pointer;padding:4px 6px;border-radius:6px;transition:background-color .2s ease;font-size:11px}.view-toggle-option:hover{background:#37415180}.view-toggle-option input[type=checkbox]{width:14px;height:14px;margin:0;cursor:pointer}.view-toggle-icon{font-size:12px;width:16px;text-align:center}@media (max-width: 780px){.view-toggle-panel{top:calc(var(--appbar-height-mobile, 56px) + 125px);right:16px;min-width:140px;padding:10px}.view-toggle-option{font-size:10px}.view-toggle-icon{font-size:11px}}.temperature-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:16px;min-width:240px;max-width:300px;transition:box-shadow .2s ease;position:relative}.temperature-card.modal{box-shadow:0 10px 25px #0003;max-width:none;width:100%}.temperature-card:hover{box-shadow:0 6px 12px #00000026}.temperature-card.modal:hover{box-shadow:0 10px 25px #0003}.temperature-card.loading{opacity:.7}.temperature-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.room-info{display:flex;align-items:center;gap:8px}.room-info h3{margin:0;font-size:1.1rem;font-weight:600;color:#374151;text-transform:uppercase}.heating-indicator{width:12px;height:12px;border-radius:50%;transition:background-color .2s ease}.heating-indicator.on{background-color:#10b981;box-shadow:0 0 8px #10b98166}.heating-indicator.off{background-color:#9ca3af}.temperature-card-body{display:flex;flex-direction:column;gap:16px}.current-temperature{text-align:center;padding:12px;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:8px}.temperature-value{display:block;font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1;margin-bottom:4px}.temperature-label{font-size:.875rem;color:#6b7280;font-weight:500}.setpoint-control{display:flex;flex-direction:column;gap:12px}.setpoint-display{text-align:center;padding:8px;background:#fef3c7;border-radius:6px;border:1px solid #fcd34d}.setpoint-value{display:block;font-size:1.5rem;font-weight:600;color:#92400e;line-height:1;margin-bottom:2px}.setpoint-label{font-size:.75rem;color:#92400e;font-weight:500}.temperature-slider{width:100%;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:opacity .2s ease}.temperature-slider:disabled{opacity:.5;cursor:not-allowed}.temperature-slider.changing{background:linear-gradient(to right,#fbbf24,#f59e0b)}.temperature-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003;-webkit-transition:transform .1s ease;transition:transform .1s ease}.temperature-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.temperature-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;box-shadow:0 2px 4px #0003;border:none;-moz-transition:transform .1s ease;transition:transform .1s ease}.temperature-slider::-moz-range-thumb:hover{transform:scale(1.1)}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#6b7280;margin-top:-4px}.auth-message{text-align:center;padding:12px;background:#fef3c7;border:1px solid #fcd34d;border-radius:6px;color:#92400e;font-size:.875rem;font-style:italic}.loading-spinner{text-align:center;color:#6b7280;font-style:italic}@media (max-width: 640px){.temperature-card{min-width:auto;max-width:100%;margin:8px}.temperature-value{font-size:2rem}.setpoint-value{font-size:1.25rem}}.status-modal-overlay{position:fixed;inset:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.status-modal{background:#fff;border-radius:16px;padding:0;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 40px #0000004d;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.status-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px 16px 0 0}.status-modal-header h2{margin:0;font-size:1.5rem;font-weight:600}.status-modal-close{background:#fff3;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s}.status-modal-close:hover{background:#ffffff4d}.status-modal-content{padding:24px}.status-main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:24px}.status-card{display:flex;align-items:center;padding:20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:12px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.status-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.status-icon{font-size:2rem;margin-right:16px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.status-info{display:flex;flex-direction:column}.status-label{font-size:.875rem;color:#6b7280;font-weight:500;margin-bottom:4px}.status-value{font-size:1.5rem;font-weight:700;color:#1f2937}.show-details-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:20px}.show-details-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6366f14d}.arrow{transition:transform .3s ease;font-size:.8rem}.arrow.up{transform:rotate(180deg)}.status-details{border-top:1px solid #e5e7eb;padding-top:20px;animation:detailsSlideIn .3s ease-out}@keyframes detailsSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.status-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.status-detail-card{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #f3f4f6}.detail-label{font-size:.875rem;color:#6b7280;font-weight:500}.detail-value{font-size:1.1rem;font-weight:600;color:#374151}@media (max-width: 640px){.status-modal{width:95%;margin:10px}.status-main-grid,.status-details-grid{grid-template-columns:1fr}.status-card{padding:16px}.status-icon{font-size:1.5rem;margin-right:12px}.status-value{font-size:1.25rem}}.status-bar{position:fixed;top:64px;left:0;right:0;z-index:999;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;padding:8px 16px;display:none}@media (min-width: 768px){.status-bar{display:block}}.status-bar-cards{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto;flex-wrap:wrap}.status-bar-card{display:flex;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:6px 10px;min-width:90px;flex:1;max-width:140px;transition:all .2s ease}.status-bar-card:hover{background:#f1f5f9;border-color:#cbd5e1}.status-bar-icon{font-size:1rem;margin-right:6px;opacity:.8}.status-bar-info{display:flex;flex-direction:column;min-width:0;flex:1}.status-bar-label{font-size:.7rem;color:#64748b;line-height:1;margin-bottom:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-bar-value{font-size:.85rem;font-weight:600;color:#1e293b;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.status-bar-details-btn{margin-left:auto;background:#3b82f6;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.8rem;cursor:pointer;display:flex;align-items:center;gap:4px;transition:background-color .2s ease}.status-bar-details-btn:hover{background:#2563eb}.status-bar-arrow{font-size:.7rem;opacity:.8}@media (max-width: 1024px){.status-bar-cards{gap:12px}.status-bar-card{min-width:100px;padding:6px 10px}.status-bar-label{font-size:.7rem}.status-bar-value{font-size:.85rem}}.floorplan-page{width:100%;margin:0;padding:0;box-sizing:border-box}.floorplan-outer{position:fixed;top:var(--appbar-height, 64px);left:0;right:0;bottom:0;width:100%;overflow:hidden;padding:0;box-sizing:border-box;background:transparent;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom)}@media (min-width: 768px){.floorplan-outer{top:calc(var(--appbar-height, 64px) + 60px)}}@media (max-width: 780px){.floorplan-outer{top:var(--appbar-height-mobile, 56px)}}@media (max-width: 780px) and (orientation: landscape){.floorplan-outer{top:var(--appbar-height-landscape, 40px)}}@media (max-height: 500px){.floorplan-outer{top:var(--appbar-height-landscape, 40px)}}.floorplan-inner{position:relative;width:100%;height:100%;transform-origin:0 0}.floorplan-inner.cursor-grabbing{cursor:grabbing}.floorplan-inner.cursor-crosshair{cursor:crosshair}.floorplan-inner.cursor-grab{cursor:grab}.floorplan-img{width:100%;height:100%;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none;pointer-events:none}.admin-indicator{position:fixed;top:calc(var(--appbar-height, 64px) + 8px);left:8px;z-index:1100;background:#0000008c;color:#fff;font-size:12px;padding:4px 8px;border-radius:4px;pointer-events:none;font-family:system-ui,sans-serif}.admin-toolbar{position:fixed;top:calc(var(--appbar-height, 64px) + 54px);left:8px;z-index:1100;display:flex;gap:6px;background:#111827d1;padding:6px 8px;border-radius:8px;border:1px solid #334155;box-shadow:0 2px 8px #0006;font-family:system-ui,sans-serif}.admin-toolbar button{background:#1e293b;color:#f1f5f9;font-size:12px;border:1px solid #475569;border-radius:6px;padding:4px 8px;cursor:pointer;display:flex;align-items:center;gap:4px}.admin-toolbar button:hover{background:#233044}.admin-toolbar button:active{background:#324154}.admin-toolbar .toggled{background:#334155;border-color:#64748b}.strip-panel{position:fixed;top:calc(var(--appbar-height, 64px) + 104px);left:8px;z-index:1100;background:#111827d1;padding:8px 10px 10px;border-radius:8px;border:1px solid #334155;min-width:170px;font-family:system-ui,sans-serif;color:#e2e8f0;box-shadow:0 2px 8px #0006}.strip-panel h4{margin:0 0 6px;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#94a3b8}.strip-panel .row{display:flex;justify-content:space-between;font-size:12px;margin-bottom:4px}.strip-panel button{width:100%;margin-top:6px;background:#b91c1c;border:1px solid #dc2626;color:#fff;padding:4px 6px;font-size:12px;border-radius:6px;cursor:pointer}.strip-panel button:hover{background:#dc2626}.strip-panel button:active{background:#991b1b}.relay-status-panel{position:fixed;top:calc(var(--appbar-height, 64px) + 20px);right:20px;background:#111827e6;color:#f1f5f9;padding:10px;border-radius:8px;font-size:11px;z-index:1100;border:1px solid #334155;max-height:60vh;overflow-y:auto;min-width:200px}.relay-status-title{margin-bottom:6px;font-weight:700;font-size:12px}.relay-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:2px}.relay-item{padding:1px 2px;border-radius:2px;text-align:center;font-size:10px;min-width:20px}.relay-item.on{background-color:#22c55e}.relay-item.off{background-color:#6b7280}.relay-legend{margin-top:4px;font-size:10px;color:#94a3b8}.relay-assignments{margin-top:8px;border-top:1px solid #374151;padding-top:6px}.relay-assignments-title{font-weight:700;margin-bottom:4px;font-size:11px}.relay-assignment-item{font-size:10px;display:flex;justify-content:space-between;margin-bottom:2px}.relay-no-assignments{font-size:10px;color:#6b7280;font-style:italic}.lamp-admin-label{position:absolute;top:100%;left:50%;transform:translate(-50%,4px);font-size:10px;background:#000000b3;color:#fff;padding:2px 4px;border-radius:4px}.drawing-instruction{position:fixed;bottom:12px;left:12px;background:#0f172ae6;color:#f1f5f9;padding:8px 12px;border-radius:8px;font-size:12px;line-height:1.4;z-index:1100;border:1px solid #334155;max-width:280px}.temperature-toggle-button{position:fixed;top:calc(var(--appbar-height, 64px) + 20px);right:20px;width:56px;height:56px;border:none;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:24px;box-shadow:0 4px 12px #3b82f666;transition:all .2s ease;z-index:100;-webkit-user-select:none;-moz-user-select:none;user-select:none}.temperature-toggle-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #3b82f680}.temperature-toggle-button.active{background:#1d4ed8;box-shadow:0 6px 16px #1d4ed899}@media (max-width: 780px){.temperature-toggle-button{top:calc(var(--appbar-height-mobile, 56px) + 16px);right:16px;width:48px;height:48px;font-size:20px}}.status-toggle-button{position:fixed;top:calc(var(--appbar-height, 64px) + 80px);right:20px;width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #6366f166;transition:all .3s ease;z-index:100;display:flex;align-items:center;justify-content:center}@media (min-width: 768px){.status-toggle-button.mobile-only{display:none}}.status-toggle-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6366f199;background:linear-gradient(135deg,#5048e5,#7c3aed)}@media (max-width: 780px){.status-toggle-button{top:calc(var(--appbar-height-mobile, 56px) + 70px);right:16px;width:48px;height:48px;font-size:20px}}.temperature-panel-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.temperature-panel-container{position:relative;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;max-width:90vw;max-height:90vh;overflow-y:auto;animation:slideInFromTop .3s ease-out}.close-temperature-panel{position:absolute;top:16px;right:16px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;font-weight:700;color:#6b7280;transition:all .2s ease;z-index:1001}.close-temperature-panel:hover{background:#e5e7eb;color:#374151;transform:scale(1.1)}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 640px){.temperature-panel-overlay{padding:10px}.temperature-panel-container{max-width:100%;max-height:100%;border-radius:8px}.close-temperature-panel{top:12px;right:12px;width:28px;height:28px;font-size:16px}}.temperature-panel{padding:20px;max-width:1200px;margin:0 auto}.temperature-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.temperature-panel-header h2{margin:0;font-size:1.875rem;font-weight:700;color:#1f2937}.auth-status{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;font-size:.875rem;font-weight:500}.auth-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0}.auth-indicator.online{background-color:#10b981;box-shadow:0 0 8px #10b98166}.auth-indicator.offline{background-color:#f59e0b;box-shadow:0 0 8px #f59e0b66}.temperature-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:24px}.temperature-panel-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:16px;text-align:center}.temperature-panel-info p{margin:0;color:#6b7280;font-size:.875rem;line-height:1.5}@media (max-width: 768px){.temperature-panel{padding:16px}.temperature-panel-header{flex-direction:column;align-items:flex-start;gap:12px}.temperature-panel-header h2{font-size:1.5rem}.temperature-cards-grid{grid-template-columns:1fr;gap:16px}.auth-status{align-self:stretch;justify-content:center}}@media (max-width: 480px){.temperature-panel{padding:12px}.temperature-cards-grid{gap:12px}.temperature-panel-info{padding:12px}}
