body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.video-upload-container{background:linear-gradient(135deg,#f5f1e8,#e8dcc6);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:800px;min-height:100vh;padding:20px}.header{color:#b8860b;margin-bottom:40px;text-align:center}.logo-container{margin-bottom:20px}.company-logo{height:120px;transition:transform .3s ease;width:120px}.company-logo:hover{transform:scale(1.05)}.header h1{color:#8b6914;font-size:3rem;margin:0;text-shadow:2px 2px 4px #0000001a}.header p{color:#a0824a;font-size:1.2rem;margin:10px 0;opacity:.8}.upload-zone{background:#ffffffe6;border:3px dashed #c9a96e;border-radius:20px;box-shadow:0 8px 32px #b8860b1a;margin-bottom:10px;padding:60px 40px;position:relative;text-align:center;transition:all .3s ease}.upload-zone.drag-active{background:#f8f5ebf2;border-color:#b8860b;box-shadow:0 12px 40px #b8860b33;transform:scale(1.02)}.upload-zone.has-file{background:#f5f1e8f2;border-color:#8b6914}.upload-icon{font-size:4rem;margin-bottom:20px}.upload-zone h3{color:#8b6914;font-size:1.5rem;margin-bottom:10px}.upload-zone p{color:#a0824a;margin-bottom:10px}.file-info{color:#b8860b;font-size:.9rem}.file-input{display:none}.upload-button{background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:10px;box-shadow:0 4px 15px #b8860b4d;color:#fff;cursor:pointer;font-size:1rem;margin-top:40px;padding:5px;transition:all .3s ease}.upload-button:hover{background:linear-gradient(135deg,#b8860b,#8b6914);box-shadow:0 6px 20px #b8860b66;transform:translateY(-2px)}.file-preview{display:flex;flex-direction:column;gap:20px}.file-info-card{align-items:center;background:#f8f5ebcc;border:1px solid #c9a96e;border-radius:12px;display:flex;gap:15px;padding:20px}.file-icon{font-size:2rem}.file-details{flex:1 1;text-align:left}.file-details h4{color:#8b6914;font-size:1rem;margin:0 0 5px}.file-details p{color:#a0824a;font-size:.9rem;margin:0}.remove-button{align-items:center;background:#d4af37;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:30px;justify-content:center;transition:background .3s ease;width:30px}.remove-button:hover{background:#b8860b}.analyze-button{background:linear-gradient(135deg,#d4af37,#b8860b);border:none;border-radius:12px;box-shadow:0 4px 15px #b8860b4d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:15px 40px;transition:all .3s ease}.analyze-button:hover:not(:disabled){background:linear-gradient(135deg,#b8860b,#8b6914);box-shadow:0 6px 20px #b8860b66;transform:translateY(-2px)}.analyze-button:disabled{cursor:not-allowed;opacity:.7}.analyzing{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.analysis-progress{background:#ffffffe6;border:1px solid #c9a96e;border-radius:15px;box-shadow:0 8px 32px #b8860b1a;margin-bottom:30px;padding:30px;text-align:center}.progress-bar{background:#e8dcc6;border-radius:4px;height:8px;margin-bottom:15px;overflow:hidden;width:100%}.progress-fill{animation:loading 2s infinite;background:linear-gradient(90deg,#d4af37,#b8860b);border-radius:4px;height:100%}@keyframes loading{0%{width:0}50%{width:70%}to{width:100%}}.results-container{background:#ffffffe6;border:1px solid #c9a96e;border-radius:20px;box-shadow:0 8px 32px #b8860b1a;margin-bottom:30px;padding:30px}.results-container h3{color:#8b6914;margin-bottom:20px;text-align:center}.result-card{border:2px solid;border-radius:15px;padding:25px}.result-card.normal{background:#f5f1e8cc;border-color:#b8860b}.result-card.abnormal{background:#f8ebdccc;border-color:#d4af37}.result-header{align-items:center;display:flex;gap:15px;margin-bottom:20px}.result-icon{font-size:2rem}.result-header h4{color:#8b6914;font-size:1.3rem;margin:0 0 5px}.result-header p{color:#a0824a;font-size:1rem;margin:0}.result-details{background:#fff9;border:1px solid #e8dcc6;border-radius:10px;margin-bottom:25px;padding:20px}.result-details p{color:#8b6914;margin:8px 0}.result-actions{display:flex;flex-wrap:wrap;gap:10px}.secondary-button{background:#f8f5ebe6;border:1px solid #c9a96e;border-radius:8px;color:#8b6914;cursor:pointer;font-size:.9rem;padding:10px 20px;transition:all .2s ease}.secondary-button:hover{background:#e8dcc6e6;border-color:#b8860b}.disclaimer{background:#fffc;border:1px solid #e8dcc6;border-radius:10px;color:#a0824a;font-size:.9rem;padding:20px;text-align:center}@media (max-width:768px){.video-upload-container{padding:15px}.upload-zone{padding:40px 20px}.header h1{font-size:2.5rem}.file-info-card{text-align:center}.file-info-card,.result-actions{flex-direction:column}.secondary-button{width:100%}}@media (max-width:480px){.header h1{font-size:2rem}.upload-icon{font-size:3rem}.analyze-button,.upload-button{font-size:1rem;padding:12px;width:100%}.result-card{padding:20px}.result-header h4{font-size:1.2rem}.result-header p{font-size:.9rem}}@media (max-width:360px){.header h1{font-size:1.5rem}.upload-icon{font-size:2.5rem}.analyze-button,.upload-button{font-size:.9rem;padding:10px}.result-card{padding:15px}.result-header h4{font-size:1rem}.result-header p{font-size:.8rem}}@media (prefers-color-scheme:dark){.video-upload-container{background:#1a1a1a;color:#e0e0e0}.header h1,.header p{color:#f5f5f5}.upload-zone{background:#1e1e1ee6;border-color:#444}.upload-zone.drag-active{background:#282828f2;border-color:#fc0}.analyze-button,.upload-button{background:linear-gradient(135deg,#fc0,#f90);color:#000}.analyze-button:hover:not(:disabled),.upload-button:hover{background:linear-gradient(135deg,#f90,#cc7a00)}.results-container{background:#1e1e1ecc;border-color:#444}.result-card.normal{background:#323232cc;border-color:#fc0}.result-card.abnormal{background:#3c2814cc;border-color:#f90}.disclaimer{background:#141414e6;border-color:#333;color:#ccc}}@media (forced-colors:active){.video-upload-container{background:Canvas;color:initial}.header h1,.header p{color:HighlightText}.results-container,.upload-zone{background:Highlight;border-color:ButtonBorder}.analyze-button,.secondary-button,.upload-button{background:ButtonFace;color:ButtonText}.analyze-button:hover:not(:disabled),.secondary-button:hover,.upload-button:hover{background:ButtonHighlight}.result-card.abnormal,.result-card.normal{background:Canvas;border-color:ButtonBorder}}:focus{outline:3px solid #fc0;outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.6}button:not(:disabled):hover{filter:brightness(1.1)}input[type=file]{background:#fffc;border:2px solid #c9a96e;border-radius:8px;padding:10px}input[type=file]:focus{border-color:#b8860b;outline:none}input[type=file]::-webkit-file-upload-button{background:#d4af37;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}input[type=file]::file-selector-button{background:#d4af37;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:8px 16px}input[type=file]::-webkit-file-upload-button:hover{background:#b8860b}input[type=file]::file-selector-button:hover{background:#b8860b}input[type=file]::-webkit-file-upload-button:disabled{background:#d4af37;cursor:not-allowed;opacity:.7}input[type=file]::file-selector-button:disabled{background:#d4af37;cursor:not-allowed;opacity:.7}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.d67fcac0.css.map*/