@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");.demo-smarthome{font-family:Inter,-apple-system,Helvetica Neue,Arial,sans-serif;background:#03090f;color:#ddf3ff;min-height:100vh}[data-theme=light] .demo-smarthome{background:#f0f8fc;color:#051822}.demo-smarthome nav{position:fixed;top:0;width:100%;z-index:200;background:rgba(3,9,15,.9);-webkit-backdrop-filter:saturate(180%) blur(24px);backdrop-filter:saturate(180%) blur(24px);border-bottom:1px solid rgba(0,212,255,.08);height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 48px}[data-theme=light] .demo-smarthome nav{background:rgba(240,248,252,.94)!important;border-bottom-color:rgba(0,0,0,.07)!important}.demo-smarthome .logo,.demo-smarthome .logo-mark{display:flex;align-items:center}.demo-smarthome .logo-mark{width:26px;height:26px;background:#fff;justify-content:center}[data-theme=light] .demo-smarthome .logo-mark{background:#051822}.demo-smarthome .logo-mark span{font-size:10px;font-weight:900;color:#03090f;letter-spacing:-.5px}[data-theme=light] .demo-smarthome .logo-mark span{color:#f0f8fc}.demo-smarthome .logo-word{font-size:14px;font-weight:600;letter-spacing:-.2px;padding-left:9px}[data-theme=light] .demo-smarthome .logo-word{color:#051822}.demo-smarthome .logo-sep{width:1px;height:14px;background:rgba(255,255,255,.18);margin:0 10px}[data-theme=light] .demo-smarthome .logo-sep{background:rgba(0,0,0,.15)}.demo-smarthome .logo-prod{font-size:12px;font-weight:400;color:rgba(0,212,255,.75)}[data-theme=light] .demo-smarthome .logo-prod{color:rgba(0,140,180,.8)}.demo-smarthome nav ul{list-style:none;display:flex;gap:28px}.demo-smarthome nav ul a{color:rgba(221,243,255,.4);text-decoration:none;font-size:13px;transition:color .15s}.demo-smarthome nav ul a:hover{color:#ddf3ff}[data-theme=light] .demo-smarthome nav ul a{color:rgba(5,24,34,.5)}[data-theme=light] .demo-smarthome nav ul a:hover{color:#051822}.demo-smarthome .nav-cta{height:32px;padding:0 16px;background:rgba(0,212,255,.14);border:1px solid rgba(0,212,255,.3);color:#00D4FF;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;display:flex;align-items:center;text-decoration:none;transition:background .15s}.demo-smarthome .nav-cta:hover{background:rgba(0,212,255,.24)}[data-theme=light] .demo-smarthome .nav-cta{background:rgba(0,212,255,.1);border-color:rgba(0,160,200,.35)}.demo-smarthome .demo-theme-btn{width:32px;height:32px;border-radius:6px;border:1px solid;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s;flex-shrink:0;border-color:rgba(255,255,255,.15);color:rgba(255,255,255,.5)}[data-theme=light] .demo-smarthome .demo-theme-btn{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.5)}.demo-smarthome .demo-theme-btn svg{width:14px;height:14px;pointer-events:none}.demo-smarthome .dt-sun{display:none}.demo-smarthome .dt-moon,[data-theme=light] .demo-smarthome .dt-sun{display:block}[data-theme=light] .demo-smarthome .dt-moon{display:none}.demo-smarthome .hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 48px 60px;position:relative;text-align:center;overflow:hidden}.demo-smarthome .hero-bg{position:absolute;inset:0;pointer-events:none}.demo-smarthome .ring{position:absolute;left:50%;top:50%;border-radius:50%;border:1px solid rgba(0,212,255,.06);transform:translate(-50%,-50%);animation:eo-sh-ring-pulse 5s ease-in-out infinite}.demo-smarthome .ring:first-child{width:320px;height:320px;animation-delay:0s}.demo-smarthome .ring:nth-child(2){width:520px;height:520px;animation-delay:.8s;border-color:rgba(0,212,255,.04)}.demo-smarthome .ring:nth-child(3){width:720px;height:720px;animation-delay:1.6s;border-color:rgba(0,212,255,.025)}.demo-smarthome .ring:nth-child(4){width:960px;height:960px;animation-delay:2.4s;border-color:rgba(0,212,255,.015)}[data-theme=light] .demo-smarthome .ring{border-color:rgba(0,160,200,.1)}[data-theme=light] .demo-smarthome .ring:nth-child(2){border-color:rgba(0,160,200,.07)}[data-theme=light] .demo-smarthome .ring:nth-child(3){border-color:rgba(0,160,200,.05)}[data-theme=light] .demo-smarthome .ring:nth-child(4){border-color:rgba(0,160,200,.03)}@keyframes eo-sh-ring-pulse{0%,to{opacity:.7}50%{opacity:1}}.demo-smarthome .center-glow{position:absolute;left:50%;top:50%;width:200px;height:200px;background:radial-gradient(circle,rgba(0,212,255,.12) 0,transparent 70%);transform:translate(-50%,-50%)}[data-theme=light] .demo-smarthome .center-glow{background:radial-gradient(circle,rgba(0,212,255,.1) 0,transparent 70%)}.demo-smarthome .hero-tag{display:inline-flex;align-items:center;gap:7px;background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.18);border-radius:20px;padding:5px 14px;font-size:11.5px;font-weight:500;color:rgba(0,212,255,.85);margin-bottom:28px}[data-theme=light] .demo-smarthome .hero-tag{background:rgba(0,212,255,.07);border-color:rgba(0,160,200,.2);color:rgba(0,140,180,.9)}.demo-smarthome .hero h1{font-size:clamp(42px,5vw,68px);font-weight:800;line-height:1.05;letter-spacing:-.04em;margin-bottom:20px}[data-theme=light] .demo-smarthome .hero h1{color:#051822}.demo-smarthome .hero h1 span{color:#00D4FF}.demo-smarthome .hero-sub{font-size:16px;color:rgba(221,243,255,.48);line-height:1.78;max-width:500px;margin:0 auto 38px}[data-theme=light] .demo-smarthome .hero-sub{color:rgba(5,24,34,.55)}.demo-smarthome .hero-btns{display:flex;gap:12px;justify-content:center;margin-bottom:64px}.demo-smarthome .btn-p{display:inline-flex;align-items:center;gap:7px;background:#00D4FF;color:#03090f;padding:12px 24px;border-radius:7px;font-size:13.5px;font-weight:600;text-decoration:none;transition:opacity .15s}.demo-smarthome .btn-p:hover{opacity:.85}[data-theme=light] .demo-smarthome .btn-p{background:#0095cc;color:#fff}.demo-smarthome .btn-s{background:rgba(0,212,255,.08);border:1px solid rgba(0,212,255,.2);color:rgba(0,212,255,.9);padding:12px 24px;border-radius:7px;font-size:13.5px;text-decoration:none;transition:background .15s}.demo-smarthome .btn-s:hover{background:rgba(0,212,255,.15)}[data-theme=light] .demo-smarthome .btn-s{background:rgba(0,160,200,.07);border-color:rgba(0,160,200,.2);color:rgba(0,100,150,.9)}.demo-smarthome .home-panel{width:min(820px,100%);background:rgba(5,16,28,.97);border:1px solid rgba(0,212,255,.14);border-radius:16px;overflow:hidden;box-shadow:0 40px 80px rgba(0,0,0,.65),0 0 60px rgba(0,212,255,.05)}[data-theme=light] .demo-smarthome .home-panel{background:rgba(255,255,255,.97);border-color:rgba(0,0,0,.1);box-shadow:0 40px 80px rgba(0,0,0,.1),0 0 40px rgba(0,212,255,.04)}.demo-smarthome .hp-bar{background:rgba(2,10,18,.98);border-bottom:1px solid rgba(0,212,255,.07);padding:9px 14px;display:flex;align-items:center;justify-content:space-between}[data-theme=light] .demo-smarthome .hp-bar{background:rgba(246,252,255,.98);border-bottom-color:rgba(0,0,0,.07)}.demo-smarthome .hp-dots{display:flex;gap:6px}.demo-smarthome .hp-dot{width:10px;height:10px;border-radius:50%}.demo-smarthome .hp-status{font-size:10px;font-family:monospace;color:#4ade80;display:flex;align-items:center;gap:5px}.demo-smarthome .hp-status:before{content:"";width:5px;height:5px;border-radius:50%;background:#4ade80;animation:eo-sh-blink 2s ease-in-out infinite}@keyframes eo-sh-blink{0%,to{opacity:1}50%{opacity:.3}}.demo-smarthome .hp-body{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0;gap:0}.demo-smarthome .hp-col{border-right:1px solid rgba(0,212,255,.07);padding:14px}[data-theme=light] .demo-smarthome .hp-body .hp-col{border-right-color:rgba(0,0,0,.06)}.demo-smarthome .hp-col:last-child{border-right:none}.demo-smarthome .hp-label{font-size:9px;font-family:monospace;letter-spacing:.15em;text-transform:uppercase;color:rgba(0,212,255,.4);margin-bottom:10px}[data-theme=light] .demo-smarthome .hp-label{color:rgba(0,100,150,.5)}.demo-smarthome .np-title{font-size:13px;font-weight:600;margin-bottom:3px}[data-theme=light] .demo-smarthome .np-title{color:#051822}.demo-smarthome .np-sub{font-size:10px;color:rgba(221,243,255,.35);margin-bottom:10px}[data-theme=light] .demo-smarthome .np-sub{color:rgba(5,24,34,.4)}.demo-smarthome .np-prog{background:rgba(255,255,255,.07);height:3px;border-radius:2px;margin-bottom:6px;overflow:hidden}[data-theme=light] .demo-smarthome .np-prog{background:rgba(0,0,0,.07)}.demo-smarthome .np-fill{width:51%;height:100%;background:#00D4FF;border-radius:2px}.demo-smarthome .np-times{display:flex;justify-content:space-between;font-size:9px;font-family:monospace;color:rgba(221,243,255,.28);margin-bottom:10px}[data-theme=light] .demo-smarthome .np-times{color:rgba(5,24,34,.3)}.demo-smarthome .np-ctrl{display:flex;justify-content:center;align-items:center;gap:16px;font-size:16px}[data-theme=light] .demo-smarthome .np-ctrl span{color:rgba(5,24,34,.4)}[data-theme=light] .demo-smarthome .np-ctrl span:nth-child(2){color:#0095cc}.demo-smarthome .scenes-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px}.demo-smarthome .scene{background:rgba(0,212,255,.04);border:1px solid rgba(0,212,255,.1);border-radius:7px;padding:9px 6px;text-align:center;font-size:11px;line-height:1.5}[data-theme=light] .demo-smarthome .scene{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.08);color:rgba(5,24,34,.6)}.demo-smarthome .scene.on{background:rgba(0,212,255,.1);border-color:rgba(0,212,255,.28);color:#00D4FF}[data-theme=light] .demo-smarthome .scene.on{background:rgba(0,212,255,.1);border-color:rgba(0,160,200,.3);color:#006090}.demo-smarthome .bill-row{display:flex;justify-content:space-between;align-items:center;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.04);font-size:11px}[data-theme=light] .demo-smarthome .bill-row{border-bottom-color:rgba(0,0,0,.05)}.demo-smarthome .bill-row:last-child{border-bottom:none}.demo-smarthome .bill-dot{width:5px;height:5px;border-radius:50%;margin-right:7px;flex-shrink:0}.demo-smarthome .bill-badge{font-size:9px;padding:2px 6px;border-radius:3px;font-family:monospace}.demo-smarthome .features{padding:80px 48px;max-width:1120px;margin:0 auto}.demo-smarthome .sec-eyebrow{font-size:11px;font-family:monospace;letter-spacing:.18em;text-transform:uppercase;color:rgba(0,212,255,.55);margin-bottom:10px}[data-theme=light] .demo-smarthome .sec-eyebrow{color:rgba(0,120,160,.6)}.demo-smarthome .sec-title{font-size:clamp(26px,2.8vw,38px);font-weight:700;letter-spacing:-.025em;margin-bottom:40px}[data-theme=light] .demo-smarthome .sec-title{color:#051822}.demo-smarthome .feat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.demo-smarthome .feat{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:22px;transition:border-color .2s}.demo-smarthome .feat:hover{border-color:rgba(0,212,255,.2)}[data-theme=light] .demo-smarthome .feat{background:rgba(255,255,255,.6);border-color:rgba(0,0,0,.07)}[data-theme=light] .demo-smarthome .feat:hover{border-color:rgba(0,160,200,.2)}.demo-smarthome .feat-ico{font-size:22px;margin-bottom:12px}.demo-smarthome .feat h3{font-size:14px;font-weight:600;margin-bottom:7px}[data-theme=light] .demo-smarthome .feat h3{color:#051822}.demo-smarthome .feat p{font-size:12.5px;line-height:1.7;color:rgba(221,243,255,.4)}[data-theme=light] .demo-smarthome .feat p{color:rgba(5,24,34,.5)}.demo-smarthome footer{border-top:1px solid rgba(255,255,255,.06);padding:28px 48px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}[data-theme=light] .demo-smarthome footer{border-top-color:rgba(0,0,0,.07)}.demo-smarthome .f-logo{display:flex;align-items:center;gap:0}.demo-smarthome .f-logo .lm{width:20px;height:20px;background:rgba(255,255,255,.6);display:flex;align-items:center;justify-content:center}[data-theme=light] .demo-smarthome .f-logo .lm{background:rgba(5,24,34,.6)}.demo-smarthome .f-logo .lm span{font-size:8px;font-weight:900;color:#03090f;letter-spacing:-.5px}.demo-smarthome .f-logo .fw{font-size:12px;font-weight:500;padding-left:8px;color:rgba(221,243,255,.35)}[data-theme=light] .demo-smarthome .f-logo .fw{color:rgba(5,24,34,.45)}.demo-smarthome footer p{font-size:11.5px;color:rgba(221,243,255,.2)}[data-theme=light] .demo-smarthome footer p{color:rgba(5,24,34,.3)}@media (max-width:900px){.demo-smarthome nav{padding:0 20px}.demo-smarthome nav ul{display:none}.demo-smarthome .hero{padding:100px 24px 40px}.demo-smarthome .hp-body{grid-template-columns:1fr}.demo-smarthome .hp-col{border-right:none;border-bottom:1px solid rgba(0,212,255,.07)}.demo-smarthome .feat-grid{grid-template-columns:1fr 1fr}.demo-smarthome .features{padding:48px 24px}}