body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:450px;padding:40px;width:100%}.auth-title{color:#1a202c;font-size:32px;font-weight:700;margin:0 0 8px;text-align:center}.auth-subtitle{color:#718096;margin:0 0 32px;text-align:center}.auth-form{gap:20px}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#2d3748;font-size:14px;font-weight:600}.form-group input{border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:12px 16px;transition:all .2s}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error-text{color:#e53e3e;font-size:13px;margin-top:-4px}.password-hint{color:#718096;font-size:12px;margin-top:-4px}.auth-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:14px;transition:transform .2s,box-shadow .2s}.auth-button:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.auth-button:active:not(:disabled){transform:translateY(0)}.auth-button:disabled{cursor:not-allowed;opacity:.6}.auth-footer{color:#718096;font-size:14px;margin-top:24px;text-align:center}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.loading-container{gap:16px;min-height:100vh}.loading-spinner{border:4px solid #f3f4f6}.navbar{background:#fff;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:100}.navbar,.navbar-container{box-sizing:border-box;width:100%}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 24px;position:relative}.navbar-brand{align-items:center;color:#667eea;display:flex;font-size:24px;font-weight:700;gap:12px;text-decoration:none;transition:color .2s;white-space:nowrap}.navbar-brand:hover{color:#764ba2}.navbar-logo{height:80px;object-fit:contain;width:auto}.navbar-brand-text{color:#667eea;font-size:20px;font-weight:700}.hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:6px;height:40px;justify-content:center;padding:8px;width:40px}.hamburger span{background-color:#2d3748;border-radius:3px;display:block;height:2.5px;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.hamburger.active span:first-child{transform:translateY(8.5px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}.navbar-menu{align-items:center;display:flex;gap:24px}.navbar-link{border-radius:8px;color:#4a5568;font-weight:500;padding:8px 16px;text-decoration:none;transition:all .2s}.navbar-link:hover{background:#f7fafc;color:#667eea}.navbar-link.active{background:#edf2f7;color:#667eea}.navbar-user{align-items:center;border-left:2px solid #e2e8f0;display:flex;gap:16px;padding-left:24px}.user-name{color:#2d3748;font-weight:600}.logout-button{background:#0000;border:2px solid #e53e3e;border-radius:8px;color:#e53e3e;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s}.logout-button:hover{background:#e53e3e;color:#fff}@media (max-width:1024px){.navbar-container{padding:12px 16px}.navbar-brand{font-size:20px}.navbar-menu{gap:16px}}@media (max-width:768px){.navbar-container{padding:12px 16px}.hamburger{display:flex}.navbar-menu{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;gap:8px;left:0;padding:16px;position:absolute;right:0;top:100%}.navbar-menu.active{display:flex}.navbar-brand{font-size:16px;gap:8px}.navbar-logo{height:60px}.navbar-brand-text{font-size:16px}.navbar-link{font-size:.95rem;padding:10px 16px;text-align:left;width:100%}.navbar-user{border-left:none;border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;margin-top:12px;padding-left:0;padding-top:12px;width:100%}.user-name{font-size:.9rem;text-align:center}.logout-button{font-size:.9rem;padding:8px 16px;width:100%}}@media (max-width:480px){.navbar{position:relative}.navbar-container{padding:12px}.navbar-brand{font-size:14px;gap:6px}.navbar-logo{height:50px}.navbar-brand-text{font-size:14px}.hamburger{display:flex}.hamburger span{height:2.5px;width:22px}.navbar-menu{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 4px 12px #0000001a;display:none;flex-direction:column;gap:6px;left:0;padding:12px;position:absolute;right:0;top:100%}.navbar-menu.active{display:flex}.navbar-link{font-size:.85rem;padding:8px 12px;text-align:center;width:100%}.navbar-user{border-left:none;border-top:1px solid #e2e8f0;flex-direction:column;gap:8px;margin-top:8px;padding-left:0;padding-top:8px;width:100%}.user-name{font-size:.8rem;text-align:center}.logout-button{font-size:.8rem;padding:6px 12px;width:100%}}#root,body,html{height:100%;margin:0;padding:0;width:100%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.App,body{min-height:100vh;overflow-x:hidden}.App{display:flex;flex-direction:column;width:100%}.app-header{background:#fffffff2;box-shadow:0 2px 10px #0000001a;padding:2rem;text-align:center}.app-header h1{color:#1f2937;font-size:2.5rem;margin-bottom:.5rem}.app-header p{color:#6b7280;font-size:1.1rem}.page-container{padding:40px 24px}.page-header{margin-bottom:32px;text-align:center}.page-header h1{color:#fff;font-size:32px;font-weight:700;margin:0 0 12px}.page-header p{color:#fff;font-size:16px;font-weight:500;margin:0}.app-main{box-sizing:border-box;flex:1 1;margin:0 auto;max-width:100%;padding:2rem;width:100%}.upload-section{align-items:center;display:flex;justify-content:center;min-height:500px}.upload-card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;max-width:500px;padding:3rem;text-align:center;width:100%}.upload-card h2{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.upload-subtitle{color:#6b7280;margin-bottom:2rem}.file-upload-label{display:block;margin-bottom:2rem}.file-upload-input{display:none}.file-upload-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:transform .2s,box-shadow .2s}.file-upload-button:hover{box-shadow:0 10px 20px #667eea66;transform:translateY(-2px)}.image-preview{border-radius:10px;box-shadow:0 4px 10px #0000001a;margin:2rem 0;overflow:hidden}.image-preview img{max-height:300px;object-fit:contain;width:100%}.analyze-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 3rem;transition:all .3s;width:100%}.analyze-button:hover:not(:disabled){box-shadow:0 10px 20px #10b98166;transform:translateY(-2px)}.analyze-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#fee2e2;border-radius:8px;color:#dc2626;margin-top:1rem;padding:1rem}.results-section{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;padding:2rem}#report-container{background:#fff;orphans:3;page-break-before:avoid;widows:3}#report-container,#report-container>*{page-break-after:avoid;page-break-inside:avoid}.back-button{background:#6b7280;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-bottom:1.5rem;padding:.5rem 1rem;transition:background .2s}.back-button:hover{background:#4b5563}.result-card{margin-bottom:2rem}.result-title{color:#1f2937;font-size:1.8rem;margin-bottom:1rem}.prediction-badge{border-radius:50px;box-shadow:0 4px 12px #00000026;color:#fff;display:inline-block;font-size:1.5rem;font-weight:700;margin-bottom:1rem;padding:1rem 2rem}.prediction-description{color:#6b7280;font-size:1.1rem;margin-bottom:1.5rem}.confidence-section{margin:0 auto;max-width:400px}.confidence-bar-container{background:#e5e7eb;border-radius:15px;height:30px;margin-bottom:.5rem;overflow:hidden;width:100%}.confidence-bar{align-items:center;color:#fff;display:flex;font-weight:600;height:100%;justify-content:flex-end;padding-right:10px;transition:width .5s ease}.confidence-text{color:#374151;font-size:1.1rem;font-weight:600}.images-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.image-card h4{font-size:1.1rem}.image-card img{margin-bottom:.5rem}.image-description{color:#6b7280;font-size:.9rem;margin-top:.5rem}.app-footer{background:#fffffff2;color:#6b7280;margin-top:auto}.app-footer,.disclaimer-banner{padding:1.5rem;text-align:center}.disclaimer-banner{background:linear-gradient(135deg,#fff5e6,#ffe6cc);border-bottom:3px solid #ff9800;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;width:100%}.disclaimer-banner p{box-sizing:border-box;color:#e65100;font-size:1rem;font-weight:500;line-height:1.6;margin:0;max-width:100%;padding:0 1rem}.disclaimer-banner strong{color:#d84315;font-weight:700}.clinical-explanation-section{margin-bottom:2rem;margin-top:2.5rem}.clinical-explanation-section h3{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.explanation-card{background:linear-gradient(135deg,#f0f4ff,#f8f5ff);border-left:5px solid #667eea;border-radius:12px;box-shadow:0 4px 12px #667eea1a;padding:2rem}.explanation-content{margin-bottom:1.5rem}.explanation-content h1,.explanation-content h2,.explanation-content h3,.explanation-content h4,.explanation-content h5,.explanation-content h6{color:#1f2937;font-weight:700;line-height:1.4;margin-bottom:.75rem;margin-top:1.5rem}.explanation-content h1{font-size:1.5rem}.explanation-content h2{font-size:1.3rem}.explanation-content h3{font-size:1.1rem}.explanation-content h4{font-size:1rem}.explanation-content p{color:#374151;font-size:.95rem;line-height:1.7;margin:.75rem 0}.explanation-content ol,.explanation-content ul{color:#374151;font-size:.95rem;line-height:1.7;margin:1rem 0;padding-left:2rem}.explanation-content li{list-style-position:outside;margin:.5rem 0}.explanation-content strong{color:#1f2937;font-weight:700}.explanation-content em{color:#374151;font-style:italic}.explanation-content code{background-color:#0000000d;border-radius:4px;color:#d946ef;font-family:Courier New,monospace;font-size:.9rem;padding:.2rem .4rem}.explanation-content blockquote{border-left:4px solid #667eea;color:#6b7280;font-style:italic;margin:1rem 0;padding-left:1rem}.explanation-content table{border-collapse:collapse;font-size:.9rem;margin:1rem 0;width:100%}.explanation-content td,.explanation-content th{border:1px solid #d1d5db;padding:.75rem;text-align:left}.explanation-content th{background-color:#f3f4f6;color:#1f2937;font-weight:700}.explanation-content tr:nth-child(2n){background-color:#fafafa}.explanation-content a{color:#667eea;font-weight:500;text-decoration:none}.explanation-content a:hover{text-decoration:underline}.explanation-line{color:#374151;font-size:.95rem;font-weight:500;line-height:1.7;margin:.75rem 0}.explanation-footer{border-top:2px dashed #cbd5e0;padding-top:1.5rem}.disclaimer-text{color:#f97316;font-size:.85rem;font-weight:600;line-height:1.5;margin:0}.export-section{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem;margin-top:2.5rem}.export-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.export-button:hover{box-shadow:0 6px 16px #667eea66;transform:translateY(-2px)}.export-button:active{transform:translateY(0)}@media (max-width:1024px){.app-main{padding:1.5rem}.images-grid{grid-template-columns:repeat(2,1fr)}.probability-item{grid-template-columns:120px 1fr 70px}}@media (max-width:768px){body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app-header h1{font-size:1.8rem}.app-header p{font-size:.95rem}.app-main{padding:1rem}.upload-section{min-height:400px;padding:1rem 0}.upload-card{border-radius:15px;padding:1.5rem}.upload-card h2{font-size:1.5rem}.analyze-button,.file-upload-button{font-size:1rem;padding:.75rem 1.5rem}.image-preview img{max-height:250px}.result-card{padding:1.5rem}.result-title{font-size:1.5rem}.prediction-badge{font-size:1.2rem;padding:.75rem 1.5rem}.prediction-description{font-size:1rem}.confidence-section{max-width:100%}.probabilities-section h3,.visualizations h3{font-size:1.3rem;margin-bottom:1rem}.images-grid{gap:1rem;grid-template-columns:1fr}.image-card{padding:.75rem}.image-card h4{font-size:1rem}.probability-item{font-size:.9rem;gap:.5rem;grid-template-columns:100px 1fr 60px}.prob-label,.prob-value{font-size:.85rem}.disclaimer-banner{border-bottom:2px solid #ff9800;padding:1rem}.disclaimer-banner p{font-size:.9rem;line-height:1.5;padding:0 .5rem}}@media (max-width:480px){body{background:linear-gradient(135deg,#667eea,#764ba2)}.app-header{padding:1rem}.app-header h1{font-size:1.4rem}.app-header p{font-size:.85rem}.app-main{padding:.75rem}.upload-section{min-height:300px;padding:.5rem 0}.upload-card{border-radius:12px;padding:1.25rem}.upload-card h2{font-size:1.3rem;margin-bottom:.5rem}.upload-subtitle{font-size:.9rem;margin-bottom:1.5rem}.analyze-button,.file-upload-button{font-size:.9rem;padding:.65rem 1.25rem}.image-preview{margin:1.5rem 0}.image-preview img{max-height:200px}.results-section{border-radius:12px;padding:1rem}.back-button{font-size:.85rem;margin-bottom:1rem;padding:.4rem .8rem}.result-card{border-left:4px solid;padding:1rem}.result-title{font-size:1.2rem;margin-bottom:.75rem}.prediction-badge{font-size:1rem;padding:.6rem 1.2rem}.prediction-description{font-size:.9rem;margin-bottom:1rem}.confidence-bar-container{height:24px}.confidence-text{font-size:.95rem}.probabilities-section,.visualizations{margin-top:1.5rem}.probabilities-section h3,.visualizations h3{font-size:1.1rem;margin-bottom:.75rem}.images-grid{gap:.75rem}.image-card{padding:.6rem}.image-card h4{font-size:.9rem;margin-bottom:.5rem}.image-description{font-size:.8rem}.probabilities-list{gap:.75rem}.probability-item{gap:.4rem;grid-template-columns:80px 1fr 50px}.prob-label,.prob-value{font-size:.75rem}.disclaimer-banner{padding:.75rem}.disclaimer-banner p{font-size:.8rem;line-height:1.4;padding:0 .5rem}.clinical-explanation-section{margin-bottom:1.5rem;margin-top:1.5rem}.clinical-explanation-section h3{font-size:1.1rem;margin-bottom:1rem}.explanation-card{border-left:4px solid;padding:1rem}.explanation-line{font-size:.85rem;margin:.5rem 0}.disclaimer-text{font-size:.75rem}.export-section{margin-bottom:1.5rem;margin-top:1.5rem}.export-button{font-size:.9rem;padding:.75rem 1rem;width:100%}}.page-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px 24px;width:100%}.history-header{margin-bottom:32px}.history-header h1{color:#1a202c;font-size:32px;margin:0 0 8px}.history-header p{color:#2d3748;font-size:16px;font-weight:500;margin:0}.history-list{display:flex;flex-direction:column;gap:16px;max-height:70vh;overflow-y:auto;padding-right:10px}.history-list::-webkit-scrollbar{width:8px}.history-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.history-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.history-list::-webkit-scrollbar-thumb:hover{background:#a0aec0}.history-item{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;display:flex;flex-shrink:0;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:16px;transition:all .2s}.history-item:hover{border-color:#cbd5e0;box-shadow:0 4px 12px #0000001a}.history-item-info{align-items:center;display:flex;flex:1 1;gap:16px;min-width:200px}.history-badge{border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px;white-space:nowrap}.history-details{display:flex;flex-direction:column;gap:4px}.history-confidence{color:#2d3748;font-size:14px;font-weight:600;margin:0}.history-date{color:#718096;font-size:12px;margin:0}.history-actions{display:flex;flex-wrap:wrap;gap:8px}.delete-button,.view-button{border:2px solid;border-radius:8px;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s;white-space:nowrap}.view-button{background:#667eea;border-color:#667eea;color:#fff}.view-button:hover{background:#5a67d8;border-color:#5a67d8}.delete-button{background:#0000;border-color:#e53e3e;color:#e53e3e}.delete-button-large,.delete-button:hover{background:#e53e3e;color:#fff}.delete-button-large{border:none;border-radius:8px;cursor:pointer;font-weight:600;margin-top:24px;max-width:300px;padding:12px 24px;width:100%}.delete-button-large:hover{background:#c53030}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.pagination-button{background:#667eea;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:all .2s}.pagination-button:hover:not(:disabled){background:#5a67d8}.pagination-button:disabled{background:#cbd5e0;cursor:not-allowed}.pagination-info{color:#4a5568;font-size:14px;font-weight:600}.empty-state{color:#fff;font-size:18px;font-weight:500;padding:60px 20px;text-align:center}.analysis-details{display:flex;flex-direction:column;gap:3px;max-height:80vh;overflow-y:auto;padding-right:10px}.analysis-details::-webkit-scrollbar{width:8px}.analysis-details::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.analysis-details::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.analysis-details::-webkit-scrollbar-thumb:hover{background:#a0aec0}.analysis-date{color:#718096;font-size:14px;margin-top:8px}.result-card{background:#f9fafb;border-left:6px solid;border-radius:12px;padding:2rem;text-align:center}.result-card h2{color:#1f2937;font-size:1.8rem;margin-bottom:1rem}.result-card p{color:#6b7280}.visualizations{margin:2rem 0}.visualizations h3{color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem}.images-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.image-card{background:#f9fafb;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1rem}.image-card h4{color:#374151;font-size:1rem;margin-bottom:.75rem}.image-card img{border-radius:8px;width:100%}.probabilities-section{margin-top:2rem}.probabilities-section h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.probabilities-list{display:flex;flex-direction:column;gap:1rem}.probability-item{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:150px 1fr 80px}.prob-label{color:#374151;font-weight:500}.prob-bar-container{background:#e5e7eb;border-radius:12px;height:24px;overflow:hidden}.prob-bar{border-radius:12px;height:100%;transition:width .5s ease}.prob-value{color:#374151;font-weight:600;text-align:right}.loading-container{align-items:center;color:#718096;display:flex;flex-direction:column;justify-content:center;min-height:400px}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:1024px){.page-container{padding:24px 16px}.history-list{max-height:65vh}.history-item{padding:14px}.images-grid{grid-template-columns:repeat(2,1fr)}.probability-item{grid-template-columns:120px 1fr 70px}}@media (max-width:768px){.page-container{padding:16px 12px}.history-header h1{font-size:24px}.history-header p{font-size:14px}.history-list{gap:12px;max-height:60vh}.history-item{align-items:flex-start;flex-direction:column;gap:10px;padding:12px}.history-item-info{flex-wrap:wrap;width:100%}.history-badge{font-size:12px;padding:6px 12px}.history-actions{gap:6px;width:100%}.delete-button,.view-button{flex:1 1;font-size:12px;padding:7px 1px}.analysis-details{gap:20px;max-height:70vh}.result-card{padding:1.5rem}.result-card h2{font-size:1.3rem}.probabilities-section h3,.visualizations h3{font-size:1.2rem}.images-grid{gap:1rem;grid-template-columns:1fr}.probability-item{font-size:.9rem;gap:.5rem;grid-template-columns:100px 1fr 60px}.delete-button-large{max-width:100%;padding:10px 16px}}@media (max-width:480px){.page-container{padding:12px 10px}.history-header h1{font-size:20px;margin-bottom:4px}.history-header p{font-size:12px}.history-list{gap:10px;max-height:55vh}.history-item{align-items:flex-start;flex-direction:column;gap:8px;padding:10px}.history-item-info{gap:10px;width:100%}.history-badge{font-size:11px;padding:5px 10px}.history-confidence{font-size:12px}.history-date{font-size:10px}.history-actions{gap:5px;width:100%}.delete-button,.view-button{flex:1 1;font-size:11px;padding:6px 10px}.pagination-button{font-size:12px;padding:8px 12px}.pagination-info{font-size:12px}.analysis-details{gap:16px;max-height:65vh}.back-button{font-size:12px;margin-bottom:1rem;padding:6px 10px}.result-card{padding:1rem}.result-card h2{font-size:1.1rem;margin-bottom:.5rem}.result-card p{font-size:.9rem;margin:.3rem 0}.probabilities-section h3,.visualizations h3{font-size:1rem;margin-bottom:.75rem}.images-grid{gap:.75rem;grid-template-columns:1fr}.image-card{padding:.6rem}.image-card h4{font-size:.85rem;margin-bottom:.4rem}.probabilities-list{gap:.75rem}.probability-item{font-size:.8rem;gap:.4rem;grid-template-columns:80px 1fr 50px}.delete-button-large{font-size:12px;margin-top:16px;max-width:100%;padding:8px 12px}.empty-state{font-size:14px;padding:40px 12px}}
/*# sourceMappingURL=main.b4510170.css.map*/