: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:6px;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.language-button:hover{background:#f9fafb;border-color:#d1d5db}.globe-icon{font-size:1.125rem;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}}.navbar{z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 1px 3px #0000001a}.navbar-container{justify-content:space-between;align-items:center;max-width:1280px;height:70px;margin:0 auto;padding:0 2rem;display:flex}.navbar-logo{color:#2563eb;font-size:1.5rem;font-weight:700;text-decoration:none;transition:color .2s}.navbar-logo:hover{color:#1d4ed8}.navbar-menu{align-items:center;gap:2rem;display:flex}.navbar-link{color:#4b5563;padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.navbar-link:after{content:"";background:#667eea;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.navbar-link:hover{color:#667eea}.navbar-link:hover:after{width:100%}.navbar-link.active{color:#667eea}.navbar-link.active:after{width:100%}.navbar-right{align-items:center;gap:1.5rem;display:flex}.navbar-actions{align-items:center;gap:1rem;display:flex}.btn-signin{color:#4b5563;background:0 0;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.btn-signin:hover{color:#1f2937;background:#f3f4f6}.btn-signup{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #667eea40}.btn-signup:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea59}@media (max-width:1024px){.navbar-menu{gap:1.25rem}.navbar-link{font-size:.875rem}}@media (max-width:768px){.navbar-container{height:60px;padding:0 1rem}.navbar-menu{display:none}.navbar-right{gap:.75rem}.navbar-actions{gap:.5rem}.btn-signin,.btn-signup{padding:.4rem 1rem;font-size:.85rem}.navbar-logo{font-size:1.25rem}}.footer{color:#d1d5db;background:#111827;margin-top:auto;padding:3rem 0 1.5rem}.footer-container{max-width:1280px;margin:0 auto;padding:0 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:2.5rem;display:grid}.footer-section h3{color:#fff;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.footer-section h4{color:#fff;margin-bottom:1rem;font-size:1rem;font-weight:600}.footer-logo{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.footer-description{color:#9ca3af;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.footer-social{gap:1rem;display:flex}.footer-social a{color:#9ca3af;background:#1f2937;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.footer-social a:hover{color:#fff;background:#3b82f6;transform:translateY(-2px)}.footer-section ul{margin:0;padding:0;list-style:none}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#9ca3af;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-section ul li a:hover{color:#3b82f6}.footer-contact li{color:#9ca3af;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.footer-contact svg{color:#6b7280;flex-shrink:0}.footer-contact a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-contact a:hover{color:#3b82f6}.footer-bottom{border-top:1px solid #374151;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.footer-bottom p{color:#6b7280;margin:0;font-size:.9rem}.footer-links{gap:2rem;display:flex}.footer-links a{color:#6b7280;font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#3b82f6}@media (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-bottom{text-align:center;flex-direction:column}.footer-links{flex-direction:column;gap:.5rem}}.landing{background:#fff;flex-direction:column;min-height:100vh;display:flex}.landing-main{flex:1}.hero{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem 8rem;position:relative;overflow:hidden}.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}.hero-container{text-align:center;z-index:1;max-width:1200px;margin:0 auto;position:relative}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;animation:.6s ease-out fadeInDown;display:inline-block}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-title{margin-bottom:1.5rem;font-size:4.5rem;font-weight:900;line-height:1.1;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(90deg,#fbbf24,#f59e0b);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{opacity:.95;max-width:800px;margin:0 auto 3rem;font-size:1.375rem;line-height:1.7;animation:.8s ease-out .4s both fadeInUp}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:4rem;animation:.8s ease-out .6s both fadeInUp;display:flex}.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:#f9fafb;border-bottom:1px solid #e5e7eb;padding:4rem 2rem}.partners-label{text-align:center;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.875rem;font-weight:600}.partners-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));align-items:center;gap:2rem;max-width:1200px;margin:0 auto;display:grid}.partner-logo{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;transition:all .3s;display:flex}.partner-logo:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.partner-icon{font-size:2.5rem}.partner-name{color:#1f2937;font-size:.875rem;font-weight:600}.how-it-works-section{background:#fff;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-subtitle{color:#6b7280;max-width:600px;margin:0 auto;font-size:1.25rem}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto;display:grid}.step-card{text-align:center;background:#f9fafb;border:2px solid #0000;border-radius:16px;padding:3rem 2rem;transition:all .3s;position:relative}.step-card:hover{background:#fff;border-color:#667eea;transform:translateY(-8px);box-shadow:0 20px 40px #667eea26}.step-icon{margin-bottom:1rem;font-size:3.5rem}.step-number{color:#e5e7eb;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;right:1.5rem}.step-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.step-card p{color:#6b7280;line-height:1.7}.benefits{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:6rem 2rem}.benefits-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.benefits-content h2{margin-bottom:2.5rem;font-size:2.5rem;font-weight:800}.benefits-list{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.benefit-item{align-items:flex-start;gap:1rem;display:flex}.benefit-check{background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.125rem;font-weight:700;display:flex}.benefit-item h4{margin-bottom:.25rem;font-size:1.125rem;font-weight:600}.benefit-item p{opacity:.9;font-size:.9375rem;line-height:1.6}.benefits-visual{gap:1.5rem;display:grid}.visual-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:2rem;transition:all .3s}.visual-card:hover{background:#ffffff26;transform:translate(10px)}.visual-icon{margin-bottom:1rem;font-size:2.5rem}.visual-card h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.visual-card p{opacity:.9;font-size:.9375rem}.testimonials{background:#f9fafb;padding:6rem 2rem}.testimonial-card{background:#fff;border:2px solid #0000;border-radius:16px;padding:2.5rem;transition:all .3s;box-shadow:0 4px 12px #0000000d}.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-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;padding:6rem 2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.stat-card{text-align:center;background:#f9fafb;border:2px solid #0000;border-radius:16px;padding:2.5rem 2rem;transition:all .3s}.stat-card:hover{background:#fff;border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 30px #667eea1a}.stat-number{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3.5rem;font-weight:900}.stat-label{color:#1f2937;margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.stat-description{color:#6b7280;font-size:.875rem}.cta{color:#fff;background:linear-gradient(135deg,#1f2937 0%,#111827 100%);padding:6rem 2rem;position:relative;overflow:hidden}.cta:before{content:"";background:radial-gradient(circle,#667eea4d 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}.section-title{font-size:2.25rem}.section-subtitle{font-size:1.0625rem}.steps-grid{grid-template-columns:1fr}.benefits-content h2{font-size:2rem}.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.cta-title{font-size:2.25rem}.cta-subtitle{font-size:1.0625rem}.partners-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-title{font-size:2.25rem}.stats-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column;width:100%}.btn-lg{justify-content:center;width:100%}}.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}.hero-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.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}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;display:grid}.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}.benefit-icon{margin-bottom:1rem;font-size:3rem}.benefit-card h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.benefit-card p{color:#6b7280;font-size:1rem;line-height:1.6}.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-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #0000000d}.testimonial-text{color:#374151;margin-bottom:1.5rem;font-size:1.125rem;font-style:italic;line-height:1.7}.testimonial-author{flex-direction:column;gap:.25rem;display:flex}.testimonial-author strong{color:#1f2937;font-weight:600}.testimonial-author span{color:#6b7280;font-size:.875rem}.cta-section{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:5rem 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}.btn-lg{padding:1rem 2rem;font-size:1.125rem}@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}}.layout{background:#f9fafb;flex-direction:column;min-height:100vh;display:flex}.main-content{flex-direction:column;flex:1;width:100%;display:flex}.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}.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-y:auto}.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}.player-controls{border-top:1px solid var(--border);background:#fff;justify-content:space-between;padding:1.5rem 2rem;display:flex;position:sticky;bottom:0}.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:16px;max-width:600px;padding:3rem}.completion-badge{background:var(--success);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 2rem;font-size:3rem;display:flex}.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}.completion-certificate{background:linear-gradient(135deg,#fdfcfb 0%,#e2d1c3 100%);border:3px solid #d4af37;border-radius:12px;margin:2rem 0;padding:2rem}.certificate-header{color:#8b4513;text-transform:uppercase;letter-spacing:2px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.certificate-body p{color:var(--text-secondary);margin:.5rem 0}.certificate-body h3{color:var(--text);margin:1rem 0;font-size:1.5rem}.certificate-body h4{color:var(--primary);margin:1rem 0;font-size:1.25rem}.certificate-date{margin-top:1rem;font-style:italic}.completion-actions{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.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}.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}.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-block{width:100%}.empty-state{text-align:center;color:var(--text-secondary);padding:4rem 2rem}.empty-state p{margin-bottom:1.5rem}.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:var(--bg-secondary);flex-direction:column;height:100vh;display:flex}.builder-header{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.builder-title{align-items:center;gap:1rem;display:flex}.builder-title h2{margin:0;font-size:1.25rem}.builder-actions{gap:.75rem;display:flex}.builder-content{flex:1;display:flex;overflow:hidden}.builder-sidebar{border-right:1px solid var(--border);background:#fff;width:300px;padding:1.5rem;overflow-y:auto}.sidebar-section{margin-bottom:2rem}.sidebar-section h3{margin-bottom:1rem;font-size:1rem}.section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.section-header h3{margin:0}.form-group{margin-bottom:1rem}.form-group label{color:var(--text);margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.input,.textarea,.select{border:2px solid var(--border);border-radius:6px;width:100%;padding:.5rem;font-family:inherit;font-size:.875rem;transition:border-color .2s}.input:focus,.textarea:focus,.select:focus{border-color:var(--primary);outline:none}.stages-list{flex-direction:column;gap:.5rem;display:flex}.stage-item{cursor:pointer;border-radius:6px;justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;transition:background .2s;display:flex}.stage-item:hover{background:var(--bg-secondary)}.stage-item.active{border:2px solid var(--primary);background:#eff6ff;font-weight:600}.builder-main{flex:1;padding:2rem;overflow-y:auto}.stage-editor{max-width:900px;margin:0 auto}.stage-editor-header{margin-bottom:2rem}.stage-title-input{border:2px solid var(--border);border-radius:8px;width:100%;padding:1rem;font-family:inherit;font-size:1.5rem;font-weight:600}.stage-title-input:focus{border-color:var(--primary);outline:none}.blocks-editor{flex-direction:column;gap:1.5rem;display:flex}.block-editor{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #00000014}.block-editor-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.block-actions{gap:.25rem;display:flex}.block-type{color:var(--primary);text-transform:uppercase;font-size:.875rem;font-weight:600}.block-editor-content{flex-direction:column;gap:1rem;display:flex}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer}.add-block-menu{border:2px dashed var(--border);background:#fff;border-radius:12px;padding:1.5rem}.add-block-menu h4{color:var(--text-secondary);margin-bottom:1rem;font-size:1rem}.block-type-buttons{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.block-type-btn{background:var(--bg-secondary);border:2px solid var(--border);cursor:pointer;border-radius:8px;padding:.75rem;font-size:.875rem;font-weight:600;transition:all .2s}.block-type-btn:hover{border-color:var(--primary);color:var(--primary);background:#eff6ff}.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}.info-banner{color:#92400e;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;margin-bottom:2rem;padding:1rem 1.5rem;font-weight:500}.analytics-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 2px 8px #00000014}.analytics-section h2{margin-bottom:.5rem;font-size:1.5rem}.section-subtitle{color:var(--text-secondary);margin-bottom:1.5rem}.dropoff-chart{flex-direction:column;gap:1rem;display:flex}.dropoff-row{align-items:center;gap:1rem;display:flex}.dropoff-label{align-items:center;gap:.75rem;min-width:250px;display:flex}.stage-number{background:var(--primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:600;display:flex}.stage-name{color:var(--text);font-weight:500}.dropoff-bar-container{background:var(--bg-secondary);border-radius:8px;flex:1;height:40px;position:relative;overflow:hidden}.dropoff-bar{background:linear-gradient(90deg, var(--primary), var(--primary-dark));align-items:center;height:100%;padding:0 1rem;transition:width .3s;display:flex}.dropoff-value{color:#fff;white-space:nowrap;font-size:.875rem;font-weight:600}.candidates-table{overflow-x:auto}.candidates-table table{border-collapse:collapse;width:100%}.candidates-table th{background:var(--bg-secondary);text-align:left;color:var(--text);border-bottom:2px solid var(--border);padding:1rem;font-weight:600}.candidates-table td{border-bottom:1px solid var(--border);padding:1rem}.candidates-table tr:last-child td{border-bottom:none}.candidates-table tr:hover{background:var(--bg-secondary)}.score-badge{border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:600;display:inline-block}.score-badge.high{color:#166534;background:#dcfce7}.score-badge.medium{color:#92400e;background:#fef3c7}.opt-badge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.opt-badge.opted-in{color:#166534;background:#dcfce7}.opt-badge.opted-out{background:var(--bg-secondary);color:var(--text-secondary)}.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.metric-card{background:var(--bg-secondary);text-align:center;border-radius:12px;padding:1.5rem}.metric-icon{margin-bottom:.75rem;font-size:2rem}.metric-value{color:var(--primary);margin-bottom:.5rem;font-size:2rem;font-weight:700}.metric-label{color:var(--text-secondary);font-size:.875rem}.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}*{box-sizing:border-box}html{scroll-behavior:smooth}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}
