.flashcard-player{background-color:#cacaca;min-height:100vh;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:fixed;top:0;left:0;width:100%;height:100%;overflow-x:hidden;overflow-y:auto}.flashcard-admin-link a{font-size:12px;color:#aaa;text-decoration:none;padding:4px 8px}.flashcard-admin-link a:hover{color:#555}.flashcard-gallery{margin-top:3em;background-color:#cacaca;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.flashcard-card{border:1px solid #000;margin:25% 2em;width:85vw;min-width:85vw;max-width:85vw;height:85vw;min-height:85vw;max-height:85vw;display:flex;justify-content:center;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.flashcard-image{width:100%;height:100%;object-fit:cover;display:block}.flashcard-loading{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#cacaca}.loading-message{font-size:1.2em;color:#333;text-align:center}.flashcard-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#cacaca;padding:20px}.error-message{font-size:1.2em;color:#721c24;text-align:center;margin-bottom:20px}.retry-button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1em}.retry-button:hover{background-color:#0056b3}.flashcard-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background-color:#cacaca;padding:20px;text-align:center}.empty-message{font-size:1.5em;color:#333;margin-bottom:10px}.empty-subtitle{font-size:1.1em;color:#666}@media (min-width: 768px){.flashcard-card{width:40vw;min-width:40vw;max-width:40vw;height:40vw;min-height:40vw;max-height:40vw;margin:2em}}@media (min-width: 1024px){.flashcard-card{width:30vw;min-width:30vw;max-width:30vw;height:30vw;min-height:30vw;max-height:30vw}}@media (min-width: 1440px){.flashcard-card{width:25vw;min-width:25vw;max-width:25vw;height:25vw;min-height:25vw;max-height:25vw}}.touch-interceptor{position:fixed;bottom:0;left:0;width:100%;height:4vh;z-index:10;background:transparent}.word-detail-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.word-detail-modal{background-color:#fff;padding:30px;border-radius:8px;width:90%;max-width:800px;max-height:90%;overflow:auto}.word-detail-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.word-detail-modal-close{padding:5px 10px;background-color:#6c757d;color:#fff;border:none;border-radius:4px;cursor:pointer}.word-detail-modal-error{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:4px;margin-bottom:20px}.word-detail-modal-success{background-color:#d4edda;color:#155724;padding:10px;border-radius:4px;margin-bottom:20px}.word-detail-modal-upload-section{background-color:#f8f9fa;padding:20px;border-radius:4px;margin-bottom:30px}.word-detail-modal-upload-description{color:#666;margin-bottom:15px}.word-detail-modal-file-input{width:100%;padding:10px;border:2px dashed #007bff;border-radius:4px;background-color:#fff;cursor:pointer}.word-detail-modal-file-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.word-detail-modal-upload-status{margin-top:10px;color:#666}.word-detail-modal-section{margin-bottom:30px}.word-detail-modal-no-files{color:#666}.word-detail-modal-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px}.word-detail-modal-image-item{border:1px solid #ddd;border-radius:4px;padding:10px;text-align:center}.word-detail-modal-image{width:100%;height:100px;object-fit:cover;border-radius:4px;margin-bottom:10px}.word-detail-modal-image-order{font-size:.9em;color:#666;margin-bottom:8px}.word-detail-modal-delete-btn{padding:4px 8px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.8em}.word-detail-modal-sounds-grid{display:grid;gap:10px}.word-detail-modal-sound-item{border:1px solid #ddd;border-radius:4px;padding:15px;display:flex;align-items:center;justify-content:space-between}.word-detail-modal-sound-content{flex:1}.word-detail-modal-sound-order{margin-bottom:8px}.word-detail-modal-audio{width:100%}.word-detail-modal-sound-delete{padding:8px 12px;background-color:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;margin-left:15px}.audio-file-input{margin-right:10px}.audio-button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:1em;margin-right:10px}.audio-button.record{background-color:#28a745;color:#fff}.audio-button.stop{background-color:#dc3545;color:#fff}.audio-control-buttons{display:flex;gap:10px}.audio-control-button{padding:8px 12px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1.2em}.audio-segment-button{padding:8px 12px;background-color:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer}.audio-segment-button:disabled{opacity:.6;cursor:not-allowed}.admin-interface{padding:20px;max-width:1000px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.admin-header h1{margin:0}.add-word-button{padding:10px 20px;background-color:#007bff;color:#fff;border:none;border-radius:4px;cursor:pointer}.add-word-button:hover{background-color:#0056b3}.error-message{background-color:#f8d7da;color:#721c24;padding:10px;border-radius:4px;margin-bottom:20px}.add-word-form{background-color:#f8f9fa;padding:20px;border-radius:4px;margin-bottom:20px}.add-word-form h3{margin-top:0}.form-row{display:flex;gap:15px;margin-bottom:10px}.form-group{margin-bottom:10px;flex:1}.form-group label{display:block;margin-bottom:5px}.form-input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.checkbox-group{margin-bottom:15px}.checkbox-group label{display:flex;align-items:center}.checkbox-group input[type=checkbox]{margin-right:8px}.form-button{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;margin-right:10px}.form-button.primary{background-color:#28a745;color:#fff}.form-button.primary:hover{background-color:#218838}.form-button.secondary{background-color:#6c757d;color:#fff}.form-button.secondary:hover{background-color:#5a6268}.words-section h2{margin-bottom:20px}.empty-state{color:#666;font-style:italic}.words-grid{display:grid;gap:10px}.word-card{border:1px solid #ddd;border-radius:4px;padding:15px;background-color:#fff}.word-card-content{display:flex;justify-content:space-between;align-items:flex-start}.word-info h3{margin:0 0 5px}.word-info p{margin:0 0 5px;color:#666}.word-info p:last-child{margin:0}.word-actions{display:flex;gap:10px}.word-button{padding:5px 10px;border:none;border-radius:4px;cursor:pointer;font-size:.9em}.word-button.manage{background-color:#007bff;color:#fff}.word-button.manage:hover{background-color:#0056b3}.word-button.add-audio{background-color:#28a745;color:#fff}.word-button.add-audio:hover{background-color:#218838}.word-button.delete{background-color:#dc3545;color:#fff}.word-button.delete:hover{background-color:#c82333}._container_622f4_2{padding:1.5rem;max-width:56rem;width:100%;margin-left:auto;margin-right:auto;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}._title_622f4_13{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center}._formContainer_622f4_21{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}._inputSection_622f4_28{width:100%}._label_622f4_32{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.25rem}._inputContainer_622f4_40{display:flex}._input_622f4_28{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:.25rem 0 0 .25rem}._buttonContainer_622f4_51{display:flex;flex-direction:column;border-top:1px solid #d1d5db;border-right:1px solid #d1d5db;border-bottom:1px solid #d1d5db;border-radius:0 .25rem .25rem 0;overflow:hidden}._button_622f4_51{padding:0 .5rem;background-color:#f3f4f6;border:none;cursor:pointer}._button_622f4_51:hover{background-color:#e5e7eb}._buttonTop_622f4_72{border-bottom:1px solid #d1d5db}._checkboxContainer_622f4_77{margin-bottom:1.5rem;display:flex;align-items:center}._checkbox_622f4_77{margin-right:.5rem;height:1rem;width:1rem}._visualization_622f4_90{border:2px solid #e5e7eb;border-radius:.5rem;padding:1rem;background-color:#f9fafb}._table_622f4_97{table-layout:fixed;border-collapse:collapse;width:100%}._tableBody_622f4_103{vertical-align:top}._tableRow_622f4_107{height:2.5rem}._numberCell_622f4_111{width:3rem;text-align:right;font-size:1.5rem;font-weight:700;padding-right:.5rem}._fullWidthCell_622f4_119{width:100%}._grid_622f4_123{display:grid;gap:.25rem;background-color:#fff}._segment_622f4_129{height:2rem}._segmentBlue_622f4_133{background-color:#2563eb}._segmentRed_622f4_137{background-color:#dc2626}._roundedLeft_622f4_141{border-radius:.5rem 0 0 .5rem}._roundedRight_622f4_145{border-radius:0 .5rem .5rem 0}._divider_622f4_149{border-top:2px solid #444;width:100%;margin:.25rem 0}._answerContainer_622f4_155{display:flex;align-items:center;justify-content:flex-end}._answerPlaceholder_622f4_161{height:2rem;border:2px dashed #9ca3af;border-radius:.25rem;display:flex;align-items:center;justify-content:center}._answerPlaceholderText_622f4_170{color:#d1d5db}._symbol_622f4_174{margin-right:.25rem}@media (min-width: 768px){._formContainer_622f4_21{flex-direction:row;gap:1rem}._inputSection_622f4_28{width:50%}}._container_1ns9j_1{width:100%;padding:2rem}._header_1ns9j_6{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;max-width:800px;margin:0 auto 2rem}._header_1ns9j_6 h1{margin:0}._header_1ns9j_6 p{margin:.5rem 0 0;color:#6c757d}._sessionsLink_1ns9j_24{background-color:#6c757d;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;transition:background-color .2s;white-space:nowrap}._sessionsLink_1ns9j_24:hover{background-color:#5a6268}._form_1ns9j_39{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto;max-width:800px}._field_1ns9j_47{display:flex;flex-direction:column;gap:.5rem}._field_1ns9j_47 label{font-weight:600;color:#333}._field_1ns9j_47 input,._field_1ns9j_47 textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}._field_1ns9j_47 input:focus,._field_1ns9j_47 textarea:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}._submitButton_1ns9j_74{padding:1rem 2rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._submitButton_1ns9j_74:hover:not(:disabled){background-color:#0056b3}._submitButton_1ns9j_74:disabled{background-color:#6c757d;cursor:not-allowed}._error_1ns9j_95{padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;margin:1rem auto;max-width:800px}._result_1ns9j_105{padding:1rem;background-color:#d4edda;color:#155724;border:1px solid #c3e6cb;border-radius:4px;margin:1rem 0}._metadata_1ns9j_114{background-color:#f8f9fa;padding:1rem;border-radius:4px;margin:1rem auto;max-width:800px}._metadata_1ns9j_114 p{margin:.5rem 0}._tableContainer_1ns9j_126{margin-top:1rem;overflow-x:auto;width:100%}._promptsTable_1ns9j_132{width:100%;border-collapse:collapse;border:1px solid #dee2e6;border-radius:4px;overflow:hidden}._promptsTable_1ns9j_132 th,._promptsTable_1ns9j_132 td{padding:1rem;text-align:left;border-bottom:1px solid #dee2e6;vertical-align:top}._promptsTable_1ns9j_132 th{background-color:#e9ecef;font-weight:600;color:#495057}._promptsTable_1ns9j_132 tbody tr:last-child td{border-bottom:none}._variationCell_1ns9j_158{font-weight:600;text-align:center}._promptCell_1ns9j_163{width:50%;line-height:1.6}._actionCell_1ns9j_168{width:15%;text-align:center}._imageCell_1ns9j_173{width:25%;text-align:center}._generateButton_1ns9j_178{padding:.5rem 1rem;background-color:#28a745;color:#fff;border:none;border-radius:4px;font-size:.9rem;cursor:pointer;transition:background-color .2s}._generateButton_1ns9j_178:hover:not(:disabled){background-color:#218838}._generateButton_1ns9j_178:disabled{background-color:#6c757d;cursor:not-allowed}._thumbnailImage_1ns9j_198{max-height:150px;max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s}._thumbnailImage_1ns9j_198:hover{transform:scale(1.05)}._cellError_1ns9j_212{padding:.75rem;background-color:#f8d7da;color:#721c24;border-radius:4px;font-size:.9rem;line-height:1.4}._noImage_1ns9j_221{color:#6c757d;font-style:italic;padding:1rem}._modal_1ns9j_227{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1ns9j_240{position:relative;max-width:90%;max-height:90%;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0000004d}._closeButton_1ns9j_250{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6c757d;z-index:1001}._closeButton_1ns9j_250:hover{color:#000}._modalImage_1ns9j_266{max-width:100%;max-height:70vh;height:auto;border-radius:4px;display:block;margin:0 auto}._modalPrompt_1ns9j_275{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;line-height:1.6;color:#495057;max-width:100%;word-wrap:break-word}._container_sli2f_1{max-width:1200px;margin:0 auto;padding:2rem}._header_sli2f_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._newSessionButton_sli2f_14{background-color:#007bff;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;transition:background-color .2s}._newSessionButton_sli2f_14:hover{background-color:#0056b3}._loading_sli2f_28{text-align:center;padding:3rem;color:#6c757d}._error_sli2f_34{padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;margin:1rem 0}._empty_sli2f_43{text-align:center;padding:3rem;color:#6c757d}._createFirstButton_sli2f_49{display:inline-block;background-color:#28a745;color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:4px;font-weight:600;margin-top:1rem;transition:background-color .2s}._createFirstButton_sli2f_49:hover{background-color:#218838}._sessionsList_sli2f_65{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}._sessionCard_sli2f_71{border:1px solid #dee2e6;border-radius:8px;padding:1.5rem;background-color:#fff;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}._sessionCard_sli2f_71:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}._sessionHeader_sli2f_85{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}._sessionHeader_sli2f_85 h3{margin:0;color:#343a40;font-size:1.1rem;line-height:1.4;flex:1;padding-right:1rem}._sessionDate_sli2f_101{color:#6c757d;font-size:.9rem;white-space:nowrap}._sessionDetails_sli2f_107{margin-bottom:1rem}._sessionMeta_sli2f_111{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}._sessionMeta_sli2f_111 span{color:#495057;font-size:.9rem}._sessionStats_sli2f_123{display:flex;gap:1rem;align-items:center}._statCompleted_sli2f_129{color:#28a745;font-weight:600;font-size:.9rem}._statError_sli2f_135{color:#dc3545;font-weight:600;font-size:.9rem}._sessionActions_sli2f_141{display:flex;gap:.5rem;justify-content:flex-end}._viewButton_sli2f_147{background-color:#007bff;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;transition:background-color .2s}._viewButton_sli2f_147:hover{background-color:#0056b3}._deleteLink_sli2f_161{color:#dc3545;text-decoration:none;font-size:.9rem;cursor:pointer;transition:color .2s;padding:.5rem 1rem}._deleteLink_sli2f_161:hover:not(._disabled_sli2f_170){color:#c82333;text-decoration:underline}._deleteLink_sli2f_161._disabled_sli2f_170{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._sessionsList_sli2f_65{grid-template-columns:1fr}._sessionHeader_sli2f_85{flex-direction:column;gap:.5rem}._sessionMeta_sli2f_111{flex-direction:column}._sessionStats_sli2f_123{flex-direction:column;align-items:flex-start;gap:.5rem}}._container_1tot9_1{max-width:1200px;margin:0 auto;padding:2rem}._header_1tot9_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._backButton_1tot9_14{color:#007bff;text-decoration:none;font-weight:600;padding:.5rem 1rem;border-radius:4px;transition:background-color .2s}._backButton_1tot9_14:hover{background-color:#f8f9fa}._headerActions_1tot9_27{display:flex;gap:.5rem;align-items:center}._newSessionButton_1tot9_33{background-color:#007bff;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:4px;font-weight:600;transition:background-color .2s}._newSessionButton_1tot9_33:hover{background-color:#0056b3}._deleteLink_1tot9_47{color:#dc3545;text-decoration:none;font-weight:600;cursor:pointer;transition:color .2s;padding:.75rem 1.5rem}._deleteLink_1tot9_47:hover:not(._disabled_1tot9_56){color:#c82333;text-decoration:underline}._deleteLink_1tot9_47._disabled_1tot9_56{opacity:.6;cursor:not-allowed}._loading_1tot9_66{text-align:center;padding:3rem;color:#6c757d}._error_1tot9_72{padding:1rem;background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb;border-radius:4px;margin:1rem 0}._sessionInfo_1tot9_81{margin-bottom:2rem}._sessionInfo_1tot9_81 h1{margin:0 0 1rem;color:#343a40;line-height:1.4}._sessionMeta_1tot9_91{background-color:#f8f9fa;padding:1rem;border-radius:4px;margin:1rem 0}._sessionMeta_1tot9_91 p{margin:.5rem 0;color:#495057}._imageSettings_1tot9_103{background-color:#f8f9fa;padding:1.5rem;border-radius:8px;margin:2rem 0;border:1px solid #dee2e6}._imageSettings_1tot9_103 h3{margin:0 0 1rem;color:#343a40;font-size:1.1rem}._settingsGrid_1tot9_117{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._settingGroup_1tot9_123{display:flex;flex-direction:column;gap:.5rem}._settingGroup_1tot9_123 label{font-weight:600;color:#495057;font-size:.9rem}._settingGroup_1tot9_123 select,._settingGroup_1tot9_123 input{padding:.5rem;border:1px solid #ced4da;border-radius:4px;font-size:.9rem;background-color:#fff}._settingGroup_1tot9_123 select:disabled{background-color:#e9ecef;color:#6c757d;cursor:not-allowed}._settingGroup_1tot9_123 input[type=number]{width:100%}._tableContainer_1tot9_154{margin-top:1rem;overflow-x:auto}._promptsTable_1tot9_159{width:100%;border-collapse:collapse;border:1px solid #dee2e6;border-radius:4px;overflow:hidden}._promptsTable_1tot9_159 th,._promptsTable_1tot9_159 td{padding:1rem;text-align:left;border-bottom:1px solid #dee2e6;vertical-align:top}._promptsTable_1tot9_159 th{background-color:#e9ecef;font-weight:600;color:#495057}._promptsTable_1tot9_159 tbody tr:last-child td{border-bottom:none}._variationCell_1tot9_185{width:5%;font-weight:600;text-align:center}._promptCell_1tot9_191{width:55%;line-height:1.6}._imageCell_1tot9_196{width:25%;text-align:center}._actionsCell_1tot9_201{width:15%;text-align:center}._thumbnailImage_1tot9_208{max-height:150px;max-width:100%;height:auto;border-radius:4px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s}._thumbnailImage_1tot9_208:hover{transform:scale(1.05)}._cellError_1tot9_222{padding:.75rem;background-color:#f8d7da;color:#721c24;border-radius:4px;font-size:.9rem;line-height:1.4}._noImage_1tot9_231{color:#6c757d;font-style:italic;padding:1rem}._generateButton_1tot9_237{background-color:#28a745;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background-color .2s}._generateButton_1tot9_237:hover:not(:disabled){background-color:#218838}._generateButton_1tot9_237:disabled{opacity:.6;cursor:not-allowed}._modal_1tot9_258{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_1tot9_271{position:relative;max-width:90%;max-height:90%;background-color:#fff;border-radius:8px;padding:2rem;box-shadow:0 4px 20px #0000004d}._closeButton_1tot9_281{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:2rem;cursor:pointer;color:#6c757d;z-index:1001}._closeButton_1tot9_281:hover{color:#000}._modalImage_1tot9_297{max-width:100%;max-height:70vh;height:auto;border-radius:4px;display:block;margin:0 auto}._modalPrompt_1tot9_306{margin-top:1rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;line-height:1.6;color:#495057;max-width:100%;word-wrap:break-word}@media (max-width: 768px){._header_1tot9_7{flex-direction:column;gap:1rem}._sessionInfo_1tot9_81 h1{font-size:1.5rem}._settingsGrid_1tot9_117{grid-template-columns:1fr}._promptsTable_1tot9_159 th,._promptsTable_1tot9_159 td{padding:.75rem}._promptCell_1tot9_191{width:40%}._imageCell_1tot9_196{width:30%}}._errorMessage_1aq88_1{color:#dc2626;text-align:center;margin-bottom:.5rem}._debugInfo_1aq88_7{font-size:.75rem;color:#6b7280;text-align:center;margin-bottom:.5rem}._svgContainer_1aq88_14{width:100%;height:16rem;margin-bottom:1rem;background-color:#f9fafb}._container_w6hvr_1{border:1px solid #d1d5db;border-radius:.25rem;padding:.5rem;margin-top:.25rem;background-color:#f3f4f6}._button_w6hvr_9{width:100%;margin-top:.25rem;padding:1rem;font-size:1rem;border-radius:.25rem;background-color:#3b82f6;color:#fff;border:none;cursor:pointer;transition:background-color .2s}._button_w6hvr_9:hover{background-color:#2563eb}._container_1qrze_2{padding:1.5rem;max-width:56rem;width:100%;margin:0 auto;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;font-size:125%;height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}._stickyHeader_1qrze_18{position:sticky;top:0;z-index:10;flex-shrink:0;margin-left:-1.5rem;margin-right:-1.5rem}._scrollableContent_1qrze_28{overflow-y:auto;flex:1;-webkit-user-select:none;user-select:none}._title_1qrze_35{font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center}._subtitle_1qrze_42{text-align:center;margin-bottom:.5rem}._sectionTitle_1qrze_47{font-size:1.125rem;font-weight:700;margin-top:1.5rem;margin-bottom:.5rem;text-align:center}._filterSection_1qrze_56{margin-bottom:1rem;text-align:center}._filterSelect_1qrze_61{border:1px solid #d1d5db;border-radius:.25rem;padding:.25rem}._stateGrid_1qrze_68{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.5rem}._stateItem_1qrze_75{cursor:pointer;padding:.25rem;border-radius:.25rem;text-align:left}._stateItem_1qrze_75._seen_1qrze_82{font-weight:800;color:#000;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}._stateItem_1qrze_75._open_1qrze_88{border:1px solid #d1d5db;background-color:#f9fafb}._stateHeader_1qrze_93{padding:.5rem 0;font-size:1.125rem}._rareLabel_1qrze_98{font-size:.875rem;color:#6b7280}._cardContent_1qrze_104{overflow:hidden;transition:all .3s ease-in-out;transform-origin:top}._cardContent_1qrze_104._expanded_1qrze_110{max-height:200px;transform:scaleY(1);opacity:1}._cardContent_1qrze_104._collapsed_1qrze_116{max-height:0;transform:scaleY(0);opacity:0;pointer-events:none}._container_14dri_1{max-width:800px;margin:0 auto;padding:1rem}._container_14dri_1 h2{margin-bottom:2rem;color:#1f2937}._modeSelector_14dri_12{display:flex;gap:.5rem;margin-bottom:2rem;border-radius:8px;overflow:hidden;border:1px solid #d1d5db}._modeButton_14dri_21{flex:1;padding:.75rem 1rem;border:none;background-color:#f3f4f6;cursor:pointer;font-size:1rem;transition:background-color .2s}._modeButton_14dri_21:hover{background-color:#e5e7eb}._modeButton_14dri_21._active_14dri_35{background-color:#4f46e5;color:#fff}._uploadSection_14dri_40{margin-bottom:2rem}._recordSection_14dri_44{margin-bottom:2rem;padding:2rem;border:2px dashed #d1d5db;border-radius:8px;text-align:center;background-color:#f9fafb}._recordButton_14dri_53{padding:1rem 2rem;border:none;border-radius:8px;background-color:#dc2626;color:#fff;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._recordButton_14dri_53:hover{background-color:#b91c1c}._recordingControls_14dri_69{display:flex;flex-direction:column;align-items:center;gap:1rem}._recordingIndicator_14dri_76{font-size:1.2rem;font-weight:600;color:#dc2626;animation:_pulse_14dri_1 1s infinite}._stopButton_14dri_83{padding:.75rem 1.5rem;border:none;border-radius:6px;background-color:#374151;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s}._stopButton_14dri_83:hover{background-color:#1f2937}._recordedControls_14dri_98{display:flex;flex-direction:column;align-items:center;gap:1rem}._recordedMessage_14dri_105{color:#065f46;font-weight:600;margin-bottom:1rem}._recordAgainButton_14dri_113{padding:.75rem 1.5rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#374151;font-size:1rem;cursor:pointer;transition:all .2s}._recordAgainButton_14dri_113:hover{background-color:#f3f4f6;border-color:#9ca3af}._fileInput_14dri_129{width:100%;padding:.75rem;border:2px dashed #d1d5db;border-radius:8px;background-color:#f9fafb;font-size:1rem;cursor:pointer}._fileInput_14dri_129:hover{border-color:#6b7280}._uploadPrompt_14dri_143{text-align:center;padding:2rem;color:#6b7280;font-style:italic}._waveformSection_14dri_150{margin-bottom:2rem;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff}._controls_14dri_158{display:flex;gap:.5rem;margin-bottom:1rem}._playButton_14dri_164,._playRegionButton_14dri_165{padding:.5rem 1rem;border:none;border-radius:4px;background-color:#4f46e5;color:#fff;cursor:pointer;font-size:.9rem;transition:background-color .2s}._playButton_14dri_164:hover,._playRegionButton_14dri_165:hover{background-color:#4338ca}._playRegionButton_14dri_165{background-color:#7c3aed}._playRegionButton_14dri_165:hover{background-color:#6d28d9}._waveform_14dri_150{margin:1rem 0;min-height:100px;width:100%;border:1px solid #e5e7eb;background-color:#f9fafb}._regionInfo_14dri_197{font-size:.9rem;color:#6b7280;margin-top:1rem;padding:.5rem;background-color:#f3f4f6;border-radius:4px}._formSection_14dri_206{background-color:#fff;padding:1.5rem;border:1px solid #e5e7eb;border-radius:8px}._field_14dri_213{margin-bottom:1.5rem}._field_14dri_213 label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151}._input_14dri_224,._textarea_14dri_225{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:4px;font-size:1rem;transition:border-color .2s}._input_14dri_224:focus,._textarea_14dri_225:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}._saveButton_14dri_241{padding:.75rem 2rem;border:none;border-radius:4px;background-color:#10b981;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}._saveButton_14dri_241:hover:not(:disabled){background-color:#059669}._saveButton_14dri_241:disabled{background-color:#9ca3af;cursor:not-allowed}._error_14dri_262{margin-top:1rem;padding:.75rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#dc2626;font-size:.9rem}._container_ss3ej_1{max-width:800px;margin:0 auto;padding:1rem;min-height:100vh;display:flex;flex-direction:column}._container_ss3ej_1 h2{margin-bottom:2rem;color:#1f2937}._loading_ss3ej_15,._error_ss3ej_16,._empty_ss3ej_17{text-align:center;padding:2rem;color:#6b7280;font-style:italic}._error_ss3ej_16{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;border-radius:4px}._empty_ss3ej_17{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:4px}._grid_ss3ej_37{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:1rem;width:100%;flex:1;align-content:start}._soundButton_ss3ej_47{position:relative;padding:.3rem;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;cursor:pointer;transition:all .2s ease;min-height:80px;height:80px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-sizing:border-box}._soundButton_ss3ej_47:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 4px #0000001a}._soundButton_ss3ej_47:disabled{cursor:not-allowed;opacity:.7}._soundButton_ss3ej_47._playing_ss3ej_78{border-color:#10b981;background-color:#ecfdf5;animation:_pulse_ss3ej_1 1s infinite}@keyframes _pulse_ss3ej_1{0%,to{opacity:1}50%{opacity:.8}}._soundName_ss3ej_93{font-weight:600;font-size:.9rem;color:#374151;line-height:1.2;word-break:break-word}._playing_ss3ej_78 ._soundName_ss3ej_93{color:#065f46}._playingIndicator_ss3ej_105{position:absolute;top:.5rem;right:.5rem;font-size:1.2rem;color:#10b981;animation:_bounce_ss3ej_1 .6s infinite alternate}@keyframes _bounce_ss3ej_1{0%{transform:translateY(0)}to{transform:translateY(-4px)}}.auth-loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:18px}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.auth-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000001a;width:100%;max-width:400px;text-align:center}.auth-logo{width:80px;height:80px;margin-bottom:1rem}.auth-card h2{margin-bottom:1.5rem;color:#333}.auth-field{margin-bottom:1rem;text-align:left}.auth-field label{display:block;margin-bottom:.5rem;font-weight:500;color:#555}.auth-field input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:16px;box-sizing:border-box}.auth-field input:focus{outline:none;border-color:#007bff}.auth-error{color:#dc3545;margin-bottom:1rem;font-size:14px}.auth-card button{width:100%;padding:.75rem;background-color:#007bff;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .2s}.auth-card button:hover:not(:disabled){background-color:#0056b3}.auth-card button:disabled{opacity:.6;cursor:not-allowed}.auth-header{position:fixed;top:10px;right:10px;z-index:1000}.homepage{text-align:center;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fbf6ee;background-image:url(/textured_background.jpg);background-position:center;background-repeat:repeat;padding:2rem;max-width:600px;width:100%;margin:0 auto}.homepage .logo{max-width:500px;max-height:500px;width:100%;height:auto;margin-bottom:1rem}@media (max-width: 532px){.homepage{padding:0}}.homepage h2{margin:1rem 0;font-size:1.5rem;color:#494f51}.health-info{margin-top:2rem;padding:1rem;background-color:#3a3f47;border-radius:4px;border-left:4px solid #61dafb}.health-info h2{margin:0 0 1rem;font-size:1.5rem;color:#61dafb}.health-info p{margin:.5rem 0;font-size:1rem;text-align:left}.loading{font-size:1.5rem;color:#666;padding:2rem}.app-link{display:inline-block;background-color:#ffbf98;color:#282c34;padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;font-weight:700;font-size:1.1rem;transition:background-color .3s ease;margin:.5rem}.app-link:hover{background-color:#ffae7b}.app-image-link{display:inline-block;margin:.5rem;transition:transform .2s ease}.app-image-link:hover{transform:scale(1.05)}.app-patch{height:70px;width:auto;border-radius:8px}.test-link{margin-top:4rem;color:#888;text-decoration:underline;font-size:.9rem;opacity:.6}.test-link:hover{color:#666;opacity:.8}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
