*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f5f5f5;color:#212121;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{touch-action:manipulation;-webkit-tap-highlight-color:transparent}button{user-select:none;-webkit-user-select:none;cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit;font-size:16px}.app{height:100%;max-width:480px;margin:0 auto;display:flex;flex-direction:column;background:#fff;position:relative}@media(min-width:481px){.app{box-shadow:0 0 20px #0000001a}}.header{background:#1565c0;color:#fff;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;min-height:52px}.header-left{display:flex;align-items:center;gap:12px}.header-title{font-size:1.1rem;font-weight:700;letter-spacing:.02em}.header-counter{font-size:.95rem;background:#fff3;padding:2px 10px;border-radius:12px;font-weight:600}.header-right{display:flex;align-items:center;gap:8px}.header-btn{background:#ffffff26;color:#fff;width:40px;height:40px;border-radius:50%;font-size:1.3rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.header-btn:active{background:#ffffff4d}.header-btn-reset{font-size:1.5rem;font-weight:700}.header-back-btn{background:none;color:#fff;font-size:1rem;font-weight:600;padding:8px 4px}.progress-section{padding:10px 16px;background:#fff;border-bottom:1px solid #E0E0E0;flex-shrink:0}.progress-text{font-size:.85rem;color:#616161;font-weight:600;display:block;margin-bottom:6px}.progress-bar{height:8px;background:#e0e0e0;border-radius:4px;overflow:hidden}.progress-fill{height:100%;background:#4caf50;border-radius:4px;transition:width .3s ease}.item-card-wrapper{flex:1;overflow-y:auto;padding:12px 16px;display:flex;align-items:flex-start}.item-card{width:100%;background:#fff;border:2px solid #E0E0E0;border-radius:16px;padding:20px;position:relative;overflow:hidden}.item-card--picked{border-color:#4caf50;background:#f1f8e9}.picked-banner{background:#4caf50;color:#fff;text-align:center;padding:6px;margin:-20px -20px 16px;font-size:1rem;font-weight:700;letter-spacing:.05em}.item-field{margin-bottom:12px}.item-field:last-child{margin-bottom:0}.item-label{display:block;font-size:.75rem;color:#9e9e9e;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2px}.item-location{display:block;font-size:3.2rem;font-weight:800;color:#e65100;line-height:1.1;letter-spacing:.02em}.item-name{display:block;font-size:1.5rem;font-weight:700;color:#212121;line-height:1.3}.item-code{display:block;font-size:.9rem;color:#9e9e9e;margin-top:2px}.item-quantity{display:block;font-size:2.8rem;font-weight:800;color:#1565c0;line-height:1.1}.item-quantity-unit{font-size:1.4rem;font-weight:600;margin-left:4px}.controls{flex-shrink:0;padding:8px 16px 16px;background:#fff;border-top:1px solid #E0E0E0}.btn{font-size:1rem;font-weight:600;border-radius:12px;padding:12px 20px;transition:opacity .15s,transform .1s;text-align:center}.btn:active{opacity:.85;transform:scale(.97)}.btn:disabled{opacity:.4;pointer-events:none}.btn-primary{background:#1565c0;color:#fff}.btn-secondary{background:#e0e0e0;color:#424242}.btn-danger{background:#c62828;color:#fff}.btn-danger-outline{background:#fff;color:#c62828;border:2px solid #C62828}.btn-auto-read{width:100%;height:52px;font-size:1.1rem;font-weight:700;border-radius:12px;background:#1565c0;color:#fff;margin-bottom:8px}.btn-auto-read--active{background:#c62828}.nav-buttons{display:grid;grid-template-columns:1fr 1.5fr 1fr;gap:8px;margin-bottom:8px}.btn-nav{height:60px;font-size:1.1rem;font-weight:700;border-radius:12px}.btn-prev,.btn-next{background:#757575;color:#fff}.btn-done{background:#2e7d32;color:#fff;font-size:1.2rem}.btn-speak{width:100%;background:none;color:#1565c0;font-size:.95rem;font-weight:600;padding:10px}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:12px}.empty-icon{font-size:3rem}.empty-text{font-size:1.2rem;font-weight:600;color:#616161}.empty-sub{font-size:.9rem;color:#9e9e9e;margin-bottom:8px}.picking-screen,.management-screen{height:100%;display:flex;flex-direction:column}.management-content{flex:1;overflow-y:auto;padding:16px}.management-actions{display:flex;gap:8px;margin-bottom:20px}.management-actions .btn{flex:1;padding:14px 12px;font-size:1rem}.item-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.item-list-title{font-size:1rem;font-weight:700;color:#424242}.item-list-count{font-size:.85rem;color:#9e9e9e;font-weight:600}.item-list-empty{text-align:center;padding:40px 16px;color:#9e9e9e;font-size:.95rem}.item-list{display:flex;flex-direction:column;gap:4px}.item-list-row{display:flex;align-items:center;background:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:10px 12px;gap:10px}.item-list-row--picked{background:#f1f8e9;border-color:#c8e6c9}.item-list-row-num{width:28px;height:28px;background:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#616161;flex-shrink:0}.item-list-row-info{flex:1;min-width:0}.item-list-row-location{font-size:1rem;font-weight:700;color:#e65100}.item-list-row-name{font-size:.9rem;font-weight:600;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-list-row-detail{font-size:.78rem;color:#9e9e9e;display:flex;align-items:center;gap:6px}.item-list-row-picked-badge{background:#4caf50;color:#fff;font-size:.7rem;font-weight:700;padding:1px 6px;border-radius:4px}.item-list-row-delete{width:36px;height:36px;background:#ffebee;color:#c62828;border-radius:50%;font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-list-row-delete:active{background:#ffcdd2}.management-footer{margin-top:20px;padding-top:16px;border-top:1px solid #E0E0E0}.management-footer .btn-danger-outline{width:100%;padding:14px;font-size:1rem}.clear-confirm{text-align:center}.clear-confirm p{font-size:1rem;font-weight:600;color:#c62828;margin-bottom:12px}.clear-confirm-buttons{display:flex;gap:8px}.clear-confirm-buttons .btn{flex:1;padding:12px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:flex-end;justify-content:center;z-index:100;padding:16px}@media(min-width:481px){.modal-overlay{align-items:center}}.modal{background:#fff;border-radius:16px 16px 0 0;padding:24px 20px;width:100%;max-width:480px;max-height:85vh;overflow-y:auto;animation:slideUp .2s ease}@media(min-width:481px){.modal{border-radius:16px}}@keyframes slideUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-title{font-size:1.2rem;font-weight:700;margin-bottom:16px;color:#212121}.add-form{display:flex;flex-direction:column;gap:14px}.form-field{display:flex;flex-direction:column;gap:4px}.form-label{font-size:.85rem;font-weight:600;color:#616161}.form-input{border:2px solid #E0E0E0;border-radius:8px;padding:12px;font-size:1rem;outline:none;transition:border-color .15s}.form-input:focus{border-color:#1565c0}.form-buttons{display:flex;gap:8px;margin-top:8px}.form-buttons .btn{flex:1;padding:14px;font-size:1rem}.csv-format-hint{font-size:.85rem;color:#616161;margin-bottom:4px}.csv-format-hint code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-size:.8rem}.csv-example{font-size:.8rem;color:#9e9e9e;margin-bottom:12px}.csv-textarea{width:100%;border:2px solid #E0E0E0;border-radius:8px;padding:12px;font-size:.9rem;font-family:monospace;resize:vertical;outline:none;margin-bottom:8px;min-height:140px}.csv-textarea:focus{border-color:#1565c0}.file-list-screen{height:100%;display:flex;flex-direction:column}.file-list-content{flex:1;overflow-y:auto;padding:16px}.file-list-import-btn{width:100%;padding:16px;font-size:1.1rem;margin-bottom:20px}.file-list-error{background:#ffebee;color:#c62828;padding:10px 14px;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:12px}.file-list-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px 0;color:#616161;font-size:.95rem;font-weight:600}.file-list-empty{text-align:center;padding:48px 16px}.file-list-empty-icon{font-size:3rem;margin-bottom:12px}.file-list-empty-text{font-size:1.2rem;font-weight:600;color:#616161;margin-bottom:4px}.file-list-empty-sub{font-size:.9rem;color:#9e9e9e}.file-list{display:flex;flex-direction:column;gap:6px}.file-list-item{display:flex;align-items:center;background:#fff;border:1px solid #E0E0E0;border-radius:10px;overflow:hidden}.file-list-item-main{flex:1;padding:14px 16px;cursor:pointer;min-width:0;transition:background .1s}.file-list-item-main:active{background:#f5f5f5}.file-list-item-name{font-size:1rem;font-weight:700;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.file-list-item-meta{display:flex;gap:12px;font-size:.8rem;color:#9e9e9e}.file-list-item-count{font-weight:700;color:#1565c0}.file-list-item-delete{width:44px;height:100%;min-height:56px;background:none;color:#bdbdbd;font-size:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-left:1px solid #E0E0E0}.file-list-item-delete:active{background:#ffebee;color:#c62828}.file-list-item-confirm{flex:1;padding:12px 16px}.file-list-item-confirm p{font-size:.9rem;font-weight:600;color:#c62828;margin-bottom:8px}.file-list-item-confirm-btns{display:flex;gap:8px}.file-list-item-confirm-btns .btn{padding:8px 16px;font-size:.85rem}.read-mode-radios{display:flex;align-items:center;gap:16px;margin-bottom:10px;padding:8px 4px}.read-mode-title{font-size:.85rem;font-weight:700;color:#616161;flex-shrink:0}.read-mode-radio{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 0;user-select:none;-webkit-user-select:none}.radio-dot{width:22px;height:22px;border-radius:50%;border:3px solid #BDBDBD;position:relative;flex-shrink:0;transition:border-color .15s}.radio-dot--active{border-color:#1565c0}.radio-dot--active:after{content:"";position:absolute;top:3px;left:3px;width:10px;height:10px;border-radius:50%;background:#1565c0}.radio-label{font-size:1rem;font-weight:600;color:#212121}.file-import-modal{max-height:90vh}.file-drop-zone{border:3px dashed #1565C0;border-radius:12px;padding:24px 16px;text-align:center;cursor:pointer;transition:background .15s;background:#f5f8ff;margin-bottom:12px}.file-drop-zone:active{background:#e3f2fd}.file-drop-icon{font-size:2.2rem;margin-bottom:8px}.file-drop-text{font-size:1.05rem;font-weight:700;color:#1565c0;margin-bottom:4px}.file-drop-sub{font-size:.8rem;color:#9e9e9e;margin-bottom:6px}.file-drop-formats{font-size:.75rem;color:#bdbdbd;font-weight:600}.file-import-divider{text-align:center;margin:12px 0;position:relative}.file-import-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e0e0e0}.file-import-divider span{background:#fff;padding:0 12px;font-size:.8rem;color:#9e9e9e;position:relative}.csv-paste-section{margin-bottom:12px}.csv-paste-label{font-size:.85rem;font-weight:600;color:#616161;margin-bottom:6px}.csv-paste-btn{width:100%;margin-top:6px}.file-import-error{background:#ffebee;color:#c62828;padding:10px 14px;border-radius:8px;font-size:.85rem;font-weight:600;margin:12px 0}.mapping-file-name{font-size:.85rem;color:#616161;margin-bottom:8px;font-weight:600}.mapping-detecting{display:flex;align-items:center;gap:10px;background:#e3f2fd;color:#1565c0;padding:12px 14px;border-radius:8px;font-size:.9rem;font-weight:600;margin-bottom:12px}.detecting-spinner{width:20px;height:20px;border:3px solid #BBDEFB;border-top-color:#1565c0;border-radius:50%;animation:spin .8s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.mapping-note--ai{background:#ede7f6;color:#5e35b1}.mapping-header-info{background:#fff3e0;color:#e65100;padding:8px 14px;border-radius:8px;font-size:.82rem;font-weight:600;margin-bottom:8px}.mapping-note{background:#e8f5e9;color:#2e7d32;padding:10px 14px;border-radius:8px;font-size:.85rem;font-weight:600;margin-bottom:16px}.mapping-fields{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.mapping-field{display:flex;flex-direction:column;gap:4px}.mapping-label{font-size:.85rem;font-weight:700}.mapping-select{border:2px solid #E0E0E0;border-radius:8px;padding:10px 12px;font-size:1rem;font-family:inherit;background:#fff;outline:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.mapping-select:focus{border-color:#1565c0}.mapping-select--unset{border-color:#ffab91;color:#9e9e9e}.mapping-sample{font-size:.75rem;color:#9e9e9e;padding-left:4px}.mapping-unset-hint{font-size:.72rem;color:#bdbdbd;padding-left:4px;font-style:italic}.preview-count{font-size:.95rem;font-weight:700;color:#1565c0;margin-bottom:12px}.preview-list{display:flex;flex-direction:column;gap:4px;margin-bottom:16px;max-height:300px;overflow-y:auto}.preview-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f5f5f5;border-radius:6px;font-size:.85rem}.preview-item-num{width:24px;height:24px;background:#e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:#616161;flex-shrink:0}.preview-item-location{font-weight:700;color:#e65100;min-width:50px}.preview-item-name{flex:1;font-weight:600;color:#212121;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.preview-item-code{font-size:.75rem;color:#9e9e9e}.preview-item-qty{font-weight:700;color:#1565c0;flex-shrink:0}.preview-more{text-align:center;font-size:.8rem;color:#9e9e9e;padding:6px}#root{height:100%}
