@charset "UTF-8";.showcase-layout[data-v-ebd1331c]{display:flex;height:100vh;overflow:hidden;width:100%}.showcase-layout__sidebar[data-v-ebd1331c]{background-color:var(--bg-surface);border-right:1px solid var(--border-weak);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:width .3s cubic-bezier(0,0,.2,1);width:16rem}.showcase-layout--collapsed .showcase-layout__sidebar[data-v-ebd1331c]{width:3.5rem}.showcase-layout__sidebar-header[data-v-ebd1331c]{align-items:center;border-bottom:1px solid var(--border-weak);display:flex;flex-shrink:0;gap:.75rem;justify-content:space-between;min-height:3.5rem;padding:.75rem 1rem}.showcase-layout__brand[data-v-ebd1331c]{color:var(--text-primary);font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:700;letter-spacing:-.025em;overflow:hidden;white-space:nowrap}.showcase-layout__collapse-btn[data-v-ebd1331c]{align-items:center;background:transparent;border:none;border-radius:.625rem;color:var(--text-secondary);cursor:pointer;display:flex;flex-shrink:0;font-size:1.25rem;padding:.25rem;transition:background-color .15s cubic-bezier(0,0,.2,1),color .15s cubic-bezier(0,0,.2,1)}.showcase-layout__collapse-btn[data-v-ebd1331c]:hover{background-color:var(--bg-surface-hover);color:var(--text-primary)}.showcase-layout__collapse-btn[data-v-ebd1331c]:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.showcase-layout__collapse-btn[data-v-ebd1331c]:focus:not(:focus-visible){outline:none}.showcase-layout__nav[data-v-ebd1331c]{display:flex;flex-direction:column;flex:1;gap:.25rem;overflow-x:hidden;overflow-y:auto;padding:1rem .5rem;scrollbar-width:none;-ms-overflow-style:none}.showcase-layout__nav[data-v-ebd1331c]::-webkit-scrollbar{display:none}.showcase-layout__nav-group-label[data-v-ebd1331c]{color:var(--text-subtle);font-family:Plus Jakarta Sans,Segoe UI,system-ui,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.025em;margin:.75rem 0 .25rem .75rem;text-transform:uppercase;white-space:nowrap}.showcase-layout__nav-group-label[data-v-ebd1331c]:first-child{margin-top:0}.showcase-layout__nav-list[data-v-ebd1331c]{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}.showcase-layout__nav-link[data-v-ebd1331c]{align-items:center;border-radius:.625rem;color:var(--text-secondary);display:flex;font-family:Inter,Segoe UI,system-ui,sans-serif;font-size:.875rem;font-weight:500;gap:.75rem;min-height:2.25rem;padding:.5rem .75rem;text-decoration:none;transition:background-color .15s cubic-bezier(0,0,.2,1),color .15s cubic-bezier(0,0,.2,1);white-space:nowrap}.showcase-layout__nav-link[data-v-ebd1331c]:focus-visible{outline:2px solid var(--border-focus-ring);outline-offset:2px}.showcase-layout__nav-link[data-v-ebd1331c]:focus:not(:focus-visible){outline:none}.showcase-layout__nav-link[data-v-ebd1331c]:hover{background-color:var(--bg-surface-hover);color:var(--text-primary)}.showcase-layout__nav-link--active[data-v-ebd1331c]{background-color:var(--color-primary-subtle);color:var(--color-primary-on-surface);font-weight:600}.showcase-layout__nav-icon[data-v-ebd1331c]{flex-shrink:0;font-size:1.125rem}.showcase-layout__nav-label[data-v-ebd1331c]{overflow:hidden;text-overflow:ellipsis}.showcase-layout__main[data-v-ebd1331c]{background-color:var(--bg-canvas);display:flex;flex:1;flex-direction:column;min-width:0;overflow-x:hidden;overflow-y:auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{background-color:var(--bg-canvas);color:var(--text-primary);font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{display:block;height:auto;max-width:100%}button{background:none;border:none;color:inherit;cursor:pointer;font:inherit}a{color:var(--text-link);text-decoration:none}a:hover{color:var(--text-link-hover);text-decoration:underline}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-semibold);line-height:var(--leading-tight)}input,textarea,select{color:inherit;font:inherit}table{border-collapse:collapse;border-spacing:0}.section{width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem;width:100%}@media(max-width:1280px){.container{padding:0 1.25rem}}@media(max-width:1024px){.container{max-width:100%;padding:0 1rem}}.container-fluid{margin:0 auto;max-width:100%;width:100%}@media(max-width:1280px){.container-fluid{padding:0 1.25rem}}@media(max-width:1024px){.container-fluid{padding:0 1rem}}.container-text{margin:0 auto;max-width:720px;padding:0 1.5rem;width:100%}@media(max-width:1024px){.container-text{max-width:100%;padding:0 1rem}}.container-wide{margin:0 auto;max-width:1400px;padding:0 1.5rem;width:100%}@media(max-width:1280px){.container-wide{padding:0 1.25rem}}@media(max-width:1024px){.container-wide{max-width:100%;padding:0 1rem}}:root{--color-social-google: #ea4335;--color-social-facebook: #1877f2;--color-social-github: #181717;--color-primary: #00aec7;--color-on-primary: #ffffff;--color-primary-hover: rgb(0, 156.6, 179.1);--color-primary-active: rgb(0, 147.9, 169.15);--color-primary-subtle: rgba(0, 174, 199, .1);--color-primary-on-surface: #00aec7;--color-secondary: #0f766e;--color-secondary-hover: rgb(21.3778195489, 168.1721804511, 156.7706766917);--color-secondary-active: rgb(12.75, 100.3, 93.5);--color-secondary-subtle: rgba(15, 118, 110, .1);--color-on-secondary: #ffffff;--color-tertiary: #8b5cf6;--color-tertiary-hover: rgb(116.2046511628, 59.9686046512, 244.2313953488);--color-on-tertiary: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-subtle: #64748b;--text-placeholder: rgba(100, 116, 139, .6);--text-disabled: #cbd5e1;--text-link: #00aec7;--text-link-hover: rgb(0, 156.6, 179.1);--bg-canvas: #f8fafc;--bg-surface: #ffffff;--bg-surface-muted: #f1f5f9;--bg-surface-raised: #ffffff;--bg-surface-hover: #f1f5f9;--bg-overlay: rgba(0, 0, 0, .4);--bg-skeleton: #cbd5e1;--bg-skeleton-effect: #e2e8f0;--border-weak: #e2e8f0;--border-base: #cbd5e1;--border-strong: #94a3b8;--border-focus-ring: rgba(0, 174, 199, .25);--status-error: #dc2626;--status-error-bg: #fef2f2;--status-error-on-surface: #dc2626;--status-warn: #d97706;--status-warn-bg: #fffbeb;--status-read-only: #00aec7;--status-read-only-bg: #fffbeb;--status-info: #2563eb;--status-info-bg: #eff6ff;--status-success: #16a34a;--status-success-bg: #f0fdf4;--status-success-on-surface: rgb(19.36, 143.44, 65.12);--status-warn-on-surface: rgb(199.64, 109.48, 5.52);--status-error-subtle: rgba(220, 38, 38, .15);--status-success-subtle: rgba(22, 163, 74, .15);--status-warn-subtle: rgba(217, 119, 6, .15);--status-inactive: #6b7280;--status-inactive-bg: #f1f5f9;--shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, .05);--shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, .08), 0 1px 2px -1px rgba(15, 23, 42, .04);--shadow-md: 0 4px 6px -1px rgba(15, 23, 42, .08), 0 2px 4px -2px rgba(15, 23, 42, .04);--shadow-lg: 0 8px 24px -4px rgba(15, 23, 42, .1), 0 4px 8px -4px rgba(15, 23, 42, .06);--shadow-xl: 0 12px 24px -8px rgba(15, 23, 42, .18);--shadow-2xl: 0 24px 48px -12px rgba(15, 23, 42, .22);--shadow-inner: inset 0 2px 4px 0 rgba(15, 23, 42, .06);--spacing-px: 1px;--spacing-0-5: .125rem;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-7: 1.75rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-14: 3.5rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--spacing-32: 8rem;--radius-xs: .125rem;--radius-sm: .25rem;--radius: .5rem;--radius-md: .625rem;--radius-lg: .875rem;--radius-xl: 1.125rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--container-max-width: 1280px;--sidebar-width: 16rem;--z-base: 1;--z-sticky: 50;--z-dropdown: 100;--z-drawer: 200;--z-drawer-dropdown: 250;--z-modal: 300;--z-modal-dropdown: 350;--z-overlay: 400;--z-toast: 500;--z-tooltip: 600;--font-primary: Plus Jakarta Sans, Segoe UI, system-ui, sans-serif;--font-secondary: Inter, Segoe UI, system-ui, sans-serif;--font-accent: Fraunces, Georgia, serif;--font-mono: JetBrains Mono, SF Mono, Monaco, Inconsolata, Fira Code, Fira Mono, Roboto Mono, Source Code Pro, Courier New, monospace;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--text-2xs: .6875rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: clamp(1.25rem, 1.1vw + 1rem, 1.5rem);--text-3xl: clamp(1.5rem, 2vw + 1rem, 2rem);--text-4xl: clamp(2rem, 3vw + 1rem, 3rem);--text-5xl: clamp(2.5rem, 4vw + 1rem, 3.5rem);--text-display: clamp(3rem, 5vw + 1.5rem, 4.5rem);--leading-none: 1;--leading-tight: 1.2;--leading-normal: 1.4;--leading-relaxed: 1.6;--leading-loose: 1.8;--tracking-tight: -.025em;--tracking-normal: 0;--tracking-wide: .025em;--tracking-wider: .05em;--transition-instant: 75ms;--transition-fast: .15s;--transition-normal: .3s;--transition-slow: .4s;--transition-slower: .5s;--ease-in: cubic-bezier(.4, 0, 1, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-smooth: cubic-bezier(.25, .1, .25, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--animation-duration-loader: 1.5s;--animation-duration-pulse: 2s;--animation-duration-spin: 1s;--animation-duration-fade-in: .3s;--animation-duration-fade-out: .15s;--animation-duration-slide: .3s;--animation-duration-slide-up: .3s;--animation-duration-slide-down: .3s;--opacity-0: 0;--opacity-hover: .04;--opacity-subtle: .08;--opacity-active: .12;--opacity-disabled: .4;--opacity-muted: .6;--opacity-full: 1}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes click-effect{0%{opacity:0;transform:scale(1.05)}10%{opacity:1}to{opacity:0;transform:scale(1)}}@keyframes rotate-glow{to{--angle: 360deg}}html[data-theme=dark]{--color-social-google: #ea4335;--color-social-facebook: #1877f2;--color-social-github: #181717;--color-primary: rgb(16.09125, 175.5482600503, 198.45875);--color-primary-hover: rgb(14.482125, 157.9934340452, 178.612875);--color-primary-active: rgb(13.6775625, 149.2160210427, 168.6899375);--color-primary-subtle: rgba(16.09125, 175.5482600503, 198.45875, .12);--color-primary-on-surface: rgb(12.2825, 205.5930025126, 233.3675);--color-secondary: rgb(28.0752, 31.416, 32.8368);--color-secondary-hover: rgb(32.8028, 36.074, 37.4652);--color-on-primary: #ffffff;--color-on-secondary: #ffffff;--color-tertiary: rgb(147.65, 107.465, 239.135);--color-tertiary-hover: rgb(158.95, 122.995, 240.805);--color-on-tertiary: #ffffff;--text-primary: rgba(255, 255, 255, .92);--text-secondary: rgba(255, 255, 255, .6);--text-subtle: rgba(255, 255, 255, .45);--text-placeholder: rgba(255, 255, 255, .38);--text-disabled: rgba(255, 255, 255, .28);--text-link: rgb(16.09125, 175.5482600503, 198.45875);--text-link-hover: rgb(18.307125, 199.7224541457, 225.787875);--bg-canvas: #131314;--bg-surface: rgb(32.8028, 36.074, 37.4652);--bg-surface-muted: rgb(28.0752, 31.416, 32.8368);--bg-surface-raised: rgb(46.9856, 50.048, 51.3504);--bg-surface-hover: rgb(39.8942, 43.061, 44.4078);--bg-overlay: rgba(0, 0, 0, .6);--bg-skeleton: #cbd5e1;--bg-skeleton-effect: #e2e8f0;--border-weak: rgba(255, 255, 255, .08);--border-base: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .2);--border-focus-ring: rgba(16.09125, 175.5482600503, 198.45875, .35);--status-error: rgb(207.12, 76.08, 76.08);--status-error-bg: rgba(207.12, 76.08, 76.08, .12);--status-error-on-surface: rgb(223.3775, 122.8225, 122.8225);--status-warn: rgb(219.7350112108, 125.8593609865, 17.6149887892);--status-warn-bg: rgba(219.7350112108, 125.8593609865, 17.6149887892, .12);--status-read-only: rgb(219.7350112108, 125.8593609865, 17.6149887892);--status-read-only-bg: rgba(219.7350112108, 125.8593609865, 17.6149887892, .12);--status-info: rgb(72.165, 119.595, 223.635);--status-info-bg: rgba(72.165, 119.595, 223.635, .12);--status-success: rgb(42.4418918919, 175.0581081081, 91.35);--status-success-bg: rgba(42.4418918919, 175.0581081081, 91.35, .12);--status-success-on-surface: rgb(66.6616216216, 209.3383783784, 119.28);--status-warn-on-surface: rgb(238.8121704036, 152.5422869955, 53.0678295964);--status-error-subtle: rgba(207.12, 76.08, 76.08, .22);--status-success-subtle: rgba(42.4418918919, 175.0581081081, 91.35, .22);--status-warn-subtle: rgba(219.7350112108, 125.8593609865, 17.6149887892, .22);--status-inactive: rgb(121.2973404255, 127.9324468085, 141.2026595745);--status-inactive-bg: rgb(39.8942, 43.061, 44.4078);--shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, .4);--shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, .5), 0 1px 2px -1px rgba(15, 23, 42, .4);--shadow-md: 0 4px 8px -1px rgba(15, 23, 42, .5), 0 2px 6px -2px rgba(15, 23, 42, .4);--shadow-lg: 0 8px 28px -4px rgba(15, 23, 42, .55), 0 6px 12px -6px rgba(15, 23, 42, .45);--shadow-xl: 0 16px 32px -8px rgba(15, 23, 42, .6);--shadow-2xl: 0 32px 64px -12px rgba(15, 23, 42, .7);--shadow-inner: inset 0 2px 4px 0 rgba(15, 23, 42, .35)}html[data-theme=high-contrast]{--color-social-google: #ea4335;--color-social-facebook: #1877f2;--color-social-github: #181717;--color-primary: #006080;--color-primary-hover: #004d66;--color-primary-active: #003a4d;--color-primary-subtle: rgba(0, 96, 128, .15);--color-on-primary: #ffffff;--color-primary-on-surface: #006080;--color-secondary: #004d3a;--color-secondary-hover: #003a2d;--color-secondary-active: #002d22;--color-secondary-subtle: rgba(0, 77, 58, .15);--color-on-secondary: #ffffff;--color-tertiary: #6d3478;--color-tertiary-hover: #5a2864;--color-on-tertiary: #ffffff;--text-primary: #000000;--text-secondary: #1a1a1a;--text-subtle: #333333;--text-placeholder: #555555;--text-disabled: #767676;--text-link: #006080;--text-link-hover: #004d66;--bg-canvas: #ffffff;--bg-surface: #ffffff;--bg-surface-muted: #f0f0f0;--bg-surface-raised: #ffffff;--bg-surface-hover: #e0e0e0;--bg-overlay: rgba(0, 0, 0, .75);--bg-skeleton: #d0d0d0;--bg-skeleton-effect: #e0e0e0;--border-weak: #767676;--border-base: #595959;--border-strong: #1a1a1a;--border-focus-ring: #006080;--status-error: #b91c1c;--status-error-bg: #fee2e2;--status-error-on-surface: #991b1b;--status-warn: #92400e;--status-warn-bg: #fef3c7;--status-read-only: #006080;--status-read-only-bg: #e0f4f8;--status-info: #1d4ed8;--status-info-bg: #dbeafe;--status-success: #166534;--status-success-bg: #dcfce7;--status-success-on-surface: #0b4f22;--status-warn-on-surface: #6b3500;--status-error-subtle: #fca5a5;--status-success-subtle: #86efac;--status-warn-subtle: #fcd34d;--status-inactive: #404040;--status-inactive-bg: #e5e5e5;--shadow-xs: none;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--shadow-2xl: none;--shadow-inner: none}@media(prefers-color-scheme:dark){html:not([data-theme]){--color-social-google: #ea4335;--color-social-facebook: #1877f2;--color-social-github: #181717;--color-primary: rgb(16.09125, 175.5482600503, 198.45875);--color-primary-hover: rgb(14.482125, 157.9934340452, 178.612875);--color-primary-active: rgb(13.6775625, 149.2160210427, 168.6899375);--color-primary-subtle: rgba(16.09125, 175.5482600503, 198.45875, .12);--color-primary-on-surface: rgb(12.2825, 205.5930025126, 233.3675);--color-secondary: rgb(28.0752, 31.416, 32.8368);--color-secondary-hover: rgb(32.8028, 36.074, 37.4652);--color-on-primary: #ffffff;--color-on-secondary: #ffffff;--color-tertiary: rgb(147.65, 107.465, 239.135);--color-tertiary-hover: rgb(158.95, 122.995, 240.805);--color-on-tertiary: #ffffff;--text-primary: rgba(255, 255, 255, .92);--text-secondary: rgba(255, 255, 255, .6);--text-subtle: rgba(255, 255, 255, .45);--text-placeholder: rgba(255, 255, 255, .38);--text-disabled: rgba(255, 255, 255, .28);--text-link: rgb(16.09125, 175.5482600503, 198.45875);--text-link-hover: rgb(18.307125, 199.7224541457, 225.787875);--bg-canvas: #131314;--bg-surface: rgb(32.8028, 36.074, 37.4652);--bg-surface-muted: rgb(28.0752, 31.416, 32.8368);--bg-surface-raised: rgb(46.9856, 50.048, 51.3504);--bg-surface-hover: rgb(39.8942, 43.061, 44.4078);--bg-overlay: rgba(0, 0, 0, .6);--bg-skeleton: #cbd5e1;--bg-skeleton-effect: #e2e8f0;--border-weak: rgba(255, 255, 255, .08);--border-base: rgba(255, 255, 255, .12);--border-strong: rgba(255, 255, 255, .2);--border-focus-ring: rgba(16.09125, 175.5482600503, 198.45875, .35);--status-error: rgb(207.12, 76.08, 76.08);--status-error-bg: rgba(207.12, 76.08, 76.08, .12);--status-error-on-surface: rgb(223.3775, 122.8225, 122.8225);--status-warn: rgb(219.7350112108, 125.8593609865, 17.6149887892);--status-warn-bg: rgba(219.7350112108, 125.8593609865, 17.6149887892, .12);--status-read-only: rgb(219.7350112108, 125.8593609865, 17.6149887892);--status-read-only-bg: rgba(219.7350112108, 125.8593609865, 17.6149887892, .12);--status-info: rgb(72.165, 119.595, 223.635);--status-info-bg: rgba(72.165, 119.595, 223.635, .12);--status-success: rgb(42.4418918919, 175.0581081081, 91.35);--status-success-bg: rgba(42.4418918919, 175.0581081081, 91.35, .12);--status-success-on-surface: rgb(66.6616216216, 209.3383783784, 119.28);--status-warn-on-surface: rgb(238.8121704036, 152.5422869955, 53.0678295964);--status-error-subtle: rgba(207.12, 76.08, 76.08, .22);--status-success-subtle: rgba(42.4418918919, 175.0581081081, 91.35, .22);--status-warn-subtle: rgba(219.7350112108, 125.8593609865, 17.6149887892, .22);--status-inactive: rgb(121.2973404255, 127.9324468085, 141.2026595745);--status-inactive-bg: rgb(39.8942, 43.061, 44.4078);--shadow-xs: 0 1px 2px 0 rgba(15, 23, 42, .4);--shadow-sm: 0 1px 3px 0 rgba(15, 23, 42, .5), 0 1px 2px -1px rgba(15, 23, 42, .4);--shadow-md: 0 4px 8px -1px rgba(15, 23, 42, .5), 0 2px 6px -2px rgba(15, 23, 42, .4);--shadow-lg: 0 8px 28px -4px rgba(15, 23, 42, .55), 0 6px 12px -6px rgba(15, 23, 42, .45);--shadow-xl: 0 16px 32px -8px rgba(15, 23, 42, .6);--shadow-2xl: 0 32px 64px -12px rgba(15, 23, 42, .7);--shadow-inner: inset 0 2px 4px 0 rgba(15, 23, 42, .35)}}@media(prefers-contrast:more){html:not([data-theme]){--color-social-google: #ea4335;--color-social-facebook: #1877f2;--color-social-github: #181717;--color-primary: #006080;--color-primary-hover: #004d66;--color-primary-active: #003a4d;--color-primary-subtle: rgba(0, 96, 128, .15);--color-on-primary: #ffffff;--color-primary-on-surface: #006080;--color-secondary: #004d3a;--color-secondary-hover: #003a2d;--color-secondary-active: #002d22;--color-secondary-subtle: rgba(0, 77, 58, .15);--color-on-secondary: #ffffff;--color-tertiary: #6d3478;--color-tertiary-hover: #5a2864;--color-on-tertiary: #ffffff;--text-primary: #000000;--text-secondary: #1a1a1a;--text-subtle: #333333;--text-placeholder: #555555;--text-disabled: #767676;--text-link: #006080;--text-link-hover: #004d66;--bg-canvas: #ffffff;--bg-surface: #ffffff;--bg-surface-muted: #f0f0f0;--bg-surface-raised: #ffffff;--bg-surface-hover: #e0e0e0;--bg-overlay: rgba(0, 0, 0, .75);--bg-skeleton: #d0d0d0;--bg-skeleton-effect: #e0e0e0;--border-weak: #767676;--border-base: #595959;--border-strong: #1a1a1a;--border-focus-ring: #006080;--status-error: #b91c1c;--status-error-bg: #fee2e2;--status-error-on-surface: #991b1b;--status-warn: #92400e;--status-warn-bg: #fef3c7;--status-read-only: #006080;--status-read-only-bg: #e0f4f8;--status-info: #1d4ed8;--status-info-bg: #dbeafe;--status-success: #166534;--status-success-bg: #dcfce7;--status-success-on-surface: #0b4f22;--status-warn-on-surface: #6b3500;--status-error-subtle: #fca5a5;--status-success-subtle: #86efac;--status-warn-subtle: #fcd34d;--status-inactive: #404040;--status-inactive-bg: #e5e5e5;--shadow-xs: none;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-xl: none;--shadow-2xl: none;--shadow-inner: none}}[data-notivue=success],[data-notivue=promise-resolve]{--nv-bg: var(--nv-success-bg);--nv-fg: var(--nv-success-fg);--nv-accent: var(--nv-success-accent, var(--nv-global-accent));--nv-border: var(--nv-success-border)}[data-notivue=error],[data-notivue=promise-reject]{--nv-bg: var(--nv-error-bg);--nv-fg: var(--nv-error-fg);--nv-accent: var(--nv-error-accent, var(--nv-global-accent));--nv-border: var(--nv-error-border)}[data-notivue=warning]{--nv-bg: var(--nv-warning-bg);--nv-fg: var(--nv-warning-fg);--nv-accent: var(--nv-warning-accent, var(--nv-global-accent));--nv-border: var(--nv-warning-border)}[data-notivue=info]{--nv-bg: var(--nv-info-bg);--nv-fg: var(--nv-info-fg);--nv-accent: var(--nv-info-accent, var(--nv-global-accent));--nv-border: var(--nv-info-border)}[data-notivue=promise]{--nv-bg: var(--nv-promise-bg);--nv-fg: var(--nv-promise-fg);--nv-accent: var(--nv-promise-accent, var(--nv-global-accent));--nv-border: var(--nv-promise-border)}.Notivue__notification{--tip-width: calc(var(--tip-width-fx, 1) * var(--nv-tip-width, 0px));box-sizing:border-box;position:relative;width:var(--nv-min-width, auto);max-width:var(--nv-width, 100%);background-color:var(--nv-bg, var(--nv-global-bg));display:flex;align-items:var(--nv-y-align);border-radius:var(--nv-radius, 0);border:var(--nv-border-width, 0) solid var(--nv-border, var(--nv-global-border));box-shadow:var(--nv-shadow, 0 0 rgba(0, 0, 0, 0)),inset var(--tip-width) 0 0 var(--nv-accent)}.Notivue__notification *{box-sizing:border-box;touch-action:manipulation}.Notivue__notification[data-notivue-has-title=true]{align-items:var(--nv-y-align-has-title, var(--nv-y-align))}.Notivue__icon{display:flex;justify-content:center;align-items:center;overflow:visible;min-width:var(--nv-icon-size);width:var(--nv-icon-size);height:var(--nv-icon-size);margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing);color:var(--nv-accent)}.Notivue__content{--nv-content-space: calc(var(--nv-spacing) + var(--nv-spacing) * .15);display:flex;flex-direction:column;flex-grow:1;text-align:inherit;padding:var(--nv-content-space)}.Notivue__content-title{line-height:1.15;font-weight:700;color:var(--nv-fg, var(--nv-global-fg));font-size:var(--nv-title-size);margin:0 0 .33em;padding:0}.Notivue__transition-enter-active{--dur-easing: .5s cubic-bezier(.16, 1, .3, 1);transition:opacity var(--dur-easing),transform var(--dur-easing)}@media(prefers-reduced-motion:reduce){.Notivue__transition-enter-active{transition:none}}.Notivue__transition-enter-from{opacity:0;transform:scale(.8)}.Notivue__transition-enter-to{opacity:1;transform:scale(1)}.Notivue__transition-leave-active{transition:opacity 0ms ease}.Notivue__transition-leave-from,.Notivue__transition-leave-to{opacity:0}.Notivue__content-message{max-height:250px;overflow:auto;line-height:1.375;color:var(--nv-fg, var(--nv-global-fg));margin:0;padding:0;font-size:var(--nv-message-size);white-space:pre-line}.Notivue__close{position:relative;cursor:pointer;padding:calc(var(--nv-spacing) / 2);margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0;font-weight:700;border:none;background:none;line-height:1;font-size:var(--nv-message-size);color:var(--nv-fg, var(--nv-global-fg));-webkit-tap-highlight-color:rgba(0,0,0,0)}.Notivue__close:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:var(--nv-fg, var(--nv-global-fg));opacity:0;border-radius:calc(var(--nv-radius) / 2);transition:opacity .1s ease-out}@media(hover:hover){.Notivue__close:hover{opacity:1}.Notivue__close:hover:after{opacity:.1}.Notivue__close:hover .Notivue__close-icon{opacity:1}}.Notivue__close-icon{width:var(--nv-icon-size);height:var(--nv-icon-size);display:flex;color:var(--nv-fg, var(--nv-global-fg));pointer-events:none;opacity:.65}.Notivue__spinner{transform-origin:center;animation:Notivue__spinner-kf .75s infinite linear}@keyframes Notivue__spinner-kf{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.Notivue__spinner,.Notivue__duplicate{animation:none}}[dir=rtl] .Notivue__notification{--tip-width-fx: -1}[dir=rtl] .Notivue__icon{margin:var(--nv-spacing) var(--nv-spacing) var(--nv-spacing) 0}[dir=rtl] .Notivue__content-message{font-size:calc(var(--nv-message-size) + .1em)}[dir=rtl] .Notivue__content-title{font-size:calc(var(--nv-title-size) + .1em)}[dir=rtl] .Notivue__close{margin:var(--nv-spacing) 0 var(--nv-spacing) var(--nv-spacing)}.Notivue__duplicate{animation:Notivue__duplicate-kf .3s cubic-bezier(.16,1,.3,1) forwards}@keyframes Notivue__duplicate-kf{0%{transform:scale(1);opacity:1}50%{transform:scale(1.035);opacity:.8}to{transform:scale(1);opacity:1}}[data-notivue-align=top] .Notivue__enter,[data-notivue-align=top] .Notivue__leave{--notivue-ty: -200%}[data-notivue-align=bottom] .Notivue__enter,[data-notivue-align=bottom] .Notivue__leave{--notivue-ty: 200%}.Notivue__enter{animation:Notivue__enter-kf .35s cubic-bezier(.5,1,.25,1)}.Notivue__leave{animation:Notivue__leave-kf .35s ease}.Notivue__clearAll{animation:Notivue__clearAll-kf .5s cubic-bezier(.22,1,.36,1)}@keyframes Notivue__enter-kf{0%{transform:translate3d(0,var(--notivue-ty),0) scale(.25);opacity:0}to{transform:translateZ(0) scale(1);opacity:1}}@keyframes Notivue__leave-kf{0%{transform:translateZ(0) scale(1);opacity:.7}to{transform:translate3d(0,var(--notivue-ty),0) scale(0);opacity:0}}@keyframes Notivue__clearAll-kf{0%{opacity:1}to{opacity:0}}
