:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html,body{background:var(--pxd-color-surface-default);min-height:100%;color:var(--pxd-color-text-default);font-family:var(--pxd-type-body-default-family);font-size:var(--pxd-type-body-default-size);line-height:var(--pxd-type-body-default-line-height);letter-spacing:var(--pxd-type-body-default-letter-spacing);-webkit-font-smoothing:antialiased;margin:0}*{box-sizing:border-box}h1,h2,h3,p,ul,ol,dl,dd,figure{margin:0;padding:0}ul,ol{list-style:none}button,input,select,textarea{font:inherit;color:inherit}a{color:inherit;text-decoration:none}:focus-visible{outline:var(--pxd-focus-ring-width) solid var(--pxd-color-border-focus);outline-offset:var(--pxd-focus-ring-offset)}.hal-sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.hal{grid-template-rows:1fr auto;min-height:100dvh;display:grid}.hal-main{width:100%;max-width:720px;padding:0 var(--pxd-space-inset-default) calc(var(--pxd-space-stack-section) + 96px);gap:var(--pxd-space-stack-loose);flex-direction:column;margin:0 auto;display:flex}@media (width>=840px){.hal{grid-template-rows:1fr;grid-template-columns:96px 1fr}.hal-main{padding:0 var(--pxd-space-inset-comfortable) var(--pxd-space-stack-section);max-width:840px}}.hal-top{z-index:2;margin:0 calc(-1 * var(--pxd-space-inset-default));padding:0 var(--pxd-space-inset-default);background:var(--pxd-color-surface-default);position:sticky;top:0}.hal-top-row{align-items:center;gap:var(--pxd-space-inline-tight);min-height:64px;display:flex}.hal-top-title{font-family:var(--pxd-type-title-section-family);font-size:var(--pxd-type-title-section-size);font-weight:var(--pxd-type-title-section-weight);line-height:var(--pxd-type-title-section-line-height);white-space:nowrap;text-overflow:ellipsis;flex:auto;overflow:hidden}.hal-top-row:has(.hal-icon-button:first-child) .hal-top-title{margin-left:var(--pxd-space-inline-tight)}.hal-top-trailing{gap:var(--pxd-space-inline-tight);margin-left:auto;display:flex}.hal-top-headline{padding:0 0 var(--pxd-space-stack-loose);font-family:var(--pxd-type-title-page-family);font-size:var(--pxd-type-title-page-size);font-weight:var(--pxd-type-title-page-weight);line-height:var(--pxd-type-title-page-line-height)}.hal-icon-button{width:var(--pxd-size-target-min);height:var(--pxd-size-target-min);border-radius:var(--pxd-radius-full);color:var(--pxd-color-text-default);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex}.hal-icon-button:hover{background:color-mix(in srgb, currentColor calc(var(--pxd-opacity-state-hover) * 100%), transparent)}.hal-nav{z-index:3;background:var(--pxd-color-surface-subtle);padding-bottom:env(safe-area-inset-bottom);position:fixed;inset:auto 0 0}.hal-nav ul{justify-content:space-around;height:80px;display:flex}.hal-nav li{flex:1 1 0;min-width:0}.hal-nav-item{height:100%;color:var(--pxd-color-text-muted);font-family:var(--pxd-type-label-small-family);font-size:var(--pxd-type-label-small-size);font-weight:var(--pxd-type-label-small-weight);letter-spacing:var(--pxd-type-label-small-letter-spacing);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.hal-nav-pill{border-radius:var(--pxd-radius-full);width:64px;height:32px;transition:background var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard);justify-content:center;align-items:center;display:inline-flex}.hal-nav-item:hover .hal-nav-pill{background:color-mix(in srgb, var(--pxd-color-text-default) calc(var(--pxd-opacity-state-hover) * 100%), transparent)}.hal-nav-item.is-active{color:var(--pxd-color-text-default)}.hal-nav-item.is-active .hal-nav-pill{background:var(--pxd-color-selection-background);color:var(--pxd-color-selection-foreground)}.hal-nav .hal-fab-rail{display:none}@media (width>=840px){.hal-nav{top:0;width:96px;height:100dvh;padding:var(--pxd-space-stack-loose) 0;align-items:center;gap:var(--pxd-space-stack-section);background:var(--pxd-color-surface-default);flex-direction:column;display:flex;position:sticky;inset:auto}.hal-nav ul{justify-content:flex-start;gap:var(--pxd-space-stack-tight);flex-direction:column;width:100%;height:auto}.hal-nav li{flex:none}.hal-nav-item{height:56px}.hal-nav .hal-fab-rail{flex-direction:column;gap:0;width:56px;height:56px;padding:0;font-size:10px;display:inline-flex}.hal-fab-rail span,.hal .hal-fab-floating{display:none}}.hal-fab{align-items:center;gap:var(--pxd-space-inline-default);background:var(--pxd-color-action-secondary-background);height:56px;color:var(--pxd-color-action-secondary-foreground);font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);letter-spacing:var(--pxd-type-label-default-letter-spacing);box-shadow:var(--pxd-shadow-raised);cursor:pointer;transition:box-shadow var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard);border:0;border-radius:16px;padding:0 20px 0 16px;display:inline-flex}.hal-fab:hover{box-shadow:var(--pxd-shadow-overlay)}.hal-fab-floating{right:var(--pxd-space-inset-default);bottom:calc(80px + env(safe-area-inset-bottom) + var(--pxd-space-inset-default));z-index:3;transition:transform var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard);position:fixed}body:has(.hal-snackbar) .hal-fab-floating{transform:translateY(-64px)}.hal-card{border-radius:var(--pxd-radius-default);padding:var(--pxd-space-inset-default)}.hal-card-filled{background:var(--pxd-color-surface-subtle)}.hal-card-elevated{background:var(--pxd-color-surface-raised);box-shadow:var(--pxd-shadow-raised)}.hal-card-outlined{border:var(--pxd-border-width-default) solid var(--pxd-color-border-default)}.hal-section-title{justify-content:space-between;align-items:baseline;gap:var(--pxd-space-inline-loose);margin-top:var(--pxd-space-stack-default);display:flex}.hal-section-title h2{font-family:var(--pxd-type-title-item-family);font-size:var(--pxd-type-title-item-size);font-weight:var(--pxd-type-title-item-weight);letter-spacing:var(--pxd-type-title-item-letter-spacing)}.hal-list{flex-direction:column;display:flex}.hal-li{align-items:center;gap:var(--pxd-space-inline-loose);width:100%;min-height:72px;padding:var(--pxd-space-inset-compact) 0;text-align:left;border-radius:var(--pxd-radius-default);background:0 0;border:0;display:flex}.hal-li-interactive{cursor:pointer;margin:0 calc(-1 * var(--pxd-space-inset-compact));padding:var(--pxd-space-inset-compact);width:calc(100% + 2 * var(--pxd-space-inset-compact));transition:background var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard)}.hal-li-interactive:hover{background:color-mix(in srgb, var(--pxd-color-text-default) calc(var(--pxd-opacity-state-hover) * 100%), transparent)}.hal-li-leading{flex:none;display:inline-flex}.hal-li-text{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.hal-li-title{font-family:var(--pxd-type-title-item-family);font-size:var(--pxd-type-body-default-size);text-overflow:ellipsis;white-space:nowrap;font-weight:400;overflow:hidden}.hal-li-supporting{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size);line-height:var(--pxd-type-body-small-line-height);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.hal-li-trailing{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size);flex-direction:column;flex:none;align-items:flex-end;gap:2px;display:flex}.hal-avatar{border-radius:var(--pxd-radius-full);background:oklch(90% .06 var(--hal-avatar-hue));color:oklch(32% .09 var(--hal-avatar-hue));font-family:var(--pxd-type-label-default-family);letter-spacing:.02em;flex:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex}[data-pxd-mode=dark] .hal-avatar{background:oklch(32% .07 var(--hal-avatar-hue));color:oklch(90% .06 var(--hal-avatar-hue))}.hal-amount{font-family:var(--pxd-type-title-item-family);color:var(--pxd-color-text-default);font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:500}.hal-amount.is-in{color:var(--pxd-color-data-positive)}.hal-day{margin-top:var(--pxd-space-stack-loose);padding:0 0 var(--pxd-space-stack-tight);color:var(--pxd-color-text-muted);font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);letter-spacing:var(--pxd-type-label-default-letter-spacing)}.hal-button{justify-content:center;align-items:center;gap:var(--pxd-space-inline-default);border-radius:var(--pxd-radius-full);min-height:40px;font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);letter-spacing:var(--pxd-type-label-default-letter-spacing);cursor:pointer;white-space:nowrap;border:0;padding:0 24px;display:inline-flex}.hal-button:disabled{opacity:var(--pxd-opacity-state-disabled);cursor:default}.hal-button-filled{background:var(--pxd-color-action-primary-background);color:var(--pxd-color-action-primary-foreground)}.hal-button-tonal{background:var(--pxd-color-action-secondary-background);color:var(--pxd-color-action-secondary-foreground)}.hal-button-outlined{border:var(--pxd-border-width-default) solid var(--pxd-color-action-secondary-border);color:var(--pxd-color-text-link);background:0 0}.hal-button-text{color:var(--pxd-color-text-link);background:0 0;padding:0 12px}.hal-button:not(:disabled):hover{filter:brightness(.96)}.hal-chips{gap:var(--pxd-space-inline-default);scrollbar-width:none;padding:2px 0;display:flex;overflow-x:auto}.hal-chip{align-items:center;gap:var(--pxd-space-inline-default);border:var(--pxd-border-width-default) solid var(--pxd-color-border-strong);border-radius:var(--pxd-radius-small);height:32px;color:var(--pxd-color-text-default);font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);white-space:nowrap;cursor:pointer;background:0 0;flex:none;padding:0 16px;display:inline-flex}.hal-chip.is-selected{background:var(--pxd-color-selection-background);color:var(--pxd-color-selection-foreground);border-color:#0000}.hal-balance{gap:var(--pxd-space-stack-tight);padding:var(--pxd-space-inset-comfortable);background:var(--pxd-color-action-primary-background);color:var(--pxd-color-action-primary-foreground);flex-direction:column;display:flex}.hal-balance-label{font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);opacity:.85}.hal-balance-value{font-family:var(--pxd-type-numeric-display-family);font-size:clamp(36px,9vw,48px);font-weight:var(--pxd-type-numeric-display-weight);font-variant-numeric:tabular-nums;letter-spacing:-.01em;line-height:1.1}.hal-balance-row{justify-content:space-between;gap:var(--pxd-space-inline-loose);margin-top:var(--pxd-space-stack-default);font-size:var(--pxd-type-body-small-size);opacity:.9;display:flex}.hal-balance-actions{gap:var(--pxd-space-inline-default);margin-top:var(--pxd-space-stack-loose);display:flex}.hal-balance .hal-button-tonal{background:color-mix(in srgb, var(--pxd-color-action-primary-foreground) 18%, transparent);color:var(--pxd-color-action-primary-foreground)}.hal-ask{align-items:center;gap:var(--pxd-space-inline-loose);width:100%;height:56px;padding:0 var(--pxd-space-inset-default);border-radius:var(--pxd-radius-full);background:var(--pxd-color-surface-subtle);color:var(--pxd-color-text-muted);text-align:left;cursor:text;border:0;display:flex}.hal-ask:hover{background:color-mix(in srgb, var(--pxd-color-text-default) calc(var(--pxd-opacity-state-hover) * 100%), var(--pxd-color-surface-subtle))}.hal-ask .hal-ask-text{flex:auto}.hal-ask .hal-ask-spark{color:var(--pxd-color-text-link)}.hal-month{gap:var(--pxd-space-inline-loose);grid-template-columns:1fr 1fr;display:grid}.hal-stat{flex-direction:column;gap:2px;display:flex}.hal-stat-label{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size)}.hal-stat-value{font-family:var(--pxd-type-title-section-family);font-size:var(--pxd-type-title-section-size);font-variant-numeric:tabular-nums;font-weight:500}.hal-budget-bar{border-radius:var(--pxd-radius-full);background:var(--pxd-color-surface-overlay);height:8px;overflow:hidden}.hal-budget-bar>span{border-radius:inherit;background:var(--pxd-color-action-primary-background);height:100%;transition:width var(--pxd-motion-duration-medium) var(--pxd-motion-easing-standard);display:block}.hal-budget-bar.is-over>span{background:var(--pxd-color-status-danger-emphasis)}.hal-search{align-items:center;gap:var(--pxd-space-inline-loose);height:56px;padding:0 var(--pxd-space-inset-default);border-radius:var(--pxd-radius-full);background:var(--pxd-color-surface-subtle);color:var(--pxd-color-text-muted);display:flex}.hal-search input{min-width:0;color:var(--pxd-color-text-default);background:0 0;border:0;outline:none;flex:auto}.hal-search input::placeholder{color:var(--pxd-color-text-muted)}.hal-empty{align-items:center;gap:var(--pxd-space-stack-default);padding:var(--pxd-space-stack-section) var(--pxd-space-inset-default);text-align:center;flex-direction:column;display:flex}.hal-empty-icon{border-radius:var(--pxd-radius-full);background:var(--pxd-color-surface-subtle);width:56px;height:56px;color:var(--pxd-color-text-muted);justify-content:center;align-items:center;display:inline-flex}.hal-empty-title{font-family:var(--pxd-type-title-item-family);font-size:var(--pxd-type-title-item-size);font-weight:var(--pxd-type-title-item-weight)}.hal-empty-body{max-width:36ch;color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size)}.hal-sheet{z-index:10;background:0 0;border:0;justify-content:center;align-items:flex-end;width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:0;display:flex;position:fixed;inset:0}.hal-sheet::backdrop{background:var(--pxd-color-scrim)}.hal-sheet-panel{background:var(--pxd-color-surface-default);width:100%;max-height:92dvh;color:var(--pxd-color-text-default);box-shadow:var(--pxd-shadow-overlay);animation:hal-rise var(--pxd-motion-duration-medium) var(--pxd-motion-easing-enter);border-radius:28px 28px 0 0;flex-direction:column;display:flex;overflow:hidden}@keyframes hal-rise{0%{opacity:0;transform:translateY(24px)}}@media (prefers-reduced-motion:reduce){.hal-sheet-panel{animation:none}}.hal-sheet-handle{background:var(--pxd-color-border-strong);opacity:.5;border-radius:2px;width:32px;height:4px;margin:12px auto 0}.hal-sheet-head{align-items:center;gap:var(--pxd-space-inline-default);padding:var(--pxd-space-inset-compact) var(--pxd-space-inset-compact) 0 var(--pxd-space-inset-default);display:flex}.hal-sheet-head p{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size);text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.hal-sheet-body{overscroll-behavior:contain;padding-bottom:env(safe-area-inset-bottom);overflow:auto}.hal-sheet-body>.jit>.pxd-surface{padding-top:var(--pxd-space-inset-default)}.hal-sheet-body>.jit>.jit-mark{margin:0 var(--pxd-space-inset-comfortable) var(--pxd-space-inset-default)}@media (width>=840px){.hal-sheet{justify-content:flex-end;align-items:stretch}.hal-sheet-panel{border-radius:28px 0 0 28px;width:min(480px,100vw);max-height:none;animation-name:hal-slide}@keyframes hal-slide{0%{opacity:0;transform:translate(24px)}}.hal-sheet-handle{display:none}.hal-sheet-head{padding-top:var(--pxd-space-inset-default)}}.hal-askscreen{gap:var(--pxd-space-stack-loose);padding:var(--pxd-space-inset-default);flex-direction:column;display:flex}.hal-askscreen form{align-items:center;gap:var(--pxd-space-inline-default);display:flex}.hal-askscreen .hal-search{flex:auto}.hal-askscreen h2{font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);color:var(--pxd-color-text-muted)}.hal-ask-suggest{flex-direction:column;display:flex}.hal-ask-suggest button{align-items:center;gap:var(--pxd-space-inline-loose);min-height:56px;padding:0 var(--pxd-space-inset-compact);margin:0 calc(-1 * var(--pxd-space-inset-compact));border-radius:var(--pxd-radius-default);text-align:left;cursor:pointer;background:0 0;border:0;display:flex}.hal-ask-suggest button:hover{background:color-mix(in srgb, var(--pxd-color-text-default) calc(var(--pxd-opacity-state-hover) * 100%), transparent)}.hal-ask-suggest .hal-ask-icon{color:var(--pxd-color-text-muted);display:inline-flex}.hal-ask-miss{padding:var(--pxd-space-inset-default);border-radius:var(--pxd-radius-default);background:var(--pxd-color-status-info-background);color:var(--pxd-color-status-info-foreground);gap:var(--pxd-space-stack-tight);flex-direction:column;display:flex}.hal-ask-miss b{font-weight:500}.hal-snackbar{left:50%;bottom:calc(80px + env(safe-area-inset-bottom) + var(--pxd-space-inset-default));z-index:20;align-items:center;gap:var(--pxd-space-inline-loose);width:min(560px, calc(100vw - 2 * var(--pxd-space-inset-default)));min-height:48px;padding:0 var(--pxd-space-inset-compact) 0 var(--pxd-space-inset-default);border-radius:var(--pxd-radius-small);background:var(--pxd-color-surface-inverse);color:var(--pxd-color-text-inverse);font-size:var(--pxd-type-body-small-size);box-shadow:var(--pxd-shadow-overlay);animation:hal-rise var(--pxd-motion-duration-short) var(--pxd-motion-easing-enter);display:flex;position:fixed;transform:translate(-50%)}.hal-snackbar p{flex:auto;padding:12px 0}.hal-snackbar .hal-button-text{color:var(--pxd-color-selection-background)}@media (width>=840px){.hal-snackbar{left:auto;right:var(--pxd-space-inset-comfortable);bottom:var(--pxd-space-inset-comfortable);transform:none}}.hal-hero{align-items:center;gap:var(--pxd-space-stack-default);padding:var(--pxd-space-stack-loose) 0;text-align:center;flex-direction:column;display:flex}.hal-hero-amount{font-family:var(--pxd-type-numeric-display-family);font-size:var(--pxd-type-numeric-display-size);font-weight:var(--pxd-type-numeric-display-weight);line-height:var(--pxd-type-numeric-display-line-height);font-variant-numeric:tabular-nums}.hal-hero-title{font-family:var(--pxd-type-title-section-family);font-size:var(--pxd-type-title-section-size);font-weight:var(--pxd-type-title-section-weight)}.hal-hero p{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size)}.hal-details{gap:var(--pxd-space-stack-default) var(--pxd-space-inline-loose);grid-template-columns:max-content 1fr;display:grid}.hal-details dt{color:var(--pxd-color-text-muted);font-size:var(--pxd-type-body-small-size)}.hal-details dd{text-align:right}.hal-status{border-radius:var(--pxd-radius-small);height:28px;font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-small-size);font-weight:var(--pxd-type-label-small-weight);align-items:center;gap:6px;padding:0 12px;display:inline-flex}.hal-status-info{background:var(--pxd-color-status-info-background);color:var(--pxd-color-status-info-foreground)}.hal-status-warning{background:var(--pxd-color-status-warning-background);color:var(--pxd-color-status-warning-foreground)}.hal-status-success{background:var(--pxd-color-status-success-background);color:var(--pxd-color-status-success-foreground)}.hal-status-danger{background:var(--pxd-color-status-danger-background);color:var(--pxd-color-status-danger-foreground)}.hal-actions{gap:var(--pxd-space-inline-default);flex-wrap:wrap;display:flex}.hal-stack{gap:var(--pxd-space-stack-default);flex-direction:column;display:flex}.hal-muted{color:var(--pxd-color-text-muted)}.hal-small{font-size:var(--pxd-type-body-small-size);line-height:var(--pxd-type-body-small-line-height)}.hal-field{flex-direction:column;gap:6px;display:flex}.hal-field>span{font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);color:var(--pxd-color-text-muted)}.hal-input{height:56px;padding:0 var(--pxd-space-inset-default);border:var(--pxd-border-width-default) solid var(--pxd-color-border-strong);border-radius:var(--pxd-radius-small);background:var(--pxd-color-surface-default);color:var(--pxd-color-text-default)}.hal-switch{justify-content:space-between;align-items:center;gap:var(--pxd-space-inline-loose);cursor:pointer;min-height:56px;display:flex}.hal-switch input{appearance:none;border-radius:var(--pxd-radius-full);border:2px solid var(--pxd-color-border-strong);background:var(--pxd-color-surface-subtle);cursor:pointer;width:52px;height:32px;transition:background var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard);flex:none;margin:0;position:relative}.hal-switch input:after{content:"";background:var(--pxd-color-border-strong);width:16px;height:16px;transition:transform var(--pxd-motion-duration-short) var(--pxd-motion-easing-standard), background var(--pxd-motion-duration-short);border-radius:50%;position:absolute;top:6px;left:6px}.hal-switch input:checked{background:var(--pxd-color-action-primary-background);border-color:var(--pxd-color-action-primary-background)}.hal-switch input:checked:after{background:var(--pxd-color-action-primary-foreground);transform:translate(20px)scale(1.4)}.hal-segmented{border:var(--pxd-border-width-default) solid var(--pxd-color-border-strong);border-radius:var(--pxd-radius-full);display:inline-flex;overflow:hidden}.hal-segmented button{min-height:40px;font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);font-weight:var(--pxd-type-label-default-weight);cursor:pointer;background:0 0;border:0;padding:0 16px}.hal-segmented button+button{border-left:var(--pxd-border-width-default) solid var(--pxd-color-border-strong)}.hal-segmented button[aria-pressed=true]{background:var(--pxd-color-selection-background);color:var(--pxd-color-selection-foreground)}.hal-bars{align-items:end;gap:var(--pxd-space-inline-default);grid-auto-columns:1fr;grid-auto-flow:column;height:160px;display:grid}.hal-bar{height:100%;font-size:var(--pxd-type-label-small-size);color:var(--pxd-color-text-muted);flex-direction:column;justify-content:flex-end;align-items:center;gap:6px;display:flex}.hal-bar>span:first-child{border-radius:var(--pxd-radius-small) var(--pxd-radius-small) 2px 2px;background:var(--pxd-color-action-secondary-background);width:100%;max-width:48px;min-height:2px}.hal-bar.is-current>span:first-child{background:var(--pxd-color-action-primary-background)}.hal-welcome{justify-content:center;gap:var(--pxd-space-stack-section);max-width:480px;min-height:100dvh;padding:var(--pxd-space-inset-comfortable);flex-direction:column;margin:0 auto;display:flex}.hal-welcome h1{font-family:var(--pxd-type-title-page-family);font-size:var(--pxd-type-title-page-size);font-weight:var(--pxd-type-title-page-weight);line-height:var(--pxd-type-title-page-line-height)}.hal-welcome p{color:var(--pxd-color-text-muted);max-width:40ch}.hal-welcome-mark{background:var(--pxd-color-action-primary-background);width:56px;height:56px;color:var(--pxd-color-action-primary-foreground);font-family:var(--pxd-type-title-section-family);border-radius:16px;justify-content:center;align-items:center;font-size:28px;font-weight:500;display:inline-flex}.hal-dots{gap:6px;display:flex}.hal-dots span{background:var(--pxd-color-border-default);border-radius:50%;width:8px;height:8px}.hal-dots span.is-on{background:var(--pxd-color-action-primary-background)}.hal-cardface{aspect-ratio:1.586;width:100%;max-width:400px;padding:var(--pxd-space-inset-comfortable);background:linear-gradient(135deg, var(--pxd-color-action-primary-background), color-mix(in srgb, var(--pxd-color-action-primary-background) 60%, var(--pxd-color-surface-inverse)));color:var(--pxd-color-action-primary-foreground);box-shadow:var(--pxd-shadow-raised);transition:filter var(--pxd-motion-duration-medium) var(--pxd-motion-easing-standard);border-radius:20px;flex-direction:column;justify-content:space-between;margin:0 auto;display:flex;position:relative}.hal-cardface.is-frozen{filter:saturate(.2)brightness(.9)}.hal-cardface-brand{font-family:var(--pxd-type-title-section-family);font-size:var(--pxd-type-title-section-size);letter-spacing:-.02em;font-weight:500}.hal-cardface-number{font-family:var(--pxd-type-numeric-display-family);letter-spacing:.08em;font-variant-numeric:tabular-nums;font-size:22px}.hal-cardface-row{font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-default-size);letter-spacing:.06em;justify-content:space-between;display:flex}.hal-cardface-frozen{top:var(--pxd-space-inset-default);right:var(--pxd-space-inset-default);border-radius:var(--pxd-radius-full);background:color-mix(in srgb, var(--pxd-color-action-primary-foreground) 22%, transparent);height:28px;font-family:var(--pxd-type-label-default-family);font-size:var(--pxd-type-label-small-size);font-weight:var(--pxd-type-label-small-weight);align-items:center;gap:6px;padding:0 12px;display:inline-flex;position:absolute}
