.dialog-shell{--dialog-shell-backdrop:var(--anv-chrome-modal-backdrop-light);--dialog-shell-panel-border:var(--anv-chrome-modal-border);--dialog-shell-panel-bg:var(--anv-chrome-section-bg);--dialog-shell-title:var(--color-foreground);--dialog-shell-muted:var(--color-foreground-muted);--dialog-shell-inset-border:var(--color-border);--dialog-shell-inset-bg:var(--color-background-recessed)}.dialog-shell__backdrop{cursor:pointer;background:var(--dialog-shell-backdrop);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;padding:0;position:absolute;inset:0}.dialog-shell__panel{z-index:10;border-radius:var(--anv-chrome-radius-xl);border:1px solid var(--dialog-shell-panel-border);background:var(--dialog-shell-panel-bg);width:100%;max-height:min(90vh,720px);box-shadow:var(--anv-chrome-modal-shadow-soft);flex-direction:column;animation:.22s cubic-bezier(.22,1,.36,1) anv-modal-enter;display:flex;position:relative;container-type:inline-size}@media (prefers-reduced-motion:reduce){.dialog-shell__panel,.dialog-shell--account .dialog-shell__panel{animation:none}}.dialog-shell__panel--scroll{overflow-y:auto}.dialog-shell__panel--sticky{overflow:hidden}.dialog-shell__header{padding:1.25rem 1.25rem 0}.dialog-shell__header--sticky{z-index:10;border-bottom:1px solid var(--color-border);background:var(--color-background-elevated);flex-shrink:0;padding:1rem 1.25rem;position:sticky;top:0}.dialog-shell__header-row{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.dialog-shell__header-trailing{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.dialog-shell__title{font-family:var(--font-secondary);color:var(--dialog-shell-title);margin:0;font-size:1.125rem;font-weight:600;line-height:1.35}.dialog-shell__description{font-family:var(--font-primary);color:var(--dialog-shell-muted);margin:.25rem 0 0;font-size:.875rem;line-height:1.5}.dialog-shell__close{width:2rem;height:2rem;color:var(--dialog-shell-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.dialog-shell__close:hover{background:color-mix(in srgb, var(--color-marketing-foreground) 6%, transparent);color:var(--dialog-shell-title)}.dialog-shell__close:focus-visible{box-shadow:var(--shadow-focus,0 0 0 2px var(--color-brand-gold));outline:none}.dialog-shell__body{padding:0 1.25rem 1.25rem}.dialog-shell__body--sticky{flex:1;min-height:0;padding:0 1.25rem 1.25rem;overflow-y:auto}.dialog-shell__footer{border-top:1px solid var(--color-border);background:var(--color-background-elevated);flex-shrink:0;padding:1rem 1.25rem}.dialog-shell--account{--dialog-shell-backdrop:color-mix(in srgb, var(--color-marketing-canvas) 28%, var(--color-brand-navy) 18%);--dialog-shell-panel-border:color-mix(in srgb, var(--color-brand-gold) 18%, transparent);--dialog-shell-panel-bg:var(--anv-chrome-modal-panel-bg);--dialog-shell-title:color-mix(in srgb, var(--color-marketing-foreground) 92%, white);--dialog-shell-muted:var(--color-marketing-foreground-muted);--dialog-shell-inset-border:color-mix(in srgb, var(--color-marketing-foreground) 10%, transparent);--dialog-shell-inset-bg:color-mix(in srgb, var(--color-marketing-foreground) 3%, transparent);align-items:center}.dialog-shell--account .dialog-shell__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-shell--account .dialog-shell__panel{border-radius:var(--anv-chrome-radius-xl);box-shadow:var(--anv-chrome-modal-shadow), 0 0 0 1px color-mix(in srgb, var(--color-brand-gold) 8%, transparent);animation:.22s cubic-bezier(.22,1,.36,1) anv-modal-enter}@keyframes dialog-shell-enter{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.dialog-shell--account .dialog-shell__header,.dialog-shell--account .dialog-shell__header--sticky{border-bottom-color:color-mix(in srgb, var(--color-marketing-foreground) 8%, transparent);background:0 0}.dialog-shell--account .dialog-shell__title{font-size:15px;font-weight:600}.dialog-shell--account .dialog-shell__footer{border-top-color:color-mix(in srgb, var(--color-marketing-foreground) 8%, transparent);background:0 0}.dialog-shell__stack{flex-direction:column;gap:14px;display:flex}.dialog-shell__lede{font-family:var(--font-primary);color:var(--dialog-shell-muted);margin:0;font-size:13px;line-height:1.6}.dialog-shell__lede strong{color:var(--dialog-shell-title);font-weight:600}.dialog-shell__label{font-family:var(--font-primary);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, var(--color-marketing-foreground) 62%, var(--color-marketing-foreground-muted));margin:0 0 6px;font-size:11px;font-weight:700;display:block}.dialog-shell__field{margin:0}.dialog-shell__field+.dialog-shell__field{margin-top:14px}.dialog-shell__input,.dialog-shell__textarea,.dialog-shell__select{border:1px solid var(--dialog-shell-inset-border);background:color-mix(in srgb, var(--color-marketing-canvas) 88%, transparent);width:100%;font-family:var(--font-primary);color:var(--dialog-shell-title);border-radius:10px;padding:9px 12px;font-size:13px;line-height:1.45;display:block}.dialog-shell__textarea{resize:vertical;min-height:4.5rem}.dialog-shell__input:focus-visible,.dialog-shell__textarea:focus-visible,.dialog-shell__select:focus-visible{border-color:color-mix(in srgb, var(--color-brand-gold) 45%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--color-brand-gold) 22%, transparent);outline:none}.dialog-shell__inset{border:1px solid var(--dialog-shell-inset-border);background:var(--dialog-shell-inset-bg);font-family:var(--font-primary);color:var(--dialog-shell-muted);border-radius:12px;padding:12px 14px;font-size:12.5px;line-height:1.55}.dialog-shell__inset-title{color:var(--dialog-shell-title);margin:0 0 4px;font-size:13px;font-weight:600}.dialog-shell__note{border:1px solid var(--dialog-shell-inset-border);background:color-mix(in srgb, var(--color-marketing-canvas) 90%, transparent);border-radius:12px;margin:0;padding:12px 14px}.dialog-shell__note-label{font-family:var(--font-primary);letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb, var(--color-brand-gold) 72%, white);margin:0 0 6px;font-size:10.5px;font-weight:700}.dialog-shell__note-body{font-family:var(--font-primary);color:var(--dialog-shell-muted);white-space:pre-wrap;margin:0;font-size:13px;line-height:1.55}.dialog-shell__error{font-family:var(--font-primary);color:var(--color-error);margin:0;font-size:13px;line-height:1.5}.dialog-shell__status{font-family:var(--font-primary);color:var(--dialog-shell-title);margin:0;font-size:13px;line-height:1.55}.dialog-shell__legend{font-family:var(--font-primary);letter-spacing:.1em;text-transform:uppercase;color:color-mix(in srgb, var(--color-marketing-foreground) 62%, var(--color-marketing-foreground-muted));margin:0 0 8px;padding:0;font-size:10.5px;font-weight:700}.dialog-shell__radio-list{border:none;flex-direction:column;gap:8px;margin:0;padding:0;display:flex}.dialog-shell__radio-card{cursor:pointer;border:1px solid var(--dialog-shell-inset-border);background:color-mix(in srgb, var(--color-marketing-foreground) 2%, transparent);font-family:var(--font-primary);border-radius:12px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:13px;line-height:1.45;transition:border-color .15s,background .15s;display:flex}.dialog-shell__radio-card:hover{border-color:color-mix(in srgb, var(--color-brand-gold) 28%, transparent)}.dialog-shell__radio-card--selected{border-color:color-mix(in srgb, var(--color-brand-gold) 45%, transparent);background:color-mix(in srgb, var(--color-brand-gold) 8%, transparent);box-shadow:0 0 0 1px color-mix(in srgb, var(--color-brand-gold) 16%, transparent)}.dialog-shell__radio-card input{accent-color:var(--color-brand-gold);margin-top:2px}.dialog-shell__radio-title{color:var(--dialog-shell-title);font-weight:600;display:block}.dialog-shell__radio-meta{color:var(--dialog-shell-muted);margin-top:2px;font-size:11.5px;display:block}.dialog-shell__scope{margin-top:4px}.dialog-shell__scope-check{font-family:var(--font-primary);color:var(--dialog-shell-title);cursor:pointer;align-items:flex-start;gap:8px;margin-top:14px;font-size:13px;line-height:1.45;display:flex}.dialog-shell__scope-check input{accent-color:var(--color-brand-gold);margin-top:2px}.dialog-shell__scope-hint{font-family:var(--font-primary);color:var(--dialog-shell-muted);margin:10px 0 0;font-size:11.5px;line-height:1.5}.dialog-shell__scope-select-all{font-family:var(--font-primary);color:var(--dialog-shell-title);cursor:pointer;align-items:center;gap:8px;margin-top:10px;font-size:13px;font-weight:600;display:flex}.dialog-shell__scope-list{flex-direction:column;gap:6px;max-height:12rem;margin-top:8px;padding-right:4px;display:flex;overflow-y:auto}.dialog-shell__scope-item{font-family:var(--font-primary);color:var(--dialog-shell-muted);cursor:pointer;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.4;display:flex}.dialog-shell__scope-item input{accent-color:var(--color-brand-gold);margin-top:2px}.dialog-shell__actions{flex-wrap:wrap;gap:8px;margin-top:16px;display:flex}.dialog-shell__btn{min-height:34px;font-family:var(--font-primary);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;padding:8px 14px;font-size:12.5px;font-weight:600;line-height:1.2;transition:filter .15s,opacity .15s,border-color .15s;display:inline-flex}.dialog-shell__btn:disabled{opacity:.5;cursor:not-allowed}.dialog-shell__btn--brass{border:1px solid color-mix(in srgb, var(--brass-ink) 12%, transparent);background:var(--gradient-brass-foil);color:var(--brass-ink);box-shadow:inset 0 1px 0 var(--brass-edge-hi), inset 0 -1px 0 var(--brass-edge-lo), 0 4px 12px -4px var(--brass-glow);text-shadow:0 1px 0 var(--brass-text-shadow)}.dialog-shell__btn--brass:hover:not(:disabled){filter:brightness(1.04)}.dialog-shell__btn--ghost{border:1px solid color-mix(in srgb, var(--color-marketing-foreground) 14%, transparent);color:color-mix(in srgb, var(--color-marketing-foreground) 78%, var(--color-marketing-foreground-muted));background:0 0}.dialog-shell__btn--ghost:hover:not(:disabled){border-color:color-mix(in srgb, var(--color-brand-gold) 40%, transparent);color:color-mix(in srgb, var(--color-brand-gold) 72%, white)}.dialog-shell__accent-card{border:1px solid color-mix(in srgb, var(--color-brand-gold) 30%, transparent);background:color-mix(in srgb, var(--color-brand-gold) 8%, transparent);border-radius:13px;padding:14px 16px}.dialog-shell__kind-badge{border:1px solid color-mix(in srgb, var(--color-brand-gold) 30%, transparent);background:color-mix(in srgb, var(--color-brand-gold) 10%, transparent);font-family:var(--font-primary);color:color-mix(in srgb, var(--color-brand-gold) 72%, white);border-radius:100px;margin-bottom:6px;padding:1px 8px;font-size:10.5px;font-weight:600;line-height:1.35;display:inline-block}.dialog-shell__accent-card-title{font-family:var(--font-primary);color:var(--dialog-shell-title);margin:0;font-size:13.5px;font-weight:600;line-height:1.35}.dialog-shell__accent-card-meta{font-family:var(--font-primary);color:var(--dialog-shell-muted);margin:4px 0 0;font-size:12px;line-height:1.5}.dialog-form-actions{flex-direction:column;gap:.5rem;display:flex}.dialog-form-actions>button{width:100%;max-width:100%}@container (min-width:22rem){.dialog-form-actions{flex-flow:wrap;justify-content:flex-end}.dialog-form-actions>button{width:auto}}