*{box-sizing:border-box;margin:0;padding:0}.App{background:#fff;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.container{max-width:1200px;margin:0 auto;padding:2rem}.card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000001a}button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;background:#50b19f}.btn-primary:hover{background:#3d9988;transform:translateY(-2px);box-shadow:0 5px 15px #50b19f66}.btn-secondary{color:#334155;background:#e2e8f0}.btn-secondary:hover{background:#cbd5e1}input,textarea,select{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}input:focus,textarea:focus,select:focus{border-color:#50b19f;outline:none}.form-group label{color:#334155;margin-bottom:.5rem;font-weight:600;display:block}.error{color:#ef4444;margin-top:.25rem;font-size:.875rem}.success{color:#50b19f;margin-top:.25rem;font-size:.875rem}html[dir=rtl]{direction:rtl}html[dir=rtl] body{text-align:right}html[dir=rtl] .feature-grid,html[dir=rtl] .steps-grid,html[dir=rtl] .benefits-grid,html[dir=rtl] .help-options,html[dir=rtl] .what-we-do-grid,html[dir=rtl] .pricing-grid,html[dir=rtl] .other-ways-grid,html[dir=rtl] .footer-grid{direction:rtl}html[dir=rtl] .footer-links{text-align:right}html[dir=rtl] ul{padding-inline:1.5rem 0}html[dir=rtl] li,html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select,html[dir=rtl] .form-group label{text-align:right}html[dir=rtl] .language-dropdown{left:0;right:auto}html[dir=rtl] .mobile-menu,html[dir=rtl] .feature-card,html[dir=rtl] .step-card,html[dir=rtl] .benefit-card,html[dir=rtl] .service-card,html[dir=rtl] .help-card,html[dir=rtl] .other-way-card,html[dir=rtl] .pricing-card,html[dir=rtl] .faq-question,html[dir=rtl] .faq-answer{text-align:right}html[dir=rtl] .sidebar-nav-item{flex-direction:row}html[dir=rtl] .nav-label{text-align:right}html[dir=rtl] .status-card,html[dir=rtl] .application-item,html[dir=rtl] .timeline-item{direction:ltr}html[dir=rtl] .status-card *,html[dir=rtl] .application-item *,html[dir=rtl] .timeline-item *{direction:rtl}html[dir=rtl] .help-icon,html[dir=rtl] .empty-icon,html[dir=rtl] .packet-icon,html[dir=rtl] .app-icon,html[dir=rtl] .logo-icon,html[dir=rtl] .sidebar-logo-icon,html[dir=rtl] .nav-icon{direction:ltr}html[dir=rtl] .login-form,html[dir=rtl] .signup-form{direction:rtl}html[dir=rtl] .password-input-wrapper{direction:ltr}html[dir=rtl] .password-input-wrapper input{text-align:right;direction:rtl}html[dir=rtl] .btn-login-submit,html[dir=rtl] .btn-signup-submit{direction:ltr}.language-selector{display:inline-block;position:relative}.language-button{cursor:pointer;color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .3s;display:flex}.language-button:hover{background:#ffffff40;border-color:#ffffff80}[data-theme=light] .language-selector:not(.portal-variant) .language-button{color:#0f172a;background:#0f172a0a;border-color:#0f172a26}[data-theme=light] .language-selector:not(.portal-variant) .language-button:hover{background:#0f172a14;border-color:#0f172a40}.lang-code{letter-spacing:.5px;font-weight:600}.lang-code-option{color:#64748b;min-width:24px;font-size:.75rem;font-weight:700}.language-option.active .lang-code-option{color:#50b19f}.dropdown-arrow{opacity:.8;font-size:.6rem}.language-dropdown{z-index:10000;background:#fff;border-radius:12px;min-width:150px;animation:.2s dropdownFade;position:absolute;top:calc(100% + .5rem);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 30px #00000026}[dir=rtl] .language-dropdown{left:50%;right:auto;transform:translate(-50%)}@keyframes dropdownFade{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.language-option{cursor:pointer;color:#1f2937;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;transition:background .2s;display:flex}[dir=rtl] .language-option{text-align:right}.language-option:hover{background:#f3f4f6}.language-option.active{color:#50b19f;background:#f0fdf9}.language-option .lang-name{font-weight:500}.language-selector.portal-variant .language-button{color:#374151;background:#f1f5f9;border-color:#e5e7eb}.language-selector.portal-variant .language-button:hover{background:#e5e7eb;border-color:#d1d5db}@media (width<=768px){.language-button{padding:.4rem .6rem;font-size:.8rem}.dropdown-arrow{font-size:.5rem}.language-dropdown{min-width:130px;left:50%;transform:translate(-50%)}[dir=rtl] .language-dropdown{left:50%;right:auto;transform:translate(-50%)}}.signup-page{padding:2rem;background:#fff;flex-direction:column;align-items:center;min-height:100vh;padding-top:120px;display:flex}.signup-container{width:100%;max-width:500px}.signup-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem;box-shadow:0 2px 8px #0000001a}.signup-header{text-align:center;margin-bottom:2rem}.signup-logo{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.signup-logo .logo-icon{-o-object-fit:contain;object-fit:contain;width:60px;height:60px}.signup-logo .logo-text{color:#50b19f;font-size:2rem;font-weight:800}.signup-header h1{color:#1e293b;margin-bottom:.5rem;font-size:1.75rem}.signup-header p{color:#64748b;font-size:1rem}.signup-form{margin-bottom:1.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.form-group input,.form-group select{color:#1e293b;background:#fff;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.form-group input:focus{border-color:#50b19f;outline:none;box-shadow:0 0 0 3px #50b19f1a}.form-group input::placeholder{color:#9ca3af}.form-hint{color:#9ca3af;margin-top:.375rem;font-size:.75rem;display:block}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{width:100%;padding-right:3rem}.password-toggle{cursor:pointer;color:#64748b;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:.75rem;font-weight:400;transition:color .2s;display:flex;position:absolute;right:.75rem}.password-toggle:hover{color:#334155}.password-requirements{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;margin-top:.5rem;padding:.75rem}.requirement{align-items:center;gap:.5rem;padding:.25rem 0;font-size:.8125rem;transition:color .2s;display:flex}.requirement.met{color:#50b19f}.requirement.unmet{color:#ef4444}.requirement-icon{text-align:center;width:1rem;font-size:.75rem}.requirement.met .requirement-icon{color:#50b19f;font-weight:700}.requirement.unmet .requirement-icon{color:#ef4444}.password-match{border-radius:6px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:all .2s;display:flex}.password-match.match{color:#50b19f;background:#ecfdf5}.password-match.no-match{color:#ef4444;background:#fef2f2}.email-match{border-radius:6px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem;font-size:.8125rem;transition:all .2s;display:flex}.email-match.match{color:#50b19f;background:#ecfdf5}.email-match.no-match{color:#ef4444;background:#fef2f2}.match-icon{font-weight:700}.error-message{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-size:.9rem}.btn-signup-submit{color:#fff;cursor:pointer;background:#50b19f;border:none;border-radius:8px;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-signup-submit:hover:not(:disabled){background:#3d9988;transform:translateY(-2px)}.btn-signup-submit:disabled{opacity:.6;cursor:not-allowed}.signup-footer{text-align:center;border-top:1px solid #e2e8f0;padding-top:1.5rem}.signup-footer p{color:#64748b;margin:.5rem 0}.signup-footer a{color:#50b19f;font-weight:600;text-decoration:none}.signup-footer a:hover{color:#3d9988;text-decoration:underline}.signup-terms{text-align:center;margin-top:1.5rem}.signup-terms p{color:#9ca3af;font-size:.8125rem}.signup-terms a{color:#64748b;text-decoration:underline}.signup-terms a:hover{color:#50b19f}.optional-label{color:#9ca3af;font-size:.75rem;font-weight:400}.form-group.checkbox-group{margin-top:2rem;margin-bottom:2rem}.checkbox-label{cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;align-items:flex-start;gap:1.5rem;padding:1rem;transition:all .2s;display:flex}.checkbox-label:hover{background:#f0fdf4;border-color:#50b19f}.checkbox-label input[type=checkbox]{accent-color:#50b19f;cursor:pointer;flex-shrink:0;align-self:flex-start;width:1.25rem;height:1.25rem;margin-top:.1rem;margin-right:.25rem}.checkbox-text{color:#374151;padding-top:.1rem;font-size:.9rem;line-height:1.5}.form-group.beta-checkbox-group{margin-top:0;margin-bottom:1rem}.beta-checkbox{background:#fef2f2;border-color:#fca5a5}.beta-checkbox:hover{background:#fee2e2;border-color:#f87171}.beta-checkbox.accepted{background:#ecfdf5;border-color:#50b19f}.beta-checkbox.accepted:hover{background:#d1fae5;border-color:#059669}.form-group.terms-checkbox-group{margin-top:0;margin-bottom:2rem}.terms-checkbox{background:#fffbeb;border-color:#fbbf24}.terms-checkbox:hover{background:#fef3c7;border-color:#f59e0b}.terms-checkbox.accepted{background:#ecfdf5;border-color:#50b19f}.terms-checkbox.accepted:hover{background:#d1fae5;border-color:#059669}.terms-link{color:#50b19f;font-weight:500;text-decoration:underline}.terms-link:hover{color:#3d9988}.required-indicator{color:#ef4444;margin-left:.25rem;font-weight:600}@media (width<=500px){.signup-card{padding:1.5rem}.signup-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-ext-400-normal-BtiwyxMk.woff2)format("woff2"),url(/assets/dm-sans-latin-ext-400-normal-BjWJ59Pq.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/dm-sans-latin-400-normal-CW0RaeGs.woff2)format("woff2"),url(/assets/dm-sans-latin-400-normal-BwCSEQnW.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-ext-500-normal-BJfUCQsA.woff2)format("woff2"),url(/assets/dm-sans-latin-ext-500-normal-DR84L5F-.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/dm-sans-latin-500-normal-B9HHJjqV.woff2)format("woff2"),url(/assets/dm-sans-latin-500-normal-Dr3UlScf.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-ext-600-normal-4vooXBpG.woff2)format("woff2"),url(/assets/dm-sans-latin-ext-600-normal-DRtaDpgU.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/dm-sans-latin-600-normal-Aqo67rzb.woff2)format("woff2"),url(/assets/dm-sans-latin-600-normal-BmdmIIQ2.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/dm-sans-latin-ext-700-normal-CJIcxD6K.woff2)format("woff2"),url(/assets/dm-sans-latin-ext-700-normal-BLI3TTWz.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:DM Sans;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/dm-sans-latin-700-normal-DvUfVpUG.woff2)format("woff2"),url(/assets/dm-sans-latin-700-normal-CUSSCpQX.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after,::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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border:0 solid #e5e7eb}:before,:after{--tw-content:""}html,:host{-webkit-text-size-adjust:100%;tab-size:4;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5}body{line-height:inherit;margin:0}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-feature-settings:normal;font-variation-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-feature-settings:inherit;font-variation-settings:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:#0000;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{margin:0;padding:0;list-style:none}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder{opacity:1;color:#9ca3af}textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root,[data-theme=light]{--color-background:255 255 255;--color-foreground:17 24 39;--color-card:255 255 255;--color-card-foreground:17 24 39;--color-popover:255 255 255;--color-popover-foreground:17 24 39;--color-primary:20 184 166;--color-primary-foreground:255 255 255;--color-secondary:243 244 246;--color-secondary-foreground:17 24 39;--color-muted:243 244 246;--color-muted-foreground:107 114 128;--color-accent:240 253 250;--color-accent-foreground:13 148 136;--color-destructive:239 68 68;--color-destructive-foreground:255 255 255;--color-border:229 231 235;--color-input:229 231 235;--color-ring:45 212 191;--radius:.75rem}[data-theme=dark]{--color-background:17 24 39;--color-foreground:249 250 251;--color-card:31 41 55;--color-card-foreground:249 250 251;--color-popover:31 41 55;--color-popover-foreground:249 250 251;--color-primary:45 212 191;--color-primary-foreground:17 24 39;--color-secondary:55 65 81;--color-secondary-foreground:249 250 251;--color-muted:31 41 55;--color-muted-foreground:156 163 175;--color-accent:17 24 39;--color-accent-foreground:45 212 191;--color-destructive:248 113 113;--color-destructive-foreground:17 24 39;--color-border:55 65 81;--color-input:55 65 81;--color-ring:45 212 191}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem}@media (width>=1400px){.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.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] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.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] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.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] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.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);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.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);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.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);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.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);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.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);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.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-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.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,.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] *)),.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] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.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] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.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] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.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:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.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-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.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:#1118271a;--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:#ffffff1a;--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-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.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-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.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] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom: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-teal{--tw-prose-links:#0d9488;--tw-prose-invert-links:#14b8a6}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.-right-20{right:-5rem}.-right-3{right:-.75rem}.-top-20{top:-5rem}.bottom-0{bottom:0}.bottom-1\.5{bottom:.375rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.left-0{left:0}.left-3{left:.75rem}.left-6{left:1.5rem}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-14{top:3.5rem}.top-16{top:4rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-full{top:100%}.-z-10{z-index:-10}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[60\]{z-index:60}.col-span-2{grid-column:span 2/span 2}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-auto{margin-left:auto;margin-right:auto}.\!mb-0{margin-bottom:0!important}.-mb-px{margin-bottom:-1px}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-64{margin-left:16rem}.ml-\[72px\]{margin-left:72px}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;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}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.inline-grid{display:inline-grid}.hidden{display:none}.aspect-\[16\/9\]{aspect-ratio:16/9}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-60{height:15rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[min\(520px\,calc\(100vh-7rem\)\)\]{height:min(520px,100vh - 7rem)}.h-full{height:100%}.h-screen{height:100vh}.max-h-60{max-height:15rem}.max-h-\[min\(480px\,calc\(100vh-5rem\)\)\]{max-height:min(480px,100vh - 5rem)}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0\.5{width:.125rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[18px\]{width:18px}.w-\[72px\]{width:72px}.w-\[min\(360px\,calc\(100vw-1\.5rem\)\)\]{width:min(360px,100vw - 1.5rem)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0}.min-w-\[140px\]{min-width:140px}.min-w-\[16px\]{min-width:16px}.min-w-\[24px\]{min-width:24px}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[55\%\]{max-width:55%}.max-w-\[85\%\]{max-width:85%}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y:-50%;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))}.rotate-180{--tw-rotate:180deg;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))}.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))}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.animate-bounce{animation:1s infinite bounce}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.18s ease-out fade-in}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.animate-ping{animation:1s cubic-bezier(0,0,.2,1) infinite ping}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:1s linear infinite spin}.cursor-pointer{cursor:pointer}.resize{resize:both}.appearance-none{appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[auto_1fr\]{grid-template-columns:auto 1fr}.grid-rows-\[0fr\]{grid-template-rows:0fr}.grid-rows-\[1fr\]{grid-template-rows:1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.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}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * 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}.overflow-x-clip{overflow-x:clip}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-xl{border-radius:.75rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-bl-sm{border-bottom-left-radius:calc(var(--radius) - 4px)}.rounded-br-sm{border-bottom-right-radius:calc(var(--radius) - 4px)}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-border{--tw-border-opacity:1;border-color:rgb(var(--color-border) / var(--tw-border-opacity,1))}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-gray-700\/60{border-color:#37415199}.border-gray-800{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/30{border-color:#ef44444d}.border-teal-400{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity,1))}.border-teal-400\/50{border-color:#2dd4bf80}.border-teal-400\/60{border-color:#2dd4bf99}.border-teal-500{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}.border-teal-500\/20{border-color:#14b8a633}.border-teal-500\/25{border-color:#14b8a640}.border-teal-500\/30{border-color:#14b8a64d}.border-teal-500\/40{border-color:#14b8a666}.border-transparent{border-color:#0000}.border-t-teal-400{--tw-border-opacity:1;border-top-color:rgb(45 212 191/var(--tw-border-opacity,1))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/15{background-color:#f59e0b26}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-destructive{--tw-bg-opacity:1;background-color:rgb(var(--color-destructive) / var(--tw-bg-opacity,1))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/15{background-color:#10b98126}.bg-emerald-500\/5{background-color:#10b9810d}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/30{background-color:#1f29374d}.bg-gray-800\/40{background-color:#1f293766}.bg-gray-800\/60{background-color:#1f293799}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(var(--color-primary) / var(--tw-bg-opacity,1))}.bg-red-500\/10{background-color:#ef44441a}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(var(--color-secondary) / var(--tw-bg-opacity,1))}.bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.bg-teal-400\/10{background-color:#2dd4bf1a}.bg-teal-400\/40{background-color:#2dd4bf66}.bg-teal-500{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.bg-teal-500\/10{background-color:#14b8a61a}.bg-teal-500\/15{background-color:#14b8a626}.bg-teal-500\/5{background-color:#14b8a60d}.bg-teal-500\/60{background-color:#14b8a699}.bg-transparent{background-color:#0000}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom, var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right, var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left, var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right, var(--tw-gradient-stops))}.from-gray-100{--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:#f3f4f600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from:#14b8a6 var(--tw-gradient-from-position);--tw-gradient-to:#14b8a600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from:#0d9488 var(--tw-gradient-from-position);--tw-gradient-to:#0d948800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:#fff0 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-teal-500{--tw-gradient-to:#14b8a600 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-teal-600{--tw-gradient-to:#0d948800 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}.to-gray-900{--tw-gradient-to:#111827 var(--tw-gradient-to-position)}.to-teal-700{--tw-gradient-to:#0f766e var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[3px\]{padding:3px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.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}.pb-1{padding-bottom:.25rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-8{padding-bottom:2rem}.pl-10{padding-left:2.5rem}.pr-10{padding-right:2.5rem}.pr-4{padding-right:1rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-12{padding-top:3rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:DM Sans,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.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}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-\[1\.05\]{line-height:1.05}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-normal{letter-spacing:0}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199/var(--tw-text-opacity,1))}.text-amber-200{--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.text-amber-200\/90{color:#fde68ae6}.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-card-foreground{--tw-text-opacity:1;color:rgb(var(--color-card-foreground) / var(--tw-text-opacity,1))}.text-destructive-foreground{--tw-text-opacity:1;color:rgb(var(--color-destructive-foreground) / var(--tw-text-opacity,1))}.text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208/var(--tw-text-opacity,1))}.text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity,1))}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity,1))}.text-foreground{--tw-text-opacity:1;color:rgb(var(--color-foreground) / var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-primary{--tw-text-opacity:1;color:rgb(var(--color-primary) / var(--tw-text-opacity,1))}.text-primary-foreground{--tw-text-opacity:1;color:rgb(var(--color-primary-foreground) / var(--tw-text-opacity,1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-secondary-foreground{--tw-text-opacity:1;color:rgb(var(--color-secondary-foreground) / var(--tw-text-opacity,1))}.text-teal-200{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity,1))}.text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.text-transparent{color:#0000}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline-offset-4{text-underline-offset:4px}.accent-teal-400{accent-color:#2dd4bf}.accent-teal-500{accent-color:#14b8a6}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-70{opacity:.7}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.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:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000), var(--tw-ring-shadow,0 0 #0000), var(--tw-shadow)}.shadow-black\/30{--tw-shadow-color:#0000004d;--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/40{--tw-shadow-color:#0006;--tw-shadow:var(--tw-shadow-colored)}.shadow-black\/50{--tw-shadow-color:#00000080;--tw-shadow:var(--tw-shadow-colored)}.shadow-gray-900\/10{--tw-shadow-color:#1118271a;--tw-shadow:var(--tw-shadow-colored)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.ring-teal-400\/60{--tw-ring-color:#2dd4bf99}.blur{--tw-blur:blur(8px);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)}.blur-3xl{--tw-blur:blur(64px);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)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);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)}.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)}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter,backdrop-filter;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[colors\,transform\]{transition-property:colors,transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[grid-template-rows\,opacity\]{transition-property:grid-template-rows,opacity;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[margin\]{transition-property:margin;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-\[width\]{transition-property:width;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-property:all;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-transform{transition-property:transform;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.dark\:prose-invert:is([data-theme=dark] *){--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)}.placeholder\:text-gray-500::placeholder{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.checked\:border-teal-400:checked{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity,1))}.checked\:bg-teal-500:checked{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-500:hover{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity,1))}.hover\:border-gray-600:hover{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.hover\:border-gray-700:hover{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.hover\:border-teal-400\/40:hover{border-color:#2dd4bf66}.hover\:border-teal-400\/60:hover{border-color:#2dd4bf99}.hover\:bg-amber-500\/10:hover{background-color:#f59e0b1a}.hover\:bg-emerald-500\/10:hover{background-color:#10b9811a}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-700\/40:hover{background-color:#37415166}.hover\:bg-gray-700\/50:hover{background-color:#37415180}.hover\:bg-gray-700\/60:hover{background-color:#37415199}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-gray-800\/30:hover{background-color:#1f29374d}.hover\:bg-gray-800\/60:hover{background-color:#1f293799}.hover\:bg-red-400:hover{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))}.hover\:bg-red-500\/10:hover{background-color:#ef44441a}.hover\:bg-secondary:hover{--tw-bg-opacity:1;background-color:rgb(var(--color-secondary) / var(--tw-bg-opacity,1))}.hover\:bg-teal-300:hover{--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity,1))}.hover\:bg-teal-400:hover{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.hover\:bg-teal-400\/20:hover{background-color:#2dd4bf33}.hover\:bg-teal-500\/10:hover{background-color:#14b8a61a}.hover\:bg-teal-500\/20:hover{background-color:#14b8a633}.hover\:bg-teal-500\/5:hover{background-color:#14b8a60d}.hover\:text-amber-900:hover{--tw-text-opacity:1;color:rgb(120 53 15/var(--tw-text-opacity,1))}.hover\:text-gray-100:hover{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-red-300:hover{--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.hover\:text-teal-200:hover{--tw-text-opacity:1;color:rgb(153 246 228/var(--tw-text-opacity,1))}.hover\:text-teal-300:hover{--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.hover\:text-teal-400:hover{--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.hover\:text-teal-600:hover{--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.hover\:text-teal-700:hover{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:ring-teal-400:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(45 212 191/var(--tw-ring-opacity,1))}.focus\:border-teal-400\/60:focus{border-color:#2dd4bf99}.focus\:outline-none:focus{outline-offset:2px;outline:2px solid #0000}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus\:ring-teal-400\/30:focus{--tw-ring-color:#2dd4bf4d}.focus\:ring-teal-400\/40:focus{--tw-ring-color:#2dd4bf66}.focus-visible\:border-teal-500:focus-visible{--tw-border-opacity:1;border-color:rgb(20 184 166/var(--tw-border-opacity,1))}.focus-visible\:outline-none:focus-visible{outline-offset:2px;outline:2px solid #0000}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow,0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(var(--color-ring) / var(--tw-ring-opacity,1))}.focus-visible\:ring-teal-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity,1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:rgb(var(--color-background) / 1)}.active\:scale-\[0\.97\]:active{--tw-scale-x:.97;--tw-scale-y:.97;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))}.active\:scale-\[0\.98\]:active{--tw-scale-x:.98;--tw-scale-y:.98;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))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-700:disabled{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.disabled\:text-gray-500:disabled{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-\[1\.02\]{--tw-scale-x:1.02;--tw-scale-y:1.02;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))}.group\/nav:hover .group-hover\/nav\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.group:hover .group-hover\:text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.prose-headings\:text-gray-900 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.prose-h2\:mt-12 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:3rem}.prose-h2\:border-t :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px}.prose-h2\:border-gray-200 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.prose-h2\:pt-8 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:2rem}.prose-a\:text-teal-600 :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(13 148 136/var(--tw-text-opacity,1))}.prose-strong\:text-gray-900 :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.prose-code\:text-teal-700 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-text-opacity:1;color:rgb(15 118 110/var(--tw-text-opacity,1))}.dark\:border-gray-600:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:border-gray-700\/60:is([data-theme=dark] *){border-color:#37415199}.dark\:border-gray-800:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:border-teal-400:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity,1))}.dark\:bg-gray-700:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.dark\:bg-gray-800:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:bg-gray-800\/30:is([data-theme=dark] *){background-color:#1f29374d}.dark\:bg-gray-800\/40:is([data-theme=dark] *){background-color:#1f293766}.dark\:bg-gray-800\/50:is([data-theme=dark] *){background-color:#1f293780}.dark\:bg-gray-800\/60:is([data-theme=dark] *){background-color:#1f293799}.dark\:bg-gray-800\/70:is([data-theme=dark] *){background-color:#1f2937b3}.dark\:bg-gray-900:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.dark\:bg-gray-900\/60:is([data-theme=dark] *){background-color:#11182799}.dark\:bg-gray-950:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(3 7 18/var(--tw-bg-opacity,1))}.dark\:bg-teal-400:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))}.dark\:from-gray-50:is([data-theme=dark] *){--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:#f9fafb00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800\/60:is([data-theme=dark] *){--tw-gradient-from:#1f293799 var(--tw-gradient-from-position);--tw-gradient-to:#1f293700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-900:is([data-theme=dark] *){--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:#11182700 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-teal-300:is([data-theme=dark] *){--tw-gradient-from:#5eead4 var(--tw-gradient-from-position);--tw-gradient-to:#5eead400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-teal-400:is([data-theme=dark] *){--tw-gradient-from:#2dd4bf var(--tw-gradient-from-position);--tw-gradient-to:#2dd4bf00 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-teal-200:is([data-theme=dark] *){--tw-gradient-to:#99f6e400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-teal-300:is([data-theme=dark] *){--tw-gradient-to:#5eead400 var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-emerald-300:is([data-theme=dark] *){--tw-gradient-to:#6ee7b7 var(--tw-gradient-to-position)}.dark\:to-gray-50:is([data-theme=dark] *){--tw-gradient-to:#f9fafb var(--tw-gradient-to-position)}.dark\:to-gray-800\/20:is([data-theme=dark] *){--tw-gradient-to:#1f293733 var(--tw-gradient-to-position)}.dark\:to-teal-500:is([data-theme=dark] *){--tw-gradient-to:#14b8a6 var(--tw-gradient-to-position)}.dark\:text-amber-100\/80:is([data-theme=dark] *){color:#fef3c7cc}.dark\:text-amber-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(253 230 138/var(--tw-text-opacity,1))}.dark\:text-amber-200\/90:is([data-theme=dark] *){color:#fde68ae6}.dark\:text-amber-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 211 77/var(--tw-text-opacity,1))}.dark\:text-emerald-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(110 231 183/var(--tw-text-opacity,1))}.dark\:text-emerald-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(52 211 153/var(--tw-text-opacity,1))}.dark\:text-gray-100:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:text-gray-200:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:text-gray-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:text-gray-50:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.dark\:text-gray-900:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.dark\:text-red-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(252 165 165/var(--tw-text-opacity,1))}.dark\:text-teal-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.dark\:text-teal-400:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:shadow-black\/50:is([data-theme=dark] *){--tw-shadow-color:#00000080;--tw-shadow:var(--tw-shadow-colored)}.dark\:hover\:border-gray-700:hover:is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:hover\:bg-gray-800\/50:hover:is([data-theme=dark] *){background-color:#1f293780}.dark\:hover\:bg-gray-800\/60:hover:is([data-theme=dark] *){background-color:#1f293799}.dark\:hover\:bg-teal-300:hover:is([data-theme=dark] *){--tw-bg-opacity:1;background-color:rgb(94 234 212/var(--tw-bg-opacity,1))}.dark\:hover\:text-amber-50:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(255 251 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-100:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-200:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:hover\:text-gray-50:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.dark\:hover\:text-teal-300:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.dark\:hover\:text-teal-400:hover:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.group:hover .dark\:group-hover\:text-teal-300:is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}.dark\:prose-headings\:text-gray-50 :where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *)):is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(249 250 251/var(--tw-text-opacity,1))}.dark\:prose-h2\:border-gray-800 :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)):is([data-theme=dark] *){--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity,1))}.dark\:prose-a\:text-teal-400 :where(a):not(:where([class~=not-prose],[class~=not-prose] *)):is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(45 212 191/var(--tw-text-opacity,1))}.dark\:prose-strong\:text-gray-100 :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)):is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.dark\:prose-code\:text-teal-300 :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):is([data-theme=dark] *){--tw-text-opacity:1;color:rgb(94 234 212/var(--tw-text-opacity,1))}@media (width>=640px){.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:w-auto{width:auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (width>=768px){.md\:sticky{position:sticky}.md\:bottom-0{bottom:0}.md\:bottom-5{bottom:1.25rem}.md\:left-auto{left:auto}.md\:right-5{right:1.25rem}.md\:top-20{top:5rem}.md\:top-auto{top:auto}.md\:col-span-2{grid-column:span 2/span 2}.md\:mt-1{margin-top:.25rem}.md\:mt-4{margin-top:1rem}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:table-cell{display:table-cell}.md\:grid{display:grid}.md\:hidden{display:none}.md\:h-14{height:3.5rem}.md\:h-5{height:1.25rem}.md\:h-7{height:1.75rem}.md\:h-\[min\(520px\,calc\(100vh-2\.5rem\)\)\]{height:min(520px,100vh - 2.5rem)}.md\:w-14{width:3.5rem}.md\:w-5{width:1.25rem}.md\:w-7{width:1.75rem}.md\:w-\[min\(360px\,calc\(100vw-1\.5rem\)\)\]{width:min(360px,100vw - 1.5rem)}.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\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-\[240px_1fr\]{grid-template-columns:240px 1fr}.md\:grid-cols-\[250px_minmax\(0\,1fr\)\]{grid-template-columns:250px minmax(0,1fr)}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:gap-12{gap:3rem}.md\:gap-3{gap:.75rem}.md\:gap-4{gap:1rem}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:bg-gray-900\/80{background-color:#111827cc}.md\:bg-white\/80{background-color:#fffc}.md\:bg-white\/85{background-color:#ffffffd9}.md\:p-10{padding:2.5rem}.md\:p-2{padding:.5rem}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:p-8{padding:2rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-32{padding-bottom:8rem}.md\:pt-16{padding-top:4rem}.md\:pt-36{padding-top:9rem}.md\:pt-40{padding-top:10rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:text-7xl{font-size:4.5rem;line-height:1}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-lg{font-size:1.125rem;line-height:1.75rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.md\:backdrop-blur-md{--tw-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.dark\:md\:bg-gray-900\/80:is([data-theme=dark] *){background-color:#111827cc}.dark\:md\:bg-gray-900\/85:is([data-theme=dark] *){background-color:#111827d9}}@media (width>=1024px){.lg\:col-span-2{grid-column:span 2/span 2}.lg\:flex{display:flex}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_svg\]\:size-4 svg{width:1rem;height:1rem}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}:root{--safe-area-top:env(safe-area-inset-top,0px);--safe-area-right:env(safe-area-inset-right,0px);--safe-area-bottom:env(safe-area-inset-bottom,0px);--safe-area-left:env(safe-area-inset-left,0px);--keyboard-height:0px}html{height:100%;font-size:17px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-y:contain;min-height:100%;padding-top:var(--safe-area-top);padding-bottom:var(--safe-area-bottom);padding-left:var(--safe-area-left);padding-right:var(--safe-area-right);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@supports (padding:env(safe-area-inset-top)){.App{padding-top:var(--safe-area-top);padding-bottom:calc(var(--safe-area-bottom) + var(--keyboard-height))}}body.keyboard-visible{padding-bottom:var(--keyboard-height)}body.keyboard-visible .footer{display:none}@media (width<=768px){.btn,button{-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}}.scroll-container{-webkit-overflow-scrolling:touch}@media screen and (width<=768px){input,select,textarea{font-size:16px!important}}@keyframes marquee-scroll{0%{transform:translate(0,0)}to{transform:translate(-50%)}}.marquee-track{animation:35s linear infinite marquee-scroll}.marquee-wrapper:hover .marquee-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}[data-theme=dark] .dashboard-container,[data-theme=dark] .dashboard-layout{color:#e2e8f0;background:#0f172a}[data-theme=dark] .applications-page .dashboard-main,[data-theme=dark] .dashboard-main{background:#0f172a}[data-theme=dark] .dashboard-loading{color:#cbd5e1}[data-theme=dark] .user-sidebar,[data-theme=dark] .admin-sidebar,[data-theme=dark] .dashboard-sidebar{background:#1e293b;border-right-color:#334155}[data-theme=dark] .sidebar-header{border-bottom-color:#334155}[data-theme=dark] .sidebar-logo-text{color:#f1f5f9}[data-theme=dark] .sidebar-nav-item{color:#cbd5e1}[data-theme=dark] .sidebar-nav-item:hover{color:#f1f5f9;background:#334155}[data-theme=dark] .sidebar-nav-item.active{color:#fff;background:#50b19f}[data-theme=dark] .sidebar-toggle{color:#cbd5e1;background:#334155;border-color:#475569}[data-theme=dark] .mobile-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .mobile-account-dropdown,[data-theme=dark] .account-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 6px 20px #00000080}[data-theme=dark] .mobile-dropdown-item{color:#e2e8f0}[data-theme=dark] .mobile-dropdown-item:hover,[data-theme=dark] .mobile-dropdown-divider{background:#334155}[data-theme=dark] .mobile-dropdown-name{color:#f1f5f9}[data-theme=dark] .mobile-dropdown-email{color:#94a3b8}[data-theme=dark] .top-header{background:#1e293b;border-bottom-color:#334155}[data-theme=dark] .top-header h1,[data-theme=dark] .top-header-title{color:#f1f5f9}[data-theme=dark] .top-header-subtitle,[data-theme=dark] .top-header p{color:#94a3b8}[data-theme=dark] .content-section,[data-theme=dark] .account-box,[data-theme=dark] .profile-section-card,[data-theme=dark] .empty-state-box,[data-theme=dark] .step-card,[data-theme=dark] .feature-card{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .account-box-header,[data-theme=dark] .profile-section-header{border-bottom-color:#334155}[data-theme=dark] .account-box h2,[data-theme=dark] .content-section h2,[data-theme=dark] .content-section h3,[data-theme=dark] .profile-section-card h3{color:#f1f5f9}[data-theme=dark] .section-description,[data-theme=dark] .profile-subtitle{color:#94a3b8}[data-theme=dark] .account-input,[data-theme=dark] .profile-section-fields input,[data-theme=dark] .profile-section-fields select,[data-theme=dark] .profile-section-fields textarea,[data-theme=dark] .dashboard-content input[type=text],[data-theme=dark] .dashboard-content input[type=email],[data-theme=dark] .dashboard-content input[type=tel],[data-theme=dark] .dashboard-content input[type=password],[data-theme=dark] .dashboard-content input[type=date],[data-theme=dark] .dashboard-content input[type=number],[data-theme=dark] .dashboard-content select,[data-theme=dark] .dashboard-content textarea{color:#f1f5f9;background:#0f172a;border-color:#475569}[data-theme=dark] .account-input:focus,[data-theme=dark] .profile-section-fields input:focus,[data-theme=dark] .profile-section-fields select:focus,[data-theme=dark] .profile-section-fields textarea:focus{border-color:#50b19f;outline-color:#50b19f}[data-theme=dark] .account-input::-moz-placeholder{color:#64748b}[data-theme=dark] .dashboard-content input::-moz-placeholder{color:#64748b}[data-theme=dark] .dashboard-content textarea::-moz-placeholder{color:#64748b}[data-theme=dark] .account-input::placeholder,[data-theme=dark] .dashboard-content input::placeholder,[data-theme=dark] .dashboard-content textarea::placeholder{color:#64748b}[data-theme=dark] .account-value,[data-theme=dark] .field-value{color:#e2e8f0}[data-theme=dark] .account-value-muted{color:#64748b}[data-theme=dark] label{color:#cbd5e1}[data-theme=dark] .data-table,[data-theme=dark] .applications-page .data-table{color:#e2e8f0;background:#1e293b}[data-theme=dark] .data-table th,[data-theme=dark] .applications-page .data-table th{color:#cbd5e1;background:#0f172a}[data-theme=dark] .data-table td,[data-theme=dark] .applications-page .data-table td{color:#cbd5e1;border-bottom-color:#334155}[data-theme=dark] .data-table tbody tr:hover,[data-theme=dark] .applications-page .data-table tbody tr:hover{background:#334155}[data-theme=dark] .packet-item{background:#1e293b;border-color:#334155}[data-theme=dark] .packet-content h3{color:#f1f5f9}[data-theme=dark] .packet-content p{color:#94a3b8}[data-theme=dark] .btn-packet-menu{color:#cbd5e1;background:0 0;border-color:#475569}[data-theme=dark] .btn-packet-menu:hover{color:#f1f5f9;background:#334155;border-color:#64748b}[data-theme=dark] .packet-menu-popover{background:#1e293b;border-color:#334155;box-shadow:0 6px 20px #00000080}[data-theme=dark] .packet-menu-item{color:#e2e8f0}[data-theme=dark] .packet-menu-item.packet-menu-delete:hover{background:#dc262626}[data-theme=dark] .status-card{color:#e2e8f0;background:#1e293b;border-color:#334155}[data-theme=dark] .status-card:hover,[data-theme=dark] .status-card.active{border-color:#50b19f}[data-theme=dark] .progress-ring-bg{stroke:#334155}[data-theme=dark] .timeline-item{background:#1e293b;border-color:#334155}[data-theme=dark] .timeline-content h4{color:#f1f5f9}[data-theme=dark] .timeline-description,[data-theme=dark] .timeline-dates{color:#94a3b8}[data-theme=dark] .progress-bar{background:#334155}[data-theme=dark] .modal-overlay,[data-theme=dark] .delete-modal-overlay,[data-theme=dark] .joint-modal-overlay{background:#000000b3}[data-theme=dark] .modal-content,[data-theme=dark] .delete-modal,[data-theme=dark] .joint-modal{color:#e2e8f0;background:#1e293b}[data-theme=dark] .modal-header,[data-theme=dark] .delete-modal-header,[data-theme=dark] .joint-modal-header{border-bottom-color:#334155}[data-theme=dark] .modal-header h2,[data-theme=dark] .delete-modal-header h3,[data-theme=dark] .joint-modal-header h3{color:#f1f5f9}[data-theme=dark] .template-card{color:#e2e8f0;background:#0f172a;border-color:#334155}[data-theme=dark] .template-card.selected{border-color:#50b19f}[data-theme=dark] .template-card h3{color:#f1f5f9}[data-theme=dark] .profile-progress{color:#cbd5e1}[data-theme=dark] .profile-message.success{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}[data-theme=dark] .profile-message.error{color:#f87171;background:#dc262626;border-color:#dc26264d}[data-theme=dark] .account-message.success{color:#4ade80;background:#22c55e26}[data-theme=dark] .account-message.error{color:#f87171;background:#dc262626}[data-theme=dark] .profile-lock-banner{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b66 #f59e0b66 #f59e0b66 #f59e0b}.theme-options{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.theme-option-btn{cursor:pointer;color:#1e293b;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.65rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.theme-option-btn:hover{background:#f0fdfa;border-color:#50b19f}.theme-option-btn.active{color:#1e293b;background:#50b19f1a;border-color:#50b19f}[data-theme=dark] .theme-option-btn{color:#e2e8f0;background:#0f172a;border-color:#475569}[data-theme=dark] .theme-option-btn:hover{background:#50b19f1a;border-color:#50b19f}[data-theme=dark] .theme-option-btn.active{color:#f1f5f9;background:#50b19f2e;border-color:#50b19f}.theme-option-icon{font-size:1.1rem}[data-theme=dark] .portal-shell .packet-info-card,[data-theme=dark] .portal-shell .editor-card,[data-theme=dark] .portal-shell .section-builder,[data-theme=dark] .portal-shell .field-builder,[data-theme=dark] .portal-shell .account-box,[data-theme=dark] .portal-shell .profile-section-card,[data-theme=dark] .portal-shell .content-section,[data-theme=dark] .portal-shell .template-card,[data-theme=dark] .portal-shell .empty-state-box,[data-theme=dark] .portal-shell .step-card,[data-theme=dark] .portal-shell .feature-card,[data-theme=dark] .portal-shell .timeline-item,[data-theme=dark] .portal-shell .status-card,[data-theme=dark] .portal-shell .packet-item,[data-theme=dark] .portal-shell .help-card,[data-theme=dark] .portal-shell .quick-card,[data-theme=dark] .portal-shell .resource-category,[data-theme=dark] .portal-shell .stat-card,[data-theme=dark] .portal-shell .stat-card-admin,[data-theme=dark] .portal-shell .info-card,[data-theme=dark] .portal-shell .filter-panel,[data-theme=dark] .portal-shell .empty-state,[data-theme=dark] .portal-shell .empty-sections,[data-theme=dark] .portal-shell .empty-fields,[data-theme=dark] .portal-shell .applications-list,[data-theme=dark] .portal-shell .application-row,[data-theme=dark] .portal-shell .application-card,[data-theme=dark] .portal-shell .document-card,[data-theme=dark] .portal-shell .pdf-row,[data-theme=dark] .portal-shell .modal-content,[data-theme=dark] .portal-shell .joint-modal,[data-theme=dark] .portal-shell .delete-modal{color:#e2e8f0;background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0000004d}[data-theme=dark] .portal-shell .field-builder,[data-theme=dark] .portal-shell .filter-panel,[data-theme=dark] .portal-shell .empty-state,[data-theme=dark] .portal-shell .empty-sections,[data-theme=dark] .portal-shell .empty-fields,[data-theme=dark] .portal-shell .data-table thead{background:#0f172a}[data-theme=dark] .portal-shell .packet-info-card h1,[data-theme=dark] .portal-shell .packet-info-card h2,[data-theme=dark] .portal-shell .packet-info-card h3,[data-theme=dark] .portal-shell .editor-card h1,[data-theme=dark] .portal-shell .editor-card h2,[data-theme=dark] .portal-shell .editor-card h3,[data-theme=dark] .portal-shell .editor-card h4,[data-theme=dark] .portal-shell .section-builder h3,[data-theme=dark] .portal-shell .section-builder h4,[data-theme=dark] .portal-shell .account-box h2,[data-theme=dark] .portal-shell .account-box h3,[data-theme=dark] .portal-shell .profile-section-card h2,[data-theme=dark] .portal-shell .profile-section-card h3,[data-theme=dark] .portal-shell .content-section h1,[data-theme=dark] .portal-shell .content-section h2,[data-theme=dark] .portal-shell .content-section h3,[data-theme=dark] .portal-shell .template-card h3,[data-theme=dark] .portal-shell .step-card h3,[data-theme=dark] .portal-shell .feature-card h3,[data-theme=dark] .portal-shell .timeline-item h3,[data-theme=dark] .portal-shell .timeline-item h4,[data-theme=dark] .portal-shell .status-card h3,[data-theme=dark] .portal-shell .packet-item h3,[data-theme=dark] .portal-shell .card-header h1,[data-theme=dark] .portal-shell .card-header h2,[data-theme=dark] .portal-shell .modal-header h1,[data-theme=dark] .portal-shell .modal-header h2,[data-theme=dark] .portal-shell .modal-header h3,[data-theme=dark] .portal-shell .editor-header h2{color:#f1f5f9}[data-theme=dark] .portal-shell .card-header,[data-theme=dark] .portal-shell .editor-header,[data-theme=dark] .portal-shell .section-builder-header,[data-theme=dark] .portal-shell .modal-header,[data-theme=dark] .portal-shell .account-box-header,[data-theme=dark] .portal-shell .profile-section-header,[data-theme=dark] .portal-shell .fields-section,[data-theme=dark] .portal-shell .field-builder-header{border-color:#334155!important}[data-theme=dark] .portal-shell .account-box-header,[data-theme=dark] .portal-shell .profile-section-header,[data-theme=dark] .portal-shell .modal-header,[data-theme=dark] .portal-shell .card-header{background:#0f172a}[data-theme=dark] .portal-shell .account-box-header h1,[data-theme=dark] .portal-shell .account-box-header h2,[data-theme=dark] .portal-shell .account-box-header h3,[data-theme=dark] .portal-shell .profile-section-header h1,[data-theme=dark] .portal-shell .profile-section-header h2,[data-theme=dark] .portal-shell .profile-section-header h3{color:#f1f5f9}[data-theme=dark] .portal-shell .form-group label,[data-theme=dark] .portal-shell .field-label,[data-theme=dark] .portal-shell label{color:#cbd5e1}[data-theme=dark] .portal-shell .form-help-text,[data-theme=dark] .portal-shell .field-help,[data-theme=dark] .portal-shell .help-text,[data-theme=dark] .portal-shell .section-description,[data-theme=dark] .portal-shell .profile-subtitle,[data-theme=dark] .portal-shell small{color:#94a3b8}[data-theme=dark] .portal-shell input[type=text],[data-theme=dark] .portal-shell input[type=number],[data-theme=dark] .portal-shell input[type=email],[data-theme=dark] .portal-shell input[type=tel],[data-theme=dark] .portal-shell input[type=password],[data-theme=dark] .portal-shell input[type=date],[data-theme=dark] .portal-shell input[type=search],[data-theme=dark] .portal-shell input[type=url],[data-theme=dark] .portal-shell select,[data-theme=dark] .portal-shell textarea{color:#f1f5f9;background:#0f172a;border-color:#475569}[data-theme=dark] .portal-shell input::-moz-placeholder{color:#64748b}[data-theme=dark] .portal-shell textarea::-moz-placeholder{color:#64748b}[data-theme=dark] .portal-shell input::placeholder,[data-theme=dark] .portal-shell textarea::placeholder{color:#64748b}[data-theme=dark] .portal-shell input:focus,[data-theme=dark] .portal-shell select:focus,[data-theme=dark] .portal-shell textarea:focus{border-color:#50b19f;box-shadow:0 0 0 3px #50b19f26}[data-theme=dark] .portal-shell .account-value,[data-theme=dark] .portal-shell .field-value,[data-theme=dark] .portal-shell .read-only-value{color:#e2e8f0}[data-theme=dark] .portal-shell .account-value-muted{color:#64748b}[data-theme=dark] .portal-shell .btn-cancel,[data-theme=dark] .portal-shell .btn-secondary,[data-theme=dark] .portal-shell .btn-back,[data-theme=dark] .portal-shell .btn-filter{color:#e2e8f0;background:#334155;border-color:#475569}[data-theme=dark] .portal-shell .btn-cancel:hover,[data-theme=dark] .portal-shell .btn-secondary:hover,[data-theme=dark] .portal-shell .btn-back:hover,[data-theme=dark] .portal-shell .btn-filter:hover{color:#f1f5f9;background:#475569;border-color:#64748b}[data-theme=dark] .portal-shell .data-grid,[data-theme=dark] .portal-shell .data-table{border-color:#334155}[data-theme=dark] .portal-shell .data-table{background:#1e293b}[data-theme=dark] .portal-shell .data-table thead{background:#0f172a;border-bottom-color:#334155}[data-theme=dark] .portal-shell .data-table th{color:#cbd5e1}[data-theme=dark] .portal-shell .data-table td{color:#cbd5e1;border-bottom-color:#334155}[data-theme=dark] .portal-shell .data-table tbody tr{border-bottom-color:#334155}[data-theme=dark] .portal-shell .data-table tbody tr:hover{background:#334155}[data-theme=dark] .portal-shell .cell-name{color:#f1f5f9}[data-theme=dark] .portal-shell .cell-description,[data-theme=dark] .portal-shell .cell-muted{color:#94a3b8}[data-theme=dark] .portal-shell .status-badge.status-active,[data-theme=dark] .portal-shell .status-active,[data-theme=dark] .portal-shell .status-indicator.active{color:#4ade80;background:#22c55e26}[data-theme=dark] .portal-shell .status-badge.status-inactive,[data-theme=dark] .portal-shell .status-inactive,[data-theme=dark] .portal-shell .status-indicator.inactive{color:#cbd5e1;background:#334155}[data-theme=dark] .portal-shell .type-badge.template{color:#93c5fd;background:#3b82f62e}[data-theme=dark] .portal-shell .type-badge.packet{color:#86efac;background:#22c55e2e}[data-theme=dark] .portal-shell .modal-overlay,[data-theme=dark] .portal-shell .delete-modal-overlay,[data-theme=dark] .portal-shell .joint-modal-overlay{background:#000000b3}[data-theme=dark] .portal-shell .modal-content,[data-theme=dark] .portal-shell .delete-modal,[data-theme=dark] .portal-shell .joint-modal{color:#e2e8f0;background:#1e293b}[data-theme=dark] .portal-shell .template-description,[data-theme=dark] .portal-shell .template-meta,[data-theme=dark] .portal-shell .timeline-description,[data-theme=dark] .portal-shell .timeline-dates,[data-theme=dark] .portal-shell .packet-content p{color:#94a3b8}[data-theme=dark] .portal-shell .template-type{color:#50b19f}[data-theme=dark] .portal-shell .loading-state,[data-theme=dark] .portal-shell .dashboard-loading{color:#94a3b8}[data-theme=dark] .portal-shell .form-error{color:#f87171;background:#dc262626;border-color:#dc26264d}[data-theme=dark] .portal-shell .profile-message.success,[data-theme=dark] .portal-shell .account-message.success{color:#4ade80;background:#22c55e26;border-color:#22c55e4d}[data-theme=dark] .portal-shell .profile-message.error,[data-theme=dark] .portal-shell .account-message.error{color:#f87171;background:#dc262626;border-color:#dc26264d}[data-theme=dark] .portal-shell .profile-lock-banner{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b66 #f59e0b66 #f59e0b66 #f59e0b}[data-theme=dark] .portal-shell .editor-actions,[data-theme=dark] .portal-shell .sticky-actions{background:#1e293b;border-top-color:#334155}[data-theme=dark] .portal-shell .btn-action{border-radius:6px;justify-content:center;align-items:center;padding:.4rem;transition:background-color .15s,transform .15s;display:inline-flex}[data-theme=dark] .portal-shell .btn-action.btn-edit{color:#2dd4bf}[data-theme=dark] .portal-shell .btn-action.btn-edit:hover{color:#5eead4;background:#2dd4bf1f;transform:none}[data-theme=dark] .portal-shell .btn-action.btn-delete{color:#f87171}[data-theme=dark] .portal-shell .btn-action.btn-delete:hover{color:#fca5a5;background:#f871711f;transform:none}[data-theme=dark] .portal-shell .actions-wrapper{align-items:center;gap:.25rem;display:inline-flex}[data-theme=light] .portal-shell{color:#0f172a!important;background-color:#f8fafc!important}[data-theme=light] .portal-shell aside{background-color:#fff!important;border-color:#e2e8f0!important}[data-theme=light] .portal-shell aside>div:first-child{border-color:#e2e8f0!important}[data-theme=light] .portal-shell aside .text-gray-400{color:#475569!important}[data-theme=light] .portal-shell aside button.bg-teal-500\/10{background-color:#14b8a61f!important}[data-theme=light] .portal-shell aside button:hover{color:#0f172a!important;background-color:#f1f5f9!important}[data-theme=light] .portal-shell aside .text-gray-50{color:#0f172a!important}[data-theme=light] .portal-shell aside .border-gray-700\/60,[data-theme=light] .portal-shell aside .border-t.border-gray-700\/60{border-color:#e2e8f0!important}[data-theme=light] .portal-shell aside button:not(.bg-teal-500\/10){color:#475569!important}[data-theme=light] .portal-shell aside .border-t{border-color:#e2e8f0!important}[data-theme=light] .portal-shell header.h-14{color:#0f172a!important;background-color:#ffffffd9!important;border-color:#e2e8f0!important}[data-theme=light] .portal-shell header.h-14 h1,[data-theme=light] .portal-shell header.h-14 .text-gray-50{color:#0f172a!important}[data-theme=light] .portal-shell header.h-14 .text-gray-400{color:#64748b!important}[data-theme=light] .portal-shell .bg-gray-800{color:#0f172a!important;background-color:#fff!important}[data-theme=light] .portal-shell .border-gray-700,[data-theme=light] .portal-shell .border-gray-700\/60{border-color:#e2e8f0!important}[data-theme=light] .portal-shell main,[data-theme=light] .portal-shell .bg-gray-900{color:#0f172a!important;background-color:#f8fafc!important}[data-theme=light] .portal-shell .text-gray-100,[data-theme=light] .portal-shell .text-gray-200,[data-theme=light] .portal-shell .text-gray-300{color:#0f172a!important}[data-theme=light] .portal-shell .text-gray-400,[data-theme=light] .portal-shell .text-gray-500{color:#64748b!important}[data-theme=light] .portal-shell .text-gray-50{color:#0f172a!important}[data-theme=light] .portal-shell .bg-gray-800{background-color:#fff!important}[data-theme=light] .portal-shell .border-gray-700,[data-theme=light] .portal-shell .border-gray-800,[data-theme=light] .portal-shell .border-gray-700.bg-gray-800{border-color:#e2e8f0!important}[data-theme=light] .portal-shell button.bg-gray-800{color:#0f172a!important;background-color:#fff!important}[data-theme=light] .portal-shell button.bg-gray-800:hover,[data-theme=light] .portal-shell .bg-gray-900\/40{background-color:#f8fafc!important}[data-theme=light] .portal-shell .bg-gray-700{color:#0f172a!important;background-color:#e2e8f0!important}[data-theme=light] .portal-shell .bg-black\/60{background-color:#0f172a66!important}
