.navbar{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 4px 20px #2563eb26;transition:all .3s ease}.navbar-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:60px}.navbar-brand{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.navbar-brand:hover{transform:scale(1.05)}.navbar-logo{height:40px;width:auto;filter:brightness(0) invert(1)}.navbar-links{display:flex;gap:.5rem;align-items:center}.navbar-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;color:#fff;text-decoration:none;border-radius:8px;font-weight:500;font-size:.95rem;transition:all .3s ease;position:relative;overflow:hidden}.navbar-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.navbar-link:hover:before{left:100%}.navbar-link:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.navbar-link.active{background:#fff3;box-shadow:0 2px 8px #00000026}.navbar-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#fbbf24;border-radius:1px}.nav-icon{font-size:1.1rem;transition:transform .2s ease}.navbar-link:hover .nav-icon{transform:scale(1.1)}.mobile-nav{display:none}@media (max-width: 1024px){.desktop-nav{display:none!important}.mobile-nav{display:block!important}}.hamburger-button{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px}.hamburger-button:hover{background:#ffffff1a}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-content{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-4px 0 20px #00000026;transform:translate(100%);animation:slideInRight .3s ease forwards;display:flex;flex-direction:column}@keyframes slideInRight{to{transform:translate(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.mobile-menu-header h3{margin:0;font-size:1.2rem;font-weight:600}.close-mobile-menu{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer;padding:.5rem;border-radius:4px;transition:background .2s ease}.close-mobile-menu:hover{background:#ffffff1a}.mobile-menu-links{flex:1;padding:1rem 0;overflow-y:auto}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;color:#374151;text-decoration:none;font-weight:500;transition:all .2s ease;border:none;background:none;cursor:pointer;width:100%;text-align:left;font-size:1rem}.mobile-nav-link:hover{background:#f3f4f6;color:#2563eb}.mobile-nav-link.active{background:#dbeafe;color:#2563eb;border-right:3px solid #2563eb}.mobile-nav-icon{font-size:1.2rem;color:#6b7280;transition:color .2s ease;min-width:20px}.mobile-nav-link:hover .mobile-nav-icon,.mobile-nav-link.active .mobile-nav-icon{color:#2563eb}.mobile-menu-divider{height:1px;background:#e5e7eb;margin:.5rem 1.5rem}.logout-link{color:#dc2626}.logout-link:hover{background:#fef2f2;color:#dc2626}.logout-link .mobile-nav-icon{color:#dc2626}@media (max-width: 768px){.navbar-container{padding:0 1rem}.desktop-nav{display:none!important}.mobile-nav{display:block!important}.navbar-logo{height:32px}}@media (max-width: 480px){.navbar-container{padding:0 .75rem}.desktop-nav{display:none!important}.mobile-nav{display:block!important}.mobile-menu-content{width:100%}.mobile-menu-header,.mobile-nav-link{padding:1rem}}.affiliate-program-section{padding:4rem 0;background-color:#f8fafc}.section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.25rem;color:#64748b;margin-bottom:3rem;font-weight:500}.affiliate-content{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1rem}.affiliate-text{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.affiliate-description{font-size:1.1rem;line-height:1.7;color:#4b5563;margin-bottom:1.5rem}.affiliate-description:last-child{margin-bottom:0}.affiliate-image{display:flex;justify-content:center;align-items:center;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.responsive-image{max-width:100%;height:auto;max-height:400px;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}@media (min-width: 768px){.affiliate-content{grid-template-columns:1fr 1fr}.affiliate-image{grid-column:1 / -1}}@media (min-width: 1024px){.affiliate-content{grid-template-columns:1fr 1fr 1fr}.affiliate-image{grid-column:2;grid-row:1 / span 2}}.courses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.course-card{background:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.course-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.course-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.course-pricing{border-top:1px solid #e2e8f0;padding-top:1rem}.retail-price{color:#64748b;font-size:.9rem;margin-bottom:.5rem}.strikethrough{text-decoration:line-through;color:#94a3b8}.membership-status{color:#2563eb;font-weight:500;font-size:.9rem}.summary-card{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.summary-card .course-content{text-align:center;padding:2rem}.summary-card .course-title{color:#fff;font-size:1.5rem;margin-bottom:1.5rem}.summary-card .retail-price{color:#ffffffe6;font-size:1.1rem;margin-bottom:.5rem}.summary-card .strikethrough{color:#ffffffb3}.summary-card .membership-status{color:#fff;font-size:1.1rem;font-weight:600}@media (max-width: 768px){.courses-grid{grid-template-columns:1fr}.course-image{height:180px}.summary-card .course-content{padding:1.5rem}}.content-section{padding:4rem 0;background-color:#f8fafc}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem}.content-text h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.2}.content-text h3{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:2rem}.checkmark-list{list-style:none;padding:0;margin:0}.checkmark-list li{display:flex;align-items:flex-start;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6;color:#4b5563}.checkmark{color:#2563eb;margin-right:1rem;flex-shrink:0;margin-top:.25rem}.content-image{display:flex;justify-content:center;align-items:center}.device-image{max-width:100%;height:auto;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:perspective(1000px) rotateY(-5deg);transition:transform .3s ease}.device-image:hover{transform:perspective(1000px) rotateY(0)}.cta-button{display:inline-flex;align-items:center;background:#2563eb;color:#fff;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}@media (max-width: 1024px){.content-grid{grid-template-columns:1fr;gap:2rem}.content-text h2{font-size:2rem}.content-text h3{font-size:1.25rem}.device-image{max-width:80%;transform:none}.device-image:hover{transform:none}}@media (max-width: 640px){.content-section{padding:2rem 0}.content-text h2{font-size:1.75rem}.checkmark-list li{font-size:1rem}.device-image{max-width:100%}}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.btn{padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.btn-primary{background:#2563eb;color:#fff}.btn-secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}.stat-card{position:relative;padding-bottom:3rem}.stat-cta{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);color:#2563eb;text-decoration:none;font-weight:500;font-size:.9rem;transition:color .3s ease}.stat-cta:hover{color:#1d4ed8;text-decoration:underline}.course-cta{display:inline-block;margin-top:1rem;padding:.75rem 1.5rem;background:#f1f5f9;color:#2563eb;border-radius:.5rem;text-decoration:none;font-weight:500;transition:all .3s ease}.course-cta:hover{background:#e2e8f0;transform:translateY(-2px)}.affiliate-cta{display:inline-block;margin-top:1.5rem;padding:1rem 2rem;background:#2563eb;color:#fff;border-radius:.5rem;text-decoration:none;font-weight:600;transition:all .3s ease}.affiliate-cta:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}.what-is-cta-container{display:flex;gap:1rem;justify-content:center;margin-top:2rem}.what-is-cta{padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease}.what-is-cta.primary{background:#2563eb;color:#fff}.what-is-cta.secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.what-is-cta:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #2563eb33,0 2px 4px -1px #2563eb1a}@media (max-width: 768px){.hero-buttons,.what-is-cta-container{flex-direction:column;align-items:center}.what-is-cta{width:100%;text-align:center}}.no-free-trial-section{padding:4rem 0;background-color:#f8fafc;text-align:center}.no-free-trial-section h2{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:.5rem}.no-free-trial-section h3{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:2rem}.no-free-trial-description{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8;color:#4b5563;white-space:pre-line}.no-free-trial-cta{margin-top:2rem}@media (max-width: 768px){.no-free-trial-section{padding:3rem 0}.no-free-trial-section h2{font-size:2rem}.no-free-trial-section h3{font-size:1.25rem}.no-free-trial-description{font-size:1rem;padding:0 1rem}}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s ease;position:relative;overflow:hidden}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.testimonial-card:hover .stars{color:#fbbf24;transform:scale(1.1)}.testimonial-card:hover .testimonial-text{color:#1e293b}.testimonial-card:hover .testimonial-avatar{transform:scale(1.1);border-color:#2563eb}.testimonial-card:hover .author-info h4{color:#2563eb}.stars{color:#e2e8f0;font-size:1.25rem;margin-bottom:1rem;transition:all .3s ease}.testimonial-text{color:#4b5563;line-height:1.6;margin-bottom:1.5rem;transition:color .3s ease}.testimonial-author{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;transition:transform .3s ease}.testimonial-card:hover .testimonial-author{transform:translate(5px)}.testimonial-avatar{width:50px;height:50px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e2e8f0;transition:all .3s ease}.author-info{flex:1}.author-info h4{font-size:1rem;font-weight:600;color:#1e293b;margin:0;transition:color .3s ease}.author-info p{font-size:.875rem;color:#64748b;margin:.25rem 0 0;transition:color .3s ease}.testimonial-card:hover .author-info p{color:#4b5563}@media (max-width: 640px){.testimonial-avatar{width:40px;height:40px}.author-info h4{font-size:.9rem}.author-info p{font-size:.8rem}}.course-category-title{margin:2rem 0 1rem;font-size:1.5rem;font-weight:600;text-align:left;color:#333;grid-column:1 / -1;padding-bottom:.5rem;border-bottom:2px solid #e2e8f0}.course-category-title:first-child{margin-top:0}@media (max-width: 768px){.course-category-title{font-size:1.25rem;margin:1.5rem 0 1rem}}.affiliate-visual-highlight{margin-top:2rem;text-align:center;background:#f8fafc;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.affiliate-visual-highlight:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.affiliate-visual-highlight .responsive-image{max-width:100%;height:auto;border-radius:.5rem;margin-bottom:1rem}.affiliate-visual-highlight .caption{font-size:1.1rem;font-weight:600;color:#2563eb;margin:0;font-style:italic}@media (max-width: 768px){.affiliate-visual-highlight{padding:1.5rem;margin-top:1.5rem}.affiliate-visual-highlight .caption{font-size:1rem}}.ai-education-section{padding:4rem 0;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.ai-education-section .section-title{text-align:center;font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:1rem}.ai-education-section .section-subtitle{text-align:center;font-size:1.25rem;color:#64748b;margin-bottom:3rem;font-weight:500}.ai-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:3rem 0}.ai-feature-card{background:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.ai-feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.ai-feature-icon{font-size:2.5rem;color:#2563eb;margin-bottom:1rem}.ai-feature-title{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.ai-feature-description{color:#4b5563;line-height:1.6}.ai-cta-container{text-align:center;margin-top:3rem}@media (max-width: 768px){.ai-features-grid{grid-template-columns:1fr;gap:1.5rem}.ai-feature-card{padding:1.5rem}.ai-feature-title{font-size:1.25rem}}.trust-badges-section{padding:3rem 0;background:#fff;text-align:center}.trust-badges-title{font-size:1.5rem;color:#4b5563;margin-bottom:2rem}.trust-badges-container{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap}.trust-badge{height:40px;opacity:.8;transition:opacity .3s ease}.trust-badge:hover{opacity:1}.sticky-cta{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:1rem;box-shadow:0 -4px 6px -1px #0000001a;z-index:1000;transform:translateY(100%);transition:transform .3s ease-in-out;display:flex;justify-content:center;align-items:center;gap:1rem}.sticky-cta.visible{transform:translateY(0)}@media (max-width: 768px){.ai-education-section .section-title{font-size:2rem}.ai-education-section .section-subtitle{font-size:1.1rem}.trust-badges-container{gap:2rem}.trust-badge{height:30px}.sticky-cta{padding:.75rem}}.container{max-width:1200px;margin:0 auto;padding:0 1rem;position:relative;z-index:3}.navbar{position:relative;background:#fff;box-shadow:0 2px 4px #0000001a;z-index:1000}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center;text-decoration:none}.navbar-logo{width:150px;height:100px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.navbar-logo:hover{transform:scale(1.05)}.navbar-links{display:flex;gap:1.5rem;align-items:center}.navbar-link{color:#333;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.navbar-link:hover{color:#007bff;background-color:#007bff1a}.navbar-button{background:none;border:none;color:#333;font-weight:500;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-family:inherit;font-size:inherit;transition:all .3s ease}.navbar-button:hover{color:#dc3545;background-color:#dc35451a}.navbar-link.active{color:#2563eb;background-color:#eff6ff}.auth-container{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb;padding:0}.auth-box{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.auth-header{text-align:center;margin-bottom:2rem}.auth-title{font-size:2rem;font-weight:800;color:#2563eb;margin-bottom:.5rem;letter-spacing:-1px}.auth-subtitle{font-size:1rem;color:#6b7280;margin-bottom:1.5rem}.auth-form{background:none;padding:0;box-shadow:none;border-radius:0}.auth-form .form-group{width:100%;max-width:420px;margin:0 auto 1.5rem}.auth-form .form-input{background:#f9fafb!important;color:#1f2937!important;border:1.5px solid #d1d5db!important;width:100%;max-width:420px;min-width:260px;font-size:1.08rem}.auth-form .auth-button{width:100%;max-width:420px;min-width:260px;font-size:1.08rem;margin-top:1rem}.auth-form label{color:#1f2937!important;font-weight:600;margin-bottom:.5rem;font-size:1rem;letter-spacing:.01em;display:block}.auth-button{width:100%;padding:.85rem 1.5rem;background:linear-gradient(90deg,#2563eb,#4f46e5);color:#fff;border:none;border-radius:.5rem;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s;margin-top:.5rem}.auth-button:hover,.auth-button:focus{background:linear-gradient(90deg,#1d4ed8,#3730a3)}.auth-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s}.auth-link:hover,.auth-link:focus{color:#1d4ed8;text-decoration:underline}.error-message{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.95rem;text-align:center}.dashboard{min-height:100vh;background-color:#f0f4f8;padding-top:0}.dashboard-header{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#4f46e5bf,#7c3aedbf,#2563ebbf),url(/assets/images/images/skyline.png);background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;position:relative;height:150px;margin-top:0}.dashboard-header .container{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;justify-content:center}.dashboard-logo{height:30px;width:auto}.dashboard-title{font-size:2.25rem;font-weight:800;margin:0;text-shadow:2px 2px 4px rgba(0,0,0,.2);letter-spacing:-.5px;color:#ffffffd9}.dashboard-welcome{display:flex;align-items:center;font-size:1.25rem;color:#fffffff2;margin-top:.75rem;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:500}.dashboard-content{padding:2rem 1rem;max-width:1400px;margin:0 auto;display:flex;flex-direction:column;gap:2rem;margin-top:-2rem;position:relative;z-index:2}@media (min-width: 1024px){.dashboard-content{flex-direction:row;align-items:flex-start}.main-content{flex:2;margin-right:2rem}.side-content{flex:1;position:sticky;top:5rem}}.main-content{flex:1;display:flex;flex-direction:column;gap:2rem;width:100%}.side-content{width:100%}@media (min-width: 1024px){.main-content{flex:2;max-width:65%}.side-content{flex:1;position:sticky;top:90px;max-width:35%}}.grid-layout{display:flex;flex-direction:column;gap:2rem;width:100%}@media (min-width: 768px) and (max-width: 1023px){.grid-layout{display:grid;grid-template-columns:1fr 1fr}}.section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:transform .2s ease-in-out;border:1px solid #e5e7eb}.section:hover{transform:translateY(-2px);border-color:#4f46e5}.section-header{color:#fff;padding:1.25rem 1.5rem;display:flex;align-items:center;margin-bottom:0;border-bottom:1px solid rgba(255,255,255,.1)}.section-header.affiliate{background:linear-gradient(135deg,#f59e0b,#d97706)}.section-header.building{background:linear-gradient(135deg,#ef4444,#dc2626)}.section-header.marketing{background:linear-gradient(135deg,#14b8a6,#0d9488)}.section-header.digital{background:linear-gradient(135deg,#10b981,#059669)}.section-header.suggested{background:linear-gradient(135deg,#f87171,#ef4444)}.section-header.reseller{background:linear-gradient(135deg,#4f46e5,#2563eb)}.section-header.ai{background-color:#4f46e5;color:#fff}.section-header.coming-soon{background-color:#7c3aed;color:#fff}.section-icon{font-size:1.5rem;margin-right:1rem;opacity:.9}.section-header h2{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:.5px}.section-content{padding:1.5rem}.course-item{background:#fff;border-radius:.75rem;padding:1.25rem;margin-bottom:1rem;cursor:pointer;border:1px solid #e5e7eb;transition:all .2s ease-in-out}.course-item:hover{border-color:#4f46e5;box-shadow:0 4px 6px -1px #4f46e51a,0 2px 4px -1px #4f46e50f}.course-item h3{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b;display:flex;justify-content:space-between;align-items:center}.course-item h3:after{content:"→";font-size:1.2rem;opacity:.5;transition:transform .2s ease-in-out}.course-item.expanded h3:after{transform:rotate(90deg)}.course-details{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.course-details p{color:#4b5563;line-height:1.6;margin-bottom:1.25rem}.cta-link{display:inline-flex;align-items:center;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4f46e5,#2563eb);color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;font-size:.95rem}.cta-link:hover{transform:translateY(-1px);background:linear-gradient(135deg,#4338ca,#1d4ed8);box-shadow:0 4px 6px -1px #4f46e533}.search-wrapper,.filter-wrapper{position:relative;display:flex;align-items:center}.search-icon,.filter-icon{position:absolute;left:.75rem;color:#64748b;font-size:1.25rem}.search-input,.filter-select{padding-left:2.5rem}.add-user-btn{display:flex;align-items:center;gap:.5rem}.activity-icon{background-color:#f1f5f9;color:#2563eb;font-size:1.25rem}.activity-icon.signup{background-color:#dcfce7;color:#15803d}.activity-icon.payment{background-color:#dbeafe;color:#1d4ed8}.activity-icon.commission{background-color:#fef3c7;color:#b45309}@media (max-width: 1023px){.dashboard-content{flex-direction:column!important;gap:1.5rem;padding:1rem .25rem}.main-content,.side-content{max-width:100%!important;width:100%!important;padding:0}.grid-layout{display:flex!important;flex-direction:column!important;gap:2rem;width:100%}}@media (max-width: 767px){.dashboard-content{flex-direction:column!important;gap:1.5rem;padding:1rem .25rem}.main-content,.side-content{max-width:100%!important;width:100%!important;padding:0}.section-header{padding:.75rem}.section-header h2{font-size:1.1rem}.course-item{padding:.75rem}.course-item h3{font-size:1rem}.course-details{font-size:.97rem;padding:.5rem .25rem}.cta-link{font-size:1rem;padding:.5rem 1rem}}.stat-icon,.feature-icon{font-size:2.5rem;color:#2563eb;margin-bottom:1rem}.checkmark{color:#2563eb;margin-right:.5rem;font-size:1.2rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#2563eb;color:#fff;border-radius:.375rem;font-weight:600;transition:all .2s ease-in-out;text-decoration:none}.cta-button:hover{background-color:#1d4ed8;transform:translateY(-1px)}.stats-section{position:relative;z-index:3;padding:4rem 0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:2rem}.stat-card{text-align:center;padding:2rem;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease-in-out;border:1px solid #e5e7eb}.stat-card:hover{transform:translateY(-5px);border-color:#4f46e5}.stat-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#4f46e5,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:1rem}.features-section{position:relative;z-index:3;padding:4rem 0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.feature-card{padding:2rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease-in-out;text-align:center}.feature-card:hover{transform:translateY(-5px)}.feature-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.feature-description{color:#64748b;line-height:1.6}.section-icon{font-size:1.5rem;color:#fff;margin-right:.75rem;vertical-align:middle}.item-icon{font-size:1.25rem;color:#2563eb;margin-right:.5rem;vertical-align:middle}.user-icon{font-size:1.5rem;color:#fff;margin-right:.5rem;vertical-align:middle}.course-link{display:inline-flex;align-items:center;color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease-in-out}.course-link:hover{color:#1d4ed8}.home{min-height:100vh;background-image:url(/images/vecteezy_abstract-white-background-with-wavy-shapes-flowing-and_36340712.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;position:relative;z-index:1}.home:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#ffffffb3,#ffffffe6);z-index:2}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6rem 1rem}.hero-logo{height:60px;width:auto;margin-bottom:2rem}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(to right,#1e293b,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:#4b5563;max-width:800px;margin:0 auto 2rem;line-height:1.6}.testimonials-section,.final-cta-section{position:relative;z-index:3;padding:4rem 0;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.content-section{position:relative;z-index:3;background-color:#ffffffe6;padding:2rem;border-radius:.5rem;margin:2rem 0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (max-width: 768px){.hero{padding:4rem 1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.content-section{padding:1.5rem}}.courses-section{padding:4rem 0;background-color:#f8fafc}.courses-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.course-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.course-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.course-image{width:100%;height:200px;overflow:hidden}.course-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.course-card:hover .course-image img{transform:scale(1.05)}.course-content{padding:1.5rem}.course-title{font-size:1.5rem;font-weight:600;color:#1a237e;margin-bottom:1rem}.course-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.course-pricing{border-top:1px solid #e5e7eb;padding-top:1rem;margin-top:auto}.retail-price{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.strikethrough{text-decoration:line-through;color:#9ca3af}.membership-status{color:#059669;font-weight:600;font-size:.9rem}@media (max-width: 1024px){.courses-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.courses-grid{grid-template-columns:1fr}}.owner-message{background-color:#fff;padding:1.75rem;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.owner-message p{color:#4b5563;line-height:1.7;margin-bottom:1.25rem;font-size:1.02rem}.owner-message p:last-child{margin-bottom:0;font-weight:600;color:#1e293b}.section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #e5e7eb}.section-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem}.section-group{margin-bottom:3rem}.reseller-extra-section,.stats-section{background:#f8fafc;padding:3rem 0}.content-section,.testimonials-section{background:#fff;border-radius:1rem;box-shadow:0 2px 8px #00000012;margin-bottom:2rem;padding:2rem}.reseller-extra-section h1,.content-section h2,.stats-section h2{color:#1e293b;font-weight:800;margin-bottom:1.5rem;font-size:2rem}.cta-button,.show-more-button,button{background:#2563eb;color:#fff;border:none;border-radius:.5rem;padding:.75rem 2rem;font-weight:600;font-size:1.1rem;margin:1.5rem 0;cursor:pointer;transition:background .2s}.cta-button:hover,.show-more-button:hover,button:hover{background:#1d4ed8}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.testimonial-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000012;padding:2rem 1.5rem;text-align:left;position:relative}.stars{color:#fbbf24;font-size:1.3rem;margin-bottom:.5rem}.testimonial-author h4{margin:0;color:#2563eb;font-weight:700}.testimonial-author p{margin:0;color:#64748b;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:2rem}.stat-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #00000012;padding:2rem 1.5rem;text-align:center;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 16px #2563eb14}.stat-number{font-size:1.25rem;color:#1e293b;font-weight:700;margin-top:.75rem}.stat-label{color:#64748b;font-size:1rem;margin-top:.5rem}@media (max-width: 900px){.content-section,.testimonials-section{padding:1.25rem}.stats-grid{grid-template-columns:1fr 1fr}}@media (max-width: 600px){.content-section,.testimonials-section{padding:.75rem}.stats-grid,.testimonials-grid{grid-template-columns:1fr}}.frontend-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.hero-section{background:linear-gradient(135deg,#2563eb1a,#4f46e51a);border-radius:1rem;padding:3rem 2rem;margin-bottom:3rem;text-align:center}.hero-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#4b5563;max-width:800px;margin:0 auto 2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,min-max(300px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.feature-icon{width:48px;height:48px;margin-bottom:1rem;color:#2563eb}.feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.feature-description{color:#6b7280;line-height:1.6}.stats-section{background:#fff;border-radius:1rem;padding:2rem;margin-bottom:3rem;box-shadow:0 4px 6px #0000000d}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.stat-card{text-align:center;padding:1.5rem;background:#f8fafc;border-radius:.75rem;transition:transform .3s ease}.stat-card:hover{transform:translateY(-3px)}.stat-number{font-size:2.5rem;font-weight:700;color:#2563eb;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#4b5563;font-weight:500}.cta-section{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:1rem;padding:3rem 2rem;text-align:center;color:#fff;margin-bottom:3rem}.cta-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.cta-description{font-size:1.125rem;opacity:.9;max-width:600px;margin:0 auto 2rem}.cta-button{display:inline-block;background:#fff;color:#2563eb;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}@media (max-width: 768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.features-grid,.stats-grid{grid-template-columns:1fr}.cta-section{padding:2rem 1rem}.cta-title{font-size:1.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.feature-card,.stat-card,.cta-section{animation:fadeIn .6s ease-out forwards}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.4s}.lessons-list{margin:1rem 0}.lesson-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.lesson-item:last-child{border-bottom:none}.lesson-info{display:flex;align-items:center;gap:.75rem}.lesson-status{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ffffff1a;color:#ffffff80}.lesson-status.completed{background:#10b981;color:#fff}.lesson-duration{color:#fff9;font-size:.875rem}.success-details{margin:1rem 0}.success-quote{font-style:italic;color:#fffc;margin-top:1rem;padding-left:1rem;border-left:3px solid #4F46E5}.transactions-list{margin:1rem 0}.transaction-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#ffffff0d;border-radius:8px;margin-bottom:.75rem}.transaction-info{display:flex;flex-direction:column;gap:.25rem}.transaction-type{font-weight:500;color:#fff}.transaction-date{font-size:.875rem;color:#fff9}.transaction-details{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.transaction-amount{font-weight:500}.transaction-amount.positive{color:#10b981}.transaction-amount.negative{color:#ef4444}.transaction-status{font-size:.875rem;padding:.25rem .5rem;border-radius:4px}.transaction-status.completed{background:#10b9811a;color:#10b981}.transaction-status.pending{background:#f59e0b1a;color:#f59e0b}.stat-change{font-size:.875rem;margin-top:.25rem}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.payout-details{padding:1rem;background:#ffffff0d;border-radius:8px}.status{padding:.25rem .5rem;border-radius:4px;font-size:.875rem}.status.completed{background:#10b9811a;color:#10b981}.status.pending{background:#f59e0b1a;color:#f59e0b}.faq-item{margin-bottom:1.5rem}.faq-item h4{color:#1f2937;margin-bottom:.5rem;font-weight:600}.faq-item p{color:#4b5563;line-height:1.6}.support-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#1f2937;font-weight:600}.form-input{padding:.75rem;border-radius:6px;border:1px solid #d1d5db;background:#fff;color:#1f2937;font-size:1rem;transition:all .3s ease}.form-input:focus{outline:none;border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.form-input::-moz-placeholder{color:#9ca3af}.form-input::placeholder{color:#9ca3af}.resources-list{display:flex;flex-direction:column;gap:1rem}.resource-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff0d;border-radius:8px;transition:all .3s ease}.resource-item:hover{background:#ffffff1a;transform:translateY(-2px)}.resource-icon{font-size:1.5rem}.resource-info h4{color:#1f2937;margin-bottom:.25rem;font-weight:600}.resource-info p{color:#6b7280;font-size:.875rem}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;color:#4b5563;padding:.75rem;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.contact-icon{font-size:1.25rem}@media (max-width: 768px){.transaction-item{flex-direction:column;align-items:flex-start;gap:.5rem}.transaction-details{align-items:flex-start}.resource-item{flex-direction:column;text-align:center}.contact-item{justify-content:center}}.welcome-message{padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.welcome-message p{color:#1f2937;line-height:1.8;margin-bottom:1.25rem;font-size:1.1rem}.welcome-message p:last-child{margin-bottom:0;font-weight:600;color:#1f2937;font-size:1.2rem}.welcome-message p:last-child:before{content:"🚀";margin-right:.5rem}.pro-guide{margin-top:2rem;background:#fff}.guide-content{padding:1rem}.guide-intro{font-size:1.2rem;color:#1f2937;margin-bottom:2rem;line-height:1.6}.guide-steps{display:flex;flex-direction:column;gap:2rem}.guide-step{padding:1.5rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;transition:transform .2s ease}.guide-step:hover{transform:translateY(-2px);border-color:#4f46e5}.guide-step h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.guide-step p{color:#4b5563;line-height:1.7;font-size:1.05rem}.guide-closing{margin-top:2rem;padding:1.5rem;background:#f0f9ff;border-radius:8px;border:1px solid #bae6fd}.guide-closing p{color:#1f2937;font-size:1.1rem;line-height:1.7;font-weight:500}@media (max-width: 768px){.guide-step{padding:1rem}.guide-step h3{font-size:1.1rem}.guide-step p{font-size:1rem}}.material-details{display:flex;flex-direction:row;gap:1.5rem;margin:1rem 0;align-items:flex-start}.material-details img{width:200px;height:150px;-o-object-fit:contain;object-fit:contain;border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease;flex-shrink:0}.material-details .detail-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.detail-group strong{color:#4b5563;font-size:.9rem}.detail-group span{color:#6b7280;font-size:.9rem}@media (max-width: 640px){.material-details{flex-direction:column}.material-details img{width:100%;height:auto;max-height:200px}.format-buttons{justify-content:flex-start}}.button-group{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.button-group .cta-button{margin:0}@media (max-width: 640px){.button-group{flex-direction:column;gap:.5rem}.button-group .cta-button{width:100%}}.affiliate-opportunity{margin-bottom:2rem}.opportunity-content{display:flex;flex-direction:column;gap:1.5rem}.opportunity-intro{font-size:1.1rem;color:#1f2937;line-height:1.6;font-weight:500}.opportunity-description,.opportunity-benefit{color:#4b5563;line-height:1.7;font-size:1.05rem}.opportunity-cta{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1.5rem;margin-top:1rem}.opportunity-cta .cta-text{color:#1f2937;font-size:1.1rem;line-height:1.6;margin-bottom:1.5rem;font-weight:500}.opportunity-cta .cta-button{background:linear-gradient(135deg,#2563eb,#1d4ed8);padding:.85rem 2rem;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease;color:#fff}.opportunity-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 6px #2563eb33;color:#fff}@media (max-width: 768px){.opportunity-content{gap:1rem}.opportunity-intro,.opportunity-description,.opportunity-benefit{font-size:1rem}.opportunity-cta{padding:1.25rem}.opportunity-cta .cta-text{font-size:1rem}}.reseller-pro{margin-top:3rem;background:linear-gradient(to bottom,#fff,#f8fafc)}.reseller-pro-content{display:flex;flex-direction:column;gap:2rem}.reseller-intro{font-size:1.15rem;color:#1f2937;line-height:1.7}.inline-link{color:#2563eb;text-decoration:none;font-weight:500;transition:color .2s ease}.inline-link:hover{color:#1d4ed8;text-decoration:underline}.reseller-benefits{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;background:#f0f9ff;border-radius:12px;border:1px solid #bae6fd}.benefit-highlight{font-size:1.2rem;color:#1e40af;line-height:1.6;font-weight:500}.benefit-explanation{color:#4b5563;line-height:1.7;font-size:1.1rem}.benefit-cta{color:#1f2937;line-height:1.7;font-size:1.1rem;font-weight:500}.reseller-pro-cta{text-align:center;margin-top:1rem}.reseller-pro-cta h3{font-size:1.4rem;color:#1e40af;margin-bottom:2rem;font-weight:600}.cta-box{background:linear-gradient(135deg,#1e40af,#2563eb);padding:2rem;border-radius:12px;color:#fff;box-shadow:0 4px 6px #2563eb33}.cta-box h4{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.cta-highlight{font-size:1.2rem;margin-bottom:1.5rem;opacity:.9}.pro-button{background:#fff;color:#1e40af;font-size:1.2rem;padding:1rem 2.5rem;border-radius:8px;font-weight:700;transition:all .3s ease}.pro-button:hover{transform:translateY(-3px);box-shadow:0 6px 12px #fff3;background:#f8fafc}@media (max-width: 768px){.reseller-pro-content{gap:1.5rem}.reseller-intro,.benefit-highlight{font-size:1.1rem}.benefit-explanation,.benefit-cta{font-size:1rem}.reseller-pro-cta h3{font-size:1.2rem}.cta-box{padding:1.5rem}.cta-box h4{font-size:1.3rem}.cta-highlight{font-size:1.1rem}.pro-button{font-size:1.1rem;padding:.85rem 2rem}}.format-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.format-button{padding:.4rem .8rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:4px;color:#4b5563;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.format-button:hover{background:#e5e7eb;color:#1f2937;border-color:#d1d5db}.format-button:active{transform:translateY(1px)}.ai .course-details ul{list-style-type:none;padding-left:0;margin:1rem 0}.ai .course-details li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.ai .course-details li:last-child{border-bottom:none}.coming-soon-content{padding:1.5rem}.coming-soon-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.coming-soon-item{background:#ffffff1a;padding:1.5rem;border-radius:.5rem;transition:transform .3s ease}.coming-soon-item:hover{transform:translateY(-5px)}.coming-soon-icon{font-size:2rem;color:#7c3aed;margin-bottom:1rem}.coming-soon-item h3{color:#1f2937;margin-bottom:.5rem;font-size:1.25rem}.coming-soon-item p{color:#4b5563;font-size:.875rem;line-height:1.5}.coming-soon-cta{text-align:center;margin-top:2rem;padding:2rem;background:#7c3aed1a;border-radius:.5rem}.coming-soon-cta p{margin-bottom:1rem;color:#1f2937;font-size:1.125rem}@media (max-width: 768px){.coming-soon-grid{grid-template-columns:1fr}.coming-soon-item{padding:1rem}}*,: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}}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-right-2{right:-.5rem}.-top-2{top:-.5rem}.right-0{right:0}.top-0{top:0}.top-12{top:3rem}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-12{height:3rem}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-80{height:20rem}.h-\[600px\]{height:600px}.h-full{height:100%}.max-h-96{max-height:24rem}.max-h-\[90vh\]{max-height:90vh}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-20{width:5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[85\%\]{max-width:85%}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.grow{flex-grow:1}.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}0%,to{opacity:1}}.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-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,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-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.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-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-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))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-2{border-width:2px}.border-b-2{border-bottom-width:2px}.border-t{border-top-width:1px}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / 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-gray-700{--tw-border-opacity: 1;border-color:rgb(55 65 81 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / 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-500\/20{background-color:#3b82f633}.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-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-600{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.bg-gray-700\/50{background-color:#37415180}.bg-gray-800\/50{background-color:#1f293780}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / 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-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,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-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-900{--tw-gradient-from: #111827 var(--tw-gradient-from-position);--tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-black{--tw-gradient-to: #000 var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.p-0{padding:0}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.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-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pr-0{padding-right:0}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.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-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}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / 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-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-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-400{--tw-text-opacity: 1;color:rgb(74 222 128 / 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-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / 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-transparent{color:transparent}.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-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-50{opacity:.5}.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-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)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;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-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400}body{margin:0;min-width:320px;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}}.navbar{background-color:#2563eb;box-shadow:0 2px 4px #0000001a}.navbar-container{max-width:1280px;margin:0 auto;padding:0 1rem}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:64px}.navbar-brand{font-size:1.25rem;font-weight:700;color:#fff}.navbar-links{display:flex;align-items:center;gap:1rem}.nav-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:#bfdbfe}.nav-link.register{background-color:#fff;color:#2563eb}.nav-link.register:hover{background-color:#f8fafc}.hero{padding:3rem 1rem;text-align:center}.hero-title{font-size:2.5rem;color:#1f2937;margin-bottom:1rem}.hero-subtitle{color:#4b5563;max-width:48rem;margin:0 auto}.stats-section{background-color:#2563eb;padding:3rem 1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1280px;margin:0 auto}.stat-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;text-align:center;box-shadow:0 4px 6px #0000001a}.stat-number{font-size:1.875rem;font-weight:700;color:#2563eb}.stat-label{color:#4b5563;margin-top:.5rem}.features-section{padding:3rem 1rem;background-color:#fff}.section-title{text-align:center;font-size:1.875rem;color:#1f2937;margin-bottom:2rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1280px;margin:0 auto}.feature-card{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 6px #0000001a}.feature-title{font-size:1.25rem;color:#1f2937;margin-bottom:.5rem}.feature-description{color:#4b5563}.cta-section{background-color:#2563eb;padding:3rem 1rem;text-align:center;color:#fff}.cta-button{display:inline-block;background-color:#fff;color:#2563eb;padding:.75rem 2rem;border-radius:.375rem;text-decoration:none;font-weight:500;margin-top:1.5rem;transition:background-color .2s}.cta-button:hover{background-color:#f8fafc}.footer{background-color:#111827;color:#fff;padding:2rem 1rem;text-align:center}.container{max-width:1280px;margin:0 auto;padding:0 1rem}.checkmark-list{list-style:none;padding-left:0}.checkmark-list li{position:relative;padding-left:2rem;margin-bottom:1rem;line-height:1.5}.checkmark{position:absolute;left:0;color:#2563eb;font-weight:700;font-size:1.2rem}.what-is-section{padding:5rem 1rem;background-color:#f8fafc}.what-is-description{max-width:900px;margin:2rem auto;font-size:1.1rem;line-height:1.8;color:#4b5563;text-align:center}.workspace-image{margin-top:3rem;border-radius:8px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.workspace-image img{width:100%;height:auto;display:block}.testimonials-section{padding:5rem 1rem;background:linear-gradient(to bottom,#f8fafc,#fff)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1280px;margin:0 auto;padding:2rem 0}.testimonial-card{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px #0000001a}.stars{color:#fbbf24;font-size:1.5rem;margin-bottom:1rem}.testimonial-text{flex-grow:1;font-size:1rem;line-height:1.6;color:#4b5563;margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem;border-top:1px solid #e5e7eb;padding-top:1rem}.author-info h4{margin:0;color:#1f2937;font-size:1.1rem;font-weight:600}.author-info p{margin:.25rem 0 0;color:#6b7280;font-size:.9rem}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;padding:1rem}.testimonial-card{padding:1.5rem}}.show-more-container{text-align:center;margin-top:2rem}.show-more-button{background-color:#2563eb;color:#fff;padding:.75rem 2rem;border-radius:.5rem;border:none;font-weight:500;cursor:pointer;transition:background-color .2s ease}.show-more-button:hover{background-color:#1d4ed8}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / 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\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-blue-700:hover{--tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a var(--tw-gradient-from-position);--tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-blue-800:hover{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.hover\:to-emerald-700:hover{--tw-gradient-to: #047857 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:text-blue-200:hover{--tw-text-opacity: 1;color:rgb(191 219 254 / 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-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.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-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;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))}@media (min-width: 640px){.sm\:flex-row{flex-direction:row}}@media (min-width: 768px){.md\:mt-0{margin-top:0}.md\:w-1\/3{width:33.333333%}.md\:w-2\/3{width:66.666667%}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-nowrap{flex-wrap:nowrap}.md\:pr-8{padding-right:2rem}}@media (prefers-color-scheme: dark){.dark\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-red-950{--tw-bg-opacity: 1;background-color:rgb(69 10 10 / var(--tw-bg-opacity, 1))}.dark\:text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}}
