*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:#f0f4f8;color:#1a1a2e;min-height:100vh;display:flex;justify-content:center;align-items:flex-start}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#f0f4f8}.header{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background-color:#fff;border-bottom:1px solid #e8edf2;position:sticky;top:0;z-index:10}.header-left{display:flex;align-items:center;gap:12px}.header-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.header-logo-img{width:100%;height:100%;object-fit:contain}.app-title{font-size:15px;font-weight:700;color:#1a1a2e;letter-spacing:.5px}.app-subtitle{font-size:11px;color:#8a94a6;font-weight:500}.header-actions{display:flex;align-items:center;gap:4px}.lang-btn{background:none;border:1.5px solid transparent;padding:5px 7px;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.lang-btn:hover{border-color:#e85d2f44;background:#fff5f2}.flag-svg{border-radius:3px;display:block;box-shadow:0 0 0 1px #0000001f}.info-btn{background:none;border:none;padding:6px;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.body-layout{flex:1;display:flex;flex-direction:column;min-height:0}.sidebar{display:none}.main-panel{flex:1;padding:20px 16px 24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.main-panel.empty-panel{justify-content:center;align-items:center}@media(min-width:768px){.body-layout{flex-direction:row;align-items:stretch}.sidebar{display:flex;flex-direction:column;gap:20px;width:320px;flex-shrink:0;background:#fff;border-right:1px solid #e8edf2;padding:24px 20px;overflow-y:auto}.main-panel{padding:28px}.main-panel.empty-panel{justify-content:center;align-items:center}.mobile-bottom-bar{display:none!important}.mobile-home-content{display:none}}@media(min-width:1024px){.sidebar{width:360px;padding:32px 28px}.main-panel{padding:32px 40px}.detections-list{max-height:320px!important}}@media(min-width:1440px){.sidebar{width:420px}}.mobile-bottom-bar{padding:14px 16px;background:#fff;border-top:1px solid #e8edf2;display:flex;flex-direction:column;gap:10px}.hero-card{background:linear-gradient(135deg,#e85d2f,#c44820);border-radius:18px;padding:28px 24px;color:#fff}.hero-title{font-size:24px;font-weight:700;margin-bottom:8px;letter-spacing:-.3px}.hero-desc{font-size:13px;opacity:.9;line-height:1.6}@media(min-width:768px){.hero-title{font-size:22px}.hero-desc{font-size:13px}}.section{display:flex;flex-direction:column;gap:12px}.section-header{display:flex;align-items:center;gap:8px}.section-dot{width:8px;height:8px;border-radius:50%;background-color:#4a90d9;flex-shrink:0}.section-dot.red{background-color:#e85d2f}.section-title{font-size:14px;font-weight:600;color:#1a1a2e}.guidelines-list{display:flex;flex-direction:column;gap:8px}.guideline-item{background:#f7f9fc;border-radius:12px;padding:12px 14px;display:flex;align-items:flex-start;gap:12px}.guideline-icon{width:34px;height:34px;background-color:#eef4fb;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guideline-name{font-size:13px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.guideline-desc{font-size:11px;color:#6b7a8d;line-height:1.5}.action-buttons{display:flex;flex-direction:column;gap:10px}.btn-primary{width:100%;padding:14px 18px;border:none;border-radius:13px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#e85d2f,#c44820);color:#fff;transition:opacity .15s,transform .1s}.btn-primary:hover{opacity:.92}.btn-primary:active{opacity:.82;transform:scale(.98)}.btn-primary:disabled{opacity:.55;cursor:not-allowed}.btn-secondary{width:100%;padding:13px 18px;border:2px solid #e85d2f;border-radius:13px;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:10px;background:#fff;color:#e85d2f;transition:background .15s}.btn-secondary:hover{background:#fff5f2}.btn-secondary:disabled{opacity:.55;cursor:not-allowed}.mobile-home-content{display:flex;flex-direction:column;gap:20px}.desktop-empty-state{display:none;flex-direction:column;align-items:center;gap:14px;padding:40px 20px;flex:1;justify-content:center}@media(min-width:768px){.mobile-home-content{display:none}.desktop-empty-state{display:flex}.main-panel{justify-content:center;align-items:center}}.empty-text{font-size:14px;color:#8a94a6;text-align:center;font-weight:500;max-width:240px;line-height:1.5}.loading-box{background:#fff;border-radius:16px;padding:32px;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 2px 8px #00000012}.spinner{width:40px;height:40px;border:3px solid #f0f4f8;border-top-color:#e85d2f;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:14px;color:#6b7a8d;font-weight:500}.image-wrapper{position:relative;border-radius:16px;overflow:hidden}.preview-image{width:100%;border-radius:16px;object-fit:cover;max-height:280px;display:block}.image-badge{position:absolute;bottom:10px;right:10px;background:#28b464e6;color:#fff;font-size:11px;font-weight:600;padding:5px 10px;border-radius:20px;display:flex;align-items:center;gap:5px}.canvas-wrapper{width:100%;border-radius:16px;overflow:hidden;background:#1a1a2e;line-height:0}.annotated-canvas{width:100%;height:auto;display:block;border-radius:16px}.result-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 8px #00000012;display:flex;flex-direction:column;gap:16px}.result-header{display:flex;align-items:center;gap:10px}.result-title{font-size:15px;font-weight:700;color:#1a1a2e}.meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.meta-item{background:#f7f9fc;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:4px}.meta-label{font-size:11px;color:#8a94a6;font-weight:500}.meta-value{font-size:15px;font-weight:700;color:#1a1a2e}.detections{display:flex;flex-direction:column;gap:10px}.detections-title{font-size:14px;font-weight:700;color:#1a1a2e;letter-spacing:.1px}.detections-list{display:flex;flex-direction:column;gap:8px;max-height:240px;overflow-y:auto;padding-right:4px}.detections-list::-webkit-scrollbar{width:4px}.detections-list::-webkit-scrollbar-track{background:transparent}.detections-list::-webkit-scrollbar-thumb{background:#d0d8e4;border-radius:2px}.detection-item{background:#f7f9fc;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:8px;border:1px solid #edf0f5}.detection-header{display:flex;align-items:center;gap:10px}.detection-id{font-size:13px;color:#8a94a6;font-weight:700;min-width:32px}.detection-class{font-size:14px;font-weight:700;color:#1a7a40;background:#d4f0e0;padding:3px 12px;border-radius:8px;flex:1;text-align:center;letter-spacing:.3px}.detection-class.unknown-class{color:#6b7a8d;background:#e8edf2}.detection-score{font-size:15px;font-weight:800;color:#e85d2f;min-width:52px;text-align:right}.detection-bar-track{width:100%;height:5px;background:#e8edf2;border-radius:99px;overflow:hidden}.detection-bar-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .4s ease}.detection-bbox{font-size:10px;color:#8a94a6;font-family:monospace}.raw-details{border-top:1px solid #e8edf2;padding-top:12px}.raw-summary{font-size:12px;font-weight:600;color:#6b7a8d;cursor:pointer;-webkit-user-select:none;user-select:none;list-style:none}.raw-summary:before{content:"▶ ";font-size:10px}details[open] .raw-summary:before{content:"▼ "}.raw-json{margin-top:10px;background:#f7f9fc;border-radius:8px;padding:12px;font-size:10px;line-height:1.5;overflow-x:auto;color:#3a4a5c;white-space:pre-wrap;word-break:break-word;max-height:300px;overflow-y:auto}.error-box{background:#fff5f2;border:1px solid #fad0c4;border-radius:16px;padding:28px;display:flex;flex-direction:row;align-items:flex-start;gap:16px;text-align:left}.error-icon{flex-shrink:0;margin-top:2px}.error-body{display:flex;flex-direction:column;gap:6px}.error-text{font-size:14px;color:#c44820;font-weight:600;line-height:1.5;margin:0}.error-details{font-size:12px;color:#a03818;font-weight:400;line-height:1.5;margin:0}.error-code{display:inline-block;margin-top:4px;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e85d2f;background:#fde8e0;border:1px solid #fad0c4;border-radius:6px;padding:2px 8px}.modal-overlay{position:fixed;inset:0;background:#0f14288c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-box{background:#fff;border-radius:24px;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:32px 28px 28px;position:relative;box-shadow:0 24px 60px #0000002e;animation:slideUp .22s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-close{position:absolute;top:18px;right:18px;background:#f0f4f8;border:none;border-radius:50%;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.modal-close:hover{background:#e2e8f0}.modal-header{display:flex;align-items:center;gap:14px;margin-bottom:24px}.modal-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.modal-title{font-size:18px;font-weight:800;color:#1a1a2e;letter-spacing:.5px}.modal-subtitle{font-size:12px;color:#8a94a6;font-weight:500;margin-top:2px}.modal-body{display:flex;flex-direction:column;gap:14px}.modal-body p{font-size:14px;color:#3a4a5c;line-height:1.75;margin:0}.modal-divider{height:1px;background:#e8edf2;margin:4px 0}.modal-edih{font-size:13px!important;color:#6b7a8d!important;font-style:italic;background:#f7f9fc;border-left:3px solid #e85d2f;padding:10px 14px;border-radius:0 8px 8px 0}.modal-edih strong{color:#1a1a2e;font-style:normal}.modal-logos{margin-top:24px;padding-top:20px;border-top:1px solid #e8edf2;display:flex;align-items:center;justify-content:center}.modal-logos-img{width:100%;max-width:480px;height:auto;object-fit:contain;filter:grayscale(100%);opacity:.75}.webcam-modal{max-width:640px;width:95vw}.webcam-preview-wrapper{position:relative;width:100%;border-radius:12px;overflow:hidden;background:#000;aspect-ratio:4/3;margin:16px 0}.webcam-video{width:100%;height:100%;object-fit:cover;display:block}.webcam-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#0009;color:#fff;font-size:14px}.webcam-capture-btn{width:100%;justify-content:center;gap:10px;font-size:16px;padding:14px}.webcam-error{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;text-align:center;color:#e85d2f;font-size:14px}
