.root[data-v-876f5114]{color:var(--color-fg);gap:var(--spacing-xs);row-gap:var(--spacing-sm);grid-template-columns:1fr 1fr;width:100%;display:grid}.root-circle[data-v-876f5114]{color:var(--color-fg);align-items:flex-start;gap:var(--spacing-sm);flex-direction:column;display:flex}.label[data-v-876f5114]{font-size:var(--text-lg);color:var(--color-fg);font-weight:500;line-height:1.25rem}.value-text[data-v-876f5114]{font-size:var(--text-lg);color:var(--color-fg-muted);text-align:right;font-weight:500;line-height:1.25rem}.track[data-v-876f5114]{background:var(--track-color,var(--color-surface-subtle));border-radius:9999px;grid-column:1/-1;height:.375rem;overflow:hidden}.track[data-orientation=vertical][data-v-876f5114]{width:.375rem;height:8rem}.range[data-v-876f5114]{background:var(--range-color,var(--color-accent));border-radius:9999px;height:100%;transition:width .3s ease-out}.range[data-orientation=vertical][data-v-876f5114]{width:100%;transition:height .3s ease-out}.range[data-state=indeterminate][data-v-876f5114]{width:50%;animation:1s ease-in-out infinite indeterminate-876f5114}@keyframes indeterminate-876f5114{0%{transform:translate(-100%)}to{transform:translate(200%)}}.circle[data-v-876f5114]{--size:4rem;--thickness:.375rem;--circumference:calc(2 * 3.1416 * ((var(--size) - var(--thickness)) / 2))}.circle[data-state=indeterminate][data-v-876f5114]{animation:2s linear infinite circle-spin-876f5114}.circle-track[data-v-876f5114]{stroke:var(--track-color,var(--color-surface-subtle))}.circle-range[data-v-876f5114]{stroke:var(--range-color,var(--color-accent));transition:stroke-dasharray .6s ease-out,stroke .6s ease-out}.circle-range[data-state=indeterminate][data-v-876f5114]{animation:1.5s ease-in-out infinite circle-range-indeterminate-876f5114}.circle-value-text[data-v-876f5114]{font-size:calc(var(--size) * .25);color:var(--color-fg);font-weight:500;position:absolute}@keyframes circle-spin-876f5114{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes circle-range-indeterminate-876f5114{0%{stroke-dasharray:1px calc(var(--circumference,182px) - 1px);stroke-dashoffset:0}50%{stroke-dasharray:calc(var(--circumference,182px) / 2) calc(var(--circumference,182px) / 2);stroke-dashoffset:calc(var(--circumference,182px) / -4)}to{stroke-dasharray:calc(var(--circumference,182px) / 2) calc(var(--circumference,182px) / 2);stroke-dashoffset:calc(var(--circumference,182px) * -1)}}.button[data-v-2f39b75d]{font-family:var(--font-mono);font-size:var(--text-sm);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;color:var(--color-fg);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:.35rem;padding-block:.45rem;padding-inline:.9rem;font-weight:500;transition:background-color .12s,border-color .12s,color .12s,box-shadow .12s;display:inline-flex}.button[data-v-2f39b75d] svg{flex-shrink:0;width:1em;height:1em}.button[data-v-2f39b75d]:focus-visible{outline:2px solid var(--color-accent);outline-offset:-1px}.variant-primary[data-v-2f39b75d]{background:var(--color-accent);border-color:var(--color-accent-border);color:var(--color-accent-contrast);box-shadow:var(--shadow-xs)}.variant-primary[data-v-2f39b75d]:hover{background:var(--color-accent-hover)}.variant-primary[data-v-2f39b75d]:focus-visible{outline-color:var(--color-accent-contrast)}.variant-secondary[data-v-2f39b75d]{background:var(--color-surface-subtle);border-color:var(--color-border);color:var(--color-fg)}.variant-secondary[data-v-2f39b75d]:hover{background:var(--color-surface)}.variant-outline[data-v-2f39b75d]{border-color:var(--color-border);background:0 0}.variant-outline[data-v-2f39b75d]:hover{background:var(--color-surface)}.variant-ghost[data-v-2f39b75d]{background:0 0;border-color:#0000}.variant-ghost[data-v-2f39b75d]:hover{background:var(--color-surface-subtle)}.variant-icon[data-v-2f39b75d]{border-radius:var(--radius-sm);color:var(--color-fg-soft);border-color:#0000;padding:.4rem}.variant-icon[data-v-2f39b75d]:hover{background:var(--color-surface-subtle);color:var(--color-fg)}.variant-destructive[data-v-2f39b75d]{background:var(--color-destructive);border-color:var(--color-destructive-border);color:var(--color-destructive-contrast)}.variant-destructive[data-v-2f39b75d]:hover{background:var(--color-destructive-hover)}.variant-link[data-v-2f39b75d]{color:var(--color-accent-dynamic);background:0 0;border-color:#0000;padding:0;text-decoration:underline}.button[data-v-2f39b75d]:disabled,.button[disabled][data-v-2f39b75d]:not([disabled=false]){opacity:.5;cursor:not-allowed;filter:grayscale()}.variant-destructive[data-v-2f39b75d]:disabled,.variant-destructive[disabled][data-v-2f39b75d]:not([disabled=false]){background:var(--color-destructive);border-color:var(--color-destructive-border);color:var(--color-destructive-contrast);opacity:.5;filter:grayscale()}.root[data-v-71cedb9c]{padding-inline:var(--spacing-lg);grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:.25rem;display:grid}.title[data-v-71cedb9c]{font-size:var(--text-base);grid-column:1/1;font-weight:500}.description[data-v-71cedb9c]{font-size:var(--text-sm);color:var(--color-fg-soft);grid-area:2/1/auto/1}.action[data-v-71cedb9c]{grid-area:1/2/span 2/2;gap:.5rem;display:flex}.root[data-v-b9ef8dbc]{padding-inline:var(--spacing-lg);flex-direction:column;gap:.5rem;display:flex}.root[data-v-856438e7]{font-size:var(--text-sm);color:var(--color-fg-soft);margin:0;line-height:1.4}.root[data-v-08b61233]{border-top:1px solid var(--color-border);background-color:var(--color-surface-subtle);padding:var(--spacing-md);flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-top:auto;display:flex}.justify-start[data-v-08b61233]{justify-content:flex-start}.justify-center[data-v-08b61233]{justify-content:center}.justify-end[data-v-08b61233]{justify-content:flex-end}.justify-space-between[data-v-08b61233]{justify-content:space-between}.align-start[data-v-08b61233]{align-items:flex-start}.align-center[data-v-08b61233]{align-items:center}.align-end[data-v-08b61233]{align-items:flex-end}.direction-row[data-v-08b61233]{flex-direction:row}.direction-column[data-v-08b61233]{flex-direction:column}.root[data-v-e637c5e2]{font-size:var(--text-xl);letter-spacing:.03em}.root[data-v-5ca9ebad]{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-xs);gap:var(--spacing-md);flex-direction:column;display:flex;overflow:hidden}.root[data-v-5ca9ebad]>:first-child{padding-block-start:var(--spacing-lg)}.root[data-v-5ca9ebad]:not(:has(footer))>:last-child{padding-block-end:var(--spacing-lg)}
