.container-wide{width:100%;max-width:1400px;padding-left:var(--spacing-container);padding-right:var(--spacing-container);margin-left:auto;margin-right:auto}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-wrap{flex-wrap:wrap}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media (min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:col-span-2{grid-column:span 2/span 2}}.p-4{padding:1rem}.p-6{padding:1.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.pt-0{padding-top:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.mr-2{margin-right:.5rem}.mx-auto{margin-left:auto;margin-right:auto}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.space-y-6>*+*{margin-top:1.5rem}.space-y-8>*+*{margin-top:2rem}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-xl{max-width:36rem}.max-w-3xl{max-width:48rem}.min-w-0{min-width:0}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-full{height:100%}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-32{width:8rem}.text-center{text-align:center}.text-right{text-align:right}.font-medium{font-weight:500}.font-semibold{font-weight:600}.text-display{font-size:var(--text-display);line-height:var(--text-display--line-height)}.text-title-1{font-size:var(--text-title-1);line-height:var(--text-title-1--line-height)}.text-title-2{font-size:var(--text-title-2);line-height:var(--text-title-2--line-height)}.text-title-3{font-size:var(--text-title-3);line-height:var(--text-title-3--line-height)}.text-body{font-size:var(--text-body);line-height:var(--text-body--line-height)}.text-body-large{font-size:var(--text-body-large);line-height:var(--text-body-large--line-height)}.text-body-small{font-size:var(--text-body-small);line-height:var(--text-body-small--line-height)}.text-caption{font-size:var(--text-caption);line-height:var(--text-caption--line-height)}.text-foreground{color:var(--color-foreground)}.text-foreground-secondary{color:var(--color-foreground-secondary)}.text-foreground-tertiary{color:var(--color-foreground-tertiary)}.text-accent{color:var(--color-accent)}.text-success{color:var(--color-success)}.text-warning{color:var(--color-warning)}.text-error{color:var(--color-error)}.bg-background{background-color:var(--color-background)}.bg-background-secondary{background-color:var(--color-background-secondary)}.bg-background-elevated{background-color:var(--color-fill-primary)}.bg-fill-secondary{background-color:var(--color-fill-secondary)}.bg-fill-tertiary{background-color:var(--color-fill-tertiary)}.bg-accent-light{background-color:var(--color-accent-light)}.border{border:1px solid var(--color-border)}.border-t{border-top:1px solid var(--color-border)}.border-b{border-bottom:1px solid var(--color-border)}.border-border{border-color:var(--color-border)}.border-t-0{border-top-width:0}.rounded,.rounded-apple{border-radius:var(--radius-apple)}.rounded-apple-lg{border-radius:var(--radius-apple-lg)}.rounded-full{border-radius:9999px}.shadow-apple{box-shadow:var(--shadow-apple)}.relative{position:relative}.absolute{position:absolute}.inset-0{inset:0}.overflow-hidden{overflow:hidden}.object-cover{object-fit:cover}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.transition-colors{transition-property:color,background-color,border-color;transition-duration:.15s;transition-timing-function:ease}.transition-transform{transition-property:transform;transition-duration:.3s;transition-timing-function:ease}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.block{display:block}.hidden{display:none}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scale-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes revealUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes floatIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes expandLine{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes pulseRing{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}@keyframes successFlash{0%{box-shadow:0 0 #34c75966}50%{box-shadow:0 0 0 4px #34c75933}to{box-shadow:0 0 #34c75900}}@keyframes shake{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.animate-fade-in{animation:.3s ease-out fade-in}.animate-fade-in-up{animation:.4s ease-out fade-in-up}.animate-fade-in-down{animation:.4s ease-out fade-in-down}.animate-scale-in{animation:.2s ease-out scale-in}.animate-spin{animation:1s linear infinite spin}.animate-shimmer{animation:1.5s ease-in-out infinite shimmer}.animate-pulse{animation:2s ease-in-out infinite pulse}:root{--color-white:#fff;--color-black:#000;--color-background:#0b0d14;--color-background-secondary:#151825;--color-background-elevated:#1a1d2e;--color-background-chrome:#10121a;--color-foreground:#f1f3f9;--color-foreground-secondary:#9ba1b0;--color-foreground-tertiary:#6b7280;--color-accent:#0a84ff;--color-accent-hover:#409cff;--color-accent-light:#1e3a5f;--color-success:#30d158;--color-warning:#ff9f0a;--color-error:#ff453a;--color-border:#2a2e3c;--color-border-subtle:#1c2235;--color-separator:#252838;--color-fill-primary:#1a1d2e;--color-fill-secondary:#222638;--color-fill-tertiary:#2a2e3c;--color-type-theory:#a855f7;--color-type-character:#f97316;--color-type-theme:#06b6d4;--color-reaction-fire:#f97316;--color-reaction-brain:#a855f7;--color-reaction-heart:#ff3b6f;--color-overlay-heavy:#000000f2;--color-overlay-medium:#000000b3;--color-overlay-light:#00000080;--color-overlay-subtle:#0000004d;--color-on-accent:#fff;--color-on-overlay:#fff;--color-on-overlay-secondary:#fffc;--color-on-overlay-tertiary:#fff6;--color-on-overlay-button-bg:#fff3;--color-imprint-gentle-bg:#ffb74d26;--color-imprint-gentle-text:#ffd599;--color-imprint-gentle-border:#ffb74d40;--color-imprint-deep-bg:#64a0ff26;--color-imprint-deep-text:#93b8ff;--color-imprint-deep-border:#64a0ff40;--color-imprint-uneasy-bg:#eb956e26;--color-imprint-uneasy-text:#e8a882;--color-imprint-uneasy-border:#eb956e40;--color-imprint-flat-bg:#a0a0af26;--color-imprint-flat-text:#a0a0af;--color-imprint-flat-border:#a0a0af38;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--text-display:clamp(2.5rem,2rem + 2.5vw,3.5rem);--text-display--line-height:1.1;--text-display--font-weight:600;--text-display--letter-spacing:-.02em;--text-headline:clamp(1.875rem,1.5rem + 1.875vw,2.5rem);--text-headline--line-height:1.2;--text-headline--font-weight:600;--text-headline--letter-spacing:-.01em;--text-title-1:clamp(1.5rem,1.25rem + 1.25vw,2rem);--text-title-1--line-height:1.25;--text-title-1--font-weight:600;--text-title-1--letter-spacing:-.01em;--text-title-2:clamp(1.375rem,1.125rem + 1.25vw,1.75rem);--text-title-2--line-height:1.3;--text-title-2--font-weight:600;--text-title-3:clamp(1.25rem,1.125rem + .625vw,1.5rem);--text-title-3--line-height:1.35;--text-title-3--font-weight:600;--text-body-large:clamp(1.125rem,1rem + .625vw,1.3125rem);--text-body-large--line-height:1.5;--text-body:1.0625rem;--text-body--line-height:1.6;--text-body-small:.875rem;--text-body-small--line-height:1.5;--text-caption:.75rem;--text-caption--line-height:1.4;--spacing-container:clamp(1rem,.5rem + 2.5vw,1.5rem);--spacing-section:clamp(2rem,1rem + 5vw,5rem);--spacing-grid-gap:clamp(1rem,.5rem + 2.5vw,1.5rem);--radius-apple:12px;--radius-apple-lg:18px;--radius-apple-xl:22px;--shadow-apple:0 4px 16px #0006;--shadow-apple-hover:0 6px 24px #00000080;--shadow-apple-lg:0 8px 32px #0009;--shadow-apple-xl:0 16px 48px #000000b3;--animate-fade-in:fade-in .3s ease-out;--animate-fade-in-up:fade-in-up .4s ease-out;--animate-scale-in:scale-in .2s ease-out;--animate-spin:spin 1s linear infinite;--animate-shimmer:shimmer 1.5s ease-in-out infinite}:root[data-theme=dark]{--color-background:#0b0d14;--color-background-secondary:#151825;--color-background-elevated:#1a1d2e;--color-background-chrome:#10121a;--color-foreground:#f1f3f9;--color-foreground-secondary:#9ba1b0;--color-foreground-tertiary:#6b7280;--color-accent:#0a84ff;--color-accent-hover:#409cff;--color-accent-light:#1e3a5f;--color-success:#30d158;--color-warning:#ff9f0a;--color-error:#ff453a;--color-border:#2a2e3c;--color-border-subtle:#1c2235;--color-separator:#252838;--color-fill-primary:#1a1d2e;--color-fill-secondary:#222638;--color-fill-tertiary:#2a2e3c;--color-type-theory:#a855f7;--color-type-character:#f97316;--color-type-theme:#06b6d4;--color-reaction-fire:#f97316;--color-reaction-brain:#a855f7;--color-reaction-heart:#ff3b6f;--color-overlay-heavy:#000000f2;--color-overlay-medium:#000000b3;--color-overlay-light:#00000080;--color-overlay-subtle:#0000004d;--color-on-accent:#fff;--color-on-overlay:#fff;--color-on-overlay-secondary:#fffc;--color-on-overlay-tertiary:#fff6;--color-on-overlay-button-bg:#fff3;--color-imprint-gentle-bg:#ffb74d26;--color-imprint-gentle-text:#ffd599;--color-imprint-gentle-border:#ffb74d40;--color-imprint-deep-bg:#64a0ff26;--color-imprint-deep-text:#93b8ff;--color-imprint-deep-border:#64a0ff40;--color-imprint-uneasy-bg:#eb956e26;--color-imprint-uneasy-text:#e8a882;--color-imprint-uneasy-border:#eb956e40;--color-imprint-flat-bg:#a0a0af26;--color-imprint-flat-text:#a0a0af;--color-imprint-flat-border:#a0a0af38;--shadow-apple:0 4px 16px #0006;--shadow-apple-hover:0 6px 24px #00000080;--shadow-apple-lg:0 8px 32px #0009;--shadow-apple-xl:0 16px 48px #000000b3}:root[data-theme=light]{--color-background:#fff;--color-background-secondary:#f5f5f7;--color-background-elevated:#fff;--color-background-chrome:#f8f8fa;--color-foreground:#1d1d1f;--color-foreground-secondary:#6e6e73;--color-foreground-tertiary:#8e8e93;--color-accent:#0071e3;--color-accent-hover:#0077ed;--color-accent-light:#e8f4fd;--color-success:#34c759;--color-warning:#ff9500;--color-error:#ff3b30;--color-border:#d2d2d7;--color-border-subtle:#e5e5e7;--color-separator:#c6c6c8;--color-fill-primary:#fff;--color-fill-secondary:#f5f5f7;--color-fill-tertiary:#e8e8ed;--color-type-theory:#9333ea;--color-type-character:#ea580c;--color-type-theme:#0891b2;--color-reaction-fire:#f97316;--color-reaction-brain:#a855f7;--color-reaction-heart:#ff3b6f;--color-overlay-heavy:#000000f2;--color-overlay-medium:#000000b3;--color-overlay-light:#00000080;--color-overlay-subtle:#0000004d;--color-on-accent:#fff;--color-on-overlay:#fff;--color-on-overlay-secondary:#fffc;--color-on-overlay-tertiary:#fff6;--color-on-overlay-button-bg:#fff3;--color-imprint-gentle-bg:#ff98001a;--color-imprint-gentle-text:#bf7a00;--color-imprint-gentle-border:#ff98002e;--color-imprint-deep-bg:#2563eb1a;--color-imprint-deep-text:#36c;--color-imprint-deep-border:#2563eb2e;--color-imprint-uneasy-bg:#c25c301a;--color-imprint-uneasy-text:#a85a30;--color-imprint-uneasy-border:#c25c302e;--color-imprint-flat-bg:#7878871a;--color-imprint-flat-text:#70707a;--color-imprint-flat-border:#7878872e;--shadow-apple:0 4px 16px #00000014;--shadow-apple-hover:0 6px 24px #0000001a;--shadow-apple-lg:0 8px 32px #0000001f;--shadow-apple-xl:0 16px 48px #00000029}@media (prefers-color-scheme:dark){:root[data-theme=system]{--color-background:#0b0d14;--color-background-secondary:#151825;--color-background-elevated:#1a1d2e;--color-background-chrome:#10121a;--color-foreground:#f1f3f9;--color-foreground-secondary:#9ba1b0;--color-foreground-tertiary:#6b7280;--color-accent:#0a84ff;--color-accent-hover:#409cff;--color-accent-light:#1e3a5f;--color-success:#30d158;--color-warning:#ff9f0a;--color-error:#ff453a;--color-border:#2a2e3c;--color-border-subtle:#1c2235;--color-separator:#252838;--color-fill-primary:#1a1d2e;--color-fill-secondary:#222638;--color-fill-tertiary:#2a2e3c;--color-type-theory:#a855f7;--color-type-character:#f97316;--color-type-theme:#06b6d4;--color-reaction-fire:#f97316;--color-reaction-brain:#a855f7;--color-reaction-heart:#ff3b6f;--color-overlay-heavy:#000000f2;--color-overlay-medium:#000000b3;--color-overlay-light:#00000080;--color-overlay-subtle:#0000004d;--color-on-accent:#fff;--color-on-overlay:#fff;--color-on-overlay-secondary:#fffc;--color-on-overlay-tertiary:#fff6;--color-on-overlay-button-bg:#fff3;--color-imprint-gentle-bg:#ffb74d26;--color-imprint-gentle-text:#ffd599;--color-imprint-gentle-border:#ffb74d40;--color-imprint-deep-bg:#64a0ff26;--color-imprint-deep-text:#93b8ff;--color-imprint-deep-border:#64a0ff40;--color-imprint-uneasy-bg:#eb956e26;--color-imprint-uneasy-text:#e8a882;--color-imprint-uneasy-border:#eb956e40;--color-imprint-flat-bg:#a0a0af26;--color-imprint-flat-text:#a0a0af;--color-imprint-flat-border:#a0a0af38;--shadow-apple:0 4px 16px #0006;--shadow-apple-hover:0 6px 24px #00000080;--shadow-apple-lg:0 8px 32px #0009;--shadow-apple-xl:0 16px 48px #000000b3}}@media (prefers-color-scheme:light){:root[data-theme=system]{--color-background:#fff;--color-background-secondary:#f5f5f7;--color-background-elevated:#fff;--color-background-chrome:#f8f8fa;--color-foreground:#1d1d1f;--color-foreground-secondary:#6e6e73;--color-foreground-tertiary:#8e8e93;--color-accent:#0071e3;--color-accent-hover:#0077ed;--color-accent-light:#e8f4fd;--color-success:#34c759;--color-warning:#ff9500;--color-error:#ff3b30;--color-border:#d2d2d7;--color-border-subtle:#e5e5e7;--color-separator:#c6c6c8;--color-fill-primary:#fff;--color-fill-secondary:#f5f5f7;--color-fill-tertiary:#e8e8ed;--color-type-theory:#9333ea;--color-type-character:#ea580c;--color-type-theme:#0891b2;--color-reaction-fire:#f97316;--color-reaction-brain:#a855f7;--color-reaction-heart:#ff3b6f;--color-overlay-heavy:#000000f2;--color-overlay-medium:#000000b3;--color-overlay-light:#00000080;--color-overlay-subtle:#0000004d;--color-on-accent:#fff;--color-on-overlay:#fff;--color-on-overlay-secondary:#fffc;--color-on-overlay-tertiary:#fff6;--color-on-overlay-button-bg:#fff3;--color-imprint-gentle-bg:#ff98001a;--color-imprint-gentle-text:#bf7a00;--color-imprint-gentle-border:#ff98002e;--color-imprint-deep-bg:#2563eb1a;--color-imprint-deep-text:#36c;--color-imprint-deep-border:#2563eb2e;--color-imprint-uneasy-bg:#c25c301a;--color-imprint-uneasy-text:#a85a30;--color-imprint-uneasy-border:#c25c302e;--color-imprint-flat-bg:#7878871a;--color-imprint-flat-text:#70707a;--color-imprint-flat-border:#7878872e;--shadow-apple:0 4px 16px #00000014;--shadow-apple-hover:0 6px 24px #0000001a;--shadow-apple-lg:0 8px 32px #0000001f;--shadow-apple-xl:0 16px 48px #00000029}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}ul,ol{list-style:none}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{cursor:pointer;background:0 0;border:none}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--text-body--line-height);color:var(--color-foreground);background-color:var(--color-background)}.container-apple{width:100%;max-width:1200px;padding-left:var(--spacing-container);padding-right:var(--spacing-container);margin-left:auto;margin-right:auto}.container-narrow{width:100%;max-width:680px;padding-left:var(--spacing-container);padding-right:var(--spacing-container);margin-left:auto;margin-right:auto}.passage-highlight{background:linear-gradient(to right,var(--color-accent-light)0%,transparent 100%);border-left:4px solid var(--color-accent);border-radius:0 var(--radius-apple)var(--radius-apple)0;color:var(--color-foreground);padding:1.5rem 1.5rem 1.5rem 2rem;font-style:italic;position:relative}.passage-highlight:before{content:"\"";color:var(--color-accent);opacity:.3;font-family:Georgia,serif;font-size:3rem;line-height:1;position:absolute;top:.5rem;left:.5rem}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}::selection{background-color:var(--color-accent-light);color:var(--color-foreground)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-background-secondary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-foreground-secondary)}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.animate-stagger>*{opacity:0;animation:.4s ease-out forwards fade-in-up}.animate-stagger>:first-child{animation-delay:0s}.animate-stagger>:nth-child(2){animation-delay:50ms}.animate-stagger>:nth-child(3){animation-delay:.1s}.animate-stagger>:nth-child(4){animation-delay:.15s}.animate-stagger>:nth-child(5){animation-delay:.2s}.animate-stagger>:nth-child(6){animation-delay:.25s}.animate-stagger>:nth-child(7){animation-delay:.3s}.animate-stagger>:nth-child(8){animation-delay:.35s}.animate-stagger>:nth-child(9){animation-delay:.4s}.animate-stagger>:nth-child(10){animation-delay:.45s}.animate-stagger>:nth-child(11){animation-delay:.5s}.animate-stagger>:nth-child(12){animation-delay:.55s}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
.toaster-module-scss-module__EAgSSG__toasterContainer{z-index:600;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.toaster-module-scss-module__EAgSSG__toast{border-radius:var(--radius-apple);box-shadow:var(--shadow-apple-lg);align-items:center;gap:.75rem;min-width:300px;max-width:400px;padding:.75rem 1rem;animation:.4s ease-out toaster-module-scss-module__EAgSSG__fade-in-up;display:flex}.toaster-module-scss-module__EAgSSG__success{background-color:var(--color-success);color:var(--color-white)}.toaster-module-scss-module__EAgSSG__error{background-color:var(--color-error);color:var(--color-white)}.toaster-module-scss-module__EAgSSG__info{background-color:var(--color-foreground);color:var(--color-background)}.toaster-module-scss-module__EAgSSG__message{font-size:var(--text-body-small);line-height:var(--text-body-small--line-height);flex:1}.toaster-module-scss-module__EAgSSG__closeButton{color:inherit;cursor:pointer;background:0 0;border:none;padding:.25rem;transition:opacity .15s}.toaster-module-scss-module__EAgSSG__closeButton:hover{opacity:.7}@keyframes toaster-module-scss-module__EAgSSG__fade-in-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
