:root{--primary-color: #3b82f6;--primary-dark: #2563eb;--accent-color: #8b5cf6;--accent-dark: #7c3aed;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--danger-color-rgb: 239, 68, 68;--success-color-rgb: 16, 185, 129;--text-primary: #1f2937;--text-secondary: #4b5563;--text-muted: #9ca3af;--text-dark: #111827;--bg-primary: #ffffff;--bg-primary-translucent: rgba(255, 255, 255, .9);--bg-secondary: #f9fafb;--bg-alt: #f3f4f6;--card-bg: #ffffff;--card-bg-accent: #f9fafb;--input-bg: #ffffff;--disabled-bg: #f3f4f6;--hover-bg: #f3f4f6;--border-color: #e5e7eb;--border-color-light: #f3f4f6}.dark-theme{--primary-color: #3b82f6;--primary-dark: #60a5fa;--accent-color: #8b5cf6;--accent-dark: #a78bfa;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--danger-color-rgb: 239, 68, 68;--success-color-rgb: 16, 185, 129;--text-primary: #f9fafb;--text-secondary: #e5e7eb;--text-muted: #9ca3af;--text-dark: #f3f4f6;--bg-primary: #111827;--bg-primary-translucent: rgba(17, 24, 39, .9);--bg-secondary: #1f2937;--bg-alt: #374151;--card-bg: #1f2937;--card-bg-accent: #2a3548;--input-bg: #374151;--disabled-bg: #1f2937;--hover-bg: #374151;--border-color: #4b5563;--border-color-light: #374151}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex-grow:1;margin-top:80px;margin-bottom:40px}.loading{display:flex;justify-content:center;align-items:center;height:100%;min-height:200px;font-size:1.1rem;color:var(--text-secondary)}.error-message{background-color:rgba(var(--danger-color-rgb),.1);color:var(--danger-color);padding:.8rem;margin-bottom:1.5rem;border-radius:4px;font-size:.9rem}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%}main{flex:1}.custom-scrollbar::-webkit-scrollbar{width:var(--scrollbar-width, 8px);height:var(--scrollbar-width, 8px)}.custom-scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track, #f3f4f6)}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb, #d1d5db);border-radius:20px;border:2px solid var(--scrollbar-track, #f3f4f6)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#9ca3af}.chat-messages-container::-webkit-scrollbar{width:8px}.chat-messages-container::-webkit-scrollbar-track{background-color:#f0f0f0cc;border-radius:10px}.chat-messages-container::-webkit-scrollbar-thumb{background-color:#b4b4b4cc;border-radius:10px;border:2px solid rgba(240,240,240,.5)}.chat-messages-container::-webkit-scrollbar-thumb:hover{background-color:#8c8c8ccc}.chat-messages-container{scrollbar-color:rgba(180,180,180,.8) rgba(240,240,240,.8);scrollbar-width:thin;overflow-y:auto;flex:1;min-height:200px;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.chat-message-bubble{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text}.chat-input{background-color:#fff!important;color:#333!important;min-height:40px;max-height:150px;overflow-y:auto;transition:height .1s ease-out}.chat-header{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chat-header:active{cursor:grabbing}.chat-control-button{background-color:#3b82f6!important;color:#fff!important;padding:.25rem .5rem!important;border-radius:.375rem!important;transition:background-color .2s ease!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:28px!important;height:28px!important}.chat-control-button:hover{background-color:#2563eb!important}.chat-control-button:focus{outline:2px solid rgba(59,130,246,.5)!important;outline-offset:2px!important}.markdown-content{font-size:.95rem;line-height:1.5;word-break:break-word}.markdown-content p{margin-bottom:.75rem}.markdown-content ul,.markdown-content ol{margin:.75rem 0;padding-left:1.5rem}.markdown-content code{background-color:#0000000d;padding:.1rem .3rem;border-radius:3px;font-family:monospace;font-size:.9em}.markdown-content pre{background-color:#0000000d;padding:.75rem;border-radius:5px;overflow-x:auto;margin:.75rem 0}.markdown-content pre code{background-color:transparent;padding:0}.mention-dropdown{z-index:9999!important;animation:fadeIn .2s ease-in-out;box-shadow:0 0 20px #00000040!important;position:fixed!important;border-radius:8px!important;border-width:2px!important;max-height:350px!important}.mention-dropdown-item.selected{background-color:#3b82f626!important;border-left:3px solid #3b82f6!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chat-input-container{position:relative!important}.chat-input-area{flex-shrink:0;border-top:1px solid #e5e7eb}.resizable-overlay{overflow:auto;width:390px;height:500px;min-width:250px;min-height:200px;display:flex;flex-direction:column}.resizable-overlay:not(.minimized){resize:both}.resizable-overlay.minimized{resize:none;overflow:hidden;transition:width .3s ease-out,height .3s ease-out}.homepage{max-width:100%;overflow-x:hidden}section{padding:5rem 2rem;margin:0 auto;max-width:1200px}.hero-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:80vh}.hero-content{flex:1;max-width:600px}.hero-content h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.hero-description{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem}.hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero-image img{max-width:100%;height:auto}.hero-cta{display:flex;gap:1rem;margin-top:2rem}.feature-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:6rem 2rem}.feature-section.reverse{flex-direction:row-reverse;background-color:var(--bg-alt)}.pricing-section{text-align:center;padding:6rem 2rem;background-color:var(--bg-primary)}.pricing-section h2{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.pricing-description{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto 3rem}.billing-toggle{display:flex;justify-content:center;margin-bottom:3rem;gap:.5rem;background-color:var(--bg-secondary);padding:.5rem;border-radius:8px;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.pricing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem;align-items:stretch}.second-row-plans{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin-top:2rem;flex-wrap:wrap}.cta-button.primary{background-color:var(--primary-color);color:#fff}.cta-button.primary:hover{background-color:var(--primary-dark)}.cta-button.secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-color)}@media (max-width: 992px){.hero-section{flex-direction:column;text-align:center;gap:3rem}.hero-content h1{font-size:2.8rem}.hero-cta{justify-content:center}.feature-section{flex-direction:column;text-align:center;padding:4rem 2rem}.feature-section.reverse{flex-direction:column}.feature-list li{padding-left:0;padding-top:1.5rem}.feature-list li:before{top:0;left:50%;transform:translate(-50%)}}@media (max-width: 768px){section{padding:3rem 1.5rem}.hero-content h1{font-size:2.2rem}.hero-description{font-size:1rem}.feature-content h2,.pricing-section h2,.cta-section h2{font-size:2rem}.billing-toggle{flex-direction:column;width:100%;max-width:280px}.pricing-plans{grid-template-columns:1fr}.addon-options{flex-direction:column;align-items:center}}@media (max-width: 480px){.hero-cta{flex-direction:column}.hero-content h1{font-size:1.8rem}.feature-content h2{font-size:1.6rem}.addon-items{flex-direction:column}}.features-page{max-width:100%;overflow-x:hidden}.feature-section{display:flex;align-items:center;justify-content:space-between;gap:3rem;padding:6rem 2rem;margin:0 auto;max-width:1200px}.feature-section.reverse{flex-direction:row-reverse;background-color:var(--color-bg-alt)}.feature-content{flex:1;max-width:550px}.feature-content h2{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.feature-content p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.feature-list{padding:0;margin:2rem 0 0;list-style:none}.feature-list li{position:relative;padding-left:2rem;margin-bottom:1rem;font-size:1.1rem;color:var(--text-primary)}.feature-list li:before{content:"✓";position:absolute;left:0;color:var(--primary-color);font-weight:700}.feature-image{flex:1;display:flex;justify-content:center;align-items:center}.feature-image img{max-width:100%;height:auto}@media (max-width: 992px){.page-header h1{font-size:2.5rem}.feature-section{flex-direction:column;text-align:center;padding:4rem 2rem}.feature-section.reverse{flex-direction:column}.feature-list li{padding-left:0;padding-top:1.5rem}.feature-list li:before{top:0;left:50%;transform:translate(-50%)}}@media (max-width: 768px){.page-header{padding:4rem 1.5rem 2rem}.page-header h1{font-size:2.2rem}.feature-content h2,.cta-section h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}}@media (max-width: 480px){.page-header h1{font-size:1.8rem}.feature-content h2{font-size:1.6rem}}.about-page{max-width:100%;overflow-x:hidden}.about-section{display:flex;align-items:center;gap:3rem;padding:6rem 2rem;margin:0 auto;max-width:1200px}.about-content{flex:1}.about-content h2{font-size:2.5rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.about-content p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);margin-bottom:1.5rem}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.about-image img{max-width:100%;height:auto}.vision-section{padding:6rem 2rem;background-color:var(--bg-alt)}.vision-section .container{max-width:1200px;margin:0 auto}.vision-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-primary);text-align:center}.vision-section>.container>p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem;text-align:center}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.value-card{background-color:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;transition:transform .3s ease}.value-card:hover{transform:translateY(-5px)}.value-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--text-primary)}.value-card p{font-size:1rem;line-height:1.5;color:var(--text-secondary)}.timeline-section{padding:6rem 2rem}.timeline-section .container{max-width:1000px;margin:0 auto}.timeline-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--text-primary);text-align:center}.timeline{position:relative;max-width:800px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;margin-left:-1px;background-color:var(--primary-color)}.timeline-item{position:relative;margin-bottom:4rem;display:flex;justify-content:center}.timeline-marker{position:absolute;top:0;left:50%;transform:translate(-50%);width:16px;height:16px;border-radius:50%;background-color:var(--primary-color);z-index:1}.timeline-content{width:45%;background-color:var(--card-bg);padding:1.5rem;border-radius:8px;box-shadow:0 4px 12px #0000000d;position:relative}.timeline-item:nth-child(odd) .timeline-content{margin-left:auto}.timeline-content h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--text-primary)}.timeline-date{font-size:.9rem;font-weight:500;color:var(--primary-color);margin-bottom:1rem}.timeline-content p{font-size:1rem;line-height:1.5;color:var(--text-secondary)}.team-section{padding:6rem 2rem;background-color:var(--bg-alt)}.team-section .container{max-width:1200px;margin:0 auto;text-align:center}.team-section h2{font-size:2.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.team-intro{font-size:1.1rem;line-height:1.6;color:var(--text-secondary);max-width:800px;margin:0 auto 3rem}.team-image{max-width:800px;margin:0 auto}.team-image img{width:100%;height:auto;border-radius:12px}.cta-buttons{display:flex;justify-content:center;gap:1.5rem}.cta-button.secondary{background-color:transparent;color:#fff;border:1px solid white}.cta-button.secondary:hover{background-color:#ffffff1a}@media (max-width: 992px){.page-header h1{font-size:2.5rem}.about-section{flex-direction:column;text-align:center}.timeline:before{left:30px}.timeline-marker{left:30px}.timeline-content{width:calc(100% - 80px);margin-left:80px!important}}@media (max-width: 768px){.page-header{padding:4rem 1.5rem 2rem}.page-header h1{font-size:2.2rem}.vision-section h2,.timeline-section h2,.team-section h2,.cta-section h2{font-size:2rem}.values-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column;align-items:center;gap:1rem}}@media (max-width: 480px){.page-header h1{font-size:1.8rem}.about-content h2,.vision-section h2,.timeline-section h2,.team-section h2{font-size:1.6rem}.timeline-content{width:calc(100% - 60px);margin-left:60px!important;padding:1rem}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:var(--card-bg);border-radius:12px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid var(--border-color);margin-bottom:20px}.modal-header h2{margin:0;color:var(--text-primary);font-size:1.5rem;font-weight:600}.modal-close{background:none;border:none;font-size:24px;color:var(--text-secondary);cursor:pointer;padding:4px;border-radius:4px;transition:all .2s ease}.modal-close:hover{background-color:var(--hover-bg);color:var(--text-primary)}.modal-body{padding:0 24px 24px}.confirmation-message{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:12px}.warning-message{color:var(--warning-color);background-color:#fef3c7;padding:12px;border-radius:8px;margin-bottom:20px;border-left:4px solid var(--warning-color)}.features-lost{background-color:#fef2f2;padding:16px;border-radius:8px;border-left:4px solid var(--danger-color)}.features-lost h4{margin:0 0 12px;color:var(--danger-color);font-size:1rem;font-weight:600}.features-lost ul{margin:0;padding-left:20px;color:var(--danger-color)}.features-lost li{margin-bottom:6px}.success-content{text-align:center;padding:20px 0}.success-icon{font-size:3rem;margin-bottom:16px}.success-message{font-size:1.1rem;font-weight:500;color:var(--text-primary);margin-bottom:12px}.feedback-message{color:var(--text-secondary);line-height:1.6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px 24px;border-top:1px solid var(--border-color);margin-top:20px}.btn-primary,.btn-secondary{padding:10px 20px;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;border:none;min-width:120px}.btn-primary{background-color:var(--primary-color);color:#fff}.btn-primary:hover:not(:disabled){background-color:var(--primary-dark);transform:translateY(-1px)}.btn-primary:disabled{background-color:var(--text-muted);cursor:not-allowed;transform:none}.btn-primary.btn-destructive{background-color:var(--danger-color)}.btn-primary.btn-destructive:hover:not(:disabled){background-color:#dc2626}.btn-secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.btn-secondary:hover:not(:disabled){background-color:var(--hover-bg);border-color:var(--text-muted);transform:translateY(-1px)}.btn-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width: 640px){.modal-content{margin:20px;width:calc(100% - 40px)}.modal-header,.modal-body,.modal-actions{padding-left:16px;padding-right:16px}.modal-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.pricing-page{max-width:100%;overflow-x:hidden}.page-header{text-align:center;padding:6rem 2rem 3rem;max-width:800px;margin:0 auto}.page-header h1{font-size:3rem;line-height:1.2;margin-bottom:1.5rem;color:var(--text-primary)}.page-description{font-size:1.2rem;line-height:1.6;color:var(--text-secondary);max-width:700px;margin:0 auto}.main-pricing-section{padding:3rem 2rem;max-width:1200px;margin:0 auto}.billing-toggle-container{display:flex;flex-direction:column;align-items:center;margin-bottom:3rem}.billing-toggle-container h2{font-size:2.2rem;margin-bottom:1.5rem;color:var(--text-primary)}.billing-toggle{display:flex;justify-content:center;margin-bottom:2rem;gap:.5rem;background-color:var(--bg-secondary);padding:.5rem;border-radius:8px;width:-moz-fit-content;width:fit-content}.billing-toggle button{background:none;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:500;color:var(--text-secondary);cursor:pointer;border-radius:6px;transition:all .2s ease}.billing-toggle button.active{background-color:var(--primary-color);color:#fff}.compare-button{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid var(--border-color);padding:.7rem 1.2rem;font-size:.9rem;color:var(--text-secondary);cursor:pointer;border-radius:6px;transition:all .2s ease}.compare-button:hover{background-color:var(--hover-bg)}.compare-button img{width:18px;height:18px}.pricing-plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem;align-items:stretch}@media (min-width: 992px){.pricing-plans{grid-template-columns:repeat(3,1fr)}}.second-row-plans{display:flex;justify-content:center;align-items:stretch;gap:2rem;margin-top:2rem;margin-bottom:4rem;flex-wrap:wrap}.second-row-plans>.pricing-plan{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 1rem);max-width:400px}@media (max-width: 768px){.second-row-plans{flex-direction:column;align-items:center}.second-row-plans>.pricing-plan{flex-basis:100%;max-width:500px}}.pricing-plan{background-color:var(--card-bg);border-radius:12px;padding:2rem;text-align:left;position:relative;box-shadow:0 5px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.pricing-plan:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.pricing-plan.pro{border:2px solid var(--primary-color)}.pricing-plan h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--text-primary)}.plan-price{display:flex;align-items:flex-end;margin-bottom:.5rem}.currency{font-size:1.5rem;font-weight:500;color:var(--text-primary);margin-right:.3rem}.price{font-size:3rem;font-weight:700;color:var(--text-primary);line-height:1}.period{font-size:1rem;color:var(--text-secondary);margin-left:.5rem}.billing-info{font-size:.9rem;color:var(--text-secondary);margin-bottom:2rem}.plan-features{margin:2rem 0;padding:0;list-style:none;flex-grow:1}.plan-features li{display:flex;align-items:flex-start;margin-bottom:1rem;font-size:.95rem;color:var(--text-primary);line-height:1.5}.plan-features li img{width:18px;height:18px;margin-right:.8rem;margin-top:.2rem}.plan-cta{display:block;text-align:center;padding:1rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:background-color .2s ease;margin-top:auto}.plan-cta:hover{background-color:var(--primary-dark)}button.plan-cta{border:none;cursor:pointer;font-family:inherit;font-size:inherit;width:100%}button.plan-cta:disabled{opacity:.6;cursor:not-allowed;background-color:var(--text-secondary)}.plan-cta.enterprise{background-color:var(--text-primary)}.plan-cta.enterprise:hover{background-color:var(--text-dark)}.savings-badge{position:absolute;top:-12px;right:-12px;background-color:var(--success-color);color:#fff;font-size:.8rem;font-weight:500;padding:.4rem .8rem;border-radius:20px;box-shadow:0 2px 5px #0000001a}.plan-comparison{margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border-color)}.plan-comparison h2{font-size:2rem;margin-bottom:2rem;color:var(--text-primary);text-align:center}.comparison-table-container{overflow-x:auto;margin-bottom:3rem}.comparison-table{width:100%;border-collapse:collapse;min-width:800px}.comparison-table th,.comparison-table td{padding:1rem;text-align:center;border-bottom:1px solid var(--border-color)}.comparison-table th{font-weight:600;color:var(--text-primary);background-color:var(--bg-alt)}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500;color:var(--text-primary);position:sticky;left:0;background-color:var(--bg-primary);z-index:1}.comparison-table tr:hover{background-color:var(--hover-bg)}.addons-section{text-align:center;padding:5rem 2rem;background-color:var(--bg-alt)}.addons-section h2{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.addons-description{font-size:1.1rem;color:var(--text-secondary);max-width:700px;margin:0 auto 3rem}.addon-options{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap;margin-bottom:3rem}.addon-group{flex:1;min-width:280px;max-width:400px}.addon-group h3{font-size:1.3rem;margin-bottom:1.5rem;color:var(--text-primary)}.addon-items{display:flex;justify-content:space-between;gap:1rem}.addon-item{background-color:var(--card-bg);border-radius:8px;padding:1.5rem 1rem;flex:1;display:flex;flex-direction:column;align-items:center;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease}.addon-item:hover{transform:translateY(-5px)}.addon-count{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.addon-price{font-size:1.1rem;color:var(--primary-color);font-weight:500}.addons-note{max-width:700px;margin:0 auto 2rem}.addons-note p{font-size:.95rem;color:var(--text-secondary);font-style:italic}.addons-cta{margin-top:2rem}.faq-section{padding:6rem 2rem;max-width:1200px;margin:0 auto}.faq-section h2{font-size:2.5rem;margin-bottom:3rem;color:var(--text-primary);text-align:center}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.faq-item{background-color:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 2px 10px #0000000d}.faq-item h3{font-size:1.2rem;margin-bottom:1rem;color:var(--text-primary)}.faq-item p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.cta-section{text-align:center;padding:8rem 2rem;background-color:var(--primary-color);color:#fff;margin-top:3rem}.cta-section h2{font-size:2.5rem;margin-bottom:1rem;color:#fff}.cta-section p{font-size:1.2rem;max-width:700px;margin:0 auto 3rem;opacity:.9}.cta-button{display:inline-block;padding:1rem 2rem;font-size:1rem;font-weight:500;text-decoration:none;border-radius:8px;transition:all .2s ease;text-align:center}.cta-button.primary{background-color:#fff;color:var(--primary-color)}.cta-button.primary:hover{background-color:#ffffffe6}.cta-button.secondary{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color)}.cta-button.secondary:hover{background-color:var(--hover-bg)}.cta-button.large{padding:1.2rem 2.5rem;font-size:1.1rem}.cta-section .cta-button.primary{background-color:#fff;color:var(--primary-color)}.cta-section .cta-button.primary:hover{background-color:#ffffffe6}@media (max-width: 992px){.page-header h1{font-size:2.5rem}.pricing-plans{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}.faq-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}@media (max-width: 768px){.page-header{padding:4rem 1.5rem 2rem}.page-header h1{font-size:2.2rem}.main-pricing-section h2,.addons-section h2,.faq-section h2,.cta-section h2{font-size:2rem}.billing-toggle{flex-direction:column;width:100%;max-width:280px}.addon-options{flex-direction:column;align-items:center}.addon-group{width:100%}}@media (max-width: 480px){.page-header h1{font-size:1.8rem}.main-pricing-section h2,.addons-section h2,.faq-section h2{font-size:1.6rem}.addon-items{flex-direction:column}.pricing-plan{padding:1.5rem}}.subscription-info{background-color:var(--card-bg);border-radius:8px;overflow:hidden}.subscription-status{display:flex;align-items:center;padding:1rem;gap:1rem;border-bottom:1px solid var(--border-color);background-color:var(--bg-secondary)}.subscription-status.free{background-color:var(--bg-alt);flex-direction:column;align-items:flex-start;padding:1.5rem}.subscription-status.free p{margin:.5rem 0 1rem;color:var(--text-secondary)}.subscription-status.active{border-left:4px solid var(--success-color)}.subscription-status.cancelled{border-left:4px solid var(--warning-color)}.tier-badge{background-color:var(--primary-color);color:#fff;font-weight:500;padding:.3rem .8rem;border-radius:20px;font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.status-badge{font-size:.8rem;font-weight:500;padding:.3rem .8rem;border-radius:20px;margin-left:auto}.status-badge.active{background-color:rgba(var(--success-color-rgb),.1);color:var(--success-color);border:1px solid rgba(var(--success-color-rgb),.2)}.status-badge.cancelled{background-color:rgba(var(--warning-color-rgb),.1);color:var(--warning-color);border:1px solid rgba(var(--warning-color-rgb),.2)}.subscription-details{padding:1rem}.detail-item{display:flex;justify-content:space-between;margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px dashed var(--border-color-light)}.detail-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.detail-label{color:var(--text-secondary);font-size:.9rem}.detail-value{font-weight:500;color:var(--text-primary)}.subscription-actions{padding:1rem;border-top:1px solid var(--border-color);display:flex;justify-content:center}.manage-subscription-button,.upgrade-button{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.2rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:100%;text-align:center}.manage-subscription-button:hover,.upgrade-button:hover{background-color:var(--primary-dark)}.subscription-loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:var(--text-secondary);font-size:.9rem}.subscription-error{background-color:rgba(var(--danger-color-rgb),.1);color:var(--danger-color);border:1px solid rgba(var(--danger-color-rgb),.2);padding:.8rem;margin-bottom:1rem;border-radius:4px;font-size:.9rem}.trial-status{background-color:#fff!important;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin:0;transition:all .2s ease;box-shadow:0 1px 5px #0000000d}.trial-status.active{background-color:#fff!important;border-left:4px solid #10b981}.trial-status.warning{background-color:#fff!important;border-left:4px solid #f59e0b}.trial-status.caution{background-color:#fff!important;border-left:4px solid #a855f7}.trial-status.critical{background-color:#fff!important;border-left:4px solid #ef4444}.trial-status.expired{background-color:#fff!important;border-left:4px solid #dc2626}.trial-status-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--border-color)}.trial-icon-large{font-size:2rem;display:flex;align-items:center;justify-content:center}.trial-info{flex:1}.trial-title{margin:0 0 .25rem;font-size:1.4rem;font-weight:600;color:var(--text-primary)}.trial-subtitle{margin:0;font-size:.9rem;color:var(--text-secondary);font-weight:400}.trial-active-content,.trial-expired-content{margin-bottom:1.5rem}.trial-message{margin:0 0 1rem;font-size:.9rem;line-height:1.5;color:var(--text-secondary)}.trial-progress{margin-top:1rem}.progress-bar{width:100%;height:6px;background-color:var(--border-color);border-radius:4px;overflow:hidden;margin-bottom:.5rem}.progress-fill{height:100%;background-color:var(--primary-color);border-radius:4px;transition:width .3s ease}.trial-status.warning .progress-fill{background-color:#f59e0b}.trial-status.critical .progress-fill{background-color:#ef4444}.progress-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-secondary)}.trial-features-lost{background-color:rgba(var(--danger-color-rgb),.05);border:1px solid rgba(var(--danger-color-rgb),.1);border-radius:4px;padding:1rem;margin-top:1rem}.trial-features-lost h4{margin:0 0 .75rem;font-size:.9rem;font-weight:600;color:var(--danger-color)}.trial-features-lost ul{margin:0;padding-left:1.25rem;color:var(--text-secondary)}.trial-features-lost li{margin:.25rem 0;font-size:.85rem}.trial-actions{text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color)}.upgrade-btn-primary{background-color:var(--primary-color);color:#fff;border:none;padding:.8rem 1.2rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem}.upgrade-btn-primary:hover{background-color:var(--primary-dark)}.upgrade-benefits{margin:.5rem 0 0;font-size:.75rem;color:var(--text-secondary);font-style:italic}.trial-status-compact{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;background:#ffffffe6;border:1px solid #e5e7eb;transition:all .3s ease}.trial-status-compact.active{background:#10b9811a;border-color:#10b981;color:#065f46}.trial-status-compact.caution{background:#a855f71a;border-color:#a855f7;color:#581c87}.trial-status-compact.warning{background:#f59e0b1a;border-color:#f59e0b;color:#92400e}.trial-status-compact.critical{background:#ef44441a;border-color:#ef4444;color:#991b1b}.trial-icon{font-size:14px}.trial-text{white-space:nowrap}.upgrade-btn-compact{background:#3b82f6;color:#fff;border:none;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.upgrade-btn-compact:hover{background:#2563eb;transform:scale(1.05)}@media (prefers-color-scheme: dark){.trial-status{background-color:#fff!important;border-color:#e5e7eb!important;color:#374151}.trial-title{color:#374151}.trial-subtitle,.trial-message{color:#6b7280}.trial-features-lost{background:#ef44440d}.trial-status-compact{background:#ffffffe6;border-color:#e5e7eb;color:#374151}}@media (max-width: 768px){.trial-status{padding:16px;margin:12px 0}.trial-status-header{flex-direction:column;text-align:center;gap:12px}.trial-icon-large{font-size:36px}.trial-title{font-size:18px}.upgrade-btn-primary{width:100%;padding:14px 24px}.trial-status-compact{flex-direction:column;gap:4px;padding:8px}.trial-text{white-space:normal;text-align:center}}@keyframes statusPulse{0%{box-shadow:0 4px 6px #0000000d}50%{box-shadow:0 8px 12px #0000001a}to{box-shadow:0 4px 6px #0000000d}}.trial-status.critical{animation:statusPulse 2s ease-in-out infinite}.trial-status-loading{display:flex;justify-content:center;align-items:center;padding:24px;color:#6b7280;font-style:italic}.trial-status-error{background:#fee2e2;border:1px solid #fca5a5;border-radius:8px;padding:16px;color:#dc2626;text-align:center;font-size:14px}.usage-stats-container{background-color:var(--card-bg);border-radius:8px;padding:1.5rem;font-size:.9rem;margin-bottom:2rem}.usage-stats-container h2{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem;color:var(--text-primary);text-align:center}.type-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.type-selector button{padding:.6rem 1.2rem;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-primary);color:var(--text-secondary);font-size:.9rem;cursor:pointer;transition:all .2s ease}.usage-cards{display:flex;flex-direction:column;gap:1.5rem}.usage-card{padding:1.2rem;border:1px solid var(--border-color-light);border-radius:8px;background-color:var(--bg-alt)}.usage-card h3{margin-top:0;margin-bottom:1rem;font-size:1rem;font-weight:600;color:var(--text-primary)}.progress-container{display:flex;align-items:center;gap:10px;margin-bottom:1rem;position:relative}.progress-bar-wrapper{flex:1;height:10px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;position:relative}.progress-bar{height:100%;background-color:var(--primary-color);border-radius:4px;transition:width .3s ease}.progress-counter{font-size:.85rem;font-weight:500;color:var(--text-primary);white-space:nowrap;min-width:70px;text-align:right}.progress-percentage,.progress-text{display:none}.additional-credits{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;color:var(--text-secondary);font-size:.85rem}.buy-credits-button{background-color:transparent;border:1px solid var(--primary-color);color:var(--primary-color);padding:.4rem .8rem;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .2s ease}.buy-credits-button:hover{background-color:var(--primary-color);color:#fff}.last-updated{font-size:.8rem;color:var(--text-muted);text-align:right;margin-top:1rem;font-style:italic}.subscription-info{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-color-light);font-size:.9rem;color:var(--text-secondary)}.subscription-info p{margin:.5rem 0}.highlight{color:var(--text-primary);font-weight:500}.error-message{background-color:rgba(var(--danger-color-rgb),.1);color:var(--danger-color);padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;border:1px solid rgba(var(--danger-color-rgb),.2)}.usage-loading,.usage-error,.no-data-message{padding:2rem;text-align:center;color:var(--text-secondary)}.usage-error{color:var(--danger-color)}.current-plan .plan-name-highlight{color:var(--primary-color);font-weight:700}@media (max-width: 576px){.usage-stats-container{padding:1rem}.type-selector{flex-direction:column;max-width:250px;margin-left:auto;margin-right:auto}.type-selector button{width:100%}.progress-container{gap:8px}.progress-counter{font-size:.75rem;min-width:50px}.additional-credits{flex-direction:column;align-items:flex-start;gap:.5rem}.buy-credits-button{width:100%}}.user-profile-container{max-width:900px;margin:0 auto;padding:2rem;background-color:var(--bg-color);border-radius:8px;box-shadow:0 2px 10px #0000001a}.profile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid var(--border-color);padding-bottom:1rem}.profile-header h1{font-size:1.8rem;margin:0;color:var(--text-primary)}.logout-button{background-color:transparent;border:1px solid var(--border-color);color:var(--text-secondary);padding:.5rem 1rem;border-radius:4px;cursor:pointer;transition:all .2s ease}.logout-button:hover{background-color:var(--danger-color);color:#fff;border-color:var(--danger-color)}.profile-content{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.profile-content{grid-template-columns:1fr 1fr}.profile-section:first-child,.profile-section:nth-child(2){grid-column:1 / -1}}.profile-section{background-color:var(--card-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 5px #0000000d}.profile-section h2{font-size:1.4rem;margin-top:0;margin-bottom:1.5rem;color:var(--text-primary);border-bottom:1px solid var(--border-color);padding-bottom:.5rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--text-secondary);font-size:.9rem}.form-group input{width:100%;padding:.8rem;border:1px solid var(--border-color);border-radius:4px;background-color:var(--input-bg);color:var(--text-primary);font-size:1rem;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px rgba(var(--primary-color-rgb),.2)}.form-group input:disabled{background-color:var(--disabled-bg);cursor:not-allowed;opacity:.8}.form-actions{display:flex;gap:1rem;margin-top:2rem}.primary-button,.secondary-button{padding:.8rem 1.2rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.primary-button{background-color:var(--primary-color);color:#fff;border:none}.primary-button:hover{background-color:var(--primary-dark)}.secondary-button{background-color:transparent;color:var(--text-secondary);border:1px solid var(--border-color)}.secondary-button:hover{background-color:var(--hover-bg)}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.error-message,.success-message{padding:.8rem;margin-bottom:1.5rem;border-radius:4px;font-size:.9rem}.error-message{background-color:rgba(var(--danger-color-rgb),.1);color:var(--danger-color);border:1px solid rgba(var(--danger-color-rgb),.2)}.success-message{background-color:rgba(var(--success-color-rgb),.1);color:var(--success-color);border:1px solid rgba(var(--success-color-rgb),.2)}.loading-container{display:flex;justify-content:center;align-items:center;min-height:200px;font-size:1.1rem;color:var(--text-secondary)}.security-actions{display:flex;flex-direction:column;gap:1rem}.security-actions p{color:var(--text-secondary);margin:0;font-size:.9rem}.security-buttons{display:flex;gap:1rem;flex-wrap:wrap}.security-buttons .secondary-button{flex:1;min-width:150px}.password-reset-profile{padding:1rem 0}.password-reset-profile h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.password-reset-profile .reset-description{color:var(--text-secondary);font-size:.9rem;margin:0 0 1rem}.email-change-profile{padding:1rem 0}.email-change-profile h3{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.email-change-profile .change-description,.email-change-profile .current-email{color:var(--text-secondary);font-size:.9rem;margin:0 0 1rem}.trial-status-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border-color, #e5e7eb)}[data-theme=dark] .trial-status-section{border-bottom-color:var(--border-color, #4b5563)}@media (max-width: 768px){.trial-status-section{margin-bottom:1rem;padding-bottom:1rem}}.subscription-plans-container{max-width:1200px;margin:2rem auto;padding:2rem}.subscription-plans-container h1{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.current-subscription{text-align:center;margin-bottom:2rem;padding:1rem;background-color:var(--bg-secondary);border-radius:8px}.subscription-info{display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap}.highlight{color:var(--primary-color);font-weight:600}.manage-button{background-color:var(--primary-color);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:4px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.manage-button:hover{background-color:var(--primary-dark)}.manage-button:disabled{opacity:.7;cursor:not-allowed}.billing-cycle-selector{margin-bottom:3rem;text-align:center}.billing-cycle-selector p{margin-bottom:1rem;color:var(--text-secondary)}.cycle-buttons{display:flex;justify-content:center;gap:.5rem;background-color:var(--bg-secondary);padding:.5rem;border-radius:8px;width:-moz-fit-content;width:fit-content;margin:0 auto}.cycle-buttons button{background:none;border:none;padding:.8rem 1.5rem;font-size:.9rem;font-weight:500;color:var(--text-secondary);cursor:pointer;border-radius:6px;transition:all .2s ease}.cycle-buttons button.active{background-color:var(--primary-color);color:#fff}.plans-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.plan-card{background-color:var(--card-bg);border-radius:12px;padding:2rem;display:flex;flex-direction:column;position:relative;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color)}.plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.plan-card.current{border:2px solid var(--primary-color)}.plan-card.pro{background-color:var(--card-bg-accent)}.savings-badge{position:absolute;top:-10px;right:-10px;background-color:var(--success-color);color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .7rem;border-radius:20px;z-index:1}.plan-card h2{font-size:1.5rem;margin-bottom:.5rem;text-align:center;color:var(--text-primary)}.plan-price{text-align:center;margin:1.5rem 0 .5rem;display:flex;align-items:flex-end;justify-content:center}.plan-price .currency{font-size:1.5rem;margin-right:.3rem}.plan-price .amount{font-size:3.5rem;font-weight:700;line-height:1}.plan-price .period{font-size:1rem;color:var(--text-secondary);margin-left:.25rem}.total-price{text-align:center;font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem}.plan-features{list-style:none;padding:0;margin:2rem 0;flex-grow:1}.plan-features li{margin-bottom:1rem;position:relative;padding-left:0;color:var(--text-secondary);display:flex;align-items:flex-start}.plan-features li img{width:18px;height:18px;margin-right:.8rem;margin-top:.2rem;flex-shrink:0}.plan-features strong{color:var(--text-primary);font-weight:600}.select-plan-button{background-color:var(--primary-color);color:#fff;border:none;padding:1rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;width:100%}.select-plan-button:hover{background-color:var(--primary-dark)}.select-plan-button:disabled{background-color:var(--bg-secondary);color:var(--text-muted);cursor:not-allowed}.enterprise-section{margin-top:4rem}.enterprise-card{background-color:var(--card-bg);border-radius:12px;padding:2rem;text-align:center;max-width:600px;margin:0 auto;border:1px solid var(--border-color)}.enterprise-card h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.enterprise-card p{color:var(--text-secondary);margin-bottom:1rem}.enterprise-button{display:inline-block;background-color:var(--text-primary);color:var(--bg-primary);border:none;padding:1rem 2rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;margin-top:1rem;text-decoration:none}.enterprise-button:hover{background-color:var(--text-secondary)}.affiliate-section{margin-top:3rem;text-align:center}.affiliate-section label{display:block;margin-bottom:.5rem;color:var(--text-secondary)}.affiliate-input{max-width:400px;margin:0 auto}.affiliate-input input{width:100%;padding:.8rem;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;background-color:var(--input-bg);color:var(--text-primary)}.affiliate-input input:focus{outline:none;border-color:var(--primary-color)}.affiliate-note{font-size:.85rem;color:var(--text-muted);margin-top:.5rem}@media (max-width: 768px){.plans-grid{grid-template-columns:1fr}.subscription-plans-container{padding:1.5rem}}@media (max-width: 576px){.cycle-buttons{flex-direction:column;width:100%;max-width:200px}.plan-price .amount{font-size:2.5rem}}.subscription-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 200px);text-align:center;padding:2rem;background-color:var(--bg-primary)}.success-checkmark{margin-bottom:1.5rem}.subscription-success-container h1{font-size:2.5rem;color:var(--success-color);margin-bottom:1rem}.subscription-success-container p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:.5rem;max-width:500px}.back-to-profile-button,.back-to-app-button{display:inline-block;margin-top:2rem;padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background-color .2s ease}.back-to-profile-button:hover,.back-to-app-button:hover{background-color:var(--primary-dark)}.add-ons-container{max-width:1000px;margin:2rem auto;padding:2rem}.add-ons-container h1{font-size:2rem;margin-bottom:2rem;text-align:center;color:var(--text-primary)}.error-message{background-color:rgba(var(--danger-color-rgb),.1);color:var(--danger-color);padding:1rem;border-radius:8px;margin-bottom:2rem;text-align:center;border:1px solid rgba(var(--danger-color-rgb),.2)}.usage-summary{text-align:center;margin-bottom:2rem;padding:1.5rem;background-color:var(--bg-secondary);border-radius:8px}.usage-summary p{margin-bottom:.5rem;color:var(--text-secondary)}.credits-count{font-weight:600;color:var(--text-primary);margin-left:.5rem}.add-on-credits{font-size:.9rem;opacity:.9}.type-selector{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem}.type-selector button{padding:.8rem 1.5rem;border:1px solid var(--border-color);border-radius:8px;background-color:var(--bg-primary);color:var(--text-secondary);font-size:1rem;cursor:pointer;transition:all .2s ease}.type-selector button.active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.add-ons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:3rem}.add-on-card{background-color:var(--card-bg);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--border-color)}.add-on-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001f}.add-on-card h2{font-size:1.8rem;margin-bottom:.5rem;color:var(--text-primary)}.pack-size{text-transform:capitalize;color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.pack-price{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--primary-color)}.pack-description{font-size:.9rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.4;min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.purchase-button{width:100%;padding:.8rem;background-color:var(--primary-color);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.purchase-button:hover{background-color:var(--primary-dark)}.purchase-button:disabled{opacity:.7;cursor:not-allowed}.no-packs{grid-column:1 / -1;text-align:center;color:var(--text-secondary);padding:2rem}.back-link{text-align:center}.back-button{padding:.8rem 1.5rem;background-color:transparent;border:1px solid var(--border-color);color:var(--text-secondary);border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.back-button:hover{background-color:var(--hover-bg)}.loading{display:flex;justify-content:center;align-items:center;min-height:300px;font-size:1.2rem;color:var(--text-secondary)}@media (max-width: 768px){.add-ons-container{padding:1.5rem}.type-selector{flex-direction:column;max-width:250px;margin-left:auto;margin-right:auto}.type-selector button{width:100%}}@media (max-width: 576px){.add-ons-grid{grid-template-columns:1fr}}.not-found-container{display:flex;justify-content:center;align-items:center;min-height:80vh;padding:2rem;text-align:center}.not-found-content{max-width:600px}.not-found-content h1{font-size:8rem;font-weight:700;color:var(--primary-color);line-height:1;margin-bottom:1rem;opacity:.2}.not-found-content h2{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.not-found-content p{font-size:1.1rem;color:var(--text-secondary);margin-bottom:2rem}.not-found-actions{display:flex;justify-content:center;gap:1rem}.not-found-button{display:inline-block;padding:.8rem 1.5rem;background-color:var(--primary-color);color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .2s ease}.not-found-button:hover{background-color:var(--primary-dark)}.not-found-button.secondary{background-color:transparent;color:var(--text-primary);border:1px solid var(--border-color)}.not-found-button.secondary:hover{background-color:var(--hover-bg)}@media (max-width: 576px){.not-found-content h1{font-size:6rem}.not-found-content h2{font-size:1.5rem}.not-found-actions{flex-direction:column}}.footer{background-color:var(--bg-secondary);padding:3rem 2rem 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.footer-section h3{font-size:1.2rem;margin-bottom:1.2rem;color:var(--text-primary);font-weight:600}.footer-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem;font-size:.9rem}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--primary-color)}.footer-bottom{margin-top:3rem;text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color);font-size:.85rem;color:var(--text-secondary)}@media (max-width: 768px){.footer-content{grid-template-columns:1fr 1fr}.footer-section:first-child{grid-column:1 / -1}}@media (max-width: 576px){.footer-content{grid-template-columns:1fr}.footer{padding:2rem 1rem 1rem}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .3s ease;padding:1rem 2rem;background-color:var(--bg-primary)}.header.scrolled{box-shadow:0 2px 10px #0000001a;padding:.8rem 2rem;background-color:var(--bg-primary-translucent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.logo-container{display:flex;align-items:center}.logo-container a{display:flex;align-items:center;text-decoration:none;color:var(--text-primary)}.logo{height:2.5rem;width:auto;margin-right:.8rem}.logo-text{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.navigation{display:flex;align-items:center}.nav-links{display:flex;align-items:center;margin-right:2rem}.nav-links a{margin:0 1rem;color:var(--text-primary);text-decoration:none;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--primary-color)}.header-actions{display:flex;align-items:center}.theme-toggle{background:none;border:none;color:var(--text-primary);font-size:1.2rem;cursor:pointer;padding:.5rem;margin-right:1rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.theme-toggle:hover{color:var(--primary-color)}.auth-buttons{display:flex;align-items:center}.login-button,.signup-button{padding:.5rem 1rem;margin-left:.8rem;font-weight:500;border-radius:6px;text-decoration:none;transition:all .2s ease}.login-button{color:var(--text-primary);background:transparent;border:1px solid var(--border-color)}.login-button:hover{background-color:var(--hover-bg)}.signup-button{color:var(--text-primary);background-color:var(--light-grey, #e2e8f0);border:1px solid var(--light-grey, #e2e8f0)}.signup-button:hover{background-color:var(--light-grey-dark, #cbd5e1)}.launch-app-button{padding:.5rem 1rem;margin-left:.8rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all .2s ease;color:#fff;background-color:var(--primary-color);border:1px solid var(--primary-color);display:flex;align-items:center}.launch-app-button:hover{background-color:var(--primary-dark)}.user-menu{display:flex;align-items:center}.profile-link{display:flex;align-items:center;padding:.5rem 1rem;margin-left:.8rem;font-weight:500;color:var(--text-primary);text-decoration:none;border-radius:6px;transition:background-color .2s ease}.profile-link svg{margin-right:.5rem}.profile-link:hover{background-color:var(--hover-bg)}.logout-button{padding:.5rem 1rem;margin-left:.8rem;font-weight:500;color:var(--text-primary);background:transparent;border:1px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .2s ease}.logout-button:hover{background-color:var(--hover-bg)}.menu-toggle{display:none;background:none;border:none;color:var(--text-primary);font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width: 992px){.menu-toggle{display:block}.navigation{position:fixed;top:0;right:-100%;width:80%;max-width:400px;height:100vh;background-color:var(--bg-primary);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 2rem;transition:right .3s ease;box-shadow:-5px 0 15px #0000001a;overflow-y:auto}.navigation.active{right:0}.nav-links{flex-direction:column;align-items:flex-start;margin-right:0;width:100%}.nav-links a{margin:.8rem 0;font-size:1.2rem;width:100%;padding:.5rem 0}.header-actions{flex-direction:column;align-items:flex-start;width:100%;margin-top:2rem}.theme-toggle{margin-bottom:1.5rem}.auth-buttons{flex-direction:column;width:100%}.login-button,.signup-button,.launch-app-button,.profile-link,.logout-button{margin:.5rem 0;width:100%;text-align:center;padding:.8rem}.user-menu{flex-direction:column;width:100%}}@media (max-width: 480px){.header{padding:1rem}.header.scrolled{padding:.8rem 1rem}.logo-text{font-size:1.2rem}.logo{height:2rem}}.add-ons-result-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:70vh;padding:20px;text-align:center;background-color:var(--background-color-light);color:var(--text-color-light)}.dark .add-ons-result-container{background-color:var(--background-color-dark);color:var(--text-color-dark)}.result-icon{font-size:4rem;margin-bottom:20px;border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;font-weight:700}.success-icon{color:#28a745;border:3px solid #28a745}.cancel-icon{color:#dc3545;border:3px solid #dc3545}.add-ons-result-container h1{font-size:2.5rem;margin-bottom:15px;font-weight:600}.add-ons-result-container p{font-size:1.1rem;margin-bottom:10px;max-width:500px;line-height:1.6}.result-actions{margin-top:30px;display:flex;gap:15px}.result-button{padding:12px 25px;background-color:var(--primary-accent-color);color:#fff;border:none;border-radius:8px;text-decoration:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.result-button:hover{background-color:var(--primary-accent-hover-color)}:root{--background-color-light: #f8f9fa;--text-color-light: #212529;--background-color-dark: #2c3034;--text-color-dark: #e9ecef;--primary-accent-color: #007bff;--primary-accent-hover-color: #0056b3}.legal-page{min-height:100vh;background-color:var(--bg-secondary);padding:2rem 1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:background-color .3s ease}.legal-container{max-width:800px;margin:0 auto;background-color:var(--card-bg);border-radius:12px;box-shadow:0 20px 40px #0000001a;border:1px solid var(--border-color);overflow:hidden;transition:background-color .3s ease,border-color .3s ease}.legal-header{background-color:var(--primary-color);color:#fff;padding:3rem 2rem;text-align:center;transition:background-color .3s ease}.legal-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;letter-spacing:-.02em;color:#fff}.last-updated{font-size:1rem;opacity:.9;margin:0;font-weight:400;color:#fff}.legal-content{padding:3rem 2rem;line-height:1.7;color:var(--text-primary);transition:color .3s ease}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:var(--text-primary);border-bottom:2px solid var(--border-color);padding-bottom:.5rem;transition:color .3s ease,border-color .3s ease}.legal-section h3{font-size:1.25rem;font-weight:600;margin:2rem 0 1rem;color:var(--text-secondary);transition:color .3s ease}.legal-section p{margin:0 0 1rem;font-size:1rem;color:var(--text-secondary);transition:color .3s ease}.legal-section ul{margin:1rem 0;padding-left:1.5rem}.legal-section li{margin:.5rem 0;font-size:1rem;color:var(--text-secondary);transition:color .3s ease}.legal-section a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.legal-section a:hover{color:var(--primary-dark);text-decoration:underline}.contact-info{background-color:var(--card-bg-accent);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;margin:1rem 0;transition:background-color .3s ease,border-color .3s ease}.contact-info p{margin:.5rem 0;font-size:1rem;color:var(--text-secondary);transition:color .3s ease}.contact-info a{color:var(--primary-color);font-weight:500;transition:color .2s ease}.legal-footer{background-color:var(--card-bg-accent);border-top:1px solid var(--border-color);padding:2rem;text-align:center;transition:background-color .3s ease,border-color .3s ease}.legal-footer a{color:var(--primary-color);text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s ease}.legal-footer a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width: 768px){.legal-page{padding:1rem .5rem}.legal-header{padding:2rem 1.5rem}.legal-header h1{font-size:2rem}.legal-content{padding:2rem 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.125rem}}@media (max-width: 480px){.legal-page{padding:.5rem}.legal-header{padding:1.5rem 1rem}.legal-header h1{font-size:1.75rem}.legal-content{padding:1.5rem 1rem}.legal-section{margin-bottom:2rem}.legal-section ul{padding-left:1rem}}@media print{.legal-page{background:#fff!important;padding:0}.legal-container{box-shadow:none;border-radius:0;border:none}.legal-header{background:#fff!important;color:#000!important}.legal-header h1,.last-updated,.legal-content,.legal-section h2,.legal-section h3,.legal-section p,.legal-section li{color:#000!important}.legal-section a{color:#3182ce!important}.legal-footer{display:none}}*,:before,:after{--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: rgb(59 130 246 / .5);--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: }::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: rgb(59 130 246 / .5);--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-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}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;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings: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:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-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{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,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{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.aspect-h-9{--tw-aspect-h: 9}.aspect-w-16{position:relative;padding-bottom:calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);--tw-aspect-w: 16}.aspect-w-16>*{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.prose{color:#374151;max-width:100%}.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);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;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}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.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] *)){display:block;margin-top:2em;margin-bottom:2em}.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] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.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);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.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);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--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] *)){padding-inline-start:.375em}.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] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){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:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.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-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-8{top:-2rem}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-6{left:1.5rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-6{right:1.5rem}.top-0{top:0}.top-1\/2{top:50%}.top-20{top:5rem}.top-3{top:.75rem}.top-\[80px\]{top:80px}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-mt-12{margin-top:-3rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.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}.hidden{display:none}.h-0{height:0px}.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-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100vh-5rem\)\]{height:calc(100vh - 5rem)}.h-auto{height:auto}.h-full{height:100%}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-full{max-height:100%}.min-h-\[100px\]{min-height:100px}.min-h-\[200px\]{min-height:200px}.min-h-\[50vh\]{min-height:50vh}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-full{min-width:100%}.min-w-max{min-width:-moz-max-content;min-width:max-content}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-7xl{max-width:80rem}.max-w-\[85\%\]{max-width:85%}.max-w-\[90vw\]{max-width:90vw}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-6{--tw-translate-y: -1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-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-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-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-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))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.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-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-400{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/20{border-color:#fff3}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.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-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / 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-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / 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-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400\/30{background-color:#4ade804d}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-opacity-75{--tw-bg-opacity: .75}.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-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-200{--tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-300{--tw-gradient-from: #d1d5db var(--tw-gradient-from-position);--tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-300{--tw-gradient-from: #86efac var(--tw-gradient-from-position);--tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-400{--tw-gradient-from: #4ade80 var(--tw-gradient-from-position);--tw-gradient-to: rgb(74 222 128 / 0) 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: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-500{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-gray-300{--tw-gradient-to: #d1d5db var(--tw-gradient-to-position)}.to-gray-400{--tw-gradient-to: #9ca3af var(--tw-gradient-to-position)}.to-green-400{--tw-gradient-to: #4ade80 var(--tw-gradient-to-position)}.to-green-500{--tw-gradient-to: #22c55e var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.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-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.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-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-8{padding-left:2rem}.pr-10{padding-right:2.5rem}.pr-6{padding-right:1.5rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-text-bottom{vertical-align:text-bottom}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.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-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-4{line-height:1rem}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / 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-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--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 rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--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-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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 rgb(0 0 0 / .05);--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 rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--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-blue-500\/30{--tw-shadow-color: rgb(59 130 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--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)}.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-black{--tw-ring-opacity: 1;--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.ring-opacity-5{--tw-ring-opacity: .05}.ring-opacity-50{--tw-ring-opacity: .5}.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;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.animate-fadeIn{animation:fadeIn 1s ease-in forwards}.animate-fadeInDelay{opacity:0;animation:fadeIn 1s ease-in forwards;animation-delay:.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.dark\:prose-invert:is(.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)}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.hover\:translate-y-\[-2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgb(107 114 128 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / 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-green-200:hover{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity: 1;background-color:rgb(254 240 138 / var(--tw-bg-opacity, 1))}.hover\:from-blue-400:hover{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-500:hover{--tw-gradient-to: #3b82f6 var(--tw-gradient-to-position)}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / 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-800:hover{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:underline:focus{text-decoration-line:underline}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0: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(0px + 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-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-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-yellow-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #1f2937}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-200:disabled{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.dark\:divide-gray-700:is(.dark *)>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(55 65 81 / var(--tw-divide-opacity, 1))}.dark\:border-blue-300:is(.dark *){--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.dark\:border-blue-400:is(.dark *){--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.dark\:border-blue-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.dark\:border-blue-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:border-blue-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:border-gray-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:border-gray-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.dark\:border-green-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(21 128 61 / var(--tw-border-opacity, 1))}.dark\:border-green-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity, 1))}.dark\:border-red-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.dark\:border-red-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(185 28 28 / var(--tw-border-opacity, 1))}.dark\:border-red-800:is(.dark *){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity, 1))}.dark\:border-yellow-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(161 98 7 / var(--tw-border-opacity, 1))}.dark\:bg-blue-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 64 175 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/20:is(.dark *){background-color:#1e3a8a33}.dark\:bg-blue-900\/30:is(.dark *){background-color:#1e3a8a4d}.dark\:bg-gray-600:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-750:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(45 55 72 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity, 1))}.dark\:bg-green-900\/20:is(.dark *){background-color:#14532d33}.dark\:bg-green-900\/30:is(.dark *){background-color:#14532d4d}.dark\:bg-red-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(153 27 27 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity, 1))}.dark\:bg-red-900\/10:is(.dark *){background-color:#7f1d1d1a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-white:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-800\/30:is(.dark *){background-color:#854d0e4d}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:from-gray-600:is(.dark *){--tw-gradient-from: #4b5563 var(--tw-gradient-from-position);--tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-700:is(.dark *){--tw-gradient-from: #374151 var(--tw-gradient-from-position);--tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-gray-800:is(.dark *){--tw-gradient-from: #1f2937 var(--tw-gradient-from-position);--tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-white:is(.dark *){--tw-gradient-from: #fff var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:to-blue-50:is(.dark *){--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.dark\:to-gray-700:is(.dark *){--tw-gradient-to: #374151 var(--tw-gradient-to-position)}.dark\:to-gray-800:is(.dark *){--tw-gradient-to: #1f2937 var(--tw-gradient-to-position)}.dark\:text-blue-100:is(.dark *){--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-200:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-blue-500:is(.dark *){--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-100:is(.dark *){--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.dark\:text-gray-200:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400:is(.dark *){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-500:is(.dark *){--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.dark\:text-gray-800:is(.dark *){--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.dark\:text-green-100:is(.dark *){--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.dark\:text-green-200:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:text-green-300:is(.dark *){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.dark\:text-green-400:is(.dark *){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-300:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-yellow-200:is(.dark *){--tw-text-opacity: 1;color:rgb(254 240 138 / var(--tw-text-opacity, 1))}.dark\:text-yellow-300:is(.dark *){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:hover\:border-red-600:hover:is(.dark *){--tw-border-opacity: 1;border-color:rgb(220 38 38 / var(--tw-border-opacity, 1))}.dark\:hover\:bg-blue-900\/50:hover:is(.dark *){background-color:#1e3a8a80}.dark\:hover\:bg-gray-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-750:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(45 55 72 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-gray-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-green-900\/50:hover:is(.dark *){background-color:#14532d80}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-yellow-800\/50:hover:is(.dark *){background-color:#854d0e80}.dark\:hover\:text-blue-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:hover\:text-blue-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.dark\:hover\:text-gray-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-green-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-200:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-600:hover:is(.dark *){--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.dark\:disabled\:bg-gray-700:disabled:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.group:hover .dark\:group-hover\:text-blue-400:is(.dark *){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-gray-300:is(.dark *){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:ml-6{margin-left:1.5rem}.sm\:mt-0{margin-top:0}.sm\:w-2\/3{width:66.666667%}.sm\:w-full{width:100%}.sm\:max-w-md{max-width:28rem}.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\:justify-between{justify-content:space-between}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 768px){.md\:inline-block{display:inline-block}.md\:w-1\/2{width:50%}.md\:w-96{width:24rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:w-1\/3{width:33.333333%}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:p-8{padding:2rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
