body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;overflow-x:hidden}html{scroll-behavior:smooth;scroll-padding-top:150px}.App{min-height:100vh}:root{--primary-green:#22c55e;--primary-blue:#3b82f6;--accent-yellow:#eab308;--dark-bg:#1e293b;--light-bg:#f8fafc;--text-dark:#1e293b;--text-light:#64748b;--white:#fff}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section-padding{padding:80px 0}.text-center{text-align:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:12px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#eab308;background:var(--accent-yellow);color:#1e293b;color:var(--dark-bg)}.btn-primary:hover{background:#d97706;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;border:2px solid var(--white);color:#fff;color:var(--white)}.btn-secondary:hover{background:#fff;background:var(--white);color:#1e293b;color:var(--dark-bg)}.btn-outline{background:#0000;border:2px solid #22c55e;border:2px solid var(--primary-green);color:#22c55e;color:var(--primary-green)}.btn-outline:hover{background:#22c55e;background:var(--primary-green);color:#fff;color:var(--white)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.fade-in-up{animation:fadeInUp .6s ease forwards}.image-loading{animation:shimmer 2s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:1000px 100%}.image-optimized{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}*{transition:opacity .3s ease,transform .3s ease}.loading-container{align-items:center;background-color:#f9fafb;display:flex;flex-direction:column;gap:1rem;justify-content:center;min-height:100vh}.spinner-large{border:4px solid #22c55e33;height:3rem;width:3rem}.loading-container p{color:#6b7280;font-size:1rem}@media (max-width:768px){.container{padding:0 15px}.section-padding{padding:60px 0}.btn{font-size:14px;padding:10px 25px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--dark-bg);border-bottom:1px solid #ffffff1a;padding:15px 0;position:fixed;top:0;width:100%;z-index:1000}.logo{align-items:center;display:flex;gap:10px;padding:5px 0}.logo-image{filter:contrast(1.1) brightness(1.05);height:65px;object-fit:contain;transition:opacity .3s ease;width:auto}.logo-image:hover{opacity:.9;transform:scale(1.02)}.logo-icon{align-items:center;background:var(--primary-green);border-radius:50%;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.nav-list{display:flex;gap:30px;list-style:none;margin:0;padding:0}.nav-link{color:var(--white);font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--accent-yellow)}.nav-link:after{background:var(--accent-yellow);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.header-actions,.user-menu{align-items:center;display:flex;gap:1rem}.user-greeting{color:var(--white);font-size:.95rem;font-weight:500}.btn-login{font-size:.95rem}.btn-login,.btn-logout{padding:8px 20px;white-space:nowrap}.cta-button{margin-left:0}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;padding:5px}.mobile-menu-toggle span{background:var(--white);border-radius:2px;height:3px;margin:3px 0;transition:.3s;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.header-actions{display:none}.nav{background:var(--dark-bg);border-top:1px solid #ffffff1a;left:0;opacity:0;position:absolute;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;width:100%}.nav-open{opacity:1;transform:translateY(0);visibility:visible}.nav-list{flex-direction:column;gap:15px;padding:20px}.header-actions{display:flex;flex-direction:column;gap:10px;padding:0 20px 20px}.nav-open~.header-actions{display:flex}.user-menu{flex-direction:column;width:100%}.btn-login,.btn-logout,.cta-button{font-size:14px;margin:0;padding:10px 20px;text-align:center;width:100%}.mobile-menu-toggle.active span:first-child{transform:rotate(-45deg) translate(-5px,6px)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:-2}.hero-background,.hero-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background:before{background:linear-gradient(135deg,#3b82f6,#1e40af 50%,#22c55e);content:"";opacity:0;transition:opacity .3s ease;z-index:-1}.hero-background[data-loaded=false]:before{opacity:1}.hero-overlay{background:#0006;background:linear-gradient(135deg,#1e293b99,#0000004d 50%,#22c55e33);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-content{color:var(--white);max-width:800px;text-align:center;z-index:1}.hero-title{animation-delay:.2s;font-size:4rem;font-weight:700;margin-bottom:30px;text-shadow:2px 2px 4px #00000080}.hero-subtitle{animation-delay:.4s;font-size:1.8rem;font-weight:400;line-height:1.4;margin-bottom:40px;text-shadow:1px 1px 2px #00000080}.hero-subtitle p{margin:5px 0}.hero-actions{animation-delay:.6s;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.hero-cta,.hero-secondary{font-size:1.1rem;padding:15px 35px}.hero-secondary{align-items:center;display:flex;gap:10px}.scroll-indicator{animation:bounce 2s infinite;bottom:30px;left:50%;position:absolute;transform:translateX(-50%)}.scroll-arrow{border:2px solid var(--white);border-left:none;border-top:none;height:30px;transform:rotate(45deg);width:30px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}@media (max-width:768px){.hero{min-height:90vh;padding-top:60px}.hero-title{font-size:2.5rem;margin-bottom:20px}.hero-subtitle{font-size:1.3rem;margin-bottom:30px}.hero-actions{align-items:center;flex-direction:column}.hero-cta,.hero-secondary{font-size:1rem;max-width:280px;padding:12px 25px;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}}.features{background:var(--white);padding-bottom:60px;position:relative}.features-header{margin-bottom:60px}.features-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:20px}.payment-methods{margin-bottom:100px}.payment-grid{grid-gap:30px;align-items:center;display:grid;gap:30px;grid-template-columns:repeat(5,1fr);justify-items:center;margin:0 auto;max-width:1000px}.payment-method{align-items:center;display:flex;flex-direction:column;gap:10px;padding:20px 10px;transition:transform .3s ease}.payment-method:hover{transform:translateY(-5px)}.payment-logo{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;display:flex;height:70px;justify-content:center;padding:12px;transition:all .3s ease;width:120px}.payment-method:hover .payment-logo{background:#f0fdf4;border-color:var(--primary-green);box-shadow:0 4px 12px #22c55e26;transform:translateY(-2px)}.payment-name{color:var(--text-light);font-size:1rem;font-weight:600;margin-top:8px;text-align:center}.features-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 1fr;min-height:600px}.content-left{max-width:500px}.calculator-badge{background:var(--light-bg);border:1px solid #e5e7eb;border-radius:25px;display:inline-block;font-size:.9rem;font-weight:500;padding:8px 20px}.calculator-badge,.content-left h3{color:var(--text-dark);margin-bottom:20px}.content-left h3{font-size:2rem;font-weight:700;line-height:1.3}.content-left p{color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:30px}.calculator-button-section{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid var(--primary-green);border-radius:16px;margin:40px 0;padding:30px;text-align:center}.calculator-open-btn{background:var(--primary-green);border:none;border-radius:12px;box-shadow:0 4px 15px #22c55e4d;color:var(--white);cursor:pointer;font-size:1.2rem;font-weight:600;margin-bottom:15px;padding:18px 40px;transition:all .3s ease}.calculator-open-btn:hover{background:var(--primary-green);box-shadow:0 6px 20px #22c55e66;transform:translateY(-2px)}.calculator-description{color:var(--text-light);font-size:.95rem;line-height:1.4;margin:0}.features-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-top:30px}.feature-item{align-items:center;background:var(--white);border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;padding:15px 20px;transition:all .3s ease}.feature-item:hover{border-color:var(--primary-green);box-shadow:0 4px 12px #22c55e26;transform:translateY(-2px)}.feature-icon{align-items:center;background:var(--light-bg);border-radius:8px;display:flex;font-size:1.2rem;height:30px;justify-content:center;width:30px}.feature-item span:last-child{color:var(--text-dark);font-size:.9rem;font-weight:500}.content-right{position:relative}.nature-image{border-radius:20px;box-shadow:0 20px 40px #0000001a;cursor:pointer;height:500px;overflow:hidden;position:relative;width:100%}.image-placeholder{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;filter:brightness(1) saturate(1);height:100%;justify-content:center;position:relative;transition:transform .5s ease,filter .3s ease;width:100%}.nature-image:hover .image-placeholder{filter:brightness(1.1) saturate(1.2);transform:scale(1.03)}.image-placeholder:before{background:linear-gradient(135deg,#3b82f6,#22c55e 50%,#10b981);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.image-placeholder[data-loaded=false]:before{opacity:1}.image-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:1px solid #ffffff4d;border-radius:12px;bottom:20px;box-shadow:0 8px 25px #0000001a;left:20px;padding:15px 20px;position:absolute;right:20px;transform:translateY(100%);transition:transform .4s ease}.nature-image:hover .image-overlay{transform:translateY(0)}.image-overlay span{color:var(--text-dark);display:block;font-size:.9rem;font-weight:600;text-align:center}@media (max-width:1024px){.features-content{gap:40px}.payment-grid{gap:25px;grid-template-columns:repeat(3,1fr);max-width:600px}.payment-logo{height:60px;width:100px}}@media (max-width:768px){.features-header h2{font-size:2rem}.payment-grid{gap:20px;grid-template-columns:repeat(3,1fr);max-width:450px}.payment-logo{height:55px;width:90px}.features-content{gap:40px;grid-template-columns:1fr}.nature-image{height:300px}.content-left h3{font-size:1.6rem}.calculator-button-section{padding:25px 20px}.calculator-open-btn{font-size:1.1rem;padding:16px 30px}.features-list{gap:15px;grid-template-columns:1fr}.feature-item{padding:12px 16px}}@media (max-width:480px){.payment-grid{gap:15px;grid-template-columns:repeat(2,1fr);max-width:300px}.payment-logo{height:50px;width:80px}.payment-name{font-size:.9rem}.calculator-button-section{padding:20px 15px}.calculator-open-btn{font-size:1rem;padding:14px 25px}.content-left h3{font-size:1.4rem}.nature-image{height:250px}.feature-item{padding:10px 12px}.feature-icon{font-size:1rem;height:25px;width:25px}.feature-item span:last-child{font-size:.8rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.modal-content{animation:slideUp .3s ease-out;background:var(--white);border-radius:20px;box-shadow:0 25px 50px #0000004d;max-height:90vh;max-width:800px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:30px 40px 20px}.modal-header h2{color:var(--text-dark);font-size:1.8rem;font-weight:700;margin:0}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:var(--text-light);cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:8px;transition:all .3s ease;width:40px}.modal-close:hover{background:#f3f4f6;color:var(--text-dark)}.modal-body{padding:30px 40px 40px}.calculator-intro{margin-bottom:30px;text-align:center}.calculator-intro p{color:var(--text-light);font-size:1.1rem;margin:0}.calculator-form{background:#f8fafc;border-radius:16px;margin-bottom:30px;padding:30px}.form-row{grid-gap:25px;gap:25px;grid-template-columns:1fr 1fr 1fr;margin-bottom:25px}.form-group{gap:8px}.form-group label{color:var(--text-dark)}.form-input,.form-select{background:var(--white);border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-input:focus,.form-select:focus{border-color:var(--primary-green);box-shadow:0 0 0 3px #22c55e1a;outline:none}.calculator-actions{display:flex;gap:15px;justify-content:center}.calculator-btn{font-size:1.1rem;min-width:250px;padding:15px 30px}.reset-btn{font-size:1rem;padding:15px 25px}.calculation-result{animation:slideIn .5s ease-out;background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:2px solid var(--primary-green);border-radius:20px;padding:30px;text-align:center}.calculation-result h3{color:var(--text-dark);font-size:1.4rem;margin-bottom:25px}.result-summary{margin-bottom:30px}.result-main{align-items:center;background:var(--white);border-radius:16px;box-shadow:0 4px 12px #22c55e26;display:flex;flex-direction:column;margin:0 auto 25px;max-width:250px;padding:20px}.result-number{color:var(--primary-green);font-size:3rem;font-weight:700;line-height:1}.result-unit{color:var(--text-light);font-size:1.2rem;font-weight:600;margin-top:5px}.result-label{color:var(--text-light);font-size:.9rem;letter-spacing:.5px;margin-top:8px;text-transform:uppercase}.result-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin-bottom:30px}.stat{background:var(--white);border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:20px;text-align:center}.stat-icon{display:block;font-size:1.5rem;margin-bottom:8px}.stat-number{color:var(--primary-green);display:block;font-size:1.4rem;font-weight:700;margin-bottom:4px}.stat-label{color:var(--text-light);font-size:.8rem;letter-spacing:.5px;text-transform:uppercase}.compensation-actions{display:flex;gap:15px;justify-content:center;margin-bottom:25px}.compensation-btn{background:var(--primary-green);font-size:1.1rem;padding:15px 30px}.share-btn{font-size:1rem;padding:15px 25px}.result-info{background:#fffc;border-left:4px solid var(--accent-yellow);border-radius:12px;padding:20px}.result-info p{color:var(--text-dark);font-size:.95rem;line-height:1.5;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content{max-height:95vh;width:95%}.modal-body,.modal-header{padding:20px 25px}.modal-header h2{font-size:1.5rem}.form-row{gap:20px;grid-template-columns:1fr}.calculator-actions{align-items:center;flex-direction:column}.calculator-btn{min-width:100%}.result-stats{gap:15px;grid-template-columns:1fr}.compensation-actions{flex-direction:column}.result-main{max-width:100%}.result-number{font-size:2.5rem}}@media (max-width:480px){.modal-body,.modal-header{padding:15px 20px}.calculator-form{padding:20px}.result-number{font-size:2rem}}.compensation{background:var(--light-bg);overflow:hidden;position:relative}.compensation-content{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 2fr 1fr;margin:0 auto;max-width:1000px;position:relative}.content-left,.content-right{height:200px;position:relative}.content-center{padding:40px 20px;text-align:center}.section-title h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:30px}.description p{color:var(--text-light);font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:600px}.decorative-flower{animation:float 6s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));font-size:6rem;position:absolute}.blue-flower{animation-delay:0s;left:50%;top:20px;transform:translateX(-50%)}.orange-flower{animation-delay:2s;right:20px;top:40px}.decorative-leaf{animation:sway 4s ease-in-out infinite;animation-delay:1s;bottom:20px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:4rem;left:20px;position:absolute}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}33%{transform:translateY(-10px) rotate(2deg)}66%{transform:translateY(-5px) rotate(-1deg)}}@keyframes sway{0%,to{transform:rotate(0deg)}50%{transform:rotate(5deg)}}@media (max-width:1024px){.compensation-content{gap:20px;grid-template-columns:1fr;text-align:center}.content-left,.content-right{display:none}.section-title h2{font-size:2.2rem}}@media (max-width:768px){.section-title h2{font-size:1.8rem;margin-bottom:20px}.description p{font-size:1rem}.content-center{padding:20px 10px}}@media (max-width:480px){.section-title h2{font-size:1.6rem}.description p{font-size:.95rem;line-height:1.6}}.testimonials{background:var(--white);position:relative}.loading{color:var(--text-light);font-size:1.1rem;padding:60px 0;text-align:center}.featured-testimonial{background:var(--light-bg);border:1px solid #e5e7eb;border-radius:20px;margin:0 auto 80px;max-width:800px;padding:50px 30px;text-align:center}.stars{font-size:1.5rem;margin-bottom:20px}.featured-quote{color:var(--text-dark);font-size:1.4rem;font-style:italic;font-weight:500;line-height:1.6;margin:0 0 30px}.featured-author{gap:15px}.author-avatar,.featured-author{align-items:center;display:flex;justify-content:center}.author-avatar{background:var(--primary-green);border-radius:50%;color:var(--white);font-size:1.5rem;height:60px;width:60px}.author-info{text-align:left}.author-name{color:var(--text-dark);font-size:1.1rem;font-weight:700;margin-bottom:5px}.author-role{color:var(--text-light);font-size:.9rem}.section-header h2{margin-bottom:20px}.testimonials-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1000px}.testimonial-card{background:var(--white);border:1px solid #e5e7eb;border-radius:16px;padding:30px;transition:transform .3s ease,box-shadow .3s ease}.testimonial-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.testimonial-content{margin-bottom:25px}.testimonial-content p{color:var(--text-dark);font-size:1rem;line-height:1.6;margin:0}.testimonial-author{align-items:center;display:flex;gap:15px}.testimonial-card .author-avatar{font-size:1.2rem;height:50px;width:50px}.testimonial-card .author-name{font-size:1rem}.testimonial-card .author-role{font-size:.85rem}@media (max-width:1024px){.testimonials-grid{gap:30px}.featured-testimonial{margin-bottom:60px;padding:40px 25px}}@media (max-width:768px){.featured-quote{font-size:1.2rem}.section-header h2{font-size:2rem}.testimonials-grid{gap:25px;grid-template-columns:1fr}.featured-author{flex-direction:column;gap:10px}.author-info{text-align:center}.testimonial-card{padding:25px}}@media (max-width:480px){.featured-testimonial{margin-bottom:50px;padding:30px 20px}.featured-quote{font-size:1.1rem}.section-header h2{font-size:1.8rem}.testimonial-card{padding:20px}.testimonial-content p{font-size:.95rem}}.faq{background:var(--light-bg)}.section-header{margin-bottom:60px}.section-header h2{color:var(--text-dark);font-size:2.5rem;font-weight:700;margin-bottom:10px}.section-header p{color:var(--text-light);font-size:1.1rem}.faq-list{margin:0 auto;max-width:800px}.faq-item{background:var(--white);border:1px solid #e5e7eb;border-radius:12px;margin-bottom:15px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 15px #0000000d}.faq-item.open{border-color:var(--primary-green)}.faq-question{align-items:center;background:none;border:none;color:var(--text-dark);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:25px 30px;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#f8fafc}.faq-question span{flex:1 1}.faq-icon{align-items:center;background:var(--light-bg);border-radius:50%;color:var(--primary-green);display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;margin-left:20px;transition:all .3s ease;width:30px}.faq-item.open .faq-icon{background:var(--primary-green);color:var(--white);transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-answer{max-height:200px}.faq-answer-content{padding:0 30px 25px}.faq-answer-content p{color:var(--text-light);font-size:1rem;line-height:1.6;margin:0}@media (max-width:768px){.section-header h2{font-size:2rem}.faq-question{font-size:1rem;padding:20px}.faq-answer-content{padding:0 20px 20px}.faq-icon{font-size:1rem;height:25px;margin-left:15px;width:25px}}@media (max-width:480px){.section-header h2{font-size:1.8rem}.faq-question{font-size:.95rem;padding:18px 15px}.faq-answer-content{padding:0 15px 18px}.faq-answer-content p{font-size:.9rem}}.footer{background:var(--dark-bg);overflow:hidden;padding:80px 0 30px;position:relative}.footer-background{background-position:50%;background-repeat:no-repeat;background-size:cover;z-index:-2}.footer-background,.footer-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.footer-background:before{background:linear-gradient(135deg,#1e293b,#22c55e 70%,#10b981);content:"";opacity:0;transition:opacity .3s ease;z-index:-1}.footer-background[data-loaded=false]:before{opacity:1}.footer-overlay{background:#1e293bd9;background:linear-gradient(135deg,#1e293be6,#1e293bcc 50%,#22c55e4d);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.footer-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:1fr 2fr;margin-bottom:60px}.footer-left{color:var(--white)}.footer-logo{align-items:center;display:flex;gap:15px;margin-bottom:20px}.footer-logo-image{filter:brightness(1.1);height:70px;object-fit:contain;transition:all .3s ease;width:auto}.footer-logo-image:hover{filter:brightness(1.2);transform:scale(1.05)}.footer-logo .logo-icon{align-items:center;background:var(--primary-green);border-radius:50%;display:flex;font-size:1.5rem;height:50px;justify-content:center;width:50px}.footer-logo span{font-size:1.2rem;font-weight:600}.footer-title{color:var(--white);font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:30px}.footer-contact p{color:var(--accent-yellow);font-size:1.1rem;font-weight:500}.footer-right{color:var(--white)}.footer-links{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr)}.link-group h4{color:var(--white);font-size:1.2rem;font-weight:600;margin-bottom:20px}.link-group ul{list-style:none;margin:0;padding:0}.link-group li{margin-bottom:12px}.link-group a{color:#fffc;font-size:.95rem;text-decoration:none;transition:color .3s ease}.link-group a:hover{color:var(--accent-yellow)}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:30px}.footer-bottom-content{align-items:center;color:#ffffffb3;display:flex;justify-content:space-between}.footer-bottom p{font-size:.9rem;margin:0}.footer-social{display:flex;gap:15px}.footer-social a{align-items:center;background:#ffffff1a;border-radius:50%;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.footer-social a:hover{background:var(--primary-green);transform:translateY(-2px)}@media (max-width:1024px){.footer-content{gap:40px}.footer-links{gap:30px}}@media (max-width:768px){.footer{padding:60px 0 20px}.footer-content{gap:40px;grid-template-columns:1fr;text-align:center}.footer-title{font-size:2rem}.footer-links{gap:30px;grid-template-columns:1fr;text-align:left}.footer-bottom-content{flex-direction:column;gap:20px;text-align:center}}@media (max-width:480px){.footer-title{font-size:1.8rem}.footer-logo{justify-content:center}.footer-contact{margin-bottom:20px}.footer-social{justify-content:center}}.login-container{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:440px;padding:2.5rem;width:100%}.login-header{margin-bottom:2rem;position:relative;text-align:center}.login-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:.95rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-footer{display:flex;justify-content:flex-end}.forgot-password{color:#22c55e;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.forgot-password:hover{color:#16a34a;text-decoration:underline}.btn-login{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.btn-login:hover:not(:disabled){box-shadow:0 10px 15px -3px #22c55e4d;transform:translateY(-2px)}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{cursor:not-allowed;opacity:.6}.login-footer{color:#6b7280;font-size:.95rem;margin-top:1.5rem;text-align:center}.login-footer a{color:#22c55e;font-weight:600;text-decoration:none;transition:color .2s}.login-footer a:hover{color:#16a34a;text-decoration:underline}@media (max-width:640px){.login-container{padding:1rem}.login-card{padding:1.5rem}.login-header h1{font-size:1.5rem}}.register-container{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;justify-content:center;min-height:100vh;padding:2rem}.register-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:540px;padding:2.5rem;width:100%}.register-header{margin-bottom:2rem;position:relative;text-align:center}.register-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.5rem}.register-header p{color:#6b7280;font-size:.95rem}.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group input[type=email],.form-group input[type=password],.form-group input[type=text]{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-group input.error{border-color:#ef4444}.password-input{align-items:center;display:flex;position:relative}.password-input input{padding-right:3rem;width:100%}.toggle-password{background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;position:absolute;right:.75rem;transition:color .2s}.toggle-password:hover{color:#374151}.toggle-password:disabled{cursor:not-allowed;opacity:.5}.toggle-password svg{height:1.25rem;width:1.25rem}.checkbox-group{gap:.25rem}.checkbox-label{align-items:flex-start;color:#4b5563;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem}.checkbox-label input[type=checkbox]{accent-color:#22c55e;cursor:pointer;height:1.125rem;margin-top:.125rem;width:1.125rem}.checkbox-label a{color:#22c55e;font-weight:500;text-decoration:none}.checkbox-label a:hover{text-decoration:underline}.btn-register{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:.5rem;padding:.875rem 1.5rem;transition:all .2s}.btn-register:hover:not(:disabled){box-shadow:0 10px 15px -3px #22c55e4d;transform:translateY(-2px)}.btn-register:active:not(:disabled){transform:translateY(0)}.btn-register:disabled{cursor:not-allowed;opacity:.6}.register-footer{color:#6b7280;font-size:.95rem;margin-top:1.5rem;text-align:center}.register-footer a{color:#22c55e;font-weight:600;text-decoration:none;transition:color .2s}.register-footer a:hover{color:#16a34a;text-decoration:underline}@media (max-width:640px){.register-container{padding:1rem}.register-card{padding:1.5rem}.register-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr}}.forgot-password-container{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;justify-content:center;min-height:100vh;padding:2rem}.forgot-password-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:440px;padding:2.5rem;width:100%}.forgot-password-header{margin-bottom:2rem;position:relative;text-align:center}.back-to-home{align-items:center;border-radius:.5rem;color:#22c55e;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s}.back-to-home:hover{background:#f0fdf4;color:#16a34a;transform:translateX(-2px)}.back-to-home svg{height:1.25rem;width:1.25rem}.forgot-password-header h1{color:#1f2937;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.forgot-password-header p{color:#6b7280;font-size:.95rem}.success-message{align-items:flex-start;background-color:#d1fae5;border:1px solid #6ee7b7;border-radius:.5rem;color:#065f46;display:flex;gap:.75rem;margin-bottom:1.5rem;padding:1rem}.success-message svg{flex-shrink:0;height:1.25rem;margin-top:.125rem;width:1.25rem}.error-message{margin-bottom:1.5rem}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500}.form-group input{border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a;outline:none}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.btn-submit{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.btn-submit:hover:not(:disabled){box-shadow:0 10px 15px -3px #22c55e4d;transform:translateY(-2px)}.btn-submit:active:not(:disabled){transform:translateY(0)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.forgot-password-footer{margin-top:1.5rem;text-align:center}.back-link{align-items:center;color:#22c55e;display:inline-flex;font-size:.95rem;font-weight:500;gap:.25rem;text-decoration:none;transition:color .2s}.back-link:hover{color:#16a34a;text-decoration:underline}@media (max-width:640px){.forgot-password-container{padding:1rem}.forgot-password-card{padding:1.5rem}.forgot-password-header h1{font-size:1.5rem}}.dashboard-container{background-color:#f9fafb;min-height:100vh}.dashboard-header{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 6px -1px #0000001a;color:#fff;padding:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;margin:0}.user-info{gap:1rem}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background-color:#fff3;border:2px solid #fff;border-radius:50%;font-size:1.25rem;font-weight:700;height:3rem;justify-content:center;text-transform:uppercase;width:3rem}.user-details{display:flex;flex-direction:column}.user-name{font-size:1rem;font-weight:600}.user-email{font-size:.875rem;opacity:.9}.btn-logout{align-items:center;background-color:#fff3;border:1px solid #ffffff4d;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s}.btn-logout:hover{background-color:#ffffff4d;transform:translateY(-1px)}.btn-logout svg{height:1.125rem;width:1.125rem}.dashboard-content{margin:0 auto;max-width:1200px;padding:2rem}.welcome-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:2rem;padding:2rem}.welcome-card h2{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.welcome-card p{color:#6b7280;font-size:1rem}.quick-actions{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.quick-actions h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.actions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.action-card{align-items:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;padding:2rem;text-align:center;text-decoration:none;transition:all .3s ease}.action-card:hover{border-color:#22c55e;box-shadow:0 8px 16px #22c55e33;transform:translateY(-4px)}.action-icon{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:16px;display:flex;height:64px;justify-content:center;margin-bottom:1rem;width:64px}.action-icon svg{color:#fff;height:32px;width:32px}.action-card h3{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.action-card p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.dashboard-card{background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-4px)}.card-icon{align-items:center;border-radius:.75rem;display:flex;height:3rem;justify-content:center;margin-bottom:1rem;width:3rem}.card-icon svg{color:#fff;height:1.5rem;width:1.5rem}.card-icon.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.card-icon.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.card-icon.yellow{background:linear-gradient(135deg,#eab308,#ca8a04)}.card-icon.purple{background:linear-gradient(135deg,#a855f7,#9333ea)}.dashboard-card h3{color:#6b7280;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.card-value{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.25rem}.card-description{color:#9ca3af;font-size:.875rem}.recent-activity{background:#fff;border-radius:1rem;box-shadow:0 1px 3px 0 #0000001a;padding:2rem}.recent-activity h2{color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem}.activity-empty{color:#9ca3af;padding:3rem 1rem;text-align:center}.activity-empty svg{height:4rem;margin:0 auto 1rem;opacity:.3;width:4rem}.activity-empty p{margin:.5rem 0}.activity-empty .activity-hint{color:#d1d5db;font-size:.875rem}@media (max-width:768px){.header-content{gap:1.5rem;text-align:center}.header-content,.user-info{flex-direction:column}.dashboard-grid{grid-template-columns:1fr}.dashboard-content{padding:1rem}}.wizard-container{align-items:flex-start;background:linear-gradient(135deg,#f0fdf4,#dcfce7);display:flex;justify-content:center;min-height:100vh;padding:2rem}.wizard-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;margin:2rem 0;max-width:900px;padding:3rem;width:100%}.wizard-stepper{justify-content:space-between;margin-bottom:3rem}.step,.wizard-stepper{display:flex;position:relative}.step{align-items:center;flex:1 1;flex-direction:column}.step-number{align-items:center;background:#e5e7eb;border-radius:50%;color:#9ca3af;display:flex;font-size:1.5rem;font-weight:700;height:3.5rem;justify-content:center;margin-bottom:.5rem;transition:all .3s;width:3.5rem;z-index:2}.step.active .step-number{background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 4px 6px -1px #22c55e4d;color:#fff;transform:scale(1.1)}.step.completed .step-number{background:#22c55e;color:#fff}.step.completed .step-number svg{height:1.5rem;width:1.5rem}.step-info{text-align:center}.step-title{color:#6b7280;font-size:.85rem;font-weight:500}.step.active .step-title{color:#22c55e;font-weight:600}.step.completed .step-title{color:#374151}.step-line{background:#e5e7eb;height:2px;left:50%;position:absolute;right:-50%;top:1.75rem;z-index:1}.step.completed .step-line{background:linear-gradient(90deg,#22c55e,#16a34a)}.step-content{margin-bottom:2rem}.step-content h2{color:#1f2937;font-size:1.75rem;margin-bottom:.5rem}.step-description{color:#6b7280;font-size:1rem;margin-bottom:2rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:.95rem;font-weight:600}.required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e1a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.field-error{color:#ef4444;font-size:.85rem;margin-top:-.25rem}.field-hint{color:#6b7280;font-size:.85rem}.documents-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.document-upload{border:2px dashed #d1d5db;border-radius:.75rem;padding:1.5rem;transition:all .2s}.document-upload:hover{background:#f0fdf4;border-color:#22c55e}.document-header{display:flex;gap:1rem;margin-bottom:1rem}.document-icon{align-items:center;background:#f3f4f6;border-radius:.5rem;display:flex;font-size:2rem;height:3rem;justify-content:center;width:3rem}.document-header h3{color:#1f2937;font-size:1rem;margin-bottom:.25rem}.document-header p{color:#6b7280;font-size:.85rem}.file-input{display:none}.file-label{align-items:center;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s}.file-label:hover{box-shadow:0 10px 15px -3px #22c55e4d;transform:translateY(-2px)}.file-label svg{height:1.25rem;width:1.25rem}.document-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem}.document-info svg{color:#3b82f6;flex-shrink:0;height:1.5rem;width:1.5rem}.document-info div{color:#1e40af;font-size:.9rem}.review-step{max-width:100%}.review-sections{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.review-section{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.review-header{align-items:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1.5rem}.review-header h3{color:#1f2937;font-size:1.1rem;margin:0}.edit-button{background:#0000;border:1px solid #22c55e;border-radius:.375rem;color:#22c55e;cursor:pointer;font-size:.875rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.edit-button:hover{background:#22c55e;color:#fff}.review-content{grid-gap:1rem;display:grid;gap:1rem;padding:1.5rem}.review-item{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:200px 1fr}.review-item.full{gap:.5rem;grid-template-columns:1fr}.review-item .label{color:#6b7280;font-size:.95rem;font-weight:600}.review-item .value{color:#1f2937;font-size:.95rem}.review-item .value.success{color:#22c55e;font-weight:500}.error-message{align-items:center;background-color:#fee2e2;border:1px solid #fca5a5;border-radius:.5rem;color:#991b1b;display:flex;gap:.75rem;margin-top:1rem;padding:1rem}.error-message svg{flex-shrink:0;height:1.25rem;width:1.25rem}.wizard-actions{border-top:1px solid #e5e7eb;display:flex;gap:1rem;padding-top:2rem}.spacer{flex:1 1}.wizard-container .btn-primary,.wizard-container .btn-secondary{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.875rem 2rem;transition:all .2s}.wizard-container .btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.wizard-container .btn-primary:hover:not(:disabled){box-shadow:0 10px 15px -3px #22c55e4d;transform:translateY(-2px)}.wizard-container .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.wizard-container .btn-secondary:hover:not(:disabled){background:#f3f4f6}.wizard-container .btn-primary:disabled,.wizard-container .btn-secondary:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin .6s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:1rem;width:1rem}@media (max-width:768px){.wizard-container{padding:1rem}.wizard-card{padding:1.5rem}.wizard-stepper{flex-direction:column;gap:1rem}.step{flex-direction:row;gap:1rem;justify-content:flex-start}.step-line{display:none}.step-number{font-size:1.25rem;height:2.5rem;margin-bottom:0;width:2.5rem}.step.active .step-number{transform:scale(1)}.step-info{text-align:left}.form-grid,.review-item{grid-template-columns:1fr}.review-item{gap:.25rem}.wizard-actions{flex-direction:column-reverse}.spacer{display:none}.wizard-container .btn-primary,.wizard-container .btn-secondary{justify-content:center;width:100%}}.onboarding-status-container{background:linear-gradient(135deg,#f5f7fa,#e8f5e9);min-height:100vh}.status-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:2rem}.header-content{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:0 auto;max-width:1200px}.status-header h1{color:#1f2937;font-size:2rem;font-weight:700;margin:0}.company-name{color:#6b7280;font-size:1.125rem;margin:.5rem 0 0}.btn-back{align-items:center;background:#f3f4f6;border-radius:6px;color:#374151;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;text-decoration:none;transition:all .2s}.btn-back svg{height:1.25rem;width:1.25rem}.btn-back:hover{background:#e5e7eb;transform:translateX(-2px)}.status-content{margin:0 auto;max-width:1200px;padding:2rem}.progress-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.card-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.progress-percentage{color:#22c55e;font-size:2rem;font-weight:700}.progress-bar{background:#e5e7eb;border-radius:100px;height:12px;margin-bottom:1.5rem;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a);border-radius:100px;height:100%;transition:width .6s ease}.progress-info{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-item .label{color:#6b7280;font-size:.875rem;font-weight:500}.info-item .value{color:#1f2937;font-size:1rem;font-weight:600}.timeline-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.timeline-card h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 2rem}.timeline,.timeline-item{position:relative}.timeline-item{display:flex;gap:1.5rem}.timeline-marker{flex-shrink:0;position:relative}.status-icon{align-items:center;border-radius:50%;display:flex;height:40px;justify-content:center;position:relative;width:40px;z-index:2}.status-icon svg{height:24px;width:24px}.status-icon.completed{background:#22c55e;color:#fff}.status-icon.in-progress{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;background:#3b82f6;color:#fff}.status-icon.pending{background:#e5e7eb;color:#9ca3af}.status-icon.rejected{background:#ef4444;color:#fff}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.timeline-line{background:#e5e7eb;height:calc(100% + 1.5rem);left:50%;position:absolute;top:40px;transform:translateX(-50%);width:2px}.timeline-item.completed .timeline-line{background:#22c55e}.timeline-item.in-progress .timeline-line{background:linear-gradient(180deg,#3b82f6,#e5e7eb)}.timeline-content{flex:1 1;padding-bottom:2rem}.timeline-header{align-items:baseline;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.5rem}.timeline-header h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.timeline-date{color:#6b7280;font-size:.875rem}.timeline-description{color:#6b7280;line-height:1.6;margin:0 0 1rem}.step-progress{align-items:center;display:flex;gap:1rem;margin:1rem 0}.progress-bar.small{flex:1 1;height:8px}.progress-text{color:#3b82f6;font-size:.875rem;font-weight:600;min-width:40px}.reviewer-info{align-items:center;background:#f9fafb;border-radius:6px;color:#374151;display:flex;font-size:.875rem;gap:.5rem;margin-top:1rem;padding:.75rem}.reviewer-info svg{color:#6b7280;height:1.25rem;width:1.25rem}.step-notes{background:#fffbeb;border-left:3px solid #f59e0b;border-radius:6px;margin-top:1rem;padding:1rem}.step-notes h4{color:#92400e;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.note-item{display:flex;font-size:.875rem;gap:1rem;margin-bottom:.5rem}.note-date{color:#92400e;font-weight:500;min-width:100px}.note-text{color:#78350f}.grid-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 400px}.documents-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem}.documents-card h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.documents-list{display:flex;flex-direction:column;gap:1rem}.document-item{align-items:flex-start;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:1.25rem;transition:all .2s}.document-item:hover{border-color:#22c55e;box-shadow:0 2px 8px #22c55e1a}.document-info{display:flex;flex:1 1;gap:1rem}.document-icon-wrapper{align-items:center;background:#22c55e;border-radius:8px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.document-icon-wrapper svg{height:28px;width:28px}.document-details{flex:1 1}.document-details h3{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 .5rem}.document-meta{color:#6b7280;display:flex;font-size:.875rem;gap:1rem;margin-bottom:.25rem}.file-name{font-weight:500}.file-size{color:#9ca3af}.document-dates{color:#6b7280;font-size:.875rem;margin:.5rem 0}.reviewer{color:#374151;font-size:.875rem;font-weight:500}.document-notes{background:#fffbeb;border-left:2px solid #f59e0b;border-radius:4px;color:#92400e;font-size:.875rem;margin:.5rem 0 0;padding:.5rem}.document-status{flex-shrink:0}.status-badge{border-radius:100px;display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.375rem .75rem;text-transform:uppercase}.badge-success{background:#dcfce7;color:#166534}.badge-warning{background:#fef3c7;color:#92400e}.badge-error{background:#fee2e2;color:#991b1b}.badge-default{background:#f3f4f6;color:#6b7280}.contact-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:2rem;position:-webkit-sticky;position:sticky;top:2rem}.contact-card h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.contact-section{margin-bottom:2rem}.contact-section:last-of-type{margin-bottom:1.5rem}.contact-section h3{border-bottom:2px solid #e5e7eb;color:#374151;font-size:1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem}.contact-info{display:flex;flex-direction:column;gap:.75rem}.contact-item{align-items:center;color:#374151;display:flex;font-size:.875rem;gap:.75rem}.contact-item svg{color:#6b7280;flex-shrink:0;height:1.25rem;width:1.25rem}.contact-item a{color:#22c55e;text-decoration:none;transition:color .2s}.contact-item a:hover{color:#16a34a;text-decoration:underline}.help-section{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;display:flex;gap:1rem;padding:1rem}.help-section svg{color:#3b82f6;flex-shrink:0;height:24px;width:24px}.help-section strong{color:#1e40af;display:block;font-size:.875rem;margin-bottom:.25rem}.help-section p{color:#1e40af;font-size:.875rem;line-height:1.5;margin:0}.empty-container,.error-container,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.spinner-large{animation:spin .8s linear infinite;border:4px solid #e5e7eb;border-radius:50%;border-top-color:#22c55e;height:48px;margin-bottom:1rem;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.empty-container p,.error-container p,.loading-container p{color:#6b7280;font-size:1.125rem;margin:0}.empty-container svg,.error-container svg{color:#ef4444;height:64px;margin-bottom:1rem;width:64px}.empty-container svg{color:#9ca3af}.empty-container h2,.error-container h2{color:#1f2937;font-size:1.5rem;margin:1rem 0 .5rem}.empty-container .btn-primary,.error-container .btn-primary,.onboarding-status-container .btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a);border:none;border-radius:8px;box-shadow:0 2px 8px #22c55e4d;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.empty-container .btn-primary:hover,.error-container .btn-primary:hover,.onboarding-status-container .btn-primary:hover{box-shadow:0 4px 12px #22c55e66;transform:translateY(-2px)}@media (max-width:1024px){.grid-layout{grid-template-columns:1fr}.contact-card{position:static}}@media (max-width:768px){.status-header{padding:1.5rem 1rem}.header-content{align-items:flex-start;flex-direction:column}.status-header h1{font-size:1.5rem}.status-content{padding:1rem}.contact-card,.documents-card,.progress-card,.timeline-card{padding:1.5rem}.card-header{align-items:flex-start;flex-direction:column;gap:.5rem}.progress-percentage{font-size:1.5rem}.timeline-item{gap:1rem}.status-icon{height:32px;width:32px}.status-icon svg{height:18px;width:18px}.timeline-line{top:32px}.document-item,.timeline-header{flex-direction:column}.document-item{gap:1rem}.document-info{flex-direction:column}}@media (max-width:480px){.progress-info{gap:1rem;grid-template-columns:1fr}.document-meta{flex-direction:column;gap:.25rem}.btn-back{justify-content:center;width:100%}}
/*# sourceMappingURL=main.eb605172.css.map*/