:root{--primary:#2563eb;--primary-dark:#1e40af;--secondary:#64748b;--success:#10b981;--danger:#ef4444;--warning:#f59e0b;--bg:#fff;--bg-secondary:#f8fafc;--border:#e2e8f0;--text:#0f172a;--text-secondary:#64748b}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text);background-color:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.language-selector{display:inline-block;position:relative}.language-button{cursor:pointer;color:#4b5563;background:0 0;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.language-button:hover{background:#f9fafb;border-color:#d1d5db}.globe-icon{font-size:.9375rem;line-height:1}.language-code{color:#1f2937;font-weight:600}.dropdown-arrow{color:#6b7280;font-size:.625rem;transition:transform .3s}.dropdown-arrow.open{transform:rotate(180deg)}.language-dropdown{z-index:1000;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:180px;animation:.2s ease-out slideDown;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 25px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-option{cursor:pointer;color:#374151;text-align:left;background:#fff;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;transition:background .2s;display:flex}.language-option:hover{background:#f3f4f6}.language-option.active{color:#667eea;background:#eff6ff}.language-flag{font-size:1.25rem;line-height:1}.language-name{flex:1;font-weight:500}.check-mark{color:#667eea;font-size:1rem;font-weight:700}@media (max-width:768px){.language-button{gap:.375rem;padding:.4rem .6rem}.language-code{display:none}.language-dropdown{left:0;right:auto}}.header{z-index:100;border-bottom:1px solid #0000;width:100%;max-width:72rem;margin:0 auto;transition:all .3s;position:sticky;top:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-color:#e5e7eb;box-shadow:0 1px 4px #0000000f}.header--open{background:#fffffff2}@media (min-width:769px){.header{border:1px solid #0000;border-radius:.5rem}.header--scrolled{border-color:#e5e7eb;max-width:64rem;top:1rem;box-shadow:0 2px 8px #00000014}}.header-nav{align-items:center;gap:.5rem;height:3.5rem;padding:0 1rem;transition:all .3s;display:flex}.header-nav--compact{padding:0 .5rem}@media (min-width:769px){.header-nav{height:3rem}}.header-logo{color:#667eea;letter-spacing:-.01em;flex-shrink:0;font-size:1.25rem;font-weight:700;text-decoration:none;transition:color .2s}.header-logo:hover{color:#5a6fd6}.header-links{flex:1;justify-content:center;align-items:center;gap:.125rem;display:none}@media (min-width:769px){.header-links{display:flex}}.header-link{color:#4b5563;white-space:nowrap;border-radius:.375rem;padding:.375rem .5rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s}.header-link:hover,.header-link--active{color:#1f2937;background:#f3f4f6}.header-lang{flex-shrink:0;margin-left:auto;display:none}@media (min-width:769px){.header-lang{align-items:center;display:flex}}.header-btn{white-space:nowrap;cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.35rem .75rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:all .15s;display:inline-flex}.header-btn--outline{color:#374151;background:#fff;border:1px solid #e5e7eb}.header-btn--outline:hover{color:#1f2937;background:#f3f4f6}.header-btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 1px 4px #667eea40}.header-btn--primary:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 3px 8px #667eea4d}.header-user{color:#4b5563;white-space:nowrap;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.header-user:hover{color:#1f2937;background:#f3f4f6}.header-badge{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;padding:.15rem .5rem;font-size:.625rem;font-weight:700;display:inline-flex}.header-badge--company{color:#6d28d9;background:#ede9fe}.header-badge--student{color:#0369a1;background:#e0f2fe}.header-toggle{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background .15s;display:flex}.header-toggle:hover{background:#f3f4f6}@media (min-width:769px){.header-toggle{display:none}}.header-toggle-icon{width:1.25rem;height:1.25rem;transition:transform .3s ease-in-out}.header-toggle-icon--open{transform:rotate(-45deg)}.toggle-path-main{stroke-dasharray:12 63;transition:stroke-dasharray .3s ease-in-out,stroke-dashoffset .3s ease-in-out}.toggle-path-main--open{stroke-dasharray:20 300;stroke-dashoffset:-32.42px}.header-mobile{display:none}@media (max-width:768px){.header-mobile{z-index:99;background:#fffffff2;border-top:1px solid #e5e7eb;transition:opacity .2s,visibility .2s;display:block;position:fixed;inset:3.5rem 0 0;overflow:hidden}.header-mobile--closed{opacity:0;visibility:hidden;pointer-events:none}.header-mobile--open{opacity:1;visibility:visible;pointer-events:auto}}.header-mobile-inner{flex-direction:column;justify-content:space-between;gap:.5rem;height:100%;padding:1rem;display:flex}.header-mobile-links{flex-direction:column;gap:.25rem;display:flex}.header-mobile-link{color:#374151;border-radius:.375rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .15s;display:block}.header-mobile-link:hover{color:#1f2937;background:#f3f4f6}.header-mobile-actions{border-top:1px solid #e5e7eb;flex-direction:column;gap:.5rem;padding-top:1rem;display:flex}.header-mobile-btn{text-align:center;border-radius:.375rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .15s;display:block}.header-mobile-btn--outline{color:#374151;background:#fff;border:1px solid #e5e7eb}.header-mobile-btn--outline:hover{background:#f3f4f6}.header-mobile-btn--primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 1px 4px #667eea40}.footer2{background:#fafafa;border-top:1px solid #e5e7eb;margin-top:auto}.footer2-container{max-width:72rem;margin:0 auto;padding:0 1rem}@media (min-width:1024px){.footer2-container{padding:0 1.5rem}}.footer2-grid{grid-template-columns:repeat(2,1fr);gap:2rem;padding:2rem 0;display:grid}@media (min-width:769px){.footer2-grid{grid-template-columns:repeat(4,1fr)}}.footer2-heading{color:#0f172a;text-transform:uppercase;letter-spacing:.04em;margin:0 0 1rem;font-size:.75rem;font-weight:500}.footer2-links{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer2-links li a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .15s}.footer2-links li a:hover{color:#0f172a}.footer2-divider{background:#e5e7eb;height:1px}.footer2-social-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;display:flex}.footer2-social-icons{align-items:center;gap:.5rem;display:flex}.footer2-icon-btn{color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.footer2-icon-btn:hover{color:#0f172a;background:#f3f4f6}.footer2-location{color:#64748b;font-size:.875rem;font-weight:500}.footer2-copyright{text-align:center;padding:1rem 0}.footer2-copyright p{color:#64748b;margin:0;font-size:.75rem}@media (max-width:640px){.footer2-grid{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 0}.footer2-social-row{flex-direction:column;align-items:flex-start}}.testimonial-gallery{background:#fff;padding:6rem 0}.testimonial-gallery-header{justify-content:space-between;align-items:flex-end;max-width:1400px;margin:0 auto 3rem;padding:0 2rem;display:flex}.testimonial-gallery-header-text{flex-direction:column;gap:1rem;display:flex}.testimonial-gallery-header-text h2{color:#0f172a;margin:0;font-size:2.5rem;font-weight:500;line-height:1.2}.testimonial-gallery-header-text p{color:#64748b;max-width:32rem;margin:0;font-size:1.0625rem;line-height:1.6}.testimonial-gallery-nav{flex-shrink:0;gap:.5rem;display:none}.testimonial-gallery-nav button{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:all .2s;display:flex}.testimonial-gallery-nav button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.testimonial-gallery-nav button:disabled{opacity:.35;cursor:default}.testimonial-gallery-viewport{width:100%;overflow:hidden}.testimonial-gallery-container{gap:0;margin-left:max(2rem,50vw - 700px);display:flex}.testimonial-gallery-slide{flex:none;width:340px;padding-left:20px}.testimonial-gallery-card{color:#fff;border-radius:1rem;height:28rem;text-decoration:none;display:block;position:relative;overflow:hidden}.testimonial-gallery-card img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .3s;position:absolute;inset:0}.testimonial-gallery-card:hover img{transform:scale(1.05)}.testimonial-gallery-card-overlay{background:linear-gradient(#0f172a00 0%,#0f172a66 40%,#0f172ad9 100%);position:absolute;inset:0}.testimonial-gallery-card-content{flex-direction:column;padding:2rem;display:flex;position:absolute;bottom:0;left:0;right:0}.testimonial-gallery-stars{letter-spacing:2px;margin-bottom:.75rem;font-size:.875rem}.testimonial-gallery-quote{-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;margin-bottom:1.25rem;font-size:1.0625rem;font-style:italic;line-height:1.6;display:-webkit-box;overflow:hidden}.testimonial-gallery-author{align-items:center;gap:.75rem;display:flex}.testimonial-gallery-avatar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1rem;font-weight:700;display:flex}.testimonial-gallery-author-info strong{color:#fff;font-size:.9375rem;font-weight:600;display:block}.testimonial-gallery-author-info span{color:#ffffffb3;font-size:.8125rem;display:block}.testimonial-gallery-dots{justify-content:center;gap:.5rem;margin-top:2.5rem;display:flex}.testimonial-gallery-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:.5rem;height:.5rem;padding:0;transition:all .2s}.testimonial-gallery-dot.active{background:#0f172a;transform:scale(1.25)}@media (min-width:768px){.testimonial-gallery-nav{display:flex}.testimonial-gallery-header-text h2{font-size:3rem}.testimonial-gallery-slide{width:380px}.testimonial-gallery-card{height:30rem}}@media (min-width:1024px){.testimonial-gallery-slide{width:400px}}@media (max-width:767px){.testimonial-gallery-header{flex-direction:column;align-items:flex-start;gap:1rem}.testimonial-gallery-container{margin-left:1rem}.testimonial-gallery-slide{width:290px}.testimonial-gallery-card{height:26rem}}.landing{background:#fff;flex-direction:column;min-height:100vh;display:flex}.landing-main{flex:1}.hero{color:#1e293b;background:linear-gradient(145deg,#f8fafc 0%,#eff6ff 100%);padding:8rem 2rem 6rem;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:radial-gradient(circle,#6366f114 0%,#0000 70%);width:60%;height:140%;position:absolute;top:-20%;right:-10%}.hero:after{content:"";z-index:0;background:radial-gradient(circle,#a855f714 0%,#0000 70%);width:50%;height:100%;position:absolute;bottom:-20%;left:-10%}.hero-container{text-align:center;z-index:1;max-width:1200px;margin:0 auto;position:relative}.hero-badge{color:#4f46e5;background:#fff;border:1px solid #e2e8f0;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.6s ease-out fadeInDown;display:inline-block;box-shadow:0 4px 6px -1px #0000000d}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.15;animation:.8s ease-out .2s both fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-text{background:linear-gradient(135deg,#4f46e5 0%,#9333ea 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#475569;max-width:700px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.8;animation:.8s ease-out .4s both fadeInUp}.hero-actions{justify-content:center;gap:1.5rem;margin-bottom:4rem;animation:.8s ease-out .6s both fadeInUp;display:flex}.btn{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary{color:#fff;background:#4f46e5;border:1px solid #4f46e5;box-shadow:0 4px 6px -1px #4f46e533}.btn-primary:hover{background:#4338ca;border-color:#4338ca;transform:translateY(-2px);box-shadow:0 6px 12px -2px #4f46e54d}.btn-outline:hover{background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000000d}.hero-stats{flex-wrap:wrap;justify-content:center;gap:3rem;margin-top:3rem;animation:.8s ease-out .8s both fadeInUp;display:flex}.hero-stat{flex-direction:column;align-items:center;gap:.5rem;display:flex}.hero-stat strong{font-size:2rem;font-weight:800;display:block}.hero-stat span{opacity:.9;font-size:.875rem}.partners{background:#fff;border-bottom:1px solid #f1f5f9;padding:4rem 2rem}.partners-label{text-align:center;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2.5rem;font-size:.875rem;font-weight:600}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.partner-logo{background:#fff;border:1px solid #0000;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.partner-logo:hover{background:#f8fafc;border-color:#e2e8f0;transform:translateY(-5px);box-shadow:0 10px 25px -5px #0000000d}.partner-icon{filter:grayscale();opacity:.7;font-size:2.5rem;transition:all .3s}.partner-logo:hover .partner-icon{filter:grayscale(0%);opacity:1}.partner-name{color:#475569;font-size:.875rem;font-weight:600}.how-it-works-section{background:#f8fafc;padding:8rem 2rem}.section-header{text-align:center;margin-bottom:5rem}.section-title{color:#0f172a;letter-spacing:-.02em;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.section-subtitle{color:#475569;max-width:600px;margin:0 auto;font-size:1.125rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.step-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:3rem 2rem;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.step-card:hover{border-color:#e0e7ff;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.step-icon{color:#4f46e5;background:#eff6ff;border-radius:16px;margin-bottom:1.5rem;padding:1rem;font-size:3rem;display:inline-block}.step-number{color:#f1f5f9;z-index:0;font-size:4rem;font-weight:900;line-height:1;transition:color .3s;position:absolute;top:2rem;right:2rem}.step-card:hover .step-number{color:#e0e7ff}.step-card h3{color:#0f172a;z-index:1;margin-bottom:1rem;font-size:1.5rem;font-weight:700;position:relative}.step-card p{color:#475569;z-index:1;font-size:1rem;line-height:1.7;position:relative}.benefits{color:#0f172a;background:#fff;padding:8rem 2rem}.benefits-container{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;max-width:1200px;margin:0 auto;display:grid}.benefits-content h2{color:#0f172a;letter-spacing:-.02em;margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.benefits-list{flex-direction:column;gap:2rem;margin-bottom:3rem;display:flex}.benefit-item{align-items:flex-start;gap:1.25rem;display:flex}.benefit-check{color:#4f46e5;background:#e0e7ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.125rem;font-weight:700;display:flex}.benefit-item h4{color:#1e293b;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.benefit-item p{color:#475569;margin:0;font-size:1rem;line-height:1.7}.benefits-visual{gap:1.5rem;display:grid;position:relative}.benefits-visual:before{content:"";z-index:0;background:radial-gradient(circle,#6366f10d 0%,#0000 70%);width:140%;height:140%;position:absolute;top:-20%;left:-20%}.visual-card{z-index:1;background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d}.visual-card:hover{border-color:#e0e7ff;transform:translate(-10px);box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.visual-icon{color:#4f46e5;background:#eff6ff;border-radius:16px;margin-bottom:1.25rem;padding:1rem;font-size:3rem;display:inline-block}.visual-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.visual-card p{color:#475569;margin:0;font-size:1rem;line-height:1.6}.testimonials{background:#1e293b;padding:8rem 2rem}.testimonials .section-header{max-width:1200px;margin-bottom:4rem;margin-left:auto;margin-right:auto}.testimonials .section-title{color:#fff}.testimonials .section-subtitle{color:#94a3b8}.testimonials-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2.5rem;max-width:1400px;margin:0 auto;display:grid}.testimonial-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;padding:3rem;transition:all .3s;display:flex;box-shadow:0 8px 24px #00000026}.testimonial-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.testimonial-stars{margin-bottom:1.5rem;font-size:1.25rem}.testimonial-text{color:#111827;flex-grow:1;margin-bottom:2rem;font-size:1.125rem;font-style:italic;line-height:1.8}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.testimonial-author strong{color:#1f2937;margin-bottom:.25rem;font-weight:600;display:block}.testimonial-author span{color:#6b7280;font-size:.875rem;display:block}.stats-section{background:#fff;border-top:1px solid #f1f5f9;padding:8rem 2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:20px;padding:3rem 2rem;transition:all .3s;box-shadow:0 4px 6px -1px #0000000d}.stat-card:hover{border-color:#e0e7ff;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0000001a}.stat-number{color:#4f46e5;margin-bottom:.5rem;font-size:3.5rem;font-weight:900;line-height:1}.stat-label{color:#475569;font-size:1.125rem;font-weight:600}.stat-description{color:#6b7280;font-size:.875rem}.cta{text-align:center;color:#fff;background:linear-gradient(145deg,#4f46e5 0%,#312e81 100%);margin-bottom:4rem;padding:8rem 2rem;position:relative;overflow:hidden}.cta:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"white\" opacity=\"0.1\"/></svg>");position:absolute;inset:0}.cta:after{content:"";background:radial-gradient(circle,#6366f14d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-50%;right:-10%}.cta-container{text-align:center;z-index:1;max-width:800px;margin:0 auto;position:relative}.cta-title{margin-bottom:1.5rem;font-size:3rem;font-weight:900}.cta-subtitle{opacity:.9;margin-bottom:3rem;font-size:1.25rem;line-height:1.7}.cta-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);box-shadow:0 4px 12px #667eea4d}.btn-primary:hover{box-shadow:0 8px 20px #667eea66}.btn-secondary{color:#667eea;background:#fff;box-shadow:0 4px 12px #0000001a}.btn-secondary:hover{background:#f9fafb;box-shadow:0 8px 20px #00000026}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-arrow{transition:transform .3s;display:inline-block}.btn:hover .btn-arrow{transform:translate(4px)}@media (max-width:1024px){.benefits-container{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.hero{padding:4rem 1.5rem 6rem}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1.125rem}.hero-stats{gap:2rem}.hero-stat strong{font-size:1.5rem}.how-it-works-section{padding:4rem 1.5rem}.section-header{margin-bottom:3rem}.section-title{margin-bottom:1.25rem;font-size:2rem}.section-subtitle{padding:0 1rem;font-size:1rem}.steps-grid{grid-template-columns:1fr;gap:2rem}.step-card{padding:2.5rem 1.75rem}.benefits{padding:4rem 1.5rem}.benefits-container{grid-template-columns:1fr;gap:3rem}.benefits-content h2{margin-bottom:2rem;font-size:2rem}.benefits-list{gap:1.5rem;margin-bottom:2rem}.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.cta-section{padding:4rem 1.5rem}.cta-title{margin-bottom:1.25rem;font-size:2rem}.cta-subtitle{margin-bottom:2.5rem;font-size:1rem}.partners{padding:3rem 1.5rem}.partners-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:480px){.hero{padding:3rem 1rem 4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.how-it-works-section{padding:3rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:.9375rem}.step-card{padding:2rem 1.5rem}.step-card h3{font-size:1.25rem}.stats-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%}.btn-lg{justify-content:center;width:100%}.benefits,.cta-section{padding:3rem 1rem}.cta-title{font-size:1.75rem}.partners-grid{grid-template-columns:1fr}}.for-companies{background:#fff;flex-direction:column;min-height:100vh;display:flex}.companies-main{flex:1}.companies-hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.hero-content{text-align:center;max-width:1200px;margin:0 auto}.companies-hero h1{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.hero-description{opacity:.95;max-width:800px;margin:0 auto 2.5rem;font-size:1.25rem;line-height:1.6}.section-title{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.benefits-section{max-width:1200px;margin:0 auto;padding:5rem 2rem}.benefit-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2.5rem;transition:all .3s}.benefit-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.how-it-works{background:#f9fafb;padding:5rem 2rem}.steps-container{gap:2rem;max-width:1000px;margin:0 auto;display:grid}.step{background:#fff;border-radius:12px;align-items:flex-start;gap:2rem;padding:2rem;display:flex;box-shadow:0 2px 8px #0000000d}.step-number{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}.step-content h3{color:#1f2937;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}.step-content p{color:#6b7280;line-height:1.6}.features-section{max-width:1000px;margin:0 auto;padding:5rem 2rem}.features-list{gap:1.5rem;display:grid}.feature-item{background:#f9fafb;border-radius:8px;align-items:flex-start;gap:1.5rem;padding:1.5rem;transition:background .2s;display:flex}.feature-item:hover{background:#f3f4f6}.feature-check{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;display:flex}.feature-text h4{color:#1f2937;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-text p{color:#6b7280;margin:0;line-height:1.5}.testimonials-section{background:#f9fafb;padding:5rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.testimonial-author strong{color:#1f2937;font-weight:600}.cta-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 2rem}.create-simulation-cta{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 2rem}.cta-box{text-align:center;background:#fff;border-radius:20px;max-width:900px;margin:0 auto;padding:3rem;box-shadow:0 20px 60px #0000004d}.cta-icon{margin-bottom:1rem;font-size:4rem}.cta-box h2{color:#1f2937;margin-bottom:1rem;font-size:2.5rem}.cta-box>p{color:#6b7280;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.cta-features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.cta-feature{color:#374151;background:#f3f4f6;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;display:flex}.feature-icon{color:#10b981;font-size:1.2rem;font-weight:700}.cta-box .btn{padding:1rem 2.5rem;font-size:1.2rem}.cta-content{text-align:center;max-width:800px;margin:0 auto}.cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.cta-content p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn-primary{color:#667eea;background:#fff}.btn-primary:hover{background:#f9fafb;box-shadow:0 4px 12px #00000026}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff}.btn-outline{color:#fff;background:0 0;border:2px solid #fff}.btn-outline:hover{background:#ffffff1a}@media (max-width:768px){.companies-hero h1{font-size:2.5rem}.hero-description{font-size:1.125rem}.section-title{font-size:2rem}.benefits-grid{grid-template-columns:1fr}.step{flex-direction:column;gap:1rem}.testimonials-grid{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.125rem}}.blog-page{flex-direction:column;min-height:100vh;display:flex}.blog-main{flex:1}.blog-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 2rem 3rem}.blog-hero h1{margin-bottom:1rem;font-size:3rem}.blog-content{background:#f9fafb;padding:4rem 2rem}.blog-container{max-width:1200px;margin:0 auto}.blog-filters{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{cursor:pointer;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.filter-btn:hover{color:#667eea;border-color:#667eea}.filter-btn.active{color:#fff;background:#667eea;border-color:#667eea}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.article-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000014}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.article-image{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;height:200px;display:flex}.article-emoji{font-size:5rem}.article-content{flex-direction:column;flex:1;padding:1.5rem;display:flex}.article-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.875rem;display:flex}.article-category{color:#2563eb;background:#eff6ff;border-radius:6px;padding:.25rem .75rem;font-weight:600}.article-date{color:#6b7280}.article-title{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;line-height:1.4}.article-excerpt{color:#6b7280;flex:1;margin-bottom:1.5rem;line-height:1.6}.article-footer{color:#6b7280;border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-top:1rem;font-size:.875rem;display:flex}.article-author{align-items:center;gap:.5rem;display:flex}.read-more{color:#667eea;align-items:center;gap:.5rem;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.read-more:hover{gap:.75rem}.newsletter-section{background:#fff;padding:4rem 2rem}.newsletter-box{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:16px;max-width:600px;margin:0 auto;padding:3rem}.newsletter-box h2{margin-bottom:1rem;font-size:2rem}.newsletter-box p{opacity:.95;margin-bottom:2rem;font-size:1.1rem}.newsletter-form{gap:1rem;max-width:500px;margin:0 auto;display:flex}.newsletter-input{border:none;border-radius:8px;flex:1;padding:.875rem 1.25rem;font-size:1rem}.newsletter-form .btn{white-space:nowrap;color:#667eea;background:#fff;font-weight:600}.newsletter-form .btn:hover{background:#fffffff2}@media (max-width:768px){.blog-hero h1{font-size:2rem}.hero-description{font-size:1rem}.articles-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.blog-filters{justify-content:flex-start}}.for-educators{flex-direction:column;min-height:100vh;display:flex}.educators-main{flex:1}.educators-hero{color:#fff;text-align:center;background:linear-gradient(135deg,#10b981 0%,#059669 100%);padding:6rem 2rem}.educators-hero h1{max-width:900px;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;font-size:3rem}.hero-description{opacity:.95;max-width:700px;margin:0 auto 2.5rem;font-size:1.25rem}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.why-educators{background:#fff;padding:5rem 2rem}.section-container{max-width:1200px;margin:0 auto}.section-title{text-align:center;color:#1f2937;margin-bottom:3rem;font-size:2.5rem}.benefit-card{text-align:center;background:#f9fafb;border-radius:12px;padding:2rem;transition:transform .2s,box-shadow .2s}.benefit-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.benefit-card p{color:#6b7280;line-height:1.6}.how-it-works-educators{background:#f9fafb;padding:5rem 2rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.step-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.step-number{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.step-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.25rem}.step-card p{color:#6b7280;line-height:1.6}.use-cases{background:#fff;padding:5rem 2rem}.use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.use-case-card{background:#f9fafb;border-left:4px solid #10b981;border-radius:12px;padding:2rem}.use-case-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.use-case-card p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.use-case-card ul{padding:0;list-style:none}.use-case-card li{color:#6b7280;padding:.5rem 0 .5rem 1.5rem;position:relative}.use-case-card li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.features-educators{background:#f9fafb;padding:5rem 2rem}.features-list{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;display:grid}.feature-item{background:#fff;border-radius:12px;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000014}.feature-icon{color:#10b981;background:#d1fae5;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;display:flex}.feature-content h4{color:#1f2937;margin-bottom:.5rem;font-size:1.125rem}.feature-content p{color:#6b7280;margin:0;line-height:1.6}.testimonials-educators{background:#fff;padding:5rem 2rem}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.testimonial-card{background:#f9fafb;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.testimonial-text{color:#4b5563;margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonial-author{flex-direction:column;gap:.25rem;display:flex}.testimonial-author strong{color:#1f2937;font-size:1.05rem}.testimonial-author span{color:#6b7280;font-size:.9rem}.cta-section{background:linear-gradient(135deg,#10b981 0%,#059669 100%);padding:5rem 2rem}.cta-box{text-align:center;color:#fff;max-width:800px;margin:0 auto}.cta-box h2{margin-bottom:1rem;font-size:2.5rem}.cta-box>p{opacity:.95;margin-bottom:2.5rem;font-size:1.25rem}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1.5rem;display:flex}.cta-note{opacity:.9;margin-top:1rem;font-size:.95rem}@media (max-width:768px){.educators-hero h1{font-size:2rem}.hero-description{font-size:1rem}.section-title{font-size:2rem}.benefits-grid,.steps-grid,.use-cases-grid,.features-list,.testimonials-grid{grid-template-columns:1fr}.cta-box h2{font-size:1.75rem}.cta-box>p{font-size:1rem}}.layout{background:#f9fafb;flex-direction:column;width:100%;min-height:100vh;display:flex;overflow-x:hidden}.main-content{flex-direction:column;flex:1;width:100%;display:flex;overflow-x:hidden}.explore{background:var(--bg-secondary);flex-direction:column;min-height:100vh;display:flex}.explore-content{flex:1;max-width:1280px;margin:0 auto;padding:3rem 2rem}.explore-hero{text-align:center;padding:2rem 0 3rem}.explore-hero h1{color:#1f2937;margin-bottom:1rem;font-size:2.75rem;font-weight:800}.explore-hero p{color:#6b7280;font-size:1.25rem}.explore-filters{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.filter-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:24px;padding:.625rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.filter-btn:hover{color:#2563eb;border-color:#2563eb;transform:translateY(-1px)}.filter-btn.active{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.simulations-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.simulation-card{background:#fff;border:1px solid #f3f4f6;border-radius:16px;flex-direction:column;padding:1.75rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 1px 3px #0000001a}.simulation-card:hover{border-color:#e5e7eb;transform:translateY(-6px);box-shadow:0 10px 30px #00000026}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.company-name{color:var(--text-secondary);font-size:.875rem;font-weight:600}.simulation-card h3{color:var(--text);margin-bottom:.75rem;font-size:1.25rem}.description{color:var(--text-secondary);flex:1;margin-bottom:1rem;line-height:1.6}.card-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.duration{color:var(--text-secondary);font-size:.875rem}.btn-primary:hover{background:var(--primary-dark);text-decoration:none}.empty-state{text-align:center;color:#6b7280;padding:4rem 2rem;font-size:1.125rem}@media (max-width:768px){.explore-hero h1{font-size:2rem}.explore-hero p{font-size:1rem}.explore-filters{flex-wrap:wrap}.simulations-grid{grid-template-columns:1fr}}.block{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.rich-text-block h2{color:var(--text);margin-bottom:1rem;font-size:1.5rem}.rich-text-block h3{color:var(--text);margin:1.5rem 0 .75rem;font-size:1.25rem}.rich-text-block p{color:var(--text);margin-bottom:1rem;line-height:1.6}.rich-text-block ul,.rich-text-block ol{margin-bottom:1rem;margin-left:1.5rem}.rich-text-block li{margin-bottom:.5rem;line-height:1.6}.asset-block h3{color:var(--text);margin-bottom:1rem;font-size:1.125rem}.asset-list{flex-direction:column;gap:.75rem;display:flex}.asset-item{background:var(--bg-secondary);border-radius:8px;justify-content:space-between;align-items:center;padding:1rem;transition:background .2s;display:flex}.asset-item:hover{background:var(--border)}.asset-info{align-items:center;gap:1rem;display:flex}.asset-icon{font-size:1.5rem}.asset-name{color:var(--text);margin-bottom:.25rem;font-weight:600}.asset-size{color:var(--text-secondary);font-size:.875rem}.btn-download{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:background .2s}.btn-download:hover{background:var(--primary-dark)}.block-label{color:var(--text);margin-bottom:.75rem;font-size:1rem;font-weight:600;display:block}.required{color:var(--danger);margin-left:.25rem}.text-input{border:2px solid var(--border);resize:vertical;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.text-input:focus{border-color:var(--primary);outline:none}.link-input{border:2px solid var(--border);border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.link-input:focus{border-color:var(--primary);outline:none}.file-upload-area{position:relative}.file-input{opacity:0;width:0;height:0;position:absolute}.file-upload-label{border:2px dashed var(--border);cursor:pointer;background:var(--bg-secondary);border-radius:8px;align-items:center;gap:1rem;padding:2rem;transition:all .2s;display:flex}.file-upload-label:hover{border-color:var(--primary);background:#eff6ff}.upload-icon{font-size:2rem}.upload-text{flex-direction:column;gap:.25rem;display:flex}.upload-text strong{color:var(--text)}.upload-hint{color:var(--text-secondary);font-size:.875rem}.mcq-block h3{margin-bottom:.75rem}.mcq-question{color:var(--text);font-size:1.125rem}.mcq-description{color:var(--text-secondary);margin-bottom:1.5rem}.mcq-options{flex-direction:column;gap:.75rem;display:flex}.mcq-option{background:var(--bg-secondary);border:2px solid var(--border);cursor:pointer;border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.mcq-option:hover{border-color:var(--primary);background:#eff6ff}.mcq-option.selected{border-color:var(--primary);background:#eff6ff;font-weight:500}.mcq-radio input{cursor:pointer;width:20px;height:20px}.mcq-label{flex:1}.mcq-hint{color:var(--text-secondary);margin-top:.75rem;font-size:.875rem;font-style:italic}.video-block h3{margin-bottom:.75rem}.video-description{color:var(--text-secondary);margin-bottom:1rem}.video-container{background:#000;border-radius:8px;width:100%;padding-bottom:56.25%;position:relative;overflow:hidden}.video-iframe,.video-player{width:100%;height:100%;position:absolute;top:0;left:0}.video-placeholder{background:var(--bg-secondary);width:100%;height:100%;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.placeholder-icon{margin-bottom:1rem;font-size:4rem}.video-transcript{background:var(--bg-secondary);border-radius:8px;margin-top:1rem;padding:1rem}.video-transcript summary{cursor:pointer;color:var(--primary);font-weight:600}.transcript-content{color:var(--text-secondary);margin-top:1rem;line-height:1.6}.fill-blanks-block h3{margin-bottom:.75rem}.instructions{color:var(--text-secondary);margin-bottom:1.5rem}.blanks-text{background:var(--bg-secondary);border-radius:8px;padding:1.5rem;font-size:1.125rem;line-height:2}.blank-input{border:none;border-bottom:2px solid var(--primary);background:#fff;min-width:120px;margin:0 .25rem;padding:.25rem .75rem;font-family:inherit;font-size:1rem;transition:border-color .2s;display:inline-block}.blank-input:focus{border-bottom-color:var(--primary-dark);background:#eff6ff;outline:none}.hints-section{background:#fef3c7;border-left:4px solid #f59e0b;border-radius:4px;margin-top:1.5rem;padding:1rem}.hints-section ul{margin:.5rem 0 0 1.5rem}.hints-section li{color:var(--text-secondary);margin-bottom:.25rem}.ordering-block h3{margin-bottom:.75rem}.ordering-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.ordering-item{background:var(--bg-secondary);border:2px solid var(--border);border-radius:8px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.ordering-item:hover{background:#eff6ff}.item-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.item-content{flex:1;font-weight:500}.item-controls{gap:.5rem;display:flex}.move-btn{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:6px;padding:.25rem .5rem;font-size:1rem;transition:all .2s}.move-btn:hover:not(:disabled){border-color:var(--primary);background:#eff6ff}.move-btn:disabled{opacity:.3;cursor:not-allowed}.ordering-hint{color:var(--text-secondary);font-size:.875rem;font-style:italic}.truefalse-block h3{margin-bottom:.75rem}.tf-question{color:var(--text);font-size:1.125rem}.tf-description{color:var(--text-secondary);margin-bottom:1.5rem}.tf-options{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.tf-option{background:var(--bg-secondary);border:3px solid var(--border);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:2rem;transition:all .2s;display:flex}.tf-option:hover{border-color:var(--primary);background:#eff6ff;transform:translateY(-2px)}.tf-option.selected{border-color:var(--primary);background:#eff6ff;box-shadow:0 4px 12px #2563eb33}.tf-icon{margin-bottom:.5rem;font-size:3rem;font-weight:700}.tf-option:first-child .tf-icon{color:var(--success)}.tf-option:last-child .tf-icon{color:var(--danger)}.tf-label{color:var(--text);font-size:1.25rem;font-weight:600}.dropdown-block{flex-direction:column;gap:.75rem;display:flex}.dropdown-label{color:var(--text);font-size:1rem;font-weight:600}.dropdown-description{color:var(--text-secondary);margin-top:-.5rem}.dropdown-select{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.dropdown-select:focus{border-color:var(--primary);outline:none}.dropdown-select:hover{border-color:var(--primary)}.matching-block h3{margin-bottom:.75rem}.matching-container{grid-template-columns:1fr 1fr;gap:2rem;margin:1.5rem 0;display:grid}.matching-column h4{text-transform:uppercase;color:var(--text-secondary);margin-bottom:1rem;font-size:.875rem;font-weight:600}.matching-item{background:var(--bg-secondary);border:2px solid var(--border);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.75rem;padding:1rem;display:flex}.left-item .item-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:600;display:flex}.item-text{font-weight:500}.matching-dropdown-wrapper{margin-bottom:.75rem}.matching-select{border:2px solid var(--border);cursor:pointer;background:#fff;border-radius:8px;width:100%;padding:.75rem;font-family:inherit;font-size:.875rem;transition:all .2s}.matching-select:focus{border-color:var(--primary);background:#eff6ff;outline:none}.matching-hint{color:var(--text-secondary);font-size:.875rem;font-style:italic}.code-editor-block{color:#d4d4d4;background:#1e1e1e;border-radius:12px;padding:1.5rem}.code-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.code-header h3{color:#d4d4d4;margin:0}.code-language{color:#4ec9b0;background:#2d2d2d;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.code-instructions{color:#9cdcfe;margin-bottom:1rem;font-size:.875rem}.code-editor-wrapper{background:#2d2d2d;border:1px solid #3e3e3e;border-radius:8px;display:flex;overflow:hidden}.code-line-numbers{text-align:right;-webkit-user-select:none;user-select:none;background:#252526;border-right:1px solid #3e3e3e;min-width:50px;padding:.75rem .5rem}.line-number{color:#858585;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5}.code-textarea{color:#d4d4d4;resize:vertical;background:0 0;border:none;flex:1;min-height:200px;padding:.75rem;font-family:Consolas,Monaco,Courier New,monospace;font-size:.875rem;line-height:1.5}.code-textarea:focus{outline:none}.code-hints{background:#2d2d2d;border:1px solid #3e3e3e;border-radius:8px;margin-top:1rem;padding:1rem}.code-hints summary{cursor:pointer;color:#4ec9b0;font-weight:600}.code-hints ul{margin:.75rem 0 0 1.5rem}.code-hints li{color:#9cdcfe;margin-bottom:.5rem;font-size:.875rem}.team-overview-block{background:#fff;border-radius:16px;padding:2.5rem}.team-header{margin-bottom:3rem}.team-title{color:#1f2937;margin-bottom:.75rem;font-size:2rem;font-weight:700}.team-subtitle{color:#6b7280;font-size:1.125rem;line-height:1.6}.team-section{margin-top:2rem}.section-title{color:#1f2937;margin-bottom:2rem;font-size:1.75rem;font-weight:700}.team-member-section{margin-bottom:2.5rem}.subsection-title{color:#374151;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.team-member-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;grid-template-columns:auto 1fr;gap:1.5rem;margin-bottom:1rem;padding:1.5rem;display:grid}.team-member-card.user-card{background:#eff6ff;border-color:#bfdbfe}.member-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex}.member-info{grid-column:2}.member-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.member-name{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.member-badge{color:#fff;letter-spacing:.5px;background:#1f2937;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.member-badge-small{color:#fff;text-transform:uppercase;background:#374151;border-radius:4px;padding:.2rem .6rem;font-size:.7rem;font-weight:600}.member-role{color:#6b7280;margin:0;font-size:1rem;font-style:italic}.member-description{grid-column:2;margin-top:.75rem}.member-description p{color:#4b5563;margin:0;line-height:1.6}.team-members-list{flex-direction:column;gap:1rem;display:flex}.scenario-brief-block{background:#fff;border-radius:16px;padding:2.5rem}.scenario-title{color:#1f2937;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.scenario-intro{margin-bottom:2rem;line-height:1.7}.scenario-intro p{color:#374151;margin-bottom:1rem;font-size:1.125rem}.scenario-intro strong{color:#1f2937;font-weight:700}.scenario-dialogues{flex-direction:column;gap:2rem;margin:2rem 0;display:flex}.dialogue-item{align-items:flex-start;gap:1.5rem;display:flex}.dialogue-avatar{border:3px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex;box-shadow:0 4px 12px #0000001a}.dialogue-content{flex:1}.dialogue-header{flex-direction:column;gap:.25rem;margin-bottom:.75rem;display:flex}.dialogue-name{color:#1f2937;font-size:1rem;font-weight:700}.dialogue-role{color:#6b7280;font-size:.875rem;font-style:italic}.dialogue-bubble{color:#fff;background:#1f2937;border-radius:4px 16px 16px;padding:1.25rem 1.5rem;position:relative;box-shadow:0 2px 8px #0000001a}.dialogue-bubble p{margin:0;font-size:1rem;line-height:1.6}.scenario-conclusion{background:#f0fdf4;border-left:4px solid #22c55e;border-radius:8px;margin-top:2rem;padding:1.5rem}.scenario-conclusion p{color:#166534;margin:0;font-weight:500;line-height:1.6}.role-overview-block{background:#fff;border-radius:16px;padding:2.5rem}.role-title{color:#1f2937;margin-bottom:1rem;font-size:2rem;font-weight:700}.role-description{color:#6b7280;margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.role-sections{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.role-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.role-section-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.role-icon{font-size:2rem}.role-section-header h3{color:#1f2937;margin:0;font-size:1.5rem;font-weight:700}.role-list{margin:0;padding:0;list-style:none}.role-list li{color:#4b5563;margin-bottom:1rem;padding-left:1.5rem;line-height:1.6;position:relative}.role-list li:before{content:"•";color:#2563eb;font-size:1.25rem;font-weight:700;position:absolute;left:0}.role-list li strong{color:#1f2937;font-weight:600}.transition-block{text-align:center;background:#fff;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:4rem 2.5rem;display:flex}.transition-illustration{margin-bottom:2rem}.illustration-content{font-size:6rem}.running-illustration{align-items:center;gap:2rem;animation:2s ease-in-out infinite runAnimation;display:flex}@keyframes runAnimation{0%,to{transform:translate(0)}50%{transform:translate(20px)}}.runner{font-size:5rem}.finish-flag{font-size:4rem}.illustration-emoji{animation:1s ease-in-out infinite bounce;display:inline-block}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.transition-title{color:#1f2937;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.transition-subtitle{color:#6b7280;max-width:600px;font-size:1.25rem}@media (max-width:768px){.team-member-card{grid-template-columns:1fr}.member-avatar{margin:0 auto}.member-info,.member-description{grid-column:1}.role-sections{grid-template-columns:1fr}.dialogue-item{text-align:center;flex-direction:column;align-items:center}.dialogue-bubble{border-radius:16px}}.block-wrapper{margin-bottom:2rem}.block-error{color:#991b1b;background:#fee2e2;border-radius:8px;padding:1rem;font-weight:500}.task-complete-overlay{z-index:9999;background:#000c;justify-content:center;align-items:center;animation:.3s ease-in-out fadeIn;display:flex;position:fixed;inset:0}.task-complete-message{text-align:center;background:#fff;border-radius:20px;padding:3rem 4rem;animation:.4s ease-out slideUp;box-shadow:0 20px 60px #0000004d}.task-complete-icon{margin-bottom:1rem;font-size:4rem;animation:.6s ease-in-out bounce}.task-complete-message h2{color:#1f2937;margin-bottom:.5rem;font-size:2rem}.task-complete-message p{color:#6b7280;font-size:1.1rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.simulation-player{background:var(--bg-secondary);height:100vh;display:flex}.player-sidebar{border-right:1px solid var(--border);background:#fff;flex-direction:column;width:300px;display:flex;overflow-y:auto}.sidebar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex}.sidebar-header h3{flex:1;margin:0;font-size:1rem}.btn-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;display:flex}.btn-close:hover{background:var(--bg-secondary)}.stages-list{padding:1rem}.stage-item{cursor:pointer;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;transition:background .2s;display:flex}.stage-item.active{border:2px solid var(--primary);background:#eff6ff}.stage-item.completed .stage-number{background:var(--success);color:#fff}.stage-number{background:var(--bg-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.stage-item.active .stage-number{background:var(--primary);color:#fff}.stage-title{font-size:.875rem;font-weight:500}.player-main{flex-direction:column;flex:1;display:flex;overflow:hidden}.stage-header{border-bottom:1px solid var(--border);background:#fff;padding:2rem}.stage-header h1{margin-bottom:1rem;font-size:2rem}.stage-progress{color:var(--text-secondary);font-size:.875rem}.step-indicators{align-items:center;gap:.5rem;margin-top:1rem;display:flex}.step-indicator{color:#6b7280;background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;transition:all .3s;display:flex}.step-indicator.active{color:#fff;background:#2563eb;transform:scale(1.1)}.step-indicator.completed{color:#fff;background:#10b981}.blocks-container{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem;overflow-y:auto}.player-controls{border-top:1px solid var(--border);background:#fff;flex-shrink:0;justify-content:space-between;padding:1.5rem 2rem;display:flex}.controls-left,.controls-right{gap:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary:hover:not(:disabled){background:var(--primary-dark)}.completion-screen{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.completion-content{text-align:center;background:#fff;border-radius:20px;max-width:700px;padding:3rem;box-shadow:0 20px 60px #0000004d}.completion-badge{margin-bottom:1rem;font-size:5rem;animation:1s ease-in-out bounce}.completion-content h1{color:var(--text);margin-bottom:1rem;font-size:2.5rem}.completion-content h2{color:var(--text);margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.completion-company{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.completion-certificate{background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:3px solid #f59e0b;border-radius:16px;margin:2rem 0;padding:2.5rem}.certificate-icon{margin-bottom:1rem;font-size:3.5rem}.completion-certificate h3{color:#92400e;margin-bottom:1rem;font-size:1.8rem}.certificate-description{color:#78350f;margin-bottom:2rem;font-size:1rem;line-height:1.6}.certificate-info{text-align:left;background:#f0f9ff;border:2px solid #bfdbfe;border-radius:12px;margin:1.5rem 0;padding:1.5rem}.certificate-info h4{color:#1e40af;margin-bottom:1rem;font-size:1.1rem}.certificate-info ul{margin:0;padding:0;list-style:none}.certificate-info li{color:#1e40af;padding:.5rem 0;font-weight:500}.certificate-status{margin:2rem 0}.status-badge{border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:600;display:inline-block}.status-badge.pending{color:#92400e;background:#fef3c7;border:2px solid #fbbf24}.status-badge.approved{color:#065f46;background:#d1fae5;border:2px solid #10b981}.status-badge.rejected{color:#991b1b;background:#fee2e2;border:2px solid #ef4444}.status-date{color:#6b7280;margin-top:.5rem;font-size:.9rem}.certificate-preview{background:#fff;border:2px solid #f59e0b;border-radius:12px;margin:1.5rem 0;padding:2rem;box-shadow:0 4px 12px #0000001a}.certificate-header{color:#92400e;text-transform:uppercase;letter-spacing:2px;border-bottom:2px solid #f59e0b;margin-bottom:1.5rem;padding-bottom:1rem;font-size:1.5rem;font-weight:700}.certificate-body p{color:#78350f;margin:.5rem 0;font-size:.95rem}.certificate-body h4{color:#92400e;margin:.75rem 0;font-size:1.4rem;font-weight:600}.certificate-company{color:#78350f;font-size:1rem;font-style:italic}.certificate-date{color:#78350f;margin-top:1.5rem;font-size:.9rem;font-style:italic}.completion-share{background:#f3f4f6;border-radius:12px;margin:2rem 0;padding:2rem}.completion-share h3{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem}.completion-share p{color:#6b7280;margin-bottom:1.5rem}.share-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.btn-linkedin{color:#fff;cursor:pointer;background:#0077b5;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;display:flex}.btn-linkedin:hover{background:#005885;transform:translateY(-2px);box-shadow:0 4px 12px #0077b54d}.btn-linkedin svg{width:20px;height:20px}.completion-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2rem;display:flex}.btn-lg{padding:.875rem 2rem;font-size:1.1rem}.simulation-overview{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.overview-hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem 4rem;position:relative;overflow:hidden}.overview-hero:before{content:"";opacity:.3;background:url("data:image/svg+xml,<svg width=\"100\" height=\"100\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"50\" cy=\"50\" r=\"2\" fill=\"white\" opacity=\"0.1\"/></svg>");position:absolute;inset:0}.overview-hero-content{z-index:1;max-width:1200px;margin:0 auto;position:relative}.overview-breadcrumb{opacity:.9;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.875rem;display:flex}.overview-breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s}.overview-breadcrumb a:hover{opacity:.8;text-decoration:underline}.overview-header{grid-template-columns:1fr 350px;align-items:start;gap:3rem;display:grid}.overview-header-main h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.overview-description{opacity:.95;margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.overview-meta{flex-wrap:wrap;gap:2rem;margin-bottom:1.5rem;display:flex}.meta-item{align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;display:flex}.meta-icon{font-size:1.125rem}.overview-tags{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.btn-start-simulation{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.0625rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.btn-start-simulation:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.btn-start-simulation.btn-lg{padding:1.25rem 3rem;font-size:1.125rem}.btn-arrow{font-size:1.25rem;transition:transform .3s}.btn-start-simulation:hover .btn-arrow{transform:translate(4px)}.overview-company-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;padding:2rem}.company-card-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.company-logo{color:#667eea;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:800;display:flex}.company-card-header h3{margin:0;font-size:1.25rem;font-weight:700}.company-card-header p{opacity:.9;margin:.25rem 0 0;font-size:.875rem}.company-card-stats{flex-direction:column;gap:1rem;display:flex}.company-card-stats .stat{flex-direction:column;gap:.25rem;display:flex}.company-card-stats .stat strong{font-size:.9375rem;font-weight:600}.company-card-stats .stat span{opacity:.9;font-size:.875rem}.overview-content{width:100%;max-width:1200px;margin:0 auto;padding:4rem 2rem}.overview-section{margin-bottom:4rem}.overview-section h2{color:#0f172a;margin-bottom:2rem;font-size:2rem;font-weight:800}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.benefit-card{background:#fff;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.benefit-icon{margin-bottom:1rem;font-size:2.5rem}.benefit-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.125rem;font-weight:700}.benefit-card p{color:#475569;font-size:.9375rem;line-height:1.6}.company-section{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.company-info{flex-direction:column;gap:2rem;display:flex}.company-description{color:#475569;font-size:1.0625rem;line-height:1.7}.company-highlights{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.highlight{align-items:flex-start;gap:1rem;display:flex}.highlight-icon{flex-shrink:0;font-size:2rem}.highlight strong{color:#0f172a;margin-bottom:.25rem;font-size:.9375rem;font-weight:600;display:block}.highlight p{color:#475569;margin:0;font-size:.9375rem}.tasks-list{flex-direction:column;gap:1.5rem;display:flex}.task-item{background:#fff;border-radius:16px;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.task-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.task-number{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.task-content h3{color:#0f172a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.task-content p{color:#475569;font-size:.9375rem;line-height:1.6}.reviews-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.review-card{background:#fff;border-radius:16px;flex-direction:column;gap:1rem;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a,0 1px 2px -1px #0000001a}.review-header{align-items:center;gap:1rem;display:flex}.review-avatar{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;font-weight:700;display:flex}.review-info{flex:1}.review-info h4{color:#0f172a;margin:0;font-size:1rem;font-weight:600}.review-info p{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.review-rating{color:#fbbf24;font-size:.875rem}.review-comment{color:#475569;margin:0;font-size:.9375rem;line-height:1.6}.review-date{color:#94a3b8;font-size:.8125rem}.overview-cta{text-align:center;color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:24px;margin-top:2rem;padding:4rem 2rem}.overview-cta h2{color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:800}.overview-cta p{opacity:.95;margin-bottom:2rem;font-size:1.125rem}@media (max-width:1024px){.overview-header{grid-template-columns:1fr;gap:2rem}.overview-company-card{max-width:400px}}@media (max-width:768px){.overview-hero{padding:4rem 1.5rem 3rem}.overview-header-main h1{font-size:2rem}.overview-description{font-size:1rem}.overview-meta{gap:1.5rem}.overview-content{padding:3rem 1.5rem}.overview-section h2{font-size:1.75rem}.benefits-grid{grid-template-columns:1fr}.company-section{padding:2rem}.company-highlights{grid-template-columns:1fr}.task-item{flex-direction:column;gap:1rem}.reviews-grid{grid-template-columns:1fr}.overview-cta{padding:3rem 1.5rem}.overview-cta h2{font-size:1.75rem}}@media (max-width:480px){.overview-hero{padding:3rem 1rem 2rem}.overview-header-main h1{font-size:1.75rem}.overview-content{padding:2rem 1rem}.btn-start-simulation{justify-content:center;width:100%}.company-section{padding:1.5rem}}.company-preview-notice{color:#ffffffe6;background:#ffffff26;border:1px solid #ffffff4d;border-radius:8px;align-items:center;gap:.5rem;margin-top:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;display:inline-flex}.student-dashboard{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem 2rem 3rem;overflow-x:hidden}.student-hero{grid-template-columns:minmax(0,1.8fr) minmax(320px,.95fr);gap:1.5rem;width:100%;margin-bottom:2rem;display:grid}.student-hero-main{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#312e81 55%,#4f46e5 100%);border-radius:28px;padding:2.5rem;box-shadow:0 30px 60px -35px #4f46e5b3}.student-hero-badge{color:#ffffffeb;letter-spacing:.04em;text-transform:uppercase;background:#ffffff1f;border-radius:999px;align-items:center;margin-bottom:1.25rem;padding:.45rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex}.student-hero-main h1{margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.08}.dashboard-subtitle{color:#ffffffd1;max-width:720px;font-size:1.125rem;line-height:1.7}.header-actions{gap:1rem;margin-top:1.75rem;display:flex}.student-overview-panel{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:1.75rem;box-shadow:0 24px 50px -40px #0f172a4d}.overview-panel-header{border-bottom:1px solid #eef2ff;flex-direction:column;gap:.4rem;padding-bottom:1.25rem;display:flex}.overview-label{letter-spacing:.04em;text-transform:uppercase;color:#6366f1;font-size:.8rem;font-weight:700}.overview-email{color:#0f172a;word-break:break-word;font-size:1rem;font-weight:600}.overview-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:1.5rem 0;display:grid}.overview-panel-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.overview-panel-item strong{color:#0f172a;font-size:1.75rem}.overview-panel-item span{color:#64748b;font-size:.9rem}.overview-panel-note{color:#475569;font-size:.95rem;line-height:1.65}.dashboard-shell{grid-template-columns:minmax(0,2fr) minmax(300px,.9fr);align-items:start;gap:1.5rem;width:100%;display:grid}.dashboard-main-column,.dashboard-side-column{flex-direction:column;gap:1.5rem;min-width:0;display:flex}.dashboard-content{margin-top:0}.dashboard-section,.dashboard-side-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:1.5rem;box-shadow:0 18px 40px -35px #0f172a47}.dashboard-section-header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-section-header.compact{margin-bottom:1.25rem}.section-kicker{letter-spacing:.05em;text-transform:uppercase;color:#6366f1;margin-bottom:.35rem;font-size:.78rem;font-weight:700;display:inline-block}.section-kicker-light{color:#fffc}.dashboard-section-header h2,.dashboard-side-card h2,.dashboard-side-card h3{color:#0f172a;margin:0;font-size:1.45rem;font-weight:800}.section-link{color:#4f46e5;font-size:.95rem;font-weight:600;text-decoration:none}.section-link:hover{color:#3730a3}.analytics-stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.analytics-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;align-items:flex-start;gap:1rem;padding:1.35rem;display:flex;box-shadow:0 18px 34px -32px #0f172a47}.analytics-stat-card-featured{background:linear-gradient(#eef2ff 0%,#fff 100%);border-color:#c7d2fe}.stat-icon{background:#eef2ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.4rem;display:flex}.stat-content{flex-direction:column;gap:.2rem;display:flex}.stat-label{text-transform:uppercase;letter-spacing:.04em;color:#6366f1;font-size:.85rem;font-weight:700}.stat-number{color:#0f172a;font-size:2rem;font-weight:800;line-height:1.1}.stat-caption{color:#64748b;font-size:.9rem;line-height:1.5}.activity-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;gap:.95rem;min-width:0;padding:1.5rem;text-decoration:none;transition:all .3s;display:flex;box-shadow:0 18px 40px -35px #0f172a47}.activity-card:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 24px 50px -35px #4f46e559}.activity-grid{grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:1.25rem;display:grid}.activity-card-top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.activity-category{letter-spacing:.05em;text-transform:uppercase;color:#64748b;font-size:.78rem;font-weight:700}.activity-header{align-items:flex-start;display:flex}.activity-header h3{color:#0f172a;margin:0;font-size:1.2rem;font-weight:800}.activity-badge{color:#4f46e5;white-space:nowrap;background:#eef2ff;border-radius:50px;padding:.35rem .8rem;font-size:.75rem;font-weight:700}.activity-badge.completed{color:#16a34a;background:#dcfce7}.activity-badge.in-progress{color:#4f46e5;background:#eef2ff}.activity-description{color:#64748b;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.6;display:-webkit-box;overflow:hidden}.activity-meta{color:#475569;flex-wrap:wrap;gap:.75rem;font-size:.84rem;font-weight:600;display:flex}.activity-progress{flex-direction:column;gap:.5rem;margin-top:.25rem;display:flex}.activity-progress-header{color:#475569;justify-content:space-between;align-items:center;font-size:.85rem;font-weight:700;display:flex}.progress-bar-bg{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.progress-bar-fill{background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 100%);border-radius:4px;height:100%;transition:width .6s}.progress-text{color:#475569;font-size:.875rem;font-weight:600}.quick-action-list,.summary-list{flex-direction:column;gap:.9rem;display:flex}.quick-action-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:1rem 1.1rem;text-decoration:none;transition:all .2s;display:flex}.quick-action-item:hover{background:#eef2ff;border-color:#c7d2fe}.quick-action-item strong{color:#0f172a;margin-bottom:.25rem;display:block}.quick-action-item span{color:#64748b;font-size:.9rem}.quick-action-arrow{color:#4f46e5;font-size:1.15rem;font-weight:700}.dashboard-side-card-accent{color:#fff;background:linear-gradient(135deg,#312e81 0%,#4338ca 60%,#6366f1 100%);border-color:#0000}.dashboard-side-card-accent h3,.dashboard-side-card-accent p,.dashboard-side-card-accent .summary-item{color:#fff}.dashboard-side-card-accent p{opacity:.86;margin:0 0 1rem;line-height:1.7}.summary-item{align-items:flex-start;gap:.75rem;line-height:1.6;display:flex}.summary-dot{background:#fff;border-radius:999px;flex-shrink:0;width:.55rem;height:.55rem;margin-top:.45rem}.empty-state{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:4rem 2rem}.empty-icon{margin-bottom:1rem;font-size:4rem}.empty-state h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.empty-state p{color:#64748b;margin-bottom:2rem;font-size:1rem}@media (max-width:1180px){.student-hero,.dashboard-shell{grid-template-columns:1fr}.analytics-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.student-dashboard{padding:1.5rem 1rem 2rem}.student-hero,.dashboard-shell,.activity-grid,.overview-panel-grid,.analytics-stats-grid{width:100%;max-width:100%}.student-hero-main,.student-overview-panel,.dashboard-section,.dashboard-side-card{min-width:0;padding:1.25rem}.student-hero-main h1{font-size:2rem}.overview-panel-grid,.analytics-stats-grid{grid-template-columns:1fr}.dashboard-section-header{flex-direction:column;align-items:flex-start}.header-actions{flex-direction:column;width:100%}.header-actions .btn{width:100%}.activity-grid{grid-template-columns:1fr}.activity-card-top,.quick-action-item{align-items:flex-start}.quick-action-item{flex-direction:row}}.company-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.page-header h1{margin:0;font-size:2rem}.page-subtitle{color:var(--text-secondary);margin-top:.5rem}.filter-tabs{border-bottom:2px solid var(--border);gap:.5rem;margin-bottom:2rem;display:flex}.tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;margin-bottom:-2px;padding:.75rem 1.5rem;font-weight:600;transition:all .2s}.tab:hover{color:var(--primary)}.tab.active{color:var(--primary);border-bottom-color:var(--primary)}.simulations-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014}.simulations-table table{border-collapse:collapse;width:100%}.simulations-table th{background:var(--bg-secondary);text-align:left;color:var(--text);border-bottom:2px solid var(--border);padding:1rem;font-weight:600}.simulations-table td{border-bottom:1px solid var(--border);padding:1rem}.simulations-table tr:last-child td{border-bottom:none}.sim-title{margin-bottom:.25rem;font-weight:600}.sim-description{color:var(--text-secondary);font-size:.875rem}.status-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.status-badge.published{color:#166534;background:#dcfce7}.status-badge.draft{color:#92400e;background:#fef3c7}.status-badge.template{color:#3730a3;background:#e0e7ff}.action-buttons{gap:.5rem;display:flex}.btn-icon{cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;transition:transform .2s}.btn-icon:hover{transform:scale(1.2)}.btn-icon-small{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:.25rem;font-size:1rem}.btn-icon-small:hover{color:var(--danger)}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;display:grid}.template-card{background:#fff;border-radius:12px;flex-direction:column;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000014}.create-blank-card{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;position:relative;overflow:hidden}.create-blank-card:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#ffffff1a 0%,#0000 70%);width:200%;height:200%;animation:3s ease-in-out infinite pulse;position:absolute;top:-50%;right:-50%}.create-blank-card>*{z-index:1;position:relative}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.blank-icon{margin-bottom:1rem;font-size:3rem;animation:2s ease-in-out infinite sparkle}@keyframes sparkle{0%,to{transform:scale(1)rotate(0)}25%{transform:scale(1.1)rotate(-5deg)}75%{transform:scale(1.1)rotate(5deg)}}.create-blank-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.create-blank-card .template-description{color:#ffffffe6;margin-bottom:1.5rem}.blank-features{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.blank-features span{color:#fffffff2;font-size:.9rem;font-weight:500}.create-blank-card .btn{color:#667eea;background:#fff;font-weight:600}.create-blank-card .btn:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.template-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.template-card h3{flex:1;margin:0;font-size:1.25rem}.template-description{color:var(--text-secondary);flex:1;margin-bottom:1rem;line-height:1.6}.template-meta{color:var(--text-secondary);gap:1rem;margin-bottom:1rem;font-size:.875rem;display:flex}.template-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.template-features{margin-bottom:1.5rem}.template-features h4{color:#6b7280;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.template-features ul{margin:0;padding:0;list-style:none}.template-features li{color:#4b5563;padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;line-height:1.5;position:relative}.template-features li:before{content:"✓";color:#10b981;font-weight:700;position:absolute;left:0}.notification-badge{color:#fff;background:#ef4444;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}.submissions-controls{margin-bottom:2rem}.search-box{margin-bottom:1.5rem}.search-input{border:2px solid #e5e7eb;border-radius:8px;width:100%;max-width:500px;padding:.875rem 1.25rem;font-size:1rem}.search-input:focus{border-color:#667eea;outline:none}.submissions-grid{gap:1.5rem;display:grid}.submission-card{background:#fff;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.submission-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001f}.submission-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;display:flex}.submission-header h3{color:#1f2937;margin:0 0 .5rem;font-size:1.25rem}.submission-meta{color:#6b7280;margin:0;font-size:.875rem}.submission-info{gap:2rem;margin-bottom:1rem;display:flex}.info-item{flex-direction:column;gap:.25rem;display:flex}.info-label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.info-value{color:#1f2937;font-size:.95rem;font-weight:500}.certificate-request-status{border-radius:8px;margin:1rem 0;padding:1rem}.certificate-request-status.pending{background:#fef3c7;border:2px solid #fbbf24}.certificate-request-status.approved{background:#d1fae5;border:2px solid #10b981}.certificate-request-status.rejected{background:#fee2e2;border:2px solid #ef4444}.status-indicator{margin-bottom:.25rem;font-size:.95rem;font-weight:600}.certificate-request-status.pending .status-indicator{color:#92400e}.certificate-request-status.approved .status-indicator{color:#065f46}.certificate-request-status.rejected .status-indicator{color:#991b1b}.status-date{color:#6b7280;margin:0;font-size:.85rem}.submission-actions{gap:1rem;margin-top:1rem;display:flex}.review-container{grid-template-columns:1fr 300px;gap:2rem;display:grid}.review-main{flex-direction:column;gap:2rem;display:flex}.review-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #00000014}.review-section h2{color:#1f2937;margin-bottom:1.5rem;font-size:1.5rem}.section-description{color:#6b7280;margin-bottom:1rem;line-height:1.6}.info-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.submission-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.submission-details{border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding-bottom:1.5rem}.submission-details p{color:#4b5563;margin:.5rem 0}.submission-data h3{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.answer-item strong{color:#1f2937;margin-bottom:.5rem;display:block}.answer-item p{color:#4b5563;white-space:pre-wrap;word-break:break-word;margin:0}.no-data{color:#9ca3af;text-align:center;padding:2rem;font-style:italic}.review-textarea{resize:vertical;border:2px solid #e5e7eb;border-radius:8px;width:100%;min-height:120px;padding:1rem;font-family:inherit;font-size:1rem}.review-textarea:focus{border-color:#667eea;outline:none}.review-actions{background:#fff;border-radius:12px;justify-content:flex-end;gap:1rem;padding:2rem;display:flex;box-shadow:0 2px 8px #00000014}.review-sidebar{flex-direction:column;gap:1.5rem;display:flex}.review-tips{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.review-tips h3{color:#1f2937;margin-bottom:1rem;font-size:1.1rem}.review-tips ul{margin:0;padding:0;list-style:none}.review-tips li{color:#4b5563;padding:.5rem 0;line-height:1.5}@media (max-width:1024px){.review-container,.info-grid{grid-template-columns:1fr}}.btn{cursor:pointer;text-align:center;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-secondary{background:var(--bg-secondary);color:var(--text)}.btn-secondary:hover{background:var(--border)}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.analytics-page .page-header{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.header-actions{gap:1rem;display:flex}.analytics-stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem;display:grid}.analytics-stat-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;align-items:center;gap:1.5rem;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.analytics-stat-card:hover{border-color:#e0e7ff;transform:translateY(-4px);box-shadow:0 12px 24px -4px #0000001a}.analytics-stat-card .stat-icon{background:#eff6ff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:3rem;display:flex}.analytics-stat-card .stat-content{flex-direction:column;gap:.5rem;display:flex}.analytics-stat-card .stat-label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-size:.875rem;font-weight:600}.analytics-stat-card .stat-number{color:#0f172a;font-size:2.5rem;font-weight:800;line-height:1}.analytics-charts-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:2.5rem;display:grid}.analytics-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.analytics-card h3{color:#0f172a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.chart-container{height:300px;position:relative}.analytics-details{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.candidates-list{flex-direction:column;gap:1rem;display:flex}.candidate-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.candidate-item:hover{background:#fff;border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.candidate-info{align-items:center;gap:1rem;display:flex}.candidate-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.candidate-item h4{color:#1e293b;margin:0 0 .25rem;font-size:1rem;font-weight:600}.candidate-date{color:#64748b;font-size:.875rem}.empty-text{text-align:center;color:#94a3b8;padding:3rem 1rem;font-style:italic}.card-description{color:#64748b;margin-bottom:1.5rem;font-size:.875rem}.skills-list{flex-direction:column;gap:1.5rem;display:flex}.skill-item{flex-direction:column;gap:.5rem;display:flex}.skill-header{color:#475569;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600;display:flex}.skill-bar-bg{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.skill-bar-fill{background:linear-gradient(90deg,#4f46e5 0%,#7c3aed 100%);border-radius:4px;height:100%;transition:width .6s}.btn-block{width:100%}.subscription-page{max-width:1200px;margin:0 auto}.text-center{text-align:center}.billing-toggle-container{justify-content:center;margin-bottom:4rem;display:flex}.billing-toggle{background:#fff;border:1px solid #e2e8f0;border-radius:50px;gap:.5rem;padding:.5rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.toggle-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:all .3s;display:flex}.toggle-btn.active{color:#fff;background:#4f46e5;box-shadow:0 2px 4px #4f46e533}.discount-badge{color:#059669;background:#dcfce7;border-radius:50px;padding:.25rem .5rem;font-size:.75rem;font-weight:700}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem 0;display:grid}.pricing-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d}.pricing-card:hover{border-color:#e0e7ff;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.pricing-card.recommended{z-index:1;border:2px solid #4f46e5;transform:scale(1.05);box-shadow:0 10px 25px -5px #4f46e526}.pricing-card.recommended:hover{transform:scale(1.05)translateY(-8px)}.recommended-badge{color:#fff;letter-spacing:.5px;background:#4f46e5;border-radius:50px;padding:.25rem 1rem;font-size:.875rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-header{border-bottom:1px solid #f1f5f9;margin-bottom:2rem;padding-bottom:2rem}.pricing-header h3{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-desc{color:#64748b;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.price{color:#0f172a;align-items:baseline;display:flex}.currency{margin-right:.25rem;font-size:1.5rem;font-weight:700}.amount{letter-spacing:-1px;font-size:3.5rem;font-weight:800;line-height:1}.period{color:#64748b;margin-left:.25rem;font-weight:500}.pricing-features{flex:1;margin:0 0 2rem;padding:0;list-style:none}.pricing-features li{color:#475569;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9375rem;line-height:1.5;display:flex}.check-icon{color:#10b981;font-weight:700}.checkout-container{grid-template-columns:2fr 1fr;gap:3rem;max-width:1000px;margin:0 auto;display:grid}.checkout-form-section,.order-summary{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:2.5rem;box-shadow:0 4px 6px -1px #0000000d}.checkout-form h3,.order-summary h3{color:#0f172a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.card-input-wrapper{position:relative}.card-icons{font-size:1.25rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.mt-4{margin-top:1.5rem}.secure-payment-note{text-align:center;color:#64748b;margin-top:1rem;font-size:.875rem}.summary-card{flex-direction:column;gap:1.5rem;display:flex}.summary-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding-bottom:1.5rem;display:flex}.summary-header h4{color:#0f172a;margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.summary-header p{color:#64748b;font-size:.875rem}.summary-price{color:#4f46e5;font-size:1.5rem;font-weight:700}.summary-features{color:#475569;margin:0;padding:0;font-size:.9375rem;list-style:none}.summary-features li{margin-bottom:.5rem}.summary-totals{border-top:1px solid #f1f5f9;flex-direction:column;gap:.75rem;padding-top:1.5rem;display:flex}.summary-row{color:#475569;justify-content:space-between;font-size:.9375rem;display:flex}.summary-row.total{color:#0f172a;border-top:1px dashed #cbd5e1;margin-top:.5rem;padding-top:.5rem;font-size:1.125rem;font-weight:700}.success-state{text-align:center;background:#fff;border:1px solid #f1f5f9;border-radius:24px;max-width:500px;margin:4rem auto;padding:4rem 2rem;box-shadow:0 10px 25px -5px #0000001a}.success-icon{margin-bottom:1.5rem;font-size:4rem;animation:2s infinite bounce}.success-state h1{color:#0f172a;margin-bottom:1rem;font-size:2rem;font-weight:800}.success-state p{color:#475569;margin-bottom:2.5rem;font-size:1.125rem}.success-actions{flex-direction:column;gap:1rem;display:flex}@media (max-width:1024px){.checkout-container{grid-template-columns:1fr}.pricing-card.recommended{transform:none}.pricing-card.recommended:hover{transform:translateY(-8px)}}.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.empty-state p{margin-bottom:1.5rem}.talent-pool-list{flex-direction:column;gap:1rem;display:flex}.talent-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;overflow:hidden;box-shadow:0 2px 4px #0000000a}.talent-card-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:background .15s;display:flex}.talent-card-header:hover{background:#f8fafc}.talent-info{align-items:center;gap:1rem;display:flex}.talent-avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#6366f1);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;font-weight:700;display:flex}.talent-name{color:#0f172a;margin:0 0 .2rem;font-size:1rem;font-weight:700}.talent-meta{color:#64748b;margin:0;font-size:.85rem}.talent-right{align-items:center;gap:1.5rem;display:flex}.talent-details{flex-direction:column;align-items:flex-end;gap:.25rem;display:flex}.talent-contact{color:#334155;font-size:.85rem;font-weight:500}.talent-date{color:#94a3b8;font-size:.8rem}.expand-arrow{color:#94a3b8;font-size:.75rem}.talent-expanded{background:#fafbfc;border-top:1px solid #f1f5f9;padding:1.5rem}.talent-section{margin-bottom:1.5rem}.talent-section:last-child{margin-bottom:0}.talent-section h4{color:#334155;margin:0 0 1rem;font-size:.95rem;font-weight:700}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.contact-item{flex-direction:column;gap:.25rem;display:flex}.contact-label{text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-size:.75rem;font-weight:600}.contact-value{color:#0f172a;font-size:.9rem;font-weight:500}.contact-link{color:#4f46e5;text-decoration:none}.contact-link:hover{text-decoration:underline}.answers-list{flex-direction:column;gap:1rem;display:flex}.answer-item{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1rem}.answer-label{color:#64748b;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:block}.answer-text{color:#0f172a;margin:0;font-size:.9rem;line-height:1.6}.answer-json{color:#334155;background:#f8fafc;border-radius:8px;margin:0;padding:.75rem;font-size:.8rem;overflow-x:auto}.answer-empty{color:#94a3b8;font-size:.85rem;font-style:italic}.profile-settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:800px;padding:2rem}.profile-settings-form{flex-direction:column;gap:1.25rem;display:flex}.profile-form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.profile-form-group{flex-direction:column;gap:.4rem;display:flex}.profile-form-group.full-width{grid-column:1/-1}.profile-form-group label{color:#334155;font-size:.85rem;font-weight:600}.profile-form-group textarea.input{resize:vertical;min-height:80px}.input-disabled{cursor:not-allowed;color:#94a3b8!important;background:#f1f5f9!important}.profile-form-actions{padding-top:.5rem}@media (max-width:640px){.profile-form-row{grid-template-columns:1fr}}.profile-danger-zone{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.profile-danger-zone h3{color:#334155;margin-bottom:1rem;font-size:1rem;font-weight:600}.btn-danger{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #dc2626;border-radius:8px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.btn-danger:hover{color:#fff;background:#dc2626}.rich-text-editor{border:2px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.editor-toolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem;display:flex}.toolbar-group{gap:.25rem;display:flex}.toolbar-btn{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:4px;justify-content:center;align-items:center;min-width:36px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.toolbar-btn:hover{border-color:var(--primary);color:var(--primary);background:#eff6ff}.toolbar-btn:active{background:var(--primary);color:#fff}.toolbar-divider{background:var(--border);width:1px;height:24px}.editor-content{min-height:200px;color:var(--text);outline:none;padding:1rem;font-size:1rem;line-height:1.6}.editor-content:focus{background:#fafafa}.editor-content h2{color:var(--text);margin:1rem 0 .5rem;font-size:1.5rem;font-weight:600}.editor-content h3{color:var(--text);margin:1rem 0 .5rem;font-size:1.25rem;font-weight:600}.editor-content p{margin:.5rem 0}.editor-content ul,.editor-content ol{margin:.5rem 0;padding-left:2rem}.editor-content li{margin:.25rem 0}.editor-content a{color:var(--primary);text-decoration:underline}.editor-content strong{font-weight:600}.editor-content em{font-style:italic}.editor-content u{text-decoration:underline}.simulation-builder{background:#f8fafc;flex-direction:column;height:100vh;display:flex}.builder-header{z-index:10;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 2.5rem;display:flex;box-shadow:0 1px 3px #0000000d}.builder-title{align-items:center;gap:1.5rem;display:flex}.builder-title h2{color:#0f172a;margin:0;font-size:1.5rem;font-weight:700}.builder-actions{gap:1rem;display:flex}.builder-content{flex:1;display:flex;overflow:hidden}.builder-sidebar{z-index:5;background:#fff;border-right:1px solid #e2e8f0;width:320px;padding:2rem;overflow-y:auto;box-shadow:1px 0 3px #0000000d}.sidebar-section{margin-bottom:2.5rem}.sidebar-section h3{color:#1e293b;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1.125rem;font-weight:700;display:flex}.section-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.section-header h3{margin:0}.form-group{margin-bottom:1.5rem}.form-group label{color:#475569;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.input,.textarea,.select{color:#1e293b;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:.9375rem;transition:all .2s}.input:focus,.textarea:focus,.select:focus{background:#fff;border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px #4f46e51a}.stages-list{flex-direction:column;gap:.75rem;display:flex}.stage-item{cursor:pointer;color:#334155;background:#f1f5f9;border:1px solid #0000;border-radius:10px;justify-content:space-between;align-items:center;padding:1rem;font-size:.9375rem;transition:all .2s;display:flex}.stage-item:hover{background:#e2e8f0}.stage-item.active{color:#4f46e5;background:#fff;border-color:#4f46e5;font-weight:600;box-shadow:0 4px 6px -1px #4f46e51a}.builder-main{background:#f8fafc;flex:1;padding:3rem;overflow-y:auto}.stage-editor{max-width:800px;margin:0 auto}.stage-editor-header{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:3rem;padding:2rem;box-shadow:0 4px 6px -1px #0000000d}.stage-title-input{color:#0f172a;background:0 0;border:1px solid #0000;border-bottom:2px solid #e2e8f0;border-radius:8px 8px 0 0;width:100%;padding:1rem 1.5rem;font-family:inherit;font-size:2rem;font-weight:800;transition:all .2s}.stage-title-input:hover{background:#f8fafc}.stage-title-input:focus{background:#f8fafc;border-bottom-color:#4f46e5;outline:none}.blocks-editor{flex-direction:column;gap:2rem;display:flex}.block-editor{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;transition:all .3s;position:relative;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d}.block-editor:hover{border-color:#cbd5e1;box-shadow:0 10px 15px -3px #0000001a}.block-editor-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.block-actions{gap:.5rem;display:flex}.block-actions .btn{color:#64748b;background:#f1f5f9;border:none;padding:.5rem}.block-actions .btn:hover{color:#0f172a;background:#e2e8f0}.block-actions .btn-danger{color:#ef4444}.block-actions .btn-danger:hover{background:#fee2e2}.block-type{color:#4f46e5;text-transform:uppercase;letter-spacing:.05em;background:#e0e7ff;border-radius:50px;padding:.5rem 1rem;font-size:.875rem;font-weight:700}.block-editor-content{flex-direction:column;gap:1.5rem;display:flex}.checkbox-label{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:inline-flex}.checkbox-label:hover{background:#f1f5f9}.checkbox-label input[type=checkbox]{cursor:pointer;accent-color:#4f46e5;width:1.25rem;height:1.25rem}.add-block-menu{text-align:center;background:#fff;border:2px dashed #cbd5e1;border-radius:16px;padding:2.5rem;transition:all .2s}.add-block-menu:hover{background:#f8fafc;border-color:#4f46e5}.add-block-menu h4{color:#475569;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600}.block-type-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.block-type-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.block-type-btn:hover{color:#fff;background:#4f46e5;border-color:#4f46e5;transform:translateY(-2px);box-shadow:0 4px 6px -1px #4f46e533}.builder-preview{background:var(--bg-secondary);flex-direction:column;height:100vh;display:flex}.preview-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.preview-header h2{margin:0;font-size:1.25rem}.preview-content{flex:1;display:flex;overflow:hidden}.preview-sidebar{border-right:1px solid var(--border);background:#fff;width:300px;padding:1rem;overflow-y:auto}.preview-stage-item{cursor:pointer;border-radius:8px;align-items:center;gap:1rem;margin-bottom:.5rem;padding:1rem;transition:background .2s;display:flex}.preview-stage-item:hover{background:var(--bg-secondary)}.preview-stage-item.active{border:2px solid var(--primary);background:#eff6ff}.preview-stage-item .stage-number{background:var(--bg-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-weight:600;display:flex}.preview-stage-item.active .stage-number{background:var(--primary);color:#fff}.preview-stage-item .stage-title{font-size:.875rem;font-weight:500}.preview-main{flex:1;padding:2rem;overflow-y:auto}.preview-main h1{margin-bottom:2rem;font-size:2rem}.preview-blocks{max-width:800px;margin:0 auto}.loading{height:100vh;color:var(--text-secondary);justify-content:center;align-items:center;font-size:1.25rem;display:flex}.feedback-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.feedback-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.feedback-header{text-align:center;padding:2.5rem 2rem 1rem}.feedback-header h2{color:#0f172a;margin-bottom:.5rem;font-size:1.5rem;font-weight:800}.feedback-header p{color:#64748b;font-size:.95rem}.feedback-body{flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:flex}.feedback-field label{color:#334155;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:block}.rating-stars{gap:.5rem;display:flex}.star-btn{color:#d1d5db;cursor:pointer;background:0 0;border:none;padding:0;font-size:2rem;transition:color .15s}.star-btn.active{color:#f59e0b}.ease-options{flex-wrap:wrap;gap:.5rem;display:flex}.ease-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s}.ease-btn.active{color:#4f46e5;background:#eef2ff;border-color:#4f46e5}.feedback-actions{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;display:flex}.admin-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{margin-bottom:2rem}.page-header h1{margin-bottom:.5rem;font-size:2rem}.page-subtitle{color:var(--text-secondary);margin:0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.stat-value{color:var(--primary);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.stat-label{color:var(--text-secondary);font-size:.875rem}.quick-actions h2{margin-bottom:1.5rem;font-size:1.5rem}.action-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.action-card{color:inherit;background:#fff;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #00000014}.action-card:hover{text-decoration:none;transform:translateY(-4px);box-shadow:0 4px 16px #0000001f}.action-icon{margin-bottom:1rem;font-size:2.5rem}.action-card h3{margin-bottom:.5rem;font-size:1.25rem}.action-card p{color:var(--text-secondary);margin:0}.templates-list{flex-direction:column;gap:1.5rem;display:flex}.template-item{background:#fff;border-radius:12px;justify-content:space-between;align-items:flex-start;padding:1.5rem;display:flex;box-shadow:0 2px 8px #00000014}.template-info{flex:1}.template-info h3{margin-bottom:.5rem;font-size:1.25rem}.template-info p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.template-meta{flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.meta-item{color:var(--text-secondary)}.meta-item strong{color:var(--text)}.template-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{background:var(--bg-secondary);color:var(--text-secondary);border-radius:6px;padding:.25rem .75rem;font-size:.875rem}.template-actions{gap:.75rem;display:flex}.review-list{flex-direction:column;gap:1.5rem;display:flex}.review-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.review-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.review-header h3{margin-bottom:.5rem;font-size:1.25rem}.company-badge{background:var(--bg-secondary);color:var(--text-secondary);border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.difficulty-badge{border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.difficulty-badge.beginner{color:#166534;background:#dcfce7}.difficulty-badge.intermediate{color:#92400e;background:#fef3c7}.difficulty-badge.advanced{color:#991b1b;background:#fee2e2}.review-description{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.review-meta{color:var(--text-secondary);gap:1.5rem;margin-bottom:1rem;font-size:.875rem;display:flex}.review-details{background:var(--bg-secondary);border-radius:8px;margin-bottom:1rem;padding:1rem}.review-details strong{color:var(--text);margin-bottom:.5rem;display:block}.review-details ul{margin:0;padding-left:1.5rem}.review-details li{color:var(--text-secondary);margin-bottom:.25rem}.review-actions{gap:.75rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{border:2px solid var(--border);color:var(--text);background:#fff}.btn-outline:hover{border-color:var(--primary);color:var(--primary)}.btn-success{background:var(--success);color:#fff}.btn-success:hover{background:#059669}.btn-danger{background:var(--danger);color:#fff}.btn-danger:hover{background:#dc2626}.empty-state{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:4rem 2rem}@keyframes fadeSlideIn{0%{opacity:0;filter:blur(4px);transform:translateY(12px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes slideRightIn{0%{opacity:0;filter:blur(8px);transform:translate(40px)}to{opacity:1;filter:blur();transform:translate(0)}}@keyframes testimonialIn{0%{opacity:0;filter:blur(4px);transform:translateY(16px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.animate-element{opacity:0;filter:blur(4px);animation:.6s forwards fadeSlideIn;transform:translateY(12px)}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.animate-delay-600{animation-delay:.6s}.animate-delay-700{animation-delay:.7s}.animate-delay-800{animation-delay:.8s}.animate-delay-900{animation-delay:.9s}.animate-slide-right{opacity:0;filter:blur(8px);animation:.8s forwards slideRightIn;transform:translate(40px)}.animate-testimonial{opacity:0;filter:blur(4px);animation:.6s forwards testimonialIn;transform:translateY(16px)scale(.96)}.animate-delay-1000{animation-delay:1s}.animate-delay-1200{animation-delay:1.2s}.animate-delay-1400{animation-delay:1.4s}.auth-page{background:#fff;flex-direction:row;width:100%;height:calc(100dvh - 3.5rem);display:flex;overflow:hidden}@media (min-width:769px){.auth-page{height:calc(100dvh - 3rem)}}.auth-form-section{flex:1;justify-content:center;align-items:center;padding:2.5rem;display:flex}.auth-form-wrapper{flex-direction:column;gap:1.75rem;width:100%;max-width:440px;display:flex}.auth-title{color:#0f172a;letter-spacing:-.02em;font-size:2.75rem;font-weight:600;line-height:1.1}.auth-title .title-light{font-weight:300}.auth-subtitle{color:#64748b;font-size:1rem;line-height:1.5}.glass-input-wrapper{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a08;border:1px solid #e2e8f0;border-radius:1rem;transition:all .2s}.glass-input-wrapper:focus-within{background:#8b5cf60d;border-color:#8b5cf680}.glass-input-wrapper input{color:#0f172a;background:0 0;border:none;border-radius:1rem;outline:none;width:100%;padding:1rem 1.25rem;font-size:.9375rem}.glass-input-wrapper input::placeholder{color:#94a3b8}.glass-input-wrapper .password-input-container{position:relative}.glass-input-wrapper .password-input-container input{padding-right:3rem}.password-toggle{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:0;bottom:0;right:.75rem}.password-toggle:hover{color:#0f172a}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.auth-form .form-field{flex-direction:column;gap:.5rem;display:flex}.auth-form .form-field label{color:#64748b;font-size:.875rem;font-weight:500}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}.form-options{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.remember-me{cursor:pointer;color:#0f172ae6;align-items:center;gap:.75rem;display:flex}.remember-me input[type=checkbox]{accent-color:#8b5cf6;cursor:pointer;width:1rem;height:1rem}.reset-password-link{color:#8b5cf6;cursor:pointer;background:0 0;border:none;font-size:.875rem;text-decoration:none;transition:all .2s}.reset-password-link:hover{text-decoration:underline}.auth-submit-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:1rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.auth-submit-btn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.auth-divider{justify-content:center;align-items:center;display:flex;position:relative}.auth-divider:before{content:"";border-top:1px solid #e2e8f0;width:100%;position:absolute}.auth-divider span{color:#94a3b8;z-index:1;background:#fff;padding:0 1rem;font-size:.875rem;position:relative}.google-btn{color:#0f172a;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:1rem;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1rem;font-size:.9375rem;font-weight:500;transition:all .2s;display:flex}.google-btn:hover{background:#f8fafc}.google-btn svg{width:1.25rem;height:1.25rem}.auth-footer-text{text-align:center;color:#64748b;font-size:.875rem}.auth-footer-text a{color:#8b5cf6;font-weight:500;text-decoration:none;transition:all .2s}.auth-footer-text a:hover{text-decoration:underline}.error-message{color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:.9375rem;display:flex}.error-icon{flex-shrink:0;font-size:1.25rem}.auth-hero-section{flex:1;padding:1rem;display:block;position:relative}.auth-hero-image{background-position:50%;background-size:cover;border-radius:1.5rem;position:absolute;inset:1rem;overflow:hidden}.auth-hero-image:after{content:"";background:linear-gradient(#0000 0%,#0000001a 50%,#0009 100%);position:absolute;inset:0}.auth-testimonials{z-index:2;justify-content:center;gap:1rem;width:100%;padding:0 2rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.testimonial-card{-webkit-backdrop-filter:blur(16px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:1.5rem;flex-shrink:0;align-items:flex-start;gap:.75rem;width:240px;padding:1.25rem;display:flex}.testimonial-card img{object-fit:cover;border-radius:.75rem;flex-shrink:0;width:2.5rem;height:2.5rem}.testimonial-info{font-size:.8125rem;line-height:1.4}.testimonial-name{color:#fff;font-weight:600}.testimonial-handle{color:#fff9}.testimonial-text{color:#fffc;margin-top:.25rem}.auth-role-badge{letter-spacing:.05em;text-transform:uppercase;border-radius:50px;margin-bottom:1rem;padding:.3rem 1rem;font-size:.8rem;font-weight:700;display:inline-block}.company-badge{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.auth-confirmation{background:#fff;justify-content:center;align-items:center;width:100%;height:calc(100dvh - 3.5rem);padding:2rem;display:flex}.auth-confirmation-card{text-align:center;max-width:480px;padding:3rem}.auth-confirmation-card .confirmation-icon{margin-bottom:1.5rem;font-size:3.5rem}.auth-confirmation-card h1{color:#0f172a;margin-bottom:.75rem;font-size:1.75rem;font-weight:700}.auth-confirmation-card p{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.auth-confirmation-card .btn-go-signin{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:1rem;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.auth-confirmation-card .btn-go-signin:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}@media (max-width:968px){.auth-hero-section{display:none}.auth-page{height:auto;min-height:calc(100dvh - 3.5rem)}.auth-form-section{padding:2rem 1.5rem}.auth-title{font-size:2rem}}@media (max-width:640px){.auth-form-section{padding:1.5rem 1rem}.auth-title{font-size:1.75rem}.form-row{grid-template-columns:1fr}}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (max-width:768px){html{font-size:85%}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{min-height:100vh}button{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none;transition:all .2s}.page-wrapper,.page-wrapper.fadeIn{animation:.4s ease-in-out fadeInPage}.page-wrapper.fadeOut{animation:.2s ease-in-out fadeOutPage}@keyframes fadeInPage{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutPage{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}button,input,select,textarea{transition:all .2s}[class*=card]:not([class*=no-hover]){transition:transform .3s,box-shadow .3s}a:not(.no-animation){position:relative}.preload *{transition:none!important;animation-duration:0s!important}
