.vd-ui-control{flex-direction:column;gap:6px;width:100%;display:flex}.vd-ui-label{letter-spacing:-.011em;color:var(--text-primary);font-size:13px;font-weight:600}.vd-ui-hint{letter-spacing:-.011em;color:var(--text-secondary);font-size:13px}.vd-ui-error{letter-spacing:-.011em;color:var(--system-red);font-size:13px}.vd-ui-input-row{align-items:center;gap:10px;display:flex}.vd-ui-leading-icon{width:20px;height:20px;color:var(--text-secondary);justify-content:center;align-items:center;display:inline-flex}.vd-ui-input,.vd-ui-select{border-radius:var(--radius-md);border:1px solid var(--control-border,#2c241924);background:var(--control-fill,var(--surface-2));width:100%;height:48px;color:var(--text-primary);letter-spacing:-.011em;transition:box-shadow var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard), background var(--motion-duration-fast) var(--motion-ease-standard);padding:0 14px;font-size:15px}.vd-ui-input--sm,.vd-ui-select--sm{height:40px;padding:0 12px;font-size:14px}[data-theme=dark] .vd-ui-input,[data-theme=dark] .vd-ui-select{background:var(--control-fill,#1c1c1e);border-color:var(--control-border,#ffffff29);color:var(--text-primary)}[data-theme=dark] .vd-ui-input[type=date],[data-theme=dark] .vd-ui-input[type=datetime-local],[data-theme=dark] .vd-ui-input[type=time],[data-theme=dark] .vd-ui-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.vd-ui-input::placeholder{color:var(--text-tertiary)}.vd-ui-input:focus,.vd-ui-select:focus{border-color:var(--brand-primary);box-shadow:var(--focus-ring-input);outline:none}.vd-ui-input[aria-invalid=true],.vd-ui-select[aria-invalid=true]{border-color:#ff3b30cc;box-shadow:0 0 0 2px #ff3b3024}.vd-ui-input:disabled,.vd-ui-select:disabled{opacity:.6;cursor:not-allowed;background:var(--surface-3)}.vd-ui-speech-note{width:100%;min-width:0;position:relative}.vd-ui-speech-note__input{border:1px solid var(--control-border,#2c24191f);background:var(--control-fill,var(--surface-2));width:100%;min-height:28px;color:var(--text-primary);letter-spacing:-.01em;resize:none;box-sizing:border-box;border-radius:6px;padding:4px 34px 4px 8px;font-family:inherit;font-size:12px;line-height:1.3}.vd-ui-speech-note--mic-sm .vd-ui-speech-note__input{border-radius:10px;min-height:40px;padding:8px 38px 8px 12px;font-size:13px;line-height:1.35}.vd-ui-speech-note--multiline .vd-ui-speech-note__textarea{border-radius:var(--radius-lg,12px);min-height:72px;padding:12px 52px 48px 12px;font-size:16px;line-height:1.5}.vd-ui-speech-note__input::placeholder{color:var(--text-tertiary)}.vd-ui-speech-note__input:focus{border-color:var(--brand-primary);box-shadow:var(--focus-ring-input);outline:none}[data-theme=dark] .vd-ui-speech-note__input{background:var(--control-fill,var(--surface-2));border-color:var(--control-border,#ffffff24);color:var(--text-primary)}[data-theme=dark] .vd-ui-speech-note__input:focus{border-color:var(--brand-primary)}.vd-ui-button{border-radius:var(--radius-md);cursor:pointer;letter-spacing:-.011em;-webkit-tap-highlight-color:transparent;box-sizing:border-box;transition:transform var(--tap-duration) var(--ease-tap), opacity var(--motion-duration-fast) var(--motion-ease-standard), background var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard);-webkit-user-select:none;user-select:none;border:1px solid #0000;justify-content:center;align-items:center;gap:10px;font-weight:600;line-height:1.2;text-decoration:none;display:inline-flex;position:relative}.vd-ui-button:active{transform:scale(.98)}.vd-ui-button:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.vd-ui-button__label{justify-content:center;align-items:center;gap:.35em;display:inline-flex}.vd-ui-button__label svg{flex-shrink:0}.vd-ui-button--sm{height:36px;padding:0 14px;font-size:13px}.vd-ui-button--md{height:48px;padding:0 16px;font-size:15px}.vd-ui-button--lg{height:52px;padding:0 20px;font-size:17px}.vd-ui-button--primary{background:var(--brand-primary);color:var(--text-on-brand)}.vd-ui-button--primary:hover:not(:disabled){opacity:.92}.vd-ui-button--secondary{background:var(--surface-1);color:var(--text-primary);border:1.5px solid #2c241933;box-shadow:0 1px 2px #2c24190f}.vd-ui-button--secondary:hover:not(:disabled){background:var(--brand-secondary);opacity:1;border-color:#2c241942}[data-theme=dark] .vd-ui-button--secondary{background:var(--surface-2);box-shadow:none;border-color:#ffffff2e}[data-theme=dark] .vd-ui-button--secondary:hover:not(:disabled){background:var(--surface-3);border-color:#ffffff3d}.vd-ui-button--ghost{color:var(--brand-primary);border:1.5px solid var(--brand-primary);background:0 0}.vd-ui-button--ghost:hover:not(:disabled){background:#c9a03c14}.vd-ui-button--danger{color:var(--system-danger);background:#ff3b301f;border:1px solid #ff3b3038}.vd-ui-button--danger:hover:not(:disabled){background:#ff3b3029}.vd-ui-button__spinner{border:2px solid #ffffff6b;border-top-color:#fffffff2;border-radius:999px;width:18px;height:18px;animation:1s linear infinite vd-ui-spin}.vd-ui-button--secondary .vd-ui-button__spinner,.vd-ui-button--ghost .vd-ui-button__spinner,.vd-ui-button--danger .vd-ui-button__spinner{border-color:#0000009e #00000038 #00000038}[data-theme=dark] .vd-ui-button--secondary .vd-ui-button__spinner,[data-theme=dark] .vd-ui-button--ghost .vd-ui-button__spinner,[data-theme=dark] .vd-ui-button--danger .vd-ui-button__spinner{border-color:#ffffffc7 #ffffff42 #ffffff42}@keyframes vd-ui-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.vd-ui-button,.vd-ui-input,.vd-ui-select,.vd-ui-switch__track,.vd-ui-switch__thumb,.vd-ui-checkbox__box,.vd-ui-checkbox__check,.vd-ui-toast,.vd-ui-toast--achievement,.vd-ui-button__spinner,.vd-ui-skeleton:after,.loading-skeleton:after{animation:none}}.vd-ui-switch{-webkit-user-select:none;user-select:none;align-items:flex-start;gap:12px;display:flex}.vd-ui-switch__control{cursor:pointer;flex-shrink:0;width:44px;height:28px;position:relative}.vd-ui-switch--disabled .vd-ui-switch__control{cursor:not-allowed}.vd-ui-switch__input{z-index:1;opacity:0;width:100%;height:100%;cursor:inherit;margin:0;position:absolute;inset:0}.vd-ui-switch__track{border-radius:var(--radius-full);background:var(--switch-track-off,#a89a84);width:44px;height:28px;box-shadow:inset 0 0 0 1px var(--switch-track-off-border,#2c261838);pointer-events:none;transition:background var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard)}.vd-ui-switch__thumb{background:var(--switch-thumb,#fff);width:24px;height:24px;box-shadow:var(--switch-thumb-shadow,0 2px 8px #00000024);pointer-events:none;transition:transform var(--motion-duration-fast) var(--motion-ease-standard), background var(--motion-duration-fast) var(--motion-ease-standard);border-radius:999px;position:absolute;top:2px;left:2px}.vd-ui-switch__input:focus-visible+.vd-ui-switch__track{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-switch__input:checked+.vd-ui-switch__track{background:var(--switch-track-on,var(--brand-primary));box-shadow:none}.vd-ui-switch__input:checked~.vd-ui-switch__thumb{transform:translate(16px)}.vd-ui-switch__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.vd-ui-switch__label{letter-spacing:-.011em;color:var(--text-primary);font-size:15px;font-weight:600}.vd-ui-switch__description{letter-spacing:-.011em;color:var(--text-secondary);font-size:13px}.vd-ui-switch--disabled{opacity:.6}.vd-ui-switch--control-only{gap:0;width:auto}.vd-ui-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text-primary);align-items:flex-start;gap:10px;display:inline-flex}.vd-ui-checkbox--control-only{vertical-align:middle;gap:0;width:auto}.vd-ui-checkbox--disabled{opacity:.55;cursor:not-allowed}.vd-ui-checkbox__input{opacity:0;pointer-events:none;width:0;height:0;margin:0;position:absolute}.vd-ui-checkbox__box{border:1.5px solid var(--checkbox-border,var(--control-border,#2c241924));background:var(--checkbox-bg,var(--control-fill,var(--surface-2)));width:20px;height:20px;transition:background var(--motion-duration-fast) var(--motion-ease-standard), border-color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:inline-flex;position:relative}.vd-ui-checkbox__check{width:12px;height:12px;color:var(--checkbox-check-color,#fff);opacity:0;transition:opacity var(--motion-duration-fast) var(--motion-ease-standard), transform var(--motion-duration-fast) var(--motion-ease-standard);transform:scale(.82)}.vd-ui-checkbox__input:checked+.vd-ui-checkbox__box{background:var(--checkbox-checked-bg,var(--brand-primary));border-color:var(--checkbox-checked-bg,var(--brand-primary))}.vd-ui-checkbox__input:checked+.vd-ui-checkbox__box .vd-ui-checkbox__check{opacity:1;transform:scale(1)}.vd-ui-checkbox__input:focus-visible+.vd-ui-checkbox__box{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-checkbox__content{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.vd-ui-checkbox__label{letter-spacing:-.011em;color:var(--text-primary);font-size:15px;font-weight:500;line-height:1.35}.vd-ui-checkbox__description{letter-spacing:-.011em;color:var(--text-secondary);font-size:13px;line-height:1.4}.vd-ui-date-range{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.vd-ui-date-range__field{flex-direction:column;flex:1;gap:6px;min-width:160px;display:flex}.vd-ui-segmented{background:color-mix(in srgb, var(--brand-primary,var(--accent)) 9%, transparent);border:1px solid color-mix(in srgb, var(--brand-primary,var(--accent)) 20%, transparent);box-sizing:border-box;vertical-align:top;border-radius:10px;align-items:stretch;gap:0;width:auto;max-width:100%;padding:2px;display:inline-flex}.vd-ui-segmented--sm{border-radius:8px;padding:1px}.vd-ui-segmented__item{min-width:0;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background var(--motion-duration-fast) var(--motion-ease-standard), color var(--motion-duration-fast) var(--motion-ease-standard), box-shadow var(--motion-duration-fast) var(--motion-ease-standard);box-shadow:none;background:0 0;border:none;border-radius:8px;flex:auto;justify-content:center;align-items:center;display:inline-flex;position:relative}.vd-ui-segmented--md .vd-ui-segmented__item{height:auto;min-height:36px;padding:6px 10px}.vd-ui-segmented--sm .vd-ui-segmented__item{border-radius:7px;height:auto;min-height:30px;padding:4px 8px}.vd-ui-segmented__item:active:not(:disabled){background:color-mix(in srgb, var(--brand-primary,var(--accent)) 6%, transparent);transform:none}.vd-ui-segmented__item:focus-visible{box-shadow:var(--focus-ring-brand);z-index:1;outline:none}.vd-ui-segmented__item:disabled{opacity:.55;cursor:not-allowed}.vd-ui-segmented__item--active{color:var(--brand-primary,var(--accent));background:color-mix(in srgb, var(--brand-primary,var(--accent)) 14%, var(--surface-1,#fff));box-shadow:inset 0 0 0 1.5px var(--brand-primary,var(--accent))}.vd-ui-segmented__item--active:after{content:"";background:var(--brand-primary,var(--accent));pointer-events:none;border-radius:99px;height:2px;position:absolute;bottom:3px;left:18%;right:18%}.vd-ui-segmented__label{letter-spacing:-.011em;text-align:center;white-space:nowrap;font-size:13px;font-weight:600;line-height:1.25}.vd-ui-segmented--sm .vd-ui-segmented__label{font-size:12px}.vd-ui-selectable-tile-grid{gap:12px;margin-bottom:24px;display:grid}.vd-ui-selectable-tile-grid--cols-2{grid-template-columns:repeat(2,1fr)}.vd-ui-selectable-tile-grid--cols-1{grid-template-columns:1fr}@media (width<=600px){.vd-ui-selectable-tile-grid--cols-2{grid-template-columns:1fr}}@media (width<=768px){.vd-ui-selectable-tile-grid--hide-disabled-mobile .vd-ui-selectable-tile--disabled{display:none}}.vd-ui-selectable-tile{background:var(--system-gray-6);cursor:pointer;width:100%;font:inherit;text-align:left;appearance:none;box-sizing:border-box;color:inherit;-webkit-user-select:none;user-select:none;border:2px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:16px;transition:background .2s,border-color .2s;display:flex;position:relative}.vd-ui-selectable-tile:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-selectable-tile:hover:not(:disabled){background:var(--system-gray-5)}.vd-ui-selectable-tile--active{background:color-mix(in srgb, var(--system-blue) 8%, transparent);border-color:var(--system-blue)}.vd-ui-selectable-tile--disabled{opacity:.45;cursor:not-allowed}[data-theme=dark] .vd-ui-selectable-tile{background:var(--system-gray-6)}[data-theme=dark] .vd-ui-selectable-tile:hover:not(:disabled){background:var(--system-gray-5)}[data-theme=dark] .vd-ui-selectable-tile--active{background:color-mix(in srgb, var(--system-blue) 15%, transparent)}.vd-ui-selectable-tile__icon{background:var(--system-blue);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.vd-ui-selectable-tile__icon svg{width:24px;height:24px}.vd-ui-selectable-tile__body{flex-direction:column;flex:1;align-items:flex-start;gap:0;min-width:0;display:flex}.vd-ui-selectable-tile__label{color:var(--text-primary);margin:0;font-size:15px;font-weight:600;line-height:1.3}.vd-ui-selectable-tile__badge{background:var(--system-gray-4);color:var(--text-secondary);letter-spacing:.3px;border-radius:6px;margin-top:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.vd-ui-selectable-tile__check{background:var(--system-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:12px;right:12px}.vd-ui-toast-region{top:max(16px, env(safe-area-inset-top,0px));right:max(16px, env(safe-area-inset-right,0px));width:min(320px,100vw - 32px);z-index:var(--z-toast);pointer-events:none;flex-direction:column;align-items:stretch;gap:10px;display:flex;position:fixed;bottom:auto;left:auto;transform:none}.vd-ui-toast{pointer-events:auto;background:var(--surface-1);min-height:0;color:var(--text-primary);opacity:var(--toast-swipe-opacity,1);touch-action:pan-y;transform:translate3d(var(--toast-swipe-x,0px), 0, 0);transition:opacity var(--motion-duration-fast) var(--motion-ease-standard), transform var(--motion-duration-fast) var(--motion-ease-standard);will-change:opacity, transform;border:1px solid #2c24191f;border-radius:8px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;animation:.3s cubic-bezier(.22,1,.36,1) vd-ui-toast-enter;display:grid;box-shadow:0 8px 24px #2c24191f}.vd-ui-toast--undo{grid-template-columns:auto minmax(0,1fr) auto}.vd-ui-toast[data-swiping=true]{cursor:grabbing;-webkit-user-select:none;user-select:none;transition:none}.vd-ui-toast:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-toast--achievement{-webkit-backdrop-filter:blur(8px)}.vd-ui-toast__icon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:1px;font-size:13px;font-weight:700;line-height:1;display:flex}.vd-ui-toast__content{letter-spacing:-.011em;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;min-width:0;font-size:13px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.vd-ui-toast__action{cursor:pointer;letter-spacing:-.011em;color:var(--brand-primary);-webkit-tap-highlight-color:transparent;transition:background var(--motion-duration-fast) var(--motion-ease-standard), transform var(--tap-duration) var(--ease-tap), opacity var(--motion-duration-fast) var(--motion-ease-standard);background:0 0;border:none;border-radius:10px;margin:-6px -8px;padding:6px 8px;font-size:14px;font-weight:600}.vd-ui-toast__action:hover{background:#2c241914}.vd-ui-toast--success .vd-ui-toast__action,.vd-ui-toast--error .vd-ui-toast__action,.vd-ui-toast--info .vd-ui-toast__action{color:inherit;font-weight:700}.vd-ui-toast__action:active{transform:scale(.96)}.vd-ui-toast--success{color:#1d6b32;background:linear-gradient(135deg,#34c75929 0%,#34c75914 100%);border-color:#34c7596b}.vd-ui-toast--success .vd-ui-toast__icon{color:#1d6b32;background:#34c75938}.vd-ui-toast--error{color:#c41e14;background:linear-gradient(135deg,#ff3b3029 0%,#ff3b3014 100%);border-color:#ff3b306b}.vd-ui-toast--error .vd-ui-toast__icon{color:#c41e14;background:#ff3b3033}.vd-ui-toast--info{color:#7a6028;background:linear-gradient(135deg,#c9a03c29 0%,#c9a03c14 100%);border-color:#c9a03c6b}.vd-ui-toast--info .vd-ui-toast__icon{color:#7a6028;background:#c9a03c38}.vd-ui-toast--warning{color:#9a5b00;background:linear-gradient(135deg,#ff95002e 0%,#ff950014 100%);border-color:#ff950073}.vd-ui-toast--warning .vd-ui-toast__icon{color:#9a5b00;background:#ff95003d}[data-theme=dark] .vd-ui-toast--success{color:#6ee787;background:linear-gradient(135deg,#32d74b2e 0%,#32d74b14 100%);border-color:#32d74b6b}[data-theme=dark] .vd-ui-toast--success .vd-ui-toast__icon{color:#6ee787;background:#32d74b38}[data-theme=dark] .vd-ui-toast--error{color:#ff8a82;background:linear-gradient(135deg,#ff453a2e 0%,#ff453a14 100%);border-color:#ff453a6b}[data-theme=dark] .vd-ui-toast--error .vd-ui-toast__icon{color:#ff8a82;background:#ff453a38}[data-theme=dark] .vd-ui-toast--info{color:#ecd898;background:linear-gradient(135deg,#e0bc5c33 0%,#e0bc5c14 100%);border-color:#e0bc5c6b}[data-theme=dark] .vd-ui-toast--info .vd-ui-toast__icon{color:#ecd898;background:#e0bc5c3d}[data-theme=dark] .vd-ui-toast--warning{color:#ffc46b;background:linear-gradient(135deg,#ff9f0a33 0%,#ff9f0a14 100%);border-color:#ff9f0a6b}[data-theme=dark] .vd-ui-toast--warning .vd-ui-toast__icon{color:#ffc46b;background:#ff9f0a3d}@keyframes vd-ui-toast-enter{0%{opacity:0;transform:translateY(8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes vd-ui-toast-exit{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(-8px)scale(.96)}}@keyframes vd-ui-toast-swipe-exit{0%{opacity:var(--toast-swipe-opacity,1);transform:translate3d(var(--toast-swipe-x,0px), 0, 0)}to{opacity:0;transform:translate(calc(100vw + 32px))}}.vd-ui-toast--exiting{pointer-events:none;animation:.2s cubic-bezier(.22,1,.36,1) forwards vd-ui-toast-exit}.vd-ui-toast--swipe-exiting{animation:.2s cubic-bezier(.22,1,.36,1) forwards vd-ui-toast-swipe-exit}.vd-ui-surface{padding:var(--spacing-md);border-radius:var(--radius-xl)}.vd-ui-surface--base{background:var(--background-base)}.vd-ui-surface--content,.vd-ui-surface--overlay{background:var(--surface-1)}.vd-ui-surface--chrome{background:var(--surface-glass,var(--surface-1))}.vd-ui-surface--glass{background:var(--surface-glass);-webkit-backdrop-filter:blur(var(--glass-blur));border:var(--glass-border)}.vd-ui-surface--card{background:var(--surface-1);box-shadow:var(--shadow-card)}.vd-ui-surface--inset{background:var(--surface-3);border-radius:var(--radius-md);padding:var(--spacing-md)}.vd-ui-semantic-banner{border-radius:var(--radius-sm);border:1.5px solid #0000;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.5}.vd-ui-semantic-banner--info{color:var(--text-secondary);background:#0a84ff1a;border-color:#0a84ff59}.vd-ui-semantic-banner--success{color:#1d6b32;background:#34c75924;border-color:#34c75973}.vd-ui-semantic-banner--danger{color:#c41e14;background:#ff3b3024;border-color:#ff3b3073}.vd-ui-semantic-banner--warning{color:#a85600;background:#ff950024;border-color:#ff950073}[data-theme=dark] .vd-ui-semantic-banner--info{color:var(--text-secondary)}[data-theme=dark] .vd-ui-semantic-banner--success{color:var(--system-success)}[data-theme=dark] .vd-ui-semantic-banner--danger{color:var(--system-danger)}[data-theme=dark] .vd-ui-semantic-banner--warning{color:var(--system-warning)}.vd-ui-skeleton,.loading-skeleton{background:var(--surface-3);border-radius:var(--vd-ui-skeleton-radius,var(--radius-xs));width:var(--vd-ui-skeleton-width,auto);height:var(--vd-ui-skeleton-height,auto);flex-shrink:0;display:block;position:relative;overflow:hidden}.vd-ui-skeleton:after,.loading-skeleton:after{content:"";background:linear-gradient(90deg,#0000 0%,#fffbf70d 20%,#ffffff8c 50%,#fffbf70d 80%,#0000 100%);animation:1.55s ease-in-out infinite vd-ui-skeleton-wave;position:absolute;inset:0;transform:translate(-100%)}[data-theme=dark] .vd-ui-skeleton:after,[data-theme=dark] .loading-skeleton:after{background:linear-gradient(90deg,#0000 0%,#fff8f008 20%,#fff8f01f 50%,#fff8f008 80%,#0000 100%)}@keyframes vd-ui-skeleton-wave{0%{transform:translate(-100%)}to{transform:translate(100%)}}.vd-ui-skeleton--inline,.loading-skeleton--inline{vertical-align:middle;width:var(--vd-ui-skeleton-width,44px);height:var(--vd-ui-skeleton-height,14px);border-radius:var(--radius-full);display:inline-block}.vd-ui-skeleton--text{height:var(--vd-ui-skeleton-height,14px);width:var(--vd-ui-skeleton-width,100%);border-radius:var(--radius-xs)}.vd-ui-skeleton--circle{border-radius:var(--vd-ui-skeleton-radius,var(--radius-full));aspect-ratio:1;width:var(--vd-ui-skeleton-width,40px);height:var(--vd-ui-skeleton-height,40px)}.vd-ui-skeleton-text{gap:var(--vd-ui-skeleton-text-gap,10px);flex-direction:column;width:100%;display:flex}.vd-ui-skeleton-card{padding:var(--spacing-md);border-radius:var(--radius-lg);background:var(--surface-1);box-shadow:var(--shadow-card);border:1px solid #2c241914;flex-direction:column;gap:12px;display:flex}[data-theme=dark] .vd-ui-skeleton-card{border-color:#ffffff14}.vd-ui-skeleton-list-item{align-items:center;gap:14px;padding:12px 0;display:flex}.vd-ui-skeleton-list-item .vd-ui-skeleton-text{flex:1;min-width:0}.loading-skeleton--title{border-radius:var(--radius-sm);width:60%;height:28px;margin-bottom:8px}.loading-skeleton--line{width:100%;height:16px}.vd-ui-icon-button{color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;transition:background var(--motion-duration-fast) var(--motion-ease-standard), transform var(--tap-duration) var(--ease-tap);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.vd-ui-icon-button:hover:not(:disabled){background:var(--surface-3)}.vd-ui-icon-button:active:not(:disabled){transform:scale(.98)}.vd-ui-icon-button:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-icon-button:disabled{opacity:.6;cursor:not-allowed}.vd-ui-icon-button--sm{border-radius:var(--radius-sm);width:36px;height:36px}.vd-ui-icon-button--md{border-radius:14px;width:44px;height:44px}.vd-ui-media-upload-trigger{border:.5px solid var(--control-border);background:var(--control-fill);color:var(--text-primary);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background .15s ease, border-color .15s ease, transform .15s var(--ease-tap,ease);flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex}.vd-ui-media-upload-trigger--sm{border-radius:999px;width:32px;height:32px}.vd-ui-media-upload-trigger--md{border-radius:var(--radius-sm);width:36px;height:36px}.vd-ui-media-upload-trigger:hover:not(:disabled){background:color-mix(in srgb, var(--text-primary) 6%, var(--control-fill));border-color:color-mix(in srgb, var(--text-primary) 22%, transparent)}.vd-ui-media-upload-trigger:active:not(:disabled){transform:scale(.98)}.vd-ui-media-upload-trigger:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}.vd-ui-media-upload-trigger:disabled{opacity:.55;cursor:not-allowed}.vd-ui-media-upload-trigger--overlay{background:color-mix(in srgb, var(--surface-1) 92%, transparent);-webkit-backdrop-filter:blur(10px)saturate(1.1);border-radius:12px}[data-theme=dark] .vd-ui-media-upload-trigger--overlay{background:color-mix(in srgb, var(--control-fill) 90%, transparent);border-color:#ffffff24}.vd-ui-page-header{margin-bottom:28px;position:relative}.vd-ui-page-header__immersive{padding:var(--spacing-md) 0 var(--spacing-lg)}.vd-ui-page-header__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}.vd-ui-page-header__breadcrumb{color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:4px;font-size:13px;display:flex}.vd-ui-page-header__breadcrumb-wrap{align-items:center;gap:4px;display:inline-flex}.vd-ui-page-header__breadcrumb-sep{color:var(--text-tertiary);margin:0 2px}.vd-ui-page-header__breadcrumb-link{color:var(--text-secondary);text-decoration:none;transition:color .15s}.vd-ui-page-header__breadcrumb-link:hover{color:var(--brand-primary)}.vd-ui-page-header__breadcrumb-current{color:var(--text-primary);font-weight:500}.vd-ui-page-header__actions{align-items:center;gap:8px;display:flex}.vd-ui-page-header__inner{min-width:0}.vd-ui-page-header__title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.vd-ui-page-header__title--row{flex:1;min-width:0;margin-bottom:0}.vd-ui-page-header__title-end{flex-shrink:0;align-items:center;gap:8px;display:flex}.vd-ui-page-header__title{letter-spacing:-.03em;color:var(--text-primary);margin:0;font-size:32px;font-weight:800;line-height:1.15}.vd-ui-page-header__subtitle{margin:var(--spacing-sm) 0 0;letter-spacing:-.011em;color:var(--text-secondary);font-size:15px;font-weight:400}.vd-ui-page-header__bar{z-index:var(--z-saas-header);justify-content:space-between;align-items:center;gap:var(--spacing-md);height:56px;padding:0 var(--spacing-md);background:var(--surface-glass);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:var(--glass-border);display:none;position:fixed;top:0;left:0;right:0}.vd-ui-page-header__bar-title{letter-spacing:-.011em;min-width:0;color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:17px;font-weight:600;overflow:hidden}.vd-ui-page-header__bar-actions{align-items:center;gap:var(--spacing-sm);flex-shrink:0;display:flex}.vd-ui-page-header--collapsed .vd-ui-page-header__immersive{visibility:hidden;height:56px;padding:0;overflow:hidden}.vd-ui-page-header--collapsed .vd-ui-page-header__bar{display:flex}.vd-ui-bottom-action-bar{left:var(--spacing-md);right:var(--spacing-md);bottom:calc(env(safe-area-inset-bottom,0px) + var(--spacing-md));z-index:var(--z-chrome-tabbar);pointer-events:none;position:fixed}.vd-ui-bottom-action-bar__inner{pointer-events:auto;justify-content:space-between;align-items:center;gap:var(--spacing-md);border-radius:var(--radius-lg);background:var(--surface-glass);-webkit-backdrop-filter:blur(var(--glass-blur));border:var(--glass-border);box-shadow:var(--shadow-floating-bar);padding:12px 14px;display:flex}.vd-ui-bottom-action-bar__summary{flex:1;min-width:0}.vd-ui-bottom-action-bar__action{flex-shrink:0}.vd-ui-bottom-action-bar__action .vd-ui-button{min-width:120px}.vd-ui-status-badge{border-radius:var(--radius-full,999px);letter-spacing:-.01em;white-space:nowrap;-webkit-user-select:none;user-select:none;align-items:center;min-height:26px;padding:0 10px;font-size:12px;font-weight:650;display:inline-flex}.vd-ui-status-badge--success{color:#248a3d;background:#34c75924}.vd-ui-status-badge--warning{color:#c93400;background:#ff950024}.vd-ui-status-badge--neutral{color:var(--text-secondary);background:color-mix(in srgb, var(--text-primary) 8%, transparent)}.vd-ui-status-badge--danger{color:#c41e14;background:#ff3b3024;border:1px solid #ff3b3059}.vd-ui-status-badge--info{color:#06c;background:#0a84ff1f;border:1px solid #0a84ff52}[data-theme=dark] .vd-ui-status-badge--danger{color:var(--system-danger,#ff453a);background:#3a1716;border-color:#ff453a66}[data-theme=dark] .vd-ui-status-badge--info{color:var(--system-info,#0a84ff);background:#0a84ff2e;border-color:#0a84ff66}.vd-ui-section-card{flex-direction:column;gap:12px;padding:16px;display:flex}.vd-ui-section-card__title{letter-spacing:-.015em;color:var(--text-primary);-webkit-user-select:none;user-select:none;margin:0;font-size:15px;font-weight:650}.vd-ui-section-card__body{min-width:0}.vd-ui-sticky-action-bar{z-index:4;border-radius:var(--radius-md);background:color-mix(in srgb, var(--surface-1,#fff) 92%, transparent);-webkit-backdrop-filter:blur(12px);border:.5px solid #78788033;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-top:16px;padding:12px 14px;display:flex;position:sticky;bottom:0;box-shadow:0 -2px 12px #0000000f}.vd-ui-sticky-action-bar__summary{flex-wrap:wrap;flex:1;align-items:baseline;gap:6px 10px;min-width:0;display:flex}.vd-ui-sticky-action-bar__trailing{flex-wrap:wrap;align-items:center;gap:8px;margin-left:auto;display:flex}.vd-ui-sticky-action-bar__metric{flex-wrap:wrap;align-items:baseline;gap:6px;display:inline-flex}.vd-ui-sticky-action-bar__metric-label{color:var(--text-secondary);font-size:12px;font-weight:600}.vd-ui-sticky-action-bar__metric-value{font-variant-numeric:tabular-nums;color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:700}.vd-ui-sticky-action-bar__metric-value--pending{color:#c93400;font-size:13px;font-weight:600}.vd-ui-sticky-action-bar__sep{color:var(--text-secondary);opacity:.45;font-size:14px}.vd-ui-select--embedded,.vd-ui-control--embedded .vd-ui-select{background:var(--surface-2);border-radius:8px;height:32px;padding:0 10px;font-size:13px}.vd-ui-control--embedded .vd-ui-select--sm{height:32px}[data-theme=dark] .vd-ui-control--embedded .vd-ui-select{background:color-mix(in srgb, var(--surface-2) 88%, #000)}.vd-ui-control--embedded{gap:0;width:auto}.vd-ui-table-wrap{-webkit-overflow-scrolling:touch;border-radius:var(--radius-sm);border:1px solid var(--surface-3);background:var(--surface-1);min-width:0;max-width:100%;overflow-x:auto}.vd-ui-table{border-collapse:collapse;width:100%;color:var(--text-primary);font-size:14px}.vd-ui-table__head{background:color-mix(in srgb, var(--text-primary) 6%, transparent);border-bottom:1px solid var(--surface-3)}.vd-ui-table__th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-secondary);white-space:nowrap;-webkit-user-select:none;user-select:none;padding:10px 14px;font-size:11px;font-weight:700}.vd-ui-table__th--center{text-align:center}.vd-ui-table__th--right{text-align:right}.vd-ui-table__row{border-bottom:1px solid var(--surface-3);background:var(--surface-1);transition:background var(--motion-duration-fast) var(--motion-ease-standard)}.vd-ui-table__row:last-child{border-bottom:none}.vd-ui-table__row--interactive{cursor:pointer}.vd-ui-table__row--interactive:hover{background:color-mix(in srgb, var(--text-primary) 4%, transparent)}.vd-ui-table__row--interactive:focus-visible{outline:2px solid color-mix(in srgb, var(--brand-primary) 55%, transparent);outline-offset:-2px}.vd-ui-table__td{vertical-align:middle;color:var(--text-primary);padding:10px 14px}.vd-ui-table__td--center{text-align:center}.vd-ui-table__td--right{text-align:right;font-variant-numeric:tabular-nums}.vd-ui-table--compact .vd-ui-table__th,.vd-ui-table--compact .vd-ui-table__td{padding:8px 10px}@media (width<=640px){.vd-ui-sticky-action-bar{flex-direction:column;align-items:stretch}.vd-ui-sticky-action-bar__trailing{justify-content:flex-end;margin-left:0}}.vd-ui-empty-state{text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:48px 24px;display:flex}.vd-ui-empty-state__icon{background:var(--surface-2);width:80px;height:80px;color:var(--text-secondary);border-radius:24px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.vd-ui-empty-state__title{color:var(--text-primary);margin:0 0 12px;font-size:24px;font-weight:700}.vd-ui-empty-state__description{color:var(--text-secondary);max-width:400px;margin:0 0 24px;font-size:17px;line-height:1.5}.vd-ui-empty-state__action{margin-top:8px}.vd-ui-loading-state{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:120px;padding:48px 24px;display:flex}.vd-ui-loading-state__spinner{color:var(--text-secondary);animation:1s linear infinite vd-ui-spin}.vd-ui-loading-state__message{color:var(--text-secondary);margin:0;font-size:15px}.vd-ui-loading-state--skeleton{justify-content:flex-start;align-items:stretch;gap:14px;min-height:0;padding:0}.vd-ui-loading-state__skeleton-title{border-radius:var(--radius-sm);margin-bottom:8px}@media (prefers-reduced-motion:reduce){.vd-ui-loading-state__spinner{animation:none}}[data-vdine-appearance=system] .vd-ui-button--md,[data-vdine-appearance=system] .vd-ui-input,[data-vdine-appearance=system] .vd-ui-select{height:auto;min-height:var(--control-height-md);border-radius:var(--control-radius)}@media (pointer:coarse){[data-vdine-appearance=system] .vd-ui-button--md,[data-vdine-appearance=system] .vd-ui-input,[data-vdine-appearance=system] .vd-ui-select{min-height:var(--control-height-touch)}}[data-vdine-appearance=system] .vd-ui-button--primary{background:var(--brand-primary);color:var(--text-on-brand)}[data-vdine-appearance=system] .vd-ui-button--primary:hover:not(:disabled){filter:brightness(.96);opacity:1}[data-vdine-appearance=system] .vd-ui-button--primary:active:not(:disabled){filter:brightness(.92);transform:scale(.98)}[data-vdine-appearance=system] .vd-ui-button--secondary{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--separator);box-shadow:none}[data-vdine-appearance=system] .vd-ui-button--secondary:hover:not(:disabled){background:var(--surface-2);border-color:var(--separator);opacity:1}[data-vdine-appearance=system] .vd-ui-button--secondary:active:not(:disabled){background:var(--surface-3);transform:scale(.98)}[data-vdine-appearance=system] .vd-ui-button--ghost{color:var(--brand-primary);box-shadow:none;background:0 0;border:1px solid #0000}[data-vdine-appearance=system] .vd-ui-button--ghost:hover:not(:disabled){color:var(--brand-primary);opacity:.82;background:0 0}[data-vdine-appearance=system] .vd-ui-button--ghost:active:not(:disabled){opacity:.7;transform:scale(.98)}[data-vdine-appearance=system] .vd-ui-button--danger{background:color-mix(in srgb, var(--system-danger) 12%, transparent);color:var(--system-danger);border:1px solid color-mix(in srgb, var(--system-danger) 28%, transparent)}[data-vdine-appearance=system] .vd-ui-button--danger:hover:not(:disabled){background:color-mix(in srgb, var(--system-danger) 18%, transparent)}[data-vdine-appearance=system] .vd-ui-button--danger:active:not(:disabled){background:color-mix(in srgb, var(--system-danger) 24%, transparent);transform:scale(.98)}[data-vdine-appearance=system] .vd-ui-button:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-button:disabled{cursor:not-allowed;opacity:1;color:var(--text-tertiary);background:var(--surface-3);border-color:var(--separator);filter:none;transform:none}[data-vdine-appearance=system] .vd-ui-button--ghost:disabled{color:var(--text-tertiary);background:0 0;border-color:#0000}[data-vdine-appearance=system] .vd-ui-button--loading .vd-ui-button__label{opacity:.72}[data-vdine-appearance=system] .vd-ui-button--primary .vd-ui-button__spinner{border-color:color-mix(in srgb, var(--text-on-brand) 35%, transparent);border-top-color:var(--text-on-brand)}[data-vdine-appearance=system] .vd-ui-button--secondary .vd-ui-button__spinner,[data-vdine-appearance=system] .vd-ui-button--ghost .vd-ui-button__spinner,[data-vdine-appearance=system] .vd-ui-button--danger .vd-ui-button__spinner{border-color:color-mix(in srgb, var(--text-primary) 22%, transparent);border-top-color:var(--text-primary)}[data-vdine-appearance=system] .vd-ui-icon-button{box-sizing:border-box;border-radius:var(--control-radius);min-width:44px;min-height:44px;color:var(--text-primary);background:0 0}[data-vdine-appearance=system] .vd-ui-icon-button--sm{border-radius:var(--control-radius);width:44px;height:44px;padding:4px}[data-vdine-appearance=system] .vd-ui-icon-button--md{border-radius:var(--control-radius);width:44px;height:44px}[data-vdine-appearance=system] .vd-ui-icon-button:hover:not(:disabled){background:var(--surface-2)}[data-vdine-appearance=system] .vd-ui-icon-button:active:not(:disabled){background:var(--surface-3);transform:scale(.98)}[data-vdine-appearance=system] .vd-ui-icon-button:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-icon-button:disabled{opacity:1;color:var(--text-tertiary);cursor:not-allowed;background:0 0}[data-vdine-appearance=system] .vd-ui-input,[data-vdine-appearance=system] .vd-ui-select{border:1px solid var(--control-border,var(--separator));background:var(--control-fill,var(--surface-2));color:var(--text-primary);padding:0 12px;font-size:15px}[data-vdine-appearance=system] .vd-ui-input::placeholder{color:var(--text-tertiary)}[data-vdine-appearance=system] .vd-ui-input:focus,[data-vdine-appearance=system] .vd-ui-select:focus{border-color:var(--brand-primary);box-shadow:var(--focus-ring-input);outline:none}[data-vdine-appearance=system] .vd-ui-input[aria-invalid=true],[data-vdine-appearance=system] .vd-ui-select[aria-invalid=true]{border-color:var(--system-danger);box-shadow:0 0 0 2px color-mix(in srgb, var(--system-danger) 22%, transparent)}[data-vdine-appearance=system] .vd-ui-error{color:var(--system-danger)}[data-vdine-appearance=system] .vd-ui-input:disabled,[data-vdine-appearance=system] .vd-ui-select:disabled{opacity:1;cursor:not-allowed;color:var(--text-tertiary);background:var(--surface-3);border-color:var(--separator)}[data-vdine-appearance=system] .vd-ui-switch__track{background:var(--separator);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--text-primary) 12%, transparent)}[data-vdine-appearance=system] .vd-ui-switch__input:checked+.vd-ui-switch__track{background:var(--brand-primary);box-shadow:none}[data-vdine-appearance=system] .vd-ui-switch__input:focus-visible+.vd-ui-switch__track{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-switch--disabled{opacity:1}[data-vdine-appearance=system] .vd-ui-switch--disabled .vd-ui-switch__track{background:var(--surface-3)}[data-vdine-appearance=system] .vd-ui-switch--disabled .vd-ui-switch__thumb{background:var(--surface-1);box-shadow:none}[data-vdine-appearance=system] .vd-ui-switch--disabled .vd-ui-switch__label,[data-vdine-appearance=system] .vd-ui-switch--disabled .vd-ui-switch__description{color:var(--text-tertiary)}[data-vdine-appearance=system] .vd-ui-checkbox__box{border-color:var(--separator);background:var(--control-fill,var(--surface-2))}[data-vdine-appearance=system] .vd-ui-checkbox__input:checked+.vd-ui-checkbox__box{background:var(--brand-primary);border-color:var(--brand-primary)}[data-vdine-appearance=system] .vd-ui-checkbox__input:focus-visible+.vd-ui-checkbox__box{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-checkbox--disabled{opacity:1;cursor:not-allowed}[data-vdine-appearance=system] .vd-ui-checkbox--disabled .vd-ui-checkbox__box{background:var(--surface-3);border-color:var(--separator)}[data-vdine-appearance=system] .vd-ui-checkbox--disabled .vd-ui-checkbox__label,[data-vdine-appearance=system] .vd-ui-checkbox--disabled .vd-ui-checkbox__description{color:var(--text-tertiary)}[data-vdine-appearance=system] .vd-ui-segmented{background:0 0;border:none;border-radius:0;gap:4px;padding:0}[data-vdine-appearance=system] .vd-ui-segmented__item{color:var(--text-secondary);border-radius:var(--control-radius);box-shadow:none;background:0 0}[data-vdine-appearance=system] .vd-ui-segmented__item:hover:not(:disabled):not(.vd-ui-segmented__item--active){background:var(--surface-2);color:var(--text-primary)}[data-vdine-appearance=system] .vd-ui-segmented__item:active:not(:disabled){background:var(--surface-3);transform:none}[data-vdine-appearance=system] .vd-ui-segmented__item:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-segmented__item--active{color:var(--brand-primary);box-shadow:none;background:0 0}[data-vdine-appearance=system] .vd-ui-segmented__item--active:after{background:var(--brand-primary);height:2px;bottom:2px;left:22%;right:22%}[data-vdine-appearance=system] .vd-ui-segmented__item:disabled{opacity:1;color:var(--text-tertiary);cursor:not-allowed}@media (prefers-reduced-motion:reduce){[data-vdine-appearance=system] .vd-ui-button,[data-vdine-appearance=system] .vd-ui-icon-button,[data-vdine-appearance=system] .vd-ui-input,[data-vdine-appearance=system] .vd-ui-select,[data-vdine-appearance=system] .vd-ui-switch__track,[data-vdine-appearance=system] .vd-ui-switch__thumb,[data-vdine-appearance=system] .vd-ui-checkbox__box,[data-vdine-appearance=system] .vd-ui-checkbox__check,[data-vdine-appearance=system] .vd-ui-segmented__item{transition:none}[data-vdine-appearance=system] .vd-ui-button:active:not(:disabled),[data-vdine-appearance=system] .vd-ui-icon-button:active:not(:disabled){transform:none}}[data-vdine-appearance=system] .vd-ui-surface{border-radius:var(--surface-radius)}[data-vdine-appearance=system] .vd-ui-surface--base{background:var(--background-base);box-shadow:none;border:none}[data-vdine-appearance=system] .vd-ui-surface--content,[data-vdine-appearance=system] .vd-ui-surface--card{background:var(--surface-1);border:1px solid var(--separator);box-shadow:var(--shadow-content);-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-surface--inset{background:var(--surface-2);box-shadow:none;border-radius:var(--surface-radius);border:1px solid #0000}[data-vdine-appearance=system] .vd-ui-surface--overlay{background:var(--surface-1);border:1px solid var(--separator);box-shadow:var(--shadow-overlay);border-radius:var(--overlay-radius);-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-surface--chrome{background:var(--surface-chrome);border:1px solid var(--separator);box-shadow:none;-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-section-card{border-radius:var(--surface-radius)}[data-vdine-appearance=system] .vd-ui-status-badge{border-radius:6px;gap:4px;min-height:24px;font-weight:600}[data-vdine-appearance=system] .vd-ui-status-badge--success{color:var(--system-success);background:color-mix(in srgb, var(--system-success) 14%, transparent);border:1px solid color-mix(in srgb, var(--system-success) 32%, transparent)}[data-vdine-appearance=system] .vd-ui-status-badge--warning{color:var(--system-warning);background:color-mix(in srgb, var(--system-warning) 14%, transparent);border:1px solid color-mix(in srgb, var(--system-warning) 32%, transparent)}[data-vdine-appearance=system] .vd-ui-status-badge--danger{color:var(--system-danger);background:color-mix(in srgb, var(--system-danger) 14%, transparent);border:1px solid color-mix(in srgb, var(--system-danger) 32%, transparent)}[data-vdine-appearance=system] .vd-ui-status-badge--info{color:var(--system-info);background:color-mix(in srgb, var(--system-info) 14%, transparent);border:1px solid color-mix(in srgb, var(--system-info) 32%, transparent)}[data-vdine-appearance=system] .vd-ui-status-badge--neutral{color:var(--text-secondary);background:var(--surface-2);border:1px solid var(--separator)}[data-vdine-appearance=system][data-theme=dark] .vd-ui-status-badge--danger{border-color:color-mix(in srgb, var(--system-danger) 40%, transparent);background:#3a1716}@media (prefers-color-scheme:dark){[data-vdine-appearance=system]:not([data-theme=light]):not([data-theme=dark]) .vd-ui-status-badge--danger{border-color:color-mix(in srgb, var(--system-danger) 40%, transparent);background:#3a1716}}[data-vdine-appearance=system] .vd-ui-semantic-banner{border-radius:var(--surface-radius);border-width:1px}[data-vdine-appearance=system] .vd-ui-semantic-banner--info{color:var(--system-info);background:color-mix(in srgb, var(--system-info) 12%, transparent);border-color:color-mix(in srgb, var(--system-info) 35%, transparent)}[data-vdine-appearance=system] .vd-ui-semantic-banner--success{color:var(--system-success);background:color-mix(in srgb, var(--system-success) 12%, transparent);border-color:color-mix(in srgb, var(--system-success) 35%, transparent)}[data-vdine-appearance=system] .vd-ui-semantic-banner--danger{color:var(--system-danger);background:color-mix(in srgb, var(--system-danger) 12%, transparent);border-color:color-mix(in srgb, var(--system-danger) 35%, transparent)}[data-vdine-appearance=system] .vd-ui-semantic-banner--warning{color:var(--system-warning);background:color-mix(in srgb, var(--system-warning) 12%, transparent);border-color:color-mix(in srgb, var(--system-warning) 35%, transparent)}[data-vdine-appearance=system] .vd-ui-table-wrap{border:1px solid var(--separator);border-radius:var(--surface-radius);background:var(--surface-1);min-width:0;max-width:100%;box-shadow:none}[data-vdine-appearance=system] .vd-ui-table__head{background:var(--surface-2);border-bottom:1px solid var(--separator)}[data-vdine-appearance=system] .vd-ui-table__th{color:var(--text-secondary);text-transform:none;letter-spacing:-.01em;font-size:13px;font-weight:600}[data-vdine-appearance=system] .vd-ui-table__th--right,[data-vdine-appearance=system] .vd-ui-table__td--right{text-align:right;font-variant-numeric:tabular-nums}[data-vdine-appearance=system] .vd-ui-table__row{border-bottom:1px solid var(--separator);box-shadow:none;background:0 0;border-radius:0}[data-vdine-appearance=system] .vd-ui-table__row--interactive:hover{background:color-mix(in srgb, var(--text-primary) 4%, transparent)}[data-vdine-appearance=system] .vd-ui-table__row--interactive:focus-visible{box-shadow:var(--focus-ring-brand);outline:none}[data-vdine-appearance=system] .vd-ui-table__row[aria-selected=true],[data-vdine-appearance=system] .vd-ui-table__row--selected{background:color-mix(in srgb, var(--brand-primary) 10%, transparent)}[data-vdine-appearance=system] .vd-ui-empty-state{gap:0;padding:40px 24px}[data-vdine-appearance=system] .vd-ui-empty-state__icon{background:var(--surface-2);border:1px solid var(--separator);border-radius:var(--surface-radius);color:var(--text-tertiary)}[data-vdine-appearance=system] .vd-ui-empty-state__title{letter-spacing:-.02em;margin:0 0 8px;font-size:20px;font-weight:650}[data-vdine-appearance=system] .vd-ui-empty-state__description{color:var(--text-secondary);margin:0 0 16px;font-size:15px}[data-vdine-appearance=system] .vd-ui-empty-state__action{margin-top:4px}[data-vdine-appearance=system] .vd-ui-empty-state__action .vd-ui-button{min-height:var(--control-height-touch)}[data-vdine-appearance=system] .vd-ui-loading-state{color:var(--text-secondary)}[data-vdine-appearance=system] .vd-ui-loading-state--skeleton{gap:12px}[data-vdine-appearance=system] .vd-ui-skeleton,[data-vdine-appearance=system] .loading-skeleton{background:var(--surface-3);border-radius:var(--radius-xs)}@media (prefers-reduced-motion:reduce){[data-vdine-appearance=system] .vd-ui-skeleton:after,[data-vdine-appearance=system] .loading-skeleton:after{background:0 0;animation:none}[data-vdine-appearance=system] .vd-ui-loading-state__spinner{animation:none}}[data-vdine-appearance=system] .vd-ui-sticky-action-bar{background:var(--surface-1);border:1px solid var(--separator);border-radius:var(--surface-radius);box-shadow:none;-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-sticky-action-bar .vd-ui-button{min-height:var(--control-height-touch)}[data-vdine-appearance=system] .vd-ui-bottom-action-bar__inner{background:var(--surface-1);border:1px solid var(--separator);border-radius:var(--surface-radius);box-shadow:var(--shadow-content);-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-bottom-action-bar__action .vd-ui-button{min-height:var(--control-height-touch);min-width:120px}[data-vdine-appearance=system] .vd-ui-toast{background:var(--surface-1);color:var(--text-primary);border:1px solid var(--separator);border-radius:var(--overlay-radius);box-shadow:var(--shadow-overlay);-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-toast--achievement{-webkit-backdrop-filter:none}[data-vdine-appearance=system] .vd-ui-toast__icon{border-radius:50%;width:28px;height:28px;font-weight:800}[data-vdine-appearance=system] .vd-ui-toast__action{min-width:var(--control-height-touch);min-height:var(--control-height-touch);border-radius:var(--control-radius);justify-content:center;align-items:center;margin:0;padding:0 8px;display:inline-flex}[data-vdine-appearance=system] .vd-ui-toast__action:focus-visible{box-shadow:var(--focus-ring-brand);opacity:1;outline:none}[data-vdine-appearance=system] .vd-ui-toast:focus-visible{box-shadow:var(--focus-ring-brand), var(--shadow-overlay);outline:none}[data-vdine-appearance=system] .vd-ui-toast--success{background:color-mix(in srgb, var(--system-success) 12%, var(--surface-1));border-color:color-mix(in srgb, var(--system-success) 36%, transparent);color:var(--system-success)}[data-vdine-appearance=system] .vd-ui-toast--success .vd-ui-toast__icon{background:color-mix(in srgb, var(--system-success) 18%, transparent);color:var(--system-success)}[data-vdine-appearance=system] .vd-ui-toast--error{background:color-mix(in srgb, var(--system-danger) 12%, var(--surface-1));border-color:color-mix(in srgb, var(--system-danger) 36%, transparent);color:var(--system-danger)}[data-vdine-appearance=system] .vd-ui-toast--error .vd-ui-toast__icon{background:color-mix(in srgb, var(--system-danger) 18%, transparent);color:var(--system-danger)}[data-vdine-appearance=system] .vd-ui-toast--info{background:color-mix(in srgb, var(--system-info) 12%, var(--surface-1));border-color:color-mix(in srgb, var(--system-info) 36%, transparent);color:var(--system-info)}[data-vdine-appearance=system] .vd-ui-toast--info .vd-ui-toast__icon{background:color-mix(in srgb, var(--system-info) 18%, transparent);color:var(--system-info)}[data-vdine-appearance=system] .vd-ui-toast--warning{background:color-mix(in srgb, var(--system-warning) 12%, var(--surface-1));border-color:color-mix(in srgb, var(--system-warning) 36%, transparent);color:var(--system-warning)}[data-vdine-appearance=system] .vd-ui-toast--warning .vd-ui-toast__icon{background:color-mix(in srgb, var(--system-warning) 18%, transparent);color:var(--system-warning)}[data-vdine-appearance=system] .vd-ui-page-header__bar{background:var(--surface-chrome);border-bottom:1px solid var(--separator);-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:none}@media (prefers-reduced-transparency:reduce){[data-vdine-appearance=system] .vd-ui-toast,[data-vdine-appearance=system] .vd-ui-toast--achievement,[data-vdine-appearance=system] .vd-ui-page-header__bar{background:var(--surface-1);-webkit-backdrop-filter:none}}@media (prefers-reduced-motion:reduce){[data-vdine-appearance=system] .vd-ui-toast{animation:none}[data-vdine-appearance=system] .vd-ui-toast__action:active{transform:none}}
