.nav-container{display:flex;justify-content:space-between;align-items:center;padding:.5rem 2rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:100;width:100%;height:60px}.logo-container{position:relative;height:60px;display:flex;align-items:center}.logo{position:absolute;top:calc(50% + 13px);transform:translateY(-50%);text-decoration:none;display:flex;align-items:center;height:100%}.logo-squares{width:35px;height:35px;margin-right:8px;display:block}.logo-text{font-size:1.3rem;font-weight:700;color:#004d40;display:flex;align-items:center}.logo-accent{color:#00bfa5}.main-content{padding-top:1rem}.desktop-nav{display:flex;align-items:center;gap:1.5rem;height:100%}.nav-link{text-decoration:none;color:#333;font-weight:500;padding:.4rem;transition:color .3s;display:flex;align-items:center;height:100%}.nav-link:hover{color:#00bfa5}.auth-buttons{display:flex;gap:1rem}.login-button{padding:.5rem 1rem;border:1px solid #00BFA5;border-radius:4px;color:#00bfa5}.login-button:hover{background-color:#00bfa51a}.register-button{padding:.5rem 1rem;background-color:#00bfa5;border-radius:4px;color:#fff}.register-button:hover{background-color:#008e76}.user-menu{display:flex;align-items:center;gap:1rem}.dropdown{position:relative;display:inline-block}.dropdown-button{background-color:transparent;border:none;cursor:pointer;font-weight:500;padding:.5rem}.dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:160px;box-shadow:0 8px 16px #0000001a;border-radius:4px;z-index:1}.dropdown:hover .dropdown-content{display:block}.dropdown-item{color:#333;padding:12px 16px;text-decoration:none;display:block;text-align:left;border:none;background:none;width:100%;cursor:pointer}.dropdown-item:hover{background-color:#f9f9f9;color:#00bfa5}.logout-button{color:#d32f2f;cursor:pointer;background:none;border:none;font-weight:500;padding:12px 16px;width:100%;text-align:left}.logout-button:hover{background-color:#d32f2f1a}.mobile-menu-button{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#004d40}.mobile-nav{position:absolute;top:60px;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px #0000001a;z-index:99}@media (max-width: 768px){.desktop-nav{display:none}.mobile-menu-button{display:block}.mobile-nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;right:0;background-color:#fff;box-shadow:0 4px 6px #0000001a;padding:1rem;gap:1rem}.mobile-nav .nav-link{padding:.75rem 0}.mobile-nav .logout-button{width:100%;text-align:left;padding:.75rem 0}}.footer{background-color:#f8f9fa;border-top:1px solid #e9ecef;padding-top:3rem;color:#495057}.footer-content{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;padding:0 2rem 2rem}.footer-logo{display:flex;align-items:center;margin-bottom:1rem;text-decoration:none}.footer-logo-squares{margin-right:8px}.footer-section{margin-bottom:2rem;min-width:200px}.footer-section:first-child{flex:1;max-width:400px}.footer-links-container{display:flex;flex-wrap:wrap;gap:2rem}.footer-logo{display:inline-block;margin-bottom:1rem;text-decoration:none}.footer-logo-text{font-size:1.5rem;font-weight:700;color:#004d40}.footer-logo-accent{color:#00bfa5}.footer-description{line-height:1.6;color:#6c757d}.footer-section h3{font-size:1.2rem;font-weight:600;margin-bottom:1rem;color:#004d40}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{text-decoration:none;color:#6c757d;transition:color .3s}.footer-links a:hover{color:#00bfa5}.footer-bottom{background-color:#f1f3f5;padding:1.5rem 2rem;text-align:center;border-top:1px solid #e9ecef}.footer-bottom p{margin:.5rem 0;font-size:.9rem;color:#6c757d}@media (max-width: 768px){.footer-content{flex-direction:column}.footer-links-container{width:100%;justify-content:space-between}.footer-section{margin-right:0}}@media (max-width: 576px){.footer-links-container{flex-direction:column;gap:1.5rem}}.home-container{max-width:100%;overflow-x:hidden}.email-signup-container{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center;margin-left:2rem}.email-signup-card{background:#fff;border-radius:10px;box-shadow:0 8px 20px #0000001a;padding:25px;width:100%;border-left:4px solid #00BFA5}.email-signup-card h3{color:#004d40;margin-top:0;margin-bottom:.5rem;font-size:1.4rem}.email-signup-card p{color:#555;margin-bottom:15px}.signup-form{display:flex;flex-direction:column;gap:12px}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.9rem;margin-bottom:3px;color:#444}.form-group input{padding:10px 15px;border:1px solid #ccc;border-radius:4px;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#00bfa5;outline:none;box-shadow:0 0 0 2px #00bfa51a}.error-message{color:#d32f2f;font-size:.85rem;margin-top:5px;margin-bottom:0}.privacy-note{margin-top:15px;font-size:.8rem;color:#777;text-align:center}.signup-success{display:flex;flex-direction:column;align-items:center;text-align:center}.success-icon{background-color:#00bfa5;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:15px}@media (max-width: 900px){.hero-section{flex-direction:column}.email-signup-container{margin-top:20px;max-width:100%}}.hero-section{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:60vh;background:linear-gradient(135deg,#f8fbff,#f0f7ff);flex-wrap:wrap;gap:2rem}.hero-content{flex:1 1 50%;min-width:300px;max-width:600px}.hero-content h1{font-size:3.5rem;font-weight:700;display:inline;margin:0;color:#004d40}.hero-content h2{font-size:2rem;font-weight:500;margin-bottom:1rem;color:#00bfa5}.logo-container{display:flex;align-items:center;margin-bottom:.75rem}.logo-svg{margin-right:15px}.accent-text{color:#00bfa5}.hero-content p{font-size:1.2rem;line-height:1.5;margin-bottom:1.5rem;color:#333}.hero-buttons{display:flex;gap:1rem}.primary-button{display:inline-block;padding:.65rem 1.5rem;background-color:#00bfa5;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.primary-button:hover{background-color:#008e76}.secondary-button{display:inline-block;padding:.65rem 1.5rem;background-color:transparent;color:#00bfa5;text-decoration:none;border:1px solid #00BFA5;border-radius:4px;font-weight:500;transition:background-color .3s}.secondary-button:hover{background-color:#00bfa51a}.hero-image{flex:1 1 55%;display:flex;justify-content:center;align-items:center;min-width:400px}.hero-svg{width:100%;max-width:750px;height:auto}.features-section{padding:4rem 2rem;background-color:#fff;text-align:center}.features-section h2{font-size:2.5rem;margin-bottom:3rem;color:#004d40}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.feature-card{background-color:#f8fbff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;margin-bottom:1rem;color:#004d40}.feature-card p{line-height:1.5;color:#555}.research-section{padding:4rem 2rem;background-color:#f0f7ff;text-align:center}.research-section h2{font-size:2.5rem;margin-bottom:3rem;color:#004d40}.research-container{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:1200px;margin:0 auto 3rem}.research-card{background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000000d;max-width:500px;flex:1 1 400px;text-align:left;display:flex;flex-direction:column}.research-card h3{font-size:1.25rem;color:#004d40;margin-bottom:.5rem}.research-status{display:inline-block;background-color:#e8f5e9;color:#2e7d32;padding:.25rem .75rem;border-radius:4px;font-size:.85rem;font-weight:500;margin-bottom:1rem}.research-card h4{font-size:1.4rem;margin-bottom:1rem;color:#333;line-height:1.3}.research-card p{margin-bottom:1.25rem;color:#555;line-height:1.6}.research-meta{margin-top:auto;display:flex;flex-direction:column;gap:.5rem}.research-detail{font-size:.9rem;color:#666}.contact-research{margin-top:auto}.research-link{color:#00bfa5;text-decoration:none;font-weight:500;display:inline-block;padding:.5rem 0;transition:color .3s}.research-link:hover{color:#008e76;text-decoration:underline}.methodology-note{max-width:800px;margin:0 auto;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000000d;text-align:left}.methodology-note h3{font-size:1.3rem;color:#004d40;margin-bottom:1rem}.methodology-note p{color:#555;line-height:1.6}@media (max-width: 768px){.research-section h2{font-size:2rem}.research-card{padding:1.5rem}.research-card h4{font-size:1.2rem}.methodology-note{padding:1.5rem}}.cta-section{padding:4rem 2rem;background-color:#004d40;color:#fff;text-align:center}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto}.cta-section .primary-button{background-color:#fff;color:#004d40;font-size:1.1rem;padding:1rem 2rem}.cta-section .primary-button:hover{background-color:#f0f0f0}@media (max-width: 1200px){.hero-section{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.hero-content{flex:1 1 100%;padding-right:0;text-align:center;margin-bottom:0;max-width:100%}.email-signup-container{margin-left:0;max-width:550px}.hero-image{flex:1 1 100%}.hero-buttons{justify-content:center}.features-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}.hero-content h2{font-size:1.5rem}.testimonials-container{flex-direction:column;align-items:center}}.about-container{width:100%}.about-hero{background:linear-gradient(135deg,#004d40,#00bfa5);color:#fff;padding:5rem 2rem;text-align:center}.about-hero-content{max-width:800px;margin:0 auto}.about-hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.about-hero .subtitle{font-size:1.5rem;opacity:1;color:#fff!important}.about-section{padding:5rem 2rem}.about-section.alternate{background-color:#f8fbff}.about-wrapper{max-width:1200px;margin:0 auto}.about-section h2{font-size:2.5rem;color:#004d40;text-align:center;margin-bottom:2.5rem}.about-section p{font-size:1.1rem;line-height:1.7;color:#4b5563;max-width:800px;margin:0 auto}.about-process{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem}.process-item{flex:1;min-width:250px;max-width:300px;text-align:center}.process-icon{width:60px;height:60px;border-radius:50%;background-color:#00bfa5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;margin:0 auto 1.5rem}.process-item h3{font-size:1.25rem;color:#00363c;margin-bottom:1rem}.process-item p{font-size:1rem}.learning-modes{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.mode-card{flex:1;min-width:300px;max-width:500px;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;padding:2rem;transition:transform .3s,box-shadow .3s}.mode-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.mode-card h3{font-size:1.5rem;color:#004d40;margin-bottom:1rem}.mode-card p{font-size:1rem;line-height:1.6}.science-list{max-width:800px;margin:2rem auto 0;padding-left:1.5rem}.science-list li{margin-bottom:1rem;padding-left:.5rem;font-size:1.05rem;line-height:1.6;color:#4b5563}.science-list li strong{color:#004d40}.about-section.creator{background-color:#fff}.creator-content{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;justify-content:center;margin-top:2rem}.creator-image{flex:1;min-width:250px;max-width:300px}.placeholder-image{width:100%;aspect-ratio:1;background-color:#e5e7eb;border-radius:50%}.creator-bio{flex:2;min-width:300px}.creator-bio h3{font-size:1.8rem;color:#004d40;margin-bottom:.5rem}.creator-title{font-size:1.1rem;color:#00bfa5;margin-bottom:1.5rem}.creator-bio p{margin-bottom:1rem;text-align:left}.about-cta{background-color:#004d40;color:#fff;padding:4rem 2rem;text-align:center}.about-cta h2{color:#fff;margin-bottom:1rem}.about-cta p{color:#ffffffe6;font-size:1.2rem;margin-bottom:2rem}.bio-name{margin-left:0;padding-left:0;text-align:left}.creator-bio h3,.creator-bio p{margin-left:0;padding-left:0}.creator-photo{width:100%;height:auto;border-radius:50%;box-shadow:0 4px 8px #0000001a;border:3px solid #00BFA5}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.about-hero h1{font-size:2.5rem}.subtitle{font-size:1.2rem}.about-section h2{font-size:2rem}.creator-content{flex-direction:column}.creator-image{order:1}.creator-bio{order:2}}.case-progress-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000d;padding:10px 15px;margin-bottom:12px}.phase-steps{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.phase-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.phase-step-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem;color:#6c757d;background-color:#f1f3f5;border:2px solid #ced4da;margin-bottom:4px;transition:all .3s ease}.phase-step-label{font-size:12px;font-weight:500;color:#6c757d;transition:color .3s ease}.phase-step.completed .phase-step-circle{background-color:#00bfa5;border-color:#00bfa5;color:#fff}.phase-step.active .phase-step-circle{background-color:#fff;border-color:#00bfa5;color:#00bfa5;transform:scale(1.1)}.phase-step.completed .phase-step-label,.phase-step.active .phase-step-label{color:#004d40;font-weight:600}.phase-connector{flex-grow:1;height:2px;background-color:#ced4da;margin:0 10px 26px;z-index:1}.phase-connector.completed{background-color:#00bfa5}.phase-progress{padding-top:6px}.phase-progress-label{display:flex;justify-content:space-between;margin-bottom:4px;font-size:.85rem}.current-phase{font-weight:600;color:#004d40}.question-counter{color:#6c757d}.progress-bar-container{width:100%;height:6px;background-color:#e9ecef;border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background-color:#00bfa5;border-radius:4px;transition:width .5s ease}@media (max-width: 576px){.phase-step-label{font-size:12px}.phase-step-circle{width:30px;height:30px}.phase-connector{margin-bottom:27px}}.simulator-container{max-width:100%;padding-bottom:4rem}.simulator-header{text-align:center;padding:3rem 2rem;background-color:#f0f7ff;border-bottom:1px solid #e1e9f8}.simulator-header h1{font-size:2.5rem;color:#004d40;margin-bottom:1rem}.simulator-header p{font-size:1.2rem;color:#6c757d;max-width:700px;margin:0 auto 1.5rem}.user-greeting{font-size:1.1rem;color:#00bfa5;font-weight:500}.simulator-wrapper{max-width:1200px;margin:0 auto;padding:2rem}.simulator-info{max-width:1200px;margin:3rem auto 0;padding:0 2rem}.simulator-info h2{text-align:center;font-size:2rem;color:#004d40;margin-bottom:2.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.info-card{background-color:#f8fbff;border-radius:8px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:transform .3s,box-shadow .3s}.info-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.info-icon{font-size:2.5rem;margin-bottom:1rem;text-align:center}.info-card h3{font-size:1.3rem;color:#004d40;margin-bottom:1rem;text-align:center}.info-card p{font-size:1rem;line-height:1.6;color:#495057}.simulator-signup{background-color:#004d40;color:#fff;padding:3rem 2rem;text-align:center;margin-top:4rem}.simulator-signup h2{font-size:2rem;margin-bottom:1rem}.simulator-signup p{font-size:1.1rem;max-width:700px;margin:0 auto 2rem;color:#ffffffe6}.signup-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.stats-cards{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px;justify-content:center}.stats-card{background-color:#f8f9fa;border-radius:6px;padding:12px 15px;flex:1;min-width:140px;box-shadow:0 1px 3px #0000001a;text-align:center}.stats-card h3{margin:0 0 8px;font-size:14px;color:#6b7280;font-weight:500}.stats-card .stats-value{font-size:20px;font-weight:600;color:#00bfa5}@media (max-width: 768px){.stats-cards{flex-direction:column}.stats-card{min-width:auto}}.primary-button{display:inline-block;padding:.75rem 1.5rem;background-color:#fff;color:#004d40;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.primary-button:hover{background-color:#f0f0f0}.secondary-button{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:#fff;text-decoration:none;border:1px solid white;border-radius:4px;font-weight:500;transition:background-color .3s}.secondary-button:hover{background-color:#ffffff1a}button{touch-action:manipulation}html{-webkit-text-size-adjust:100%}.modal-overlay{position:fixed;overflow-y:auto;-webkit-overflow-scrolling:touch}@media (max-width: 768px){.simulator-header h1{font-size:2rem}.simulator-header p{font-size:1.1rem}.simulator-wrapper{padding:1rem}.info-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.question-selector{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f;padding:24px;margin-bottom:24px;text-align:center}.question-selector h2{color:#004d40;font-size:1.5rem;margin-bottom:16px}select{font-size:16px!important}.select-container{position:relative;display:inline-block;width:100%;max-width:400px}.filter-select{width:100%;padding:10px 15px;font-size:16px;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-container:after{content:"▼";position:absolute;top:50%;right:15px;transform:translateY(-50%);pointer-events:none;font-size:12px;color:#555}.filter-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 2px #4a90e233}.filter-groups{display:flex;flex-direction:column;gap:20px;margin-bottom:30px}.search-container{margin-bottom:20px}.search-input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:1rem;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#00bfa5}.filter-groups{display:flex;flex-direction:column;gap:20px;margin-bottom:30px;align-items:center;justify-content:center}.filter-group{display:flex;flex-direction:column;align-items:center}.filter-group h3{font-size:1.1rem;color:#4b5563;margin-bottom:12px}.specialty-options,.phase-options{display:flex;flex-wrap:wrap;gap:10px}.filter-button{padding:8px 16px;border-radius:20px;border:1px solid #d1d5db;background-color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.filter-button.selected{background-color:#00bfa5;color:#fff;border-color:#00bfa5}.tags-container{display:flex;flex-wrap:wrap;gap:8px;max-height:160px;overflow-y:auto;padding:4px}.tag-button{padding:6px 12px;border-radius:16px;border:1px solid #d1d5db;background-color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease}.tag-button.selected{background-color:#00bfa5;color:#fff;border-color:#00bfa5}.question-count{text-align:center;padding:12px;background-color:#f3f4f6;border-radius:6px;font-size:.95rem;color:#4b5563}.count-number{font-weight:700;color:#00bfa5;font-size:1.1rem}@media (min-width: 768px){.filter-groups{flex-direction:row;justify-content:center;gap:40px}}.all-cases-page{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:2.5rem;color:#004d40;margin-bottom:.5rem}.subtitle{font-size:1.2rem;color:#6c757d}.instructions-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:2rem;margin-bottom:3rem}.instructions-card h2{color:#004d40;margin-bottom:1rem}.link-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.example{padding:1rem;background:#fff;border-radius:4px;border:1px solid #e9ecef}.specialty-section{margin-bottom:3rem}.specialty-title{color:#004d40;font-size:1.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #00BFA5}.cases-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.case-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .2s ease}.case-card:hover{box-shadow:0 4px 8px #004d401a;border-color:#00bfa5}.case-title{font-size:1.125rem;color:#004d40;margin-bottom:.75rem}.case-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f3f4f6;color:#004d40;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem}.link-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.link-button{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:4px;text-decoration:none;font-weight:500;transition:all .2s ease;text-align:center}.link-button.tutor{background:#004d40;color:#fff}.link-button.tutor:hover{background:#00352c}.link-button.immersion{background:#00bfa5;color:#fff}.link-button.immersion:hover{background:#00a68d}.mode-icon{font-size:1.25rem}.copy-links{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.copy-button{background:#fff;border:1px solid #e9ecef;padding:.5rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.copy-button:hover{background:#f8f9fa;border-color:#00bfa5}@media (max-width: 768px){.all-cases-page{padding:1rem}.cases-grid,.link-buttons,.copy-links{grid-template-columns:1fr}}.research-container{width:100%;max-width:100%;margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.research-header{margin-bottom:20px;padding:20px;background-color:#f7fafc;border-radius:8px;text-align:center}.research-header h1{color:#004d40;margin-bottom:10px}.research-header p{color:#4a5568;margin-bottom:0}.research-simulators{display:flex;gap:20px;flex-wrap:nowrap}.simulator-container{flex:1;min-width:0;border-radius:8px;overflow:hidden}.simulator-container.with-answers{border:1px solid #00BFA5}.simulator-container.without-answers{border:1px solid #FF4F9E}.simulator-header{padding:15px;text-align:center}.simulator-container.with-answers .simulator-header{background-color:#e6fffd}.simulator-container.without-answers .simulator-header{background-color:#fff5fa}.simulator-header h2{margin:0 0 10px;font-size:1.2rem}.simulator-container.with-answers .simulator-header h2{color:#00bfa5}.simulator-container.without-answers .simulator-header h2{color:#ff4f9e}.simulator-header p{margin:0;font-size:.9rem;color:#4a5568}.simulator-wrapper{padding:0 5px}@media (max-width: 1200px){.research-simulators{flex-direction:column}.simulator-container{margin-bottom:20px}}.faq-container{max-width:1000px;margin:0 auto;padding:2rem}.faq-header{text-align:center;margin-bottom:3rem}.faq-header h1{font-size:2.5rem;color:#004d40;margin-bottom:.5rem}.faq-header p{font-size:1.1rem;color:#666}.faq-content{display:flex;flex-direction:column;gap:3rem}.faq-section h2{font-size:1.75rem;color:#004d40;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #e0f2f1}.faq-item{margin-bottom:1rem;border:1px solid #e0f2f1;border-radius:8px;overflow:hidden}.faq-question{width:100%;padding:1.25rem;background-color:#f8fbff;border:none;text-align:left;font-size:1.1rem;font-weight:600;color:#004d40;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background-color .3s}.faq-question:hover,.faq-question.open{background-color:#e0f2f1}.faq-icon{font-size:1.5rem;font-weight:400;color:#00bfa5}.faq-answer{max-height:0;overflow:hidden;padding:0 1.25rem;line-height:1.6;color:#333;background-color:#fff;transition:all .3s ease-out}.faq-answer.open{max-height:500px;padding:1.25rem;border-top:1px solid #e0f2f1}.faq-footer{margin-top:4rem;text-align:center;padding:2rem;background-color:#f8fbff;border-radius:8px}.faq-footer h3{font-size:1.5rem;color:#004d40;margin-bottom:1rem}.faq-footer p{margin-bottom:1.5rem;color:#666}.contact-button{display:inline-block;padding:.75rem 1.5rem;background-color:#00bfa5;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.contact-button:hover{background-color:#008e76;text-decoration:none}@media (max-width: 768px){.faq-container{padding:1.5rem}.faq-header h1{font-size:2rem}.faq-section h2{font-size:1.5rem}.faq-question{font-size:1rem;padding:1rem}.faq-footer{padding:1.5rem}}.centered-text{text-align:center}.contact-container{max-width:1000px;margin:0 auto;padding:2rem}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;color:#004d40;margin-bottom:.5rem}.contact-header p{font-size:1.1rem;color:#666}.contact-content{display:flex;flex-direction:column;gap:2rem}@media (min-width: 768px){.contact-content{flex-direction:row;align-items:stretch}.contact-info{width:30%}.contact-form-container{width:70%}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.info-card{background-color:#f8fbff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000000d}.info-icon{font-size:2rem;margin-bottom:1rem}.info-card h3{font-size:1.2rem;color:#004d40;margin-bottom:.5rem;text-align:center}.info-card p{color:#555;text-align:center}.info-card a{color:#00bfa5;text-decoration:none}.info-card a:hover{text-decoration:underline}.contact-form-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 6px #0000000d}.contact-form-container h2{font-size:1.5rem;color:#004d40;margin-bottom:1.5rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333}.required{color:#f44336}.form-group input,.form-group textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa51a}.form-group input.error,.form-group textarea.error{border-color:#f44336}.error-text{color:#f44336;font-size:.85rem}.form-actions{margin-top:.5rem}.submit-button{padding:.75rem 1.5rem;background-color:#00bfa5;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s}.submit-button:hover{background-color:#008e76}.success-message{background-color:#e6fffa;color:#047857;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.error-message{background-color:#fde8e8;color:#e53e3e;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.contact-note{margin-top:3rem;padding:1.5rem;background-color:#f8fbff;border-radius:8px;border-left:4px solid #00BFA5;color:#666}.contact-note p{margin:0;line-height:1.5}.contact-note strong{color:#004d40}@media (max-width: 768px){.contact-container{padding:1.5rem}.contact-header h1{font-size:2rem}.contact-form-container{padding:1.5rem}}.legal-container{max-width:800px;margin:0 auto;padding:2rem;color:#333;line-height:1.6}.legal-container h1{font-size:2.2rem;color:#004d40;margin-bottom:.5rem}.last-updated{color:#666;font-style:italic;margin-bottom:2rem;font-size:.9rem}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.5rem;color:#00bfa5;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #f0f0f0}.legal-section p{margin-bottom:1rem}.legal-section ul{margin-bottom:1rem;padding-left:2rem}.legal-section li{margin-bottom:.5rem}.legal-section strong{font-weight:600}.legal-section a{color:#00bfa5;text-decoration:none}.legal-section a:hover{text-decoration:underline}@media (max-width: 768px){.legal-container{padding:1.5rem}.legal-container h1{font-size:1.8rem}.legal-section h2{font-size:1.3rem}}.author-container{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.author-header{text-align:center;margin-bottom:40px}.author-header h1{color:#004d40;margin-bottom:15px;font-size:2.5rem}.author-header p{color:#4a5568;font-size:1.2rem;max-width:800px;margin:0 auto}.button-container{margin-top:auto;display:flex;justify-content:center}.instruction-button{background-color:#00bfa5;color:#fff;border:none;padding:12px 20px;border-radius:4px;cursor:pointer;font-weight:500;font-size:1rem;transition:background-color .2s;text-align:center;text-decoration:none;display:inline-block;width:auto;min-width:220px}.author-process{margin-bottom:60px}.author-process h2{color:#004d40;font-size:1.8rem;margin-bottom:20px;text-align:center}.steps-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:30px}.step-card{background-color:#f8f9fa;border-radius:8px;padding:25px;flex:1;min-width:220px;max-width:280px;position:relative;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 5px #0000000d;border-left:3px solid #e2e8f0}.step-card.active{background-color:#e6fffd;border-left:3px solid #00BFA5;transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.step-number{background-color:#00bfa5;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:15px}.step-card h3{margin-bottom:10px;color:#2d3748}.step-card p{color:#4a5568;font-size:.95rem;line-height:1.5}.writing-instructions{margin-bottom:60px}.writing-instructions h2{color:#004d40;font-size:1.8rem;margin-bottom:20px;text-align:center}.instructions-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.instruction-card{background-color:#f8f9fa;border-radius:8px;padding:25px;flex:1;min-width:300px;display:flex;flex-direction:column;box-shadow:0 2px 5px #0000000d}.instruction-icon{font-size:2rem;margin-bottom:15px;color:#00bfa5}.instruction-card h3{margin-bottom:15px;color:#2d3748}.instruction-card p{color:#4a5568;font-size:.95rem;line-height:1.5;margin-bottom:20px}.instruction-button{background-color:#00bfa5;color:#fff;border:none;padding:10px 15px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s;text-align:center;text-decoration:none;margin-top:auto;display:inline-block}.instruction-button:hover{background-color:#009688}.components-list{color:#4a5568;font-size:.95rem;line-height:1.5;margin-left:20px}.components-list li{margin-bottom:8px}.contributor-link{color:#00bfa5;text-decoration:none;font-weight:600;transition:color .2s;border-bottom:1px dotted #00BFA5}.contributor-link:hover{color:#004d40;border-bottom:1px solid #004D40}.author-recognition{margin-bottom:60px}.author-recognition h2{color:#004d40;font-size:1.8rem;margin-bottom:20px;text-align:center}.author-recognition>p{color:#4a5568;font-size:1.1rem;line-height:1.6;text-align:center;max-width:800px;margin:0 auto 30px}.recognition-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.recognition-card{background-color:#f8f9fa;border-radius:8px;padding:25px;flex:1;min-width:250px;max-width:380px;box-shadow:0 2px 5px #0000000d;border-top:3px solid #00BFA5}.recognition-icon{font-size:2rem;margin-bottom:15px;color:#00bfa5;text-align:center}.recognition-card h3{margin-bottom:15px;color:#2d3748;text-align:center}.recognition-card p{color:#4a5568;font-size:.95rem;line-height:1.6}.current-contributors{margin-bottom:60px;background-color:#f0f9f8;padding:40px 20px;border-radius:8px}.current-contributors h2{color:#004d40;font-size:1.8rem;margin-bottom:15px;text-align:center}.current-contributors>p{color:#4a5568;text-align:center;margin-bottom:30px}.contributors-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;max-width:1000px;margin:0 auto}.contributor-card{background-color:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 5px #0000000d;transition:transform .3s ease}.contributor-card:hover{transform:translateY(-5px)}.contributor-card h3{color:#004d40;margin-bottom:5px}.contributor-affiliation{color:#718096;font-style:italic;margin-bottom:10px;font-size:.9rem}.contributor-cases{color:#4a5568;font-size:.95rem;line-height:1.5}.case-submission{margin-bottom:60px}.case-submission h2{color:#004d40;font-size:1.8rem;margin-bottom:20px;text-align:center}.author-form{background-color:#f8f9fa;padding:30px;border-radius:8px;box-shadow:0 2px 5px #0000000d;max-width:800px;margin:0 auto}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#2d3748}.form-group input,.form-group textarea{width:100%;padding:10px;border:1px solid #e2e8f0;border-radius:4px;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:#00bfa5;outline:none}.form-group input.error,.form-group textarea.error{border-color:#e53e3e}.error-text{color:#e53e3e;font-size:.85rem;margin-top:4px;display:block}.required{color:#e53e3e}.form-actions{margin-top:30px;text-align:center}.submit-button{background-color:#00bfa5;color:#fff;border:none;padding:12px 24px;border-radius:4px;cursor:pointer;font-weight:500;font-size:1rem;transition:background-color .2s}.submit-button:hover{background-color:#009688}.submit-button:disabled{background-color:#a0aec0;cursor:not-allowed}.agreement-section{margin-top:30px;padding:20px;background-color:#f0f9f8;border-radius:8px}.agreement-header{margin-bottom:15px}.agreement-header h3{color:#004d40;margin-bottom:8px}.agreement-header p{color:#4a5568;font-size:.95rem}.agreement-actions{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.view-agreement-button,.download-agreement-button{background-color:#4a5568;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;font-size:.9rem;transition:background-color .2s}.view-agreement-button:hover,.download-agreement-button:hover{background-color:#2d3748}.agreement-checkbox{display:flex;align-items:flex-start;gap:10px}.agreement-checkbox input{margin-top:3px}.agreement-checkbox label{color:#2d3748;font-size:.95rem;line-height:1.4}.agreement-text{max-height:0;overflow:hidden;transition:max-height .5s ease;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 5px #0000000d;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto}.agreement-text.show{max-height:2000px;padding:30px}.agreement-text h3{color:#004d40;font-size:1.5rem;margin-bottom:15px}.agreement-intro{color:#4a5568;font-size:1rem;line-height:1.5;margin-bottom:20px}.agreement-content{color:#2d3748}.agreement-content h4{color:#004d40;margin-top:20px;margin-bottom:10px;font-size:1.1rem}.agreement-content ul{margin-left:20px;margin-bottom:15px}.agreement-content ul li{margin-bottom:8px;font-size:.95rem;line-height:1.5}.agreement-content ul ul{margin-top:8px;margin-bottom:0}.agreement-note{background-color:#e6fffa;padding:15px;border-radius:4px;margin-top:20px;margin-bottom:20px}.agreement-note p{color:#2d3748;font-size:.9rem;font-style:italic;margin:0}.close-agreement-button{background-color:#4a5568;color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.close-agreement-button:hover{background-color:#2d3748}.success-message{background-color:#e6fffa;border-left:4px solid #00BFA5;padding:20px;margin-bottom:20px;border-radius:4px;display:flex;align-items:center}.success-icon{background-color:#00bfa5;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:15px;flex-shrink:0}.success-message p{margin:0;color:#2d3748}.error-message{background-color:#fff5f5;border-left:4px solid #e53e3e;padding:20px;margin-bottom:20px;border-radius:4px;color:#2d3748}.author-note{background-color:#f8f9fa;padding:25px;border-radius:8px;max-width:800px;margin:0 auto;text-align:center}.author-note h3{color:#004d40;margin-bottom:10px}.author-note p{color:#4a5568;line-height:1.5}@media (max-width: 768px){.steps-container{flex-direction:column;align-items:center}.step-card{max-width:100%}.instructions-container,.recognition-cards,.agreement-actions,.agreement-checkbox{flex-direction:column}}.cases-needed{margin-bottom:60px}.cases-needed h2{color:#004d40;font-size:1.8rem;margin-bottom:20px;text-align:center}.cases-needed>p{color:#4a5568;font-size:1.1rem;line-height:1.6;text-align:center;max-width:800px;margin:0 auto 30px}.cases-needed-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px;margin-bottom:30px;max-width:900px;margin-left:auto;margin-right:auto}.case-needed-card{background-color:#f8f9fa;border-radius:8px;padding:25px;box-shadow:0 2px 5px #0000000d;transition:transform .3s ease;border-left:3px solid #00BFA5;height:100%;display:flex;flex-direction:column}.case-needed-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}.case-icon{font-size:2rem;margin-bottom:15px;color:#00bfa5}.case-needed-card h3{color:#004d40;margin-bottom:15px;font-size:1.2rem}.case-needed-card ul{padding-left:20px;margin:0;flex-grow:1}.case-needed-card li{color:#4a5568;font-size:.95rem;margin-bottom:8px;line-height:1.4}.cases-note{font-style:italic;text-align:center;color:#718096;max-width:700px;margin:0 auto;font-size:1rem}@media (max-width: 768px){.cases-needed-grid{grid-template-columns:1fr}.case-needed-card{max-width:100%}}@media (max-width: 480px){.author-header h1{font-size:2rem}.author-header p{font-size:1rem}.author-form,.agreement-text.show{padding:20px}}.contributors-container{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.contributors-header{text-align:center;margin-bottom:60px}.contributors-header h1{color:#004d40;margin-bottom:20px;font-size:2.5rem}.contributors-header p{color:#4a5568;font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto}.contributors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-bottom:60px}.contributor-card{background-color:#f8f9fa;border-radius:8px;padding:30px;box-shadow:0 2px 8px #00000014;transition:transform .3s ease,box-shadow .3s ease;border-top:4px solid #00BFA5}.contributor-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0000001a}.contributor-card h2{color:#004d40;margin-bottom:10px;font-size:1.5rem}.contributor-affiliation{color:#718096;font-style:italic;margin-bottom:20px;font-size:1rem}.contributor-cases h3{color:#2d3748;margin-bottom:10px;font-size:1.1rem}.contributor-cases ul{list-style-type:none;padding:0;margin:0}.contributor-cases li{color:#4a5568;padding:8px 0;border-bottom:1px solid #e2e8f0;font-size:.95rem}.contributor-cases li:last-child{border-bottom:none}.become-contributor{background-color:#e6fffa;padding:40px;border-radius:8px;text-align:center;margin-bottom:40px}.become-contributor h2{color:#004d40;margin-bottom:15px;font-size:1.8rem}.become-contributor p{color:#4a5568;font-size:1.1rem;line-height:1.6;max-width:800px;margin:0 auto 25px}.contributor-button{display:inline-block;background-color:#00bfa5;color:#fff;padding:12px 24px;border-radius:4px;text-decoration:none;font-weight:500;font-size:1rem;transition:background-color .2s ease}.contributor-button:hover{background-color:#009688;text-decoration:none;color:#fff}@media (max-width: 768px){.contributors-header h1{font-size:2rem}.contributors-grid{grid-template-columns:1fr}.become-contributor{padding:30px 20px}}@media (max-width: 480px){.contributors-header h1{font-size:1.8rem}.contributors-header p{font-size:1rem}.contributor-card{padding:20px}.become-contributor h2{font-size:1.5rem}.become-contributor p{font-size:1rem}}.admin-container{display:flex;min-height:100vh;background-color:#f8fafc}.admin-sidebar{width:250px;background-color:#004d40;color:#fff;display:flex;flex-direction:column;box-shadow:2px 0 5px #0000001a}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-sidebar-header h2{margin:0;font-size:1.4rem;color:#fff}.admin-sidebar-header p{margin:.5rem 0 0;font-size:.9rem;opacity:.8}.admin-nav{flex:1}.admin-nav ul{list-style:none;padding:0;margin:1rem 0}.admin-nav li{margin:0}.admin-nav a{display:block;padding:.8rem 1.5rem;color:#fffc;text-decoration:none;transition:all .2s ease;cursor:pointer;border-left:3px solid transparent}.admin-nav a:hover,.admin-nav a.active{background-color:#ffffff14;color:#fff;border-left-color:#00bfa5}.admin-sidebar-footer{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.logout-button{width:100%;padding:.6rem;background-color:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2);border-radius:4px;cursor:pointer;transition:all .2s ease}.logout-button:hover{background-color:#ffffff26}.admin-login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f8fafc;padding:2rem}.admin-login-card{width:100%;max-width:450px;background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;padding:2rem}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-login-header h1{color:#004d40;margin-bottom:.5rem}.admin-login-header p{color:#6b7280}.admin-login-error{background-color:#fee2e2;color:#ef4444;padding:.75rem;border-radius:4px;margin-bottom:1.5rem;text-align:center}.admin-login-form .form-group{margin-bottom:1.5rem}.admin-login-form label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.admin-login-form input{width:100%;padding:.8rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .2s ease}.admin-login-form input:focus{border-color:#00bfa5;outline:none;box-shadow:0 0 0 2px #00bfa533}.admin-login-button{width:100%;padding:.8rem;background-color:#004d40;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.admin-login-button:hover:not(:disabled){background-color:#003b32}.admin-login-button:disabled{opacity:.7;cursor:not-allowed}.stats-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stats-card{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;text-align:center}.stats-card h3{margin:0 0 .5rem;font-size:.9rem;color:#6b7280;font-weight:500}.stats-value{font-size:1.8rem;font-weight:600;color:#111827}.chart-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.chart-container h2{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem;color:#374151}.charts-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem}.half-width{flex:1 1 calc(50% - .75rem);min-width:300px}.table-container{background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;overflow-x:auto}.table-container h2{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem;color:#374151}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;text-align:left}.admin-table th{background-color:#f9fafb;font-weight:500;color:#374151}.admin-table tr:last-child td{border-bottom:none}.placeholder-message{background-color:#f3f4f6;border-radius:8px;padding:2rem;text-align:center;margin:2rem 0}.placeholder-message p{color:#6b7280;max-width:600px;margin:0 auto}.error-message{background-color:#fee2e2;color:#ef4444;padding:1rem;border-radius:8px;margin-bottom:1.5rem}.admin-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.2rem;color:#6b7280}@media (max-width: 768px){.admin-container{flex-direction:column}.admin-sidebar{width:100%;height:auto}.admin-content{padding:1.5rem}.charts-row{flex-direction:column}.half-width{width:100%}}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chart-header h2{margin:0}.filter-controls,.filter-bar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.filter-bar{background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1.5rem;justify-content:flex-start}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.9rem;color:#4b5563;white-space:nowrap}.filter-select{padding:.4rem .75rem;border:1px solid #e5e7eb;border-radius:4px;background-color:#fff;font-size:.9rem;color:#111827;cursor:pointer;transition:border-color .2s ease}.filter-select:hover{border-color:#d1d5db}.filter-select:focus{border-color:#00bfa5;outline:none;box-shadow:0 0 0 2px #00bfa533}@media (max-width: 768px){.chart-header{flex-direction:column;align-items:flex-start;gap:1rem}.filter-controls{width:100%;justify-content:flex-start}}.empty-state{text-align:center;padding:2rem;color:#6b7280;background-color:#f9fafb;border-radius:8px;margin:1rem 0}.empty-state p{margin-bottom:1rem}.loading-indicator{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.loading-indicator:after{content:"";width:1.5rem;height:1.5rem;border:2px solid #e5e7eb;border-top-color:#00bfa5;border-radius:50%;animation:spinner .6s linear infinite;margin-left:.5rem}@keyframes spinner{to{transform:rotate(360deg)}}.metrics-description{background-color:#f3f4f6;border-left:4px solid #00BFA5;padding:1rem 1.5rem;margin-bottom:2rem;border-radius:0 4px 4px 0}.metrics-description p{margin:0;color:#4b5563}.chart-insights{background-color:#f9fafb;padding:1rem;margin-top:1rem;border-radius:4px;font-size:.9rem;color:#4b5563}.implementation-note{background-color:#fff8e6;border-left:4px solid #eab308;padding:1rem;margin-top:1rem;border-radius:0 4px 4px 0;font-size:.9rem;color:#854d0e}.phase-completion-container{margin-bottom:2rem}.phase-completion-stats{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.phase-stat-card{flex:1;min-width:200px;background-color:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border-left:4px solid #004D40;display:flex;flex-direction:column;align-items:center}.phase-stat-card h3{margin:0 0 .5rem;font-size:1rem;color:#111827}.phase-stat-value{font-size:2rem;font-weight:600;color:#111827;line-height:1}.phase-stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.phase-stat-detail{font-size:.875rem;color:#4b5563}.comparison-container{margin-top:15px}.comparison-cards{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.comparison-card{flex:1;max-width:300px;padding:25px;border-radius:8px;text-align:center;color:#fff;box-shadow:0 4px 6px #0000001a}.comparison-vs{margin:0 20px;font-size:24px;font-weight:700;color:#718096}.comparison-value{font-size:42px;font-weight:700;margin:15px 0}.comparison-label{font-size:16px;text-transform:uppercase;margin-bottom:10px;letter-spacing:1px}.comparison-detail{font-size:14px;opacity:.9}.chart-insights{margin-top:20px;padding:15px;background-color:#f7fafc;border-left:4px solid #00BFA5;border-radius:4px}.heatmap-container{display:flex;flex-direction:column;margin:1rem 0;border:1px solid #e5e7eb;border-radius:8px;overflow:auto}.heatmap-header{display:flex;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.heatmap-row{display:flex;border-bottom:1px solid #f3f4f6}.heatmap-row:last-child{border-bottom:none}.heatmap-cell{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#1f2937;border-right:1px solid #f3f4f6}.heatmap-day-label{min-width:80px;padding:0 .5rem;display:flex;align-items:center;font-size:.8rem;font-weight:500;color:#4b5563;background-color:#f9fafb;border-right:1px solid #e5e7eb}.heatmap-hour-label{width:28px;padding:.25rem 0;font-size:.7rem;text-align:center;color:#6b7280;border-right:1px solid #f3f4f6}.empty-cell{min-width:80px;border-right:1px solid #e5e7eb}.heatmap-legend{display:flex;align-items:center;justify-content:center;margin-top:1rem;gap:.5rem}.legend-label{font-size:.8rem;color:#6b7280}.legend-gradient{width:200px;height:10px;background:linear-gradient(to right,#00bfa51a,#00bfa5);border-radius:4px}.region-chart-container{margin-bottom:1.5rem}.region-table-container{overflow-x:auto}@media (max-width: 768px){.phase-stat-card{flex:1 1 100%}.heatmap-container{min-width:680px}}.dashboard-overview h1,.case-statistics h1,.user-activity h1,.performance-metrics h1{margin-top:0;margin-bottom:2rem;color:#111827;font-size:1.5rem}.not-found-container{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;min-height:calc(100vh - 200px);padding:2rem;text-align:center}.not-found-content{max-width:500px}.not-found-code{font-size:5rem;font-weight:800;color:#004d40;line-height:1;margin-bottom:1rem}.not-found-container h1{font-size:2rem;color:#333;margin-bottom:1rem}.not-found-container p{font-size:1.1rem;color:#6c757d;margin-bottom:2rem}.not-found-actions{display:flex;gap:1rem;justify-content:center}.primary-button{display:inline-block;padding:.75rem 1.5rem;background-color:#00bfa5;color:#fff;text-decoration:none;border-radius:4px;font-weight:500;transition:background-color .3s}.primary-button:hover{background-color:#008e76;text-decoration:none}.secondary-button{display:inline-block;padding:.75rem 1.5rem;background-color:transparent;color:#00bfa5;text-decoration:none;border:1px solid #00BFA5;border-radius:4px;font-weight:500;transition:background-color .3s}.secondary-button:hover{background-color:#00bfa51a;text-decoration:none}.not-found-graphic{margin-bottom:2rem}@media (min-width: 768px){.not-found-container{flex-direction:row;text-align:left;gap:2rem}.not-found-actions{justify-content:flex-start}.not-found-graphic{margin-bottom:0}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:#f8f9fa;color:#333;line-height:1.5}a{text-decoration:none;color:#00bfa5}a:hover{text-decoration:underline}button{cursor:pointer}ul,ol{list-style-position:inside}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{padding-top:.5rem}.simulator-container{margin-top:.5rem}.simulator-header{padding:1.5rem 2rem}.simulator-header h1{font-size:2rem;margin-bottom:.5rem}.text-center{text-align:center}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:1rem}.ml-4{margin-left:1.5rem}.ml-5{margin-left:2rem}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:1rem}.mr-4{margin-right:1.5rem}.mr-5{margin-right:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:2rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.font-normal{font-weight:400}.text-primary{color:#004d40}.text-accent{color:#00bfa5}.text-gray{color:#6c757d}.text-error{color:#e53e3e}.text-success{color:#047857}.bg-primary{background-color:#004d40}.bg-accent{background-color:#00bfa5}.bg-light{background-color:#f8f9fa}.bg-white{background-color:#fff}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.w-full{width:100%}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.input{padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .3s,box-shadow .3s;width:100%}.input:focus{outline:none;border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa51a}.input.error{border-color:#e53e3e}.select{padding:.75rem 2.5rem .75rem .75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .3s,box-shadow .3s;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.select:focus{outline:none;border-color:#00bfa5;box-shadow:0 0 0 3px #00bfa51a}.select.error{border-color:#e53e3e}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;text-align:center;transition:all .3s;cursor:pointer;border:none}.btn-primary{background-color:#00bfa5;color:#fff}.btn-primary:hover{background-color:#008e76}.btn-secondary{background-color:transparent;color:#00bfa5;border:1px solid #00BFA5}.btn-secondary:hover{background-color:#00bfa51a}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn:disabled{background-color:#9ca3af;cursor:not-allowed}.alert{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.alert-error{background-color:#fde8e8;color:#e53e3e}.alert-success{background-color:#e6fffa;color:#047857}.alert-warning{background-color:#fff7ed;color:#c2410c}.alert-info{background-color:#e1effe;color:#1e40af}.spinner{border:4px solid rgba(0,0,0,.1);width:36px;height:36px;border-radius:50%;border-left-color:#00bfa5;animation:spin 1s linear infinite}.spinner-sm{width:24px;height:24px;border-width:3px}.spinner-lg{width:48px;height:48px;border-width:5px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 640px){.hidden-sm{display:none}}@media (max-width: 768px){.hidden-md{display:none}}@media (max-width: 1024px){.hidden-lg{display:none}}@media (min-width: 641px){.visible-sm{display:none}}@media (min-width: 769px){.visible-md{display:none}}@media (min-width: 1025px){.visible-lg{display:none}}.grab-bag-simulator{max-width:800px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,sans-serif}.grab-bag-config{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f;padding:24px}.grab-bag-config h1{color:#004d40;font-size:1.8rem;margin-bottom:12px}.grab-bag-config p{color:#4b5563;margin-bottom:24px}.config-section{margin-bottom:30px;text-align:center}.config-section h2{font-size:1.3rem;color:#004d40;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.setting-group{margin-bottom:20px;display:flex;flex-direction:column;align-items:center}.setting-group label{display:block;font-weight:500;margin-bottom:8px;color:#374151}.follow-up-selector{display:flex;gap:10px;justify-content:center}.follow-up-selector button{width:48px;height:48px;border-radius:6px;border:1px solid #d1d5db;background-color:#fff;font-size:1.1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.follow-up-selector button.selected{background-color:#00bfa5;color:#fff;border-color:#00bfa5}.category-selector,.tag-selector{display:flex;flex-wrap:wrap;gap:10px}.category-selector button,.tag-selector button{padding:8px 16px;border-radius:20px;border:1px solid #d1d5db;background-color:#fff;font-size:.9rem;cursor:pointer;transition:all .2s ease}.category-selector button.selected,.tag-selector button.selected{background-color:#00bfa5;color:#fff;border-color:#00bfa5}.action-buttons{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;margin-top:30px}.primary-button{background-color:#00bfa5;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.primary-button:hover{background-color:#00a896}.secondary-button{background-color:#4b5563;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background-color:#374151}.text-link{color:#00bfa5;text-decoration:none;margin-left:12px;font-weight:500}.text-link:hover{text-decoration:underline}.grab-bag-session{display:flex;flex-direction:column;height:100%}.session-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.session-header h2{color:#004d40;font-size:1.5rem;margin:0}.session-header .download-button{padding:8px 12px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;cursor:pointer}.session-header .download-button:hover{background-color:#e0e0e0}.question-counter{background-color:#00bfa5;color:#fff;padding:6px 12px;border-radius:16px;font-weight:500;font-size:.9rem}.message-container{height:450px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:6px;padding:16px;margin-bottom:20px;background-color:#f9fafb}.message{margin:10px 0;padding:12px;border-radius:6px}.message.examiner{background-color:#f7fafc}.message.candidate{background-color:#e3f2fd}.message.feedback{background-color:#e8f5e9;border-left:4px solid #00BFA5}.continue-end-buttons{display:flex;gap:12px;margin-bottom:20px}.continue-button{background-color:#00bfa5;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;flex:1}.end-button{background-color:#4b5563;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;flex:1}.input-area{display:flex;flex-direction:column;gap:12px}.input-controls{display:flex;justify-content:space-between}.mode-toggle{background-color:#4b5563;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer}.mode-toggle.voice-active{background-color:#00bfa5}.download-button{background-color:#4b5563;color:#fff;padding:8px 16px;border:none;border-radius:6px;cursor:pointer}.response-input{display:flex;gap:12px}.response-input textarea{flex:1;height:80px;padding:12px;border:1px solid #d1d5db;border-radius:6px;resize:none;font-family:inherit;font-size:1rem}.submit-button{background-color:#00bfa5;color:#fff;padding:8px 20px;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;align-self:flex-end}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.session-completed{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001f;padding:24px}.session-completed h1{color:#004d40;font-size:1.8rem;margin-bottom:20px}.session-stats{display:flex;gap:24px;margin-bottom:32px;padding:16px;background-color:#f3f4f6;border-radius:8px}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:.9rem;color:#4b5563;margin-bottom:4px}.stat-value{font-size:2rem;font-weight:700;color:#00bfa5}.completed-questions{margin-bottom:32px}.completed-questions h2{font-size:1.3rem;color:#004d40;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.question-summary{margin-bottom:16px;padding:16px;border:1px solid #e5e7eb;border-radius:8px}.question-summary h3{font-size:1.1rem;color:#111827;margin-bottom:8px}.question-tags{display:flex;flex-wrap:wrap;gap:8px}.category-tag{background-color:#00bfa526;color:#004d40;padding:4px 8px;border-radius:4px;font-size:.8rem}.tag{background-color:#f3f4f6;color:#4b5563;padding:4px 8px;border-radius:4px;font-size:.8rem}.filter-reset-options{display:flex;flex-direction:column;gap:10px;margin-top:20px;margin-bottom:20px}.reset-button{padding:12px 16px;border-radius:6px;border:none;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.reset-all{background-color:#00bfa5;color:#fff}.reset-all:hover{background-color:#00a896}.reset-category,.reset-phase{background-color:#4b5563;color:#fff}.reset-category:hover,.reset-phase:hover{background-color:#374151}.configure-new{background-color:#3490dc;color:#fff}.configure-new:hover{background-color:#2779bd}.end-session{background-color:#e53e3e;color:#fff}.end-session:hover{background-color:#c53030}.message.filter-options{background-color:#f7fafc;border-left:4px solid #00BFA5;font-weight:500}
