:root{color-scheme:light;--hm-font: system-ui, -apple-system, "Segoe UI", sans-serif;--hm-font-size: 1rem;--hm-font-size-small: .78125rem;--hm-font-size-time: .65625rem;--hm-time: #60636b;--hm-font-size-large: 1.0625rem;--hm-touch-target: max(2.75rem, 44px);--hm-radius: 12px;--hm-radius-bubble: 10px;--hm-radius-control: 999px;--hm-bg: #f4f2ee;--hm-surface: #ffffff;--hm-header-bg: #ffffff;--hm-text: #1b1b1f;--hm-text-muted: #6b6b74;--hm-border: #d9d7d2;--hm-accent: #3b6ff0;--hm-accent-contrast: #ffffff;--hm-chat-bg: #efece6;--hm-bubble-bot-bg: #ffffff;--hm-bubble-bot-text: #1b1b1f;--hm-bubble-user-bg: #d7e6fb;--hm-bubble-user-text: #1b1b1f;--hm-bubble-shadow: 0 1px 1px rgb(0 0 0 / 8%);--hm-danger: #b3261e;--hm-danger-bg: #fdecea;--hm-danger-border: #f3c3bf;--hm-overlay: rgb(0 0 0 / 78%);--hm-popover-shadow: 0 6px 24px rgb(0 0 0 / 18%)}@media (prefers-color-scheme: dark){:root{color-scheme:dark;--hm-bg: #131316;--hm-surface: #1e1e23;--hm-header-bg: #1e1e23;--hm-text: #ececf0;--hm-text-muted: #9d9da6;--hm-time: #b9bdc7;--hm-border: #37373e;--hm-accent: #6c93f5;--hm-accent-contrast: #10131c;--hm-chat-bg: #17171b;--hm-bubble-bot-bg: #26262c;--hm-bubble-bot-text: #ececf0;--hm-bubble-user-bg: #2c4a77;--hm-bubble-user-text: #ececf0;--hm-bubble-shadow: 0 1px 1px rgb(0 0 0 / 40%);--hm-danger: #f2a099;--hm-danger-bg: #3a1f1d;--hm-danger-border: #5c2f2b;--hm-overlay: rgb(0 0 0 / 85%);--hm-popover-shadow: 0 6px 24px rgb(0 0 0 / 55%)}}*{box-sizing:border-box}@supports (font: -apple-system-body){:root{font:-apple-system-body;font-family:var(--hm-font)}}html,body{margin:0;height:100%;overflow:hidden;overscroll-behavior:none}body{font-family:var(--hm-font);font-size:var(--hm-font-size);color:var(--hm-text);background:var(--hm-bg)}#root{height:100%}.hm-app{position:fixed;inset:var(--hm-visible-top, 0px) 0 auto;width:100%;container-type:inline-size;display:flex;flex-direction:column;height:100%;height:var(--hm-visible-height, 100dvh);max-width:640px;margin:0 auto}.hm-header{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;padding-top:calc(.625rem + env(safe-area-inset-top,0rem));background:var(--hm-header-bg);border-bottom:1px solid var(--hm-border);position:relative}.hm-header h1{flex:1;margin:0;font-size:1.0625rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-icon-button{min-width:var(--hm-touch-target);min-height:var(--hm-touch-target);border:0;background:none;color:var(--hm-text);font:inherit;font-size:1.125rem;cursor:pointer;padding:.25rem .5rem;border-radius:var(--hm-radius-control)}.hm-icon-button:hover{background:var(--hm-bg)}.hm-popover{position:absolute;top:calc(100% + 4px);right:8px;z-index:20;background:var(--hm-surface);border:1px solid var(--hm-border);border-radius:var(--hm-radius);box-shadow:var(--hm-popover-shadow);padding:.75rem .875rem;min-width:13.75rem}.hm-popover label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.hm-error{margin:8px 12px;padding:.5rem .75rem;border:1px solid var(--hm-danger-border);border-radius:var(--hm-radius);background:var(--hm-danger-bg);color:var(--hm-danger);font-size:var(--hm-font-size-small);display:flex;align-items:center;gap:.5rem}.hm-error button{margin-left:auto;border:0;background:none;color:inherit;cursor:pointer;font:inherit}.hm-hint{color:var(--hm-text-muted);font-size:var(--hm-font-size-small);line-height:1.4}.hm-offline{padding:.375rem .75rem;background:var(--hm-header-bg);border-bottom:1px solid var(--hm-border);color:var(--hm-text-muted);font-size:var(--hm-font-size-small);text-align:center}.hm-push-hint{margin:8px 12px 0;padding:.625rem .75rem;border:1px solid var(--hm-border);border-radius:var(--hm-radius);background:var(--hm-surface);font-size:var(--hm-font-size-small);display:flex;flex-direction:column;gap:.5rem}.hm-push-hint-actions{display:flex;gap:.5rem}.hm-ghost-button{border:1px solid var(--hm-border);border-radius:var(--hm-radius-control);padding:.5rem .875rem;font:inherit;background:none;color:var(--hm-text);cursor:pointer}.hm-install-hint{margin:8px 12px 0;padding:.625rem .75rem;border:1px solid var(--hm-border);border-radius:var(--hm-radius);background:var(--hm-surface);color:var(--hm-text);font-size:var(--hm-font-size-small);display:flex;align-items:flex-start;gap:.5rem}.hm-install-hint button{margin-left:auto;border:0;background:none;color:inherit;cursor:pointer;font:inherit}.hm-settings-section{margin-top:12px;padding-top:.75rem;border-top:1px solid var(--hm-border);display:flex;flex-direction:column;gap:.5rem}.hm-settings-section .hm-hint{margin:0}.hm-settings-title{font-weight:600;font-size:var(--hm-font-size-small)}.hm-msg-clock{margin-left:6px;font-size:.85em;opacity:.8}.hm-list{flex:1;overflow-y:auto;margin:0;padding:0;list-style:none}.hm-list-item{display:flex;align-items:center;gap:.625rem;padding:.75rem;border-bottom:1px solid var(--hm-border);background:var(--hm-surface);cursor:pointer}.hm-list-item:hover{background:var(--hm-bg)}.hm-list-item-main{flex:1;min-width:0}.hm-list-item-name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-list-item-preview{color:var(--hm-text-muted);font-size:var(--hm-font-size-small);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hm-list-item-time{color:var(--hm-text-muted);font-size:var(--hm-font-size-small);white-space:nowrap}.hm-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.5rem;text-align:center;color:var(--hm-text-muted)}.hm-primary-button{min-height:var(--hm-touch-target);border:0;border-radius:var(--hm-radius-control);padding:.5625rem 1.125rem;font:inherit;background:var(--hm-accent);color:var(--hm-accent-contrast);cursor:pointer}.hm-primary-button:disabled{opacity:.5;cursor:default}.hm-chat{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--hm-chat-bg)}.hm-transcript{flex:1;min-height:0;overflow-y:auto;margin:0;padding:.75rem;list-style:none;display:flex;flex-direction:column;gap:.375rem}.hm-msg{max-width:78%;padding:.4375rem .625rem;border-radius:var(--hm-radius-bubble);line-height:1.35;overflow-wrap:anywhere;box-shadow:var(--hm-bubble-shadow)}.hm-bot{align-self:flex-start;background:var(--hm-bubble-bot-bg);color:var(--hm-bubble-bot-text);border-bottom-left-radius:3px}.hm-user{align-self:flex-end;background:var(--hm-bubble-user-bg);color:var(--hm-bubble-user-text);border-bottom-right-radius:3px}.hm-msg-pending{opacity:.6}.hm-msg img,.hm-msg video{max-width:100%;max-height:12rem;border-radius:6px;display:block}.hm-msg img.hm-thumb{cursor:zoom-in}.hm-msg audio{max-width:100%}.hm-msg a{color:inherit}.hm-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;background:var(--hm-overlay);cursor:zoom-out;padding:4vh 4vw}.hm-lightbox img{max-width:100%;max-height:100%;border-radius:8px;box-shadow:0 8px 40px #0000007f}.hm-input{display:flex;gap:.375rem;padding:.5rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0rem));background:var(--hm-surface);border-top:1px solid var(--hm-border)}.hm-input textarea{flex:1;min-height:var(--hm-touch-target);border:1px solid var(--hm-border);border-radius:var(--hm-radius-control);padding:.4375rem .75rem;font:inherit;font-size:max(1rem,16px);color:var(--hm-text);background:var(--hm-surface);outline:none}.hm-input button{min-height:var(--hm-touch-target);border:0;border-radius:var(--hm-radius-control);padding:.4375rem .875rem;font:inherit;background:var(--hm-accent);color:var(--hm-accent-contrast);cursor:pointer}.hm-input button:disabled{opacity:.5;cursor:default}.hm-avatar{border-radius:50%;object-fit:cover;flex-shrink:0}.hm-avatar-mono{display:inline-grid;place-items:center;background:var(--hm-accent);color:var(--hm-accent-contrast);font-weight:700}.hm-transfer-link{margin:.5rem 0 0;font-size:var(--hm-font-size-small);color:var(--hm-text-muted)}.hm-transfer-link code{display:block;margin-top:.25rem;padding:.375rem .5rem;border-radius:var(--hm-radius-control);background:var(--hm-surface-alt, rgba(127, 127, 127, .12));color:var(--hm-text);font-size:var(--hm-font-size-small);overflow-wrap:anywhere}.hm-legal-wrap{flex:1;overflow-y:auto;padding:.75rem 1rem calc(1rem + env(safe-area-inset-bottom))}.hm-legal{max-width:42rem;margin:0 auto;font-size:var(--hm-font-size-small);line-height:1.5}.hm-legal h2{margin:1.25rem 0 .375rem;font-size:var(--hm-font-size)}.hm-legal section:first-child h2{margin-top:0}.hm-legal p{margin:0 0 .625rem;white-space:pre-line;overflow-wrap:anywhere}.hm-legal ul{margin:0 0 .625rem;padding-left:1.125rem}.hm-legal li{margin-bottom:.25rem}.hm-legal-links{display:flex;gap:.875rem;margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--hm-border)}.hm-link-button{padding:0;border:0;background:none;color:var(--hm-text-muted);font:inherit;font-size:var(--hm-font-size-small);line-height:1.6;text-decoration:underline;cursor:pointer}.hm-input{align-items:flex-end;flex-shrink:0}.hm-input textarea{min-width:0;resize:none;line-height:1.4;max-height:7.5rem}:where(button,a,input,textarea,summary):focus-visible{outline:2px solid var(--hm-accent);outline-offset:3px}.hm-input textarea:focus-visible{outline:2px solid var(--hm-accent);outline-offset:-2px}.hm-form{display:flex;flex-direction:column;gap:.5rem;margin-top:.625rem}.hm-form-row{display:flex;flex-wrap:wrap;align-items:center;gap:.375rem}.hm-form-label{flex:1 1 8rem;min-width:0;font-size:.875rem;overflow-wrap:anywhere}.hm-form-select{flex:1 1 8rem;min-width:0;max-width:100%;padding:.375rem .5rem;border:1px solid var(--hm-border);border-radius:.375rem;background:var(--hm-bg);color:inherit;font:inherit;font-size:.875rem}.hm-form-submit{align-self:flex-start;padding:.375rem .875rem;border:1px solid var(--hm-border);border-radius:.375rem;background:var(--hm-header-bg);color:inherit;font:inherit;font-size:.875rem;cursor:pointer}.hm-form-submit:disabled{opacity:.55;cursor:default}.hm-lock{margin:0;padding:.625rem .875rem;background:var(--hm-header-bg);font-size:.875rem;line-height:1.4;overflow-wrap:anywhere}.hm-new-messages{align-self:center;flex-shrink:0;min-height:44px;margin:.25rem;padding:.5rem 1rem;border:1px solid var(--hm-border);border-radius:var(--hm-radius-control);background:var(--hm-surface);color:var(--hm-text);font:inherit}.hm-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.hm-msg{line-height:1.4}.hm-group-start:not(:first-child){margin-top:.5rem}.hm-sender{display:block;margin-bottom:.125rem;font-size:var(--hm-font-size-time);font-weight:600;line-height:1.2;color:var(--hm-time)}.hm-user{white-space:pre-wrap}@media (max-width: 430px){.hm-msg{max-width:86%}}@media (max-height: 450px){.hm-input textarea{max-height:4.5rem}.hm-header{padding-block:.25rem}}.hm-list-item{flex-wrap:wrap;padding:.25rem .5rem;cursor:default}.hm-chat-open{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;min-height:72px;border:0;padding:.5rem;background:none;color:inherit;text-align:left;font:inherit;cursor:pointer;border-radius:8px}.hm-chat-actions{display:flex;width:100%;justify-content:flex-end;gap:.5rem;padding-bottom:.5rem}.hm-settings-page{position:fixed;inset:var(--hm-visible-top, 0px) 0 auto;z-index:50;width:100%;max-width:640px;margin-inline:auto;margin-block:0;background:var(--hm-surface);color:var(--hm-text);display:flex;flex-direction:column;height:var(--hm-visible-height, 100dvh)}.hm-settings-heading{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;padding-top:calc(.5rem + env(safe-area-inset-top));border-bottom:1px solid var(--hm-border)}.hm-settings-heading h2{font-size:1.0625rem;margin:0}.hm-settings-content{flex:1;overflow-y:auto;overscroll-behavior-y:contain;scroll-padding-block:1rem;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}.hm-settings-content label{display:flex;align-items:center;gap:.75rem;min-height:44px}.hm-media-open{display:block;padding:0;border:0;background:none;border-radius:6px;cursor:zoom-in;min-width:44px;min-height:44px}.hm-media-open img{min-height:5rem}.hm-lightbox{flex-direction:column;gap:.5rem}.hm-lightbox-close{position:absolute;right:max(.75rem,env(safe-area-inset-right));top:max(.75rem,env(safe-area-inset-top));min-width:48px;min-height:48px;background:var(--hm-surface);color:var(--hm-text);border:0;border-radius:50%;font-size:1.5rem}.hm-lightbox img{max-height:calc(100dvh - 7rem)}.hm-media-error{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}dialog.hm-settings-page{border:0;padding:0;max-height:none}dialog.hm-lightbox{border:0;margin:0;width:100vw;height:var(--hm-visible-height, 100dvh);max-width:none;max-height:none}dialog::backdrop{background:var(--hm-overlay)}.hm-icon-button,.hm-lightbox-close{display:inline-grid;place-items:center}.hm-msg-clock{display:inline-flex;vertical-align:middle}.hm-input textarea{overflow-y:hidden;border-radius:18px;scrollbar-width:thin;scrollbar-color:var(--hm-text-muted) var(--hm-surface)}.hm-message-time{display:block;margin-top:.125rem;text-align:right;font-size:var(--hm-font-size-time);color:var(--hm-time);line-height:1.2;font-variant-numeric:tabular-nums}dialog.hm-lightbox{padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left));cursor:default;color:var(--hm-text)}.hm-lightbox-tools{display:flex;align-items:center;justify-content:center;flex-shrink:0;gap:.5rem;width:100%;background:var(--hm-surface);border-radius:var(--hm-radius-control)}.hm-lightbox-tools button{min-height:48px;min-width:48px}.hm-lightbox-tools button:disabled{opacity:.45;cursor:default}.hm-lightbox-tools .hm-lightbox-close{position:static;margin-left:auto;flex-shrink:0}.hm-lightbox-stage{flex:1;min-height:0;width:100%;overflow:auto;overscroll-behavior:contain}.hm-lightbox-stage:focus-visible{outline:2px solid var(--hm-accent);outline-offset:-2px}.hm-lightbox-canvas{min-width:100%;min-height:100%;display:grid;place-items:center}.hm-lightbox-stage img{display:block;max-width:none;max-height:none;flex-shrink:0}.hm-lightbox-stage .hm-media-error{padding:1rem;background:var(--hm-surface);border-radius:var(--hm-radius-control)}.hm-lightbox-stage .hm-media-error a{color:inherit}.hm-send-icon{display:none}.hm-header{flex-shrink:0}.hm-header h1{min-width:0}.hm-settings-heading{flex-shrink:0;min-width:0}.hm-settings-heading h2{min-width:0;overflow-wrap:anywhere}.hm-settings-heading .hm-icon-button{min-width:44px;min-height:44px;padding:.25rem;flex-shrink:0}.hm-settings-content{min-height:0;overflow-wrap:anywhere}.hm-legal-links,.hm-push-hint-actions{flex-wrap:wrap}.hm-ghost-button{min-height:var(--hm-touch-target);overflow-wrap:anywhere}.hm-install-hint button,.hm-error button{min-width:44px;min-height:44px;flex-shrink:0}.hm-lightbox-tools{display:grid;grid-template-columns:48px minmax(0,1fr) 48px 48px;gap:.25rem}.hm-lightbox-tools .hm-ghost-button{min-width:0;padding-inline:.25rem}.hm-media-open{position:relative}.hm-media-open[aria-busy=true]{min-width:min(12rem,100%)}.hm-image-loading{display:block;padding:.75rem;font:inherit;font-size:var(--hm-font-size-small);line-height:1.4;color:var(--hm-text-muted);background:var(--hm-surface);border-radius:6px}.hm-media-open>.hm-image-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center}@container (max-width: 20em){.hm-header{gap:.25rem;padding-inline:.375rem}.hm-header .hm-icon-button{min-width:44px;min-height:44px;padding:.25rem;flex-shrink:0}.hm-header .hm-avatar{width:40px!important;height:40px!important}.hm-header h1{white-space:normal;overflow-wrap:anywhere}.hm-input button{min-width:44px;padding-inline:.375rem}.hm-send-label{display:none}.hm-send-icon{display:inline-flex;vertical-align:middle}.hm-chat-open{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.25rem .5rem}.hm-chat-open .hm-avatar{grid-row:span 2;width:40px!important;height:40px!important}.hm-list-item-time{grid-column:2;justify-self:start}.hm-list-item-name{white-space:normal;overflow-wrap:anywhere}.hm-list-item>.hm-icon-button{min-width:44px;min-height:44px;padding:.25rem}}.hm-input button[type=submit]{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:0;border-radius:50%;background:var(--hm-accent);color:var(--hm-accent-contrast);opacity:1}.hm-input button[type=submit]>*{display:none}.hm-input button[type=submit]:after{content:"";width:22px;height:22px;background:currentColor;clip-path:polygon(50% 5%,95% 50%,78% 67%,62% 51%,62% 95%,38% 95%,38% 51%,22% 67%,5% 50%)}.hm-input button[type=submit]:disabled{background:var(--hm-border);color:var(--hm-text-muted)}.hm-message-time{float:right;position:relative;top:.1875rem;font-size:var(--hm-font-size-time);line-height:1.2;margin:.5em 0 0 .8em;white-space:nowrap}.hm-msg:after{content:"";display:block;clear:both}.hm-bot>.hm-bot-text>p:last-child{display:inline;margin-bottom:0}.hm-audio{width:240px;max-width:100%;margin-top:12px;padding:8px 8px 0;box-sizing:border-box;border-radius:12px;background:color-mix(in srgb,currentColor 5%,transparent)}.hm-audio audio{display:none}.hm-audio-main{display:flex;align-items:center;gap:8px}.hm-audio button,.hm-audio select{min-height:44px;font:inherit;color:inherit;border:0;background:transparent;border-radius:8px;cursor:pointer}.hm-audio .hm-audio-play{flex:0 0 44px;width:44px;padding:0;display:grid;place-items:center;border-radius:50%;background:var(--hm-accent);color:var(--hm-accent-contrast)}.hm-audio-progress{flex:1;min-width:0}.hm-audio-progress input{display:block;width:100%;min-width:0;height:32px;margin:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;color:var(--hm-accent)}.hm-audio-progress input::-webkit-slider-runnable-track{height:3px;border-radius:3px;background:linear-gradient(to right,var(--hm-accent) var(--audio-progress),color-mix(in srgb,var(--hm-text) 18%,transparent) var(--audio-progress))}.hm-audio-progress input::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:10px;height:10px;margin-top:-3.5px;border:0;border-radius:50%;background:var(--hm-accent)}.hm-audio-progress input::-moz-range-track{height:3px;border-radius:3px;background:color-mix(in srgb,var(--hm-text) 18%,transparent)}.hm-audio-progress input::-moz-range-progress{height:3px;background:var(--hm-accent)}.hm-audio-progress input::-moz-range-thumb{width:10px;height:10px;border:0;border-radius:50%;background:var(--hm-accent)}.hm-audio-time{display:flex;justify-content:space-between;gap:4px;flex-wrap:wrap;font-size:.625rem;line-height:1;font-variant-numeric:tabular-nums;color:var(--hm-text-muted)}.hm-audio-tools{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;gap:0;align-items:center}.hm-audio-tools button{display:grid;place-items:center;width:44px;flex:0 0 44px;padding:0}.hm-audio-speed{position:relative;min-width:0;width:min(100%,max(44px,3.75em));font-size:.75rem;justify-self:center}.hm-audio-tools select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;min-width:0;padding:0 12px 0 0;font-size:.75rem;font-weight:600;text-align:center;text-align-last:center;font-variant-numeric:tabular-nums}.hm-audio-speed-chevron{position:absolute;right:5px;top:50%;transform:translateY(-50%);pointer-events:none}.hm-audio-tools option{color:var(--hm-text);background:var(--hm-surface)}.hm-audio-tools button:hover:not(:disabled),.hm-audio-tools select:hover{background:color-mix(in srgb,currentColor 8%,transparent)}.hm-audio :is(button,select,input):focus-visible{outline:2px solid var(--hm-accent);outline-offset:2px}.hm-audio button:disabled,.hm-audio input:disabled{opacity:.4;cursor:default}.hm-audio-status{display:block;margin-top:6px;padding-bottom:8px;font-size:.75rem}.hm-restore-form{display:grid;gap:.625rem;max-width:30rem;width:100%}.hm-restore-form input{box-sizing:border-box;min-width:0;width:100%;min-height:44px;padding:.625rem;font:inherit;font-size:1rem;border:1px solid var(--hm-border);border-radius:var(--hm-radius-control);background:var(--hm-bg);color:inherit}.hm-restore-form button{min-height:44px}.hm-restore-empty{padding:1rem;display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;gap:.75rem}.hm-restore-details{width:100%;max-width:30rem}.hm-restore-details summary{cursor:pointer;min-height:44px;padding-block:.75rem}.hm-device-settings summary{min-height:44px;padding-block:.75rem;cursor:pointer}.hm-device-settings button{min-height:44px}.hm-pairing-code{display:flex;flex-wrap:wrap;font:600 1.125rem ui-monospace,monospace;letter-spacing:.04em;padding-block:.5rem}.hm-pairing-code>span{white-space:nowrap}.hm-device-settings{min-width:0;width:100%;max-width:30rem;overflow-wrap:anywhere}.hm-device-settings>button{display:block;max-width:100%;margin-block:.5rem;white-space:normal}.hm-device-link{margin-block:.75rem;grid-template-columns:minmax(0,1fr)}.hm-settings-content .hm-device-link>label{display:block;min-height:0}.hm-restore-form>label:has(input[type=checkbox]){align-items:flex-start}.hm-restore-form input[type=checkbox]{flex-shrink:0}.hm-device-row{padding-block:.5rem;border-top:1px solid var(--hm-border)}.hm-device-row>span{display:block}.hm-device-name{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;min-width:0}.hm-device-name>strong{overflow-wrap:anywhere;flex:1 1 9rem}.hm-device-name>form{flex-basis:100%;min-width:0}.hm-device-actions{display:flex;flex-wrap:wrap;gap:.5rem}.hm-device-row>.hm-hint{margin:.25rem 0 .5rem}.hm-restore-form input[type=checkbox]{min-height:24px;width:24px;vertical-align:middle;margin-right:.5rem}.hm-connect-flow{display:grid;gap:1rem;min-width:0}.hm-connect-flow h3{font-size:1.25rem;margin:0;overflow-wrap:anywhere}.hm-connect-flow h3:focus{outline:none}.hm-connect-flow>button{justify-self:stretch}.hm-connect-flow>button:first-child{justify-self:start}.hm-connect-flow ol{margin:0;padding-left:1.5rem;display:grid;gap:.75rem}.hm-connect-flow p{line-height:1.45}.hm-connect-options{border-top:1px solid var(--hm-border);padding-top:.5rem;margin-top:1rem;min-width:0}.hm-connect-options summary{cursor:pointer;min-height:var(--hm-touch-target);align-content:center}.hm-connect-flow .hm-device-link{background:var(--hm-surface);border:1px solid var(--hm-border);border-radius:var(--hm-radius);padding:.75rem}.hm-connect-entry{display:grid;gap:.5rem}.hm-connect-step:not([hidden]){display:grid;gap:1rem;min-width:0}.hm-connect-step[hidden]{display:none}.hm-restore-help summary{cursor:pointer;min-height:var(--hm-touch-target);align-content:center}.hm-restore-help p{margin-block:.25rem .75rem}.hm-typing{min-width:56px;margin-top:6px}.hm-typing-dots{display:flex;align-items:center;gap:4px;height:22px;padding:0 3px}.hm-typing-dots i{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.4;animation:hm-typing 1.4s ease-in-out infinite}.hm-typing-dots i:nth-child(2){animation-delay:.16s}.hm-typing-dots i:nth-child(3){animation-delay:.32s}@keyframes hm-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:.85;transform:translateY(-2px)}}@media (prefers-reduced-motion: reduce){.hm-typing-dots i{animation:none}}.hm-install-guide{min-width:0;flex:1;overflow-wrap:anywhere}.hm-install-guide p{margin:.35rem 0 0}.hm-install-guide summary{cursor:pointer;min-height:44px;align-content:center;width:fit-content;padding-block:.4rem}.hm-install-guide summary:focus-visible{outline:2px solid var(--hm-accent);outline-offset:2px;border-radius:4px}.hm-install-guide ol{margin:.25rem 0 0;padding-left:1.4rem}.hm-install-guide li+li{margin-top:.65rem}.hm-install-hint{max-height:45%;overflow-y:auto;flex-shrink:0}.hm-game-title{font-size:var(--hm-font-size-small);color:var(--hm-text-muted);overflow-wrap:anywhere;line-height:1.35}.hm-header-title{flex:1;min-width:0}.hm-header-title h1{margin:0}.hm-progress-group summary{padding:1rem 2.5rem 1rem 1rem;cursor:pointer;display:grid;gap:.25rem;position:relative;border-bottom:1px solid var(--hm-border)}.hm-progress-group summary:after{content:"";position:absolute;right:1rem;top:1.4rem;width:.5rem;height:.5rem;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg)}.hm-progress-group details[open]>summary:after{transform:rotate(225deg)}.hm-progress-group summary:focus-visible{outline:2px solid var(--hm-accent);outline-offset:-3px}.hm-progress-group>details>p{padding-inline:1rem}
