.notifications-container.svelte-rluvfj{position:fixed;top:1rem;right:1rem;z-index:1050;display:flex;flex-direction:column;gap:.75rem;width:clamp(280px,30vw,400px)}.notification.svelte-rluvfj{padding:1rem 1.25rem;border-radius:.375rem;box-shadow:0 .25rem .75rem #0000001a;display:flex;justify-content:space-between;align-items:center;color:var(--text-light-color, #ffffff)}.notification.svelte-rluvfj p:where(.svelte-rluvfj){margin:0;flex-grow:1;padding-right:.5rem;font-size:.95rem;line-height:1.4}.close-button.svelte-rluvfj{background:none;border:none;color:inherit;font-size:1.5rem;line-height:1;opacity:.7;cursor:pointer;padding:0 .25rem}.close-button.svelte-rluvfj:hover{opacity:1}.notification-info.svelte-rluvfj{background-color:var(--text-color, #393e41)}.notification-success.svelte-rluvfj{background-color:var(--success-color, #28a745)}.notification-warning.svelte-rluvfj{background-color:var(--warning-color, #ffc107);color:var(--text-color, #212529)}.notification-warning.svelte-rluvfj .close-button:where(.svelte-rluvfj){color:var(--text-color, #212529)}.notification-error.svelte-rluvfj{background-color:var(--primary-color, #dc3545)}.global-tooltip.svelte-1mj4m6x{position:fixed;background-color:#000000e6;color:#fff;padding:8px 14px;border-radius:6px;font-size:.9em;pointer-events:none;z-index:99999;box-shadow:0 3px 8px #0000004d;max-width:300px;line-height:1.4}.tooltip-link.svelte-1mj4m6x{color:#a0d2eb;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.tooltip-content.svelte-1mj4m6x{display:block;margin-bottom:4px}.tooltip-description.svelte-1mj4m6x{font-size:.9em;color:#e0e0e0;margin:0;white-space:normal;word-wrap:break-word}.global-tooltip.svelte-1mj4m6x a:where(.svelte-1mj4m6x){color:#a0d2eb;text-decoration:none}.global-tooltip.svelte-1mj4m6x a:where(.svelte-1mj4m6x):hover{text-decoration:underline}:root{--primary-color: #e94f37;--primary-hover-color: #d04229;--text-color: #393e41;--text-light-color: #f6f7eb;--background-color: #f6f7eb;--light-gray-color: #f6f7eb;--border-color: #393e41;--border-color-rgb: 57, 62, 65;--footer-bg-color: #393e41;--footer-text-color: #f6f7eb;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif}body{margin:0;font-family:var(--font-family);background-color:var(--light-gray-color);color:var(--text-color);line-height:1.6;display:flex;flex-direction:column;min-height:100vh}header.svelte-aov25y{background-color:var(--background-color);color:var(--text-color);padding:.3em 0;border-bottom:1px solid var(--border-color);box-shadow:0 2px 4px #0000000d}nav.svelte-aov25y{display:flex;justify-content:space-between;align-items:center;max-width:100%;margin:0 auto;padding:0 1em 0 .25em}nav.svelte-aov25y a:where(.svelte-aov25y),nav.svelte-aov25y span:where(.svelte-aov25y){color:var(--text-color);text-decoration:none;padding:.5em .82em;border-radius:4px;transition:background-color .2s ease-in-out}nav.svelte-aov25y a.logo-link:where(.svelte-aov25y){padding-left:0;display:flex;align-items:center}.header-logo.svelte-aov25y{height:1.8em;width:auto;display:block}nav.svelte-aov25y a:where(.svelte-aov25y):hover:not(.logo-link){background-color:var(--light-gray-color);text-decoration:none}nav.svelte-aov25y ul:where(.svelte-aov25y){list-style:none;padding:0;margin:0;display:flex;gap:.5em;align-items:center}nav.svelte-aov25y button:where(.svelte-aov25y){background-color:var(--primary-color);border:none;color:var(--text-light-color);padding:.6em 1.2em;cursor:pointer;border-radius:4px;font-family:var(--font-family);font-weight:500;transition:background-color .2s ease-in-out;line-height:1}nav.svelte-aov25y button.signout-button:where(.svelte-aov25y){padding:.6em .8em;font-size:1.1em}nav.svelte-aov25y button:where(.svelte-aov25y):hover{background-color:var(--primary-hover-color)}nav.svelte-aov25y a.button-link:where(.svelte-aov25y){background-color:var(--primary-color);color:var(--text-light-color);padding:.4em .9em;border-radius:4px;text-decoration:none;font-weight:500;line-height:1}nav.svelte-aov25y a.button-link:where(.svelte-aov25y):hover{background-color:var(--primary-hover-color);color:var(--text-light-color);text-decoration:none}nav.svelte-aov25y a.how-button:where(.svelte-aov25y){background-color:var(--footer-bg-color);color:var(--text-light-color);padding:.4em .9em;border-radius:4px;text-decoration:none;font-weight:500;line-height:1;transition:background-color .2s ease-in-out}nav.svelte-aov25y a.how-button:where(.svelte-aov25y):hover{background-color:var(--border-color);filter:brightness(1.2);color:var(--text-light-color);text-decoration:none}main.svelte-aov25y{background-color:var(--background-color);flex-grow:1}.modal-overlay.svelte-aov25y{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content.svelte-aov25y{background-color:var(--background-color);color:var(--text-color);padding:2em;border-radius:8px;max-width:600px;width:90%;position:relative;box-shadow:0 5px 15px #0000004d}.modal-content.svelte-aov25y p:where(.svelte-aov25y){margin-bottom:1em;line-height:1.6}.modal-close-button.svelte-aov25y{position:absolute;top:10px;right:15px;background:none;border:none;font-size:1.8em;color:var(--text-color);cursor:pointer;line-height:1;padding:.25em}.modal-close-button.svelte-aov25y:hover{color:var(--primary-color)}
