:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5;color:#1a1a2e;background:#f5f6fa}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;justify-content:center}#root{width:100%;max-width:960px;padding:2rem}#root.dashboard-active{max-width:100%;padding:1rem 2rem}h1{font-size:1.5rem;margin-bottom:1rem}h2{font-size:1.2rem;margin-bottom:.75rem}.card{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a}button{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500}.btn-primary{background:#4361ee;color:#fff}.btn-primary:hover{background:#3a56d4}.btn-secondary{background:#e2e8f0;color:#1a1a2e}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:#ef4444;color:#fff}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.connected{background:#d1fae5;color:#065f46}.status-badge.pending{background:#fef3c7;color:#92400e}.property-list{list-style:none}.property-list li{padding:.5rem 0;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;align-items:center}.dashboard-frame{width:100%;height:70vh;border:none;border-radius:8px;background:#fff}iframe[title="Embedded Dashboard"]{width:100%!important;height:100%!important;border:none}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.login-page h1{font-size:2rem;margin-bottom:.5rem}.login-page p{color:#64748b;margin-bottom:2rem}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem}.tab{padding:.5rem 1rem;border-radius:6px;background:transparent;color:#64748b;font-weight:500}.tab.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001a}.error{color:#ef4444;margin:.5rem 0;font-size:.85rem}.loading{color:#64748b;font-style:italic}
