@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;800&display=swap);:root{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-sidebar:linear-gradient(180deg,#172033,#1e293b);--bg-sidebar-item:#3b82f6;--bg-sidebar-item-hover:#3b82f61f;--text-primary:#0f172a;--text-secondary:#64748b;--text-tertiary:#cbd5e1;--text-white:#fff;--text-sidebar:#cbd5e1;--color-primary:#3b82f6;--color-primary-gradient:linear-gradient(135deg,#60a5fa,#4f46e5);--color-hero-gradient:linear-gradient(135deg,#4f46e5,#7c3aed 55%,#2563eb);--color-success-bg:#dcfce7;--color-success-text:#166534;--color-warning-bg:#fef3c7;--color-warning-text:#92400e;--color-error-bg:#fee2e2;--color-error-text:#991b1b;--color-error-light:#fca5a5;--color-accent-light:#eff6ff;--color-accent-dark:#1d4ed8;--color-avatar-border:#60a5facc;--color-badge-bg:#60a5fa24;--color-badge-text:#bfdbfe;--border-color:#e2e8f0;--border-color-light:#cbd5e1;--sidebar-border:#94a3b81f;--space-xs:4px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:20px;--space-2xl:24px;--space-3xl:28px;--space-4xl:32px;--space-5xl:36px;--radius-sm:8px;--radius-md:12px;--radius-lg:14px;--radius-xl:16px;--radius-2xl:18px;--radius-3xl:20px;--radius-4xl:22px;--radius-5xl:28px;--radius-full:999px;--shadow-sm:0 4px 15px #0000001a;--shadow-md:0 10px 20px #3b82f638;--shadow-lg:0 10px 30px #0f172a0f;--shadow-xl:0 24px 50px #4f46e533;--shadow-sidebar:18px 0 42px #0f172a2e;--font-family:"Inter",system-ui,-apple-system,sans-serif;--font-weight-normal:400;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--sidebar-width:280px;--sidebar-padding:28px 20px}body,html{background-color:#f8fafc;background-color:var(--bg-primary);color:#0f172a;color:var(--text-primary)}body,button,html{font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family)}button{border:none;font-weight:700;font-weight:var(--font-weight-bold);transition:all .2s ease}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family)}.btn-primary{background-color:#3b82f6;background-color:var(--color-primary);border-radius:12px;border-radius:var(--radius-md);color:var(--text-white);display:inline-flex;font-weight:700;font-weight:var(--font-weight-bold);gap:var(--space-sm);padding:12px 18px}.btn-primary:hover{background-color:#2563eb;box-shadow:0 10px 20px #3b82f638;box-shadow:var(--shadow-md)}.btn-primary:disabled{background-color:#cbd5e1}.btn-secondary{align-items:center;background-color:#3b82f6;background-color:var(--color-primary);border-radius:12px;border-radius:var(--radius-md);color:#fff;color:var(--text-white);display:inline-flex;font-weight:700;font-weight:var(--font-weight-bold);gap:8px;gap:var(--space-sm);padding:12px 18px}.btn-secondary:hover{opacity:.9}.btn-white{align-items:center;background-color:#fff;background-color:var(--text-white);border-radius:12px;border-radius:var(--radius-md);color:#3b82f6;color:var(--color-primary);display:inline-flex;font-weight:700;font-weight:var(--font-weight-bold);gap:8px;gap:var(--space-sm);padding:12px 18px}.btn-white:hover{box-shadow:0 10px 20px #3b82f638;box-shadow:var(--shadow-md)}.card{background:#fff;background:var(--bg-secondary);border-radius:22px;border-radius:var(--radius-4xl);box-shadow:0 10px 30px #0f172a0f;box-shadow:var(--shadow-lg)}.card-header{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color)}.card-body,.card-footer,.card-header{padding:28px;padding:var(--space-3xl)}.card-footer{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color)}.alert{border-radius:18px;border-radius:var(--radius-2xl);margin-bottom:28px;margin-bottom:var(--space-3xl);padding:16px 18px}.alert-success{background-color:#dcfce7;background-color:var(--color-success-bg);color:#166534;color:var(--color-success-text)}.alert-warning{background-color:#fef3c7;background-color:var(--color-warning-bg);color:#92400e;color:var(--color-warning-text)}.alert-error{background-color:#fee2e2;background-color:var(--color-error-bg);color:#991b1b;color:var(--color-error-text)}.badge{align-items:center;border-radius:999px;border-radius:var(--radius-full);display:inline-flex;font-size:.82rem;font-weight:700;font-weight:var(--font-weight-bold);gap:8px;gap:var(--space-sm);padding:8px 12px}.badge-success{background-color:#dcfce7;background-color:var(--color-success-bg);color:#166534;color:var(--color-success-text)}.badge-warning{background-color:#fef3c7;background-color:var(--color-warning-bg);color:#92400e;color:var(--color-warning-text)}.badge-error{background-color:#fee2e2;background-color:var(--color-error-bg);color:#991b1b;color:var(--color-error-text)}.form-group{display:flex;flex-direction:column;margin-bottom:24px;margin-bottom:var(--space-2xl)}.form-label{color:#0f172a;color:var(--text-primary);font-weight:600;font-weight:var(--font-weight-semibold);margin-bottom:8px;margin-bottom:var(--space-sm)}.form-input,.form-select,.form-textarea{border:1px solid #e2e8f0;border:1px solid var(--border-color);border-radius:14px;border-radius:var(--radius-lg);color:#0f172a;color:var(--text-primary);font-family:Inter,system-ui,-apple-system,sans-serif;font-family:var(--font-family);padding:12px 16px;padding:12px var(--space-lg);transition:all .2s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;border-color:var(--color-primary);box-shadow:0 0 0 3px #3b82f61a;outline:none}.grid{grid-gap:24px;grid-gap:var(--space-2xl);display:grid;gap:24px;gap:var(--space-2xl)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width:1100px){.grid-3{grid-template-columns:1fr}}@media (max-width:900px){.grid-2,.grid-3{grid-template-columns:1fr}}:root{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-primary);color:var(--text-primary);color-scheme:light;font-family:var(--font-family);font-synthesis:none;font-weight:var(--font-weight-normal);line-height:1.5;text-rendering:optimizeLegibility}a{color:#646cff;font-weight:500;text-decoration:inherit}a:hover{color:#535bf2}body{display:flex;min-width:320px;place-items:center}h1{font-size:3.2em;line-height:1.1}button{background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;cursor:pointer;font-family:inherit;font-size:1em;font-weight:500;padding:.6em 1.2em;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{background-color:#fff;color:#213547}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,html{margin:0;overflow-x:hidden;padding:0}#root,body,html{width:100%}:root{--primary:#4f46e5;--primary-dark:#3730a3;--primary-light:#818cf8;--secondary:#0ea5e9;--accent:#f43f5e;--dark:#0f172a;--dark-alt:#1e293b;--light-gray:#f8fafc;--medium-gray:#f1f5f9;--text-gray:#475569;--text-light:#94a3b8;--white:#fff;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-md:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-lg:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-hover:0 25px 50px -12px #00000040;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--glass-blur:blur(16px)}html{scroll-behavior:smooth}body{background-color:#f8fafc;background-color:var(--light-gray);color:#0f172a;color:var(--dark);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}header{background:#fff;background:var(--white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:1rem 0;position:fixed;top:0;transition:box-shadow .3s ease;width:100%;z-index:1000}nav{justify-content:space-between}.logo,nav{align-items:center;display:flex}.logo{color:#4f46e5;color:var(--primary);font-size:1.8rem;font-weight:700;gap:10px}.logo i{font-size:1.5rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#0f172a;color:var(--dark);cursor:pointer;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#4f46e5;color:var(--primary)}.login-btn{align-items:center;background:#4f46e5;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s ease}.login-btn:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-1px)}.mobile-menu-btn{background:none;border:none;color:#0f172a;color:var(--dark);cursor:pointer;display:none;font-size:1.5rem}.hero{background:#f8fafc;background:var(--light-gray);margin-top:80px;padding:120px 0 80px}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text h1{color:#0f172a;color:var(--dark);font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-text p{color:#475569;color:var(--text-gray);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-btn{align-items:center;background:#4f46e5;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:10px;padding:1rem 2rem;transition:all .3s ease}.cta-btn:hover{background:#3730a3;background:var(--primary-dark);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-1px)}.hero-image{align-items:center;display:flex;justify-content:center}.hero-image img{border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);max-width:500px;width:100%}.stats{background:#4f46e5;background:var(--primary);color:#fff;padding:80px 0;text-align:center}.stats-grid{margin-top:3rem}.stat-card{padding:2rem 1rem}.stat-text{font-size:1rem;opacity:.9}.process{background:#fff;background:var(--white);padding:80px 0}.section-title{color:#0f172a;color:var(--dark);font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#475569;color:var(--text-gray);font-size:1.1rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.process-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}.process-step{background:#fff;background:var(--white);border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem 1rem;position:relative;text-align:center;transition:transform .3s ease}.process-step:hover{transform:translateY(-5px)}.process-icon{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.process-step:nth-child(2) .process-icon{background:#0ea5e9;background:var(--secondary)}.process-step:nth-child(3) .process-icon{background:#f43f5e;background:var(--accent)}.process-step:nth-child(4) .process-icon{background:#4f46e5;background:var(--primary)}.process-number{align-items:center;background:#f43f5e;background:var(--accent);border-radius:50%;color:#fff;display:flex;font-size:.8rem;font-weight:700;height:25px;justify-content:center;position:absolute;right:-10px;top:-10px;width:25px}.features{background:#f8fafc;background:var(--light-gray);padding:80px 0}.features-grid{grid-template-columns:repeat(3,1fr)}.feature-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow)}.candidate-icon{background:#4f46e5;background:var(--primary)}.hr-icon{background:#0ea5e9;background:var(--secondary)}.admin-icon{background:#f43f5e;background:var(--accent)}.feature-card h3{color:#0f172a;color:var(--dark);font-size:1.5rem;margin-bottom:1.5rem}.feature-card p{color:#475569;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}.feature-btn{align-items:center;border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;padding:.8rem 1.5rem;text-decoration:none;transition:all .3s ease}.btn-candidate{background:#4f46e5;background:var(--primary)}.btn-hr{background:#0ea5e9;background:var(--secondary)}.btn-admin{background:#f43f5e;background:var(--accent)}.feature-btn:hover{opacity:.9;transform:translateY(-1px)}.services{background:#fff;padding:80px 0}.services-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);margin-top:4rem}.service-card{background:#f8fafc;background:var(--light-gray);border-radius:10px;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.service-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.service-icon{align-items:center;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.service-card:nth-child(odd) .service-icon{background:#4f46e5;background:var(--primary)}.service-card:nth-child(2n) .service-icon{background:#0ea5e9;background:var(--secondary)}.service-content h3{color:#0f172a;color:var(--dark);font-size:1.3rem;margin-bottom:1rem}.service-content p{color:#475569;color:var(--text-gray);margin-bottom:1rem}.service-features{list-style:none;padding:0}.service-features li{align-items:center;color:#475569;color:var(--text-gray);display:flex;gap:.5rem;padding:.3rem 0}.service-features li:before{color:#4f46e5;color:var(--primary);content:"✓";font-weight:700}.why-choose{background:#f1f5f9;background:var(--medium-gray);padding:80px 0}.benefits-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.benefit-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.benefit-icon{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 2rem;width:60px}.benefit-card:nth-child(2) .benefit-icon{background:#0ea5e9;background:var(--secondary)}.benefit-card:nth-child(3) .benefit-icon{background:#f43f5e;background:var(--accent)}.benefit-card h3{color:#0f172a;color:var(--dark);font-size:1.3rem;margin-bottom:1.5rem}.benefit-card p{color:#475569;color:var(--text-gray);line-height:1.6}.pricing{background:#f8fafc;background:var(--light-gray);padding:80px 0}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.pricing-card{background:#fff;border:2px solid #0000;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.pricing-card.featured{border-color:#4f46e5;border-color:var(--primary);position:relative}.pricing-card.featured:before{background:#4f46e5;background:var(--primary);border-radius:20px;color:#fff;content:"Most Popular";font-size:.8rem;font-weight:600;left:50%;padding:.3rem 1rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.pricing-header h3{color:#0f172a;color:var(--dark);font-size:1.5rem;margin-bottom:1rem}.pricing-price{color:#4f46e5;color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.pricing-period{color:#475569;color:var(--text-gray);margin-bottom:2rem}.pricing-features{list-style:none;margin-bottom:2rem;padding:0}.pricing-features li{align-items:center;color:#475569;color:var(--text-gray);display:flex;gap:.5rem;padding:.5rem 0}.pricing-features li:before{color:#4f46e5;color:var(--primary);content:"✓";font-weight:700;width:16px}.pricing-btn{background:#0000;border:2px solid #4f46e5;border:2px solid var(--primary);border-radius:6px;color:#4f46e5;color:var(--primary);cursor:pointer;font-weight:600;padding:.8rem;transition:all .3s ease;width:100%}.pricing-card.featured .pricing-btn{border-color:#0000}.pricing-btn:hover,.pricing-card.featured .pricing-btn{background:#4f46e5;background:var(--primary);color:#fff}.pricing-btn:hover{transform:translateY(-1px)}.testimonials{background:#fff;padding:80px 0}.testimonial-card{border-radius:10px;padding:2.5rem 2rem}.testimonial-rating .star{color:#ffc107;font-size:1rem}.testimonial-content{color:#0f172a;color:var(--dark);font-style:italic;line-height:1.6;margin-bottom:2rem}.author-avatar,.author-info h4{font-size:1rem}.newsletter{background:#4f46e5;background:var(--primary);color:#fff;padding:60px 0;text-align:center}.newsletter h2{font-size:2rem;margin-bottom:1rem}.newsletter p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;gap:1rem;margin:0 auto;max-width:400px}.newsletter-input{border:none;border-radius:6px;flex:1 1;font-size:1rem;outline:none;padding:.8rem 1rem}.newsletter-btn{background:#fff;border:none;border-radius:6px;color:#4f46e5;color:var(--primary);cursor:pointer;font-weight:600;padding:.8rem 1.5rem;transition:all .3s ease}.newsletter-btn:hover{transform:translateY(-1px)}.faq{background:#f8fafc;background:var(--light-gray);padding:80px 0}.faq-container{margin:0 auto;max-width:700px}.faq-item{border-radius:8px}.faq-question{font-size:1rem;padding:1.5rem}.faq-question:after{content:"+";font-size:1.2rem;transition:transform .3s ease}.faq-question.active:after{transform:rotate(45deg)}.faq-answer{background:#f8fafc;background:var(--light-gray)}.faq-answer p{padding:1.5rem}.cta-section{background:#4f46e5;background:var(--primary);color:#fff;padding:80px 0;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1.5rem}.cta-section p{font-size:1.1rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.95}.cta-primary{align-items:center;background:#fff;border:none;border-radius:6px;color:#4f46e5;color:var(--primary);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-primary:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-1px)}.cta-secondary{align-items:center;background:#0000;border:2px solid #fff;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:8px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-secondary:hover{background:#fff;color:#4f46e5;color:var(--primary);transform:translateY(-1px)}footer{background:#0f172a;background:var(--dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.footer-column h3{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fffc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.social-links{margin-top:1rem}.social-links a{background:#ffffff1a;height:40px;transition:all .3s;width:40px}.social-links a:hover{background:#4f46e5;background:var(--primary)}.footer-bottom{border-top:1px solid #ffffff1a;color:#ffffffb3;font-size:.9rem;padding-top:2rem;text-align:center}.footer-bottom a{color:#fffc;text-decoration:none}.footer-bottom a:hover{color:#fff}.scroll-top{align-items:center;background:#4f46e5;background:var(--primary);border:none;border-radius:50%;bottom:30px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:50px;justify-content:center;position:fixed;right:30px;transition:all .3s ease;width:50px;z-index:1000}.scroll-top:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-2px)}@media (max-width:992px){.benefits-grid,.features-grid,.footer-content,.pricing-grid,.process-grid,.services-grid,.stats-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}.hero-text h1{font-size:2.5rem}.section-title{font-size:2rem}}@media (max-width:768px){.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.nav-links{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);display:none;flex-direction:column;left:0;padding:1rem;position:absolute;right:0;top:100%}.nav-links.active{display:flex}.mobile-menu-btn{display:block}.benefits-grid,.features-grid,.footer-content,.pricing-grid,.process-grid,.services-grid,.stats-grid,.testimonials-grid{gap:2rem;grid-template-columns:1fr}.cta-buttons,.newsletter-form{align-items:center;flex-direction:column;gap:1rem}.newsletter-btn,.newsletter-input{max-width:300px;width:100%}.section-title{font-size:1.8rem}.cta-section h2{font-size:2rem}}@media (max-width:480px){.hero{padding:100px 0 60px}.hero-text h1{font-size:1.8rem}.section-title{font-size:1.6rem}.stat-number{font-size:2rem}.benefit-card,.feature-card,.pricing-card,.testimonial-card{padding:2rem 1.5rem}}.about-us-page{padding-top:80px}.about-header{background:linear-gradient(135deg,#4f46e5,#3730a3);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;margin-top:80px;padding:120px 0 80px}.about-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.about-subtitle{font-size:1.4rem;margin-bottom:1.5rem;opacity:.9}.about-description{font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;opacity:.95}.about-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.about-hero-image img{border-radius:15px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);width:100%}.about-mission{background:#fff;background:var(--white);padding:80px 0}.mission-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.mission-card{background:#f8fafc;background:var(--light-gray);border-radius:15px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.mission-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.mission-icon{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.mission-card:nth-child(2) .mission-icon{background:#0ea5e9;background:var(--secondary)}.mission-card:nth-child(3) .mission-icon{background:#f43f5e;background:var(--accent)}.mission-card h3{color:#0f172a;color:var(--dark);font-size:1.5rem;margin-bottom:1.5rem}.mission-card p{color:#475569;color:var(--text-gray);line-height:1.6}.about-stats{background:#f8fafc;background:var(--light-gray);padding:80px 0}.stats-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(3,1fr)}.stat-item{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.stat-icon{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;font-size:1.8rem;height:70px;justify-content:center;margin:0 auto 1.5rem;width:70px}.stat-number{font-size:2.5rem}.stat-label{color:#475569;color:var(--text-gray);font-weight:500}.about-values{background:#fff;background:var(--white);padding:80px 0}.values-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.value-card{background:#f8fafc;background:var(--light-gray);border:2px solid #0000;border-radius:15px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.value-card:hover{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.value-icon{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.value-card:nth-child(2) .value-icon{background:#0ea5e9;background:var(--secondary)}.value-card:nth-child(3) .value-icon{background:#f43f5e;background:var(--accent)}.value-card:nth-child(4) .value-icon{background:#818cf8;background:var(--primary-light)}.value-card:nth-child(5) .value-icon{background:#0ea5e9;background:var(--secondary)}.value-card:nth-child(6) .value-icon{background:#f43f5e;background:var(--accent)}.value-card h3{color:#0f172a;color:var(--dark);font-size:1.4rem;margin-bottom:1.5rem}.value-card p{color:#475569;color:var(--text-gray);line-height:1.6}.about-timeline{background:#f8fafc;background:var(--light-gray);padding:80px 0}.timeline{margin:4rem auto 0;max-width:1200px;position:relative}.timeline:after{background:#4f46e5;background:var(--primary);border-radius:10px;bottom:0;content:"";left:50%;margin-left:-3px;position:absolute;top:0;width:6px}.timeline-item{box-sizing:border-box;padding:10px 40px;position:relative;width:50%}.timeline-item.left{left:0}.timeline-item.right{left:50%}.timeline-content{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem;position:relative;transition:all .3s ease}.timeline-content:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.timeline-year{background:#4f46e5;background:var(--primary);border-radius:25px;color:#fff;font-size:1.1rem;font-weight:700;padding:.5rem 1.5rem;position:absolute;top:-15px}.timeline-item.left .timeline-year{right:-60px}.timeline-item.right .timeline-year{left:-60px}.timeline-icon{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.timeline-content h3{color:#0f172a;color:var(--dark);font-size:1.3rem;margin-bottom:1rem}.timeline-content p{color:#475569;color:var(--text-gray);line-height:1.6}.about-team{background:#fff;background:var(--white);padding:80px 0}.team-grid{grid-gap:3rem;gap:3rem;grid-template-columns:repeat(3,1fr)}.team-card{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);overflow:hidden}.team-image{background:linear-gradient(135deg,#4f46e5,#818cf8);background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);height:200px}.member-avatar,.team-image{align-items:center;display:flex;justify-content:center}.member-avatar{background:#fff;border:4px solid #fff;border-radius:50%;color:#4f46e5;color:var(--primary);font-size:2rem;font-weight:700;height:100px;width:100px}.team-info{padding:2rem;text-align:center}.team-info h3{font-size:1.3rem}.team-info .position{color:#4f46e5;color:var(--primary);font-weight:600;margin-bottom:1rem}.team-info .description{color:#475569;color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem}.team-info .social-links{display:flex;gap:1rem;justify-content:center}.team-info .social-links a{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.team-info .social-links a:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-2px)}.about-partners{background:#f8fafc;background:var(--light-gray);padding:80px 0}.partners-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.partner-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem 2rem;text-align:center;transition:all .3s ease}.partner-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.partner-logo{margin-bottom:1.5rem}.logo-placeholder{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:15px;color:#4f46e5;color:var(--primary);display:flex;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto;width:80px}.partner-card h3{color:#0f172a;color:var(--dark);font-size:1.3rem;margin-bottom:.5rem}.partner-card p{color:#475569;color:var(--text-gray)}.about-testimonials{background:#fff;background:var(--white);padding:80px 0}.testimonials-grid{grid-gap:3rem;gap:3rem;margin-top:4rem}.testimonial-card{padding:3rem 2rem;text-align:center;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.testimonial-rating{justify-content:center}.testimonial-rating .fa-star{color:#ffc107;font-size:1.2rem}.testimonial-card blockquote{font-size:1.1rem;line-height:1.7}.testimonial-author h4{color:#0f172a;color:var(--dark);font-size:1.1rem;margin-bottom:.5rem}.testimonial-author p{color:#475569;color:var(--text-gray);font-size:.9rem}@media (max-width:992px){.mission-grid,.partners-grid,.stats-grid,.team-grid,.testimonials-grid,.values-grid{grid-template-columns:repeat(2,1fr)}.about-hero-content{grid-template-columns:1fr;text-align:center}.timeline:after{left:31px}.timeline-item{padding-left:70px;padding-right:25px;width:100%}.timeline-item.right{left:0}.timeline-item.left .timeline-year,.timeline-item.right .timeline-year{left:15px;right:auto}}@media (max-width:768px){.mission-grid,.partners-grid,.stats-grid,.team-grid,.testimonials-grid,.values-grid{grid-template-columns:1fr}.about-hero-text h1{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.about-cta-buttons{align-items:center;flex-direction:column}}@media (max-width:480px){.about-header{padding:100px 0 60px}.about-hero-text h1{font-size:2rem}.mission-card,.partner-card,.stat-item,.team-card,.testimonial-card,.value-card{padding:2rem 1.5rem}}.video-modal-overlay{align-items:center;background:#000c;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.video-modal-content{background:#fff;border-radius:10px;box-shadow:0 10px 30px #0000004d;max-width:800px;padding:20px;position:relative;width:80%}.modal-close-btn{align-items:center;background:#4a5fc8;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;font-weight:700;height:40px;justify-content:center;position:absolute;right:-15px;top:-15px;width:40px;z-index:1001}.modal-close-btn:hover{background:#3d50b5;transform:scale(1.1)}.video-player{border-radius:8px;outline:none;width:100%}.video-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-top:15px;text-align:center}@media (max-width:768px){.video-modal-content{padding:15px;width:95%}.modal-close-btn{font-size:18px;height:35px;right:-10px;top:-10px;width:35px}}.features-hero{padding:100px 0 80px}.contact-hero{padding:100px 0 60px}.contact-form h2{margin-bottom:2rem}.method-link{display:inline-block}.contact-map h2{margin-bottom:2rem}@media (max-width:992px){.contact-content,.contact-hero-content,.features-hero-content{gap:2rem;grid-template-columns:1fr}.features-grid,.form-row{grid-template-columns:1fr}}@media (max-width:768px){.contact-hero-text h1,.features-hero-text h1{font-size:2.5rem}.contact-subtitle,.features-subtitle{font-size:1.2rem}.cta-buttons,.features-cta-buttons{align-items:center;flex-direction:column}.contact-form,.contact-info,.contact-map{padding:2rem}}@media (max-width:480px){.contact-hero,.features-hero{padding:80px 0 40px}.contact-hero-text h1,.features-hero-text h1{font-size:2rem}.contact-method,.feature-item{padding:2rem 1rem}.method-icon{font-size:1.2rem;height:50px;width:50px}}.features-hero{text-align:center}.features-grid{grid-gap:2rem;gap:2rem;margin-top:3rem}.feature-card{background:#f8fafc;background:var(--light-gray);border-radius:15px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.feature-icon{margin:0 auto 1.5rem}.contact-hero{text-align:center}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-form-section{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem}.contact-method{gap:1rem;margin-bottom:2rem}.contact-method i{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;height:40px;justify-content:center;width:40px}@media (max-width:768px){.contact-grid{gap:2rem}.contact-grid,.features-grid{grid-template-columns:1fr}}.features-page{padding-top:80px}.features-hero{background:linear-gradient(135deg,#4f46e5,#3730a3);background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff;margin-top:80px;padding:120px 0 80px}.features-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.features-hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.features-subtitle{font-size:1.4rem;margin-bottom:2rem;opacity:.9}.features-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem}.features-hero-image img{border-radius:15px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);width:100%}.features-grid-section{background:#fff;background:var(--white);padding:80px 0}.features-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:4rem}.feature-item{background:#f8fafc;background:var(--light-gray);border:2px solid #0000;border-radius:15px;padding:3rem 2rem;text-align:center;transition:all .3s ease}.feature-item:hover{border-color:#4f46e5;border-color:var(--primary);box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.feature-icon{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.feature-item h3{color:#0f172a;color:var(--dark);font-size:1.5rem;margin-bottom:1.5rem}.feature-item p{color:#475569;color:var(--text-gray);line-height:1.6;margin-bottom:2rem}.feature-benefits{list-style:none;text-align:left}.feature-benefits li{align-items:center;color:#475569;color:var(--text-gray);display:flex;gap:.5rem;padding:.5rem 0}.feature-benefits li i{color:#4f46e5;color:var(--primary);font-size:.9rem}.features-showcase{background:#f8fafc;background:var(--light-gray);padding:80px 0}.showcase-item{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-bottom:6rem}.showcase-item.reverse{direction:rtl}.showcase-item.reverse>*{direction:ltr}.showcase-content h3{color:#0f172a;color:var(--dark);font-size:2.2rem;margin-bottom:1.5rem}.showcase-content p{color:#475569;color:var(--text-gray);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.showcase-features{list-style:none}.showcase-features li{align-items:center;color:#475569;color:var(--text-gray);display:flex;font-size:1.1rem;gap:1rem;padding:.8rem 0}.showcase-features li i{color:#4f46e5;color:var(--primary);font-size:1.2rem}.showcase-image img{border-radius:15px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);width:100%}.features-stats{background:#fff;background:var(--white);padding:80px 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:4rem}.stat-card{padding:2rem;text-align:center}.stat-number{color:#4f46e5;color:var(--primary);font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-text{color:#475569;color:var(--text-gray);font-size:1.1rem;font-weight:500}.features-cta{background:#4f46e5;background:var(--primary);color:#fff;padding:80px 0;text-align:center}.features-cta h2{font-size:2.5rem;margin-bottom:1.5rem}.features-cta p{font-size:1.2rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-btn.large{font-size:1.1rem;padding:1.2rem 2.5rem}.cta-btn.outline{background:#0000;border:2px solid #fff;color:#fff}.cta-btn.outline:hover{background:#fff;color:#4f46e5;color:var(--primary)}.contact-page{padding-top:80px}.contact-hero{background:linear-gradient(135deg,#0ea5e9,#4f46e5);background:linear-gradient(135deg,var(--secondary) 0,var(--primary) 100%);color:#fff;margin-top:80px;padding:120px 0 80px}.contact-hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-hero-text h1{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.contact-subtitle{font-size:1.4rem;margin-bottom:3rem;opacity:.9}.contact-hero-stats{display:flex;gap:3rem;margin-top:2rem}.hero-stat{text-align:center}.hero-stat .stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.hero-stat .stat-text{font-size:.9rem;opacity:.9}.contact-hero-image img{border-radius:15px;box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);width:100%}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;padding:80px 0}.contact-form{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem}.contact-form h2{color:#0f172a;color:var(--dark);font-size:2rem;margin-bottom:1rem}.form-description{color:#475569;color:var(--text-gray);margin-bottom:2rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group,.form-row{margin-bottom:1.5rem}.form-group label{color:#0f172a;color:var(--dark);display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #f1f5f9;border:2px solid var(--medium-gray);border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#4f46e5;border-color:var(--primary);outline:none}.consent{margin-top:2rem}.checkbox-label{align-items:flex-start;color:#475569;color:var(--text-gray);cursor:pointer;display:flex;font-size:.9rem;gap:1rem}.checkbox-label input{margin-top:.2rem;width:auto}.submit-btn{align-items:center;background:#4f46e5;background:var(--primary);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;margin-top:1rem;padding:1.2rem 2.5rem;transition:all .3s ease;width:100%}.submit-btn:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-2px)}.success-message{padding:3rem 2rem;text-align:center}.success-message i{color:#4f46e5;color:var(--primary);font-size:4rem;margin-bottom:1.5rem}.success-message h2{color:#0f172a;color:var(--dark);margin-bottom:1rem}.success-message p{color:#475569;color:var(--text-gray);font-size:1.1rem}.contact-info-section{display:flex;flex-direction:column;gap:3rem}.contact-info{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem}.contact-info h2{color:#0f172a;color:var(--dark);font-size:2rem;margin-bottom:1rem}.contact-info>p{color:#475569;color:var(--text-gray);margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:2rem}.contact-method{align-items:flex-start;background:#f8fafc;background:var(--light-gray);border-radius:10px;display:flex;gap:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);transform:translateY(-2px)}.method-icon{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.method-content h3{color:#0f172a;color:var(--dark);font-size:1.2rem;margin-bottom:.5rem}.method-content p{color:#475569;color:var(--text-gray);margin-bottom:.3rem}.method-link{align-items:center;color:#4f46e5;color:var(--primary);display:inline-flex;font-weight:500;gap:.5rem;margin-top:.5rem;text-decoration:none;transition:color .3s ease}.method-link:hover{color:#3730a3;color:var(--primary-dark)}.social-contact{border-top:1px solid #f1f5f9;border-top:1px solid var(--medium-gray);margin-top:2rem;padding-top:2rem}.social-contact h3{color:#0f172a;color:var(--dark);margin-bottom:1rem}.social-links{display:flex;gap:1rem}.social-links a{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;height:45px;justify-content:center;text-decoration:none;transition:all .3s ease;width:45px}.social-links a:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-2px)}.contact-map{background:#fff;background:var(--white);border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem}.contact-map h2{color:#0f172a;color:var(--dark);font-size:2rem;margin-bottom:1rem}.contact-map>p{color:#475569;color:var(--text-gray);margin-bottom:2rem}.map-container{border-radius:10px;margin-bottom:1.5rem;overflow:hidden}.map-features{display:flex;flex-wrap:wrap;gap:2rem}.map-feature{align-items:center;color:#475569;color:var(--text-gray);display:flex;gap:.5rem}.map-feature i{color:#4f46e5;color:var(--primary)}.contact-faq{background:#f8fafc;background:var(--light-gray);padding:80px 0}.faq-container{margin:4rem auto 0;max-width:800px}.faq-item{background:#fff;border-radius:10px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:#fff;border:none;color:#0f172a;color:var(--dark);cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;justify-content:space-between;padding:1.5rem 2rem;text-align:left;transition:color .3s ease;width:100%}.faq-question.active,.faq-question:hover{color:#4f46e5;color:var(--primary)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-answer.active{max-height:200px}.faq-answer p{color:#475569;color:var(--text-gray);line-height:1.6;padding:0 2rem 1.5rem}@media (max-width:992px){.contact-content,.contact-hero-content,.features-hero-content,.showcase-item{gap:2rem;grid-template-columns:1fr}.features-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}.form-row{grid-template-columns:1fr}.contact-hero-stats{gap:2rem}}@media (max-width:768px){.contact-hero-text h1,.features-hero-text h1{font-size:2.5rem}.contact-subtitle,.features-subtitle{font-size:1.2rem}.cta-buttons,.features-cta-buttons{align-items:center;flex-direction:column}.contact-form,.contact-info,.contact-map{padding:2rem}.stats-grid{gap:1.5rem;grid-template-columns:1fr}.contact-hero-stats{flex-direction:column;gap:1.5rem}}@media (max-width:480px){.contact-hero,.features-hero{padding:100px 0 60px}.contact-hero-text h1,.features-hero-text h1{font-size:2rem}.contact-method,.feature-item{padding:2rem 1rem}.method-icon{font-size:1.2rem;height:50px;width:50px}.showcase-item{margin-bottom:4rem}.map-features{flex-direction:column;gap:1rem}}.features-comparison{background:#f8fafc;background:var(--light-gray);padding:80px 0}.comparison-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:4rem}.plan-card{background:#fff;border:2px solid #0000;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.plan-card.featured{border-color:#4f46e5;border-color:var(--primary);transform:scale(1.05)}.plan-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.plan-card.featured:hover{transform:scale(1.05) translateY(-5px)}.popular-badge{background:#4f46e5;background:var(--primary);border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;left:50%;padding:.5rem 1.5rem;position:absolute;top:-12px;transform:translateX(-50%)}.plan-header h3{color:#0f172a;color:var(--dark);font-size:1.5rem}.plan-header h3,.plan-price{margin-bottom:1rem}.price{color:#4f46e5;color:var(--primary);font-size:2.5rem;font-weight:700}.period{font-size:1rem}.period,.plan-description{color:#475569;color:var(--text-gray)}.plan-description,.plan-features{margin-bottom:2rem}.plan-features{text-align:left}.plan-features h4{color:#0f172a;color:var(--dark);font-size:1.1rem;margin-bottom:1rem}.features-list{list-style:none;margin-bottom:1.5rem}.feature-included,.feature-missing{align-items:center;display:flex;gap:.5rem;padding:.5rem 0}.feature-included i{color:#4f46e5;color:var(--primary)}.feature-missing i{color:#475569;color:var(--text-gray)}.plan-btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:1rem;transition:all .3s ease;width:100%}.plan-btn.primary{background:#4f46e5;background:var(--primary);color:#fff}.plan-btn.secondary{background:#0000;border:2px solid #4f46e5;border:2px solid var(--primary);color:#4f46e5;color:var(--primary)}.plan-btn:hover{transform:translateY(-2px)}.features-testimonials{background:#fff;background:var(--white);padding:80px 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.testimonial-card{background:#f8fafc;background:var(--light-gray);border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2.5rem}.testimonial-rating{color:#ffc107;display:flex;gap:.2rem;margin-bottom:1.5rem}.testimonial-card blockquote{color:#0f172a;color:var(--dark);font-style:italic;line-height:1.6;margin-bottom:2rem}.testimonial-author{align-items:center;display:flex;gap:1rem}.author-avatar{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.1rem;font-weight:700;height:50px;justify-content:center;width:50px}.author-info h4{color:#0f172a;color:var(--dark);margin-bottom:.2rem}.author-info p{color:#475569;color:var(--text-gray);font-size:.9rem;margin-bottom:.2rem}.company{color:#4f46e5;color:var(--primary);font-size:.8rem;font-weight:500}.metrics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);text-align:center}.metric-item{padding:2rem}.metric-number{color:#4f46e5;color:var(--primary);font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.metric-label{color:#475569;color:var(--text-gray);font-weight:500}.features-integration{background:#f8fafc;background:var(--light-gray);padding:80px 0}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-bottom:4rem}.integration-card{align-items:center;background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);display:flex;gap:1.5rem;padding:2rem;transition:all .3s ease}.integration-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.integration-icon{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.integration-content h3{color:#0f172a;color:var(--dark);margin-bottom:.5rem}.integration-content p{color:#475569;color:var(--text-gray);font-size:.9rem;margin-bottom:.5rem}.integration-status{border-radius:15px;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.integration-status.active{background:#e8f5e8;color:#2e7d32}.integration-status.coming-soon{background:#fff3e0;color:#ef6c00}.integration-cta{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:3rem;text-align:center}.integration-cta h3{color:#0f172a;color:var(--dark);margin-bottom:1rem}.integration-cta p{color:#475569;color:var(--text-gray);margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.contact-team{background:#fff;background:var(--white);padding:80px 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:4rem}.team-card{background:#f8fafc;background:var(--light-gray);border-radius:15px;padding:2rem;text-align:center;transition:all .3s ease}.team-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-5px)}.team-avatar{align-items:center;background:#4f46e5;background:var(--primary);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.team-info h3{color:#0f172a;color:var(--dark);margin-bottom:.5rem}.team-info .role{color:#4f46e5;color:var(--primary);font-weight:600;margin-bottom:.5rem}.team-info .specialty{color:#475569;color:var(--text-gray);font-size:.9rem;margin-bottom:1rem}.team-email{align-items:center;color:#4f46e5;color:var(--primary);display:flex;font-size:.9rem;gap:.5rem;justify-content:center;text-decoration:none}.team-email:hover{color:#3730a3;color:var(--primary-dark)}.contact-resources{background:#f8fafc;background:var(--light-gray);padding:80px 0}.resources-content{grid-gap:4rem;display:grid;gap:4rem}.resources-grid,.support-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.resource-card,.support-card{background:#fff;border-radius:15px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem;transition:all .3s ease}.resource-card:hover,.support-card:hover{box-shadow:0 25px 50px -12px #00000040;box-shadow:var(--shadow-hover);transform:translateY(-3px)}.resource-card{text-align:center}.resource-icon{align-items:center;background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);display:flex;font-size:1.5rem;height:60px;justify-content:center;margin:0 auto 1.5rem;width:60px}.resource-card h3{color:#0f172a;color:var(--dark);margin-bottom:1rem}.resource-card p{color:#475569;color:var(--text-gray);margin-bottom:1.5rem}.resource-link{align-items:center;color:#4f46e5;color:var(--primary);display:inline-flex;font-weight:500;gap:.5rem;text-decoration:none}.resource-link:hover{color:#3730a3;color:var(--primary-dark)}.support-card{gap:1.5rem}.support-card,.support-icon{align-items:center;display:flex}.support-icon{background:#818cf8;background:var(--primary-light);border-radius:50%;color:#4f46e5;color:var(--primary);flex-shrink:0;font-size:1.5rem;height:60px;justify-content:center;width:60px}.support-info h3{color:#0f172a;color:var(--dark);margin-bottom:.5rem}.availability{color:#4f46e5;color:var(--primary);font-size:.9rem;font-weight:500;margin-bottom:.3rem}.response{color:#475569;color:var(--text-gray);font-size:.9rem;margin-bottom:1rem}.support-action{background:#4f46e5;background:var(--primary);border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.support-action:hover{background:#3730a3;background:var(--primary-dark);transform:translateY(-1px)}@media (max-width:992px){.comparison-grid,.integrations-grid,.metrics-grid,.team-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.comparison-grid,.integrations-grid,.resources-grid,.support-grid,.team-grid,.testimonials-grid{grid-template-columns:1fr}.metrics-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.plan-card.featured{transform:none}.integration-card,.support-card{flex-direction:column;text-align:center}}@media (max-width:480px){.metrics-grid{grid-template-columns:1fr}.integration-card,.plan-card,.resource-card,.support-card,.team-card,.testimonial-card{padding:1.5rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App{min-height:100vh}*{transition:all .3s ease}

/*!
 * Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2026 Fonticons, Inc.
 */.fa,.fa-brands,.fa-classic,.fa-regular,.fa-solid,.fab,.far,.fas{--_fa-family:var(--fa-family,var(--fa-style-family,"Font Awesome 7 Free"));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:normal;display:inline-block;display:var(--fa-display,inline-block);font-family:var(--_fa-family);font-style:normal;font-synthesis:none;font-variant:normal;font-weight:900;font-weight:var(--fa-style,900);line-height:1;text-align:center;text-rendering:auto;width:1.25em;width:var(--fa-width,1.25em)}:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)/""}@supports not (content:""/""){:is(.fas,.far,.fab,.fa-solid,.fa-regular,.fa-brands,.fa-classic,.fa):before{content:var(--fa)}}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-width-auto{--fa-width:auto}.fa-fw,.fa-width-fixed{--fa-width:1.25em}.fa-ul{-webkit-margin-start:2.5em;-webkit-margin-start:var(--fa-li-margin,2.5em);-webkit-padding-start:0;list-style-type:none;margin-inline-start:2.5em;margin-inline-start:var(--fa-li-margin,2.5em);padding-inline-start:0}.fa-ul>li{position:relative}.fa-li{inset-inline-start:-2em;inset-inline-start:calc(var(--fa-li-width, 2em)*-1);line-height:inherit;position:absolute;text-align:center;width:2em;width:var(--fa-li-width,2em)}.fa-border{border:.0625em solid #eee;border:var(--fa-border-width,.0625em) var(--fa-border-style,solid) var(--fa-border-color,#eee);border-radius:.1em;border-radius:var(--fa-border-radius,.1em);box-sizing:initial;box-sizing:var(--fa-border-box-sizing,content-box);padding:.1875em .25em;padding:var(--fa-border-padding,.1875em .25em)}.fa-pull-left,.fa-pull-start{-webkit-margin-end:.3em;-webkit-margin-end:var(--fa-pull-margin,.3em);float:inline-start;margin-inline-end:.3em;margin-inline-end:var(--fa-pull-margin,.3em)}.fa-pull-end,.fa-pull-right{-webkit-margin-start:.3em;-webkit-margin-start:var(--fa-pull-margin,.3em);float:inline-end;margin-inline-start:.3em;margin-inline-start:var(--fa-pull-margin,.3em)}.fa-beat{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-bounce;animation-timing-function:cubic-bezier(.28,.84,.42,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-beat-fade;animation-timing-function:cubic-bezier(.4,0,.6,1);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-flip;animation-timing-function:ease-in-out;animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-shake;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{animation-delay:0s;animation-delay:var(--fa-animation-delay,0s);animation-direction:normal;animation-direction:var(--fa-animation-direction,normal)}.fa-spin{animation-duration:2s;animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:linear;animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-direction:normal;animation-direction:var(--fa-animation-direction,normal);animation-duration:1s;animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:infinite;animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-name:fa-spin;animation-timing-function:steps(8);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation:none!important;transition:none!important}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(1.25);transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1) translateY(0)}10%{transform:scale(1.1,.9) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{transform:scale(.9,1.1) translateY(-.5em);transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(1.05,.95) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{transform:scale(1) translateY(-.125em);transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1) translateY(0)}to{transform:scale(1) translateY(0)}}@keyframes fa-fade{50%{opacity:.4;opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:.4;opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(1.125);transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotateY(-180deg);transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}24%,8%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(0);transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{--fa-width:100%;inset:0;position:absolute;text-align:center;width:var(--fa-width);z-index:auto;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff;color:var(--fa-inverse,#fff)}.fa-0{--fa:"\30 "}.fa-1{--fa:"\31 "}.fa-2{--fa:"\32 "}.fa-3{--fa:"\33 "}.fa-4{--fa:"\34 "}.fa-5{--fa:"\35 "}.fa-6{--fa:"\36 "}.fa-7{--fa:"\37 "}.fa-8{--fa:"\38 "}.fa-9{--fa:"\39 "}.fa-exclamation{--fa:"\!"}.fa-hashtag{--fa:"\#"}.fa-dollar,.fa-dollar-sign,.fa-usd{--fa:"\$"}.fa-percent,.fa-percentage{--fa:"\%"}.fa-asterisk{--fa:"\*"}.fa-add,.fa-plus{--fa:"\+"}.fa-less-than{--fa:"\<"}.fa-equals{--fa:"\="}.fa-greater-than{--fa:"\>"}.fa-question{--fa:"\?"}.fa-at{--fa:"\@"}.fa-a{--fa:"A"}.fa-b{--fa:"B"}.fa-c{--fa:"C"}.fa-d{--fa:"D"}.fa-e{--fa:"E"}.fa-f{--fa:"F"}.fa-g{--fa:"G"}.fa-h{--fa:"H"}.fa-i{--fa:"I"}.fa-j{--fa:"J"}.fa-k{--fa:"K"}.fa-l{--fa:"L"}.fa-m{--fa:"M"}.fa-n{--fa:"N"}.fa-o{--fa:"O"}.fa-p{--fa:"P"}.fa-q{--fa:"Q"}.fa-r{--fa:"R"}.fa-s{--fa:"S"}.fa-t{--fa:"T"}.fa-u{--fa:"U"}.fa-v{--fa:"V"}.fa-w{--fa:"W"}.fa-x{--fa:"X"}.fa-y{--fa:"Y"}.fa-z{--fa:"Z"}.fa-faucet{--fa:"\e005"}.fa-faucet-drip{--fa:"\e006"}.fa-house-chimney-window{--fa:"\e00d"}.fa-house-signal{--fa:"\e012"}.fa-temperature-arrow-down,.fa-temperature-down{--fa:"\e03f"}.fa-temperature-arrow-up,.fa-temperature-up{--fa:"\e040"}.fa-trailer{--fa:"\e041"}.fa-bacteria{--fa:"\e059"}.fa-bacterium{--fa:"\e05a"}.fa-box-tissue{--fa:"\e05b"}.fa-hand-holding-medical{--fa:"\e05c"}.fa-hand-sparkles{--fa:"\e05d"}.fa-hands-bubbles,.fa-hands-wash{--fa:"\e05e"}.fa-handshake-alt-slash,.fa-handshake-simple-slash,.fa-handshake-slash{--fa:"\e060"}.fa-head-side-cough{--fa:"\e061"}.fa-head-side-cough-slash{--fa:"\e062"}.fa-head-side-mask{--fa:"\e063"}.fa-head-side-virus{--fa:"\e064"}.fa-house-chimney-user{--fa:"\e065"}.fa-house-laptop,.fa-laptop-house{--fa:"\e066"}.fa-lungs-virus{--fa:"\e067"}.fa-people-arrows,.fa-people-arrows-left-right{--fa:"\e068"}.fa-plane-slash{--fa:"\e069"}.fa-pump-medical{--fa:"\e06a"}.fa-pump-soap{--fa:"\e06b"}.fa-shield-virus{--fa:"\e06c"}.fa-sink{--fa:"\e06d"}.fa-soap{--fa:"\e06e"}.fa-stopwatch-20{--fa:"\e06f"}.fa-shop-slash,.fa-store-alt-slash{--fa:"\e070"}.fa-store-slash{--fa:"\e071"}.fa-toilet-paper-slash{--fa:"\e072"}.fa-users-slash{--fa:"\e073"}.fa-virus{--fa:"\e074"}.fa-virus-slash{--fa:"\e075"}.fa-viruses{--fa:"\e076"}.fa-vest{--fa:"\e085"}.fa-vest-patches{--fa:"\e086"}.fa-arrow-trend-down{--fa:"\e097"}.fa-arrow-trend-up{--fa:"\e098"}.fa-arrow-up-from-bracket{--fa:"\e09a"}.fa-austral-sign{--fa:"\e0a9"}.fa-baht-sign{--fa:"\e0ac"}.fa-bitcoin-sign{--fa:"\e0b4"}.fa-bolt-lightning{--fa:"\e0b7"}.fa-book-bookmark{--fa:"\e0bb"}.fa-camera-rotate{--fa:"\e0d8"}.fa-cedi-sign{--fa:"\e0df"}.fa-chart-column{--fa:"\e0e3"}.fa-chart-gantt{--fa:"\e0e4"}.fa-clapperboard{--fa:"\e131"}.fa-closed-captioning-slash{--fa:"\e135"}.fa-clover{--fa:"\e139"}.fa-code-compare{--fa:"\e13a"}.fa-code-fork{--fa:"\e13b"}.fa-code-pull-request{--fa:"\e13c"}.fa-colon-sign{--fa:"\e140"}.fa-cruzeiro-sign{--fa:"\e152"}.fa-display{--fa:"\e163"}.fa-dong-sign{--fa:"\e169"}.fa-elevator{--fa:"\e16d"}.fa-filter-circle-xmark{--fa:"\e17b"}.fa-florin-sign{--fa:"\e184"}.fa-folder-closed{--fa:"\e185"}.fa-franc-sign{--fa:"\e18f"}.fa-guarani-sign{--fa:"\e19a"}.fa-gun{--fa:"\e19b"}.fa-hands-clapping{--fa:"\e1a8"}.fa-home-user,.fa-house-user{--fa:"\e1b0"}.fa-indian-rupee,.fa-indian-rupee-sign,.fa-inr{--fa:"\e1bc"}.fa-kip-sign{--fa:"\e1c4"}.fa-lari-sign{--fa:"\e1c8"}.fa-litecoin-sign{--fa:"\e1d3"}.fa-manat-sign{--fa:"\e1d5"}.fa-mask-face{--fa:"\e1d7"}.fa-mill-sign{--fa:"\e1ed"}.fa-money-bills{--fa:"\e1f3"}.fa-naira-sign{--fa:"\e1f6"}.fa-notdef{--fa:"\e1fe"}.fa-panorama{--fa:"\e209"}.fa-peseta-sign{--fa:"\e221"}.fa-peso-sign{--fa:"\e222"}.fa-plane-up{--fa:"\e22d"}.fa-rupiah-sign{--fa:"\e23d"}.fa-stairs{--fa:"\e289"}.fa-timeline{--fa:"\e29c"}.fa-truck-front{--fa:"\e2b7"}.fa-try,.fa-turkish-lira,.fa-turkish-lira-sign{--fa:"\e2bb"}.fa-vault{--fa:"\e2c5"}.fa-magic-wand-sparkles,.fa-wand-magic-sparkles{--fa:"\e2ca"}.fa-wheat-alt,.fa-wheat-awn{--fa:"\e2cd"}.fa-wheelchair-alt,.fa-wheelchair-move{--fa:"\e2ce"}.fa-bangladeshi-taka-sign{--fa:"\e2e6"}.fa-bowl-rice{--fa:"\e2eb"}.fa-person-pregnant{--fa:"\e31e"}.fa-home-lg,.fa-house-chimney{--fa:"\e3af"}.fa-house-crack{--fa:"\e3b1"}.fa-house-medical{--fa:"\e3b2"}.fa-cent-sign{--fa:"\e3f5"}.fa-plus-minus{--fa:"\e43c"}.fa-sailboat{--fa:"\e445"}.fa-section{--fa:"\e447"}.fa-shrimp{--fa:"\e448"}.fa-brazilian-real-sign{--fa:"\e46c"}.fa-chart-simple{--fa:"\e473"}.fa-diagram-next{--fa:"\e476"}.fa-diagram-predecessor{--fa:"\e477"}.fa-diagram-successor{--fa:"\e47a"}.fa-earth-oceania,.fa-globe-oceania{--fa:"\e47b"}.fa-bug-slash{--fa:"\e490"}.fa-file-circle-plus{--fa:"\e494"}.fa-shop-lock{--fa:"\e4a5"}.fa-virus-covid{--fa:"\e4a8"}.fa-virus-covid-slash{--fa:"\e4a9"}.fa-anchor-circle-check{--fa:"\e4aa"}.fa-anchor-circle-exclamation{--fa:"\e4ab"}.fa-anchor-circle-xmark{--fa:"\e4ac"}.fa-anchor-lock{--fa:"\e4ad"}.fa-arrow-down-up-across-line{--fa:"\e4af"}.fa-arrow-down-up-lock{--fa:"\e4b0"}.fa-arrow-right-to-city{--fa:"\e4b3"}.fa-arrow-up-from-ground-water{--fa:"\e4b5"}.fa-arrow-up-from-water-pump{--fa:"\e4b6"}.fa-arrow-up-right-dots{--fa:"\e4b7"}.fa-arrows-down-to-line{--fa:"\e4b8"}.fa-arrows-down-to-people{--fa:"\e4b9"}.fa-arrows-left-right-to-line{--fa:"\e4ba"}.fa-arrows-spin{--fa:"\e4bb"}.fa-arrows-split-up-and-left{--fa:"\e4bc"}.fa-arrows-to-circle{--fa:"\e4bd"}.fa-arrows-to-dot{--fa:"\e4be"}.fa-arrows-to-eye{--fa:"\e4bf"}.fa-arrows-turn-right{--fa:"\e4c0"}.fa-arrows-turn-to-dots{--fa:"\e4c1"}.fa-arrows-up-to-line{--fa:"\e4c2"}.fa-bore-hole{--fa:"\e4c3"}.fa-bottle-droplet{--fa:"\e4c4"}.fa-bottle-water{--fa:"\e4c5"}.fa-bowl-food{--fa:"\e4c6"}.fa-boxes-packing{--fa:"\e4c7"}.fa-bridge{--fa:"\e4c8"}.fa-bridge-circle-check{--fa:"\e4c9"}.fa-bridge-circle-exclamation{--fa:"\e4ca"}.fa-bridge-circle-xmark{--fa:"\e4cb"}.fa-bridge-lock{--fa:"\e4cc"}.fa-bridge-water{--fa:"\e4ce"}.fa-bucket{--fa:"\e4cf"}.fa-bugs{--fa:"\e4d0"}.fa-building-circle-arrow-right{--fa:"\e4d1"}.fa-building-circle-check{--fa:"\e4d2"}.fa-building-circle-exclamation{--fa:"\e4d3"}.fa-building-circle-xmark{--fa:"\e4d4"}.fa-building-flag{--fa:"\e4d5"}.fa-building-lock{--fa:"\e4d6"}.fa-building-ngo{--fa:"\e4d7"}.fa-building-shield{--fa:"\e4d8"}.fa-building-un{--fa:"\e4d9"}.fa-building-user{--fa:"\e4da"}.fa-building-wheat{--fa:"\e4db"}.fa-burst{--fa:"\e4dc"}.fa-car-on{--fa:"\e4dd"}.fa-car-tunnel{--fa:"\e4de"}.fa-child-combatant,.fa-child-rifle{--fa:"\e4e0"}.fa-children{--fa:"\e4e1"}.fa-circle-nodes{--fa:"\e4e2"}.fa-clipboard-question{--fa:"\e4e3"}.fa-cloud-showers-water{--fa:"\e4e4"}.fa-computer{--fa:"\e4e5"}.fa-cubes-stacked{--fa:"\e4e6"}.fa-envelope-circle-check{--fa:"\e4e8"}.fa-explosion{--fa:"\e4e9"}.fa-ferry{--fa:"\e4ea"}.fa-file-circle-exclamation{--fa:"\e4eb"}.fa-file-circle-minus{--fa:"\e4ed"}.fa-file-circle-question{--fa:"\e4ef"}.fa-file-shield{--fa:"\e4f0"}.fa-fire-burner{--fa:"\e4f1"}.fa-fish-fins{--fa:"\e4f2"}.fa-flask-vial{--fa:"\e4f3"}.fa-glass-water{--fa:"\e4f4"}.fa-glass-water-droplet{--fa:"\e4f5"}.fa-group-arrows-rotate{--fa:"\e4f6"}.fa-hand-holding-hand{--fa:"\e4f7"}.fa-handcuffs{--fa:"\e4f8"}.fa-hands-bound{--fa:"\e4f9"}.fa-hands-holding-child{--fa:"\e4fa"}.fa-hands-holding-circle{--fa:"\e4fb"}.fa-heart-circle-bolt{--fa:"\e4fc"}.fa-heart-circle-check{--fa:"\e4fd"}.fa-heart-circle-exclamation{--fa:"\e4fe"}.fa-heart-circle-minus{--fa:"\e4ff"}.fa-heart-circle-plus{--fa:"\e500"}.fa-heart-circle-xmark{--fa:"\e501"}.fa-helicopter-symbol{--fa:"\e502"}.fa-helmet-un{--fa:"\e503"}.fa-hill-avalanche{--fa:"\e507"}.fa-hill-rockslide{--fa:"\e508"}.fa-house-circle-check{--fa:"\e509"}.fa-house-circle-exclamation{--fa:"\e50a"}.fa-house-circle-xmark{--fa:"\e50b"}.fa-house-fire{--fa:"\e50c"}.fa-house-flag{--fa:"\e50d"}.fa-house-flood-water{--fa:"\e50e"}.fa-house-flood-water-circle-arrow-right{--fa:"\e50f"}.fa-house-lock{--fa:"\e510"}.fa-house-medical-circle-check{--fa:"\e511"}.fa-house-medical-circle-exclamation{--fa:"\e512"}.fa-house-medical-circle-xmark{--fa:"\e513"}.fa-house-medical-flag{--fa:"\e514"}.fa-house-tsunami{--fa:"\e515"}.fa-jar{--fa:"\e516"}.fa-jar-wheat{--fa:"\e517"}.fa-jet-fighter-up{--fa:"\e518"}.fa-jug-detergent{--fa:"\e519"}.fa-kitchen-set{--fa:"\e51a"}.fa-land-mine-on{--fa:"\e51b"}.fa-landmark-flag{--fa:"\e51c"}.fa-laptop-file{--fa:"\e51d"}.fa-lines-leaning{--fa:"\e51e"}.fa-location-pin-lock{--fa:"\e51f"}.fa-locust{--fa:"\e520"}.fa-magnifying-glass-arrow-right{--fa:"\e521"}.fa-magnifying-glass-chart{--fa:"\e522"}.fa-mars-and-venus-burst{--fa:"\e523"}.fa-mask-ventilator{--fa:"\e524"}.fa-mattress-pillow{--fa:"\e525"}.fa-mobile-retro{--fa:"\e527"}.fa-money-bill-transfer{--fa:"\e528"}.fa-money-bill-trend-up{--fa:"\e529"}.fa-money-bill-wheat{--fa:"\e52a"}.fa-mosquito{--fa:"\e52b"}.fa-mosquito-net{--fa:"\e52c"}.fa-mound{--fa:"\e52d"}.fa-mountain-city{--fa:"\e52e"}.fa-mountain-sun{--fa:"\e52f"}.fa-oil-well{--fa:"\e532"}.fa-people-group{--fa:"\e533"}.fa-people-line{--fa:"\e534"}.fa-people-pulling{--fa:"\e535"}.fa-people-robbery{--fa:"\e536"}.fa-people-roof{--fa:"\e537"}.fa-person-arrow-down-to-line{--fa:"\e538"}.fa-person-arrow-up-from-line{--fa:"\e539"}.fa-person-breastfeeding{--fa:"\e53a"}.fa-person-burst{--fa:"\e53b"}.fa-person-cane{--fa:"\e53c"}.fa-person-chalkboard{--fa:"\e53d"}.fa-person-circle-check{--fa:"\e53e"}.fa-person-circle-exclamation{--fa:"\e53f"}.fa-person-circle-minus{--fa:"\e540"}.fa-person-circle-plus{--fa:"\e541"}.fa-person-circle-question{--fa:"\e542"}.fa-person-circle-xmark{--fa:"\e543"}.fa-person-dress-burst{--fa:"\e544"}.fa-person-drowning{--fa:"\e545"}.fa-person-falling{--fa:"\e546"}.fa-person-falling-burst{--fa:"\e547"}.fa-person-half-dress{--fa:"\e548"}.fa-person-harassing{--fa:"\e549"}.fa-person-military-pointing{--fa:"\e54a"}.fa-person-military-rifle{--fa:"\e54b"}.fa-person-military-to-person{--fa:"\e54c"}.fa-person-rays{--fa:"\e54d"}.fa-person-rifle{--fa:"\e54e"}.fa-person-shelter{--fa:"\e54f"}.fa-person-walking-arrow-loop-left{--fa:"\e551"}.fa-person-walking-arrow-right{--fa:"\e552"}.fa-person-walking-dashed-line-arrow-right{--fa:"\e553"}.fa-person-walking-luggage{--fa:"\e554"}.fa-plane-circle-check{--fa:"\e555"}.fa-plane-circle-exclamation{--fa:"\e556"}.fa-plane-circle-xmark{--fa:"\e557"}.fa-plane-lock{--fa:"\e558"}.fa-plate-wheat{--fa:"\e55a"}.fa-plug-circle-bolt{--fa:"\e55b"}.fa-plug-circle-check{--fa:"\e55c"}.fa-plug-circle-exclamation{--fa:"\e55d"}.fa-plug-circle-minus{--fa:"\e55e"}.fa-plug-circle-plus{--fa:"\e55f"}.fa-plug-circle-xmark{--fa:"\e560"}.fa-ranking-star{--fa:"\e561"}.fa-road-barrier{--fa:"\e562"}.fa-road-bridge{--fa:"\e563"}.fa-road-circle-check{--fa:"\e564"}.fa-road-circle-exclamation{--fa:"\e565"}.fa-road-circle-xmark{--fa:"\e566"}.fa-road-lock{--fa:"\e567"}.fa-road-spikes{--fa:"\e568"}.fa-rug{--fa:"\e569"}.fa-sack-xmark{--fa:"\e56a"}.fa-school-circle-check{--fa:"\e56b"}.fa-school-circle-exclamation{--fa:"\e56c"}.fa-school-circle-xmark{--fa:"\e56d"}.fa-school-flag{--fa:"\e56e"}.fa-school-lock{--fa:"\e56f"}.fa-sheet-plastic{--fa:"\e571"}.fa-shield-cat{--fa:"\e572"}.fa-shield-dog{--fa:"\e573"}.fa-shield-heart{--fa:"\e574"}.fa-square-nfi{--fa:"\e576"}.fa-square-person-confined{--fa:"\e577"}.fa-square-virus{--fa:"\e578"}.fa-rod-asclepius,.fa-rod-snake,.fa-staff-aesculapius,.fa-staff-snake{--fa:"\e579"}.fa-sun-plant-wilt{--fa:"\e57a"}.fa-tarp{--fa:"\e57b"}.fa-tarp-droplet{--fa:"\e57c"}.fa-tent{--fa:"\e57d"}.fa-tent-arrow-down-to-line{--fa:"\e57e"}.fa-tent-arrow-left-right{--fa:"\e57f"}.fa-tent-arrow-turn-left{--fa:"\e580"}.fa-tent-arrows-down{--fa:"\e581"}.fa-tents{--fa:"\e582"}.fa-toilet-portable{--fa:"\e583"}.fa-toilets-portable{--fa:"\e584"}.fa-tower-cell{--fa:"\e585"}.fa-tower-observation{--fa:"\e586"}.fa-tree-city{--fa:"\e587"}.fa-trowel{--fa:"\e589"}.fa-trowel-bricks{--fa:"\e58a"}.fa-truck-arrow-right{--fa:"\e58b"}.fa-truck-droplet{--fa:"\e58c"}.fa-truck-field{--fa:"\e58d"}.fa-truck-field-un{--fa:"\e58e"}.fa-truck-plane{--fa:"\e58f"}.fa-users-between-lines{--fa:"\e591"}.fa-users-line{--fa:"\e592"}.fa-users-rays{--fa:"\e593"}.fa-users-rectangle{--fa:"\e594"}.fa-users-viewfinder{--fa:"\e595"}.fa-vial-circle-check{--fa:"\e596"}.fa-vial-virus{--fa:"\e597"}.fa-wheat-awn-circle-exclamation{--fa:"\e598"}.fa-worm{--fa:"\e599"}.fa-xmarks-lines{--fa:"\e59a"}.fa-child-dress{--fa:"\e59c"}.fa-child-reaching{--fa:"\e59d"}.fa-file-circle-check{--fa:"\e5a0"}.fa-file-circle-xmark{--fa:"\e5a1"}.fa-person-through-window{--fa:"\e5a9"}.fa-plant-wilt{--fa:"\e5aa"}.fa-stapler{--fa:"\e5af"}.fa-train-tram{--fa:"\e5b4"}.fa-table-cells-column-lock{--fa:"\e678"}.fa-table-cells-row-lock{--fa:"\e67a"}.fa-thumb-tack-slash,.fa-thumbtack-slash{--fa:"\e68f"}.fa-table-cells-row-unlock{--fa:"\e691"}.fa-chart-diagram{--fa:"\e695"}.fa-comment-nodes{--fa:"\e696"}.fa-file-fragment{--fa:"\e697"}.fa-file-half-dashed{--fa:"\e698"}.fa-hexagon-nodes{--fa:"\e699"}.fa-hexagon-nodes-bolt{--fa:"\e69a"}.fa-square-binary{--fa:"\e69b"}.fa-pentagon{--fa:"\e790"}.fa-non-binary{--fa:"\e807"}.fa-spiral{--fa:"\e80a"}.fa-picture-in-picture{--fa:"\e80b"}.fa-mobile-vibrate{--fa:"\e816"}.fa-single-quote-left{--fa:"\e81b"}.fa-single-quote-right{--fa:"\e81c"}.fa-bus-side{--fa:"\e81d"}.fa-heptagon,.fa-septagon{--fa:"\e820"}.fa-aquarius{--fa:"\e845"}.fa-aries{--fa:"\e846"}.fa-cancer{--fa:"\e847"}.fa-capricorn{--fa:"\e848"}.fa-gemini{--fa:"\e849"}.fa-leo{--fa:"\e84a"}.fa-libra{--fa:"\e84b"}.fa-pisces{--fa:"\e84c"}.fa-sagittarius{--fa:"\e84d"}.fa-scorpio{--fa:"\e84e"}.fa-taurus{--fa:"\e84f"}.fa-virgo{--fa:"\e850"}.fa-glass-martini,.fa-martini-glass-empty{--fa:"\f000"}.fa-music{--fa:"\f001"}.fa-magnifying-glass,.fa-search{--fa:"\f002"}.fa-heart{--fa:"\f004"}.fa-star{--fa:"\f005"}.fa-user,.fa-user-alt,.fa-user-large{--fa:"\f007"}.fa-film,.fa-film-alt,.fa-film-simple{--fa:"\f008"}.fa-table-cells-large,.fa-th-large{--fa:"\f009"}.fa-table-cells,.fa-th{--fa:"\f00a"}.fa-table-list,.fa-th-list{--fa:"\f00b"}.fa-check{--fa:"\f00c"}.fa-close,.fa-multiply,.fa-remove,.fa-times,.fa-xmark{--fa:"\f00d"}.fa-magnifying-glass-plus,.fa-search-plus{--fa:"\f00e"}.fa-magnifying-glass-minus,.fa-search-minus{--fa:"\f010"}.fa-power-off{--fa:"\f011"}.fa-signal,.fa-signal-5,.fa-signal-perfect{--fa:"\f012"}.fa-cog,.fa-gear{--fa:"\f013"}.fa-home,.fa-home-alt,.fa-home-lg-alt,.fa-house{--fa:"\f015"}.fa-clock,.fa-clock-four{--fa:"\f017"}.fa-road{--fa:"\f018"}.fa-download{--fa:"\f019"}.fa-inbox{--fa:"\f01c"}.fa-arrow-right-rotate,.fa-arrow-rotate-forward,.fa-arrow-rotate-right,.fa-redo{--fa:"\f01e"}.fa-arrows-rotate,.fa-refresh,.fa-sync{--fa:"\f021"}.fa-list-alt,.fa-rectangle-list{--fa:"\f022"}.fa-lock{--fa:"\f023"}.fa-flag{--fa:"\f024"}.fa-headphones,.fa-headphones-alt,.fa-headphones-simple{--fa:"\f025"}.fa-volume-off{--fa:"\f026"}.fa-volume-down,.fa-volume-low{--fa:"\f027"}.fa-volume-high,.fa-volume-up{--fa:"\f028"}.fa-qrcode{--fa:"\f029"}.fa-barcode{--fa:"\f02a"}.fa-tag{--fa:"\f02b"}.fa-tags{--fa:"\f02c"}.fa-book{--fa:"\f02d"}.fa-bookmark{--fa:"\f02e"}.fa-print{--fa:"\f02f"}.fa-camera,.fa-camera-alt{--fa:"\f030"}.fa-font{--fa:"\f031"}.fa-bold{--fa:"\f032"}.fa-italic{--fa:"\f033"}.fa-text-height{--fa:"\f034"}.fa-text-width{--fa:"\f035"}.fa-align-left{--fa:"\f036"}.fa-align-center{--fa:"\f037"}.fa-align-right{--fa:"\f038"}.fa-align-justify{--fa:"\f039"}.fa-list,.fa-list-squares{--fa:"\f03a"}.fa-dedent,.fa-outdent{--fa:"\f03b"}.fa-indent{--fa:"\f03c"}.fa-video,.fa-video-camera{--fa:"\f03d"}.fa-image{--fa:"\f03e"}.fa-location-pin,.fa-map-marker{--fa:"\f041"}.fa-adjust,.fa-circle-half-stroke{--fa:"\f042"}.fa-droplet,.fa-tint{--fa:"\f043"}.fa-edit,.fa-pen-to-square{--fa:"\f044"}.fa-arrows,.fa-arrows-up-down-left-right{--fa:"\f047"}.fa-backward-step,.fa-step-backward{--fa:"\f048"}.fa-backward-fast,.fa-fast-backward{--fa:"\f049"}.fa-backward{--fa:"\f04a"}.fa-play{--fa:"\f04b"}.fa-pause{--fa:"\f04c"}.fa-stop{--fa:"\f04d"}.fa-forward{--fa:"\f04e"}.fa-fast-forward,.fa-forward-fast{--fa:"\f050"}.fa-forward-step,.fa-step-forward{--fa:"\f051"}.fa-eject{--fa:"\f052"}.fa-chevron-left{--fa:"\f053"}.fa-chevron-right{--fa:"\f054"}.fa-circle-plus,.fa-plus-circle{--fa:"\f055"}.fa-circle-minus,.fa-minus-circle{--fa:"\f056"}.fa-circle-xmark,.fa-times-circle,.fa-xmark-circle{--fa:"\f057"}.fa-check-circle,.fa-circle-check{--fa:"\f058"}.fa-circle-question,.fa-question-circle{--fa:"\f059"}.fa-circle-info,.fa-info-circle{--fa:"\f05a"}.fa-crosshairs{--fa:"\f05b"}.fa-ban,.fa-cancel{--fa:"\f05e"}.fa-arrow-left{--fa:"\f060"}.fa-arrow-right{--fa:"\f061"}.fa-arrow-up{--fa:"\f062"}.fa-arrow-down{--fa:"\f063"}.fa-mail-forward,.fa-share{--fa:"\f064"}.fa-expand{--fa:"\f065"}.fa-compress{--fa:"\f066"}.fa-minus,.fa-subtract{--fa:"\f068"}.fa-circle-exclamation,.fa-exclamation-circle{--fa:"\f06a"}.fa-gift{--fa:"\f06b"}.fa-leaf{--fa:"\f06c"}.fa-fire{--fa:"\f06d"}.fa-eye{--fa:"\f06e"}.fa-eye-slash{--fa:"\f070"}.fa-exclamation-triangle,.fa-triangle-exclamation,.fa-warning{--fa:"\f071"}.fa-plane{--fa:"\f072"}.fa-calendar-alt,.fa-calendar-days{--fa:"\f073"}.fa-random,.fa-shuffle{--fa:"\f074"}.fa-comment{--fa:"\f075"}.fa-magnet{--fa:"\f076"}.fa-chevron-up{--fa:"\f077"}.fa-chevron-down{--fa:"\f078"}.fa-retweet{--fa:"\f079"}.fa-cart-shopping,.fa-shopping-cart{--fa:"\f07a"}.fa-folder,.fa-folder-blank{--fa:"\f07b"}.fa-folder-open{--fa:"\f07c"}.fa-arrows-up-down,.fa-arrows-v{--fa:"\f07d"}.fa-arrows-h,.fa-arrows-left-right{--fa:"\f07e"}.fa-bar-chart,.fa-chart-bar{--fa:"\f080"}.fa-camera-retro{--fa:"\f083"}.fa-key{--fa:"\f084"}.fa-cogs,.fa-gears{--fa:"\f085"}.fa-comments{--fa:"\f086"}.fa-star-half{--fa:"\f089"}.fa-arrow-right-from-bracket,.fa-sign-out{--fa:"\f08b"}.fa-thumb-tack,.fa-thumbtack{--fa:"\f08d"}.fa-arrow-up-right-from-square,.fa-external-link{--fa:"\f08e"}.fa-arrow-right-to-bracket,.fa-sign-in{--fa:"\f090"}.fa-trophy{--fa:"\f091"}.fa-upload{--fa:"\f093"}.fa-lemon{--fa:"\f094"}.fa-phone{--fa:"\f095"}.fa-phone-square,.fa-square-phone{--fa:"\f098"}.fa-unlock{--fa:"\f09c"}.fa-credit-card,.fa-credit-card-alt{--fa:"\f09d"}.fa-feed,.fa-rss{--fa:"\f09e"}.fa-hard-drive,.fa-hdd{--fa:"\f0a0"}.fa-bullhorn{--fa:"\f0a1"}.fa-certificate{--fa:"\f0a3"}.fa-hand-point-right{--fa:"\f0a4"}.fa-hand-point-left{--fa:"\f0a5"}.fa-hand-point-up{--fa:"\f0a6"}.fa-hand-point-down{--fa:"\f0a7"}.fa-arrow-circle-left,.fa-circle-arrow-left{--fa:"\f0a8"}.fa-arrow-circle-right,.fa-circle-arrow-right{--fa:"\f0a9"}.fa-arrow-circle-up,.fa-circle-arrow-up{--fa:"\f0aa"}.fa-arrow-circle-down,.fa-circle-arrow-down{--fa:"\f0ab"}.fa-globe{--fa:"\f0ac"}.fa-wrench{--fa:"\f0ad"}.fa-list-check,.fa-tasks{--fa:"\f0ae"}.fa-filter{--fa:"\f0b0"}.fa-briefcase{--fa:"\f0b1"}.fa-arrows-alt,.fa-up-down-left-right{--fa:"\f0b2"}.fa-users{--fa:"\f0c0"}.fa-chain,.fa-link{--fa:"\f0c1"}.fa-cloud{--fa:"\f0c2"}.fa-flask{--fa:"\f0c3"}.fa-cut,.fa-scissors{--fa:"\f0c4"}.fa-copy{--fa:"\f0c5"}.fa-paperclip{--fa:"\f0c6"}.fa-floppy-disk,.fa-save{--fa:"\f0c7"}.fa-square{--fa:"\f0c8"}.fa-bars,.fa-navicon{--fa:"\f0c9"}.fa-list-dots,.fa-list-ul{--fa:"\f0ca"}.fa-list-1-2,.fa-list-numeric,.fa-list-ol{--fa:"\f0cb"}.fa-strikethrough{--fa:"\f0cc"}.fa-underline{--fa:"\f0cd"}.fa-table{--fa:"\f0ce"}.fa-magic,.fa-wand-magic{--fa:"\f0d0"}.fa-truck{--fa:"\f0d1"}.fa-money-bill{--fa:"\f0d6"}.fa-caret-down{--fa:"\f0d7"}.fa-caret-up{--fa:"\f0d8"}.fa-caret-left{--fa:"\f0d9"}.fa-caret-right{--fa:"\f0da"}.fa-columns,.fa-table-columns{--fa:"\f0db"}.fa-sort,.fa-unsorted{--fa:"\f0dc"}.fa-sort-desc,.fa-sort-down{--fa:"\f0dd"}.fa-sort-asc,.fa-sort-up{--fa:"\f0de"}.fa-envelope{--fa:"\f0e0"}.fa-arrow-left-rotate,.fa-arrow-rotate-back,.fa-arrow-rotate-backward,.fa-arrow-rotate-left,.fa-undo{--fa:"\f0e2"}.fa-gavel,.fa-legal{--fa:"\f0e3"}.fa-bolt,.fa-zap{--fa:"\f0e7"}.fa-sitemap{--fa:"\f0e8"}.fa-umbrella{--fa:"\f0e9"}.fa-file-clipboard,.fa-paste{--fa:"\f0ea"}.fa-lightbulb{--fa:"\f0eb"}.fa-arrow-right-arrow-left,.fa-exchange{--fa:"\f0ec"}.fa-cloud-arrow-down,.fa-cloud-download,.fa-cloud-download-alt{--fa:"\f0ed"}.fa-cloud-arrow-up,.fa-cloud-upload,.fa-cloud-upload-alt{--fa:"\f0ee"}.fa-user-doctor,.fa-user-md{--fa:"\f0f0"}.fa-stethoscope{--fa:"\f0f1"}.fa-suitcase{--fa:"\f0f2"}.fa-bell{--fa:"\f0f3"}.fa-coffee,.fa-mug-saucer{--fa:"\f0f4"}.fa-hospital,.fa-hospital-alt,.fa-hospital-wide{--fa:"\f0f8"}.fa-ambulance,.fa-truck-medical{--fa:"\f0f9"}.fa-medkit,.fa-suitcase-medical{--fa:"\f0fa"}.fa-fighter-jet,.fa-jet-fighter{--fa:"\f0fb"}.fa-beer,.fa-beer-mug-empty{--fa:"\f0fc"}.fa-h-square,.fa-square-h{--fa:"\f0fd"}.fa-plus-square,.fa-square-plus{--fa:"\f0fe"}.fa-angle-double-left,.fa-angles-left{--fa:"\f100"}.fa-angle-double-right,.fa-angles-right{--fa:"\f101"}.fa-angle-double-up,.fa-angles-up{--fa:"\f102"}.fa-angle-double-down,.fa-angles-down{--fa:"\f103"}.fa-angle-left{--fa:"\f104"}.fa-angle-right{--fa:"\f105"}.fa-angle-up{--fa:"\f106"}.fa-angle-down{--fa:"\f107"}.fa-laptop{--fa:"\f109"}.fa-tablet-button{--fa:"\f10a"}.fa-mobile-button{--fa:"\f10b"}.fa-quote-left,.fa-quote-left-alt{--fa:"\f10d"}.fa-quote-right,.fa-quote-right-alt{--fa:"\f10e"}.fa-spinner{--fa:"\f110"}.fa-circle{--fa:"\f111"}.fa-face-smile,.fa-smile{--fa:"\f118"}.fa-face-frown,.fa-frown{--fa:"\f119"}.fa-face-meh,.fa-meh{--fa:"\f11a"}.fa-gamepad{--fa:"\f11b"}.fa-keyboard{--fa:"\f11c"}.fa-flag-checkered{--fa:"\f11e"}.fa-terminal{--fa:"\f120"}.fa-code{--fa:"\f121"}.fa-mail-reply-all,.fa-reply-all{--fa:"\f122"}.fa-location-arrow{--fa:"\f124"}.fa-crop{--fa:"\f125"}.fa-code-branch{--fa:"\f126"}.fa-chain-broken,.fa-chain-slash,.fa-link-slash,.fa-unlink{--fa:"\f127"}.fa-info{--fa:"\f129"}.fa-superscript{--fa:"\f12b"}.fa-subscript{--fa:"\f12c"}.fa-eraser{--fa:"\f12d"}.fa-puzzle-piece{--fa:"\f12e"}.fa-microphone{--fa:"\f130"}.fa-microphone-slash{--fa:"\f131"}.fa-shield,.fa-shield-blank{--fa:"\f132"}.fa-calendar{--fa:"\f133"}.fa-fire-extinguisher{--fa:"\f134"}.fa-rocket{--fa:"\f135"}.fa-chevron-circle-left,.fa-circle-chevron-left{--fa:"\f137"}.fa-chevron-circle-right,.fa-circle-chevron-right{--fa:"\f138"}.fa-chevron-circle-up,.fa-circle-chevron-up{--fa:"\f139"}.fa-chevron-circle-down,.fa-circle-chevron-down{--fa:"\f13a"}.fa-anchor{--fa:"\f13d"}.fa-unlock-alt,.fa-unlock-keyhole{--fa:"\f13e"}.fa-bullseye{--fa:"\f140"}.fa-ellipsis,.fa-ellipsis-h{--fa:"\f141"}.fa-ellipsis-v,.fa-ellipsis-vertical{--fa:"\f142"}.fa-rss-square,.fa-square-rss{--fa:"\f143"}.fa-circle-play,.fa-play-circle{--fa:"\f144"}.fa-ticket{--fa:"\f145"}.fa-minus-square,.fa-square-minus{--fa:"\f146"}.fa-arrow-turn-up,.fa-level-up{--fa:"\f148"}.fa-arrow-turn-down,.fa-level-down{--fa:"\f149"}.fa-check-square,.fa-square-check{--fa:"\f14a"}.fa-pen-square,.fa-pencil-square,.fa-square-pen{--fa:"\f14b"}.fa-external-link-square,.fa-square-arrow-up-right{--fa:"\f14c"}.fa-share-from-square,.fa-share-square{--fa:"\f14d"}.fa-compass{--fa:"\f14e"}.fa-caret-square-down,.fa-square-caret-down{--fa:"\f150"}.fa-caret-square-up,.fa-square-caret-up{--fa:"\f151"}.fa-caret-square-right,.fa-square-caret-right{--fa:"\f152"}.fa-eur,.fa-euro,.fa-euro-sign{--fa:"\f153"}.fa-gbp,.fa-pound-sign,.fa-sterling-sign{--fa:"\f154"}.fa-rupee,.fa-rupee-sign{--fa:"\f156"}.fa-cny,.fa-jpy,.fa-rmb,.fa-yen,.fa-yen-sign{--fa:"\f157"}.fa-rouble,.fa-rub,.fa-ruble,.fa-ruble-sign{--fa:"\f158"}.fa-krw,.fa-won,.fa-won-sign{--fa:"\f159"}.fa-file{--fa:"\f15b"}.fa-file-alt,.fa-file-lines,.fa-file-text{--fa:"\f15c"}.fa-arrow-down-a-z,.fa-sort-alpha-asc,.fa-sort-alpha-down{--fa:"\f15d"}.fa-arrow-up-a-z,.fa-sort-alpha-up{--fa:"\f15e"}.fa-arrow-down-wide-short,.fa-sort-amount-asc,.fa-sort-amount-down{--fa:"\f160"}.fa-arrow-up-wide-short,.fa-sort-amount-up{--fa:"\f161"}.fa-arrow-down-1-9,.fa-sort-numeric-asc,.fa-sort-numeric-down{--fa:"\f162"}.fa-arrow-up-1-9,.fa-sort-numeric-up{--fa:"\f163"}.fa-thumbs-up{--fa:"\f164"}.fa-thumbs-down{--fa:"\f165"}.fa-arrow-down-long,.fa-long-arrow-down{--fa:"\f175"}.fa-arrow-up-long,.fa-long-arrow-up{--fa:"\f176"}.fa-arrow-left-long,.fa-long-arrow-left{--fa:"\f177"}.fa-arrow-right-long,.fa-long-arrow-right{--fa:"\f178"}.fa-female,.fa-person-dress{--fa:"\f182"}.fa-male,.fa-person{--fa:"\f183"}.fa-sun{--fa:"\f185"}.fa-moon{--fa:"\f186"}.fa-archive,.fa-box-archive{--fa:"\f187"}.fa-bug{--fa:"\f188"}.fa-caret-square-left,.fa-square-caret-left{--fa:"\f191"}.fa-circle-dot,.fa-dot-circle{--fa:"\f192"}.fa-wheelchair{--fa:"\f193"}.fa-lira-sign{--fa:"\f195"}.fa-shuttle-space,.fa-space-shuttle{--fa:"\f197"}.fa-envelope-square,.fa-square-envelope{--fa:"\f199"}.fa-bank,.fa-building-columns,.fa-institution,.fa-museum,.fa-university{--fa:"\f19c"}.fa-graduation-cap,.fa-mortar-board{--fa:"\f19d"}.fa-language{--fa:"\f1ab"}.fa-fax{--fa:"\f1ac"}.fa-building{--fa:"\f1ad"}.fa-child{--fa:"\f1ae"}.fa-paw{--fa:"\f1b0"}.fa-cube{--fa:"\f1b2"}.fa-cubes{--fa:"\f1b3"}.fa-recycle{--fa:"\f1b8"}.fa-automobile,.fa-car{--fa:"\f1b9"}.fa-cab,.fa-taxi{--fa:"\f1ba"}.fa-tree{--fa:"\f1bb"}.fa-database{--fa:"\f1c0"}.fa-file-pdf{--fa:"\f1c1"}.fa-file-word{--fa:"\f1c2"}.fa-file-excel{--fa:"\f1c3"}.fa-file-powerpoint{--fa:"\f1c4"}.fa-file-image{--fa:"\f1c5"}.fa-file-archive,.fa-file-zipper{--fa:"\f1c6"}.fa-file-audio{--fa:"\f1c7"}.fa-file-video{--fa:"\f1c8"}.fa-file-code{--fa:"\f1c9"}.fa-life-ring{--fa:"\f1cd"}.fa-circle-notch{--fa:"\f1ce"}.fa-paper-plane{--fa:"\f1d8"}.fa-clock-rotate-left,.fa-history{--fa:"\f1da"}.fa-header,.fa-heading{--fa:"\f1dc"}.fa-paragraph{--fa:"\f1dd"}.fa-sliders,.fa-sliders-h{--fa:"\f1de"}.fa-share-alt,.fa-share-nodes{--fa:"\f1e0"}.fa-share-alt-square,.fa-square-share-nodes{--fa:"\f1e1"}.fa-bomb{--fa:"\f1e2"}.fa-futbol,.fa-futbol-ball,.fa-soccer-ball{--fa:"\f1e3"}.fa-teletype,.fa-tty{--fa:"\f1e4"}.fa-binoculars{--fa:"\f1e5"}.fa-plug{--fa:"\f1e6"}.fa-newspaper{--fa:"\f1ea"}.fa-wifi,.fa-wifi-3,.fa-wifi-strong{--fa:"\f1eb"}.fa-calculator{--fa:"\f1ec"}.fa-bell-slash{--fa:"\f1f6"}.fa-trash{--fa:"\f1f8"}.fa-copyright{--fa:"\f1f9"}.fa-eye-dropper,.fa-eye-dropper-empty,.fa-eyedropper{--fa:"\f1fb"}.fa-paint-brush,.fa-paintbrush{--fa:"\f1fc"}.fa-birthday-cake,.fa-cake,.fa-cake-candles{--fa:"\f1fd"}.fa-area-chart,.fa-chart-area{--fa:"\f1fe"}.fa-chart-pie,.fa-pie-chart{--fa:"\f200"}.fa-chart-line,.fa-line-chart{--fa:"\f201"}.fa-toggle-off{--fa:"\f204"}.fa-toggle-on{--fa:"\f205"}.fa-bicycle{--fa:"\f206"}.fa-bus{--fa:"\f207"}.fa-closed-captioning{--fa:"\f20a"}.fa-ils,.fa-shekel,.fa-shekel-sign,.fa-sheqel,.fa-sheqel-sign{--fa:"\f20b"}.fa-cart-plus{--fa:"\f217"}.fa-cart-arrow-down{--fa:"\f218"}.fa-diamond{--fa:"\f219"}.fa-ship{--fa:"\f21a"}.fa-user-secret{--fa:"\f21b"}.fa-motorcycle{--fa:"\f21c"}.fa-street-view{--fa:"\f21d"}.fa-heart-pulse,.fa-heartbeat{--fa:"\f21e"}.fa-venus{--fa:"\f221"}.fa-mars{--fa:"\f222"}.fa-mercury{--fa:"\f223"}.fa-mars-and-venus{--fa:"\f224"}.fa-transgender,.fa-transgender-alt{--fa:"\f225"}.fa-venus-double{--fa:"\f226"}.fa-mars-double{--fa:"\f227"}.fa-venus-mars{--fa:"\f228"}.fa-mars-stroke{--fa:"\f229"}.fa-mars-stroke-up,.fa-mars-stroke-v{--fa:"\f22a"}.fa-mars-stroke-h,.fa-mars-stroke-right{--fa:"\f22b"}.fa-neuter{--fa:"\f22c"}.fa-genderless{--fa:"\f22d"}.fa-server{--fa:"\f233"}.fa-user-plus{--fa:"\f234"}.fa-user-times,.fa-user-xmark{--fa:"\f235"}.fa-bed{--fa:"\f236"}.fa-train{--fa:"\f238"}.fa-subway,.fa-train-subway{--fa:"\f239"}.fa-battery,.fa-battery-5,.fa-battery-full{--fa:"\f240"}.fa-battery-4,.fa-battery-three-quarters{--fa:"\f241"}.fa-battery-3,.fa-battery-half{--fa:"\f242"}.fa-battery-2,.fa-battery-quarter{--fa:"\f243"}.fa-battery-0,.fa-battery-empty{--fa:"\f244"}.fa-arrow-pointer,.fa-mouse-pointer{--fa:"\f245"}.fa-i-cursor{--fa:"\f246"}.fa-object-group{--fa:"\f247"}.fa-object-ungroup{--fa:"\f248"}.fa-note-sticky,.fa-sticky-note{--fa:"\f249"}.fa-clone{--fa:"\f24d"}.fa-balance-scale,.fa-scale-balanced{--fa:"\f24e"}.fa-hourglass-1,.fa-hourglass-start{--fa:"\f251"}.fa-hourglass-2,.fa-hourglass-half{--fa:"\f252"}.fa-hourglass-3,.fa-hourglass-end{--fa:"\f253"}.fa-hourglass,.fa-hourglass-empty{--fa:"\f254"}.fa-hand-back-fist,.fa-hand-rock{--fa:"\f255"}.fa-hand,.fa-hand-paper{--fa:"\f256"}.fa-hand-scissors{--fa:"\f257"}.fa-hand-lizard{--fa:"\f258"}.fa-hand-spock{--fa:"\f259"}.fa-hand-pointer{--fa:"\f25a"}.fa-hand-peace{--fa:"\f25b"}.fa-trademark{--fa:"\f25c"}.fa-registered{--fa:"\f25d"}.fa-television,.fa-tv,.fa-tv-alt{--fa:"\f26c"}.fa-calendar-plus{--fa:"\f271"}.fa-calendar-minus{--fa:"\f272"}.fa-calendar-times,.fa-calendar-xmark{--fa:"\f273"}.fa-calendar-check{--fa:"\f274"}.fa-industry{--fa:"\f275"}.fa-map-pin{--fa:"\f276"}.fa-map-signs,.fa-signs-post{--fa:"\f277"}.fa-map{--fa:"\f279"}.fa-comment-alt,.fa-message{--fa:"\f27a"}.fa-circle-pause,.fa-pause-circle{--fa:"\f28b"}.fa-circle-stop,.fa-stop-circle{--fa:"\f28d"}.fa-bag-shopping,.fa-shopping-bag{--fa:"\f290"}.fa-basket-shopping,.fa-shopping-basket{--fa:"\f291"}.fa-universal-access{--fa:"\f29a"}.fa-blind,.fa-person-walking-with-cane{--fa:"\f29d"}.fa-audio-description{--fa:"\f29e"}.fa-phone-volume,.fa-volume-control-phone{--fa:"\f2a0"}.fa-braille{--fa:"\f2a1"}.fa-assistive-listening-systems,.fa-ear-listen{--fa:"\f2a2"}.fa-american-sign-language-interpreting,.fa-asl-interpreting,.fa-hands-american-sign-language-interpreting,.fa-hands-asl-interpreting{--fa:"\f2a3"}.fa-deaf,.fa-deafness,.fa-ear-deaf,.fa-hard-of-hearing{--fa:"\f2a4"}.fa-hands,.fa-sign-language,.fa-signing{--fa:"\f2a7"}.fa-eye-low-vision,.fa-low-vision{--fa:"\f2a8"}.fa-handshake,.fa-handshake-alt,.fa-handshake-simple{--fa:"\f2b5"}.fa-envelope-open{--fa:"\f2b6"}.fa-address-book,.fa-contact-book{--fa:"\f2b9"}.fa-address-card,.fa-contact-card,.fa-vcard{--fa:"\f2bb"}.fa-circle-user,.fa-user-circle{--fa:"\f2bd"}.fa-id-badge{--fa:"\f2c1"}.fa-drivers-license,.fa-id-card{--fa:"\f2c2"}.fa-temperature-4,.fa-temperature-full,.fa-thermometer-4,.fa-thermometer-full{--fa:"\f2c7"}.fa-temperature-3,.fa-temperature-three-quarters,.fa-thermometer-3,.fa-thermometer-three-quarters{--fa:"\f2c8"}.fa-temperature-2,.fa-temperature-half,.fa-thermometer-2,.fa-thermometer-half{--fa:"\f2c9"}.fa-temperature-1,.fa-temperature-quarter,.fa-thermometer-1,.fa-thermometer-quarter{--fa:"\f2ca"}.fa-temperature-0,.fa-temperature-empty,.fa-thermometer-0,.fa-thermometer-empty{--fa:"\f2cb"}.fa-shower{--fa:"\f2cc"}.fa-bath,.fa-bathtub{--fa:"\f2cd"}.fa-podcast{--fa:"\f2ce"}.fa-window-maximize{--fa:"\f2d0"}.fa-window-minimize{--fa:"\f2d1"}.fa-window-restore{--fa:"\f2d2"}.fa-square-xmark,.fa-times-square,.fa-xmark-square{--fa:"\f2d3"}.fa-microchip{--fa:"\f2db"}.fa-snowflake{--fa:"\f2dc"}.fa-spoon,.fa-utensil-spoon{--fa:"\f2e5"}.fa-cutlery,.fa-utensils{--fa:"\f2e7"}.fa-rotate-back,.fa-rotate-backward,.fa-rotate-left,.fa-undo-alt{--fa:"\f2ea"}.fa-trash-alt,.fa-trash-can{--fa:"\f2ed"}.fa-rotate,.fa-sync-alt{--fa:"\f2f1"}.fa-stopwatch{--fa:"\f2f2"}.fa-right-from-bracket,.fa-sign-out-alt{--fa:"\f2f5"}.fa-right-to-bracket,.fa-sign-in-alt{--fa:"\f2f6"}.fa-redo-alt,.fa-rotate-forward,.fa-rotate-right{--fa:"\f2f9"}.fa-poo{--fa:"\f2fe"}.fa-images{--fa:"\f302"}.fa-pencil,.fa-pencil-alt{--fa:"\f303"}.fa-pen{--fa:"\f304"}.fa-pen-alt,.fa-pen-clip{--fa:"\f305"}.fa-octagon{--fa:"\f306"}.fa-down-long,.fa-long-arrow-alt-down{--fa:"\f309"}.fa-left-long,.fa-long-arrow-alt-left{--fa:"\f30a"}.fa-long-arrow-alt-right,.fa-right-long{--fa:"\f30b"}.fa-long-arrow-alt-up,.fa-up-long{--fa:"\f30c"}.fa-hexagon{--fa:"\f312"}.fa-file-edit,.fa-file-pen{--fa:"\f31c"}.fa-expand-arrows-alt,.fa-maximize{--fa:"\f31e"}.fa-clipboard{--fa:"\f328"}.fa-arrows-alt-h,.fa-left-right{--fa:"\f337"}.fa-arrows-alt-v,.fa-up-down{--fa:"\f338"}.fa-alarm-clock{--fa:"\f34e"}.fa-arrow-alt-circle-down,.fa-circle-down{--fa:"\f358"}.fa-arrow-alt-circle-left,.fa-circle-left{--fa:"\f359"}.fa-arrow-alt-circle-right,.fa-circle-right{--fa:"\f35a"}.fa-arrow-alt-circle-up,.fa-circle-up{--fa:"\f35b"}.fa-external-link-alt,.fa-up-right-from-square{--fa:"\f35d"}.fa-external-link-square-alt,.fa-square-up-right{--fa:"\f360"}.fa-exchange-alt,.fa-right-left{--fa:"\f362"}.fa-repeat{--fa:"\f363"}.fa-code-commit{--fa:"\f386"}.fa-code-merge{--fa:"\f387"}.fa-desktop,.fa-desktop-alt{--fa:"\f390"}.fa-gem{--fa:"\f3a5"}.fa-level-down-alt,.fa-turn-down{--fa:"\f3be"}.fa-level-up-alt,.fa-turn-up{--fa:"\f3bf"}.fa-lock-open{--fa:"\f3c1"}.fa-location-dot,.fa-map-marker-alt{--fa:"\f3c5"}.fa-microphone-alt,.fa-microphone-lines{--fa:"\f3c9"}.fa-mobile-alt,.fa-mobile-screen-button{--fa:"\f3cd"}.fa-mobile,.fa-mobile-android,.fa-mobile-phone{--fa:"\f3ce"}.fa-mobile-android-alt,.fa-mobile-screen{--fa:"\f3cf"}.fa-money-bill-1,.fa-money-bill-alt{--fa:"\f3d1"}.fa-phone-slash{--fa:"\f3dd"}.fa-image-portrait,.fa-portrait{--fa:"\f3e0"}.fa-mail-reply,.fa-reply{--fa:"\f3e5"}.fa-shield-alt,.fa-shield-halved{--fa:"\f3ed"}.fa-tablet-alt,.fa-tablet-screen-button{--fa:"\f3fa"}.fa-tablet,.fa-tablet-android{--fa:"\f3fb"}.fa-ticket-alt,.fa-ticket-simple{--fa:"\f3ff"}.fa-rectangle-times,.fa-rectangle-xmark,.fa-times-rectangle,.fa-window-close{--fa:"\f410"}.fa-compress-alt,.fa-down-left-and-up-right-to-center{--fa:"\f422"}.fa-expand-alt,.fa-up-right-and-down-left-from-center{--fa:"\f424"}.fa-baseball-bat-ball{--fa:"\f432"}.fa-baseball,.fa-baseball-ball{--fa:"\f433"}.fa-basketball,.fa-basketball-ball{--fa:"\f434"}.fa-bowling-ball{--fa:"\f436"}.fa-chess{--fa:"\f439"}.fa-chess-bishop{--fa:"\f43a"}.fa-chess-board{--fa:"\f43c"}.fa-chess-king{--fa:"\f43f"}.fa-chess-knight{--fa:"\f441"}.fa-chess-pawn{--fa:"\f443"}.fa-chess-queen{--fa:"\f445"}.fa-chess-rook{--fa:"\f447"}.fa-dumbbell{--fa:"\f44b"}.fa-football,.fa-football-ball{--fa:"\f44e"}.fa-golf-ball,.fa-golf-ball-tee{--fa:"\f450"}.fa-hockey-puck{--fa:"\f453"}.fa-broom-ball,.fa-quidditch,.fa-quidditch-broom-ball{--fa:"\f458"}.fa-square-full{--fa:"\f45c"}.fa-ping-pong-paddle-ball,.fa-table-tennis,.fa-table-tennis-paddle-ball{--fa:"\f45d"}.fa-volleyball,.fa-volleyball-ball{--fa:"\f45f"}.fa-allergies,.fa-hand-dots{--fa:"\f461"}.fa-band-aid,.fa-bandage{--fa:"\f462"}.fa-box{--fa:"\f466"}.fa-boxes,.fa-boxes-alt,.fa-boxes-stacked{--fa:"\f468"}.fa-briefcase-medical{--fa:"\f469"}.fa-burn,.fa-fire-flame-simple{--fa:"\f46a"}.fa-capsules{--fa:"\f46b"}.fa-clipboard-check{--fa:"\f46c"}.fa-clipboard-list{--fa:"\f46d"}.fa-diagnoses,.fa-person-dots-from-line{--fa:"\f470"}.fa-dna{--fa:"\f471"}.fa-dolly,.fa-dolly-box{--fa:"\f472"}.fa-cart-flatbed,.fa-dolly-flatbed{--fa:"\f474"}.fa-file-medical{--fa:"\f477"}.fa-file-medical-alt,.fa-file-waveform{--fa:"\f478"}.fa-first-aid,.fa-kit-medical{--fa:"\f479"}.fa-circle-h,.fa-hospital-symbol{--fa:"\f47e"}.fa-id-card-alt,.fa-id-card-clip{--fa:"\f47f"}.fa-notes-medical{--fa:"\f481"}.fa-pallet{--fa:"\f482"}.fa-pills{--fa:"\f484"}.fa-prescription-bottle{--fa:"\f485"}.fa-prescription-bottle-alt,.fa-prescription-bottle-medical{--fa:"\f486"}.fa-bed-pulse,.fa-procedures{--fa:"\f487"}.fa-shipping-fast,.fa-truck-fast{--fa:"\f48b"}.fa-smoking{--fa:"\f48d"}.fa-syringe{--fa:"\f48e"}.fa-tablets{--fa:"\f490"}.fa-thermometer{--fa:"\f491"}.fa-vial{--fa:"\f492"}.fa-vials{--fa:"\f493"}.fa-warehouse{--fa:"\f494"}.fa-weight,.fa-weight-scale{--fa:"\f496"}.fa-x-ray{--fa:"\f497"}.fa-box-open{--fa:"\f49e"}.fa-comment-dots,.fa-commenting{--fa:"\f4ad"}.fa-comment-slash{--fa:"\f4b3"}.fa-couch{--fa:"\f4b8"}.fa-circle-dollar-to-slot,.fa-donate{--fa:"\f4b9"}.fa-dove{--fa:"\f4ba"}.fa-hand-holding{--fa:"\f4bd"}.fa-hand-holding-heart{--fa:"\f4be"}.fa-hand-holding-dollar,.fa-hand-holding-usd{--fa:"\f4c0"}.fa-hand-holding-droplet,.fa-hand-holding-water{--fa:"\f4c1"}.fa-hands-holding{--fa:"\f4c2"}.fa-hands-helping,.fa-handshake-angle{--fa:"\f4c4"}.fa-parachute-box{--fa:"\f4cd"}.fa-people-carry,.fa-people-carry-box{--fa:"\f4ce"}.fa-piggy-bank{--fa:"\f4d3"}.fa-ribbon{--fa:"\f4d6"}.fa-route{--fa:"\f4d7"}.fa-seedling,.fa-sprout{--fa:"\f4d8"}.fa-sign,.fa-sign-hanging{--fa:"\f4d9"}.fa-face-smile-wink,.fa-smile-wink{--fa:"\f4da"}.fa-tape{--fa:"\f4db"}.fa-truck-loading,.fa-truck-ramp-box{--fa:"\f4de"}.fa-truck-moving{--fa:"\f4df"}.fa-video-slash{--fa:"\f4e2"}.fa-wine-glass{--fa:"\f4e3"}.fa-user-astronaut{--fa:"\f4fb"}.fa-user-check{--fa:"\f4fc"}.fa-user-clock{--fa:"\f4fd"}.fa-user-cog,.fa-user-gear{--fa:"\f4fe"}.fa-user-edit,.fa-user-pen{--fa:"\f4ff"}.fa-user-friends,.fa-user-group{--fa:"\f500"}.fa-user-graduate{--fa:"\f501"}.fa-user-lock{--fa:"\f502"}.fa-user-minus{--fa:"\f503"}.fa-user-ninja{--fa:"\f504"}.fa-user-shield{--fa:"\f505"}.fa-user-alt-slash,.fa-user-large-slash,.fa-user-slash{--fa:"\f506"}.fa-user-tag{--fa:"\f507"}.fa-user-tie{--fa:"\f508"}.fa-users-cog,.fa-users-gear{--fa:"\f509"}.fa-balance-scale-left,.fa-scale-unbalanced{--fa:"\f515"}.fa-balance-scale-right,.fa-scale-unbalanced-flip{--fa:"\f516"}.fa-blender{--fa:"\f517"}.fa-book-open{--fa:"\f518"}.fa-broadcast-tower,.fa-tower-broadcast{--fa:"\f519"}.fa-broom{--fa:"\f51a"}.fa-blackboard,.fa-chalkboard{--fa:"\f51b"}.fa-chalkboard-teacher,.fa-chalkboard-user{--fa:"\f51c"}.fa-church{--fa:"\f51d"}.fa-coins{--fa:"\f51e"}.fa-compact-disc{--fa:"\f51f"}.fa-crow{--fa:"\f520"}.fa-crown{--fa:"\f521"}.fa-dice{--fa:"\f522"}.fa-dice-five{--fa:"\f523"}.fa-dice-four{--fa:"\f524"}.fa-dice-one{--fa:"\f525"}.fa-dice-six{--fa:"\f526"}.fa-dice-three{--fa:"\f527"}.fa-dice-two{--fa:"\f528"}.fa-divide{--fa:"\f529"}.fa-door-closed{--fa:"\f52a"}.fa-door-open{--fa:"\f52b"}.fa-feather{--fa:"\f52d"}.fa-frog{--fa:"\f52e"}.fa-gas-pump{--fa:"\f52f"}.fa-glasses{--fa:"\f530"}.fa-greater-than-equal{--fa:"\f532"}.fa-helicopter{--fa:"\f533"}.fa-infinity{--fa:"\f534"}.fa-kiwi-bird{--fa:"\f535"}.fa-less-than-equal{--fa:"\f537"}.fa-memory{--fa:"\f538"}.fa-microphone-alt-slash,.fa-microphone-lines-slash{--fa:"\f539"}.fa-money-bill-wave{--fa:"\f53a"}.fa-money-bill-1-wave,.fa-money-bill-wave-alt{--fa:"\f53b"}.fa-money-check{--fa:"\f53c"}.fa-money-check-alt,.fa-money-check-dollar{--fa:"\f53d"}.fa-not-equal{--fa:"\f53e"}.fa-palette{--fa:"\f53f"}.fa-parking,.fa-square-parking{--fa:"\f540"}.fa-diagram-project,.fa-project-diagram{--fa:"\f542"}.fa-receipt{--fa:"\f543"}.fa-robot{--fa:"\f544"}.fa-ruler{--fa:"\f545"}.fa-ruler-combined{--fa:"\f546"}.fa-ruler-horizontal{--fa:"\f547"}.fa-ruler-vertical{--fa:"\f548"}.fa-school{--fa:"\f549"}.fa-screwdriver{--fa:"\f54a"}.fa-shoe-prints{--fa:"\f54b"}.fa-skull{--fa:"\f54c"}.fa-ban-smoking,.fa-smoking-ban{--fa:"\f54d"}.fa-store{--fa:"\f54e"}.fa-shop,.fa-store-alt{--fa:"\f54f"}.fa-bars-staggered,.fa-reorder,.fa-stream{--fa:"\f550"}.fa-stroopwafel{--fa:"\f551"}.fa-toolbox{--fa:"\f552"}.fa-shirt,.fa-t-shirt,.fa-tshirt{--fa:"\f553"}.fa-person-walking,.fa-walking{--fa:"\f554"}.fa-wallet{--fa:"\f555"}.fa-angry,.fa-face-angry{--fa:"\f556"}.fa-archway{--fa:"\f557"}.fa-atlas,.fa-book-atlas{--fa:"\f558"}.fa-award{--fa:"\f559"}.fa-backspace,.fa-delete-left{--fa:"\f55a"}.fa-bezier-curve{--fa:"\f55b"}.fa-bong{--fa:"\f55c"}.fa-brush{--fa:"\f55d"}.fa-bus-alt,.fa-bus-simple{--fa:"\f55e"}.fa-cannabis{--fa:"\f55f"}.fa-check-double{--fa:"\f560"}.fa-cocktail,.fa-martini-glass-citrus{--fa:"\f561"}.fa-bell-concierge,.fa-concierge-bell{--fa:"\f562"}.fa-cookie{--fa:"\f563"}.fa-cookie-bite{--fa:"\f564"}.fa-crop-alt,.fa-crop-simple{--fa:"\f565"}.fa-digital-tachograph,.fa-tachograph-digital{--fa:"\f566"}.fa-dizzy,.fa-face-dizzy{--fa:"\f567"}.fa-compass-drafting,.fa-drafting-compass{--fa:"\f568"}.fa-drum{--fa:"\f569"}.fa-drum-steelpan{--fa:"\f56a"}.fa-feather-alt,.fa-feather-pointed{--fa:"\f56b"}.fa-file-contract{--fa:"\f56c"}.fa-file-arrow-down,.fa-file-download{--fa:"\f56d"}.fa-arrow-right-from-file,.fa-file-export{--fa:"\f56e"}.fa-arrow-right-to-file,.fa-file-import{--fa:"\f56f"}.fa-file-invoice{--fa:"\f570"}.fa-file-invoice-dollar{--fa:"\f571"}.fa-file-prescription{--fa:"\f572"}.fa-file-signature{--fa:"\f573"}.fa-file-arrow-up,.fa-file-upload{--fa:"\f574"}.fa-fill{--fa:"\f575"}.fa-fill-drip{--fa:"\f576"}.fa-fingerprint{--fa:"\f577"}.fa-fish{--fa:"\f578"}.fa-face-flushed,.fa-flushed{--fa:"\f579"}.fa-face-frown-open,.fa-frown-open{--fa:"\f57a"}.fa-glass-martini-alt,.fa-martini-glass{--fa:"\f57b"}.fa-earth-africa,.fa-globe-africa{--fa:"\f57c"}.fa-earth,.fa-earth-america,.fa-earth-americas,.fa-globe-americas{--fa:"\f57d"}.fa-earth-asia,.fa-globe-asia{--fa:"\f57e"}.fa-face-grimace,.fa-grimace{--fa:"\f57f"}.fa-face-grin,.fa-grin{--fa:"\f580"}.fa-face-grin-wide,.fa-grin-alt{--fa:"\f581"}.fa-face-grin-beam,.fa-grin-beam{--fa:"\f582"}.fa-face-grin-beam-sweat,.fa-grin-beam-sweat{--fa:"\f583"}.fa-face-grin-hearts,.fa-grin-hearts{--fa:"\f584"}.fa-face-grin-squint,.fa-grin-squint{--fa:"\f585"}.fa-face-grin-squint-tears,.fa-grin-squint-tears{--fa:"\f586"}.fa-face-grin-stars,.fa-grin-stars{--fa:"\f587"}.fa-face-grin-tears,.fa-grin-tears{--fa:"\f588"}.fa-face-grin-tongue,.fa-grin-tongue{--fa:"\f589"}.fa-face-grin-tongue-squint,.fa-grin-tongue-squint{--fa:"\f58a"}.fa-face-grin-tongue-wink,.fa-grin-tongue-wink{--fa:"\f58b"}.fa-face-grin-wink,.fa-grin-wink{--fa:"\f58c"}.fa-grid-horizontal,.fa-grip,.fa-grip-horizontal{--fa:"\f58d"}.fa-grid-vertical,.fa-grip-vertical{--fa:"\f58e"}.fa-headset{--fa:"\f590"}.fa-highlighter{--fa:"\f591"}.fa-hot-tub,.fa-hot-tub-person{--fa:"\f593"}.fa-hotel{--fa:"\f594"}.fa-joint{--fa:"\f595"}.fa-face-kiss,.fa-kiss{--fa:"\f596"}.fa-face-kiss-beam,.fa-kiss-beam{--fa:"\f597"}.fa-face-kiss-wink-heart,.fa-kiss-wink-heart{--fa:"\f598"}.fa-face-laugh,.fa-laugh{--fa:"\f599"}.fa-face-laugh-beam,.fa-laugh-beam{--fa:"\f59a"}.fa-face-laugh-squint,.fa-laugh-squint{--fa:"\f59b"}.fa-face-laugh-wink,.fa-laugh-wink{--fa:"\f59c"}.fa-cart-flatbed-suitcase,.fa-luggage-cart{--fa:"\f59d"}.fa-map-location,.fa-map-marked{--fa:"\f59f"}.fa-map-location-dot,.fa-map-marked-alt{--fa:"\f5a0"}.fa-marker{--fa:"\f5a1"}.fa-medal{--fa:"\f5a2"}.fa-face-meh-blank,.fa-meh-blank{--fa:"\f5a4"}.fa-face-rolling-eyes,.fa-meh-rolling-eyes{--fa:"\f5a5"}.fa-monument{--fa:"\f5a6"}.fa-mortar-pestle{--fa:"\f5a7"}.fa-paint-roller{--fa:"\f5aa"}.fa-passport{--fa:"\f5ab"}.fa-pen-fancy{--fa:"\f5ac"}.fa-pen-nib{--fa:"\f5ad"}.fa-pen-ruler,.fa-pencil-ruler{--fa:"\f5ae"}.fa-plane-arrival{--fa:"\f5af"}.fa-plane-departure{--fa:"\f5b0"}.fa-prescription{--fa:"\f5b1"}.fa-face-sad-cry,.fa-sad-cry{--fa:"\f5b3"}.fa-face-sad-tear,.fa-sad-tear{--fa:"\f5b4"}.fa-shuttle-van,.fa-van-shuttle{--fa:"\f5b6"}.fa-signature{--fa:"\f5b7"}.fa-face-smile-beam,.fa-smile-beam{--fa:"\f5b8"}.fa-solar-panel{--fa:"\f5ba"}.fa-spa{--fa:"\f5bb"}.fa-splotch{--fa:"\f5bc"}.fa-spray-can{--fa:"\f5bd"}.fa-stamp{--fa:"\f5bf"}.fa-star-half-alt,.fa-star-half-stroke{--fa:"\f5c0"}.fa-suitcase-rolling{--fa:"\f5c1"}.fa-face-surprise,.fa-surprise{--fa:"\f5c2"}.fa-swatchbook{--fa:"\f5c3"}.fa-person-swimming,.fa-swimmer{--fa:"\f5c4"}.fa-ladder-water,.fa-swimming-pool,.fa-water-ladder{--fa:"\f5c5"}.fa-droplet-slash,.fa-tint-slash{--fa:"\f5c7"}.fa-face-tired,.fa-tired{--fa:"\f5c8"}.fa-tooth{--fa:"\f5c9"}.fa-umbrella-beach{--fa:"\f5ca"}.fa-weight-hanging{--fa:"\f5cd"}.fa-wine-glass-alt,.fa-wine-glass-empty{--fa:"\f5ce"}.fa-air-freshener,.fa-spray-can-sparkles{--fa:"\f5d0"}.fa-apple-alt,.fa-apple-whole{--fa:"\f5d1"}.fa-atom{--fa:"\f5d2"}.fa-bone{--fa:"\f5d7"}.fa-book-open-reader,.fa-book-reader{--fa:"\f5da"}.fa-brain{--fa:"\f5dc"}.fa-car-alt,.fa-car-rear{--fa:"\f5de"}.fa-battery-car,.fa-car-battery{--fa:"\f5df"}.fa-car-burst,.fa-car-crash{--fa:"\f5e1"}.fa-car-side{--fa:"\f5e4"}.fa-charging-station{--fa:"\f5e7"}.fa-diamond-turn-right,.fa-directions{--fa:"\f5eb"}.fa-draw-polygon,.fa-vector-polygon{--fa:"\f5ee"}.fa-laptop-code{--fa:"\f5fc"}.fa-layer-group{--fa:"\f5fd"}.fa-location,.fa-location-crosshairs{--fa:"\f601"}.fa-lungs{--fa:"\f604"}.fa-microscope{--fa:"\f610"}.fa-oil-can{--fa:"\f613"}.fa-poop{--fa:"\f619"}.fa-shapes,.fa-triangle-circle-square{--fa:"\f61f"}.fa-star-of-life{--fa:"\f621"}.fa-dashboard,.fa-gauge,.fa-gauge-med,.fa-tachometer-alt-average{--fa:"\f624"}.fa-gauge-high,.fa-tachometer-alt,.fa-tachometer-alt-fast{--fa:"\f625"}.fa-gauge-simple,.fa-gauge-simple-med,.fa-tachometer-average{--fa:"\f629"}.fa-gauge-simple-high,.fa-tachometer,.fa-tachometer-fast{--fa:"\f62a"}.fa-teeth{--fa:"\f62e"}.fa-teeth-open{--fa:"\f62f"}.fa-masks-theater,.fa-theater-masks{--fa:"\f630"}.fa-traffic-light{--fa:"\f637"}.fa-truck-monster{--fa:"\f63b"}.fa-truck-pickup{--fa:"\f63c"}.fa-ad,.fa-rectangle-ad{--fa:"\f641"}.fa-ankh{--fa:"\f644"}.fa-bible,.fa-book-bible{--fa:"\f647"}.fa-briefcase-clock,.fa-business-time{--fa:"\f64a"}.fa-city{--fa:"\f64f"}.fa-comment-dollar{--fa:"\f651"}.fa-comments-dollar{--fa:"\f653"}.fa-cross{--fa:"\f654"}.fa-dharmachakra{--fa:"\f655"}.fa-envelope-open-text{--fa:"\f658"}.fa-folder-minus{--fa:"\f65d"}.fa-folder-plus{--fa:"\f65e"}.fa-filter-circle-dollar,.fa-funnel-dollar{--fa:"\f662"}.fa-gopuram{--fa:"\f664"}.fa-hamsa{--fa:"\f665"}.fa-bahai,.fa-haykal{--fa:"\f666"}.fa-jedi{--fa:"\f669"}.fa-book-journal-whills,.fa-journal-whills{--fa:"\f66a"}.fa-kaaba{--fa:"\f66b"}.fa-khanda{--fa:"\f66d"}.fa-landmark{--fa:"\f66f"}.fa-envelopes-bulk,.fa-mail-bulk{--fa:"\f674"}.fa-menorah{--fa:"\f676"}.fa-mosque{--fa:"\f678"}.fa-om{--fa:"\f679"}.fa-pastafarianism,.fa-spaghetti-monster-flying{--fa:"\f67b"}.fa-peace{--fa:"\f67c"}.fa-place-of-worship{--fa:"\f67f"}.fa-poll,.fa-square-poll-vertical{--fa:"\f681"}.fa-poll-h,.fa-square-poll-horizontal{--fa:"\f682"}.fa-person-praying,.fa-pray{--fa:"\f683"}.fa-hands-praying,.fa-praying-hands{--fa:"\f684"}.fa-book-quran,.fa-quran{--fa:"\f687"}.fa-magnifying-glass-dollar,.fa-search-dollar{--fa:"\f688"}.fa-magnifying-glass-location,.fa-search-location{--fa:"\f689"}.fa-socks{--fa:"\f696"}.fa-square-root-alt,.fa-square-root-variable{--fa:"\f698"}.fa-star-and-crescent{--fa:"\f699"}.fa-star-of-david{--fa:"\f69a"}.fa-synagogue{--fa:"\f69b"}.fa-scroll-torah,.fa-torah{--fa:"\f6a0"}.fa-torii-gate{--fa:"\f6a1"}.fa-vihara{--fa:"\f6a7"}.fa-volume,.fa-volume-medium{--fa:"\f6a8"}.fa-volume-mute,.fa-volume-times,.fa-volume-xmark{--fa:"\f6a9"}.fa-yin-yang{--fa:"\f6ad"}.fa-blender-phone{--fa:"\f6b6"}.fa-book-dead,.fa-book-skull{--fa:"\f6b7"}.fa-campground{--fa:"\f6bb"}.fa-cat{--fa:"\f6be"}.fa-chair{--fa:"\f6c0"}.fa-cloud-moon{--fa:"\f6c3"}.fa-cloud-sun{--fa:"\f6c4"}.fa-cow{--fa:"\f6c8"}.fa-dice-d20{--fa:"\f6cf"}.fa-dice-d6{--fa:"\f6d1"}.fa-dog{--fa:"\f6d3"}.fa-dragon{--fa:"\f6d5"}.fa-drumstick-bite{--fa:"\f6d7"}.fa-dungeon{--fa:"\f6d9"}.fa-file-csv{--fa:"\f6dd"}.fa-fist-raised,.fa-hand-fist{--fa:"\f6de"}.fa-ghost{--fa:"\f6e2"}.fa-hammer{--fa:"\f6e3"}.fa-hanukiah{--fa:"\f6e6"}.fa-hat-wizard{--fa:"\f6e8"}.fa-hiking,.fa-person-hiking{--fa:"\f6ec"}.fa-hippo{--fa:"\f6ed"}.fa-horse{--fa:"\f6f0"}.fa-house-chimney-crack,.fa-house-damage{--fa:"\f6f1"}.fa-hryvnia,.fa-hryvnia-sign{--fa:"\f6f2"}.fa-mask{--fa:"\f6fa"}.fa-mountain{--fa:"\f6fc"}.fa-network-wired{--fa:"\f6ff"}.fa-otter{--fa:"\f700"}.fa-ring{--fa:"\f70b"}.fa-person-running,.fa-running{--fa:"\f70c"}.fa-scroll{--fa:"\f70e"}.fa-skull-crossbones{--fa:"\f714"}.fa-slash{--fa:"\f715"}.fa-spider{--fa:"\f717"}.fa-toilet-paper,.fa-toilet-paper-alt,.fa-toilet-paper-blank{--fa:"\f71e"}.fa-tractor{--fa:"\f722"}.fa-user-injured{--fa:"\f728"}.fa-vr-cardboard{--fa:"\f729"}.fa-wand-sparkles{--fa:"\f72b"}.fa-wind{--fa:"\f72e"}.fa-wine-bottle{--fa:"\f72f"}.fa-cloud-meatball{--fa:"\f73b"}.fa-cloud-moon-rain{--fa:"\f73c"}.fa-cloud-rain{--fa:"\f73d"}.fa-cloud-showers-heavy{--fa:"\f740"}.fa-cloud-sun-rain{--fa:"\f743"}.fa-democrat{--fa:"\f747"}.fa-flag-usa{--fa:"\f74d"}.fa-hurricane{--fa:"\f751"}.fa-landmark-alt,.fa-landmark-dome{--fa:"\f752"}.fa-meteor{--fa:"\f753"}.fa-person-booth{--fa:"\f756"}.fa-poo-bolt,.fa-poo-storm{--fa:"\f75a"}.fa-rainbow{--fa:"\f75b"}.fa-republican{--fa:"\f75e"}.fa-smog{--fa:"\f75f"}.fa-temperature-high{--fa:"\f769"}.fa-temperature-low{--fa:"\f76b"}.fa-cloud-bolt,.fa-thunderstorm{--fa:"\f76c"}.fa-tornado{--fa:"\f76f"}.fa-volcano{--fa:"\f770"}.fa-check-to-slot,.fa-vote-yea{--fa:"\f772"}.fa-water{--fa:"\f773"}.fa-baby{--fa:"\f77c"}.fa-baby-carriage,.fa-carriage-baby{--fa:"\f77d"}.fa-biohazard{--fa:"\f780"}.fa-blog{--fa:"\f781"}.fa-calendar-day{--fa:"\f783"}.fa-calendar-week{--fa:"\f784"}.fa-candy-cane{--fa:"\f786"}.fa-carrot{--fa:"\f787"}.fa-cash-register{--fa:"\f788"}.fa-compress-arrows-alt,.fa-minimize{--fa:"\f78c"}.fa-dumpster{--fa:"\f793"}.fa-dumpster-fire{--fa:"\f794"}.fa-ethernet{--fa:"\f796"}.fa-gifts{--fa:"\f79c"}.fa-champagne-glasses,.fa-glass-cheers{--fa:"\f79f"}.fa-glass-whiskey,.fa-whiskey-glass{--fa:"\f7a0"}.fa-earth-europe,.fa-globe-europe{--fa:"\f7a2"}.fa-grip-lines{--fa:"\f7a4"}.fa-grip-lines-vertical{--fa:"\f7a5"}.fa-guitar{--fa:"\f7a6"}.fa-heart-broken,.fa-heart-crack{--fa:"\f7a9"}.fa-holly-berry{--fa:"\f7aa"}.fa-horse-head{--fa:"\f7ab"}.fa-icicles{--fa:"\f7ad"}.fa-igloo{--fa:"\f7ae"}.fa-mitten{--fa:"\f7b5"}.fa-mug-hot{--fa:"\f7b6"}.fa-radiation{--fa:"\f7b9"}.fa-circle-radiation,.fa-radiation-alt{--fa:"\f7ba"}.fa-restroom{--fa:"\f7bd"}.fa-satellite{--fa:"\f7bf"}.fa-satellite-dish{--fa:"\f7c0"}.fa-sd-card{--fa:"\f7c2"}.fa-sim-card{--fa:"\f7c4"}.fa-person-skating,.fa-skating{--fa:"\f7c5"}.fa-person-skiing,.fa-skiing{--fa:"\f7c9"}.fa-person-skiing-nordic,.fa-skiing-nordic{--fa:"\f7ca"}.fa-sleigh{--fa:"\f7cc"}.fa-comment-sms,.fa-sms{--fa:"\f7cd"}.fa-person-snowboarding,.fa-snowboarding{--fa:"\f7ce"}.fa-snowman{--fa:"\f7d0"}.fa-snowplow{--fa:"\f7d2"}.fa-tenge,.fa-tenge-sign{--fa:"\f7d7"}.fa-toilet{--fa:"\f7d8"}.fa-screwdriver-wrench,.fa-tools{--fa:"\f7d9"}.fa-cable-car,.fa-tram{--fa:"\f7da"}.fa-fire-alt,.fa-fire-flame-curved{--fa:"\f7e4"}.fa-bacon{--fa:"\f7e5"}.fa-book-medical{--fa:"\f7e6"}.fa-bread-slice{--fa:"\f7ec"}.fa-cheese{--fa:"\f7ef"}.fa-clinic-medical,.fa-house-chimney-medical{--fa:"\f7f2"}.fa-clipboard-user{--fa:"\f7f3"}.fa-comment-medical{--fa:"\f7f5"}.fa-crutch{--fa:"\f7f7"}.fa-disease{--fa:"\f7fa"}.fa-egg{--fa:"\f7fb"}.fa-folder-tree{--fa:"\f802"}.fa-burger,.fa-hamburger{--fa:"\f805"}.fa-hand-middle-finger{--fa:"\f806"}.fa-hard-hat,.fa-hat-hard,.fa-helmet-safety{--fa:"\f807"}.fa-hospital-user{--fa:"\f80d"}.fa-hotdog{--fa:"\f80f"}.fa-ice-cream{--fa:"\f810"}.fa-laptop-medical{--fa:"\f812"}.fa-pager{--fa:"\f815"}.fa-pepper-hot{--fa:"\f816"}.fa-pizza-slice{--fa:"\f818"}.fa-sack-dollar{--fa:"\f81d"}.fa-book-tanakh,.fa-tanakh{--fa:"\f827"}.fa-bars-progress,.fa-tasks-alt{--fa:"\f828"}.fa-trash-arrow-up,.fa-trash-restore{--fa:"\f829"}.fa-trash-can-arrow-up,.fa-trash-restore-alt{--fa:"\f82a"}.fa-user-nurse{--fa:"\f82f"}.fa-wave-square{--fa:"\f83e"}.fa-biking,.fa-person-biking{--fa:"\f84a"}.fa-border-all{--fa:"\f84c"}.fa-border-none{--fa:"\f850"}.fa-border-style,.fa-border-top-left{--fa:"\f853"}.fa-digging,.fa-person-digging{--fa:"\f85e"}.fa-fan{--fa:"\f863"}.fa-heart-music-camera-bolt,.fa-icons{--fa:"\f86d"}.fa-phone-alt,.fa-phone-flip{--fa:"\f879"}.fa-phone-square-alt,.fa-square-phone-flip{--fa:"\f87b"}.fa-photo-film,.fa-photo-video{--fa:"\f87c"}.fa-remove-format,.fa-text-slash{--fa:"\f87d"}.fa-arrow-down-z-a,.fa-sort-alpha-desc,.fa-sort-alpha-down-alt{--fa:"\f881"}.fa-arrow-up-z-a,.fa-sort-alpha-up-alt{--fa:"\f882"}.fa-arrow-down-short-wide,.fa-sort-amount-desc,.fa-sort-amount-down-alt{--fa:"\f884"}.fa-arrow-up-short-wide,.fa-sort-amount-up-alt{--fa:"\f885"}.fa-arrow-down-9-1,.fa-sort-numeric-desc,.fa-sort-numeric-down-alt{--fa:"\f886"}.fa-arrow-up-9-1,.fa-sort-numeric-up-alt{--fa:"\f887"}.fa-spell-check{--fa:"\f891"}.fa-voicemail{--fa:"\f897"}.fa-hat-cowboy{--fa:"\f8c0"}.fa-hat-cowboy-side{--fa:"\f8c1"}.fa-computer-mouse,.fa-mouse{--fa:"\f8cc"}.fa-radio{--fa:"\f8d7"}.fa-record-vinyl{--fa:"\f8d9"}.fa-walkie-talkie{--fa:"\f8ef"}.fa-caravan{--fa:"\f8ff"}:host,:root{--fa-family-brands:"Font Awesome 7 Brands";--fa-font-brands:normal 400 1em/1 var(--fa-family-brands)}@font-face{font-display:block;font-family:Font Awesome\ 7 Brands;font-style:normal;font-weight:400;src:url(/static/media/fa-brands-400.f276979f97f1cf375d23.woff2)}.fa-brands,.fa-classic.fa-brands,.fab{--fa-family:var(--fa-family-brands);--fa-style:400}.fa-firefox-browser{--fa:"\e007"}.fa-ideal{--fa:"\e013"}.fa-microblog{--fa:"\e01a"}.fa-pied-piper-square,.fa-square-pied-piper{--fa:"\e01e"}.fa-unity{--fa:"\e049"}.fa-dailymotion{--fa:"\e052"}.fa-instagram-square,.fa-square-instagram{--fa:"\e055"}.fa-mixer{--fa:"\e056"}.fa-shopify{--fa:"\e057"}.fa-deezer{--fa:"\e077"}.fa-edge-legacy{--fa:"\e078"}.fa-google-pay{--fa:"\e079"}.fa-rust{--fa:"\e07a"}.fa-tiktok{--fa:"\e07b"}.fa-unsplash{--fa:"\e07c"}.fa-cloudflare{--fa:"\e07d"}.fa-guilded{--fa:"\e07e"}.fa-hive{--fa:"\e07f"}.fa-42-group,.fa-innosoft{--fa:"\e080"}.fa-instalod{--fa:"\e081"}.fa-octopus-deploy{--fa:"\e082"}.fa-perbyte{--fa:"\e083"}.fa-uncharted{--fa:"\e084"}.fa-watchman-monitoring{--fa:"\e087"}.fa-wodu{--fa:"\e088"}.fa-wirsindhandwerk,.fa-wsh{--fa:"\e2d0"}.fa-bots{--fa:"\e340"}.fa-cmplid{--fa:"\e360"}.fa-bilibili{--fa:"\e3d9"}.fa-golang{--fa:"\e40f"}.fa-pix{--fa:"\e43a"}.fa-sitrox{--fa:"\e44a"}.fa-hashnode{--fa:"\e499"}.fa-meta{--fa:"\e49b"}.fa-padlet{--fa:"\e4a0"}.fa-nfc-directional{--fa:"\e530"}.fa-nfc-symbol{--fa:"\e531"}.fa-screenpal{--fa:"\e570"}.fa-space-awesome{--fa:"\e5ac"}.fa-square-font-awesome{--fa:"\e5ad"}.fa-gitlab-square,.fa-square-gitlab{--fa:"\e5ae"}.fa-odysee{--fa:"\e5c6"}.fa-stubber{--fa:"\e5c7"}.fa-debian{--fa:"\e60b"}.fa-shoelace{--fa:"\e60c"}.fa-threads{--fa:"\e618"}.fa-square-threads{--fa:"\e619"}.fa-square-x-twitter{--fa:"\e61a"}.fa-x-twitter{--fa:"\e61b"}.fa-opensuse{--fa:"\e62b"}.fa-letterboxd{--fa:"\e62d"}.fa-square-letterboxd{--fa:"\e62e"}.fa-mintbit{--fa:"\e62f"}.fa-google-scholar{--fa:"\e63b"}.fa-brave{--fa:"\e63c"}.fa-brave-reverse{--fa:"\e63d"}.fa-pixiv{--fa:"\e640"}.fa-upwork{--fa:"\e641"}.fa-webflow{--fa:"\e65c"}.fa-signal-messenger{--fa:"\e663"}.fa-bluesky{--fa:"\e671"}.fa-jxl{--fa:"\e67b"}.fa-square-upwork{--fa:"\e67c"}.fa-web-awesome{--fa:"\e682"}.fa-square-web-awesome{--fa:"\e683"}.fa-square-web-awesome-stroke{--fa:"\e684"}.fa-dart-lang{--fa:"\e693"}.fa-flutter{--fa:"\e694"}.fa-files-pinwheel{--fa:"\e69f"}.fa-css{--fa:"\e6a2"}.fa-square-bluesky{--fa:"\e6a3"}.fa-openai{--fa:"\e7cf"}.fa-square-linkedin{--fa:"\e7d0"}.fa-cash-app{--fa:"\e7d4"}.fa-disqus{--fa:"\e7d5"}.fa-11ty,.fa-eleventy{--fa:"\e7d6"}.fa-kakao-talk{--fa:"\e7d7"}.fa-linktree{--fa:"\e7d8"}.fa-notion{--fa:"\e7d9"}.fa-pandora{--fa:"\e7da"}.fa-pixelfed{--fa:"\e7db"}.fa-tidal{--fa:"\e7dc"}.fa-vsco{--fa:"\e7dd"}.fa-w3c{--fa:"\e7de"}.fa-lumon{--fa:"\e7e2"}.fa-lumon-drop{--fa:"\e7e3"}.fa-square-figma{--fa:"\e7e4"}.fa-tex{--fa:"\e7ff"}.fa-duolingo{--fa:"\e812"}.fa-supportnow{--fa:"\e833"}.fa-tor-browser{--fa:"\e838"}.fa-typescript{--fa:"\e840"}.fa-square-deskpro{--fa:"\e844"}.fa-circle-zulip{--fa:"\e851"}.fa-julia{--fa:"\e852"}.fa-zulip{--fa:"\e853"}.fa-unison{--fa:"\e854"}.fa-bgg,.fa-board-game-geek{--fa:"\e855"}.fa-ko-fi{--fa:"\e856"}.fa-kubernetes{--fa:"\e857"}.fa-postgresql{--fa:"\e858"}.fa-scaleway{--fa:"\e859"}.fa-venmo{--fa:"\e85a"}.fa-venmo-v{--fa:"\e85b"}.fa-unreal-engine{--fa:"\e85c"}.fa-globaleaks{--fa:"\e85d"}.fa-solana{--fa:"\e85e"}.fa-threema{--fa:"\e85f"}.fa-forgejo{--fa:"\e860"}.fa-claude{--fa:"\e861"}.fa-gitee{--fa:"\e863"}.fa-xmpp{--fa:"\e864"}.fa-fediverse{--fa:"\e865"}.fa-tailwind-css{--fa:"\e866"}.fa-arch-linux{--fa:"\e867"}.fa-svelte{--fa:"\e868"}.fa-hugging-face{--fa:"\e869"}.fa-leetcode{--fa:"\e86a"}.fa-openstreetmap{--fa:"\e86b"}.fa-ultralytics{--fa:"\e86d"}.fa-ultralytics-hub{--fa:"\e86e"}.fa-ultralytics-yolo{--fa:"\e86f"}.fa-obsidian{--fa:"\e879"}.fa-zoom{--fa:"\e87b"}.fa-vim{--fa:"\e88a"}.fa-symfonycasts{--fa:"\e8ab"}.fa-square-twitter,.fa-twitter-square{--fa:"\f081"}.fa-facebook-square,.fa-square-facebook{--fa:"\f082"}.fa-linkedin{--fa:"\f08c"}.fa-github-square,.fa-square-github{--fa:"\f092"}.fa-twitter{--fa:"\f099"}.fa-facebook{--fa:"\f09a"}.fa-github{--fa:"\f09b"}.fa-pinterest{--fa:"\f0d2"}.fa-pinterest-square,.fa-square-pinterest{--fa:"\f0d3"}.fa-google-plus-square,.fa-square-google-plus{--fa:"\f0d4"}.fa-google-plus-g{--fa:"\f0d5"}.fa-linkedin-in{--fa:"\f0e1"}.fa-github-alt{--fa:"\f113"}.fa-maxcdn{--fa:"\f136"}.fa-html5{--fa:"\f13b"}.fa-css3{--fa:"\f13c"}.fa-btc{--fa:"\f15a"}.fa-youtube{--fa:"\f167"}.fa-xing{--fa:"\f168"}.fa-square-xing,.fa-xing-square{--fa:"\f169"}.fa-dropbox{--fa:"\f16b"}.fa-stack-overflow{--fa:"\f16c"}.fa-instagram{--fa:"\f16d"}.fa-flickr{--fa:"\f16e"}.fa-adn{--fa:"\f170"}.fa-bitbucket{--fa:"\f171"}.fa-tumblr{--fa:"\f173"}.fa-square-tumblr,.fa-tumblr-square{--fa:"\f174"}.fa-apple{--fa:"\f179"}.fa-windows{--fa:"\f17a"}.fa-android{--fa:"\f17b"}.fa-linux{--fa:"\f17c"}.fa-dribbble{--fa:"\f17d"}.fa-skype{--fa:"\f17e"}.fa-foursquare{--fa:"\f180"}.fa-trello{--fa:"\f181"}.fa-gratipay{--fa:"\f184"}.fa-vk{--fa:"\f189"}.fa-weibo{--fa:"\f18a"}.fa-renren{--fa:"\f18b"}.fa-pagelines{--fa:"\f18c"}.fa-stack-exchange{--fa:"\f18d"}.fa-square-vimeo,.fa-vimeo-square{--fa:"\f194"}.fa-slack,.fa-slack-hash{--fa:"\f198"}.fa-wordpress{--fa:"\f19a"}.fa-openid{--fa:"\f19b"}.fa-yahoo{--fa:"\f19e"}.fa-google{--fa:"\f1a0"}.fa-reddit{--fa:"\f1a1"}.fa-reddit-square,.fa-square-reddit{--fa:"\f1a2"}.fa-stumbleupon-circle{--fa:"\f1a3"}.fa-stumbleupon{--fa:"\f1a4"}.fa-delicious{--fa:"\f1a5"}.fa-digg{--fa:"\f1a6"}.fa-pied-piper-pp{--fa:"\f1a7"}.fa-pied-piper-alt{--fa:"\f1a8"}.fa-drupal{--fa:"\f1a9"}.fa-joomla{--fa:"\f1aa"}.fa-behance{--fa:"\f1b4"}.fa-behance-square,.fa-square-behance{--fa:"\f1b5"}.fa-steam{--fa:"\f1b6"}.fa-square-steam,.fa-steam-square{--fa:"\f1b7"}.fa-spotify{--fa:"\f1bc"}.fa-deviantart{--fa:"\f1bd"}.fa-soundcloud{--fa:"\f1be"}.fa-vine{--fa:"\f1ca"}.fa-codepen{--fa:"\f1cb"}.fa-jsfiddle{--fa:"\f1cc"}.fa-rebel{--fa:"\f1d0"}.fa-empire{--fa:"\f1d1"}.fa-git-square,.fa-square-git{--fa:"\f1d2"}.fa-git{--fa:"\f1d3"}.fa-hacker-news{--fa:"\f1d4"}.fa-tencent-weibo{--fa:"\f1d5"}.fa-qq{--fa:"\f1d6"}.fa-weixin{--fa:"\f1d7"}.fa-slideshare{--fa:"\f1e7"}.fa-twitch{--fa:"\f1e8"}.fa-yelp{--fa:"\f1e9"}.fa-paypal{--fa:"\f1ed"}.fa-google-wallet{--fa:"\f1ee"}.fa-cc-visa{--fa:"\f1f0"}.fa-cc-mastercard{--fa:"\f1f1"}.fa-cc-discover{--fa:"\f1f2"}.fa-cc-amex{--fa:"\f1f3"}.fa-cc-paypal{--fa:"\f1f4"}.fa-cc-stripe{--fa:"\f1f5"}.fa-lastfm{--fa:"\f202"}.fa-lastfm-square,.fa-square-lastfm{--fa:"\f203"}.fa-ioxhost{--fa:"\f208"}.fa-angellist{--fa:"\f209"}.fa-buysellads{--fa:"\f20d"}.fa-connectdevelop{--fa:"\f20e"}.fa-dashcube{--fa:"\f210"}.fa-forumbee{--fa:"\f211"}.fa-leanpub{--fa:"\f212"}.fa-sellsy{--fa:"\f213"}.fa-shirtsinbulk{--fa:"\f214"}.fa-simplybuilt{--fa:"\f215"}.fa-skyatlas{--fa:"\f216"}.fa-pinterest-p{--fa:"\f231"}.fa-whatsapp{--fa:"\f232"}.fa-viacoin{--fa:"\f237"}.fa-medium,.fa-medium-m{--fa:"\f23a"}.fa-y-combinator{--fa:"\f23b"}.fa-optin-monster{--fa:"\f23c"}.fa-opencart{--fa:"\f23d"}.fa-expeditedssl{--fa:"\f23e"}.fa-cc-jcb{--fa:"\f24b"}.fa-cc-diners-club{--fa:"\f24c"}.fa-creative-commons{--fa:"\f25e"}.fa-gg{--fa:"\f260"}.fa-gg-circle{--fa:"\f261"}.fa-odnoklassniki{--fa:"\f263"}.fa-odnoklassniki-square,.fa-square-odnoklassniki{--fa:"\f264"}.fa-get-pocket{--fa:"\f265"}.fa-wikipedia-w{--fa:"\f266"}.fa-safari{--fa:"\f267"}.fa-chrome{--fa:"\f268"}.fa-firefox{--fa:"\f269"}.fa-opera{--fa:"\f26a"}.fa-internet-explorer{--fa:"\f26b"}.fa-contao{--fa:"\f26d"}.fa-500px{--fa:"\f26e"}.fa-amazon{--fa:"\f270"}.fa-houzz{--fa:"\f27c"}.fa-vimeo-v{--fa:"\f27d"}.fa-black-tie{--fa:"\f27e"}.fa-fonticons{--fa:"\f280"}.fa-reddit-alien{--fa:"\f281"}.fa-edge{--fa:"\f282"}.fa-codiepie{--fa:"\f284"}.fa-modx{--fa:"\f285"}.fa-fort-awesome{--fa:"\f286"}.fa-usb{--fa:"\f287"}.fa-product-hunt{--fa:"\f288"}.fa-mixcloud{--fa:"\f289"}.fa-scribd{--fa:"\f28a"}.fa-bluetooth{--fa:"\f293"}.fa-bluetooth-b{--fa:"\f294"}.fa-gitlab{--fa:"\f296"}.fa-wpbeginner{--fa:"\f297"}.fa-wpforms{--fa:"\f298"}.fa-envira{--fa:"\f299"}.fa-glide{--fa:"\f2a5"}.fa-glide-g{--fa:"\f2a6"}.fa-viadeo{--fa:"\f2a9"}.fa-square-viadeo,.fa-viadeo-square{--fa:"\f2aa"}.fa-snapchat,.fa-snapchat-ghost{--fa:"\f2ab"}.fa-snapchat-square,.fa-square-snapchat{--fa:"\f2ad"}.fa-pied-piper{--fa:"\f2ae"}.fa-first-order{--fa:"\f2b0"}.fa-yoast{--fa:"\f2b1"}.fa-themeisle{--fa:"\f2b2"}.fa-google-plus{--fa:"\f2b3"}.fa-font-awesome,.fa-font-awesome-flag,.fa-font-awesome-logo-full{--fa:"\f2b4"}.fa-linode{--fa:"\f2b8"}.fa-quora{--fa:"\f2c4"}.fa-free-code-camp{--fa:"\f2c5"}.fa-telegram,.fa-telegram-plane{--fa:"\f2c6"}.fa-bandcamp{--fa:"\f2d5"}.fa-grav{--fa:"\f2d6"}.fa-etsy{--fa:"\f2d7"}.fa-imdb{--fa:"\f2d8"}.fa-ravelry{--fa:"\f2d9"}.fa-sellcast{--fa:"\f2da"}.fa-superpowers{--fa:"\f2dd"}.fa-wpexplorer{--fa:"\f2de"}.fa-meetup{--fa:"\f2e0"}.fa-font-awesome-alt,.fa-square-font-awesome-stroke{--fa:"\f35c"}.fa-accessible-icon{--fa:"\f368"}.fa-accusoft{--fa:"\f369"}.fa-adversal{--fa:"\f36a"}.fa-affiliatetheme{--fa:"\f36b"}.fa-algolia{--fa:"\f36c"}.fa-amilia{--fa:"\f36d"}.fa-angrycreative{--fa:"\f36e"}.fa-app-store{--fa:"\f36f"}.fa-app-store-ios{--fa:"\f370"}.fa-apper{--fa:"\f371"}.fa-asymmetrik{--fa:"\f372"}.fa-audible{--fa:"\f373"}.fa-avianex{--fa:"\f374"}.fa-aws{--fa:"\f375"}.fa-bimobject{--fa:"\f378"}.fa-bitcoin{--fa:"\f379"}.fa-bity{--fa:"\f37a"}.fa-blackberry{--fa:"\f37b"}.fa-blogger{--fa:"\f37c"}.fa-blogger-b{--fa:"\f37d"}.fa-buromobelexperte{--fa:"\f37f"}.fa-centercode{--fa:"\f380"}.fa-cloudscale{--fa:"\f383"}.fa-cloudsmith{--fa:"\f384"}.fa-cloudversify{--fa:"\f385"}.fa-cpanel{--fa:"\f388"}.fa-css3-alt{--fa:"\f38b"}.fa-cuttlefish{--fa:"\f38c"}.fa-d-and-d{--fa:"\f38d"}.fa-deploydog{--fa:"\f38e"}.fa-deskpro{--fa:"\f38f"}.fa-digital-ocean{--fa:"\f391"}.fa-discord{--fa:"\f392"}.fa-discourse{--fa:"\f393"}.fa-dochub{--fa:"\f394"}.fa-docker{--fa:"\f395"}.fa-draft2digital{--fa:"\f396"}.fa-dribbble-square,.fa-square-dribbble{--fa:"\f397"}.fa-dyalog{--fa:"\f399"}.fa-earlybirds{--fa:"\f39a"}.fa-erlang{--fa:"\f39d"}.fa-facebook-f{--fa:"\f39e"}.fa-facebook-messenger{--fa:"\f39f"}.fa-firstdraft{--fa:"\f3a1"}.fa-fonticons-fi{--fa:"\f3a2"}.fa-fort-awesome-alt{--fa:"\f3a3"}.fa-freebsd{--fa:"\f3a4"}.fa-gitkraken{--fa:"\f3a6"}.fa-gofore{--fa:"\f3a7"}.fa-goodreads{--fa:"\f3a8"}.fa-goodreads-g{--fa:"\f3a9"}.fa-google-drive{--fa:"\f3aa"}.fa-google-play{--fa:"\f3ab"}.fa-gripfire{--fa:"\f3ac"}.fa-grunt{--fa:"\f3ad"}.fa-gulp{--fa:"\f3ae"}.fa-hacker-news-square,.fa-square-hacker-news{--fa:"\f3af"}.fa-hire-a-helper{--fa:"\f3b0"}.fa-hotjar{--fa:"\f3b1"}.fa-hubspot{--fa:"\f3b2"}.fa-itunes{--fa:"\f3b4"}.fa-itunes-note{--fa:"\f3b5"}.fa-jenkins{--fa:"\f3b6"}.fa-joget{--fa:"\f3b7"}.fa-js{--fa:"\f3b8"}.fa-js-square,.fa-square-js{--fa:"\f3b9"}.fa-keycdn{--fa:"\f3ba"}.fa-kickstarter,.fa-square-kickstarter{--fa:"\f3bb"}.fa-kickstarter-k{--fa:"\f3bc"}.fa-laravel{--fa:"\f3bd"}.fa-line{--fa:"\f3c0"}.fa-lyft{--fa:"\f3c3"}.fa-magento{--fa:"\f3c4"}.fa-medapps{--fa:"\f3c6"}.fa-medrt{--fa:"\f3c8"}.fa-microsoft{--fa:"\f3ca"}.fa-mix{--fa:"\f3cb"}.fa-mizuni{--fa:"\f3cc"}.fa-monero{--fa:"\f3d0"}.fa-napster{--fa:"\f3d2"}.fa-node-js{--fa:"\f3d3"}.fa-npm{--fa:"\f3d4"}.fa-ns8{--fa:"\f3d5"}.fa-nutritionix{--fa:"\f3d6"}.fa-page4{--fa:"\f3d7"}.fa-palfed{--fa:"\f3d8"}.fa-patreon{--fa:"\f3d9"}.fa-periscope{--fa:"\f3da"}.fa-phabricator{--fa:"\f3db"}.fa-phoenix-framework{--fa:"\f3dc"}.fa-playstation{--fa:"\f3df"}.fa-pushed{--fa:"\f3e1"}.fa-python{--fa:"\f3e2"}.fa-red-river{--fa:"\f3e3"}.fa-rendact,.fa-wpressr{--fa:"\f3e4"}.fa-replyd{--fa:"\f3e6"}.fa-resolving{--fa:"\f3e7"}.fa-rocketchat{--fa:"\f3e8"}.fa-rockrms{--fa:"\f3e9"}.fa-schlix{--fa:"\f3ea"}.fa-searchengin{--fa:"\f3eb"}.fa-servicestack{--fa:"\f3ec"}.fa-sistrix{--fa:"\f3ee"}.fa-speakap{--fa:"\f3f3"}.fa-staylinked{--fa:"\f3f5"}.fa-steam-symbol{--fa:"\f3f6"}.fa-sticker-mule{--fa:"\f3f7"}.fa-studiovinari{--fa:"\f3f8"}.fa-supple{--fa:"\f3f9"}.fa-uber{--fa:"\f402"}.fa-uikit{--fa:"\f403"}.fa-uniregistry{--fa:"\f404"}.fa-untappd{--fa:"\f405"}.fa-ussunnah{--fa:"\f407"}.fa-vaadin{--fa:"\f408"}.fa-viber{--fa:"\f409"}.fa-vimeo{--fa:"\f40a"}.fa-vnv{--fa:"\f40b"}.fa-square-whatsapp,.fa-whatsapp-square{--fa:"\f40c"}.fa-whmcs{--fa:"\f40d"}.fa-wordpress-simple{--fa:"\f411"}.fa-xbox{--fa:"\f412"}.fa-yandex{--fa:"\f413"}.fa-yandex-international{--fa:"\f414"}.fa-apple-pay{--fa:"\f415"}.fa-cc-apple-pay{--fa:"\f416"}.fa-fly{--fa:"\f417"}.fa-node{--fa:"\f419"}.fa-osi{--fa:"\f41a"}.fa-react{--fa:"\f41b"}.fa-autoprefixer{--fa:"\f41c"}.fa-less{--fa:"\f41d"}.fa-sass{--fa:"\f41e"}.fa-vuejs{--fa:"\f41f"}.fa-angular{--fa:"\f420"}.fa-aviato{--fa:"\f421"}.fa-ember{--fa:"\f423"}.fa-gitter{--fa:"\f426"}.fa-hooli{--fa:"\f427"}.fa-strava{--fa:"\f428"}.fa-stripe{--fa:"\f429"}.fa-stripe-s{--fa:"\f42a"}.fa-typo3{--fa:"\f42b"}.fa-amazon-pay{--fa:"\f42c"}.fa-cc-amazon-pay{--fa:"\f42d"}.fa-ethereum{--fa:"\f42e"}.fa-korvue{--fa:"\f42f"}.fa-elementor{--fa:"\f430"}.fa-square-youtube,.fa-youtube-square{--fa:"\f431"}.fa-flipboard{--fa:"\f44d"}.fa-hips{--fa:"\f452"}.fa-php{--fa:"\f457"}.fa-quinscape{--fa:"\f459"}.fa-readme{--fa:"\f4d5"}.fa-java{--fa:"\f4e4"}.fa-pied-piper-hat{--fa:"\f4e5"}.fa-creative-commons-by{--fa:"\f4e7"}.fa-creative-commons-nc{--fa:"\f4e8"}.fa-creative-commons-nc-eu{--fa:"\f4e9"}.fa-creative-commons-nc-jp{--fa:"\f4ea"}.fa-creative-commons-nd{--fa:"\f4eb"}.fa-creative-commons-pd{--fa:"\f4ec"}.fa-creative-commons-pd-alt{--fa:"\f4ed"}.fa-creative-commons-remix{--fa:"\f4ee"}.fa-creative-commons-sa{--fa:"\f4ef"}.fa-creative-commons-sampling{--fa:"\f4f0"}.fa-creative-commons-sampling-plus{--fa:"\f4f1"}.fa-creative-commons-share{--fa:"\f4f2"}.fa-creative-commons-zero{--fa:"\f4f3"}.fa-ebay{--fa:"\f4f4"}.fa-keybase{--fa:"\f4f5"}.fa-mastodon{--fa:"\f4f6"}.fa-r-project{--fa:"\f4f7"}.fa-researchgate{--fa:"\f4f8"}.fa-teamspeak{--fa:"\f4f9"}.fa-first-order-alt{--fa:"\f50a"}.fa-fulcrum{--fa:"\f50b"}.fa-galactic-republic{--fa:"\f50c"}.fa-galactic-senate{--fa:"\f50d"}.fa-jedi-order{--fa:"\f50e"}.fa-mandalorian{--fa:"\f50f"}.fa-old-republic{--fa:"\f510"}.fa-phoenix-squadron{--fa:"\f511"}.fa-sith{--fa:"\f512"}.fa-trade-federation{--fa:"\f513"}.fa-wolf-pack-battalion{--fa:"\f514"}.fa-hornbill{--fa:"\f592"}.fa-mailchimp{--fa:"\f59e"}.fa-megaport{--fa:"\f5a3"}.fa-nimblr{--fa:"\f5a8"}.fa-rev{--fa:"\f5b2"}.fa-shopware{--fa:"\f5b5"}.fa-squarespace{--fa:"\f5be"}.fa-themeco{--fa:"\f5c6"}.fa-weebly{--fa:"\f5cc"}.fa-wix{--fa:"\f5cf"}.fa-ello{--fa:"\f5f1"}.fa-hackerrank{--fa:"\f5f7"}.fa-kaggle{--fa:"\f5fa"}.fa-markdown{--fa:"\f60f"}.fa-neos{--fa:"\f612"}.fa-zhihu{--fa:"\f63f"}.fa-alipay{--fa:"\f642"}.fa-the-red-yeti{--fa:"\f69d"}.fa-critical-role{--fa:"\f6c9"}.fa-d-and-d-beyond{--fa:"\f6ca"}.fa-dev{--fa:"\f6cc"}.fa-fantasy-flight-games{--fa:"\f6dc"}.fa-wizards-of-the-coast{--fa:"\f730"}.fa-think-peaks{--fa:"\f731"}.fa-reacteurope{--fa:"\f75d"}.fa-artstation{--fa:"\f77a"}.fa-atlassian{--fa:"\f77b"}.fa-canadian-maple-leaf{--fa:"\f785"}.fa-centos{--fa:"\f789"}.fa-confluence{--fa:"\f78d"}.fa-dhl{--fa:"\f790"}.fa-diaspora{--fa:"\f791"}.fa-fedex{--fa:"\f797"}.fa-fedora{--fa:"\f798"}.fa-figma{--fa:"\f799"}.fa-intercom{--fa:"\f7af"}.fa-invision{--fa:"\f7b0"}.fa-jira{--fa:"\f7b1"}.fa-mendeley{--fa:"\f7b3"}.fa-raspberry-pi{--fa:"\f7bb"}.fa-redhat{--fa:"\f7bc"}.fa-sketch{--fa:"\f7c6"}.fa-sourcetree{--fa:"\f7d3"}.fa-suse{--fa:"\f7d6"}.fa-ubuntu{--fa:"\f7df"}.fa-ups{--fa:"\f7e0"}.fa-usps{--fa:"\f7e1"}.fa-yarn{--fa:"\f7e3"}.fa-airbnb{--fa:"\f834"}.fa-battle-net{--fa:"\f835"}.fa-bootstrap{--fa:"\f836"}.fa-buffer{--fa:"\f837"}.fa-chromecast{--fa:"\f838"}.fa-evernote{--fa:"\f839"}.fa-itch-io{--fa:"\f83a"}.fa-salesforce{--fa:"\f83b"}.fa-speaker-deck{--fa:"\f83c"}.fa-symfony{--fa:"\f83d"}.fa-waze{--fa:"\f83f"}.fa-yammer{--fa:"\f840"}.fa-git-alt{--fa:"\f841"}.fa-stackpath{--fa:"\f842"}.fa-cotton-bureau{--fa:"\f89e"}.fa-buy-n-large{--fa:"\f8a6"}.fa-mdb{--fa:"\f8ca"}.fa-orcid{--fa:"\f8d2"}.fa-swift{--fa:"\f8e1"}.fa-umbraco{--fa:"\f8e8"}:host,:root{--fa-font-regular:normal 400 1em/1 var(--fa-family-classic)}@font-face{font-display:block;font-family:Font Awesome\ 7 Free;font-style:normal;font-weight:400;src:url(/static/media/fa-regular-400.cfbad32c79d9dda6af4a.woff2)}.far{--fa-family:var(--fa-family-classic)}.fa-regular,.far{--fa-style:400}:host,:root{--fa-family-classic:"Font Awesome 7 Free";--fa-font-solid:normal 900 1em/1 var(--fa-family-classic);--fa-style-family-classic:var(--fa-family-classic)}@font-face{font-display:block;font-family:Font Awesome\ 7 Free;font-style:normal;font-weight:900;src:url(/static/media/fa-solid-900.ce9a3fa740bd60b4ac3b.woff2)}.fas{--fa-style:900}.fa-classic,.fas{--fa-family:var(--fa-family-classic)}.fa-solid{--fa-style:900}@font-face{font-display:block;font-family:Font Awesome\ 5 Brands;font-weight:400;src:url(/static/media/fa-brands-400.f276979f97f1cf375d23.woff2) format("woff2")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:900;src:url(/static/media/fa-solid-900.ce9a3fa740bd60b4ac3b.woff2) format("woff2")}@font-face{font-display:block;font-family:Font Awesome\ 5 Free;font-weight:400;src:url(/static/media/fa-regular-400.cfbad32c79d9dda6af4a.woff2) format("woff2")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-solid-900.ce9a3fa740bd60b4ac3b.woff2) format("woff2")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-brands-400.f276979f97f1cf375d23.woff2) format("woff2")}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-regular-400.cfbad32c79d9dda6af4a.woff2) format("woff2");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-display:block;font-family:FontAwesome;src:url(/static/media/fa-v4compatibility.296da06936a3373940c8.woff2) format("woff2");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}.resume-template-preview-root{background:#fff;box-shadow:0 4px 20px #0000001a;color:#1a1a1a;font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;width:100%}.resume-template-classic,.resume-template-elegant,.resume-template-executive,.resume-template-modern,.resume-template-structured{font-size:14px;padding:48px 52px}.resume-template-header{margin-bottom:32px;text-align:center}.resume-template-header h2{color:#1a1a1a;font-size:28px;font-weight:600;letter-spacing:.5px;line-height:1.2;margin:0 0 8px}.resume-template-role{color:#555;font-size:15px;font-weight:500;margin:6px 0 0}.resume-template-contact{color:#666;font-size:13px;line-height:1.5;margin:12px 0 0}.resume-template-contact.center{text-align:center}.resume-template-header-classic{border-bottom:2px solid #1a1a1a;padding-bottom:20px;text-align:center}.resume-template-header-modern h2{font-size:32px;font-weight:400;letter-spacing:-.5px}.resume-template-header-modern{text-align:left}.resume-template-header-structured{text-align:center}.resume-template-header-executive{border-bottom:2px solid #4c1d95;padding-bottom:20px;text-align:center}.resume-template-preview-root .resume-template-header{background:#0000;box-shadow:none;padding:0;position:static;top:auto;transition:none;width:auto;z-index:auto}.resume-template-preview-root .resume-template-header-classic,.resume-template-preview-root .resume-template-header-executive{padding-bottom:20px}.resume-template-section{margin-bottom:28px}.resume-template-section h4{font-size:13px;font-weight:700;letter-spacing:1.5px;margin:0 0 14px;padding-bottom:6px;text-transform:uppercase}.resume-template-item em,.resume-template-item span,.resume-template-section li,.resume-template-section p{font-size:.92rem;line-height:1.65}.resume-template-stack{display:flex;flex-direction:column;gap:14px}.resume-template-stack.spacious{gap:18px}.resume-template-stack.compact{gap:8px}.resume-template-item{margin-bottom:16px}.resume-template-item p{color:#444;margin:6px 0 0;text-align:justify}.resume-template-item em{color:#555;display:block;font-size:14px;font-style:normal;font-weight:500;margin-top:2px}.resume-template-item span{color:#666;font-size:13px;font-weight:400}.resume-template-item strong{color:#1a1a1a;font-size:15px;font-weight:600;word-break:break-word}.resume-template-row{display:flex;gap:12px}.resume-template-row.spread{align-items:baseline;justify-content:space-between}.resume-template-row.spread.top{align-items:flex-start}.resume-template-subtle{color:#666;font-size:13px}.resume-template-empty{color:#94a3b8;font-style:italic}.resume-template-empty.dark{color:#e2e8f0b8}.resume-template-chip-row{display:flex;flex-wrap:wrap;gap:10px}.resume-template-chip-row span{background:#f0f0f0;border:1px solid #e0e0e0;border-radius:4px;color:#333;font-size:13px;padding:5px 12px}.resume-template-chip-row.muted span{background:#f5f5f5}.resume-template-section p{color:#444;line-height:1.8;margin:0}.resume-template-summary-modern{border-left:3px solid #333;color:#444;font-style:normal;margin-bottom:28px;padding-left:16px}.resume-template-bullets{margin:0;padding-left:18px}.resume-template-bullets.executive li{margin-bottom:7px}.resume-template-section-classic h4{border-bottom:2px solid #1a1a1a;color:#1a1a1a}.resume-template-section-modern h4{border-bottom:2px solid #333;color:#333}.resume-template-section-elegant h4{border-bottom:2px solid #7c2d12;color:#7c2d12}.resume-template-section-executive h4{border-bottom:2px solid #4c1d95;color:#4c1d95}.resume-template-main,.resume-template-sidebar{display:none}.resume-template-structured{padding-top:0}.resume-template-header-structured{background:linear-gradient(135deg,#1e3a8a,#1d4ed8);color:#fff;margin:0 -52px 32px;padding:36px 52px 30px}.resume-template-structured-grid{grid-gap:8px 14px;display:grid;font-size:.85rem;gap:8px 14px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.resume-template-section-structured h4{border-bottom:2px solid #1e3a8a;color:#1e3a8a;padding-bottom:6px}.resume-template-item.structured{border-left:2px solid #cbd5e1;padding-left:14px}.resume-template-skill-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,minmax(0,1fr))}.resume-template-skill-grid-item{align-items:center;display:flex;font-size:.9rem;gap:8px}.resume-template-skill-grid-item span{background:#1e3a8a;border-radius:999px;flex:0 0 auto;height:8px;width:8px}.resume-template-header-elegant{margin-bottom:34px;text-align:center}.resume-template-header-elegant h2{font-size:2rem;font-weight:500;letter-spacing:.2em}.resume-template-header-elegant .resume-template-contact{border-bottom:1px solid #cbd5e1;border-top:1px solid #cbd5e1;padding:12px 0}.resume-template-item.centered,.resume-template-section-elegant.centered{text-align:center}.resume-template-section-elegant h4{border-bottom:1px solid #94a3b8;display:inline-block;letter-spacing:.24em;margin-bottom:18px;padding:0 8px 8px}.resume-template-italic{color:#475569;font-style:italic}.resume-template-thumb{background:linear-gradient(135deg,#eff6ff,#f8fafc);border-radius:20px;height:100%;padding:16px;width:100%}.resume-template-thumb-sheet{background:#fff;border-radius:16px;box-shadow:0 10px 20px #0f172a1f;height:100%;padding:12px}.resume-template-thumb-block,.resume-template-thumb-grid span,.resume-template-thumb-header,.resume-template-thumb-line{border-radius:999px;display:block}.resume-template-thumb-header{background:#1e293b;height:12px;margin:0 auto 8px;width:66%}.resume-template-thumb-line{background:#94a3b8;height:6px;margin-bottom:6px}.resume-template-thumb-line.short{margin-left:auto;margin-right:auto;width:46%}.resume-template-thumb-line.medium{margin-left:auto;margin-right:auto;width:82%}.resume-template-thumb-block{background:#e2e8f0;height:44px;margin:10px 0;width:100%}.resume-template-thumb-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.resume-template-thumb-grid span{background:#f1f5f9;height:24px}.resume-template-thumb-modern{background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.resume-template-thumb-modern .resume-template-thumb-header{margin-left:0;margin-right:0}.resume-template-thumb-structured{background:linear-gradient(135deg,#dbeafe,#eff6ff)}.resume-template-thumb-structured .resume-template-thumb-sheet{overflow:hidden}.resume-template-thumb-structured .resume-template-thumb-header{background:#1d4ed8;border-radius:0;height:24px;margin:-12px -12px 10px;width:calc(100% + 24px)}.resume-template-thumb-executive{background:linear-gradient(135deg,#ede9fe,#f5f3ff)}.resume-template-thumb-executive .resume-template-thumb-sheet{grid-gap:10px;display:grid;gap:10px;grid-template-columns:36% 64%}.resume-template-thumb-executive .resume-template-thumb-header{grid-column:2;margin:2px 0 8px}.resume-template-thumb-executive .resume-template-thumb-block{background:#1f2937;grid-column:1;height:100%;margin:0}.resume-template-thumb-elegant{background:linear-gradient(135deg,#fef3c7,#fff7ed)}.resume-template-thumb-elegant .resume-template-thumb-header,.resume-template-thumb-elegant .resume-template-thumb-line{margin-left:auto;margin-right:auto}@media (max-width:980px){.resume-template-executive{grid-template-columns:1fr}.resume-template-main,.resume-template-sidebar{padding:26px 22px}.resume-template-skill-grid,.resume-template-structured-grid{grid-template-columns:1fr}.resume-template-classic,.resume-template-elegant,.resume-template-modern,.resume-template-structured{padding:28px 22px}.resume-template-header-structured{margin-left:-22px;margin-right:-22px;padding-left:22px;padding-right:22px}}.resume-module-stack{display:flex;flex-direction:column;gap:24px;margin-top:28px}.resume-module-hero{align-items:center;background:radial-gradient(circle at top right,#22c55e24,#0000 34%),linear-gradient(135deg,#f8fbff,#eef4ff 52%,#f0fdf4);border:1px solid #dbeafe;display:flex;gap:24px;justify-content:space-between}.resume-module-eyebrow{color:#2563eb;font-size:.82rem;font-weight:800;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.resume-module-hero h3{font-size:1.65rem;margin:0}.resume-module-hero p:last-child{color:#475569;margin:10px 0 0;max-width:720px}.resume-ats-ring,.resume-completeness-chip,.resume-library-count,.resume-score-chip,.resume-template-mini-chip{align-items:center;border-radius:999px;display:inline-flex;font-weight:800;justify-content:center}.resume-completeness-chip,.resume-library-count,.resume-score-chip,.resume-template-mini-chip{background:#eff6ff;color:#1d4ed8;padding:8px 14px}.resume-library-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.resume-upload-panel{display:flex;flex-direction:column;gap:18px}.resume-upload-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.resume-upload-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe4f0;border-radius:20px;padding:20px}.resume-upload-label{color:#2563eb;font-size:.82rem;font-weight:800;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.resume-upload-card h4{font-size:1.05rem;margin:0}.resume-upload-help{color:#64748b;font-size:.92rem;line-height:1.5;margin:10px 0 0}.resume-file-picker{color:#0f172a;display:flex;flex-direction:column;font-weight:700;gap:10px}.resume-file-picker input{background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:12px 14px}.resume-embedded-preview{background:#fff;border:1px solid #dbe4f0;border-radius:20px;overflow:hidden}.resume-embedded-frame{border:0;display:block;min-height:620px;width:100%}.resume-library-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbe4f0;border-radius:20px;padding:20px}.resume-card-head{grid-gap:14px;align-items:center;display:grid;gap:14px;grid-template-columns:52px 1fr auto}.resume-card-swatch{border-radius:16px;height:52px;width:52px}.resume-card-head h4{font-size:1.05rem;margin:0}.resume-card-head p,.resume-card-meta span{color:#64748b;font-size:.9rem;margin:4px 0 0}.resume-card-meta{justify-content:space-between;margin:16px 0}.resume-card-actions,.resume-card-meta{display:flex;flex-wrap:wrap;gap:10px}.resume-action-btn,.resume-outline-btn{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#0f172a;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:10px 14px;text-decoration:none}.resume-action-btn.danger,.resume-delete-link{color:#dc2626}.resume-template-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,minmax(0,1fr))}.resume-template-card{background:#fff;border:1px solid #dbe4f0;border-radius:20px;cursor:pointer;padding:14px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.resume-template-card.selected,.resume-template-card:hover{border-color:#60a5fa;box-shadow:0 18px 36px #2563eb1f;transform:translateY(-2px)}.resume-template-preview{align-items:center;border-radius:18px;display:flex;justify-content:center;min-height:168px;padding:16px}.resume-template-preview-sheet{background:#fffffff2;border-radius:14px;min-height:132px;padding:14px;width:88%}.resume-template-preview-bar,.resume-template-preview-columns span,.resume-template-preview-lines span{background:#94a3b88c;border-radius:999px;display:block}.resume-template-preview-bar.short{height:8px;width:42%}.resume-template-preview-bar.long{height:6px;margin-top:10px;width:72%}.resume-template-preview-columns{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px}.resume-template-preview-columns span{height:54px}.resume-template-preview-lines{grid-gap:8px;display:grid;gap:8px;margin-top:14px}.resume-template-preview-lines span{height:5px}.resume-template-copy{margin-top:14px}.resume-template-title-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.resume-template-title-row h4{font-size:1rem;margin:0}.resume-template-copy p{color:#64748b;font-size:.92rem;margin:8px 0 0}.resume-template-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.resume-preview-chip-row span,.resume-template-tags span{background:#ecfeff;border-radius:999px;color:#155e75;font-size:.8rem;font-weight:700;padding:7px 12px}.resume-builder-shell{overflow:hidden}.resume-builder-header{margin-bottom:24px}.resume-builder-actions-top{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.resume-builder-grid{grid-gap:22px;align-items:start;display:grid;gap:22px;grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr)}.resume-form-column,.resume-preview-column{display:flex;flex-direction:column;gap:18px}.resume-ats-card,.resume-form-block,.resume-form-panel,.resume-live-preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:20px}.resume-section-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.resume-ats-card h4,.resume-section-header h4{font-size:1rem;margin:0}.resume-form-grid,.resume-repeater-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.resume-form-block label,.resume-form-grid label,.resume-form-panel label,.resume-repeater-grid label{color:#334155;display:flex;flex-direction:column;font-weight:700;gap:8px}.resume-form-grid label span,.resume-repeater-grid label span{font-size:.85rem}.resume-form-block input,.resume-form-grid input,.resume-form-panel textarea,.resume-repeater-grid input,.resume-repeater-grid textarea{background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;color:#0f172a;font:inherit;padding:12px 14px;width:100%}.resume-repeater-list{display:flex;flex-direction:column;gap:14px}.resume-repeater-card{background:#fbfdff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.resume-repeater-grid .full-width{grid-column:1/-1}.resume-delete-link{align-items:center;background:#0000;border:none;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;margin-top:12px;padding:0}.resume-tag-shell{background:#f8fafc;border:1px solid #cbd5e1;border-radius:16px;padding:12px}.resume-preview-chip-row,.resume-tag-list{display:flex;flex-wrap:wrap;gap:8px}.resume-tag-pill{align-items:center;background:#e0f2fe;border-radius:999px;color:#0c4a6e;display:inline-flex;font-size:.84rem;font-weight:700;gap:8px;padding:8px 12px}.resume-tag-pill button{background:#0000;border:none;color:inherit;cursor:pointer;display:inline-flex;padding:0}.resume-tag-shell input{margin-top:12px}.resume-submit-row{display:flex;flex-wrap:wrap;gap:12px}.resume-ats-head,.resume-live-preview-head{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.resume-ats-head p,.resume-live-preview-head p{color:#64748b;font-size:.84rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.resume-ats-head strong,.resume-live-preview-head strong{display:block;font-size:1rem;margin-top:6px}.resume-preview-sheet{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #dbe4f0;border-radius:28px;min-height:640px;padding:28px}.resume-preview-header-band{border-radius:999px;height:8px;margin-bottom:16px;width:84px}.resume-preview-header h2{font-size:2rem;margin:0}.resume-preview-header p{color:#475569;margin:8px 0 0}.resume-preview-links{font-size:.92rem}.resume-preview-section{margin-top:22px}.resume-preview-section h4{color:#1d4ed8;font-size:.98rem;letter-spacing:.08em;margin:0 0 10px;text-transform:uppercase}.resume-preview-item span,.resume-preview-section li,.resume-preview-section p{color:#475569;line-height:1.6}.resume-preview-item{margin-bottom:12px}.resume-preview-item strong{display:block}.resume-ats-list,.resume-preview-section ul{margin:0;padding-left:18px}.resume-ats-ring{background:#dbeafe;color:#1d4ed8;font-size:1.2rem;height:64px;width:64px}.resume-ats-body{display:flex;flex-direction:column;gap:18px}.resume-ats-metric{background:#f8fafc;border-radius:14px;display:flex;gap:12px;justify-content:space-between;padding:12px 14px}.resume-ats-muted{color:#64748b;margin:6px 0 0}.template-clean-structured .resume-preview-header-band,.template-two-column-executive .resume-preview-header-band{width:120px}.template-modern-minimal{background:linear-gradient(180deg,#fff,#f6f3ff)}.template-simple-elegant{background:linear-gradient(180deg,#fffdf7,#fff)}@media (max-width:1300px){.resume-template-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.resume-builder-grid{grid-template-columns:1fr}}@media (max-width:980px){.resume-form-grid,.resume-library-grid,.resume-repeater-grid,.resume-template-grid,.resume-upload-grid{grid-template-columns:1fr}.resume-card-head,.resume-module-hero{align-items:flex-start;display:flex;flex-direction:column;grid-template-columns:1fr}.resume-preview-sheet{min-height:auto}}.resume-error-with-action{align-items:center;display:flex;gap:16px;justify-content:space-between}.resume-error-dismiss{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s ease;width:28px}.resume-error-dismiss:hover{background:#f1f5f9;color:#dc2626}.resume-missing-badge{background:#fef3c7;border-radius:8px;color:#92400e;font-size:.85rem;font-weight:600;padding:8px 14px}.resume-debug-info{color:#64748b;margin-top:8px}.resume-debug-info code{background:#f1f5f9;border-radius:4px;font-size:.75rem;padding:2px 6px;word-break:break-all}.resume-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.resume-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:100%}.resume-modal-header{align-items:center;background:linear-gradient(135deg,#f8fbff,#eef4ff);border-bottom:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;padding:20px 24px}.resume-modal-header h3{color:#0f172a;font-size:1.35rem;margin:0}.resume-modal-header p{color:#64748b;font-size:.9rem;margin:4px 0 0}.resume-modal-actions{align-items:center;display:flex;gap:12px}.resume-modal-close{align-items:center;background:#fff;border:1px solid #94a3b8;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#475569;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.resume-modal-close:hover{background:#f1f5f9;border-color:#dc2626;box-shadow:0 4px 8px #00000026;color:#dc2626}.resume-modal-close svg{display:block;height:20px;width:20px}.resume-modal-body{flex:1 1;overflow-y:auto;padding:24px}.resume-modal-grid{grid-gap:22px;display:grid;gap:22px;grid-template-columns:1fr;margin:0 auto;max-width:800px}.resume-modal-form-column{display:flex;flex-direction:column;gap:18px}.resume-modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}@media (max-width:1300px){.resume-modal{max-width:800px}}@media (max-width:640px){.resume-modal-overlay{padding:10px}.resume-modal{border-radius:16px;max-height:95vh}.resume-modal-body,.resume-modal-footer,.resume-modal-header{padding:16px}.resume-modal-header h3{font-size:1.1rem}.resume-ats-card,.resume-form-block,.resume-form-panel,.resume-library-card,.resume-live-preview-card,.resume-upload-card{padding:16px}.resume-preview-sheet{border-radius:22px;padding:20px}.resume-preview-header h2{font-size:1.5rem}}.vh-reg-wrapper{align-items:center;background:linear-gradient(135deg,var(--bg-primary) 0,#f1f5f9 100%);display:flex;font-family:var(--font-family);justify-content:center;min-height:100vh;padding:var(--space-4xl) var(--space-lg)}.vh-reg-container{background:var(--bg-secondary);border-radius:var(--radius-4xl);box-shadow:var(--shadow-md);max-width:1000px;padding:var(--space-4xl);width:100%}.vh-reg-header{margin-bottom:var(--space-3xl);text-align:center}.vh-back-btn{align-items:center;background:none;border:none;color:var(--text-secondary);cursor:pointer;display:flex;font-weight:var(--font-weight-semibold);gap:var(--space-sm);margin-bottom:var(--space-lg);transition:color .2s}.vh-back-btn:hover{color:var(--color-primary)}.vh-reg-header h1{color:var(--text-primary);font-size:2rem;font-weight:var(--font-weight-extrabold);margin-bottom:var(--space-sm)}.vh-reg-header p{color:var(--text-secondary)}.vh-reg-form{display:flex;flex-direction:column;gap:var(--space-3xl)}.vh-form-grid{grid-gap:var(--space-4xl);display:grid;gap:var(--space-4xl);grid-template-columns:1fr 1fr}@media (max-width:768px){.vh-form-grid{grid-template-columns:1fr}}.vh-form-section{display:flex;flex-direction:column;gap:var(--space-xl)}.vh-form-section h3{align-items:center;border-bottom:2px solid #f1f5f9;color:#334155;display:flex;font-size:1.125rem;font-weight:700;gap:10px;padding-bottom:12px}.vh-input-group{display:flex;flex-direction:column;gap:6px}.vh-input-group label{color:#475569;font-size:.875rem;font-weight:600}.vh-input-with-icon{align-items:center;display:flex;position:relative}.vh-icon{color:#94a3b8;left:12px;position:absolute}.vh-reg-form input:not([type=file]),.vh-reg-form select{border:1px solid #e2e8f0;border-radius:10px;font-size:.9375rem;outline:none;padding:10px 12px 10px 36px;transition:all .2s;width:100%}.vh-reg-form select{padding-left:12px}.vh-reg-form input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.vh-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.vh-file-group{display:flex;flex-direction:column;gap:6px}.vh-file-group label{align-items:center;color:#64748b;display:flex;font-size:.8125rem;font-weight:600;gap:6px}.vh-file-group input[type=file]{color:#64748b;font-size:.75rem}.vh-resume-choice-row{align-items:center;display:flex;gap:8px}.vh-create-resume-btn{align-items:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;color:#4338ca;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:700;gap:6px;justify-content:center;min-height:32px;padding:7px 10px;transition:all .2s;width:-webkit-fit-content;width:fit-content}.vh-create-resume-btn:hover{background:#e0e7ff;border-color:#818cf8}.vh-selected-file{color:#475569;font-size:.75rem;margin:0;word-break:break-word}.resume-registration-form-grid{grid-template-columns:minmax(0,1fr);margin:0 auto;max-width:1100px}.resume-registration-preview-panel{overflow:hidden}.resume-registration-preview-shell{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;display:flex;justify-content:center;padding:18px;width:100%}.resume-registration-preview-sheet{background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 18px 40px #0f172a14;min-height:720px;padding:36px;width:min(100%,760px)}.resume-registration-preview-sheet .resume-template-preview-root{border:0;box-shadow:none;min-height:auto}@media (max-width:768px){.resume-registration-preview-shell{padding:10px}.resume-registration-preview-sheet{min-height:560px;padding:18px}}.vh-reg-actions{align-items:center;display:flex;flex-direction:column;gap:16px;margin-top:20px}.vh-reg-submit{background:#4f46e5;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.125rem;font-weight:700;max-width:400px;padding:14px;transition:background .2s;width:100%}.vh-reg-submit:hover:not(:disabled){background:#4338ca}.vh-reg-submit:disabled{cursor:not-allowed;opacity:.7}.vh-login-redirect{color:#64748b;font-size:.9375rem}.vh-login-redirect span{color:#4f46e5;cursor:pointer;font-weight:700}.vh-alert{border-radius:10px;font-size:.875rem;margin-bottom:24px;padding:12px 16px;text-align:center}.vh-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.vh-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.vfy-page{align-items:center;background:linear-gradient(135deg,#f0f4ff,#e0e7ff);display:flex;font-family:Inter,system-ui,-apple-system,sans-serif;justify-content:center;min-height:100vh;padding:2rem}.vfy-card{animation:vfy-pop .4s ease-out;background:#fff;border-radius:2rem;box-shadow:0 25px 50px -12px #0000001a;max-width:480px;padding:3rem;text-align:center;width:100%}@keyframes vfy-pop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.vfy-icon-box{align-items:center;background-color:#eff6ff;border-radius:1.5rem;color:#3b82f6;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.vfy-title{color:#111827;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.75rem}.vfy-subtitle{color:#6b7280;line-height:1.5;margin-bottom:2.5rem}.vfy-email-highlight{color:#111827;font-weight:700}.vfy-alert{align-items:center;border-radius:.75rem;display:flex;font-size:.875rem;font-weight:600;gap:.75rem;justify-content:center;margin-bottom:2rem;padding:1rem}.vfy-alert.success{background-color:#ecfdf5;border:1px solid #a7f3d0;color:#065f46}.vfy-alert.error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.vfy-form{display:flex;flex-direction:column;gap:1.5rem}.vfy-code-input{background:#f9fafb;border:4px solid #f3f4f6;border-radius:1rem;color:#111827;font-size:2rem;font-weight:800;letter-spacing:.5rem;outline:none;padding:1rem;text-align:center;transition:all .2s;width:100%}.vfy-code-input:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a}.vfy-submit-btn{align-items:center;background-color:#2563eb;border:none;border-radius:1rem;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;padding:1rem;transition:all .2s}.vfy-submit-btn:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 10px 15px -3px #2563eb4d;transform:translateY(-2px)}.vfy-submit-btn:disabled{cursor:not-allowed;opacity:.7}.vfy-footer{color:#6b7280;font-size:.875rem;margin-top:2.5rem}.vfy-resend-btn{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:700;margin-left:.5rem;text-decoration:underline}.vfy-resend-btn:hover{color:#1d4ed8}.candidate-profile-shell{background:radial-gradient(circle at top left,#2563eb1f,#0000 28%),linear-gradient(180deg,#eff6ff,#f8fafc 45%,#eef2ff);min-height:100vh;padding:32px 20px 48px}.candidate-profile-page{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1180px}.candidate-profile-topbar{align-items:flex-start;display:flex;gap:20px;justify-content:space-between}.candidate-profile-heading-block{align-items:flex-start;display:flex;flex-direction:column;gap:12px;min-width:0}.candidate-profile-eyebrow{color:#4338ca;font-size:.82rem;font-weight:800;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.candidate-profile-topbar h1{color:#0f172a;font-size:2.4rem;font-weight:800;margin:0}.candidate-profile-subtitle{color:#475569;line-height:1.6;margin:10px 0 0;max-width:720px}.candidate-profile-actions,.candidate-profile-form-actions,.candidate-profile-inline-actions{display:flex;flex-wrap:wrap;gap:12px}.candidate-profile-actions{justify-content:flex-end}.candidate-profile-link-btn{align-items:center;border:none;border-radius:14px;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:12px 18px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.candidate-profile-link-btn:hover{transform:translateY(-1px)}.candidate-profile-link-btn.primary{background:linear-gradient(135deg,#2563eb,#4338ca);box-shadow:0 14px 32px #2563eb38;color:#fff}.candidate-profile-link-btn.secondary{background:#fff;border:1px solid #dbeafe;color:#1e293b}.candidate-profile-link-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.candidate-profile-feedback,.candidate-profile-hero-card,.candidate-profile-loading,.candidate-profile-section{background:#ffffffeb;border:1px solid #bfdbfeb3;border-radius:28px;box-shadow:0 20px 45px #0f172a0f}.candidate-profile-hero-card{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);overflow:hidden;padding:28px}.candidate-profile-identity{align-items:center;display:flex;gap:22px}.candidate-profile-avatar{background:#fff;border:5px solid #dbeafe;border-radius:32px;height:128px;object-fit:cover;width:128px}.candidate-profile-identity h2{color:#0f172a;font-size:1.8rem;margin:0}.candidate-profile-identity p{color:#475569;margin:8px 0 0}.candidate-profile-highlight{background:#dbeafe;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.88rem;font-weight:700;margin-top:14px;padding:8px 14px}.candidate-profile-resume-card,.candidate-profile-summary-list{display:flex;flex-direction:column;gap:14px}.candidate-profile-summary-item{align-items:center;background:#f8fafc;border-radius:18px;color:#334155;display:flex;gap:12px;min-width:0;padding:14px 16px}.candidate-profile-summary-item span{min-width:0;overflow-wrap:anywhere}.candidate-profile-card-label{color:#64748b;font-size:.8rem;font-weight:800;letter-spacing:.06em;margin:0 0 6px;text-transform:uppercase}.candidate-profile-resume-card strong{color:#0f172a;font-size:1.05rem}.candidate-profile-muted{color:#64748b;margin:0}.candidate-profile-section{padding:28px}.candidate-profile-section-header{margin-bottom:20px}.candidate-profile-section-header h3{color:#0f172a;font-size:1.35rem;margin:0}.candidate-profile-detail-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-profile-detail-card{align-items:flex-start;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:20px;display:flex;gap:14px;padding:18px}.candidate-profile-detail-icon{background:#dbeafe;border-radius:14px;color:#1d4ed8;display:grid;height:42px;place-items:center;width:42px}.candidate-profile-detail-card span{color:#64748b;display:block;font-size:.85rem;margin-bottom:6px}.candidate-profile-detail-card strong{color:#0f172a;font-size:1rem;line-height:1.5;overflow-wrap:anywhere}.candidate-profile-skill-list{display:flex;flex-wrap:wrap;gap:10px}.candidate-profile-skill-pill{background:#eff6ff;border-radius:999px;color:#1d4ed8;font-size:.9rem;font-weight:700;padding:10px 16px}.candidate-profile-resume-preview{background:#fff;border:1px solid #dbeafe;border-radius:18px;min-height:620px;width:100%}.candidate-profile-form{display:flex;flex-direction:column;gap:24px}.candidate-profile-form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-profile-field{color:#0f172a;display:flex;flex-direction:column;font-weight:600;gap:8px}.candidate-profile-field-full{grid-column:1/-1}.candidate-profile-field input,.candidate-profile-field select{background:#fff;border:1px solid #cbd5e1;border-radius:14px;box-sizing:border-box;color:#0f172a;font:inherit;padding:13px 14px;width:100%}.candidate-profile-field input:focus,.candidate-profile-field select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f;outline:none}.candidate-profile-field small{color:#dc2626;font-weight:600}.candidate-profile-file-meta{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;box-sizing:border-box;color:#334155;min-height:48px;padding:13px 14px}.candidate-profile-feedback,.candidate-profile-loading{color:#334155;padding:18px 20px}.candidate-profile-feedback.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.candidate-profile-feedback.success{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.candidate-profile-loading{font-weight:700;text-align:center}.candidate-profile-spin{animation:candidate-profile-spin .8s linear infinite}@keyframes candidate-profile-spin{to{transform:rotate(1turn)}}@media (max-width:900px){.candidate-profile-identity,.candidate-profile-topbar{align-items:flex-start;flex-direction:column}.candidate-profile-actions{justify-content:flex-start;width:100%}.candidate-profile-hero-card{grid-template-columns:1fr}.candidate-profile-avatar{height:108px;width:108px}.candidate-profile-detail-grid,.candidate-profile-form-grid{grid-template-columns:1fr}}@media (max-width:640px){.candidate-profile-shell{padding:20px 14px 36px}.candidate-profile-hero-card,.candidate-profile-section{padding:20px}.candidate-profile-resume-preview{min-height:420px}.candidate-profile-link-btn{width:100%}}.candidate-portal{background:#f8fafc;color:#0f172a;display:flex;min-height:100vh}.candidate-sidebar{background:linear-gradient(180deg,#172033,#1e293b);bottom:0;color:#fff;display:flex;flex-direction:column;gap:24px;left:0;padding:28px 20px;position:fixed;top:0;width:280px;z-index:100}.candidate-sidebar-brand{align-items:center;display:flex;gap:12px}.candidate-sidebar-mark{background:linear-gradient(135deg,#60a5fa,#4f46e5);border-radius:12px;display:grid;font-size:1.4rem;font-weight:800;height:42px;place-items:center;width:42px}.candidate-sidebar-brand h1{font-size:1.4rem;font-weight:800;margin:0}.candidate-sidebar-brand p{color:#94a3b8;font-size:.88rem;margin:2px 0 0}.candidate-sidebar-profile{background:#ffffff0f;border-radius:20px;padding:18px;text-align:center}.candidate-sidebar-avatar{border:3px solid #60a5facc;border-radius:50%;height:76px;margin-bottom:12px;object-fit:cover;width:76px}.candidate-sidebar-profile h2{font-size:1rem;margin:0}.candidate-sidebar-profile span{background:#60a5fa24;border-radius:999px;color:#bfdbfe;display:inline-block;font-size:.82rem;font-weight:700;margin-top:8px;padding:6px 12px}.candidate-sidebar-nav{display:flex;flex-direction:column;gap:8px}.candidate-sidebar-link,.candidate-sidebar-logout{align-items:center;background:#0000;border:none;border-radius:14px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.98rem;font-weight:600;gap:12px;padding:14px 16px;text-align:left;transition:all .2s ease;width:100%}.candidate-sidebar-link.active,.candidate-sidebar-link:hover{background:#3b82f6;box-shadow:0 10px 20px #3b82f638;color:#fff}.candidate-sidebar-logout{color:#fca5a5;margin-top:auto}.candidate-sidebar-logout:hover{background:#ef44441f;color:#fecaca}.candidate-main{flex:1 1;margin-left:280px;padding:36px}.candidate-hero{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed 55%,#2563eb);border-radius:28px;box-shadow:0 24px 50px #4f46e533;color:#fff;display:flex;gap:24px;justify-content:space-between;padding:32px}.candidate-hero-eyebrow{color:#ffffffc7;font-size:.86rem;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.candidate-hero h2{font-size:2.2rem;font-weight:800;margin:0}.candidate-hero-copy{color:#ffffffe6;font-size:1rem;margin:10px 0 0;max-width:680px}.candidate-primary-btn,.candidate-secondary-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:12px 18px}.candidate-primary-btn{background:#fff;color:#312e81}.candidate-primary-btn-inline,.candidate-secondary-btn{background:#2563eb;color:#fff}.candidate-content-stack{display:flex;flex-direction:column;gap:24px;margin-top:28px}.candidate-alert,.candidate-panel,.candidate-stat-card{background:#fff;border-radius:22px;box-shadow:0 10px 30px #0f172a0f}.candidate-alert{background:#fffbeb;color:#92400e;margin-top:24px;padding:16px 18px}.candidate-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:28px}.candidate-stat-card{align-items:center;display:flex;gap:16px;padding:24px}.candidate-stat-icon{background:#e0e7ff;border-radius:16px;color:#4338ca;display:grid;height:52px;place-items:center;width:52px}.candidate-stat-card p{color:#64748b;font-size:.92rem;font-weight:600;margin:0 0 6px}.candidate-stat-card h3{font-size:1.8rem;font-weight:800;margin:0}.candidate-panel{padding:28px}.candidate-panel-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px}.candidate-panel-header h3{font-size:1.5rem;margin:0}.candidate-panel-header p{color:#64748b;margin:6px 0 0}.candidate-results-grid,.candidate-snapshot-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-mini-card,.candidate-result-card{border:1px solid #e2e8f0;border-radius:18px;padding:18px}.candidate-mini-card span,.candidate-result-card p{color:#64748b}.candidate-mini-card strong{display:block;font-size:1.6rem;margin-top:8px}.candidate-result-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.candidate-result-top h4{align-items:center;display:inline-flex;font-size:1.1rem;gap:6px;line-height:1.2;margin:0}.candidate-offline-badge{align-items:center;background:#e0f2fe;border-radius:4px;color:#0369a1;display:inline-flex;font-size:.75rem;gap:4px;margin-top:8px;padding:4px 10px}.candidate-offline-badge .offline-check{color:#10b981;font-weight:700}.candidate-offline-verified{align-items:center;color:#1d9bf0;display:inline-flex;flex-shrink:0;justify-content:center;transform:translateY(1px)}.candidate-result-top span{border-radius:999px;font-size:.82rem;font-weight:800;padding:6px 10px}.candidate-result-top span.passed{background:#dcfce7;color:#166534}.candidate-result-top span.failed{background:#fee2e2;color:#991b1b}.candidate-empty-state{border:1px dashed #cbd5e1;border-radius:18px;color:#64748b;padding:28px;text-align:center}.candidate-test-list{display:flex;flex-direction:column;gap:14px}.candidate-test-card{align-items:center;border:1px solid #e2e8f0;border-radius:18px;display:flex;gap:16px;justify-content:space-between;padding:18px 20px}.candidate-test-card h4{font-size:1.05rem;margin:0 0 6px}.candidate-test-card p{color:#64748b;margin:0}.candidate-test-actions,.candidate-test-meta{align-items:center;display:flex;gap:12px}.candidate-test-meta strong{font-size:1.1rem}.candidate-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.82rem;font-weight:700;gap:6px;padding:8px 12px}.candidate-badge.success{background:#dcfce7;color:#166534}.candidate-badge.warning{background:#fef3c7;color:#92400e}.candidate-profile-panel{margin-top:28px}.candidate-profile-cta-group{display:flex;flex-wrap:wrap;gap:12px}.candidate-profile-grid{grid-gap:28px;align-items:start;display:grid;gap:28px;grid-template-columns:220px 1fr}.candidate-profile-photo-wrap{display:flex;justify-content:center}.candidate-profile-photo{border:4px solid #dbeafe;border-radius:28px;height:180px;object-fit:cover;width:180px}.candidate-profile-details{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-profile-item{align-items:flex-start;border:1px solid #e2e8f0;border-radius:16px;display:flex;gap:12px;padding:16px}.candidate-profile-item span{color:#64748b;display:block;font-size:.86rem;margin-bottom:6px}.candidate-profile-item strong{font-size:.98rem}.candidate-skills-block{margin-top:24px}.candidate-skills-block h4{font-size:1.1rem;margin:0 0 14px}.candidate-skills-list{display:flex;flex-wrap:wrap;gap:10px}.candidate-skill-pill{background:#eff6ff;border-radius:999px;color:#1d4ed8;font-size:.88rem;font-weight:700;padding:8px 14px}.candidate-portal-loading{align-items:center;background:#f8fafc;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:100vh}.candidate-portal-spinner{animation:candidate-spin .7s linear infinite;border:4px solid #c7d2fe;border-radius:50%;border-top-color:#4f46e5;height:42px;width:42px}@keyframes candidate-spin{to{transform:rotate(1turn)}}@media (max-width:1100px){.candidate-profile-details,.candidate-profile-grid,.candidate-results-grid,.candidate-snapshot-grid,.candidate-stats-grid{grid-template-columns:1fr}}@media (max-width:900px){.candidate-portal{flex-direction:column}.candidate-sidebar{border-radius:0 0 24px 24px;position:static;width:100%}.candidate-main{margin-left:0;padding:20px}.candidate-hero,.candidate-test-card{align-items:flex-start;flex-direction:column}}.jobs-module-shell{display:flex;flex-direction:column;gap:var(--space-lg)}.jobs-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:space-between}.jobs-summary-badge{align-items:center;background:linear-gradient(135deg,var(--color-accent-light),#dbeafe);border-radius:var(--radius-full);color:var(--color-accent-dark);display:inline-flex;font-size:.85rem;font-weight:var(--font-weight-bold);gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.jobs-filter-row{background:#f8fbff;border:1px solid var(--border-color);border-radius:var(--radius-2xl);display:flex;flex-wrap:wrap;gap:10px;padding:var(--space-lg)}.jobs-filter-input{background:var(--bg-secondary);border:1px solid #dbe4f0;border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;min-height:42px;outline:none;padding:0 var(--space-md)}.jobs-filter-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #3b82f61f}.jobs-status-select{min-width:130px}.jobs-table-wrap{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-3xl);overflow:auto}.jobs-table{border-collapse:collapse;min-width:980px;width:100%}.jobs-table td,.jobs-table th{border-bottom:1px solid var(--border-color);padding:var(--space-lg) var(--space-lg);text-align:left;vertical-align:top}.jobs-table th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);color:var(--text-secondary);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.jobs-table tbody tr:hover{background:#f8fafcd6}.jobs-table tbody tr:last-child td{border-bottom:none}.jobs-row-title{min-width:200px}.jobs-row-title strong{color:#0f172a;display:block;font-size:.96rem;margin:0}.jobs-row-company{color:#64748b;font-size:.84rem;margin-top:4px}.job-pill{background:linear-gradient(135deg,#dbeafe,#eff6ff);color:#1d4ed8;font-size:.75rem;white-space:nowrap}.job-pill,.job-status-badge{align-items:center;border-radius:999px;display:inline-flex;font-weight:700;padding:6px 10px}.job-status-badge{font-size:.76rem;line-height:1.35}.job-status-badge.status-open{background:#dcfce7;color:#166534}.job-status-badge.status-paused{background:#fef3c7;color:#92400e}.job-status-badge.status-closed{background:#fee2e2;color:#991b1b}.job-meta-chip{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#475569;display:inline-flex;font-size:.76rem;font-weight:600;padding:6px 10px}.jobs-description-cell{min-width:280px}.jobs-description-text{color:#475569;font-size:.88rem;line-height:1.55;margin:0}.jobs-description-skills{color:#334155;font-size:.84rem;line-height:1.45;margin:0 0 8px}.jobs-posted-cell{color:#64748b;font-size:.8rem;min-width:150px}.jobs-posted-cell strong{color:#334155;display:block;font-size:.84rem;margin-bottom:4px}.jobs-actions-cell{min-width:180px}.job-interest-row,.job-manage-row{display:flex;flex-wrap:wrap;gap:8px}.interested-toggle-btn,.job-interest-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;padding:8px 12px}.job-interest-btn.interested{background:#dcfce7;color:#166534}.job-interest-btn.not-interested{background:#fee2e2;color:#991b1b}.job-interest-btn.active{box-shadow:inset 0 0 0 2px #0f172a2e}.interested-toggle-btn{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}.interested-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:auto}.interested-table{border-collapse:collapse;width:100%}.interested-table td,.interested-table th{border-bottom:1px solid #f1f5f9;color:#334155;font-size:.82rem;padding:10px 12px;text-align:left}.interested-table th{background:#f8fafc;color:#475569;font-weight:700}.jobs-empty-state{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b;padding:24px;text-align:center}@media (max-width:1100px){.jobs-table{min-width:840px}}.app-dialog-overlay{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172a8c;bottom:0;display:flex;height:100vh;justify-content:center;left:0;padding:var(--space-2xl);position:fixed;right:0;top:0;width:100vw;z-index:5000}.app-dialog-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-4xl);box-shadow:0 28px 60px #0f172a38;padding:var(--space-3xl);width:min(100%,460px)}.app-dialog-card.tone-danger{border-color:var(--color-error-light)}.app-dialog-card.tone-warning{border-color:#fed7aa}.app-dialog-card.tone-success{border-color:#bbf7d0}.app-dialog-badge{background:var(--color-accent-light);border-radius:var(--radius-full);color:var(--color-accent-dark);display:inline-flex;font-size:.78rem;letter-spacing:.02em;padding:6px 10px}.app-dialog-badge,.app-dialog-title{font-weight:var(--font-weight-extrabold)}.app-dialog-title{color:var(--text-primary);font-size:1.35rem;margin:var(--space-lg) 0 var(--space-sm)}.app-dialog-message{color:var(--text-secondary);font-size:.96rem;line-height:1.65;margin:0;white-space:pre-line}.app-dialog-actions{display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:flex-end;margin-top:var(--space-2xl)}.app-dialog-btn{border:none;border-radius:var(--radius-lg);cursor:pointer;font-weight:var(--font-weight-bold);min-width:110px;padding:11px 16px}.app-dialog-btn.secondary{background:var(--bg-primary);border:1px solid var(--border-color);color:var(--text-primary)}.app-dialog-btn.primary{background:var(--color-primary);color:var(--text-white)}.app-dialog-btn.primary.tone-danger{background:#dc2626}.app-dialog-btn.primary.tone-warning{background:#ea580c}.app-dialog-btn.primary.tone-success{background:#16a34a}.candidate-tests{background:#f8fafc;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.candidate-tests-header{margin-bottom:24px}.candidate-tests-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.candidate-tests-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}.candidate-tests-error button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;margin-left:auto;padding:6px 12px}.tests-summary{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}.summary-card{background:#fff;box-shadow:0 1px 3px #0000001a;padding:20px}.summary-card.total{background:linear-gradient(135deg,#eff6ff,#fff)}.summary-card.submitted{background:linear-gradient(135deg,#f0fdf4,#fff)}.summary-card.pending{background:linear-gradient(135deg,#fef3c7,#fff)}.summary-number{font-size:32px}.summary-label{font-size:13px}.tests-section{margin-bottom:32px}.section-title{align-items:center;color:#1e293b;display:flex;font-size:18px;font-weight:600;gap:10px;margin-bottom:16px}.section-title svg{color:#64748b}.tests-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.test-card{border-radius:16px;padding:24px}.test-card:hover{box-shadow:0 4px 12px #00000014}.test-card.pending{border-color:#fde68a}.test-card.submitted{background:linear-gradient(135deg,#f0fdf4,#fff);border-color:#bbf7d0}.test-header{justify-content:space-between;margin-bottom:16px}.test-icon{align-items:center;background:#dbeafe;border-radius:12px;color:#3b82f6;display:flex;height:48px;justify-content:center;width:48px}.test-icon.submitted{background:#d1fae5;color:#16a34a}.test-status-badge{border-radius:20px;font-size:12px;font-weight:500;padding:6px 12px}.test-status-badge.pending{background:#fef3c7;color:#92400e}.test-status-badge.submitted{background:#d1fae5;color:#065f46}.test-name{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 8px}.test-description{margin:0 0 16px}.test-meta{margin-bottom:20px}.meta-item{font-size:13px;gap:8px}.meta-item.score{color:#16a34a;font-weight:500}.meta-item.score svg{color:#16a34a}.start-test-btn{align-items:center;background:#3b82f6;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 20px;transition:all .2s;width:100%}.start-test-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.start-test-btn:disabled{cursor:not-allowed;opacity:.6}.view-results-btn{background:#d1fae5;border:none;border-radius:10px;color:#065f46;cursor:default;font-size:14px;font-weight:600;justify-content:center;padding:12px 20px;width:100%}.submission-info,.view-results-btn{align-items:center;display:flex;gap:8px}.submission-info{border-top:1px dashed #e2e8f0;color:#64748b;font-size:12px;margin-top:12px;padding-top:12px}.no-tests{padding:64px 24px}.no-tests svg{margin-bottom:20px}.no-tests h3{color:#475569;font-size:20px;font-weight:600;margin:0 0 8px}.no-tests p{font-size:15px;margin:0 0 8px}.no-tests .sub-text{font-size:13px;margin:0 auto;max-width:400px}@media (max-width:768px){.tests-grid,.tests-summary{grid-template-columns:1fr}}.ai-page{background:linear-gradient(135deg,#f0f4ff,#fafbff 50%,#f0f9ff);font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh;padding-bottom:40px}.ai-topbar{background:#1e293b;box-shadow:0 2px 12px #00000026;height:64px;justify-content:space-between;padding:0 32px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.ai-topbar,.ai-topbar-brand{align-items:center;display:flex}.ai-topbar-brand{gap:12px}.ai-topbar-logo{align-items:center;background:#4f46e5;border-radius:8px;color:#fff;display:flex;font-size:.9rem;font-weight:800;height:36px;justify-content:center;letter-spacing:.5px;width:36px}.ai-topbar-title{color:#fff;font-size:1.05rem;font-weight:600;letter-spacing:.3px}.ai-topbar-candidate{align-items:center;color:#94a3b8;display:flex;font-size:.9rem;gap:8px}.ai-topbar-candidate i{color:#4f46e5;font-size:1.1rem}.ai-container{margin:0 auto;max-width:1100px;padding:32px 24px}.ai-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center}.ai-spinner{animation:ai-spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#4f46e5;height:44px;width:44px}@keyframes ai-spin{to{transform:rotate(1turn)}}.ai-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;border-top:4px solid #4f46e5;box-shadow:0 4px 24px #0000000f;margin-bottom:24px;padding:28px 32px}.ai-info-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px}.ai-info-icon{font-size:2.5rem}.ai-info-title{color:#0f172a;font-size:1.5rem;font-weight:800;margin:0 0 4px}.ai-info-subtitle{color:#64748b;font-size:.9rem;margin:0}.ai-meta-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media (max-width:768px){.ai-meta-grid{grid-template-columns:repeat(2,1fr)}}.ai-meta-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px}.ai-meta-label{color:#64748b;display:block;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.ai-meta-value{color:#0f172a;display:block;font-size:1rem;font-weight:700}.ai-content-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-bottom:24px}@media (max-width:768px){.ai-content-grid,.ai-mode-toggle{grid-template-columns:1fr}}.ai-col{display:flex;flex-direction:column;gap:20px}.ai-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 2px 12px #0000000d;overflow:hidden}.ai-section-header{align-items:center;color:#fff;display:flex;gap:10px;padding:16px 20px}.ai-section-header h3{font-size:.95rem;font-weight:700;letter-spacing:.3px;margin:0}.ai-section-header i{font-size:1rem}.ai-header-blue{background:#3b82f6}.ai-header-orange{background:#f59e0b}.ai-header-red{background:#ef4444}.ai-header-purple{background:#7c3aed}.ai-instruction-list{display:flex;flex-direction:column;gap:10px;list-style:none;margin:0;padding:16px 20px}.ai-instruction-list li{align-items:flex-start;color:#334155;display:flex;font-size:.9rem;gap:10px;line-height:1.4}.ai-instruction-list li i{flex-shrink:0;font-size:.85rem;margin-top:2px}.ai-icon-green{color:#10b981}.ai-icon-red{color:#ef4444}.ai-icon-purple{color:#7c3aed}.ai-security-text{color:#475569;font-size:.9rem;margin:0;padding:12px 20px 0}.ai-monitor-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;padding:12px 20px}.ai-monitor-item{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:8px 12px}.ai-violation-warning{align-items:center;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;color:#c2410c;display:flex;font-size:.875rem;gap:8px;margin:0 20px 16px;padding:12px 16px}.ai-mode-panel{padding:18px 20px 20px}.ai-mode-copy{color:#475569;font-size:.92rem;line-height:1.6;margin:0 0 16px}.ai-mode-toggle{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.ai-mode-option{align-items:flex-start;background:#f8fafc;border:1px solid #dbe3f0;border-radius:14px;color:#334155;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:16px 18px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.ai-mode-option:hover{border-color:#bfdbfe;box-shadow:0 12px 24px #2563eb14;transform:translateY(-1px)}.ai-mode-option.active{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#2563eb;box-shadow:0 16px 32px #2563eb1f}.ai-mode-title{color:#0f172a;font-size:.98rem;font-weight:800}.ai-mode-subtitle{color:#64748b;font-size:.84rem}.ai-agreement-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;border-top:4px solid #10b981;box-shadow:0 4px 24px #0000000f;padding:28px 32px}.ai-checkbox-label{align-items:flex-start;cursor:pointer;display:flex;gap:14px;margin-bottom:24px}.ai-checkbox{display:none}.ai-checkbox-custom{align-items:center;background:#fff;border:2px solid #cbd5e1;border-radius:6px;display:flex;height:22px;justify-content:center;margin-top:1px;min-width:22px;transition:all .2s;width:22px}.ai-checkbox:checked+.ai-checkbox-custom{background:#4f46e5;border-color:#4f46e5}.ai-checkbox:checked+.ai-checkbox-custom:after{color:#fff;content:"✓";font-size:13px;font-weight:700}.ai-checkbox-text{color:#334155;font-size:.95rem;font-weight:500;line-height:1.5}.ai-start-row{gap:16px;justify-content:space-between}.ai-btn-back,.ai-start-row{align-items:center;display:flex}.ai-btn-back{background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;font-size:.95rem;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s}.ai-btn-back:hover{border-color:#94a3b8;color:#334155}.ai-btn-start{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:10px;box-shadow:0 4px 15px #4f46e566;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:10px;padding:14px 36px;transition:all .3s}.ai-btn-start:hover:not(.ai-btn-disabled){box-shadow:0 8px 25px #4f46e580;transform:translateY(-2px)}.ai-btn-disabled{background:linear-gradient(135deg,#94a3b8,#cbd5e1);box-shadow:none;cursor:not-allowed;opacity:.7}.ai-agree-warning{align-items:center;color:#64748b;display:flex;font-size:.85rem;gap:6px;margin-bottom:0;margin-top:16px}body{color:var(--text-primary)!important;font-family:var(--font-family);margin:0;min-height:100vh;padding:0}.assessment-container,body{background:var(--bg-primary)!important}.assessment-container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh!important;padding-bottom:50px;padding-top:100px;width:100%}.timer-badge-fixed{background-color:var(--bg-secondary)!important;border:2px solid var(--color-error-light)!important;border-radius:var(--radius-lg)!important;box-shadow:0 6px 20px #ef444433!important;color:var(--color-error-light)!important;font-size:1.1rem!important;font-weight:var(--font-weight-extrabold)!important;letter-spacing:.5px!important;padding:var(--space-md) var(--space-xl)!important;z-index:1000!important}.assessment-card{background:var(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:var(--radius-2xl)!important;box-shadow:var(--shadow-sm)!important;margin-top:20px;max-width:900px;padding:40px;transition:all .3s ease!important;width:85%}.assessment-card:hover{box-shadow:var(--shadow-lg)!important;transform:translateY(-4px)!important}.exam-title{-webkit-text-fill-color:#0000;background:var(--color-hero-gradient);-webkit-background-clip:text;background-clip:text;font-size:2.2rem!important;font-weight:var(--font-weight-extrabold)!important;margin-bottom:12px!important}.exam-subtitle,.exam-title{text-align:center!important}.exam-subtitle{color:var(--text-secondary)!important;font-size:1rem!important;font-weight:var(--font-weight-semibold)!important;margin-bottom:30px!important}.exam-question-container{background-color:var(--bg-primary)!important;border-left:4px solid var(--color-primary)!important;border-radius:var(--radius-lg)!important;margin-bottom:var(--space-2xl)!important;padding:var(--space-2xl)!important;transition:all .2s ease!important}.exam-question-container:hover{background-color:#f9fafb!important;box-shadow:0 4px 12px #4f46e51a!important}.exam-question-text{color:#1f2937!important;font-size:1.15rem!important;font-weight:700!important;line-height:1.6!important;margin-bottom:16px!important}.exam-option-item{background-color:#fff!important;border:1.5px solid #e5e7eb!important;border-radius:10px!important;cursor:pointer!important;margin-bottom:12px!important;padding:14px 16px!important;transition:all .2s ease!important}.exam-option-item:hover{background-color:#f0f9ff!important;border-color:#4f46e5!important;box-shadow:0 2px 8px #4f46e51a!important}.exam-radio-indicator{align-items:center!important;background-color:initial!important;border:2.5px solid #4f46e5!important;border-radius:50%!important;display:flex!important;flex-shrink:0;height:22px!important;justify-content:center!important;margin-right:14px!important;transition:all .2s ease!important;width:22px!important}.exam-radio-indicator.selected{background-color:#4f46e5!important;box-shadow:0 2px 8px #4f46e54d!important}.exam-radio-dot{background-color:#fff!important;border-radius:50%!important;height:8px!important;width:8px!important}.exam-option-text{color:#1f2937!important;font-size:1rem!important;font-weight:500!important}.exam-badge-success{background-color:#dcfce7!important;color:#10b981!important}.exam-badge-error,.exam-badge-success{border-radius:6px!important;font-size:.85rem!important;font-weight:700!important;margin-left:8px!important;padding:4px 10px!important}.exam-badge-error{background-color:#fee2e2!important;color:#dc2626!important}.exam-nav-btn{background:linear-gradient(135deg,#4f46e5,#7c3aed)!important;border:none!important;border-radius:10px!important;box-shadow:0 4px 12px #4f46e54d!important;color:#fff!important;cursor:pointer!important;display:inline-block!important;font-size:1rem!important;font-weight:700!important;margin:10px!important;padding:12px 28px!important;text-transform:none!important;transition:all .3s ease!important}.exam-nav-btn:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9)!important;box-shadow:0 8px 20px #4f46e566!important;transform:translateY(-2px)!important}.exam-nav-btn:disabled{background:#e2e8f0!important;box-shadow:none!important;color:#94a3b8!important;cursor:not-allowed!important}.exam-nav-btn-alt{background:linear-gradient(135deg,#10b981,#059669)!important;box-shadow:0 4px 12px #10b9814d!important}.exam-nav-btn-alt:hover{background:linear-gradient(135deg,#059669,#047857)!important;box-shadow:0 8px 20px #10b98166!important}.exam-error-box{background-color:#fee2e2!important;border-left:4px solid #dc2626!important;border-radius:8px!important;color:#991b1b!important;font-weight:500!important;margin-bottom:20px!important;padding:16px!important}.exam-camera-pill{align-items:center;background:#ecfdf5;border-radius:999px;color:#047857;display:inline-flex;font-size:.85rem;font-weight:700;gap:8px;padding:8px 12px}.exam-camera-preview-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-bottom:1rem;padding:.9rem}.exam-camera-preview-header{align-items:center;color:#334155;display:flex;font-size:.85rem;font-weight:700;gap:10px;justify-content:space-between;margin-bottom:.75rem}.exam-camera-status{border-radius:999px;font-size:.72rem;font-weight:700;padding:4px 8px}.exam-camera-status.on{background:#dcfce7;color:#166534}.exam-camera-status.off{background:#fee2e2;color:#991b1b}.exam-camera-preview-shell{background:#0f172a;border-radius:12px;min-height:160px;overflow:hidden;position:relative;width:100%}.exam-camera-preview{background:#0f172a;display:block;height:160px;object-fit:cover;object-position:center;transform:scaleX(-1);width:100%}.exam-camera-preview.hidden{opacity:0}.exam-camera-preview.visible{opacity:1}.exam-camera-placeholder{align-items:center;color:#cbd5e1;display:flex;font-size:.9rem;inset:0;justify-content:center;min-height:160px;padding:1rem;position:absolute;text-align:center}.exam-mode-chip-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.exam-mode-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;padding:6px 12px}.exam-mode-chip.compiler{background:#dcfce7;color:#166534}.exam-mode-chip.neutral{background:#e2e8f0;color:#334155}.exam-progress-summary{background:#eef2ff;border-radius:12px;color:#4338ca;font-size:.9rem;font-weight:600;margin-bottom:1rem;padding:.85rem 1rem}.exam-code-dot{bottom:2px;font-size:.46rem;line-height:1;position:absolute;right:3px}.exam-code-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:minmax(260px,.9fr) minmax(0,1.4fr);margin-bottom:2rem}.exam-code-problem{background:linear-gradient(180deg,#eff6ff,#f8fafc);border:1px solid #dbeafe;border-radius:16px;padding:1.25rem}.exam-code-chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:1rem}.exam-code-help{color:#475569;font-size:.92rem;line-height:1.6;margin-top:1rem}.exam-code-editor-panel{display:flex;flex-direction:column;gap:12px}.exam-code-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.exam-code-select{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#1e293b;font-weight:600;min-width:160px;padding:10px 12px}.exam-code-actions{display:flex;flex-wrap:wrap;gap:10px}.exam-secondary-btn{background:#fff;border:1px solid #cbd5e1;border-radius:10px;color:#1e293b;cursor:pointer;font-weight:700;padding:11px 18px}.exam-secondary-btn:disabled{cursor:not-allowed;opacity:.6}.exam-code-editor,.exam-code-stdin{background:#0f172a;border:1px solid #cbd5e1;border-radius:14px;color:#e2e8f0;font-family:Consolas,Courier New,monospace;font-size:.92rem;padding:1rem;resize:vertical;width:100%}.exam-code-editor{min-height:320px}.exam-code-stdin{background:#111827;min-height:90px}.exam-code-output{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.exam-code-output-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.exam-code-output-head{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#334155;display:flex;font-size:.83rem;font-weight:700;gap:12px;justify-content:space-between;padding:.85rem 1rem}.exam-code-output-card pre{background:#fff;color:#0f172a;font-family:Consolas,Courier New,monospace;font-size:.84rem;margin:0;min-height:120px;padding:1rem;white-space:pre-wrap;word-break:break-word}.exam-testcase-list{display:flex;flex-direction:column;gap:10px;padding:1rem}.exam-testcase-item{border-radius:12px;display:flex;flex-direction:column;font-size:.84rem;gap:4px;padding:.85rem}.exam-testcase-item.pass{background:#ecfdf5;color:#166534}.exam-inline-error,.exam-testcase-item.fail{background:#fef2f2;color:#991b1b}.exam-inline-error{border:1px solid #fecaca;border-radius:12px;font-weight:600;padding:.9rem 1rem}.exam-locked-box{background-color:#fee2e2!important;border-left:4px solid #dc2626!important;border-radius:8px!important;color:#991b1b!important;font-size:1.05rem!important}.exam-locked-box,.result-box{font-weight:700!important;padding:20px!important;text-align:center!important}.result-box{background:linear-gradient(135deg,#dcfce7,#bbf7d0)!important;border:2px solid #10b981!important;border-radius:12px!important;color:#166534!important;font-size:1.3rem!important;margin-top:30px!important}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:1200px){.exam-code-layout,.exam-code-output{grid-template-columns:1fr}}@media (max-width:900px){.exam-code-toolbar{align-items:stretch;flex-direction:column}.exam-code-actions{width:100%}.exam-code-actions .exam-nav-btn,.exam-secondary-btn{margin:0!important;width:100%}}@media (max-width:768px){.assessment-container{padding-top:80px}.assessment-card{padding:24px;width:95%}h2{font-size:1.8rem!important}button{padding:12px 24px!important}.timer-badge-fixed,button{font-size:.95rem!important}.timer-badge-fixed{padding:8px 14px!important;right:20px!important;top:100px!important}}@media (max-width:480px){.assessment-card{border-radius:12px;padding:16px;width:100%}h2{font-size:1.5rem!important}button{font-size:.9rem!important;padding:10px 16px!important}}.adm-container{background:#f8fafc;display:flex;font-family:var(--font-family);min-height:100vh}.adm-sidebar{background:linear-gradient(180deg,#172033,#1e293b);bottom:0;color:#fff;display:flex;flex-direction:column;gap:24px;left:0;padding:28px 20px;position:fixed;top:0;width:280px;z-index:100}.adm-sidebar-top{flex-shrink:0}.adm-logo{align-items:center;display:flex;gap:12px}.adm-logo-icon{background:linear-gradient(135deg,#60a5fa,#4f46e5);border-radius:12px;color:#fff;display:grid;flex-shrink:0;font-size:1.4rem;font-weight:800;height:42px;place-items:center;width:42px}.adm-logo-copy{display:flex;flex-direction:column;gap:2px;text-align:left}.adm-logo-copy span{color:#fff;font-size:1.4rem;font-weight:800;white-space:nowrap}.adm-logo-copy small{color:#94a3b8;font-size:.88rem;font-weight:500;margin:2px 0 0;white-space:nowrap}.adm-profile-card{background:#ffffff0f;border-radius:20px;padding:18px;text-align:center}.adm-profile-avatar{background:linear-gradient(135deg,#60a5fa,#4f46e5);border:3px solid #60a5facc;border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:1.5rem;font-weight:800;height:76px;margin:0 auto 12px;overflow:hidden;place-items:center;width:76px}.adm-profile-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.adm-profile-name{color:#fff;display:block;font-size:1rem;font-weight:600;margin:0}.adm-profile-badge{background:#60a5fa24;border-radius:999px;color:#bfdbfe;display:inline-block;font-size:.82rem;font-weight:700;margin-top:8px;padding:6px 12px}.adm-profile-info{display:flex;flex-direction:column;gap:8px}.adm-side-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;list-style:none;margin:0;min-height:0;overflow-y:auto;padding:0}.adm-nav-link,.adm-side-nav a{align-items:center;background:#0000;border:none;border-radius:14px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.98rem;font-weight:600;gap:12px;line-height:1.2;padding:14px 16px;text-align:left;text-decoration:none;transition:all .2s ease;white-space:nowrap;width:100%}.adm-nav-link.active,.adm-nav-link:hover,.adm-side-nav a.active,.adm-side-nav a:hover{background:#3b82f6;box-shadow:0 10px 20px #3b82f638;color:#fff}.adm-sidebar-footer{border-top:1px solid #94a3b81f;margin-top:auto;padding-top:14px}.adm-logout-btn{align-items:center;background:#0000;border:none;border-radius:14px;color:#fca5a5;cursor:pointer;display:flex;font-size:.98rem;font-weight:600;gap:12px;padding:14px 16px;text-align:left;transition:all .2s ease;width:100%}.adm-logout-btn:hover{background:#ef44441f;color:#fecaca}.adm-main{flex:1 1;margin-left:280px;min-width:0;padding:36px}.adm-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:var(--space-md);justify-content:space-between;margin-bottom:var(--space-xl)}.adm-page-header{left:auto;position:static;right:auto;top:auto;width:auto;z-index:auto}.adm-header-title h1{color:var(--text-primary);font-size:1.875rem;font-weight:var(--font-weight-extrabold);margin-bottom:var(--space-sm)}.adm-header-title p{color:var(--text-secondary)}.adm-header-shell{background:linear-gradient(135deg,#7c3aed,#4f46e5 50%,#2563eb);border:none;border-radius:var(--radius-2xl);box-shadow:0 20px 40px #4f46e540;color:#fff;margin-bottom:var(--space-lg);padding:var(--space-2xl) var(--space-3xl)}.adm-header-copy h1{color:#fff;font-size:2.2rem;font-weight:var(--font-weight-extrabold);line-height:1.2;margin:0;overflow-wrap:anywhere}.adm-header-copy p{color:#ffffffe6;font-size:1rem;line-height:1.7;margin:var(--space-md) 0 0;max-width:660px;overflow-wrap:anywhere}.adm-header-copy{flex:1 1 380px;min-width:0}.adm-header-actions{display:flex;flex:0 1 auto;justify-content:flex-end;max-width:100%}.adm-header-kicker{color:#ffffffc7!important;font-size:.86rem;font-weight:700;letter-spacing:.08em;margin:0 0 8px!important;text-transform:uppercase}.adm-header-meta{display:flex;flex-direction:column;gap:14px;min-width:220px}.adm-hero-badge{align-items:center;background:#ffffff26;border-radius:999px;color:#fff;display:inline-flex;font-size:.8rem;font-weight:700;gap:8px;justify-content:center;padding:8px 14px}.adm-hero-card{background:#ffffff26;border:1px solid #ffffff2e;border-radius:16px;display:flex;flex-direction:column;gap:4px;padding:16px}.adm-hero-card strong{color:#fff;font-size:.95rem;font-weight:800}.adm-hero-card span{color:#ffffffc7;font-size:.8rem;font-weight:500}.adm-dashboard-body,.adm-module-stack{display:flex;flex-direction:column;gap:var(--space-lg)}.adm-module-hero{grid-gap:var(--space-xl);background:radial-gradient(circle at top right,#3b82f61f,#0000 32%),linear-gradient(135deg,#fff,#f8fbff);border:1px solid #94a3b82e;border-radius:var(--radius-4xl);box-shadow:0 16px 40px #0f172a14;display:grid;gap:var(--space-xl);grid-template-columns:minmax(0,1.45fr) minmax(220px,.7fr);padding:var(--space-2xl)}.adm-module-hero-copy h2{color:#0f172a;font-size:1.65rem;font-weight:800;line-height:1.15;margin:10px 0}.adm-module-hero-copy p{color:#64748b;font-size:.95rem;line-height:1.65;margin:0;max-width:720px}.adm-module-hero-topline{align-items:center;display:flex;gap:12px}.adm-inline-back{align-items:center;background:#eff6ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.82rem;font-weight:700;gap:8px;padding:9px 12px;text-decoration:none}.adm-inline-back:hover{background:#dbeafe}.adm-module-hero-metrics{grid-gap:12px;align-content:center;display:grid;gap:12px}.adm-mini-metric{background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #bfdbfee6;border-radius:18px;padding:16px 18px}.adm-mini-metric span{color:#64748b;display:block;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.adm-mini-metric strong{color:#0f172a;display:block;font-size:1.6rem;line-height:1;margin-top:8px}.adm-section-spacer{margin-top:4px}.adm-subpage-header{margin-bottom:10px}.adm-refresh-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:.84rem;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s}.adm-refresh-btn:hover{background:#f1f5f9;color:#1e293b}.adm-input{background:#f8fafc;border:1px solid #dbe5f0;border-radius:14px;color:#0f172a;font-size:.92rem;min-height:48px;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.adm-input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f;outline:none}.adm-filter-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding:18px 20px}.adm-filter-search{flex:1 1 320px;min-width:280px;position:relative}.adm-filter-search .adm-input{padding-left:44px}.adm-filter-search-icon{color:#94a3b8;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.adm-filter-actions{display:flex;flex-wrap:wrap;gap:10px}.adm-filter-pill{align-items:center;background:#f8fafc;border:1px solid #dbe5f0;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;font-size:.86rem;font-weight:700;gap:10px;padding:10px 14px;transition:box-shadow .2s ease,border-color .2s ease,background .2s ease}.adm-filter-pill:hover{border-color:#bfdbfe;box-shadow:0 4px 12px #2563eb14}.adm-filter-pill span{align-items:center;background:#94a3b829;border-radius:999px;display:inline-flex;font-size:.76rem;height:24px;justify-content:center;min-width:24px;padding:0 7px}.adm-filter-pill.active{background:#2563eb;border-color:#0000;box-shadow:0 4px 14px #2563eb38;color:#fff}.adm-filter-pill.active span{background:#ffffff2e}.adm-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);margin-bottom:16px}.adm-stat-card{align-items:center;background:#fff;border-bottom:3px solid #0000;border-radius:12px;box-shadow:0 1px 3px #00000014;display:flex;gap:12px;padding:14px 16px}.adm-stat-card.blue{border-color:#3b82f6}.adm-stat-card.green{border-color:#10b981}.adm-stat-card.yellow{border-color:#f59e0b}.adm-stat-card.purple{border-color:#8b5cf6}.adm-stat-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:38px;justify-content:center;width:38px}.blue .adm-stat-icon{background:#eff6ff;color:#3b82f6}.green .adm-stat-icon{background:#ecfdf5;color:#10b981}.yellow .adm-stat-icon{background:#fffbe6;color:#f59e0b}.purple .adm-stat-icon{background:#f5f3ff;color:#8b5cf6}.adm-stat-value{color:#0f172a;font-size:1.2rem;font-weight:800;line-height:1.1}.adm-stat-label{color:#64748b;font-size:.75rem;font-weight:600}.adm-dashboard-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:340px 1fr}.adm-card{background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:0 4px 16px #0f172a0f;padding:18px}.adm-card-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:14px}.adm-card-header h3{color:#0f172a;font-size:.98rem;font-weight:700;margin:0}.adm-card-search{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;color:#94a3b8;display:flex;gap:8px;padding:8px 12px}.adm-card-search input{background:#0000;border:none;color:#0f172a;font-size:.84rem;outline:none;width:140px}.adm-badge{background:#f1f5f9;border-radius:9999px;color:#475569;font-size:.72rem;font-weight:700;padding:4px 10px}.adm-view-all{color:#2563eb;font-size:.8rem;font-weight:700;text-decoration:none}.adm-view-all:hover{text-decoration:underline}.adm-queue-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;padding:12px 0}.adm-queue-item:last-child{border-bottom:none}.adm-queue-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:34px;justify-content:center;width:34px}.adm-queue-icon.yellow{background:#fffbeb;color:#f59e0b}.adm-queue-icon.red{background:#fef2f2;color:#ef4444}.adm-queue-details{flex:1 1;min-width:0}.adm-queue-text{color:#0f172a;font-size:.82rem;font-weight:600}.adm-queue-sub{color:#64748b;font-size:.72rem;margin-top:2px}.adm-action-link{align-items:center;color:#2563eb;display:flex;flex-shrink:0;font-size:.72rem;font-weight:700;gap:2px;text-decoration:none;white-space:nowrap}.adm-payment-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:12px;justify-content:space-between;padding:10px 0}.adm-payment-item:last-child{border-bottom:none}.adm-pay-hr{color:#0f172a;font-size:.82rem;font-weight:600}.adm-pay-meta{color:#64748b;font-size:.72rem;margin-top:2px}.adm-pay-amount{color:#10b981;flex-shrink:0;font-size:.84rem;font-weight:700;white-space:nowrap}.adm-payment-stats .adm-stat-value{font-size:1.08rem;overflow-wrap:anywhere}.adm-pay-status,.adm-plan-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:.72rem;font-weight:800;gap:6px;line-height:1;padding:6px 10px;white-space:nowrap}.adm-pay-status.success{background:#dcfce7;color:#166534}.adm-pay-status.failed{background:#fee2e2;color:#991b1b}.adm-pay-status.pending{background:#fef3c7;color:#92400e}.adm-pay-status.neutral,.adm-plan-pill{background:#eef2ff;color:#3730a3}.adm-icon-action{align-items:center;background:#fff;border:1px solid #dbeafe;border-radius:10px;color:#2563eb;cursor:pointer;display:inline-flex;height:36px;justify-content:center;transition:background .18s ease,border-color .18s ease,transform .18s ease;width:36px}.adm-icon-action:hover{background:#eff6ff;border-color:#bfdbfe;transform:translateY(-1px)}.adm-payment-alert{align-items:center;background:#fef2f2;border-color:#fecaca;color:#991b1b;display:flex;gap:12px}.adm-payment-alert span{flex:1 1;font-weight:700}.adm-payment-alert button{background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:800;padding:8px 12px}.adm-card-subtitle{color:#64748b;font-size:.82rem;margin:6px 0 0}.adm-export-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.adm-export-btn{align-items:center;background:#fff;border:1px solid #dbeafe;border-radius:12px;color:#1d4ed8;cursor:pointer;display:inline-flex;font-weight:800;gap:9px;justify-content:center;min-height:48px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}.adm-export-btn:hover{background:#eff6ff;border-color:#bfdbfe;box-shadow:0 8px 18px #2563eb1a}.adm-spin{animation:spin .8s linear infinite}.adm-empty-msg{color:#64748b;font-size:.88rem;padding:24px 0;text-align:center}.adm-table-container{overflow-x:auto}.adm-table-card-lg{overflow:hidden;padding:0}.adm-table-card-head{align-items:center;background:linear-gradient(180deg,#fff,#fbfdff);border-bottom:1px solid #eef2f7;display:flex;gap:12px;justify-content:space-between;padding:18px 20px}.adm-table-card-head h3{color:#0f172a;font-size:1rem;font-weight:800;margin:0}.adm-table-card-head p{color:#64748b;font-size:.82rem;margin:6px 0 0}table{border-collapse:collapse;width:100%}th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.7rem;font-weight:800;letter-spacing:.09em;text-align:left;text-transform:uppercase;white-space:nowrap}td,th{padding:14px 16px}td{border-bottom:1px solid #eef2f7;font-size:.84rem;vertical-align:middle}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}.adm-t-name{color:#0f172a;font-size:.9rem;font-weight:700}.adm-t-email{margin-top:2px}.adm-t-email,.adm-t-phone{align-items:center;color:#64748b;display:inline-flex;font-size:.78rem;gap:6px}.adm-t-phone,.adm-t-sub{margin-top:4px}.adm-t-sub{color:#64748b;font-size:.76rem}.adm-t-level{color:#0f172a;font-size:.86rem;font-weight:700}.adm-t-score{color:#2563eb;font-size:.8rem;font-weight:700}.adm-t-badge{background:#dcfce7;border-radius:999px;color:#166534;font-size:.72rem;font-weight:700;padding:4px 10px}.adm-t-none{color:#94a3b8}.adm-assessment-cell{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.adm-t-btn{align-items:center;background:#fff;border:1px solid #dbeafe;border-radius:10px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:.78rem;font-weight:700;gap:6px;padding:8px 12px;text-decoration:none;transition:background .18s ease}.adm-t-btn-primary,.adm-t-btn:hover{background:#eff6ff}.adm-t-btn.primary{background:#2563eb;border-color:#0000;color:#fff}.adm-t-btn.secondary{background:#059669;border-color:#0000;color:#fff}.adm-t-btn.danger{background:#dc2626;border-color:#0000;color:#fff}.adm-actions-cell{text-align:right}.adm-actions-inline{display:inline-flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.adm-empty-table{color:#64748b;padding:60px 20px!important;text-align:center}.adm-candidate-row{align-items:center;display:flex;gap:14px}.adm-candidate-row-avatar{background:#eff6ff;border:1px solid #dbeafe;border-radius:14px;flex-shrink:0;height:48px;overflow:hidden;width:48px}.adm-candidate-row-avatar img{display:block;height:100%;object-fit:cover;width:100%}.adm-candidate-row-copy{min-width:0}.mt-6{margin-top:16px}.adm-loading-screen{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center}.adm-spinner{animation:spin .8s linear infinite;border:3px solid #e2e8f0;border-radius:50%;border-top-color:#3b82f6;height:34px;width:34px}@media (max-width:1100px){.adm-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.adm-dashboard-grid,.adm-export-grid{grid-template-columns:1fr}}@media (max-width:900px){.adm-sidebar{height:auto;padding:16px;position:static;width:100%}.adm-side-nav,.adm-sidebar{overflow-y:visible}.adm-main{margin-left:0;padding:16px}.adm-container{flex-direction:column}.adm-header,.adm-header-shell{align-items:flex-start;flex-direction:column;gap:1rem}}@media (max-width:640px){.adm-main{padding:12px}.adm-stats-grid{grid-template-columns:1fr}.adm-header-copy h1{font-size:1.35rem}}.adm-candidate-shell{display:flex;flex-direction:column;gap:16px}.adm-candidate-hero{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1.4fr) minmax(260px,.9fr)}.adm-candidate-profile{align-items:flex-start;display:flex;gap:14px}.adm-candidate-avatar{align-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:22px;box-shadow:0 16px 32px #2563eb2e;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;font-weight:800;height:78px;justify-content:center;overflow:hidden;width:78px}.adm-candidate-avatar img{height:100%;object-fit:cover;width:100%}.adm-candidate-name-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:6px}.adm-candidate-name-row h2{color:#0f172a;font-size:1.35rem;margin:0}.adm-status-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.adm-status-chip{align-items:center;border-radius:999px;display:inline-flex;font-size:.7rem;font-weight:700;gap:6px;padding:4px 8px}.adm-status-chip.success{background:#dcfce7;color:#166534}.adm-status-chip.warning{background:#fef3c7;color:#92400e}.adm-status-chip.neutral{background:#e2e8f0;color:#475569}.adm-candidate-meta{grid-gap:8px 12px;display:grid;gap:8px 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.adm-meta-item{min-width:0}.adm-meta-label{color:#94a3b8;display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;margin-bottom:2px;text-transform:uppercase}.adm-meta-value{color:#1e293b;font-size:.82rem;font-weight:600;overflow-wrap:anywhere}.adm-summary-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.adm-summary-stat{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:16px;box-shadow:inset 0 1px 0 #ffffffbf;padding:14px}.adm-summary-stat strong{color:#0f172a;display:block;font-size:1rem}.adm-summary-stat span{color:#64748b;display:block;font-size:.72rem;font-weight:600;margin-top:4px}.adm-details-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:minmax(0,1.3fr) minmax(280px,.9fr)}.adm-section-stack{display:flex;flex-direction:column;gap:16px}.adm-card-section{display:flex;flex-direction:column;gap:14px}.adm-section-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.adm-section-head h3{color:#0f172a;font-size:.98rem;margin:0}.adm-section-head p{color:#64748b;font-size:.74rem;margin:4px 0 0}.adm-edit-actions{display:flex;flex-wrap:wrap;gap:8px}.adm-btn-danger,.adm-btn-ghost,.adm-btn-primary,.adm-btn-secondary{align-items:center;border:1px solid #dbe5f0;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.8rem;font-weight:700;gap:6px;padding:10px 14px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.adm-btn-danger:hover,.adm-btn-ghost:hover,.adm-btn-primary:hover,.adm-btn-secondary:hover{transform:translateY(-1px)}.adm-btn-primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#2563eb;box-shadow:0 12px 24px #2563eb29;color:#fff}.adm-btn-secondary{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#1d4ed8}.adm-btn-ghost{background:#fff;color:#475569}.adm-btn-danger{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca;color:#b91c1c}.adm-info-grid{grid-gap:12px 16px;display:grid;gap:12px 16px;grid-template-columns:repeat(2,minmax(0,1fr))}.adm-info-block{min-width:0}.adm-info-block.full{grid-column:1/-1}.adm-info-block label{color:#94a3b8;display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.adm-info-block div{color:#1e293b;font-size:.84rem;line-height:1.5;overflow-wrap:anywhere}.adm-skills-wrap{display:flex;flex-wrap:wrap;gap:8px}.adm-skill-pill{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:999px;color:#1d4ed8;font-size:.72rem;font-weight:700;padding:6px 10px}.adm-form-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.adm-field,.adm-field-full{display:flex;flex-direction:column;gap:6px}.adm-field-full{grid-column:1/-1}.adm-field label,.adm-field-full label{color:#64748b;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.adm-field input,.adm-field select,.adm-field textarea,.adm-field-full input,.adm-field-full select,.adm-field-full textarea{background:#fbfdff;border:1px solid #dbe5f0;border-radius:12px;color:#0f172a;font-size:.83rem;padding:11px 12px;width:100%}.adm-field textarea,.adm-field-full textarea{min-height:88px;resize:vertical}.adm-field input:focus,.adm-field select:focus,.adm-field textarea:focus,.adm-field-full input:focus,.adm-field-full select:focus,.adm-field-full textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #3b82f61f;outline:none}.adm-field-error{color:#b91c1c;font-size:.72rem;font-weight:600}.adm-form-actions{display:flex;gap:8px;justify-content:flex-end;padding-top:2px}.adm-files-grid{grid-gap:10px;display:grid;gap:10px}.adm-file-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #e2e8f0;border-radius:16px;padding:14px}.adm-file-card h4{color:#0f172a;font-size:.82rem;margin:0 0 4px}.adm-file-card p{color:#64748b;font-size:.74rem;margin:0 0 10px;overflow-wrap:anywhere}.adm-results-list{display:flex;flex-direction:column;gap:10px}.adm-result-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #e2e8f0;border-radius:16px;padding:14px}.adm-result-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.adm-result-title{color:#0f172a;font-size:.82rem;font-weight:700}.adm-result-sub{color:#64748b;font-size:.72rem;margin-top:4px}.adm-result-score{background:#eff6ff;border-radius:999px;color:#1d4ed8;font-size:.72rem;font-weight:700;padding:5px 8px}.adm-empty-note{border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;font-size:.8rem;padding:16px;text-align:center}@media (max-width:1024px){.adm-candidate-hero,.adm-details-grid{grid-template-columns:1fr}}@media (max-width:640px){.adm-container{padding:18px 12px 100px}.adm-card,.adm-content{padding:18px}.adm-candidate-profile{flex-direction:column}.adm-candidate-meta,.adm-form-grid,.adm-info-grid,.adm-summary-grid{grid-template-columns:1fr}.adm-edit-actions,.adm-form-actions,.adm-result-row,.adm-section-head{align-items:stretch;flex-direction:column}}.adm-badges-list{display:flex;flex-direction:column;gap:12px}.adm-badge-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:14px 16px}.adm-badge-info{display:flex;flex-direction:column;gap:4px}.adm-badge-subject{align-items:center;color:#0f172a;display:flex;font-size:1rem;font-weight:600;gap:8px}.adm-badge-label{color:#64748b;font-size:.875rem}.adm-badge-score{background:#d1fae5;border-radius:20px;color:#10b981;font-size:1.125rem;font-weight:700;padding:6px 14px}.adm-offline-badge{align-items:center;background:#e0f2fe;border-radius:4px;color:#0369a1;display:inline-flex;font-size:.75rem;gap:4px;margin-top:4px;padding:4px 10px}.adm-offline-badge .offline-check{color:#10b981;font-weight:700}.tm-page{background:#f8fafc;font-family:Inter,system-ui,sans-serif;min-height:100%;padding:28px 32px 48px}.tm-page-header{margin-bottom:28px}.tm-page-title{align-items:center;color:#0f172a;display:flex;font-size:1.6rem;font-weight:800;gap:10px;margin:0 0 6px}.tm-page-title i{color:#4f46e5}.tm-page-sub{color:#64748b;font-size:.95rem;margin:0}.tm-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 12px #0000000a;margin-bottom:28px;padding:28px 32px}.tm-card-head{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:16px;margin-bottom:24px;padding-bottom:20px}.tm-card-icon{align-items:center;border-radius:12px;display:flex;flex-shrink:0;font-size:1.3rem;height:48px;justify-content:center;width:48px}.tm-icon-blue{background:#eff6ff;color:#2563eb}.tm-icon-indigo{background:#eef2ff;color:#4f46e5}.tm-card-title{color:#0f172a;font-size:1.15rem;font-weight:700;margin:0 0 4px}.tm-card-desc{color:#64748b;font-size:.88rem;margin:0}.tm-card-upload{border-top:4px solid #3b82f6}.tm-card-assessment{border-top:4px solid #4f46e5}.tm-field-group{margin-bottom:20px}.tm-label{color:#374151;display:block;font-size:.88rem;font-weight:600;margin-bottom:6px}.tm-optional{color:#9ca3af;font-weight:400}.tm-required{color:#ef4444}.tm-field-hint{color:#94a3b8;font-size:.82rem;margin-bottom:8px}.tm-input{background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#1e293b;font-size:.9rem;outline:none;padding:10px 14px;transition:border-color .2s,box-shadow .2s;width:100%}.tm-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.tm-input-lg{font-size:1rem;padding:13px 16px}.tm-input-readonly{background:#f8fafc;color:#475569;cursor:default;font-weight:600}.tm-language-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.tm-language-chip{align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:999px;color:#334155;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:8px;padding:8px 12px}.tm-language-chip input{margin:0}.tm-language-chip.active{background:#eef2ff;border-color:#4f46e5;color:#4338ca}.tm-pdf-testcase-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.tm-format-box{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #3b82f6;border-radius:10px;margin-bottom:20px;padding:18px 20px}.tm-format-header{align-items:center;color:#2563eb;display:flex;font-size:.8rem;font-weight:700;gap:6px;letter-spacing:.5px;margin-bottom:10px;text-transform:uppercase}.tm-format-code{background:#1e293b;border-radius:6px;color:#7dd3fc;font-family:Courier New,Courier,monospace;font-size:.85rem;letter-spacing:.3px;margin-bottom:14px;padding:10px 14px}.tm-format-examples{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}.tm-format-row{align-items:center;color:#475569;display:flex;flex-wrap:wrap;font-size:.82rem;gap:8px}.tm-tag{border-radius:4px;flex-shrink:0;font-size:.75rem;font-weight:700;padding:2px 8px}.tm-tag-aptitude{background:#dbeafe;color:#1d4ed8}.tm-tag-vocab{background:#d1fae5;color:#065f46}.tm-tag-tech{background:#ede9fe;color:#5b21b6}.tm-format-note{color:#64748b;font-size:.82rem;margin:0}.tm-dropzone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;margin-bottom:16px;padding:40px 24px;text-align:center;transition:all .25s}.tm-dropzone-drag,.tm-dropzone:hover{background:#eff6ff;border-color:#3b82f6}.tm-dropzone-filled{background:#f0fdf4;border-color:#10b981;border-style:solid}.tm-drop-empty{align-items:center;display:flex;flex-direction:column;gap:8px}.tm-drop-icon{color:#94a3b8;font-size:2.5rem;margin-bottom:4px}.tm-drop-main{color:#374151;font-size:1rem;font-weight:600;margin:0}.tm-drop-sub{color:#94a3b8;font-size:.875rem;margin:0}.tm-drop-link{color:#3b82f6;font-weight:600}.tm-drop-badge{background:#e0f2fe;border-radius:20px;color:#0369a1;display:inline-block;font-size:.75rem;font-weight:600;margin-top:8px;padding:4px 12px}.tm-drop-filled{align-items:center;display:flex;gap:16px;padding:8px}.tm-file-icon{color:#10b981;font-size:2.5rem}.tm-file-name{color:#1e293b;font-weight:700;margin:0;word-break:break-word}.tm-file-size{color:#64748b;font-size:.85rem;margin:0}.tm-remove-file{align-items:center;background:#fee2e2;border:none;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;height:32px;justify-content:center;margin-left:auto;transition:background .2s;width:32px}.tm-remove-file:hover{background:#fca5a5}.tm-progress-wrap{background:#e2e8f0;border-radius:6px;height:10px;margin-bottom:12px;overflow:hidden;position:relative}.tm-progress-bar{background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:6px;height:100%;transition:width .4s ease}.tm-progress-text{color:#4f46e5;font-size:.75rem;font-weight:700;position:absolute;right:4px;top:-18px}.tm-status-box{align-items:flex-start;border-radius:10px;display:flex;font-size:.875rem;gap:14px;margin-bottom:16px;padding:16px 20px}.tm-status-box i{flex-shrink:0;font-size:1.4rem;margin-top:2px}.tm-status-box p{color:inherit;margin:4px 0 0}.tm-status-box strong{display:block;font-size:.95rem;margin-bottom:4px}.tm-status-ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.tm-status-ok i{color:#16a34a}.tm-status-err{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.tm-status-err i{color:#dc2626}.tm-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;gap:8px;padding:11px 24px;transition:all .2s}.tm-btn:disabled{cursor:not-allowed;opacity:.6}.tm-btn-primary{background:#3b82f6;color:#fff}.tm-btn-primary:not(:disabled):hover{background:#2563eb}.tm-btn-success{background:#f59e0b;color:#fff}.tm-btn-success:not(:disabled):hover{background:#d97706}.tm-btn-outline{background:#0000;border:1.5px solid #cbd5e1;color:#475569}.tm-btn-outline:not(:disabled):hover{background:#f8fafc;border-color:#94a3b8}.tm-section-row{grid-gap:16px;align-items:end;display:grid;gap:16px;grid-template-columns:1.4fr 1fr 1fr 1fr 1fr minmax(220px,1.4fr) 50px}.tm-section-name-wrap{position:relative}.tm-avail-hint{color:#94a3b8;display:block;font-size:.72rem;margin-top:3px}.tm-section-ctrl{display:flex;flex-direction:column;gap:2px}.tm-section-ctrl-wide{min-width:220px}.tm-ctrl-label{color:#94a3b8;font-size:.72rem;font-weight:600}.tm-btn-remove{align-items:center;background:#fee2e2;border:none;border-radius:7px;color:#dc2626;cursor:pointer;display:flex;font-size:.85rem;height:34px;justify-content:center;justify-self:center;transition:background .2s;width:34px}.tm-btn-remove:hover{background:#fca5a5}.tm-add-section-row{align-items:center;display:flex;gap:12px;margin-bottom:20px}.tm-add-section-row .tm-input{max-width:360px}.tm-loading-sections{align-items:center;color:#64748b;display:flex;font-size:.88rem;gap:8px;padding:12px 0}.tm-save-row{border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;margin-top:20px;padding-top:20px}.tm-sections-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.tm-sections-title{color:#1e293b;font-size:1.05rem;font-weight:700;margin:0 0 8px}.tm-section-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 8px #00000005;margin-bottom:16px;padding:16px;transition:box-shadow .2s}.tm-section-wrapper:hover{box-shadow:0 4px 12px #0000000d}.tm-section-header{border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.85rem;font-weight:700;letter-spacing:.5px;margin-bottom:12px;padding-bottom:8px;text-transform:uppercase}.tm-empty-state{align-items:center;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;color:#64748b;display:flex;flex-direction:column;justify-content:center;padding:30px;text-align:center}.tm-empty-state i{color:#94a3b8;font-size:2rem;margin-bottom:12px}.tm-empty-state p{font-size:.9rem;margin:0}.tm-toast-stack{display:flex;flex-direction:column;gap:10px;max-width:420px;position:fixed;right:20px;top:20px;z-index:9999}.tm-toast{align-items:center;animation:tm-slide-in .3s ease;background:#fff;border-left:4px solid #cbd5e1;border-radius:10px;box-shadow:0 8px 32px #0000001f;display:flex;font-size:.875rem;font-weight:500;gap:12px;padding:14px 18px}.tm-toast i{flex-shrink:0;font-size:1.1rem}.tm-toast span{flex:1 1}.tm-toast-success{border-color:#10b981;color:#065f46}.tm-toast-success i{color:#10b981}.tm-toast-error{border-color:#ef4444;color:#991b1b}.tm-toast-error i{color:#ef4444}.tm-toast-info{border-color:#3b82f6;color:#1e40af}.tm-toast-info i{color:#3b82f6}.tm-toast-close{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:1.1rem;line-height:1;padding:0}@keyframes tm-slide-in{0%{opacity:0;transform:translateX(110%)}to{opacity:1;transform:translateX(0)}}@media (max-width:768px){.tm-pdf-testcase-grid{grid-template-columns:1fr}}.tm-manual-type-row{display:flex;flex-wrap:wrap;gap:12px}.tm-manual-type-btn{align-items:center;background:#f8fbff;border:1px solid #d5def5;border-radius:12px;color:#274690;cursor:pointer;display:inline-flex;gap:8px;padding:10px 14px}.tm-manual-type-btn.active{background:#274690;border-color:#274690;color:#fff}.tm-manual-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.tm-filter-row{display:flex;gap:12px;margin-bottom:16px}.tm-manual-list{display:flex;flex-direction:column;gap:16px}.tm-manual-card{background:#fcfdff;border:1px solid #e6ebf5;border-radius:18px;padding:18px}.tm-manual-card-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.tm-manual-card-head strong{color:#182848;font-size:16px;margin-right:10px}.tm-manual-badge{align-items:center;background:#eef4ff;border-radius:999px;color:#3158c9;display:inline-flex;font-size:12px;font-weight:700;padding:4px 10px}.tm-manual-actions{display:flex;flex-wrap:wrap;gap:10px}.tm-manual-text{color:#42526b;margin:0 0 12px;white-space:pre-wrap}.tm-manual-options{align-items:flex-start;display:flex;flex-wrap:wrap;gap:10px}.tm-manual-answer{color:#274690;font-size:14px;width:100%}.tm-manual-testcase{background:#f4f7fb;border-radius:12px;color:#324055;display:flex;flex-direction:column;font-size:13px;gap:4px;min-width:220px;padding:10px 12px}@media (max-width:768px){.tm-manual-card-head{flex-direction:column}}.la-container{background-color:#f8fafc;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;padding:24px}.la-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.la-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 8px}.la-header p{color:#64748b;font-size:.95rem;margin:0}.la-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.la-empty-state{padding:64px 24px;text-align:center}.la-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.la-empty-state h3{color:#334155;font-size:1.25rem;margin:0 0 8px}.la-empty-state p{color:#64748b;margin:0}.la-table-responsive{overflow-x:auto}.la-table{border-collapse:collapse;font-size:.95rem;width:100%}.la-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-weight:600;padding:16px;text-align:left}.la-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:16px;vertical-align:middle}.la-fw-600{color:#1e293b!important;font-weight:600}.la-row-locked{background-color:#f8fafc;opacity:.8!important}.la-test-info{color:#1e293b;display:flex;flex-direction:column;gap:4px}.la-lock-tag{align-items:center;background-color:#fee2e2;border-radius:4px;color:#ef4444;display:inline-flex;font-size:10px;font-weight:700;gap:4px;padding:2px 6px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.la-badge{border-radius:6px;display:inline-block;font-size:.8rem;font-weight:600;padding:6px 10px}.la-badge-gray{background:#f1f5f9;color:#475569}.la-badge-success{background:#dcfce7;color:#166534}.la-action-btns{display:flex;gap:12px}.la-btn-icon{align-items:center;background:none;border:none;border-radius:6px;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:.2s}.la-btn-icon:hover{background:#f1f5f9}.la-text-danger{color:#ef4444}.la-text-danger:hover{background:#fef2f2!important;color:#dc2626}.la-alert{align-items:center;border-radius:8px;display:flex;font-weight:500;gap:12px;margin-bottom:24px;padding:16px}.la-alert-error{background:#fef2f2;border-left:4px solid #ef4444;color:#991b1b}.la-alert-warning{background:#fffbeb;border-left:4px solid #f59e0b;color:#92400e}.la-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.la-modal-content{animation:modalPop .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a;max-width:450px;width:100%}@keyframes modalPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.la-modal-header{border-radius:12px 12px 0 0;display:flex;justify-content:center;padding:24px}.la-bg-danger-light{background:#fef2f2}.la-modal-body{padding:24px;text-align:center}.la-modal-body h3{color:#1e293b;font-size:1.25rem;margin:0 0 12px}.la-modal-body p{color:#475569;font-size:.95rem;line-height:1.5;margin:0}.la-modal-footer{display:flex;gap:12px;justify-content:center;padding:16px 24px 24px}.la-btn{border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;padding:10px 20px;transition:.2s}.la-btn:disabled{cursor:not-allowed;opacity:.6}.la-btn-outline{background:#fff;border:1px solid #cbd5e1;color:#475569}.la-btn-outline:hover:not(:disabled){background:#f8fafc}.la-btn-danger{background:#ef4444;color:#fff}.la-btn-danger:hover:not(:disabled){background:#dc2626}.mt-3{margin-top:16px}.lm-container{background-color:#f8fafc;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;padding:24px}.lm-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.lm-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 8px}.lm-header p{color:#64748b;font-size:.95rem;margin:0}.lm-live-indicator{align-items:center;background:#f0fdf4;border-radius:20px;color:#166534;display:flex;font-size:.75rem;font-weight:700;gap:8px;letter-spacing:.05em;padding:6px 12px;text-transform:uppercase}.lm-live-dot{animation:blink 1.5s infinite;background:#22c55e;border-radius:50%;height:8px;width:8px}@keyframes blink{0%{opacity:1}50%{opacity:.4}to{opacity:1}}.lm-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden}.lm-table-responsive{overflow-x:auto}.lm-table{border-collapse:collapse;font-size:.9rem;width:100%}.lm-table th{background:#f8fafc;border-bottom:1px solid #e2e8f0;color:#475569;font-weight:600;padding:14px 16px;text-align:left}.lm-table td{border-bottom:1px solid #f1f5f9;color:#334155;padding:14px 16px;vertical-align:middle}.lm-tr-warning{background-color:#fffbeb}.lm-tr-danger{background-color:#fef2f2}.lm-candidate-info{gap:12px}.lm-avatar,.lm-candidate-info{align-items:center;display:flex}.lm-avatar{background:#e2e8f0;border-radius:50%;color:#475569;font-size:.8rem;font-weight:700;height:32px;justify-content:center;width:32px}.lm-name{color:#1e293b;font-weight:600}.lm-subtext{color:#64748b;font-size:.75rem}.lm-badge{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:600;padding:4px 8px}.lm-badge-blue{background:#eff6ff;color:#1d4ed8}.lm-badge-green{background:#dcfce7;color:#166534}.lm-badge-yellow{background:#fef3c7;color:#92400e}.lm-badge-red{background:#fee2e2;color:#991b1b}.lm-status-cell{align-items:center;display:flex;gap:6px}.lm-alert-badge{animation:shake .5s ease-in-out;color:#ef4444}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-2px)}75%{transform:translateX(2px)}}.lm-empty-state{color:#94a3b8;padding:48px 24px;text-align:center}.lm-empty-icon{font-size:40px;margin-bottom:12px;opacity:.3}.aic-stack{display:flex;flex-direction:column;gap:16px}.aic-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.aic-title-row{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.aic-title-row h3{color:#1e293b;margin:0}.aic-table-wrap{overflow:auto}.aic-table{border-collapse:collapse;width:100%}.aic-table td,.aic-table th{border-bottom:1px solid #f1f5f9;padding:10px 12px;text-align:left}.aic-table th{background:#f8fafc;color:#475569;font-size:.78rem}.aic-main{color:#1e293b;font-weight:700}.aic-sub{color:#64748b;font-size:.82rem}.aic-status{align-items:center;border-radius:999px;display:inline-flex;font-size:.75rem;font-weight:700;gap:6px;padding:6px 10px}.aic-status.pending{background:#fef3c7;color:#92400e}.aic-status.approved{background:#dcfce7;color:#166534}.aic-status.rejected{background:#fee2e2;color:#b91c1c}.aic-actions{display:inline-flex;gap:8px}.aic-btn{border:none;border-radius:8px;cursor:pointer;font-weight:700;padding:7px 10px}.aic-btn.approve{background:#dcfce7;color:#166534}.aic-btn.decline{background:#fee2e2;color:#b91c1c}.aic-btn:disabled{cursor:not-allowed;opacity:.65}.aic-feedback{align-items:flex-start;color:#334155;display:inline-flex;gap:6px;line-height:1.45;max-width:420px}.feedback-dashboard{width:100%}.feedback-dashboard-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:14px;justify-content:center;min-height:320px}.feedback-dashboard-loading svg{color:#2563eb}.feedback-dashboard-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:14px;color:#b91c1c;display:flex;font-weight:600;gap:12px;padding:14px 16px}.feedback-dashboard-error button{background:#dc2626;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:700;margin-left:auto;padding:8px 12px}.feedback-summary{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr))}.feedback-summary .summary-card{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:0 4px 16px #0f172a0f;display:flex;gap:16px;min-height:112px;padding:20px}.feedback-summary .summary-card.approved{border-bottom:4px solid #10b981}.feedback-summary .summary-card.rejected{border-bottom:4px solid #ef4444}.feedback-summary .summary-card.total{border-bottom:4px solid #3b82f6}.feedback-summary .summary-icon{border-radius:14px;display:grid;flex-shrink:0;height:46px;place-items:center;width:46px}.feedback-summary .approved .summary-icon{background:#ecfdf5;color:#059669}.feedback-summary .rejected .summary-icon{background:#fef2f2;color:#dc2626}.feedback-summary .total .summary-icon{background:#eff6ff;color:#2563eb}.feedback-summary .summary-info{min-width:0}.feedback-summary .summary-number{color:#0f172a;display:block;font-size:1.7rem;font-weight:800;line-height:1}.feedback-summary .summary-label{color:#64748b;display:block;font-size:.82rem;font-weight:700;margin-top:8px;overflow-wrap:anywhere}.feedback-filters{align-items:center;background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:0 4px 16px #0f172a0f;display:flex;flex-wrap:wrap;gap:14px;padding:18px 20px}.feedback-dashboard .search-box{flex:1 1 340px;min-width:260px;position:relative}.feedback-dashboard .search-box svg{color:#94a3b8;left:15px;position:absolute;top:50%;transform:translateY(-50%)}.feedback-dashboard .filter-box select,.feedback-dashboard .search-box input{background:#f8fafc;border:1px solid #dbe5f0;border-radius:14px;color:#0f172a;font-size:.92rem;min-height:48px;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease;width:100%}.feedback-dashboard .search-box input{padding:0 14px 0 44px}.feedback-dashboard .filter-box{flex:0 0 220px;position:relative}.feedback-dashboard .filter-box svg{color:#94a3b8;left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.feedback-dashboard .filter-box select{-webkit-appearance:none;appearance:none;cursor:pointer;padding:0 42px 0 44px}.feedback-dashboard .filter-box select:focus,.feedback-dashboard .search-box input:focus{background:#fff;border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f;outline:none}.feedback-table-container{background:#fff;border:1px solid #e8edf5;border-radius:18px;box-shadow:0 4px 16px #0f172a0f;overflow:hidden}.feedback-table-heading{align-items:center;background:linear-gradient(180deg,#fff,#fbfdff);border-bottom:1px solid #eef2f7;display:flex;gap:12px;justify-content:space-between;padding:18px 20px}.feedback-table-heading h3{color:#0f172a;font-size:1rem;font-weight:800;margin:0}.feedback-table-heading p{color:#64748b;font-size:.82rem;margin:6px 0 0}.feedback-table{border-collapse:collapse;width:100%}.feedback-table th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.7rem;font-weight:800;letter-spacing:.09em;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.feedback-table td{border-bottom:1px solid #eef2f7;color:#334155;font-size:.86rem;padding:15px 16px;vertical-align:middle}.feedback-table tr:last-child td{border-bottom:none}.feedback-table tr:hover td{background:#f8fafc}.candidate-info .candidate-name{color:#0f172a;font-size:.92rem;font-weight:800}.candidate-info .candidate-email{font-size:.78rem}.candidate-skills{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.skill-tag{background:#eff6ff;color:#1d4ed8;font-size:.7rem;padding:4px 9px}.skill-tag,.status-badge{border-radius:999px;font-weight:800}.status-badge{font-size:.74rem;gap:7px;padding:7px 11px}.status-badge.status-approved{background:#dcfce7;color:#166534}.status-badge.status-rejected{background:#fee2e2;color:#991b1b}.status-badge.status-default{background:#f1f5f9;color:#475569}.feedback-cell .feedback-preview,.processed-date,.tests-count .tests-info,.tests-count .tests-submitted{align-items:center;display:flex;gap:7px}.tests-count .tests-info{color:#334155;font-weight:700}.tests-count .tests-submitted{color:#059669;font-size:.76rem;font-weight:700;margin-top:6px}.feedback-cell .feedback-preview{align-items:flex-start;max-width:360px}.feedback-cell .feedback-preview svg{color:#94a3b8;flex-shrink:0;margin-top:2px}.feedback-cell .feedback-preview p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;line-height:1.55;margin:0;overflow:hidden}.processed-date{color:#64748b;font-size:.78rem}.actions{text-align:right}.view-btn{background:#fff;border:1px solid #dbeafe;border-radius:10px;color:#2563eb;cursor:pointer;display:inline-grid;height:36px;place-items:center;transition:background .18s ease,box-shadow .18s ease,transform .18s ease;width:36px}.view-btn:hover{background:#eff6ff;box-shadow:0 4px 12px #2563eb1f;transform:translateY(-1px)}.no-candidates{color:#64748b;height:320px}.no-candidates svg{color:#94a3b8}.no-candidates p{color:#0f172a;font-size:1rem;font-weight:800}.no-candidates span{color:#64748b;font-size:.86rem}.feedback-dashboard .modal-overlay{align-items:center;background:#0f172a94;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.candidate-detail-modal{background:#fff;border-radius:18px;box-shadow:0 25px 60px #0f172a47;display:flex;flex-direction:column;max-height:90vh;overflow:hidden;width:min(620px,100%)}.candidate-detail-modal .modal-header{align-items:center;background:linear-gradient(180deg,#fff,#f8fbff);border-bottom:1px solid #e8edf5;display:flex;gap:16px;justify-content:space-between;padding:20px 24px}.candidate-detail-modal .modal-header.approved{background:#f0fdf4;border-bottom-color:#bbf7d0}.candidate-detail-modal .modal-header.rejected{background:#fef2f2;border-bottom-color:#fecaca}.candidate-detail-modal .modal-title{align-items:center;display:flex;gap:12px;min-width:0}.candidate-detail-modal .modal-title h2{color:#0f172a;font-size:1.1rem;font-weight:800;margin:0}.candidate-detail-modal .modal-title p{color:#64748b;font-size:.84rem;margin:4px 0 0}.candidate-detail-modal .modal-close{background:#0f172a0f;border:none;border-radius:10px;color:#475569;cursor:pointer;font-size:1.3rem;height:36px;width:36px}.candidate-detail-modal .modal-close:hover{background:#0f172a1a}.candidate-detail-modal .modal-content{flex:1 1;overflow-y:auto;padding:24px}.detail-section{margin-bottom:22px}.detail-section h3{color:#64748b;font-size:.75rem;font-weight:800;letter-spacing:.09em;margin:0 0 12px;text-transform:uppercase}.feedback-box,.test-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px}.feedback-box{align-items:flex-start;display:flex;gap:12px;padding:16px}.feedback-box svg{color:#2563eb;flex-shrink:0}.feedback-box p{color:#475569;line-height:1.65;margin:0}.tests-list{grid-gap:10px;display:grid;gap:10px}.test-item{align-items:center;display:flex;gap:10px;padding:11px 12px}.test-item.submitted{background:#f0fdf4;border-color:#bbf7d0}.test-item .test-name{color:#334155;flex:1 1;font-weight:700;min-width:0}.test-item .test-status{align-items:center;display:inline-flex;font-size:.76rem;font-weight:800;gap:4px}.test-item .test-status.submitted{color:#059669}.test-item .test-status.pending{color:#d97706}.detail-grid{grid-gap:12px;border-top:1px solid #e8edf5;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:18px}.detail-item{align-items:center;background:#f8fafc;border-radius:14px;color:#475569;display:flex;font-size:.84rem;gap:8px;padding:12px}.detail-item .label{font-weight:800}.detail-item .value{color:#0f172a}.candidate-detail-modal .modal-footer{background:#f8fafc;border-top:1px solid #e8edf5;display:flex;justify-content:flex-end;padding:16px 24px}.feedback-dashboard .btn-secondary{background:#fff;border:1px solid #dbe5f0;border-radius:12px;color:#475569;cursor:pointer;font-weight:800;min-height:40px;padding:0 18px}.feedback-dashboard .btn-secondary:hover{background:#eff6ff;color:#1d4ed8}@media (max-width:900px){.feedback-summary{grid-template-columns:1fr}.feedback-table-container{overflow-x:auto}}@media (max-width:640px){.feedback-filters{padding:14px}.feedback-dashboard .filter-box{flex:1 1 100%}.detail-grid{grid-template-columns:1fr}}.hr-reg-container{background:#f8fafc;display:flex;font-family:Inter,-apple-system,sans-serif;height:100vh;overflow:hidden}.hr-reg-info-side{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;display:flex;flex:1 1;flex-direction:column;justify-content:center;overflow:hidden;padding:60px;position:relative}.hr-reg-info-side:before{background:#3b82f61a;border-radius:50%;content:"";filter:blur(80px);height:400px;position:absolute;right:-100px;top:-100px;width:400px}.hr-reg-logo{align-items:center;color:#60a5fa;display:flex;font-size:24px;font-weight:700;gap:12px;margin-bottom:60px}.hr-reg-welcome h1{font-size:48px;font-weight:800;line-height:1.2;margin-bottom:24px}.hr-reg-welcome p{color:#94a3b8;font-size:18px;line-height:1.6;max-width:500px}.hr-reg-subscription-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f172a52;border:1px solid #94a3b82e;border-radius:20px;margin-top:36px;padding:24px}.hr-reg-subscription-head{align-items:flex-start;display:flex;gap:12px}.hr-reg-subscription-head h3{font-size:1.05rem;margin:0 0 6px}.hr-reg-subscription-head p{color:#cbd5e1;font-size:.92rem;margin:0}.hr-reg-plan-list{grid-gap:12px;display:grid;gap:12px;margin-top:18px}.hr-reg-plan-item{background:#ffffff0f;border:1px solid #ffffff14;border-radius:14px;display:flex;flex-direction:column;gap:5px;padding:14px 16px}.hr-reg-plan-item strong{color:#f8fafc;font-size:.95rem}.hr-reg-plan-item span{color:#cbd5e1;font-size:.83rem;line-height:1.45}.hr-reg-plan-item.highlight{background:#3b82f62e;border-color:#60a5fa6b}.hr-reg-features{display:flex;flex-direction:column;gap:32px;margin-top:60px}.hr-reg-feature-item{display:flex;gap:20px}.hr-reg-feature-icon{align-items:center;background:#ffffff1a;border-radius:12px;color:#60a5fa;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.hr-reg-feature-text h3{font-size:18px;margin-bottom:4px}.hr-reg-feature-text p{color:#94a3b8;font-size:14px}.hr-reg-form-side{background:#fff;display:flex;flex-direction:column;overflow-y:auto;padding:40px 60px;width:650px}.hr-reg-card{margin:0 auto;max-width:500px;width:100%}.hr-reg-back-btn{align-items:center;background:#0000;border:1px solid #cbd5e1;border-radius:10px;color:#334155;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:20px;padding:10px 14px;transition:all .2s ease}.hr-reg-back-btn:hover{background:#f8fafc;border-color:#94a3b8}.hr-reg-header{margin-bottom:24px}.hr-reg-header h2{color:#1e293b;font-size:32px;font-weight:700;margin-bottom:8px}.hr-reg-header p{color:#64748b}.hr-reg-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.hr-reg-field{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.hr-reg-field.full{grid-column:span 2}.hr-reg-field label{color:#475569;font-size:14px;font-weight:600}.hr-reg-input{border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;font-size:15px;padding:12px 16px;transition:all .2s;width:100%}.hr-reg-input:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61a;outline:none}.hr-reg-file-upload{border:2px dashed #e2e8f0;border-radius:12px;cursor:pointer;padding:24px;text-align:center;transition:all .2s}.hr-reg-file-upload:hover{background:#f8fafc;border-color:#3b82f6}.hr-reg-file-upload input{display:none}.hr-reg-file-content{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:12px}.hr-reg-file-icon{color:#3b82f6}.hr-reg-submit-btn{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:10px;justify-content:center;margin-top:10px;padding:14px;transition:all .2s;width:100%}.hr-reg-submit-btn:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.hr-reg-submit-btn:disabled{background:#94a3b8;cursor:not-allowed}.hr-reg-footer{color:#64748b;font-size:14px;margin-top:32px;text-align:center}.hr-reg-footer.plain{background:#0000;border:none;box-shadow:none;padding:0}.hr-reg-footer a{color:#3b82f6;font-weight:600;text-decoration:none}.hr-reg-alert{align-items:center;border-radius:8px;display:flex;font-size:14px;gap:12px;margin-bottom:24px;padding:16px}.hr-reg-alert.success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.hr-reg-alert.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.hr-reg-pricing-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;color:#1e3a8a;font-size:.92rem;line-height:1.5;margin-bottom:20px;padding:14px 16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hr-reg-card{animation:fadeIn .5s ease-out}@media (max-width:1100px){.hr-reg-info-side{display:none}.hr-reg-form-side{padding:40px;width:100%}}.hr-dashboard-wrapper{background:var(--bg-primary);color:var(--text-primary);display:flex;min-height:100vh}.hr-sidebar{background:linear-gradient(180deg,#172033,#1e293b);bottom:0;box-shadow:14px 0 40px #0f172a38;color:#fff;display:flex;flex-direction:column;gap:26px;left:0;padding:30px 22px;position:fixed;top:0;width:280px;z-index:100}.hr-sidebar-brand{align-items:center;display:flex;gap:14px}.hr-sidebar-mark{background:linear-gradient(135deg,#60a5fa,#4f46e5);border-radius:12px;display:grid;font-size:1.4rem;font-weight:800;height:42px;place-items:center;width:42px}.hr-sidebar-brand h1{font-size:1.4rem;font-weight:800;margin:0}.hr-sidebar-brand p{color:#94a3b8;font-size:.88rem;margin:2px 0 0}.hr-profile-card{background:#ffffff0f;border-radius:20px;margin-bottom:0;padding:18px;text-align:center}.hr-profile-avatar{background:linear-gradient(135deg,#60a5fa,#4f46e5);border:3px solid #60a5facc;border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:1.5rem;font-weight:800;height:76px;margin:0 auto 12px;overflow:hidden;place-items:center;width:76px}.hr-profile-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.hr-profile-info{display:flex;flex-direction:column;gap:8px}.hr-profile-info strong{color:#fff;font-size:1rem;font-weight:600;margin:0}.hr-profile-info span{align-items:center;background:#60a5fa24;border-radius:999px;color:#bfdbfe;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;margin:0 auto;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.hr-nav-list-item{list-style:none}.hr-nav-item{font-weight:500;justify-content:flex-start;line-height:1.3;white-space:nowrap}.hr-nav-item:hover{background:#3b82f61a;color:#e0e7ff}.hr-nav-group-trigger.active,.hr-nav-item.active{background:#3b82f62e;color:#fff;font-weight:600}.hr-nav-group{list-style:none;margin:0;padding:0}.hr-nav-group-trigger{align-items:center;background:#0000;border:none;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:12px;line-height:1.3;padding:12px 16px;transition:all .2s ease;white-space:nowrap;width:100%}.hr-nav-group-trigger:hover{background:#3b82f61a;color:#e0e7ff}.hr-nav-group-trigger.active{background:#3b82f62e;color:#fff;font-weight:600}.hr-nav-group-panel{gap:6px;transition:max-height .24s ease,opacity .24s ease,margin-top .24s ease}.hr-nav-group.open .hr-nav-group-panel,.hr-nav-group:focus-within .hr-nav-group-panel,.hr-nav-group:hover .hr-nav-group-panel{margin-top:4px}.hr-sub-nav-item{font-size:.9rem;font-weight:500;justify-content:flex-start;line-height:1.3;padding:10px 14px;white-space:nowrap}.hr-sub-nav-item:hover{background:#3b82f61a;color:#e0e7ff}.hr-sub-nav-item.active{background:#0000;color:#fff;font-weight:600}.hr-sidebar-footer{border-top:1px solid #94a3b81f;margin-top:auto;padding-top:24px}.hr-sidebar-footer .hr-btn-logout{width:100%}.hr-btn-logout{border-radius:8px;font-size:.93rem;font-weight:500;justify-content:flex-start;line-height:1.2;padding:10px 14px;white-space:nowrap}.hr-btn-logout:hover{background:#ef44441a}.hr-content-main{flex:1 1;margin-left:280px;min-width:0;padding:36px}.hr-hero{align-items:center;background:var(--color-hero-gradient);border-radius:var(--radius-5xl);box-shadow:var(--shadow-xl);color:var(--text-white);display:flex;gap:var(--space-2xl);justify-content:space-between;padding:var(--space-4xl)}.hr-hero-copy-block{max-width:720px}.hr-hero-eyebrow{color:#ffffffc7;font-size:.86rem;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.hr-hero h2{font-size:2.2rem;font-weight:800;margin:0}.hr-hero-copy{color:#ffffffe6;font-size:1rem;line-height:1.7;margin:10px 0 0;max-width:680px}.hr-hero-meta{display:flex;flex-direction:column;gap:14px;min-width:220px}.hr-hero-badge{align-items:center;align-self:flex-start;background:#ffffff29;border-radius:var(--radius-full);color:var(--text-white);display:inline-flex;font-size:.88rem;font-weight:var(--font-weight-bold);gap:var(--space-sm);padding:var(--space-sm) var(--space-md)}.hr-hero-user{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1f;border-radius:var(--radius-3xl);padding:var(--space-lg) var(--space-xl)}.hr-hero-user strong{display:block;font-size:1rem;font-weight:var(--font-weight-bold)}.hr-hero-user span{color:#fffc;display:block;font-size:.88rem;margin-top:var(--space-sm)}.hr-stats-grid{grid-gap:var(--space-xl);display:grid;gap:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));margin-top:var(--space-3xl)}.hr-stat-card{align-items:center;background:var(--bg-secondary);border-radius:var(--radius-4xl);box-shadow:var(--shadow-lg);display:flex;gap:var(--space-lg);padding:var(--space-2xl)}.hr-stat-icon{border-radius:var(--radius-xl);display:grid;height:52px;place-items:center;width:52px}.hr-stat-info h3{color:var(--text-secondary);font-size:.92rem;font-weight:var(--font-weight-semibold);margin:0 0 6px}.hr-stat-info p{color:var(--text-primary);font-size:1.8rem;font-weight:var(--font-weight-extrabold);margin:0}.hr-panel,.hr-section-card,.hrm-alert{background:var(--bg-secondary);border-radius:var(--radius-4xl);box-shadow:var(--shadow-lg)}.hr-panel{border:1px solid var(--sidebar-border);margin-top:var(--space-3xl);padding:var(--space-3xl)}.hr-panel-header{align-items:center;display:flex;gap:var(--space-lg);justify-content:space-between;margin-bottom:var(--space-xl)}.hr-panel-header h3{font-size:1.5rem;margin:0}.hr-panel-header p{color:var(--text-secondary);margin:6px 0 0}.hr-panel-icon{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:16px;box-shadow:inset 0 1px 0 #ffffffb3;color:#2563eb;display:grid;height:42px;place-items:center;width:42px}.hr-section-card{background:radial-gradient(circle at top right,#3b82f60f,#0000 26%),linear-gradient(180deg,#fff,#fbfdff);border:1px solid #94a3b829;padding:32px}.hr-candidate-filters{grid-gap:14px;align-items:center;background:#f8fbff;border:1px solid #e2e8f0;border-radius:20px;display:grid;gap:14px;grid-template-columns:minmax(220px,1.4fr) minmax(180px,1fr) 180px 180px auto;margin-bottom:22px;padding:16px}.hr-filter-input-wrap{position:relative}.hr-filter-icon{color:#94a3b8;left:14px;position:absolute;top:50%;transform:translateY(-50%)}.hr-filter-input,.hr-filter-select{background:#fff;border:1px solid #dbe4f0;border-radius:14px;color:#0f172a;font-size:.95rem;height:46px;outline:none;padding:0 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.hr-filter-input-wrap .hr-filter-input{padding-left:42px}.hr-filter-input:focus,.hr-filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.hr-filter-reset{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:14px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;height:46px;justify-content:center;padding:0 16px}.hr-candidate-empty{color:#64748b;padding:28px 16px!important;text-align:center}.hr-section-header{border-bottom:1px solid #f1f5f9;margin-bottom:24px;padding-bottom:16px}.hr-section-header h2{color:#1e293b;font-size:20px;font-weight:700}.hrm-alert{margin-top:24px;padding:16px 18px}.hrm-alert.error{background:#fffbeb;color:#92400e}.hrm-alert.success{color:#166534}.hr-subscription-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:18px;color:#1e3a8a;display:flex;gap:16px;justify-content:space-between;margin-top:24px;padding:18px 20px}.hr-subscription-banner strong{display:block;font-size:1rem;margin-bottom:6px}.hr-subscription-banner p{line-height:1.5;margin:0}.hr-subscription-banner.expired{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hr-subscription-btn{background:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;font-weight:700;padding:11px 16px;white-space:nowrap}.hr-subscription-banner.expired .hr-subscription-btn{background:#dc2626}.hr-table-shell{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:inset 0 1px 0 #ffffffb3;overflow:hidden}.hr-table-container{overflow-x:auto}.hr-data-table{border-collapse:collapse;width:100%}.hr-data-table th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#475569;font-size:.75rem;font-weight:800;letter-spacing:.08em;padding:16px;text-align:left;text-transform:uppercase}.hr-data-table td{border-bottom:1px solid #eef2f7;color:#1e293b;font-size:14px;padding:16px;vertical-align:middle}.hr-data-table tbody tr:hover{background:#f8fafcd6}.hrm-user-info{gap:12px}.hrm-avatar{border-radius:14px;display:grid;font-weight:800;height:42px;place-items:center;width:42px}.hrm-name{font-weight:700}.hrm-email{font-size:.88rem;margin-top:4px}.hrm-badge{font-size:.82rem;font-weight:700;gap:6px}.hr-plan-badge{align-items:center;background:#dcfce7;border-radius:99px;color:#166534;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px}.hr-view-btn{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:12px;box-shadow:0 12px 24px #2563eb2e;color:#fff;cursor:pointer;font-weight:700;padding:10px 14px}.hr-job-form{display:flex;flex-direction:column;gap:16px}.hr-job-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.hr-job-field{display:flex;flex-direction:column;gap:8px}.hr-job-field span{color:#334155;font-size:.9rem;font-weight:700}.hr-job-field input,.hr-job-field select,.hr-job-field textarea{background:#f8fafc;border:1px solid #dbe4f0;border-radius:14px;color:#0f172a;font-family:inherit;font-size:.95rem;outline:none;padding:12px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.hr-job-field input:focus,.hr-job-field select:focus,.hr-job-field textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f61f}.hr-job-field textarea{resize:vertical}.hr-job-submit{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;border-radius:14px;color:#fff;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;padding:12px 18px}.hr-job-submit.hr-job-submit-inline{padding:10px 14px}.hr-job-action-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.hr-job-edit-form{display:flex;flex-direction:column;gap:12px}.hr-job-cancel-btn,.hr-job-delete-btn,.hr-job-edit-btn{align-items:center;border:none;border-radius:10px;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;padding:9px 13px}.hr-job-edit-btn{background:#dbeafe;color:#1d4ed8}.hr-job-cancel-btn{background:#e2e8f0;color:#334155}.hr-job-delete-btn{background:#fee2e2;color:#b91c1c}.hr-btn-logout{align-items:center;background:#0000;border:none;border-radius:14px;color:#fca5a5;cursor:pointer;display:flex;font-size:.98rem;font-weight:600;gap:12px;padding:14px 16px;text-align:left;transition:all .2s ease;width:100%}.hr-btn-logout:hover{background:#ef44441f;color:#fecaca}@media (max-width:1100px){.hr-stats-grid{grid-template-columns:1fr}.hr-candidate-filters{grid-template-columns:1fr 1fr}}@media (max-width:900px){.hr-dashboard-wrapper{flex-direction:column}.hr-sidebar{border-radius:0 0 24px 24px;position:static;width:100%}.hr-content-main{margin-left:0;padding:20px}.hr-hero,.hr-panel-header,.hr-subscription-banner{align-items:flex-start;flex-direction:column}.hr-candidate-filters,.hr-job-grid{grid-template-columns:1fr}}.hrm-container{display:flex;flex-direction:column;gap:18px}.hrm-overview-card{grid-gap:18px;background:radial-gradient(circle at top right,#3b82f61f,#0000 34%),linear-gradient(135deg,#fff,#f8fbff);border:1px solid #94a3b838;border-radius:22px;box-shadow:0 18px 45px #0f172a14;display:grid;gap:18px;grid-template-columns:minmax(0,1.7fr) minmax(280px,.9fr);padding:22px}.hrm-overview-copy h2{color:#0f172a;font-size:1.55rem;font-weight:800;line-height:1.2;margin:6px 0 10px}.hrm-overview-copy p{color:#64748b;font-size:.95rem;line-height:1.65;margin:0;max-width:720px}.hrm-kicker{align-items:center;background:#2563eb1a;border-radius:999px;color:#2563eb;display:inline-flex;font-size:.74rem;font-weight:800;letter-spacing:.12em;padding:7px 12px;text-transform:uppercase}.hrm-overview-stats{grid-gap:12px;align-self:stretch;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.hrm-stat-card{background:linear-gradient(180deg,#fff,#eff6ff);border:1px solid #bfdbfee6;border-radius:18px;box-shadow:inset 0 1px 0 #ffffffbf;display:flex;flex-direction:column;justify-content:center;padding:18px 16px}.hrm-stat-card span{color:#64748b;font-size:.8rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.hrm-stat-card strong{color:#0f172a;font-size:1.8rem;font-weight:800;line-height:1;margin-top:8px}.hrm-alert{align-items:center;border:1px solid #0000;border-radius:16px;box-shadow:0 10px 24px #0f172a0d;display:flex;font-weight:600;gap:10px;padding:14px 16px}.hrm-alert.success{background:#ecfdf5;border-color:#bbf7d0;color:#065f46}.hrm-alert.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hrm-alert.info{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.hrm-filters{display:flex;flex-wrap:wrap;gap:10px}.hrm-filters button{align-items:center;background:#ffffffdb;border:1px solid #dbe3f0;border-radius:999px;color:#475569;cursor:pointer;display:inline-flex;font-size:.88rem;font-weight:700;gap:10px;padding:10px 14px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease,color .2s ease}.hrm-filters button span{align-items:center;background:#94a3b824;border-radius:999px;color:inherit;display:inline-flex;font-size:.78rem;height:26px;justify-content:center;min-width:26px;padding:0 8px}.hrm-filters button:hover{border-color:#bfdbfe;box-shadow:0 10px 24px #2563eb14;transform:translateY(-1px)}.hrm-filters button.active{background:linear-gradient(135deg,#2563eb,#3b82f6);border-color:#0000;box-shadow:0 14px 28px #2563eb3d;color:#fff}.hrm-filters button.active span{background:#ffffff2e}.hrm-content-card{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #94a3b833;border-radius:22px;box-shadow:0 18px 40px #0f172a14;overflow:hidden}.hrm-table-wrapper{overflow-x:auto}.hrm-table-wrapper table{border-collapse:collapse;width:100%}.hrm-table-wrapper thead th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#64748b;font-size:.74rem;font-weight:800;letter-spacing:.12em;padding:16px 20px;text-align:left;text-transform:uppercase}.hrm-table-wrapper tbody td{border-bottom:1px solid #eef2f7;padding:18px 20px;vertical-align:middle}.hrm-table-wrapper tbody tr{transition:background-color .2s ease}.hrm-table-wrapper tbody tr:hover{background:#f8fafcd1}.hrm-table-wrapper tbody tr:last-child td{border-bottom:none}.hrm-user-info{gap:14px;min-width:240px}.hrm-avatar,.hrm-user-info{align-items:center;display:flex}.hrm-avatar{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:18px;box-shadow:inset 0 1px 0 #ffffffbf;color:#2563eb;flex-shrink:0;height:50px;justify-content:center;width:50px}.hrm-name{color:#0f172a;font-size:1rem;font-weight:800}.hrm-email{color:#64748b;font-size:.82rem;gap:6px;margin-top:5px}.hrm-company,.hrm-email{align-items:center;display:flex}.hrm-company{color:#0f172a;font-size:.95rem;font-weight:700;gap:8px}.hrm-job-title{color:#94a3b8;font-size:.82rem;font-weight:600;margin-top:6px;padding-left:24px}.hrm-proof-link{align-items:center;background:linear-gradient(180deg,#f8fbff,#eaf3ff);border:1px solid #bfdbfe;border-radius:12px;color:#2563eb;display:inline-flex;font-size:.87rem;font-weight:700;gap:8px;padding:10px 14px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;white-space:nowrap}.hrm-proof-link:hover{border-color:#93c5fd;box-shadow:0 12px 24px #2563eb1f;transform:translateY(-1px)}.hrm-no-proof{color:#94a3b8;font-size:.82rem;font-style:italic}.hrm-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:.78rem;font-weight:800;letter-spacing:.02em;padding:8px 12px}.hrm-badge.verified{background:#dcfce7;color:#166534}.hrm-badge.pending{background:#fef3c7;color:#92400e}.hrm-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.hrm-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:inline-flex;font-size:.84rem;font-weight:800;gap:8px;padding:10px 14px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.hrm-btn:hover{filter:brightness(1.02);transform:translateY(-1px)}.hrm-btn.verify{background:linear-gradient(135deg,#10b981,#22c55e);box-shadow:0 12px 24px #10b98133;color:#fff}.hrm-btn.reject{background:#fff1f2;border:1px solid #fecdd3;box-shadow:none;color:#be123c;padding:10px}.hrm-btn.delete{background:linear-gradient(135deg,#7f1d1d,#b91c1c);box-shadow:0 12px 24px #7f1d1d2e;color:#fff}.hrm-verified-mark{align-items:center;background:#ecfdf5;border-radius:12px;color:#059669;display:inline-flex;font-size:.84rem;font-weight:800;gap:8px;padding:10px 12px}.hrm-empty-state{color:#94a3b8;padding:56px 24px!important;text-align:center}.hrm-empty-state svg{margin:0 auto 12px;opacity:.3}.hrm-loader{animation:hrm-spin 1s linear infinite;border:3px solid #dbeafe;border-radius:50%;border-top-color:#2563eb;height:34px;margin:0 auto 12px;width:34px}@keyframes hrm-spin{to{transform:rotate(1turn)}}.hrm-footer{margin-top:4px}.hrm-back-link{align-items:center;color:#475569;display:inline-flex;font-size:.88rem;font-weight:700;gap:8px;text-decoration:none}.hrm-back-link:hover{color:#0f172a}.hrm-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a9e;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:2000}.hrm-modal{background:#fff;border:1px solid #94a3b82e;border-radius:22px;box-shadow:0 30px 80px #0f172a3d;max-width:560px;overflow:hidden;width:100%}.hrm-modal-header{align-items:center;border-bottom:1px solid #eef2f7;display:flex;justify-content:space-between;padding:20px 22px}.hrm-modal-header h3{color:#0f172a;font-size:1.05rem;font-weight:800;margin:0}.hrm-modal-header button{background:#f8fafc;border:none;border-radius:12px;color:#64748b;cursor:pointer;height:38px;width:38px}.hrm-modal-body{padding:22px}.hrm-modal-body p{color:#64748b;font-size:.92rem;line-height:1.6;margin:0 0 14px}.hrm-modal-body textarea{background:#fbfdff;border:1px solid #dbe3f0;border-radius:16px;color:#0f172a;font-size:.92rem;min-height:120px;outline:none;padding:14px 16px;resize:vertical;width:100%}.hrm-modal-body textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #3b82f61f}.hrm-modal-footer{background:#f8fbff;display:flex;gap:10px;justify-content:flex-end;padding:18px 22px 22px}.hrm-modal-btn{border-radius:12px;cursor:pointer;font-size:.88rem;font-weight:800;padding:11px 16px}.hrm-modal-btn.secondary{background:#fff;border:1px solid #dbe3f0;color:#475569}.hrm-modal-btn.primary{background:linear-gradient(135deg,#2563eb,#3b82f6);border:none;color:#fff}.hrm-modal-btn.primary.reject{background:linear-gradient(135deg,#dc2626,#ef4444)}.hrm-modal-btn:disabled{cursor:not-allowed;opacity:.5}@media (max-width:1100px){.hrm-overview-card{grid-template-columns:1fr}.hrm-overview-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:780px){.hrm-overview-card{border-radius:18px;padding:18px}.hrm-overview-copy h2{font-size:1.3rem}.hrm-overview-stats{grid-template-columns:1fr}.hrm-table-wrapper tbody td,.hrm-table-wrapper thead th{padding:14px 16px}.hrm-actions{min-width:210px}}.hcl-container{background-color:#f3f4f6;font-family:Inter,system-ui,-apple-system,sans-serif;min-height:100vh}.hcl-navbar{background-color:#2563eb;box-shadow:0 4px 6px -1px #0000001a;color:#fff;padding:1rem 2rem}.hcl-nav-content{justify-content:space-between;margin:0 auto;max-width:1200px}.hcl-brand,.hcl-nav-content{align-items:center;display:flex}.hcl-brand{font-size:1.25rem;font-weight:700;gap:.75rem}.hcl-hr-meta{align-items:center;display:flex;gap:1.5rem}.hcl-plan-badge{background-color:#fff3;border-radius:9999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.25rem .75rem;text-transform:uppercase}.hcl-nav-link{color:#fff;font-size:.875rem;font-weight:500;text-decoration:none}.hcl-main{margin:0 auto;max-width:1200px;padding:2.5rem 1rem}.hcl-header{align-items:flex-end;margin-bottom:2.5rem}.hcl-header,.hcl-subscription-banner{display:flex;justify-content:space-between}.hcl-subscription-banner{align-items:center;background:#eff6ff;border:1px solid #bfdbfe;border-radius:1rem;color:#1e3a8a;gap:1rem;margin-bottom:2rem;padding:1rem 1.25rem}.hcl-subscription-banner strong{display:block;margin-bottom:.35rem}.hcl-subscription-banner p{line-height:1.5;margin:0}.hcl-subscription-banner.expired{background:#fef2f2;border-color:#fecaca;color:#991b1b}.hcl-title-section h1{color:#111827;font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin-bottom:.5rem}.hcl-title-section p{color:#4b5563;font-size:1.125rem}.hcl-stat-item{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:1rem 1.5rem;text-align:center}.hcl-stat-val{color:#2563eb;display:block;font-size:1.5rem;font-weight:700}.hcl-stat-label{color:#6b7280;font-size:.75rem;font-weight:600;text-transform:uppercase}.hcl-search-section{margin-bottom:3rem}.hcl-filter-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;display:flex;flex-direction:column;gap:1.25rem;padding:1.5rem}.hcl-search-input{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;display:flex;gap:1rem;padding:.75rem 1.25rem}.hcl-search-input input{background:#0000;border:none;color:#111827;flex:1 1;font-size:1rem;outline:none}.hcl-filter-group{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem}.hcl-select-wrapper{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;gap:.5rem;padding:.5rem 1rem}.hcl-select-wrapper select{background:#0000;border:none;outline:none}.hcl-score-filter,.hcl-select-wrapper select{color:#4b5563;font-size:.875rem;font-weight:500}.hcl-score-filter{align-items:center;display:flex;gap:.75rem}.hcl-score-filter input{border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem;text-align:center;width:80px}.hcl-filter-actions{display:flex;gap:.75rem;margin-left:auto}.hcl-btn-primary{background-color:#2563eb;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:background .2s}.hcl-btn-primary:hover{background-color:#1d4ed8}.hcl-btn-secondary{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;color:#4b5563;cursor:pointer;font-weight:600;padding:.6rem 1.5rem}.hcl-btn-secondary:hover{background-color:#f9fafb}.hcl-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.hcl-card{background:#fff;border:1px solid #e5e7eb;border-radius:1.25rem;box-shadow:0 4px 6px -1px #0000000d;display:flex;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s}.hcl-card:hover{box-shadow:0 20px 25px -5px #0000001a;transform:translateY(-4px)}.hcl-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.25rem}.hcl-candi-avatar{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:1rem;box-shadow:0 4px 12px #2563eb4d;color:#fff;display:flex;font-size:1.5rem;font-weight:800;height:3.5rem;justify-content:center;width:3.5rem}.hcl-badge-tag{background-color:#ecfdf5;border-radius:9999px;color:#065f46;font-size:.7rem;font-weight:700;padding:.25rem .6rem;text-transform:uppercase}.hcl-candi-name{color:#111827;font-size:1.25rem;font-weight:700;margin-bottom:.4rem}.hcl-candi-email{align-items:center;color:#6b7280;font-size:.875rem;gap:.4rem}.hcl-candi-email,.hcl-candi-stats{display:flex;margin-bottom:1.25rem}.hcl-candi-stats{border-bottom:1px solid #f3f4f6;gap:1rem;padding-bottom:1.25rem}.hcl-candi-stat{align-items:center;color:#4b5563;display:flex;font-size:.8rem;gap:.5rem}.hcl-candi-stat strong{color:#2563eb}.hcl-skills-tags{display:flex;flex:1 1;flex-wrap:wrap;gap:.4rem;margin-bottom:1.5rem}.hcl-skill-tag{background-color:#f3f4f6;border-radius:.4rem;color:#4b5563;font-size:.7rem;font-weight:600;padding:.2rem .6rem}.hcl-access-pill{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:700;gap:.45rem;padding:.45rem .8rem}.hcl-access-pill.status-approved{background:#dcfce7;color:#166534}.hcl-access-pill.status-pending{background:#fef3c7;color:#92400e}.hcl-access-pill.status-none,.hcl-access-pill.status-rejected{background:#e5e7eb;color:#374151}.hcl-btn-view{align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;color:#374151;cursor:pointer;display:flex;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem;transition:all .2s;width:100%}.hcl-btn-view:hover{background-color:#2563eb;border-color:#2563eb;color:#fff}.hcl-empty,.hcl-loading{background:#fff;border-radius:2rem;box-shadow:0 4px 6px #0000000d;padding:5rem 2rem;text-align:center}.hcl-spinner{animation:hcl-spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#2563eb;height:3rem;margin:0 auto 1.5rem;width:3rem}@keyframes hcl-spin{to{transform:rotate(1turn)}}.hcl-empty h3{color:#111827;font-size:1.5rem;margin:1rem 0 .5rem}.hcl-empty p{color:#6b7280;margin-bottom:1.5rem}.hcl-footer{margin-top:3rem}.hcl-back-link{color:#6b7280;font-size:.875rem;font-weight:500;text-decoration:none}.hcl-back-link:hover{color:#111827}@media (max-width:768px){.hcl-header,.hcl-subscription-banner{align-items:flex-start;flex-direction:column}.hcl-filter-actions{margin-left:0}}.hcd-container{margin:0 auto;max-width:1100px;padding:40px 40px 80px}.hcd-container,.hcd-loading-screen{background:#f8fafc;min-height:100vh}.hcd-loading-screen{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center}.hcd-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:28px}.hcd-header h2{color:#0f172a;font-size:28px;margin:0}.hcd-subcopy{color:#64748b;margin:8px 0 0}.hcd-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.hcd-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 8px 24px #0f172a0f;margin-bottom:24px;padding:28px 32px}.hcd-empty-card{align-items:center;display:flex;flex-direction:column;gap:14px;text-align:center}.hcd-summary-top{flex-wrap:wrap;justify-content:space-between}.hcd-summary-profile,.hcd-summary-top{align-items:center;display:flex;gap:16px}.hcd-summary-profile{min-width:0}.hcd-summary-avatar{background:#eff6ff;border:1px solid #dbeafe;border-radius:24px;box-shadow:0 12px 28px #2563eb24;flex-shrink:0;height:82px;overflow:hidden;width:82px}.hcd-summary-avatar img{display:block;height:100%;object-fit:cover;width:100%}.hcd-summary-name{color:#0f172a;font-size:1.6rem;font-weight:800}.hcd-summary-meta{color:#475569;display:flex;flex-wrap:wrap;gap:16px;margin-top:10px}.hcd-summary-meta span{align-items:center;display:inline-flex;gap:6px}.hcd-status-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:.85rem;font-weight:700;gap:8px;padding:.7rem 1rem}.hcd-status-pill.approved{background:#dcfce7;color:#166534}.hcd-status-pill.pending{background:#fef3c7;color:#92400e}.hcd-status-pill.restricted{background:#e2e8f0;color:#334155}.hcd-inline-banner{border-radius:14px;font-weight:600;margin-bottom:18px;padding:14px 18px}.hcd-inline-banner.approved{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.hcd-inline-banner.pending{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412}.hcd-inline-banner.restricted{background:#f8fafc;border:1px solid #cbd5e1;color:#334155}.hcd-section-title{color:#0f172a;font-size:1.1rem;font-weight:800;margin-bottom:18px}.hcd-info-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.hcd-info-item{display:flex;flex-direction:column;gap:8px}.hcd-info-label{color:#94a3b8;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.hcd-info-value{color:#0f172a;font-weight:600;word-break:break-word}.hcd-history-list{display:flex;flex-direction:column;gap:12px}.hcd-history-row{grid-gap:16px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;display:grid;gap:16px;grid-template-columns:minmax(0,1.2fr) 120px 220px;padding:16px 18px}.hcd-history-row strong{color:#0f172a}.hcd-history-row p{color:#64748b;font-size:.9rem;margin:4px 0 0}.hcd-history-score{color:#2563eb;font-size:1.1rem;font-weight:800}.hcd-history-date{color:#64748b;font-size:.9rem}.hcd-muted-text{color:#64748b;margin:0}.hcd-resume-shell{align-items:center;display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between}.hcd-resume-copy{display:flex;flex-direction:column;gap:8px;min-width:240px}.hcd-resume-name{color:#0f172a;font-size:1rem;word-break:break-word}.hcd-resume-actions{display:flex;flex-wrap:wrap;gap:12px}.hcd-resume-empty{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;display:inline-flex;font-weight:600;gap:8px;padding:10px 14px}.hcd-photo-shell{align-items:center;display:flex;flex-wrap:wrap;gap:20px}.hcd-photo-preview{background:#eff6ff;border:1px solid #dbeafe;border-radius:28px;box-shadow:0 16px 34px #2563eb1a;height:180px;overflow:hidden;width:180px}.hcd-photo-preview img{display:block;height:100%;object-fit:cover;width:100%}.hcd-photo-copy{display:flex;flex:1 1;flex-direction:column;gap:10px;min-width:240px}.hcd-action-btn,.hcd-back-btn{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:10px 16px;text-decoration:none;transition:.2s ease}.hcd-back-btn{background:#fff;border-color:#cbd5e1;color:#0f172a}.hcd-action-btn-primary{background:#2563eb;color:#fff}.hcd-action-btn-muted{background:#eef2ff;color:#3730a3}.hcd-action-btn:disabled{cursor:not-allowed;opacity:.7}.hcd-locked-shell{position:relative}.hcd-blur-card{filter:blur(6px);pointer-events:none;-webkit-user-select:none;user-select:none}.hcd-lock-overlay{align-items:center;background:#f8fafcc7;border:1px solid #cbd5e1cc;border-radius:22px;display:flex;flex-direction:column;gap:12px;inset:0;justify-content:center;padding:24px;position:absolute;text-align:center}.hcd-lock-overlay h3{color:#0f172a;font-size:1.3rem;margin:0}.hcd-lock-overlay p{color:#475569;line-height:1.6;margin:0;max-width:520px}.hcd-overlay-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:8px}@media (max-width:768px){.hcd-container{padding:20px 16px 72px}.hcd-card{padding:22px 18px}.hcd-summary-profile{align-items:flex-start}.hcd-action-btn,.hcd-back-btn,.hcd-header-actions,.hcd-overlay-actions,.hcd-resume-actions{width:100%}.hcd-history-row{grid-template-columns:1fr}.hcd-photo-preview{border-radius:22px;height:140px;width:140px}}@media (max-width:560px){.hcd-summary-profile{align-items:flex-start;flex-direction:column}.hcd-summary-avatar{border-radius:22px;height:72px;width:72px}}.hcd-badges-list{display:flex;flex-direction:column;gap:12px}.hcd-badge-row{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:14px 16px}.hcd-badge-info{display:flex;flex-direction:column;gap:4px}.hcd-badge-subject{align-items:center;color:#0f172a;display:flex;font-size:1rem;font-weight:600;gap:8px}.hcd-badge-label{color:#64748b;font-size:.875rem}.hcd-badge-score{background:#d1fae5;border-radius:20px;color:#10b981;font-size:1.125rem;font-weight:700;padding:6px 14px}.hcd-offline-badge{align-items:center;background:#e0f2fe;border-radius:4px;color:#0369a1;display:inline-flex;font-size:.75rem;gap:4px;margin-top:4px;padding:4px 10px}.hcd-offline-badge .offline-check{color:#10b981;font-weight:700}.hcd-review-btn{align-items:center;background:#eff6ff;border:1px solid #2563eb;border-radius:8px;color:#2563eb;cursor:pointer;display:inline-flex;font-size:.85rem;font-weight:600;gap:6px;padding:8px 14px;transition:all .2s ease}.hcd-review-btn:hover:not(:disabled){background:#2563eb;color:#fff}.hcd-review-btn:disabled{cursor:not-allowed;opacity:.6}.hcd-answers-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.hcd-answers-modal{background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:800px;overflow:hidden;width:100%}.hcd-answers-modal-header{align-items:center;background:linear-gradient(135deg,#f8fbff,#eef4ff);border-bottom:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;padding:20px 24px}.hcd-answers-modal-header h3{color:#0f172a;font-size:1.25rem;margin:0}.hcd-answers-modal-header p{color:#64748b;font-size:.9rem;margin:4px 0 0}.hcd-answers-modal-actions{align-items:center;display:flex;gap:12px}.hcd-answers-count{background:#eff6ff;border-radius:8px;color:#2563eb;font-size:.85rem;font-weight:700;padding:6px 12px}.hcd-answers-close{align-items:center;background:#fff;border:1px solid #94a3b8;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#475569;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.hcd-answers-close:hover{background:#f1f5f9;border-color:#dc2626;color:#dc2626}.hcd-answers-modal-body{flex:1 1;overflow-y:auto;padding:24px}.hcd-answers-empty,.hcd-answers-error,.hcd-answers-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px;text-align:center}.hcd-answers-error{color:#dc2626}.hcd-answers-list{display:flex;flex-direction:column;gap:16px}.hcd-answer-card{background:#fbfdff;border:1px solid #e2e8f0;border-left:4px solid;border-radius:16px;padding:20px}.hcd-answer-card.correct{background:#f0fdf4;border-left-color:#22c55e}.hcd-answer-card.wrong{background:#fef2f2;border-left-color:#ef4444}.hcd-answer-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.hcd-answer-number{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:.9rem;font-weight:800;padding:4px 10px}.hcd-answer-status{align-items:center;border-radius:20px;display:inline-flex;font-size:.85rem;font-weight:700;gap:6px;padding:6px 12px}.hcd-answer-status.correct{background:#dcfce7;color:#166534}.hcd-answer-status.wrong{background:#fee2e2;color:#991b1b}.hcd-answer-question{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.5;margin:0 0 16px}.hcd-answer-details{display:flex;flex-direction:column;gap:10px}.hcd-answer-row{align-items:baseline;display:flex;flex-wrap:wrap;gap:8px}.hcd-answer-label{color:#64748b;font-size:.85rem;font-weight:600}.hcd-answer-value{border-radius:6px;font-size:.95rem;font-weight:700;padding:4px 10px}.hcd-answer-value.correct{background:#dcfce7;color:#166534}.hcd-answer-value.wrong{background:#fee2e2;color:#991b1b}@media (max-width:640px){.hcd-answers-modal-overlay{padding:10px}.hcd-answers-modal{border-radius:16px;max-height:95vh}.hcd-answer-card,.hcd-answers-modal-body,.hcd-answers-modal-header{padding:16px}.hcd-history-row{align-items:flex-start;flex-direction:column;gap:10px}.hcd-review-btn{justify-content:center;width:100%}}.hri-layout{background:#f8fafc;color:#0f172a;display:flex;min-height:100vh}.hri-sidebar{background:linear-gradient(180deg,#172033,#1e293b);bottom:0;box-shadow:14px 0 40px #0f172a38;color:#fff;display:flex;flex-direction:column;gap:26px;left:0;padding:30px 22px;position:fixed;top:0;width:280px}.hri-brand{align-items:center;display:flex;gap:10px}.hri-mark{background:linear-gradient(135deg,#60a5fa,#4f46e5);border-radius:12px;display:grid;font-weight:800;height:40px;place-items:center;width:40px}.hri-brand h2{font-size:1.25rem;margin:0}.hri-brand p{color:#94a3b8;font-size:.85rem;margin:2px 0 0}.hri-nav{display:flex;flex-direction:column;gap:2px}.hri-nav-btn{align-items:center;background:#0000;border:none;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease}.hri-nav-btn:hover{background:#3b82f6;color:#fff}.hri-nav-btn.danger{color:#fca5a5}.hri-profile-card{background:#ffffff0f;border-radius:20px;padding:18px;text-align:center}.hri-profile-avatar{background:linear-gradient(135deg,#60a5fa,#4f46e5);border:3px solid #60a5facc;border-radius:50%;color:#fff;display:grid;font-size:1.5rem;font-weight:800;height:76px;margin:0 auto 12px;overflow:hidden;place-items:center;width:76px}.hri-profile-avatar img{border-radius:50%;height:100%;object-fit:cover;width:100%}.hri-profile-info{display:flex;flex-direction:column;gap:8px}.hri-profile-info strong{color:#fff;display:block;font-size:1rem;font-weight:600;margin:0}.hri-profile-info span{align-items:center;background:#60a5fa24;border-radius:999px;color:#bfdbfe;display:inline-flex;font-size:.82rem;font-weight:700;justify-content:center;margin:8px auto 0;padding:6px 12px;width:-webkit-fit-content;width:fit-content}.hr-nav-list{display:flex;flex:1 1;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.hr-nav-item{align-items:center;background:#0000;border:none;border-radius:12px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.hr-nav-group-trigger.active,.hr-nav-item.active,.hr-nav-item:hover,.hr-sub-nav-item.active{background:#3b82f6;box-shadow:0 10px 20px #3b82f638;color:#fff}.hr-nav-group{display:flex;flex-direction:column;gap:6px;width:100%}.hr-nav-group-trigger{justify-content:flex-start;text-align:left}.hr-nav-group-panel{display:flex;flex-direction:column;gap:2px;margin-top:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-height .24s ease,opacity .24s ease}.hr-nav-group.open .hr-nav-group-panel,.hr-nav-group:focus-within .hr-nav-group-panel,.hr-nav-group:hover .hr-nav-group-panel{margin-top:2px;max-height:140px;opacity:1;pointer-events:auto}.hr-sub-nav-item{align-items:center;background:#0000;border:none;border-radius:10px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.92rem;font-weight:600;gap:10px;margin-left:16px;padding:11px 14px;text-align:left;transition:all .2s ease;width:calc(100% - 16px)}.hr-sub-nav-item.active,.hr-sub-nav-item:hover{background:#3b82f6;box-shadow:0 10px 20px #3b82f638;color:#fff}.hri-sidebar-footer{border-top:1px solid #94a3b81f;margin-top:auto;padding-top:14px}.hri-main{display:flex;flex:1 1;flex-direction:column;gap:24px;margin-left:280px;min-width:0;padding:36px}.hri-hero{align-items:center;background:var(--color-hero-gradient);border-radius:var(--radius-5xl);box-shadow:var(--shadow-xl);color:var(--text-white);display:flex;gap:var(--space-2xl);justify-content:space-between;padding:var(--space-4xl)}.hri-hero-copy{max-width:720px}.hri-hero-eyebrow{color:#ffffffc7;font-size:.86rem;font-weight:700;letter-spacing:.08em;margin:0 0 8px;text-transform:uppercase}.hri-hero h1{color:#fff;font-size:2.2rem;font-weight:800;line-height:1.15;margin:0}.hri-hero p{color:#ffffffe6;font-size:1rem;line-height:1.7;margin:10px 0 0}.hri-hero-meta{display:flex;flex-direction:column;gap:14px;min-width:220px}.hri-hero-badge{align-items:center;align-self:flex-start;background:#ffffff29;border-radius:999px;color:#fff;display:inline-flex;font-size:.88rem;font-weight:700;gap:8px;padding:8px 14px}.hri-hero-user{background:#ffffff1f;border-radius:18px;padding:16px 18px}.hri-hero-user strong{color:#fff;display:block;font-size:1rem;font-weight:800}.hri-hero-user span{color:#fffc;display:block;font-size:.88rem;margin-top:6px}.hri-stats-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.hri-stat-card{align-items:center;background:#fff;border:1px solid #94a3b829;border-radius:24px;box-shadow:0 14px 32px #0f172a14;display:flex;gap:16px;padding:22px}.hri-stat-icon{border-radius:16px;display:grid;height:52px;place-items:center;width:52px}.hri-stat-icon.blue{background:#eff6ff;color:#1d4ed8}.hri-stat-icon.indigo{background:#eef2ff;color:#4f46e5}.hri-stat-icon.green{background:#f0fdf4;color:#15803d}.hri-stat-card span{color:#64748b;display:block;font-size:.9rem;font-weight:700}.hri-stat-card strong{color:#0f172a;display:block;font-size:1.75rem;font-weight:800;line-height:1;margin-top:4px}.hri-inline-msg{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1d4ed8;padding:10px 12px}.hri-card{background:#fff;background:radial-gradient(circle at top right,#3b82f60f,#0000 26%),linear-gradient(180deg,#fff,#fbfdff);border:1px solid #94a3b829;border-radius:var(--radius-4xl);box-shadow:var(--shadow-lg);padding:28px 18px 18px}.hri-section-header{align-items:flex-start;border-bottom:1px solid #f1f5f9;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px;padding:0 2px 18px}.hri-section-header h2{color:#1e293b;font-size:1.25rem;font-weight:800;line-height:1.25;margin:0}.hri-section-header p{color:#64748b;font-size:.92rem;line-height:1.5;margin:6px 0 0}.hri-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:20px;overflow:auto}.hri-table{border-collapse:collapse;width:100%}.hri-table td,.hri-table th{border-bottom:1px solid #eef2f7;color:#1e293b;font-size:.88rem;padding:16px;text-align:left;vertical-align:middle}.hri-table th{background:linear-gradient(180deg,#f8fbff,#f1f5f9);color:#475569;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hri-table tbody tr:hover{background:#f8fafcd6}.hri-candidate-cell{align-items:center;display:flex;gap:12px;min-width:180px}.hri-avatar{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:14px;color:#2563eb;display:grid;flex-shrink:0;font-weight:800;height:42px;place-items:center;width:42px}.hri-skill-chip{background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;font-size:.8rem;padding:7px 11px}.hri-skill-chip,.hri-status{align-items:center;display:inline-flex;font-weight:700}.hri-status{border-radius:999px;font-size:.76rem;gap:6px;padding:6px 10px}.hri-status.pending{background:#fef3c7;color:#92400e}.hri-status.approved{background:#dcfce7;color:#166534}.hri-status.rejected,.hri-status.restricted{background:#fee2e2;color:#b91c1c}.hri-action-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.hri-btn{align-items:center;background:#e2e8f0;border:none;border-radius:10px;color:#334155;cursor:pointer;display:inline-flex;font-weight:700;gap:6px;padding:9px 12px;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.hri-btn:hover:not(:disabled){box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.hri-btn.request{background:#fee2e2;color:#b91c1c}.hri-btn.contact{background:#dcfce7;color:#166534}.hri-btn:disabled{cursor:not-allowed;opacity:.65}.hri-cell-main{color:#1e293b;font-weight:700}.hri-cell-sub{color:#64748b;font-size:.82rem;margin-top:4px}.hri-pill{align-items:center;background:#eff6ff;border-radius:999px;color:#1d4ed8;display:inline-flex;font-size:.78rem;font-weight:700;gap:6px;padding:6px 10px}.hri-empty-state{align-items:center;background:#f8fbff;border:1px dashed #bfdbfe;border-radius:18px;color:#64748b;display:flex;gap:12px;justify-content:center;min-height:84px;padding:24px;text-align:center}.hri-empty-state p{font-size:.98rem;margin:0}.hri-feedback-text{align-items:flex-start;color:#334155;display:inline-flex;gap:6px;line-height:1.45;max-width:420px}@media (max-width:900px){.hri-layout{flex-direction:column}.hri-sidebar{position:static;width:100%}.hri-main{margin-left:0;padding:20px}.hri-hero,.hri-section-header{align-items:flex-start;flex-direction:column}.hri-stats-grid{grid-template-columns:1fr}}.assign-test-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:720px;overflow:hidden;width:100%}.modal-title p strong,.modal-title svg{color:#3b82f6}.modal-alert.success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a}.assigned-tests-section{margin-bottom:20px}.assigned-tests-section h3{color:#475569;font-size:14px;font-weight:600;margin:0 0 12px}.assigned-tests-list{display:flex;flex-wrap:wrap;gap:8px}.assigned-test-tag{align-items:center;background:#d1fae5;border-radius:20px;color:#065f46;display:flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.test-search{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:10px 14px}.test-search svg{color:#94a3b8}.test-search input{background:#0000;border:none;color:#1e293b;flex:1 1;font-size:14px;outline:none}.available-tests-section{margin-bottom:20px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.section-header h3{color:#1e293b;font-size:16px;font-weight:600;margin:0}.select-all-btn{background:none;border:none;border-radius:4px;color:#3b82f6;cursor:pointer;font-size:13px;font-weight:500;padding:4px 8px;transition:all .2s}.select-all-btn:hover{background:#dbeafe}.no-tests{color:#94a3b8;padding:48px;text-align:center}.no-tests svg{margin-bottom:16px;opacity:.5}.no-tests p{color:#475569;font-size:14px;font-weight:500;margin:0}.tests-list{display:flex;flex-direction:column;gap:12px}.test-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:16px;padding:16px;transition:all .2s}.test-card:hover{border-color:#cbd5e1}.test-card.selected{background:#eff6ff;border-color:#3b82f6}.test-card.assigned{background:#f8fafc;cursor:not-allowed;opacity:.7}.test-checkbox{flex-shrink:0;padding-top:4px}.checkbox{align-items:center;border:2px solid #cbd5e1;border-radius:6px;display:flex;height:20px;justify-content:center;transition:all .2s;width:20px}.checkbox.checked{background:#3b82f6;border-color:#3b82f6;color:#fff}.checkbox-assigned{align-items:center;background:#d1fae5;border:2px solid #10b981;border-radius:6px;color:#059669;display:flex;height:20px;justify-content:center;width:20px}.test-info{flex:1 1;min-width:0}.test-header{align-items:center;display:flex;gap:12px;margin-bottom:8px}.test-header h4{color:#1e293b;font-size:15px;font-weight:600;margin:0}.assigned-badge{background:#d1fae5;border-radius:10px;color:#065f46;font-size:11px;font-weight:500;padding:2px 8px}.test-description{color:#64748b;font-size:13px;line-height:1.5;margin:0 0 12px}.test-meta{display:flex;flex-wrap:wrap;gap:16px}.meta-item{align-items:center;color:#475569;display:flex;font-size:12px;gap:6px}.meta-item svg{color:#94a3b8}.selection-summary{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;color:#1d4ed8;font-size:14px;font-weight:500;padding:12px 16px;text-align:center}.btn-primary:hover:not(:disabled){background:#2563eb}.feedback-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:560px;overflow:hidden;width:100%}.modal-header.approve{background:#f0fdf4;border-color:#bbf7d0}.modal-header.reject{background:#fef2f2;border-color:#fecaca}.modal-header.approve .modal-title svg{color:#16a34a}.modal-header.reject .modal-title svg{color:#dc2626}.modal-close{background:none;border:none;border-radius:8px;color:#94a3b8;padding:8px;transition:all .2s}.modal-close:hover{background:#0000000d;color:#475569}.modal-alert{margin-bottom:20px}.candidate-summary{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:16px}.summary-item{display:flex;font-size:14px;gap:8px;margin-bottom:8px}.summary-item:last-child{margin-bottom:0}.summary-item .label{color:#64748b;font-weight:500;min-width:100px}.summary-item .value{color:#1e293b}.summary-item .value.status-badge{background:#e2e8f0;border-radius:4px;color:#475569;font-size:12px;font-weight:500;padding:2px 8px}.feedback-section,.review-section{margin-bottom:20px}.review-empty,.review-loading{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;font-size:14px;padding:14px 16px}.review-loading{align-items:center;display:flex;gap:10px}.review-test-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:14px}.review-test-tab{align-items:center;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;color:#1e3a8a;cursor:pointer;display:inline-flex;font-size:13px;gap:10px;padding:8px 12px}.review-test-tab.active{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.review-state{font-size:11px;font-weight:600;text-transform:uppercase}.review-state.submitted{color:#166534}.review-test-tab.active .review-state{color:#ffffffe6}.review-state.pending{color:#9a3412}.review-panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.review-overview{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.review-chip{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;color:#334155;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 10px}.review-description{color:#475569;font-size:14px;margin:0 0 14px}.review-results{display:flex;flex-direction:column;gap:14px}.review-result-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.review-result-head{display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.review-result-head strong{color:#0f172a;display:block}.review-result-score{color:#2563eb;display:inline-block;font-size:13px;font-weight:600;margin-top:4px}.review-result-time{color:#64748b;font-size:12px;text-align:right}.review-answer-list{display:flex;flex-direction:column;gap:10px}.review-answer-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.review-question{color:#0f172a;font-size:14px;font-weight:600;margin-bottom:10px}.review-answer-row{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.review-answer-row:last-child{margin-bottom:0}.review-answer-label{color:#64748b;font-size:12px;font-weight:600;text-transform:uppercase}.review-answer-value{color:#1e293b;font-size:14px;white-space:pre-wrap;word-break:break-word}.review-answer-value.codeish{font-family:Consolas,Courier New,monospace;font-size:13px}.review-answer-status{font-size:13px;font-weight:600}.review-answer-status.correct{color:#15803d}.review-answer-status.incorrect{color:#b45309}.feedback-label{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:8px;margin-bottom:8px}.feedback-label svg{color:#6b7280}.feedback-label .required{color:#dc2626}.feedback-section textarea{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#1e293b;font-family:inherit;font-size:14px;padding:12px;resize:vertical;width:100%}.feedback-section textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.feedback-section textarea::placeholder{color:#94a3b8}.feedback-hint{margin-top:8px;text-align:right}.quick-feedback{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:12px;text-decoration:underline}.quick-feedback:hover{color:#2563eb}.btn-primary.approve{background:#16a34a}.btn-primary.approve:hover:not(:disabled){background:#15803d}.btn-primary.reject{background:#dc2626}.btn-primary.reject:hover:not(:disabled){background:#b91c1c}.btn-primary:disabled{cursor:not-allowed;opacity:.6}@media (max-width:640px){.review-result-head{flex-direction:column}.review-result-time{text-align:left}}.hiring-dashboard{background:#f8fafc;margin:0 auto;max-width:1400px;min-height:100vh;padding:24px}.hiring-dashboard-header{margin-bottom:24px}.header-title{align-items:center;display:flex;gap:12px;margin-bottom:8px}.header-title h1{color:#1e293b;font-size:28px;font-weight:700;margin:0}.header-title svg{color:#3b82f6}.header-subtitle{color:#64748b;font-size:14px;margin:0}.hiring-dashboard-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;gap:12px;margin-bottom:20px;padding:12px 16px}.hiring-dashboard-error button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;margin-left:auto;padding:6px 12px}.hiring-dashboard-loading{align-items:center;color:#64748b;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.hiring-dashboard-filters{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}.search-box{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex:1 1;gap:12px;min-width:280px;padding:10px 14px}.search-box svg{color:#94a3b8}.search-box input{border:none;color:#1e293b;flex:1 1;font-size:14px;outline:none}.search-box input::placeholder{color:#94a3b8}.filter-box{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;padding:10px 14px}.filter-box svg{color:#94a3b8}.filter-box select{background:#0000;border:none;color:#1e293b;cursor:pointer;font-size:14px;min-width:140px;outline:none}.candidates-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.candidates-table{border-collapse:collapse;width:100%}.candidates-table th{background:#f1f5f9;color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase}.candidates-table td{border-bottom:1px solid #f1f5f9;padding:16px;vertical-align:middle}.candidates-table tr:hover{background:#f8fafc}.candidate-info .candidate-name{color:#1e293b;font-size:14px;font-weight:600}.candidate-info .candidate-email{color:#64748b;font-size:12px;margin-top:4px}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:500;gap:6px;padding:6px 12px}.status-interested{background:#dbeafe;color:#1d4ed8}.status-review{background:#fef3c7;color:#92400e}.status-test{background:#e0e7ff;color:#4338ca}.status-approved{background:#d1fae5;color:#065f46}.status-rejected{background:#fee2e2;color:#991b1b}.candidate-skills .skills-list{display:flex;flex-wrap:wrap;gap:6px}.skill-tag{background:#f1f5f9;border-radius:4px;color:#475569;font-size:11px;font-weight:500;padding:4px 8px}.skill-more{color:#94a3b8;font-size:11px}.no-skills{color:#94a3b8;font-size:12px}.candidate-experience{color:#475569;font-size:13px}.candidate-actions{display:flex;flex-wrap:wrap;gap:8px}.action-btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s}.action-btn.view{background:#f1f5f9;color:#475569}.action-btn.view:hover{background:#e2e8f0}.action-btn.assign{background:#dbeafe;color:#1d4ed8}.action-btn.assign:hover{background:#bfdbfe}.action-btn.assignments{background:#f3e8ff;color:#7c3aed}.action-btn.assignments:hover{background:#ede9fe}.action-btn.approve{background:#d1fae5;color:#065f46}.action-btn.approve:hover{background:#a7f3d0}.action-btn.reject{background:#fee2e2;color:#991b1b}.action-btn.reject:hover{background:#fecaca}.no-candidates{color:#94a3b8;padding:48px!important;text-align:center}.no-candidates svg{margin-bottom:16px;opacity:.5}.no-candidates p{color:#475569;font-size:16px;font-weight:500;margin:0 0 8px}.no-candidates span{font-size:13px}.modal-overlay{background:#00000080;bottom:0;left:0;right:0;top:0}.modal-overlay,.view-assignments-modal-overlay{align-items:center;display:flex;justify-content:center;padding:20px;position:fixed;z-index:1000}.view-assignments-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a99;inset:0}.view-assignments-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:640px;overflow:hidden;position:relative;width:100%}.modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:20px 24px}.modal-header,.modal-title{align-items:center;display:flex}.modal-title{gap:12px}.modal-title svg{color:#7c3aed}.modal-title h2{color:#1e293b;font-size:20px;font-weight:600;margin:0}.modal-title p{color:#64748b;font-size:13px;margin:4px 0 0}.modal-title p strong{color:#1e293b}.modal-close{align-items:center;background:#fff;border:1px solid #94a3b8;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:#475569;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:all .2s ease;width:36px}.modal-close:hover{background:#f1f5f9;border-color:#dc2626;box-shadow:0 4px 8px #00000026;color:#dc2626}.modal-close svg{display:block;height:20px;width:20px}.modal-content{flex:1 1;overflow-y:auto;padding:24px}.modal-loading{color:#64748b;flex-direction:column;gap:16px;justify-content:center;padding:48px}.modal-alert,.modal-loading{align-items:center;display:flex}.modal-alert{border-radius:8px;font-size:14px;gap:12px;margin-bottom:16px;padding:12px 16px}.modal-alert.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.no-assignments{color:#94a3b8;padding:48px;text-align:center}.no-assignments svg{margin-bottom:16px;opacity:.5}.no-assignments h3{color:#475569;font-size:18px;font-weight:600;margin:0 0 8px}.no-assignments p{font-size:14px;margin:0 0 16px}.assignments-summary{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;text-align:center}.summary-card.total{background:#eff6ff;border-color:#bfdbfe}.summary-card.submitted{background:#f0fdf4;border-color:#bbf7d0}.summary-card.pending{background:#fef3c7;border-color:#fde68a}.summary-number{color:#1e293b;display:block;font-size:24px;font-weight:700;margin-bottom:4px}.summary-card.submitted .summary-number{color:#16a34a}.summary-card.pending .summary-number{color:#d97706}.summary-label{color:#64748b;font-size:12px;font-weight:500}.assignments-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.assignments-filter{align-items:center;display:flex;gap:10px}.assignments-filter label{color:#475569;font-size:13px;font-weight:600}.assignments-filter select{background:#fff;border:1px solid #dbe3ee;border-radius:8px;color:#1e293b;font-size:13px;outline:none;padding:8px 12px}.assignments-count{color:#64748b;font-size:13px;font-weight:500}.filtered-empty-state{align-items:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;color:#64748b;display:flex;gap:10px;justify-content:center;margin-bottom:4px;padding:18px 16px}.assignments-list{display:flex;flex-direction:column;gap:12px}.assignment-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;transition:all .2s}.assignment-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.assignment-card.submitted{background:#f0fdf4;border-color:#bbf7d0}.assignment-card.pending{background:#fef3c7;border-color:#fde68a}.assignment-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.assignment-title{align-items:center;display:flex;gap:10px}.assignment-title svg.status-submitted{color:#16a34a}.assignment-title svg.status-pending{color:#d97706}.assignment-title h4{color:#1e293b;font-size:15px;font-weight:600;margin:0}.assignment-status{border-radius:20px;font-size:12px;font-weight:500;padding:4px 10px}.assignment-status.submitted{background:#d1fae5;color:#065f46}.assignment-status.pending{background:#fde68a;color:#92400e}.assignment-details{display:flex;flex-direction:column;gap:8px}.detail-row{align-items:center;color:#475569;display:flex;font-size:13px;gap:8px}.detail-row svg{color:#94a3b8;flex-shrink:0}.detail-row.status{color:#64748b;font-style:italic}.detail-row.description{border-top:1px dashed #e2e8f0;margin-top:4px;padding-top:8px}.detail-row.description p{color:#64748b;font-size:12px;line-height:1.5;margin:0}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.btn-secondary{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-primary{align-items:center;background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:10px 20px;transition:all .2s}.btn-primary:hover{background:#2563eb}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.assignments-summary{grid-template-columns:1fr}.assignments-toolbar{align-items:stretch}.assignments-filter{justify-content:space-between}.assignments-filter select{flex:1 1}.assignment-header{align-items:flex-start;flex-direction:column;gap:10px}}.vh-landing-container{align-items:center;background:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#312e81);bottom:0;color:#fff;display:flex;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;justify-content:center;left:0;min-height:100vh;overflow-y:auto;position:fixed;right:0;top:0;z-index:1000}.vh-landing-shape{border-radius:50%;filter:blur(100px);opacity:.5;position:absolute;z-index:0}.vh-landing-shape-1{animation:float-slow 20s ease-in-out infinite alternate;background:#c084fc;height:700px;left:-200px;top:-200px;width:700px}.vh-landing-shape-2{animation:float-slow 25s ease-in-out infinite alternate-reverse;background:#38bdf8;bottom:-200px;height:600px;right:-200px;width:600px}.vh-landing-shape-3{animation:float-slow 30s ease-in-out infinite alternate;background:#818cf8;height:500px;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}@keyframes float-slow{0%{transform:translate(0) scale(1)}50%{transform:translate(50px,-50px) scale(1.1)}to{transform:translate(-30px,40px) scale(.95)}}.vh-landing-content{align-items:center;display:flex;gap:80px;justify-content:space-between;max-width:1300px;padding:40px;position:relative;width:100%;z-index:10}@media (max-width:1024px){.vh-landing-content{flex-direction:column;gap:60px;padding:60px 20px;text-align:center}}.vh-landing-left{animation:slideInLeft 1s cubic-bezier(.16,1,.3,1) forwards;flex:1.2 1}.vh-landing-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff 20%,#c4b5fd);-webkit-background-clip:text;font-size:5rem;font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:24px}@media (max-width:768px){.vh-landing-title{font-size:3.5rem}}.vh-landing-subtitle{color:#cbd5e1;font-size:1.3rem;font-weight:300;line-height:1.6;margin-bottom:48px;max-width:540px}@media (max-width:1024px){.vh-landing-subtitle{margin:0 auto 40px}}.vh-landing-features{display:flex;flex-direction:column;gap:20px}.vh-landing-feature-item{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:16px;cursor:default;display:flex;font-size:1.1rem;font-weight:500;gap:16px;padding:18px 24px;transition:all .3s cubic-bezier(.16,1,.3,1);width:-webkit-fit-content;width:fit-content}@media (max-width:1024px){.vh-landing-feature-item{margin:0 auto;max-width:380px;width:100%}}.vh-landing-feature-item:hover{background:#ffffff14;border-color:#fff3;transform:translateX(10px)}.vh-feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,#a855f7,#3b82f6);border-radius:12px;box-shadow:0 4px 15px #a855f766;color:#fff;display:flex;height:44px;justify-content:center;width:44px}.vh-landing-right{animation:slideInRight 1s cubic-bezier(.16,1,.3,1) forwards;flex:0.8 1;max-width:480px;width:100%}.vh-glass-card{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff0d;border:1px solid #ffffff26;border-radius:32px;box-shadow:0 30px 60px -15px #00000080,inset 0 0 0 1px #ffffff1a;padding:50px 40px;text-align:center}.vh-card-title{color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:-1px;margin-bottom:8px}.vh-card-subtitle{color:#94a3b8;font-size:1.1rem;margin-bottom:40px}.vh-role-buttons{display:flex;flex-direction:column;gap:20px}.vh-role-btn{align-items:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:16px;box-shadow:0 4px 10px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1.15rem;font-weight:600;gap:16px;justify-content:center;overflow:hidden;padding:18px 24px;position:relative;transition:all .3s cubic-bezier(.16,1,.3,1);width:100%}.vh-role-btn:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .5s ease;width:100%}.vh-role-btn:hover:before{transform:translateX(100%)}.vh-role-btn:hover{background:#ffffff1f;border-color:#ffffff4d;box-shadow:0 15px 30px #0003;transform:translateY(-4px)}.vh-role-btn:active{transform:translateY(0)}.vh-role-btn.candidate:hover{background:linear-gradient(135deg,#4f46e566,#7c3aed66);border-color:#a78bfa80;box-shadow:0 15px 30px #6366f133}.vh-role-btn.hr:hover{background:linear-gradient(135deg,#0ea5e966,#38bdf866);border-color:#7dd3fc80;box-shadow:0 15px 30px #0ea5e933}.vh-role-btn.admin:hover{background:linear-gradient(135deg,#ec489966,#f43f5e66);border-color:#f472b680;box-shadow:0 15px 30px #ec489933}:root{--vh-primary:#4f46e5;--vh-primary-dark:#4338ca;--vh-primary-light:#818cf8;--vh-secondary:#0b0f19;--vh-accent:#f43f5e;--vh-white:#fff;--vh-text-main:#f8fafc;--vh-text-muted:#cbd5e1;--vh-border:#fff3}*{box-sizing:border-box;margin:0;padding:0}.vh-login-wrapper{background:linear-gradient(135deg,#0f172a,#1e1b4b 50%,#312e81);bottom:0;color:#fff;color:var(--vh-white);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;height:100vh;left:0;overflow-y:auto;position:fixed;right:0;top:0;width:100vw;z-index:1000}.vh-login-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.vh-bg-shape{border-radius:50%;filter:blur(100px);opacity:.5;position:absolute}.vh-shape-1{animation:float 20s ease-in-out infinite alternate;background:#c084fc;height:700px;left:-200px;top:-200px;width:700px}.vh-shape-2{animation:float 25s ease-in-out infinite alternate-reverse;background:#38bdf8;bottom:-200px;height:600px;right:-200px;width:600px}.vh-shape-3{animation:float 30s ease-in-out infinite alternate;background:#818cf8;height:500px;left:50%;top:50%;transform:translate(-50%,-50%);width:500px}@keyframes float{0%{transform:translate(0) scale(1)}50%{transform:translate(50px,-50px) scale(1.1)}to{transform:translate(-30px,40px) scale(.95)}}.vh-login-container{align-items:center;display:flex;justify-content:center;min-height:100%;padding:20px;position:relative;z-index:10}.vh-login-content{align-items:center;display:flex;gap:60px;justify-content:space-between;max-width:1200px;width:100%}@media (max-width:968px){.vh-login-content{flex-direction:column;gap:40px;justify-content:center;padding-bottom:40px;padding-top:40px}}.vh-login-left{animation:slideInLeft 1s cubic-bezier(.16,1,.3,1) forwards;color:#fff;display:flex;flex:1.2 1;flex-direction:column;justify-content:center;padding:20px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-40px)}to{opacity:1;transform:translateX(0)}}.vh-brand-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff 20%,#c4b5fd);-webkit-background-clip:text;font-size:4.5rem;font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:1rem}@media (max-width:768px){.vh-brand-title{font-size:3.5rem}}.vh-brand-subtitle{color:#cbd5e1;color:var(--vh-text-muted);font-size:1.3rem;font-weight:300;margin-bottom:3rem;opacity:.9}.vh-brand-features{display:flex;flex-direction:column;gap:1.5rem}.vh-feature-item{align-items:center;display:flex;font-size:1.1rem;font-weight:500;gap:1rem}.vh-feature-icon{align-items:center;background:linear-gradient(135deg,#a855f780,#3b82f680);border:1px solid #fff3;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;height:36px;justify-content:center;width:36px}.vh-login-right{animation:slideInRight 1s cubic-bezier(.16,1,.3,1) forwards;flex:0.8 1;max-width:550px;width:100%}@keyframes slideInRight{0%{opacity:0;transform:translateX(40px)}to{opacity:1;transform:translateX(0)}}.vh-form-container{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background:#ffffff0d;border:1px solid #fff3;border:1px solid var(--vh-border);border-radius:32px;box-shadow:0 30px 60px -15px #00000080,inset 0 0 0 1px #ffffff0d;padding:40px}.vh-form-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.vh-back-button{align-items:center;align-self:flex-start;background:#ffffff1a!important;border:1px solid #ffffff1a;border-radius:8px;color:#cbd5e1;color:var(--vh-text-muted);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:8px 16px;transition:.2s;width:-webkit-fit-content;width:fit-content}.vh-back-button:hover{background:#fff3!important;border-color:#ffffff4d;color:#fff;color:var(--vh-white)}.vh-form-title{color:#f8fafc;color:var(--vh-text-main);font-size:2.2rem;font-weight:800}.vh-form-subtitle{color:#cbd5e1;color:var(--vh-text-muted);font-size:1rem;margin-bottom:2rem}.vh-role-tabs{background:#0003;border:1px solid #ffffff0d;border-radius:14px;display:flex;gap:4px;margin-bottom:2rem;padding:6px}.vh-role-tab{align-items:center;background:#0000;border:none;border-radius:10px;color:#cbd5e1;color:var(--vh-text-muted);cursor:pointer;display:flex;flex:1 1;font-size:.9rem;font-weight:600;gap:8px;justify-content:center;padding:12px 6px;transition:.3s}.vh-role-tab.active{background:#ffffff26;border:1px solid #ffffff1a;box-shadow:0 4px 6px -1px #0003;color:#fff;color:var(--vh-white)}.vh-alert{border:1px solid #0000;border-radius:12px;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;padding:1rem}.vh-alert-error{background:#ef444433;border-color:#ef44444d;color:#fca5a5}.vh-alert-success{background:#22c55e33;border-color:#22c55e4d;color:#86efac}.vh-form{gap:1.5rem}.vh-form,.vh-form-group{display:flex;flex-direction:column}.vh-form-group{gap:.5rem}.vh-label{color:#cbd5e1;color:var(--vh-text-muted);font-size:.9rem;font-weight:600}.vh-input-wrapper{align-items:center;display:flex;position:relative}.vh-input-icon{color:#cbd5e1;color:var(--vh-text-muted);left:14px;position:absolute}.vh-input{background:#ffffff0d;border:1px solid #fff3;border:1px solid var(--vh-border);border-radius:12px;color:#fff;font-size:1rem;outline:none;padding:14px 40px 14px 44px;transition:.2s;width:100%}.vh-input::placeholder{color:#fff6}.vh-input:focus{background:#ffffff1a;border-color:#818cf8;border-color:var(--vh-primary-light);box-shadow:0 0 0 3px #818cf833}.vh-password-toggle{align-items:center;background:#0000!important;border:none!important;box-shadow:none!important;color:#cbd5e1;color:var(--vh-text-muted);cursor:pointer;display:flex;height:auto!important;justify-content:center;min-width:0!important;min-width:auto!important;padding:0!important;position:absolute;right:14px;transition:color .2s}.vh-password-toggle:hover{background:#0000!important;color:#fff}.vh-submit-btn{background:linear-gradient(135deg,#4f46e5,#4338ca);background:linear-gradient(135deg,var(--vh-primary) 0,var(--vh-primary-dark) 100%);border:none;border-radius:12px;box-shadow:0 4px 15px #4f46e566;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:16px;transition:all .3s ease}.vh-submit-btn:hover:not(:disabled){box-shadow:0 8px 25px #4f46e599;transform:translateY(-2px)}.vh-submit-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.vh-register-link{color:#cbd5e1;color:var(--vh-text-muted);font-size:.95rem;margin-top:.5rem;text-align:center}.vh-register-link span{color:#fff;color:var(--vh-white);cursor:pointer;font-weight:600;transition:.2s}.vh-register-link span:hover{color:#fff;text-shadow:0 0 10px #ffffff59}@media (max-width:968px){.vh-login-left{display:none}.vh-login-content{max-width:480px}}
/*# sourceMappingURL=main.52fea635.css.map*/