.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}}.publications-section{padding:4rem 2rem;background-color:#f0f7ff;text-align:center}.publications-section h2{font-size:2.5rem;margin-bottom:3rem;color:#004d40}.publications-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.publication-card{background-color:#fff;border-radius:8px;border-top:4px solid #00BFA5;padding:1.5rem 1.75rem;box-shadow:0 4px 6px #0000000d;text-align:left;text-decoration:none;color:#333;display:flex;flex-direction:column;transition:transform .3s,box-shadow .3s}.publication-card:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0000001a;text-decoration:none}.publication-source{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;line-height:1.9}.publication-name{display:inline;background-color:#e8f5e9;color:#004d40;padding:.25rem .6rem;border-radius:4px;font-size:.85rem;font-weight:600;-webkit-box-decoration-break:clone;box-decoration-break:clone}.publication-date{font-size:.85rem;color:#666;white-space:nowrap;flex-shrink:0;padding-top:.3rem}.publication-card h3{font-size:1.15rem;color:#004d40;margin:0 0 1rem;line-height:1.35}.publication-excerpt{font-style:italic;color:#555;line-height:1.5;margin-bottom:1.25rem;flex:1}.publication-card .read-more{color:#00bfa5;font-weight:500}*{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}}.case-filters{display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.case-filters{flex-direction:row}.case-filters>*{flex:1 1 0;min-width:0}}.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}.grab-bag-links{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.grab-bag-links .text-link{margin:0}.curated-practice-banner{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#f0fdf9,#e0f7f3);border:1px solid #00BFA5;border-radius:8px;padding:16px 20px;margin-bottom:24px;cursor:pointer;transition:all .2s ease;text-decoration:none;color:inherit}.curated-practice-banner:hover{box-shadow:0 4px 12px #00bfa533;transform:translateY(-1px)}.curated-banner-content{display:flex;align-items:center;gap:12px}.curated-banner-icon{font-size:1.5rem}.curated-banner-text h3{margin:0 0 2px;font-size:1rem;font-weight:600;color:#004d40}.curated-banner-text p{margin:0;font-size:.85rem;color:#4b5563}.curated-banner-arrow{font-size:1.2rem;color:#00bfa5}@media(max-width:500px){.curated-practice-banner{flex-direction:column;text-align:center;gap:8px}.curated-banner-content{flex-direction:column;gap:6px}.curated-banner-arrow{display:none}}
