@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap);*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow-x:hidden;width:100%}.navbar{align-items:center;background-color:#036;box-shadow:0 2px 4px #0000001a;display:flex;padding:10px 20px;position:relative;width:100%;z-index:999}.center-text{color:#fff;font-family:Alex Brush,cursive;font-size:40px;font-weight:700;margin-right:20px;text-decoration:none;transition:color .3s ease}.nav-links{align-items:center;display:flex;gap:15px;margin-left:auto}.nav-links a{border-bottom:2px solid #0000;color:#fff;font-size:18px;font-weight:700;padding-bottom:5px;text-decoration:none;transition:color .3s ease}.nav-links a:hover{border-bottom-color:#fff;color:#ccc}.dropdown{display:inline-block;position:relative}.dropbtn{background-color:#444;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;padding:7.5px 10px 12.5px;transition:background-color .3s ease}.dropbtn:hover{background-color:#2a2a2a}.dropdown-content{background-color:#036;border-radius:5px;display:none;min-width:160px;position:absolute;right:0;top:100%;z-index:1}.dropdown-content a{color:#fff;display:block;padding:12px 16px;text-decoration:none}.dropdown-content a:hover{background-color:#444}.dropdown.open .dropdown-content{display:block}#accessibility-button{background-color:#5cb85c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 15px;transition:background-color .3s ease}#accessibility-button:hover{background-color:#4cae4c}.toast{background-color:#fff;background-color:var(--container-color,#fff);border-left:4px solid;border-radius:8px;bottom:20px;box-shadow:0 4px 12px #00000026;color:#333;color:var(--text-color,#333);left:50%;max-width:500px;min-width:300px;opacity:0;padding:16px 24px;position:fixed;transform:translateX(-50%) translateY(100px);transition:all .3s ease-in-out;z-index:10000}.toast-visible{opacity:1;transform:translateX(-50%) translateY(0)}.toast-warning{background-color:#fff3cd;border-left-color:#ff9800;color:#856404}.toast-error{background-color:#ffebee;border-left-color:#f44336;color:#c62828}.toast-success{background-color:#e8f5e9;border-left-color:#4caf50;color:#2e7d32}.toast-info{background-color:#e3f2fd;border-left-color:#2196f3;color:#1565c0}.toast-content{align-items:center;display:flex;gap:16px;justify-content:space-between}.toast-message{flex:1 1;font-size:14px;line-height:1.5}.toast-close{align-items:center;background:none;border:none;color:inherit;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;line-height:1;opacity:.7;padding:0;transition:opacity .2s;width:24px}.toast-close:hover{opacity:1}@media (max-width:768px){.toast{left:10px;max-width:none;min-width:auto;right:10px;transform:translateY(100px)}.toast-visible{transform:translateY(0)}}#toggle-theme-button{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;margin-top:10px;padding:10px 15px;transition:background-color .3s ease;width:100%}#toggle-theme-button:hover{background-color:var(--button-hover-bg)}.accessibility-overlay{align-items:flex-start;background-color:#000000b3;display:flex;height:100%;justify-content:flex-start;left:0;position:fixed;top:0;width:100%;z-index:1000}.accessibility-panel{background-color:var(--container-color);border-radius:8px;box-shadow:0 4px 15px #0000004d;color:var(--text-color);margin:20px;max-width:90%;padding:30px;position:relative;width:300px}.accessibility-panel h2{color:var(--text-color);margin-bottom:20px;margin-top:0}.accessibility-panel h3{color:var(--text-color-darker);font-size:1.1em;margin-bottom:10px;margin-top:25px}.close-panel-button{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:28px;position:absolute;right:15px;top:10px;transition:color .2s ease}.close-panel-button:hover{color:red}.accessibility-panel button{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;margin-top:10px;padding:10px 15px;transition:background-color .3s ease;width:100%}.accessibility-panel button:hover{background-color:var(--button-hover-bg)}.accessibility-panel .close-panel-button{margin-top:0;padding:5px 10px;width:auto}.read-aloud-button{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;margin-top:10px;padding:10px 15px;transition:background-color .3s ease;width:100%}.read-aloud-button:hover{background-color:var(--button-hover-bg)}.read-aloud-button.reading{background-color:#dc3545;color:#fff}.read-aloud-button.reading:hover{background-color:#c82333}.font-size-adjuster-container{margin-bottom:20px;margin-top:15px;width:100%}.font-size-slider{-webkit-appearance:none;appearance:none;background:#ccc;border-radius:5px;height:8px;margin-top:10px;opacity:.7;outline:none;transition:opacity .2s;width:100%}.font-size-slider:hover{opacity:1}.font-size-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:var(--button-bg);border-radius:50%;box-shadow:0 0 2px #00000080;cursor:pointer;height:20px;-webkit-transition:background .2s ease;transition:background .2s ease;width:20px}.font-size-slider::-webkit-slider-thumb:hover{background:var(--button-hover-bg)}.font-size-slider::-moz-range-thumb{background:var(--button-bg);border-radius:50%;box-shadow:0 0 2px #00000080;cursor:pointer;height:20px;-moz-transition:background .2s ease;transition:background .2s ease;width:20px}.font-size-slider::-moz-range-thumb:hover{background:var(--button-hover-bg)}.tts-button{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;margin-top:15px;padding:12px 20px;transition:background-color .3s ease}.tts-button:hover{background-color:var(--button-hover-bg)}.tts-button.reading{background-color:#dc3545}.language-selector{display:inline-block;position:relative}.language-select{background-color:initial;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;min-width:120px;outline:none;padding:6px 12px;transition:all .3s ease}.language-select:hover{background-color:#f8f9fa;border-color:#007bff}.language-select:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.dark-theme .language-select{background-color:#333;border-color:#555;color:#fff}.dark-theme .language-select:hover{background-color:#444;border-color:#007bff}@media (max-width:768px){.language-select{font-size:12px;min-width:100px;padding:4px 8px}}.footer{align-items:center;background-color:#036;box-shadow:0 -2px 5px #0003;display:flex;flex-shrink:0;justify-content:center;margin-top:auto;min-height:60px;padding:10px 20px;text-align:center;width:100%}.footer,.footer p{color:#ccc}.footer-main-content{align-items:center;display:flex;gap:20px;justify-content:space-between;max-width:960px;padding:0 10px;width:100%}.footer-text-column{flex-grow:1;max-width:60%;padding-right:10px;text-align:left}.footer-text-column p{font-size:11px;line-height:1.2;margin:0}.footer a{color:#add8e6;text-decoration:none;transition:color .3s ease}.footer a:hover{color:#e0ffff;text-decoration:underline}.footer-logos-row{align-items:center;background-color:#f8f8f8;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;flex-shrink:0;flex-wrap:wrap;gap:10px;justify-content:center;max-width:50%;padding:3px 8px}.footer-logo{display:block;height:30px;max-width:80px;object-fit:contain;width:auto}@media (max-width:768px){.footer-main-content{flex-direction:column;gap:15px;text-align:center}.footer-text-column{max-width:90%;padding-right:0;text-align:center}.footer-logos-row{gap:10px;justify-content:center;max-width:300px;width:100%}.footer-logo{height:35px}}@media (max-width:480px){.footer{padding:10px}.footer-main-content{gap:10px}.footer-logos-row{flex-wrap:wrap;justify-content:center;max-width:100%}.footer-logo{height:30px}}.consent-form-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:20px}.consent-form-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-height:85vh;max-width:900px;overflow-y:auto;padding:40px;width:100%}.consent-form-box h1{color:#2c3e50;font-size:2.2rem;margin-bottom:30px;text-align:center}.consent-content{margin-bottom:30px}.consent-section{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-bottom:25px;padding:20px}.consent-section h2{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:15px}.consent-section p{color:#34495e;line-height:1.6;margin-bottom:10px}.consent-section ul{color:#34495e;margin:10px 0;padding-left:25px}.consent-section li{line-height:1.6;margin-bottom:8px}.consent-checkbox{background:#fff;border:2px solid #ecf0f1;border-radius:8px;margin:30px 0;padding:20px}.consent-checkbox-label{align-items:flex-start;color:#2c3e50;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px}.consent-checkbox-label input[type=checkbox]{accent-color:#3498db;cursor:pointer;height:20px;margin-top:2px;width:20px}.consent-checkbox-label span{flex:1 1;line-height:1.5}.consent-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.consent-accept-button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;max-width:300px;padding:15px 30px;transition:all .3s ease}.consent-accept-button:hover:not(:disabled){box-shadow:0 4px 15px #f5576c66;transform:translateY(-2px)}.consent-accept-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.consent-decline-button{background:#fff;border:2px solid #95a5a6;border-radius:6px;color:#95a5a6;cursor:pointer;flex:1 1;font-size:16px;font-weight:600;max-width:300px;padding:15px 30px;transition:all .3s ease}.consent-decline-button:hover{background:#95a5a6;color:#fff}@media (max-width:768px){.consent-form-box{padding:30px 20px}.consent-section{padding:15px}.consent-actions{flex-direction:column}.consent-accept-button,.consent-decline-button{max-width:100%}}.error-modal-overlay{align-items:center;animation:fadeIn .2s ease-in-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10000}.error-modal-content{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;overflow:hidden;padding:0;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.error-modal-header{align-items:center;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;display:flex;justify-content:space-between;padding:20px}.error-modal-header h3{font-size:20px;font-weight:600;margin:0}.error-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:28px;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.error-modal-close:hover{background-color:#fff3}.error-modal-body{color:#2c3e50;font-size:16px;line-height:1.5;padding:25px}.error-modal-footer{border-top:1px solid #ecf0f1;display:flex;justify-content:flex-end;padding:15px 25px}.error-modal-button{background:linear-gradient(135deg,#e74c3c,#c0392b);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:10px 25px;transition:all .3s ease}.error-modal-button:hover{box-shadow:0 4px 12px #e74c3c66;transform:translateY(-2px)}@media (max-width:480px){.error-modal-content{max-width:none;width:95%}.error-modal-header h3{font-size:18px}.error-modal-body{font-size:14px;padding:20px}}.home-container{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:40px 20px}.hero-section{background-color:var(--container-color);border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:40px;padding:30px;text-align:center;width:100%}.hero-title{color:var(--text-color-darker);margin-bottom:20px;text-shadow:1px 1px 2px #0000000d}.hero-description{color:var(--text-color-paragraph);line-height:1.6;margin:0 auto;max-width:600px}.options-section{margin-bottom:40px;width:100%}.options-grid{align-items:stretch;gap:30px}.option-card,.options-grid{display:flex;flex-direction:column}.option-card{align-items:center;background-color:var(--container-color);border-radius:12px;box-shadow:0 4px 15px #00000014;color:inherit;justify-content:flex-start;min-height:250px;overflow:hidden;padding:30px;text-align:center;text-decoration:none;transition:box-shadow .3s ease,max-height .5s ease;width:100%}.option-card,.option-card.clickable{cursor:pointer}.option-card.expanded{max-height:none;min-height:auto}.option-card:hover:not(.expanded){box-shadow:0 8px 25px #00000026}.option-header{align-items:center;display:flex;flex-direction:column;width:100%}.option-brief{color:var(--text-color-paragraph);font-size:.95em;margin:10px 0}.option-expanded-content{animation:fadeIn .3s ease-in;border-top:2px solid #e0e0e0;border-top:2px solid var(--border-color,#e0e0e0);margin-top:30px;padding-top:30px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.expanded-section{margin-bottom:30px;text-align:left}.expanded-section h3{color:var(--text-color-darker);font-size:1.3em;margin-bottom:15px}.how-it-works-list{color:var(--text-color-paragraph);line-height:1.8;list-style-position:inside;padding-left:20px}.how-it-works-list li{margin-bottom:10px}.example-content{display:flex;flex-direction:column;gap:20px}.example-images{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:15px 0}.example-image{border:2px solid #e0e0e0;border:2px solid var(--border-color,#e0e0e0);border-radius:8px;cursor:pointer;height:150px;object-fit:cover;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.example-image.art-exploration{height:350px}.example-image:hover{border-color:#2196f3;border-color:var(--primary-color,#2196f3);box-shadow:0 4px 12px #2196f34d}.example-image-placeholder{align-items:center;background-color:#e0f2f7;background-color:var(--icon-bg-color,#e0f2f7);border:2px solid #0000;border-radius:8px;color:var(--text-color-darker);display:flex;font-weight:500;justify-content:center;min-height:120px;padding:40px 20px;text-align:center;transition:all .3s ease}.example-image-placeholder.selected{background-color:#e3f2fd;background-color:var(--primary-light,#e3f2fd);border-color:#2196f3;border-color:var(--primary-color,#2196f3);box-shadow:0 2px 8px #2196f34d}.example-sections{display:flex;flex-direction:column;gap:30px;margin-top:20px}.example-section-item{background-color:var(--container-color);border-left:4px solid #2196f3;border-left:4px solid var(--primary-color,#2196f3);border-radius:8px;padding:20px}.example-section-item h4{color:var(--text-color-darker);font-size:1.1em;margin-bottom:10px}.section-text{color:var(--text-color-paragraph);font-style:italic;line-height:1.5;margin-bottom:15px}.keywords-section{margin-bottom:20px}.keywords-section h4{color:var(--text-color-darker);font-size:1.1em;margin-bottom:10px}.keywords-list{display:flex;flex-wrap:wrap;gap:10px}.keyword-tag{background-color:#2196f3;background-color:var(--primary-color,#2196f3);border-radius:20px;color:#fff;font-size:.9em;font-weight:500;padding:8px 16px}.example-story{background-color:#f5f5f5;background-color:var(--icon-bg-color,#f5f5f5);border-left:4px solid #2196f3;border-left:4px solid var(--primary-color,#2196f3);border-radius:8px;padding:20px}.example-text{font-style:italic;margin:0}.example-description,.example-text{color:var(--text-color-paragraph);line-height:1.6}.example-description{margin:10px 0 0}.collapse-button,.expand-button{background-color:var(--button-bg);border:none;border-radius:8px;color:var(--button-text);cursor:pointer;font-size:1em;margin-top:20px;padding:10px 25px;transition:background-color .3s ease}.collapse-button:hover,.expand-button:hover{background-color:var(--button-hover-bg)}.collapse-button{margin-top:30px;width:100%}.login-prompt{background-color:var(--container-color);border-radius:12px;box-shadow:0 4px 15px #00000014;margin-top:40px;padding:30px;text-align:center}.login-prompt p{color:var(--text-color-paragraph);font-size:1.1em;margin-bottom:20px}.login-prompt-button{background-color:var(--button-bg);border:none;border-radius:8px;color:var(--button-text);cursor:pointer;font-size:1.1em;padding:12px 30px;transition:background-color .3s ease}.login-prompt-button:hover{background-color:var(--button-hover-bg)}.option-icon-wrapper{align-items:center;background-color:#e0f2f7;border-radius:50%;display:flex;justify-content:center;margin-bottom:20px;padding:20px}.option-icon{height:80px;object-fit:contain;width:80px}.option-text{color:var(--text-color-darker);font-size:1.3em;font-weight:600;line-height:1.4}.read-aloud-section{margin-top:20px;text-align:center}@media (max-width:768px){.hero-title{font-size:2.2em}.hero-description{font-size:1em}.option-card{min-height:220px;padding:25px}.option-icon{height:70px;width:70px}.option-text{font-size:1.1em}}@media (max-width:480px){.hero-section{padding:30px}.hero-title{font-size:1.8em}.options-grid{grid-template-columns:1fr}.option-card{min-height:auto}}.about-container{padding:20px;text-align:center}.about-container h1{color:var(--text-color-darker);margin-bottom:20px}.about-container p{color:var(--text-color);line-height:1.6;margin:0 auto;max-width:800px}.story-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);justify-items:start;padding:10px 0}@media (max-width:992px){.story-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.story-list{grid-template-columns:1fr}}.story-box{background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;cursor:pointer;padding:15px;transition:background-color .3s ease;white-space:normal}.story-box:hover{background-color:#e0e0e0}.story-box-compact{align-items:flex-start;background-color:#f0f0f0;border:1px solid #ddd;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:0;padding:10px;text-align:left;transition:background-color .3s ease;width:100%}.story-box-compact:hover{background-color:#e0e0e0}.story-box-compact p{word-wrap:break-word;display:block;font-size:.9rem;line-height:1.2;margin:0;overflow-wrap:break-word;padding:0;text-align:left;width:100%}.story-box-compact strong{font-weight:600}.story-box.expanded{max-width:600px;min-width:400px;white-space:normal}.expanded-content{margin-top:10px}.memory-section{border:1px solid #ddd;border-radius:5px;margin-bottom:15px;padding:10px}.section-images{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.modal-history-image.favorite{border:3px solid gold}.modal-history{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-history-content{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;height:80vh;max-height:800px;max-width:1200px;overflow-y:auto;padding:20px;position:relative;width:80vw}.history-close-button{cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.modal-history-image{height:auto;margin-top:10px;max-width:100%}.modal-images-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:10px}.modal-images-grid img{border-radius:4px;height:auto;width:100%}.delete-button{align-self:center;background-color:#dc3545;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:8px 15px}.delete-button:hover{background-color:#c82333}.delete-message{color:#28a745;font-weight:700;margin-left:15px}.memory-section-modal{border:1px solid #ddd;border-radius:5px;margin-bottom:15px;overflow:hidden}.section-header{background-color:#f8f9fa;border-bottom:1px solid #ddd;padding:12px 15px;transition:background-color .2s ease}.section-header h5{word-wrap:break-word;flex:1 1;font-size:16px;line-height:1.4;margin:0;overflow-wrap:break-word}.section-header:hover{background-color:#e9ecef}.expand-arrow{color:#666;font-size:18px;transition:transform .2s ease}.section-content{padding:15px}.section-images-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:10px}.modal-sections-content{padding-right:5px}.modal-sections-content::-webkit-scrollbar{width:8px}.modal-sections-content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.modal-sections-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.modal-sections-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.doctor-actions{display:flex;gap:15px;margin-top:20px}.action-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background-color .3s ease}.action-button:hover{background-color:#0056b3}.modal-actions{align-items:center;border-top:1px solid #ddd;display:flex;gap:10px;margin-top:auto;padding-top:15px}.image-popup-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.image-popup-content{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000004d;max-height:90vh;max-width:90vw;padding:20px;position:relative}.image-popup-close{background:none;border:none;color:#333;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px;z-index:1001}.image-popup-close:hover{color:#000}.image-popup-image{display:block;max-height:80vh;max-width:100%;object-fit:contain}.patients-container{margin:0 auto;max-width:1200px;padding:20px}.patients-container h1{color:#333;margin-bottom:30px;text-align:center}.patients-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.search-container{flex:1 1;margin-right:20px;max-width:400px}.search-input{border:1px solid #ddd;border-radius:5px;font-size:16px;padding:10px;width:100%}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 5px #3b82f680;outline:none}.create-patient-btn{background-color:#3b82f6;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s}.create-patient-btn:hover{background-color:#2563eb}.patient-card-actions{display:flex;flex-direction:column;gap:10px;margin-top:15px}.status-badge{border-radius:4px;display:inline-block;font-size:14px;font-weight:400;padding:8px 16px;text-align:center}.status-badge.active{background-color:#dcfce7;border:1px solid #bbf7d0;color:#166534}.status-badge.pending{background-color:#fef3c7;border:1px solid #fde68a;color:#92400e}.modal-content{background-color:#fff;max-height:80vh;width:90%}.modal-content h2{color:#333;margin-top:0}.patient-details p{margin:10px 0}.close-modal-btn{background-color:#6b7280;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:20px;padding:8px 16px}.close-modal-btn:hover{background-color:#4b5563}.patients-list{margin-top:20px}.patients-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.patient-card{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px;transition:box-shadow .3s}.patient-card:hover{box-shadow:0 4px 8px #00000026}.patient-card h3{color:#333;margin-bottom:15px;margin-top:0}.patient-card p{color:#666;margin:8px 0}.view-patient-btn{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;padding:10px 16px;text-align:center;transition:background-color .3s;width:100%}.view-patient-btn:hover{background-color:#2563eb}.view-sessions-btn{background-color:#06b6d4;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;padding:10px 16px;text-align:center;transition:background-color .3s;width:100%}.view-sessions-btn:hover{background-color:#0891b2}.create-patient-container{background:var(--container-color);border-radius:8px;box-shadow:0 2px 10px #0000001a;margin:2rem auto;max-width:600px;padding:2rem}.create-patient-form h1{color:var(--text-color);font-size:2rem;margin-bottom:2rem;text-align:center}.form-group input,.form-group label{color:var(--text-color)}.form-group input{background:var(--input-bg);border:2px solid var(--border-color);border-radius:4px;font-size:1rem;padding:.75rem}.form-group input:focus{border-color:var(--primary-color)}.form-group input.error{border-color:#e74c3c}.error-message{margin-top:.25rem}.submit-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#721c24;margin-bottom:1rem;padding:.75rem;text-align:center}.form-actions{margin-top:2rem}.back-btn,.cancel-btn,.submit-btn{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s ease}.back-btn:hover,.cancel-btn:hover,.submit-btn:hover:not(:disabled){background-color:var(--button-hover-bg)}.cancel-btn:disabled,.submit-btn:disabled{cursor:not-allowed;opacity:.6}.success-message h2{color:#27ae60;margin-bottom:1rem}.success-message p{color:var(--text-color);line-height:1.6;margin-bottom:2rem}.patient-code-display{background:var(--container-color);border:2px solid #27ae60;border-radius:8px;margin:1.5rem 0;padding:1.5rem;text-align:center}.patient-code-display h3{color:var(--text-color);font-size:1.2rem;margin-bottom:1rem}.code-box{background:#f8f9fa;border:2px dashed #27ae60;border-radius:4px;display:inline-block;margin:1rem 0;min-width:120px;padding:1rem}.code-box strong{color:#27ae60;font-family:monospace;font-size:2rem;letter-spacing:.2em}.code-instructions{color:var(--text-color);font-size:.9rem;font-style:italic;margin-top:1rem}@media (max-width:768px){.create-patient-container{margin:1rem;padding:1rem}.form-actions{flex-direction:column}.back-btn,.cancel-btn,.submit-btn{width:100%}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;background:var(--card-background,#fff);border-radius:12px;box-shadow:0 4px 20px #0003;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{border-bottom:1px solid #eee;border-bottom:1px solid var(--border-color,#eee);padding:1.5rem}.modal-header h2{color:var(--text-primary);font-size:1.5rem}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:var(--text-secondary);cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.modal-close:hover{background-color:#f0f0f0;background-color:var(--hover-background,#f0f0f0)}.create-session-form{padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:var(--text-primary);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{border:1px solid #ddd;border:1px solid var(--border-color,#ddd);border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#007bff;border-color:var(--primary-color,#007bff);outline:none}.form-group input.error,.form-group select.error{border-color:#dc3545}.form-help{color:var(--text-secondary);margin-top:.25rem}.error-message,.form-help{display:block;font-size:.875rem}.error-message{color:#dc3545;margin-top:.5rem}.form-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin-bottom:1rem;padding:.75rem}.form-actions{border-top:1px solid #eee;border-top:1px solid var(--border-color,#eee);display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}.btn-cancel,.btn-submit{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-cancel{background-color:#f0f0f0;background-color:var(--secondary-background,#f0f0f0);color:var(--text-primary)}.btn-cancel:hover{background-color:#e0e0e0;background-color:var(--hover-background,#e0e0e0)}.btn-submit{background-color:#007bff;background-color:var(--primary-color,#007bff)}.btn-submit:hover:not(:disabled){background-color:#0056b3;background-color:var(--primary-color-dark,#0056b3)}@media (max-width:576px){.modal-content{border-radius:0;max-height:100vh;max-width:100%}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.pre-evaluation-modal{max-width:600px;width:90%}.modal-body .modal-description{color:#6b7280;font-size:14px;margin-bottom:24px}.form-group label{margin-bottom:8px}.radio-group{align-items:center;display:flex;gap:24px}.radio-label{align-items:center;cursor:pointer;display:inline-flex;font-weight:400}.radio-label input[type=radio]{accent-color:#3b82f6;cursor:pointer;flex-shrink:0;height:20px;margin:0 8px 0 0;vertical-align:middle;width:20px}.radio-label span{color:#374151;font-size:15px;line-height:20px;vertical-align:middle}@media (max-width:640px){.pre-evaluation-modal{margin:20px 0;width:95%}.modal-header h2{font-size:20px}.radio-group{flex-direction:column;gap:12px}}.sessions-container{--color-primary:#3b82f6;--color-secondary:#6b7280;--color-secondary-dark:#4b5563;--text-primary:#1f2937;--text-secondary:#6b7280;--border-color:#e5e7eb;--card-background:#fff;margin:0 auto;max-width:1200px;padding:2rem}.sessions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.sessions-header h1{color:var(--text-primary);font-size:2rem}.btn-create-session{background-color:#10b981;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-create-session:hover{background-color:#059669;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.sessions-empty,.sessions-error,.sessions-loading{color:var(--text-secondary);font-size:1.1rem;padding:3rem;text-align:center}.sessions-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#dc3545;margin-bottom:1rem}.sessions-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.session-card{background:#fff;background:var(--card-background,#fff);border:1px solid #ddd;border:1px solid var(--border-color,#ddd);border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;min-height:280px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.session-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.session-header{align-items:flex-start;border-bottom:1px solid #eee;border-bottom:1px solid var(--border-color,#eee);display:flex;flex-shrink:0;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.session-header h3{color:var(--text-primary);font-size:1.25rem;margin:0}.session-status{flex-shrink:0;font-size:.85rem;padding:.25rem .75rem;text-transform:uppercase}.status-pending{background-color:#fef3c7;color:#92400e}.status-in-progress{background-color:#dbeafe;color:#1e40af}.status-in-evaluation{background-color:#fde68a;color:#92400e}.status-completed{background-color:#dcfce7;color:#166534}.session-details{flex-grow:1;margin-bottom:1.5rem}.session-detail{display:flex;font-size:.95rem;justify-content:space-between;padding:.5rem 0}.session-actions{border-top:1px solid #eee;border-top:1px solid var(--border-color,#eee);display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto;padding-top:1rem}.session-actions button{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;min-width:100px;padding:.75rem 1rem;transition:all .2s}.btn-continue-session,.btn-start-session{background-color:#3b82f6;color:#fff}.btn-continue-session:hover,.btn-start-session:hover{background-color:#2563eb}.btn-view-results,.btn-view-session{background-color:#06b6d4;color:#fff}.btn-view-results:hover,.btn-view-session:hover{background-color:#0891b2}.btn-view-results{background-color:#10b981}.btn-view-results:hover{background-color:#059669}.btn-delete-session{background-color:#ef4444;color:#fff}.btn-delete-session:hover{background-color:#dc2626}@media (max-width:768px){.sessions-container{padding:1rem}.sessions-header{flex-direction:column;gap:1rem}.sessions-header h1{font-size:1.5rem}.btn-create-session{width:100%}.sessions-list{grid-template-columns:1fr}.session-actions{flex-direction:column}.session-actions button{width:100%}}.session-details-container{--color-primary:#3b82f6;--color-secondary:#6b7280;--color-secondary-dark:#4b5563;--text-primary:#1f2937;--text-secondary:#6b7280;margin:0 auto;max-width:1200px;padding:2rem}.session-details-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:2rem}.session-details-header h1{color:var(--text-primary);font-size:2rem;margin:0}.btn-back{background-color:var(--color-secondary);border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:.75rem 1.5rem;transition:background-color .3s ease}.btn-back:hover{background-color:var(--color-secondary-dark);box-shadow:0 4px 8px #00000026}.session-details-content{display:flex;flex-direction:column;gap:2rem}.details-section{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.details-section h2{border-bottom:2px solid var(--color-primary);color:var(--text-primary);font-size:1.5rem;margin:0 0 1.5rem;padding-bottom:.5rem}.details-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-label{color:var(--text-secondary);font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.detail-value{color:var(--text-primary);font-size:1.1rem}.session-status{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;padding:.5rem 1rem}.status-pending{background-color:#fff3cd;color:#856404}.status-in-progress{background-color:#d1ecf1;color:#0c5460}.status-completed{background-color:#d4edda;color:#155724}.info-message{background-color:#e7f3ff;border-left:4px solid var(--color-primary);border-radius:4px;padding:1rem 1.5rem}.info-message p{color:var(--text-primary);margin:0}.no-results{color:var(--text-secondary);font-style:italic}.session-details-loading{align-items:center;color:var(--text-secondary);display:flex;font-size:1.2rem;justify-content:center;min-height:400px}.session-details-error{background-color:#f8d7da;border-radius:12px;color:#721c24;margin:4rem auto;max-width:600px;padding:2rem;text-align:center}.session-details-error p{font-size:1.1rem;margin-bottom:1.5rem}.evaluation-results{background:linear-gradient(135deg,#f5f7fa,#fff)}.evaluation-content{gap:2rem}.story-section{margin-top:1rem}.story-section h3{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem}.story-text{background-color:#fff;border-left:4px solid var(--color-primary);border-radius:8px;box-shadow:0 1px 4px #0000001a;color:var(--text-primary);line-height:1.6;padding:1.5rem;white-space:pre-wrap}.images-container,.sections-container{margin-top:1.5rem}.images-container h3,.sections-container h3{color:var(--text-primary);font-size:1.2rem;margin-bottom:1rem}.section-item{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;margin-bottom:1rem;padding:1.5rem}.section-item h4{color:var(--color-primary);font-size:1.1rem;margin-bottom:.75rem}.section-item p{color:var(--text-primary);margin:.5rem 0}.artwork-info{background-color:#f8f9fa;border-radius:6px;margin-top:1rem;padding:1rem}.artwork-info p{font-size:.95rem;margin:.5rem 0}.images-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.image-item{background-color:#fff;border-radius:8px;box-shadow:0 1px 4px #0000001a;padding:1.5rem}.image-number{color:var(--color-primary);font-size:1rem;font-weight:600;margin-bottom:.75rem}@media (max-width:768px){.session-details-container{padding:1rem}.session-details-header{align-items:flex-start;flex-direction:column}.details-grid{grid-template-columns:1fr}.details-section{padding:1.5rem}.images-grid{grid-template-columns:1fr}}.art-exploration-textbox{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px;min-height:50px;padding:10px;resize:vertical}.images-grid{align-items:center}.generated-image{height:200px;margin-bottom:30px;object-fit:contain}.image-container{align-items:center;background-color:#fff;background-color:var(--container-color,#fff);border:1px solid #eee;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:250px;padding:10px;transition:border-color .2s ease,box-shadow .2s ease}.image-container.selected{border:3px solid var(--button-bg);box-shadow:0 0 15px #06c9}.image-name{background-color:#000000b3;margin-top:20px;padding:5px 0}#images-button{margin-top:0}.modal-content{border-radius:8px;max-width:600px}.close-button{right:15px;top:10px}.modal-image{display:block;margin:0 auto 20px}.choose-button,.modal-info{margin-top:10px}.choose-button{color:var(--button-text);transition:background-color .3s ease}.choose-button:hover{background-color:var(--button-hover-bg)}.buttons-container{flex-wrap:wrap}.art-exploration-textbox{margin-top:20px;width:calc(100% - 40px)}.select-row{margin-bottom:15px}.language-select{width:135px}.Timer_timerContainer__BQjJG{height:200px;margin:0 auto;position:relative;width:200px}.Timer_progressRing__VCjcd{transform:rotate(-90deg)}.Timer_progressRingCircleBg__NjRut{fill:none;stroke:#e2e8f0;stroke-width:10}.Timer_progressRingCircle__YEMS8{fill:none;stroke:#667eea;stroke-width:10;stroke-linecap:round;stroke-dasharray:534;stroke-dashoffset:534;transition:stroke-dashoffset 1s linear,stroke .3s ease}.Timer_progressRingCircle__YEMS8.Timer_complete__fmd56{stroke:#48bb78;stroke-dashoffset:0}.Timer_timeDisplay__lFI-h{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.Timer_timeText__yAlIw{color:#2d3748;font-family:Courier New,monospace;font-size:48px;font-weight:700}.InterruptionModal_overlay__2HT-f{align-items:center;animation:InterruptionModal_fadeIn__juaRi .3s ease-in-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#000000d9;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}@keyframes InterruptionModal_fadeIn__juaRi{0%{opacity:0}to{opacity:1}}.InterruptionModal_modal__IPLJ2{animation:InterruptionModal_slideUp__s1X0v .4s ease-out;background:linear-gradient(135deg,#fff,#f8f9fa);border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:40px;position:relative;width:90%}@keyframes InterruptionModal_slideUp__s1X0v{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.InterruptionModal_content__guZcd{text-align:center}.InterruptionModal_title__mCnOR{color:#2c3e50;font-size:28px;font-weight:700;letter-spacing:1px;margin-bottom:30px;text-transform:uppercase}.InterruptionModal_message__Wz04d{color:#555;font-size:16px;line-height:1.6;margin:25px 0 35px}.InterruptionModal_button__lP0a3{border:none;border-radius:12px;cursor:pointer;font-size:18px;font-weight:600;letter-spacing:.5px;padding:16px 32px;text-transform:uppercase;transition:all .3s ease;width:100%}.InterruptionModal_buttonDisabled__820rZ{background-color:#cbd5e0;color:#718096;cursor:not-allowed;opacity:.6}.InterruptionModal_buttonEnabled__ncqFx{animation:InterruptionModal_pulse__Fn8Mn 2s infinite;background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff}.InterruptionModal_buttonEnabled__ncqFx:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}@keyframes InterruptionModal_pulse__Fn8Mn{0%,to{box-shadow:0 4px 15px #667eea66}50%{box-shadow:0 4px 25px #667eeab3}}@media (max-width:600px){.InterruptionModal_modal__IPLJ2{padding:30px 20px}.InterruptionModal_title__mCnOR{font-size:22px}.InterruptionModal_message__Wz04d{font-size:14px}}.practice-mode-banner,.session-mode-banner{align-items:center;animation:slideInDown .5s ease-out;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;margin:1rem 0 2rem;padding:1.25rem 1.75rem}.session-mode-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-left:5px solid #4c51bf;color:#fff}.practice-mode-banner{background:linear-gradient(135deg,#f093fb,#f5576c);border-left:5px solid #e53e3e;color:#fff}.banner-icon{flex-shrink:0;font-size:2.5rem}.banner-content{flex:1 1}.banner-content h3{font-size:1.35rem;font-weight:600;letter-spacing:.3px;margin:0 0 .5rem}.banner-content p{font-size:1.05rem;line-height:1.5;margin:0;opacity:.95}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.story-textbox{border:1px solid #ccc;border-radius:5px;box-sizing:border-box;font-size:16px;height:200px;margin-top:20px;min-height:50px;padding:20px;resize:vertical;width:calc(100% - 40px)}.submit-button{background-color:var(--button-bg);border:none;border-radius:5px;color:var(--button-text);cursor:pointer;font-size:16px;margin-top:15px;padding:12px 20px;transition:background-color .3s ease}.submit-button:hover{background-color:var(--button-hover-bg)}.images-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(3,1fr)}.generated-image{border-radius:5px;box-shadow:0 2px 5px #000c;cursor:pointer;height:auto;max-width:300px;transition:transform .2s ease;width:100%}.generated-image:hover{transform:scale(1.1)}.image-container{padding-bottom:15%;position:relative;text-align:center}.image-name{background-color:#00000080;border-radius:0 0 5px 5px;bottom:0;color:#fff;font-size:14px;left:0;padding:10px 0;position:absolute;width:100%}.modal{background-color:#000;background-color:#0006;display:block;height:100%;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:1}.modal-content{background-color:#fefefe;border:1px solid #888;margin:15% auto;padding:20px;position:relative;width:80%}.close-button{color:#aaa;font-size:28px;font-weight:700;position:absolute;right:10px;top:-5px}.close-button:focus,.close-button:hover{color:#000;cursor:pointer;text-decoration:none}.modal-image{height:auto;max-width:100%}.modal-info{margin-top:20px;text-align:center}.choose-button{background-color:var(--button-bg);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-bottom:30px;margin-top:-5px;padding:10px 15px}.buttons-container{display:flex;gap:10px;justify-content:center;margin-top:20px}#generated-story p{text-align:left}.input-row{align-items:center;display:flex;flex-direction:column;gap:10px;width:100%}.image-container.selected{border:3px solid #007bff;border-radius:8px}.generated-story{background-color:#f9f9f9;border:1px solid #ddd;border-radius:8px;margin-bottom:20px;padding:15px}.generated-story h3{color:#333;margin-bottom:10px;margin-top:0}.select-row{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-top:5px;width:calc(100% - 40px)}.select-group{align-items:baseline;display:flex;gap:5px}.select-label{color:#333;font-size:16px;white-space:nowrap}.language-select{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;font-size:16px;padding:8px;width:120px}.input-buttons{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}.error-message{box-sizing:border-box;color:red;font-size:.9em;margin-bottom:10px;margin-top:5px;padding-left:20px;text-align:left;width:calc(100% - 40px)}.primary-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 15px #667eea66;color:#fff;font-weight:700;transition:all .3s ease}.primary-button:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.secondary-button{background-color:#6c757d;color:#fff;font-weight:500}.secondary-button:hover:not(:disabled){background-color:#5a6268}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.submit-button:disabled{cursor:not-allowed;opacity:.6}.loading-spinner{animation:spin .8s linear infinite;display:inline-block;font-size:20px}.mode-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a202c;font-size:2.25rem;font-weight:700;letter-spacing:-.5px;margin-bottom:.75rem;text-align:center}.content-box h1{color:#2d3748;font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:1rem}.content-box p{color:#4a5568;font-size:1.15rem;line-height:1.7;margin-bottom:1rem}.content-box p strong{color:#2d3748;font-size:1.2rem;font-weight:600}.instructions-list{counter-reset:instruction-counter;list-style:none;margin-top:1.5rem;padding-left:2.5rem}.instructions-list li{background:linear-gradient(135deg,#f7fafc,#edf2f7);border-left:4px solid #4299e1;border-radius:8px;box-shadow:0 1px 3px #00000014;color:#2d3748;counter-increment:instruction-counter;font-size:1.1rem;line-height:1.6;margin-bottom:1rem;padding:1rem 1.5rem;position:relative;transition:all .2s ease}.instructions-list li:hover{box-shadow:0 2px 6px #0000001f;transform:translateX(4px)}.instructions-list li:before{align-items:center;background:linear-gradient(135deg,#4299e1,#3182ce);border-radius:50%;box-shadow:0 2px 4px #4299e14d;color:#fff;content:counter(instruction-counter);display:flex;font-size:1rem;font-weight:700;height:2rem;justify-content:center;left:-2.5rem;position:absolute;top:50%;transform:translateY(-50%);width:2rem}.box{color:var(--text-color)}.box h1{color:var(--text-color-darker)}.box input[type=password],.box input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:10px;width:100%}.box button[type=submit]{color:var(--button-text)}.box button[type=submit]:hover{background-color:var(--button-hover-bg)}.box{background-color:var(--container-color);border-radius:8px;box-shadow:0 2px 5px #0000001a;font-family:sans-serif;margin:50px auto;padding:30px;width:30%}.box h1{margin-bottom:20px;text-align:center}.box form div{margin-bottom:15px;text-align:center}.box label{display:block;margin-bottom:5px}.box input[type=email],.box input[type=password],.box input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;padding:10px;width:100%}.box button[type=submit]{background-color:var(--button-bg);border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;margin:0 auto;padding:10px 20px}.box button[type=submit]:hover{background-color:#0056b3}.box .error-message{color:red;margin-top:10px}.create-account-link{margin-top:30px;text-align:center}.create-account-link a{color:#007bff;text-decoration:none}.create-account-link a:hover{text-decoration:underline}.role-selection-container{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:20px}.role-selection-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:600px;padding:40px;text-align:center;width:100%}.role-selection-box h1{color:#2c3e50;font-size:2.5rem;margin-bottom:10px}.role-selection-box p{color:#7f8c8d;font-size:1.1rem;margin-bottom:40px}.role-buttons{display:flex;gap:30px;justify-content:center;margin-bottom:40px}.role-button{border:2px solid #0000;border-radius:12px;display:block;min-width:200px;padding:30px 25px;text-decoration:none;transition:all .3s ease}.role-button:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.doctor-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.doctor-button:hover{border-color:#667eea}.patient-button{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.patient-button:hover{border-color:#f093fb}.role-button h2{font-size:1.8rem;margin:0 0 10px}.role-button p{font-size:1rem;margin:0;opacity:.9}.bottom-link{border-top:1px solid #ecf0f1;padding-top:20px;text-align:center}.link-button{background:#3498db;border-radius:5px;color:#000;display:inline-block;font-weight:500;padding:10px 20px;text-decoration:none;transition:background .3s ease}.link-button:hover{background:#2980b9;text-decoration:none}@media (max-width:768px){.role-buttons{flex-direction:column;gap:20px}.role-button{min-width:auto}}.doctor-signup-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:20px}.doctor-signup-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:600px;padding:40px;width:100%}.doctor-signup-box h1{color:#2c3e50;font-size:2.2rem;margin-bottom:30px;text-align:center}.form-row,.signup-button{margin-bottom:20px}.signup-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:15px;transition:all .3s ease;width:100%}.signup-button:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.signup-button:disabled{cursor:not-allowed;opacity:.7}@media (max-width:768px){.form-row{flex-direction:column;gap:0}.doctor-signup-box{padding:30px 20px}}.doctor-login-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:20px}.doctor-login-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px;width:100%}.doctor-login-box h1{color:#2c3e50;font-size:2.2rem;margin-bottom:30px;text-align:center}.login-button{background:linear-gradient(135deg,#667eea,#764ba2)}.login-button:hover:not(:disabled){box-shadow:0 4px 15px #667eea66}.back-button,.signup-link{background:none;border:2px solid #95a5a6;border-radius:6px;color:#95a5a6;cursor:pointer;flex:1 1;font-size:14px;padding:10px;transition:all .3s ease}.signup-link{border-color:#3498db;color:#3498db}.signup-link:hover{background:#3498db;color:#fff}.patient-complete-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:20px}.patient-complete-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-height:80vh;max-width:800px;overflow-y:auto;padding:40px;width:100%}.patient-complete-box h1{color:#2c3e50;font-size:2.2rem;margin-bottom:10px;text-align:center}.patient-complete-box>p{color:#7f8c8d;margin-bottom:30px;text-align:center}.section{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-bottom:30px;padding:20px}.section h3{color:#2c3e50;font-size:1.3rem;margin-bottom:15px}.form-row{display:flex;gap:20px;margin-bottom:15px}.form-row .form-group{flex:1 1}.form-group{margin-bottom:15px}.form-group input,.form-group select,.form-group textarea{border:2px solid #ecf0f1;border-radius:6px;box-sizing:border-box;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3498db;outline:none}.form-group textarea{min-height:80px}.checkbox-group{display:flex;gap:20px;margin-top:15px}.checkbox-label{align-items:center;cursor:pointer;display:flex;font-weight:400;gap:8px}.checkbox-label input[type=checkbox]{margin:0;width:auto}.complete-button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:20px;padding:15px;transition:all .3s ease;width:100%}.complete-button:hover:not(:disabled){box-shadow:0 4px 15px #f5576c66;transform:translateY(-2px)}.complete-button:disabled{cursor:not-allowed;opacity:.7}.back-link{text-align:center}.back-button{background:none;border:2px solid #95a5a6;border-radius:6px;color:#95a5a6;cursor:pointer;font-size:14px;padding:10px 20px;transition:all .3s ease}@media (max-width:768px){.form-row{flex-direction:column;gap:0}.checkbox-group{flex-direction:column;gap:10px}.patient-complete-box{padding:30px 20px}}.patient-login-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;min-height:80vh;padding:20px}.patient-login-box{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;max-width:400px;padding:40px;width:100%}.patient-login-box h1{color:#2c3e50;font-size:2.2rem;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#2c3e50;margin-bottom:5px}.form-group input{border:2px solid #ecf0f1;border-radius:6px;box-sizing:border-box;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.form-group input:focus{border-color:#3498db;outline:none}.login-button{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:20px;padding:15px;transition:all .3s ease;width:100%}.login-button:hover:not(:disabled){box-shadow:0 4px 15px #f5576c66;transform:translateY(-2px)}.login-button:disabled{cursor:not-allowed;opacity:.7}.error-message{background:#fdf2f2;border:1px solid #f5c6cb;border-radius:4px;color:#e74c3c;text-align:center}.links{display:flex;gap:10px;justify-content:space-between}.back-button,.complete-link{background:none;border:2px solid #95a5a6;border-radius:6px;color:#95a5a6;cursor:pointer;flex:1 1;font-size:14px;padding:10px;transition:all .3s ease}.back-button:hover{background:#95a5a6;color:#fff}.complete-link{border-color:#3498db;color:#3498db}.complete-link:hover{background:#3498db;color:#fff}@media (max-width:480px){.links{flex-direction:column}}.results-layout{margin:0 auto;max-width:1400px;padding:2rem;width:100%}.results-header{border-bottom:2px solid #e0e0e0;padding-bottom:1.5rem}.results-header h1,.results-header h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem}.results-meta{display:flex;flex-wrap:wrap;gap:2rem}.meta-item{color:#7f8c8d;font-size:.95rem}.meta-item strong{color:#2c3e50;margin-right:.5rem}.results-story-section{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.results-story-section h2,.results-story-section h3{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.story-section{background:#fff;border-left:4px solid #667eea;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.story-section h2{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.story-content{background-color:#f8f9fa;border-radius:8px;padding:1.5rem}.story-content p{color:#34495e;font-size:1.05rem;line-height:1.8;margin:0;white-space:pre-wrap}.summary-cards-section{margin-bottom:2.5rem}.results-summary{margin-bottom:3rem}.results-summary h2{color:#2c3e50;font-size:1.75rem;margin-bottom:1.5rem}.summary-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.summary-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s,box-shadow .2s}.summary-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.summary-card h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.summary-card.blue{border-top:4px solid #3498db}.summary-card.purple{border-top:4px solid #9b59b6}.summary-card.green{border-top:4px solid #2ecc71}.summary-card.gradient{border-top:4px solid #e74c3c}.summary-card.image-questions-card{border-top:4px solid #667eea}.summary-card.chronological-card{border-top:4px solid #9b59b6}.summary-card.objective-card{border-top:4px solid #3498db}.summary-card.overall-card{border-top:4px solid #f5576c}.card-content{display:flex;flex-direction:column;gap:.75rem}.stat-row{align-items:center;display:flex;font-size:.95rem;justify-content:space-between}.stat-label{color:#7f8c8d}.stat-value{color:#2c3e50;font-size:1.1rem;font-weight:600}.accuracy-bar{background-color:#ecf0f1;border-radius:4px;height:8px;overflow:hidden}.accuracy-fill{border-radius:4px;height:100%;transition:width .5s ease}.summary-card.blue .accuracy-fill{background:linear-gradient(90deg,#3498db,#2980b9)}.summary-card.purple .accuracy-fill{background:linear-gradient(90deg,#9b59b6,#8e44ad)}.summary-card.green .accuracy-fill{background:linear-gradient(90deg,#2ecc71,#27ae60)}.summary-card.gradient .accuracy-fill{background:linear-gradient(90deg,#e74c3c,#c0392b)}.accuracy-fill.image-fill{background:linear-gradient(90deg,#667eea,#764ba2)}.accuracy-fill.chronological-fill{background:linear-gradient(90deg,#9b59b6,#8e44ad)}.accuracy-fill.objective-fill{background:linear-gradient(90deg,#3498db,#2980b9)}.accuracy-fill.overall-fill{background:linear-gradient(90deg,#f093fb,#f5576c)}.accuracy-text{color:#2c3e50;font-size:1.2rem;font-weight:600;text-align:right}.overall-score{font-size:2.5rem;font-weight:700;margin:0;text-align:center}.overall-score,.summary-card.gradient .overall-score{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#e74c3c,#c0392b);-webkit-background-clip:text;background-clip:text}.results-content,.results-questions-section{display:flex;flex-direction:column;gap:2rem}.question-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.question-section.border-blue{border-left:4px solid #3498db}.question-section.border-purple{border-left:4px solid #9b59b6}.question-section.border-green{border-left:4px solid #2ecc71}.question-section.border-red{border-left:4px solid #e74c3c}.question-section h2,.question-section h3{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.questions-list{display:flex;flex-direction:column;gap:2rem}.question-card{background-color:#f8f9fa;border-left:4px solid #bdc3c7;border-radius:12px;padding:1.5rem}.question-card.correct{border-left-color:#28a745}.question-card.incorrect{border-left-color:#dc3545}.question-header{flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.header-left,.question-header{align-items:center;display:flex}.header-left{flex:1 1;gap:.5rem}.header-left h4{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0}.question-number{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-right:.5rem}.question-header h3{color:#2c3e50;flex:1 1;font-size:1.25rem;margin:0}.time-badge{background-color:#6c757d;border-radius:20px;color:#fff;font-size:.875rem;font-weight:500;padding:.4rem .9rem}.question-text-box,.section-text-box{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.question-text-box p,.section-text-box p{color:#2c3e50;font-size:1.05rem;font-weight:500;line-height:1.6;margin:0}.options-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.option-item{align-items:center;background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;padding:1rem 1.5rem;transition:all .2s}.option-item.user-selected{border-width:3px}.option-item.option-user-correct{background-color:#f0fff4;border-color:#28a745}.option-item.option-user-incorrect{background-color:#fff5f5;border-color:#dc3545}.option-item.option-correct{background-color:#d4edda;border-color:#28a745}.option-item.correct-option{background-color:#f0fff4;border-color:#28a745}.option-item.wrong-option{background-color:#fff5f5;border-color:#dc3545}.option-text{color:#2c3e50;flex:1 1;font-size:1rem}.option-badges{display:flex;flex-shrink:0;gap:.5rem}.option-badges .badge{border-radius:20px;font-size:.75rem;font-weight:600;padding:.375rem .75rem;text-transform:uppercase;white-space:nowrap}.option-badges .badge-user{background-color:#007bff;color:#fff}.option-item.option-user-correct .badge-user{background-color:#28a745}.option-item.option-user-incorrect .badge-user{background-color:#dc3545}.option-badges .badge-correct{background-color:#28a745;color:#fff}.option-badges .user-badge{background-color:#007bff;color:#fff}.option-item.correct-option .user-badge{background-color:#28a745}.option-item.wrong-option .user-badge{background-color:#dc3545}.option-badges .correct-badge{background-color:#28a745;color:#fff}.answer-summary{border-radius:8px;font-weight:600;margin-top:2rem;padding:1rem 1.5rem}.answer-summary.correct{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.answer-summary.incorrect{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.answer-summary p{font-size:1rem;margin:0}.images-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:2rem}.image-card{background-color:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s}.image-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.image-card img{display:block;height:200px;object-fit:cover;width:100%}.image-info{background-color:#f8f9fa;padding:1rem}.image-name{color:#333;font-size:.875rem;font-weight:600;margin:0}.image-card.user-selected{border-width:3px}.image-card-user-correct{border-color:#28a745;box-shadow:0 0 0 2px #28a74533}.image-card-user-incorrect{border-color:#dc3545;box-shadow:0 0 0 2px #dc354533}.image-card-correct{border-color:#ffc107;box-shadow:0 0 0 2px #ffc10733}.image-card.correct-answer{background-color:#f0fff4;border-color:#28a745}.image-card.wrong-answer{background-color:#fff5f5;border-color:#dc3545}.image-badge{border-radius:16px;box-shadow:0 2px 4px #0003;font-size:.8rem;font-weight:600;padding:.35rem .75rem;position:absolute;right:8px;top:8px}.image-badge.badge-user{background-color:#007bff;color:#fff}.image-card-user-correct .image-badge.badge-user{background-color:#28a745}.image-card-user-incorrect .image-badge.badge-user{background-color:#dc3545}.image-badge.badge-correct{background-color:#28a745;color:#fff}.image-badge.badge-distractor{background-color:#ffc107;bottom:45px;color:#856404;right:8px;top:auto}.selection-badge{border-radius:20px;box-shadow:0 2px 4px #0003;font-size:.75rem;font-weight:600;padding:.5rem .75rem;position:absolute;right:10px;text-transform:uppercase;top:10px}.image-card .user-badge{background-color:#007bff;color:#fff}.image-card.correct-answer .user-badge{background-color:#28a745}.image-card.wrong-answer .user-badge{background-color:#dc3545}.correct-badge{background-color:#28a745;color:#fff}.distractor-badge{background-color:#ffc107;border-radius:4px;bottom:70px;color:#333;font-size:.7rem;font-weight:600;left:10px;padding:.25rem .5rem;position:absolute}.chronological-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.result-badge{border-radius:20px;font-size:.95rem;font-weight:600;padding:.5rem 1rem}.result-badge.correct-badge{background-color:#28a745;color:#fff}.result-badge.partial-badge{background-color:#ffc107;color:#856404}.chronological-comparison{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:2rem;margin-top:1.5rem}.order-column{display:flex;flex-direction:column;gap:1rem}.order-column h4,.order-column h5,.order-title{color:#2c3e50;font-size:1.1rem;font-weight:600;margin:0 0 1rem}.arts-order-list,.order-list{display:flex;flex-direction:column;gap:1rem}.art-order-item,.order-item{align-items:center;background-color:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.art-order-item:hover{box-shadow:0 2px 8px #0000001a}.art-order-correct,.order-item.correct{background-color:#d4edda;border-color:#28a745}.art-order-incorrect,.order-item.incorrect{background-color:#f8d7da;border-color:#dc3545}.art-order-reference{background-color:#d4edda;border-color:#28a745}.order-number{font-size:1.3rem;min-width:35px;text-align:center}.order-number,.position-number{color:#2c3e50;flex-shrink:0;font-weight:700}.position-number{font-size:1.2rem;min-width:30px}.order-art-info,.order-event-info{display:flex;flex:1 1;flex-direction:column;min-width:0}.order-art-name{color:#2c3e50;font-size:.95rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-text{color:#2c3e50;font-size:1rem;font-weight:500;line-height:1.5;margin:0}.position-badge{flex-shrink:0;font-size:1.3rem;font-weight:700}.badge-correct-position{color:#28a745}.badge-incorrect-position{color:#dc3545}.position-indicator{flex-shrink:0;font-size:1.5rem;font-weight:700;min-width:30px;text-align:center}.position-indicator.correct{color:#28a745}.position-indicator.incorrect{color:#dc3545}.question-instructions{color:#7f8c8d;font-size:.95rem;font-style:italic;margin:1rem 0}.story-question-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.story-answer-section h5,.story-prompt-section h5,.story-reference-section h5{align-items:center;color:#2c3e50;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0 0 .75rem}.story-prompt-section h5:before{content:"❓";font-size:1.2rem}.story-answer-section h5:before{content:"✍️";font-size:1.2rem}.story-reference-section h5:before{content:"📖";font-size:1.2rem}.story-prompt-text{background-color:#e3f2fd;border-left:4px solid #2196f3;border-radius:6px;color:#0d47a1;font-size:1rem;font-weight:500;line-height:1.6;margin:0;padding:1rem 1.25rem}.story-answer-box,.story-reference-box{background-color:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;min-height:120px;padding:1.5rem;transition:border-color .3s ease}.story-answer-box:hover,.story-reference-box:hover{border-color:#2ecc71}.story-answer-text,.story-reference-text{word-wrap:break-word;color:#34495e;font-size:1rem;line-height:1.8;margin:0;white-space:pre-wrap}.story-no-answer{color:#95a5a6;font-style:italic;margin:0;padding:2rem;text-align:center}.story-completion-note{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 2px 8px #667eea4d;color:#fff;display:flex;font-size:.95rem;font-weight:500;gap:.75rem;padding:1rem 1.5rem}.completion-icon{flex-shrink:0;font-size:1.5rem}.story-answer{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem}.answer-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1rem}.answer-label{color:#2c3e50;font-size:1rem;font-weight:600}.answer-text{color:#34495e;font-size:1rem;line-height:1.6;margin:0;white-space:pre-wrap}.section-text{background-color:#fff;border:1px solid #e0e0e0;border-left:4px solid #667eea;border-radius:8px;margin-bottom:1.5rem;padding:1.25rem}.section-text p{color:#2c3e50;font-size:1.05rem;line-height:1.6;margin:0}@media (max-width:768px){.results-layout{padding:1rem}.results-header h1{font-size:1.5rem}.results-meta{flex-direction:column;gap:.5rem}.summary-cards{grid-template-columns:1fr}.question-card{padding:1.25rem}.images-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-card img{height:150px}.question-header{align-items:flex-start;flex-direction:column}.chronological-comparison{grid-template-columns:1fr}.option-item{align-items:flex-start;flex-direction:column;gap:.5rem}.option-badges{justify-content:flex-start;width:100%}}@media (max-width:480px){.images-grid{grid-template-columns:1fr}.overall-score{font-size:2rem}}.evaluations-info-modal{max-width:700px;width:90%}.modal-header{align-items:center;border-bottom:2px solid #e5e7eb;margin-bottom:24px;padding-bottom:16px}.modal-header h2{color:#1f2937;font-size:24px;font-weight:600;margin:0}.modal-close-btn{transition:color .2s}.modal-close-btn:hover{color:#374151}.modal-body{max-height:60vh;overflow-y:auto}.evaluation-section{margin-bottom:32px}.evaluation-section:last-child{margin-bottom:0}.evaluation-section h3{border-bottom:1px solid #e5e7eb;color:#374151;font-size:18px;font-weight:600;margin:0 0 16px;padding-bottom:8px}.evaluation-content{gap:16px}.eval-item,.evaluation-content{display:flex;flex-direction:column}.eval-item{gap:4px}.eval-item.full-width{width:100%}.eval-label{color:#6b7280;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.eval-value{padding:8px 12px}.eval-text,.eval-value{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#1f2937;font-size:15px}.eval-text{line-height:1.6;white-space:pre-wrap}.eval-text,.no-data{margin:0;padding:12px}.no-data{background-color:#f9fafb;border-radius:6px;color:#9ca3af;font-style:italic;text-align:center}.rating-display{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.rating-display-button{align-items:center;background-color:#fff;border:2px solid #d1d5db;border-radius:8px;color:#6b7280;display:flex;font-size:15px;font-weight:500;height:38px;justify-content:center;transition:all .2s;width:38px}.rating-display-button.selected{background-color:#10b981;border-color:#10b981;box-shadow:0 2px 8px #10b9814d;color:#fff;font-weight:600}.btn-close{background-color:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 24px;transition:all .2s}.btn-close:hover{background-color:#4b5563}@media (max-width:640px){.evaluations-info-modal{margin:20px 0;width:95%}.modal-header h2{font-size:20px}.evaluation-section h3{font-size:16px}}.results-container{margin:0 auto;max-width:1400px;padding:2rem}.results-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem}.results-header h1{color:#333;flex:1 1;font-size:2rem}.btn-back{background-color:#6c757d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s}.btn-back:hover{background-color:#5a6268}.btn-view-evaluations{background-color:#3b82f6;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s;white-space:nowrap}.btn-view-evaluations:hover:not(:disabled){background-color:#2563eb}.btn-view-evaluations:disabled{cursor:not-allowed;opacity:.6}.results-info{background-color:#f8f9fa;border-radius:8px;display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:2rem;padding:1.5rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{color:#666;font-size:.875rem;font-weight:600;text-transform:uppercase}.info-value{color:#333;font-size:1.125rem}.results-loading{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:50vh}.results-error{background-color:#fff3cd;border:1px solid #ffc107;border-radius:8px;margin-top:2rem;padding:2rem;text-align:center}.results-error h2{color:#856404;margin-bottom:1rem}.results-error p{color:#856404;margin-bottom:1.5rem}.results-not-completed{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid #dee2e6;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-top:2rem;padding:3rem 2rem;text-align:center}.not-completed-icon{animation:pulse 2s ease-in-out infinite;font-size:4rem;margin-bottom:1rem}.results-not-completed h2{color:#495057;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.results-not-completed p{color:#6c757d;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.results-not-completed .btn-back{background-color:#007bff;font-size:1.125rem;padding:.75rem 2rem}.results-not-completed .btn-back:hover{background-color:#0056b3}@media (max-width:768px){.results-container{padding:1rem}.results-header{align-items:flex-start;flex-direction:column}.results-header h1{font-size:1.5rem}.results-info{flex-direction:column;gap:1rem}}.question-read-aloud-button{align-items:center;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-left:1rem;padding:.5rem 1rem;transition:all .2s ease}.question-read-aloud-button:hover{box-shadow:0 4px 8px #4f46e54d;transform:translateY(-1px)}.question-read-aloud-button.reading{animation:pulse 1.5s ease-in-out infinite;background:linear-gradient(135deg,#dc2626,#ea580c)}.question-read-aloud-button .icon{font-size:1rem}.question-read-aloud-button .text{white-space:nowrap}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}@media (max-width:768px){.question-read-aloud-button{font-size:.8rem;margin-left:.5rem;padding:.4rem .8rem}.question-read-aloud-button .text{display:none}.question-read-aloud-button .icon{font-size:1.2rem}}.ImageRecognitionQuestion_container__DuOns{padding:2rem 0}.ImageRecognitionQuestion_questionHeader__yg7LC{margin-bottom:2rem;text-align:center}.ImageRecognitionQuestion_questionHeader__yg7LC h2{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:1.8rem;gap:.5rem;justify-content:center;margin-bottom:1rem}.ImageRecognitionQuestion_instruction__7Jlxd{color:#666;font-size:1.1rem;line-height:1.6}.ImageRecognitionQuestion_sectionText__K5lIv{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.ImageRecognitionQuestion_sectionText__K5lIv h3{color:#667eea;font-size:1.1rem;margin:0 0 .5rem}.ImageRecognitionQuestion_sectionText__K5lIv p{color:#333;font-size:1rem;line-height:1.6;margin:0}.ImageRecognitionQuestion_imagesGrid__vtu1u{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.ImageRecognitionQuestion_imageContainer__v3EGj{background:#fff;border:3px solid #0000;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;position:relative;transition:all .3s ease}.ImageRecognitionQuestion_imageContainer__v3EGj:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-4px)}.ImageRecognitionQuestion_imageContainer__v3EGj.ImageRecognitionQuestion_selected__0yA0x{border-color:#667eea;box-shadow:0 4px 20px #667eea66}.ImageRecognitionQuestion_image__A2kHL{display:block;height:200px;object-fit:cover;width:100%}.ImageRecognitionQuestion_imageName__aZsGL{background:#fff;color:#666;display:block;font-size:.9rem;padding:.75rem;text-align:center}.ImageRecognitionQuestion_buttonContainer__VLfkJ{display:flex;justify-content:center;padding:1rem 0}.ImageRecognitionQuestion_submitButton__2HUB-{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 3rem;transition:all .3s ease}.ImageRecognitionQuestion_submitButton__2HUB-:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.ImageRecognitionQuestion_submitButton__2HUB-:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:768px){.ImageRecognitionQuestion_imagesGrid__vtu1u{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ImageRecognitionQuestion_image__A2kHL{height:150px}.ImageRecognitionQuestion_questionHeader__yg7LC h2{font-size:1.4rem}.ImageRecognitionQuestion_instruction__7Jlxd{font-size:1rem}}.ObjectiveQuestions_container__NXuXS{padding:2rem 0}.ObjectiveQuestions_questionHeader__wOD7A{margin-bottom:2rem;text-align:center}.ObjectiveQuestions_questionHeader__wOD7A h2{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:1.8rem;gap:.5rem;justify-content:center;margin:0}.ObjectiveQuestions_questionText__jb2ZY{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.ObjectiveQuestions_questionText__jb2ZY p{color:#333;font-size:1.2rem;line-height:1.6;margin:0}.ObjectiveQuestions_answerSection__VazJ1{margin-bottom:2rem;min-height:200px}.ObjectiveQuestions_optionsContainer__voDb-{display:flex;flex-direction:column;gap:.75rem}.ObjectiveQuestions_optionItem__zv\+6f{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;padding:.85rem 1rem;transition:all .3s ease}.ObjectiveQuestions_optionItem__zv\+6f:hover{background:#f8f9ff;border-color:#667eea}.ObjectiveQuestions_optionItem__zv\+6f:has(input:checked){background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.ObjectiveQuestions_checkboxInput__wLNKp,.ObjectiveQuestions_radioInput__MI-Ih{cursor:pointer;height:20px;margin-right:.75rem;width:20px}.ObjectiveQuestions_optionLabelText__gcZId{color:#333;font-size:1rem}.ObjectiveQuestions_scaleContainer__SS3LI{padding:1rem 0}.ObjectiveQuestions_scaleOptions__nl3PT{display:flex;flex-direction:column;gap:1rem}.ObjectiveQuestions_scaleOption__sJFC1{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:all .3s ease}.ObjectiveQuestions_scaleOption__sJFC1:hover{background:#f8f9ff;border-color:#667eea}.ObjectiveQuestions_scaleOption__sJFC1:has(input:checked){background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.ObjectiveQuestions_radioInput__MI-Ih{cursor:pointer;height:20px;margin-right:1rem;width:20px}.ObjectiveQuestions_scaleLabel__QHysA{align-items:center;display:flex;flex:1 1;gap:1rem}.ObjectiveQuestions_scaleNumber__mZkDA{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:700;height:35px;justify-content:center;width:35px}.ObjectiveQuestions_scaleLabelText__wiG-p{color:#333;font-size:1rem}.ObjectiveQuestions_yesNoContainer__seq7e{display:flex;gap:2rem;justify-content:center;padding:2rem 0}.ObjectiveQuestions_yesNoOption__XWebp{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;justify-content:center;min-width:150px;padding:1.5rem 3rem;transition:all .3s ease}.ObjectiveQuestions_yesNoOption__XWebp:hover{background:#f8f9ff;border-color:#667eea}.ObjectiveQuestions_yesNoOption__XWebp:has(input:checked){background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea}.ObjectiveQuestions_yesNoOption__XWebp .ObjectiveQuestions_radioInput__MI-Ih{margin-right:.75rem}.ObjectiveQuestions_optionLabel__PkAAg{color:#333;font-size:1.1rem;font-weight:500}.ObjectiveQuestions_textContainer__BfGU8{padding:1rem 0}.ObjectiveQuestions_textarea__eZ3cG{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}.ObjectiveQuestions_textarea__eZ3cG:focus{border-color:#667eea;outline:none}.ObjectiveQuestions_textarea__eZ3cG::placeholder{color:#999}.ObjectiveQuestions_buttonContainer__-t92D{display:flex;justify-content:center;padding:1rem 0}.ObjectiveQuestions_submitButton__OhaKC{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 3rem;transition:all .3s ease}.ObjectiveQuestions_submitButton__OhaKC:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.ObjectiveQuestions_submitButton__OhaKC:disabled{cursor:not-allowed;opacity:.5;transform:none}@media (max-width:768px){.ObjectiveQuestions_yesNoContainer__seq7e{align-items:stretch;flex-direction:column;gap:1rem}.ObjectiveQuestions_yesNoOption__XWebp{padding:1rem 2rem}.ObjectiveQuestions_questionHeader__wOD7A h2{font-size:1.4rem}.ObjectiveQuestions_questionText__jb2ZY p{font-size:1rem}}.ProgressBar_container__vf2LC{width:100%}.ProgressBar_info__tq04N{align-items:center;color:#666;display:flex;justify-content:space-between;margin-bottom:.5rem}.ProgressBar_text__8uyNC{font-size:.95rem;font-weight:500}.ProgressBar_percentage__RulQT{color:#667eea;font-size:.95rem;font-weight:700}.ProgressBar_barBackground__ydw8t{background-color:#e0e0e0;border-radius:10px;height:10px;overflow:hidden;width:100%}.ProgressBar_barFill__WA-mb{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;height:100%;transition:width .5s ease}@media (max-width:768px){.ProgressBar_info__tq04N{align-items:flex-start;flex-direction:column;gap:.25rem}}.pos-evaluation-modal{max-width:650px;width:90%}.modal-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:15px}.modal-header .modal-description{color:#6b7280;flex:1 1;font-size:14px;line-height:1.5;margin:0;padding-right:12px}.modal-close-btn{align-items:center;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;flex-shrink:0;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;width:32px}.modal-close-btn:hover:not(:disabled){color:#374151}.modal-close-btn:disabled{cursor:not-allowed;opacity:.5}.modal-body{margin-bottom:24px}.form-group{margin-bottom:28px}.form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:12px}.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:14px;padding:10px 12px;resize:vertical;transition:border-color .2s;width:100%}.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.char-counter{color:#6b7280;font-size:12px;margin-top:4px;text-align:right}.required-asterisk{color:#dc2626;font-weight:600;margin-left:4px}.rating-group{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.rating-button{align-items:center;background-color:#fff;border:2px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:42px;justify-content:center;transition:all .2s;width:42px}.rating-button:hover:not(:disabled){background-color:#eff6ff;border-color:#3b82f6}.rating-button.selected{background-color:#3b82f6;border-color:#3b82f6;color:#fff}.rating-button:disabled{cursor:not-allowed;opacity:.5}.rating-labels{color:#6b7280;display:flex;font-size:12px;justify-content:space-between;margin-top:4px}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding-top:20px}.btn-submit{background-color:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 24px;transition:all .2s}.btn-submit:hover:not(:disabled){background-color:#2563eb}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;font-size:14px;margin-bottom:20px;padding:12px}@media (max-width:640px){.pos-evaluation-modal{margin:20px 0;width:95%}.rating-group{gap:6px}.rating-button{font-size:14px;height:38px;width:38px}}.MemoryEvaluation_container__bG-DE{background-color:#f5f5f5;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.MemoryEvaluation_header__co4mO{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.MemoryEvaluation_header__co4mO h1{color:#333;font-size:2rem;margin:0 0 1.5rem}.MemoryEvaluation_content__U1ciL{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-height:400px;padding:2rem}.MemoryEvaluation_completion__d6Mkm{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.MemoryEvaluation_completionCard__7QC90{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 10px 30px #0003;color:#fff;max-width:600px;padding:3rem;text-align:center}.MemoryEvaluation_completionCard__7QC90 h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.MemoryEvaluation_completionCard__7QC90 p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.MemoryEvaluation_saveButton__zlabc{background:#fff;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 3rem;transition:all .3s ease}.MemoryEvaluation_saveButton__zlabc:hover:not(:disabled){box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.MemoryEvaluation_saveButton__zlabc:disabled{cursor:not-allowed;opacity:.6}.MemoryEvaluation_savingIndicator__NBiVh{animation:MemoryEvaluation_slideIn__EML7L .3s ease-out;background:#667eea;border-radius:8px;box-shadow:0 4px 15px #0003;color:#fff;font-weight:500;padding:1rem 1.5rem;position:fixed;right:20px;top:20px;z-index:1000}@keyframes MemoryEvaluation_slideIn__EML7L{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.MemoryEvaluation_error__setLK,.MemoryEvaluation_loading__qOAXO{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:400px}.MemoryEvaluation_error__setLK{color:#d32f2f}@media (max-width:768px){.MemoryEvaluation_container__bG-DE{padding:1rem}.MemoryEvaluation_header__co4mO h1{font-size:1.5rem}.MemoryEvaluation_completionCard__7QC90{padding:2rem}.MemoryEvaluation_completionCard__7QC90 h2{font-size:1.8rem}.MemoryEvaluation_completionCard__7QC90 p{font-size:1rem}}.ImageRecallQuestion_container__2gxdz{padding:2rem 0}.ImageRecallQuestion_header__X1TU7{margin-bottom:1.5rem;text-align:center}.ImageRecallQuestion_header__X1TU7 h2{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.ImageRecallQuestion_instruction__RHpF6{color:#666}.ImageRecallQuestion_grid__-TXiG{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ImageRecallQuestion_imageContainer__8uyKT{background:#fff;border:3px solid #0000;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:all .2s ease}.ImageRecallQuestion_imageContainer__8uyKT:hover{transform:translateY(-3px)}.ImageRecallQuestion_selected__GpfNh{border-color:#667eea;box-shadow:0 4px 20px #667eea66}.ImageRecallQuestion_image__SNla5{display:block;height:200px;object-fit:cover;width:100%}.ImageRecallQuestion_caption__cFLUf{color:#555;display:block;padding:.5rem;text-align:center}.ImageRecallQuestion_buttonRow__yvz2W{display:flex;justify-content:center;margin-top:1.5rem}.ImageRecallQuestion_primary__7tR20{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem 2rem;transition:all .3s ease}.ImageRecallQuestion_primary__7tR20:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.ImageRecallQuestion_primary__7tR20:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.StoryWritingQuestion_container__68He6{margin:0 auto;max-width:800px;padding:2rem 0}.StoryWritingQuestion_questionHeader__azKg4{margin-bottom:2rem;text-align:center}.StoryWritingQuestion_questionHeader__azKg4 h2{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:1.8rem;gap:.5rem;justify-content:center;margin:0}.StoryWritingQuestion_instructionSection__61E\+t{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.StoryWritingQuestion_instruction__\+ksmO{color:#333;font-size:1.1rem;line-height:1.6;margin:0}.StoryWritingQuestion_textareaContainer__nW2Qu{margin-bottom:2rem;position:relative}.StoryWritingQuestion_storyTextarea__C1D87{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:1rem;line-height:1.6;min-height:300px;padding:1rem;resize:vertical;transition:border-color .3s ease;width:100%}.StoryWritingQuestion_storyTextarea__C1D87:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.StoryWritingQuestion_storyTextarea__C1D87::placeholder{color:#999;font-style:italic}.StoryWritingQuestion_charCount__m\+-A3{bottom:-1.5rem;color:#666;font-size:.875rem;position:absolute;right:0}.StoryWritingQuestion_buttonContainer__Uh5XI{display:flex;justify-content:center}.StoryWritingQuestion_submitButton__BESM\+{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.StoryWritingQuestion_submitButton__BESM\+:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.StoryWritingQuestion_submitButton__BESM\+:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.StoryWritingQuestion_container__68He6{padding:1rem}.StoryWritingQuestion_questionHeader__azKg4 h2{font-size:1.5rem}.StoryWritingQuestion_instructionSection__61E\+t{padding:1rem}.StoryWritingQuestion_storyTextarea__C1D87{font-size:.95rem;min-height:250px}.StoryWritingQuestion_submitButton__BESM\+{font-size:.95rem;min-width:180px;padding:.875rem 1.5rem}}.DraggableEventItem_eventItem__YWqL1{align-items:center;background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:grab;display:flex;padding:.75rem;transition:all .3s ease}.DraggableEventItem_eventItem__YWqL1:hover{border-color:#667eea;box-shadow:0 4px 8px #667eea33;transform:translateY(-2px)}.DraggableEventItem_eventItem__YWqL1:active{cursor:grabbing}.DraggableEventItem_eventItem__YWqL1.DraggableEventItem_dragging__FgLqc{box-shadow:0 8px 16px #667eea4d;opacity:.5;transform:scale(1.05);z-index:1000}.DraggableEventItem_eventItem__YWqL1.DraggableEventItem_selected__olFgt{background:#667eea26;border-color:#667eea;box-shadow:0 4px 12px #667eea66;transform:scale(1.02)}.DraggableEventItem_dragHandle__GhIci{align-items:center;color:#999;cursor:grab;display:flex;font-size:.8rem;height:24px;justify-content:center;margin-right:.75rem;width:24px}.DraggableEventItem_dragIcon__UhC\+V{letter-spacing:-2px;writing-mode:vertical-lr}.DraggableEventItem_eventText__TT-3h{color:#333;flex:1 1;font-weight:500;line-height:1.4}@media (hover:none) and (pointer:coarse){.DraggableEventItem_eventItem__YWqL1{font-size:1.05rem;padding:1rem}.DraggableEventItem_eventItem__YWqL1:hover{transform:none}.DraggableEventItem_dragHandle__GhIci{height:28px;margin-right:1rem;width:28px}}@media (prefers-contrast:high){.DraggableEventItem_eventItem__YWqL1{border-color:#000;border-width:3px}.DraggableEventItem_eventItem__YWqL1:hover{border-color:#06c}}@media (prefers-reduced-motion:reduce){.DraggableEventItem_eventItem__YWqL1{transition:none}.DraggableEventItem_eventItem__YWqL1.DraggableEventItem_dragging__FgLqc,.DraggableEventItem_eventItem__YWqL1:hover{transform:none}}.DropZone_dropZone__yHa\+Z{align-items:center;background:#fff;border:2px dashed #ccc;border-radius:8px;display:flex;min-height:60px;padding:.75rem;transition:all .3s ease}.DropZone_dropZone__yHa\+Z.DropZone_dropTarget__BUzBM{background:#667eea1a;border-color:#667eea;border-style:solid;transform:scale(1.02)}.DropZone_dropZone__yHa\+Z.DropZone_filled__x1ExM{background:#28a7451a;border-color:#28a745;border-style:solid}.DropZone_dropZone__yHa\+Z.DropZone_selectable__nN1vX{animation:DropZone_pulse__jRuz- 1.5s ease-in-out infinite;background:#667eea0d;border-color:#667eea;border-style:dashed}.DropZone_dropZone__yHa\+Z.DropZone_selectable__nN1vX:hover{background:#667eea26;border-color:#5568d3}@keyframes DropZone_pulse__jRuz-{0%,to{opacity:1}50%{opacity:.7}}.DropZone_positionNumber__3HClD{align-items:center;background:#667eea;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:600;height:32px;justify-content:center;margin-right:.75rem;width:32px}.DropZone_dropContent__1Yxdt{align-items:center;display:flex;flex:1 1;min-height:40px}.DropZone_dropPlaceholder__60kKd{color:#999;font-style:italic;padding:.5rem;text-align:center;width:100%}.DropZone_placedEvent__DuCLg{align-items:center;background:#28a7451a;border:1px solid #28a745;border-radius:6px;display:flex;justify-content:space-between;padding:.5rem .75rem;width:100%}.DropZone_eventText__rZiCq{color:#333;flex:1 1;font-weight:500}.DropZone_removeButton__rpegM{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:24px;justify-content:center;line-height:1;margin-left:.5rem;transition:all .2s ease;width:24px}.DropZone_removeButton__rpegM:hover{background:#c82333;transform:scale(1.1)}.DropZone_dropZone__yHa\+Z.DropZone_filled__x1ExM .DropZone_positionNumber__3HClD{background:#28a745}@keyframes DropZone_dropSuccess__jgRA9{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.DropZone_dropZone__yHa\+Z.DropZone_filled__x1ExM{animation:DropZone_dropSuccess__jgRA9 .3s ease}@media (hover:none) and (pointer:coarse){.DropZone_dropZone__yHa\+Z{min-height:70px;padding:1rem}.DropZone_positionNumber__3HClD{height:36px;margin-right:1rem;width:36px}.DropZone_removeButton__rpegM{font-size:1.4rem;height:28px;width:28px}}@media (prefers-contrast:high){.DropZone_dropZone__yHa\+Z{border-color:#000;border-width:3px}.DropZone_dropZone__yHa\+Z.DropZone_dropTarget__BUzBM{border-color:#06c}.DropZone_dropZone__yHa\+Z.DropZone_filled__x1ExM{border-color:green}}@media (prefers-reduced-motion:reduce){.DropZone_dropZone__yHa\+Z{transition:none}.DropZone_dropZone__yHa\+Z.DropZone_dropTarget__BUzBM{transform:none}.DropZone_dropZone__yHa\+Z.DropZone_filled__x1ExM{animation:none}.DropZone_removeButton__rpegM{transition:none}.DropZone_removeButton__rpegM:hover{transform:none}}.ChronologyOrderQuestion_container__0mu74{margin:0 auto;max-width:1000px;padding:2rem 0}.ChronologyOrderQuestion_questionHeader__U8x5c{margin-bottom:2rem;text-align:center}.ChronologyOrderQuestion_questionHeader__U8x5c h2{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:1.8rem;gap:.5rem;justify-content:center;margin:0}.ChronologyOrderQuestion_instructionSection__ztVDf{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.ChronologyOrderQuestion_instruction__5P3bT{color:#333;font-size:1.1rem;line-height:1.6;margin:0}.ChronologyOrderQuestion_gameArea__2MI7v{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem;min-height:400px}.ChronologyOrderQuestion_sectionTitle__p4HEl{border-bottom:2px solid #e0e0e0;color:#333;font-size:1.2rem;margin-bottom:1rem;padding-bottom:.5rem}.ChronologyOrderQuestion_eventsPool__IBbkz{background:#fafafa;border:2px dashed #ddd;border-radius:12px;padding:1.5rem}.ChronologyOrderQuestion_eventsList__zdh0y{display:flex;flex-direction:column;gap:.75rem;min-height:200px}.ChronologyOrderQuestion_chronologyArea__6wlE7{background:#f8f9ff;border:2px solid #e0e6ff;border-radius:12px;padding:1.5rem}.ChronologyOrderQuestion_dropZonesList__LLG-J{display:flex;flex-direction:column;gap:.75rem;min-height:200px}.ChronologyOrderQuestion_buttonContainer__LWj2v{display:flex;justify-content:center;margin-top:2rem}.ChronologyOrderQuestion_submitButton__8TH-\+{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:200px;padding:1rem 2rem;transition:all .3s ease}.ChronologyOrderQuestion_submitButton__8TH-\+:hover:not(:disabled){box-shadow:0 4px 15px #667eea66;transform:translateY(-2px)}.ChronologyOrderQuestion_submitButton__8TH-\+:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.ChronologyOrderQuestion_container__0mu74{padding:1rem}.ChronologyOrderQuestion_gameArea__2MI7v{gap:1.5rem;grid-template-columns:1fr}.ChronologyOrderQuestion_questionHeader__U8x5c h2{font-size:1.5rem}.ChronologyOrderQuestion_chronologyArea__6wlE7,.ChronologyOrderQuestion_eventsPool__IBbkz,.ChronologyOrderQuestion_instructionSection__ztVDf{padding:1rem}.ChronologyOrderQuestion_submitButton__8TH-\+{font-size:.95rem;min-width:180px;padding:.875rem 1.5rem}}.ArtEvaluation_container__D6TSz{background-color:#f5f5f5;margin:0 auto;max-width:1200px;min-height:100vh;padding:2rem}.ArtEvaluation_header__nIrJH{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.ArtEvaluation_header__nIrJH h1{color:#333;font-size:2rem;margin:0 0 1.5rem}.ArtEvaluation_content__zmm6o{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;min-height:400px;padding:2rem}.ArtEvaluation_completion__NTO2n{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.ArtEvaluation_completionCard__kvWul{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 10px 30px #0003;color:#fff;max-width:600px;padding:3rem;text-align:center}.ArtEvaluation_completionCard__kvWul h2{font-size:2.5rem;font-weight:700;margin:0 0 1rem}.ArtEvaluation_completionCard__kvWul p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem}.ArtEvaluation_saveButton__psJNZ{background:#fff;border:none;border-radius:50px;box-shadow:0 4px 15px #0003;color:#667eea;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 3rem;transition:all .3s ease}.ArtEvaluation_saveButton__psJNZ:hover:not(:disabled){box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.ArtEvaluation_saveButton__psJNZ:disabled{cursor:not-allowed;opacity:.6}@media (max-width:768px){.ArtEvaluation_container__D6TSz{padding:1rem}.ArtEvaluation_header__nIrJH h1{font-size:1.5rem}.ArtEvaluation_completionCard__kvWul{padding:2rem}.ArtEvaluation_completionCard__kvWul h2{font-size:1.8rem}.ArtEvaluation_completionCard__kvWul p{font-size:1rem}}#app-container{display:flex;flex-direction:column;min-height:100vh;padding:0}.content-wrapper{flex-grow:1;padding:20px}.content-box{background-color:var(--container-color);border-radius:15px;box-shadow:0 5px 15px #0000004d;margin:30px auto;max-width:900px;padding:30px 50px;text-align:center;width:calc(100% - 40px)}.content-box h1{color:var(--text-color-darker);margin-bottom:20px}.content-box p{color:var(--text-color);line-height:1.6;margin:0 auto 5%;max-width:800px}.content-box ol.instructions-list{list-style-position:inside;margin:20px auto;max-width:800px;padding-left:0;text-align:left}.content-box ol.instructions-list li{color:var(--text-color);line-height:1.6;margin-bottom:10px;padding-left:10px}:root{--base-font-size:20px;--background-color:#f8f9fa;--container-color:#fff;--text-color:#212529;--text-color-darker:#000;--text-color-paragraph:#212529;--button-bg:#007bff;--button-text:#fff;--button-hover-bg:#0056b3;--textarea-bg:#fff}body.theme-high-contrast{--background-color:#000;--container-color:#ffc;--text-color:#000;--text-color-darker:#333;--text-color-paragraph:#000;--button-bg:#ff0;--button-text:#000;--button-hover-bg:gold;--textarea-bg:#f0f0f0}body.theme-soft{--background-color:#e0f2f7;--container-color:#fce4ec;--text-color:#37474f;--text-color-darker:#263238;--text-color-paragraph:#37474f;--button-bg:#b2ebf2;--button-text:#263238;--button-hover-bg:#8dd3cf;--textarea-bg:#fff}body{background-color:#f8f9fa;background-color:var(--background-color);color:#212529;color:var(--text-color-paragraph);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:20px;font-size:var(--base-font-size);height:100vh;margin:0;padding:0}h1,h2,h3,h4,h5,h6{color:#000;color:var(--text-color-darker)}p{color:#212529;color:var(--text-color-paragraph)}button{background-color:#007bff;background-color:var(--button-bg);border:none;border-radius:5px;color:#fff;color:var(--button-text);cursor:pointer;font-size:16px;padding:10px 5px;transition:background-color .3s ease}button:hover{background-color:#0056b3;background-color:var(--button-hover-bg)}input:hover{background-color:#e4e4e4}input,textarea{background-color:#fff;background-color:var(--textarea-bg);border:1px solid #ccc;border-radius:8px;color:#212529;color:var(--text-color-paragraph);font-size:1.2em;margin:.5em 0;padding:.75em 1.5em;transition:background-color .3s ease}textarea:hover{background-color:#ddd}
/*# sourceMappingURL=main.fd7f05eb.css.map*/