.login-screen-root.auth-root{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--white, #fff);padding:0!important}.login-screen-root .auth-content-col{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5.5rem 1.5rem 2rem;box-sizing:border-box}.login-screen-root .auth-body{width:100%;max-width:420px;padding:0;margin:0;box-sizing:border-box}.login-screen-root .auth-tag{font-size:32px;font-weight:500;color:#1f2937;margin-bottom:8px;line-height:1.2}.login-screen-root .auth-tag .accent{color:var(--blue, #3b82f6)}.login-screen-root .auth-sub{font-size:16px;color:var(--gray-500, #6b7280);line-height:1.5;margin-bottom:24px}.login-screen-root .form-group{margin-bottom:24px}.login-screen-root .form-label{display:block;font-size:16px;font-weight:500;color:#1f2937;margin-bottom:6px}.login-screen-root .form-input{width:100%;max-width:100%;padding:12px 16px;border:1px solid #e5e7eb;border-radius:8px;font-size:16px;font-family:inherit;color:#1f2937;background:#fff;outline:none;box-sizing:border-box;transition:border-color .22s cubic-bezier(.4,0,.2,1),box-shadow .22s cubic-bezier(.4,0,.2,1)}.login-screen-root .form-input:focus{border-color:#e73b0f;box-shadow:0 0 0 3px #e73b0f1a}.login-screen-root .form-input::placeholder{color:#9ca3af}.login-screen-root .form-input.error{border-color:#ef4444;background-color:#fef2f2}.login-screen-root .form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.login-screen-root .form-error{color:#ef4444;font-size:13px;margin-top:6px;display:flex;align-items:center;gap:6px}.login-screen-root .input-wrap{position:relative}.login-screen-root .input-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);color:#9ca3af;background:none;border:none;cursor:pointer;padding:0}.login-screen-root .input-icon svg{width:18px;height:18px;display:block}.login-screen-root .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;font-size:18px;font-weight:600;font-family:inherit;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.login-screen-root .btn-primary{background:#e73b0f;color:#fff}.login-screen-root .btn-primary:hover:not(.disabled){background:#c4320d;box-shadow:0 4px 12px #e73b0f4d;transform:translateY(-1px)}.login-screen-root .btn-primary:active:not(.disabled){transform:translateY(0)}.login-screen-root .btn-primary.disabled{background:#f4a793;cursor:not-allowed;transform:none!important;box-shadow:none!important}.login-screen-root .btn-full{width:100%;max-width:100%;padding:14px;margin-top:8px}.login-screen-root .auth-link-line{text-align:center;width:100%;max-width:100%;font-size:15px;color:#4b5563;margin-top:16px}.login-screen-root .auth-link-line a{color:#e73b0f;text-decoration:none;font-weight:400;cursor:pointer}.login-screen-root .auth-link-line a:hover{color:#c4320d;text-decoration:underline}@media (max-width: 380px){.login-screen-root .auth-content-col{padding:4.5rem 1.25rem 2rem}.login-screen-root .auth-tag{font-size:28px}.login-screen-root .auth-sub,.login-screen-root .form-label{font-size:14px}.login-screen-root .form-input{padding:10px 12px;font-size:14px}.login-screen-root .btn-full{padding:12px;font-size:16px}}@media (min-width: 381px) and (max-width: 480px){.login-screen-root .auth-content-col{padding:5rem 1.5rem 2rem}.login-screen-root .auth-tag{font-size:30px}}@media (min-width: 481px) and (max-width: 767px){.login-screen-root .auth-content-col{padding:6rem 2rem 2rem}.login-screen-root .auth-body{max-width:460px}.login-screen-root .auth-tag{font-size:34px}}@media (min-width: 768px) and (max-width: 1099px){.login-screen-root .auth-content-col{padding:7rem 14% 2rem}.login-screen-root .auth-body{max-width:480px}.login-screen-root .auth-tag{font-size:36px}.login-screen-root .auth-sub{font-size:16px}.login-screen-root .form-input{font-size:15px;padding:13px 16px}}@media (min-width: 1100px){.login-screen-root.auth-root{height:100vh;overflow:hidden}.login-screen-root .auth-content-col{height:100vh;overflow:hidden;justify-content:center;align-items:center;padding:0 64px}.login-screen-root .auth-body{max-width:480px}.login-screen-root .auth-tag{font-size:40px}.login-screen-root .auth-sub{font-size:17px}.login-screen-root .form-input{font-size:16px;padding:13px 16px}}@media (min-width: 1920px){.login-screen-root .auth-content-col{padding:0 80px}.login-screen-root .auth-body{max-width:540px}.login-screen-root .auth-tag{font-size:46px}.login-screen-root .auth-sub{font-size:19px}}.signup-screen{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--white, #fff)}.signup-screen .signup-container{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:flex-start;padding:5.5rem 1.5rem 2rem;box-sizing:border-box}.signup-screen .signup-form-wrapper{width:100%;max-width:420px}.signup-screen .signup-header{text-align:left;margin-bottom:32px}.signup-screen .signup-title{font-size:32px;font-weight:500;color:#1f2937;margin-bottom:8px;line-height:1.2}.signup-screen .signup-subtitle{font-size:16px;color:#6b7280;margin:0;font-weight:400}.signup-screen .signup-form{display:flex;flex-direction:column;width:100%}.signup-screen .form-group{display:flex;flex-direction:column;gap:6px;width:100%}.signup-screen .form-label{font-size:16px;font-weight:500;color:#1f2937}.signup-screen .optional-text{color:#9ca3af;font-weight:400}.signup-screen .form-input{width:100%;max-width:100%;padding:12px 16px;font-size:16px;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s ease;font-family:inherit;background:#fff;color:#1f2937;box-sizing:border-box}.signup-screen .form-input::placeholder{color:#9ca3af}.signup-screen .form-input:focus{border-color:#e73b0f;box-shadow:0 0 0 3px #e73b0f1a}.signup-screen .form-input.error{border-color:#ef4444}.signup-screen .form-hint{display:flex;align-items:center;gap:6px;font-size:13px;color:#9ca3af;margin:0}.signup-screen .form-hint svg{flex-shrink:0}.signup-screen .form-checkbox-group{display:flex;flex-direction:column;gap:8px}.signup-screen .checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.signup-screen .checkbox-input{position:absolute;opacity:0;width:0;height:0}.signup-screen .checkbox-custom{width:20px;height:20px;border:2px solid #e73b0f;border-radius:24px;display:flex;align-items:center;justify-content:center;background:#e73b0f;flex-shrink:0;transition:all .2s ease}.signup-screen .checkbox-input:not(:checked)+.checkbox-custom{background:#fff}.signup-screen .checkbox-text{font-size:15px;color:#374151;line-height:1.4}.signup-screen .form-input.error:focus{box-shadow:0 0 0 3px #ef44441a}.signup-screen .error-message{font-size:13px;color:#ef4444;margin-top:-4px}.signup-screen .btn-signup{width:100%;max-width:100%;padding:14px;font-size:18px;font-weight:600;color:#fff;background:#e73b0f;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-top:8px;font-family:inherit;box-sizing:border-box}.signup-screen .btn-signup:hover:not(:disabled){background:#c4320d;transform:translateY(-1px);box-shadow:0 4px 12px #e73b0f4d}.signup-screen .btn-signup:active:not(:disabled){transform:translateY(0)}.signup-screen .btn-signup:disabled{background:#f4a793;cursor:not-allowed}.signup-screen .signup-footer{text-align:center;width:100%;max-width:100%;margin-top:16px}.signup-screen .footer-text{font-size:15px;color:#4b5563;margin:0}.signup-screen .link-login{color:#e73b0f;text-decoration:none;font-weight:400;transition:color .2s ease}.signup-screen .link-login:hover{color:#c4320d;text-decoration:underline}@media (max-width: 380px){.signup-screen .signup-container{padding:4.5rem 1.25rem 2rem}.signup-screen .signup-title{font-size:28px}.signup-screen .signup-subtitle,.signup-screen .form-label{font-size:14px}.signup-screen .form-input{padding:10px 12px;font-size:14px}.signup-screen .btn-signup{padding:12px;font-size:16px}}@media (min-width: 381px) and (max-width: 480px){.signup-screen .signup-container{padding:5rem 1.5rem 2rem}.signup-screen .signup-title{font-size:30px}}@media (min-width: 481px) and (max-width: 767px){.signup-screen .signup-container{padding:6rem 2rem 2rem}.signup-screen .signup-form-wrapper{max-width:460px}.signup-screen .signup-title{font-size:34px}}@media (min-width: 768px) and (max-width: 1099px){.signup-screen .signup-container{padding:7rem 14% 2rem}.signup-screen .signup-form-wrapper{max-width:480px}.signup-screen .signup-title{font-size:36px}.signup-screen .signup-subtitle{font-size:16px}.signup-screen .form-input{font-size:15px;padding:13px 16px}}@media (min-width: 1100px){.signup-screen{height:100vh;overflow:hidden}.signup-screen .signup-container{height:100vh;overflow:hidden;justify-content:center;align-items:center;padding:0 64px}.signup-screen .signup-form-wrapper{max-width:480px}.signup-screen .signup-title{font-size:40px}.signup-screen .signup-subtitle{font-size:17px}.signup-screen .form-input{font-size:16px;padding:13px 16px}}@media (min-width: 1920px){.signup-screen .signup-container{padding:0 80px}.signup-screen .signup-form-wrapper{max-width:540px}.signup-screen .signup-title{font-size:46px}.signup-screen .signup-subtitle{font-size:19px}}.otp-screen{--otp-input-width: 44px;--otp-input-height: 48px;--otp-input-gap: 8px;width:100%;height:100dvh;background:#fff;overflow-x:hidden}.otp-container{width:100%;height:100dvh;display:flex;flex-direction:column}.otp-image-container{width:100%;overflow:hidden;flex-shrink:0;line-height:0}.otp-image{width:100%;height:auto;object-fit:contain;object-position:center;display:block}.otp-form-wrapper{width:100%;flex:1;display:flex;flex-direction:column;justify-content:flex-start;padding:24px 24px 28px;margin-top:-26px;position:relative;z-index:2}.otp-header{margin-bottom:24px}.otp-title{margin:0 0 8px;font-size:33px;line-height:1.3;font-weight:500;letter-spacing:-.01em;color:#1e1e1e;text-align:left}.otp-subtitle{margin:0;font-size:16px;line-height:1.45;font-weight:400;color:#5e5e5e;text-align:left;word-break:break-word}.otp-subtitle strong{font-weight:500;color:#111827;word-break:break-all}.otp-form{width:345px;max-width:100%;height:fit-content;display:flex;flex-direction:column;gap:24px;margin:0}.otp-input-section{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.otp-label{margin:0;font-size:14px;line-height:1.2;font-weight:400;color:#2b2f38}.otp-timer{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:12px;line-height:1.2;font-weight:500}.otp-timer.warning{background:#fef3c7;color:#b45309}.otp-timer.expired{background:#fee2e2;color:#b91c1c}.timer-label{font-weight:400}.timer-value{font-weight:600;min-width:34px}.otp-inputs{display:flex;gap:var(--otp-input-gap);justify-content:space-between;flex-wrap:nowrap;width:100%}.otp-input,.otp-screen .otp-form .otp-inputs .otp-input,.otp-screen .otp-form .otp-inputs .otp-input[type=text]{flex:1 1 0;min-width:0;max-width:52px;height:var(--otp-input-height)!important;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;text-align:center;font-size:20px;line-height:1;font-weight:600;color:#111827;background:#fff;transition:border-color .2s ease,box-shadow .2s ease;outline:none;padding:0;aspect-ratio:1}.otp-input:focus{border-color:#e73b0f;box-shadow:0 0 0 3px #3183ff1f}.otp-input.error{border-color:#ef4444}.otp-error{margin:0;font-size:14px;line-height:1.35;color:#ef4444;text-align:left}.btn-verify{width:100%;max-width:345px!important;min-height:48px!important;border:none;border-radius:8px;background:#e73b0f;color:#fff;font-size:18px;line-height:1.2;font-weight:500;font-family:inherit;cursor:pointer;transition:background-color .2s ease}.btn-verify:hover{background:#c4320d}.btn-verify:disabled{background:#93c5fd;cursor:not-allowed}.otp-footer{text-align:center}.otp-resend-text{margin:0;font-size:14px;line-height:1.45;color:#4b5563}.btn-resend{border:none;background:transparent;padding:0;font-family:inherit;font-size:14px;line-height:1.45;font-weight:400;color:#e73b0f;cursor:pointer}.btn-resend:hover{text-decoration:underline}.btn-resend:disabled{color:#93c5fd;cursor:not-allowed;text-decoration:none}@media (max-width: 380px){.otp-screen{--otp-input-height: 40px;--otp-input-gap: 6px}.otp-form-wrapper{padding:22px 20px 24px;margin-top:-26px}.otp-title{font-size:28px}.otp-subtitle{font-size:14px;word-break:break-word}.otp-input{font-size:16px}}@media (min-width: 381px) and (max-width: 480px){.otp-screen{--otp-input-height: 46px;--otp-input-gap: 10px}.otp-form-wrapper{padding:22px 24px 24px;margin-top:-26px}.otp-title{font-size:29px}}@media (max-width: 768px){button:not(.toggle):not(.toggle-switch),.btn,input[type=button],input[type=submit]{min-height:44px;min-width:44px;max-width:100%}}@media (min-width: 768px){.otp-screen{--otp-input-width: 46px;--otp-input-height: 50px;--otp-input-gap: 10px}.otp-form-wrapper{max-width:none;width:100%;padding:28px 24px 32px;margin-top:-20px;align-items:center}.otp-header{width:100%;max-width:345px;text-align:left;margin:0 auto 24px}.otp-form{width:345px;max-width:100%;margin:0 auto;align-items:stretch}.otp-input-section{align-items:flex-start}.otp-inputs{justify-content:flex-start}}@media (min-width: 1100px){.otp-screen{--otp-input-width: 50px;--otp-input-height: 54px;--otp-input-gap: 12px}.otp-container{flex-direction:row;height:100dvh;align-items:stretch}.otp-image-container{width:50%;height:100vh;min-height:100vh;max-height:none;position:sticky;top:0;flex-shrink:0;overflow:hidden;line-height:0}.otp-image{width:100%;height:100%;object-fit:contain;object-position:center center}.otp-form-wrapper{width:50%;max-width:none;height:100vh;margin:0;border-radius:0;padding:56px 56px 48px;justify-content:center;align-items:center;flex:unset}.otp-header{width:100%;max-width:420px;margin:0 auto 24px;text-align:left}.otp-form{width:100%;max-width:420px;margin:0 auto;align-items:stretch}}@media (min-width: 1440px){.otp-form-wrapper{padding:72px 72px 56px}.otp-header,.otp-form{max-width:480px}.otp-title{font-size:40px}.otp-subtitle{font-size:18px}}._clock-quote-display_1f03b_6{display:flex;justify-content:center;align-items:center;padding:10px 0 0;width:100%;height:100%;min-height:0}._eink-display_1f03b_24{position:relative;width:100%;max-width:300px;aspect-ratio:var(--device-aspect, 5 / 3);overflow:visible}._eink-frame_1f03b_35{position:relative;width:100%;height:100%;background:repeating-linear-gradient(100deg,rgba(0,0,0,.08) 0px,transparent 1px,transparent 3px,rgba(0,0,0,.05) 4px),linear-gradient(135deg,#8a5a34,#6b4326 45%,#7a4d2c 65%,#5a3820);border-radius:27px;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000080,0 4px 12px #00000059,inset 0 1px #ffffff26,inset 0 -2px 4px #0000004d}._eink-bezel_1f03b_65{width:100%;height:100%;background:#0a0a0a;border-radius:16px;padding:14px;box-sizing:border-box;box-shadow:inset 0 0 0 2px #1a1a1a,inset 0 0 0 5px #0a0a0a,inset 0 0 0 7px #222,inset 0 0 0 10px #0a0a0a,inset 0 0 0 12px #1c1c1c,inset 0 2px 6px #0009;display:flex;flex-direction:column;position:relative;z-index:2}._eink-content_1f03b_88{display:flex;flex-direction:column;width:100%;height:100%;background:#e2e2e0;border-radius:4px;padding:10px 14px;position:relative;font-family:var(--device-font-family, "EB Garamond", "Georgia", "Times New Roman", serif);box-sizing:border-box;overflow:hidden;transition:all .3s ease;box-shadow:inset 0 1px 3px #00000026}._time-display_1f03b_108{text-align:center;font-family:var(--device-font-family, "EB Garamond", "Georgia", serif);font-size:calc(var(--quote-font-size, .95rem) * 1.263);font-weight:700;color:#111;margin:0 0 .3rem;letter-spacing:.02em;flex-shrink:0;transition:all .3s ease;position:relative;z-index:2}._quote-section_1f03b_126{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:all .3s ease;margin-bottom:.2rem;position:relative;z-index:2}._quote-text_1f03b_139{width:100%;min-width:0;font-family:var(--device-font-family, "EB Garamond", "Georgia", serif);font-size:var(--quote-font-size, .95rem);line-height:1.55;color:#2a2a2a;margin:0;text-align:center;font-weight:400;transition:all .3s ease}._quote-text_1f03b_139._loading_1f03b_152,._quote-text_1f03b_139._error_1f03b_153{font-style:italic;color:#666}._author-section_1f03b_159{display:flex;flex-direction:column;align-items:center;margin-top:auto;flex-shrink:0;transition:all .3s ease;position:relative;z-index:2}._quote-author_1f03b_170,._quote-source_1f03b_184{font-family:var(--device-font-family, "EB Garamond", "Georgia", serif);font-size:calc(var(--quote-font-size, .95rem) * .842);color:#111;margin:0;text-align:center;text-transform:uppercase;font-style:normal;font-weight:700;letter-spacing:.02em;line-height:1.3;transition:all .3s ease}._eink-display_1f03b_24[data-auto-size=true] ._quote-text_1f03b_139{line-height:1.5}._eink-display_1f03b_24[data-auto-size=false] ._quote-text_1f03b_139{line-height:1.5;transition:font-size .3s ease}@media (max-width: 768px){._eink-frame_1f03b_35{padding:14px;border-radius:22px}._eink-bezel_1f03b_65{border-radius:12px;padding:10px;box-shadow:inset 0 0 0 2px #1a1a1a,inset 0 0 0 4px #0a0a0a,inset 0 0 0 5px #222,inset 0 0 0 7px #0a0a0a,inset 0 0 0 8px #1c1c1c,inset 0 2px 6px #0009}._eink-content_1f03b_88{padding:8px 12px;border-radius:4px}._time-display_1f03b_108{margin-bottom:.25rem}._quote-text_1f03b_139{line-height:1.45}}@media (max-width: 480px){._clock-quote-display_1f03b_6{padding:0}._eink-frame_1f03b_35{padding:10px;border-radius:18px}._eink-bezel_1f03b_65{border-radius:10px;padding:8px;box-shadow:inset 0 0 0 1px #1a1a1a,inset 0 0 0 3px #0a0a0a,inset 0 0 0 4px #222,inset 0 0 0 5px #0a0a0a,inset 0 0 0 6px #1c1c1c,inset 0 2px 6px #0009}._eink-content_1f03b_88{padding:6px 10px;border-radius:3px}._time-display_1f03b_108{margin-bottom:.2rem}._quote-text_1f03b_139{line-height:1.4}}.device-detail-wrapper{display:flex;flex-direction:row;height:100vh;overflow:hidden}.device-detail-screen{flex:1;min-width:0;overflow-y:auto;padding-bottom:40px}.detail-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10;justify-content:space-between}.detail-header .detail-title{flex:1;text-align:left}.btn-back{background:none;border:none;cursor:pointer;padding:8px;color:var(--gray-600, #4b5563);border-radius:8px;transition:background .22s}.btn-back:hover{background:var(--gray-100, #f3f4f6)}.btn-back svg{width:20px;height:20px;display:block}.menu-toggle{background:none;border:none;cursor:pointer;padding:8px;color:var(--gray-600, #4b5563);border-radius:8px;transition:background .22s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-toggle:hover{background:var(--gray-100, #f3f4f6)}.menu-toggle svg{width:24px;height:24px;display:block}.detail-title{font-size:20px;font-weight:500;color:var(--gray-900, #111827)}@media (min-width: 1024px){.device-detail-wrapper .menu-toggle{display:none}.detail-header .detail-title{text-align:left;flex:1}.device-detail-wrapper .sidebar,.device-detail-screen{order:unset}}.detail-content{max-width:680px;margin:0 auto;padding:24px}.device-hero{border-radius:12px;padding:28px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;min-height:260px}.device-hero-wrapper{position:relative;width:100%;max-width:360px;display:flex;align-items:center;justify-content:center}.device-hero-eink{width:100%;background:#e8e6df;border-radius:8px;padding:16px 20px;min-height:150px;display:flex;flex-direction:column;justify-content:space-between}.eink-top{font-size:12px;color:#555;margin-bottom:10px;text-align:center}.eink-quote{font-family:Playfair Display,serif;font-size:14px;line-height:1.75;color:#1a1a1a;flex:1}.eink-quote strong{font-style:italic}.eink-attr{font-size:11px;color:#555;text-align:right;margin-top:10px}.device-detail-header{margin-bottom:20px;text-align:center}.device-detail-name{display:flex;align-items:center;justify-content:center;gap:10px;font-size:20px;font-weight:700;margin-bottom:4px}.online-dot{width:10px;height:10px;border-radius:50%;background:var(--green, #22c55e);flex-shrink:0}.device-detail-serial{font-size:13px;color:var(--gray-400, #9ca3af)}.conn-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gray-200, #e5e7eb);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden;margin-bottom:20px}.conn-cell{background:#fff;padding:16px;display:flex;flex-direction:column;align-items:center;gap:6px}.conn-cell svg{color:var(--blue, #3b82f6);width:22px;height:22px}.conn-cell-label{font-size:13px;color:var(--gray-500, #6b7280);font-weight:500}.settings-link-btn{display:inline-flex;align-items:center;gap:6px;color:var(--blue, #3b82f6);font-size:14px;font-weight:500;background:none;border:none;cursor:pointer;padding:0;margin-bottom:20px;font-family:inherit}.settings-link-btn:hover{text-decoration:underline}.settings-link-btn svg{width:16px;height:16px}.card{background:#fff;border:1.5px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden}.card-body{padding:20px}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:13px 0;border-bottom:1px solid var(--gray-100, #f3f4f6);font-size:14px;gap:16px}.detail-row:last-child{border-bottom:none}.detail-label{color:var(--gray-500, #6b7280)}.detail-value{font-weight:600;text-align:right}.btn-row{display:flex;gap:12px;flex-wrap:wrap}.btn-danger{background:#fff;color:var(--red, #ef4444);border:1.5px solid var(--red, #ef4444)}.btn-danger:hover{background:var(--red-bg, #fef2f2)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;padding:32px 24px;max-width:400px;width:100%;box-shadow:0 20px 60px #00000026;text-align:center;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon{width:64px;height:64px;background:#fef2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;flex-shrink:0}.modal-icon svg{width:32px;height:32px;color:var(--red, #ef4444);stroke-width:1.5}.modal-title{font-size:20px;font-weight:700;color:var(--gray-900, #111827);margin:0 0 8px}.modal-message{font-size:14px;color:var(--gray-600, #4b5563);margin:0 0 24px;line-height:1.5}.modal-buttons{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:center}.modal-buttons .btn{flex:1;min-width:120px}.btn-secondary{background:#fff;color:var(--blue, #3b82f6);border:1.5px solid var(--blue, #3b82f6)}.btn-secondary:hover:not(:disabled){background:var(--blue-bg, #eff6ff)}@media (min-width: 768px) and (max-width: 834px){.detail-content{max-width:600px;padding:28px 32px}.modal-content{padding:36px 28px}.modal-buttons{flex-direction:row}.modal-buttons .btn{flex:1}}@media (min-width: 835px) and (max-width: 1024px){.detail-content{max-width:680px;padding:36px 40px}.conn-grid{grid-template-columns:repeat(2,1fr)}.modal-content{padding:40px 32px}.modal-buttons{flex-direction:row}.modal-buttons .btn{flex:1}}@media (min-width: 1025px){.detail-content{max-width:800px;padding:40px 48px}.conn-grid{grid-template-columns:repeat(2,1fr)}.modal-content{padding:40px 32px}.modal-buttons{flex-direction:row}.modal-buttons .btn{flex:1}.btn-row{justify-content:center}}@media (min-width: 1280px){.detail-content{max-width:900px;padding:48px 56px}}@media (max-width: 480px){.detail-header{padding:16px;gap:12px}.detail-content{padding:16px}.device-hero{padding:20px;border-radius:10px}.conn-grid{grid-template-columns:1fr 1fr}.detail-row{font-size:13px;padding:11px 0}.btn-row{flex-direction:column}.btn-row .btn{width:100%}}@media (min-width: 481px) and (max-width: 1023px){.detail-content{max-width:600px;padding:28px 32px}.conn-grid{grid-template-columns:repeat(2,1fr)}}._device-settings-wrapper_1ej0k_2{display:flex;flex-direction:row;height:100vh;overflow:hidden}._settings-screen_1ej0k_9{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden;height:100vh}._settings-header_1ej0k_18{display:flex;align-items:center;gap:10px;padding:6px 16px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:relative;z-index:10;justify-content:space-between;flex-shrink:0}._settings-header_1ej0k_18 ._settings-title_1ej0k_31{flex:1;text-align:center;margin-bottom:0}._menu-toggle_1ej0k_37{background:none;border:none;cursor:pointer;padding:8px;color:var(--gray-600, #4b5563);border-radius:8px;transition:background .22s;display:flex;align-items:center;justify-content:center;flex-shrink:0}._menu-toggle_1ej0k_37:hover{background:var(--gray-100, #f3f4f6)}._menu-toggle_1ej0k_37 svg{width:24px;height:24px;display:block}._menu-overlay_1ej0k_61{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;animation:_fadeIn_1ej0k_1 .3s ease}@keyframes _fadeIn_1ej0k_1{0%{opacity:0}to{opacity:1}}._settings-title_1ej0k_31{font-size:18px;font-weight:500;color:var(--gray-900, #111827)}._settings-content_1ej0k_87{flex:1;max-width:680px;margin:0 auto;width:100%;padding:10px 10px 0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;gap:2px;min-height:0;scrollbar-width:none;-ms-overflow-style:none}._settings-content_1ej0k_87::-webkit-scrollbar{display:none}._device-preview-box_1ej0k_115{width:100%;border-radius:12px;padding:4px 0;margin-bottom:0;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible}._device-clock-icon_1ej0k_127{width:100%;max-width:293px;height:auto;object-fit:contain;display:block}@media (max-width: 480px){._device-preview-box_1ej0k_115{padding:2px 4px;margin-bottom:0}._device-clock-icon_1ej0k_127{max-width:293px}}@media (min-width: 481px) and (max-width: 768px){._device-preview-box_1ej0k_115{padding:2px 4px;margin-bottom:0}._device-clock-icon_1ej0k_127{max-width:370px;max-height:254px}}@media (min-width: 769px){._device-preview-box_1ej0k_115{padding:4px;margin-bottom:0}._device-clock-icon_1ej0k_127{max-width:371px}}._device-details-section_1ej0k_171{background:#fff;border-radius:8px;padding:5px 10px;margin-bottom:4px;border:1px solid var(--gray-200, #e5e7eb);text-align:center;flex-shrink:0}._device-info-header_1ej0k_181{display:flex;gap:6px;margin-bottom:4px;align-items:center;justify-content:center;flex-direction:row}._device-status-icon_1ej0k_190{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f3f4f6;border-radius:50%;flex-shrink:0}._device-status-icon_1ej0k_190 svg{width:20px;height:20px;color:#e73b0f}._device-icon-img_1ej0k_207{width:32px;height:32px;object-fit:contain;display:block}._device-info-main_1ej0k_214{flex:1;text-align:center}._device-details-section_1ej0k_171 ._device-name_1ej0k_219{font-size:14px;font-weight:600;color:var(--gray-900, #111827);margin:0 0 2px;display:flex;align-items:center;gap:6px;justify-content:center}._online-dot_1ej0k_236{width:8px;height:8px;border-radius:50%;background:#22c55e;display:inline-block;flex-shrink:0}._device-details-section_1ej0k_171 ._device-serial_1ej0k_245{font-size:12px;color:var(--gray-600, #4b5563);margin:0}._device-status-row_1ej0k_251{display:flex;gap:12px;margin-bottom:4px;padding-bottom:4px;justify-content:center}._status-item_1ej0k_260{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-700, #374151);flex:0 1 auto}._status-item_1ej0k_260 svg{width:16px;height:16px;color:var(--gray-500, #6b7280)}._status-item_1ej0k_260 ._status-icon_1ej0k_275{width:16px;height:16px;display:block}._device-info-grid_1ej0k_281{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:center}._info-item_1ej0k_288{display:flex;flex-direction:column;align-items:center}._info-label_1ej0k_294{font-size:12px;color:var(--gray-600, #4b5563);text-transform:capitalize;margin-bottom:4px}._info-value_1ej0k_301{font-size:14px;font-weight:500;color:var(--gray-900, #111827)}._device-settings-section_1ej0k_307{margin-bottom:0;flex-shrink:0}._settings-header-row_1ej0k_312{display:flex;align-items:center;gap:8px;margin-bottom:6px}._settings-header-icon_1ej0k_319{width:17px;height:17px;object-fit:contain;display:block;flex-shrink:0}._section-title_1ej0k_327{font-size:15px!important;font-weight:500!important;margin:0;color:var(--gray-900, #111827);margin-bottom:0!important;line-height:1.4}._card_1ej0k_337{background:#fff;border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;overflow:hidden;box-shadow:none;padding:.25rem!important}._card-body_1ej0k_346{padding:6px 10px;display:flex;flex-direction:column;gap:4px}._form-group_1ej0k_354{margin-bottom:4px}._form-group_1ej0k_354:last-of-type{margin-bottom:0}._form-label_1ej0k_362{display:block;font-size:12px;font-weight:500;color:var(--gray-700, #374151);margin-bottom:3px}._required-indicator_1ej0k_370{color:#ef4444;margin-left:2px;font-weight:600}._select-wrap_1ej0k_377{position:relative}._form-select_1ej0k_381,select{width:100%;padding:7px 35px 7px 10px;border:1.5px solid var(--gray-200, #e5e7eb);border-radius:8px;font-size:13px;font-family:inherit;color:var(--gray-900, #111827);background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;transition:border-color .22s,box-shadow .22s}._form-select_1ej0k_381:focus,select:focus{border-color:var(--blue, #E73B0F);box-shadow:0 0 0 3px #3183ff1a}._select-arrow_1ej0k_405{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--gray-400, #9ca3af)}._select-arrow_1ej0k_405 svg{width:16px;height:16px}._form-input_1ej0k_420{width:100%;padding:7px 10px;border:1.5px solid var(--gray-200, #e5e7eb);border-radius:6px;font-size:13px;font-family:inherit;transition:border-color .2s,box-shadow .2s}._form-input_1ej0k_420:focus{outline:none;border-color:var(--blue, #E73B0F);box-shadow:0 0 0 3px #3183ff1a}._interval-warning_1ej0k_439{display:flex;align-items:flex-start;gap:4px;padding:4px 6px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;margin-top:2px;margin-bottom:2px}._interval-warning_1ej0k_439 ._warning-icon_1ej0k_451{width:16px;height:16px;color:#e73b0f;flex-shrink:0;margin-top:1px}._interval-warning_1ej0k_439 ._warning-text_1ej0k_459{font-size:11px;color:#1e40af;line-height:1.3}._toggle-row_1ej0k_466{display:flex;justify-content:normal!important;align-items:center!important;gap:12px!important;padding:4px 0!important;border-bottom:1px solid var(--gray-100, #f3f4f6)}._toggle-row_1ej0k_466:last-of-type{border-bottom:none}._toggle-info_1ej0k_479{flex:1}._toggle-label_1ej0k_483{font-size:14px;font-weight:500;color:var(--gray-900, #111827)}._toggle-hint_1ej0k_489{font-size:11px;color:var(--gray-400, #9ca3af);margin-top:2px;line-height:1.4;display:flex;gap:4px}._toggle-hint_1ej0k_489 svg{width:14px;height:14px;flex-shrink:0;margin-top:2px}._toggle_1ej0k_466{width:50px!important;height:22px!important;min-width:50px!important;min-height:22px!important;max-width:50px!important;max-height:22px!important;border-radius:11px!important;background:#d1d5db!important;position:relative;cursor:pointer;flex-shrink:0;border:none!important;transition:background .3s ease;padding:0!important;display:inline-flex;align-items:center;margin:0!important;box-sizing:border-box;outline:none!important}._toggle_1ej0k_466._on_1ej0k_236{background:#e73b0f!important}._toggle_1ej0k_466:after{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;transition:transform .3s ease;box-shadow:0 2px 4px #00000026}._toggle_1ej0k_466._on_1ej0k_236:after{transform:translate(28px)}._button-group_1ej0k_557{display:flex;gap:8px;margin-top:auto;padding:4px 0 6px;border-top:1px solid var(--gray-200, #e5e7eb);flex-shrink:0;position:sticky;bottom:0;background:#fff;z-index:5}._btn_1ej0k_570{flex:1;padding:8px 12px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;border:none;font-family:inherit}._btn-secondary_1ej0k_582{background:#fff;border:1px solid var(--gray-300, #d1d5db);color:var(--gray-700, #374151)}._btn-secondary_1ej0k_582:hover{background:var(--gray-50, #f9fafb);border-color:var(--gray-400, #9ca3af)}._btn-primary_1ej0k_593{background:var(--blue, #E73B0F);color:#fff}._btn-primary_1ej0k_593:hover{background:var(--blue-600, #C4320D)}._slider-section_1ej0k_603{margin-top:12px;padding-top:8px;border-top:1px solid var(--gray-100, #f3f4f6)}._slider-label_1ej0k_609{font-size:12px;color:var(--gray-500, #6b7280);margin-bottom:8px;display:block}._text-size-section_1ej0k_617{margin-top:12px;padding:12px 0;border-top:1px solid var(--gray-100, #f3f4f6)}._text-size-slider_1ej0k_623{display:flex;align-items:center;gap:10px;margin-bottom:8px}._text-size-label_1ej0k_630{font-size:12px;font-weight:600;color:var(--gray-700, #374151);min-width:24px;text-align:center}._font-size-range_1ej0k_638{flex:1;height:6px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;cursor:pointer;border-radius:3px;background:#e5e7eb}._font-size-range_1ej0k_638::-webkit-slider-runtrack{height:6px;border-radius:3px;background:#e5e7eb}._font-size-range_1ej0k_638::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#e73b0f;cursor:pointer;box-shadow:0 2px 4px #00000026;margin-top:-7px}._font-size-range_1ej0k_638::-moz-range-track{height:6px;border-radius:3px;background:#e5e7eb;border:none}._font-size-range_1ej0k_638::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#e73b0f;cursor:pointer;box-shadow:0 2px 4px #00000026;border:none}._font-size-range_1ej0k_638{background:linear-gradient(to right,#e73b0f,#e73b0f calc((var(--value, 0) - 12) / 12 * 100%),#e5e7eb calc((var(--value, 0) - 12) / 12 * 100%),#e5e7eb)}._text-size-value_1ej0k_697{font-size:12px;font-weight:600;color:var(--gray-900, #111827);text-align:center}._slider-row_1ej0k_704{display:flex;align-items:center;gap:10px}._slider-sz_1ej0k_710{font-size:12px;font-weight:600;color:var(--gray-400, #9ca3af)}input[type=range]{flex:1;accent-color:var(--blue, #E73B0F);cursor:pointer}._slider-val_1ej0k_722{font-size:11px;color:var(--gray-400, #9ca3af);text-align:center;margin-top:4px}@media (max-width: 480px){._device-preview-box_1ej0k_115{padding:12px;margin-bottom:16px}._device-frame_1ej0k_736{max-width:200px}._preview-verse_1ej0k_740{font-size:10px;line-height:1.3}._preview-reference_1ej0k_745{font-size:8px}}@media (min-width: 481px) and (max-width: 768px){._device-preview-box_1ej0k_115{padding:16px;margin-bottom:20px}._device-frame_1ej0k_736{max-width:210px}._preview-verse_1ej0k_740{font-size:11px;line-height:1.4}}@media (min-width: 769px){._device-preview-box_1ej0k_115{padding:20px;margin-bottom:24px}._device-frame_1ej0k_736{max-width:220px}._preview-verse_1ej0k_740{font-size:11px;line-height:1.4}}@media (min-width: 768px) and (max-width: 834px){._settings-content_1ej0k_87{max-width:560px;padding:6px 16px}}@media (min-width: 835px) and (max-width: 1024px){._settings-content_1ej0k_87{max-width:640px;padding:8px 20px}}@media (min-width: 1025px){._settings-content_1ej0k_87{max-width:800px;padding:8px 24px}}@media (min-width: 1280px){._settings-content_1ej0k_87{max-width:880px;padding:10px 28px}}@media (min-width: 1024px){._device-settings-wrapper_1ej0k_2 ._menu-toggle_1ej0k_37{display:none}._settings-header_1ej0k_18 ._settings-title_1ej0k_31{text-align:left;flex:1}._device-settings-wrapper_1ej0k_2 ._sidebar_1ej0k_825,._settings-screen_1ej0k_9{order:unset}}@media (max-width: 480px){._settings-header_1ej0k_18{padding:12px;gap:10px}._settings-content_1ej0k_87{padding:12px}._settings-title_1ej0k_31{font-size:18px}._toggle-label_1ej0k_483{font-size:13px}._toggle-hint_1ej0k_489{font-size:11px}}@media (min-width: 481px) and (max-width: 1023px){._settings-content_1ej0k_87{max-width:560px;padding:6px 16px}}._font-size-section_1ej0k_867{display:flex;flex-direction:column;gap:4px;margin-top:4px}._font-size-desc_1ej0k_874{font-size:12px;font-weight:400;color:var(--gray-700, #374151);line-height:1.5;margin:0}.configure-screen-wrapper{min-height:100vh;display:flex;flex-direction:column}.configure-screen-inner{flex:1;width:100%;max-width:680px;margin:0 auto;padding:24px}.configure-content-col{flex:1;display:flex;flex-direction:column;min-width:0}@media (min-width: 768px){.configure-screen-inner{padding:36px 40px}}.progress-section{display:flex;align-items:center;gap:10px;margin-bottom:24px}.progress-bar{flex:1;height:7px;background:#eaf2ff;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--blue, #E73B0F);transition:width .3s ease}.progress-text{font-size:12px;color:var(--blue, #E73B0F);font-weight:500;white-space:nowrap;flex-shrink:0}.configure-title{font-size:26px;font-weight:500;color:var(--gray-900, #111827);margin:0 0 4px}.configure-subtitle{font-size:14px;color:var(--gray-500, #6b7280);margin:0;line-height:1.5}.configure-card{background:#fff;border-radius:12px;padding:24px 0;margin-bottom:24px}.card-heading{font-size:14px;font-weight:400;color:var(--gray-900, #111827);margin-bottom:8px}.card-description{font-size:14px;color:var(--gray-500, #6b7280);line-height:1.6;margin-bottom:24px}.form-group{margin-bottom:20px}.form-group:last-child{margin-bottom:0}.form-label{display:block;font-size:14px;font-weight:600;color:var(--gray-700, #374151);margin-bottom:8px}.form-select,.form-input{width:100%;max-width:345px;padding:10px 14px;font-size:15px;color:var(--gray-900, #111827);background:#fff;border:1px solid var(--gray-300, #d1d5db);border-radius:8px;transition:all .2s;box-sizing:border-box}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:38px;cursor:pointer}.form-select:focus,.form-input:focus{outline:none;border-color:var(--blue, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.form-hint{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:400;color:var(--gray-500, #6b7280);margin-top:6px}.form-hint svg{flex-shrink:0}.configure-buttons{display:flex;gap:12px;margin-top:24px}.btn{padding:12px 24px;font-size:15px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:var(--blue, #3b82f6);color:#fff;flex:1}.btn-primary:hover{background:#c4320d}.btn-primary:active{transform:scale(.98)}.btn-primary:disabled{background:#e73b0f;color:#fff;cursor:not-allowed}.btn-primary:disabled:hover{background:var(--gray-300, #d1d5db)}.btn-secondary{background:var(--blue, #3b82f6);color:#fff;border:1px solid var(--blue, #3b82f6);flex:1}.btn-secondary:hover{background:#c4320d;border-color:#c4320d}.btn-secondary:active{transform:scale(.98)}.toggle-row{display:flex;justify-content:space-between!important;align-items:center;margin-bottom:8px;padding:0!important}.toggle-label{font-size:14px;font-weight:400;color:var(--gray-700, #2b2f38)}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--gray-300, #d1d5db);transition:.3s;border-radius:999px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.toggle-slider{background-color:var(--blue, #3b82f6)}input:checked+.toggle-slider:before{transform:translate(22px)}.form-range{width:100%;height:14px!important;background:var(--gray-200, #e5e7eb);border-radius:999px;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding:0!important;box-sizing:content-box!important}.form-range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background:var(--blue, #3b82f6);border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 1px 4px #00000040}.form-range::-moz-range-thumb{width:24px;height:24px;background:var(--blue, #3b82f6);border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 1px 4px #00000040;box-sizing:border-box}.slider-divider{height:1px;background:#eaf2ff;margin:16px 0}.font-size-section{display:flex;flex-direction:column;gap:14px}.font-size-desc{font-size:14px;font-weight:400;color:var(--gray-700, #374151);line-height:1.5;margin:0}.eink-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px 0;width:100%}.eink-preview>img{max-width:90%;height:auto;margin:16px auto 0;display:block}.preview-frame{background:#f5f5f5;border:2px solid var(--gray-300, #d1d5db);border-radius:8px;padding:32px 24px;min-height:240px;display:flex;align-items:center;justify-content:center}.preview-content{color:#000;text-align:center;max-width:100%}@media (min-width: 768px){.configure-buttons{flex-direction:row}.btn-primary,.btn-secondary{flex:1}}@media (max-width: 480px){.configure-screen-inner{padding:20px 24px;max-width:400px}.configure-title{font-size:18px!important;font-weight:500!important}.configure-subtitle{font-size:14px;font-weight:400}.configure-buttons{flex-direction:row}.eink-preview>img{max-width:85%;margin:12px auto 0}}@media (min-width: 481px) and (max-width: 1023px){.configure-screen-inner{max-width:560px;padding:28px 32px}.configure-title{font-size:28px}.eink-preview>img{max-width:100%;margin:18px auto 0}}@media (min-width: 1024px){.configure-screen-wrapper{min-height:unset;flex-direction:row;height:100vh;overflow:hidden}.configure-content-col{flex:1;min-width:0;overflow:hidden;height:100%}.configure-screen-wrapper .homepage-header{display:none}.configure-screen-inner{flex:1;min-height:0;overflow-y:auto;max-width:680px;padding:36px 40px}.configure-title{font-size:28px}.configure-subtitle{font-size:15px}.form-select,.form-input{max-width:100%!important}.eink-preview>img{max-width:95%;margin:20px auto 0}}@media (min-width: 1280px){.configure-screen-inner{max-width:720px;padding:40px 48px}}@media (min-width: 1440px){.configure-screen-inner{max-width:760px;padding:48px 56px}.configure-title{font-size:30px}}.add-device-screen{width:100%;min-height:100vh;background:linear-gradient(180deg,#fff,#f8fafe);display:flex;flex-direction:column}.add-device-header{width:100%;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #e8eef5;position:sticky;top:0;z-index:100}.header-left{display:flex;align-items:center;gap:16px}.btn-back{background:transparent;border:none;color:#2c2c2c;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-back:hover{color:#4a90e2}.logo{width:40px;height:40px;background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:18px}.btn-menu{background:transparent;border:none;color:#2c2c2c;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-menu:hover{color:#4a90e2}.add-device-container{flex:1;display:flex;justify-content:center;padding:40px 20px}.add-device-content{width:100%;max-width:600px}.add-device-title{font-size:32px;font-weight:600;color:#2c2c2c;margin-bottom:12px;line-height:1.3}.add-device-subtitle{font-size:16px;color:#5f6368;margin-bottom:32px;line-height:1.5}.add-device-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.input-field{width:100%;padding:14px 16px;font-size:16px;border:1px solid #e0e0e0;border-radius:8px;background:#fff;color:#2c2c2c;transition:all .2s ease;font-family:inherit}.input-field::placeholder{color:#b0b0b0}.input-field:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}.input-field:disabled{background:#f5f5f5;cursor:not-allowed}.input-field.input-error{border-color:#ef4444}.input-field.input-error:focus{box-shadow:0 0 0 3px #ef44441a}.error-message{font-size:13px;color:#ef4444;font-weight:500}.btn-add-device{width:100%;padding:14px 24px;background:linear-gradient(135deg,#4a90e2,#357abd);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;box-shadow:0 4px 12px #4a90e24d}.btn-add-device:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #4a90e266}.btn-add-device:active:not(:disabled){transform:translateY(0)}.btn-add-device:disabled{opacity:.7;cursor:not-allowed}@media (max-width: 768px){.add-device-header{padding:14px 16px}.logo{width:36px;height:36px;font-size:16px}.add-device-container{padding:30px 16px}.add-device-title{font-size:28px}.add-device-subtitle{font-size:15px}.input-field{padding:13px 14px;font-size:15px}.btn-add-device{padding:13px 20px;font-size:15px}}@media (max-width: 480px){.add-device-header{padding:12px 14px}.logo{width:32px;height:32px;font-size:14px}.header-left{gap:12px}.add-device-container{padding:24px 14px}.add-device-content{max-width:100%}.add-device-title{font-size:24px;margin-bottom:10px}.add-device-subtitle{font-size:14px;margin-bottom:24px}.add-device-form{gap:20px}.input-field{padding:12px;font-size:14px}.btn-add-device{padding:12px 18px;font-size:14px}}@media (max-width: 360px){.add-device-header{padding:10px 12px}.logo{width:30px;height:30px;font-size:13px}.add-device-title{font-size:22px}.add-device-subtitle{font-size:13px}.input-field{padding:11px;font-size:13px}.btn-add-device{padding:11px 16px;font-size:13px}}@media (min-width: 768px) and (max-width: 834px){.add-device-header{padding:16px 24px}.add-device-container{padding:40px 32px}.add-device-content{max-width:560px}.add-device-title{font-size:30px}.add-device-subtitle{font-size:15px;margin-bottom:28px}.input-field{padding:14px 16px;font-size:15px}.btn-add-device{padding:14px 24px;font-size:15px}}@media (min-width: 835px) and (max-width: 1024px){.add-device-header{padding:16px 32px}.add-device-container{padding:40px 48px}.add-device-content{max-width:640px}.add-device-title{font-size:32px}.add-device-subtitle{font-size:16px;margin-bottom:32px}.input-field{padding:14px 16px;font-size:16px}.btn-add-device{padding:14px 24px;font-size:16px}}@media (min-width: 1025px){.add-device-header{padding:16px 40px}.add-device-container{padding:48px 64px}.add-device-content{max-width:680px}.add-device-title{font-size:34px;margin-bottom:14px}.add-device-subtitle{font-size:17px;margin-bottom:36px}.input-field{padding:15px 18px;font-size:16px}.btn-add-device{padding:15px 28px;font-size:17px}}.homepage{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column}.homepage-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#fff;box-shadow:#32326926 0 2px 5px,#0000000d 0 1px 1px;position:sticky;top:0;z-index:100}.header-logo{display:flex;align-items:center}.logo-icon{height:40px;width:auto;max-width:220px;object-fit:contain}.menu-toggle{width:44px;height:44px;border:none;background:transparent;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.menu-toggle:hover{background:#f3f4f6}.homepage-content{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 24px}.empty-state{max-width:600px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;gap:40px}.empty-state-text{margin-bottom:20px}.empty-state-title{font-size:32px;font-weight:600;color:#2c2c2c;margin-bottom:12px;letter-spacing:-.01em}.empty-state-description{font-size:18px;color:#6b7280;margin:0;font-weight:400}.empty-state-illustration{width:100%;max-width:500px;margin:20px 0}.empty-state-illustration svg{width:100%;height:auto}.btn-add-device{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 32px;background:#4a90e2;color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4a90e24d;font-family:inherit;min-width:280px}.btn-add-device:hover{background:#357abd;transform:translateY(-2px);box-shadow:0 6px 16px #4a90e266}.btn-add-device:active{transform:translateY(0)}.btn-add-device svg{flex-shrink:0}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:99;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.side-menu{position:fixed;top:0;right:0;bottom:0;width:320px;max-width:85vw;background:#fff;z-index:300;box-shadow:-4px 0 16px #0000001a;animation:slideIn .3s ease;display:flex;flex-direction:column}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.side-menu-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f3f4f6}.side-menu-header h2{font-size:24px;font-weight:600;color:#2c2c2c;margin:0}.close-menu{width:40px;height:40px;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.close-menu:hover{background:#f3f4f6;color:#2c2c2c}.menu-items{list-style:none;padding:16px 0;margin:0;flex:1}.menu-items li{margin:0}.menu-items a{display:block;padding:16px 24px;color:#2c2c2c;text-decoration:none;font-size:16px;font-weight:500;transition:background .2s}.menu-items a:hover{background:#f3f4f6;color:#4a90e2}@media (max-width: 768px){.homepage-header{padding:16px 20px}.logo-icon{height:34px;max-width:180px}.menu-toggle{width:40px;height:40px}.homepage-content{padding:32px 20px}.empty-state{gap:32px}.empty-state-title{font-size:28px}.empty-state-description{font-size:16px}.btn-add-device{padding:14px 28px;font-size:16px;min-width:240px}.side-menu{width:280px}}@media (max-width: 480px){.homepage-header{padding:14px 16px}.logo-icon{height:28px;max-width:150px}.homepage-content{padding:24px 16px}.empty-state{gap:24px}.empty-state-title{font-size:24px}.empty-state-description{font-size:15px}.empty-state-illustration{max-width:100%}.btn-add-device{padding:14px 24px;font-size:15px;min-width:100%;width:100%}}@media (max-width: 360px){.empty-state-title{font-size:22px}.empty-state-description{font-size:14px}.btn-add-device{font-size:14px;padding:12px 20px}}.preview-screen-wrapper{width:100%;min-height:100vh;background:#fff;display:flex;flex-direction:column;overflow-x:hidden}.preview-screen-inner{display:flex;flex-direction:column;gap:20px;padding:16px 24px 40px;flex:1}.preview-header-section{display:flex;flex-direction:column;gap:4px}.preview-title{font-family:Geist,sans-serif;font-size:18px;font-weight:500;color:#111827;margin:0;line-height:1.3}.preview-subtitle{font-family:Geist,sans-serif;font-size:14px;font-weight:400;color:#4b5563;margin:0;line-height:1.3}.preview-device-container{position:relative;width:100%;max-width:345px;margin:0 auto;border-radius:20px;overflow:hidden;background:#1a1a1a;aspect-ratio:270 / 182;display:flex;align-items:center;justify-content:center}.preview-device-wrapper{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;top:0;left:0}.preview-device-img{width:100%;height:100%;object-fit:contain;display:block;border-radius:20px}.preview-device-clock{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:flex;align-items:center;justify-content:center;z-index:5}.clock-icon{width:100%;height:100%;object-fit:contain;display:block}.preview-device-overlay{position:absolute;bottom:0;left:100px;right:0;height:14px;background:linear-gradient(90deg,#313131,#383838);border-radius:0;z-index:3}.preview-settings-card{width:100%;background:#fff;border:.5px solid #eaf2ff;border-radius:12px;box-shadow:0 1px 4px #00000026;padding:12px;display:flex;flex-direction:column;gap:12px}.preview-settings-title{font-family:Geist,sans-serif;font-size:15px;font-weight:500;color:#2d2a26;margin:0;line-height:1.3}.preview-settings-list{display:flex;flex-direction:column;gap:16px}.preview-settings-row{display:flex;justify-content:space-between;align-items:center;width:100%}.preview-settings-label{font-family:Geist,sans-serif;font-size:14px;font-weight:400;color:#4b5563;line-height:1.3}.preview-settings-value{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:#111827;line-height:1.3;text-transform:capitalize}.preview-actions{display:flex;gap:12px;width:100%;margin-top:4px}.btn-back-editing{flex:1;height:48px;background:transparent;color:#e73b0f;border:1px solid #E73B0F;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.btn-back-editing:hover{background:#e73b0f0f}.btn-finish{flex:1;height:48px;background:#e73b0f;color:#fff;border:none;border-radius:8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease;white-space:nowrap}.btn-finish:hover{background:#c4320d}@media (min-width: 481px) and (max-width: 1023px){.preview-screen-inner{padding:20px 32px 48px;max-width:600px;margin:0 auto;width:100%}.preview-title{font-size:20px}.preview-subtitle{font-size:15px}.preview-device-container{max-width:400px}.btn-back-editing,.btn-finish{font-size:15px}}@media (min-width: 1024px){.preview-screen-wrapper{flex-direction:row;height:100vh;overflow:hidden;min-height:unset}.preview-screen-wrapper .homepage-header{display:none}.preview-screen-inner{flex:1;min-height:0;overflow-y:auto;padding:32px 48px 64px;max-width:760px;margin:0 auto;width:100%}.preview-title{font-size:24px;font-weight:600}.preview-subtitle{font-size:16px}.preview-device-container{max-width:480px;margin:0 auto}.preview-settings-card{padding:20px}.preview-settings-title{font-size:17px}.preview-settings-label,.preview-settings-value{font-size:15px}.preview-actions{width:100%;max-width:100%;margin:0}.btn-back-editing,.btn-finish{font-size:15px;height:52px}}.modal-overlay-preview{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content-preview{background:#fff;border-radius:16px;padding:40px 24px;text-align:center;max-width:400px;width:100%;box-shadow:0 20px 25px #00000026;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-icon-circle{width:80px;height:80px;background:#e0eaff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.modal-icon-circle svg{width:40px;height:40px;stroke:#e73b0f;color:#e73b0f}.modal-title-preview{font-size:24px;font-weight:700;color:#e73b0f;margin:0 0 12px;font-family:Geist,sans-serif}.modal-message-preview{font-size:14px;color:#6b7280;margin:0;line-height:1.6;font-family:Geist,sans-serif}.device-added-inner{display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;min-height:calc(100vh - 92px);padding:24px 20px 40px}.device-added-icon-wrap{margin-bottom:12px}.device-added-icon-bg{width:62px;height:62px;border-radius:50%;background:#e3ebf9;display:flex;align-items:center;justify-content:center}.device-added-icon-circle{width:34px;height:34px;border-radius:50%;background:transparent;border:3px solid #2f80ed;color:#2f80ed;display:flex;align-items:center;justify-content:center;animation:device-added-pop .35s ease-out both}@keyframes device-added-pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.device-added-title{font-size:22px;font-weight:600;color:#2878f0;margin:0 0 10px;line-height:1.2;letter-spacing:-.01em}.device-added-subtitle{font-size:14px;color:#545b69;line-height:1.35;margin:0 0 20px;max-width:345px;font-weight:400}.device-added-name{color:#111827;font-weight:600}.device-added-actions{width:100%;max-width:345px;display:flex;flex-direction:column;gap:12px;margin:0 auto}.device-added-btn{width:100%;height:48px;font-size:15px;font-weight:600;border-radius:8px}@media (max-width: 400px){.device-added-inner{min-height:calc(100vh - 84px)}.device-added-title{font-size:21px}.device-added-subtitle{font-size:14px}.device-added-btn{font-size:15px;height:48px}}@media (min-width: 481px) and (max-width: 1023px){.device-added-actions{max-width:520px}.device-added-title{font-size:24px}.device-added-subtitle{max-width:520px;font-size:16px}.device-added-btn{font-size:16px;height:52px}}@media (min-width: 1024px){.device-added-inner{min-height:calc(100vh - 96px);padding-top:48px;padding-bottom:48px;align-items:center}.device-added-actions{max-width:440px;margin:0 auto}.device-added-title{font-size:26px}.device-added-subtitle{max-width:400px;font-size:16px}.device-added-btn{font-size:16px}}.profile-screen{background:var(--gray-50, #f9fafb);padding-bottom:40px}@media (min-width: 1025px){.profile-screen{padding-bottom:20px}}.profile-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10}.profile-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827)}.profile-content{max-width:680px;margin:0 auto;padding:24px}.profile-section{margin-bottom:32px}.profile-avatar{display:flex;justify-content:center;margin-bottom:24px}.avatar-circle{width:96px;height:96px;border-radius:50%;background:var(--blue-bg, #eff6ff);border:3px solid var(--blue-light, #bfdbfe);display:flex;align-items:center;justify-content:center;color:var(--blue, #3b82f6)}.avatar-circle svg{width:48px;height:48px}.field-hint{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:13px;color:var(--gray-500, #6b7280)}.field-hint svg{width:16px;height:16px;flex-shrink:0}.action-btn{width:100%;display:flex;align-items:center;gap:12px;padding:16px 0;background:none;border:none;border-bottom:1px solid var(--gray-100, #f3f4f6);font-size:15px;font-weight:500;color:var(--gray-700, #374151);cursor:pointer;font-family:inherit;transition:color .22s}.action-btn:last-child{border-bottom:none}.action-btn:hover{color:var(--blue, #3b82f6)}.action-btn>svg:first-child{width:20px;height:20px;color:var(--gray-400, #9ca3af)}.action-btn span{flex:1;text-align:left}.chevron-right{width:16px;height:16px;color:var(--gray-400, #9ca3af)}.btn-profile{width:100%;max-width:52%!important}.btn-outline{background:#fff;color:var(--blue, #3b82f6);border:1.5px solid var(--blue, #3b82f6)}.btn-outline:hover{background:var(--blue-bg, #eff6ff)}.btn-ghost{background:none;color:var(--gray-600, #4b5563);border:1.5px solid var(--gray-200, #e5e7eb)}.btn-ghost:hover{background:var(--gray-100, #f3f4f6)}@media (min-width: 768px) and (max-width: 834px){.profile-content{max-width:580px;padding:28px 32px}.avatar-circle{width:108px;height:108px}.avatar-circle svg{width:54px;height:54px}}@media (min-width: 835px) and (max-width: 1024px){.profile-content{max-width:640px;padding:36px 40px}.avatar-circle{width:112px;height:112px}.avatar-circle svg{width:56px;height:56px}}@media (min-width: 1025px){.profile-content{max-width:720px;padding:40px 48px}.avatar-circle{width:120px;height:120px}.avatar-circle svg{width:60px;height:60px}}@media (max-width: 480px){.profile-header{padding:16px;gap:12px}.profile-content{padding:16px}.avatar-circle{width:80px;height:80px}.avatar-circle svg{width:40px;height:40px}.action-btn{font-size:14px;padding:14px 0}}@media (min-width: 481px) and (max-width: 1023px){.profile-content{max-width:560px;padding:28px 32px}}.help-screen{background:var(--gray-50, #f9fafb);padding-bottom:40px}.help-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10}.help-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827)}.help-content{max-width:680px;margin:0 auto;padding:24px}.help-section{margin-bottom:32px}.help-link{width:100%;display:flex;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid var(--gray-100, #f3f4f6);font-size:15px;font-weight:500;color:var(--gray-700, #374151);text-decoration:none;transition:color .22s}.help-link:last-child{border-bottom:none}.help-link:hover{color:var(--blue, #3b82f6)}.help-link>svg:first-child{width:20px;height:20px;color:var(--gray-400, #9ca3af)}.help-link span{flex:1}.faq-list{display:flex;flex-direction:column;gap:10px}.faq-item{border:1.5px solid var(--gray-200, #e5e7eb);border-radius:8px;overflow:hidden;background:#fff}.faq-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 18px;background:#fff;border:none;cursor:pointer;font-size:14px;font-weight:500;color:var(--gray-800, #1f2937);font-family:inherit;text-align:left;gap:12px;transition:background .22s;box-sizing:border-box}.faq-question{flex:1;min-width:0;word-wrap:break-word}.faq-btn:hover{background:var(--gray-50, #f9fafb)}.faq-chevron{flex-shrink:0;margin-left:auto;color:var(--gray-400, #9ca3af);transition:transform .22s;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.faq-chevron svg{width:16px;height:16px;display:block}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1),padding .3s;padding:0 18px;font-size:14px;color:var(--gray-500, #6b7280);line-height:1.7}.faq-item.open .faq-answer{max-height:300px;padding:0 18px 16px}.contact-card{background:linear-gradient(135deg,var(--blue-bg, #eff6ff) 0%,var(--blue-light, #bfdbfe) 100%);border-radius:12px;padding:32px 24px;text-align:center}.contact-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827);margin-bottom:8px}.contact-text{font-size:14px;color:var(--gray-600, #4b5563);line-height:1.6;margin-bottom:20px}@media (min-width: 768px) and (max-width: 834px){.help-content{max-width:580px;padding:28px 32px}}@media (min-width: 835px) and (max-width: 1024px){.help-content{max-width:640px;padding:32px 40px}}@media (min-width: 1025px){.help-content{max-width:720px;padding:40px 48px}.faq-btn{padding:18px 20px;gap:16px}.faq-question{flex:1;min-width:0}.faq-chevron{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.faq-chevron svg{width:18px;height:18px}}@media (max-width: 480px){.help-header{padding:16px;gap:12px}.help-content{padding:16px}.faq-btn{padding:14px;font-size:13px}.contact-card{padding:24px 16px}}@media (min-width: 481px) and (max-width: 1023px){.help-content{max-width:560px;padding:28px 32px}}@media (min-width: 769px){.faq-btn{width:100%!important;max-width:100%!important}}.warranty-screen{background:var(--gray-50, #f9fafb);padding-bottom:40px}.warranty-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10}.warranty-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827)}.warranty-content{max-width:680px;margin:0 auto;padding:24px}.warranty-device-selector{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--gray-200, #e5e7eb)}.warranty-device-label{display:block;font-size:13px;font-weight:500;color:var(--gray-700, #374151);margin-bottom:8px}.warranty-device-select-wrapper{position:relative;display:flex;align-items:center}.warranty-device-select{width:100%;padding:10px 36px 10px 12px;border:1px solid var(--gray-300, #d1d5db);border-radius:6px;font-size:14px;background:#fff;color:var(--gray-900, #111827);cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;transition:border-color .22s ease,box-shadow .22s ease}.warranty-device-select:hover{border-color:var(--gray-400, #9ca3af)}.warranty-device-select:focus{outline:none;border-color:var(--blue, #3b82f6);box-shadow:0 0 0 3px #3b82f61a}.warranty-device-select-arrow{position:absolute;right:10px;width:18px;height:18px;color:var(--gray-600, #4b5563);pointer-events:none;flex-shrink:0}@media (min-width: 768px) and (max-width: 834px){.warranty-content{max-width:640px;padding:28px 32px}}@media (min-width: 835px) and (max-width: 1024px){.warranty-content{max-width:720px;padding:36px 40px}}@media (min-width: 1025px){.warranty-content{max-width:720px;padding:40px 48px}}.support-screen{background:var(--gray-50, #f9fafb);padding-bottom:40px}.support-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10}.support-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827)}.support-content{max-width:680px;margin:0 auto;padding:24px}@media (min-width: 768px) and (max-width: 834px){.support-content{max-width:640px;padding:28px 32px}}@media (min-width: 835px) and (max-width: 1024px){.support-content{max-width:720px;padding:36px 40px}}@media (min-width: 1025px){.support-content{max-width:720px;padding:40px 48px}}.terms-screen{background:var(--gray-50, #f9fafb);padding-bottom:40px}.terms-header{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);position:sticky;top:0;z-index:10}.terms-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827)}.terms-content{max-width:680px;margin:0 auto;padding:24px}@media (min-width: 768px) and (max-width: 834px){.terms-content{max-width:640px;padding:28px 32px}}@media (min-width: 835px) and (max-width: 1024px){.terms-content{max-width:720px;padding:36px 40px}}@media (min-width: 1025px){.terms-content{max-width:720px;padding:40px 48px}}@media (min-width: 768px) and (max-width: 1023px){.screen.terms-page{max-width:680px}}._app-root_4oitb_4{display:none;height:100vh;overflow:hidden}._app-root_4oitb_4._active_4oitb_11{display:flex}._main_4oitb_16{flex:1;display:flex;flex-direction:column;overflow:hidden;min-width:0;min-height:0}._topbar_4oitb_25{display:none;align-items:center;justify-content:space-between;padding:0 20px;height:64px;background:#fff;border-bottom:1px solid var(--gray-200, #e5e7eb);flex-shrink:0;z-index:90}._topbar-logo_4oitb_37{display:flex;align-items:center;gap:10px}._logo-badge_4oitb_43{height:32px;width:auto;max-width:170px;object-fit:contain;flex-shrink:0}._logo-text_4oitb_51{font-weight:700;font-size:17px}._menu-toggle_4oitb_56{background:none;border:none;cursor:pointer;padding:8px;color:#000;border-radius:8px}._menu-toggle_4oitb_56:hover{background:var(--gray-100, #f3f4f6)}._menu-toggle_4oitb_56 svg{width:22px;height:22px;display:block}._page-wrapper_4oitb_75{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:36px 40px}._overlay_4oitb_83{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:99;opacity:0;transition:opacity .22s}._overlay_4oitb_83._visible_4oitb_93{display:block}._overlay_4oitb_83._open_4oitb_97{opacity:1}.screen{display:none;max-width:680px}.screen._active_4oitb_11,.screen.active{display:block}._page-wrapper_4oitb_75 .screen{min-height:0}._page-title_4oitb_133{font-size:26px;font-weight:700;margin-bottom:4px}._page-sub_4oitb_139{font-size:15px;color:var(--gray-500, #6b7280);margin-bottom:28px}._empty-state_4oitb_146{display:flex;flex-direction:column;align-items:center;padding:40px 20px;text-align:center}._splash4-wrap_4oitb_154{width:100%;max-width:480px;margin:0 auto 28px}._splash4-wrap_4oitb_154 img{width:100%;height:auto;display:block;border-radius:16px}._empty-title_4oitb_167{font-size:20px;font-weight:700;margin-bottom:6px}._empty-sub_4oitb_173{font-size:14px;color:var(--gray-400, #9ca3af);margin-bottom:28px}.screen._active_4oitb_11>.btn.btn-primary,._empty-state_4oitb_146>.btn.btn-primary{width:min(345px,100%);align-self:center;margin-left:auto;margin-right:auto}._device-grid_4oitb_191{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:24px}._device-card_4oitb_198{width:100%;max-width:345px;height:auto;min-height:263px;opacity:1;border-radius:12px;border:.5px solid var(--gray-200, #e5e7eb);padding:12px;gap:12px;background:#fff;box-shadow:#63636333 0 2px 8px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;box-sizing:border-box;transition:box-shadow .22s,transform .22s}._device-card_4oitb_198:hover{box-shadow:0 12px 40px #0000001f;transform:translateY(-2px)}._device-card-hero_4oitb_225{width:100%;aspect-ratio:466 / 280;border-radius:12px;opacity:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0}._device-card-hero_4oitb_225 img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:12px}._device-card-eink_4oitb_247{width:155px;height:96px;background:#e8e6df;border-radius:6px;padding:8px 10px;font-size:9px;line-height:1.5;color:#333;display:flex;flex-direction:column;justify-content:space-between}._device-card-eink_4oitb_247 ._attr_4oitb_261{font-size:8px;color:#666;text-align:right}._device-card-body_4oitb_267{padding:0;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}._device-name_4oitb_275{font-weight:500;font-size:16px;justify-content:flex-start}._device-text_4oitb_282{align-items:flex-start!important}._device-serial_4oitb_287{font-size:13px;color:var(--gray-400, #9ca3af)}._status-badge_4oitb_293{display:flex;align-items:center;gap:5px;padding:4px 10px;border-radius:20px;font-size:14px;font-weight:400}._badge-online_4oitb_303{background:#dcfce7;color:#000}._badge-dot_4oitb_308{width:6px;height:6px;border-radius:50%;background:var(--green, #22c55e)}._badge-notset_4oitb_315{background:var(--gray-100, #f3f4f6);color:var(--gray-500, #6b7280);padding:4px 10px;border-radius:20px;font-size:12px;font-weight:500}._sidebar_4oitb_330{width:260px;background:#fff;border-right:1px solid var(--gray-200, #e5e7eb);display:flex;flex-direction:column;flex-shrink:0;transition:transform .22s cubic-bezier(.4,0,.2,1);z-index:100}._sidebar-logo_4oitb_341{display:flex;align-items:center;gap:12px;padding:22px 20px 18px;border-bottom:1px solid var(--gray-100, #f3f4f6)}._sidebar-close_4oitb_349{display:none;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto;color:var(--gray-500, #6b7280);border-radius:6px;transition:background .2s,color .2s;flex-shrink:0}._sidebar-close_4oitb_349:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-900, #111827)}._sidebar-close_4oitb_349 svg{width:20px;height:20px;display:block}@media (max-width: 1023px){._sidebar-close_4oitb_349{display:flex;align-items:center;justify-content:center}}._sidebar-nav_4oitb_383{flex:1;padding:12px 10px;overflow-y:auto}._nav-item_4oitb_389{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;color:var(--gray-600, #4b5563);border:none;background:none;width:100%;text-align:left;white-space:nowrap;transition:background .22s,color .22s;font-family:inherit}._nav-item_4oitb_389:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-900, #111827)}._nav-item_4oitb_389._active_4oitb_11{background:var(--blue-bg, #eff6ff);color:var(--blue, #3b82f6)}._nav-item_4oitb_389 svg{width:18px;height:18px;flex-shrink:0}._nav-divider_4oitb_426{height:1px;background:var(--gray-200, #e5e7eb);margin:8px 10px}._sidebar-footer_4oitb_432{padding:10px 10px 24px}._logout-btn_4oitb_436{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:var(--gray-500, #6b7280);border:none;background:none;width:100%;font-family:inherit;transition:background .22s}._logout-btn_4oitb_436:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-700, #374151)}._logout-btn_4oitb_436 svg{width:18px;height:18px}@media (max-width: 767px){._sidebar_4oitb_330{position:fixed;top:0;right:0;left:auto;bottom:0;transform:translate(100%);box-shadow:-2px 0 8px #0000001a;z-index:100}._sidebar_4oitb_330._open_4oitb_97{transform:translate(0)}._topbar_4oitb_25{display:flex}._page-wrapper_4oitb_75{padding:24px 20px}._device-grid_4oitb_191{grid-template-columns:1fr;justify-items:center}}@media (min-width: 600px) and (max-width: 767px){._device-grid_4oitb_191{grid-template-columns:repeat(2,1fr);justify-items:start;gap:16px}._device-card_4oitb_198{max-width:none;width:100%}.screen{max-width:100%}._page-wrapper_4oitb_75{padding:24px}}@media (min-width: 768px) and (max-width: 1023px){._sidebar_4oitb_330{position:fixed;top:0;right:0;left:auto;bottom:0;transform:translate(100%);box-shadow:-4px 0 40px #0000001f;z-index:100}._sidebar_4oitb_330._open_4oitb_97{transform:translate(0)}._topbar_4oitb_25{display:flex}._page-wrapper_4oitb_75{padding:28px 32px}._device-grid_4oitb_191{grid-template-columns:repeat(auto-fit,minmax(300px,345px));justify-content:center;justify-items:center}._device-card_4oitb_198{width:100%;max-width:345px}.screen{max-width:506px;margin:0 auto}._page-wrapper_4oitb_75{display:flex;flex-direction:column;align-items:center}}@media (min-width: 768px){._splash4-wrap_4oitb_154{max-width:520px}}@media (min-width: 1024px){._sidebar_4oitb_330{position:relative!important;transform:translate(0)!important;box-shadow:none!important}._topbar_4oitb_25{display:none}._splash4-wrap_4oitb_154{max-width:560px}._device-grid_4oitb_191{grid-template-columns:repeat(2,1fr)}._page-wrapper_4oitb_75{padding:32px 36px}.screen{max-width:100%}}@media (min-width: 1024px) and (max-width: 1199px){._page-wrapper_4oitb_75{padding:32px 36px}._device-grid_4oitb_191{grid-template-columns:repeat(2,1fr);gap:20px}._device-card_4oitb_198{max-width:none;width:100%}.screen{max-width:680px}._page-title_4oitb_133{font-size:26px}}@media (min-width: 1200px){._sidebar_4oitb_330{width:280px;height:auto}._page-wrapper_4oitb_75{padding:40px 48px}._device-grid_4oitb_191{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:24px}._device-card_4oitb_198{max-width:none;width:100%}.screen{max-width:720px}._page-title_4oitb_133{font-size:28px}}.splash-screen{width:100%;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:#fff;overflow-x:hidden}.splash-container{width:100%;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh}.splash-text-section{display:flex;flex-direction:column;align-items:flex-start;flex:1;padding:5.5rem 1.5rem 0}.splash-content{text-align:left;width:100%;max-width:560px;display:flex;flex-direction:column;align-items:flex-start}.splash-title{font-size:36px;font-weight:500;color:#111827;margin-bottom:10px;line-height:1.3;letter-spacing:-.02em;word-wrap:break-word;overflow-wrap:break-word;text-align:left;width:100%}.title-highlight{color:#628093;font-weight:500}.splash-description{font-size:20px;color:#5f6368;text-align:left;line-height:1.5;margin:0;font-weight:400;word-wrap:break-word;overflow-wrap:break-word}.splash-navigation{display:flex;align-items:center;justify-content:flex-end;width:100%;padding:32px 24px 36px;background:#fff;flex-shrink:0}.splash-navigation .btn-forward{width:48px;height:48px;min-width:48px;min-height:48px;border-radius:50%;background:#e73b0f;color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .22s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #e73b0f66;flex-shrink:0;padding:0}.splash-navigation .btn-forward:hover{background:#c4320d;transform:scale(1.05);box-shadow:0 6px 16px #e73b0f66}.splash-navigation .btn-forward:active{transform:scale(.98)}.splash-navigation .btn-forward svg{width:50%;height:50%;stroke-width:2}@media (max-width: 380px){.splash-text-section{padding:4.5rem 1.25rem 0}.splash-title{font-size:30px}.splash-description{font-size:16px}.splash-navigation{padding:1.5rem 1rem 1.75rem}.splash-navigation .btn-forward{width:44px;height:44px;min-width:44px;min-height:44px}}@media (min-width: 381px) and (max-width: 480px){.splash-text-section{padding:5rem 1.5rem 0}.splash-title{font-size:36px}.splash-description{font-size:20px}.splash-navigation{padding:1.5rem 1rem 1.75rem}.splash-navigation .btn-forward{width:44px;height:44px;min-width:44px;min-height:44px}}@media (min-width: 481px) and (max-width: 599px){.splash-text-section{padding:6rem 2rem 0}.splash-title{font-size:38px}.splash-description{font-size:20px}.splash-navigation{padding:20px 32px 32px}}@media (min-width: 600px) and (max-width: 767px){.splash-text-section{padding:7rem 14% 0;margin-left:5.5rem}.splash-title{font-size:40px}.splash-description{font-size:24px;max-width:507px}.splash-navigation{padding:24px 16% 36px}.splash-navigation .btn-forward{width:50px;height:50px;min-width:50px;min-height:50px}}@media (min-width: 768px) and (max-width: 768px){.splash-text-section{padding:7rem 14% 0;margin-left:5.5rem}.splash-title{font-size:40px}.splash-description{font-size:24px;max-width:507px}.splash-navigation{padding:24px 16% 36px}.splash-navigation .btn-forward{width:50px;height:50px;min-width:50px;min-height:50px}}@media (min-width: 769px) and (max-width: 1099px){.splash-text-section{padding:7rem 14% 0}.splash-title{font-size:44px}.splash-description{font-size:25px;max-width:560px}.splash-navigation{padding:24px 14% 36px}.splash-navigation .btn-forward{width:52px;height:52px;min-width:52px;min-height:52px}}@media (min-width: 1100px){.splash-screen,.splash-container{height:100vh!important;overflow:hidden!important}.splash-text-section{justify-content:center!important;align-items:flex-start!important;padding:0 64px!important;flex:1!important}.splash-content{max-width:640px!important}.splash-title{font-size:52px}.splash-description{font-size:24px}.splash-navigation{padding:24px 64px 36px!important}.splash-navigation .btn-forward{width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important}}@media (min-width: 1920px){.splash-content{max-width:760px}.splash-title{font-size:60px}.splash-description{font-size:28px}.splash-navigation{padding:32px 80px 48px}.splash-navigation .btn-forward{width:56px;height:56px;min-width:56px;min-height:56px}}.navbar{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:var(--shadow)}.navbar-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center}.logo{font-size:var(--font-size-xl);font-weight:700;letter-spacing:.5px}.navbar-menu{display:flex;gap:2rem;align-items:center}.navbar-link{background:none;border:none;color:var(--text-primary);font-size:var(--font-size-base);cursor:pointer;transition:color .3s ease;padding:0}.navbar-link:hover{color:var(--primary-color)}.navbar-link.logout{color:#e74c3c}.navbar-link.logout:hover{color:#c0392b}@media (max-width: 768px){.navbar-menu{gap:1rem}.navbar-link{font-size:var(--font-size-sm)}}.sidebar{width:260px;background:#fff;border-right:1px solid var(--gray-200, #e5e7eb);display:flex;flex-direction:column;flex-shrink:0;transition:transform .22s cubic-bezier(.4,0,.2,1);z-index:100}.sidebar-logo{display:flex;align-items:center;gap:12px;padding:22px 20px 18px;border-bottom:1px solid var(--gray-100, #f3f4f6)}.sidebar-close{display:none;background:none;border:none;cursor:pointer;padding:6px;margin-left:auto;color:var(--gray-500, #6b7280);border-radius:6px;transition:background .2s,color .2s;flex-shrink:0}.sidebar-close:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-900, #111827)}.sidebar-close svg{width:20px;height:20px;display:block}@media (max-width: 1023px){.sidebar-close{display:flex;align-items:center;justify-content:center}}.logo-badge{height:32px;width:auto;max-width:170px;object-fit:contain;flex-shrink:0}.logo-text{font-weight:700;font-size:17px}.sidebar-nav{flex:1;padding:12px 10px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:500;color:var(--gray-600, #4b5563);border:none;background:none;width:100%;text-align:left;white-space:nowrap;transition:background .22s,color .22s;font-family:inherit}.nav-item:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-900, #111827);max-width:100%}.nav-item.active{background:var(--blue-bg, #eff6ff);max-width:100%;color:var(--blue, #3b82f6)}.nav-item svg{width:18px;height:18px;flex-shrink:0}.nav-divider{height:1px;background:var(--gray-200, #e5e7eb);margin:8px 10px}.sidebar-footer{padding:10px 10px 24px}.logout-btn{display:flex;align-items:center;gap:12px;padding:11px 13px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:var(--gray-500, #6b7280);border:none;background:none;width:100%;font-family:inherit;transition:background .22s}.logout-btn:hover{background:var(--gray-100, #f3f4f6);color:var(--gray-700, #374151)}.logout-btn svg{width:18px;height:18px}@media (max-width: 1023px){.sidebar{position:fixed;right:0;left:auto;top:0;height:100vh;height:100dvh;transform:translate(100%);box-shadow:-4px 0 20px #0000001f;z-index:100}.sidebar.open{transform:translate(0)}}@media (min-width: 1024px){.sidebar{position:relative;height:100%;transform:none;box-shadow:none;overflow-y:auto}}.configure-screen-wrapper .sidebar{position:fixed!important;right:0;left:auto;top:0;height:100vh;height:100dvh;transform:translate(100%);border-left:1px solid var(--gray-200, #e5e7eb);border-right:none;box-shadow:-4px 0 20px #0000001f;z-index:100;transition:transform .22s cubic-bezier(.4,0,.2,1)}.configure-screen-wrapper .sidebar.open{transform:translate(0)}@media (min-width: 1024px){.configure-screen-wrapper .sidebar{position:relative!important;left:0;right:auto;height:100%;transform:none!important;box-shadow:none;border-right:1px solid var(--gray-200, #e5e7eb);border-left:none}}.preview-screen-wrapper .sidebar{position:fixed!important;right:0;left:auto;top:0;height:100vh;height:100dvh;transform:translate(100%);border-left:1px solid var(--gray-200, #e5e7eb);border-right:none;box-shadow:-4px 0 20px #0000001f;z-index:100;transition:transform .22s cubic-bezier(.4,0,.2,1)}.preview-screen-wrapper .sidebar.open{transform:translate(0)}@media (min-width: 1024px){.preview-screen-wrapper .sidebar{position:relative!important;left:0;right:auto;height:100%;transform:none!important;box-shadow:none;border-right:1px solid var(--gray-200, #e5e7eb);border-left:none}}@media (min-width: 1440px){.sidebar{width:300px}}@media (min-width: 1920px){.sidebar{width:320px}}.loader-inline{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:24px;width:100%;box-sizing:border-box}.loader-fullscreen{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#fffffff2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9999}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.loader-message{font-size:16px;font-weight:500;color:#2c2c2c;margin:0;text-align:center}@media (max-width: 768px){.loader-fullscreen{background:#fffffffa}.loader-message{font-size:14px}}.app{width:100%;height:100vh;background-color:var(--bg-primary);overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}body{font-family:Geist,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;margin:0;padding:0}#root{width:100%;height:100%;display:flex;flex-direction:column}@media (max-width: 480px){html,body{font-size:14px}}@media (min-width: 481px) and (max-width: 768px){html,body{font-size:15px}}@media (min-width: 769px){html,body{font-size:16px}}:root{--primary-color: #e73b0f;--secondary-color: #7b68ee;--accent-color: #50c878;--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--text-primary: #1e1e1e;--text-secondary: #7f8c8d;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .15);--font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 2.5rem;--spacing-3xl: 3rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--transition-fast: .15s ease;--transition-base: .3s ease;--transition-slow: .5s ease}[data-theme=dark]{--primary-color: #5a9ff5;--bg-primary: #1a1a1a;--bg-secondary: #2d2d2d;--text-primary: #f5f5f5;--text-secondary: #a0a0a0;--border-color: #404040}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #e73b0f;--secondary-color: #7b68ee;--accent-color: #50c878;--bg-primary: #ffffff;--bg-secondary: #cfcfcf;--text-primary: #1e1e1e;--text-secondary: #7f8c8d;--border-color: #e0e0e0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 16px rgba(0, 0, 0, .15);--font-family: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--blue: #e73b0f;--blue-hover: #c4320d;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827}html,body{height:100%;width:100%;overflow:hidden}#root{height:100%;width:100%}body{font-family:var(--font-family);font-size:var(--font-size-base);color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:600;color:var(--text-primary)}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}p{color:var(--text-secondary);margin-bottom:1rem}button{cursor:pointer;border:none;border-radius:8px;font-family:var(--font-family);font-size:var(--font-size-base);transition:all .3s ease}.btn-primary{background-color:var(--primary-color);color:#fff;padding:.75rem 1.5rem}.btn-primary:hover{background-color:#c4320d;box-shadow:var(--shadow)}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-primary);padding:.75rem 1.5rem;border:1px solid var(--border-color)}.btn-secondary:hover{background-color:#f0f0f0}a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}a:hover{color:#c4320d}input,textarea,select{font-family:var(--font-family);padding:.75rem;border:1px solid var(--border-color);border-radius:8px;font-size:var(--font-size-base);transition:border-color .3s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a}.card{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){h1{font-size:var(--font-size-2xl)}h2{font-size:var(--font-size-xl)}}.text-center{text-align:center}.text-muted{color:var(--text-secondary)}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:all .2s;border:none;font-family:var(--font-family)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--blue, #e73b0f);color:#fff;padding:14px 24px}.btn-primary:hover:not(:disabled){background:var(--blue-hover, #c4320d);transform:translateY(-1px)}.btn-back{background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-700, #374151);transition:color .2s}.btn-back:hover{color:var(--gray-900, #111827)}.btn-back svg{width:20px;height:20px}.card{background:#fff;border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden}.card-body{padding:24px}.prose{line-height:1.75;color:var(--gray-700, #374151)}.prose h2{font-size:18px;font-weight:700;color:var(--gray-900, #111827);margin-top:24px;margin-bottom:12px}.prose h2:first-child{margin-top:0}.prose p{margin-bottom:16px;font-size:14px;line-height:1.7}.prose hr{border:none;border-top:1px solid var(--gray-200, #e5e7eb);margin:24px 0}.prose a{color:var(--blue, #3b82f6);text-decoration:none}.prose a:hover{text-decoration:underline}.section-title{font-size:18px;font-weight:700;color:var(--gray-900, #111827);margin-bottom:12px}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px}@media (min-width: 640px){.container{max-width:640px;padding-left:20px;padding-right:20px}}@media (min-width: 768px){.container{max-width:768px;padding-left:24px;padding-right:24px}}@media (min-width: 1024px){.container{max-width:1024px;padding-left:32px;padding-right:32px}}@media (min-width: 1280px){.container{max-width:1280px}}.grid{display:grid;gap:16px}@media (max-width: 480px){.grid{grid-template-columns:1fr;gap:12px}}@media (min-width: 481px) and (max-width: 768px){.grid{grid-template-columns:repeat(2,1fr);gap:14px}}@media (min-width: 769px){.grid{grid-template-columns:repeat(3,1fr);gap:16px}}.mb-mobile{margin-bottom:16px}@media (min-width: 769px){.mb-mobile{margin-bottom:24px}}.p-mobile{padding:16px}@media (min-width: 481px){.p-mobile{padding:20px}}@media (min-width: 769px){.p-mobile{padding:24px}}.text-responsive{font-size:clamp(14px,2vw,18px)}.h1-responsive{font-size:clamp(24px,5vw,48px);line-height:1.2;font-weight:600}.h2-responsive{font-size:clamp(20px,4vw,36px);line-height:1.2;font-weight:600}.h3-responsive{font-size:clamp(18px,3vw,28px);line-height:1.2;font-weight:600}.hide-mobile{display:none}@media (min-width: 769px){.hide-mobile{display:block}}.hide-tablet{display:none}@media (min-width: 481px) and (max-width: 768px){.hide-tablet{display:block}}.hide-desktop{display:block}@media (min-width: 769px){.hide-desktop{display:none}}.flex-responsive{display:flex;flex-direction:column;gap:12px}@media (min-width: 481px) and (max-width: 768px){.flex-responsive{flex-direction:row;gap:14px}}@media (min-width: 769px){.flex-responsive{flex-direction:row;gap:16px}}.button-group{display:flex;flex-direction:column;gap:10px}@media (min-width: 481px){.button-group{flex-direction:row;gap:12px}}.button-group button{flex:1;min-width:100px}@media (max-width: 768px){button:not(.toggle):not(.toggle-switch),.btn,input[type=button],input[type=submit]{min-height:44px;min-width:44px;max-width:100%}a{min-height:44px;display:inline-flex;align-items:center}}@media (min-width: 769px){button,.btn,input[type=button],input[type=submit]{min-height:auto;min-width:auto;max-width:54%}}@media (max-width: 280px){:root{--font-size-sm: .6875rem;--font-size-base: .75rem;--font-size-lg: .875rem;--font-size-xl: 1rem;--font-size-2xl: 1.25rem;--font-size-3xl: 1.5rem}html,body{font-size:12px}h1{font-size:1.375rem;margin-bottom:.5rem}h2{font-size:1.125rem;margin-bottom:.375rem}h3{font-size:1rem;margin-bottom:.25rem}h4{font-size:.9375rem}h5,h6{font-size:.875rem}p{font-size:.75rem;line-height:1.5}button{padding:8px 12px;font-size:.75rem;border-radius:6px}input,textarea,select{padding:8px 10px;font-size:16px}.form-group{margin-bottom:12px}.form-input{width:100%!important;padding:10px!important}.btn-full{width:100%!important}}@media (min-width: 281px) and (max-width: 320px){:root{--font-size-sm: .6875rem;--font-size-base: .8125rem;--font-size-lg: .9375rem;--font-size-xl: 1.125rem;--font-size-2xl: 1.375rem;--font-size-3xl: 1.75rem}html,body{font-size:13px}h1{font-size:1.5rem;margin-bottom:.625rem}h2{font-size:1.25rem;margin-bottom:.5rem}h3{font-size:1.0625rem;margin-bottom:.375rem}h4{font-size:1rem}h5,h6{font-size:.9375rem}p{font-size:.8125rem;line-height:1.5}button{padding:9px 14px;font-size:.8125rem;border-radius:6px}input,textarea,select{padding:9px 11px;font-size:16px}.form-group{margin-bottom:14px}.form-input{width:100%!important;padding:10px!important}.btn-full{width:100%!important}}@media (min-width: 321px) and (max-width: 375px){:root{--font-size-sm: .75rem;--font-size-base: .875rem;--font-size-lg: 1rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem}html,body{font-size:14px}h1{font-size:1.5rem;margin-bottom:.75rem}h2{font-size:1.25rem;margin-bottom:.625rem}h3{font-size:1.125rem;margin-bottom:.5rem}h4{font-size:1rem}h5,h6{font-size:.9375rem}p{font-size:.875rem;line-height:1.5}button{padding:10px 16px;font-size:.875rem;border-radius:6px}input,textarea,select{padding:10px 12px;font-size:16px}.form-group{margin-bottom:16px}.form-input{width:100%!important;padding:12px!important}.btn-full{width:100%!important}}@media (min-width: 376px) and (max-width: 390px){:root{--font-size-sm: .75rem;--font-size-base: .9375rem;--font-size-lg: 1.0625rem;--font-size-xl: 1.3125rem;--font-size-2xl: 1.625rem;--font-size-3xl: 2rem}html,body{font-size:15px}h1{font-size:1.625rem;margin-bottom:.75rem}h2{font-size:1.375rem;margin-bottom:.625rem}h3{font-size:1.1875rem;margin-bottom:.5rem}h4{font-size:1.0625rem}h5,h6{font-size:.9375rem}p{font-size:.9375rem;line-height:1.5}button{padding:10px 18px;font-size:.9375rem;border-radius:8px}input,textarea,select{padding:10px 13px;font-size:16px}.form-group{margin-bottom:16px}.form-input{width:100%!important;padding:12px!important}.btn-full{width:100%!important}}@media (min-width: 391px) and (max-width: 430px){:root{--font-size-sm: .8125rem;--font-size-base: .9375rem;--font-size-lg: 1.0625rem;--font-size-xl: 1.375rem;--font-size-2xl: 1.75rem;--font-size-3xl: 2.125rem}html,body{font-size:15px}h1{font-size:1.75rem;margin-bottom:.75rem}h2{font-size:1.4375rem;margin-bottom:.625rem}h3{font-size:1.25rem;margin-bottom:.5rem}h4{font-size:1.0625rem}h5,h6{font-size:1rem}p{font-size:.9375rem;line-height:1.5}button{padding:11px 20px;font-size:.9375rem;border-radius:8px}input,textarea,select{padding:11px 13px;font-size:16px}.form-group{margin-bottom:18px}.form-input{width:100%!important;padding:12px!important}.btn-full{width:100%!important}}@media (min-width: 431px) and (max-width: 600px){:root{--font-size-sm: .8125rem;--font-size-base: .9375rem;--font-size-lg: 1.0625rem;--font-size-xl: 1.375rem;--font-size-2xl: 1.75rem;--font-size-3xl: 2.25rem}html,body{font-size:15px}h1{font-size:1.875rem;margin-bottom:.875rem}h2{font-size:1.5rem;margin-bottom:.75rem}h3{font-size:1.3125rem;margin-bottom:.5rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}p{font-size:.9375rem;line-height:1.55}button{padding:11px 20px;font-size:.9375rem}input,textarea,select{padding:11px 13px;font-size:16px}.form-group{margin-bottom:18px}.form-input{width:100%!important;padding:12px!important}.btn-full{width:100%!important}}@media (min-width: 601px) and (max-width: 768px){:root{--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 1.875rem;--font-size-3xl: 2.375rem}html,body{font-size:16px}h1{font-size:2rem}h2{font-size:1.625rem;margin-bottom:.75rem}h3{font-size:1.375rem;margin-bottom:.625rem}h4{font-size:1.125rem}h5,h6{font-size:1rem}p{font-size:1rem;line-height:1.6}button{padding:12px 22px;font-size:1rem}input,textarea,select{padding:11px 14px;font-size:16px}.form-group{margin-bottom:18px}.form-input{width:100%!important;padding:12px!important}}@media (min-width: 769px) and (max-width: 820px){:root{--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem}html,body{font-size:16px}h1{font-size:2.125rem;margin-bottom:1rem}h2{font-size:1.75rem;margin-bottom:.875rem}h3{font-size:1.5rem;margin-bottom:.625rem}h4{font-size:1.25rem}h5,h6{font-size:1.0625rem}p{font-size:1rem;line-height:1.6}button{padding:12px 24px;font-size:1rem}input,textarea,select{padding:12px 14px;font-size:1rem}.form-group{margin-bottom:20px}.form-input{width:100%!important;padding:12px!important}}@media (min-width: 821px) and (max-width: 1024px){:root{--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem}html,body{font-size:16px}h1{font-size:2.25rem;margin-bottom:1rem}h2{font-size:1.875rem;margin-bottom:.875rem}h3{font-size:1.5rem;margin-bottom:.625rem}h4{font-size:1.25rem}h5,h6{font-size:1.125rem}p{font-size:1rem;line-height:1.65}button{padding:12px 24px;font-size:1rem}input,textarea,select{padding:12px 14px;font-size:1rem}.form-group{margin-bottom:20px}.form-input{width:100%!important;padding:12px!important}}@media (min-width: 1025px) and (max-width: 1280px){:root{--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem}html,body{font-size:16px}h1{font-size:2.5rem;margin-bottom:1rem}h2{font-size:2rem;margin-bottom:.875rem}h3{font-size:1.625rem;margin-bottom:.75rem}h4{font-size:1.375rem}h5,h6{font-size:1.125rem}p{font-size:1rem;line-height:1.7}button{padding:12px 24px;font-size:1rem}input,textarea,select{padding:12px 14px;font-size:1rem}.form-group{margin-bottom:20px}.form-input{width:100%!important;padding:12px!important}}@media (min-width: 1281px) and (max-width: 1440px){:root{--font-size-sm: .9375rem;--font-size-base: 1.0625rem;--font-size-lg: 1.1875rem;--font-size-xl: 1.625rem;--font-size-2xl: 2.125rem;--font-size-3xl: 2.75rem}html,body{font-size:17px}h1{font-size:2.75rem;margin-bottom:1.125rem}h2{font-size:2.25rem;margin-bottom:1rem}h3{font-size:1.75rem;margin-bottom:.75rem}h4{font-size:1.5rem}h5,h6{font-size:1.25rem}p{font-size:1.0625rem;line-height:1.7}button{padding:13px 28px;font-size:1.0625rem}input,textarea,select{padding:13px 16px;font-size:1.0625rem}.form-group{margin-bottom:22px}.form-input{padding:13px!important}}@media (min-width: 1441px) and (max-width: 1920px){:root{--font-size-sm: 1rem;--font-size-base: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.75rem;--font-size-2xl: 2.25rem;--font-size-3xl: 3rem}html,body{font-size:18px}h1{font-size:3rem;margin-bottom:1.25rem}h2{font-size:2.5rem;margin-bottom:1rem}h3{font-size:2rem;margin-bottom:.875rem}h4{font-size:1.625rem}h5,h6{font-size:1.375rem}p{font-size:1.125rem;line-height:1.75}button{padding:14px 32px;font-size:1.125rem}input,textarea,select{padding:14px 18px;font-size:1.125rem}.form-group{margin-bottom:24px}.form-input{padding:14px!important}}@media (min-width: 1921px) and (max-width: 2560px){:root{--font-size-sm: 1.0625rem;--font-size-base: 1.25rem;--font-size-lg: 1.5rem;--font-size-xl: 2rem;--font-size-2xl: 2.75rem;--font-size-3xl: 3.5rem}html,body{font-size:20px}h1{font-size:3.5rem}h2{font-size:3rem}h3{font-size:2.5rem}h4{font-size:2rem}h5,h6{font-size:1.5rem}p{font-size:1.25rem;line-height:1.8}button{padding:16px 40px;font-size:1.25rem}input,textarea,select{padding:16px 20px;font-size:1.25rem}.form-group{margin-bottom:28px}.form-input{padding:16px!important}}@media (min-width: 2561px){:root{--font-size-sm: 1.25rem;--font-size-base: 1.5rem;--font-size-lg: 1.75rem;--font-size-xl: 2.25rem;--font-size-2xl: 3rem;--font-size-3xl: 4rem}html,body{font-size:22px}h1{font-size:4rem}h2{font-size:3.5rem}h3{font-size:3rem}h4{font-size:2.25rem}h5,h6{font-size:1.75rem}p{font-size:1.5rem;line-height:1.8}button{padding:20px 48px;font-size:1.5rem}input,textarea,select{padding:18px 24px;font-size:1.5rem}.form-group{margin-bottom:32px}.form-input{padding:18px!important}}.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:2.5rem 1.25rem!important}@media (max-width: 320px){.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:1.25rem .875rem 1rem!important;min-height:calc(100vh - 1.25rem)!important}.splash-image:not(.splash-s1 .splash-image):not(.splash-s2 .splash-image){max-height:160px}.splash-title{font-size:1.25rem;margin-bottom:.625rem}.splash-description{font-size:.8125rem;line-height:1.4}.splash-navigation{padding:0 .75rem;gap:8px}}@media (min-width: 321px) and (max-width: 480px){.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:1.875rem 1rem 1.25rem!important;min-height:calc(100vh - 1.875rem)!important}.splash-image-container:not(.splash-s1 .splash-image-container):not(.splash-s2 .splash-image-container){max-width:100%;padding:.625rem 0}.splash-image:not(.splash-s1 .splash-image):not(.splash-s2 .splash-image){max-height:254px}.splash-title{font-size:1.5rem;margin-bottom:.75rem}.splash-description{font-size:.95rem;line-height:1.4}.splash-progress{margin-bottom:1.875rem}.splash-navigation{padding:0 1rem;gap:.75rem}.btn-skip,.btn-forward{padding:.625rem 1rem;font-size:.875rem}.btn-forward svg{width:20px;height:20px}}@media (min-width: 481px) and (max-width: 768px){.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:2.5rem 1.875rem!important}.splash-image-container:not(.splash-s1 .splash-image-container):not(.splash-s2 .splash-image-container){max-width:600px}.splash-image:not(.splash-s1 .splash-image):not(.splash-s2 .splash-image){max-height:400px}.splash-title{font-size:2rem;margin-bottom:.875rem}.splash-description{font-size:1.05rem}.splash-navigation{padding:0 1.25rem}}@media (min-width: 769px) and (max-width: 1024px){.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:3rem 2.5rem!important}.splash-image:not(.splash-s1 .splash-image):not(.splash-s2 .splash-image){max-height:500px}.splash-title{font-size:2.25rem}.splash-description{font-size:1.125rem}}@media (min-width: 1025px){.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container){padding:4rem 3rem!important}.splash-image:not(.splash-s1 .splash-image):not(.splash-s2 .splash-image){max-height:600px}.splash-title{font-size:2.5rem}.splash-description{font-size:1.25rem}}.auth-root{padding:1.25rem;min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-content-col{width:100%;max-width:100%}@media (max-width: 320px){.auth-body{padding:1rem .875rem}.auth-tag{font-size:1.625rem;margin-bottom:.625rem}.auth-sub{font-size:.875rem;line-height:1.4;margin-bottom:1.25rem}.form-label{font-size:.875rem;margin-bottom:1px}.input-icon{width:32px;height:32px;padding:7px}.input-icon svg{width:18px;height:18px}.field-hint{font-size:.75rem;gap:4px}.btn-primary{width:100%;padding:10px 14px;font-size:.875rem}}@media (min-width: 321px) and (max-width: 480px){.auth-content-col{max-width:100%;padding:0}.auth-body{padding:1.5rem 1rem}.auth-tag{font-size:2.3rem;margin-bottom:.75rem}.auth-sub{font-size:1rem;line-height:1.4;margin-bottom:1.5rem}form{width:345px}.form-group{margin-bottom:1rem}.form-label{font-size:1rem;margin-bottom:1px}.input-wrap{position:relative}.input-icon{width:36px;height:36px;padding:8px}.input-icon svg{width:20px;height:20px}.field-hint{font-size:.8rem;gap:6px}.field-hint svg{width:16px;height:16px;min-width:16px}.btn-primary{width:100%;padding:.75rem 1rem;font-size:1rem}}@media (min-width: 481px) and (max-width: 768px){.auth-content-col{max-width:100%}.auth-body{padding:2.5rem 1.875rem}.auth-tag{font-size:2rem}.auth-sub{font-size:1rem}.btn-primary{width:100%}}@media (min-width: 769px) and (max-width: 1024px){.auth-content-col{max-width:480px;margin:0 auto;padding:0 1.25rem}.auth-body{padding:3.5rem 2.5rem;border-radius:12px;background:#fff}.auth-tag{font-size:1.625rem}.auth-sub{font-size:1rem}.btn-primary{width:100%;max-width:100%}}@media (min-width: 1025px) and (max-width: 1440px){.auth-content-col{max-width:500px;margin:0 auto;padding:0 1.25rem}.auth-body{padding:3.75rem 2.5rem;border-radius:12px;background:#fff}.auth-tag{font-size:2.5rem}.auth-sub{font-size:1.5rem}form{max-width:100%}.btn-primary{width:100%;max-width:100%}}@media (min-width: 1441px){.auth-content-col{max-width:560px;margin:0 auto;padding:0 1.5rem}.auth-body{padding:4.5rem 3.5rem;border-radius:16px;background:#fff}.auth-tag{font-size:2.5rem}.auth-sub{font-size:1.5rem}.btn-primary{width:100%;max-width:100%}}.screen{width:100%;min-height:100vh;padding:1rem;overflow-y:auto}@media (max-width: 320px){.screen{padding:.625rem}.homepage-header{padding:.75rem;flex-direction:row;gap:8px}.header-logo{font-size:1.125rem}.page-title{font-size:1.25rem}.empty-state{text-align:center;padding:1rem}.empty-title{font-size:1.125rem;margin:.625rem 0 .375rem}.empty-sub{font-size:.8125rem}.device-card,.card{padding:.75rem;margin-bottom:.75rem}}@media (min-width: 321px) and (max-width: 480px){.screen{padding:.75rem}.homepage-header{padding:1rem .75rem;flex-direction:row;gap:.75rem}.header-logo{font-size:1.25rem}.page-title{font-size:1.5rem}.empty-state{text-align:center;padding:1.25rem 1rem}.empty-title{font-size:1.25rem;margin:.75rem 0 .5rem}.empty-sub{font-size:.9rem}.device-card,.card{padding:1rem;margin-bottom:.75rem}}@media (min-width: 481px) and (max-width: 768px){.screen,.homepage-header{padding:1rem}.page-title{font-size:1.75rem}.device-card,.card{padding:1.25rem;margin-bottom:1rem}}@media (min-width: 769px) and (max-width: 1024px){.screen{padding:1.25rem}.homepage-header{padding:1.125rem 1.5rem}.page-title{font-size:1.875rem}.device-card,.card{padding:1.375rem;margin-bottom:1.125rem}}@media (min-width: 1025px) and (max-width: 1440px){.screen{padding:1.5rem}.homepage-header{padding:1.25rem 1.5rem}.page-title{font-size:2rem}.device-card,.card{padding:1.5rem;margin-bottom:1.25rem}}@media (min-width: 1441px) and (max-width: 1920px){.screen{padding:2rem}.homepage-header{padding:1.5rem 2rem}.page-title{font-size:2.25rem}.device-card,.card{padding:1.75rem;margin-bottom:1.5rem}}@media (min-width: 1921px){.screen{padding:2.5rem;max-width:2000px;margin:0 auto}.homepage-header{padding:1.75rem 2.5rem}.page-title{font-size:2.5rem}.device-card,.card{padding:2rem;margin-bottom:1.75rem}}.configure-screen{width:100%;min-height:100vh;padding:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}@media (max-width: 320px){.configure-screen{padding:.625rem .875rem}.configure-container{width:100%;max-width:100%;padding:1rem .875rem}.configure-title{font-size:1.125rem;margin-bottom:4px}.configure-description{font-size:.8125rem;margin-bottom:1rem}.option-button{padding:10px 12px;margin:6px 0;font-size:.875rem}.configure-buttons{gap:8px;flex-direction:column}.configure-buttons button{width:100%;max-width:100%;padding:10px}}@media (min-width: 321px) and (max-width: 480px){.configure-screen{padding:.75rem 1rem}.configure-container{width:100%;max-width:100%;padding:1.25rem 1rem}.configure-title{font-size:1.3rem;margin-bottom:4px}.configure-description{font-size:.9rem;margin-bottom:1.25rem}.option-group{margin-bottom:1rem}.option-button{padding:.75rem 1rem;margin:.5rem 0;font-size:.95rem}.configure-buttons{gap:.75rem;flex-direction:column}.configure-buttons button{width:100%;max-width:345px;padding:.75rem}}@media (min-width: 481px) and (max-width: 768px){.configure-container{max-width:600px;padding:1.875rem 1.5rem}.configure-title{font-size:2rem}.option-button{padding:.875rem 1.125rem;font-size:1rem}.configure-buttons{flex-direction:row;gap:.75rem}.configure-buttons button{flex:1}}@media (min-width: 769px) and (max-width: 1024px){.configure-container{max-width:640px;padding:2.5rem 2rem}.configure-title{font-size:2.25rem}.option-button{padding:1rem 1.25rem;font-size:1rem}.configure-buttons{flex-direction:row;gap:1rem}.configure-buttons button{flex:1}}@media (min-width: 1025px) and (max-width: 1440px){.configure-container{max-width:700px;padding:2.5rem}.configure-title{font-size:2.2rem}.option-button{padding:1rem 1.25rem;font-size:1rem}.configure-buttons{flex-direction:row;gap:1rem}.configure-buttons button{flex:1;padding:.875rem 1.5rem}}@media (min-width: 1441px){.configure-container{max-width:760px;padding:3rem}.configure-title{font-size:2rem}.option-button{padding:1.125rem 1.5rem;font-size:1.125rem}.configure-buttons{flex-direction:row;gap:1.25rem}.configure-buttons button{flex:1;padding:1rem 2rem}}.device-detail-container{width:100%;max-width:100%;padding:1rem}@media (max-width: 320px){.device-detail-container{padding:.625rem}.device-info{padding:.875rem;gap:8px}.device-name{font-size:1.0625rem}.device-serial{font-size:.8125rem}.device-status{padding:6px 10px;font-size:.8125rem}.device-actions{flex-direction:column;gap:8px}.device-actions button{width:100%;padding:10px}}@media (min-width: 321px) and (max-width: 480px){.device-detail-container{padding:.75rem}.device-info{padding:1rem;gap:.75rem}.device-name{font-size:1.2rem}.device-serial{font-size:.85rem}.device-status{padding:.5rem .75rem;font-size:.85rem}.device-actions{flex-direction:column;gap:.625rem}.device-actions button{width:100%;padding:.75rem}}@media (min-width: 481px) and (max-width: 768px){.device-detail-container,.device-info{padding:1.25rem}.device-actions{flex-direction:row;gap:.75rem}.device-actions button{flex:1}}@media (min-width: 769px) and (max-width: 1024px){.device-detail-container{max-width:720px;padding:1.5rem}.device-info{padding:1.5rem}.device-actions{flex-direction:row;gap:1rem}.device-actions button{flex:1;max-width:220px}}@media (min-width: 1025px) and (max-width: 1440px){.device-detail-container{max-width:800px;padding:1.5rem}.device-info{padding:1.5rem}.device-actions{flex-direction:row;gap:1rem}.device-actions button{flex:1;max-width:200px}}@media (min-width: 1441px){.device-detail-container{max-width:960px;padding:2rem;margin:0 auto}.device-info{padding:2rem}.device-actions{flex-direction:row;gap:1.25rem}.device-actions button{flex:1;max-width:220px}}@media (max-width: 1023px){.sidebar{position:fixed;right:0;top:0;width:260px;height:100vh;height:100dvh;transform:translate(100%);transition:transform .22s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:-4px 0 20px #0000001f}.sidebar.open{transform:translate(0)}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;opacity:0;pointer-events:none;transition:opacity .22s ease;z-index:999}.sidebar.open~.sidebar-overlay{opacity:1;pointer-events:auto}}@media (min-width: 481px) and (max-width: 1023px){.sidebar{width:300px}}@media (min-width: 1024px){.sidebar{position:relative;width:260px;transform:translate(0)!important;box-shadow:none}.sidebar-overlay{display:none!important}.home-with-sidebar{display:flex}.sidebar-content{flex:1;overflow-y:auto}}@media (min-width: 1280px){.sidebar{width:280px}}@media (min-width: 1441px){.sidebar{width:300px}}@media (min-width: 1921px){.sidebar{width:320px}}@media (max-width: 480px){table{font-size:.875rem}table th,table td{padding:.5rem}.grid{grid-template-columns:1fr}}@media (min-width: 481px) and (max-width: 768px){table{font-size:.95rem}table th,table td{padding:.625rem}.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 769px) and (max-width: 1024px){table{font-size:1rem}table th,table td{padding:.75rem}.grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1025px) and (max-width: 1440px){table{font-size:1rem}table th,table td{padding:.75rem}.grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1441px) and (max-width: 1920px){table{font-size:1.0625rem}table th,table td{padding:.875rem}.grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1921px){table{font-size:1.125rem}table th,table td{padding:1rem}.grid{grid-template-columns:repeat(5,1fr)}}@media (max-height: 480px) and (orientation: landscape){.splash-screen:not(.splash-s1):not(.splash-s2),.auth-root,.configure-screen{min-height:auto;padding:.5rem}.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container),.auth-body,.configure-container{padding:.75rem 1.25rem!important}}@media (max-height: 600px) and (orientation: landscape){.splash-screen:not(.splash-s1):not(.splash-s2),.auth-root,.configure-screen{min-height:auto;padding:.625rem}.splash-container:not(.splash-s1 .splash-container):not(.splash-s2 .splash-container),.auth-body,.configure-container{padding:.9375rem 1.25rem!important}}@media (min-width: 1024px) and (orientation: landscape) and (max-height: 768px){.configure-container{max-width:680px;padding:1.5rem 2rem}.auth-content-col{max-width:480px}}/*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
