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;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#7fff00;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#6fef00}*{box-sizing:border-box;margin:0;padding:0}.landing-page{background:#000;color:#fff;min-height:100vh;overflow-x:hidden}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;border-bottom:1px solid #7fff001a;left:0;position:fixed;right:0;top:0;z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.5rem 2rem}.header-content,.logo{align-items:center;display:flex}.logo{gap:.75rem}.logo-icon{animation:logoFloat 3s ease-in-out infinite;height:40px;width:40px}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#7fff00);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.header-login-btn{background:#0000;border:2px solid #7fff00;border-radius:50px;color:#7fff00;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.header-login-btn:hover{background:#7fff00;box-shadow:0 10px 30px #7fff004d;color:#000;transform:translateY(-2px)}.hero{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:8rem 2rem 4rem;position:relative}.hero-content{max-width:1200px;position:relative;text-align:center;z-index:10}.hero-badge{align-items:center;animation:fadeInUp .8s ease-out;background:#7fff001a;border:1px solid #7fff004d;border-radius:50px;color:#7fff00;display:inline-flex;font-size:.9rem;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.5rem}.badge-dot{animation:pulse 2s ease-in-out infinite;background:#7fff00;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{animation:fadeInUp .8s ease-out .2s both;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7fff00,#00ff7f);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-subtitle{animation:fadeInUp .8s ease-out .4s both;color:#ccc;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin:0 auto 3rem;max-width:700px}.hero-buttons{animation:fadeInUp .8s ease-out .6s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn-primary,.btn-secondary{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;transition:all .3s ease}.btn-primary{background:#7fff00;color:#000}.btn-primary:hover{box-shadow:0 15px 40px #7fff0066;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-3px)}.btn-icon{height:20px;width:20px}.stroke-preview{animation:fadeInUp .8s ease-out .8s both;margin-top:4rem}.preview-svg{filter:drop-shadow(0 0 20px rgba(127,255,0,.3));height:auto;max-width:600px;width:100%}.stroke-anim{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawStroke 3s ease-in-out infinite}.stroke-1{animation-delay:0s}.stroke-2{animation-delay:.5s}.stroke-3{animation-delay:1s}.stroke-4{animation-delay:1.5s}@keyframes drawStroke{0%{stroke-dashoffset:1000;opacity:0}20%{opacity:1}50%{stroke-dashoffset:0}80%{opacity:1}to{stroke-dashoffset:-1000;opacity:0}}.floating-element{animation:float 20s ease-in-out infinite;background:radial-gradient(circle,#7fff001a 0,#0000 70%);border-radius:50%;position:absolute}.float-1{animation-delay:0s;height:300px;left:5%;top:10%;width:300px}.float-2{animation-delay:5s;height:200px;right:10%;top:60%;width:200px}.float-3{animation-delay:10s;bottom:10%;height:250px;left:50%;width:250px}@keyframes float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.features{background:linear-gradient(180deg,#000,#0a0a0a);padding:8rem 2rem;position:relative}.features:before{background:linear-gradient(90deg,#0000,#7fff00 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.features-content{margin:0 auto;max-width:1400px}.section-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#ccc;font-size:1.2rem;margin-bottom:4rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#ffffff05;border:1px solid #7fff001a;border-radius:20px;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s ease}.feature-card:before{background:linear-gradient(90deg,#7fff00,#00ff7f);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{border-color:#7fff004d;box-shadow:0 20px 60px #7fff001a;transform:translateY(-10px)}.feature-icon{height:80px;margin-bottom:1.5rem;width:80px}.feature-icon svg{height:100%;width:100%}.feature-card h3{color:#7fff00;font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:#ccc;line-height:1.6}.stats{background:#000;padding:6rem 2rem}.stats-content{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:space-around;margin:0 auto;max-width:1000px}.stat-item{text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#7fff00,#00ff7f);-webkit-background-clip:text;background-clip:text;font-size:4rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#ccc;font-size:1.2rem;letter-spacing:2px;text-transform:uppercase}.stat-divider{background:linear-gradient(180deg,#0000,#7fff00 50%,#0000);height:80px;width:1px}.cta{background:linear-gradient(135deg,#7fff000d,#0000);padding:8rem 2rem;position:relative}.cta:before{background:linear-gradient(90deg,#0000,#7fff00 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:1.5rem}.cta-content p{color:#ccc;font-size:1.2rem;line-height:1.6;margin-bottom:2.5rem}.footer{background:#000;border-top:1px solid #7fff001a;padding:4rem 2rem 2rem}.footer-content{margin:0 auto;max-width:1400px}.footer-main{margin-bottom:3rem}.footer-brand{max-width:400px}.footer-logo{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.footer-logo .logo-icon{height:35px;width:35px}.footer-description{color:#999;line-height:1.6;margin-bottom:2rem}.footer-credits{margin-bottom:2rem}.footer-credits h4{color:#7fff00;font-size:1.2rem;margin-bottom:1rem}.credit-links{display:flex;flex-direction:column;gap:1rem}.credit-link{align-items:center;border-radius:8px;color:#ccc;display:inline-flex;gap:.75rem;padding:.5rem;text-decoration:none;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.credit-link:hover{background:#7fff000d;color:#7fff00;transform:translateX(5px)}.linkedin-icon{height:24px;width:24px}.footer-bottom{border-top:1px solid #7fff001a;color:#666;padding-top:2rem;text-align:center}.modal-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:2000}.modal-content{animation:slideUp .4s ease-out;background:#0a0a0a;border:1px solid #7fff0033;border-radius:24px;box-shadow:0 20px 60px #7fff0033;max-width:500px;padding:3rem;position:relative;width:100%}.modal-close{background:#0000;border:none;border-radius:8px;color:#999;padding:.5rem;right:1.5rem;top:1.5rem}.modal-close:hover{background:#7fff001a;color:#7fff00}.modal-header{margin-bottom:2rem;text-align:center}.modal-icon{height:60px;margin:0 auto 1.5rem;width:60px}.modal-icon svg{height:100%;width:100%}.modal-header h2{color:#fff;font-size:2rem;margin-bottom:.5rem}.modal-header p{color:#999;font-size:1rem}.modal-form{gap:1.5rem}.form-group,.modal-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#ccc;font-size:.95rem;font-weight:500}.form-group input{background:#ffffff0d;border:2px solid #7fff0033;border-radius:12px;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus{background:#ffffff14;border-color:#7fff00;box-shadow:0 0 0 4px #7fff001a;outline:none}.form-group input::placeholder{color:#666}.error-message,.warning-message{animation:shake .5s ease-out;border-radius:12px;font-size:.9rem;padding:1rem}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.error-message{background:#ff3b301a;border:1px solid #ff3b304d;color:#ff3b30}.warning-message{background:#ffcc001a;border:1px solid #ffcc004d;color:#fc0}.modal-submit{align-items:center;background:#7fff00;border:none;border-radius:12px;color:#000;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;transition:all .3s ease}.modal-submit:hover:not(:disabled){box-shadow:0 10px 30px #7fff0066;transform:translateY(-2px)}.modal-submit:disabled{cursor:not-allowed;opacity:.6}.spinner{animation:spin .8s linear infinite;border:3px solid #0003;border-radius:50%;border-top-color:#000;height:20px;width:20px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.header-content{padding:1rem}.hero{padding:6rem 1rem 3rem}.hero-buttons{align-items:stretch;flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.cta,.features,.stats{padding:4rem 1rem}.features-grid{grid-template-columns:1fr}.stats-content{flex-direction:column;gap:2rem}.stat-divider{background:linear-gradient(90deg,#0000,#7fff00 50%,#0000);height:1px;width:80px}.modal-content{padding:2rem}.floating-element{display:none}}@media (max-width:480px){.logo-text{font-size:1.2rem}.header-login-btn{font-size:.9rem;padding:.6rem 1.5rem}.modal-content{padding:1.5rem}.modal-header h2{font-size:1.5rem}}.drawing-container{background:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;width:100vw}.drawing-header{background:#000;border-bottom:2px solid #7fff00;box-shadow:0 4px 20px #7fff001a;justify-content:space-between;padding:1rem 2rem;z-index:100}.drawing-header,.header-left{align-items:center;display:flex}.header-left{gap:2rem}.app-logo{align-items:center;display:flex;gap:.75rem}.logo-icon{height:35px;width:35px}.app-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#7fff00);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700}.user-info{align-items:center;background:#7fff001a;border:1px solid #7fff004d;border-radius:50px;display:flex;gap:.5rem;padding:.5rem 1rem}.username-label{color:#7fff00;font-size:.9rem;font-weight:500}.username-value{color:#fff;font-weight:600}.header-right{align-items:center;display:flex;gap:1rem}.header-clear-button,.header-delete-button,.header-download-button,.header-logout-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.header-download-button{background:#0096ff33;border:1px solid #0096ff66;color:#0096ff}.header-download-button:hover{background:#0096ff4d;box-shadow:0 8px 20px #0096ff4d;transform:translateY(-2px)}.header-delete-button{background:#ff3b3033;border:1px solid #ff3b3066;color:#ff3b30}.header-delete-button:hover{background:#ff3b304d;box-shadow:0 8px 20px #ff3b304d;transform:translateY(-2px)}.header-clear-button{background:#ffffff1a;border:1px solid #fff3;color:#fff}.header-clear-button:hover{background:#fff3;transform:translateY(-2px)}.header-logout-button{background:#7fff00;color:#000}.header-logout-button:hover{box-shadow:0 8px 20px #7fff004d;transform:translateY(-2px)}.header-clear-button svg,.header-delete-button svg,.header-download-button svg,.header-logout-button svg{height:20px;width:20px}.controls-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #7fff004d;border-radius:12px;box-shadow:0 4px 20px #7fff0033;left:20px;min-width:220px;padding:1.5rem;position:absolute;top:100px;z-index:10}.control-group{margin-bottom:1.25rem}.control-group:last-child{margin-bottom:0}.control-group label{color:#7fff00;display:block;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.control-group input[type=range]{-webkit-appearance:none;background:#7fff0033;border-radius:5px;height:6px;margin-bottom:.5rem;outline:none;width:100%}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#7fff00;border-radius:50%;box-shadow:0 0 10px #7fff0080;cursor:pointer;height:18px;width:18px}.control-group input[type=range]::-moz-range-thumb{background:#7fff00;border:none;border-radius:50%;box-shadow:0 0 10px #7fff0080;cursor:pointer;height:18px;width:18px}.control-group span{color:#fff;display:block;font-size:.85rem;font-weight:600;text-align:right}.color-slider-wrapper{align-items:center;display:flex;gap:1rem;margin-bottom:.5rem}.color-slider{-webkit-appearance:none;background:linear-gradient(90deg,#fff 0,grey 50%,#000)!important;border:1px solid #7fff004d;border-radius:5px;flex:1 1;height:8px;outline:none}.color-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #7fff00;border-radius:50%;box-shadow:0 0 10px #7fff0099,0 0 0 2px #0003;cursor:pointer;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;width:20px}.color-slider::-webkit-slider-thumb:hover{box-shadow:0 0 15px #7fff00cc,0 0 0 2px #0000004d;transform:scale(1.1)}.color-slider::-moz-range-thumb{background:#fff;border:2px solid #7fff00;border-radius:50%;box-shadow:0 0 10px #7fff0099,0 0 0 2px #0003;cursor:pointer;height:20px;-moz-transition:all .2s ease;transition:all .2s ease;width:20px}.color-slider::-moz-range-thumb:hover{box-shadow:0 0 15px #7fff00cc,0 0 0 2px #0000004d;transform:scale(1.1)}.color-preview{border:2px solid #7fff00;border-radius:8px;box-shadow:0 0 10px #7fff004d;flex-shrink:0;height:40px;transition:all .3s ease;width:40px}.color-preview:hover{box-shadow:0 0 15px #7fff0080;transform:scale(1.05)}.counter{animation:counterPulse 2s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:2px solid #7fff00;border-radius:12px;bottom:20px;box-shadow:0 4px 20px #7fff004d;color:#7fff00;font-size:1.5rem;font-weight:700;left:20px;padding:1rem 2rem;position:absolute;z-index:10}@keyframes counterPulse{0%,to{box-shadow:0 4px 20px #7fff004d}50%{box-shadow:0 4px 30px #7fff0099}}.category-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border:1px solid #7fff004d;border-radius:12px;bottom:20px;box-shadow:0 4px 20px #7fff0033;min-width:280px;padding:1.5rem;position:absolute;right:20px;z-index:10}.category-row{display:flex;gap:1rem;margin-bottom:1rem}.category-row:last-child{margin-bottom:0}.category-item{align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:8px;display:flex;flex:1 1;padding:.75rem;transition:all .3s ease}.category-item:hover{background:#7fff001a;border-color:#7fff004d}.category-item input[type=checkbox]{accent-color:#7fff00;cursor:pointer;height:20px;margin-right:.75rem;width:20px}.category-item label{color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;-webkit-user-select:none;user-select:none}.category-item input[type=checkbox]:checked+label{color:#7fff00;font-weight:700}.canvas-wrapper{background:#fff;flex:1 1;overflow:hidden;position:relative}.drawing-canvas{cursor:crosshair;height:100%;touch-action:none;width:100%}@media (max-width:768px){.drawing-header{flex-direction:column;gap:1rem;padding:.75rem 1rem}.header-left{flex-direction:column;gap:.75rem;width:100%}.header-right{justify-content:space-between;width:100%}.app-name{font-size:1.2rem}.controls-panel{left:10px;min-width:180px;padding:1rem;top:180px}.category-panel{bottom:10px;min-width:240px;right:10px}.counter{bottom:10px;font-size:1.2rem;left:10px;padding:.75rem 1.5rem}.header-clear-button,.header-delete-button,.header-download-button,.header-logout-button{font-size:.9rem;padding:.6rem 1rem}}@media (max-width:480px){.category-row{flex-direction:column;gap:.5rem}.category-panel{min-width:200px}.controls-panel{min-width:160px}}.processing-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:9999}.processing-content{align-items:center;background:#ffffff0d;border:2px solid #7fff00;border-radius:20px;box-shadow:0 0 40px #7fff004d;display:flex;flex-direction:column;gap:1.5rem;padding:3rem}.processing-spinner{animation:spin 1s linear infinite;border:4px solid #7fff0033;border-radius:50%;border-top-color:#7fff00;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.processing-message{color:#7fff00;font-size:1.5rem;font-weight:600;letter-spacing:.5px;margin:0;text-align:center}.header-center{flex:1 1;justify-content:center}.header-center,.mode-selector{align-items:center;display:flex}.mode-dropdown{background:#7fff001a;border:2px solid #7fff00;border-radius:8px;color:#7fff00;cursor:pointer;font-size:1rem;font-weight:600;min-width:180px;outline:none;padding:.75rem 1.5rem;transition:all .3s ease}.mode-dropdown:hover{background:#7fff0033;box-shadow:0 4px 15px #7fff004d}.mode-dropdown:focus{box-shadow:0 0 0 3px #7fff004d}.mode-dropdown option{background:#000;color:#7fff00}.header-classify-button,.header-reset-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.header-classify-button{background:#7fff00;color:#000}.header-classify-button:hover:not(:disabled){box-shadow:0 8px 20px #7fff0066;transform:translateY(-2px)}.header-classify-button:disabled{background:#7fff004d;color:#00000080;cursor:not-allowed}.header-reset-button{background:#ff950033;border:1px solid #ff950066;color:#ff9500}.header-reset-button:hover{background:#ff95004d;box-shadow:0 8px 20px #ff95004d;transform:translateY(-2px)}.header-classify-button svg,.header-reset-button svg{height:20px;width:20px}.model-selection-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000f2;border:1px solid #7fff004d;border-radius:12px;bottom:20px;box-shadow:0 4px 20px #7fff0033;max-height:70vh;max-width:380px;min-width:320px;overflow-y:auto;padding:1.5rem;position:absolute;right:20px;z-index:10}.model-group{margin-bottom:1.5rem}.model-group:last-child{margin-bottom:0}.model-group-title{border-bottom:2px solid #7fff004d;color:#7fff00;font-size:1rem;font-weight:700;letter-spacing:1px;margin-bottom:1rem;padding-bottom:.5rem;text-transform:uppercase}.model-list{display:flex;flex-direction:column;gap:.5rem}.model-item{align-items:center;background:#ffffff0d;border:1px solid #0000;border-radius:8px;display:flex;padding:.75rem;transition:all .3s ease}.model-item:hover{background:#7fff001a;border-color:#7fff004d}.model-item input[type=checkbox]{accent-color:#7fff00;cursor:pointer;height:18px;margin-right:.75rem;width:18px}.model-item label{color:#fff;cursor:pointer;flex:1 1;font-size:.9rem;font-weight:500;-webkit-user-select:none;user-select:none}.model-item input[type=checkbox]:checked+label{color:#7fff00;font-weight:700}.model-selection-panel::-webkit-scrollbar{width:8px}.model-selection-panel::-webkit-scrollbar-track{background:#7fff001a;border-radius:4px}.model-selection-panel::-webkit-scrollbar-thumb{background:#7fff0080;border-radius:4px}.model-selection-panel::-webkit-scrollbar-thumb:hover{background:#7fff00b3}.results-modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000e6;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.results-modal-content{animation:slideUp .3s ease;background:#000;border:2px solid #7fff00;border-radius:16px;box-shadow:0 10px 50px #7fff0066;max-height:85vh;max-width:800px;overflow-y:auto;position:relative;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.results-modal-content::-webkit-scrollbar{width:10px}.results-modal-content::-webkit-scrollbar-track{background:#7fff001a;border-radius:5px}.results-modal-content::-webkit-scrollbar-thumb{background:#7fff0080;border-radius:5px}.results-modal-content::-webkit-scrollbar-thumb:hover{background:#7fff00b3}.modal-close{align-items:center;background:#ff3b3033;border:1px solid #ff3b3066;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px;z-index:10}.modal-close:hover{background:#ff3b3066;transform:rotate(90deg)}.modal-close svg{color:#ff3b30;height:24px;width:24px}.modal-header{border-bottom:2px solid #7fff004d;padding:2rem 2rem 1.5rem}.modal-header h2{color:#7fff00;font-size:1.8rem;font-weight:700;margin:0 0 1rem}.modal-actions{display:flex;gap:1rem}.btn-copy,.btn-download{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-copy{background:#0096ff33;border:1px solid #0096ff66;color:#0096ff}.btn-copy:hover{background:#0096ff4d;box-shadow:0 8px 20px #0096ff4d;transform:translateY(-2px)}.btn-download{background:#7fff00;color:#000}.btn-download:hover{box-shadow:0 8px 20px #7fff0066;transform:translateY(-2px)}.btn-copy svg,.btn-download svg{height:18px;width:18px}.results-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem}.result-item{background:#ffffff0d;border:1px solid #7fff0033;border-radius:12px;padding:1.5rem;transition:all .3s ease}.result-item:hover{background:#7fff000d;border-color:#7fff0066;transform:translateX(5px)}.model-name{border-bottom:1px solid #7fff004d;color:#7fff00;font-size:1.3rem;font-weight:700;margin:0 0 1rem;padding-bottom:.75rem}.result-details{display:flex;flex-direction:column;gap:1rem}.confidence,.prediction{align-items:center;display:flex;gap:.75rem}.label{color:#ffffffb3;font-size:.95rem;font-weight:600}.value{color:#fff;font-size:1.1rem;font-weight:700;text-transform:capitalize}.probabilities{margin-top:.5rem}.probabilities .label{display:block;margin-bottom:.75rem}.prob-list{gap:.75rem}.prob-item,.prob-list{display:flex;flex-direction:column}.prob-item{gap:.25rem}.prob-item>div:first-child{align-items:center;display:flex;justify-content:space-between}.class-name{color:#ffffffe6;font-size:.9rem;font-weight:500;text-transform:capitalize}.prob-value{color:#7fff00;font-size:.9rem;font-weight:700}.prob-bar{background:#7fff0033;border-radius:3px;height:6px;overflow:hidden;width:100%}.prob-bar-fill{background:linear-gradient(90deg,#7fff00,#5acc00);border-radius:3px;height:100%;transition:width .5s ease}@media (max-width:768px){.header-center{margin-bottom:.5rem;order:-1}.mode-dropdown{font-size:.9rem;min-width:150px;padding:.6rem 1rem}.model-selection-panel{max-height:60vh;max-width:90%;min-width:280px}.results-modal-content{max-height:90vh;width:95%}.modal-header{padding:1.5rem 1rem 1rem}.modal-header h2{font-size:1.5rem}.results-content{padding:1.5rem 1rem}.modal-actions{flex-direction:column;gap:.5rem}.btn-copy,.btn-download{justify-content:center;width:100%}}.App{height:100vh;overflow:hidden;width:100%}
/*# sourceMappingURL=main.e5aceda9.css.map*/