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}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f172a,#1e293b);color:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.App,body{min-height:100vh}.app-header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172acc;border-bottom:1px solid #334155;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.logo h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;font-size:1.5rem;font-weight:700}.main-nav{background:#1e293b;border-radius:12px;display:flex;gap:.5rem;padding:.25rem}.nav-btn{background:#0000;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.nav-btn.active{background:#3b82f6;color:#fff}.nav-btn:hover:not(.active){background:#334155;color:#e2e8f0}.app-container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero-section{padding:4rem 0 2rem;text-align:center}.hero-content h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f8fafc,#cbd5e1);-webkit-background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.hero-content p{color:#94a3b8;font-size:1.25rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.learn-more-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.learn-more-btn:hover{box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.classifier-layout{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 400px;padding:2rem 0 4rem}.input-card{background:#1e293b;border:1px solid #334155;border-radius:16px;margin-bottom:2rem;padding:2rem}.input-card h3{font-size:1.25rem}.input-card h3,textarea{color:#f8fafc;margin-bottom:1.5rem}textarea{background:#0f172a;border:1px solid #334155;border-radius:12px;font-size:1rem;padding:1.5rem;resize:vertical;transition:border-color .2s ease;width:100%}textarea:focus{border-color:#3b82f6;outline:none}textarea::placeholder{color:#64748b}.input-actions{display:flex;gap:1rem;margin-bottom:1.5rem}.action-btn{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;flex:1 1;font-weight:500;padding:.75rem 1.5rem;transition:all .2s ease}.action-btn:hover{background:#334155;color:#e2e8f0}.action-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;color:#fff;width:100%}.action-btn.primary:hover{box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.action-btn:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.classify-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-bottom:1rem;padding:1rem 2rem;transition:all .2s ease;width:100%}.classify-btn:hover:not(:disabled){box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.selected-example{background:#0f172a;border-left:4px solid #3b82f6;border-radius:8px;color:#94a3b8;font-size:.9rem;padding:1rem}.recent-results{background:#1e293b;border:1px solid #334155;border-radius:16px;padding:1.5rem}.recent-results h4{color:#f8fafc;margin-bottom:1rem}.recent-item{align-items:center;border-bottom:1px solid #334155;display:flex;justify-content:space-between;padding:1rem 0}.recent-item:last-child{border-bottom:none}.recent-info{flex:1 1}.recent-title{color:#f8fafc;font-weight:500;margin-bottom:.25rem}.recent-category{color:#94a3b8;font-size:.875rem}.recent-confidence{background:#059669;border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;padding:.25rem .75rem}.placeholder-results,.results-card{background:#1e293b;border:1px solid #334155;border-radius:16px;height:-webkit-fit-content;height:fit-content;padding:2rem;position:-webkit-sticky;position:sticky;top:100px}.placeholder-results h3,.results-card h3{color:#f8fafc;margin-bottom:1.5rem}.placeholder-results p{color:#64748b}.placeholder-results p,.processing-state{padding:2rem 0;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #334155;border-radius:50%;border-top-color:#3b82f6;height:48px;margin:0 auto 1rem;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.processing-state p{color:#f8fafc;font-size:1.1rem;margin-bottom:.5rem}.subtext{color:#94a3b8!important;font-size:.9rem!important}.success-results{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.main-prediction{margin-bottom:2rem;text-align:center}.prediction-badge{align-items:center;border-radius:50px;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem;padding:.75rem 1.5rem}.confidence-score{color:#f8fafc;font-size:1.5rem;font-weight:700}.confidence-meter{background:#334155;border-radius:4px;height:8px;margin:1.5rem 0;overflow:hidden;width:100%}.confidence-fill{border-radius:4px;height:100%;transition:width .5s ease}.all-probabilities{margin:2rem 0}.all-probabilities h4{color:#f8fafc;margin-bottom:1rem}.probability-row{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.prob-category{align-items:center;display:flex;font-size:.9rem;gap:.5rem;min-width:120px}.prob-bar-container{align-items:center;display:flex;flex:1 1;gap:1rem}.prob-bar{border-radius:3px;height:6px;min-width:5px;transition:width .5s ease}.prob-value{color:#94a3b8;font-size:.875rem;min-width:40px;text-align:right}.result-actions{display:flex;gap:1rem;margin-top:2rem}.examples-tab{padding:2rem 0 4rem}.examples-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.examples-header h1{font-size:2.5rem;font-weight:700}.search-box input{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#f8fafc;padding:.75rem 1rem;width:300px}.search-box input::placeholder{color:#64748b}.categories-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.category-filter-btn{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#94a3b8;cursor:pointer;padding:.75rem 1.5rem;transition:all .2s ease}.category-filter-btn:hover{background:#334155;color:#e2e8f0}.examples-grid{display:flex;flex-direction:column;gap:2rem}.examples-category h3{color:#f8fafc;font-size:1.5rem;margin-bottom:1rem}.category-examples{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.example-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.5rem;transition:all .2s ease}.example-card:hover{border-color:#3b82f6;transform:translateY(-2px)}.example-card h4{color:#f8fafc;margin-bottom:.5rem}.example-card p{color:#94a3b8;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.use-example-btn{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s ease}.use-example-btn:hover{background:#2563eb}.history-tab{padding:2rem 0 4rem}.history-tab h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.history-tab>p{color:#94a3b8;margin-bottom:2rem}.empty-state{background:#1e293b;border:1px solid #334155;border-radius:16px;color:#64748b;padding:4rem 2rem;text-align:center}.error-state{color:#ef4444;padding:2rem 0;text-align:center}@media (max-width:1024px){.classifier-layout{grid-template-columns:1fr}.results-card{position:static}}@media (max-width:768px){.app-container{padding:0 1rem}.header-content{flex-direction:column;gap:1rem}.hero-content h1{font-size:2rem}.examples-header{align-items:stretch;flex-direction:column;gap:1rem}.search-box input{width:100%}.input-actions{flex-direction:column}.category-examples{grid-template-columns:1fr}.probability-row{align-items:stretch;flex-direction:column;gap:.5rem}.prob-bar-container{width:100%}}
/*# sourceMappingURL=main.0ca80de7.css.map*/