*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#1f2933;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;min-height:100vh}code{background:#f8f9fa;border-radius:3px;font-family:Consolas,Monaco,Courier New,monospace;font-size:.9em;padding:2px 4px}.detection-overlay{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.detection-box{animation:pulse-border 2s infinite;background:#0000;border:3px solid;border-radius:4px;position:absolute}@keyframes pulse-border{0%,to{opacity:1}50%{opacity:.7}}.detection-label{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;box-shadow:0 2px 8px #0000004d;display:flex;font-size:12px;font-weight:600;gap:6px;padding:4px 8px;position:absolute;white-space:nowrap;z-index:20}.label-text{letter-spacing:.5px;text-transform:capitalize}.confidence{background:#fff3;border-radius:10px;font-size:10px;font-weight:700;padding:2px 6px}@media (max-width:768px){.detection-label{font-size:10px;padding:2px 6px}.confidence{font-size:8px;padding:1px 4px}.detection-box{border-width:2px}}.color-legend{background:#fffffff2;background:var(--card-bg,#fffffff2);border:1px solid #0f172a14;border:1px solid var(--border-color,#0f172a14);border-radius:24px;box-shadow:0 20px 45px #0f172a26;margin-top:32px;padding:28px;width:100%}.legend-header{align-items:center;border-bottom:1px solid #0f172a14;display:flex;gap:16px;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.legend-header h3{color:#0f172a;color:var(--text-dark,#0f172a);font-size:1.2rem;font-weight:700;margin:0}.legend-count{background:#0ea5e91f;border-radius:999px;color:#64748b;color:var(--text-muted,#64748b);font-size:.9rem;font-weight:600;padding:6px 14px}.legend-items{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.legend-item{align-items:center;background:#ffffffd9;border:1px solid #0f172a14;border-radius:16px;box-shadow:0 10px 25px #0f172a14;display:flex;gap:12px;padding:12px 16px;transition:transform .2s ease,box-shadow .2s ease}.legend-item:hover{box-shadow:0 16px 30px #0f172a1f;transform:translateY(-2px)}.color-box{border:2px solid #fffc;border-radius:10px;flex-shrink:0;height:20px;width:20px}.class-label{color:#0f172a;color:var(--text-dark,#0f172a);flex:1 1;font-size:.95rem;font-weight:600;text-transform:capitalize}.class-id{background:#64748b1f;border-radius:999px;color:#64748b;color:var(--text-muted,#64748b);font-size:.8rem;font-weight:600;padding:3px 8px}@media (max-width:768px){.color-legend{padding:24px 20px}.legend-header{flex-direction:column;text-align:center}.legend-items{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:500px){.legend-items{grid-template-columns:1fr}}.webcam-container{align-items:center;background:#0000;display:flex;flex-direction:column;margin:0 auto;max-width:1400px;padding:0}.video-wrapper{background:#000;border:1px solid #e5e7eb;border-radius:24px;box-shadow:0 18px 40px #0f172a2e;margin-bottom:40px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.video-wrapper:hover{box-shadow:0 25px 80px #0006;transform:translateY(-5px)}.webcam-video{display:block;height:auto;max-width:1280px;width:100%}.stat-value.detecting{animation:pulse-text 1.5s ease-in-out infinite;color:#f39c12!important}.stat-value.ready{color:#27ae60!important;transition:color .3s ease}@keyframes pulse-text{0%,to{opacity:1}50%{opacity:.7}}.controls{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:25px}.capture-btn{background:#111827;border:none;border-radius:50px;box-shadow:0 8px 25px #667eea66;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:1px;overflow:hidden;padding:15px 35px;position:relative;text-transform:uppercase;transition:all .3s ease}.camera-selector{align-items:center;background:#ffffffe6;border:1px solid #0f172a14;border-radius:999px;color:#0f172a;display:flex;font-size:.9rem;gap:8px;padding:8px 12px}.camera-selector label{font-weight:600}.camera-selector select{border:1px solid #94a3b8cc;border-radius:999px;cursor:pointer;font-size:.9rem;outline:none;padding:4px 10px}.camera-selector select:focus{border-color:#0ea5e9;border-color:var(--accent-1,#0ea5e9);box-shadow:0 0 0 2px #0ea5e940}.capture-btn:before{background:#ffffff40;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.capture-btn:hover:before{left:100%}.capture-btn:hover{box-shadow:0 12px 30px #00000059;transform:translateY(-3px)}.stats-panel{grid-gap:25px;background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 15px 40px #0000001a;color:#495057;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:900px;padding:30px;width:100%}.stat-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;overflow:hidden;padding:20px 15px;position:relative;text-align:center;transition:all .3s ease}.stat-item:before{background:#111827;content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.stat-item:hover:before{transform:scaleX(1)}.stat-item:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.stat-label{color:#6c757d;font-size:12px;font-weight:500;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.stat-value{color:#2c3e50;font-size:16px;font-weight:600}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;color:#721c24;font-size:14px;margin-top:20px;max-width:600px;padding:12px 16px;text-align:center}@media (max-width:768px){.stats-panel{gap:15px;grid-template-columns:repeat(2,1fr);padding:15px}.stat-item{padding:8px}.webcam-container{padding:10px}.video-wrapper{margin-bottom:20px}}@media (max-width:480px){.stats-panel{grid-template-columns:1fr}.stat-label{font-size:11px}.stat-value{font-size:14px}}.model-selector{align-items:center;background:#0ea5e91a;border-radius:999px;display:flex;gap:12px;padding:8px 16px}.model-label{color:#0f172a;font-size:.9rem;font-weight:600}.model-dropdown{background:#fff;border:1px solid #0ea5e966;border-radius:999px;color:#0f172a;cursor:pointer;font-size:.95rem;outline:none;padding:6px 28px 6px 12px;transition:border-color .2s ease,box-shadow .2s ease}.model-dropdown:hover{border-color:#14b8a6cc}.model-dropdown:focus{border-color:#0ea5e9;border-color:var(--accent-1,#0ea5e9);box-shadow:0 0 0 3px #0ea5e940}.model-dropdown option{background:#f8fafc;color:#0f172a}.model-error{cursor:help;font-size:1rem}.image-upload-container{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1000px;width:100%}.image-preview-wrapper{border:2px solid #fff6;border-radius:20px;box-shadow:0 25px 60px #0f172a59;max-height:70vh;overflow:hidden;position:relative;width:100%}.image-preview{display:block;height:auto;width:100%}.video-upload-container{align-items:center;display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1000px;width:100%}.upload-controls{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0f172a1f;display:flex;flex-wrap:wrap;gap:12px;padding:18px;width:100%}.file-input{color:#111827;font-size:.95rem}.file-input::-webkit-file-upload-button{background:#111827;border:none;border-radius:999px;box-shadow:0 8px 20px #00000040;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.02em;margin-right:14px;padding:10px 20px;-webkit-transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease}.file-input::file-selector-button{background:#111827;border:none;border-radius:999px;box-shadow:0 8px 20px #00000040;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.02em;margin-right:14px;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease}.file-input::-webkit-file-upload-button:hover{box-shadow:0 10px 24px #0000004d;transform:translateY(-2px)}.file-input::file-selector-button:hover{box-shadow:0 10px 24px #0000004d;transform:translateY(-2px)}.detect-btn{background:#2563eb;border:none;border-radius:999px;box-shadow:0 10px 22px #2563eb59;color:#fff;cursor:pointer;font-weight:700;padding:10px 26px;transition:transform .2s ease,box-shadow .2s ease}.detect-btn:disabled{background:#cbd5f5;box-shadow:none;color:#64748b;cursor:not-allowed}.detect-btn:not(:disabled):hover{box-shadow:0 16px 30px #f59e0b73;transform:translateY(-2px)}.video-preview-wrapper{display:flex;justify-content:center;width:100%}.video-stage{background:#0f172a33;border:2px solid #fff6;border-radius:20px;box-shadow:0 25px 60px #0f172a59;overflow:hidden;position:relative}.video-preview{display:block;height:auto;width:100%}.video-stats{grid-gap:12px;background:#fffffff2;border:1px solid #0f172a14;border-radius:18px;box-shadow:0 15px 40px #0f172a1f;color:#0f172a;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:18px;width:100%}.video-stats p{color:#1f2933;font-size:.9rem;font-weight:600;margin:0}.App{background:#f5f5f5;color:#111827;display:flex;flex-direction:column;min-height:100vh}.app-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;flex-wrap:wrap;gap:30px;justify-content:space-between;padding:16px 24px}.header-left{display:flex;flex-direction:column;gap:6px}.header-right{padding:8px 0}.app-title{display:none}.app-subtitle{color:#6b7280;font-size:.95rem;margin:0}.app-main{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:24px;padding:24px}.tabs{grid-gap:8px;background:#fff;border:1px solid var(--border-color);border-radius:20px;box-shadow:0 15px 45px #0f172a1f;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);max-width:1100px;padding:8px;width:100%}.tab-btn{align-items:center;background:#0000;border:none;border-radius:14px;color:#6b7280;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;justify-content:center;padding:14px 18px;transition:all .25s ease}.tab-btn.active{background:#111827;color:#fff}.tab-btn:not(.active):hover{background:#e5e7eb;color:#111827}.tab-content{display:flex;justify-content:center;max-width:1200px;width:100%}.app-footer{background:#fff;border-top:1px solid #e5e7eb;padding:24px 20px}.footer-content{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1fr auto 1fr;margin:0 auto;max-width:1200px}.connection-status{align-items:center;color:#6b7280;display:flex;font-weight:600;gap:10px}.status-dot{animation:pulse-dot 2s infinite;background:#22c55e;border-radius:999px;box-shadow:0 0 0 0 #22c55e66;height:10px;width:10px}@keyframes pulse-dot{0%{box-shadow:0 0 0 0 #22c55e66;transform:scale(.95)}70%{box-shadow:0 0 0 12px #22c55e00;transform:scale(1)}to{box-shadow:0 0 0 0 #22c55e00;transform:scale(.95)}}.footer-center{justify-self:center}.author-info{background:#111827;border-radius:16px;box-shadow:0 15px 35px #14b8a659;color:#fff;display:flex;flex-direction:column;gap:4px;min-width:220px;padding:14px 24px;text-align:center}.author-label{font-size:.75rem;letter-spacing:.08em;opacity:.85;text-transform:uppercase}.author-name{font-size:1.1rem;font-weight:700}.author-class{font-size:.85rem;font-weight:600;opacity:.9}.footer-info{color:#6b7280;font-size:.95rem;line-height:1.5;text-align:right}.footer-info p{margin:0}@media (max-width:900px){.app-header{align-items:flex-start;flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}.connection-status,.footer-info{justify-self:center}}@media (max-width:600px){.app-main{padding:30px 16px 50px}.tabs{grid-template-columns:1fr}.app-title{font-size:2.2rem}.author-info{width:100%}}
/*# sourceMappingURL=main.e82b214d.css.map*/