p{text-shadow:0 0 6px rgba(0,0,0,.3)}*{box-sizing:border-box;margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer}.flex{display:flex;align-items:center;justify-content:center}img{max-width:100%}.SmartHomeUI{min-width:1000px;min-height:800px;background:#e0e0e0;-webkit-user-select:none;-moz-user-select:none;user-select:none;position:relative;font-size:16px}.SmartHomeUI .header{display:flex;align-items:center;justify-content:space-between;padding:.6em 1em;background-color:#000;z-index:100;font-size:1.1rem}.SmartHomeUI .date-time{display:flex;align-items:center;gap:.8em}.SmartHomeUI .module-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:1em;margin-top:1em}.SmartHomeUI .module{width:200px;aspect-ratio:1;display:flex;flex-direction:column;gap:1em;border-radius:50px;background:#e0e0e0;box-shadow:20px 20px 30px #c8c8c8,-10px -10px 30px #f5f5f5;z-index:0}.SmartHomeUI .content{display:flex;flex-direction:column;justify-content:center}.SmartHomeUI .module .icon{font-size:3rem;color:#cbcbcb}.module .name{display:flex;justify-content:center}.module .main,.sub{display:flex;justify-content:center;align-items:center}.module-grid{display:flex}.module-grid .column{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6em}.SmartHomeUI .btn-lock{position:absolute;right:0;bottom:0;margin:.6em;font-size:2rem;background:inherit;border:none}.WeatherModule{display:flex}.WeatherModule .header{display:flex;gap:.6em}.CameraModule{z-index:10;margin:0 .6em;position:relative}.camera-module-wrapper{padding:3em 0;background-color:#171717;display:flex;align-items:center;justify-content:center}.SmartHomeUI .camera-module{width:400px}.recording .led{width:15px;height:15px;border-radius:50%;background-color:#f009;animation:led-fade 2s ease-in-out infinite}.recording{display:flex;align-items:center;gap:.4em;justify-content:flex-start}@keyframes led-fade{0%{opacity:0}50%{opacity:1}to{opacity:0}}.camera-overlay{position:absolute;top:0;left:0;right:0;bottom:0;margin:.6em;color:#ffffffd9}.corner-overlay{position:absolute;width:50px;height:50px;background:transparent;border:2px solid rgba(255,255,255,.75)}.camera-overlay .top-left{top:0;left:0;border-bottom:0;border-right:0}.camera-overlay .top-right{top:0;right:0;border-left:0;border-bottom:0}.camera-overlay .bottom-left{bottom:0;left:0;border-top:0;border-right:0}.camera-overlay .bottom-right{bottom:0;right:0;border-top:0;border-left:0}.camera-overlay .bottom-text{position:absolute;bottom:0;left:0;display:flex;align-items:center;gap:1em;padding:.4em .8em}.camera-overlay .recording{position:absolute;left:0;top:0;padding:.4em .8em}.camera-overlay .room{position:absolute;right:0;top:0;padding:.4em .8em}.CameraModule .control{display:flex;justify-content:center;align-items:stretch;margin-top:.6em}.CameraModule .btn-room{font-size:1.2rem;font-weight:400}.CameraModule .btn-next{font-size:2rem;font-weight:400}.camera-module img{-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.camera-effect{position:relative;overflow:hidden}.camera-effect:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;opacity:.08;mix-blend-mode:screen;animation-name:static-animation;animation-duration:.25s;animation-iteration-count:infinite}@keyframes static-animation{0%{background-image:url(/assets/static-1-f15bc001.png)}25%{background-image:url(/assets/static-2-7c5c7026.png)}50%{background-image:url(/assets/static-3-f42b4cdd.png)}75%{background-image:url(/assets/static-4-3e3c99df.png)}to{background-image:url(/assets/static-1-f15bc001.png)}}.LightningModule .power{font-size:2rem;background-color:inherit;border:none}.SecurityModule .control{display:flex;justify-content:space-between}.SecurityModule .control .icon,.CarModule .charge-icon{font-size:1.6rem}.CarModule .battery-display{background-color:#000;display:flex;align-items:center;gap:.4em;padding:.2em .8em;border-radius:10px}.ClimateModule .power{font-size:2rem;background-color:inherit;border:none}.LockScreen{background-color:var(--clr-bg);color:var(--clr-font);display:flex;justify-content:flex-start;flex-direction:column;align-items:center;font-size:16px;height:100%;width:100%;position:absolute;left:0;top:0;right:0;bottom:0;z-index:999999999;margin:0;background-color:#000;transition:opacity .2s;overflow:hidden;white-space:nowrap}.LockScreen .keypad{display:flex;flex-direction:column;align-items:center;margin-top:6em;width:300px}.keypad .input-display{width:90%;height:60px;margin-bottom:10px;border:1px solid #ccc;text-align:center;line-height:1;font-size:1.6rem;display:flex;justify-content:center;align-items:center}.keypad .message{height:20px;margin-bottom:.4em;color:red;font-weight:700}.keypad .buttons{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:5px}.keypad button{width:100px;height:60px;border:1px solid #ccc;background-color:#313131;cursor:pointer;font-size:1.4rem}.keypad button:hover{background-color:#676767}.LockScreen .wrap{padding:1.6em}.LockScreen .header{display:flex;justify-content:space-between;margin-right:-.8em}.LockScreen .btn-exit{outline:none;border:none;background-color:inherit;font-size:1.4rem}.LockScreen .directory{margin-top:1.2em}.LockScreen .directory .nav-item{display:flex;justify-content:space-between}.LockScreen .accounts{display:flex;flex-direction:column;align-items:stretch;margin-top:1.2em}.LockScreen .control{display:flex;margin:1.2em auto 0}.LockScreen .control .select{flex-grow:1}.LockScreen .directory-extra{display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--clr-fontAccent);width:200px;margin:.6em auto 0;gap:.6em}.LockScreen .social-links{display:flex;justify-content:center;align-items:center;gap:.6em;font-size:1.4rem;color:var(--clr-fontAccent);margin-top:1.2em}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type="button"]),input:where([type="reset"]),input:where([type="submit"]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden="until-found"])){display:none}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.flex{display:flex}.size-4{width:1rem;height:1rem}.h-10{height:2.5rem}.h-2{height:.5rem}.h-8{height:2rem}.w-10{width:2.5rem}.w-8{width:2rem}.w-full{width:100%}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-green-500\/25{color:#22c55e40}.text-red-400\/25{color:#f8717140}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;padding-top:2em;justify-content:center;min-width:100vw;min-height:100vh}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}
