*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f0f2f5;color:#1f2937;-webkit-font-smoothing:antialiased}.app{min-height:100vh}.upload-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,#eff6ff,#f0f2f5)}.upload-header{text-align:center;margin-bottom:36px}.logo{font-size:2.2rem;font-weight:900;color:#1e40af;letter-spacing:-1px;margin-bottom:10px}.tagline{color:#6b7280;font-size:1.05rem}.drop-zone{width:100%;max-width:520px;border:2.5px dashed #93c5fd;border-radius:20px;background:#fff;padding:52px 36px;text-align:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 12px #1e40af0f}.drop-zone:hover,.drop-zone.dragging{border-color:#1e40af;background:#eff6ff;transform:translateY(-2px);box-shadow:0 6px 24px #1e40af1f}.drop-icon{font-size:3.5rem;margin-bottom:18px}.drop-text{display:flex;flex-direction:column;gap:8px}.drop-text strong{font-size:1.15rem;color:#1f2937}.drop-text span{color:#9ca3af;font-size:.9rem}.upload-error{margin-top:12px;color:#ef4444;font-size:.88rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 16px}.upload-info{display:flex;gap:16px;margin-top:44px;max-width:720px;flex-wrap:wrap;justify-content:center}.info-card{display:flex;gap:14px;align-items:flex-start;background:#fff;padding:18px 20px;border-radius:14px;max-width:220px;box-shadow:0 1px 4px #00000012;border:1px solid rgba(0,0,0,.04)}.info-icon{font-size:1.6rem;flex-shrink:0}.info-card strong{display:block;font-size:.88rem;color:#1f2937;margin-bottom:5px}.info-card p{font-size:.78rem;color:#6b7280;line-height:1.45}.apikey-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:linear-gradient(135deg,#eff6ff,#f0f2f5)}.apikey-card{background:#fff;border-radius:20px;padding:44px 40px;max-width:480px;width:100%;box-shadow:0 8px 32px #0000001a;text-align:center}.apikey-card h2{font-size:1.4rem;font-weight:700;margin:20px 0 14px;color:#1f2937}.apikey-card p{color:#6b7280;font-size:.88rem;line-height:1.6;margin-bottom:28px}.apikey-input{display:block;width:100%;padding:13px 16px;border:1.5px solid #d1d5db;border-radius:10px;font-size:.88rem;font-family:Courier New,monospace;margin-bottom:14px;outline:none;transition:border-color .15s,box-shadow .15s}.apikey-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1f}.error-msg{color:#ef4444;font-size:.83rem;margin-bottom:12px;text-align:left}.btn-primary{display:block;width:100%;padding:13px;background:#1e40af;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .1s}.btn-primary:hover:not(:disabled){background:#1d3a9e;transform:translateY(-1px)}.btn-primary:disabled{background:#93c5fd;cursor:not-allowed}.apikey-link{display:inline-block;margin-top:22px;color:#1e40af;font-size:.84rem;text-decoration:none}.apikey-link:hover{text-decoration:underline}.processing-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eff6ff,#f0f2f5)}.processing-card{background:#fff;border-radius:20px;padding:48px 40px;text-align:center;max-width:460px;width:100%;margin:20px;box-shadow:0 8px 32px #0000001a}.processing-card h3{font-size:1.05rem;color:#1f2937;margin:16px 0 8px;min-height:1.5em}.spinner{width:52px;height:52px;border:5px solid #e5e7eb;border-top-color:#1e40af;border-radius:50%;animation:spin .75s linear infinite;margin:20px auto}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{height:7px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin:14px 0 8px}.progress-fill{height:100%;background:linear-gradient(90deg,#1e40af,#3b82f6);border-radius:4px;transition:width .4s ease}.progress-text{font-size:.88rem;color:#374151;font-weight:600}.processing-log{margin-top:20px;text-align:left;background:#f9fafb;border-radius:10px;padding:12px 14px;min-height:80px;max-height:160px;overflow-y:auto;font-family:Courier New,monospace;font-size:.76rem;border:1px solid #e5e7eb}.log-line{padding:2px 0;color:#374151;line-height:1.4}.log-success{color:#059669}.log-warn{color:#d97706}.log-muted{color:#9ca3af}.processing-card.error .error-icon{font-size:2.8rem;margin-bottom:14px}.viewer{display:flex;flex-direction:column;height:100vh;overflow:hidden}.viewer-header{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e5e7eb;padding:0 16px;height:54px;gap:12px;flex-shrink:0;box-shadow:0 1px 4px #0000000d}.header-left{display:flex;align-items:center;gap:10px;min-width:0;flex:0 0 auto}.logo-small{font-size:1.1rem;font-weight:900;color:#1e40af;white-space:nowrap}.header-filename{font-size:.8rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.header-filters{display:flex;gap:6px;flex:1;justify-content:center}.filter-btn{padding:5px 13px;border:1.5px solid #e5e7eb;border-radius:20px;background:#fff;font-size:.78rem;font-weight:500;cursor:pointer;color:#6b7280;transition:all .15s;white-space:nowrap}.filter-btn:hover:not(.active){border-color:#1e40af;color:#1e40af}.filter-btn.active{background:#1e40af;border-color:#1e40af;color:#fff}.header-actions{display:flex;gap:8px;align-items:center;flex:0 0 auto}.btn-ghost{padding:6px 14px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;font-size:.82rem;cursor:pointer;color:#374151;white-space:nowrap;transition:background .15s}.btn-ghost:hover{background:#f9fafb}.btn-export-header{padding:7px 16px;border:none;border-radius:8px;background:#f59e0b;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap}.btn-export-header:hover:not(:disabled){background:#d97706}.btn-export-header:disabled{background:#fcd34d;cursor:not-allowed;opacity:.75}.viewer-body{display:flex;flex:1;overflow:hidden}.page-sidebar{width:140px;flex-shrink:0;background:#f9fafb;border-right:1px solid #e5e7eb;overflow-y:auto;padding:8px 6px;display:flex;flex-direction:column;gap:8px}.thumb{cursor:pointer;border-radius:8px;overflow:hidden;border:2.5px solid transparent;transition:all .15s;background:#fff;box-shadow:0 1px 3px #00000012}.thumb:hover{border-color:#93c5fd;transform:translateY(-1px)}.thumb.thumb-active{border-color:#1e40af;box-shadow:0 2px 8px #1e40af33}.thumb-img-wrap{position:relative;width:100%;aspect-ratio:.77;background:#e5e7eb;overflow:hidden}.thumb-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.thumb-badge{position:absolute;top:4px;right:4px;background:#1e40af;color:#fff;font-size:.62rem;font-weight:800;padding:2px 5px;border-radius:10px;min-width:18px;text-align:center}.thumb-meta{display:flex;align-items:center;justify-content:space-between;padding:4px 6px 5px;gap:4px}.thumb-num{font-size:.68rem;color:#6b7280;font-weight:600;white-space:nowrap}.page-view{flex:1;display:flex;flex-direction:column;background:#2d3748;overflow:hidden}.page-image-container{flex:1;overflow:auto;display:flex;align-items:flex-start;justify-content:center;padding:20px}.page-image{max-width:100%;max-height:calc(100vh - 130px);box-shadow:0 6px 28px #00000073;border-radius:3px;display:block}.page-nav-bar{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 16px;background:#0003;flex-shrink:0}.nav-btn{padding:7px 18px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);border-radius:8px;color:#fff;cursor:pointer;font-size:.86rem;font-weight:500;transition:background .15s;white-space:nowrap}.nav-btn:hover:not(:disabled){background:#ffffff38}.nav-btn:disabled{opacity:.28;cursor:not-allowed}.page-nav-label{color:#fffc;font-size:.84rem;display:flex;align-items:center;gap:8px}.parts-panel{width:320px;flex-shrink:0;border-left:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;overflow:hidden}.parts-panel-header{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.parts-panel-header h3{font-size:.88rem;font-weight:700;color:#1f2937}.parts-count-badge{background:#dbeafe;color:#1e40af;font-size:.73rem;font-weight:700;padding:2px 9px;border-radius:12px;white-space:nowrap}.parts-scroll{flex:1;overflow-y:auto;padding:6px 8px}.no-parts-msg{padding:28px 16px;text-align:center;color:#9ca3af;font-size:.84rem;line-height:1.55}.part-row{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border-radius:8px;margin-bottom:3px;border:1px solid #f3f4f6;transition:background .12s;gap:6px}.part-row:hover{background:#f9fafb;border-color:#e5e7eb}.part-row.in-cart{background:#eff6ff;border-color:#bfdbfe}.part-info{flex:1;min-width:0}.part-number{display:block;font-size:.78rem;font-weight:700;color:#1e40af;font-family:Courier New,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.part-desc{display:block;font-size:.76rem;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.part-qty-controls{display:flex;align-items:center;gap:4px;flex-shrink:0}.qty-btn{width:26px;height:26px;border:1.5px solid #d1d5db;border-radius:6px;background:#fff;font-size:1rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .12s;color:#374151;font-weight:700;flex-shrink:0}.qty-btn:hover:not(:disabled){background:#1e40af;border-color:#1e40af;color:#fff}.qty-btn.add:hover:not(:disabled){background:#059669;border-color:#059669}.qty-btn:disabled{opacity:.3;cursor:not-allowed}.qty-value{min-width:22px;text-align:center;font-size:.9rem;font-weight:600;color:#9ca3af}.qty-value.qty-active{color:#1e40af}.cart-panel{border-top:2px solid #e5e7eb;background:#f9fafb;flex-shrink:0;padding:12px}.cart-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cart-panel-header strong{font-size:.86rem;color:#1f2937}.cart-total-badge{background:#fef3c7;color:#92400e;font-size:.73rem;font-weight:700;padding:2px 9px;border-radius:12px}.cart-item-list{max-height:130px;overflow-y:auto;margin-bottom:10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.cart-item{display:flex;gap:6px;align-items:center;padding:5px 8px;font-size:.76rem;border-bottom:1px solid #f3f4f6}.cart-item:last-child{border-bottom:none}.ci-num{font-weight:700;color:#1e40af;font-family:Courier New,monospace;min-width:60px;max-width:70px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.ci-desc{flex:1;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ci-qty{font-weight:700;color:#d97706;flex-shrink:0}.btn-export-full{width:100%;padding:10px;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:700;cursor:pointer;transition:background .2s}.btn-export-full:hover:not(:disabled){background:#d97706}.btn-export-full:disabled{opacity:.65;cursor:not-allowed}.type-badge{font-size:.67rem;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.badge-diagram{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.badge-list{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.badge-other{background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}
