.hw-sidebar-panel.hw-sidebar-panel-alternate{top:var(--hw-topbar-height);width:100%;height:calc(100vh - var(--hw-topbar-height));height:calc(100dvh - var(--hw-topbar-height));margin:0;border:0;border-radius:0;background:linear-gradient(180deg,var(--hw-brand-900),var(--hw-brand-950));box-shadow:none;color:#fff}.hw-sidebar-alternate-header{display:flex;min-width:0;flex:0 0 auto;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem .9rem .85rem;border-bottom:1px solid rgb(255 255 255 / 10%)}.hw-sidebar-alternate-workspace{display:flex;min-width:0;align-items:center;gap:.65rem}.hw-sidebar-alternate-workspace-icon{display:grid;width:2.15rem;height:2.15rem;flex:0 0 auto;place-items:center;border-radius:.65rem;background:transparent;color:var(--hw-accent)}.hw-sidebar-alternate-workspace-icon svg{width:1.15rem;height:1.15rem}.hw-sidebar-alternate-workspace-copy{display:flex;min-width:0;flex-direction:column;gap:.12rem}.hw-sidebar-alternate-workspace-copy strong,.hw-sidebar-alternate-workspace-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-sidebar-alternate-workspace-copy strong{color:#fff;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:.8rem;font-weight:700}.hw-sidebar-alternate-workspace-copy span{color:#ffffff94;font-size:.68rem}.hw-sidebar-alternate-close{display:none!important}.hw-sidebar-alternate-search{display:flex;min-height:2.65rem;flex:0 0 auto;align-items:center;gap:.5rem;margin:.85rem .85rem .7rem;padding:0 .7rem;border:1px solid rgb(255 255 255 / 16%);border-radius:.65rem;background:rgb(0 0 0 / 12%);color:#ffffffa3;transition:border-color .15s ease,background-color .15s ease}.hw-sidebar-alternate-search:focus-within{border-color:var(--hw-accent);background:rgb(255 255 255 / 8%)}.hw-sidebar-alternate-search-icon{width:1rem;height:1rem;flex:0 0 auto}.hw-sidebar-alternate-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:.78rem}.hw-sidebar-alternate-search input::-moz-placeholder{color:#ffffff85}.hw-sidebar-alternate-search input::placeholder{color:#ffffff85}.hw-sidebar-alternate-search input::-webkit-search-cancel-button{cursor:pointer}.hw-sidebar-alternate-navigation{display:flex;min-height:0;flex:1 1 auto;flex-direction:column;gap:1rem;padding:0 .85rem .85rem;overflow-x:hidden;overflow-y:auto;scrollbar-gutter:stable;scrollbar-color:var(--hw-accent) rgb(0 0 0 / 16%);scrollbar-color:color-mix(in srgb,var(--hw-accent) 72%,#fff) rgb(0 0 0 / 16%);scrollbar-width:thin}.hw-sidebar-alternate-navigation::-webkit-scrollbar{width:.55rem;background:rgb(0 0 0 / 16%)}.hw-sidebar-alternate-navigation::-webkit-scrollbar-track{background:rgb(0 0 0 / 16%)}.hw-sidebar-alternate-navigation::-webkit-scrollbar-thumb{border:.12rem solid transparent;border-radius:999px;background:color-mix(in srgb,var(--hw-accent) 72%,#fff);background-clip:padding-box}.hw-sidebar-alternate-navigation::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb,var(--hw-accent) 58%,#fff);background-clip:padding-box}.hw-sidebar-alternate-empty{display:flex;min-height:8rem;align-items:center;justify-content:center;gap:.45rem;padding:1rem;color:#ffffff94;font-size:.76rem;text-align:center}.hw-sidebar-alternate-empty svg{width:1rem;height:1rem;flex:0 0 auto}.hw-sidebar-alternate-section{flex:0 0 auto}.hw-sidebar-alternate-section h2{margin:0 0 .35rem;padding:0 .3rem;color:#ffffff85;font-size:.62rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hw-sidebar-alternate-items{display:grid;gap:.15rem}.hw-sidebar-alternate-link,.hw-sidebar-alternate-group-trigger{display:flex;width:100%;min-height:2.65rem;cursor:pointer;align-items:center;gap:.6rem;padding:.35rem .45rem;border:0;border-radius:.6rem;background:transparent;color:#ffffffb8;font-size:.8rem;font-weight:500;line-height:1.25;text-align:left;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.hw-sidebar-alternate-link:hover,.hw-sidebar-alternate-group-trigger:hover,.hw-sidebar-alternate-link:focus-visible,.hw-sidebar-alternate-group-trigger:focus-visible{background:rgb(255 255 255 / 9%);color:#fff}.hw-sidebar-alternate-link:focus-visible,.hw-sidebar-alternate-group-trigger:focus-visible{outline:2px solid var(--hw-accent);outline-offset:-2px}.hw-sidebar-alternate-link.is-active{background:rgb(255 255 255 / 14%);box-shadow:none;color:#fff;font-weight:700}.hw-sidebar-alternate-group.is-active>.hw-sidebar-alternate-group-trigger{background:rgb(255 255 255 / 9%);color:#fff;font-weight:700}.hw-sidebar-alternate-icon{display:grid;width:1.65rem;height:1.65rem;flex:0 0 auto;place-items:center;border-radius:.45rem;color:#ffffff9e}.hw-sidebar-alternate-icon svg{width:1rem;height:1rem}.hw-sidebar-alternate-link.is-active .hw-sidebar-alternate-icon,.hw-sidebar-alternate-link:hover .hw-sidebar-alternate-icon,.hw-sidebar-alternate-group-trigger:hover .hw-sidebar-alternate-icon{background:transparent;color:color-mix(in srgb,var(--hw-accent) 72%,#fff)}.hw-sidebar-alternate-label{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-sidebar-alternate-chevron{width:.9rem;height:.9rem;flex:0 0 auto;color:#ffffff94;transition:transform .18s ease,color .15s ease}.hw-sidebar-alternate-group.is-open>.hw-sidebar-alternate-group-trigger .hw-sidebar-alternate-chevron{transform:rotate(90deg)}.hw-sidebar-alternate-children-reveal{display:grid;grid-template-rows:0fr;visibility:hidden;opacity:0;transform:translateY(-.15rem);transition:grid-template-rows .22s cubic-bezier(.16,1,.3,1),opacity .16s ease,transform .22s cubic-bezier(.16,1,.3,1),visibility 0s linear .22s}.hw-sidebar-alternate-group.is-open>.hw-sidebar-alternate-children-reveal{grid-template-rows:1fr;visibility:visible;opacity:1;transform:translateY(0);transition-delay:0s}.hw-sidebar-alternate-children-clip{min-height:0;overflow:hidden}.hw-sidebar-alternate-children{display:grid;gap:.1rem;margin:.2rem 0 .15rem 1.25rem;padding:.15rem 0 .15rem .7rem}.hw-sidebar-alternate-link.is-child{min-height:2.35rem;padding:.25rem .4rem;font-size:.74rem}.hw-sidebar-alternate-link.is-child .hw-sidebar-alternate-icon{width:1.15rem;height:1.15rem}.hw-sidebar-alternate-link.is-child .hw-sidebar-alternate-icon svg{width:.78rem;height:.78rem}.hw-sidebar-alternate-account{display:flex;min-width:0;flex:0 0 auto;align-items:center;gap:.55rem;margin:0 .85rem .85rem;padding-top:.75rem;border-top:1px solid rgb(255 255 255 / 10%)}.hw-sidebar-alternate-avatar{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:999px;background:rgb(255 255 255 / 10%);color:#fff;font-size:.68rem;font-weight:800;text-transform:uppercase}.hw-sidebar-alternate-account-copy{display:flex;min-width:0;flex-direction:column;gap:.08rem}.hw-sidebar-alternate-account-copy strong,.hw-sidebar-alternate-account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-sidebar-alternate-account-copy strong{color:#fff;font-size:.74rem;font-weight:700}.hw-sidebar-alternate-account-copy small{color:#ffffff94;font-size:.64rem}@media (max-width: 1279px){.hw-sidebar-layer-alternate{width:100%}.hw-sidebar-panel.hw-sidebar-panel-alternate{top:0;left:0;width:min(19rem,88vw);height:100vh;height:100dvh;margin:0;border:0;border-radius:0;background:linear-gradient(180deg,var(--hw-brand-900),var(--hw-brand-950));transform:translate(-102%)}.hw-sidebar-layer.is-open .hw-sidebar-panel-alternate{transform:translate(0)}.hw-sidebar-alternate-close{display:inline-flex!important;min-width:2.5rem!important;min-height:2.5rem!important;border-color:#ffffff29!important;background:rgb(255 255 255 / 10%)!important;color:#fff!important}}@media (prefers-reduced-motion: reduce){.hw-sidebar-panel.hw-sidebar-panel-alternate,.hw-sidebar-alternate-link,.hw-sidebar-alternate-group-trigger,.hw-sidebar-alternate-chevron,.hw-sidebar-alternate-search,.hw-sidebar-alternate-children-reveal{transition:none}}.hw-password-modal-header{display:flex;align-items:flex-start;gap:.8rem}.hw-password-modal-header-icon,.hw-password-modal-intro-icon{display:grid;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 24%,var(--hw-border));border-radius:var(--hw-radius-sm);background:var(--hw-accent-soft);color:var(--hw-brand-700)}.hw-password-modal-header-icon{width:2.5rem;height:2.5rem}.hw-password-modal-header-icon svg{width:1.2rem;height:1.2rem}.hw-password-modal-heading{display:flex;min-width:0;flex-direction:column;gap:.15rem}.hw-password-modal-heading small{color:var(--hw-brand-700);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hw-password-modal-heading strong{color:var(--hw-text);font-size:1.05rem;font-weight:750;line-height:1.3}.hw-password-modal-heading>span{max-width:32rem;color:var(--hw-text-muted);font-size:.78rem;line-height:1.45}.hw-password-modal-body{display:grid;gap:1.25rem}.hw-password-modal-intro{display:grid;grid-template-columns:2.4rem minmax(0,1fr);align-items:start;gap:.75rem;padding:.9rem;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 18%,var(--hw-border));border-radius:var(--hw-radius-sm);background:var(--hw-accent-soft)}.hw-password-modal-intro-icon{width:2.4rem;height:2.4rem;border-color:transparent;background:var(--hw-surface)}.hw-password-modal-intro-icon svg{width:1.15rem;height:1.15rem}.hw-password-modal-intro strong{display:block;color:var(--hw-text);font-size:.8rem;font-weight:700;line-height:1.4}.hw-password-modal-intro p{margin:.25rem 0 0;color:var(--hw-text-muted);font-size:.75rem;line-height:1.45}.hw-password-modal-form{display:grid;gap:1rem}.hw-password-modal-field{display:flex;flex-direction:column;gap:.45rem}.hw-password-modal-field .hw-label{font-size:.8rem}.hw-password-modal-field .hw-input{width:100%;min-height:2.75rem!important;padding-right:.8rem!important;padding-left:.8rem!important}.hw-password-modal-error{display:flex;align-items:flex-start;gap:.45rem;margin:0;padding:.7rem .8rem;border:1px solid color-mix(in srgb,var(--hw-danger) 24%,var(--hw-border));border-radius:var(--hw-radius-sm);background:var(--hw-danger-soft);color:var(--hw-danger);font-size:.8rem;line-height:1.45}.hw-password-modal-error svg{width:1rem;height:1rem;flex:0 0 auto;margin-top:.1rem}.hw-password-modal-spinner{width:1rem;height:1rem;flex:0 0 auto;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:hw-password-modal-spin .75s linear infinite}@keyframes hw-password-modal-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.hw-password-modal-spinner{animation-duration:1.4s}}@media (max-width: 40rem){.hw-password-modal-heading>span{display:none}}.hw-account-page{max-width:86rem}.hw-account-breadcrumb{display:flex;min-height:2rem;align-items:center;gap:.35rem;margin-bottom:.75rem;color:var(--hw-text-muted);font-size:.78rem;font-weight:600}.hw-account-breadcrumb svg{width:.9rem;height:.9rem;flex:0 0 auto}.hw-account-breadcrumb [aria-current=page]{color:var(--hw-text)}.hw-account-summary{display:flex;min-width:0;align-items:center;gap:1rem;margin-bottom:1rem;padding:1.15rem 1.25rem}.hw-account-avatar{display:grid;width:3.5rem;height:3.5rem;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 34%,var(--hw-border));border-radius:50%;background:var(--hw-accent-soft);color:var(--hw-brand-900);font-size:1rem;font-weight:800;letter-spacing:.04em}.dark .hw-account-avatar{color:var(--hw-text)}.hw-account-summary-copy{display:flex;min-width:0;flex:1 1 auto;flex-direction:column;gap:.15rem}.hw-account-summary-copy strong{overflow:hidden;color:var(--hw-text);font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hw-account-summary-copy span{overflow:hidden;color:var(--hw-text-muted);font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.hw-account-role{display:inline-flex;min-height:2rem;flex:0 0 auto;align-items:center;gap:.35rem;padding:.3rem .65rem;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 24%,var(--hw-border));border-radius:999px;background:var(--hw-accent-soft);color:var(--hw-brand-900);font-size:.75rem;font-weight:700}.dark .hw-account-role{color:var(--hw-text)}.hw-account-role svg{width:1rem;height:1rem}.hw-account-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(20rem,.8fr);gap:1rem;align-items:start}.hw-account-panel{min-width:0;overflow:hidden}.hw-account-panel-header{display:flex;align-items:flex-start;gap:.85rem;padding:1.25rem 1.35rem;border-bottom:1px solid var(--hw-border)}.hw-account-panel-header>div{min-width:0}.hw-account-panel-header p{margin:0 0 .2rem;color:var(--hw-brand-700);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.hw-account-panel-header h2{margin:0;color:var(--hw-text);font-size:1rem;font-weight:700;letter-spacing:-.01em;line-height:1.35}.hw-account-panel-header div>span{display:block;margin-top:.25rem;color:var(--hw-text-muted);font-size:.8rem;line-height:1.45}.hw-account-section-icon,.hw-account-row-icon{display:grid;flex:0 0 auto;place-items:center;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-surface-subtle);color:var(--hw-brand-700)}.hw-account-section-icon{width:2.45rem;height:2.45rem}.hw-account-section-icon svg{width:1.25rem;height:1.25rem}.hw-account-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1.35rem}.hw-account-field{display:flex;min-width:0;flex-direction:column;gap:.45rem}.hw-account-field-wide{grid-column:1 / -1}.hw-account-field .hw-label{font-size:.8rem}.hw-account-field .hw-input{width:100%;min-height:2.75rem!important;padding-right:.8rem!important;padding-left:.8rem!important}.hw-account-field .hw-input:-moz-read-only{background:var(--hw-surface-subtle)!important;color:var(--hw-text-muted)!important;cursor:default}.hw-account-field .hw-input:read-only{background:var(--hw-surface-subtle)!important;color:var(--hw-text-muted)!important;cursor:default}.hw-account-field>p{margin:-.05rem 0 0;color:var(--hw-text-muted);font-size:.73rem;line-height:1.4}.hw-account-error{display:flex;align-items:flex-start;gap:.45rem;margin:0 1.35rem 1.15rem;padding:.7rem .8rem;border:1px solid color-mix(in srgb,var(--hw-danger) 24%,var(--hw-border));border-radius:var(--hw-radius-sm);background:var(--hw-danger-soft);color:var(--hw-danger);font-size:.8rem;line-height:1.45}.hw-account-error svg{width:1rem;height:1rem;flex:0 0 auto;margin-top:.1rem}.hw-account-form-footer,.hw-account-security-footer{display:flex;align-items:center;padding:1rem 1.35rem;border-top:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-account-form-footer{justify-content:flex-end}.hw-account-form-footer .hw-button{min-height:2.75rem}.hw-account-spinner{width:1rem;height:1rem;flex:0 0 auto;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:hw-account-spin .7s linear infinite}@keyframes hw-account-spin{to{transform:rotate(360deg)}}.hw-account-security-list{padding:0 1.35rem}.hw-account-security-row{display:grid;grid-template-columns:2.35rem minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:1.1rem 0}.hw-account-row-icon{width:2.35rem;height:2.35rem}.hw-account-row-icon svg{width:1.05rem;height:1.05rem}.hw-account-security-row strong{display:block;color:var(--hw-text);font-size:.86rem;font-weight:700}.hw-account-security-row p{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.75rem;line-height:1.4}.hw-account-inline-action{display:inline-flex;min-height:2.75rem;align-items:center;gap:.3rem;padding:.55rem .35rem;color:var(--hw-brand-700);border:0;background:transparent;cursor:pointer;font-size:.78rem;font-weight:700;font-family:inherit;text-decoration:none}.hw-account-inline-action:hover{color:var(--hw-brand-900)}.hw-account-inline-action:disabled{cursor:default;opacity:.6}.dark .hw-account-inline-action:hover{color:var(--hw-text)}.hw-account-inline-action svg{width:.95rem;height:.95rem}.hw-account-security-footer{justify-content:flex-start}.hw-account-logout.hw-button{min-height:2.75rem}@media (max-width: 62rem){.hw-account-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width: 40rem){.hw-account-page{padding-right:1rem;padding-left:1rem}.hw-account-summary{align-items:flex-start;flex-wrap:wrap;padding:1rem}.hw-account-avatar{width:3rem;height:3rem}.hw-account-role{margin-left:4rem}.hw-account-panel-header,.hw-account-fields,.hw-account-form-footer,.hw-account-security-footer{padding-right:1rem;padding-left:1rem}.hw-account-fields{grid-template-columns:minmax(0,1fr)}.hw-account-field-wide{grid-column:auto}.hw-account-form-footer .hw-button,.hw-account-logout.hw-button{width:100%}.hw-account-security-list{padding:0 1rem}.hw-account-security-row{grid-template-columns:2.35rem minmax(0,1fr)}.hw-account-inline-action{grid-column:2;justify-self:start;margin-top:-.35rem}}@media (prefers-reduced-motion: reduce){.hw-account-spinner{animation-duration:1.4s}}.hw-month-picker{min-width:0}.hw-month-picker-trigger.hw-button{width:100%;min-height:2.75rem;justify-content:flex-start;gap:.5rem;padding:.55rem .75rem;border:1px solid var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface);color:var(--hw-text);font-size:.82rem;font-weight:500;box-shadow:none}.hw-month-picker-trigger.hw-button>svg{flex-shrink:0;width:1rem;height:1rem;color:var(--hw-text-muted)}.hw-month-picker-trigger.hw-button>svg:last-child{width:.85rem;margin-left:auto}.hw-month-picker-trigger>span{text-transform:capitalize;white-space:nowrap}.hw-month-picker-trigger.hw-button:disabled{background:var(--hw-surface-subtle);color:var(--hw-text-muted)}.hw-month-picker-trigger.hw-button[data-open]{border-color:var(--hw-brand-700);background:var(--hw-accent-soft)}.hw-month-picker-panel{z-index:100;width:18.5rem;max-width:calc(100vw - 1.5rem);padding:.75rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);color:var(--hw-text);box-shadow:var(--hw-shadow-md)}.hw-month-picker-panel .hw-button{min-height:2.75rem;padding:.5rem;border:1px solid transparent;border-radius:var(--hw-radius-sm);background:transparent;color:var(--hw-text);font-size:.78rem;font-weight:500;box-shadow:none}.hw-month-picker-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;font-size:.9rem;font-weight:700}.hw-month-picker-header .hw-button{width:2.75rem}.hw-month-picker-header svg{width:1.125rem;height:1.125rem}.hw-month-picker-months{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.25rem}.hw-month-picker-months .hw-button{text-transform:capitalize}.hw-month-picker-panel .hw-button:hover:not(:disabled){background:var(--hw-surface-subtle);border-color:var(--hw-border)}.hw-month-picker-months .hw-button[aria-pressed=true],.hw-month-picker-months .hw-button[aria-pressed=true]:hover{border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-text);font-weight:700}.hw-month-picker-footer{display:flex;justify-content:space-between;margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--hw-border)}.hw-month-picker-footer .hw-button{color:var(--hw-text-muted)}@media (max-width: 480px){.hw-month-picker-trigger.hw-button{padding:.55rem;gap:.35rem;font-size:.75rem}.hw-month-picker-trigger.hw-button>svg:last-child{display:none}}.hw-finance-pricing-table .hw-finance-history-toggle.hw-button{min-height:2.5rem;gap:.35rem;padding:.35rem .5rem;border-color:transparent;border-radius:var(--hw-radius-sm);background:transparent;color:var(--hw-text-muted);font-size:.78rem;font-weight:600;white-space:nowrap;box-shadow:none}.hw-finance-pricing-table .hw-finance-history-toggle.hw-button:hover:not(:disabled),.hw-finance-pricing-table .hw-finance-history-toggle.hw-button[aria-expanded=true]{border-color:transparent;background:transparent;color:var(--hw-brand-700)}.hw-finance-history-toggle-label{text-underline-offset:.2em;text-decoration-thickness:1px}.hw-finance-history-toggle:hover:not(:disabled) .hw-finance-history-toggle-label{text-decoration-line:underline}.hw-finance-pricing-table .hw-finance-history-toggle.hw-button:active:not(:disabled){color:var(--hw-text)}.hw-finance-pricing-table .hw-finance-history-toggle.hw-button:focus-visible{outline:2px solid var(--hw-brand-700);outline-offset:2px}.hw-finance-history-toggle-chevron{display:inline-flex;width:1rem;height:1rem;flex-shrink:0}.hw-finance-history-toggle-chevron>svg{width:100%;height:100%}.hw-finance-history-toggle[aria-expanded=true] .hw-finance-history-toggle-chevron{transform:rotate(180deg)}.hw-finance-pricing-table .hw-finance-history-action{width:7.25rem;text-align:right}.hw-finance-pricing-table .hw-finance-pricing-group.is-expanded>tr{background:color-mix(in srgb,var(--hw-brand-700) 5%,var(--hw-surface))}.hw-finance-pricing-table.hw-finance-table tbody tr.is-disabled{opacity:1}.hw-finance-pricing-table tr.is-disabled>td:not(.hw-finance-history-action){opacity:.58}.hw-finance-pricing-table .hw-finance-history-group>tr,.hw-finance-pricing-table .hw-finance-history-group>tr:hover{background:var(--hw-surface-subtle);transition:none}.hw-finance-pricing-table .hw-finance-history-caption>td{padding:.8rem 1rem .6rem 3.1rem;border-top:0;color:var(--hw-text-muted);font-size:.68rem;font-weight:500;letter-spacing:.035em;text-transform:uppercase}.hw-finance-history-version{padding-left:.75rem;border-left:2px solid var(--hw-border-strong)}.hw-finance-history-version.is-current{border-left-color:var(--hw-brand-700)}.hw-finance-history-status{display:inline-flex;padding:.12rem .4rem;border-radius:.25rem;background:var(--hw-canvas);color:var(--hw-text-muted);font-size:.68rem;font-weight:600}.hw-finance-history-version.is-current .hw-finance-history-status{background:var(--hw-sharing-consumer-soft);color:var(--hw-sharing-consumer)}.dark .hw-finance-history-version.is-current .hw-finance-history-status{color:var(--hw-text)}.hw-finance-history-price{font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.hw-finance-history-mobile-label{display:none}.hw-finance-history-feedback p{margin:0;color:var(--hw-text-muted);font-size:.78rem}.hw-finance-history-feedback p[role=alert]{color:var(--hw-danger)}.hw-finance-history-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;color:var(--hw-text-muted);font-size:.72rem}.hw-finance-history-skeleton{display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:1.5rem;padding:.8rem}.hw-finance-history-skeleton>span{display:block;height:.7rem;border-radius:.2rem;background:var(--hw-border)}@media (max-width: 767px){.hw-finance-pricing-table>tbody{width:auto;gap:0;margin:.75rem;padding:0}.hw-finance-pricing-table>.hw-finance-pricing-group.is-expanded{margin-bottom:0}.hw-finance-pricing-table>.hw-finance-pricing-group.is-expanded>tr{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0;box-shadow:none}.hw-finance-pricing-table>.hw-finance-history-group{margin-top:0;overflow:hidden;border:1px solid var(--hw-border);border-top:0;border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.hw-finance-pricing-table .hw-finance-history-group>tr{border:0;border-radius:0;box-shadow:none}.hw-finance-pricing-table .hw-finance-consumer-name>small{grid-column:2}.hw-finance-pricing-table .hw-finance-history-action{display:flex;width:100%;justify-content:flex-end}.hw-finance-pricing-table .hw-finance-history-action:before,.hw-finance-pricing-table .hw-finance-history-group td:before{display:none}.hw-finance-pricing-table .hw-finance-history-toggle.hw-button{min-height:2.75rem}.hw-finance-pricing-table .hw-finance-history-caption>td,.hw-finance-pricing-table .hw-finance-history-feedback>td{display:block;min-height:0;padding:.8rem}.hw-finance-pricing-table .hw-finance-history-record{display:grid;grid-template-columns:1fr 1fr;gap:.65rem .8rem;padding:.85rem;border-top:1px solid var(--hw-border)}.hw-finance-pricing-table .hw-finance-history-record>td{display:block;min-height:0;padding:0;border:0;font-size:.8rem}.hw-finance-pricing-table .hw-finance-history-record>.hw-finance-history-identity{grid-column:1 / -1}.hw-finance-pricing-table .hw-finance-history-record>.hw-finance-history-spacer{display:none}.hw-finance-history-mobile-label{display:block;margin-bottom:.15rem;color:var(--hw-text-muted);font-size:.7rem}}.input-custom-date{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;background-color:transparent;border-width:0!important}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(32 118 145 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(32 118 145 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}[data-tooltip-style^=light]+.tooltip>.tooltip-arrow:before{border-style:solid;border-color:#e5e7eb}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=top]>.tooltip-arrow:before{border-bottom-width:1px;border-right-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=right]>.tooltip-arrow:before{border-bottom-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=bottom]>.tooltip-arrow:before{border-top-width:1px;border-left-width:1px}[data-tooltip-style^=light]+.tooltip[data-popper-placement^=left]>.tooltip-arrow:before{border-top-width:1px;border-right-width:1px}.tooltip[data-popper-placement^=top]>.tooltip-arrow{bottom:-4px}.tooltip[data-popper-placement^=bottom]>.tooltip-arrow{top:-4px}.tooltip[data-popper-placement^=left]>.tooltip-arrow{right:-4px}.tooltip[data-popper-placement^=right]>.tooltip-arrow{left:-4px}.tooltip.invisible>.tooltip-arrow:before{visibility:hidden}[data-popper-arrow],[data-popper-arrow]:before{position:absolute;width:8px;height:8px;background:inherit}[data-popper-arrow]{visibility:hidden}[data-popper-arrow]:before{content:"";visibility:visible;transform:rotate(45deg)}[data-popper-arrow]:after{content:"";visibility:visible;transform:rotate(45deg);position:absolute;width:9px;height:9px;background:inherit}[role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:before{border-style:solid;border-color:#4b5563}[role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#e5e7eb}.dark [role=tooltip]>[data-popper-arrow]:after{border-style:solid;border-color:#4b5563}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:before{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]:after{border-bottom-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:before{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]:after{border-bottom-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:before{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]:after{border-top-width:1px;border-left-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:before{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]:after{border-top-width:1px;border-right-width:1px}[data-popover][role=tooltip][data-popper-placement^=top]>[data-popper-arrow]{bottom:-5px}[data-popover][role=tooltip][data-popper-placement^=bottom]>[data-popper-arrow]{top:-5px}[data-popover][role=tooltip][data-popper-placement^=left]>[data-popper-arrow]{right:-5px}[data-popover][role=tooltip][data-popper-placement^=right]>[data-popper-arrow]{left:-5px}[role=tooltip].invisible>[data-popper-arrow]:before{visibility:hidden}[role=tooltip].invisible>[data-popper-arrow]:after{visibility:hidden}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow: 0 0 #0000}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #195c71;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);border-color:#195c71}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select:not([size]){background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:.75em .75em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#195c71;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow: 0 0 #0000}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #195c71;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}[type=checkbox]:checked,[type=radio]:checked,.dark [type=checkbox]:checked,.dark [type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:.55em .55em;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}.dark [type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");background-size:1em 1em}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");background-color:currentColor;border-color:transparent;background-position:center;background-repeat:no-repeat;background-size:.55em .55em;-webkit-print-color-adjust:exact;print-color-adjust:exact}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto inherit}input[type=file]::file-selector-button{color:#fff;background:#1F2937;border:0;font-weight:500;font-size:.875rem;cursor:pointer;padding:.625rem 1rem .625rem 2rem;margin-inline-start:-1rem;margin-inline-end:1rem}input[type=file]::file-selector-button:hover{background:#374151}.dark input[type=file]::file-selector-button{color:#fff;background:#4B5563}.dark input[type=file]::file-selector-button:hover{background:#6B7280}input[type=range]::-webkit-slider-thumb{height:1.25rem;width:1.25rem;background:#195c71;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-webkit-slider-thumb{background:#9CA3AF}.dark input[type=range]:disabled::-webkit-slider-thumb{background:#6B7280}input[type=range]:focus::-webkit-slider-thumb{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1px;--tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity))}input[type=range]::-moz-range-thumb{height:1.25rem;width:1.25rem;background:#195c71;border-radius:9999px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;cursor:pointer}input[type=range]:disabled::-moz-range-thumb{background:#9CA3AF}.dark input[type=range]:disabled::-moz-range-thumb{background:#6B7280}input[type=range]::-moz-range-progress{background:#207691}input[type=range]::-ms-fill-lower{background:#207691}input[type=range].range-sm::-webkit-slider-thumb{height:1rem;width:1rem}input[type=range].range-lg::-webkit-slider-thumb{height:1.5rem;width:1.5rem}input[type=range].range-sm::-moz-range-thumb{height:1rem;width:1rem}input[type=range].range-lg::-moz-range-thumb{height:1.5rem;width:1.5rem}.toggle-bg:after{content:"";position:absolute;top:.125rem;left:.125rem;background:white;border-color:#d1d5db;border-width:1px;border-radius:9999px;height:1.25rem;width:1.25rem;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-duration:.15s;box-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}input:checked+.toggle-bg:after{transform:translate(100%);border-color:#fff}input:checked+.toggle-bg{background:#195c71;border-color:#195c71}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.\!sticky{position:sticky!important}.sticky{position:sticky}.-inset-1{top:-.25rem;right:-.25rem;bottom:-.25rem;left:-.25rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-bottom-1{bottom:-.25rem}.-left-1{left:-.25rem}.-left-1\.5{left:-.375rem}.-left-3{left:-.75rem}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-10{bottom:2.5rem}.bottom-5{bottom:1.25rem}.left-0{left:0}.left-1\/2{left:50%}.left-2\.5{left:.625rem}.left-4{left:1rem}.right-0{right:0}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-12{top:3rem}.top-3{top:.75rem}.top-4{top:1rem}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[10000\]{z-index:10000}.z-\[100\]{z-index:100}.z-\[1\]{z-index:1}.z-\[40\]{z-index:40}.z-\[50\]{z-index:50}.col-start-1{grid-column-start:1}.row-start-1{grid-row-start:1}.m-0{margin:0}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-auto{margin-top:auto;margin-bottom:auto}.\!mb-0{margin-bottom:0!important}.-mb-px{margin-bottom:-1px}.-ml-0\.5{margin-left:-.125rem}.-ml-px{margin-left:-1px}.-mr-1{margin-right:-.25rem}.-mt-2{margin-top:-.5rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-\[-0\.25rem\]{margin-top:-.25rem}.box-border{box-sizing:border-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.flow-root{display:flow-root}.grid{display:grid}.contents{display:contents}.hidden{display:none}.size-2\.5{width:.625rem;height:.625rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-5{width:1.25rem;height:1.25rem}.size-8{width:2rem;height:2rem}.size-\[1\.125rem\]{width:1.125rem;height:1.125rem}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-72{height:18rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-96{height:24rem}.h-\[350px\]{height:350px}.h-\[400px\]{height:400px}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-min{height:-moz-min-content;height:min-content}.h-modal{height:calc(100% - 2rem)}.h-px{height:1px}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.min-h-0{min-height:0px}.min-h-64{min-height:16rem}.min-h-96{min-height:24rem}.min-h-\[8rem\]{min-height:8rem}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-2\/4{width:50%}.w-20{width:5rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-96{width:24rem}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-screen{width:100vw}.\!min-w-\[1rem\]{min-width:1rem!important}.min-w-0{min-width:0px}.min-w-32{min-width:8rem}.min-w-48{min-width:12rem}.min-w-\[140px\]{min-width:140px}.min-w-\[20rem\]{min-width:20rem}.min-w-\[68rem\]{min-width:68rem}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-72{max-width:18rem}.max-w-7xl{max-width:80rem}.max-w-\[500px\]{max-width:500px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-screen-sm{max-width:640px}.max-w-screen-xl{max-width:1280px}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate: 45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness: mandatory}.snap-center{scroll-snap-align:center}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-flow-col{grid-auto-flow:column}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[-2px\]{gap:-2px}.gap-x-1\.5{-moz-column-gap:.375rem;column-gap:.375rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.-space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(209 213 219 / var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-x-scroll{overflow-x:scroll}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.text-wrap{text-wrap:wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[0\.3125rem\]{border-radius:.3125rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-\[7px\]{border-width:7px}.\!border-b-4{border-bottom-width:4px!important}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-4{border-top-width:4px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.\!border-gray-200{--tw-border-opacity: 1 !important;border-color:rgb(229 231 235 / var(--tw-border-opacity))!important}.\!border-gray-700{--tw-border-opacity: 1 !important;border-color:rgb(55 65 81 / var(--tw-border-opacity))!important}.border-\[var\(--hw-border\)\]{border-color:var(--hw-border)}.border-amber-700{--tw-border-opacity: 1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(203 212 203 / var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgb(18 66 81 / var(--tw-border-opacity))}.border-cyan-300{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.border-cyan-600{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity))}.border-cyan-700{--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity))}.border-emerald-700{--tw-border-opacity: 1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}.border-fuchsia-700{--tw-border-opacity: 1;border-color:rgb(162 28 175 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.border-gray-900\/25{border-color:#11182740}.border-green-300{--tw-border-opacity: 1;border-color:rgb(132 225 188 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgb(5 122 85 / var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(180 198 252 / var(--tw-border-opacity))}.border-indigo-400{--tw-border-opacity: 1;border-color:rgb(141 162 251 / var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(104 117 245 / var(--tw-border-opacity))}.border-indigo-700{--tw-border-opacity: 1;border-color:rgb(81 69 205 / var(--tw-border-opacity))}.border-lime-300{--tw-border-opacity: 1;border-color:rgb(190 242 100 / var(--tw-border-opacity))}.border-lime-400{--tw-border-opacity: 1;border-color:rgb(163 230 53 / var(--tw-border-opacity))}.border-lime-500{--tw-border-opacity: 1;border-color:rgb(132 204 22 / var(--tw-border-opacity))}.border-lime-700{--tw-border-opacity: 1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}.border-neutral-700{--tw-border-opacity: 1;border-color:rgb(64 64 64 / var(--tw-border-opacity))}.border-orange-700{--tw-border-opacity: 1;border-color:rgb(180 52 3 / var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity: 1;border-color:rgb(248 180 217 / var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(231 70 148 / var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgb(214 31 105 / var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgb(191 18 93 / var(--tw-border-opacity))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(32 118 145 / var(--tw-border-opacity))}.border-primary-700{--tw-border-opacity: 1;border-color:rgb(18 66 81 / var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(171 185 170 / var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity: 1;border-color:rgb(149 167 148 / var(--tw-border-opacity))}.border-purple-900{--tw-border-opacity: 1;border-color:rgb(117 141 116 / var(--tw-border-opacity))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(248 180 180 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgb(224 36 36 / var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgb(200 30 30 / var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgb(119 29 29 / var(--tw-border-opacity))}.border-rose-700{--tw-border-opacity: 1;border-color:rgb(190 18 60 / var(--tw-border-opacity))}.border-secondary-700{--tw-border-opacity: 1;border-color:rgb(149 167 148 / var(--tw-border-opacity))}.border-sky-700{--tw-border-opacity: 1;border-color:rgb(3 105 161 / var(--tw-border-opacity))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity))}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity))}.border-stone-700{--tw-border-opacity: 1;border-color:rgb(68 64 60 / var(--tw-border-opacity))}.border-teal-300{--tw-border-opacity: 1;border-color:rgb(126 220 226 / var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity: 1;border-color:rgb(6 148 162 / var(--tw-border-opacity))}.border-teal-700{--tw-border-opacity: 1;border-color:rgb(3 102 114 / var(--tw-border-opacity))}.border-transparent{border-color:transparent}.border-violet-700{--tw-border-opacity: 1;border-color:rgb(109 40 217 / var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.border-yellow-300{--tw-border-opacity: 1;border-color:rgb(250 202 21 / var(--tw-border-opacity))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(227 160 8 / var(--tw-border-opacity))}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(194 120 3 / var(--tw-border-opacity))}.border-yellow-600{--tw-border-opacity: 1;border-color:rgb(159 88 10 / var(--tw-border-opacity))}.border-yellow-700{--tw-border-opacity: 1;border-color:rgb(142 75 16 / var(--tw-border-opacity))}.border-yellow-800{--tw-border-opacity: 1;border-color:rgb(114 59 19 / var(--tw-border-opacity))}.border-zinc-700{--tw-border-opacity: 1;border-color:rgb(63 63 70 / var(--tw-border-opacity))}.border-zinc-950\/15{border-color:#09090b26}.border-l-\[var\(--hw-accent-strong\)\]{border-left-color:var(--hw-accent-strong)}.border-l-transparent{border-left-color:transparent}.border-t-transparent{border-top-color:transparent}.\!bg-gray-100{--tw-bg-opacity: 1 !important;background-color:rgb(243 244 246 / var(--tw-bg-opacity))!important}.\!bg-gray-200{--tw-bg-opacity: 1 !important;background-color:rgb(229 231 235 / var(--tw-bg-opacity))!important}.\!bg-gray-700{--tw-bg-opacity: 1 !important;background-color:rgb(55 65 81 / var(--tw-bg-opacity))!important}.bg-\[var\(--hw-surface\)\]{background-color:var(--hw-surface)}.bg-\[var\(--hw-surface-subtle\)\]{background-color:var(--hw-surface-subtle)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.bg-amber-700{--tw-bg-opacity: 1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.bg-black\/50{background-color:#00000080}.bg-black\/70{background-color:#000000b3}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(203 212 203 / var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(43 157 193 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(246 248 246 / var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.bg-fuchsia-100{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.bg-fuchsia-50{--tw-bg-opacity: 1;background-color:rgb(253 244 255 / var(--tw-bg-opacity))}.bg-fuchsia-700{--tw-bg-opacity: 1;background-color:rgb(162 28 175 / var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(49 196 141 / var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(243 250 247 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(229 237 255 / var(--tw-bg-opacity))}.bg-indigo-400{--tw-bg-opacity: 1;background-color:rgb(141 162 251 / var(--tw-bg-opacity))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(240 245 255 / var(--tw-bg-opacity))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(88 80 236 / var(--tw-bg-opacity))}.bg-indigo-700{--tw-bg-opacity: 1;background-color:rgb(81 69 205 / var(--tw-bg-opacity))}.bg-lime-100{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.bg-lime-400{--tw-bg-opacity: 1;background-color:rgb(163 230 53 / var(--tw-bg-opacity))}.bg-lime-50{--tw-bg-opacity: 1;background-color:rgb(247 254 231 / var(--tw-bg-opacity))}.bg-lime-600{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.bg-lime-700{--tw-bg-opacity: 1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}.bg-neutral-100{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.bg-neutral-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-neutral-700{--tw-bg-opacity: 1;background-color:rgb(64 64 64 / var(--tw-bg-opacity))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(254 236 220 / var(--tw-bg-opacity))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 248 241 / var(--tw-bg-opacity))}.bg-orange-700{--tw-bg-opacity: 1;background-color:rgb(180 52 3 / var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 232 243 / var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.bg-primary-400{--tw-bg-opacity: 1;background-color:rgb(43 157 193 / var(--tw-bg-opacity))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(246 248 246 / var(--tw-bg-opacity))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(32 118 145 / var(--tw-bg-opacity))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.bg-primary-700{--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(246 248 246 / var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(160 176 159 / var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgb(149 167 148 / var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgb(249 128 128 / var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(253 242 242 / var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.bg-rose-100{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity))}.bg-rose-700{--tw-bg-opacity: 1;background-color:rgb(190 18 60 / var(--tw-bg-opacity))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.bg-secondary-400{--tw-bg-opacity: 1;background-color:rgb(182 194 181 / var(--tw-bg-opacity))}.bg-secondary-50{--tw-bg-opacity: 1;background-color:rgb(246 248 246 / var(--tw-bg-opacity))}.bg-secondary-700{--tw-bg-opacity: 1;background-color:rgb(149 167 148 / var(--tw-bg-opacity))}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity))}.bg-sky-700{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-slate-300\/40{background-color:#cbd5e166}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity))}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity))}.bg-stone-700{--tw-bg-opacity: 1;background-color:rgb(68 64 60 / var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(213 245 246 / var(--tw-bg-opacity))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgb(237 250 250 / var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgb(4 116 129 / var(--tw-bg-opacity))}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgb(3 102 114 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity))}.bg-violet-700{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-white\/30{background-color:#ffffff4d}.bg-white\/50{background-color:#ffffff80}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(227 160 8 / var(--tw-bg-opacity))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(253 253 234 / var(--tw-bg-opacity))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(159 88 10 / var(--tw-bg-opacity))}.bg-yellow-700{--tw-bg-opacity: 1;background-color:rgb(142 75 16 / var(--tw-bg-opacity))}.bg-zinc-100{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.bg-zinc-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity))}.bg-zinc-700{--tw-bg-opacity: 1;background-color:rgb(63 63 70 / var(--tw-bg-opacity))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-opacity-75{--tw-bg-opacity: .75}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-cyan-400{--tw-gradient-from: #22d3ee var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-100{--tw-gradient-from: #F3F4F6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #31C48D var(--tw-gradient-from-position);--tw-gradient-to: rgb(49 196 141 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-200{--tw-gradient-from: #d9f99d var(--tw-gradient-from-position);--tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from: #F17EB8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(241 126 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #E74694 var(--tw-gradient-from-position);--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #abb9aa var(--tw-gradient-from-position);--tw-gradient-to: rgb(171 185 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: #a0b09f var(--tw-gradient-from-position);--tw-gradient-to: rgb(160 176 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-200{--tw-gradient-from: #FBD5D5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 213 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-400{--tw-gradient-from: #F98080 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 128 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-200{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-400{--tw-gradient-from: #16BDCA var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 189 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-cyan-500{--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-cyan-600{--tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-green-500{--tw-gradient-to: rgb(14 159 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0E9F6E var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-lime-400{--tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-pink-500{--tw-gradient-to: rgb(231 70 148 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #E74694 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(160 176 159 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #a0b09f var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-300{--tw-gradient-to: rgb(248 180 180 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F8B4B4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-red-500{--tw-gradient-to: rgb(240 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #F05252 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-500{--tw-gradient-to: rgb(6 148 162 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0694A2 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-cyan-700{--tw-gradient-to: #0e7490 var(--tw-gradient-to-position)}.to-gray-200{--tw-gradient-to: #E5E7EB var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #057A55 var(--tw-gradient-to-position)}.to-lime-200{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.to-lime-500{--tw-gradient-to: #84cc16 var(--tw-gradient-to-position)}.to-orange-400{--tw-gradient-to: #FF8A4C var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #E74694 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #D61F69 var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #95A794 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #E02424 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #047481 var(--tw-gradient-to-position)}.to-yellow-200{--tw-gradient-to: #FCE96A var(--tw-gradient-to-position)}.fill-blue-500{fill:#207691}.fill-blue-600{fill:#195c71}.fill-current{fill:currentColor}.fill-cyan-600{fill:#0891b2}.fill-gray-400{fill:#9ca3af}.fill-gray-600{fill:#4b5563}.fill-green-500{fill:#0e9f6e}.fill-pink-600{fill:#d61f69}.fill-primary-500{fill:#207691}.fill-purple-600{fill:#a0b09f}.fill-red-500{fill:#f05252}.fill-red-600{fill:#e02424}.fill-secondary-500{fill:#abb9aa}.fill-white\/60{fill:#fff9}.fill-yellow-400{fill:#e3a008}.fill-yellow-500{fill:#c27803}.stroke-\[--checkbox-check\]{stroke:var(--checkbox-check)}.stroke-blue-800\/50{stroke:#0e354180}.stroke-gray-800\/50{stroke:#1f293780}.stroke-gray-950\/25{stroke:#03071240}.stroke-green-800\/50{stroke:#03543f80}.stroke-primary-800\/50{stroke:#0e354180}.stroke-red-800\/50{stroke:#9b1c1c80}.stroke-secondary-800\/50{stroke:#80957f80}.stroke-white{stroke:#fff}.stroke-yellow-800\/50{stroke:#723b1380}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.\!p-1{padding:.25rem!important}.\!p-2{padding:.5rem!important}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-0{padding-left:0!important;padding-right:0!important}.\!px-4{padding-left:1rem!important;padding-right:1rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-5{padding-bottom:1.25rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-16{padding-right:4rem}.pr-2\.5{padding-right:.625rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.font-watt-content{font-family:Roboto,sans-serif}.font-watt-title{font-family:Poppins,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-9{line-height:2.25rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-tight{letter-spacing:-.025em}.\!text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.text-\[var\(--hw-text\)\]{color:var(--hw-text)}.text-\[var\(--hw-text-muted\)\]{color:var(--hw-text-muted)}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(32 118 145 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(25 92 113 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(18 66 81 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(11 40 49 / var(--tw-text-opacity))}.text-cyan-300{--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.text-cyan-800{--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity))}.text-cyan-900{--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-fuchsia-700{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(4 108 78 / var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(88 80 236 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(81 69 205 / var(--tw-text-opacity))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(66 56 157 / var(--tw-text-opacity))}.text-indigo-900{--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.text-lime-500{--tw-text-opacity: 1;color:rgb(132 204 22 / var(--tw-text-opacity))}.text-lime-700{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.text-lime-800{--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity))}.text-lime-900{--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(180 52 3 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(231 70 148 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(191 18 93 / var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgb(153 21 75 / var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.text-primary-400{--tw-text-opacity: 1;color:rgb(43 157 193 / var(--tw-text-opacity))}.text-primary-500{--tw-text-opacity: 1;color:rgb(32 118 145 / var(--tw-text-opacity))}.text-primary-600{--tw-text-opacity: 1;color:rgb(25 92 113 / var(--tw-text-opacity))}.text-primary-700{--tw-text-opacity: 1;color:rgb(18 66 81 / var(--tw-text-opacity))}.text-primary-800{--tw-text-opacity: 1;color:rgb(14 53 65 / var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity: 1;color:rgb(171 185 170 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(149 167 148 / var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgb(128 149 127 / var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.text-secondary-400{--tw-text-opacity: 1;color:rgb(182 194 181 / var(--tw-text-opacity))}.text-secondary-700{--tw-text-opacity: 1;color:rgb(149 167 148 / var(--tw-text-opacity))}.text-secondary-800{--tw-text-opacity: 1;color:rgb(128 149 127 / var(--tw-text-opacity))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgb(6 148 162 / var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity: 1;color:rgb(3 102 114 / var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity: 1;color:rgb(5 80 92 / var(--tw-text-opacity))}.text-teal-900{--tw-text-opacity: 1;color:rgb(1 68 81 / var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(227 160 8 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(194 120 3 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(142 75 16 / var(--tw-text-opacity))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.text-zinc-700{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(14 116 144 / var(--tw-placeholder-opacity))}.placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(14 116 144 / var(--tw-placeholder-opacity))}.placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(4 108 78 / var(--tw-placeholder-opacity))}.placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(4 108 78 / var(--tw-placeholder-opacity))}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(200 30 30 / var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(200 30 30 / var(--tw-placeholder-opacity))}.placeholder-yellow-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(142 75 16 / var(--tw-placeholder-opacity))}.placeholder-yellow-700::placeholder{--tw-placeholder-opacity: 1;color:rgb(142 75 16 / var(--tw-placeholder-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_28px_80px_rgba\(6\,46\,53\,0\.24\)\]{--tw-shadow: 0 28px 80px rgba(6,46,53,.24);--tw-shadow-colored: 0 28px 80px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-offset-0{outline-offset:0px}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-8{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(8px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity))}.ring-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity))}.ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.ring-gray-500\/10{--tw-ring-color: rgb(107 114 128 / .1)}.ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(231 70 148 / var(--tw-ring-opacity))}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(171 185 170 / var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.ring-yellow-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-offset-0{--tw-ring-offset-width: 0px}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.\[--checkbox-check\:theme\(colors\.amber\.950\)\]{--checkbox-check: #451a03}.\[--checkbox-check\:theme\(colors\.cyan\.950\)\]{--checkbox-check: #083344}.\[--checkbox-check\:theme\(colors\.lime\.950\)\]{--checkbox-check: #1a2e05}.\[--checkbox-check\:theme\(colors\.white\)\]{--checkbox-check: #ffffff}.\[--checkbox-check\:theme\(colors\.yellow\.950\)\]{--checkbox-check: #422006}.\[--checkbox-check\:theme\(colors\.zinc\.900\)\]{--checkbox-check: #18181b}.\[--checkbox-checked-bg\:theme\(colors\.amber\.400\)\]{--checkbox-checked-bg: #fbbf24}.\[--checkbox-checked-bg\:theme\(colors\.blue\.600\)\]{--checkbox-checked-bg: #195c71}.\[--checkbox-checked-bg\:theme\(colors\.cyan\.300\)\]{--checkbox-checked-bg: #67e8f9}.\[--checkbox-checked-bg\:theme\(colors\.emerald\.600\)\]{--checkbox-checked-bg: #059669}.\[--checkbox-checked-bg\:theme\(colors\.fuchsia\.500\)\]{--checkbox-checked-bg: #d946ef}.\[--checkbox-checked-bg\:theme\(colors\.green\.600\)\]{--checkbox-checked-bg: #057A55}.\[--checkbox-checked-bg\:theme\(colors\.indigo\.500\)\]{--checkbox-checked-bg: #6875F5}.\[--checkbox-checked-bg\:theme\(colors\.lime\.300\)\]{--checkbox-checked-bg: #bef264}.\[--checkbox-checked-bg\:theme\(colors\.orange\.500\)\]{--checkbox-checked-bg: #FF5A1F}.\[--checkbox-checked-bg\:theme\(colors\.pink\.500\)\]{--checkbox-checked-bg: #E74694}.\[--checkbox-checked-bg\:theme\(colors\.primary\.500\)\]{--checkbox-checked-bg: #207691}.\[--checkbox-checked-bg\:theme\(colors\.purple\.500\)\]{--checkbox-checked-bg: #abb9aa}.\[--checkbox-checked-bg\:theme\(colors\.red\.600\)\]{--checkbox-checked-bg: #E02424}.\[--checkbox-checked-bg\:theme\(colors\.rose\.500\)\]{--checkbox-checked-bg: #f43f5e}.\[--checkbox-checked-bg\:theme\(colors\.sky\.500\)\]{--checkbox-checked-bg: #0ea5e9}.\[--checkbox-checked-bg\:theme\(colors\.teal\.600\)\]{--checkbox-checked-bg: #047481}.\[--checkbox-checked-bg\:theme\(colors\.violet\.500\)\]{--checkbox-checked-bg: #8b5cf6}.\[--checkbox-checked-bg\:theme\(colors\.white\)\]{--checkbox-checked-bg: #ffffff}.\[--checkbox-checked-bg\:theme\(colors\.yellow\.300\)\]{--checkbox-checked-bg: #FACA15}.\[--checkbox-checked-bg\:theme\(colors\.zinc\.600\)\]{--checkbox-checked-bg: #52525b}.\[--checkbox-checked-bg\:theme\(colors\.zinc\.900\)\]{--checkbox-checked-bg: #18181b}.\[--checkbox-checked-border\:theme\(colors\.amber\.500\/80\%\)\]{--checkbox-checked-border: rgb(245 158 11 / 80%)}.\[--checkbox-checked-border\:theme\(colors\.blue\.700\/90\%\)\]{--checkbox-checked-border: rgb(18 66 81 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.cyan\.400\/80\%\)\]{--checkbox-checked-border: rgb(34 211 238 / 80%)}.\[--checkbox-checked-border\:theme\(colors\.emerald\.700\/90\%\)\]{--checkbox-checked-border: rgb(4 120 87 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.fuchsia\.600\/90\%\)\]{--checkbox-checked-border: rgb(192 38 211 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.green\.700\/90\%\)\]{--checkbox-checked-border: rgb(4 108 78 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.indigo\.600\/90\%\)\]{--checkbox-checked-border: rgb(88 80 236 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.lime\.400\/80\%\)\]{--checkbox-checked-border: rgb(163 230 53 / 80%)}.\[--checkbox-checked-border\:theme\(colors\.orange\.600\/90\%\)\]{--checkbox-checked-border: rgb(208 56 1 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.pink\.600\/90\%\)\]{--checkbox-checked-border: rgb(214 31 105 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.primary\.600\/90\%\)\]{--checkbox-checked-border: rgb(25 92 113 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.purple\.600\/90\%\)\]{--checkbox-checked-border: rgb(160 176 159 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.red\.700\/90\%\)\]{--checkbox-checked-border: rgb(200 30 30 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.rose\.600\/90\%\)\]{--checkbox-checked-border: rgb(225 29 72 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.sky\.600\/80\%\)\]{--checkbox-checked-border: rgb(2 132 199 / 80%)}.\[--checkbox-checked-border\:theme\(colors\.teal\.700\/90\%\)\]{--checkbox-checked-border: rgb(3 102 114 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.violet\.600\/90\%\)\]{--checkbox-checked-border: rgb(124 58 237 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.yellow\.400\/80\%\)\]{--checkbox-checked-border: rgb(227 160 8 / 80%)}.\[--checkbox-checked-border\:theme\(colors\.zinc\.700\/90\%\)\]{--checkbox-checked-border: rgb(63 63 70 / 90%)}.\[--checkbox-checked-border\:theme\(colors\.zinc\.950\/15\%\)\]{--checkbox-checked-border: rgb(9 9 11 / 15%)}.\[--checkbox-checked-border\:theme\(colors\.zinc\.950\/90\%\)\]{--checkbox-checked-border: rgb(9 9 11 / 90%)}:root{color-scheme:light;--hw-brand-950: #062e35;--hw-brand-900: #0a3c45;--hw-brand-850: #104851;--hw-brand-700: #17636f;--hw-accent: #82bd43;--hw-accent-strong: #689f31;--hw-accent-soft: #eef7e7;--hw-canvas: #f5f7f4;--hw-surface: #ffffff;--hw-surface-subtle: #fafbf9;--hw-border: #dfe5df;--hw-border-strong: #c8d1c9;--hw-text: #172321;--hw-text-muted: #66736f;--hw-danger: #b42318;--hw-danger-soft: #fff1f0;--hw-warning: #9a6700;--hw-sharing-producer: #dd7a00;--hw-sharing-producer-soft: #fff6e8;--hw-sharing-consumer: #177455;--hw-sharing-consumer-soft: #edf7f2;--hw-sharing-secondary: #6750c7;--hw-sharing-secondary-soft: #f3f0ff;--hw-sharing-grid: #397bb5;--hw-sharing-grid-soft: #eff7ff;--hw-role-admin: #7c3aed;--hw-role-admin-soft: #f3e8ff;--hw-role-manager: #0f766e;--hw-role-manager-soft: #e6fffb;--hw-role-participant: #2563eb;--hw-role-participant-soft: #eff6ff;--hw-role-invite: #b45309;--hw-role-invite-soft: #fff7ed;--hw-radius-sm: .5rem;--hw-radius-md: .75rem;--hw-shadow-sm: 0 1px 2px rgb(12 48 42 / 6%);--hw-shadow-md: 0 14px 35px rgb(9 48 43 / 12%);--hw-modal-backdrop: rgb(6 46 53 / 52%);--hw-modal-backdrop-blur: 8px;--hw-topbar-height: 4.5rem}.dark{color-scheme:dark;--hw-brand-950: #041f25;--hw-brand-900: #082f36;--hw-brand-850: #0d3b43;--hw-brand-700: #63a8b0;--hw-accent-soft: #183522;--hw-canvas: #111a1c;--hw-surface: #182326;--hw-surface-subtle: #1c292c;--hw-border: #304044;--hw-border-strong: #46585c;--hw-text: #f2f6f3;--hw-text-muted: #a9b8b4;--hw-danger-soft: #371a18;--hw-sharing-producer-soft: #3b2a16;--hw-sharing-consumer-soft: #17362c;--hw-sharing-secondary-soft: #282342;--hw-sharing-grid-soft: #1b3040;--hw-role-admin: #c4b5fd;--hw-role-admin-soft: #2c2145;--hw-role-manager: #5eead4;--hw-role-manager-soft: #153b39;--hw-role-participant: #93c5fd;--hw-role-participant-soft: #1d3048;--hw-role-invite: #fbbf24;--hw-role-invite-soft: #4a3213;--hw-modal-backdrop: rgb(0 0 0 / 62%)}html{min-width:20rem;background:var(--hw-canvas)}body{min-height:100vh;min-height:100dvh;overflow-x:clip;background:var(--hw-canvas);color:var(--hw-text);font-family:Roboto,ui-sans-serif,system-ui,sans-serif}button,input,select,textarea{font:inherit}button,a,summary,input,select,textarea{outline-color:var(--hw-accent);outline-offset:3px}button:focus-visible,a:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid color-mix(in srgb,var(--hw-accent) 75%,transparent)}.hw-toast-root{position:fixed;z-index:60;right:1.5rem;bottom:max(1.5rem,env(safe-area-inset-bottom));display:flex;width:min(28rem,calc(100vw - 3rem));max-height:calc(100dvh - 3rem);flex-direction:column;gap:.75rem;pointer-events:none}.hw-toast{--hw-toast-tone: var(--hw-brand-700);--hw-toast-tone-soft: color-mix(in srgb, var(--hw-toast-tone) 12%, var(--hw-surface));display:grid;min-height:4.75rem;grid-template-columns:2.5rem minmax(0,1fr) 2.75rem;align-items:center;gap:.75rem;padding:.65rem .25rem .65rem .8rem;overflow:hidden;border:1px solid var(--hw-border);border-left:4px solid var(--hw-toast-tone);border-radius:var(--hw-radius-md);background:var(--hw-surface);color:var(--hw-text);box-shadow:var(--hw-shadow-md);pointer-events:auto}.hw-toast.is-success{--hw-toast-tone: color-mix(in srgb, var(--hw-accent-strong) 88%, var(--hw-text));--hw-toast-tone-soft: var(--hw-accent-soft)}.hw-toast.is-error{--hw-toast-tone: color-mix(in srgb, var(--hw-danger) 88%, var(--hw-text));--hw-toast-tone-soft: var(--hw-danger-soft)}.hw-toast.is-warning{--hw-toast-tone: color-mix(in srgb, var(--hw-warning) 82%, var(--hw-text))}.hw-toast-icon{display:inline-flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:var(--hw-radius-sm);background:var(--hw-toast-tone-soft);color:var(--hw-toast-tone)}.hw-toast-icon svg{width:1.25rem;height:1.25rem}.hw-toast-copy{min-width:0}.hw-toast-copy strong{display:block;margin-bottom:.15rem;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:.875rem;font-weight:600;line-height:1.35}.hw-toast-copy p{margin:0;overflow-wrap:anywhere;color:var(--hw-text-muted);font-size:.875rem;line-height:1.45}.hw-toast-close{display:inline-flex;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;border:0;border-radius:var(--hw-radius-sm);background:transparent;color:var(--hw-text-muted);cursor:pointer}.hw-toast-close:hover{background:var(--hw-surface-subtle);color:var(--hw-text)}.hw-toast-close svg{width:1.1rem;height:1.1rem}@media (max-width: 640px){.hw-toast-root{right:.75rem;bottom:max(.75rem,env(safe-area-inset-bottom));width:calc(100vw - 1.5rem);max-height:calc(100dvh - 1.5rem)}}.hw-modal-backdrop,[role=dialog]>[aria-hidden=true]{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--hw-modal-backdrop)!important;-webkit-backdrop-filter:blur(var(--hw-modal-backdrop-blur));backdrop-filter:blur(var(--hw-modal-backdrop-blur))}.hw-modal-panel:has(.hw-modal-wide){max-width:80rem}@media (min-width: 640px){.hw-modal-panel:has(.hw-modal-wide){max-width:min(80rem,calc(100vw - 3rem))}}.hw-modal-panel:has(.hw-modal-compact){max-width:32rem}.hw-modal-body [role=listbox]{position:static}.hw-modal-body :has(>[role=listbox])>[role=combobox]+button{bottom:auto;height:2.6rem}.hw-modal-body input.hw-input:not([type=checkbox]):not([type=radio]):not([type=file]):not([role=combobox]){box-sizing:border-box;padding-right:.75rem!important;padding-left:.75rem!important}form[id="/central/process/start"] .hw-modal-panel{transform:translateY(-5rem);overflow:visible}form[id="/central/process/start"] .hw-modal-body{overflow:visible}form[id="/central/process/start"] .hw-modal-header{border-radius:var(--hw-radius-xl) var(--hw-radius-xl) 0 0}form[id="/central/process/start"] .hw-modal-footer{border-radius:0 0 var(--hw-radius-xl) var(--hw-radius-xl)}form[id="/central/process/start"] .relative:has(>div>.input-custom-date){z-index:20}form[id="/central/process/start"] .relative:has(>div>.input-custom-date)>.absolute{z-index:30}@media (max-width: 480px){form[id="/central/process/start"]>.fixed>.flex{align-items:center}form[id="/central/process/start"] .relative:has(>div>.input-custom-date)>.absolute{box-sizing:border-box;width:100%;padding:.5rem}form[id="/central/process/start"] .relative:has(>div>.input-custom-date)>.absolute>[tabindex="0"]{width:100%}form[id="/central/process/start"] .relative:has(>div>.input-custom-date)>.absolute .grid-cols-7>div{width:auto;min-width:0}}.hw-modal-danger h3,.hw-modal-warning h3,.hw-modal-success h3{display:grid;grid-template-columns:2.75rem minmax(0,1fr);align-items:center;gap:1rem;margin:0;color:var(--hw-text);font-size:.95rem;font-weight:500;line-height:1.55}.hw-modal-danger h3:before,.hw-modal-warning h3:before,.hw-modal-success h3:before{display:grid;width:2.75rem;height:2.75rem;place-items:center;border-radius:999px;content:"!";font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:800}.hw-modal-danger h3:before{background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-modal-warning h3:before{background:color-mix(in srgb,var(--hw-warning) 12%,var(--hw-surface));color:var(--hw-warning)}.hw-modal-success h3:before{background:var(--hw-accent-soft);color:var(--hw-accent-strong);content:"✓"}dialog::backdrop{background:var(--hw-modal-backdrop);-webkit-backdrop-filter:blur(var(--hw-modal-backdrop-blur));backdrop-filter:blur(var(--hw-modal-backdrop-blur))}::-webkit-scrollbar{width:.5rem;height:.4rem;background:var(--hw-canvas)}::-webkit-scrollbar-thumb{border-radius:999px;background:var(--hw-border-strong)}#root{min-height:100vh;min-height:100dvh;width:100%}.hw-app-shell{min-height:100vh;min-height:100dvh;background:var(--hw-canvas)}.hw-topbar{position:sticky;top:0;z-index:40;min-height:var(--hw-topbar-height);border-bottom:1px solid var(--hw-border);background:color-mix(in srgb,var(--hw-surface) 94%,transparent);box-shadow:var(--hw-shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hw-topbar-row{display:grid;grid-template-columns:minmax(13rem,1fr) minmax(20rem,34rem) minmax(13rem,1fr);align-items:center;gap:1rem;width:100%;min-height:var(--hw-topbar-height);padding:.625rem 1.25rem}.hw-brand,.hw-topbar-actions,.hw-central-selector,.hw-role-badge,.hw-footer,.hw-footer-identity,.hw-footer-links,.hw-page-actions,.hw-status,.hw-portfolio-button{display:flex;align-items:center}.hw-brand{min-width:0;gap:.75rem}.hw-brand-logo{width:2.5rem;height:2.5rem;-o-object-fit:contain;object-fit:contain}.hw-brand-name{overflow:hidden;color:var(--hw-brand-900);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.125rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.dark .hw-brand-name{color:var(--hw-text)}.hw-navigation-toggle{display:none!important}.hw-topbar-context{min-width:0}.hw-topbar-actions{justify-content:flex-end;gap:.625rem}.hw-central-selector{min-width:0;gap:.5rem;padding:.3rem .35rem .3rem .75rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface-subtle)}.hw-central-selector-label{display:flex;flex:0 0 auto;align-items:center;gap:.35rem;color:var(--hw-text-muted);font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hw-central-selector-label svg,.hw-role-badge svg,.hw-portfolio-button svg,.hw-icon-button svg,.hw-navigation-toggle svg{width:1.15rem;height:1.15rem}.hw-central-selector-control{min-width:0;flex:1 1 auto}.hw-central-selector-control>div{width:100%}.hw-central-selector-loading{display:flex;min-height:2.25rem;align-items:center;justify-content:center}.hw-portfolio-button{flex:0 0 auto;gap:.35rem;white-space:nowrap}.hw-role-badge{gap:.4rem;min-height:2.25rem;padding:.35rem .65rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-brand-900);font-size:.75rem;font-weight:700;white-space:nowrap}.hw-icon-button,.hw-navigation-toggle{min-width:2.5rem!important;min-height:2.5rem!important;align-items:center!important;justify-content:center!important}.hw-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex-direction:row;min-height:2.5rem;border-radius:var(--hw-radius-sm)!important;box-shadow:none!important;line-height:1.2;transition:background-color .16s ease,border-color .16s ease,color .16s ease;white-space:nowrap}.hw-button-primary{border:1px solid var(--hw-accent-strong)!important;background:var(--hw-accent-strong)!important;color:#fff!important}.hw-button-primary:hover:not(:disabled){background:#527f27!important}.hw-button-soft{border:1px solid transparent!important;background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-button-soft:hover:not(:disabled){border-color:var(--hw-border-strong)!important;background:color-mix(in srgb,var(--hw-accent-soft) 72%,var(--hw-surface))!important}.hw-button-outline{border:1px solid var(--hw-border-strong)!important;background:var(--hw-surface)!important;color:var(--hw-brand-900)!important}.hw-button-outline:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-accent-strong) 58%,var(--hw-border-strong))!important;background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-button-danger{border:1px solid var(--hw-danger)!important;background:var(--hw-danger)!important;color:#fff!important}.hw-button-danger:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-danger) 82%,#000)!important;background:color-mix(in srgb,var(--hw-danger) 82%,#000)!important}.hw-button-danger-soft,.hw-button-danger-outline{border:1px solid color-mix(in srgb,var(--hw-danger) 40%,var(--hw-border))!important;background:var(--hw-danger-soft)!important;color:var(--hw-danger)!important}.hw-button-danger-soft:hover:not(:disabled),.hw-button-danger-outline:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-danger) 58%,var(--hw-border))!important;background:color-mix(in srgb,var(--hw-danger-soft) 76%,var(--hw-surface))!important}.hw-shell-body{display:grid;grid-template-columns:16.5rem minmax(0,1fr);min-height:calc(100vh - var(--hw-topbar-height));min-height:calc(100dvh - var(--hw-topbar-height))}.hw-shell-content,.hw-shell-main{min-width:0}.hw-shell-content{display:flex;min-height:calc(100vh - var(--hw-topbar-height));min-height:calc(100dvh - var(--hw-topbar-height));flex-direction:column}.hw-shell-main{flex:1 1 auto}.hw-sidebar-layer{position:relative;z-index:30;width:16.5rem;min-width:0}.hw-sidebar-panel{position:sticky;top:var(--hw-topbar-height);display:flex;width:16.5rem;height:calc(100vh - var(--hw-topbar-height));height:calc(100dvh - var(--hw-topbar-height));flex-direction:column;overflow:hidden;background:linear-gradient(180deg,var(--hw-brand-900),var(--hw-brand-950));color:#fff}.hw-sidebar-backdrop,.hw-sidebar-drawer-header{display:none}.hw-sidebar-navigation,.hw-mp-sidebar{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;margin:0!important;padding:1.35rem .85rem!important;overflow-x:hidden!important;overflow-y:auto!important;border:0!important;border-radius:0!important;background:transparent!important}.hw-sidebar-section+.hw-sidebar-section{margin-top:1.35rem}.hw-sidebar-section h2{margin:0 0 .45rem;padding:0 .75rem;color:#ffffff85;font-size:.68rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hw-sidebar-items{display:grid;gap:.2rem}.hw-sidebar-item{position:relative!important;min-height:2.75rem;align-items:center!important;gap:0!important;border-radius:.5rem!important;background:transparent!important;color:#ffffffb8!important;font-size:.9rem!important;font-weight:500!important;transition:background .15s ease,color .15s ease!important}.hw-sidebar-item:hover,.hw-sidebar-item-active{background:rgb(255 255 255 / 8%)!important;color:#fff!important}.hw-sidebar-item-active:before{position:absolute;top:.45rem;bottom:.45rem;left:-.85rem;width:.22rem;border-radius:0 999px 999px 0;background:var(--hw-accent);content:""}.hw-sidebar-item-icon{width:1.25rem!important;height:1.25rem!important;color:#fff9!important}.hw-sidebar-item-icon-active,.hw-sidebar-item:hover .hw-sidebar-item-icon{color:var(--hw-accent)!important}.hw-sidebar-item-label{padding-right:0!important;padding-left:.75rem!important}.hw-sidebar-item-label-active{color:#fff!important;font-weight:700!important}.hw-sidebar-profile{display:flex;align-items:center;gap:.7rem;margin-top:auto;padding:1rem 1.25rem;border-top:1px solid rgb(255 255 255 / 10%);background:rgb(0 0 0 / 8%)}.hw-sidebar-avatar{display:grid;width:2.25rem;height:2.25rem;flex:0 0 auto;place-items:center;border:1px solid rgb(255 255 255 / 20%);border-radius:999px;background:rgb(255 255 255 / 10%);color:#fff;font-size:.75rem;font-weight:800}.hw-sidebar-profile-copy{display:flex;min-width:0;flex-direction:column}.hw-sidebar-profile-copy strong,.hw-sidebar-profile-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-sidebar-profile-copy strong{font-size:.82rem}.hw-sidebar-profile-copy small{color:#ffffff94;font-size:.72rem}.hw-user-menu{position:relative}.hw-user-menu>summary{display:flex;min-width:3.4rem;min-height:2.75rem;cursor:pointer;list-style:none;align-items:center;justify-content:center;gap:.2rem;border-radius:var(--hw-radius-sm)}.hw-user-menu>summary::-webkit-details-marker{display:none}.hw-user-menu>summary:hover{background:var(--hw-surface-subtle)}.hw-user-menu>summary>svg{width:1rem;height:1rem;color:var(--hw-text-muted)}.hw-user-menu-popover{position:absolute;top:calc(100% + .55rem);right:0;z-index:60;width:min(18rem,calc(100vw - 2rem));padding:.45rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-md)}.hw-user-menu-header{display:flex;min-width:0;flex-direction:column;padding:.65rem .75rem .8rem}.hw-user-menu-header strong,.hw-user-menu-header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-user-menu-header strong{color:var(--hw-text);font-size:.875rem}.hw-user-menu-header span{color:var(--hw-text-muted);font-size:.75rem}.hw-user-menu-popover button{display:flex;width:100%;min-height:2.6rem;align-items:center;gap:.65rem;padding:.55rem .7rem;border-radius:.4rem;color:var(--hw-text);font-size:.875rem;text-align:left}.hw-user-menu-popover button:hover{background:var(--hw-surface-subtle)}.hw-user-menu-popover button svg{width:1.1rem;height:1.1rem;color:var(--hw-text-muted)}.hw-user-menu-popover button.is-danger,.hw-user-menu-popover button.is-danger svg{color:var(--hw-danger)}.hw-user-menu-divider{height:1px;margin:.35rem 0;background:var(--hw-border)}.hw-page-container{width:100%;max-width:96rem;margin:0 auto;padding:2rem 2rem 3rem}.hw-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.hw-page-header-copy{min-width:0}.hw-page-eyebrow{margin:0 0 .35rem;color:var(--hw-brand-700);font-size:.72rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hw-page-header h1{margin:0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.hw-page-description{max-width:48rem;margin:.5rem 0 0;color:var(--hw-text-muted);font-size:.925rem;line-height:1.55}.hw-page-actions{flex:0 0 auto;gap:.6rem}.hw-page-tabs{display:flex;gap:1.5rem;margin-bottom:1rem;border-bottom:1px solid var(--hw-border)}.hw-page-tab{position:relative;display:inline-flex;min-height:2.85rem;align-items:center;gap:.45rem;padding:0 .15rem;color:var(--hw-text-muted);font-size:.875rem;font-weight:600}.hw-page-tab svg{width:1.1rem;height:1.1rem}.hw-page-tab.is-active{color:var(--hw-brand-900)}.dark .hw-page-tab.is-active{color:var(--hw-text)}.hw-page-tab.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:var(--hw-accent-strong);content:""}.hw-card,.hw-table-panel,.hw-metric-card,.hw-mode-card{border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-md)!important;background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)!important}.hw-table-panel{width:100%;overflow-x:auto;overflow-y:visible}.hw-data-table{width:100%!important;min-width:52rem;border-collapse:collapse!important;color:var(--hw-text)!important;font-family:Roboto,ui-sans-serif,system-ui,sans-serif!important}.hw-data-table-head,.hw-data-table-foot{background:var(--hw-surface-subtle)!important}.hw-data-table-toolbar-cell,.hw-data-table-pagination-cell{padding:.9rem 1rem!important;border-color:var(--hw-border)!important}.hw-data-table-toolbar{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:.75rem!important}.hw-data-table-search{width:min(24rem,100%)!important}.hw-data-table-actions{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end!important;gap:.5rem!important}.hw-input,.hw-table-panel input,.hw-table-panel select{min-height:2.6rem!important;border:1px solid var(--hw-border-strong)!important;border-radius:var(--hw-radius-sm)!important;background:var(--hw-surface)!important;color:var(--hw-text)!important;font-family:inherit!important}.hw-mp-select{position:relative;width:100%;min-width:0}.hw-mp-select>div,.hw-mp-select>div>div{width:100%;min-width:0}.hw-mp-select .hw-input{width:100%;min-width:0;padding-right:2.5rem!important;cursor:pointer;text-overflow:ellipsis}.hw-mp-select [role=listbox]{z-index:50;box-sizing:border-box;max-width:min(100%,calc(100vw - 1.5rem));border:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text);box-shadow:var(--hw-shadow-md)}.hw-mp-select [role=option]{background:var(--hw-surface);color:var(--hw-text)}.hw-mp-select [role=option][data-focus]{background:var(--hw-accent-strong);color:#fff}.hw-mp-select [role=option] p{margin:0;overflow-wrap:anywhere}.hw-mp-select-readonly{display:flex;width:100%;min-height:2.6rem;align-items:center;padding:.55rem .75rem;border:1px solid var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.82rem;font-weight:500;cursor:not-allowed}.hw-label{color:var(--hw-text)!important;font-weight:600!important}.hw-data-table-heading{padding:.75rem 1rem!important;border-color:var(--hw-border)!important;color:var(--hw-text-muted)!important;font-size:.7rem!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important}.hw-data-table-cell{padding:.85rem 1rem!important;border-color:var(--hw-border)!important;color:var(--hw-text)!important;font-size:.875rem!important}.hw-data-table-row{border-color:var(--hw-border)!important;background:var(--hw-surface)!important}.hw-data-table-body .hw-data-table-row:hover{background:var(--hw-surface-subtle)!important}.hw-app-shell table tbody>tr:nth-child(odd):not([style*=background]){background:var(--hw-surface)!important}.hw-app-shell table tbody>tr:nth-child(2n):not([style*=background]){background:var(--hw-surface-subtle)!important}.hw-app-shell table tbody>tr:hover:not([style*=background]),.hw-app-shell table tbody>tr.is-selected:not([style*=background]){background:color-mix(in srgb,var(--hw-accent-soft) 52%,var(--hw-surface))!important}.hw-status{width:-moz-fit-content;width:fit-content;gap:.35rem;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;white-space:nowrap}.hw-status svg{width:.95rem;height:.95rem}.hw-status.is-success{background:var(--hw-accent-soft);color:#47751f}.dark .hw-status.is-success{color:#aedd7b}.hw-status.is-warning{background:#fff6da;color:var(--hw-warning)}.hw-status.is-error{background:#fff0ee;color:#a13c34}.dark .hw-status.is-warning{background:#3c3218;color:#f0cd67}.hw-status.is-neutral{background:var(--hw-surface-subtle);color:var(--hw-text-muted)}.hw-perimeter-status{max-width:100%;border-radius:.25rem;font-weight:500;white-space:normal}.hw-perimeter-status>[aria-hidden]{flex-shrink:0}.hw-perimeter-status.is-connecting{background:var(--hw-sharing-grid-soft);color:color-mix(in srgb,var(--hw-sharing-grid) 70%,var(--hw-text))}@media (min-width: 1024px){.hw-perimeter-status{white-space:nowrap}}.hw-table-primary{color:var(--hw-text);font-weight:700;white-space:nowrap}.hw-action-menu{position:relative;width:-moz-fit-content;width:fit-content}.hw-action-menu>summary{display:inline-flex;min-height:2.5rem;cursor:pointer;list-style:none;align-items:center;gap:.4rem;padding:.4rem .65rem;border:1px solid var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface);color:var(--hw-brand-900);font-size:.8rem;font-weight:700}.dark .hw-action-menu>summary{color:var(--hw-text)}.hw-action-menu>summary::-webkit-details-marker{display:none}.hw-action-menu>summary svg{width:1rem;height:1rem}.hw-action-menu-popover{position:absolute;top:calc(100% + .3rem);right:0;z-index:40;width:11.5rem;padding:.35rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-surface);box-shadow:var(--hw-shadow-md)}.hw-action-menu-popover button{display:flex;width:100%;min-height:2.4rem;align-items:center;gap:.5rem;padding:.45rem .6rem;border-radius:.35rem;color:var(--hw-text);font-size:.82rem;text-align:left}.hw-action-menu-popover button:hover{background:var(--hw-surface-subtle)}.hw-action-menu-popover button svg{width:1rem;height:1rem;flex:0 0 auto;color:var(--hw-text-muted)}.hw-empty-state{display:flex;min-height:13rem;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;padding:2rem;color:var(--hw-text-muted);text-align:center}.hw-empty-state>svg{width:2rem;height:2rem;margin-bottom:.3rem;color:var(--hw-brand-700)}.hw-empty-state strong{color:var(--hw-text);font-size:1rem}.hw-empty-state span{max-width:28rem;font-size:.85rem}.hw-central-tabs-wrap{width:100%;max-width:96rem;margin:0 auto;padding:1rem 2rem 0}.hw-context-tabs-mobile{position:relative;display:none}.hw-context-tabs-mobile .hw-input{width:100%;min-height:2.75rem;padding:.55rem 2.5rem .55rem .8rem;border:1px solid var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface);color:var(--hw-text)}.hw-context-tabs-mobile .hw-mp-select>div>div>button svg{position:absolute;top:50%;right:.8rem;width:1.1rem;height:1.1rem;transform:translateY(-50%);color:var(--hw-text-muted);pointer-events:none}.hw-context-tabs-desktop{display:flex;gap:.3rem;overflow-x:auto;border-bottom:1px solid var(--hw-border)}.hw-context-tabs-desktop.is-uniform{justify-content:space-between}.hw-context-tabs-desktop button{position:relative;display:inline-flex;min-height:3rem;flex:0 0 auto;align-items:center;justify-content:center;gap:.4rem;padding:.5rem .65rem;color:var(--hw-text-muted);font-size:.8rem;font-weight:600;white-space:nowrap}.hw-context-tabs-desktop button:hover,.hw-context-tabs-desktop button.is-active{color:var(--hw-brand-900)}.dark .hw-context-tabs-desktop button:hover,.dark .hw-context-tabs-desktop button.is-active{color:var(--hw-text)}.hw-context-tabs-desktop button.is-active:after{position:absolute;right:.45rem;bottom:-1px;left:.45rem;height:2px;background:var(--hw-accent-strong);content:""}.hw-context-tabs-desktop button svg{width:1.05rem;height:1.05rem}.hw-central-meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:-.55rem;margin-bottom:1.4rem}.hw-loading-transition{position:relative}.hw-loading-transition-skeleton{position:relative;z-index:1;transition:opacity .28s ease,transform .28s ease}.hw-loading-transition-skeleton.is-preserving-content{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--hw-surface)}.hw-loading-transition-skeleton.is-exiting{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transform:translateY(-.35rem)}.hw-central-overview{display:grid;gap:1.5rem}.hw-loading-transition-content.is-loading{pointer-events:none}.hw-loading-transition-content.is-ready{animation:hw-loading-transition-content-reveal .46s cubic-bezier(.16,1,.3,1) both}@keyframes hw-loading-transition-content-reveal{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.hw-section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:.8rem}.hw-section-heading h2,.hw-mode-card h2{margin:0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:700}.hw-metrics-block{display:flex;flex-direction:column;align-items:flex-end;gap:.9rem}.hw-metrics-grid{display:grid;width:100%;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem}.hw-metric-card{display:flex;min-width:0;min-height:10.5rem;flex-direction:column;align-items:flex-start;padding:1rem}.hw-metric-icon,.hw-mode-card-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:.55rem;background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-metric-icon{width:2.25rem;height:2.25rem;margin-bottom:1.1rem}.hw-metric-icon svg,.hw-mode-card-icon svg{width:1.2rem;height:1.2rem}.hw-metric-card h3{margin:0 0 .35rem;color:var(--hw-text-muted);font-size:.75rem;font-weight:700}.hw-metric-value{color:var(--hw-text);font-size:1.1rem;font-weight:700}.hw-metric-detail{margin-top:.25rem;color:var(--hw-text-muted);font-size:.75rem}.hw-metric-card.is-compact{display:grid;min-height:6.5rem;grid-template-areas:"icon title" "icon value";grid-template-columns:2.8rem minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:center;-moz-column-gap:.9rem;column-gap:.9rem;padding:1rem 1.1rem;box-shadow:none!important}.hw-metric-card.is-compact.is-blue{--hw-metric-tone: var(--hw-sharing-grid);--hw-metric-tone-soft: var(--hw-sharing-grid-soft)}.hw-metric-card.is-compact.is-green{--hw-metric-tone: var(--hw-sharing-consumer);--hw-metric-tone-soft: var(--hw-sharing-consumer-soft)}.hw-metric-card.is-compact.is-orange{--hw-metric-tone: var(--hw-sharing-producer);--hw-metric-tone-soft: var(--hw-sharing-producer-soft)}.hw-metric-card.is-compact.is-purple{--hw-metric-tone: var(--hw-sharing-secondary);--hw-metric-tone-soft: var(--hw-sharing-secondary-soft)}.hw-metric-card.is-compact .hw-metric-icon{grid-area:icon;width:2.8rem;height:2.8rem;margin:0;border-radius:.7rem;background:var(--hw-metric-tone-soft, var(--hw-accent-soft));color:var(--hw-metric-tone, var(--hw-accent-strong))}.hw-metric-card.is-compact .hw-metric-icon svg{width:1.35rem;height:1.35rem}.hw-metric-card.is-compact h3{grid-area:title;margin:0;color:var(--hw-text-muted);font-size:.78rem;line-height:1.25}.hw-metric-card.is-compact .hw-metric-value,.hw-metric-card.is-compact .hw-metric-value .hw-animated-number{grid-area:value;margin-top:.2rem;color:color-mix(in srgb,var(--hw-metric-tone, var(--hw-text)) 82%,var(--hw-text));font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:2rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.035em;line-height:1}.dark .hw-metric-card.is-compact .hw-metric-value,.dark .hw-metric-card.is-compact .hw-metric-value .hw-animated-number{color:color-mix(in srgb,var(--hw-metric-tone, var(--hw-text)) 55%,var(--hw-text))}.hw-metric-link{margin-top:auto;padding-top:.75rem}.hw-mode-card{display:flex;align-items:flex-start;gap:1rem;padding:1.15rem}.hw-mode-card-icon{width:2.5rem;height:2.5rem}.hw-mode-card strong{display:block;margin-top:.4rem;color:var(--hw-brand-700);font-size:.925rem}.hw-mode-card p{margin:.25rem 0 0;color:var(--hw-text-muted);font-size:.82rem}.hw-footer{min-height:4rem;flex-wrap:wrap;justify-content:space-between;gap:1rem;padding:1rem 2rem;border-top:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text-muted);font-size:.75rem}.hw-footer a{display:inline-flex;min-height:2.25rem;align-items:center;justify-content:center;gap:.375rem;white-space:nowrap}.hw-footer a:hover{color:var(--hw-brand-700);text-decoration:underline;text-underline-offset:.25rem}.hw-footer-identity{gap:.75rem}.hw-footer .hw-footer-brand{font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.3;letter-spacing:-.02em}.hw-footer-copyright{white-space:nowrap}.hw-footer-links{flex-wrap:wrap;gap:.75rem}.hw-footer-report{color:var(--hw-brand-700);font-weight:500}.hw-footer-social{width:2.25rem;flex-shrink:0;border-radius:var(--hw-radius-sm)}.hw-footer .hw-footer-social:hover{background:var(--hw-accent-soft);text-decoration:none}.hw-footer-report svg,.hw-footer-social svg{width:1rem;height:1rem}.hw-state-panel{display:flex;min-height:16rem;align-items:center;justify-content:center;padding:2rem}@keyframes hw-skeleton-shimmer{0%{background-position:140% 0}to{background-position:-140% 0}}.hw-loading-skeleton{--hw-skeleton-base: color-mix(in srgb, var(--hw-border) 74%, var(--hw-surface));--hw-skeleton-highlight: color-mix(in srgb, var(--hw-surface) 82%, var(--hw-border));display:block;width:100%;padding:0}@keyframes hw-bootstrap-enter{0%{opacity:0;transform:translateY(.35rem)}to{opacity:1;transform:translateY(0)}}@keyframes hw-bootstrap-progress{0%{transform:translate(0)}to{transform:translate(138%)}}.hw-loading-page{display:flex;width:100%;min-height:100vh;min-height:100dvh;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(1rem,4vw,3rem);background:var(--hw-canvas)}.hw-bootstrap-loader{position:relative;display:flex;width:min(26rem,100%);box-sizing:border-box;overflow:hidden;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;padding:clamp(1.75rem,5vw,2.25rem);border:1px solid var(--hw-border);border-radius:1rem;background:var(--hw-surface);color:var(--hw-text-muted);box-shadow:var(--hw-shadow-md);text-align:center;animation:hw-bootstrap-enter .24s ease-out both}.hw-bootstrap-loader:before{position:absolute;top:0;right:0;left:0;height:.25rem;background:var(--hw-accent);content:""}.hw-bootstrap-brand{display:flex;align-items:center;justify-content:center;gap:.75rem}.hw-bootstrap-brand strong{color:var(--hw-brand-900);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.025em}.dark .hw-bootstrap-brand strong{color:var(--hw-text)}.hw-bootstrap-logo-frame{position:relative;display:grid;width:3.5rem;height:3.5rem;flex:0 0 auto;place-items:center;overflow:hidden;border:1px solid var(--hw-border);border-radius:.875rem;background:var(--hw-surface-subtle)}.hw-bootstrap-logo{width:2.75rem;height:2.75rem;-o-object-fit:contain;object-fit:contain}.hw-bootstrap-logo.is-dark,.dark .hw-bootstrap-logo.is-light{display:none}.dark .hw-bootstrap-logo.is-dark{display:block}.hw-bootstrap-copy{display:grid;gap:.4rem}.hw-bootstrap-title,.hw-bootstrap-description{margin:0}.hw-bootstrap-title{color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.hw-bootstrap-description{max-width:20rem;font-size:.875rem;line-height:1.5}.hw-bootstrap-progress{width:100%;height:.25rem;overflow:hidden;border-radius:999px;background:var(--hw-border)}.hw-bootstrap-progress span{display:block;width:42%;height:100%;border-radius:inherit;background:var(--hw-accent-strong);animation:hw-bootstrap-progress 1.35s ease-in-out infinite alternate}.hw-skeleton-content{display:grid;width:100%;gap:1rem}.hw-skeleton-surface{border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-skeleton-block{display:block;border-radius:999px;background-color:var(--hw-skeleton-base);background-image:linear-gradient(105deg,var(--hw-skeleton-base) 18%,color-mix(in srgb,var(--hw-skeleton-base) 92%,var(--hw-skeleton-highlight)) 32%,var(--hw-skeleton-highlight) 46%,var(--hw-skeleton-highlight) 54%,color-mix(in srgb,var(--hw-skeleton-base) 92%,var(--hw-skeleton-highlight)) 68%,var(--hw-skeleton-base) 82%);background-repeat:no-repeat;background-size:260% 100%;animation:hw-skeleton-shimmer 2.2s linear infinite}.hw-skeleton-title{width:min(13rem,48%);height:.9rem}.hw-skeleton-copy{width:min(22rem,72%);height:.65rem}.hw-skeleton-copy.is-short{width:min(10rem,38%)}.hw-skeleton-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.hw-loading-skeleton.is-overview .hw-skeleton-metrics,.hw-loading-skeleton.is-chart .hw-skeleton-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.hw-skeleton-metric{display:grid;min-height:5.8rem;grid-template-columns:2.3rem minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:center;gap:.45rem .75rem;padding:.9rem 1rem}.hw-skeleton-icon{width:2.3rem;height:2.3rem;grid-row:span 2;border-radius:.65rem}.hw-skeleton-value{width:44%;height:1.25rem}.hw-skeleton-label{width:76%;height:.6rem}.hw-skeleton-progress{display:grid;gap:.65rem;min-height:10rem;padding:1.25rem}.hw-skeleton-progress-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;margin-top:1.1rem}.hw-skeleton-step{position:relative;display:flex;justify-content:center}.hw-skeleton-dot{z-index:1;width:2rem;height:2rem;border-radius:50%}.hw-skeleton-connector{position:absolute;top:calc(50% - 1px);left:calc(50% + 1rem);width:calc(100% - 2rem);height:2px}.hw-skeleton-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hw-skeleton-detail{display:grid;min-height:8.5rem;grid-template-columns:2.3rem minmax(0,1fr);align-content:center;gap:.65rem .8rem;padding:1.15rem}.hw-skeleton-detail .hw-skeleton-icon{grid-row:1 / 4}.hw-skeleton-detail .hw-skeleton-title,.hw-skeleton-detail .hw-skeleton-copy{width:min(100%,17rem)}.hw-skeleton-detail .hw-skeleton-copy.is-short{width:min(58%,9rem)}.hw-skeleton-table{overflow:hidden}.hw-skeleton-toolbar{display:flex;align-items:center;gap:.65rem;padding:.85rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-skeleton-toolbar .hw-skeleton-block{height:2.4rem;border-radius:var(--hw-radius-sm)}.hw-skeleton-toolbar .is-search{width:min(22rem,50%);margin-right:auto}.hw-skeleton-toolbar .is-filter{width:9rem}.hw-skeleton-table-scroll{overflow:hidden}.hw-skeleton-table-row{display:grid;min-width:50rem;grid-template-columns:1.35fr 1fr 1fr .8fr .7fr;gap:1rem;align-items:center;min-height:3.8rem;padding:.75rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-skeleton-table-row:last-child{border-bottom:0}.hw-skeleton-table-row.is-heading{min-height:3rem;background:var(--hw-surface-subtle)}.hw-skeleton-table-row .hw-skeleton-block{width:78%;height:.65rem}.hw-skeleton-table-row:not(.is-heading) .hw-skeleton-block:first-child{height:1rem}.hw-skeleton-chart{display:grid;gap:1rem;padding:1rem}.hw-skeleton-chart-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hw-skeleton-chart-heading .is-chart-control{width:12rem;height:2.4rem;border-radius:var(--hw-radius-sm)}.hw-skeleton-chart-canvas{width:100%;height:16rem;border-radius:var(--hw-radius-sm)}.hw-loading-skeleton.is-map{height:100%;min-height:100%;padding:1rem}.hw-loading-skeleton.is-map .hw-skeleton-content{height:100%}.hw-loading-skeleton.is-invoice{display:block;min-height:44rem;padding:clamp(1rem,3vw,2rem)}.hw-loading-skeleton.is-invoice .hw-skeleton-content{max-width:86rem;margin:0 auto;gap:1.2rem}.hw-invoice-skeleton{display:grid;gap:1rem}.hw-invoice-skeleton-breadcrumb{display:flex;align-items:center;gap:.55rem;min-height:1.25rem}.hw-invoice-skeleton-breadcrumb .hw-skeleton-block{height:.55rem}.hw-invoice-skeleton-breadcrumb .is-short{width:4rem}.hw-invoice-skeleton-breadcrumb .is-medium{width:8rem}.hw-invoice-skeleton-breadcrumb .is-current{width:6rem}.hw-invoice-skeleton-breadcrumb .is-separator{width:.35rem;height:.35rem;border-radius:50%}.hw-invoice-skeleton-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.hw-invoice-skeleton-heading{display:grid;flex:1 1 auto;gap:.7rem}.hw-invoice-skeleton-heading .hw-skeleton-title{width:min(22rem,70%);height:1.65rem}.hw-invoice-skeleton-heading .hw-skeleton-copy{width:min(31rem,85%)}.hw-invoice-skeleton-actions{display:flex;gap:.65rem}.hw-invoice-skeleton-actions .is-action{width:9rem;height:2.7rem;border-radius:var(--hw-radius-sm)}.hw-invoice-skeleton-document{min-height:39rem;padding:clamp(.8rem,2vw,1.25rem);overflow:hidden}.hw-invoice-skeleton-paper{display:grid;width:min(100%,58rem);min-height:36rem;margin:0 auto;align-content:start;gap:1.7rem;padding:clamp(1.25rem,4vw,3rem);border:1px solid var(--hw-border);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-invoice-skeleton-paper-header,.hw-invoice-skeleton-paper-meta,.hw-invoice-skeleton-paper-total{display:flex;align-items:center;justify-content:space-between;gap:1rem}.hw-invoice-skeleton-paper-header>div{display:grid;justify-items:end;gap:.55rem}.hw-invoice-skeleton-paper .hw-skeleton-block{height:.65rem}.hw-invoice-skeleton-paper .is-logo{width:7rem;height:2.7rem;border-radius:var(--hw-radius-sm)}.hw-invoice-skeleton-paper .is-paper-title{width:11rem;height:1rem}.hw-invoice-skeleton-paper .is-paper-copy{width:8rem}.hw-invoice-skeleton-paper-meta{padding:1rem 0;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border)}.hw-invoice-skeleton-paper .is-meta-wide{width:min(18rem,55%)}.hw-invoice-skeleton-paper .is-meta-narrow{width:8rem}.hw-invoice-skeleton-paper-lines{display:grid;gap:1rem}.hw-invoice-skeleton-paper-lines .hw-skeleton-block{width:100%}.hw-invoice-skeleton-paper-lines .hw-skeleton-block:nth-child(2n){width:86%}.hw-invoice-skeleton-paper-lines .hw-skeleton-block:nth-child(3n){width:72%}.hw-invoice-skeleton-paper-total{justify-content:flex-end;padding-top:1rem;border-top:1px solid var(--hw-border)}.hw-invoice-skeleton-paper .is-total-label{width:7rem}.hw-invoice-skeleton-paper .is-total-value{width:9rem;height:1rem}.hw-sharing-skeleton .hw-page-header-copy{display:grid;width:100%;gap:.55rem}.hw-sharing-skeleton .is-page-title{width:min(18rem,55%);height:1.5rem;border-radius:.45rem}.hw-sharing-skeleton .is-page-copy{width:min(34rem,82%);height:.7rem}.hw-sharing-skeleton .hw-sharing-current-mode-copy,.hw-sharing-skeleton .hw-sharing-priority-header>div,.hw-sharing-skeleton .hw-sharing-diagram-header{display:grid;min-width:0;gap:.4rem}.hw-sharing-skeleton .is-eyebrow{width:8.5rem;height:.5rem}.hw-sharing-skeleton .hw-sharing-current-mode-copy .is-copy{width:min(25rem,72%);height:.65rem}.hw-sharing-skeleton .is-mode-icon{width:2.25rem;height:2.25rem;border-radius:.5rem}.hw-sharing-skeleton-value-copy,.hw-sharing-skeleton-tab-copy,.hw-sharing-skeleton .hw-sharing-skeleton-consumer-copy{display:grid;min-width:0;gap:.4rem}.hw-sharing-skeleton-value-copy{width:100%}.hw-sharing-skeleton .is-value-title{width:min(10rem,68%);height:.78rem}.hw-sharing-skeleton .is-value-copy{width:min(14rem,88%);height:.55rem}.hw-sharing-skeleton-field{display:grid;gap:.5rem}.hw-sharing-skeleton-field .is-field-label{width:7rem;height:.55rem}.hw-sharing-skeleton-field .is-field-control{width:100%;height:2.65rem;border-radius:.45rem}.hw-sharing-skeleton-field .is-field-help{width:min(27rem,80%);height:.55rem}.hw-sharing-skeleton .is-priority-title{width:min(23rem,66%);height:.85rem}.hw-sharing-skeleton .is-priority-copy{width:min(13rem,42%);height:.55rem}.hw-sharing-skeleton .is-priority-control{width:5.2rem;height:2.25rem;flex:0 0 auto;border-radius:var(--hw-radius-sm)}.hw-sharing-skeleton .is-diagram-title{width:min(16rem,50%);height:.85rem}.hw-sharing-skeleton .is-diagram-copy{width:min(29rem,72%);height:.6rem}.hw-sharing-skeleton-tab{display:grid;min-width:0;min-height:3.45rem;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.65rem;padding:.55rem .75rem;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface)}.hw-sharing-skeleton-tab .is-tab-icon{width:1.85rem;height:1.85rem;border-radius:.45rem}.hw-sharing-skeleton-tab .is-tab-title{width:78%;height:.65rem}.hw-sharing-skeleton-tab .is-tab-copy{width:48%;height:.5rem}.hw-sharing-skeleton .hw-sharing-priority-panel{cursor:default}.hw-sharing-skeleton .hw-sharing-skeleton-node,.hw-sharing-skeleton .hw-sharing-skeleton-group{background:var(--hw-surface-subtle)}.hw-sharing-skeleton-node .is-flow-icon{width:2.7rem;height:2.7rem;border-radius:.65rem}.hw-sharing-skeleton-node .is-flow-title{width:76%;height:.65rem}.hw-sharing-skeleton-node .is-flow-copy{width:48%;height:.5rem}.hw-sharing-skeleton-group h3 .is-group-title{width:70%;height:.5rem;margin:0 auto}.hw-sharing-skeleton-group .is-consumer-icon{width:1.45rem;height:1.45rem;border-radius:.4rem}.hw-sharing-skeleton-group .is-consumer-title{width:88%;height:.55rem}.hw-sharing-skeleton-group .is-consumer-copy{width:58%;height:.45rem}.hw-skeleton-map{position:relative;width:100%;height:100%;min-height:22rem;overflow:hidden;border-radius:var(--hw-radius-sm);background:color-mix(in srgb,var(--hw-skeleton-base) 45%,var(--hw-surface-subtle))}.hw-skeleton-map-search,.hw-skeleton-map-card{position:absolute;top:1rem;height:2.5rem;border-radius:var(--hw-radius-sm)}.hw-skeleton-map-search{left:1rem;width:min(18rem,calc(100% - 2rem))}.hw-skeleton-map-card{right:1rem;width:8rem}.hw-skeleton-map-pin{position:absolute;width:1.4rem;height:1.4rem;border:.3rem solid var(--hw-surface);border-radius:50% 50% 50% 0;transform:rotate(-45deg)}.hw-skeleton-map-pin.is-pin-1{top:30%;left:38%}.hw-skeleton-map-pin.is-pin-2{top:58%;left:62%}.hw-skeleton-map-pin.is-pin-3{top:68%;left:24%}.hw-skeleton-map-pin.is-pin-4{top:38%;left:76%}@media (max-width: 1000px){.hw-skeleton-metrics,.hw-loading-skeleton.is-overview .hw-skeleton-metrics,.hw-loading-skeleton.is-chart .hw-skeleton-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.hw-skeleton-metrics,.hw-loading-skeleton.is-overview .hw-skeleton-metrics,.hw-loading-skeleton.is-chart .hw-skeleton-metrics,.hw-skeleton-details{grid-template-columns:1fr}.hw-skeleton-toolbar{align-items:stretch;flex-direction:column}.hw-skeleton-toolbar .is-search,.hw-skeleton-toolbar .is-filter{width:100%}.hw-skeleton-chart-heading{align-items:flex-start;flex-direction:column}.hw-skeleton-chart-heading .is-chart-control{width:100%}.hw-skeleton-map-card{display:none}}@media (prefers-reduced-motion: reduce){.hw-bootstrap-loader,.hw-bootstrap-progress span{animation:none}.hw-bootstrap-progress span{opacity:.65;transform:none}.hw-skeleton-block{background:var(--hw-skeleton-base);animation:none}}.hw-state-panel-content{display:flex;max-width:32rem;flex-direction:column;align-items:center;gap:.8rem;text-align:center}.hw-state-panel-content>svg{width:2rem;height:2rem;color:var(--hw-danger)}.hw-state-panel-content h2{margin:0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.35rem;font-weight:700}.hw-state-panel-content p{margin:0;color:var(--hw-text-muted)}@media (max-width: 1279px){.hw-topbar-row{grid-template-columns:minmax(11rem,1fr) minmax(18rem,32rem) auto}.hw-navigation-toggle{display:inline-flex!important}.hw-shell-body{display:block}.hw-sidebar-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;width:100%;visibility:hidden;pointer-events:none}.hw-sidebar-layer.is-open{visibility:visible;pointer-events:auto}.hw-sidebar-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;display:block;border:0;background:rgb(4 25 29 / 62%);opacity:0;transition:opacity .18s ease}.hw-sidebar-layer.is-open .hw-sidebar-backdrop{opacity:1}.hw-sidebar-panel{position:absolute;top:0;left:0;width:min(19rem,88vw);height:100vh;height:100dvh;transform:translate(-102%);box-shadow:var(--hw-shadow-md);transition:transform .19s ease}.hw-sidebar-layer.is-open .hw-sidebar-panel{transform:translate(0)}.hw-sidebar-drawer-header{display:flex;min-height:var(--hw-topbar-height);align-items:center;justify-content:space-between;padding:.75rem 1rem .75rem 1.25rem;border-bottom:1px solid rgb(255 255 255 / 10%);color:#fff;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-weight:700}.hw-sidebar-drawer-header button{background:rgb(255 255 255 / 10%)!important;color:#fff!important}.hw-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){:root{--hw-topbar-height: auto}.hw-topbar-row{grid-template-columns:minmax(0,1fr) auto;gap:.6rem;padding:.55rem .75rem .7rem}.hw-brand-logo{width:2.15rem;height:2.15rem}.hw-brand-name{font-size:1rem}.hw-topbar-context{grid-column:1 / -1;grid-row:2}.hw-topbar-actions{gap:.2rem}.hw-role-badge span{display:none}.hw-role-badge{min-width:2.35rem;justify-content:center;padding:.35rem}.hw-central-selector{padding-left:.55rem}.hw-central-selector-label span,.hw-portfolio-button span{display:none}.hw-portfolio-button{min-width:2.45rem!important;justify-content:center!important;padding-right:.5rem!important;padding-left:.5rem!important}.hw-page-container{padding:1.35rem 1rem 2.25rem}.hw-central-tabs-wrap{padding:.8rem 1rem 0}.hw-context-tabs-mobile{display:block}.hw-context-tabs-desktop{display:none}.hw-page-header{align-items:stretch;flex-direction:column;gap:1rem}.hw-page-actions>*{width:100%}.hw-page-tabs{gap:1rem;overflow-x:auto}.hw-page-tab{flex:0 0 auto}.hw-data-table-toolbar{align-items:stretch!important;flex-direction:column!important}.hw-data-table-search,.hw-data-table-actions,.hw-data-table-actions>*{width:100%!important}.hw-footer{align-items:stretch;flex-direction:column;gap:.5rem;padding:1rem}.hw-footer-identity,.hw-footer-links{justify-content:space-between}.hw-footer-links{gap:.25rem}.hw-footer a{min-height:2.75rem}.hw-footer-social{width:2.75rem}.hw-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-metric-card:last-child{grid-column:1 / -1}}@media (max-width: 419px){.hw-metrics-grid{grid-template-columns:1fr}.hw-metric-card:last-child{grid-column:auto}}.hw-animated-number{display:inline-block;font-variant-numeric:tabular-nums}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-delay:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.hw-app-shell,.dark .hw-app-shell{--hw-brand-950: #0e3541;--hw-brand-900: #0e3541;--hw-brand-850: #204b56;--hw-brand-700: #2f7d5c;--hw-accent: #2f7d5c;--hw-accent-strong: #2f7d5c;--hw-accent-soft: #eaf4ed;--hw-canvas: #f7f9f6;--hw-surface: #ffffff;--hw-surface-subtle: #f5f8f5;--hw-border: #dce4de;--hw-border-strong: #cfd9d1;--hw-text: #052a37;--hw-text-muted: #64736c;--hw-radius-sm: .4rem;--hw-radius-md: .5rem;--hw-topbar-height: 4.5rem;color-scheme:light;background:var(--hw-canvas);color:var(--hw-text)}.hw-app-shell,.hw-app-shell button,.hw-app-shell input,.hw-app-shell select,.hw-app-shell textarea{font-family:Roboto,Inter,ui-sans-serif,system-ui,sans-serif}.hw-topbar{height:4.5rem;min-height:4.5rem;box-sizing:border-box;border-color:var(--hw-border);background:#fff;-webkit-backdrop-filter:none;backdrop-filter:none}.hw-topbar-row{display:grid;height:100%;min-height:0;grid-template-columns:28rem minmax(0,1fr);gap:1rem;padding:0 2rem 0 .85rem}.hw-navigation-toggle{position:relative;width:2.75rem!important;min-width:2.75rem!important;height:2.75rem!important;min-height:2.75rem!important;overflow:hidden;border:1px solid var(--hw-brand-900)!important;border-radius:.8rem!important;background:var(--hw-brand-900)!important;box-shadow:none!important;color:#fff!important;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.hw-navigation-toggle[aria-expanded=false]{border-color:var(--hw-border-strong)!important;background:var(--hw-surface)!important;color:var(--hw-brand-900)!important}.hw-navigation-toggle:hover:not(:disabled){border-color:var(--hw-brand-850)!important;background:var(--hw-brand-850)!important;color:#fff!important}.hw-brand-lockup{display:flex;min-width:0;align-items:center;gap:1rem}.hw-brand-logo{width:2rem;height:2rem}.hw-brand-name{color:var(--hw-brand-900);font-family:inherit;font-size:1.4rem;font-weight:700}.hw-brand-divider{width:1px;height:2.25rem;margin:0 .15rem 0 .75rem;background:var(--hw-border-strong)}.hw-product-lockup{display:flex;flex-direction:column;line-height:1.12}.hw-product-lockup strong{color:var(--hw-text);font-size:.9rem;font-weight:700}.hw-product-lockup small{margin-top:.18rem;color:var(--hw-text-muted);font-size:.68rem}.hw-topbar-context{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:.75rem}.hw-portfolio-context{display:flex;min-height:2.5rem;align-items:center;padding:0 1.15rem;border-left:4px solid var(--hw-accent);background:#eef4ef;color:var(--hw-text);font-size:.9rem;font-weight:700}.hw-central-selector{width:min(100%,34rem);gap:.75rem;padding:0;border:0;border-radius:0;background:transparent}.hw-central-selector-control{min-width:0;flex:1 1 18rem}.hw-central-selector-control>div,.hw-central-selector-control>div>div{width:100%;min-width:0}.hw-central-selector-control input{width:100%!important;min-height:2.5rem!important;padding-right:2.75rem!important;border-color:var(--hw-border-strong)!important;border-radius:.45rem!important;background:#fff!important;color:var(--hw-text)!important;font-size:.875rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap;box-shadow:none!important}.hw-central-selector-control input:focus{border-color:var(--hw-accent)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent) 18%,transparent)!important}.hw-central-selector-control button{width:2.75rem;min-height:0!important;border:0!important;border-radius:0 .45rem .45rem 0!important;background:transparent!important;color:var(--hw-text-muted)!important;box-shadow:none!important}.hw-central-selector-control button svg{display:none}.hw-central-selector-control button:after{box-sizing:border-box;width:.5rem;height:.5rem;border:solid currentColor;border-width:0 1.5px 1.5px 0;content:"";transform:translateY(-.125rem) rotate(45deg)}.hw-central-selector-control [role=listbox]{box-sizing:border-box;max-width:min(100%,calc(100vw - 1.5rem));overflow-x:hidden;padding:.25rem;border:1px solid var(--hw-border);background:var(--hw-surface);box-shadow:var(--hw-shadow-md)}.hw-central-selector-control [role=option]{min-width:0;padding:.65rem 2.5rem .65rem .75rem;border-radius:.35rem;font-size:.825rem;line-height:1.35}.hw-central-selector-control [role=option] p{margin:0;overflow-wrap:anywhere}.hw-role-badge{flex:0 0 auto;display:inline-flex;align-items:center;padding:.25rem .65rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-text);font-size:.7rem;font-weight:700;white-space:nowrap;min-height:1.7rem}.hw-operation-health{flex:0 0 auto}.hw-operation-health-trigger{position:relative;width:2.75rem!important;min-width:2.75rem!important;height:2.75rem!important;min-height:2.75rem!important;padding:0!important;border-color:#b9d8c5!important;border-radius:.7rem!important;background:#eaf4ed!important;color:#226243!important;box-shadow:none!important}.hw-operation-health[data-status=loading] .hw-operation-health-trigger{border-color:#bdd2d9!important;background:#edf5f7!important;color:#376775!important}.hw-operation-health[data-status=warning] .hw-operation-health-trigger{border-color:#e1bd6c!important;background:#fff4d8!important;color:#8a5a08!important}.hw-operation-health[data-status=error] .hw-operation-health-trigger{border-color:#e8b2ad!important;background:#fff0ee!important;color:#a13c34!important}.hw-operation-health-trigger:hover:not(:disabled),.hw-operation-health-trigger[aria-expanded=true]{border-color:#2f7d5c!important;background:#dceee2!important;color:#174f35!important}.hw-operation-health-trigger span,.hw-operation-health-refresh span,.hw-operation-health-close span{display:inline-flex}.hw-operation-health-trigger svg,.hw-operation-health-refresh svg,.hw-operation-health-close svg{width:1.35rem;height:1.35rem}.hw-operation-health-loading-icon svg{animation:hw-operation-health-spin .9s linear infinite}.hw-operation-health-count{position:absolute;top:-.42rem;right:-.42rem;display:inline-flex;min-width:1.25rem;height:1.25rem;align-items:center;justify-content:center;padding:0 .27rem;border:2px solid var(--hw-surface);border-radius:999px;background:#a66309;color:#fff;font-size:.62rem;font-weight:800;line-height:1}@keyframes hw-operation-health-spin{to{transform:rotate(360deg)}}.hw-operation-health-panel{position:absolute;top:calc(100% + .75rem);right:2rem;z-index:2;display:flex;width:min(46rem,calc(100vw - 2rem));min-height:21rem;max-height:calc(100dvh - 6.25rem);overflow:hidden;flex-direction:column;border:1px solid var(--hw-border-strong);border-radius:.75rem;background:var(--hw-surface);box-shadow:0 24px 64px #0e354138}.hw-operation-health[data-status=warning] .hw-operation-health-panel,.hw-operation-health[data-status=loading] .hw-operation-health-panel{min-height:0}.hw-operation-health-panel-header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.25rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface)}.hw-operation-health-panel-heading{display:flex;min-width:0;align-items:flex-start;gap:.85rem}.hw-operation-health-panel-copy{min-width:0}.hw-operation-health-panel-copy p{max-width:32rem;margin:.45rem 0 0;color:var(--hw-text-muted);font-size:.76rem;line-height:1.45}.hw-operation-health-panel-actions{display:flex;flex:0 0 auto;gap:.5rem}.hw-operation-health-panel-icon,.hw-operation-health-empty-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;border-radius:999px;background:#eaf4ed;color:#226243}.hw-operation-health-panel-icon{width:2.5rem;height:2.5rem}.hw-operation-health[data-status=loading] .hw-operation-health-panel-icon,.hw-operation-health[data-status=loading] .hw-operation-health-empty-icon{background:#edf5f7;color:#376775}.hw-operation-health[data-status=warning] .hw-operation-health-panel-icon{background:#fff4d8;color:#8a5a08}.hw-operation-health[data-status=error] .hw-operation-health-panel-icon,.hw-operation-health[data-status=error] .hw-operation-health-empty-icon{background:#fff0ee;color:#a13c34}.hw-operation-health-panel-icon svg{width:1.4rem;height:1.4rem}.hw-operation-health-panel-status{display:block;margin-bottom:.15rem;color:#226243;font-size:.7rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.hw-operation-health[data-status=loading] .hw-operation-health-panel-status{color:#376775}.hw-operation-health[data-status=warning] .hw-operation-health-panel-status{color:#8a5a08}.hw-operation-health[data-status=error] .hw-operation-health-panel-status{color:#a13c34}.hw-operation-health-panel h2{margin:0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.25}.hw-operation-health-refresh,.hw-operation-health-close{width:2.5rem!important;min-width:2.5rem!important;height:2.5rem!important;min-height:2.5rem!important;padding:0!important;border-color:var(--hw-border)!important;background:var(--hw-surface)!important;color:var(--hw-text-muted)!important}.hw-operation-health-refresh:hover:not(:disabled),.hw-operation-health-close:hover:not(:disabled){border-color:var(--hw-border-strong)!important;background:var(--hw-surface-subtle)!important;color:var(--hw-text)!important}.hw-operation-health-panel-body{display:grid;min-height:0;flex:1 1 auto;overflow-y:auto;place-items:center;padding:2rem}.hw-operation-health-panel-body.is-list{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:0}.hw-operation-health-empty{display:flex;max-width:28rem;flex-direction:column;align-items:center;gap:.6rem;color:var(--hw-text);text-align:center}.hw-operation-health-empty-icon{width:3rem;height:3rem;margin-bottom:.15rem}.hw-operation-health-empty-icon svg{width:1.7rem;height:1.7rem}.hw-operation-health-empty strong{font-size:1rem;font-weight:700}.hw-operation-health-empty p{margin:0;color:var(--hw-text-muted);font-size:.85rem;line-height:1.55}.hw-operation-health-retry{display:inline-flex;min-height:2.4rem;align-items:center;justify-content:center;gap:.45rem;margin-top:.35rem;padding:.5rem .85rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-text);font-size:.76rem;font-weight:700}.hw-operation-health-retry:hover{border-color:var(--hw-brand-700);background:var(--hw-surface-subtle)}.hw-operation-health-retry svg{width:1rem;height:1rem}.hw-operation-health-issues{margin:0;padding:0;list-style:none}.hw-operation-health-issues li+li{border-top:1px solid var(--hw-border)}.hw-operation-health-issues li{display:grid;width:100%;grid-template-columns:1.65rem 2.6rem minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1.15rem 1.25rem;background:var(--hw-surface);color:var(--hw-text);text-align:left;transition:background .12s ease}.hw-operation-health-issues li:hover{background:var(--hw-surface-subtle)}.hw-operation-health-issue-order{color:var(--hw-text-muted);font-size:.65rem;font-weight:800;letter-spacing:.075em}.hw-operation-health-issue-icon{display:inline-flex;width:2.6rem;height:2.6rem;align-items:center;justify-content:center;border-radius:999px;background:#fff4d8;color:#8a5a08}.hw-operation-health-issues li[data-severity=error] .hw-operation-health-issue-icon{background:#fff0ee;color:#a13c34}.hw-operation-health-issue-icon svg{width:1.35rem;height:1.35rem}.hw-operation-health-issue-copy{display:flex;min-width:0;flex-direction:column;gap:.28rem}.hw-operation-health-issue-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.hw-operation-health-issue-meta strong{color:#a13c34;font-size:.7rem;font-weight:800}.hw-operation-health-issues li[data-severity=warning] .hw-operation-health-issue-meta strong{color:#8a5a08}.hw-operation-health-issue-meta small{color:var(--hw-text-muted);font-size:.62rem;font-weight:800;letter-spacing:.055em;text-transform:uppercase}.hw-operation-health-issue-copy b{font-size:.88rem;font-weight:750}.hw-operation-health-issue-copy>span{color:var(--hw-text-muted);font-size:.76rem;line-height:1.45}.hw-operation-health-issue-action{min-height:2.5rem!important;justify-content:center;gap:.45rem;padding:.55rem .8rem!important;border-radius:.5rem!important;font-size:.74rem!important;font-weight:800!important;white-space:nowrap}.hw-operation-health-issue-action svg{width:.95rem;height:.95rem}.hw-operation-health-skeleton{display:flex;width:100%;flex-direction:column}.hw-operation-health-skeleton-list{margin:0;padding:0;list-style:none}.hw-operation-health-skeleton-item{display:grid;width:100%;grid-template-columns:1.65rem 2.6rem minmax(0,1fr) auto;align-items:center;gap:.9rem;padding:1.15rem 1.25rem;background:var(--hw-surface)}.hw-operation-health-skeleton-item+.hw-operation-health-skeleton-item{border-top:1px solid var(--hw-border)}.hw-operation-health-skeleton-order{width:1.1rem;height:.65rem}.hw-operation-health-skeleton-icon{width:2.6rem;height:2.6rem;border-radius:999px}.hw-operation-health-skeleton-copy{display:flex;min-width:0;flex-direction:column;gap:.35rem}.hw-operation-health-skeleton-meta{display:flex;align-items:center;gap:.45rem}.hw-operation-health-skeleton-badge{width:6.8rem;height:.65rem}.hw-operation-health-skeleton-category{width:4.5rem;height:.55rem}.hw-operation-health-skeleton-title{width:min(13.5rem,58%);height:.88rem}.hw-operation-health-skeleton-description{width:min(24rem,84%);height:.72rem}.hw-operation-health-skeleton-action{width:6.5rem;height:2.5rem;border-radius:.5rem}.hw-operation-health-skeleton-item:nth-child(2) .hw-operation-health-skeleton-badge{width:5.5rem}.hw-operation-health-skeleton-item:nth-child(2) .hw-operation-health-skeleton-category{width:4.8rem}.hw-operation-health-skeleton-item:nth-child(2) .hw-operation-health-skeleton-title{width:min(10.5rem,46%)}.hw-operation-health-skeleton-item:nth-child(2) .hw-operation-health-skeleton-description{width:min(19.5rem,70%)}.hw-operation-health-skeleton-item:nth-child(2) .hw-operation-health-skeleton-action{width:5.8rem}.hw-operation-health-skeleton-item:nth-child(3) .hw-operation-health-skeleton-badge{width:7.2rem}.hw-operation-health-skeleton-item:nth-child(3) .hw-operation-health-skeleton-category{width:4rem}.hw-operation-health-skeleton-item:nth-child(3) .hw-operation-health-skeleton-title{width:min(14.5rem,65%)}.hw-operation-health-skeleton-item:nth-child(3) .hw-operation-health-skeleton-description{width:min(22rem,78%)}.hw-operation-health-skeleton-item:nth-child(3) .hw-operation-health-skeleton-action{width:7rem}.hw-operation-health-panel-footer{display:flex;min-height:2.7rem;flex:0 0 auto;align-items:center;justify-content:center;gap:.45rem;padding:.7rem 1.25rem;border-top:1px solid var(--hw-border);background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.68rem;font-weight:650}.hw-operation-health-panel-footer svg{width:.95rem;height:.95rem}.hw-shell-body{grid-template-columns:17.5rem minmax(0,1fr)}.hw-sidebar-layer,.hw-sidebar-panel{width:17.5rem}.hw-sidebar-panel{background:#0e3541}.hw-sidebar-navigation,.hw-mp-sidebar{padding:.5rem!important}.hw-sidebar-section{padding:.35rem .45rem .45rem;border-radius:.4rem;background:rgb(255 255 255 / 7%)}.hw-sidebar-section:nth-of-type(1){background:#1d424d}.hw-sidebar-section:nth-of-type(2){background:#2c4d55}.hw-sidebar-section:nth-of-type(3){background:#304a3c}.hw-sidebar-section:nth-of-type(4){background:#2a4c54}.hw-sidebar-section+.hw-sidebar-section{margin-top:.3rem}.hw-sidebar-section h2{margin:0;padding:.1rem .55rem .3rem;color:#ffffffad;font-size:.62rem;font-weight:700;letter-spacing:.02em}.hw-sidebar-items{display:grid;gap:.08rem}.hw-sidebar-group{border-radius:.35rem;transition:background .15s ease}.hw-sidebar-group.is-active{background:rgb(255 255 255 / 6%)}.hw-sidebar-link,.hw-sidebar-group-trigger{display:flex;width:100%;min-height:2rem;cursor:pointer;align-items:center;gap:.55rem;padding:.3rem .55rem;border:0;border-radius:.35rem;background:transparent;color:#ffffffe0;font-size:.8rem;font-weight:400;line-height:1.2;text-align:left}.hw-sidebar-link:hover,.hw-sidebar-group-trigger:hover{background:rgb(255 255 255 / 14%);color:#fff}.hw-sidebar-link.is-active{background:transparent;color:#fff;font-weight:650}.hw-sidebar-link.is-active:after{width:.35rem;height:.35rem;flex:0 0 auto;border-radius:999px;background:var(--hw-accent);content:""}.hw-sidebar-group.is-active>.hw-sidebar-group-trigger{color:#fff;font-weight:650}.hw-sidebar-entry-icon{display:grid;width:1.35rem;height:1.35rem;flex:0 0 auto;place-items:center;border-radius:.3rem;background:transparent;color:#ffffffb8}.hw-sidebar-entry-icon svg{width:.9rem;height:.9rem}.hw-sidebar-entry-label{min-width:0;flex:1 1 auto}.hw-sidebar-link:hover .hw-sidebar-entry-icon,.hw-sidebar-link.is-active .hw-sidebar-entry-icon,.hw-sidebar-group-trigger:hover .hw-sidebar-entry-icon,.hw-sidebar-group.is-active>.hw-sidebar-group-trigger .hw-sidebar-entry-icon{background:transparent;color:var(--hw-accent)}.hw-sidebar-chevron{width:.85rem;height:.85rem;flex:0 0 auto;margin-left:.15rem;color:#ffffff94}.hw-sidebar-group.is-open>.hw-sidebar-group-trigger .hw-sidebar-chevron{transform:rotate(90deg)}.hw-sidebar-children-reveal{display:grid;grid-template-rows:0fr;visibility:hidden;opacity:0;transform:translateY(-.2rem);transition:grid-template-rows .28s cubic-bezier(.16,1,.3,1),opacity .18s ease,transform .28s cubic-bezier(.16,1,.3,1),visibility 0s linear .28s}.hw-sidebar-group.is-open>.hw-sidebar-children-reveal{grid-template-rows:1fr;visibility:visible;opacity:1;transform:translateY(0);transition-delay:0s}.hw-sidebar-children-clip{min-height:0;overflow:hidden}.hw-sidebar-children{display:grid;gap:.08rem;margin:0 0 .15rem .7rem;padding:.1rem 0 .05rem .55rem}.hw-sidebar-link.is-child{min-height:1.8rem;padding:.22rem .45rem;font-size:.72rem}.hw-sidebar-link.is-child .hw-sidebar-entry-icon{width:1.15rem;height:1.15rem;background:transparent}.hw-sidebar-link.is-child .hw-sidebar-entry-icon svg{width:.75rem;height:.75rem}.hw-sidebar-profile{display:none}.hw-page-container{width:100%;max-width:none;margin:0;padding:2rem 2rem 3rem}.hw-page-header{align-items:flex-start;margin-bottom:1.65rem}.hw-page-header h1,.hw-section-heading h2,.hw-mode-card h2,.hw-state-panel-content h2{font-family:inherit}.hw-page-header h1{font-size:1.75rem;font-weight:700;letter-spacing:-.025em;line-height:1.2}.hw-page-description{max-width:52rem;margin-top:.35rem;font-size:.9rem;line-height:1.45}.hw-page-actions .hw-button{min-height:2.6rem;min-width:11.9rem;padding-right:1.05rem!important;padding-left:1.05rem!important;border-radius:.45rem!important}.hw-button-primary{border-color:#2f7d5c!important;background:#2f7d5c!important}.hw-button-primary:hover:not(:disabled){background:#27694d!important}.hw-button-outline{border-color:var(--hw-border-strong)!important;color:var(--hw-text)!important}.hw-table-panel{overflow:hidden;border-radius:var(--hw-radius-md)!important}.hw-data-table{min-width:56rem;table-layout:auto}.hw-data-table-toolbar-cell{padding:1rem!important;background:#fff!important}.hw-data-table-head>.hw-data-table-toolbar-row:first-child>.hw-data-table-toolbar-cell{border-top-left-radius:var(--hw-radius-md);border-top-right-radius:var(--hw-radius-md)}.hw-data-table-head>.hw-data-table-row:first-child>:first-child{border-top-left-radius:var(--hw-radius-md)}.hw-data-table-head>.hw-data-table-row:first-child>:last-child{border-top-right-radius:var(--hw-radius-md)}.hw-data-table-toolbar{justify-content:flex-start!important;gap:.75rem!important}.hw-data-table-search{width:20rem!important}.hw-data-table-search input{width:100%!important}.hw-data-table-actions{flex:0 0 18rem;justify-content:flex-start!important}.hw-data-table-actions>button:last-child{display:none!important}.hw-table-filter,.hw-table-filter .hw-mp-select{width:100%}.hw-table-filter .hw-input,.hw-data-table-search input{min-height:2.55rem!important;padding:.5rem .8rem!important;border:1px solid var(--hw-border-strong)!important;border-radius:.4rem!important;background:#fff!important;color:var(--hw-text)!important;font-size:.875rem!important;box-shadow:none!important}.hw-data-table-heading{height:2.6rem;padding:.65rem 1rem!important;background:#edf4ee!important;color:#566b61!important;font-size:.68rem!important;font-weight:700!important;letter-spacing:0!important;text-align:left!important}.hw-data-table-heading:nth-child(1){width:34%}.hw-data-table-heading:nth-child(2),.hw-data-table-cell:nth-child(2){width:15%}.hw-data-table-heading:nth-child(3),.hw-data-table-cell:nth-child(3){width:16%}.hw-data-table-heading:nth-child(4),.hw-data-table-cell:nth-child(4){width:18%}.hw-data-table-heading:nth-child(5),.hw-data-table-cell:nth-child(5){width:17%}.hw-data-table-cell{height:3.7rem;padding:.75rem 1rem!important;font-size:.8rem!important;line-height:1.35}.hw-data-table-row{border-color:var(--hw-border)!important}.hw-table-primary{font-weight:400;white-space:normal}.hw-row-actions{display:flex;align-items:center;gap:.5rem;white-space:nowrap}.hw-row-actions .hw-button{min-height:2.2rem!important;padding:.4rem .85rem!important;border-radius:.4rem!important;font-size:.75rem!important}.hw-action-menu.is-compact{opacity:1}.hw-action-menu.is-compact>summary{min-width:2rem;min-height:2rem;justify-content:center;padding:.3rem}.hw-data-table-pagination-cell{padding:.75rem 1rem!important;background:#fff!important;font-size:.75rem}.hw-data-table-foot>tr>td,.hw-data-table-foot>tr>td>div{border-bottom-left-radius:var(--hw-radius-md);border-bottom-right-radius:var(--hw-radius-md)}.hw-energy-page .hw-page-header{margin-bottom:.65rem}.hw-energy-page .hw-page-description{max-width:45rem;font-size:.95rem}.hw-energy-status-row{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem;margin-bottom:1rem;color:var(--hw-text-muted);font-size:.72rem}.hw-energy-status-row>span{display:inline-flex;min-height:1.55rem;align-items:center;padding:.2rem .55rem;border-radius:999px;font-weight:700}.hw-energy-status-row>span.is-success{background:#e5f3e9;color:#226b49}.hw-energy-status-row>span.is-warning{background:#fff1d1;color:#855d08}.hw-energy-status-row p{margin:0}.hw-meter-selector,.hw-energy-panel{border:1px solid var(--hw-border);border-radius:.5rem;background:#fff;box-shadow:var(--hw-shadow-sm)}.hw-meter-selector{margin-bottom:1rem;overflow:hidden}.hw-meter-selector>summary{display:flex;min-height:4.1rem;cursor:pointer;list-style:none;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem}.hw-meter-selector>summary::-webkit-details-marker{display:none}.hw-meter-selector-copy{display:flex;flex-direction:column}.hw-meter-selector-copy small{color:var(--hw-text-muted);font-size:.68rem;font-weight:700;letter-spacing:.015em;text-transform:uppercase}.hw-meter-selector-copy strong{margin-top:.08rem;font-size:.9rem}.hw-meter-selector-toggle{display:inline-flex;align-items:center;gap:.45rem;color:#2f7d5c;font-size:.75rem;font-weight:700}.hw-meter-selector-toggle svg{width:1rem;height:1rem;transition:transform .12s ease}.hw-meter-selector[open] .hw-meter-selector-toggle svg{transform:rotate(180deg)}.hw-meter-selector-body{padding:0 1rem;border-top:1px solid var(--hw-border)}.hw-meter-selector-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-right:1rem}.hw-meter-selector-actions .hw-meter-select-all{width:auto!important;min-width:14rem;flex:1 1 auto}.hw-meter-selector-bulk-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:.4rem}.hw-meter-selector-bulk-actions button{display:inline-flex;min-height:2rem;align-items:center;gap:.35rem;padding:.35rem .55rem;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface);color:var(--hw-text-muted);font-size:.68rem;font-weight:750;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-meter-selector-bulk-actions button:hover:not(:disabled){border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-meter-selector-bulk-actions button:disabled{cursor:not-allowed;opacity:.45}.hw-meter-selector-bulk-actions svg{width:.9rem;height:.9rem}.hw-meter-select-all,.hw-meter-row{display:grid;align-items:center;gap:.75rem}.hw-meter-select-all{grid-template-columns:auto 1fr;padding:.75rem 0;font-size:.78rem;font-weight:700}.hw-meter-row{grid-template-columns:auto minmax(12rem,2fr) repeat(3,minmax(7rem,1fr));min-height:2.6rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.75rem}.hw-meter-list>.hw-meter-row:last-child{border-bottom-right-radius:var(--hw-radius-sm);border-bottom-left-radius:var(--hw-radius-sm)}.hw-meter-name{color:var(--hw-text);font-weight:600}.hw-meter-row .is-success{color:#2f7d5c}.hw-meter-row .is-warning{color:#855d08}.hw-meter-row .is-error{color:#a13c34;font-weight:750}.hw-energy-panel{padding:1.2rem;box-shadow:none}.hw-energy-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;margin-bottom:.75rem}.hw-energy-panel-header h2{margin:0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.1rem;font-weight:700}.hw-energy-period-controls,.hw-energy-mode-switch,.hw-energy-date-control{display:flex;align-items:flex-end;gap:.5rem}.hw-energy-mode-switch .hw-button,.hw-energy-date-control .hw-button{min-height:2.5rem!important;padding:.45rem .85rem!important;font-size:.8rem!important}.hw-energy-mode-switch .hw-button{min-width:4.25rem!important}.hw-energy-mode-switch .hw-button[aria-pressed=true]{border-color:#287b57!important;background:#287b57!important;color:#fff!important}.hw-energy-date-control>.hw-button{display:inline-flex!important;width:2.5rem!important;min-width:2.5rem!important;align-items:center!important;justify-content:center!important;padding:0!important;border-color:var(--hw-border-strong)!important;border-radius:var(--hw-radius-sm)!important;background:var(--hw-surface-subtle)!important;color:var(--hw-brand-700)!important;line-height:1!important}.hw-energy-date-control>.hw-button:hover{border-color:color-mix(in srgb,var(--hw-accent) 58%,var(--hw-border-strong))!important;background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-energy-date-control>.hw-button svg{width:1.25rem;height:1.25rem;flex:0 0 auto}.hw-energy-date-control label{display:block}.hw-energy-date-control input{min-width:11.6rem;min-height:2.5rem;padding:.45rem .75rem;border:1px solid var(--hw-border-strong);border-radius:.4rem;background:#fff;color:var(--hw-text);font-size:.8rem;font-weight:600}.hw-energy-date-control input[type=month]{text-transform:capitalize}.hw-energy-date-control input[type=month]::-webkit-datetime-edit-month-field{text-transform:capitalize}.hw-energy-visual{position:relative}.hw-metrics-block.is-consolidated{align-items:stretch;gap:0}.hw-metrics-block.is-consolidated .hw-metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:1rem 0;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border)}.hw-metrics-block.is-consolidated .hw-metric-card{display:grid;min-height:4.2rem;grid-template-areas:"icon title" "icon value";grid-template-columns:2.5rem minmax(0,1fr);grid-template-rows:auto auto;align-content:center;align-items:center;-moz-column-gap:.75rem;column-gap:.75rem;padding:0 1rem;border:0!important;border-right:1px solid var(--hw-border)!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.hw-metrics-block.is-consolidated .hw-metric-card:last-child{border-right:0!important}.hw-metrics-block.is-consolidated .hw-metric-icon{grid-area:icon;width:2.35rem;height:2.35rem;margin:0;border-radius:999px}.hw-metrics-block.is-consolidated .hw-metric-icon svg{width:1.25rem;height:1.25rem}.hw-metrics-block.is-consolidated .hw-metric-card.is-production .hw-metric-icon,.hw-metrics-block.is-consolidated .hw-metric-card.is-surplus .hw-metric-icon{background:#fff0d8;color:#d97706}.hw-metrics-block.is-consolidated .hw-metric-card.is-autoconsumption .hw-metric-icon{background:#e4f0e9;color:#287b57}.hw-metrics-block.is-consolidated .hw-metric-card.is-consumption .hw-metric-icon,.hw-metrics-block.is-consolidated .hw-metric-card.is-complement .hw-metric-icon{background:#e6eef0;color:#2b6570}.hw-metrics-block.is-consolidated .hw-metric-card h3{grid-area:title;margin:0;color:var(--hw-text);font-size:.76rem;line-height:1.25}.hw-metrics-block.is-consolidated .hw-metric-value{grid-area:value;margin-top:.2rem;color:var(--hw-text);font-size:1.25rem;line-height:1.2}.hw-metrics-block.is-consolidated .hw-metric-value span{color:inherit!important}.hw-metrics-block.is-consolidated .hw-metric-card.is-production .hw-metric-value,.hw-metrics-block.is-consolidated .hw-metric-card.is-surplus .hw-metric-value{color:#d66f00}.hw-metrics-block.is-consolidated .hw-metric-card.is-autoconsumption .hw-metric-value{color:#18714f}.hw-metrics-block.is-consolidated .hw-metric-card.is-consumption .hw-metric-value,.hw-metrics-block.is-consolidated .hw-metric-card.is-complement .hw-metric-value{color:#225d69}.hw-energy-legend{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;margin:0;padding:.9rem 0;border-bottom:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.7rem}.hw-energy-legend-group{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding-right:1.25rem;border-right:1px solid var(--hw-border)}.hw-energy-legend-group>strong{color:var(--hw-text);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.hw-energy-legend>.is-axis{margin-left:auto}.hw-energy-legend span{display:inline-flex;align-items:center;gap:.45rem}.hw-energy-legend span:before{width:.7rem;height:.7rem;border-radius:.1rem;background:#f0a000;content:""}.hw-energy-legend .is-autoconsumption:before{background:#2f7d5c}.hw-energy-legend .is-consumption:before{background:#285b63}.hw-energy-legend .is-surplus:before{background:#c87f2b}.hw-energy-legend .is-axis:before{width:1rem;height:2px;border-radius:0;background:#153f49}.hw-energy-chart{position:relative;padding:1rem 0 0;background:transparent}.hw-energy-chart>strong,.hw-energy-chart-consumption{color:#586b61;font-size:.78rem}.hw-energy-chart-canvas{height:26rem;margin-top:.4rem}.hw-energy-chart-empty{display:grid;min-height:26rem;place-items:center;align-content:center;gap:.55rem;padding:2rem;border:1px dashed var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface-subtle);color:var(--hw-text-muted);text-align:center}.hw-energy-chart-empty svg{width:2rem;height:2rem;color:var(--hw-accent-strong)}.hw-energy-chart-empty strong{color:var(--hw-text);font-size:.9rem}.hw-energy-chart-empty span{max-width:28rem;font-size:.78rem}.hw-energy-chart-consumption{display:block;margin:.25rem 0 0 2.7rem}.hw-energy-caption{margin:.85rem 0 0;padding-top:.75rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.7rem}.hw-energy-empty{display:grid;min-height:12rem;place-items:center;color:var(--hw-text-muted)}@media (max-width: 1279px){.hw-topbar-row{grid-template-columns:minmax(18rem,1fr) minmax(0,2fr)}.hw-sidebar-panel{width:min(17.5rem,88vw)}.hw-energy-panel-header,.hw-energy-period-controls{align-items:stretch;flex-direction:column}}@media (max-width: 1180px){.hw-topbar-row{grid-template-columns:minmax(12rem,15rem) minmax(0,1fr)}.hw-brand-lockup{gap:.55rem}.hw-brand-divider,.hw-product-lockup{display:none}.hw-central-selector{width:100%;max-width:none;flex:1 1 auto}}@media (max-width: 767px){.hw-topbar{height:auto;min-height:0}.hw-topbar-row{height:auto;min-height:0;grid-template-columns:minmax(0,1fr) auto;padding:.55rem .75rem .55rem .85rem}.hw-brand-lockup{gap:.45rem}.hw-brand-divider,.hw-product-lockup{display:none}.hw-brand-logo{width:1.85rem;height:1.85rem}.hw-topbar-context{align-items:stretch;gap:.45rem}.hw-operation-health-panel{top:calc(100% + .5rem);right:.75rem;left:.75rem;width:auto;min-height:18rem;max-height:calc(100dvh - 8.25rem)}.hw-operation-health-panel-header{padding:1rem}.hw-operation-health-panel-body{padding:1.5rem 1rem}.hw-operation-health-panel-body.is-list{padding:0}.hw-operation-health-issues li{grid-template-columns:1.4rem 2.25rem minmax(0,1fr);gap:.7rem;padding:1rem}.hw-operation-health-issue-icon{width:2.25rem;height:2.25rem}.hw-operation-health-issue-action{width:100%;grid-column:2 / -1}.hw-central-selector{width:100%;align-items:center}.hw-central-selector-control{min-width:0}.hw-role-badge span{display:inline}.hw-role-badge{min-width:0;padding:.25rem .55rem}.hw-portfolio-context{min-height:2.5rem;justify-content:center}.hw-page-container{padding:1.4rem 1rem 2rem}.hw-page-header{margin-bottom:1.2rem}.hw-page-header h1{font-size:1.55rem}.hw-table-panel{overflow-x:auto}.hw-data-table-toolbar{flex-direction:column!important}.hw-data-table-search,.hw-data-table-actions{width:100%!important;flex-basis:auto}.hw-data-table-actions{display:flex!important}.hw-energy-status-row{align-items:flex-start}.hw-energy-status-row p{flex-basis:100%}.hw-energy-panel{padding:.85rem}.hw-energy-panel-header,.hw-energy-period-controls,.hw-energy-mode-switch,.hw-energy-date-control{width:100%}.hw-meter-selector>summary{align-items:flex-start;flex-direction:column}.hw-meter-selector-actions{align-items:stretch;flex-direction:column;gap:0;padding-right:0}.hw-meter-selector-bulk-actions{width:100%;padding:0 .75rem .75rem}.hw-meter-selector-bulk-actions button{flex:1 1 0}.hw-meter-row{min-width:42rem}.hw-meter-selector-body{overflow-x:auto}.hw-energy-date-control{display:grid;grid-template-columns:auto minmax(0,1fr) auto}.hw-energy-date-control label,.hw-energy-date-control input{min-width:0;width:100%}.hw-energy-mode-switch .hw-button{flex:1 1 0}.hw-energy-page .hw-energy-mode-switch .hw-button,.hw-energy-page .hw-energy-date-control .hw-button,.hw-energy-page .hw-energy-date-control input{min-height:2.75rem!important}.hw-metrics-block.is-consolidated .hw-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-metrics-block.is-consolidated .hw-metric-card{min-height:5rem;padding:.65rem;border-bottom:1px solid var(--hw-border)!important}.hw-metrics-block.is-consolidated .hw-metric-card:nth-child(2n){border-right:0!important}.hw-metrics-block.is-consolidated .hw-metric-card:last-child{grid-column:1 / -1;border-bottom:0!important}.hw-energy-chart-canvas{height:19rem;min-width:42rem}.hw-energy-chart-empty{min-height:19rem}.hw-energy-chart{overflow-x:auto;overscroll-behavior-x:contain}}@media (max-width: 620px){.hw-role-badge{display:none}}@media (max-width: 419px){.hw-role-badge span{display:none}.hw-role-badge:after{content:"Rôle"}.hw-metrics-block.is-consolidated .hw-metrics-grid{grid-template-columns:1fr}.hw-metrics-block.is-consolidated .hw-metric-card:last-child{grid-column:auto}.hw-metrics-block.is-consolidated .hw-metric-card{border-right:0!important}}.hw-central-home .hw-page-header{margin-bottom:1.15rem}.hw-central-home .hw-page-actions .hw-button{min-width:auto}.hw-central-overview{gap:1.1rem}.hw-progress-card,.hw-overview-detail-card{border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-progress-card{padding:1.25rem 1.35rem 1.2rem}.hw-progress-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.hw-progress-card-meta{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.55rem}.hw-progress-status{min-height:2rem}.hw-progress-eyebrow,.hw-overview-detail-label{margin:0;color:var(--hw-text-muted);font-size:.68rem!important;font-weight:800!important;letter-spacing:.055em;line-height:1.35;text-transform:uppercase}.hw-progress-card h2{margin:.35rem 0 0;color:var(--hw-text);font-size:1.05rem;font-weight:700;line-height:1.3}.hw-progress-date{display:inline-flex;min-height:2rem;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:.45rem;background:var(--hw-accent-soft);color:#226243;font-size:.75rem;font-weight:700;white-space:nowrap}.hw-progress-date svg{width:1rem;height:1rem}.hw-progress-steps{display:grid;margin:1.45rem 0 0;padding:0;grid-template-columns:repeat(5,minmax(0,1fr));list-style:none}.hw-progress-step{--hw-progress-step-delay: 80ms;min-width:0;padding-right:1rem}.hw-progress-step:nth-child(2){--hw-progress-step-delay: .23s}.hw-progress-step:nth-child(3){--hw-progress-step-delay: .38s}.hw-progress-step:nth-child(4){--hw-progress-step-delay: .53s}.hw-progress-step:nth-child(5){--hw-progress-step-delay: .68s}.hw-progress-step:last-child{padding-right:0}.hw-progress-step-marker-row{display:flex;min-height:2rem;align-items:center}.hw-progress-step-marker{position:relative;display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border:2px solid var(--hw-border-strong);border-radius:999px;background:var(--hw-surface);color:var(--hw-text-muted);font-size:.78rem;font-weight:700}.hw-progress-step-marker svg{width:1rem;height:1rem}.hw-progress-step-connector{height:2px;flex:1 1 auto;margin-left:.6rem;border-radius:999px;background:var(--hw-border-strong)}.hw-progress-step.is-complete .hw-progress-step-marker{border-color:var(--hw-accent);background:var(--hw-accent);color:#fff}.hw-progress-step.is-complete .hw-progress-step-marker,.hw-progress-step.is-current .hw-progress-step-marker{animation:hw-progress-marker-enter .26s cubic-bezier(.16,1,.3,1) both;animation-delay:var(--hw-progress-step-delay)}.hw-progress-step.is-complete .hw-progress-step-connector,.hw-progress-step.is-current .hw-progress-step-connector{animation:hw-progress-connector-fill .32s cubic-bezier(.16,1,.3,1) both;animation-delay:calc(var(--hw-progress-step-delay) + .11s)}.hw-progress-step.is-complete .hw-progress-step-connector{background:var(--hw-accent)}.hw-progress-step.is-current .hw-progress-step-marker{border-color:var(--hw-warning);background:color-mix(in srgb,var(--hw-warning) 8%,var(--hw-surface));color:var(--hw-warning)}.hw-progress-step.is-current .hw-progress-step-connector{background:color-mix(in srgb,var(--hw-warning) 70%,var(--hw-border))}.hw-progress-step.is-current .hw-progress-step-marker:after{position:absolute;top:-.45rem;right:-.45rem;bottom:-.45rem;left:-.45rem;border:1px solid var(--hw-warning);border-radius:inherit;animation:hw-progress-current-pulse 2.6s ease-out infinite both;animation-delay:calc(var(--hw-progress-step-delay) + .42s);content:"";pointer-events:none}@keyframes hw-progress-marker-enter{0%{opacity:0;transform:scale(.72)}70%{opacity:1;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes hw-progress-connector-fill{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0)}}@keyframes hw-progress-connector-fill-vertical{0%{clip-path:inset(0 0 100% 0)}to{clip-path:inset(0)}}@keyframes hw-progress-current-pulse{0%{opacity:0;transform:scale(.82)}18%{opacity:.34}72%,to{opacity:0;transform:scale(1.35)}}@media (prefers-reduced-motion: reduce){.hw-progress-step.is-complete .hw-progress-step-marker,.hw-progress-step.is-current .hw-progress-step-marker,.hw-progress-step.is-complete .hw-progress-step-connector,.hw-progress-step.is-current .hw-progress-step-connector,.hw-progress-step.is-current .hw-progress-step-marker:after{animation:none!important}}.hw-progress-step-copy{margin-top:.7rem;padding-right:.35rem}.hw-progress-step-copy h3{margin:0;color:var(--hw-text);font-size:.78rem;font-weight:700;line-height:1.35}.hw-progress-step-copy p{margin:.45rem 0 0;color:var(--hw-text-muted);font-size:.75rem;line-height:1.45}.hw-progress-step-action{min-height:2.15rem;margin-top:.7rem;padding-right:.7rem!important;padding-left:.7rem!important;font-size:.75rem}.hw-progress-step-action svg{width:1rem;height:1rem}.hw-overview-metrics .hw-metrics-block{align-items:stretch;gap:0}.hw-overview-metrics .hw-metrics-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}.hw-overview-metrics .hw-metric-card{min-height:10.25rem;padding:1rem 1.05rem;box-shadow:none!important}.hw-overview-metrics .hw-metric-icon{width:2.6rem;height:2.6rem;margin-bottom:.75rem;border-radius:999px}.hw-overview-metrics .hw-metric-icon svg{width:1.25rem;height:1.25rem}.hw-overview-metrics .hw-metric-card h3{margin-bottom:.4rem;font-size:.78rem}.hw-overview-metrics .hw-metric-value,.hw-overview-metrics .hw-metric-value span{color:var(--hw-text)!important;font-size:1.35rem;line-height:1.2}.hw-overview-metrics .hw-metric-detail{margin-top:.55rem;color:var(--hw-text-muted);font-size:.75rem;line-height:1.4}.hw-overview-details{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1rem}.hw-overview-detail-card{min-height:7.75rem;align-items:center;padding:1.15rem 1.25rem;box-shadow:none}.hw-overview-detail-card .hw-mode-card-icon{width:3rem;height:3rem;border-radius:999px}.hw-overview-detail-card .hw-mode-card-icon svg{width:1.45rem;height:1.45rem}.hw-overview-detail-card .hw-overview-detail-label{color:var(--hw-text-muted)}.hw-overview-detail-card strong{margin-top:.25rem;color:var(--hw-text);font-size:1.15rem;line-height:1.3}.hw-overview-detail-card p:not(.hw-overview-detail-label){max-width:34rem;margin-top:.4rem;line-height:1.45}.hw-meter-counts{display:grid;align-items:center;grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr);gap:1rem}.hw-meter-counts>div{display:flex;min-width:0;flex-direction:column}.hw-meter-counts strong{margin:0;color:var(--hw-text);font-family:Roboto,Inter,ui-sans-serif,system-ui,sans-serif;font-size:1.35rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:normal;line-height:1.2}.hw-metric-card.is-compact .hw-meter-counts .hw-animated-number,.hw-metric-card.is-compact .hw-meter-counts .hw-animated-number>span{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit}.hw-meter-counts>div>span:not(.hw-meter-count-divider){margin-top:.55rem;color:var(--hw-text-muted);font-family:Roboto,Inter,ui-sans-serif,system-ui,sans-serif;font-size:.75rem;font-weight:400;font-variant-numeric:normal;letter-spacing:normal;line-height:1.4}.hw-meter-count-divider{width:1px;height:2.9rem;background:var(--hw-border)}@media (max-width: 1199px){.hw-overview-metrics .hw-metrics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.hw-overview-metrics .hw-metric-card:nth-last-child(-n+2){min-height:8.75rem}}@media (max-width: 767px){.hw-central-home .hw-page-actions{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.hw-central-home .hw-page-actions .hw-button{min-width:0}.hw-progress-card{padding:1.1rem}.hw-progress-card-header{align-items:flex-start;flex-direction:column}.hw-progress-card-meta{width:100%;justify-content:flex-start}.hw-progress-date{white-space:normal}.hw-progress-steps{gap:.15rem;margin-top:1.2rem;grid-template-columns:1fr}.hw-progress-step,.hw-progress-step:last-child{display:grid;min-height:4.6rem;padding:0 0 .7rem;grid-template-columns:2.5rem minmax(0,1fr)}.hw-progress-step:last-child{min-height:3.1rem;padding-bottom:0}.hw-progress-step-marker-row{position:relative;min-height:100%;align-items:flex-start;justify-content:center}.hw-progress-step-connector{position:absolute;top:2.15rem;left:50%;width:2px;height:calc(100% - 1.8rem);margin:0;transform:translate(-50%)}.hw-progress-step.is-complete .hw-progress-step-connector,.hw-progress-step.is-current .hw-progress-step-connector{animation-name:hw-progress-connector-fill-vertical}.hw-progress-step-copy{margin-top:0;padding:.15rem 0 0}.hw-overview-metrics .hw-metrics-grid{grid-template-columns:1fr}.hw-overview-metrics .hw-metric-card,.hw-overview-metrics .hw-metric-card:nth-last-child(-n+2){min-height:8.5rem}.hw-overview-details{grid-template-columns:1fr}.hw-overview-detail-card{min-height:0;align-items:flex-start;padding:1rem}}.hw-sharing-page{display:grid;gap:1rem}.hw-sharing-page .hw-page-header{margin-bottom:.15rem}.hw-sharing-page .hw-page-actions .hw-button{min-width:auto}.hw-sharing-page .hw-page-actions .hw-button svg{width:1.1rem;height:1.1rem}.hw-sharing-config-panel,.hw-sharing-priority-panel,.hw-sharing-diagram-panel{min-width:0;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-sharing-config-panel{position:relative;z-index:10;overflow:visible}.hw-sharing-current-mode{display:flex;align-items:center;justify-content:space-between;gap:1.25rem;padding:1rem;border-bottom:1px solid var(--hw-border);border-radius:calc(var(--hw-radius-md) - 1px) calc(var(--hw-radius-md) - 1px) 0 0;background:var(--hw-surface-subtle)}.hw-sharing-current-mode-copy{min-width:0}.hw-sharing-current-mode-copy>p:last-child{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.76rem;line-height:1.4}.hw-sharing-current-mode-value{display:flex;min-width:19rem;align-items:center;gap:.7rem;padding:.65rem .8rem;border:1px solid color-mix(in srgb,var(--hw-accent) 38%,var(--hw-border));border-radius:.55rem;background:var(--hw-surface);color:var(--hw-text)}.hw-sharing-current-mode-icon{display:grid;width:2.25rem;height:2.25rem;flex:0 0 auto;place-items:center;border-radius:.5rem;background:var(--hw-accent-soft);color:var(--hw-brand-700)}.hw-sharing-current-mode-icon svg{width:1.2rem;height:1.2rem}.hw-sharing-current-mode-value>span:last-child{display:flex;min-width:0;flex-direction:column}.hw-sharing-current-mode-value strong{font-size:.88rem;line-height:1.3}.hw-sharing-current-mode-value small{margin-top:.12rem;color:var(--hw-text-muted);font-size:.7rem}.hw-sharing-config-choice{max-width:40rem;padding:1rem}.hw-sharing-field{display:flex;min-width:0;flex-direction:column;gap:.4rem}.hw-sharing-field>span{display:flex;align-items:center;gap:.5rem;color:var(--hw-text-muted);font-size:.76rem;font-weight:700}.hw-sharing-field>span small{padding:.18rem .45rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.66rem;font-weight:700}.hw-sharing-field input,.hw-sharing-month-control input,.hw-sharing-table input{width:100%;min-height:2.65rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-text);font-size:.84rem;font-weight:600;box-shadow:none}.hw-sharing-field input{padding:.55rem .8rem}.hw-sharing-field input:disabled,.hw-sharing-table input:disabled{cursor:not-allowed;opacity:.6;background:var(--hw-surface-subtle)}.hw-sharing-select{position:relative;width:100%;min-width:0}.hw-sharing-select>div,.hw-sharing-select>div>div{width:100%;min-width:0}.hw-sharing-select input{padding-right:2.5rem;cursor:pointer}.hw-sharing-select button{color:var(--hw-text-muted)}.hw-sharing-select [role=listbox]{z-index:30;border:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text);box-shadow:var(--hw-shadow-md)}.hw-sharing-select [role=option]{background:var(--hw-surface);color:var(--hw-text)}.hw-sharing-select [role=option][data-focus]{background:var(--hw-accent-soft);color:var(--hw-text)}.hw-sharing-select [role=option][data-selected]{font-weight:700}.hw-sharing-select-readonly{display:flex;width:100%;min-height:2.65rem;align-items:center;padding:.55rem .8rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.84rem;font-weight:600;cursor:not-allowed}.hw-sharing-field-help{min-height:1rem;color:var(--hw-text-muted);font-size:.74rem;line-height:1.35}.hw-sharing-month-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--hw-border)}.hw-sharing-month-row>span:first-child{color:var(--hw-text-muted);font-size:.75rem;font-weight:700}.hw-sharing-month-control{display:grid;min-width:17rem;grid-template-columns:2.65rem minmax(9rem,1fr) 2.65rem;gap:.45rem}.hw-sharing-month-control .hw-button{display:inline-flex!important;width:2.65rem!important;min-width:2.65rem!important;min-height:2.65rem!important;align-items:center!important;justify-content:center!important;padding:0!important}.hw-sharing-month-control .hw-button svg{width:1.2rem;height:1.2rem}.hw-sharing-month-control input{padding:.45rem .65rem}.hw-sharing-period-status{display:inline-flex;min-height:2.4rem;align-items:center;gap:.4rem;padding:.4rem .65rem;border-radius:999px;background:var(--hw-accent-soft);color:var(--hw-sharing-consumer);font-size:.72rem;font-weight:700}.hw-sharing-period-status svg{width:1rem;height:1rem}.hw-sharing-period-status.is-finished,.hw-sharing-period-status.is-missing{background:color-mix(in srgb,var(--hw-warning) 10%,var(--hw-surface));color:var(--hw-warning)}.hw-sharing-error,.hw-sharing-priority-note,.hw-sharing-inline-empty{display:flex;align-items:center;gap:.55rem;border-radius:var(--hw-radius-sm);font-size:.78rem}.hw-sharing-error{padding:.75rem .9rem;border:1px solid color-mix(in srgb,var(--hw-danger) 35%,var(--hw-border));background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-sharing-error svg,.hw-sharing-priority-note svg,.hw-sharing-inline-empty svg{width:1.1rem;height:1.1rem;flex:0 0 auto}.hw-sharing-priority-panel{overflow:hidden;cursor:pointer}.hw-sharing-priority-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.95rem 1rem}.hw-sharing-section-eyebrow{margin:0;color:var(--hw-text-muted);font-size:.68rem;font-weight:800;letter-spacing:.045em;line-height:1.35;text-transform:uppercase}.hw-sharing-priority-title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.8rem;margin-top:.15rem}.hw-sharing-priority-title-row h2,.hw-sharing-diagram-header h2{margin:0;color:var(--hw-text);font-size:1.05rem;font-weight:700;line-height:1.3}.hw-sharing-priority-title-row>span{color:var(--hw-text-muted);font-size:.76rem}.hw-sharing-collapse{min-width:auto!important;min-height:2.25rem!important;gap:.4rem!important;padding:.35rem .55rem!important;border-color:transparent!important;background:transparent!important;color:var(--hw-brand-700)!important}.hw-sharing-collapse svg{width:1rem;height:1rem}.hw-sharing-priority-content{padding:0 1rem 1rem;border-top:1px solid var(--hw-border)}.hw-sharing-priority-content.has-bulk-selection{padding-bottom:6.5rem}.hw-sharing-priority-toolbar{display:grid;align-items:end;gap:.75rem;padding:.9rem 0;grid-template-columns:minmax(16rem,1.2fr) minmax(8rem,10rem) minmax(0,1fr)}.hw-sharing-priority-toolbar .hw-sharing-field.is-compact input{max-width:7rem}.hw-sharing-priority-actions{display:flex;justify-content:flex-end;gap:.55rem}.hw-sharing-priority-actions .hw-button{min-width:5.5rem}.hw-sharing-priority-note{margin:0 0 .8rem;padding:.6rem .7rem;background:var(--hw-surface-subtle);color:var(--hw-text-muted)}.hw-sharing-inline-empty{min-height:7rem;justify-content:center;padding:1rem;color:var(--hw-text-muted)}.hw-sharing-table-wrap{overflow-x:auto;border:1px solid var(--hw-border);border-radius:.5rem}.hw-sharing-table{width:100%;min-width:34rem;border-collapse:collapse}.hw-sharing-table th{padding:.7rem .85rem;background:color-mix(in srgb,var(--hw-sharing-consumer-soft) 70%,var(--hw-surface));color:var(--hw-text-muted);font-size:.68rem;font-weight:800;letter-spacing:.035em;text-align:left;text-transform:uppercase}.hw-sharing-table th.hw-sharing-select-column{display:flex;align-items:center;gap:.65rem}.hw-sharing-table th.hw-sharing-select-column input,.hw-sharing-table td:first-child input[type=checkbox]{width:1rem;min-height:1rem;accent-color:var(--hw-accent)}.hw-sharing-table td{height:3.25rem;padding:.55rem .85rem;border-top:1px solid var(--hw-border);color:var(--hw-text);font-size:.8rem}.hw-sharing-table td:first-child{display:flex;align-items:center;gap:.7rem;font-weight:600}.hw-sharing-table th:last-child,.hw-sharing-table td:last-child{width:35%}.hw-sharing-table input{width:5rem;min-height:2.25rem;padding:.35rem .55rem;text-align:center}.hw-sharing-table th.hw-sharing-select-column input,.hw-sharing-table td:first-child input[type=checkbox]{padding:0;border:0;border-radius:.2rem;box-shadow:none}.hw-sharing-bulk-priority{position:fixed;right:1rem;bottom:max(1rem,env(safe-area-inset-bottom));z-index:45;display:flex;width:min(52rem,calc(100vw - 19.5rem));align-items:end;justify-content:flex-end;gap:.7rem;padding:.75rem;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 35%,var(--hw-border));border-radius:var(--hw-radius-md);background:color-mix(in srgb,var(--hw-surface) 94%,transparent);box-shadow:0 18px 45px #09302b2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:default}.hw-sharing-selection-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-right:auto}.hw-sharing-selection-actions .hw-button{min-height:2.65rem}.hw-sharing-bulk-priority .hw-sharing-field{min-width:12rem}.hw-sharing-bulk-priority .hw-button{min-height:2.65rem}.hw-sharing-priority-chip{display:grid;width:1.9rem;height:1.9rem;flex:0 0 auto;place-items:center;border:1px solid color-mix(in srgb,var(--hw-sharing-consumer) 24%,var(--hw-border));border-radius:.45rem;background:var(--hw-sharing-consumer-soft);color:var(--hw-sharing-consumer);font-size:.78rem;font-weight:800}.hw-sharing-priority-chip.is-level-2{border-color:color-mix(in srgb,var(--hw-sharing-producer) 32%,var(--hw-border));background:var(--hw-sharing-producer-soft);color:var(--hw-sharing-producer)}.hw-sharing-priority-chip.is-level-3{border-color:color-mix(in srgb,var(--hw-sharing-secondary) 28%,var(--hw-border));background:var(--hw-sharing-secondary-soft);color:var(--hw-sharing-secondary)}.hw-sharing-readonly-value{color:var(--hw-text-muted);font-weight:700}.hw-sharing-diagram-panel{padding:1rem}.hw-sharing-diagram-header h2{margin-top:.15rem}.hw-sharing-diagram-header>p:last-child{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.76rem}.hw-sharing-producer-tabs{display:grid;gap:.75rem;margin-top:.8rem;grid-auto-columns:minmax(15rem,1fr);grid-auto-flow:column;overflow-x:auto;padding-bottom:.25rem;overscroll-behavior-x:contain}.hw-sharing-producer-tabs>button{display:grid;min-height:3.45rem;cursor:pointer;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.65rem;padding:.55rem .75rem;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface);color:var(--hw-text);text-align:left}.hw-sharing-producer-tabs>button:hover{border-color:var(--hw-border-strong);background:var(--hw-surface-subtle)}.hw-sharing-producer-tabs>button.is-selected{border-color:var(--hw-sharing-producer);background:var(--hw-sharing-producer-soft)}.hw-sharing-producer-tabs>button>svg{width:1.85rem;height:1.85rem;color:var(--hw-sharing-consumer)}.hw-sharing-producer-tabs>button.is-selected>svg{color:var(--hw-sharing-producer)}.hw-sharing-producer-tabs>button>span{display:flex;min-width:0;flex-direction:column}.hw-sharing-producer-tabs strong,.hw-sharing-producer-tabs small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-sharing-producer-tabs strong{font-size:.78rem}.hw-sharing-producer-tabs small{margin-top:.12rem;color:var(--hw-text-muted);font-size:.68rem}.hw-sharing-flow-scroll{overflow-x:auto;margin-top:.9rem;padding:.2rem 0 .5rem;overscroll-behavior-x:contain}.hw-sharing-flow{display:flex;width:-moz-max-content;width:max-content;min-width:100%;align-items:center;justify-content:center;gap:.45rem}.hw-sharing-flow-node,.hw-sharing-flow-group{flex:0 0 auto;border:1px solid var(--hw-border);border-radius:.65rem}.hw-sharing-flow-node{display:flex;width:11rem;min-height:9rem;align-items:center;justify-content:center;flex-direction:column;gap:.65rem;padding:.85rem;text-align:center}.hw-sharing-flow-node>svg{width:2.7rem;height:2.7rem}.hw-sharing-flow-node>strong{color:var(--hw-text);font-size:.78rem;line-height:1.3}.hw-sharing-flow-node>span,.hw-sharing-flow-group article small{display:inline-flex;align-items:center;gap:.3rem;color:var(--hw-text-muted);font-size:.66rem}.hw-sharing-flow-node>span svg,.hw-sharing-flow-group article small svg{width:.9rem;height:.9rem;color:var(--hw-sharing-consumer)}.hw-sharing-flow-node.is-producer{border-color:color-mix(in srgb,var(--hw-sharing-producer) 58%,var(--hw-border));background:var(--hw-sharing-producer-soft)}.hw-sharing-flow-node.is-producer>svg{color:var(--hw-sharing-producer)}.hw-sharing-flow-node.is-grid{border-color:color-mix(in srgb,var(--hw-sharing-grid) 55%,var(--hw-border));background:var(--hw-sharing-grid-soft)}.hw-sharing-flow-node.is-grid>svg{color:var(--hw-sharing-grid)}.hw-sharing-flow-node.is-grid i{width:.55rem;height:.55rem;border-radius:999px;background:var(--hw-sharing-grid)}.hw-sharing-flow-link{position:relative;width:2.4rem;min-height:2.25rem;flex:0 0 auto;color:var(--hw-brand-900)}.hw-sharing-flow-link:before{position:absolute;top:50%;right:0;left:0;height:.15rem;border-radius:999px;background:color-mix(in srgb,var(--hw-brand-900) 78%,var(--hw-border));content:"";transform:translateY(-50%)}.hw-sharing-flow-link:after{position:absolute;top:50%;right:0;width:.42rem;height:.42rem;border-radius:999px;background:currentColor;content:"";transform:translateY(-50%)}.hw-sharing-flow-link.is-final:after{width:.62rem;height:.62rem;border:.16rem solid var(--hw-surface);background:var(--hw-sharing-grid);box-shadow:0 0 0 .1rem var(--hw-sharing-grid)}.hw-sharing-flow-link.is-muted{opacity:.35}.hw-sharing-flow-group{width:12rem;padding:.45rem;background:var(--hw-sharing-consumer-soft)}.hw-sharing-flow-group>h3{margin:0;padding:.15rem .25rem .5rem;color:var(--hw-text-muted);font-size:.66rem;font-weight:800;letter-spacing:.035em;text-align:center;text-transform:uppercase}.hw-sharing-flow-group>div{display:grid;gap:.4rem}.hw-sharing-flow-group article{display:grid;min-height:3.65rem;align-items:center;gap:.5rem;padding:.5rem;grid-template-columns:1.6rem minmax(0,1fr);border:1px solid color-mix(in srgb,var(--hw-sharing-consumer) 18%,var(--hw-border));border-radius:.45rem;background:var(--hw-surface)}.hw-sharing-flow-group article>svg{width:1.45rem;height:1.45rem;color:var(--hw-sharing-consumer)}.hw-sharing-flow-group article>span{display:flex;min-width:0;flex-direction:column}.hw-sharing-flow-group article strong{color:var(--hw-text);font-size:.69rem;line-height:1.25}.hw-sharing-flow-group.is-condensed>div{gap:.35rem}.hw-sharing-flow-overflow{display:flex;min-height:2.15rem;align-items:center;justify-content:center;gap:.42rem;padding:.35rem .45rem;border:1px dashed color-mix(in srgb,var(--hw-sharing-consumer) 30%,var(--hw-border));border-radius:.45rem;background:color-mix(in srgb,var(--hw-sharing-consumer-soft) 70%,var(--hw-surface));color:var(--hw-sharing-consumer);font-size:.66rem;font-weight:700}.hw-sharing-flow-overflow-dots{display:inline-flex;align-items:center;gap:.16rem}.hw-sharing-flow-overflow-dots i{width:.22rem;height:.22rem;border-radius:999px;background:currentColor}.hw-sharing-flow-group.is-amber{border-color:color-mix(in srgb,var(--hw-sharing-producer) 40%,var(--hw-border));background:var(--hw-sharing-producer-soft)}.hw-sharing-flow-group.is-amber article>svg{color:var(--hw-sharing-producer)}.hw-sharing-flow-group.is-violet{border-color:color-mix(in srgb,var(--hw-sharing-secondary) 35%,var(--hw-border));background:var(--hw-sharing-secondary-soft)}.hw-sharing-flow-group.is-violet article>svg{color:var(--hw-sharing-secondary)}.hw-sharing-flow-group.is-muted{border-style:dashed;background:var(--hw-surface-subtle);opacity:.78}.hw-sharing-diagram-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:.5rem;padding-top:.7rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.7rem}@media (max-width: 1023px){.hw-sharing-priority-toolbar{grid-template-columns:minmax(12rem,1fr) minmax(8rem,.6fr)}.hw-sharing-priority-actions{grid-column:1 / -1}.hw-sharing-bulk-priority{width:calc(100vw - 2rem)}.hw-sharing-flow{justify-content:flex-start}}@media (max-width: 767px){.hw-sharing-page .hw-page-header{align-items:stretch;flex-direction:column}.hw-sharing-page .hw-page-actions,.hw-sharing-page .hw-page-actions .hw-button{width:100%}.hw-sharing-priority-toolbar{grid-template-columns:1fr}.hw-sharing-table{min-width:0;table-layout:fixed}.hw-sharing-table th,.hw-sharing-table td{padding:.55rem .5rem}.hw-sharing-table td:first-child{gap:.4rem;min-height:3.25rem;height:auto}.hw-sharing-table td:first-child>span:last-child{min-width:0;overflow-wrap:anywhere}.hw-sharing-table th:last-child,.hw-sharing-table td:last-child{width:6.5rem}.hw-sharing-diagram-panel{padding:.85rem}.hw-sharing-current-mode{align-items:stretch;flex-direction:column}.hw-sharing-current-mode-value{width:100%;min-width:0}.hw-sharing-config-choice{max-width:none;padding:.85rem}.hw-sharing-month-row{align-items:stretch;flex-direction:column}.hw-sharing-month-control{width:100%;min-width:0}.hw-sharing-month-row>.hw-button,.hw-sharing-period-status{width:100%;justify-content:center}.hw-sharing-priority-header{align-items:flex-start;flex-direction:column}.hw-sharing-collapse,.hw-sharing-skeleton .is-priority-control{align-self:flex-end;margin-top:-2.4rem}.hw-sharing-priority-actions{width:100%;grid-column:auto}.hw-sharing-priority-actions .hw-button{flex:1 1 0;min-height:2.75rem}.hw-sharing-bulk-priority{right:.5rem;bottom:max(.5rem,env(safe-area-inset-bottom));display:grid;width:calc(100vw - 1rem);grid-template-columns:minmax(0,1fr) minmax(7rem,.45fr);align-items:end;gap:.55rem}.hw-sharing-priority-content.has-bulk-selection{padding-bottom:9.5rem}.hw-sharing-selection-actions{display:grid;width:100%;grid-column:1 / -1;grid-template-columns:repeat(2,minmax(0,1fr));margin-right:0}.hw-sharing-selection-actions .hw-button,.hw-sharing-bulk-priority .hw-sharing-field,.hw-sharing-bulk-priority>.hw-button{width:100%}.hw-sharing-producer-tabs{grid-auto-columns:minmax(14rem,82vw)}.hw-sharing-flow-scroll{overflow-x:visible}.hw-sharing-flow{width:100%;min-width:0;align-items:stretch;flex-direction:column;gap:.25rem}.hw-sharing-flow-node,.hw-sharing-flow-group{width:100%}.hw-sharing-flow-node{min-height:7.5rem}.hw-sharing-flow-link{width:100%;height:1.9rem;min-height:1.9rem}.hw-sharing-flow-link:before{top:0;right:auto;bottom:0;left:50%;width:.15rem;height:auto;transform:translate(-50%)}.hw-sharing-flow-link:after{top:auto;right:auto;bottom:-.05rem;left:50%;transform:translate(-50%)}.hw-sharing-flow-link.is-final:after{bottom:-.05rem}.hw-sharing-flow-group article{min-height:3.9rem}}.hw-map-page{display:flex;height:calc(100vh - var(--hw-topbar-height));height:calc(100dvh - var(--hw-topbar-height));min-height:0;flex-direction:column;overflow:hidden;background:var(--hw-surface)}.hw-map-header{padding:1rem 2.25rem .75rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface)}.hw-map-header h1{margin:0;color:var(--hw-brand-900);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:1.45rem;font-weight:750;letter-spacing:-.035em;line-height:1.2}.dark .hw-map-header h1{color:var(--hw-text)}.hw-map-header p{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.8rem}.hw-map-workspace{display:grid;min-height:0;flex:1 1 auto;grid-template-areas:"panel canvas";grid-template-columns:minmax(21rem,22.75rem) minmax(0,1fr);background:var(--hw-surface)}.hw-map-workspace.is-panel-collapsed{grid-template-areas:"canvas";grid-template-columns:minmax(0,1fr)}.hw-map-panel{display:flex;grid-area:panel;min-width:0;min-height:0;flex-direction:column;overflow:hidden;border-right:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-map-panel-toolbar{padding:1rem .9rem .75rem}.hw-map-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.hw-map-panel-title{color:var(--hw-brand-900);font-size:.82rem;font-weight:750}.dark .hw-map-panel-title{color:var(--hw-text)}.hw-map-panel-close,.hw-map-panel-toggle{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;gap:.45rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-brand-900);font-size:.72rem;font-weight:700;box-shadow:var(--hw-shadow-sm)}.hw-map-panel-close{width:2.75rem;flex:0 0 2.75rem}.hw-map-panel-close:hover,.hw-map-panel-toggle:hover{background:var(--hw-surface-subtle)}.hw-map-panel-close svg{width:1.1rem;height:1.1rem}.dark .hw-map-panel-close,.dark .hw-map-panel-toggle{color:var(--hw-text)}.hw-map-search{position:relative;display:flex;align-items:center}.hw-map-search input{width:100%;min-height:2.75rem;padding:.65rem 2.55rem .65rem .8rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-text);font-size:.82rem;font-weight:550;box-shadow:var(--hw-shadow-sm)}.hw-map-search>svg{position:absolute;right:.8rem;width:1.15rem;height:1.15rem;color:var(--hw-text-muted);pointer-events:none}.hw-map-filters{display:grid;margin-top:.8rem;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface)}.hw-map-filters button{display:inline-flex;min-width:0;min-height:2.75rem;align-items:center;justify-content:center;padding:.45rem .65rem;border-left:1px solid var(--hw-border);color:var(--hw-brand-900);gap:.4rem;font-size:.85rem;font-weight:700}.hw-map-filters button:first-child{border-left:0}.hw-map-filters button:hover{background:var(--hw-surface-subtle)}.hw-map-filters button.is-active{background:var(--hw-brand-900);color:var(--hw-surface)}.hw-map-filters button:focus-visible{outline:2px solid var(--hw-accent);outline-offset:-3px}.dark .hw-map-filters button{color:var(--hw-text)}.hw-map-result-count{margin:.75rem 0 0;color:var(--hw-text-muted);font-size:.72rem;font-weight:550}.hw-map-meter-list{display:grid;align-content:start;gap:.5rem;min-height:0;flex:1 1 auto;grid-auto-rows:max-content;padding:0 .75rem .9rem;overflow-y:auto}.hw-map-meter-card{overflow:hidden;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-map-meter-card.is-selected{border-color:#25805d;box-shadow:0 0 0 1px #25805d14}.hw-map-meter-summary{display:grid;width:100%;min-height:4.35rem;align-items:center;gap:.65rem;padding:.65rem .75rem;grid-template-columns:2.4rem minmax(0,1fr) auto 1rem;color:var(--hw-text);text-align:left}.hw-map-meter-summary:hover{background:color-mix(in srgb,var(--hw-accent-soft) 35%,var(--hw-surface))}.hw-map-meter-symbol,.hw-map-legend-symbol{display:grid;place-items:center;border-radius:999px}.hw-map-meter-symbol{width:2.4rem;height:2.4rem;color:#fff}.hw-map-meter-symbol.is-producer{background:#249143}.hw-map-meter-symbol.is-consumer{background:#f5ad00}.hw-map-meter-card.has-missing-coordinates .hw-map-meter-symbol{border:2px solid #8b9792;background:var(--hw-surface-subtle);color:#75817d}.hw-map-meter-symbol svg{width:1.3rem;height:1.3rem}.hw-map-meter-name{min-width:0;color:var(--hw-text);font-size:.78rem;font-weight:750;line-height:1.32}.hw-map-meter-kind{padding:.24rem .55rem;border:1px solid transparent;border-radius:999px;font-size:.62rem;font-weight:750;white-space:nowrap}.hw-map-meter-kind.is-producer{border-color:#bde0ca;background:#ebf7ef;color:#176b4b}.hw-map-meter-kind.is-consumer{border-color:#f4d58b;background:#fff7df;color:#9a6700}.dark .hw-map-meter-kind.is-producer,.dark .hw-map-meter-kind.is-consumer{background:var(--hw-surface-subtle)}.hw-map-meter-chevron{width:1rem;height:1rem;color:var(--hw-brand-900)}.dark .hw-map-meter-chevron{color:var(--hw-text)}.hw-map-meter-warning{display:flex;align-items:center;gap:.45rem;margin:-.25rem 0 0;padding:0 .8rem .8rem;color:var(--hw-warning);font-size:.7rem;font-weight:600}.hw-map-meter-warning svg{width:1rem;height:1rem}.hw-map-meter-details{padding:.15rem .75rem .75rem;background:var(--hw-surface)}.hw-map-meter-details dl{display:grid;gap:0;margin:0;padding:.2rem 0 .35rem;border-bottom:1px solid var(--hw-border)}.hw-map-meter-details dl>div{display:grid;min-height:2.5rem;align-items:center;gap:.7rem;grid-template-columns:minmax(7.4rem,.78fr) minmax(0,1fr)}.hw-map-meter-details dt{display:grid;align-items:center;gap:.5rem;grid-template-columns:1.2rem minmax(0,1fr);color:var(--hw-text-muted);font-size:.7rem;line-height:1.3}.hw-map-meter-details dt svg{width:1.05rem;height:1.05rem;color:var(--hw-brand-700)}.hw-map-meter-details dd{min-width:0;margin:0;overflow-wrap:anywhere;color:var(--hw-text);font-size:.7rem;font-weight:550;line-height:1.35}.hw-map-meter-status{display:inline-flex;align-items:center;gap:.4rem}.hw-map-meter-status>span{width:.55rem;height:.55rem;flex:0 0 auto;border-radius:999px;background:#8b9792}.hw-map-meter-status.is-active>span{background:#249143}.hw-map-meter-status.is-pending>span{background:#d69400}.hw-map-meter-status.is-inactive>span{background:var(--hw-danger)}.hw-map-meter-link{display:inline-flex;min-height:2.6rem;align-items:center;gap:.45rem;padding:.55rem 0;color:#176b4b;font-size:.72rem;font-weight:750}.hw-map-meter-link:hover{color:#0d553a;text-decoration:underline}.hw-map-meter-link svg{width:1rem;height:1rem}.hw-map-empty{display:flex;min-height:11rem;align-items:center;justify-content:center;flex-direction:column;gap:.35rem;padding:1.5rem;color:var(--hw-text-muted);text-align:center}.hw-map-empty>svg{width:2rem;height:2rem}.hw-map-empty strong{color:var(--hw-text);font-size:.82rem}.hw-map-empty span{font-size:.72rem}.hw-map-canvas{position:relative;grid-area:canvas;min-width:0;min-height:0;overflow:hidden;background:#e8eee7}.hw-map-loading-transition,.hw-map-loading-transition>.hw-loading-transition-skeleton,.hw-map-loading-transition>.hw-loading-transition-content,.hw-map-loading-transition>.hw-loading-transition-skeleton>.hw-loading-skeleton{height:100%}.hw-map-loading-transition>.hw-loading-transition-skeleton>.hw-loading-skeleton{min-height:100%}.hw-map-panel-toggle{position:absolute;top:1rem;left:1rem;z-index:4;padding:.45rem .75rem}.hw-map-panel-toggle svg{width:1.1rem;height:1.1rem}.hw-map-canvas iframe{display:block;width:100%;height:100%;min-height:0;border:0}.hw-map-state{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:grid;place-items:center;background:var(--hw-surface-subtle)}.hw-map-legend{position:absolute;right:1rem;bottom:1rem;z-index:2;display:grid;gap:.5rem;min-width:9.5rem;padding:.7rem .8rem;border:1px solid rgb(200 209 201 / 88%);border-radius:.45rem;background:rgb(255 255 255 / 94%);color:#24322f;font-size:.72rem;box-shadow:0 8px 24px #09302b24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.hw-map-legend>span{display:flex;align-items:center;gap:.55rem}.hw-map-legend-symbol{width:1.45rem;height:1.45rem;background:transparent}.hw-map-legend-symbol.is-producer{color:#249143}.hw-map-legend-symbol.is-consumer{color:#e59a00}.hw-map-legend-symbol svg{width:1.15rem;height:1.15rem}.hw-map-legend-ranges{position:relative;width:1.45rem;height:1.45rem;flex:0 0 1.45rem}.hw-map-legend-ranges>span{position:absolute;border:1.5px solid;border-radius:999px}.hw-map-legend-ranges .is-range-20{top:0;right:0;bottom:0;left:0;border-color:#287789;background:rgb(40 119 137 / 5%)}.hw-map-legend-ranges .is-range-10{top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;border-color:#27815f;background:rgb(39 129 95 / 7%)}.hw-map-legend-ranges .is-range-2{top:.52rem;right:.52rem;bottom:.52rem;left:.52rem;border-color:#e49a00;background:rgb(228 154 0 / 10%)}@media (max-width: 1023px){.hw-map-workspace{grid-template-columns:minmax(20rem,21.5rem) minmax(0,1fr)}.hw-map-header{padding-right:1.5rem;padding-left:1.5rem}}@media (max-width: 767px){.hw-map-page{height:auto;min-height:0;overflow:visible}.hw-map-header{padding:.8rem 1rem .65rem}.hw-map-header h1{font-size:1.25rem}.hw-map-header p{font-size:.78rem}.hw-map-workspace{min-height:0;grid-template-areas:"canvas" "panel";grid-template-columns:1fr}.hw-map-workspace.is-panel-collapsed{grid-template-areas:"canvas";grid-template-columns:1fr}.hw-map-panel{max-height:34rem;border-right:0}.hw-map-panel-toolbar,.hw-map-meter-list{padding-right:1rem;padding-left:1rem}.hw-map-filters button,.hw-map-search input{min-height:2.75rem}.hw-map-canvas,.hw-map-canvas iframe{min-height:31rem;height:67vh}.hw-map-canvas{border-top:1px solid var(--hw-border)}.hw-map-panel-toggle{top:.75rem;left:.75rem}.hw-map-legend{right:.75rem;bottom:.75rem}}@media (max-width: 419px){.hw-map-meter-summary{gap:.5rem;padding-right:.6rem;padding-left:.6rem;grid-template-columns:2.25rem minmax(0,1fr) auto .9rem}.hw-map-meter-symbol{width:2.25rem;height:2.25rem}.hw-map-meter-kind{padding-right:.4rem;padding-left:.4rem;font-size:.58rem}.hw-map-meter-details dl>div{grid-template-columns:minmax(6.6rem,.75fr) minmax(0,1fr)}}.hw-finance-page{display:grid;gap:1rem;padding-bottom:1.5rem}.hw-finance-page>.hw-page-header{margin-bottom:.15rem}.hw-finance-page .hw-page-actions{flex-wrap:wrap}.hw-finance-page .hw-page-actions .hw-button{display:inline-flex;align-items:center;min-width:0;justify-content:center!important;gap:.45rem!important}.hw-finance-secondary-action,.hw-finance-row-actions .hw-finance-icon-action{border:1px solid var(--hw-border-strong)!important;background:var(--hw-surface)!important;color:var(--hw-text)!important}.hw-finance-secondary-action:hover,.hw-finance-row-actions .hw-finance-icon-action:hover{background:var(--hw-surface-subtle)!important}.hw-finance-icon-action svg{width:1rem;height:1rem}.hw-finance-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hw-finance-summary-card,.hw-finance-panel,.hw-finance-callout{border:1px solid var(--hw-border);border-radius:.55rem;background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-finance-summary-card{display:flex;min-height:5.3rem;align-items:center;gap:1rem;padding:.9rem 1rem}.hw-finance-summary-icon,.hw-finance-payment-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:.45rem;background:#edf7f1;color:#25805d}.hw-finance-summary-icon{width:3.05rem;height:3.05rem}.hw-finance-summary-icon svg{width:1.65rem;height:1.65rem}.hw-finance-summary-card>span:last-child,.hw-finance-section-heading>span:last-child,.hw-finance-payment-row>span:nth-child(2),.hw-finance-callout>span{display:flex;min-width:0;flex-direction:column}.hw-finance-summary-card strong{color:var(--hw-text);font-size:1.2rem;font-weight:750;line-height:1.15}.hw-finance-summary-card small,.hw-finance-section-heading p,.hw-finance-payment-row small,.hw-finance-callout small,.hw-finance-producer-panel p,.hw-finance-check-row small,.hw-finance-contract-option small{color:var(--hw-text-muted);font-size:.75rem;line-height:1.35}.hw-finance-panel{overflow:hidden}.hw-finance-invoices-panel{container-type:inline-size}.hw-finance-jto-table{overflow-x:visible;overflow-y:visible}.hw-finance-jto-table .hw-data-table{width:100%!important;min-width:68rem;table-layout:auto}.hw-finance-jto-table .hw-data-table-heading,.hw-finance-jto-table .hw-data-table-cell{min-width:0}.hw-finance-jto-table .hw-data-table-cell-content{width:100%;min-width:0;overflow:hidden}.hw-finance-jto-table .hw-data-table-cell:last-child .hw-data-table-cell-content{overflow:visible}.hw-finance-jto-table .hw-finance-status{max-width:100%;overflow:hidden;text-overflow:ellipsis}.hw-finance-jto-table .hw-finance-row-actions{min-width:0}.hw-finance-invoice-selection{display:flex;align-items:center;justify-content:center;min-height:2rem}.hw-finance-jto-table input[type=checkbox]{width:1.05rem;height:1.05rem;border:1px solid var(--hw-border-strong);border-radius:.22rem;accent-color:#25805d}.hw-finance-jto-table input[data-finance-accise-input=true]{width:100%;min-width:4.8rem;min-height:2.25rem;padding:.4rem .5rem;border:1px solid var(--hw-border-strong);border-radius:.42rem;background:var(--hw-surface);color:var(--hw-text);font-size:.8rem;font-variant-numeric:tabular-nums;text-align:right}.hw-finance-jto-table input[data-finance-accise-input=true]:focus{border-color:var(--hw-accent-strong)!important;background:var(--hw-surface)!important;outline:0!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent-soft) 80%,transparent)!important}.hw-finance-bulk-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-finance-bulk-selection{color:var(--hw-text-muted);font-size:.78rem;font-weight:700}.hw-finance-bulk-action-buttons{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.hw-finance-bulk-action-buttons .hw-button{min-height:2.15rem!important;padding:.4rem .65rem!important;border:1px solid var(--hw-border-strong)!important;background:var(--hw-surface)!important;color:var(--hw-text)!important;font-size:.75rem!important}.hw-finance-bulk-action-buttons .hw-button:hover:not(:disabled){background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-finance-bulk-action-buttons .hw-button svg{width:.95rem;height:.95rem}@media (max-width: 639px){.hw-finance-bulk-actions{align-items:flex-start;flex-direction:column}.hw-finance-bulk-action-buttons{justify-content:flex-start;width:100%}.hw-finance-bulk-action-buttons .hw-button{flex:1 1 auto}}.hw-finance-jto-table .hw-data-table-heading:nth-child(1),.hw-finance-jto-table .hw-data-table-cell:nth-child(1){width:3rem;box-sizing:border-box;padding-right:.35rem!important;padding-left:.35rem!important}.hw-finance-jto-table .hw-data-table-heading:nth-child(1) .hw-data-table-heading-label{display:none!important}.hw-finance-jto-table .hw-data-table-heading:nth-child(2),.hw-finance-jto-table .hw-data-table-cell:nth-child(2){width:25%}.hw-finance-jto-table .hw-data-table-heading:nth-child(3),.hw-finance-jto-table .hw-data-table-cell:nth-child(3){width:8%}.hw-finance-jto-table .hw-data-table-heading:nth-child(4),.hw-finance-jto-table .hw-data-table-cell:nth-child(4){width:12%}.hw-finance-jto-table .hw-data-table-heading:nth-child(5),.hw-finance-jto-table .hw-data-table-cell:nth-child(5){width:11%}.hw-finance-jto-table .hw-data-table-heading:nth-child(6),.hw-finance-jto-table .hw-data-table-cell:nth-child(6){width:14%}.hw-finance-jto-table .hw-data-table-heading:nth-child(7),.hw-finance-jto-table .hw-data-table-cell:nth-child(7){width:10%}.hw-finance-jto-table .hw-data-table-heading:nth-child(8),.hw-finance-jto-table .hw-data-table-cell:nth-child(8){width:10%}.hw-finance-jto-table .hw-data-table-heading:nth-child(9),.hw-finance-jto-table .hw-data-table-cell:nth-child(9){width:6%}@container (max-width: 64rem){.hw-finance-jto-table .hw-data-table{min-width:64rem}.hw-finance-jto-table .hw-data-table-heading:nth-child(2),.hw-finance-jto-table .hw-data-table-cell:nth-child(2){width:18%}}.hw-finance-jto-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content){min-width:0;padding:.55rem!important;vertical-align:middle}.hw-finance-jto-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content)>div{min-width:0;gap:.25rem!important}.hw-finance-jto-table .hw-data-table-heading-content{min-width:0;gap:.25rem}.hw-finance-jto-table .hw-data-table-heading-label{display:block!important;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:normal;overflow-wrap:normal;word-break:normal}.hw-finance-jto-table .hw-data-table-sort{width:.75rem;min-width:.75rem}.hw-finance-jto-table .hw-data-table-heading-content>button,.hw-finance-jto-table .hw-data-table-heading-content>button.hw-button,.hw-finance-jto-table .hw-data-table-heading-content>button.hw-button-primary{width:1.25rem!important;min-width:1.25rem!important;height:1.25rem!important;min-height:1.25rem!important}.hw-finance-jto-table .hw-data-table-cell{vertical-align:middle}.hw-finance-mobile-label{display:none}.hw-finance-invoice-primary,.hw-finance-invoice-payment{display:flex;min-width:0;flex-direction:column;gap:.2rem}.hw-finance-invoice-primary strong{display:block;min-width:0;font-size:.82rem;font-weight:750;line-height:1.25;overflow-wrap:anywhere;white-space:normal}.hw-finance-invoice-primary small,.hw-finance-invoice-payment small{overflow:hidden;color:var(--hw-text-muted);font-size:.7rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.hw-finance-export-form{display:grid;gap:1rem}.hw-finance-filter-grid,.hw-finance-invoice-filters{display:grid;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--hw-border)}.hw-finance-filter-grid{grid-template-columns:minmax(15rem,.75fr) minmax(18rem,1fr)}.hw-finance-invoice-filters{grid-template-columns:minmax(12rem,.9fr) minmax(9rem,.55fr) minmax(7rem,.45fr) minmax(15rem,1.1fr)}.hw-finance-field{display:flex;min-width:0;flex-direction:column;gap:.35rem;color:var(--hw-text);font-size:.78rem;font-weight:650}.hw-finance-field>span:first-child{display:flex;align-items:baseline;gap:.3rem}.hw-finance-field>span small{color:var(--hw-text-muted);font-size:.68rem;font-weight:500}.hw-finance-field input,.hw-finance-field select,.hw-finance-field textarea,.hw-finance-table input:not([type=checkbox]),.hw-finance-table select{width:100%;min-height:2.65rem;padding:.55rem .75rem;border:1px solid var(--hw-border-strong);border-radius:.42rem;background:var(--hw-surface);color:var(--hw-text);font-size:.82rem;font-weight:500;box-shadow:none}.hw-finance-field textarea{min-height:7.3rem;resize:vertical}.hw-finance-field input:disabled,.hw-finance-field select:disabled,.hw-finance-field textarea:disabled,.hw-finance-table input:not([type=checkbox]):disabled,.hw-finance-table select:disabled{cursor:not-allowed;background:var(--hw-surface-subtle);color:color-mix(in srgb,var(--hw-text-muted) 75%,transparent)}.hw-finance-table input[type=checkbox]:disabled{cursor:not-allowed;opacity:.55}.hw-finance-search-wrap,.hw-finance-select-wrap,.hw-finance-price-input{position:relative;display:flex;align-items:center}.hw-finance-search-wrap>svg{position:absolute;right:.75rem;width:1.15rem;height:1.15rem;color:var(--hw-text-muted);pointer-events:none}.hw-finance-search-wrap>input{padding-right:2.4rem}.hw-finance-select-wrap>svg{position:absolute;left:.72rem;z-index:1;width:1.1rem;height:1.1rem;color:#25805d;pointer-events:none}.hw-finance-select-wrap>.hw-mp-select{width:100%}.hw-finance-select-wrap .hw-input,.hw-finance-select-wrap .hw-mp-select-readonly{padding-left:2.3rem!important}.hw-finance-table-scroll{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.hw-finance-table{width:100%;min-width:57rem;border-collapse:collapse;color:var(--hw-text);font-size:.79rem}.hw-finance-table th{padding:.72rem .85rem;background:#f6f7f6;color:#57645f;font-size:.7rem;font-weight:700;letter-spacing:.01em;text-align:left;white-space:nowrap}.dark .hw-finance-table th{background:var(--hw-surface-subtle);color:var(--hw-text-muted)}.hw-finance-table td{padding:.72rem .85rem;border-top:1px solid var(--hw-border);vertical-align:middle}.hw-finance-table tbody tr{background:var(--hw-surface);transition:background .14s ease,opacity .14s ease}.hw-finance-table tbody tr:hover{background:color-mix(in srgb,var(--hw-accent-soft) 45%,var(--hw-surface))}.hw-finance-table tbody tr.is-disabled{opacity:.58}.hw-finance-table td strong,.hw-finance-table td small{display:block}.hw-finance-table td strong{font-size:.82rem;font-weight:700}.hw-finance-table td small{margin-top:.15rem;color:var(--hw-text-muted);font-size:.7rem}.hw-finance-table input[type=checkbox],.hw-finance-check-row input[type=checkbox],.hw-finance-contract-option input[type=checkbox]{width:1.05rem;height:1.05rem;border:1px solid var(--hw-border-strong);border-radius:.22rem;accent-color:#25805d}.hw-finance-price-input>input{min-width:8.7rem;padding-right:2.3rem}.hw-finance-price-input>span{position:absolute;right:.75rem;color:var(--hw-text-muted);font-weight:650}.hw-finance-loading,.hw-finance-empty{display:flex;min-height:8rem;align-items:center;justify-content:center;padding:1.25rem}.hw-finance-loading-skeleton{display:block}.hw-finance-loading-skeleton .hw-skeleton-table-scroll{overflow-x:auto}.hw-finance-skeleton-content{display:grid;gap:1rem}.hw-finance-loading-skeleton.is-pricing .hw-skeleton-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-finance-skeleton-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--hw-border)}.hw-finance-skeleton-field{display:grid;min-width:0;gap:.45rem}.hw-finance-skeleton-field .is-label{width:34%;height:.55rem}.hw-finance-skeleton-field .is-control{width:100%;height:2.65rem;border-radius:.42rem}.hw-finance-skeleton-action-bar{display:grid;grid-template-columns:auto minmax(10rem,1fr) auto;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-top:1px solid var(--hw-border)}.hw-finance-skeleton-action-bar .is-action{width:6rem;height:2.4rem;border-radius:var(--hw-radius-sm)}.hw-finance-skeleton-action-bar .is-option{width:min(16rem,100%);height:.75rem}.hw-finance-skeleton-form-panel{display:grid;gap:.9rem;padding:1.1rem}.hw-finance-skeleton-section-heading{display:flex;align-items:center;gap:.8rem}.hw-finance-skeleton-form-panel>.hw-finance-skeleton-section-heading{padding:0}.hw-finance-skeleton-section-heading.is-compact{padding:1rem 1.1rem;border-bottom:1px solid var(--hw-border)}.hw-finance-skeleton-heading-copy{display:grid;min-width:0;flex:1 1 auto;gap:.45rem}.hw-finance-skeleton-heading-copy .hw-skeleton-title{width:min(14rem,55%);height:.8rem}.hw-finance-skeleton-heading-copy .hw-skeleton-copy{width:min(22rem,80%)}.hw-finance-skeleton-check-row{width:min(16rem,100%);height:2.7rem;border-radius:.48rem}.hw-finance-skeleton-form-grid,.hw-finance-skeleton-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.hw-finance-skeleton-upload-grid .is-upload,.hw-finance-skeleton-upload-grid .is-textarea{min-height:7.3rem;border-radius:.48rem}.hw-finance-skeleton-payment-panel{overflow:hidden;padding:0}.hw-finance-skeleton-payment-panel>.hw-finance-skeleton-section-heading{padding:1rem 1.1rem;border-bottom:1px solid var(--hw-border)}.hw-finance-skeleton-payment-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.9rem;min-height:5rem;padding:.85rem 1.1rem;border-top:1px solid var(--hw-border)}.hw-finance-skeleton-payment-icon{width:2.55rem;height:2.55rem;border-radius:.45rem}.hw-finance-skeleton-payment-row .hw-finance-skeleton-heading-copy .hw-skeleton-title{width:min(12rem,65%)}.hw-finance-skeleton-payment-row .hw-finance-skeleton-heading-copy .hw-skeleton-copy{width:min(20rem,88%)}.hw-finance-skeleton-payment-row .is-status{width:5rem;height:1.5rem}.hw-finance-skeleton-payment-row .is-switch{width:2.75rem;height:1.55rem;border-radius:999px}.hw-finance-empty{margin:0;color:var(--hw-text-muted);font-size:.82rem}.hw-finance-error,.hw-finance-warning{margin:0;padding:.8rem 1rem;border-radius:.45rem;background:var(--hw-danger-soft);color:var(--hw-danger);font-size:.78rem;font-weight:650}.hw-finance-warning{display:flex;align-items:center;gap:.5rem;margin:.9rem 1rem 1rem;background:#fff6df;color:#865a00}.hw-finance-warning svg{width:1.1rem;height:1.1rem}.hw-finance-action-bar{position:sticky;bottom:0;z-index:5;display:grid;grid-template-columns:auto minmax(16rem,1fr) auto;align-items:center;gap:1rem;padding:.9rem 1.1rem;border-top:1px solid var(--hw-border);background:color-mix(in srgb,var(--hw-surface) 95%,transparent);box-shadow:0 -8px 24px #09302b0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hw-finance-pricing-save{min-width:12.5rem;justify-content:center}.hw-finance-pricing-save [data-cy=loading]{display:inline-flex!important;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;flex:0 0 auto;line-height:0}.hw-finance-contract-option,.hw-finance-check-row{display:flex;min-width:0;align-items:center;gap:.65rem;color:var(--hw-text)}.hw-finance-contract-option{align-items:center;justify-self:end}.hw-finance-contract-option>span,.hw-finance-check-row>span{display:flex;min-width:0;flex-direction:column}.hw-finance-contract-option small{max-width:24rem}.hw-finance-contract-option strong,.hw-finance-check-row strong{font-size:.8rem;font-weight:700}.hw-finance-producer-panel{position:relative;z-index:10;display:grid;grid-template-columns:minmax(18rem,.7fr) minmax(14rem,1fr);align-items:end;gap:1rem;overflow:visible;padding:1rem 1.1rem}.hw-finance-producer-panel .hw-mp-select [role=listbox]{z-index:100}.hw-finance-producer-panel .hw-mp-select [role=option]:hover,.hw-finance-producer-panel .hw-mp-select [role=option][data-focus],.hw-finance-producer-panel .hw-mp-select [role=option][data-selected]{background:var(--hw-accent-strong);color:#fff}.hw-finance-producer-panel .hw-mp-select [role=option]:hover *,.hw-finance-producer-panel .hw-mp-select [role=option][data-focus] *,.hw-finance-producer-panel .hw-mp-select [role=option][data-selected] *{color:#fff}.hw-finance-producer-panel p{margin:0 0 .65rem}.hw-finance-billing-grid{display:grid;gap:1rem;padding:1.1rem}.hw-finance-section-heading{display:flex;align-items:center;gap:.8rem}.hw-finance-section-heading.is-compact{padding:1rem 1.1rem;border-bottom:1px solid var(--hw-border)}.hw-finance-section-heading h2{margin:0;color:var(--hw-text);font-size:1rem;font-weight:750}.hw-finance-section-heading p{margin:.15rem 0 0}.hw-finance-check-row{padding:.85rem;border:1px solid color-mix(in srgb,#25805d 25%,var(--hw-border));border-radius:.48rem;background:#f3faf6}.dark .hw-finance-check-row{background:var(--hw-accent-soft)}.hw-finance-form-grid,.hw-finance-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.hw-invoice-readonly-card{display:grid;gap:1rem;padding:1rem;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface)}.hw-invoice-readonly-help{margin:0;color:var(--hw-text-muted)}.hw-invoice-readonly-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:0}.hw-invoice-readonly-grid>div{display:grid;gap:.2rem;padding:.7rem;border-radius:.4rem;background:var(--hw-surface-subtle)}.hw-invoice-readonly-grid dt{color:var(--hw-text-muted);font-size:.7rem;font-weight:700;text-transform:uppercase}.hw-invoice-readonly-grid dd{margin:0;color:var(--hw-text);font-weight:650}.hw-finance-upload{display:flex;min-height:7.3rem;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border:1px dashed var(--hw-border-strong);border-radius:.48rem;background:var(--hw-surface-subtle);color:var(--hw-text);cursor:pointer;text-align:center}.hw-finance-upload.is-disabled{cursor:not-allowed;opacity:.55}.hw-finance-upload>input{position:absolute;width:1px;height:1px;opacity:0}.hw-finance-upload>svg{width:1.7rem;height:1.7rem;color:#25805d}.hw-finance-upload>span{display:flex;flex-direction:column}.hw-finance-upload strong{font-size:.8rem}.hw-finance-upload small{margin-top:.2rem;color:var(--hw-text-muted);font-size:.7rem}.hw-finance-mandate-table{min-width:65rem}.hw-finance-section-heading.has-action{flex-wrap:wrap}.hw-finance-section-copy{flex:1 1 20rem;min-width:0}.hw-finance-participant-mandates .hw-data-table{min-width:65rem;font-size:.79rem}.hw-finance-participant-mandates .hw-data-table .hw-data-table-heading{padding:.72rem .85rem!important;border-radius:0;background:#f6f7f6!important;color:#57645f!important;font-size:.7rem!important;font-weight:700!important;letter-spacing:.01em!important;text-transform:none!important;vertical-align:middle;white-space:nowrap}.dark .hw-finance-participant-mandates .hw-data-table .hw-data-table-heading{background:var(--hw-surface-subtle)!important;color:var(--hw-text-muted)!important}.hw-finance-participant-mandates .hw-data-table-cell{padding:.72rem .85rem!important;border-top:1px solid var(--hw-border);font-size:.79rem!important;vertical-align:middle}.hw-finance-participant-mandates .hw-data-table-cell-content,.hw-finance-participant-mandates .hw-sepa-mandate-readonly{min-width:0;white-space:normal;overflow-wrap:anywhere}.hw-finance-participant-mandates .hw-data-table-body>tr>th>div:has(>.hw-finance-empty){height:auto;padding:0}.hw-finance-participant-mandates strong{display:block;font-size:.82rem;font-weight:700}.hw-finance-participant-mandates small{display:block;margin-top:.15rem;color:var(--hw-text-muted);font-size:.7rem}.hw-finance-participant-mandates .hw-finance-mandate-input{width:100%;min-width:0;min-height:2.65rem!important;padding:.55rem .75rem;border:1px solid var(--hw-border-strong);border-radius:.42rem!important;background:var(--hw-surface);color:var(--hw-text);font-size:.82rem;font-weight:500;box-shadow:none}@media (max-width: 1023px){.hw-finance-section-heading.has-action>.hw-button{width:100%}.hw-finance-participant-mandates .hw-data-table,.hw-finance-participant-mandates .hw-data-table tr,.hw-finance-participant-mandates .hw-data-table td,.hw-finance-participant-mandates .hw-data-table tfoot{display:block;width:100%;min-width:0}.hw-finance-participant-mandates .hw-data-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.hw-finance-participant-mandates .hw-data-table tbody{display:grid;gap:.75rem;padding:.8rem;background:var(--hw-surface-subtle)}.hw-finance-participant-mandates .hw-data-table tbody tr{overflow:hidden;border:1px solid var(--hw-border);border-radius:.5rem;box-shadow:var(--hw-shadow-sm)}.hw-finance-participant-mandates .hw-data-table td{min-height:3.1rem;padding:.62rem .75rem!important}.hw-finance-participant-mandates .hw-data-table td:first-child{border-top:0}.hw-finance-participant-mandates .hw-data-table-cell-content{display:grid;grid-template-columns:minmax(7.5rem,.7fr) minmax(0,1fr);align-items:center;gap:.65rem}.hw-finance-participant-mandates .hw-finance-mobile-label{padding:0;font-size:.66rem;font-weight:700;letter-spacing:normal}}.hw-finance-callout{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:.9rem 1rem;background:#f1f8f4}.dark .hw-finance-callout{background:var(--hw-accent-soft)}.hw-finance-callout>svg{width:1.4rem;height:1.4rem;color:#25805d}.hw-finance-callout strong{font-size:.82rem}.hw-finance-payment-list{display:grid}.hw-finance-payment-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:.9rem;min-height:5rem;padding:.85rem 1.1rem;border-top:1px solid var(--hw-border)}.hw-finance-payment-row:first-of-type{border-top:0}.hw-finance-payment-icon{width:2.55rem;height:2.55rem}.hw-finance-payment-icon svg{width:1.35rem;height:1.35rem}.hw-finance-payment-row strong{font-size:.85rem}.hw-finance-method-status,.hw-finance-status{display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;gap:.3rem;padding:.26rem .52rem;border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.68rem;font-weight:700;white-space:nowrap}.hw-finance-invoice-state,.hw-finance-visibility-state{border:1px solid transparent;padding:.34rem .64rem;font-size:.72rem;font-weight:800;letter-spacing:.01em}.hw-finance-method-status.is-active,.hw-finance-status.is-success,.hw-finance-status.is-paid{background:#eaf6ef;color:#176b4b}.hw-finance-invoice-state.is-paid,.hw-finance-visibility-state.is-visible{border-color:color-mix(in srgb,var(--hw-sharing-consumer) 28%,transparent);background:var(--hw-sharing-consumer-soft);color:var(--hw-sharing-consumer)}.hw-finance-status.is-late{background:#fff0ed;color:#b42318}.hw-finance-invoice-state.is-due,.hw-finance-invoice-state.is-late,.hw-finance-visibility-state.is-hidden{border-color:color-mix(in srgb,var(--hw-danger) 28%,transparent);background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-finance-status svg{width:.85rem;height:.85rem}.hw-finance-switch{position:relative;width:2.75rem;height:1.55rem;flex:0 0 auto;padding:0;border:0;border-radius:999px;background:var(--hw-border-strong);transition:background .16s ease}.hw-finance-switch[aria-checked=true]{background:#25805d}.hw-finance-switch:disabled{cursor:not-allowed;opacity:.48}.hw-finance-switch>span{position:absolute;top:.2rem;left:.2rem;width:1.15rem;height:1.15rem;border-radius:999px;background:#fff;box-shadow:0 1px 3px #00000038;transition:transform .16s ease}.hw-finance-switch[aria-checked=true]>span{transform:translate(1.2rem)}.hw-finance-invoice-table{min-width:68rem}.hw-finance-invoice-table th:last-child,.hw-finance-invoice-table td:last-child,.hw-finance-jto-table .hw-data-table th:last-child,.hw-finance-jto-table .hw-data-table td:last-child{position:sticky;right:0;z-index:2;background:var(--hw-surface);box-shadow:-8px 0 14px #09302b0f}.hw-finance-invoice-table td:last-child,.hw-finance-jto-table .hw-data-table td:last-child{background:inherit}.hw-finance-invoice-date{white-space:nowrap}.hw-finance-invoice-table th:last-child,.hw-finance-jto-table .hw-data-table th:last-child{z-index:3;background:#f6f7f6}.dark .hw-finance-invoice-table th:last-child,.dark .hw-finance-jto-table .hw-data-table th:last-child{background:var(--hw-surface-subtle)}.hw-finance-row-actions{display:flex;align-items:center;gap:.3rem}.hw-finance-row-actions-expanded{display:none;align-items:center;gap:.3rem}.hw-finance-row-actions-compact{display:flex;align-items:center}.hw-finance-action-button{min-height:2rem!important;padding:.35rem .55rem!important;border:1px solid var(--hw-border-strong)!important;background:var(--hw-surface)!important;color:var(--hw-text)!important;font-size:.75rem!important}.hw-finance-action-button:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-accent-strong) 58%,var(--hw-border-strong))!important;background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-finance-action-button svg{width:.95rem;height:.95rem;flex:0 0 auto}.hw-finance-accise-actions{display:flex;align-items:center;gap:.3rem}.hw-finance-row-actions .hw-finance-accise-action{min-width:2rem!important;min-height:2rem!important;padding:.35rem!important}.hw-finance-row-actions .hw-finance-accise-confirm{border-color:color-mix(in srgb,var(--hw-accent-strong) 40%,var(--hw-border))!important;background:var(--hw-accent-soft)!important;color:var(--hw-accent-strong)!important}.hw-finance-row-actions .hw-finance-accise-confirm:hover:not(:disabled){border-color:var(--hw-accent-strong)!important;background:color-mix(in srgb,var(--hw-accent-soft) 76%,var(--hw-surface))!important}.hw-finance-row-actions .hw-finance-accise-cancel{border-color:color-mix(in srgb,var(--hw-danger) 40%,var(--hw-border))!important;background:var(--hw-danger-soft)!important;color:var(--hw-danger)!important}.hw-finance-row-actions .hw-finance-accise-cancel:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-danger) 58%,var(--hw-border))!important;background:color-mix(in srgb,var(--hw-danger-soft) 76%,var(--hw-surface))!important}.hw-finance-row-actions-compact .hw-action-menu>summary{min-width:2rem;min-height:2rem;justify-content:center;padding:.3rem}.hw-finance-table-scroll:has(.hw-finance-row-actions-compact .hw-action-menu[open]){overflow:visible}.hw-finance-invoices-panel:has(.hw-finance-row-actions-compact .hw-action-menu[open]){overflow:visible}.hw-finance-row-actions-compact .hw-action-menu[open] .hw-action-menu-popover{position:absolute;top:calc(100% + .3rem);right:0;z-index:50;width:11.5rem;margin-top:0}.hw-finance-invoice-table tbody tr:has(.hw-action-menu[open]) td:last-child,.hw-finance-jto-table .hw-data-table tbody tr:has(.hw-action-menu[open]) td:last-child{z-index:6}.hw-finance-row-actions-compact .hw-action-menu[open]{position:relative;z-index:7}@container (min-width: 84rem){.hw-finance-row-actions-expanded{display:flex}.hw-finance-row-actions-compact{display:none}}.hw-finance-row-actions .hw-button{min-width:2rem!important;min-height:2rem!important}.hw-finance-table-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.72rem 1rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.72rem}@media (max-width: 1100px){.hw-finance-invoice-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-finance-producer-panel{grid-template-columns:minmax(16rem,1fr) minmax(12rem,1fr)}}@media (max-width: 767px){.hw-loading-skeleton.is-invoice{min-height:34rem;padding:1rem}.hw-invoice-skeleton-header{align-items:stretch;flex-direction:column}.hw-invoice-skeleton-heading .hw-skeleton-title,.hw-invoice-skeleton-heading .hw-skeleton-copy{width:88%}.hw-invoice-skeleton-actions{width:100%}.hw-invoice-skeleton-actions .is-action{flex:1 1 0;width:auto}.hw-invoice-skeleton-document{min-height:28rem}.hw-invoice-skeleton-paper{min-height:25rem;gap:1.2rem;padding:1.15rem}.hw-invoice-skeleton-paper-header,.hw-invoice-skeleton-paper-meta,.hw-invoice-skeleton-paper-total{align-items:flex-start;flex-direction:column}.hw-invoice-skeleton-paper-header>div{justify-items:start}.hw-invoice-skeleton-paper .is-meta-wide,.hw-invoice-skeleton-paper .is-meta-narrow{width:80%}.hw-finance-page .hw-page-header,.hw-finance-page .hw-page-actions{align-items:stretch;flex-direction:column}.hw-finance-page .hw-page-actions .hw-button{width:100%}.hw-finance-page .hw-page-actions .hw-button[aria-label]{width:2.65rem;min-width:2.65rem;align-self:flex-end}.hw-finance-summary-grid,.hw-finance-filter-grid,.hw-finance-invoice-filters,.hw-finance-producer-panel,.hw-finance-form-grid,.hw-finance-upload-grid,.hw-invoice-readonly-grid,.hw-finance-loading-skeleton.is-pricing .hw-skeleton-metrics,.hw-finance-skeleton-filter-grid,.hw-finance-skeleton-form-grid,.hw-finance-skeleton-upload-grid{grid-template-columns:1fr}.hw-finance-skeleton-action-bar{grid-template-columns:1fr;align-items:stretch}.hw-finance-skeleton-action-bar .is-action,.hw-finance-skeleton-action-bar .is-option{width:100%}.hw-finance-summary-card{min-height:4.7rem}.hw-finance-producer-panel p{margin:0}.hw-finance-table-scroll{overflow-x:visible}.hw-finance-table,.hw-finance-table thead,.hw-finance-table tbody,.hw-finance-table tr,.hw-finance-table th,.hw-finance-table td{display:block;width:100%;min-width:0}.hw-finance-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.hw-finance-table tbody{display:grid;gap:.75rem;padding:.8rem;background:var(--hw-surface-subtle)}.hw-finance-table tbody tr{overflow:hidden;border:1px solid var(--hw-border);border-radius:.5rem;box-shadow:var(--hw-shadow-sm)}.hw-finance-table td{display:grid;grid-template-columns:minmax(7.5rem,.7fr) minmax(0,1fr);align-items:center;gap:.65rem;min-height:3.1rem;padding:.62rem .75rem;border-top:1px solid var(--hw-border)}.hw-finance-table td:first-child{border-top:0}.hw-finance-invoice-table th:last-child,.hw-finance-invoice-table td:last-child,.hw-finance-jto-table .hw-data-table th:last-child,.hw-finance-jto-table .hw-data-table td:last-child{position:static;box-shadow:none}.hw-finance-table td:before{content:attr(data-label);color:var(--hw-text-muted);font-size:.66rem;font-weight:700;text-transform:uppercase}.hw-finance-action-bar{position:static;grid-template-columns:1fr}.hw-finance-action-bar .hw-button{width:100%}.hw-finance-callout{grid-template-columns:auto minmax(0,1fr)}.hw-finance-callout .hw-button{grid-column:1 / -1}.hw-finance-payment-row{grid-template-columns:auto minmax(0,1fr) auto}.hw-finance-payment-row .hw-finance-method-status{grid-column:2}.hw-finance-payment-row .hw-finance-switch{grid-column:3;grid-row:1 / span 2}.hw-finance-skeleton-payment-row{grid-template-columns:auto minmax(0,1fr) auto}.hw-finance-skeleton-payment-row .is-status{grid-column:2}.hw-finance-skeleton-payment-row .is-switch{grid-column:3;grid-row:1 / span 2}.hw-finance-table-footer{align-items:flex-start;flex-direction:column}}.hw-management-page{max-width:none;padding-top:1.75rem}.hw-management-page .hw-page-header{align-items:flex-start;margin-bottom:1.25rem}.hw-management-page .hw-page-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.hw-management-header-action,.hw-management-inline-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.45rem;padding:.55rem .85rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-text);font-size:.78rem;font-weight:700;line-height:1;transition:background .12s ease,border-color .12s ease,color .12s ease}.hw-management-header-action:hover,.hw-management-inline-action:hover{border-color:var(--hw-brand-700);background:var(--hw-surface-subtle)}.hw-management-header-action.is-primary{border-color:#2f7d5c;background:#2f7d5c;color:#fff}.hw-management-header-action.is-primary:hover{border-color:#27694d;background:#27694d}.hw-management-header-action svg,.hw-management-inline-action svg{width:1rem;height:1rem}.hw-management-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.hw-management-summary .hw-metric-card.is-compact{--hw-summary-tone: var(--hw-text-muted);--hw-summary-tone-soft: var(--hw-surface-subtle)}.hw-management-summary .hw-metric-card.is-compact:nth-child(odd){--hw-summary-tone: var(--hw-brand-850);--hw-summary-tone-soft: color-mix(in srgb, var(--hw-brand-850) 9%, var(--hw-surface))}.hw-management-summary .hw-metric-card.is-compact:nth-child(2n){--hw-summary-tone: var(--hw-accent-strong);--hw-summary-tone-soft: var(--hw-accent-soft)}.hw-management-summary .hw-metric-card.is-compact .hw-metric-icon{border:1px solid color-mix(in srgb,var(--hw-summary-tone) 28%,var(--hw-border));background:var(--hw-summary-tone-soft);color:var(--hw-summary-tone)}.hw-management-summary .hw-metric-card.is-compact .hw-metric-value,.hw-management-summary .hw-metric-card.is-compact .hw-metric-value .hw-animated-number{color:var(--hw-summary-tone)}.hw-management-meter-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.65rem}.hw-management-meter-icon svg{width:1.15rem;height:1.15rem}.hw-attention-filter-notice{display:flex;min-height:3rem;align-items:center;gap:.65rem;margin-bottom:1rem;padding:.7rem .85rem;border:1px solid #e1bd6c;border-radius:var(--hw-radius-md);background:#fff8e8;color:#714b09}.hw-attention-filter-notice>svg{flex:0 0 auto;width:1.1rem;height:1.1rem}.hw-attention-filter-notice strong{min-width:0;flex:1 1 auto;font-size:.78rem}.hw-attention-filter-notice button{min-height:2rem;cursor:pointer;padding:.35rem .65rem;border:1px solid #d8b15f;border-radius:.4rem;background:#fff;color:#714b09;font-size:.7rem;font-weight:800}.hw-attention-filter-notice button:hover{border-color:#a66b0b;background:#fffdf7}.hw-management-table-panel{overflow-x:auto}.hw-management-table-panel.hw-management-meter-panel{overflow:hidden}.hw-management-meter-table-scroll{width:100%;overflow-x:auto}.hw-management-meter-table-scroll:has(.hw-action-menu[open]),.hw-management-meter-panel:has(.hw-action-menu[open]){position:relative;z-index:20;overflow:visible}.hw-management-meter-table tbody tr:has(.hw-action-menu[open]) .hw-management-action-cell{position:relative;z-index:6}.hw-management-meter-table tbody tr:has(.hw-action-menu[open]){position:relative;z-index:8}.hw-management-meter-table tbody tr:has(.hw-action-menu[open])>.hw-data-table-cell:last-child{position:sticky;right:0;z-index:9;overflow:visible}.hw-management-meter-table tbody tr:has(.hw-action-menu[open])>.hw-data-table-cell:last-child>.hw-data-table-cell-content{position:relative;z-index:9;overflow:visible}.hw-management-meter-table .hw-action-menu[open]{z-index:10}.hw-management-meter-table .hw-action-menu[open] .hw-action-menu-popover{z-index:50}.hw-management-meter-table tbody tr:last-child .hw-action-menu-popover{top:auto;bottom:calc(100% + .3rem)}.hw-management-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;padding:.85rem 1rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface)}.hw-management-search{position:relative;display:flex;flex:1 1 19rem;align-items:center;min-width:14rem}.hw-management-search>svg{position:absolute;left:.75rem;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none}.hw-management-search input{width:100%;padding-left:2.2rem!important}.hw-management-filter{flex:0 1 12rem}.hw-management-filter .hw-input{padding:.5rem .75rem}.hw-management-result-count{margin-left:auto;color:var(--hw-text-muted);font-size:.72rem;font-weight:700;white-space:nowrap}.hw-management-table,.hw-management-table-panel .hw-data-table{min-width:66rem}table.hw-management-meter-table{min-width:78rem}.hw-management-meter-jto-table .hw-data-table{min-width:88rem}.hw-management-meter-jto-table .hw-data-table th:last-child,.hw-management-meter-jto-table .hw-data-table td:last-child{position:sticky;right:0;z-index:3;background:var(--hw-surface);box-shadow:-8px 0 14px #09302b0f}.hw-management-meter-jto-table .hw-data-table th:last-child{z-index:4;background:var(--hw-surface-subtle)}.hw-management-meter-jto-table .hw-data-table td:last-child{background:inherit}.hw-management-meter-jto-table.is-readonly .hw-data-table th:last-child,.hw-management-meter-jto-table.is-readonly .hw-data-table td:last-child{position:static;box-shadow:none}@media (min-width: 1024px){.hw-management-meter-jto-table.is-readonly .hw-data-table{min-width:72rem}}@media (max-width: 1023px){.hw-management-meter-jto-table.is-readonly .hw-data-table-toolbar{max-width:100%}}.hw-meter-table-cell{width:100%;min-width:0}.hw-meter-history-summary{color:var(--hw-accent-strong)!important;font-weight:750}.hw-meter-period-list{display:grid;min-width:13.5rem;gap:.45rem}.hw-meter-period{display:grid;gap:.16rem;padding-left:.55rem;border-left:2px solid var(--hw-border-strong)}.hw-meter-period.is-history{padding:.45rem .55rem;border:1px solid color-mix(in srgb,var(--hw-accent-strong) 24%,var(--hw-border));border-left-width:3px;border-radius:var(--hw-radius-sm);background:color-mix(in srgb,var(--hw-accent-soft) 50%,var(--hw-surface))}.hw-meter-period-label{color:var(--hw-text-muted);font-size:.6rem;font-weight:800;letter-spacing:.04em;line-height:1.2;text-transform:uppercase}.hw-meter-period.is-history .hw-meter-period-label{color:var(--hw-accent-strong)}.hw-meter-period strong{color:var(--hw-text);font-size:.72rem;font-weight:750;white-space:nowrap}.hw-meter-period small{color:var(--hw-text-muted);font-size:.65rem}.hw-status.is-history{background:color-mix(in srgb,var(--hw-accent-soft) 72%,var(--hw-surface));color:var(--hw-accent-strong)}.hw-management-meter-follow{display:inline-flex;min-height:2rem;align-items:center;gap:.35rem;padding:.35rem .55rem;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface);color:var(--hw-brand-700);font-size:.7rem;font-weight:750;white-space:nowrap;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-management-meter-follow:hover{border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-management-meter-follow svg{width:.9rem;height:.9rem}.hw-management-meter-table tbody tr.is-data-fetch-failed>.hw-data-table-cell:first-child{box-shadow:inset 3px 0 #c4544a}.hw-data-fetch-content{display:flex;min-width:11.5rem;flex-direction:column;align-items:flex-start;gap:.35rem}.hw-data-fetch-error{max-width:13rem;color:#a13c34;font-size:.67rem;font-weight:650;line-height:1.35}.hw-data-refetch-all-slot{display:inline-flex}.hw-data-refetch-action{display:inline-flex;min-height:2rem;cursor:pointer;align-items:center;justify-content:center;gap:.35rem;padding:.35rem .55rem;border:1px solid #d89b94;border-radius:.4rem;background:#fff7f6;color:#92372f;font-size:.7rem;font-weight:750;white-space:nowrap;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-data-refetch-action.is-global{min-height:2.45rem;padding:.5rem .8rem;border-color:#b84b42;background:#b84b42;color:#fff;font-size:.76rem}.hw-data-refetch-action:hover:not(:disabled){border-color:#92372f;background:#fff0ee;color:#7f302a}.hw-data-refetch-action.is-global:hover:not(:disabled){border-color:#92372f;background:#92372f;color:#fff}.hw-data-refetch-action:disabled{cursor:wait;opacity:.62}.hw-data-refetch-action svg{width:.9rem;height:.9rem}.hw-data-refetch-action svg.is-spinning{animation:hw-operation-health-spin .9s linear infinite}.hw-management-table .hw-data-table-heading,.hw-management-table-panel .hw-data-table .hw-data-table-heading{white-space:nowrap}.hw-data-table-heading-content{display:inline-flex!important;width:100%;min-width:0;align-items:center;justify-content:flex-start;gap:.35rem;white-space:nowrap}.hw-data-table-heading-label{display:inline-flex!important;min-width:0;align-items:center;line-height:1}.hw-data-table-sort{display:inline-flex!important;flex:0 0 auto;align-items:center;justify-content:center;gap:0!important;height:1.05rem;cursor:pointer}.hw-data-table-sort svg{width:.72rem!important;height:.72rem!important}.hw-data-table-heading-content>button{display:inline-flex!important;flex:0 0 auto;width:1.35rem;min-height:1.35rem!important;align-items:center;justify-content:center;padding:.15rem!important;border:0!important;background:transparent!important;color:var(--hw-text-muted)!important;box-shadow:none!important}.hw-data-table-heading-content>button:hover{color:var(--hw-text)!important;background:var(--hw-surface-subtle)!important}.hw-data-table-heading-content>button svg{width:.85rem!important;height:.85rem!important}.hw-management-identity{display:flex;align-items:center;gap:.65rem;min-width:13rem}.hw-management-identity>span:last-child{min-width:0}.hw-management-identity strong,.hw-management-identity small,.hw-management-cell-note{display:block}.hw-management-identity strong{overflow:hidden;color:var(--hw-text);font-size:.8rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hw-management-identity small,.hw-management-cell-note{margin-top:.2rem;color:var(--hw-text-muted);font-size:.7rem}.hw-management-inline-fields{display:flex;flex-direction:column;gap:.3rem;min-width:11rem}.hw-management-inline-control{width:100%;min-width:8rem;padding:.42rem .55rem;border:1px solid var(--hw-border);border-radius:.42rem;background:var(--hw-surface-subtle);color:var(--hw-text);font-size:.73rem;line-height:1.25}.hw-management-inline-control:focus{border-color:var(--hw-accent-strong);outline:2px solid color-mix(in srgb,var(--hw-accent) 28%,transparent);outline-offset:1px}.hw-management-inline-control:disabled{cursor:wait;opacity:.6}.hw-management-inline-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.3rem}.hw-management-inline-save,.hw-management-inline-cancel{min-width:2rem!important;min-height:2rem!important;padding:.35rem!important;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface)}.hw-management-inline-save{border-color:color-mix(in srgb,var(--hw-accent-strong) 40%,var(--hw-border))!important;background:var(--hw-accent-soft)!important;color:var(--hw-accent-strong)!important}.hw-management-inline-save:hover:not(:disabled){border-color:var(--hw-accent-strong)!important;background:color-mix(in srgb,var(--hw-accent-soft) 76%,var(--hw-surface))!important}.hw-management-inline-cancel{border-color:color-mix(in srgb,var(--hw-danger) 40%,var(--hw-border))!important;background:var(--hw-danger-soft)!important;color:var(--hw-danger)!important}.hw-management-inline-cancel:hover:not(:disabled){border-color:color-mix(in srgb,var(--hw-danger) 58%,var(--hw-border))!important;background:color-mix(in srgb,var(--hw-danger-soft) 76%,var(--hw-surface))!important}.hw-management-inline-save svg,.hw-management-inline-cancel svg{width:.95rem;height:.95rem;flex:0 0 auto}.hw-management-inline-save:disabled,.hw-management-inline-cancel:disabled{cursor:wait;opacity:.55}.hw-management-inline-error{display:block;max-width:12rem;margin-top:.3rem;color:var(--hw-danger);font-size:.65rem;line-height:1.25;text-align:right}.hw-management-meter-icon.is-producer{background:#fff0d2;color:#ba7a16}.hw-management-meter-icon.is-consumer{background:#e9f1fb;color:#4d739e}.hw-management-participant{color:var(--hw-text);font-size:.78rem;font-weight:700}.hw-management-role{display:inline-flex;min-height:1.7rem;align-items:center;padding:.25rem .55rem;border:1px solid transparent;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.2;white-space:nowrap}.hw-management-participant-empty{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.hw-management-meter-pills{display:flex;flex-wrap:wrap;gap:.3rem}.hw-management-pill{display:inline-flex;align-items:center;min-height:1.55rem;padding:.2rem .45rem;border-radius:999px;font-size:.68rem;font-weight:700;white-space:nowrap}.hw-management-pill.is-production{background:#fff1d9;color:#9b6818}.hw-management-pill.is-consumption{background:#eaf1fa;color:#4c6f99}.hw-management-muted-cell{color:var(--hw-text-muted)!important}.hw-management-action-cell{width:3.5rem;text-align:right}.hw-management-meter-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-top:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text-muted);font-size:.72rem;font-weight:700}.hw-management-meter-footer .hw-management-inline-action{min-height:2rem;padding:.35rem .6rem;font-size:.7rem}.hw-management-pagination{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;border-top:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text-muted);font-size:.72rem;font-weight:700}.hw-management-pagination>label,.hw-management-page-controls{display:inline-flex;align-items:center;gap:.45rem}.hw-management-page-size,.hw-management-page-controls button{min-height:1.9rem;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface-subtle);color:var(--hw-text);font-size:.7rem;font-weight:700}.hw-management-page-size{padding:.2rem .35rem}.hw-management-page-controls button{width:1.9rem;padding:0;font-size:1rem;line-height:1}.hw-management-page-controls button:disabled{cursor:not-allowed;opacity:.45}.hw-management-quality{display:inline-flex;align-items:center;gap:.35rem;color:var(--hw-text-muted);font-size:.7rem;font-weight:700;white-space:nowrap}.hw-management-quality>span{width:.45rem;height:.45rem;border-radius:50%;background:currentColor}.hw-management-quality.is-good{color:#4b8d5f}.hw-management-quality.is-empty{color:var(--hw-text-muted)}.hw-management-page .hw-empty-state{margin:0;border-top:0;border-radius:0}.hw-participants-table-panel{min-width:0;overflow:visible}.hw-participants-table-panel .hw-data-table{width:100%!important;max-width:100%;min-width:0;table-layout:auto}.hw-participants-table-panel .hw-data-table-heading:nth-child(1),.hw-participants-table-panel .hw-data-table-cell:nth-child(1){width:32%}.hw-participants-table-panel .hw-data-table-heading:nth-child(2),.hw-participants-table-panel .hw-data-table-cell:nth-child(2){width:14%}.hw-participants-table-panel .hw-data-table-heading:nth-child(3),.hw-participants-table-panel .hw-data-table-cell:nth-child(3){width:20%}.hw-participants-table-panel .hw-data-table-heading:nth-child(4),.hw-participants-table-panel .hw-data-table-cell:nth-child(4){width:14%}.hw-participants-table-panel .hw-data-table-heading:nth-child(5),.hw-participants-table-panel .hw-data-table-cell:nth-child(5){width:14%}.hw-participants-table-panel .hw-data-table-heading:nth-child(6),.hw-participants-table-panel .hw-data-table-cell:nth-child(6){width:6%}.hw-participant-invitation-cell{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.hw-participant-invitation-cell .hw-list-status{max-width:100%;white-space:normal}.hw-participants-table-panel .hw-data-table-cell-content,.hw-participant-cell{width:100%;min-width:0}.hw-participant-mobile-label{display:none}.hw-participant-identity-cell .hw-management-identity{display:block;width:100%;min-width:0}.hw-participant-identity-cell .hw-management-inline-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;min-width:0}.hw-participant-identity-cell .hw-management-inline-fields>label,.hw-participant-identity-cell .hw-management-inline-control{width:100%;min-width:0}.hw-participant-identity-cell .hw-management-inline-fields>label:last-child{grid-column:1 / -1}.hw-participant-role-select{width:100%;min-width:0;margin:0;padding:0;border:0}.hw-participant-role-select>div,.hw-participant-role-select>div>div{width:100%;min-width:0}.hw-participant-role-select .hw-input{width:100%;min-width:0;padding-right:2.25rem!important;font-size:.8rem!important;font-weight:500;cursor:pointer}.hw-participant-role-select [role=listbox]{z-index:30;border:1px solid var(--hw-border-strong);background:var(--hw-surface);color:var(--hw-text);box-shadow:var(--hw-shadow-md)}.hw-participant-role-select [role=option]{color:var(--hw-text);font-size:.76rem}.hw-participant-role-select [role=option][data-focus]{background:var(--hw-accent-strong);color:#fff}.hw-participant-role-select:disabled{cursor:wait;opacity:.6}.hw-participant-role-select.is-role-admin .hw-input,.hw-management-role.is-role-admin,.hw-list-status.is-role-admin,.hw-role-badge.is-role-admin{border-color:color-mix(in srgb,var(--hw-role-admin) 24%,var(--hw-border))!important;background:var(--hw-role-admin-soft)!important;color:var(--hw-role-admin)!important}.hw-participant-role-select.is-role-installateur .hw-input,.hw-management-role.is-role-installateur,.hw-management-role.is-role-manager,.hw-list-status.is-role-installateur,.hw-role-badge.is-role-manager{border-color:color-mix(in srgb,var(--hw-role-manager) 24%,var(--hw-border))!important;background:var(--hw-role-manager-soft)!important;color:var(--hw-role-manager)!important}.hw-participant-role-select.is-role-user .hw-input,.hw-management-role.is-role-user,.hw-list-status.is-role-user,.hw-role-badge.is-role-participant{border-color:color-mix(in srgb,var(--hw-role-participant) 24%,var(--hw-border))!important;background:var(--hw-role-participant-soft)!important;color:var(--hw-role-participant)!important}.hw-participant-role-select.is-role-invite .hw-input,.hw-management-role.is-role-invite,.hw-list-status.is-role-invite,.hw-role-badge.is-role-invite{border-color:color-mix(in srgb,var(--hw-role-invite) 24%,var(--hw-border))!important;background:var(--hw-role-invite-soft)!important;color:var(--hw-role-invite)!important}.hw-participant-status-stack{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:.4rem}.hw-participant-last-login{overflow-wrap:anywhere;font-size:.68rem;line-height:1.3}.hw-participant-actions-cell .hw-management-inline-actions{min-width:0}@media (max-width: 1023px){.hw-participants-table-panel,.hw-participants-table-panel .hw-data-table,.hw-participants-table-panel .hw-data-table-head,.hw-participants-table-panel .hw-data-table-body,.hw-participants-table-panel .hw-data-table-foot{display:block;width:100%;min-width:0}.hw-participants-table-panel .hw-data-table{border-collapse:separate!important;border-spacing:0}.hw-participants-table-panel .hw-data-table-toolbar-row,.hw-participants-table-panel .hw-data-table-toolbar-cell,.hw-participants-table-panel .hw-data-table-pagination-row,.hw-participants-table-panel .hw-data-table-pagination-cell{display:block;width:100%}.hw-participants-table-panel .hw-data-table-toolbar{flex-wrap:wrap}.hw-participants-table-panel .hw-data-table-search{flex:1 1 16rem;width:auto!important;min-width:0}.hw-participants-table-panel .hw-data-table-actions{flex:1 1 auto}.hw-participants-table-panel .hw-data-table-head>.hw-data-table-row{display:none}.hw-participants-table-panel .hw-data-table-body{display:grid;gap:.75rem;padding:.75rem;background:var(--hw-surface-subtle)}.hw-participants-table-panel .hw-participant-row{display:block;width:100%;overflow:visible;border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-participants-table-panel .hw-participant-row>.hw-data-table-cell{display:block;width:100%!important;height:auto;padding:.75rem!important;border-top:1px solid var(--hw-border)!important}.hw-participants-table-panel .hw-participant-row>.hw-data-table-cell:first-child{border-top:0!important}.hw-participant-cell{display:grid;grid-template-columns:minmax(7rem,.42fr) minmax(0,1fr);align-items:start;gap:.75rem}.hw-participant-mobile-label{display:block;padding-top:.45rem;color:var(--hw-text-muted);font-size:.65rem;font-weight:800;letter-spacing:.05em;line-height:1.3;text-transform:uppercase}.hw-participant-invitation-cell .hw-management-inline-action{grid-column:2;justify-self:start}.hw-participant-actions-cell .hw-management-inline-actions{justify-content:flex-start}.hw-participant-actions-cell .hw-action-menu-popover{left:0;right:auto}.hw-participants-table-panel .hw-data-table-body>tr:not(.hw-participant-row),.hw-participants-table-panel .hw-data-table-body>tr:not(.hw-participant-row)>th{display:block;width:100%}}@media (max-width: 900px){.hw-management-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-management-page .hw-page-header{flex-direction:column}.hw-management-page .hw-page-actions{justify-content:flex-start}}@media (max-width: 1023px){.hw-management-table-panel.hw-management-meter-panel,.hw-management-meter-table-scroll{overflow:visible}.hw-management-meter-jto-table{min-width:0}.hw-management-meter-jto-table .hw-meter-table-cell{display:contents}.hw-management-meter-jto-table .hw-data-table,.hw-meter-period-list{min-width:0}}@media (max-width: 560px){.hw-management-summary{grid-template-columns:1fr}.hw-management-toolbar{align-items:stretch;flex-direction:column}.hw-management-search,.hw-management-filter{flex-basis:auto;width:100%}.hw-management-result-count{margin-left:0}.hw-attention-filter-notice{align-items:flex-start;flex-wrap:wrap}.hw-attention-filter-notice button{width:100%}.hw-management-meter-footer{align-items:stretch;flex-direction:column}.hw-management-meter-footer .hw-management-inline-action{width:100%}.hw-management-pagination{align-items:stretch;flex-direction:column}.hw-management-pagination>label,.hw-management-page-controls{justify-content:space-between}.hw-management-header-action{flex:1 1 auto}.hw-participant-cell{grid-template-columns:minmax(5.5rem,.34fr) minmax(0,1fr);gap:.6rem}.hw-participant-identity-cell .hw-management-inline-fields{grid-template-columns:minmax(0,1fr)}.hw-participant-identity-cell .hw-management-inline-fields>label:last-child{grid-column:auto}.hw-participants-table-panel .hw-data-table-toolbar{align-items:stretch!important;flex-direction:column}.hw-participants-table-panel .hw-data-table-search,.hw-participants-table-panel .hw-data-table-actions{flex-basis:auto;width:100%!important}}.hw-qs-page{padding-bottom:4rem}.hw-qs-page .hw-page-header{margin-bottom:1.35rem}.hw-qs-button{--hw-qs-button-border: var(--hw-border-strong);--hw-qs-button-background: var(--hw-surface);--hw-qs-button-color: var(--hw-text);--hw-qs-button-hover-border: var(--hw-brand-700);--hw-qs-button-hover-background: var(--hw-surface-subtle);--hw-qs-button-hover-color: var(--hw-text);display:inline-flex;min-height:2.45rem;align-items:center;justify-content:center;gap:.45rem;padding:.55rem .85rem;border:1px solid var(--hw-qs-button-border);border-radius:.45rem;background:var(--hw-qs-button-background);color:var(--hw-qs-button-color);font-size:.76rem;font-weight:750;line-height:1;transition:border-color .14s ease,background .14s ease,color .14s ease,opacity .14s ease}.hw-qs-button:hover:not(:disabled){border-color:var(--hw-qs-button-hover-border);background:var(--hw-qs-button-hover-background);color:var(--hw-qs-button-hover-color)}.hw-qs-button>svg{width:1rem;height:1rem}.hw-qs-button.is-primary{--hw-qs-button-border: var(--hw-accent-strong);--hw-qs-button-background: var(--hw-accent-strong);--hw-qs-button-color: #fff;--hw-qs-button-hover-border: color-mix(in srgb, var(--hw-accent-strong) 82%, #000);--hw-qs-button-hover-background: color-mix(in srgb, var(--hw-accent-strong) 82%, #000);--hw-qs-button-hover-color: #fff}.hw-qs-button.is-danger,.hw-qs-button.is-danger-soft{--hw-qs-button-border: color-mix(in srgb, var(--hw-danger) 40%, var(--hw-border));--hw-qs-button-color: var(--hw-danger)}.hw-qs-button.is-danger{--hw-qs-button-background: var(--hw-danger);--hw-qs-button-color: #fff;--hw-qs-button-hover-border: color-mix(in srgb, var(--hw-danger) 82%, #000);--hw-qs-button-hover-background: color-mix(in srgb, var(--hw-danger) 82%, #000);--hw-qs-button-hover-color: #fff}.hw-qs-button.is-danger-soft{--hw-qs-button-background: var(--hw-danger-soft);--hw-qs-button-hover-border: color-mix(in srgb, var(--hw-danger) 58%, var(--hw-border));--hw-qs-button-hover-background: color-mix(in srgb, var(--hw-danger-soft) 76%, var(--hw-surface));--hw-qs-button-hover-color: var(--hw-danger)}.hw-qs-button:disabled,.hw-qs-icon-button:disabled{cursor:not-allowed;opacity:.52}.hw-qs-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.hw-qs-summary-card{display:flex;min-height:5.8rem;align-items:center;gap:.8rem;padding:.9rem 1rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-qs-summary-card strong,.hw-qs-summary-card span:not(.hw-qs-summary-icon){display:block}.hw-qs-summary-card strong{color:var(--hw-text);font-size:1.35rem;line-height:1.05}.hw-qs-summary-card span:not(.hw-qs-summary-icon){margin-top:.28rem;color:var(--hw-text-muted);font-size:.68rem;font-weight:750}.hw-qs-summary-icon,.hw-qs-card-icon{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.65rem}.hw-qs-summary-icon svg,.hw-qs-card-icon svg{width:1.15rem;height:1.15rem}.hw-qs-summary-icon.is-blue{background:color-mix(in srgb,#3a6ea5 12%,var(--hw-surface));color:#3a6ea5}.hw-qs-summary-icon.is-green{background:color-mix(in srgb,var(--hw-accent) 14%,var(--hw-surface));color:var(--hw-accent-strong)}.hw-qs-summary-icon.is-orange{background:var(--hw-sharing-producer-soft);color:var(--hw-sharing-producer)}.hw-qs-summary-icon.is-purple{background:#f0eafb;color:#7657a5}.hw-qs-summary-icon.is-red{background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-qs-callout,.hw-qs-form-error{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:1rem;padding:.85rem 1rem;border:1px solid color-mix(in srgb,var(--hw-accent) 30%,var(--hw-border));border-radius:var(--hw-radius-md);background:color-mix(in srgb,var(--hw-accent-soft) 80%,var(--hw-surface));color:var(--hw-brand-850)}.hw-qs-callout>svg,.hw-qs-form-error>svg{flex:0 0 auto;width:1.15rem;height:1.15rem;margin-top:.05rem}.hw-qs-callout strong,.hw-qs-callout span{display:block}.hw-qs-callout strong{font-size:.78rem}.hw-qs-callout span{margin-top:.2rem;color:var(--hw-text-muted);font-size:.75rem;line-height:1.4}.hw-qs-form-error{border-color:color-mix(in srgb,var(--hw-danger) 35%,var(--hw-border));background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-qs-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.75rem}.hw-qs-search{position:relative;display:flex;flex:1 1 18rem;align-items:center;min-width:14rem}.hw-qs-search>svg{position:absolute;left:.75rem;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none}.hw-qs-search input{width:100%;padding-left:2.2rem!important}.hw-qs-filter-tabs{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.18rem;padding:.2rem;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface)}.hw-qs-filter-tabs button{min-height:2rem;padding:.35rem .7rem;border-radius:.35rem;color:var(--hw-text-muted);font-size:.7rem;font-weight:750;white-space:nowrap}.hw-qs-filter-tabs button:hover{background:var(--hw-surface-subtle);color:var(--hw-text)}.hw-qs-filter-tabs button.is-active{background:var(--hw-brand-950);color:#fff}.hw-qs-select{min-width:10rem}.hw-qs-select .hw-input{min-height:2.4rem;padding:.5rem .75rem;border:1px solid var(--hw-border-strong);border-radius:.45rem;background:var(--hw-surface);color:var(--hw-text);font-size:.75rem;font-weight:650}.hw-qs-result-count{margin-left:auto;color:var(--hw-text-muted);font-size:.72rem;font-weight:750;white-space:nowrap}.hw-qs-workspace{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(21rem,.8fr);align-items:start;gap:1rem}.hw-qs-table-panel{min-width:0;overflow:hidden}.hw-qs-table-scroll{overflow-x:auto}.hw-qs-table{width:100%;min-width:74rem;border-collapse:collapse;background:var(--hw-surface);color:var(--hw-text);font-size:.76rem}.hw-qs-contract-table{min-width:70rem}.hw-qs-table th{padding:.7rem .75rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.64rem;font-weight:800;letter-spacing:.07em;text-align:left;text-transform:uppercase;white-space:nowrap}.hw-qs-table td{padding:.78rem .75rem;border-bottom:1px solid color-mix(in srgb,var(--hw-border) 72%,transparent);vertical-align:middle}.hw-qs-table tbody tr{cursor:pointer;transition:background .12s ease}.hw-qs-table tbody tr:hover,.hw-qs-table tbody tr.is-selected{background:color-mix(in srgb,var(--hw-accent-soft) 52%,var(--hw-surface))}.hw-qs-table tbody tr:focus-visible{outline:2px solid var(--hw-accent-strong);outline-offset:-2px}.hw-qs-table .is-action-column{width:3.5rem;text-align:right}.hw-qs-identity{display:flex;min-width:10.5rem;align-items:center;gap:.6rem}.hw-qs-identity.is-large{min-width:0}.hw-qs-identity>span:last-child,.hw-qs-entity{min-width:0}.hw-qs-identity strong,.hw-qs-identity small,.hw-qs-entity strong,.hw-qs-entity small,.hw-qs-status-note{display:block}.hw-qs-identity strong,.hw-qs-entity strong{overflow:hidden;color:var(--hw-text);font-size:.77rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.hw-qs-identity small,.hw-qs-entity small,.hw-qs-status-note,.hw-qs-period{margin-top:.2rem;color:var(--hw-text-muted);font-size:.66rem}.hw-qs-avatar{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:var(--hw-accent-soft);color:var(--hw-accent-strong);font-size:.68rem;font-weight:850;text-transform:uppercase}.hw-qs-status{display:inline-flex;min-height:1.5rem;align-items:center;padding:.22rem .5rem;border-radius:999px;font-size:.64rem;font-weight:800;line-height:1;white-space:nowrap}.hw-qs-status.is-done{background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-qs-status.is-in-progress{background:var(--hw-sharing-producer-soft);color:var(--hw-sharing-producer)}.hw-qs-status.is-not-started{background:color-mix(in srgb,var(--hw-border) 55%,var(--hw-surface));color:var(--hw-text-muted)}.hw-qs-status.is-action{background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-qs-status-stack{display:flex;flex-direction:column;align-items:flex-start;gap:.26rem}.hw-qs-status-stack>span{display:flex;align-items:center;gap:.28rem;color:var(--hw-text-muted);font-size:.63rem;font-weight:700;white-space:nowrap}.hw-qs-status-stack .hw-qs-status{min-height:1.3rem;padding:.18rem .4rem}.hw-qs-icon-button{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface);color:var(--hw-text-muted);transition:border-color .12s ease,color .12s ease,background .12s ease}.hw-qs-icon-button:hover:not(:disabled){border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-qs-icon-button svg{width:1rem;height:1rem}.hw-qs-row-actions{display:flex;justify-content:flex-end;gap:.35rem}.hw-qs-empty.is-compact{min-height:7rem}.hw-contracts-preparation{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;margin-bottom:1rem;padding:.9rem 1rem}.hw-contracts-preparation-icon{display:inline-flex;width:2.4rem;height:2.4rem;align-items:center;justify-content:center;border-radius:.65rem;background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-contracts-preparation-icon svg{width:1.15rem;height:1.15rem}.hw-contracts-preparation-copy{display:flex;min-width:0;flex-direction:column;gap:.18rem}.hw-contracts-preparation-copy strong{color:var(--hw-text);font-size:.85rem}.hw-contracts-preparation-copy small{color:var(--hw-text-muted);font-size:.7rem;line-height:1.4}.hw-contracts-preparation-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.hw-contracts-page .is-select-column{width:3rem;text-align:center}.hw-contracts-page .is-select-column input{width:1rem;height:1rem;accent-color:var(--hw-accent-strong)}.hw-contracts-row-button{display:inline-flex;min-height:2.2rem;align-items:center;justify-content:center;gap:.35rem;padding:.4rem .6rem;border:1px solid var(--hw-border);border-radius:.4rem;background:var(--hw-surface);color:var(--hw-text-muted);font-size:.68rem;font-weight:500;white-space:nowrap;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-contracts-row-button:hover:not(:disabled){border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-contracts-document-actions{display:flex;flex-direction:column;min-width:0;gap:.35rem}.hw-users-list-page .hw-finance-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:1rem}.hw-contracts-lifecycle-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.35rem}.hw-contracts-row-button:disabled{cursor:not-allowed;opacity:.52}.hw-contracts-row-button svg{width:.95rem;height:.95rem}.hw-contracts-page .hw-qs-contract-table tbody tr{cursor:default}.hw-contracts-template-cell{width:18rem}.hw-contracts-template-select{min-width:15rem}.hw-contracts-template-select .hw-input{min-height:2.5rem!important;font-size:.78rem;font-weight:650}.hw-contracts-readonly-value,.hw-contracts-saving-value{display:inline-flex;min-height:2.5rem;align-items:center;gap:.45rem;padding:.5rem .7rem;border:1px solid var(--hw-border);border-radius:.45rem;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.78rem;font-weight:650}.hw-contracts-saving-value>[data-cy=loading]{width:1rem!important;height:1rem!important}.hw-contracts-external-cell{width:13rem}.hw-contracts-external-cell .hw-qs-row-actions{justify-content:flex-start}.hw-contracts-source-note{color:var(--hw-text-muted);font-size:.75rem;line-height:1.4}.hw-contracts-page .hw-qs-summary{gap:.9rem;margin-bottom:1.1rem}.hw-contracts-page .hw-metric-card.is-compact h3{font-size:.9rem}.hw-contracts-page .hw-qs-callout{gap:.75rem;padding:1rem 1.1rem}.hw-contracts-page .hw-qs-callout>svg{width:1.25rem;height:1.25rem}.hw-contracts-page .hw-qs-callout strong{font-size:.875rem}.hw-contracts-page .hw-qs-callout span{margin-top:.3rem;font-size:.8125rem;line-height:1.5}.hw-contracts-page .hw-qs-button{min-height:2.75rem;padding:.65rem 1rem;font-size:.8125rem;font-weight:500}.hw-contracts-page .hw-qs-button:disabled{opacity:.68}.hw-contracts-toolbar{gap:.85rem;margin-bottom:.9rem}.hw-contracts-page .hw-qs-filter-tabs{gap:.25rem;padding:.25rem;border-radius:.65rem}.hw-contracts-page .hw-qs-filter-tabs button{min-height:2.5rem;padding:.55rem .9rem;border-radius:.45rem;font-size:.8125rem;font-weight:500}.hw-contracts-page .hw-qs-result-count{font-size:.8125rem}.hw-contracts-page .hw-qs-contract-table{min-width:68rem;font-size:.875rem}.hw-contracts-page .hw-qs-contract-table .is-action-column{width:10rem}.hw-contracts-page .hw-qs-contract-table th{padding:.8rem 1rem;font-size:.72rem;letter-spacing:.055em}.hw-contracts-page .hw-qs-contract-table td{padding:.95rem 1rem}.hw-contracts-page .hw-qs-identity{min-width:10.5rem;gap:.75rem}.hw-contracts-page .hw-qs-identity strong,.hw-contracts-page .hw-qs-entity strong{font-size:.875rem;line-height:1.35}.hw-contracts-page .hw-qs-identity small,.hw-contracts-page .hw-qs-entity small,.hw-contracts-page .hw-qs-status-note{margin-top:.25rem;font-size:.75rem;line-height:1.4}.hw-contracts-page .hw-qs-avatar{width:2.25rem;height:2.25rem;font-size:.75rem}.hw-contracts-page .hw-qs-period{display:inline-block;margin-top:0;font-size:.8rem;line-height:1.4;white-space:nowrap}.hw-contracts-page .hw-qs-status{min-height:1.75rem;padding:.32rem .65rem;font-size:.75rem}.hw-contracts-page .hw-qs-icon-button{width:2.5rem;height:2.5rem}.hw-contracts-page .hw-qs-icon-button svg{width:1.1rem;height:1.1rem}.hw-contracts-page .hw-qs-empty strong{font-size:1rem}.hw-contracts-page .hw-qs-empty span{font-size:.875rem;line-height:1.5}.hw-qs-empty{display:flex;min-height:11rem;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:2rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);text-align:center}.hw-qs-empty>svg{width:1.65rem;height:1.65rem;margin-bottom:.25rem;color:var(--hw-accent-strong)}.hw-qs-empty strong{color:var(--hw-text);font-size:.85rem}.hw-qs-empty span{max-width:30rem;font-size:.75rem}.hw-qs-detail{position:sticky;top:1rem;min-width:0;overflow:hidden}.hw-qs-detail-header,.hw-qs-detail-actions,.hw-qs-detail-footer{display:flex;align-items:center;gap:.65rem}.hw-qs-detail-header{justify-content:space-between;padding:1rem;border-bottom:1px solid var(--hw-border)}.hw-qs-detail-actions{flex-wrap:wrap;padding:.8rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-qs-detail-actions .hw-qs-button{flex:1 1 auto}.hw-qs-detail-section{padding:1rem;border-bottom:1px solid var(--hw-border)}.hw-qs-section-title{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.7rem}.hw-qs-section-title>span:first-child{color:var(--hw-text);font-size:.75rem;font-weight:800}.hw-qs-section-title>span:last-child{color:var(--hw-text-muted);font-size:.66rem}.hw-qs-step-list,.hw-qs-download-list,.hw-qs-building-list{display:flex;flex-direction:column;gap:.45rem}.hw-qs-step,.hw-qs-download-row,.hw-qs-building{display:flex;min-width:0;align-items:center;gap:.55rem;padding:.5rem 0}.hw-qs-step>span:last-child,.hw-qs-building>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:.16rem}.hw-qs-step strong,.hw-qs-building strong{color:var(--hw-text);font-size:.72rem;font-weight:750}.hw-qs-step .hw-qs-status{align-self:flex-start}.hw-qs-step-marker{display:inline-flex;flex:0 0 auto;width:1.45rem;height:1.45rem;align-items:center;justify-content:center;border:1px solid var(--hw-border);border-radius:50%;color:var(--hw-text-muted);font-size:1rem;line-height:1}.hw-qs-step-marker svg{width:.85rem;height:.85rem}.hw-qs-step-marker.is-done{border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-qs-step-marker.is-action{border-color:var(--hw-danger);background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-qs-download-row{width:100%;border-bottom:1px solid color-mix(in srgb,var(--hw-border) 70%,transparent);color:var(--hw-text);text-align:left}.hw-qs-download-row:last-child{border-bottom:0}.hw-qs-download-row>svg{flex:0 0 auto;width:1.05rem;height:1.05rem;color:var(--hw-accent-strong)}.hw-qs-download-row span{flex:1;font-size:.72rem;font-weight:700}.hw-qs-download-row small{color:var(--hw-text-muted);font-size:.65rem}.hw-qs-download-row:hover span{color:var(--hw-accent-strong)}.hw-qs-building{padding:.55rem;border:1px solid var(--hw-border);border-radius:.45rem;background:var(--hw-surface-subtle)}.hw-qs-building small{color:var(--hw-text-muted);font-size:.64rem}.hw-qs-building-icon{display:inline-flex;flex:0 0 auto;width:1.8rem;height:1.8rem;align-items:center;justify-content:center;border-radius:.45rem;background:var(--hw-sharing-producer-soft);color:var(--hw-sharing-producer)}.hw-qs-building-icon svg{width:.95rem;height:.95rem}.hw-qs-inline-empty{margin:0;color:var(--hw-text-muted);font-size:.72rem}.hw-qs-detail-footer{align-items:flex-start;justify-content:space-between;padding:.85rem 1rem}.hw-qs-detail-footer>span{max-width:13rem;color:var(--hw-text-muted);font-size:.65rem;line-height:1.35}.hw-qs-detail-footer .hw-qs-button{flex:0 0 auto}.hw-finance-date-help{margin:0;padding:12px 18px;color:var(--hw-text-muted);font-size:12px;line-height:1.5}.hw-qs-modal-copy{display:flex;flex-direction:column;gap:.65rem}.hw-qs-modal-copy>strong{color:var(--hw-text);font-size:.95rem}.hw-qs-modal-copy>p{margin:0;color:var(--hw-text-muted);font-size:.78rem;line-height:1.45}.hw-qs-kicker{color:var(--hw-brand-700);font-size:.64rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.hw-documents-layout{display:grid;grid-template-columns:minmax(15.5rem,17rem) minmax(0,1fr);align-items:start;gap:1rem}.hw-documents-sidebar{position:sticky;top:calc(var(--hw-topbar-height) + 1rem);max-height:calc(100dvh - var(--hw-topbar-height) - 2rem);overflow-y:auto;padding:1rem}.hw-documents-filter-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hw-documents-filter-header>div{display:flex;min-width:0;flex-direction:column;gap:.2rem}.hw-documents-filter-header strong{color:var(--hw-text);font-size:.85rem;font-weight:800}.hw-documents-filter-reset{min-height:1.75rem;padding:.25rem 0;color:var(--hw-accent-strong);font-size:.65rem;font-weight:750}.hw-documents-filter-reset:hover:not(:disabled){text-decoration:underline;text-underline-offset:.16rem}.hw-documents-filter-reset:disabled{color:var(--hw-text-soft);cursor:default}.hw-documents-search{position:relative;display:flex;align-items:center;margin-top:.9rem}.hw-documents-search>svg{position:absolute;z-index:1;left:.75rem;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none}.hw-documents-search input{width:100%;min-height:2.55rem;padding-left:2.25rem!important;border:1px solid var(--hw-border-strong);border-radius:.5rem;background:var(--hw-surface);font-size:.72rem}.hw-documents-filter-group{display:flex;margin:.9rem 0 0;padding:0;border:0;flex-direction:column;gap:.2rem}.hw-documents-filter-group legend{margin-bottom:.3rem;color:var(--hw-text-muted);font-size:.63rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.hw-documents-filter-option{display:flex;min-height:2.2rem;align-items:center;gap:.65rem;padding:.35rem .45rem;border:1px solid transparent;border-radius:.42rem;color:var(--hw-text);cursor:pointer;font-size:.74rem;font-weight:750;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-documents-filter-option:hover{border-color:color-mix(in srgb,var(--hw-accent) 28%,var(--hw-border));background:color-mix(in srgb,var(--hw-accent-soft) 62%,var(--hw-surface));color:var(--hw-accent-strong)}.hw-documents-filter-option.is-active{border-color:color-mix(in srgb,var(--hw-accent) 22%,transparent);background:color-mix(in srgb,var(--hw-accent-soft) 48%,transparent);color:var(--hw-accent-strong)}.hw-documents-filter-option:focus-within{outline:2px solid color-mix(in srgb,var(--hw-accent) 55%,transparent);outline-offset:1px}.hw-documents-filter-checkbox{flex:0 0 auto;width:1rem;height:1rem;margin:0;accent-color:var(--hw-accent-strong);cursor:pointer}.hw-documents-filter-checkbox:focus-visible{outline:none}.hw-documents-summary{display:grid;gap:.55rem;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--hw-border)}.hw-documents-summary-card{display:flex;min-width:0;min-height:4.25rem;justify-content:center;padding:.7rem .8rem;border:1px solid color-mix(in srgb,var(--hw-accent) 18%,var(--hw-border));border-radius:.55rem;background:color-mix(in srgb,var(--hw-accent-soft) 62%,var(--hw-surface));flex-direction:column;gap:.15rem}.hw-documents-summary-card.is-warning{border-color:color-mix(in srgb,var(--hw-sharing-producer) 22%,var(--hw-border));background:color-mix(in srgb,var(--hw-sharing-producer-soft) 58%,var(--hw-surface))}.hw-documents-summary-card.is-complete{border-color:color-mix(in srgb,var(--hw-accent) 30%,var(--hw-border));background:color-mix(in srgb,var(--hw-accent-soft) 78%,var(--hw-surface))}.hw-documents-summary-card strong{color:var(--hw-text);font-size:1.4rem;font-weight:900;line-height:1.05}.hw-documents-summary-card span{color:var(--hw-text);font-size:.78rem;font-weight:850;line-height:1.35}.hw-documents-content{min-width:0}.hw-documents-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:.15rem 0 .75rem}.hw-documents-section-header>div{display:flex;min-width:0;flex-direction:column;gap:.2rem}.hw-documents-section-header h2{margin:0;color:var(--hw-text);font-size:1.2rem;font-weight:850;letter-spacing:-.02em}.hw-qs-global-document{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;padding:1rem}.hw-qs-global-document-icon{display:inline-flex;flex:0 0 auto;width:2.7rem;height:2.7rem;align-items:center;justify-content:center;border-radius:.75rem;background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-qs-global-document-icon svg{width:1.35rem;height:1.35rem}.hw-qs-global-document-copy{min-width:0;flex:1}.hw-qs-global-document-copy h2{margin:.15rem 0 0;color:var(--hw-text);font-size:.95rem;font-weight:800}.hw-qs-global-document-copy p{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.72rem}.hw-document-actions{display:inline-flex;flex:0 0 auto;align-items:center;gap:.3rem}.hw-document-modal-trigger{display:none!important}.hw-document-action{display:inline-flex;min-height:1.9rem;align-items:center;justify-content:center;gap:.28rem;padding:.3rem .45rem;border:1px solid var(--hw-border);border-radius:.38rem;background:var(--hw-surface);color:var(--hw-text-muted);font-size:.62rem;font-weight:750;white-space:nowrap;transition:border-color .12s ease,background .12s ease,color .12s ease}.hw-document-action:hover{border-color:var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-document-action.is-danger{color:var(--hw-danger-strong, #b42318)}.hw-document-action.is-danger:hover{border-color:var(--hw-danger-strong, #b42318);background:color-mix(in srgb,var(--hw-danger-soft, #fef3f2) 78%,var(--hw-surface));color:var(--hw-danger-strong, #b42318)}.hw-document-action svg{width:.82rem;height:.82rem}.hw-qs-global-document>.hw-document-actions .hw-document-action{min-height:2.45rem;padding:.55rem .75rem;font-size:.72rem}.hw-qs-documents-list,.hw-qs-documents-skeleton-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem}.hw-qs-document-skeleton{min-width:0;overflow:hidden}.hw-qs-document-skeleton-header{display:flex;align-items:center;gap:.7rem;padding:.9rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-qs-document-skeleton-avatar{flex:0 0 auto;width:2rem;height:2rem}.hw-qs-document-skeleton-identity{display:flex;min-width:0;flex:1;flex-direction:column;gap:.35rem}.hw-qs-document-skeleton-name{width:min(15rem,58%);height:.72rem}.hw-qs-document-skeleton-copy{width:min(9rem,38%);height:.55rem}.hw-qs-document-skeleton-status{flex:0 0 auto;width:5rem;height:1.25rem}.hw-qs-document-skeleton-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.75rem 1rem}.hw-qs-document-skeleton-line{min-height:2.65rem;border-radius:.4rem}.hw-qs-document-card{min-width:0;overflow:hidden}.hw-qs-document-card-header{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.9rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-qs-document-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.75rem 1rem}.hw-qs-document-card .hw-qs-document-grid{grid-template-columns:minmax(0,1fr)}.hw-qs-document-line{display:flex;min-width:0;align-items:center;gap:.45rem;padding:.45rem;border:1px solid color-mix(in srgb,var(--hw-border) 72%,transparent);border-radius:.4rem;background:var(--hw-surface-subtle)}.hw-qs-document-line>span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:.15rem}.hw-qs-document-line strong{overflow:hidden;color:var(--hw-text);font-size:.68rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.hw-qs-document-line small{color:var(--hw-text-muted);font-size:.6rem}.hw-qs-document-line .hw-document-actions{align-self:stretch}.hw-qs-document-line-icon{display:inline-flex;flex:0 0 auto;width:1.7rem;height:1.7rem;align-items:center;justify-content:center;border-radius:.4rem;background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-qs-document-line-icon svg{width:.85rem;height:.85rem}.hw-qs-building-documents{margin:0 1rem .85rem;padding:.7rem;border:1px solid var(--hw-border);border-radius:.5rem;background:color-mix(in srgb,var(--hw-surface-subtle) 65%,var(--hw-surface))}.hw-qs-building-documents-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.45rem}.hw-qs-building-documents-header>span:first-child{display:flex;min-width:0;flex-direction:column;gap:.15rem}.hw-qs-building-documents-header strong{overflow:hidden;color:var(--hw-text);font-size:.7rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hw-qs-building-documents-header small{color:var(--hw-text-muted);font-size:.62rem}.hw-qs-building-documents .hw-qs-document-grid{padding:0}.hw-pmo-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.34fr);align-items:start;gap:1rem}.hw-pmo-form{display:flex;flex-direction:column;gap:.85rem;grid-column:1;grid-row:1}.hw-pmo-card{padding:1rem}.hw-pmo-card-header{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1rem}.hw-pmo-card-icon{background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-pmo-card-icon.is-soft{background:var(--hw-sharing-consumer-soft);color:var(--hw-sharing-consumer)}.hw-pmo-card-icon.is-warm{background:var(--hw-sharing-producer-soft);color:var(--hw-sharing-producer)}.hw-pmo-card-icon.is-purple{background:#f0eafb;color:#7657a5}.hw-pmo-card-header h2{margin:0;color:var(--hw-text);font-size:.95rem;font-weight:800}.hw-pmo-card-header p{max-width:42rem;margin:.25rem 0 0;color:var(--hw-text-muted);font-size:.72rem;line-height:1.4}.hw-pmo-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.85rem;border-top:1px solid var(--hw-border)}.hw-pmo-toggle-row>p{max-width:42rem;margin:0;color:var(--hw-text-muted);font-size:.72rem;line-height:1.45}.hw-pmo-toggle-row>.group{flex:0 0 auto}.hw-pmo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.hw-pmo-field{display:flex;min-width:0;flex-direction:column;gap:.34rem}.hw-pmo-field.is-wide{grid-column:span 2}.hw-pmo-field>span{color:var(--hw-text-muted);font-size:.68rem;font-weight:750}.hw-pmo-field .hw-input,.hw-pmo-field .hw-qs-select{width:100%}.hw-pmo-aside{display:flex;flex-direction:column;gap:.85rem;position:sticky;top:calc(var(--hw-topbar-height) + 1rem);grid-column:2;grid-row:1}.hw-pmo-status-card{position:sticky;top:calc(var(--hw-topbar-height) + 1rem);padding:1rem}.hw-pmo-status-card .hw-qs-button{width:100%;margin-top:1rem}.hw-pmo-status-heading{display:flex;align-items:center;gap:.4rem;color:var(--hw-text-muted);font-size:.68rem;font-weight:800;text-transform:uppercase}.hw-pmo-status-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--hw-text-muted)}.hw-pmo-status-dot.is-ready{background:var(--hw-accent-strong)}.hw-pmo-status-dot.is-pending{background:var(--hw-sharing-producer)}.hw-pmo-status-card h2{margin:1rem 0 0;color:var(--hw-text);font-size:1.15rem;font-weight:800}.hw-pmo-status-card>p{margin:.35rem 0 0;color:var(--hw-text-muted);font-size:.72rem;line-height:1.45}.hw-pmo-saved{display:flex;align-items:center;gap:.35rem;margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--hw-border);color:var(--hw-accent-strong);font-size:.7rem;font-weight:750}.hw-pmo-saved svg{width:1rem;height:1rem}.hw-pmo-help-card{display:flex;align-items:flex-start;gap:.55rem;padding:.85rem 1rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface-subtle)}.hw-pmo-help-card>svg{flex:0 0 auto;width:1.05rem;height:1.05rem;color:var(--hw-brand-700)}.hw-pmo-help-card strong{display:block;color:var(--hw-text);font-size:.72rem}.hw-pmo-help-card p{margin:.25rem 0 0;color:var(--hw-text-muted);font-size:.68rem;line-height:1.45}@media (max-width: 1180px){.hw-qs-workspace,.hw-pmo-layout{grid-template-columns:1fr}.hw-qs-detail{position:static}.hw-pmo-form,.hw-pmo-aside{grid-column:auto;grid-row:auto}.hw-pmo-aside{position:sticky;top:calc(var(--hw-topbar-height) + .75rem);order:-1}.hw-qs-detail{order:-1}}@media (max-width: 900px){.hw-qs-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-documents-layout{grid-template-columns:1fr}.hw-documents-sidebar{position:static;max-height:none;overflow:visible}.hw-documents-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.hw-qs-documents-list{grid-template-columns:1fr}.hw-contracts-preparation{grid-template-columns:auto minmax(0,1fr)}.hw-contracts-preparation-actions{grid-column:1 / -1;justify-content:flex-start}}@media (max-width: 620px){.hw-qs-page .hw-page-header{flex-direction:column}.hw-qs-page .hw-page-actions{width:100%;justify-content:stretch}.hw-qs-page .hw-page-actions>*{flex:1 1 auto}.hw-qs-summary{grid-template-columns:1fr}.hw-documents-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-documents-section-header{align-items:flex-start;flex-direction:column}.hw-documents-section-header .hw-qs-result-count{margin-left:0}.hw-qs-toolbar{align-items:stretch;flex-direction:column}.hw-qs-search,.hw-qs-select,.hw-qs-filter-tabs{width:100%}.hw-qs-filter-tabs{overflow-x:auto;flex-wrap:nowrap}.hw-qs-result-count{margin-left:0}.hw-contracts-preparation-actions .hw-qs-button{flex:1 1 100%}.hw-qs-global-document,.hw-qs-document-card-header,.hw-qs-detail-footer{align-items:flex-start;flex-wrap:wrap}.hw-qs-global-document-copy{flex-basis:calc(100% - 3.7rem)}.hw-qs-global-document>.hw-qs-button,.hw-qs-global-document>.hw-document-actions{width:100%}.hw-qs-global-document>.hw-document-actions .hw-document-action{flex:1 1 0}.hw-qs-document-grid,.hw-qs-document-skeleton-body,.hw-pmo-fields{grid-template-columns:1fr}.hw-qs-document-line{display:grid;grid-template-columns:1.7rem minmax(0,1fr)}.hw-qs-document-line>.hw-document-actions{width:100%;justify-content:flex-end;grid-column:1 / -1}.hw-pmo-field.is-wide{grid-column:auto}.hw-pmo-toggle-row{align-items:stretch;flex-direction:column}.hw-pmo-toggle-row>.group{width:100%}.hw-qs-detail-actions .hw-qs-button,.hw-qs-detail-footer .hw-qs-button{flex:1 1 100%}.hw-qs-detail-footer>span{max-width:none}}.hw-qs-page{padding-top:2rem}.hw-qs-page .hw-page-header{margin-bottom:1.5rem}.hw-qs-registration-card,.hw-qs-selected-card{overflow:hidden;border:1px solid var(--hw-border);border-radius:.5rem;background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-qs-registration-card{margin-bottom:1.25rem}.hw-qs-registration-toolbar{display:grid;grid-template-columns:minmax(14rem,1fr) minmax(15rem,17.5rem) minmax(20rem,1.45fr);align-items:center;gap:.75rem;min-height:5.75rem;padding:1rem}.hw-qs-registration-heading{display:flex;min-width:0;flex-direction:column;gap:.25rem}.hw-qs-registration-heading p,.hw-qs-registration-label{margin:0;color:var(--hw-text-muted);font-size:.8125rem;font-weight:800;letter-spacing:.07em;line-height:normal;text-transform:uppercase}.hw-qs-registration-heading strong{color:var(--hw-text);font-size:1rem;font-weight:800;line-height:normal}.hw-qs-registration-search,.hw-qs-registration-filter{position:relative;display:block;min-width:0}.hw-qs-registration-search>svg{position:absolute;top:50%;left:.8rem;z-index:1;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none;transform:translateY(-50%)}.hw-qs-registration-search .hw-input,.hw-qs-registration-filter .hw-input{width:100%;height:2.5rem;min-height:2.5rem;padding-top:0!important;padding-bottom:0!important;border-radius:.5rem;background:var(--hw-surface)}.hw-qs-registration-search .hw-input{padding-left:2.35rem!important}.hw-qs-registration-table-scroll{overflow-x:auto}.hw-qs-registration-table{width:100%;min-width:69.4rem;table-layout:fixed;border-collapse:collapse;color:var(--hw-text);font-size:.875rem}.hw-qs-registration-table th,.hw-qs-registration-table td{border-bottom:1px solid color-mix(in srgb,var(--hw-border) 82%,transparent);padding:.75rem 1rem;text-align:left;vertical-align:middle}.hw-qs-registration-table th{height:4.375rem;color:var(--hw-text-muted);font-size:.75rem;font-weight:800;line-height:1.25;white-space:normal}.hw-qs-registration-table th:nth-child(1),.hw-qs-registration-table td:nth-child(1){width:21.25%}.hw-qs-registration-table th:nth-child(2),.hw-qs-registration-table td:nth-child(2){width:12.4%}.hw-qs-registration-table th:nth-child(3),.hw-qs-registration-table td:nth-child(3){width:9.2%}.hw-qs-registration-table th:nth-child(4),.hw-qs-registration-table td:nth-child(4){width:10.9%}.hw-qs-registration-table th:nth-child(5),.hw-qs-registration-table td:nth-child(5){width:12.4%}.hw-qs-registration-table th:nth-child(6),.hw-qs-registration-table td:nth-child(6){width:10.45%}.hw-qs-registration-table th:nth-child(7),.hw-qs-registration-table td:nth-child(7){width:8.2%}.hw-qs-registration-table th:nth-child(8),.hw-qs-registration-table td:nth-child(8){width:7.4%}.hw-qs-registration-table th:nth-child(9),.hw-qs-registration-table td:nth-child(9){width:7.8%}.hw-qs-registration-table tbody>tr{background:transparent!important;cursor:pointer;transition:outline .12s ease}.hw-qs-registration-table tbody>tr>td{transition:background-color .12s ease,border-color .12s ease,box-shadow .12s ease}.hw-qs-registration-table tbody>tr:nth-child(odd)>td{background:var(--hw-surface)!important}.hw-qs-registration-table tbody>tr:nth-child(2n)>td{background:var(--hw-surface-subtle)!important}.hw-qs-registration-table tbody>tr:hover>td{background:color-mix(in srgb,var(--hw-accent-soft) 26%,var(--hw-surface))!important}.hw-qs-registration-table tbody>tr:hover,.hw-qs-registration-table tbody>tr.is-selected{outline:1px solid var(--hw-accent);outline-offset:-1px}.hw-qs-registration-table tbody>tr:focus-visible{outline:.15rem solid var(--hw-accent-strong);outline-offset:-.15rem}.hw-qs-registration-table tbody>tr.is-selected>td{background:color-mix(in srgb,var(--hw-accent-soft) 54%,var(--hw-surface))!important}.hw-qs-registration-table tbody>tr.is-selected{outline-color:var(--hw-accent-strong)}.hw-qs-registration-table .hw-qs-status-cell{text-align:center}.hw-qs-participant-button{display:grid;width:100%;gap:.2rem;padding:.5rem;border-radius:.25rem;text-align:left}.hw-qs-participant-button:focus-visible{background:color-mix(in srgb,var(--hw-accent-soft) 70%,transparent)}.hw-qs-participant-button strong{overflow:hidden;color:var(--hw-text);font-size:.875rem;font-weight:800;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.hw-qs-participant-button span{overflow:hidden;color:var(--hw-text-muted);font-size:.75rem;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.hw-qs-status-icon{display:inline-flex;width:1.85rem;height:1.85rem;align-items:center;justify-content:center;border:0;border-radius:999px;color:#fff;font-size:.9rem;font-weight:900;line-height:1}.hw-qs-status-icon.success{background:var(--hw-sharing-consumer)}.hw-qs-status-icon.warning{background:var(--hw-sharing-producer)}.hw-qs-status-icon.danger{background:var(--hw-danger)}.hw-qs-status-icon.neutral{background:var(--hw-text-muted)}.hw-qs-compact-button{min-height:2.3125rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:700}.hw-qs-selected-card{border-color:color-mix(in srgb,var(--hw-brand-700) 32%,var(--hw-border));scroll-margin-top:calc(var(--hw-topbar-height, 4rem) + 1rem)}.hw-qs-selected-header{margin-bottom:1.25rem;padding:1.25rem 1.25rem 0}.hw-qs-selected-header h2{margin:0;color:var(--hw-text);font-size:1.125rem;font-weight:800;line-height:normal}.hw-qs-selected-email,.hw-qs-selected-description{margin:0;color:var(--hw-text-muted);font-size:1rem;line-height:normal}.hw-qs-selected-description{max-width:44rem}.hw-qs-selected-step-list{border-top:1px solid var(--hw-border)}.hw-qs-selected-step-row{display:grid;grid-template-columns:minmax(0,1fr) auto 3rem;align-items:center;gap:.75rem;min-height:4.125rem;padding:.75rem 1rem;border-bottom:1px solid color-mix(in srgb,var(--hw-border) 82%,transparent)}.hw-qs-selected-step-row:last-child{border-bottom:0}.hw-qs-selected-step-row.is-group{min-height:3.75rem;background:var(--hw-surface-subtle)}.hw-qs-selected-step-row.consumer{border-bottom-color:color-mix(in srgb,var(--hw-sharing-consumer) 18%,var(--hw-border));background:var(--hw-surface)}.hw-qs-selected-step-row.producer{border-bottom-color:color-mix(in srgb,var(--hw-sharing-producer) 18%,var(--hw-border));background:var(--hw-surface)}.hw-qs-selected-step-row.is-child{min-height:3.75rem}.hw-qs-selected-step-row.is-child .hw-qs-selected-step-title{padding-left:1rem}.hw-qs-selected-step-title{display:flex;min-width:0;flex-direction:column;gap:.2rem}.hw-qs-selected-step-title strong{overflow:hidden;color:var(--hw-text);font-size:.875rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.hw-qs-selected-step-title span{color:var(--hw-text-muted);font-size:.75rem}.hw-qs-selected-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.hw-qs-selected-actions .hw-qs-button{min-height:2.3125rem;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:700;white-space:nowrap}.hw-qs-selected-actions .hw-qs-button>svg{width:1rem;height:1rem}.hw-qs-selected-step-status{display:flex;width:100%;min-width:0;align-items:center;justify-content:center}.hw-qs-selected-step-status>svg{width:1.25rem;height:1.25rem;color:var(--hw-accent-strong)}@media (max-width: 900px){.hw-qs-registration-toolbar{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.hw-qs-registration-heading{grid-column:1 / -1}}@media (max-width: 620px){.hw-qs-registration-toolbar{grid-template-columns:1fr}.hw-qs-registration-heading{grid-column:auto}.hw-qs-selected-header{margin-bottom:1rem;padding:1rem 1rem 0}.hw-qs-selected-step-row{grid-template-columns:minmax(0,1fr) 2rem;gap:.5rem}.hw-qs-selected-actions{grid-column:1 / -1;grid-row:2;justify-content:flex-start}}@media (min-width: 1280px){.hw-navigation-toggle{display:inline-flex!important}.hw-app-shell .hw-shell-body{grid-template-columns:17.5rem minmax(0,1fr);transition:grid-template-columns .18s ease}.hw-app-shell.is-navigation-closed .hw-shell-body{grid-template-columns:0 minmax(0,1fr)}.hw-app-shell.is-navigation-closed .hw-sidebar-layer{width:0;overflow:hidden}.hw-app-shell .hw-sidebar-panel{transition:transform .18s ease}.hw-app-shell.is-navigation-closed .hw-sidebar-panel{visibility:hidden;pointer-events:none;transform:translate(-102%)}}.hw-global-list-page>nav{margin-bottom:1rem}.hw-global-list-section{display:grid;gap:1rem;padding-top:1rem}.hw-list-panel,.hw-list-filter-panel{width:100%;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-list-panel{overflow:hidden}.hw-list-filter-panel{display:flex;align-items:flex-end;gap:1rem;padding:1rem}.hw-list-field{display:grid;width:min(24rem,100%);gap:.4rem;color:var(--hw-text);font-size:.78rem;font-weight:700}.hw-list-field .hw-input{min-height:2.55rem!important;border-radius:var(--hw-radius-sm)!important;box-shadow:none!important}.hw-list-toolbar{display:flex;min-height:4.5rem;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;border-bottom:1px solid var(--hw-border)}.hw-list-search{position:relative;display:block;width:min(20rem,100%)}.hw-list-search>svg{position:absolute;top:50%;left:.8rem;z-index:1;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none;transform:translateY(-50%)}.hw-list-search .hw-input{width:100%!important;min-height:2.45rem!important;padding-left:2.4rem!important;border-color:var(--hw-border)!important;background:var(--hw-surface-subtle)!important;font-size:.82rem!important;box-shadow:none!important}.hw-list-search .hw-input:focus{border-color:var(--hw-accent-strong)!important;background:var(--hw-surface)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent-soft) 80%,transparent)!important}.hw-list-table-scroll{width:100%;overflow-x:auto}.hw-list-table{box-sizing:border-box;width:100%;min-width:52rem;border-collapse:collapse;color:var(--hw-text);font-size:.82rem}.hw-list-table th,.hw-list-table td{box-sizing:border-box;padding:.75rem 1rem;text-align:left;vertical-align:middle}.hw-list-table th{height:2.6rem;background:#edf4ee;color:#566b61;font-size:.68rem;font-weight:700}.hw-list-table td{min-height:3.7rem;border-top:1px solid var(--hw-border)}.hw-global-list-page .hw-list-table tbody>tr:nth-child(odd){background:var(--hw-surface)!important}.hw-global-list-page .hw-list-table tbody>tr:nth-child(2n){background:var(--hw-surface-subtle)!important}.hw-global-list-page .hw-list-table tbody>tr:hover{background:color-mix(in srgb,var(--hw-accent-soft) 52%,var(--hw-surface))!important}.hw-global-list-page .hw-list-table tbody>tr:hover>td:first-child{box-shadow:inset .2rem 0 var(--hw-accent)}.hw-list-identity,.hw-list-detail,.hw-list-related,.hw-list-related-item{display:flex;min-width:0;flex-direction:column}.hw-list-identity,.hw-list-detail{gap:.2rem}.hw-list-identity strong,.hw-list-detail strong,.hw-list-related-item strong{color:var(--hw-text);font-weight:700;overflow-wrap:anywhere}.hw-list-identity small,.hw-list-detail small,.hw-list-related-item small{color:var(--hw-text-muted);font-size:.73rem;overflow-wrap:anywhere}.hw-list-related{gap:.45rem}.hw-list-secondary{color:var(--hw-text-muted)}.hw-list-amount{color:var(--hw-text);font-variant-numeric:tabular-nums;white-space:nowrap}.hw-list-status{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:1.7rem;align-items:center;gap:.35rem;padding:.25rem .55rem;border:1px solid transparent;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1.2;white-space:nowrap}.hw-list-status>svg{width:.9rem;height:.9rem;flex:0 0 auto}.hw-list-status.is-success{border-color:color-mix(in srgb,var(--hw-sharing-consumer) 22%,var(--hw-border));background:var(--hw-sharing-consumer-soft);color:var(--hw-sharing-consumer)}.hw-list-status.is-warning{border-color:color-mix(in srgb,var(--hw-sharing-producer) 24%,var(--hw-border));background:var(--hw-sharing-producer-soft);color:var(--hw-warning)}.hw-list-status.is-danger{border-color:color-mix(in srgb,var(--hw-danger) 22%,var(--hw-border));background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-list-status.is-info{border-color:color-mix(in srgb,var(--hw-sharing-grid) 22%,var(--hw-border));background:var(--hw-sharing-grid-soft);color:var(--hw-sharing-grid)}.hw-list-payment-status,.hw-list-row-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.hw-list-row-actions .hw-button,.hw-list-payment-status .hw-button{min-height:2.1rem!important;padding:.35rem .7rem!important;border-radius:var(--hw-radius-sm)!important;font-size:.75rem!important}.hw-list-form-panel{padding:clamp(1rem,2vw,1.5rem)}.hw-sepa-export-panel{flex-wrap:wrap;justify-content:space-between}.hw-sepa-export-fields{display:grid;width:min(34rem,100%);gap:.65rem}.hw-sepa-export-fields>strong{color:var(--hw-text);font-size:.82rem}.hw-sepa-period-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.hw-sepa-export-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.hw-sepa-export-actions .hw-button{min-height:2.45rem!important;padding:.5rem .75rem!important;border-radius:var(--hw-radius-sm)!important;font-size:.78rem!important}.hw-list-mobile-label{display:none}.hw-global-jto-table{container-type:inline-size;overflow-x:auto}.hw-admin-invoice-table>.hw-finance-bulk-actions,.hw-global-jto-table .hw-data-table-toolbar,.hw-global-jto-table .hw-data-table-foot>tr>td>div{position:sticky;left:0;box-sizing:border-box;width:100cqi;max-width:100cqi}.hw-global-jto-table .hw-data-table{table-layout:auto}.hw-global-jto-table .hw-data-table-heading,.hw-global-jto-table .hw-data-table-cell{width:auto!important}.hw-global-jto-table .hw-data-table-cell{height:auto;min-height:3.7rem}.hw-portfolio-list-table .hw-data-table{min-width:60rem}.hw-portfolio-list-table .hw-portfolio-mode{max-width:100%;white-space:normal}.hw-portfolio-list-table .hw-list-row-actions{flex-wrap:nowrap;gap:.2rem}.hw-portfolio-list-table .hw-list-row-actions .hw-button{padding-right:.4rem!important;padding-left:.4rem!important}.hw-process-list-table .hw-data-table{min-width:56rem}.hw-users-list-table .hw-data-table{min-width:64rem}.hw-admin-invoice-table .hw-data-table{min-width:88rem}.hw-admin-invoice-visibility{display:inline-flex;align-items:center;gap:.5rem}.hw-admin-invoice-table .hw-finance-invoice-selection input[type=checkbox]{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;width:1.05rem!important;height:1.05rem!important;min-width:1.05rem!important;min-height:1.05rem!important;margin:0!important;padding:0!important;accent-color:var(--hw-accent-strong);cursor:pointer}.hw-admin-invoice-table .hw-data-table-heading:nth-child(2),.hw-admin-invoice-table .hw-data-table-cell:nth-child(2){width:22rem!important;min-width:22rem}.hw-admin-invoice-identity{width:100%}.hw-sepa-mandate-table .hw-data-table{min-width:64rem}.hw-sepa-mandate-person{min-width:11.5rem}.hw-sepa-mandate-person .hw-list-status{margin-top:.3rem}.hw-sepa-mandate-input{width:12rem!important;min-width:11rem;box-shadow:none!important}.hw-sepa-mandate-readonly{display:block;min-width:11rem;color:var(--hw-text);font-weight:600}.hw-sepa-mandate-readonly.is-empty{color:var(--hw-text-muted)}.hw-sepa-mandate-save{min-width:7rem;justify-content:flex-end}.hw-sepa-mandate-table .hw-data-table th:last-child,.hw-sepa-mandate-table .hw-data-table td:last-child{position:sticky;right:0;z-index:2;background:var(--hw-surface);box-shadow:-8px 0 14px #09302b0f}.hw-sepa-mandate-table .hw-data-table td:last-child{background:inherit}.hw-sepa-mandate-table .hw-data-table th:last-child{z-index:3;background:#edf4ee}.hw-admin-invoice-table .hw-data-table th:last-child,.hw-admin-invoice-table .hw-data-table td:last-child{position:sticky;right:0;z-index:2;background:var(--hw-surface);box-shadow:-8px 0 14px #09302b0f}.hw-admin-invoice-table .hw-data-table td:last-child{background:inherit}.hw-admin-invoice-table .hw-data-table th:last-child{z-index:3;background:#edf4ee}.hw-admin-invoice-table:has(.hw-action-menu[open]){position:relative;z-index:20}.hw-admin-invoice-table .hw-data-table tbody tr:has(.hw-action-menu[open]){position:relative;z-index:8}.hw-admin-invoice-table .hw-data-table tbody tr:has(.hw-action-menu[open])>.hw-data-table-cell:last-child{z-index:9;overflow:visible}.hw-admin-invoice-table .hw-data-table tbody tr:has(.hw-action-menu[open])>.hw-data-table-cell:last-child>.hw-data-table-cell-content{position:relative;z-index:9;overflow:visible}.hw-admin-invoice-table .hw-action-menu[open]{position:relative;z-index:10}.hw-admin-invoice-table .hw-action-menu[open] .hw-action-menu-popover{z-index:50}@media (max-width: 1023px){.hw-global-jto-table{box-sizing:border-box;overflow:visible}.hw-global-jto-table .hw-data-table,.hw-global-jto-table .hw-data-table-head,.hw-global-jto-table .hw-data-table-body,.hw-global-jto-table .hw-data-table-foot,.hw-global-jto-table .hw-data-table-toolbar-cell,.hw-global-jto-table .hw-data-table-pagination-cell,.hw-global-jto-table .hw-data-table-cell,.hw-global-jto-table .hw-data-table-cell-content{box-sizing:border-box;max-width:100%}.hw-global-jto-table .hw-data-table,.hw-global-jto-table .hw-data-table-head,.hw-global-jto-table .hw-data-table-body,.hw-global-jto-table .hw-data-table-foot{display:block;width:100%;min-width:0}.hw-global-jto-table .hw-data-table{border-collapse:separate!important;border-spacing:0}.hw-global-jto-table .hw-data-table-toolbar-row,.hw-global-jto-table .hw-data-table-toolbar-cell,.hw-global-jto-table .hw-data-table-pagination-row,.hw-global-jto-table .hw-data-table-pagination-cell{display:block;width:100%;min-width:0}.hw-global-jto-table .hw-data-table-toolbar{flex-wrap:wrap}.hw-global-jto-table .hw-data-table-search{flex:1 1 16rem;width:auto!important;max-width:100%}.hw-global-jto-table .hw-data-table-actions{flex:1 1 auto;min-width:0}.hw-global-jto-table .hw-data-table-head>.hw-data-table-row{display:none}.hw-global-jto-table .hw-data-table-body{display:grid;gap:.75rem;padding:.75rem;background:var(--hw-surface-subtle)}.hw-global-jto-table .hw-data-table-body>.hw-global-list-row{display:block;width:100%;overflow:visible;border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-global-jto-table .hw-data-table-body>.hw-global-list-row>.hw-data-table-cell{display:block;width:100%!important;height:auto;padding:.75rem!important;overflow:visible;border-top:1px solid var(--hw-border)!important}.hw-admin-invoice-table .hw-data-table-heading:nth-child(2),.hw-admin-invoice-table .hw-data-table-cell:nth-child(2){min-width:0}.hw-global-jto-table .hw-data-table-body>.hw-global-list-row>.hw-data-table-cell:first-child{border-top:0!important}.hw-global-jto-table .hw-data-table-body>.hw-global-list-row>.hw-data-table-cell>.hw-data-table-cell-content{display:grid;grid-template-columns:minmax(7.5rem,.42fr) minmax(0,1fr);align-items:start;gap:.75rem;overflow:visible}.hw-global-jto-table .hw-list-mobile-label{display:block;padding-top:.3rem;color:var(--hw-text-muted);font-size:.65rem;font-weight:800;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.hw-global-jto-table .hw-list-status,.hw-global-jto-table .hw-list-row-actions,.hw-global-jto-table .hw-row-actions{justify-self:start}.hw-global-jto-table .hw-data-table th:last-child,.hw-global-jto-table .hw-data-table td:last-child{position:static;box-shadow:none}}@media (max-width: 767px){.hw-list-toolbar,.hw-list-filter-panel{align-items:stretch;flex-direction:column}.hw-list-search,.hw-list-field{width:100%}.hw-list-table-scroll{overflow:visible}.hw-list-table{display:block;width:100%;min-width:0}.hw-list-table thead{display:none}.hw-list-table tbody{display:grid;gap:.75rem;padding:.75rem;background:var(--hw-surface-subtle)}.hw-list-table tbody>tr{display:block;width:100%;overflow:visible;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-list-table tbody>tr>td{display:grid;width:100%;min-height:0;grid-template-columns:minmax(6.75rem,.42fr) minmax(0,1fr);align-items:start;gap:.75rem;padding:.75rem;border-top:1px solid var(--hw-border)}.hw-list-table tbody>tr>td:first-child{border-top:0}.hw-list-table tbody>tr>td:before{padding-top:.25rem;color:var(--hw-text-muted);content:attr(data-label);font-size:.65rem;font-weight:800;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.hw-global-list-page .hw-list-table tbody>tr:hover>td:first-child{box-shadow:none}.hw-list-row-actions,.hw-list-payment-status{justify-content:flex-start}.hw-sepa-period-grid{grid-template-columns:1fr}.hw-sepa-export-actions,.hw-sepa-export-actions .hw-button{width:100%}.hw-sepa-mandate-person,.hw-sepa-mandate-input,.hw-sepa-mandate-readonly,.hw-sepa-mandate-save{width:100%!important;min-width:0}.hw-page-header .hw-page-actions,.hw-page-header .hw-page-actions>.hw-button{width:100%}}.hw-data-table .hw-data-table-toolbar{flex-wrap:wrap;align-items:center!important;gap:.75rem 1rem!important}.hw-data-table .hw-data-table-search{flex:0 1 18rem;width:min(18rem,100%)!important;min-width:0}.hw-data-table .hw-data-table-search input{width:100%!important;min-height:2.45rem!important;padding:.5rem .75rem!important;border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-sm)!important;background:var(--hw-surface-subtle)!important;color:var(--hw-text)!important;font-size:.82rem!important;box-shadow:none!important}.hw-documentation-page{min-width:0}.hw-documentation-shell{display:grid;grid-template-columns:minmax(18rem,22rem) minmax(0,1fr);width:100%;height:calc(100dvh - 15.5rem);min-height:38rem;max-height:54rem;overflow:hidden;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-documentation-index{display:flex;min-width:0;min-height:0;flex-direction:column;border-right:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-documentation-search{position:relative;display:flex;align-items:center;margin:1rem;color:var(--hw-text-muted)}.hw-documentation-search>svg{position:absolute;z-index:1;left:.8rem;width:1rem;height:1rem;pointer-events:none}.hw-documentation-search .hw-input{width:100%;min-height:2.65rem;padding-left:2.4rem!important;border-color:var(--hw-border-strong)!important;background:var(--hw-surface)!important}.hw-documentation-index-heading{display:flex;min-height:2.7rem;align-items:center;gap:.35rem;padding:.65rem 1rem;border-top:1px solid var(--hw-border);border-bottom:1px solid var(--hw-border);color:var(--hw-text-muted)}.hw-documentation-index-heading strong{font-size:.78rem;font-weight:700}.hw-documentation-index-heading span{font-size:.75rem}.hw-documentation-groups{min-height:0;overflow-y:auto;padding-bottom:1rem}.hw-documentation-group h2{margin:0;padding:1rem 1rem .4rem;color:var(--hw-text-muted);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hw-documentation-item{display:grid;grid-template-columns:2rem minmax(0,1fr) auto;width:100%;min-height:4.35rem;align-items:center;gap:.7rem;padding:.65rem .85rem;border:0;border-left:3px solid transparent;background:transparent;color:var(--hw-text);text-align:left;transition:border-color .14s ease,background .14s ease}.hw-documentation-item:hover{background:color-mix(in srgb,var(--hw-accent-soft) 48%,transparent)}.hw-documentation-item.is-selected{border-left-color:var(--hw-accent-strong);background:var(--hw-accent-soft)}.hw-documentation-item-icon{display:grid;width:2rem;height:2rem;place-items:center;border-radius:.5rem;background:color-mix(in srgb,var(--hw-brand-700) 10%,var(--hw-surface));color:var(--hw-brand-700)}.hw-documentation-item-icon svg{width:1rem;height:1rem}.hw-documentation-item-copy{display:flex;min-width:0;flex-direction:column;gap:.2rem}.hw-documentation-item-copy strong,.hw-documentation-item-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-documentation-item-copy strong{font-size:.86rem;font-weight:700}.hw-documentation-item-copy small{color:var(--hw-text-muted);font-size:.72rem}.hw-documentation-item>svg:last-child{width:.9rem;height:.9rem;color:var(--hw-text-muted)}.hw-documentation-search-results{min-height:0;overflow-y:auto;padding:.8rem 0 1rem}.hw-documentation-search-document+.hw-documentation-search-document{margin-top:.85rem;padding-top:.85rem;border-top:1px solid var(--hw-border)}.hw-documentation-search-document-heading{display:grid;grid-template-columns:2rem minmax(0,1fr);align-items:center;gap:.7rem;padding:0 .85rem .55rem}.hw-documentation-search-document-heading>span:last-child{display:flex;min-width:0;flex-direction:column;gap:.1rem}.hw-documentation-search-document-heading small{color:var(--hw-text-muted);font-size:.65rem;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.hw-documentation-search-document-heading strong{overflow:hidden;color:var(--hw-text);font-size:.85rem;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.hw-documentation-search-hits{display:flex;flex-direction:column;gap:.25rem;padding:0 .55rem}.hw-documentation-search-hit{display:grid;grid-template-columns:1rem minmax(0,1fr) auto;width:100%;min-height:3.5rem;align-items:start;gap:.55rem;padding:.55rem .65rem;border:1px solid transparent;border-radius:var(--hw-radius-sm);background:transparent;color:var(--hw-text);text-align:left;transition:border-color .14s ease,background .14s ease}.hw-documentation-search-hit:hover{border-color:var(--hw-border);background:var(--hw-surface)}.hw-documentation-search-hit.is-selected{border-color:color-mix(in srgb,var(--hw-accent-strong) 45%,var(--hw-border));background:var(--hw-accent-soft)}.hw-documentation-search-hit>svg{width:.9rem;height:.9rem;margin-top:.25rem;color:var(--hw-text-muted)}.hw-documentation-search-hit>svg:last-child{width:.8rem;height:.8rem}.hw-documentation-search-hit>span{display:flex;min-width:0;flex-direction:column;gap:.15rem}.hw-documentation-search-hit small{color:var(--hw-brand-700);font-size:.64rem;font-weight:750}.hw-documentation-search-hit>span>span{display:-webkit-box;overflow:hidden;color:var(--hw-text-muted);font-size:.74rem;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.hw-documentation-highlight{padding:.04em .12em;border-radius:.2em;background:color-mix(in srgb,var(--hw-warning) 24%,var(--hw-surface));color:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone}.hw-documentation-article .hw-documentation-highlight{scroll-margin-block:7rem}.hw-documentation-article .hw-documentation-highlight.is-target{background:color-mix(in srgb,var(--hw-warning) 38%,var(--hw-surface));box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-warning) 20%,transparent)}.hw-documentation-article{min-width:0;min-height:0;overflow-y:auto;padding:2.25rem clamp(1.5rem,4vw,4rem) 3.5rem;background:var(--hw-surface)}.hw-documentation-article-header,.hw-documentation-markdown{width:100%;max-width:52rem}.hw-documentation-category{display:inline-flex;padding:.3rem .55rem;border-radius:.4rem;background:var(--hw-accent-soft);color:var(--hw-brand-700);font-size:.68rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase}.hw-documentation-article-header h1{margin:.75rem 0 0;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:clamp(1.65rem,3vw,2.25rem);font-weight:700;letter-spacing:-.035em;line-height:1.2}.hw-documentation-article-header>p{max-width:46rem;margin:.6rem 0 0;color:var(--hw-text-muted);font-size:1rem;line-height:1.65}.hw-documentation-meta{display:flex;flex-wrap:wrap;gap:.9rem 1.25rem;margin-top:1rem;color:var(--hw-text-muted);font-size:.78rem}.hw-documentation-meta span{display:inline-flex;align-items:center;gap:.4rem}.hw-documentation-meta svg{width:1rem;height:1rem}.hw-documentation-meta strong{color:var(--hw-text)}.hw-documentation-article-actions{display:flex;justify-content:flex-end;margin-top:1.25rem}.hw-documentation-article-actions .hw-button{min-height:2.5rem}.hw-documentation-markdown{margin-top:1.75rem;padding-top:1.75rem;border-top:1px solid var(--hw-border);color:var(--hw-text);font-size:.94rem;line-height:1.75}.hw-documentation-markdown h1,.hw-documentation-markdown h2,.hw-documentation-markdown h3,.hw-documentation-markdown h4{margin:2rem 0 .65rem;color:var(--hw-text);font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.3}.hw-documentation-markdown h1:first-child,.hw-documentation-markdown h2:first-child,.hw-documentation-markdown h3:first-child{margin-top:0}.hw-documentation-markdown h1{font-size:1.65rem}.hw-documentation-markdown h2{font-size:1.25rem}.hw-documentation-markdown h3{font-size:1.05rem}.hw-documentation-markdown p,.hw-documentation-markdown ul,.hw-documentation-markdown ol{margin:.7rem 0 0}.hw-documentation-markdown ul,.hw-documentation-markdown ol{padding-left:1.5rem}.hw-documentation-markdown li+li{margin-top:.35rem}.hw-documentation-markdown a{color:var(--hw-brand-700);font-weight:650;text-decoration:underline;text-underline-offset:.2em}.hw-documentation-markdown blockquote{margin:1.3rem 0;padding:.9rem 1rem;border-left:3px solid var(--hw-accent-strong);background:var(--hw-accent-soft);color:var(--hw-brand-900)}.dark .hw-documentation-markdown blockquote{color:var(--hw-text)}.hw-documentation-markdown blockquote p{margin:0}.hw-documentation-markdown code{padding:.12rem .3rem;border-radius:.3rem;background:var(--hw-surface-subtle);color:var(--hw-brand-700);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.86em}.hw-documentation-markdown pre{max-width:100%;overflow-x:auto;padding:1rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-brand-950);color:#f6fbf7}.hw-documentation-markdown pre code{padding:0;background:transparent;color:inherit}.hw-documentation-markdown table{display:block;width:100%;margin:1.25rem 0;overflow-x:auto;border-collapse:collapse}.hw-documentation-markdown th,.hw-documentation-markdown td{padding:.65rem .8rem;border:1px solid var(--hw-border);text-align:left}.hw-documentation-markdown th{background:var(--hw-surface-subtle);font-weight:700}.hw-documentation-image{margin:1.4rem 0;overflow:hidden;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface-subtle);box-shadow:var(--hw-shadow-sm)}.hw-documentation-image img{display:block;width:100%;height:auto}.hw-documentation-image figcaption{padding:.65rem .8rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.75rem;line-height:1.45}.hw-documentation-image-state{display:flex;min-height:12rem;align-items:center;justify-content:center;flex-direction:column;gap:.6rem;color:var(--hw-text-muted)}.hw-documentation-image-state.is-error{color:var(--hw-danger)}.hw-documentation-image-state svg{width:1.5rem;height:1.5rem}.hw-documentation-mobile-back{display:none;align-items:center;gap:.45rem;margin:0 0 1.25rem;padding:0;border:0;background:transparent;color:var(--hw-brand-700);font-size:.82rem;font-weight:700}.hw-documentation-empty,.hw-documentation-state{display:flex;min-height:24rem;align-items:center;justify-content:center;flex-direction:column;gap:.55rem;padding:2rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface);color:var(--hw-text-muted);text-align:center;box-shadow:var(--hw-shadow-sm)}.hw-documentation-empty.is-compact{min-height:10rem;border:0;border-radius:0;background:transparent;box-shadow:none}.hw-documentation-article.is-empty .hw-documentation-empty{height:100%;min-height:20rem;border:0;box-shadow:none}.hw-documentation-empty>svg,.hw-documentation-state>svg{width:2rem;height:2rem;color:var(--hw-brand-700)}.hw-documentation-empty strong,.hw-documentation-state strong{color:var(--hw-text);font-size:1rem}.hw-documentation-empty span,.hw-documentation-state span{max-width:34rem;font-size:.86rem}.hw-documentation-state .hw-button{margin-top:.75rem}.hw-modal-panel:has(.hw-documentation-import-body){max-width:min(48rem,calc(100vw - 2rem))}.hw-documentation-import-heading{display:flex;flex-direction:column;gap:.15rem}.hw-documentation-import-heading small{color:var(--hw-brand-700);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hw-documentation-import-heading strong{font-size:1.15rem}.hw-documentation-import-description{margin:0;color:var(--hw-text-muted)}.hw-documentation-template-card{display:grid;grid-template-columns:2.5rem minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-top:1rem;padding:.85rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-surface-subtle)}.hw-documentation-template-icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.5rem;background:var(--hw-accent-soft);color:var(--hw-brand-700)}.hw-documentation-template-card>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:.15rem}.hw-documentation-template-card strong{font-size:.86rem}.hw-documentation-template-card small{color:var(--hw-text-muted);font-size:.74rem;line-height:1.4}.hw-documentation-template-card .hw-button{min-height:2.35rem}.hw-documentation-demo{margin-top:.85rem;overflow:hidden;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-surface)}.hw-documentation-demo summary{display:flex;min-height:2.75rem;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .85rem;color:var(--hw-brand-700);font-weight:700;cursor:pointer;list-style:none}.hw-documentation-demo summary::-webkit-details-marker{display:none}.hw-documentation-demo summary span{display:inline-flex;align-items:center;gap:.5rem}.hw-documentation-demo summary svg{width:1rem;height:1rem}.hw-documentation-demo[open] summary>svg{transform:rotate(180deg)}.hw-documentation-demo-content{display:grid;grid-template-columns:minmax(12rem,.7fr) minmax(0,1.3fr);border-top:1px solid var(--hw-border)}.hw-documentation-demo-tree,.hw-documentation-demo-code{min-width:0;padding:.9rem}.hw-documentation-demo-tree{border-right:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-documentation-demo-tree strong,.hw-documentation-demo-code>strong{display:block;margin-bottom:.55rem;font-size:.72rem}.hw-documentation-demo-tree code{display:block;color:var(--hw-text-muted);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.72rem;line-height:1.7;white-space:pre-wrap}.hw-documentation-demo-code pre{max-height:16rem;margin:0;overflow:auto;padding:.8rem;border-radius:.45rem;background:var(--hw-brand-950);color:#f6fbf7}.hw-documentation-demo-code code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem;line-height:1.55;white-space:pre-wrap}.hw-documentation-dropzone{display:flex;min-height:10.5rem;align-items:center;justify-content:center;flex-direction:column;gap:.25rem;margin-top:.85rem;padding:1.25rem;border:1px dashed var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-canvas);color:var(--hw-text-muted);text-align:center;cursor:pointer;transition:border-color .14s ease,background .14s ease}.hw-documentation-dropzone:hover,.hw-documentation-dropzone:focus-within{border-color:var(--hw-accent-strong);background:color-mix(in srgb,var(--hw-accent-soft) 55%,var(--hw-canvas))}.hw-documentation-dropzone input{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.hw-documentation-dropzone>svg{width:1.8rem;height:1.8rem;margin-bottom:.25rem;color:var(--hw-brand-700)}.hw-documentation-dropzone strong{color:var(--hw-text);font-size:.88rem}.hw-documentation-dropzone span{font-size:.78rem}.hw-documentation-dropzone small{margin-top:.35rem;font-size:.7rem}.hw-documentation-selected-files{display:grid;gap:.45rem;margin:.75rem 0 0;padding:0;list-style:none}.hw-documentation-selected-files li{display:grid;grid-template-columns:1.5rem minmax(0,1fr) auto;align-items:center;gap:.6rem;padding:.55rem .7rem;border:1px solid var(--hw-border);border-radius:.45rem;background:var(--hw-surface-subtle)}.hw-documentation-selected-files li>svg{color:var(--hw-brand-700)}.hw-documentation-selected-files li>span{display:flex;min-width:0;flex-direction:column}.hw-documentation-selected-files strong{overflow:hidden;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.hw-documentation-selected-files small{color:var(--hw-text-muted);font-size:.68rem}.hw-documentation-selected-files button{display:grid;width:2rem;height:2rem;place-items:center;border:0;border-radius:.4rem;background:transparent;color:var(--hw-text-muted)}.hw-documentation-selected-files button:hover{background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-documentation-import-error{display:flex;align-items:flex-start;gap:.5rem;margin:.8rem 0 0;padding:.7rem .8rem;border:1px solid color-mix(in srgb,var(--hw-danger) 30%,var(--hw-border));border-radius:.45rem;background:var(--hw-danger-soft);color:var(--hw-danger);font-size:.78rem;line-height:1.45}.hw-documentation-import-error svg{width:1rem;height:1rem;flex:0 0 auto;margin-top:.1rem}.hw-documentation-delete-body{display:grid;grid-template-columns:1.5rem minmax(0,1fr);align-items:start;gap:.75rem}.hw-documentation-delete-body>svg{width:1.5rem;height:1.5rem;color:var(--hw-danger)}.hw-documentation-delete-body>p{margin:0;color:var(--hw-text-muted);line-height:1.55}.hw-documentation-delete-body .hw-documentation-import-error{grid-column:1 / -1}@media (max-width: 820px){.hw-documentation-shell{display:block;height:auto;min-height:32rem;max-height:none}.hw-documentation-index{min-height:32rem;border-right:0}.hw-documentation-shell.is-reading .hw-documentation-index,.hw-documentation-shell.is-browsing .hw-documentation-article{display:none}.hw-documentation-article{min-height:32rem;overflow:visible;padding:1.25rem 1rem 2.5rem}.hw-documentation-mobile-back{display:inline-flex}}@media (max-width: 640px){.hw-documentation-demo-content{grid-template-columns:1fr}.hw-documentation-demo-tree{border-right:0;border-bottom:1px solid var(--hw-border)}.hw-documentation-template-card{grid-template-columns:2.5rem minmax(0,1fr)}.hw-documentation-template-card .hw-button{grid-column:1 / -1;width:100%}.hw-documentation-article-header h1{font-size:1.55rem}}.hw-data-table .hw-data-table-search input:hover{border-color:var(--hw-border-strong)!important;background:var(--hw-surface)!important}.hw-data-table .hw-data-table-search input:focus{border-color:var(--hw-accent-strong)!important;background:var(--hw-surface)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent-soft) 80%,transparent)!important}.hw-data-table .hw-data-table-actions{flex:0 1 auto;align-items:center;gap:.5rem!important}.hw-data-table .hw-data-table-actions>.hw-button{min-height:2.45rem!important;padding:.5rem .8rem!important;border-radius:var(--hw-radius-sm)!important;font-size:.8rem}.hw-data-table .hw-data-table-heading{height:auto;min-height:2.6rem;background:var(--hw-surface-subtle)!important;color:var(--hw-text-muted)!important}.hw-data-table .hw-data-table-heading-content{gap:.45rem}.hw-data-table .hw-data-table-sort{width:.9rem;min-width:.9rem;height:1.15rem;flex-direction:column;color:var(--hw-text-muted)!important;opacity:.8}.hw-data-table .hw-data-table-sort:hover{color:var(--hw-accent-strong)!important;opacity:1}.hw-data-table .hw-data-table-sort svg{width:.65rem!important;height:.65rem!important}.hw-data-table .hw-data-table-heading-content>button,.hw-data-table .hw-data-table-heading-content>button.hw-button,.hw-data-table .hw-data-table-heading-content>button.hw-button-primary{width:1.5rem!important;min-width:1.5rem!important;height:1.5rem!important;min-height:1.5rem!important;padding:0!important;border:1px solid var(--hw-border)!important;border-radius:.4rem!important;background:var(--hw-surface)!important;color:var(--hw-text-muted)!important;box-shadow:none!important}.hw-data-table .hw-data-table-heading-content>button:hover,.hw-data-table .hw-data-table-heading-content>button.hw-button-primary:hover:not(:disabled){border-color:var(--hw-border-strong)!important;background:var(--hw-accent-soft)!important;color:var(--hw-brand-900)!important}.hw-data-table .hw-data-table-heading-content>button:focus-visible{border-color:var(--hw-accent-strong)!important;outline:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent-soft) 80%,transparent)!important}.hw-data-table .hw-data-table-heading-content>button svg{color:inherit!important}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content){padding:.6rem .8rem .7rem!important;vertical-align:top}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content)>div{gap:.45rem!important}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content) .hw-data-table-heading-content>button:first-of-type{border-color:color-mix(in srgb,var(--hw-accent-strong) 42%,var(--hw-border))!important;background:var(--hw-accent-soft)!important;color:var(--hw-accent-strong)!important}.hw-data-table .hw-data-table-heading-content>button+button{border-color:color-mix(in srgb,var(--hw-danger) 40%,var(--hw-border))!important;background:var(--hw-danger-soft)!important;color:var(--hw-danger)!important}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content) input,.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content) .hw-input{min-height:2.35rem!important;padding:.5rem .7rem!important;border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-sm)!important;background:var(--hw-surface)!important;color:var(--hw-text)!important;font-size:.8rem!important;box-shadow:none!important}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content) .hw-mp-select .hw-input{padding-right:2.25rem!important}.hw-data-table .hw-data-table-heading:has(>div>.hw-data-table-heading-content) [role=combobox]{padding-right:2.25rem!important}@media (max-width: 639px){.hw-data-table .hw-data-table-search{flex-basis:100%;width:100%!important;max-width:none}.hw-data-table .hw-data-table-actions{width:100%!important;justify-content:flex-start!important}.hw-data-table .hw-data-table-actions>.hw-button{min-height:2.65rem!important}}@media (min-width: 640px) and (max-width: 1023px){.hw-participants-table-panel .hw-data-table-search,.hw-participants-table-panel .hw-data-table-actions{width:100%!important}}.hw-contracts-table-panel{min-width:0;overflow:visible}.hw-contracts-jto-table{min-width:0}.hw-contracts-jto-table .hw-data-table{min-width:68rem}.hw-contracts-jto-table .hw-contracts-selection-checkbox{-webkit-appearance:auto!important;-moz-appearance:auto!important;appearance:auto!important;width:1.05rem!important;height:1.05rem!important;min-width:1.05rem!important;min-height:1.05rem!important;margin:0!important;padding:0!important;accent-color:var(--hw-accent-strong);cursor:pointer}.hw-contracts-jto-table .hw-contracts-selection-checkbox:disabled{cursor:not-allowed;opacity:.55}.hw-contracts-jto-table button{font-weight:500}.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row,.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row>.hw-data-table-cell,.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row>.hw-data-table-cell>.hw-data-table-cell-content{overflow:visible}.hw-contracts-jto-table .hw-contracts-template-cell{width:18rem}.hw-contracts-jto-table .hw-contracts-template-select{min-width:15rem}.hw-contracts-jto-table .hw-contracts-external-cell{width:13rem}.hw-contracts-jto-table:has([role=listbox]){position:relative;z-index:30;overflow:visible}.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row:has([role=listbox]){position:relative;z-index:31}.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row:has([role=listbox])>.hw-data-table-cell,.hw-contracts-jto-table .hw-data-table-body>.hw-contracts-list-row:has([role=listbox])>.hw-data-table-cell>.hw-data-table-cell-content{position:relative;z-index:32}.hw-contracts-jto-table .hw-contracts-template-select [role=listbox]{z-index:100}@media (max-width: 1023px){.hw-contracts-jto-table{overflow:visible}.hw-contracts-jto-table .hw-data-table{min-width:0}.hw-contracts-jto-table .hw-contracts-template-select{width:100%;min-width:0}}@media (max-width: 1023px){.hw-finance-jto-table{overflow:visible}.hw-finance-jto-table .hw-data-table,.hw-finance-jto-table .hw-data-table-head,.hw-finance-jto-table .hw-data-table-body,.hw-finance-jto-table .hw-data-table-foot,.hw-finance-jto-table .hw-data-table-toolbar-cell,.hw-finance-jto-table .hw-data-table-pagination-cell,.hw-finance-jto-table .hw-data-table-cell,.hw-finance-jto-table .hw-data-table-cell-content{box-sizing:border-box}.hw-finance-jto-table .hw-data-table,.hw-finance-jto-table .hw-data-table-head,.hw-finance-jto-table .hw-data-table-body,.hw-finance-jto-table .hw-data-table-foot{display:block;width:100%;min-width:0}.hw-finance-jto-table .hw-data-table{border-collapse:separate!important;border-spacing:0}.hw-finance-jto-table .hw-data-table-toolbar-row,.hw-finance-jto-table .hw-data-table-toolbar-cell,.hw-finance-jto-table .hw-data-table-pagination-row,.hw-finance-jto-table .hw-data-table-pagination-cell{display:block;width:100%;min-width:0}.hw-finance-jto-table .hw-data-table-toolbar{flex-wrap:wrap}.hw-finance-jto-table .hw-data-table-search{flex:1 1 16rem;width:auto!important;max-width:100%;min-width:0}.hw-finance-jto-table .hw-data-table-actions{flex:1 1 auto;min-width:0}.hw-finance-jto-table .hw-data-table-head>.hw-data-table-row{display:none}.hw-finance-jto-table .hw-data-table-body{display:grid;gap:.75rem;padding:.75rem;background:var(--hw-surface-subtle)}.hw-finance-jto-table .hw-data-table-body>.hw-data-table-row{display:block;width:100%;overflow:visible;border:1px solid var(--hw-border)!important;border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-finance-jto-table .hw-data-table-body>.hw-data-table-row>.hw-data-table-cell{display:block;width:100%!important;height:auto;padding:.75rem!important;border-top:1px solid var(--hw-border)!important;overflow:visible}.hw-finance-jto-table .hw-data-table-body>.hw-data-table-row>.hw-data-table-cell:first-child{border-top:0!important}.hw-finance-jto-table .hw-data-table-body>.hw-data-table-row>.hw-data-table-cell>.hw-data-table-cell-content{display:grid;grid-template-columns:minmax(7.5rem,.42fr) minmax(0,1fr);align-items:start;gap:.75rem;overflow:visible}.hw-finance-mobile-label{display:block;padding-top:.35rem;color:var(--hw-text-muted);font-size:.65rem;font-weight:800;letter-spacing:.05em;line-height:1.3;text-transform:uppercase}.hw-finance-jto-table .hw-finance-status{justify-self:start}.hw-finance-jto-table .hw-finance-row-actions{justify-content:flex-start}.hw-finance-jto-table .hw-data-table th:last-child,.hw-finance-jto-table .hw-data-table td:last-child{position:static;box-shadow:none}.hw-finance-jto-table .hw-data-table-body>tr:not(.hw-data-table-row),.hw-finance-jto-table .hw-data-table-body>tr:not(.hw-data-table-row)>th,.hw-finance-jto-table .hw-data-table-body>tr:not(.hw-data-table-row)>td{display:block;width:100%;min-width:0}}.hw-registration-page{width:100%;max-width:72rem;gap:clamp(1rem,2vw,1.5rem)!important;padding:clamp(1rem,3vw,3rem)!important}.hw-registration-page-header{display:grid;gap:.35rem}.hw-registration-page-badge{width:-moz-fit-content;width:fit-content;padding:.3rem .6rem;border-radius:999px;background:var(--hw-accent-soft);color:var(--hw-accent-strong);font-size:.72rem;font-weight:700;letter-spacing:.02em}.hw-registration-page-title{margin:0;color:var(--hw-text);font-size:clamp(1.45rem,3vw,1.85rem);font-weight:650;line-height:1.2}.hw-registration-page-description{max-width:46rem;margin:0;color:var(--hw-text-muted);font-size:.9rem;line-height:1.55}.hw-registration-type-selector{gap:.65rem!important}.hw-registration-type-label{color:var(--hw-text);font-weight:650}.hw-registration-type-options{flex-direction:row!important;flex-wrap:wrap;gap:.75rem 1.5rem!important;padding-left:0!important}.hw-registration-form-region,.hw-registration-page-form{width:100%}.hw-registration-sheet{display:flex;overflow:visible;flex-direction:column;gap:0!important;border:1px solid var(--hw-border);border-radius:.75rem;background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-registration-sections{display:grid}.hw-registration-section{display:grid;grid-template-columns:minmax(9.5rem,.3fr) minmax(0,1fr);gap:clamp(1rem,2.5vw,2rem);padding:clamp(1rem,2.5vw,1.5rem)}.hw-registration-section+.hw-registration-section{border-top:1px solid var(--hw-border)}.hw-registration-section-heading{align-self:start}.hw-registration-section-heading h2{margin:0;color:var(--hw-text);font-size:1rem;font-weight:650;line-height:1.35}.hw-registration-section-heading p{margin:.3rem 0 0;color:var(--hw-text-muted);font-size:.78rem;line-height:1.45}.hw-registration-section-fields{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}.hw-registration-section-fields>*{min-width:0}.hw-registration-section-fields>:has([role=address]),.hw-registration-section-fields>:has([role=company_address]),.hw-registration-section-fields>:has(input[type=checkbox]),.hw-registration-section-fields>:has(input[type=file]),.hw-registration-section-fields>.grid.grid-cols-2,.hw-registration-section-fields>span.underline{grid-column:1 / -1}.hw-registration-section-fields>:has(input[type=checkbox]){display:grid!important;min-height:2.75rem;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem!important}.hw-registration-page-form .hw-label{display:block;color:var(--hw-text);font-size:.82rem;line-height:1.4}.hw-registration-page-form input.hw-input:not([type=checkbox]):not([type=radio]),.hw-registration-page-form textarea.hw-input,.hw-registration-page-form select.hw-input{box-sizing:border-box;width:100%!important;min-height:2.75rem!important;padding:.62rem .8rem!important;border:1px solid var(--hw-border-strong)!important;border-radius:.5rem!important;background:var(--hw-surface)!important;color:var(--hw-text)!important;box-shadow:var(--hw-shadow-sm)!important;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.hw-registration-page-form input.hw-input:not([type=checkbox]):not([type=radio]):hover,.hw-registration-page-form textarea.hw-input:hover,.hw-registration-page-form select.hw-input:hover{border-color:var(--hw-accent)!important}.hw-registration-page-form input.hw-input:not([type=checkbox]):not([type=radio]):focus,.hw-registration-page-form textarea.hw-input:focus,.hw-registration-page-form select.hw-input:focus{border-color:var(--hw-accent-strong)!important;box-shadow:0 0 0 3px color-mix(in srgb,var(--hw-accent) 18%,transparent)!important;outline:none}.hw-registration-page-form input.hw-input::-moz-placeholder,.hw-registration-page-form textarea.hw-input::-moz-placeholder{color:var(--hw-text-muted);opacity:.9}.hw-registration-page-form input.hw-input::placeholder,.hw-registration-page-form textarea.hw-input::placeholder{color:var(--hw-text-muted);opacity:.9}.hw-registration-page-form [role=combobox].hw-input{padding-right:3rem!important;cursor:pointer}.hw-registration-section-fields>:has(input[type=file])>.mt-2{min-height:4.75rem;margin-top:0!important;padding:1rem!important;background:var(--hw-surface-subtle)}.hw-registration-page-form label:has(>input[type=file]){color:var(--hw-accent-strong)!important}.hw-registration-error{padding:0 1.25rem 1.25rem}.hw-registration-actionbar{display:flex;justify-content:flex-end;padding:.85rem 1rem;border-top:1px solid var(--hw-border);border-radius:0 0 .75rem .75rem;background:var(--hw-surface-subtle)}.hw-registration-submit{width:auto!important;min-width:11rem}.hw-registration-form label:has(>input[type=checkbox]){display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:2.75rem;align-items:center;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.hw-registration-form label:has(>input[type=checkbox])>div{flex:0 0 auto;background:var(--hw-border-strong)}.hw-registration-form label:has(>input[type=checkbox])>input[type=checkbox]:checked+div{background:var(--hw-accent-strong)}.hw-signature-page{max-width:80rem}.hw-signature-loading{min-height:20rem;border:1px solid var(--hw-border);border-radius:.75rem;background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-signature-content{display:grid;width:100%;gap:1rem}.hw-signature-selected-contract{display:grid;gap:1rem;scroll-margin-top:5.5rem}.hw-signature-card{width:100%;overflow:hidden}.hw-signature-card-header{display:flex;min-height:5rem;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-signature-card-heading{display:flex;min-width:0;align-items:center;gap:.85rem}.hw-signature-card-icon{display:inline-flex;width:2.5rem;height:2.5rem;flex:0 0 auto;align-items:center;justify-content:center;border-radius:.65rem;background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-signature-card-icon svg,.hw-signature-provider svg,.hw-signature-status-card>svg{width:1.25rem;height:1.25rem}.hw-signature-card-heading h2{margin:0;color:var(--hw-text);font-size:1rem;font-weight:700;line-height:1.35}.hw-signature-card-heading p{margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.8rem;line-height:1.45}.hw-signature-provider{display:inline-flex;flex:0 0 auto;align-items:center;gap:.4rem;padding:.45rem .7rem;border:1px solid color-mix(in srgb,var(--hw-accent) 42%,var(--hw-border));border-radius:999px;background:var(--hw-surface);color:var(--hw-accent-strong);font-size:.75rem;font-weight:700}.hw-signature-frame-shell{position:relative;min-height:42rem;background:var(--hw-surface)}.hw-signature-frame-skeleton{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;overflow:hidden;background:var(--hw-surface)}.hw-signature-skeleton-layout{display:grid;height:100%;grid-template-rows:4rem minmax(0,1fr)}.hw-signature-skeleton-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-bottom:1px solid var(--hw-border);background:color-mix(in srgb,var(--hw-text) 88%,var(--hw-surface))}.hw-signature-skeleton-toolbar-document,.hw-signature-skeleton-toolbar-actions{display:flex;min-width:0;align-items:center;gap:.7rem}.hw-signature-skeleton-toolbar .hw-skeleton-block{--hw-skeleton-base: color-mix(in srgb, var(--hw-surface) 22%, var(--hw-text-muted));--hw-skeleton-highlight: color-mix(in srgb, var(--hw-surface) 42%, var(--hw-text-muted))}.hw-signature-skeleton-toolbar .is-document-icon,.hw-signature-skeleton-toolbar .is-toolbar-action{width:1.4rem;height:1.4rem}.hw-signature-skeleton-toolbar .is-page-count{width:2.25rem;height:.65rem}.hw-signature-skeleton-toolbar .is-document-name{width:min(9rem,28vw);height:.8rem}.hw-signature-skeleton-toolbar .is-language{width:3.25rem;height:1rem}.hw-signature-skeleton-workspace{display:grid;min-height:0;grid-template-columns:minmax(15rem,28%) minmax(0,1fr)}.hw-signature-skeleton-sidebar{display:grid;align-content:start;gap:1rem;padding:1rem;border-right:1px solid var(--hw-border);background:var(--hw-surface)}.hw-signature-skeleton-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--hw-border)}.hw-signature-skeleton-tabs .hw-skeleton-block{width:72%;height:.7rem;margin-inline:auto}.hw-signature-skeleton-tabs .is-active-tab{width:84%}.hw-signature-skeleton-signer{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.75rem;padding:.9rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface-subtle)}.hw-signature-skeleton-signer .is-avatar{width:2rem;height:2rem}.hw-signature-skeleton-signer-copy{display:grid;align-content:center;gap:.4rem}.hw-signature-skeleton-signer-copy .is-signer-name{width:70%;height:.7rem}.hw-signature-skeleton-signer-copy .is-signer-detail{width:44%;height:.55rem}.hw-signature-skeleton-signer .is-sign-action{width:100%;height:2.25rem;grid-column:1 / -1;border-radius:var(--hw-radius-sm)}.hw-signature-skeleton-sidebar .is-thumbnail{width:min(8rem,56%);height:10.5rem;margin:.25rem auto 0;border-radius:var(--hw-radius-sm)}.hw-signature-skeleton-document{display:grid;min-width:0;min-height:0;grid-template-rows:3rem minmax(0,1fr);background:var(--hw-canvas)}.hw-signature-skeleton-document-tools{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;padding:.65rem 1rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface)}.hw-signature-skeleton-document-tools .is-page-selector,.hw-signature-skeleton-document-tools .is-zoom{width:3rem;height:.75rem}.hw-signature-skeleton-document-tools .is-document-tool{width:1.25rem;height:1.25rem}.hw-signature-skeleton-paper{display:grid;width:min(34rem,calc(100% - 3rem));min-height:38rem;align-content:start;gap:1rem;margin:1.5rem auto;padding:3rem 3.5rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-sm);background:var(--hw-surface);box-shadow:var(--hw-shadow-sm)}.hw-signature-skeleton-paper .is-paper-title{width:54%;height:1rem;margin-bottom:1rem}.hw-signature-skeleton-paper .is-paper-copy{width:100%;height:.65rem}.hw-signature-skeleton-paper .is-paper-copy.is-short{width:58%}.hw-signature-skeleton-paper .is-paper-copy.is-medium{width:78%}.hw-signature-skeleton-paper .is-signature-zone{width:9rem;height:5.5rem;justify-self:end;margin-top:2rem;border-radius:var(--hw-radius-md)}.hw-signature-frame{display:block;width:100%;height:clamp(42rem,calc(100dvh - 15rem),58rem);border:0;background:var(--hw-surface)}.hw-signature-frame.is-loading{opacity:0;pointer-events:none}.hw-signature-index{overflow:hidden}.hw-signature-index-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem}.hw-signature-index-header h2{margin:0;color:var(--hw-text);font-size:1rem;font-weight:700;line-height:1.35}.hw-signature-index-header p{max-width:40rem;margin:.2rem 0 0;color:var(--hw-text-muted);font-size:.78rem;line-height:1.45}.hw-signature-index-total{flex:0 0 auto;padding:.35rem .6rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.72rem;font-weight:700}.hw-signature-filter-list{display:flex;flex-wrap:wrap;gap:.45rem;padding:0 1.25rem .9rem}.hw-signature-filter-list button{display:inline-flex;min-height:2.15rem;align-items:center;gap:.45rem;padding:.35rem .65rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface);color:var(--hw-text-muted);font-size:.75rem;font-weight:650;cursor:pointer}.hw-signature-filter-list button:hover,.hw-signature-filter-list button.is-active{border-color:color-mix(in srgb,var(--hw-accent-strong) 58%,var(--hw-border));background:var(--hw-accent-soft);color:var(--hw-brand-900)}.hw-signature-filter-list button:focus-visible{outline:3px solid color-mix(in srgb,var(--hw-accent) 35%,transparent);outline-offset:2px}.hw-signature-filter-list strong{min-width:1.25rem;padding:.08rem .28rem;border-radius:999px;background:color-mix(in srgb,currentColor 10%,transparent);font-size:.68rem;text-align:center}.hw-signature-index-toolbar{display:grid;grid-template-columns:minmax(14rem,24rem) auto;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;border-top:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-signature-index-toolbar label{position:relative;display:flex;align-items:center}.hw-signature-index-toolbar label>svg{position:absolute;left:.7rem;width:1rem;height:1rem;color:var(--hw-text-muted);pointer-events:none}.hw-signature-index-toolbar input{box-sizing:border-box;width:100%;min-height:2.5rem;padding:.55rem .75rem .55rem 2.2rem;border:1px solid var(--hw-border-strong);border-radius:var(--hw-radius-sm);background:var(--hw-surface);color:var(--hw-text);font-size:.8rem}.hw-signature-index-toolbar input:focus{border-color:var(--hw-accent-strong);outline:3px solid color-mix(in srgb,var(--hw-accent) 20%,transparent)}.hw-signature-index-toolbar>span{color:var(--hw-text-muted);font-size:.74rem;font-weight:650}.hw-signature-index-list{max-height:min(21rem,46dvh);overflow-y:auto;overscroll-behavior:contain}.hw-signature-index-row{display:grid;width:100%;min-height:4rem;grid-template-columns:minmax(0,1fr) auto minmax(6.5rem,auto);align-items:center;gap:1rem;padding:.72rem 1.25rem;border:0;border-top:1px solid var(--hw-border);background:var(--hw-surface);color:var(--hw-text);font:inherit;text-align:left;cursor:pointer}.hw-signature-index-row:hover{background:var(--hw-surface-subtle)}.hw-signature-index-row.is-selected{background:color-mix(in srgb,var(--hw-accent-soft) 65%,var(--hw-surface));box-shadow:inset 3px 0 0 var(--hw-accent-strong)}.hw-signature-index-row:focus-visible{position:relative;z-index:1;outline:3px solid color-mix(in srgb,var(--hw-accent) 36%,transparent);outline-offset:-3px}.hw-signature-index-contract{display:grid;min-width:0;gap:.2rem}.hw-signature-index-contract strong,.hw-signature-index-contract small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hw-signature-index-contract strong{font-size:.82rem;font-weight:700}.hw-signature-index-contract small{color:var(--hw-text-muted);font-size:.7rem}.hw-signature-state-badge{display:inline-flex;min-height:1.75rem;align-items:center;gap:.35rem;padding:.25rem .5rem;border:1px solid var(--hw-border);border-radius:999px;background:var(--hw-surface-subtle);color:var(--hw-text-muted);font-size:.7rem;font-weight:700;white-space:nowrap}.hw-signature-state-badge svg{width:.95rem;height:.95rem}.hw-signature-state-badge.is-signed{border-color:color-mix(in srgb,var(--hw-accent-strong) 34%,var(--hw-border));background:var(--hw-accent-soft);color:var(--hw-accent-strong)}.hw-signature-state-badge.is-waiting{border-color:color-mix(in srgb,var(--hw-warning) 32%,var(--hw-border));background:color-mix(in srgb,var(--hw-warning) 9%,var(--hw-surface));color:var(--hw-warning)}.hw-signature-state-badge.is-unsigned{border-color:color-mix(in srgb,var(--hw-brand-900) 22%,var(--hw-border));background:var(--hw-surface-subtle);color:var(--hw-brand-900)}.hw-signature-state-badge.is-cancelled,.hw-signature-state-badge.is-expired{border-color:color-mix(in srgb,var(--hw-danger) 28%,var(--hw-border));background:var(--hw-danger-soft);color:var(--hw-danger)}.hw-signature-index-action{display:inline-flex;align-items:center;justify-content:flex-end;gap:.3rem;color:var(--hw-text-muted);font-size:.72rem;font-weight:700}.hw-signature-index-row.is-selected .hw-signature-index-action{color:var(--hw-accent-strong)}.hw-signature-index-action svg{width:1rem;height:1rem}.hw-signature-index-empty{margin:0;padding:1.5rem 1.25rem;border-top:1px solid var(--hw-border);color:var(--hw-text-muted);font-size:.8rem;text-align:center}.hw-signature-progress{overflow:hidden}.hw-signature-progress>header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--hw-border);background:var(--hw-surface-subtle)}.hw-signature-progress>header>span:first-child{display:grid;min-width:0;gap:.1rem}.hw-signature-progress>header small{color:var(--hw-text-muted);font-size:.68rem;font-weight:650;text-transform:uppercase}.hw-signature-progress>header strong{overflow:hidden;color:var(--hw-text);font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.hw-signature-progress dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0}.hw-signature-progress dl>div{display:grid;min-width:0;gap:.3rem;padding:.8rem 1.1rem}.hw-signature-progress dl>div+div{border-left:1px solid var(--hw-border)}.hw-signature-progress dt{overflow:hidden;color:var(--hw-text-muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.hw-signature-progress dd{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.76rem;font-weight:700}.hw-signature-progress dd svg{width:1rem;height:1rem}.hw-signature-progress .is-signed dd{color:var(--hw-accent-strong)}.hw-signature-progress .is-pending dd{color:var(--hw-warning)}.hw-signature-status-card{display:flex;min-height:12rem;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:2rem;text-align:center}.hw-signature-status-card>svg{width:2rem;height:2rem}.hw-signature-status-card h2{max-width:36rem;margin:0;color:var(--hw-text);font-size:1.2rem;font-weight:700}.hw-signature-status-card.is-success>svg{color:var(--hw-accent-strong)}.hw-signature-status-card.is-danger>svg{color:var(--hw-danger)}.hw-signature-status-card.is-warning>svg{color:var(--hw-warning, var(--hw-text-muted))}.hw-signature-status-card.is-neutral>svg{color:var(--hw-text-muted)}.hw-signature-status-card .hw-button svg{width:1.1rem;height:1.1rem}@media (max-width: 767px){.hw-registration-page{gap:1rem!important;padding:1rem!important}.hw-registration-page nav[aria-label=Breadcrumb] ol{flex-wrap:wrap;gap:.45rem .75rem}.hw-registration-page nav[aria-label=Breadcrumb] ol>li{min-width:0;margin-left:0!important}.hw-registration-page nav[aria-label=Breadcrumb] a{overflow-wrap:anywhere}.hw-registration-page-title{font-size:1.4rem}.hw-registration-type-options{flex-direction:column!important;gap:.55rem!important}.hw-registration-section{grid-template-columns:minmax(0,1fr);gap:.9rem;padding:1rem}.hw-registration-section-fields{grid-template-columns:minmax(0,1fr)}.hw-registration-section-fields>:has(input[type=checkbox]){gap:.75rem!important}.hw-registration-actionbar{padding:.85rem 1rem 1rem}.hw-registration-submit{width:100%!important;min-width:0}.hw-signature-card-header{align-items:flex-start;flex-direction:column;padding:1rem}.hw-signature-provider{margin-left:3.35rem}.hw-signature-frame-shell{min-height:40rem}.hw-signature-skeleton-layout{grid-template-rows:3.5rem minmax(0,1fr)}.hw-signature-skeleton-toolbar{padding-inline:.85rem}.hw-signature-skeleton-toolbar .is-page-count,.hw-signature-skeleton-toolbar .is-toolbar-action{display:none}.hw-signature-skeleton-workspace{grid-template-columns:minmax(0,1fr)}.hw-signature-skeleton-sidebar{display:none}.hw-signature-skeleton-paper{width:calc(100% - 1.5rem);min-height:34rem;margin:.75rem auto;padding:2rem 1.5rem}.hw-signature-frame{height:40rem}.hw-signature-index-header,.hw-signature-progress>header{align-items:flex-start;flex-direction:column}.hw-signature-selected-contract{scroll-margin-top:8rem}.hw-signature-filter-list{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.hw-signature-filter-list::-webkit-scrollbar{display:none}.hw-signature-filter-list button{flex:0 0 auto}.hw-signature-index-toolbar{grid-template-columns:minmax(0,1fr);gap:.5rem}.hw-signature-index-row{grid-template-columns:minmax(0,1fr) auto;gap:.5rem .75rem;padding:.75rem 1rem}.hw-signature-state-badge{justify-self:end}.hw-signature-index-action{grid-column:1 / -1;justify-content:flex-start}.hw-signature-progress dl{grid-template-columns:minmax(0,1fr)}.hw-signature-progress dl>div+div{border-top:1px solid var(--hw-border);border-left:0}.hw-signature-status-card{min-height:10rem;padding:1.5rem 1rem}}.hw-admin-loading-page{display:grid;width:100%;gap:1rem}.hw-admin-skeleton-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:.5rem}.hw-admin-skeleton-header-copy,.hw-admin-skeleton-heading-copy,.hw-admin-skeleton-identity{display:flex;min-width:0;flex-direction:column}.hw-admin-skeleton-header-copy{width:min(100%,38rem);gap:.65rem}.hw-admin-skeleton-heading-copy,.hw-admin-skeleton-identity{gap:.38rem}.hw-admin-skeleton-eyebrow{width:6.5rem;height:.55rem}.hw-admin-skeleton-page-title{width:min(21rem,72%);height:1.75rem}.hw-admin-skeleton-page-copy{width:min(34rem,94%);height:.72rem}.hw-admin-skeleton-page-action{flex:0 0 auto;width:13rem;height:2.75rem;border-radius:var(--hw-radius-sm)}.hw-admin-skeleton-heading-copy .is-kicker{width:min(6.5rem,42%);height:.5rem}.hw-admin-skeleton-heading-copy .is-heading{width:min(15rem,78%);height:.8rem}.hw-admin-skeleton-heading-copy .is-title{width:min(20rem,76%);height:1rem}.hw-admin-skeleton-heading-copy .is-copy{width:min(34rem,92%);height:.62rem}.hw-admin-skeleton-control{height:2.5rem;border-radius:var(--hw-radius-sm)}.hw-admin-skeleton-control.is-search{width:min(100%,25rem)}.hw-admin-skeleton-control.is-filter{width:100%}.hw-admin-skeleton-control.is-button{width:10rem}.hw-admin-registration-skeleton,.hw-admin-registration-detail{overflow:hidden}.hw-admin-registration-toolbar{display:grid;grid-template-columns:minmax(14rem,1fr) minmax(15rem,17.5rem) minmax(20rem,1.45fr);align-items:center;gap:.75rem;min-height:5.75rem;padding:1rem}.hw-admin-registration-scroll{overflow-x:auto}.hw-admin-registration-row{display:grid;min-width:69.4rem;grid-template-columns:minmax(14rem,2fr) repeat(8,minmax(4rem,.65fr));align-items:center;gap:.75rem;min-height:4.25rem;padding:.7rem 1rem;border-top:1px solid var(--hw-border)}.hw-admin-registration-row.is-heading{min-height:4.375rem;background:var(--hw-surface-subtle)}.hw-admin-registration-row:nth-child(odd):not(.is-heading){background:var(--hw-surface-subtle)}.hw-admin-registration-row .is-identity{width:58%;height:.65rem}.hw-admin-registration-row .is-column-label{width:72%;height:.55rem;justify-self:center}.hw-admin-skeleton-identity .is-name{width:min(10rem,78%);height:.72rem}.hw-admin-skeleton-identity .is-copy{width:min(13rem,92%);height:.55rem}.hw-admin-registration-row .is-status{width:1.85rem;height:1.85rem;border-radius:50%;justify-self:center}.hw-admin-registration-row .is-row-action{width:4.25rem;height:2.1rem;border-radius:var(--hw-radius-sm);justify-self:center}.hw-admin-registration-detail-header{display:grid;gap:.48rem;padding:1.25rem}.hw-admin-registration-detail-header .is-kicker{width:8rem;height:.52rem}.hw-admin-registration-detail-header .is-title{width:min(15rem,56%);height:1rem}.hw-admin-registration-detail-header .is-copy{width:min(30rem,82%);height:.62rem}.hw-admin-registration-detail-steps{border-top:1px solid var(--hw-border)}.hw-admin-registration-detail-step{display:grid;grid-template-columns:minmax(0,1fr) auto 3rem;align-items:center;gap:.75rem;min-height:4.125rem;padding:.75rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-admin-registration-detail-step:last-child{border-bottom:0}.hw-admin-registration-detail-step:nth-child(2),.hw-admin-registration-detail-step:nth-child(4){background:var(--hw-surface-subtle)}.hw-admin-registration-detail-step .is-step-action{width:5.5rem;height:2.2rem;border-radius:var(--hw-radius-sm)}.hw-admin-registration-detail-step .is-step-status{width:1.85rem;height:1.85rem;border-radius:50%;justify-self:center}.hw-admin-contracts-summary{margin-bottom:0}.hw-admin-documents-section-header .is-result-count{flex:0 0 auto;width:4rem;height:.55rem}.hw-admin-contracts-preparation{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.9rem 1rem}.hw-admin-contracts-preparation>.is-icon,.hw-admin-documents-community>.is-icon,.hw-admin-pmo-card-header>.is-icon{flex:0 0 auto;width:2.4rem;height:2.4rem;border-radius:.65rem}.hw-admin-contracts-preparation-actions{display:flex;justify-content:flex-end;gap:.45rem}.hw-admin-documents-sidebar{position:sticky;top:calc(var(--hw-topbar-height) + 1rem);padding:1rem}.hw-admin-documents-filter-header,.hw-admin-documents-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.hw-admin-documents-filter-header .is-reset{width:4.5rem;height:.5rem}.hw-admin-documents-sidebar>.is-search{width:100%;margin-top:.9rem}.hw-admin-documents-filter-group{display:flex;margin-top:.9rem;flex-direction:column;gap:.45rem}.hw-admin-documents-filter-group .is-group-label{width:5rem;height:.5rem}.hw-admin-documents-filter-option{display:flex;min-height:2.2rem;align-items:center;gap:.65rem;padding:.35rem .45rem}.hw-admin-documents-filter-option .is-checkbox{flex:0 0 auto;width:1rem;height:1rem;border-radius:.25rem}.hw-admin-documents-filter-option .is-label{width:7rem;height:.58rem}.hw-admin-documents-summary .is-value{width:2rem;height:1.2rem}.hw-admin-documents-summary .is-label{width:min(9rem,82%);height:.58rem}.hw-admin-documents-community{display:flex;align-items:center;gap:.9rem;margin-bottom:1rem;padding:1rem}.hw-admin-documents-community .hw-admin-skeleton-heading-copy{min-width:0;flex:1}.hw-admin-documents-section-header{align-items:flex-end;margin:.15rem 0 .75rem}.hw-admin-pmo-card,.hw-admin-pmo-status-card{padding:1rem}.hw-admin-pmo-card-header{display:flex;align-items:flex-start;gap:.7rem;margin-bottom:1rem}.hw-admin-pmo-card-header .hw-admin-skeleton-heading-copy{min-width:0;flex:1}.hw-admin-pmo-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.85rem;border-top:1px solid var(--hw-border)}.hw-admin-pmo-toggle-row .is-toggle-copy{width:min(30rem,78%);height:.62rem}.hw-admin-pmo-toggle-row .is-toggle{flex:0 0 auto;width:2.75rem;height:1.5rem}.hw-admin-pmo-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.hw-admin-pmo-field{display:flex;min-width:0;flex-direction:column;gap:.34rem}.hw-admin-pmo-field .is-label{width:min(8rem,45%);height:.5rem}.hw-admin-pmo-field .is-input{width:100%;height:2.55rem;border-radius:var(--hw-radius-sm)}.hw-admin-pmo-status-card{display:grid;gap:.85rem}.hw-admin-pmo-status-card .is-status{width:7.5rem;height:.55rem}.hw-admin-pmo-status-card .is-title{width:min(13rem,72%);height:1.05rem}.hw-admin-pmo-status-card .is-copy{width:92%;height:.62rem}.hw-admin-pmo-status-card .is-button{width:100%;margin-top:.15rem}.hw-admin-pmo-help-card{display:flex;align-items:flex-start;gap:.55rem;padding:.85rem 1rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface-subtle)}.hw-admin-pmo-help-card>.is-icon{flex:0 0 auto;width:1.05rem;height:1.05rem;border-radius:50%}.hw-admin-pmo-help-card .hw-admin-skeleton-heading-copy{min-width:0;flex:1}@media (max-width: 900px){.hw-admin-registration-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.hw-admin-registration-toolbar .hw-admin-skeleton-heading-copy{grid-column:1 / -1}.hw-admin-documents-sidebar{position:static}}@media (max-width: 620px){.hw-admin-skeleton-header,.hw-admin-documents-community,.hw-admin-pmo-toggle-row{align-items:stretch;flex-direction:column}.hw-admin-skeleton-page-action,.hw-admin-skeleton-control.is-search,.hw-admin-skeleton-control.is-button{width:100%}.hw-admin-registration-toolbar,.hw-admin-pmo-fields{grid-template-columns:1fr}.hw-admin-registration-toolbar .hw-admin-skeleton-heading-copy{grid-column:auto}.hw-admin-registration-detail-step{grid-template-columns:minmax(0,1fr) 2.5rem}.hw-admin-registration-detail-step .is-step-action{width:min(8rem,52vw);grid-column:1}.hw-admin-registration-detail-step .is-step-status{grid-column:2;grid-row:1 / span 2}.hw-admin-contracts-preparation{grid-template-columns:auto minmax(0,1fr)}.hw-admin-contracts-preparation-actions{grid-column:1 / -1;flex-direction:column}.hw-admin-documents-community>.is-icon{align-self:flex-start}.hw-admin-documents-section-header{align-items:flex-start;flex-direction:column}}.hw-portfolio-loading-boundary{width:100%;min-width:0}.hw-portfolio-loading-boundary.is-loading>.hw-portfolio-loading-content{display:none}.hw-portfolio-loading-content{min-width:0}.hw-portfolio-loading-skeleton{width:100%}.hw-portfolio-skeleton-panel{width:100%;overflow:hidden}.hw-portfolio-skeleton-toolbar{display:flex;min-height:4.5rem;align-items:center;gap:.75rem;padding:1rem;border-bottom:1px solid var(--hw-border)}.hw-portfolio-skeleton-toolbar .hw-skeleton-block{height:2.55rem;border-radius:var(--hw-radius-sm)}.hw-portfolio-skeleton-toolbar .is-search{width:min(24rem,58%)}.hw-portfolio-skeleton-toolbar .is-filter{width:min(13rem,30%);margin-left:auto}.hw-portfolio-skeleton-scroll{width:100%;overflow-x:auto}.hw-portfolio-skeleton-grid{display:grid;align-items:center;gap:1rem;min-height:3.8rem;padding:.75rem 1rem;border-bottom:1px solid var(--hw-border)}.hw-portfolio-loading-skeleton.is-operations .hw-portfolio-skeleton-grid{min-width:60rem;grid-template-columns:1.35fr .9fr .85fr 1.15fr .7fr}.hw-portfolio-loading-skeleton.is-registrations .hw-portfolio-skeleton-grid{min-width:56rem;grid-template-columns:1.45fr 1fr .8fr 1fr .7fr}.hw-portfolio-loading-skeleton.is-participants .hw-portfolio-skeleton-grid{min-width:52rem;grid-template-columns:1.45fr .8fr 1.3fr .8fr .55fr}.hw-portfolio-loading-skeleton.is-invoices .hw-portfolio-skeleton-grid{min-width:88rem;grid-template-columns:.8fr 1.5fr .7fr .75fr .75fr 1.05fr 1.05fr 1.35fr .55fr}.hw-portfolio-skeleton-grid.is-heading{min-height:2.6rem;background:#edf4ee}.hw-portfolio-skeleton-grid:nth-child(odd):not(.is-heading){background:var(--hw-surface-subtle)}.hw-portfolio-skeleton-grid:last-child{border-bottom:0}.hw-portfolio-skeleton-grid.is-heading>.hw-skeleton-block{width:62%;height:.55rem}.hw-portfolio-skeleton-cell{display:block;min-width:0}.hw-portfolio-skeleton-cell-content{display:grid;min-width:0;gap:.35rem}.hw-portfolio-skeleton-cell .is-main{width:72%;height:.7rem}.hw-portfolio-skeleton-cell .is-secondary{width:88%;height:.5rem}.hw-portfolio-skeleton-cell.is-identity .is-main{width:86%;height:.85rem}.hw-portfolio-skeleton-cell.is-status .is-main{width:min(6.25rem,88%);height:1.7rem}.hw-portfolio-skeleton-cell.is-amount .is-main{width:min(5.5rem,82%);height:.85rem}.hw-portfolio-skeleton-cell.is-action .is-main{width:2.15rem;height:2.15rem;border-radius:var(--hw-radius-sm)}.hw-portfolio-skeleton-cell .is-mobile-label{display:none}.hw-portfolio-skeleton-pagination{display:flex;min-height:4.25rem;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border-top:1px solid var(--hw-border);background:var(--hw-surface)}.hw-portfolio-skeleton-pagination .is-count{width:min(13rem,42%);height:.6rem}.hw-portfolio-skeleton-pages{display:flex;gap:.45rem}.hw-portfolio-skeleton-pages .hw-skeleton-block{width:2.15rem;height:2.15rem;border-radius:var(--hw-radius-sm)}.hw-portfolio-loading-skeleton.is-registration-detail{padding:clamp(1rem,3vw,3rem)}.hw-portfolio-detail-skeleton{display:grid;width:min(100%,80rem);gap:1.5rem;margin:0 auto}.hw-portfolio-detail-breadcrumb,.hw-portfolio-detail-tabs{display:flex;align-items:center;gap:.65rem}.hw-portfolio-detail-breadcrumb .hw-skeleton-block{height:.55rem}.hw-portfolio-detail-breadcrumb .is-parent{width:10rem}.hw-portfolio-detail-breadcrumb .is-separator{width:.45rem}.hw-portfolio-detail-breadcrumb .is-current{width:8rem}.hw-portfolio-detail-tabs{padding-bottom:.7rem;border-bottom:1px solid var(--hw-border)}.hw-portfolio-detail-tabs .hw-skeleton-block{width:9.5rem;height:2.35rem;border-radius:var(--hw-radius-sm)}.hw-portfolio-detail-panel{overflow:hidden}.hw-portfolio-detail-heading{display:grid;gap:.55rem;padding:1.2rem 1.25rem;border-bottom:1px solid var(--hw-border)}.hw-portfolio-detail-heading .is-title{width:min(16rem,54%);height:.9rem}.hw-portfolio-detail-heading .is-copy{width:min(25rem,76%);height:.6rem}.hw-portfolio-detail-row{display:grid;min-height:4.65rem;grid-template-columns:minmax(0,1.15fr) minmax(15rem,.85fr);align-items:center;gap:1rem;padding:.8rem 1.25rem;border-bottom:1px solid var(--hw-border)}.hw-portfolio-detail-row:nth-child(odd):not(.is-heading){background:var(--hw-surface-subtle)}.hw-portfolio-detail-row.is-heading{min-height:2.6rem;background:#edf4ee}.hw-portfolio-detail-row.is-heading .hw-skeleton-block{width:7rem;height:.55rem}.hw-portfolio-detail-identity{display:grid;gap:.35rem}.hw-portfolio-detail-identity .is-name{width:min(13rem,72%);height:.8rem}.hw-portfolio-detail-identity .is-email{width:min(18rem,88%);height:.55rem}.hw-portfolio-detail-status{display:flex;align-items:center;justify-content:flex-end;gap:1.5rem}.hw-portfolio-detail-status .is-action{width:7.5rem;height:2.35rem;border-radius:var(--hw-radius-sm)}.hw-portfolio-detail-status .is-badge{width:1.6rem;height:1.6rem}@media (max-width: 1023px){.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-scroll{overflow:visible;padding:.75rem;background:var(--hw-surface-subtle)}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-grid.is-heading{display:none}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-grid:not(.is-heading){display:block;min-width:0;padding:0;overflow:hidden;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-grid:not(.is-heading)+.hw-portfolio-skeleton-grid{margin-top:.75rem}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-cell{display:grid;grid-template-columns:minmax(7.5rem,.42fr) minmax(0,1fr);align-items:center;gap:.75rem;padding:.75rem;border-top:1px solid var(--hw-border)}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-cell:first-child{border-top:0}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-cell .is-mobile-label{display:block;width:68%;height:.5rem}.hw-portfolio-loading-skeleton.is-jto-list .hw-portfolio-skeleton-grid:not(.is-heading):nth-child(n+5){display:none}}@media (max-width: 767px){.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-scroll{overflow:visible;padding:.75rem;background:var(--hw-surface-subtle)}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-grid.is-heading{display:none}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-grid:not(.is-heading){display:block;min-width:0;padding:0;overflow:hidden;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface)!important;box-shadow:var(--hw-shadow-sm)}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-grid:not(.is-heading)+.hw-portfolio-skeleton-grid{margin-top:.75rem}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-cell{display:grid;grid-template-columns:minmax(6.75rem,.42fr) minmax(0,1fr);align-items:center;gap:.75rem;padding:.75rem;border-top:1px solid var(--hw-border)}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-cell:first-child{border-top:0}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-cell .is-mobile-label{display:block;width:68%;height:.5rem}.hw-portfolio-loading-skeleton.is-manual-list .hw-portfolio-skeleton-grid:not(.is-heading):nth-child(n+5){display:none}.hw-portfolio-loading-skeleton.is-registration-detail{padding:1rem}.hw-portfolio-detail-tabs .hw-skeleton-block{flex:1;width:auto}.hw-portfolio-detail-row.is-heading{display:none}.hw-portfolio-detail-table{display:grid;gap:.75rem;padding:.75rem;background:var(--hw-surface-subtle)}.hw-portfolio-detail-row:not(.is-heading){min-height:0;grid-template-columns:1fr;padding:1rem;border:1px solid var(--hw-border);border-radius:var(--hw-radius-md);background:var(--hw-surface)!important}.hw-portfolio-detail-status{justify-content:space-between;padding-top:.75rem;border-top:1px solid var(--hw-border)}}@media (max-width: 620px){.hw-portfolio-skeleton-toolbar,.hw-portfolio-skeleton-pagination{align-items:stretch;flex-direction:column}.hw-portfolio-skeleton-toolbar .is-search,.hw-portfolio-skeleton-toolbar .is-filter,.hw-portfolio-skeleton-pagination .is-count{width:100%;margin-left:0}.hw-portfolio-skeleton-pages{justify-content:flex-end}}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:inset-0:before{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.before\:-z-10:before{content:var(--tw-content);z-index:-10}.before\:rounded-\[calc\(0\.3125rem-1px\)\]:before{content:var(--tw-content);border-radius:calc(.3125rem - 1px)}.before\:bg-white:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.before\:shadow:before{content:var(--tw-content);--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);top:0;right:0;bottom:0;left:0}.after\:start-\[2px\]:after{content:var(--tw-content);inset-inline-start:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.after\:rounded-\[calc\(0\.3125rem-1px\)\]:after{content:var(--tw-content);border-radius:calc(.3125rem - 1px)}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-gray-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.after\:shadow-\[inset_0_1px_theme\(colors\.white\/15\%\)\]:after{content:var(--tw-content);--tw-shadow: inset 0 1px rgb(255 255 255 / 15%);--tw-shadow-colored: inset 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.first\:ml-0:first-child{margin-left:0}.first\:mt-0:first-child{margin-top:0}.first\:rounded-t-lg:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.first\:border-t-0:first-child{border-top-width:0px}.first\:pt-0:first-child{padding-top:0}.last\:mr-0:last-child{margin-right:0}.last\:rounded-b-lg:last-child{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.odd\:bg-\[var\(--hw-surface\)\]:nth-child(odd){background-color:var(--hw-surface)}.odd\:bg-white:nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.even\:bg-\[var\(--hw-surface-subtle\)\]:nth-child(2n){background-color:var(--hw-surface-subtle)}.even\:bg-gray-50:nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.checked\:border-primary-600:checked{--tw-border-opacity: 1;border-color:rgb(25 92 113 / var(--tw-border-opacity))}.checked\:bg-primary-600:checked{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.indeterminate\:border-primary-600:indeterminate{--tw-border-opacity: 1;border-color:rgb(25 92 113 / var(--tw-border-opacity))}.indeterminate\:bg-primary-600:indeterminate{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.focus-within\:z-10:focus-within{z-index:10}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-indigo-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(88 80 236 / var(--tw-ring-opacity))}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width: 2px}.hover\:cursor-not-allowed:hover{cursor:not-allowed}.hover\:border-\[var\(--hw-border\)\]:hover{border-color:var(--hw-border)}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.hover\:\!bg-\[color-mix\(in_srgb\,var\(--hw-accent-soft\)_72\%\,var\(--hw-surface\)\)\]:hover{background-color:color-mix(in srgb,var(--hw-accent-soft) 72%,var(--hw-surface))!important}.hover\:bg-\[var\(--hw-surface-subtle\)\]:hover{background-color:var(--hw-surface-subtle)}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.hover\:bg-amber-600:hover{--tw-bg-opacity: 1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.hover\:bg-blue-600\/20:hover{background-color:#195c7133}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgb(14 53 65 / var(--tw-bg-opacity))}.hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-100:hover{--tw-bg-opacity: 1;background-color:rgb(250 232 255 / var(--tw-bg-opacity))}.hover\:bg-fuchsia-600:hover{--tw-bg-opacity: 1;background-color:rgb(192 38 211 / var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:bg-gray-600\/20:hover{background-color:#4b556333}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.hover\:bg-green-600\/20:hover{background-color:#057a5533}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(229 237 255 / var(--tw-bg-opacity))}.hover\:bg-indigo-200:hover{--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.hover\:bg-indigo-600:hover{--tw-bg-opacity: 1;background-color:rgb(88 80 236 / var(--tw-bg-opacity))}.hover\:bg-lime-100:hover{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.hover\:bg-lime-200:hover{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.hover\:bg-lime-600:hover{--tw-bg-opacity: 1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}.hover\:bg-neutral-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity))}.hover\:bg-neutral-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 82 / var(--tw-bg-opacity))}.hover\:bg-orange-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 236 220 / var(--tw-bg-opacity))}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(208 56 1 / var(--tw-bg-opacity))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgb(252 232 243 / var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgb(214 31 105 / var(--tw-bg-opacity))}.hover\:bg-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.hover\:bg-primary-600:hover{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.hover\:bg-primary-600\/20:hover{background-color:#195c7133}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.hover\:bg-primary-800:hover{--tw-bg-opacity: 1;background-color:rgb(14 53 65 / var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgb(224 230 224 / var(--tw-bg-opacity))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgb(160 176 159 / var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.hover\:bg-red-600\/20:hover{background-color:#e0242433}.hover\:bg-rose-100:hover{--tw-bg-opacity: 1;background-color:rgb(255 228 230 / var(--tw-bg-opacity))}.hover\:bg-rose-600:hover{--tw-bg-opacity: 1;background-color:rgb(225 29 72 / var(--tw-bg-opacity))}.hover\:bg-secondary-100:hover{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.hover\:bg-secondary-600:hover{--tw-bg-opacity: 1;background-color:rgb(160 176 159 / var(--tw-bg-opacity))}.hover\:bg-secondary-600\/20:hover{background-color:#a0b09f33}.hover\:bg-sky-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity))}.hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.hover\:bg-stone-100:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity))}.hover\:bg-stone-600:hover{--tw-bg-opacity: 1;background-color:rgb(87 83 78 / var(--tw-bg-opacity))}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgb(213 245 246 / var(--tw-bg-opacity))}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgb(175 236 239 / var(--tw-bg-opacity))}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgb(4 116 129 / var(--tw-bg-opacity))}.hover\:bg-violet-100:hover{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.hover\:bg-violet-600:hover{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.hover\:bg-yellow-100:hover{--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.hover\:bg-yellow-600:hover{--tw-bg-opacity: 1;background-color:rgb(159 88 10 / var(--tw-bg-opacity))}.hover\:bg-yellow-600\/20:hover{background-color:#9f580a33}.hover\:bg-zinc-100:hover{--tw-bg-opacity: 1;background-color:rgb(244 244 245 / var(--tw-bg-opacity))}.hover\:bg-zinc-600:hover{--tw-bg-opacity: 1;background-color:rgb(82 82 91 / var(--tw-bg-opacity))}.hover\:bg-gradient-to-br:hover{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.hover\:text-\[var\(--hw-text\)\]:hover{color:var(--hw-text)}.hover\:text-amber-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(18 66 81 / var(--tw-text-opacity))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.hover\:text-emerald-700:hover{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.hover\:text-fuchsia-700:hover{--tw-text-opacity: 1;color:rgb(162 28 175 / var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgb(4 108 78 / var(--tw-text-opacity))}.hover\:text-indigo-500:hover{--tw-text-opacity: 1;color:rgb(104 117 245 / var(--tw-text-opacity))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(81 69 205 / var(--tw-text-opacity))}.hover\:text-lime-700:hover{--tw-text-opacity: 1;color:rgb(77 124 15 / var(--tw-text-opacity))}.hover\:text-neutral-700:hover{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(180 52 3 / var(--tw-text-opacity))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgb(191 18 93 / var(--tw-text-opacity))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(18 66 81 / var(--tw-text-opacity))}.hover\:text-primary-800:hover{--tw-text-opacity: 1;color:rgb(14 53 65 / var(--tw-text-opacity))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgb(149 167 148 / var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(200 30 30 / var(--tw-text-opacity))}.hover\:text-rose-700:hover{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.hover\:text-secondary-700:hover{--tw-text-opacity: 1;color:rgb(149 167 148 / var(--tw-text-opacity))}.hover\:text-sky-700:hover{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity))}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.hover\:text-stone-700:hover{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgb(3 102 114 / var(--tw-text-opacity))}.hover\:text-violet-700:hover{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.hover\:text-yellow-700:hover{--tw-text-opacity: 1;color:rgb(142 75 16 / var(--tw-text-opacity))}.hover\:text-yellow-800:hover{--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.hover\:text-zinc-700:hover{--tw-text-opacity: 1;color:rgb(63 63 70 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:brightness-75:hover{--tw-brightness: brightness(.75);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.focus\:z-10:focus{z-index:10}.focus\:z-20:focus{z-index:20}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(32 118 145 / var(--tw-border-opacity))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(32 118 145 / var(--tw-border-opacity))}.focus\:border-primary-600:focus{--tw-border-opacity: 1;border-color:rgb(25 92 113 / var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-yellow-500:focus{--tw-border-opacity: 1;border-color:rgb(194 120 3 / var(--tw-border-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-offset-0:focus{outline-offset:0px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-4:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 118 145 / var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity))}.focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity))}.focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity))}.focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(188 240 218 / var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(132 225 188 / var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.focus\:ring-indigo-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(180 198 252 / var(--tw-ring-opacity))}.focus\:ring-indigo-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(141 162 251 / var(--tw-ring-opacity))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(104 117 245 / var(--tw-ring-opacity))}.focus\:ring-lime-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity))}.focus\:ring-lime-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity))}.focus\:ring-lime-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 209 232 / var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 217 / var(--tw-ring-opacity))}.focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(241 126 184 / var(--tw-ring-opacity))}.focus\:ring-primary-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(32 118 145 / var(--tw-ring-opacity))}.focus\:ring-primary-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(25 92 113 / var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 230 224 / var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(182 194 181 / var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 232 232 / var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(248 180 180 / var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity))}.focus\:ring-secondary-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(126 220 226 / var(--tw-ring-opacity))}.focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 189 202 / var(--tw-ring-opacity))}.focus\:ring-yellow-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(250 202 21 / var(--tw-ring-opacity))}.focus\:ring-yellow-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(194 120 3 / var(--tw-ring-opacity))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-amber-700:focus-visible{outline-color:#b45309}.focus-visible\:outline-black:focus-visible{outline-color:#000}.focus-visible\:outline-blue-700:focus-visible{outline-color:#124251}.focus-visible\:outline-cyan-700:focus-visible{outline-color:#0e7490}.focus-visible\:outline-emerald-700:focus-visible{outline-color:#047857}.focus-visible\:outline-fuchsia-700:focus-visible{outline-color:#a21caf}.focus-visible\:outline-gray-600:focus-visible{outline-color:#4b5563}.focus-visible\:outline-gray-700:focus-visible{outline-color:#374151}.focus-visible\:outline-green-700:focus-visible{outline-color:#046c4e}.focus-visible\:outline-indigo-700:focus-visible{outline-color:#5145cd}.focus-visible\:outline-lime-700:focus-visible{outline-color:#4d7c0f}.focus-visible\:outline-neutral-700:focus-visible{outline-color:#404040}.focus-visible\:outline-orange-700:focus-visible{outline-color:#b43403}.focus-visible\:outline-pink-700:focus-visible{outline-color:#bf125d}.focus-visible\:outline-primary-600:focus-visible{outline-color:#195c71}.focus-visible\:outline-primary-700:focus-visible{outline-color:#124251}.focus-visible\:outline-purple-700:focus-visible{outline-color:#95a794}.focus-visible\:outline-red-700:focus-visible{outline-color:#c81e1e}.focus-visible\:outline-rose-700:focus-visible{outline-color:#be123c}.focus-visible\:outline-secondary-700:focus-visible{outline-color:#95a794}.focus-visible\:outline-sky-700:focus-visible{outline-color:#0369a1}.focus-visible\:outline-slate-700:focus-visible{outline-color:#334155}.focus-visible\:outline-stone-700:focus-visible{outline-color:#44403c}.focus-visible\:outline-teal-700:focus-visible{outline-color:#036672}.focus-visible\:outline-violet-700:focus-visible{outline-color:#6d28d9}.focus-visible\:outline-yellow-700:focus-visible{outline-color:#8e4b10}.focus-visible\:outline-yellow-800:focus-visible{outline-color:#723b13}.focus-visible\:outline-zinc-700:focus-visible{outline-color:#3f3f46}.active\:brightness-125:active{--tw-brightness: brightness(1.25);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.enabled\:hover\:bg-cyan-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.enabled\:hover\:bg-cyan-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(21 94 117 / var(--tw-bg-opacity))}.enabled\:hover\:bg-gray-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.enabled\:hover\:bg-gray-900:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.enabled\:hover\:bg-green-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.enabled\:hover\:bg-green-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.enabled\:hover\:bg-indigo-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(229 237 255 / var(--tw-bg-opacity))}.enabled\:hover\:bg-lime-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}.enabled\:hover\:bg-pink-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(252 232 243 / var(--tw-bg-opacity))}.enabled\:hover\:bg-primary-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(14 53 65 / var(--tw-bg-opacity))}.enabled\:hover\:bg-purple-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(128 149 127 / var(--tw-bg-opacity))}.enabled\:hover\:bg-red-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.enabled\:hover\:bg-red-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(155 28 28 / var(--tw-bg-opacity))}.enabled\:hover\:bg-secondary-800:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(128 149 127 / var(--tw-bg-opacity))}.enabled\:hover\:bg-teal-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(213 245 246 / var(--tw-bg-opacity))}.enabled\:hover\:bg-yellow-100:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.enabled\:hover\:bg-yellow-500:hover:enabled{--tw-bg-opacity: 1;background-color:rgb(194 120 3 / var(--tw-bg-opacity))}.enabled\:hover\:bg-gradient-to-bl:hover:enabled{background-image:linear-gradient(to bottom left,var(--tw-gradient-stops))}.enabled\:hover\:bg-gradient-to-br:hover:enabled{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.enabled\:hover\:bg-gradient-to-l:hover:enabled{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.enabled\:hover\:from-teal-200:hover:enabled{--tw-gradient-from: #AFECEF var(--tw-gradient-from-position);--tw-gradient-to: rgb(175 236 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.enabled\:hover\:to-lime-200:hover:enabled{--tw-gradient-to: #d9f99d var(--tw-gradient-to-position)}.enabled\:hover\:text-cyan-700:hover:enabled{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.enabled\:hover\:text-gray-900:hover:enabled{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-gray-300:disabled{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.disabled\:text-gray-400:disabled{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:checked\:bg-gray-100:checked:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.group:first-child .group-first\:hidden{display:none}.group\/body:first-child .group\/row:first-child .group-first\/body\:group-first\/row\:first\:rounded-tl-lg:first-child,.group\/head:first-child .group-first\/head\:first\:rounded-tl-lg:first-child{border-top-left-radius:.5rem}.group\/body:first-child .group\/row:first-child .group-first\/body\:group-first\/row\:last\:rounded-tr-lg:last-child{border-top-right-radius:.5rem}.group\/head:first-child .group-first\/head\:last\:rounded-tr-lg:last-child{border-top-right-radius:.5rem}.group\/body:last-child .group\/row:last-child .group-last\/body\:group-last\/row\:first\:rounded-bl-lg:first-child{border-bottom-left-radius:.5rem}.group\/body:last-child .group\/row:last-child .group-last\/body\:group-last\/row\:last\:rounded-br-lg:last-child{border-bottom-right-radius:.5rem}.group:hover .group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(235 239 235 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgb(3 84 63 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-indigo-200{--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-lime-200{--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(224 230 224 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgb(175 236 239 / var(--tw-bg-opacity))}.group:hover .group-hover\:bg-white\/50{background-color:#ffffff80}.group:hover .group-hover\:bg-yellow-200{--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.group:hover .group-hover\:stroke-blue-800\/75{stroke:#0e3541bf}.group:hover .group-hover\:stroke-gray-800\/75{stroke:#1f2937bf}.group:hover .group-hover\:stroke-green-800\/75{stroke:#03543fbf}.group:hover .group-hover\:stroke-primary-800\/75{stroke:#0e3541bf}.group:hover .group-hover\:stroke-red-800\/75{stroke:#9b1c1cbf}.group:hover .group-hover\:stroke-secondary-800\/75{stroke:#80957fbf}.group:hover .group-hover\:stroke-yellow-800\/75{stroke:#723b13bf}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.group:hover .group-hover\:opacity-100{opacity:1}.group:focus .group-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.group:focus .group-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.group:focus .group-focus\:ring-cyan-500\/25{--tw-ring-color: rgb(6 182 212 / .25)}.group:focus .group-focus\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity))}.group:enabled:hover .group-enabled\:group-hover\:bg-opacity-0{--tw-bg-opacity: 0}.group:enabled:hover .group-enabled\:group-hover\:text-inherit{color:inherit}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(203 212 203 / var(--tw-ring-opacity))}.group:has(:disabled) .group-has-\[\:disabled\]\:stroke-gray-950\/25{stroke:#03071240}.group:has(:checked) .group-has-\[\:checked\]\:opacity-100{opacity:1}.group:has(:indeterminate) .group-has-\[\:indeterminate\]\:opacity-100{opacity:1}.data-\[closed\]\:data-\[enter\]\:translate-y-2[data-enter][data-closed]{--tw-translate-y: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:translate-y-3[data-closed]{--tw-translate-y: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:translate-y-4[data-closed]{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:scale-\[0\.98\][data-closed]{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[enter\]\:transform[data-enter]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:opacity-0[data-closed]{opacity:0}.data-\[enter\]\:duration-300[data-enter]{transition-duration:.3s}.data-\[leave\]\:duration-100[data-leave]{transition-duration:.1s}.data-\[leave\]\:duration-200[data-leave]{transition-duration:.2s}.data-\[enter\]\:ease-out[data-enter]{transition-timing-function:cubic-bezier(0,0,.2,1)}.data-\[leave\]\:ease-in[data-leave]{transition-timing-function:cubic-bezier(.4,0,1,1)}.group[data-checked] .group-data-\[checked\]\:border-transparent,.group[data-checked][data-hover] .group-data-\[checked\]\:group-data-\[hover\]\:border-transparent{border-color:transparent}.group[data-disabled] .group-data-\[disabled\]\:border-zinc-950\/25{border-color:#09090b40}.group[data-hover] .group-data-\[hover\]\:border-zinc-950\/30{border-color:#09090b4d}.group[data-checked] .group-data-\[checked\]\:bg-\[--checkbox-checked-border\]{background-color:var(--checkbox-checked-border)}.group[data-disabled] .group-data-\[disabled\]\:bg-zinc-950\/5{background-color:#09090b0d}.group[data-checked] .group-data-\[checked\]\:opacity-100{opacity:1}.group[data-disabled] .group-data-\[disabled\]\:opacity-50{opacity:.5}.group[data-indeterminate] .group-data-\[indeterminate\]\:opacity-0{opacity:0}.group[data-indeterminate] .group-data-\[indeterminate\]\:opacity-100{opacity:1}.group[data-focus] .group-data-\[focus\]\:outline{outline-style:solid}.group[data-focus] .group-data-\[focus\]\:outline-2{outline-width:2px}.group[data-focus] .group-data-\[focus\]\:outline-offset-2{outline-offset:2px}.group[data-focus] .group-data-\[focus\]\:outline-blue-500{outline-color:#207691}.group[data-disabled] .group-data-\[disabled\]\:\[--checkbox-check\:theme\(colors\.zinc\.950\/50\%\)\]{--checkbox-check: rgb(9 9 11 / 50%)}.group[data-checked] .before\:group-data-\[checked\]\:bg-\[--checkbox-checked-bg\]:before{content:var(--tw-content);background-color:var(--checkbox-checked-bg)}.group[data-disabled] .group-data-\[disabled\]\:before\:bg-transparent:before{content:var(--tw-content);background-color:transparent}.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity))}.dark\:border:is(.dark *){border-width:1px}.dark\:border-none:is(.dark *){border-style:none}.dark\:border-cyan-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity))}.dark\:border-cyan-500:is(.dark *){--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.dark\:border-cyan-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:border-gray-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.dark\:border-gray-900:is(.dark *){--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity))}.dark\:border-green-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(49 196 141 / var(--tw-border-opacity))}.dark\:border-green-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(5 122 85 / var(--tw-border-opacity))}.dark\:border-indigo-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(88 80 236 / var(--tw-border-opacity))}.dark\:border-lime-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}.dark\:border-pink-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(214 31 105 / var(--tw-border-opacity))}.dark\:border-red-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(249 128 128 / var(--tw-border-opacity))}.dark\:border-red-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(224 36 36 / var(--tw-border-opacity))}.dark\:border-teal-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(4 116 129 / var(--tw-border-opacity))}.dark\:border-white:is(.dark *){--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}.dark\:border-white\/15:is(.dark *){border-color:#ffffff26}.dark\:border-yellow-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(227 160 8 / var(--tw-border-opacity))}.dark\:border-yellow-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(159 88 10 / var(--tw-border-opacity))}.dark\:bg-black:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.dark\:bg-blue-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.dark\:bg-cyan-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.dark\:bg-cyan-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(165 243 252 / var(--tw-bg-opacity))}.dark\:bg-cyan-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.dark\:bg-cyan-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(22 78 99 / var(--tw-bg-opacity))}.dark\:bg-gray-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity))}.dark\:bg-gray-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.dark\:bg-gray-400:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity))}.dark\:bg-gray-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:bg-gray-800\/30:is(.dark *){background-color:#1f29374d}.dark\:bg-gray-800\/40:is(.dark *){background-color:#1f293766}.dark\:bg-gray-800\/50:is(.dark *){background-color:#1f293780}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity))}.dark\:bg-green-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(222 247 236 / var(--tw-bg-opacity))}.dark\:bg-green-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(188 240 218 / var(--tw-bg-opacity))}.dark\:bg-green-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(14 159 110 / var(--tw-bg-opacity))}.dark\:bg-green-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(5 122 85 / var(--tw-bg-opacity))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(1 71 55 / var(--tw-bg-opacity))}.dark\:bg-indigo-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(205 219 254 / var(--tw-bg-opacity))}.dark\:bg-indigo-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(104 117 245 / var(--tw-bg-opacity))}.dark\:bg-lime-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}.dark\:bg-pink-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 209 232 / var(--tw-bg-opacity))}.dark\:bg-primary-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(25 92 113 / var(--tw-bg-opacity))}.dark\:bg-purple-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 230 224 / var(--tw-bg-opacity))}.dark\:bg-purple-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(171 185 170 / var(--tw-bg-opacity))}.dark\:bg-purple-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(160 176 159 / var(--tw-bg-opacity))}.dark\:bg-purple-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(117 141 116 / var(--tw-bg-opacity))}.dark\:bg-red-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(253 232 232 / var(--tw-bg-opacity))}.dark\:bg-red-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(251 213 213 / var(--tw-bg-opacity))}.dark\:bg-red-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(240 82 82 / var(--tw-bg-opacity))}.dark\:bg-red-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(224 36 36 / var(--tw-bg-opacity))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(119 29 29 / var(--tw-bg-opacity))}.dark\:bg-secondary-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(160 176 159 / var(--tw-bg-opacity))}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity))}.dark\:bg-teal-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(175 236 239 / var(--tw-bg-opacity))}.dark\:bg-transparent:is(.dark *){background-color:transparent}.dark\:bg-white\/5:is(.dark *){background-color:#ffffff0d}.dark\:bg-yellow-100:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(253 246 178 / var(--tw-bg-opacity))}.dark\:bg-yellow-200:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(252 233 106 / var(--tw-bg-opacity))}.dark\:bg-yellow-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(99 49 18 / var(--tw-bg-opacity))}.dark\:bg-opacity-80:is(.dark *){--tw-bg-opacity: .8}.dark\:fill-gray-300:is(.dark *){fill:#d1d5db}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(43 157 193 / var(--tw-text-opacity))}.dark\:text-cyan-100:is(.dark *){--tw-text-opacity: 1;color:rgb(207 250 254 / var(--tw-text-opacity))}.dark\:text-cyan-300:is(.dark *){--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}.dark\:text-cyan-500:is(.dark *){--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity))}.dark\:text-cyan-600:is(.dark *){--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.dark\:text-cyan-800:is(.dark *){--tw-text-opacity: 1;color:rgb(21 94 117 / var(--tw-text-opacity))}.dark\:text-cyan-900:is(.dark *){--tw-text-opacity: 1;color:rgb(22 78 99 / var(--tw-text-opacity))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.dark\:text-gray-600:is(.dark *){--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity))}.dark\:text-gray-900:is(.dark *){--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(49 196 141 / var(--tw-text-opacity))}.dark\:text-green-500:is(.dark *){--tw-text-opacity: 1;color:rgb(14 159 110 / var(--tw-text-opacity))}.dark\:text-green-600:is(.dark *){--tw-text-opacity: 1;color:rgb(5 122 85 / var(--tw-text-opacity))}.dark\:text-green-800:is(.dark *){--tw-text-opacity: 1;color:rgb(3 84 63 / var(--tw-text-opacity))}.dark\:text-green-900:is(.dark *){--tw-text-opacity: 1;color:rgb(1 71 55 / var(--tw-text-opacity))}.dark\:text-indigo-600:is(.dark *){--tw-text-opacity: 1;color:rgb(88 80 236 / var(--tw-text-opacity))}.dark\:text-indigo-800:is(.dark *){--tw-text-opacity: 1;color:rgb(66 56 157 / var(--tw-text-opacity))}.dark\:text-indigo-900:is(.dark *){--tw-text-opacity: 1;color:rgb(54 47 120 / var(--tw-text-opacity))}.dark\:text-lime-600:is(.dark *){--tw-text-opacity: 1;color:rgb(101 163 13 / var(--tw-text-opacity))}.dark\:text-lime-800:is(.dark *){--tw-text-opacity: 1;color:rgb(63 98 18 / var(--tw-text-opacity))}.dark\:text-lime-900:is(.dark *){--tw-text-opacity: 1;color:rgb(54 83 20 / var(--tw-text-opacity))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity: 1;color:rgb(255 138 76 / var(--tw-text-opacity))}.dark\:text-pink-600:is(.dark *){--tw-text-opacity: 1;color:rgb(214 31 105 / var(--tw-text-opacity))}.dark\:text-pink-800:is(.dark *){--tw-text-opacity: 1;color:rgb(153 21 75 / var(--tw-text-opacity))}.dark\:text-pink-900:is(.dark *){--tw-text-opacity: 1;color:rgb(117 26 61 / var(--tw-text-opacity))}.dark\:text-primary-500:is(.dark *){--tw-text-opacity: 1;color:rgb(32 118 145 / var(--tw-text-opacity))}.dark\:text-purple-600:is(.dark *){--tw-text-opacity: 1;color:rgb(160 176 159 / var(--tw-text-opacity))}.dark\:text-purple-800:is(.dark *){--tw-text-opacity: 1;color:rgb(128 149 127 / var(--tw-text-opacity))}.dark\:text-purple-900:is(.dark *){--tw-text-opacity: 1;color:rgb(117 141 116 / var(--tw-text-opacity))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(249 128 128 / var(--tw-text-opacity))}.dark\:text-red-500:is(.dark *){--tw-text-opacity: 1;color:rgb(240 82 82 / var(--tw-text-opacity))}.dark\:text-red-600:is(.dark *){--tw-text-opacity: 1;color:rgb(224 36 36 / var(--tw-text-opacity))}.dark\:text-red-800:is(.dark *){--tw-text-opacity: 1;color:rgb(155 28 28 / var(--tw-text-opacity))}.dark\:text-red-900:is(.dark *){--tw-text-opacity: 1;color:rgb(119 29 29 / var(--tw-text-opacity))}.dark\:text-teal-600:is(.dark *){--tw-text-opacity: 1;color:rgb(4 116 129 / var(--tw-text-opacity))}.dark\:text-teal-800:is(.dark *){--tw-text-opacity: 1;color:rgb(5 80 92 / var(--tw-text-opacity))}.dark\:text-teal-900:is(.dark *){--tw-text-opacity: 1;color:rgb(1 68 81 / var(--tw-text-opacity))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:text-yellow-600:is(.dark *){--tw-text-opacity: 1;color:rgb(159 88 10 / var(--tw-text-opacity))}.dark\:text-yellow-800:is(.dark *){--tw-text-opacity: 1;color:rgb(114 59 19 / var(--tw-text-opacity))}.dark\:text-yellow-900:is(.dark *){--tw-text-opacity: 1;color:rgb(99 49 18 / var(--tw-text-opacity))}.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:placeholder-gray-400:is(.dark *)::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity))}.dark\:shadow-sm-light:is(.dark *){--tw-shadow: 0 2px 5px 0px rgba(255, 255, 255, .08);--tw-shadow-colored: 0 2px 5px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:ring-cyan-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.dark\:ring-gray-400:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity))}.dark\:ring-gray-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:ring-gray-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.dark\:ring-gray-900:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity))}.dark\:ring-green-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.dark\:ring-pink-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(231 70 148 / var(--tw-ring-opacity))}.dark\:ring-purple-600:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(160 176 159 / var(--tw-ring-opacity))}.dark\:ring-red-700:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(200 30 30 / var(--tw-ring-opacity))}.dark\:ring-yellow-500:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(194 120 3 / var(--tw-ring-opacity))}.dark\:ring-offset-gray-800:is(.dark *){--tw-ring-offset-color: #1F2937}.dark\:\[--checkbox-check\:theme\(colors\.zinc\.900\)\]:is(.dark *){--checkbox-check: #18181b}.dark\:\[--checkbox-checked-bg\:theme\(colors\.white\)\]:is(.dark *){--checkbox-checked-bg: #ffffff}.dark\:\[--checkbox-checked-bg\:theme\(colors\.zinc\.600\)\]:is(.dark *){--checkbox-checked-bg: #52525b}.dark\:\[--checkbox-checked-border\:theme\(colors\.zinc\.950\/15\%\)\]:is(.dark *){--checkbox-checked-border: rgb(9 9 11 / 15%)}.dark\:before\:hidden:is(.dark *):before{content:var(--tw-content);display:none}.dark\:after\:-inset-px:is(.dark *):after{content:var(--tw-content);top:-1px;right:-1px;bottom:-1px;left:-1px}.dark\:after\:hidden:is(.dark *):after{content:var(--tw-content);display:none}.dark\:after\:rounded-\[0\.3125rem\]:is(.dark *):after{content:var(--tw-content);border-radius:.3125rem}.odd\:dark\:bg-gray-800:is(.dark *):nth-child(odd){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.even\:dark\:bg-gray-700:is(.dark *):nth-child(2n){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-blue-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-cyan-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity))}.dark\:hover\:bg-green-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.dark\:hover\:bg-indigo-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(180 198 252 / var(--tw-bg-opacity))}.dark\:hover\:bg-lime-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}.dark\:hover\:bg-pink-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 217 / var(--tw-bg-opacity))}.dark\:hover\:bg-primary-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.dark\:hover\:bg-purple-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(203 212 203 / var(--tw-bg-opacity))}.dark\:hover\:bg-red-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.dark\:hover\:bg-teal-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(126 220 226 / var(--tw-bg-opacity))}.dark\:hover\:bg-yellow-300:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:focus\:border-blue-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(32 118 145 / var(--tw-border-opacity))}.dark\:focus\:border-cyan-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity))}.dark\:focus\:border-green-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(14 159 110 / var(--tw-border-opacity))}.dark\:focus\:border-primary-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(32 118 145 / var(--tw-border-opacity))}.dark\:focus\:border-red-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(240 82 82 / var(--tw-border-opacity))}.dark\:focus\:border-yellow-500:focus:is(.dark *){--tw-border-opacity: 1;border-color:rgb(194 120 3 / var(--tw-border-opacity))}.dark\:focus\:bg-cyan-600:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity))}.dark\:focus\:bg-gray-600:focus:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.dark\:focus\:text-white:focus:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.dark\:focus\:ring-blue-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(32 118 145 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity))}.dark\:focus\:ring-cyan-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-600:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity))}.dark\:focus\:ring-gray-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity))}.dark\:focus\:ring-green-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(14 159 110 / var(--tw-ring-opacity))}.dark\:focus\:ring-green-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(4 108 78 / var(--tw-ring-opacity))}.dark\:focus\:ring-green-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 84 63 / var(--tw-ring-opacity))}.dark\:focus\:ring-indigo-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(81 69 205 / var(--tw-ring-opacity))}.dark\:focus\:ring-lime-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity))}.dark\:focus\:ring-lime-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(191 18 93 / var(--tw-ring-opacity))}.dark\:focus\:ring-pink-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(153 21 75 / var(--tw-ring-opacity))}.dark\:focus\:ring-primary-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(32 118 145 / var(--tw-ring-opacity))}.dark\:focus\:ring-primary-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(14 53 65 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(128 149 127 / var(--tw-ring-opacity))}.dark\:focus\:ring-purple-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(117 141 116 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-400:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(240 82 82 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(200 30 30 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(155 28 28 / var(--tw-ring-opacity))}.dark\:focus\:ring-red-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(119 29 29 / var(--tw-ring-opacity))}.dark\:focus\:ring-secondary-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(128 149 127 / var(--tw-ring-opacity))}.dark\:focus\:ring-teal-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(3 102 114 / var(--tw-ring-opacity))}.dark\:focus\:ring-teal-800:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(5 80 92 / var(--tw-ring-opacity))}.dark\:focus\:ring-yellow-500:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(194 120 3 / var(--tw-ring-opacity))}.dark\:focus\:ring-yellow-700:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(142 75 16 / var(--tw-ring-opacity))}.dark\:focus\:ring-yellow-900:focus:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 49 18 / var(--tw-ring-opacity))}.dark\:enabled\:hover\:border-cyan-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(14 116 144 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-gray-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-green-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(4 108 78 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-indigo-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(81 69 205 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-lime-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-pink-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(191 18 93 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-red-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(200 30 30 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-teal-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(3 102 114 / var(--tw-border-opacity))}.dark\:enabled\:hover\:border-yellow-700:hover:enabled:is(.dark *){--tw-border-opacity: 1;border-color:rgb(142 75 16 / var(--tw-border-opacity))}.dark\:enabled\:hover\:bg-cyan-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(14 116 144 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-gray-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-green-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(4 108 78 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-indigo-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(81 69 205 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-lime-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-pink-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(191 18 93 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-primary-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(18 66 81 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-purple-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(149 167 148 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-red-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(200 30 30 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-secondary-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(149 167 148 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-teal-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(3 102 114 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:bg-yellow-700:hover:enabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(142 75 16 / var(--tw-bg-opacity))}.dark\:enabled\:hover\:text-white:hover:enabled:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.disabled\:dark\:text-gray-500:is(.dark *):disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.group:hover .dark\:group-hover\:bg-cyan-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(103 232 249 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-gray-500:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-gray-800\/60:is(.dark *){background-color:#1f293799}.group:hover .dark\:group-hover\:bg-green-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(132 225 188 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-indigo-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(180 198 252 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-lime-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-pink-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 217 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-purple-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(203 212 203 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-red-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(248 180 180 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-teal-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(126 220 226 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:bg-yellow-300:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(250 202 21 / var(--tw-bg-opacity))}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.group:focus .dark\:group-focus\:ring-gray-800\/70:is(.dark *){--tw-ring-color: rgb(31 41 55 / .7)}.peer:focus~.dark\:peer-focus\:ring-blue-800:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(14 53 65 / var(--tw-ring-opacity))}.group[data-checked] .dark\:group-data-\[checked\]\:border-white\/5:is(.dark *){border-color:#ffffff0d}.group[data-checked][data-hover] .dark\:group-data-\[checked\]\:group-data-\[hover\]\:border-white\/5:is(.dark *){border-color:#ffffff0d}.group[data-disabled] .dark\:group-data-\[disabled\]\:border-white\/20:is(.dark *){border-color:#fff3}.group[data-hover] .dark\:group-data-\[hover\]\:border-white\/30:is(.dark *){border-color:#ffffff4d}.group[data-checked] .dark\:group-data-\[checked\]\:bg-\[--checkbox-checked-bg\]:is(.dark *){background-color:var(--checkbox-checked-bg)}.group[data-disabled] .dark\:group-data-\[disabled\]\:bg-white\/\[2\.5\%\]:is(.dark *){background-color:#ffffff06}.group[data-disabled] .dark\:group-data-\[disabled\]\:\[--checkbox-check\:theme\(colors\.white\/50\%\)\]:is(.dark *){--checkbox-check: rgb(255 255 255 / 50%)}.group[data-checked] .dark\:group-data-\[checked\]\:after\:block:is(.dark *):after{content:var(--tw-content);display:block}.group[data-disabled][data-checked] .dark\:group-data-\[disabled\]\:group-data-\[checked\]\:after\:hidden:is(.dark *):after{content:var(--tw-content);display:none}@media (min-width: 640px){.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:mb-0{margin-bottom:0}.sm\:block{display:block}.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:size-4{width:1rem;height:1rem}.sm\:h-10{height:2.5rem}.sm\:h-3\.5{height:.875rem}.sm\:h-6{height:1.5rem}.sm\:h-7{height:1.75rem}.sm\:max-h-\[calc\(100dvh-4rem\)\]{max-height:calc(100dvh - 4rem)}.sm\:w-10{width:2.5rem}.sm\:w-12{width:3rem}.sm\:w-3\.5{width:.875rem}.sm\:w-6{width:1.5rem}.sm\:w-full{width:100%}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-auto{flex:1 1 auto}.sm\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:p-0{padding:0}.sm\:p-4{padding:1rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pr-16{padding-right:4rem}.sm\:pr-8{padding-right:2rem}.sm\:text-center{text-align:center}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.data-\[closed\]\:data-\[enter\]\:sm\:translate-x-2[data-enter][data-closed]{--tw-translate-x: .5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:data-\[enter\]\:sm\:translate-y-0[data-enter][data-closed],.data-\[closed\]\:sm\:translate-y-0[data-closed]{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[closed\]\:sm\:scale-95[data-closed]{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}}@media (min-width: 768px){.md\:inset-0{top:0;right:0;bottom:0;left:0}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mr-6{margin-right:1.5rem}.md\:mt-0{margin-top:0}.md\:block{display:block}.md\:flex{display:flex}.md\:inline-flex{display:inline-flex}.md\:hidden{display:none}.md\:h-auto{height:auto}.md\:h-full{height:100%}.md\:h-screen{height:100vh}.md\:w-1\/2{width:50%}.md\:w-48{width:12rem}.md\:w-auto{width:auto}.md\:max-w-xl{max-width:36rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:rounded-none{border-radius:0}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:border-0{border-width:0px}.md\:bg-transparent{background-color:transparent}.md\:p-0{padding:0}.md\:p-4{padding:1rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:font-medium{font-weight:500}.md\:text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.md\:hover\:bg-transparent:hover{background-color:transparent}.md\:hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.md\:dark\:hover\:bg-transparent:hover:is(.dark *){background-color:transparent}.md\:dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}}@media (min-width: 1024px){.lg\:bottom-0{bottom:0}.lg\:top-auto{top:auto}.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:mt-0{margin-top:0}.lg\:mt-5{margin-top:1.25rem}.lg\:block{display:block}.lg\:flex{display:flex}.lg\:h-1{height:.25rem}.lg\:w-1\/2{width:50%}.lg\:w-full{width:100%}.lg\:flex-1{flex:1 1 0%}.lg\:flex-row{flex-direction:row}.lg\:items-end{align-items:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:border-0{border-width:0px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l{border-left-width:1px}.lg\:border-r{border-right-width:1px}.lg\:border-t{border-top-width:1px}.lg\:border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity))}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pl-9{padding-left:2.25rem}.lg\:text-3xl{font-size:1.875rem;line-height:2.25rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-6xl{font-size:3.75rem;line-height:1}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}}@media (min-width: 1280px){.xl\:col-span-4{grid-column:span 4 / span 4}.xl\:p-0{padding:0}.xl\:px-48{padding-left:12rem;padding-right:12rem}}.peer:checked~.rtl\:peer-checked\:after\:-translate-x-full:where([dir=rtl],[dir=rtl] *):after{content:var(--tw-content);--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (forced-colors: active){.forced-colors\:appearance-auto{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.forced-colors\:\[--checkbox-check\:HighlightText\]{--checkbox-check: HighlightText}.forced-colors\:\[--checkbox-checked-bg\:Highlight\]{--checkbox-checked-bg: Highlight}.group[data-disabled] .forced-colors\:group-data-\[disabled\]\:\[--checkbox-check\:Highlight\]{--checkbox-check: Highlight}.dark\:forced-colors\:\[--checkbox-check\:HighlightText\]:is(.dark *){--checkbox-check: HighlightText}.dark\:forced-colors\:\[--checkbox-checked-bg\:Highlight\]:is(.dark *){--checkbox-checked-bg: Highlight}.group[data-disabled] .dark\:forced-colors\:group-data-\[disabled\]\:\[--checkbox-check\:Highlight\]:is(.dark *){--checkbox-check: Highlight}}.\[\&\>\*\]\:first\:rounded-t-lg:first-child>*{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.\[\&\>\*\]\:last\:rounded-b-lg:last-child>*{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.\[\&\>\*\]\:last\:border-b-0:last-child>*{border-bottom-width:0px}.\[\&\>button\]\:min-h-11>button{min-height:2.75rem}.\[\&\>button\]\:w-full>button{width:100%}@media (min-width: 640px){.sm\:\[\&\>button\]\:w-auto>button{width:auto}}.\[\&\>div\]\:relative>div{position:relative}.\[\&\>div\]\:shrink-0>div{flex-shrink:0}.\[\&_\.hw-input\]\:w-full .hw-input{width:100%}.\[\&_table\]\:min-w-\[800px\] table{min-width:800px}
