body{background-color:#f8f9fa}#root{padding:1rem;max-width:800px;margin:2rem auto;text-align:left}.main-card{background-color:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #00000014;overflow:hidden}.section-title{font-size:1.5rem;font-weight:600;color:#212529;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem}.section-title:first-of-type{margin-top:0}.uploader-container{margin-bottom:2rem}.uploader-dropzone{border:2px dashed #ced4da;border-radius:8px;padding:2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:150px;background-color:#f8f9fa;cursor:pointer;transition:background-color .2s ease-in-out;text-align:center}.uploader-dropzone.dragging-over{background-color:#e9ecef;border-color:#0d6efd}.uploader-progress-view{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;width:100%}.uploader-progress-icon{color:#6c757d;margin-bottom:.75rem;width:48px;height:48px;background-color:#e9ecef;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.uploader-progress-icon svg{width:60%;height:60%}.uploader-progress-title{font-size:1.1rem;font-weight:600;color:#343a40;margin-top:0;margin-bottom:1rem}.uploader-progress-bar-container{width:80%;height:10px;background-color:#e9ecef;border-radius:5px;overflow:hidden;margin-bottom:.75rem}.uploader-progress-bar-fill{height:100%;background-color:#0d6efd;border-radius:5px;transition:width .2s ease-in-out}.uploader-progress-percentage{font-size:1rem;font-weight:500;color:#495057;margin-top:0;margin-bottom:0}.uploader-cancel-button{background-color:#dc3545;color:#fff;padding:.4rem .8rem;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background-color .2s}.uploader-cancel-button:hover{background-color:#c82333}.uploader-error{color:#dc3545;margin-top:1rem;font-size:.9rem;text-align:center}.uploader-prompt-text{color:#495057;font-size:1rem;font-weight:500}.review-stats-container{margin-top:2rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e9ecef;font-size:.95rem}.stat-item:last-child{border-bottom:none}.stat-name{flex:1 1 40%;color:#495057;font-weight:500;padding-right:1rem}.stat-value{flex:0 0 auto;font-weight:600;color:#212529;min-width:30px;text-align:right}.average-stars-container{display:flex;align-items:center;font-size:1.3rem;line-height:1;flex:1 0 auto;margin:0}.star-icon{display:inline-block;margin-right:2px}.star-icon.filled{color:#ffc107}.star-icon.half-filled{color:#ffc107;position:relative;overflow:hidden}.star-icon.empty{color:#e0e0e0}.average-stars-na{color:#adb5bd;font-size:.9rem;font-style:italic}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:4rem 2rem 2rem;border-radius:8px;max-width:90vw;width:800px;max-height:90vh;overflow-y:auto;position:relative;text-align:left;box-shadow:0 5px 15px #0000004d}.modal-video-container{margin-bottom:1rem;position:relative}.modal-video{display:block;width:100%;max-height:450px;background-color:#000;border-radius:4px}.modal-placeholder-video{width:100%;aspect-ratio:16 / 9;background-color:#eee;display:flex;align-items:center;justify-content:center;color:#aaa;border-radius:4px}.modal-source-overlay{position:absolute;top:10px;left:10px;background-color:#0009;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem}.modal-general-info{display:flex;justify-content:space-between;font-size:.9rem;color:#555;margin-bottom:1rem}.modal-separator{border:none;border-top:1px solid #eee;margin:1rem 0}.modal-analysis-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.modal-section-title{margin-top:1.5rem;margin-bottom:.75rem;font-size:1rem;font-weight:600;color:#333;border-bottom:1px solid #eee;padding-bottom:.25rem}.modal-analysis-column>.modal-section-title:first-of-type{margin-top:0}.modal-detail-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.9rem}.modal-label{font-weight:500;color:#555;margin-right:1rem;flex-shrink:0}.modal-list{padding-left:1.2rem;margin:0 0 1rem;font-size:.9rem;color:#333}.modal-analysis-error{background-color:#f8f8f8;border:1px solid #ddd;padding:1rem;border-radius:4px;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto;font-size:.9rem;color:#dc3545;border-color:#f5c6cb}@media (max-width: 768px){.modal-content{width:90vw;padding:1.5rem}.modal-analysis-grid{grid-template-columns:1fr;gap:1rem}.modal-section-title{margin-top:1rem}.modal-analysis-column>.modal-section-title:first-of-type{margin-top:0}}.gallery-list-container{padding:1rem}.gallery-list-title{font-size:2rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;text-align:center}.new-gallery-button{display:inline-block;background-color:#fff;color:#0d6efd;border:1px solid #dee2e6;padding:.6rem 1.2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s,border-color .2s;margin-bottom:2rem;margin-left:auto;margin-right:auto;display:block;width:fit-content}.new-gallery-button:hover{background-color:#f8f9fa;border-color:#ced4da}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}.gallery-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px #0000000f;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;text-align:left}.gallery-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.gallery-card:focus,.gallery-card:focus-visible{outline:2px solid #0d6efd;outline-offset:2px}.gallery-card-title{font-size:1.2rem;font-weight:600;color:#343a40;margin-top:0;margin-bottom:.5rem}.gallery-card-description{font-size:.95rem;color:#6c757d;margin-bottom:0;line-height:1.4}.password-prompt-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:2rem;border-radius:8px;border:1px solid #dee2e6;box-shadow:0 4px 15px #00000026;z-index:1050;min-width:300px;text-align:center}.password-prompt-modal h3{margin-top:0;margin-bottom:1.5rem;font-size:1.2rem;color:#343a40}.password-prompt-modal form{display:flex;flex-direction:column;gap:1rem}.password-input{padding:.75rem;border:1px solid #ced4da;border-radius:4px;font-size:1rem}.password-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.button{padding:.75rem 1.25rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background-color .2s,border-color .2s,color .2s;text-align:center}.button-primary{background-color:#0d6efd;color:#fff;border-color:#0d6efd}.button-primary:hover{background-color:#0b5ed7;border-color:#0a58ca}.button-secondary{background-color:#6c757d;color:#fff;border-color:#6c757d}.button-secondary:hover{background-color:#5c636a;border-color:#565e64}.password-prompt-modal .button{margin-top:.5rem}.password-error{color:#dc3545;font-size:.9rem;margin-top:.5rem;text-align:center}.create-gallery-form-container{padding:1rem}.create-gallery-title{font-size:1.8rem;font-weight:600;color:#343a40;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.25rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#495057;font-size:.95rem}.form-input,.form-textarea{display:block;width:100%;padding:.75rem;font-size:1rem;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-sizing:border-box}.form-input:focus,.form-textarea:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem #0d6efd40}.form-textarea{resize:vertical;min-height:80px}.form-text{display:block;margin-top:.25rem;font-size:.875em;color:#6c757d}.form-error{color:#dc3545;font-size:.9rem;margin-top:1rem;text-align:center}.form-actions{margin-top:2rem;display:flex;justify-content:center;gap:1rem}.form-actions .button{min-width:120px}.back-to-galleries-button{margin-bottom:1.5rem}.create-gallery-review-container{padding:1rem}.review-card{background-color:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 4px #0000000a}.review-section-title{font-size:1.3rem;font-weight:600;color:#343a40;margin-top:0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #dee2e6}.review-detail{margin-bottom:.75rem;font-size:1rem;line-height:1.5;color:#495057}.review-detail strong{color:#212529;margin-right:.5rem}.review-detail em{color:#868e96}.review-prompt-display{white-space:pre-wrap;word-wrap:break-word;background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;max-height:200px;overflow-y:auto;font-family:monospace;font-size:.9rem;line-height:1.4;margin-top:.5rem}.review-card h4{margin-top:1rem;margin-bottom:.5rem;font-size:1rem;font-weight:600;color:#495057}.review-card h4:first-of-type{margin-top:0}.review-card ul{list-style:disc;margin-left:1.5rem;padding-left:0;margin-bottom:0}.review-card li{margin-bottom:.5rem;font-size:.95rem;color:#343a40}.review-card li strong{text-transform:capitalize;color:#212529}.review-card p{font-size:.95rem;color:#868e96;font-style:italic}.uploader-mode-switcher{display:flex;justify-content:center;margin-bottom:1.5rem;border-bottom:1px solid #dee2e6}.mode-button{padding:.75rem 1.5rem;border:none;background-color:transparent;cursor:pointer;font-size:1rem;font-weight:500;color:#6c757d;border-bottom:3px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.mode-button:hover{color:#495057}.mode-button.active{color:#0d6efd;border-bottom-color:#0d6efd}.mode-button:disabled{color:#adb5bd;cursor:not-allowed}.video-recorder{display:flex;flex-direction:column;align-items:center;padding:1rem;border:1px solid #e9ecef;border-radius:8px;background-color:#f8f9fa}.video-container{position:relative;width:100%;max-width:600px;margin-bottom:1rem;background-color:#000;border-radius:4px;overflow:hidden}.video-preview{display:block;width:100%;height:auto;max-height:450px}.video-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background-color:#00000080;color:#fff;padding:1rem;text-align:center}.video-overlay .error-message{color:#ffc107;font-weight:500}.recorder-controls{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.recorder-preview-controls{display:flex;justify-content:center;gap:1rem}.recorder-button{padding:.75rem 1.5rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;border:1px solid transparent;transition:background-color .2s,border-color .2s,color .2s}.recorder-button.start{background-color:#198754;color:#fff;border-color:#198754}.recorder-button.start:hover{background-color:#157347;border-color:#146c43}.recorder-button.stop{background-color:#dc3545;color:#fff;border-color:#dc3545}.recorder-button.stop:hover{background-color:#bb2d3b;border-color:#b02a37}.recorder-button.rerecord{background-color:#6c757d;color:#fff;border-color:#6c757d}.recorder-button.rerecord:hover{background-color:#5c636a;border-color:#565e64}.recorder-button.confirm{background-color:#0d6efd;color:#fff;border-color:#0d6efd}.recorder-button.confirm:hover{background-color:#0b5ed7;border-color:#0a58ca}body{margin:0;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:#f4f4f4}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}
