:root{--hud-bg:#1a1d2b;--hud-bg-elevated:#1e2233;--hud-surface:#22273a;--hud-surface-hover:#272c42;--hud-border:#ffffff12;--hud-border-strong:#ffffff1f;--hud-text:#c9cde3;--hud-text-bright:#e8ebf7;--hud-text-muted:#6b7290;--hud-text-faint:#4a5068;--hud-accent:#6c5ce7;--hud-accent-soft:#6c5ce729;--hud-accent-text:#a99bff;--hud-success:#4ec9a5;--hud-warning:#e0b354;--hud-danger:#e06c75;--hud-radius:8px;--hud-radius-lg:12px;--hud-radius-pill:999px;--hud-card-padding:16px;--hud-font:ui-sans-serif, -apple-system, "Segoe UI", Inter, system-ui, sans-serif;--hud-font-mono:ui-monospace, "SF Mono", "Cascadia Mono", Menlo, monospace;--hud-size-header:11px;--hud-size-sm:12px;--hud-size-base:13px;--hud-size-lg:16px;--hud-size-xl:24px;--hud-size-display:34px;--hud-header-tracking:.09em;--hud-header-weight:600;--hud-transition:.14s ease}:root[data-hud-scheme=light]{--hud-bg:#f4f5f9;--hud-bg-elevated:#fff;--hud-surface:#fff;--hud-surface-hover:#f0f1f7;--hud-border:#14182817;--hud-border-strong:#14182829;--hud-text:#2c3145;--hud-text-bright:#12162a;--hud-text-muted:#757c99;--hud-text-faint:#9aa0b8;--hud-accent:#5b4bd6;--hud-accent-soft:#5b4bd61a;--hud-accent-text:#5b4bd6}@media (prefers-reduced-motion:reduce){:root{--hud-transition:0s}}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--hud-bg);color:var(--hud-text);font-family:var(--hud-font);font-size:var(--hud-size-base);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;line-height:1.5;overflow-x:hidden}.hud-root{min-height:100%;padding:max(20px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left))}.hud-root--tabs{padding-bottom:calc(52px + 20px + env(safe-area-inset-bottom))}@media (min-width:901px){.hud-root--tabs{padding-bottom:88px}}.hud-grid{grid-template-columns:repeat(var(--hud-grid-columns), minmax(0, 1fr));grid-auto-rows:var(--hud-grid-row-height);gap:var(--hud-grid-gap);width:100%;max-width:var(--hud-grid-max-width,1400px);align-items:stretch;margin:0 auto;display:grid}.hud-grid__cell{min-width:0;min-height:0}@media (max-width:900px){.hud-grid{flex-direction:column;grid-auto-rows:auto;display:flex}.hud-grid__cell{min-height:var(--hud-grid-row-height);grid-column:unset!important;grid-row:unset!important}}.hud-card{background:var(--hud-surface);border:1px solid var(--hud-border);border-radius:var(--hud-radius);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.hud-card--bare{border-radius:var(--hud-radius-lg);background:0 0;border:none}.hud-card__header{padding:12px var(--hud-card-padding) 0;font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;text-align:center;color:var(--hud-text-muted);flex:none}.hud-card__body{min-height:0;padding:var(--hud-card-padding);overscroll-behavior:contain;flex:auto;overflow-y:auto}.hud-card--bare>.hud-card__body{padding:0}.hud-error{height:100%;padding:var(--hud-card-padding);border:1px solid color-mix(in srgb, var(--hud-danger) 40%, transparent);border-radius:var(--hud-radius);background:color-mix(in srgb, var(--hud-danger) 7%, var(--hud-surface));flex-direction:column;gap:6px;display:flex;overflow-y:auto}.hud-error__title{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-danger)}.hud-error__path{font-family:var(--hud-font-mono);font-size:var(--hud-size-sm);color:var(--hud-text-muted);word-break:break-all}.hud-error__message{font-size:var(--hud-size-sm);color:var(--hud-text);word-break:break-word}.hud-empty{text-align:center;min-height:60vh;color:var(--hud-text-muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.hud-empty__title{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase}.hud-empty__hint{font-family:var(--hud-font-mono);font-size:var(--hud-size-sm);color:var(--hud-text-faint)}.hud-recovery{justify-content:center;gap:8px;margin-top:16px;display:flex}.hud-recovery button{border:1px solid var(--hud-border-strong);border-radius:var(--hud-radius);background:var(--hud-surface);color:var(--hud-text);font-family:inherit;font-size:var(--hud-size-sm);cursor:pointer;padding:7px 16px}.hud-recovery button:hover{background:var(--hud-surface-hover)}.hud-settings-button{right:max(12px, env(safe-area-inset-right));bottom:max(12px, env(safe-area-inset-bottom));z-index:30;border-radius:var(--hud-radius-pill);width:30px;height:30px;color:var(--hud-text-faint);font-size:var(--hud-size-base);cursor:pointer;opacity:.35;transition:opacity var(--hud-transition), background var(--hud-transition);background:0 0;border:1px solid #0000;padding:0;line-height:1;position:fixed}.hud-settings-button:hover,.hud-settings-button:focus-visible{opacity:1;border-color:var(--hud-border);background:var(--hud-surface)}.hud-settings-button--inline{position:static;bottom:auto;right:auto}.hud-editor{z-index:50;overscroll-behavior:contain;justify-content:flex-end;display:flex;position:fixed;inset:0}.hud-editor__scrim{background:#00000073;position:absolute;inset:0}.hud-editor__panel{background:var(--hud-bg-elevated);border-left:1px solid var(--hud-border-strong);width:min(680px,100%);height:100%;padding-right:env(safe-area-inset-right);flex-direction:column;display:flex;position:relative}.hud-editor__head{padding:calc(12px + env(safe-area-inset-top)) 14px 12px;border-bottom:1px solid var(--hud-border);justify-content:space-between;align-items:center;gap:12px;display:flex}.hud-editor__path{font-family:var(--hud-font-mono);font-size:var(--hud-size-sm);color:var(--hud-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-editor__actions{flex:none;align-items:center;gap:8px;display:flex}.hud-editor__dirty{font-size:var(--hud-size-header);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-warning)}.hud-editor__actions button{border:1px solid var(--hud-border-strong);border-radius:var(--hud-radius);background:var(--hud-surface);color:var(--hud-text);font-family:inherit;font-size:var(--hud-size-sm);cursor:pointer;padding:5px 12px}.hud-editor__actions button:hover:not(:disabled){background:var(--hud-surface-hover)}.hud-editor__actions button:disabled{opacity:.4;cursor:default}@media (pointer:coarse){.hud-editor__actions button{min-height:44px;padding-inline:16px}}.hud-editor__text{background:var(--hud-bg);width:100%;min-height:0;color:var(--hud-text);font-family:var(--hud-font-mono);resize:none;tab-size:2;border:none;flex:auto;padding:14px;font-size:16px;line-height:1.6}.hud-editor__text:focus{outline:none}.hud-editor__foot{padding:8px 14px calc(8px + env(safe-area-inset-bottom));border-top:1px solid var(--hud-border);font-size:var(--hud-size-sm);color:var(--hud-text-faint);flex:none}.hud-editor__foot code,.hud-editor__foot kbd{font-family:var(--hud-font-mono);color:var(--hud-text-muted)}.hud-sync{left:50%;bottom:max(16px, env(safe-area-inset-bottom));z-index:40;border:1px solid var(--hud-border-strong);border-radius:var(--hud-radius-pill);background:var(--hud-surface);color:var(--hud-text-muted);font-size:var(--hud-size-sm);white-space:nowrap;align-items:center;gap:8px;padding:6px 14px;display:flex;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #00000059}.hud-sync__dot{background:var(--hud-accent);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite hud-sync-pulse}.hud-sync--error{border-color:color-mix(in srgb, var(--hud-danger) 50%, transparent);color:var(--hud-text)}.hud-sync--error .hud-sync__dot{background:var(--hud-danger);animation:none}.hud-sync button{border:1px solid var(--hud-border-strong);border-radius:var(--hud-radius);color:var(--hud-text);font-family:inherit;font-size:var(--hud-size-sm);cursor:pointer;background:0 0;padding:2px 8px}@keyframes hud-sync-pulse{0%,to{opacity:.35}50%{opacity:1}}@media (prefers-reduced-motion:reduce){.hud-sync__dot{animation:none}}.hud-tabs{z-index:40;background:color-mix(in srgb, var(--hud-bg-elevated) 92%, transparent);border-top:1px solid var(--hud-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right);align-items:stretch;display:flex;position:fixed;inset:auto 0 0}.hud-tabs__tab{min-height:52px;color:var(--hud-text-muted);transition:color var(--hud-transition);-webkit-tap-highlight-color:transparent;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;gap:3px;padding:6px 4px;text-decoration:none;display:flex}.hud-tabs__tab:hover{color:var(--hud-text)}.hud-tabs__tab--active{color:var(--hud-accent-text)}.hud-tabs__icon{font-size:var(--hud-size-lg);line-height:1}.hud-tabs__label{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase}.hud-tabs__tab--active:before{content:"";border-radius:var(--hud-radius-pill);background:var(--hud-accent);width:28px;height:2px;position:absolute;top:0}.hud-tabs__tab{position:relative}.hud-tabs__trailing{align-items:center;padding-right:6px;display:flex}@media (min-width:901px){.hud-tabs{border:1px solid var(--hud-border);border-radius:var(--hud-radius-pill);width:-moz-fit-content;width:fit-content;margin:0 auto;padding:0 6px;inset:auto 0 16px}.hud-tabs__tab{flex:none;min-width:84px}}.hud-banner{border-radius:var(--hud-radius-lg);background:var(--hud-bg-elevated);height:100%;margin:0;position:relative;overflow:hidden}.hud-banner__img{width:100%;height:100%;display:block}.hud-banner__caption{font-size:var(--hud-size-sm);color:#fff;background:linear-gradient(#0000,#000000a6);padding:22px 16px 10px;position:absolute;bottom:0;left:0;right:0}.hud-clock{flex-direction:column;justify-content:center;gap:10px;height:100%;display:flex}.hud-clock__zones{flex-wrap:wrap;justify-content:space-evenly;align-items:baseline;gap:20px;display:flex}.hud-clock__zone{flex-direction:column;align-items:center;gap:2px;min-width:0;display:flex}.hud-clock__time{font-family:var(--hud-font-mono);font-size:var(--hud-size-display);color:var(--hud-text-bright);font-variant-numeric:tabular-nums;letter-spacing:-.02em;white-space:nowrap;font-weight:500;line-height:1.05}.hud-clock__label{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-text-muted)}.hud-clock__date{text-align:center;font-size:var(--hud-size-sm);letter-spacing:.03em;color:var(--hud-text-muted)}@media (max-width:900px){.hud-clock__time{font-size:var(--hud-size-xl)}.hud-clock__zones{gap:12px}}@media (max-width:400px){.hud-clock__time{font-size:var(--hud-size-lg)}}.hud-collection{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.hud-collection__item{border-bottom:1px solid var(--hud-border);align-items:center;gap:10px;min-width:0;padding:7px 0;display:flex}.hud-collection__item:last-child{border-bottom:none}.hud-collection__main{flex:auto;min-width:0}.hud-collection__title{color:var(--hud-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-collection__subtitle{font-size:var(--hud-size-sm);color:var(--hud-text-muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-collection__meta{font-size:var(--hud-size-sm);color:var(--hud-text-muted);white-space:nowrap;flex:none}.hud-collection__badge{border-radius:var(--hud-radius-pill);background:var(--hud-accent-soft);color:var(--hud-accent-text);font-size:var(--hud-size-sm);white-space:nowrap;flex:none;padding:1px 7px}.hud-collection__edit,.hud-collection__bump button{color:var(--hud-text-faint);font-size:var(--hud-size-sm);cursor:pointer;opacity:0;transition:opacity var(--hud-transition), color var(--hud-transition);background:0 0;border:none;flex:none;padding:0 4px;line-height:1.4}.hud-collection__bump button{font-size:var(--hud-size-lg);line-height:1}.hud-collection__item:hover .hud-collection__edit,.hud-collection__item:hover .hud-collection__bump button,.hud-collection__edit:focus-visible,.hud-collection__bump button:focus-visible{opacity:1}.hud-collection__edit:hover,.hud-collection__bump button:hover{color:var(--hud-accent-text)}.hud-collection__bump{gap:2px;display:inline-flex}@media (max-width:900px){.hud-collection__edit,.hud-collection__bump button{opacity:1;padding:0 8px}}.hud-collection__empty{height:100%;min-height:40px;color:var(--hud-text-faint);font-size:var(--hud-size-sm);justify-content:center;align-items:center;display:flex}.hud-collection--progress .hud-collection__item{flex-direction:column;align-items:stretch;gap:5px;padding:9px 0}.hud-collection__progress-head{justify-content:space-between;align-items:baseline;gap:10px;min-width:0;display:flex}.hud-collection__bar{border-radius:var(--hud-radius-pill);background:var(--hud-border-strong);height:4px;overflow:hidden}.hud-collection__bar-fill{border-radius:inherit;background:var(--hud-accent);height:100%;transition:width var(--hud-transition)}.hud-collection--card{flex-flow:wrap;gap:8px}.hud-collection--card .hud-collection__item{border:1px solid var(--hud-border);border-radius:var(--hud-radius);background:var(--hud-bg-elevated);flex-direction:column;flex:140px;align-items:flex-start;gap:3px;padding:10px}.hud-kv{flex-direction:column;margin:0;display:flex}.hud-kv__row{border-bottom:1px solid var(--hud-border);justify-content:space-between;align-items:baseline;gap:12px;padding:6px 0;display:flex}.hud-kv__row:last-child{border-bottom:none}.hud-kv__label{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-text-muted)}.hud-kv__value{font-family:var(--hud-font-mono);font-variant-numeric:tabular-nums;color:var(--hud-text-bright);white-space:nowrap;margin:0}.hud-nav{gap:4px;display:flex}.hud-nav--vertical{flex-direction:column}.hud-nav--horizontal{flex-flow:wrap}.hud-nav__link{border:1px solid var(--hud-border);border-radius:var(--hud-radius);background:var(--hud-bg-elevated);color:var(--hud-text-muted);font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;transition:background var(--hud-transition), color var(--hud-transition);padding:9px 12px;text-decoration:none;display:block}.hud-nav__link:hover{background:var(--hud-surface-hover);color:var(--hud-text-bright)}.hud-quotes{flex-direction:column;gap:6px;height:100%;min-height:0;display:flex}.hud-quotes__list{overscroll-behavior:contain;flex:auto;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.hud-quotes__row{border-bottom:1px solid var(--hud-border);grid-template-columns:1fr auto 68px;align-items:baseline;gap:10px;padding:6px 0;display:grid}.hud-quotes__row:last-child{border-bottom:none}.hud-quotes__symbol{font-size:var(--hud-size-base);color:var(--hud-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hud-quotes__price{font-variant-numeric:tabular-nums;font-size:var(--hud-size-base);color:var(--hud-text-bright);white-space:nowrap}.hud-quotes__change{font-variant-numeric:tabular-nums;font-size:var(--hud-size-sm);text-align:right;white-space:nowrap}.hud-quotes__change--up{color:var(--hud-success)}.hud-quotes__change--up:before{content:"▲ "}.hud-quotes__change--down{color:var(--hud-danger)}.hud-quotes__change--down:before{content:"▼ "}.hud-quotes__change--flat{color:var(--hud-text-faint)}.hud-quotes__age{font-size:var(--hud-size-header);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-text-faint);flex:none}.hud-quotes__age--stale{color:var(--hud-warning)}.hud-quotes__note{font-size:var(--hud-size-base);color:var(--hud-text-muted)}.hud-quotes__path{font-family:var(--hud-font-mono);font-size:var(--hud-size-sm);color:var(--hud-text-faint);word-break:break-all;margin-top:4px}.hud-tasks-wrap{flex-direction:column;height:100%;min-height:0;display:flex}.hud-tasks{flex:auto;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.hud-tasks__item{align-items:flex-start;gap:4px;min-width:0;display:flex}.hud-tasks__label{cursor:pointer;-webkit-user-select:none;user-select:none;flex:auto;align-items:flex-start;gap:9px;min-width:0;padding:5px 0;display:flex}.hud-tasks__input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.hud-tasks__box{border:1px solid var(--hud-border-strong);width:13px;height:13px;transition:background var(--hud-transition), border-color var(--hud-transition);background:0 0;border-radius:3px;flex:none;margin-top:3px;position:relative}.hud-tasks__label:hover .hud-tasks__box{border-color:var(--hud-accent)}.hud-tasks__input:focus-visible+.hud-tasks__box{outline:2px solid var(--hud-accent);outline-offset:2px}.hud-tasks__item--done .hud-tasks__box{border-color:var(--hud-accent);background:var(--hud-accent)}.hud-tasks__item--done .hud-tasks__box:after{content:"";border:solid var(--hud-bg);border-width:0 1.5px 1.5px 0;width:3px;height:7px;position:absolute;top:0;left:4px;transform:rotate(45deg)}.hud-tasks__text{min-width:0;color:var(--hud-text);word-break:break-word}.hud-tasks__item--done .hud-tasks__text{color:var(--hud-text-faint);text-decoration:line-through}.hud-tasks__remove{color:var(--hud-text-faint);font-size:var(--hud-size-lg);cursor:pointer;opacity:0;transition:opacity var(--hud-transition);background:0 0;border:none;flex:none;margin-top:2px;padding:0 4px;line-height:1.2}.hud-tasks__item:hover .hud-tasks__remove,.hud-tasks__remove:focus-visible{opacity:1}.hud-tasks__remove:hover{color:var(--hud-danger)}.hud-tasks__empty{min-height:40px;color:var(--hud-text-faint);font-size:var(--hud-size-sm);flex:auto;justify-content:center;align-items:center;display:flex}.hud-tasks__add{border-top:1px solid var(--hud-border);flex:none;padding-top:6px}.hud-tasks__new{width:100%;color:var(--hud-text);font-family:inherit;font-size:var(--hud-size-base);background:0 0;border:none;padding:5px 0}.hud-tasks__new::placeholder{color:var(--hud-text-faint)}.hud-tasks__new:focus{outline:none}.hud-tasks__new:focus::placeholder{color:#0000}@media (max-width:900px){.hud-tasks__label{padding:9px 0}.hud-tasks__remove{opacity:1;padding:0 8px}}.hud-weather{flex-direction:column;justify-content:center;gap:4px;height:100%;display:flex}.hud-weather--empty{justify-content:center;align-items:flex-start;gap:6px}.hud-weather__main{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.hud-weather__temp{font-size:var(--hud-size-display);font-variant-numeric:tabular-nums;color:var(--hud-text-bright);line-height:1}.hud-weather__unit{font-size:var(--hud-size-lg);color:var(--hud-text-muted)}.hud-weather__conditions{font-size:var(--hud-size-base);color:var(--hud-text)}.hud-weather__meta{font-size:var(--hud-size-sm);color:var(--hud-text-muted);justify-content:space-between;align-items:baseline;gap:10px;display:flex}.hud-weather__range{font-variant-numeric:tabular-nums;white-space:nowrap}.hud-weather__age{font-size:var(--hud-size-header);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-text-faint)}.hud-weather__age--stale{color:var(--hud-warning)}.hud-weather__note{font-size:var(--hud-size-base);color:var(--hud-text-muted)}.hud-weather__path{font-family:var(--hud-font-mono);font-size:var(--hud-size-sm);color:var(--hud-text-faint);word-break:break-all}.hud-week{grid-template-columns:repeat(7,minmax(0,1fr));align-content:center;gap:4px;height:100%;display:grid}.hud-week__day{border-radius:var(--hud-radius);color:var(--hud-text-muted);transition:background var(--hud-transition);flex-direction:column;align-items:center;gap:1px;padding:6px 2px;text-decoration:none;display:flex}a.hud-week__day:hover{background:var(--hud-surface-hover)}.hud-week__day--today{background:var(--hud-accent);color:#fff}.hud-week__name{font-size:9px;font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase}.hud-week__num{font-family:var(--hud-font-mono);font-size:var(--hud-size-lg);font-variant-numeric:tabular-nums;line-height:1.1}.hud-week__day--today .hud-week__num{color:#fff}.hud-setup{min-height:100vh;padding:max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));justify-content:center;align-items:center;display:flex}.hud-setup__card{border:1px solid var(--hud-border);border-radius:var(--hud-radius-lg);background:var(--hud-surface);flex-direction:column;gap:14px;width:100%;max-width:420px;padding:24px;display:flex}.hud-setup__title{font-size:var(--hud-size-lg);color:var(--hud-text-bright);margin:0;font-weight:600}.hud-setup__lede{font-size:var(--hud-size-sm);color:var(--hud-text-muted);margin:-6px 0 4px}.hud-setup__field{flex-direction:column;gap:5px;display:flex}.hud-setup__field span{font-size:var(--hud-size-header);font-weight:var(--hud-header-weight);letter-spacing:var(--hud-header-tracking);text-transform:uppercase;color:var(--hud-text-muted)}.hud-setup__field input{border:1px solid var(--hud-border-strong);border-radius:var(--hud-radius);background:var(--hud-bg);color:var(--hud-text);font-family:var(--hud-font-mono);padding:9px 11px;font-size:16px}.hud-setup__field input:focus{border-color:var(--hud-accent);outline:none}.hud-setup__help{font-size:var(--hud-size-sm);color:var(--hud-text-muted)}.hud-setup__help summary{cursor:pointer;color:var(--hud-accent-text)}.hud-setup__help ol{margin:8px 0;padding-left:18px;line-height:1.7}.hud-setup__error,.hud-setup__ok{border-radius:var(--hud-radius);font-size:var(--hud-size-sm);margin:0;padding:9px 11px}.hud-setup__error{border:1px solid color-mix(in srgb, var(--hud-danger) 45%, transparent);background:color-mix(in srgb, var(--hud-danger) 9%, transparent);color:var(--hud-text)}.hud-setup__ok{border:1px solid color-mix(in srgb, var(--hud-success) 45%, transparent);background:color-mix(in srgb, var(--hud-success) 9%, transparent);color:var(--hud-text)}.hud-setup__actions{justify-content:flex-end;gap:8px;display:flex}.hud-setup__actions button{border:1px solid var(--hud-accent);border-radius:var(--hud-radius);background:var(--hud-accent);color:#fff;font-family:inherit;font-size:var(--hud-size-base);cursor:pointer;padding:9px 18px}.hud-setup__actions button:disabled{opacity:.45;cursor:default}.hud-setup__secondary{border-color:var(--hud-border-strong)!important;color:var(--hud-text-muted)!important;background:0 0!important}
