@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Kalam&display=swap);.modern-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;transition:var(--transition-normal);z-index:1000}.modern-header .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1920px;padding:var(--space-2) var(--space-6)}.modern-header .header-left{align-items:center;display:flex;gap:var(--space-8)}.modern-header .header-left .logo-section{align-items:center;cursor:pointer;display:flex;gap:var(--space-3);transition:var(--transition-fast)}.modern-header .header-left .logo-section:hover{transform:scale(1.05)}.modern-header .header-left .logo-section .logo-icon{align-items:center;background:linear-gradient(135deg,var(--primary-500),var(--primary-600));border-radius:var(--radius-lg);box-shadow:var(--shadow-md);display:flex;height:40px;justify-content:center;width:40px}.modern-header .header-left .logo-section .logo-icon .logo-symbol{font-size:var(--text-xl)}.modern-header .header-left .logo-section .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-400),var(--primary-600));-webkit-background-clip:text;background-clip:text;font-size:var(--text-2xl);font-weight:var(--font-bold);margin:0}.modern-header .header-left .mobile-menu-toggle{align-items:center;background:#ffffff1a;border:none;border-radius:var(--radius-lg);color:var(--neutral-400);cursor:pointer;display:none;height:40px;justify-content:center;transition:var(--transition-fast);width:40px}.modern-header .header-left .mobile-menu-toggle:hover{background:#fff3;color:var(--neutral-200)}.modern-header .header-left .desktop-nav{display:flex;gap:var(--space-1)}.modern-header .header-left .desktop-nav .nav-item{align-items:center;background:#0000;border:none;border-radius:var(--radius-lg);color:var(--neutral-400);cursor:pointer;display:flex;font-weight:var(--font-medium);gap:var(--space-2);padding:var(--space-2) var(--space-4);text-decoration:none;transition:var(--transition-fast)}.modern-header .header-left .desktop-nav .nav-item:hover{background:#ffffff1a;color:var(--neutral-200)}.modern-header .header-left .desktop-nav .nav-item.active{background:var(--primary-500);box-shadow:var(--shadow-md);color:#fff}.modern-header .header-left .desktop-nav .nav-item .nav-icon{font-size:var(--text-lg)}.modern-header .header-left .desktop-nav .nav-item .nav-text{font-size:var(--text-sm)}.modern-header .header-right{align-items:center;display:flex;gap:var(--space-4)}.modern-header .header-right .account-switcher{background:#ffffff1a;border-radius:var(--radius-lg);display:flex;padding:var(--space-1)}.modern-header .header-right .account-switcher .account-btn{background:#0000;border:none;border-radius:var(--radius-md);color:var(--neutral-400);cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-medium);padding:var(--space-2) var(--space-4);transition:var(--transition-fast)}.modern-header .header-right .account-switcher .account-btn:hover{color:var(--neutral-200)}.modern-header .header-right .account-switcher .account-btn.active{background:#fff3;color:#fff}.modern-header .header-right .user-profile{align-items:center;background:#ffffff1a;border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:var(--space-3);padding:var(--space-2) var(--space-4);transition:var(--transition-fast)}.modern-header .header-right .user-profile:hover{background:#fff3}.modern-header .header-right .user-profile .user-name{color:var(--neutral-200);font-size:var(--text-sm);font-weight:var(--font-medium)}.modern-header .mobile-menu{background:var(--neutral-900);border-right:1px solid #ffffff1a;height:100vh;left:-100%;overflow-y:auto;position:fixed;top:0;transition:var(--transition-normal);width:280px;z-index:1001}.modern-header .mobile-menu.open{left:0}.modern-header .mobile-menu .mobile-menu-content{display:flex;flex-direction:column;height:100%;padding:var(--space-6)}.modern-header .mobile-menu .mobile-nav{display:flex;flex:1 1;flex-direction:column;gap:var(--space-2);margin-bottom:var(--space-8)}.modern-header .mobile-menu .mobile-nav .mobile-nav-item{align-items:center;background:#0000;border:none;border-radius:var(--radius-lg);color:var(--neutral-400);cursor:pointer;display:flex;gap:var(--space-3);padding:var(--space-4);text-align:left;transition:var(--transition-fast);width:100%}.modern-header .mobile-menu .mobile-nav .mobile-nav-item:hover{background:#ffffff1a;color:var(--neutral-200)}.modern-header .mobile-menu .mobile-nav .mobile-nav-item.active{background:var(--primary-500);color:#fff}.modern-header .mobile-menu .mobile-nav .mobile-nav-item .mobile-nav-icon{font-size:var(--text-xl);text-align:center;width:24px}.modern-header .mobile-menu .mobile-nav .mobile-nav-item .mobile-nav-text{font-size:var(--text-base);font-weight:var(--font-medium)}.modern-header .mobile-menu .mobile-user-actions{border-top:1px solid #ffffff1a;display:flex;flex-direction:column;gap:var(--space-2);padding-top:var(--space-6)}.modern-header .mobile-menu .mobile-user-actions .mobile-action-btn{align-items:center;background:#0000;border:none;border-radius:var(--radius-lg);color:var(--neutral-400);cursor:pointer;display:flex;font-size:var(--text-base);gap:var(--space-3);padding:var(--space-4);text-align:left;transition:var(--transition-fast);width:100%}.modern-header .mobile-menu .mobile-user-actions .mobile-action-btn:hover{background:#ffffff1a;color:var(--neutral-200)}.modern-header .mobile-menu .mobile-user-actions .mobile-action-btn--logout{color:var(--error-500)}.modern-header .mobile-menu .mobile-user-actions .mobile-action-btn--logout:hover{background:#ef44441a;color:var(--error-400)}.modern-header .mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}@media(max-width:1024px){.modern-header .header-left .desktop-nav{display:none}.modern-header .header-left .mobile-menu-toggle{display:flex}.modern-header .header-container{padding:var(--space-3) var(--space-4)}.modern-header .header-left{gap:var(--space-4)}.modern-header .header-right{gap:var(--space-3)}.modern-header .header-right .account-switcher .account-btn{font-size:var(--text-xs);padding:var(--space-1) var(--space-3)}.modern-header .header-right .user-profile{padding:var(--space-2) var(--space-3)}.modern-header .header-right .user-profile .user-name{display:none}}@media(max-width:480px){.modern-header .header-container{padding:var(--space-2) var(--space-3)}.modern-header .header-left .mobile-menu-toggle{height:36px;width:36px}}@keyframes slideIn{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@media(prefers-contrast:high){.modern-header{border-bottom-width:2px}.modern-header .header-right .user-profile .user-name{color:#fff}}@media(prefers-reduced-motion:reduce){.modern-header,.modern-header .mobile-menu{transition:none}}.tooltip-wrapper{padding-inline:.5rem}.generic-card-wrapper{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:var(--radius-2xl);display:flex;flex-direction:column;flex-shrink:1;overflow:auto;transition:50ms ease-in-out}.generic-card-wrapper:hover{border-color:#fff3;box-shadow:var(--shadow-xl)}.generic-card-wrapper.card-closed .card-header:hover{background-color:#ffffff0d}.generic-card-wrapper .card-header{-webkit-padding-before:1rem;cursor:pointer;display:flex;font-size:.875rem;justify-content:space-between;padding-block-start:1rem;padding-inline:1rem;transition:background-color .15s ease-in-out}.generic-card-wrapper .card-header .card-title{display:flex}.generic-card-wrapper .content{overflow:auto;padding-block:1rem;padding-inline:1rem}.card-closed{height:100%;min-height:.3125rem!important}.card-closed .card-header{-webkit-padding-after:1rem;padding-block-end:1rem}.blob{animation:pulse 2s infinite;background:#00c900;border-radius:50%;box-shadow:0 0 0 0 #00c900;height:1.25rem;margin:.625rem .8125rem;transform:scale(1);width:1.25rem}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;list-style-type:decimal;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;list-style-type:disc;margin-bottom:1.25em;margin-top:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1em;border-inline-start-color:var(--tw-prose-quote-borders);border-inline-start-width:.25rem;color:var(--tw-prose-quotes);font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-inline-start:1em;quotes:"\201C""\201D""\2018""\2019"}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-size:1.25em;font-weight:600;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-bottom:2em;margin-top:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.375em;-webkit-padding-start:.375em;border-radius:.3125rem;box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows)/10%);color:var(--tw-prose-kbd);font-family:inherit;font-size:.875em;font-weight:500;padding-inline-end:.375em;padding-bottom:.1875em;padding-top:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1.1428571em;-webkit-padding-start:1.1428571em;background-color:var(--tw-prose-pre-bg);border-radius:.375rem;color:var(--tw-prose-pre-code);font-size:.875em;font-weight:400;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-top:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:initial;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;width:100%}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-th-borders);border-bottom-width:1px}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.5714286em;-webkit-padding-start:.5714286em;color:var(--tw-prose-headings);font-weight:600;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em;vertical-align:bottom}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-color:var(--tw-prose-td-borders);border-bottom-width:1px}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:initial}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-color:var(--tw-prose-th-borders);border-top-width:1px}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:17 24 39;--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5em;margin-top:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.375em;padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.75em;margin-top:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em;margin-top:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.625em;margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.5714286em;-webkit-padding-start:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-top:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2em;margin-top:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.8888889em;margin-top:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.1111111em;margin-bottom:1.3333333em;margin-top:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;line-height:1.2;margin-bottom:.8em;margin-top:0}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;line-height:1.4;margin-bottom:.8em;margin-top:1.6em}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-bottom:.4444444em;margin-top:1.5555556em}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){line-height:1.4285714;margin-bottom:.5714286em;margin-top:1.4285714em}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:.3571429em;-webkit-padding-start:.3571429em;border-radius:.3125rem;font-size:.8571429em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-top:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;border-radius:.25rem;font-size:.8571429em;line-height:1.6666667;margin-bottom:1.6666667em;margin-top:1.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-bottom:1.1428571em;margin-top:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.2857143em;margin-top:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4285714em;padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:.4285714em;padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:.5714286em;margin-top:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em;margin-top:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:1.5714286em;margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:2.8571429em;margin-top:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:1em;-webkit-padding-start:1em;padding-inline-end:1em;padding-bottom:.6666667em;padding-top:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-start:0;padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){-webkit-padding-end:0;padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.7142857em;margin-top:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0;margin-top:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.left-\[75px\]{left:75px}.top-0{top:0}.top-1{top:.25rem}.top-2{top:.5rem}.top-6{top:1.5rem}.top-\[15px\]{top:15px}.z-10{z-index:10}.z-40{z-index:40}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.me-2{-webkit-margin-end:.5rem;margin-inline-end:.5rem}.me-5{-webkit-margin-end:1.25rem;margin-inline-end:1.25rem}.me-\[20px\]{-webkit-margin-end:20px;margin-inline-end:20px}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.ms-2{-webkit-margin-start:.5rem;margin-inline-start:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.table-cell{display:table-cell}.table-row-group{display:table-row-group}.table-row{display:table-row}.grid{display:grid}.contents{display:contents}.list-item{display:list-item}.hidden{display:none}.\!h-\[420px\]{height:420px!important}.\!h-\[520px\]{height:520px!important}.h-1{height:.25rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-20{height:5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[530px\]{height:530px}.h-auto{height:auto}.h-full{height:100%}.max-h-\[700px\]{max-height:700px}.min-h-0{min-height:0}.min-h-\[26px\]{min-height:26px}.min-h-\[50px\]{min-height:50px}.min-h-\[56px\]{min-height:56px}.min-h-\[600px\]{min-height:600px}.w-1{width:.25rem}.w-16{width:4rem}.w-2{width:.5rem}.w-3{width:.75rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-8{width:2rem}.w-\[120px\]{width:120px}.w-\[70px\]{width:70px}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[35px\]{min-width:35px}.min-w-\[50px\]{min-width:50px}.min-w-\[60px\]{min-width:60px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-\[90px\]{min-width:90px}.max-w-\[200px\]{max-width:200px}.max-w-\[300px\]{max-width:300px}.max-w-\[40\%\]{max-width:40%}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[80\%\]{max-width:80%}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1}.flex-grow,.grow{flex-grow:1}.basis-\[100\%\]{flex-basis:100%}.basis-\[40\%\]{flex-basis:40%}.basis-\[60\%\]{flex-basis:60%}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-3\.5{gap:.875rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.75rem*var(--tw-space-x-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.5rem*var(--tw-space-y-reverse));margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(.75rem*var(--tw-space-y-reverse));margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1rem*var(--tw-space-y-reverse));margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse));margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-e-0{border-inline-end-width:0}.border-l-4{border-left-width:4px}.border-s-0{border-inline-start-width:0}.border-t{border-top-width:1px}.border-t-0{border-top-width:0}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#111827\]{--tw-border-opacity:1;border-color:rgb(17 24 39/var(--tw-border-opacity))}.border-\[\#3b82f6\]{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-\[\#e5e7eb\]{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.border-\[var\(--neutral-700\)\]{border-color:var(--neutral-700)}.border-l-\[var\(--primary\)\]{border-left-color:var(--primary)}.bg-\[\#10b981\]{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.bg-\[\#111827\]{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity))}.bg-\[\#3b82f6\]{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity))}.bg-\[\#f3f4f6\]{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-\[var\(--neutral-800\)\]{background-color:var(--neutral-800)}.bg-opacity-10{--tw-bg-opacity:0.1}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-\[10px_16px_10px_12px\]{padding:10px 16px 10px 12px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0{padding-bottom:0;padding-top:0}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[2px\]{padding-bottom:2px}.pe-1{-webkit-padding-end:.25rem;padding-inline-end:.25rem}.pe-2{-webkit-padding-end:.5rem;padding-inline-end:.5rem}.pe-4{-webkit-padding-end:1rem;padding-inline-end:1rem}.pe-5{-webkit-padding-end:1.25rem;padding-inline-end:1.25rem}.pe-6{-webkit-padding-end:1.5rem;padding-inline-end:1.5rem}.pe-\[30px\]{-webkit-padding-end:30px;padding-inline-end:30px}.pe-\[45px\]{-webkit-padding-end:45px;padding-inline-end:45px}.pl-1{padding-left:.25rem}.pl-4{padding-left:1rem}.ps-1{-webkit-padding-start:.25rem;padding-inline-start:.25rem}.ps-4{-webkit-padding-start:1rem;padding-inline-start:1rem}.ps-6{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.ps-\[10px\]{-webkit-padding-start:10px;padding-inline-start:10px}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-2\.5{padding-top:.625rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-center{text-align:center}.text-right{text-align:right}.text-start{text-align:start}.font-\[Kalam\]{font-family:Kalam}.font-kalam{font-family:Kalam,cursive}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[1\.25rem\]{font-size:1.25rem}.text-\[12px\]{font-size:12px}.text-\[1rem\],.text-base{font-size:1rem}.text-base{line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.ordinal{--tw-ordinal:ordinal;font-feature-settings:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tracking-wider{letter-spacing:.05em}.text-\[\#10b981\]{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.text-\[\#111827\]{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-\[\#6b7280\]{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-\[\#888\]{--tw-text-opacity:1;color:rgb(136 136 136/var(--tw-text-opacity))}.text-\[\#dbeafe\]{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity))}.text-\[\#ff0000\]{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.text-\[\#ff2a2a\]{--tw-text-opacity:1;color:rgb(255 42 42/var(--tw-text-opacity))}.text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\]{color:#fff9}.text-\[var\(--neutral-400\)\]{color:var(--neutral-400)}.text-\[var\(--neutral-50\)\]{color:var(--neutral-50)}.text-\[var\(--text-primary\)\]{color:var(--text-primary)}.text-\[var\(--text-tertiary\)\]{color:var(--text-tertiary)}.text-blue{--tw-text-opacity:1;color:rgb(31 182 255/var(--tw-text-opacity))}.text-gray{--tw-text-opacity:1;color:rgb(132 146 166/var(--tw-text-opacity))}.text-gray-light{--tw-text-opacity:1;color:rgb(211 220 230/var(--tw-text-opacity))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.line-through{-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.18\)\]{--tw-shadow:0 2px 8px #0000002e;--tw-shadow-colored:0 2px 8px var(--tw-shadow-color)}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur:blur(8px)}.blur,.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert:invert(100%)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.TVChartContainer{height:35.3125rem}@media (prefers-color-scheme:dark){.dark\:prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}}.last\:mb-0:last-child{margin-bottom:0}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y:-2px}.hover\:scale-\[1\.01\]:hover,.hover\:translate-y-\[-2px\]:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.01\]:hover{--tw-scale-x:1.01;--tw-scale-y:1.01}.hover\:bg-\[var\(--neutral-700\)\]:hover{background-color:var(--neutral-700)}.hover\:shadow-\[0_4px_16px_rgba\(0\2c 0\2c 0\2c 0\.28\)\]:hover{--tw-shadow:0 4px 16px #00000047;--tw-shadow-colored:0 4px 16px var(--tw-shadow-color);box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (prefers-color-scheme:dark){.dark\:border-\[\#374151\]{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:border-\[\#4b5563\]{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.dark\:border-\[\#f9fafb\]{--tw-border-opacity:1;border-color:rgb(249 250 251/var(--tw-border-opacity))}.dark\:bg-\[\#2563eb\]{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.dark\:bg-\[\#374151\]{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}.dark\:bg-\[\#f9fafb\]{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.dark\:text-\[\#9ca3af\]{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.dark\:text-\[\#bfdbfe\]{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity))}.dark\:text-\[\#f9fafb\]{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity))}}@media (min-width:640px){.sm\:flex-nowrap{flex-wrap:nowrap}}@media (min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-1\/2{width:50%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:ps-4{-webkit-padding-start:1rem;padding-inline-start:1rem}}@media (min-width:1024px){.lg\:block{display:block}.lg\:w-1\/3{width:33.333333%}.lg\:w-2\/3{width:66.666667%}.lg\:grid-cols-\[1\.25fr_1fr\]{grid-template-columns:1.25fr 1fr}.lg\:grid-cols-\[2\.8fr_1\.5fr\]{grid-template-columns:2.8fr 1.5fr}.lg\:flex-row{flex-direction:row}.lg\:gap-4{gap:1rem}.lg\:gap-8{gap:2rem}.lg\:ps-6{-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}.lg\:text-end{text-align:end}}@media (min-width:1280px){.xl\:flex-row{flex-direction:row}.xl\:gap-20{gap:5rem}}.\[\&\>\.content\]\:h-full>.content{height:100%}.\[\&\>\.content\]\:overflow-hidden>.content{overflow:hidden}.\[\&\>\.content\]\:p-0>.content{padding:0}.stats-grid{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:var(--space-8)}@media(min-width:1400px){.stats-grid{grid-template-columns:repeat(7,1fr)}}@media(min-width:1200px)and (max-width:1399px){.stats-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:900px)and (max-width:1199px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:600px)and (max-width:899px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.stats-grid{grid-template-columns:1fr}}.content-grid{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:1fr 2fr;grid-template-rows:auto auto}.content-grid.content-grid-reverted{grid-template-columns:2fr 1fr}.dashboard-skeleton{background:linear-gradient(135deg,var(--neutral-900) 0,var(--neutral-800) 100%);min-height:100vh;padding:var(--space-6);width:100%}.dashboard-skeleton .skeleton-header{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#ffffff1a;border-radius:var(--radius-2xl);height:80px;margin-bottom:var(--space-8)}.dashboard-skeleton .skeleton-stats{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:var(--space-8)}@media(min-width:1400px){.dashboard-skeleton .skeleton-stats{grid-template-columns:repeat(7,1fr)}}@media(min-width:1200px)and (max-width:1399px){.dashboard-skeleton .skeleton-stats{grid-template-columns:repeat(4,1fr)}}@media(min-width:900px)and (max-width:1199px){.dashboard-skeleton .skeleton-stats{grid-template-columns:repeat(3,1fr)}}@media(min-width:600px)and (max-width:899px){.dashboard-skeleton .skeleton-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.dashboard-skeleton .skeleton-stats{grid-template-columns:1fr}}.dashboard-skeleton .skeleton-stats .skeleton-card{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#ffffff1a;border-radius:var(--radius-2xl);height:120px}.dashboard-skeleton .skeleton-content{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:1fr 2fr;grid-template-rows:auto auto}.dashboard-skeleton .skeleton-content .skeleton-panel{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#ffffff1a;border-radius:var(--radius-2xl);height:400px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:1024px){.content-grid,.content-grid.content-grid-reverted{grid-template-columns:1fr}}@media only screen and (max-width:700px){.stats-grid{grid-template-columns:1fr}}@media(max-width:480px){.metrics-grid{grid-template-columns:1fr!important}}.card-placeholder{display:flex;flex-direction:column;flex-shrink:1;min-height:11.5rem}@media only screen and (max-width:700px){.card-placeholder{display:none}}.ai-magician-wrapper .top{display:flex}.ai-magician-wrapper .top>div{flex-grow:1}.ai-magician-wrapper .top>:first-child{flex-basis:40%;max-width:42%}.ai-magician-wrapper .top>:nth-child(2){flex-basis:55%}.ai-magician-wrapper .results-table-buttons{-webkit-padding-after:.625rem;align-items:center;display:flex;padding-block-end:.625rem}.ai-magician-wrapper .results-table-buttons button{-webkit-margin-end:.625rem;margin-inline-end:.625rem}.ai-magician-wrapper .total-profit-wrapper{align-items:baseline;display:flex}@media only screen and (max-width:700px){.ai-magician-wrapper .top>:first-child{flex-basis:100%;max-width:100%}.ai-magician-wrapper .top>:nth-child(2){flex-basis:100%}.ai-magician-wrapper .cards-wrapper{flex-wrap:wrap}.ai-magician-wrapper .cards-wrapper>div{flex-basis:100%!important}}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--primary-50:#eff6ff;--primary-100:#dbeafe;--primary-200:#bfdbfe;--primary-300:#93c5fd;--primary-400:#60a5fa;--primary-500:#3b82f6;--primary-600:#2563eb;--primary-700:#1d4ed8;--primary-800:#1e40af;--primary-900:#1e3a8a;--neutral-50:#f8fafc;--neutral-100:#f1f5f9;--neutral-200:#e2e8f0;--neutral-300:#cbd5e1;--neutral-400:#94a3b8;--neutral-500:#64748b;--neutral-600:#475569;--neutral-700:#334155;--neutral-800:#1e293b;--neutral-900:#0f172a;--success-500:#10b981;--warning-500:#f59e0b;--error-500:#ef4444;--error-400:#f87171;--info-500:#06b6d4;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--font-normal:400;--font-medium:500;--font-semibold:600;--font-bold:700;--radius-sm:0.125rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-xl:0.75rem;--radius-2xl:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--transition-fast:150ms ease-in-out;--transition-normal:250ms ease-in-out;--transition-slow:350ms ease-in-out;background-color:#181922;color:#ffffffde;color-scheme:light dark;font-family:Roboto,Inter,Avenir,Helvetica,Arial,sans-serif;font-size:16px;font-synthesis:none;font-weight:400;line-height:1.5rem;text-rendering:optimizeLegibility}h1{font-size:2.25rem;line-height:2.5rem}h1,h2{font-weight:700}h2{font-size:1.25rem;line-height:1.75rem}h3{font-size:1.125rem;line-height:1.5rem}h3,h4{font-weight:700}h4{font-size:.875rem;line-height:1.25rem}h5{font-size:.72rem;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}#root,body,html{height:100%;width:100%}.ant-app{width:100%}input{background-color:#fff;color:#000}label{color:#fff!important}::-webkit-scrollbar{height:.4375rem;width:.4375rem}::-webkit-scrollbar-track{border-radius:.625rem;-webkit-box-shadow:inset 0 0 .375rem #0000004d}::-webkit-scrollbar-thumb{background:#f0f0f099;border-radius:.625rem;-webkit-box-shadow:inset 0 0 .375rem #0003}::-webkit-scrollbar-thumb:window-inactive{background:#f0f0f099}.link{color:#009dff;cursor:pointer;text-decoration:underline}.main-wrapper{background:#0f172a;background:var(--neutral-900);color:#f1f5f9;color:var(--neutral-100);font-family:var(--font-sans);font-size:1rem;font-size:var(--text-base);line-height:1.6;min-height:100vh;width:100%}.main-content{flex:1 1;height:100%;padding:1.5rem;padding:var(--space-6);padding-block:.5rem;padding-block:var(--space-2)}.table-wrapper table{border-collapse:collapse;width:100%}.table-wrapper table .sort-button{-webkit-padding-start:.4375rem;padding-inline-start:.4375rem}.table-wrapper table tr{height:3.75rem}.table-wrapper table tr td{min-width:4.6875rem;padding-inline:.4375rem}.table-wrapper table .tr:nth-child(2n){background-color:hsla(0,0%,95%,.082)}.table-row-selected{background-color:#ffffff0a}.loader{border-radius:.25rem;margin:1.25rem 0;padding:1.25rem 3.125rem;text-align:center}.cards-wrapper{display:flex;flex-wrap:wrap;gap:0 1.25rem}.cards-wrapper>div{flex-basis:16%;flex-grow:1;margin-bottom:1.5625rem}.cards-wrapper .table-card{flex-basis:100%!important}.ant-table-tbody-virtual-holder .ant-table-cell{align-items:center;display:flex}.green{color:#00c900}.green,.red{white-space:nowrap}.red{color:red}.yellow{color:#dfe300}h2,h3,h4,h5{padding-block:.125rem}.ant-form-item{margin-bottom:.625rem}.ant-form-item-label{padding-bottom:.1875rem!important}@media only screen and (max-width:700px){.main-content{padding:1rem .5rem .7rem}.cards-wrapper>div{flex-basis:33%!important}.ant-picker-panels{flex-direction:column}}
/*# sourceMappingURL=main.53066e5e.css.map*/