.fr-alert-viewport{inset:auto max(1rem,env(safe-area-inset-right)) max(1rem,env(safe-area-inset-bottom)) auto;z-index:10000;pointer-events:none;width:min(23rem,100vw - 2rem);max-height:calc(100dvh - 5rem);color:var(--ink);flex-direction:column;gap:.375rem;font-family:Roboto,Arial,sans-serif;display:flex;position:fixed}.fr-alert-viewport[hidden]{display:none}.fr-alert-stack{overscroll-behavior:contain;scrollbar-width:thin;pointer-events:auto;flex-direction:column;gap:.375rem;max-height:calc(100dvh - 8rem);padding:.25rem;display:flex;overflow:auto}.fr-alert-card,.fr-inline-notice{--alert-color:var(--info);--alert-soft:var(--info-soft);background:var(--surface);border:1px solid var(--line);border-left:3px solid var(--alert-color);border-radius:var(--radius-panel);color:var(--ink);text-align:left;box-sizing:border-box;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.fr-alert-card{flex-shrink:0;gap:.5rem;padding:.625rem;animation:.2s ease-out fr-alert-enter;position:relative;box-shadow:0 6px 24px #20262416}.fr-alert-card[data-tone=success],.fr-inline-notice[data-tone=success]{--alert-color:var(--success);--alert-soft:var(--success-soft)}.fr-alert-card[data-tone=warning],.fr-inline-notice[data-tone=warning]{--alert-color:var(--warning);--alert-soft:var(--warning-soft)}.fr-alert-card[data-tone=error],.fr-inline-notice[data-tone=error]{--alert-color:var(--danger);--alert-soft:var(--danger-soft)}.fr-alert-card[data-tone=progress],.fr-inline-notice[data-tone=progress]{--alert-color:var(--info);--alert-soft:var(--mint)}.fr-alert-icon{background:var(--alert-soft);width:2rem;height:2rem;color:var(--alert-color);border-radius:.5rem;flex:0 0 2rem;place-items:center;display:grid}.fr-alert-copy{overflow-wrap:anywhere;flex:1;min-width:0}.fr-alert-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;min-width:0;margin:.15rem 0;font-size:.875rem;font-weight:750;line-height:1.35;display:-webkit-box;overflow:hidden}.fr-alert-heading{align-items:flex-start;gap:.25rem;display:flex}.fr-alert-card .fr-alert-icon{border-radius:.375rem;flex-basis:1.5rem;width:1.5rem;height:1.5rem;margin-top:.2rem}.fr-alert-card .fr-alert-icon svg{width:1rem;height:1rem}.fr-alert-message{color:var(--muted)}.fr-alert-message[hidden]{display:none}.fr-alert-card .fr-alert-message{overscroll-behavior:contain;scrollbar-width:thin;max-height:min(22rem,45dvh);overflow:auto}.fr-alert-card .fr-alert-preview{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;margin:.125rem 0 0;font-size:.8125rem;line-height:1.4;display:-webkit-box;overflow:hidden}.fr-alert-copy p{font:inherit;color:inherit;margin:.35rem 0 0}.fr-alert-copy strong,.fr-alert-copy b{color:var(--ink)}.fr-alert-message>span{display:block}.fr-alert-card button,.fr-alert-card a.ghost,.fr-inline-notice button{border-radius:var(--radius-control);cursor:pointer;min-height:2rem;font-family:inherit;font-size:.875rem}.fr-inline-notice button{min-height:2.75rem}.fr-alert-message button,.fr-alert-message a.ghost{border:1px solid var(--line);background:var(--surface);color:var(--ink);white-space:normal;justify-content:center;align-items:center;max-width:100%;margin:.5rem .375rem 0 0;padding:.375rem .625rem;font-weight:650;text-decoration:none;display:inline-flex}.fr-alert-message button:disabled{opacity:.55;cursor:default}.fr-alert-card .fr-alert-close,.fr-alert-card .fr-alert-toggle{width:2rem;min-height:2rem;color:var(--muted);background:0 0;border:0;flex:0 0 2rem;place-items:center;margin:-.1875rem 0 0;padding:0;display:grid}.fr-alert-card .fr-alert-close{margin-right:-.1875rem}.fr-alert-card .fr-alert-toggle{font-size:1.25rem;font-weight:500;line-height:1}.fr-alert-close:hover,.fr-alert-toggle:hover,.fr-alert-message button:hover:not(:disabled){background:var(--surface-alt)}.fr-alert-card button:focus-visible{outline:2px solid var(--info);outline-offset:2px}.fr-alert-more{pointer-events:auto;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-control);min-height:2.75rem;color:var(--ink);box-shadow:var(--shadow-panel);cursor:pointer;align-self:flex-end;padding:.6rem .875rem;font:600 .875rem Roboto,Arial,sans-serif}.fr-alert-copy progress{width:100%;height:.5rem;accent-color:var(--alert-color);background:var(--line);border:0;border-radius:1rem;margin:.75rem 0;display:block;overflow:hidden}.fr-alert-copy progress::-webkit-progress-bar{background:var(--line)}.fr-alert-copy progress::-webkit-progress-value{background:var(--alert-color);border-radius:1rem}.fr-inline-notice{background:var(--surface);box-shadow:none;margin:.75rem 0}.fr-alert-sr{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:fixed;overflow:hidden}@keyframes fr-alert-enter{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.fr-confirm-dialog{border:1px solid var(--line);border-radius:var(--radius-panel);background:var(--surface);width:min(28rem,100vw - 2rem);max-height:calc(100dvh - 2rem);color:var(--ink);padding:1.5rem;font:400 .9375rem/1.55 Roboto,Arial,sans-serif;box-shadow:0 16px 64px #20262433}.fr-confirm-dialog::backdrop{background:#20262470}.fr-confirm-icon{background:var(--warning-soft);width:2.75rem;height:2.75rem;color:var(--warning);border-radius:.75rem;place-items:center;display:grid}.fr-confirm-dialog h2{margin:1rem 0 .5rem;font-size:1.125rem}.fr-confirm-dialog p{color:var(--muted);overflow-wrap:anywhere;margin:0}.fr-confirm-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1.5rem;display:flex}.fr-confirm-actions button{border:1px solid var(--line);border-radius:var(--radius-control);cursor:pointer;min-height:2.75rem;padding:.5rem 1rem;font:600 .875rem Roboto,Arial,sans-serif}.fr-confirm-actions .dark{background:var(--brand-action);color:var(--brand-on-action);border-color:var(--brand-action)}.fr-confirm-actions .ghost{background:var(--surface);color:var(--ink)}@media (max-width:600px){.fr-alert-viewport{right:max(.5rem,env(safe-area-inset-right));left:max(.5rem,env(safe-area-inset-left));bottom:max(.5rem,env(safe-area-inset-bottom));width:auto;max-height:55dvh}.fr-alert-stack{max-height:calc(55dvh - 3.5rem)}}@media (pointer:coarse){.fr-alert-card button,.fr-alert-card a.ghost{min-height:2.75rem}.fr-alert-card .fr-alert-close,.fr-alert-card .fr-alert-toggle{flex-basis:2.75rem;width:2.75rem}}@media (prefers-reduced-motion:reduce){.fr-alert-card{animation:none}}
