:root{--primary:#d97706;--primary-hover:#b45309;--primary-light:#d977060f;--primary-surface:#fffbeb;--danger:#dc2626;--danger-hover:#b91c1c;--success:#16a34a;--success-light:#16a34a14;--warning:#ea580c;--warning-light:#ea580c14;--bg:#faf9f6;--bg-flat:#faf9f6;--bg-warm:#f5f0eb;--bg-card:#fff;--bg-sidebar:#fff;--bg-sidebar-hover:#f5f0eb;--bg-tertiary:#f5f5f4;--bg-secondary:#f5f5f4;--text-primary:#1c1917;--text-secondary:#78716c;--text-muted:#a8a29e;--text-sidebar:#1c1917;--text-sidebar-active:#d97706;--border:#e7e5e4;--border-light:#f5f5f4;--border-focus:#d97706;--radius:12px;--radius-sm:8px;--radius-lg:16px;--shadow:0 1px 2px #0000000a;--shadow-md:0 2px 8px #0000000f;--shadow-lg:0 8px 30px #00000014;--font:"SF Pro Display",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"SF Mono","Menlo",monospace;--sidebar-width:248px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#faf9f6;background:var(--bg-flat);color:#1c1917;color:var(--text-primary);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);letter-spacing:-.01em;line-height:1.5;width:100%}img,svg,video{height:auto;max-width:100%}.app-layout{display:flex;min-height:100vh}.sidebar{background:#fff;background:var(--bg-card);border-right:1.5px solid #e7e5e4;border-right:1.5px solid var(--border);bottom:0;color:#1c1917;color:var(--text-sidebar);display:flex;flex-direction:column;left:0;padding:20px 12px;position:fixed;top:0;transition:transform .3s ease;width:248px;width:var(--sidebar-width);z-index:100}.sidebar-header{margin-bottom:32px;padding:4px 12px 0}.sidebar-logo{align-items:center;color:#1c1917;color:var(--text-primary);display:flex;font-size:1.1rem;font-weight:700;gap:10px;letter-spacing:-.02em}.sidebar-logo .logo-icon{align-items:center;background:#fffbeb;background:var(--primary-surface);border:1.5px solid #d9770626;border-radius:8px;display:flex;height:32px;justify-content:center;overflow:hidden;width:32px}.sidebar-logo .logo-icon svg{height:26px;width:26px}.sidebar-nav{flex:1 1;overflow-y:auto;padding:0}.nav-section-title{color:#a8a29e;color:var(--text-muted);font-size:.68rem;font-weight:700;letter-spacing:.08em;padding:20px 12px 6px;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius-sm);color:#78716c;color:var(--text-secondary);cursor:pointer;display:flex;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:.88rem;font-weight:500;gap:10px;padding:10px 12px;text-align:left;transition:all .15s ease;width:100%}.nav-item:hover{background:#f5f0eb;background:var(--bg-warm);color:#1c1917;color:var(--text-primary)}.nav-item.active{background:#fffbeb;background:var(--primary-surface);color:#d97706;color:var(--primary);font-weight:600}.nav-item svg{flex-shrink:0;height:18px;width:18px}.sidebar-footer{border-top:1px solid #f5f5f4;border-top:1px solid var(--border-light);margin-top:auto;padding:16px 12px 4px}.user-info{gap:10px;margin-bottom:12px;padding:0}.user-avatar,.user-info{align-items:center;display:flex}.user-avatar{background:#f5f0eb;background:var(--bg-warm);border-radius:50%;color:#78716c;color:var(--text-secondary);flex-shrink:0;font-size:.85rem;font-weight:700;height:34px;justify-content:center;width:34px}.user-details{min-width:0}.user-name{color:#1c1917;color:var(--text-primary);font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#a8a29e;color:var(--text-muted);font-size:.72rem}.user-actions{display:flex;gap:4px}.user-actions button{background:none;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:6px;color:#78716c;color:var(--text-secondary);cursor:pointer;flex:1 1;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:.75rem;font-weight:500;padding:7px;transition:all .15s}.main-content,.user-actions button:hover{background:#faf9f6;background:var(--bg)}.main-content{flex:1 1;margin-left:248px;margin-left:var(--sidebar-width);min-height:100vh}.mobile-toggle{background:none;border:none;color:#1c1917;color:var(--text-primary);cursor:pointer;display:none;padding:8px;z-index:200}.mobile-topbar{display:none}@media (max-width:768px){.sidebar{transform:translateX(-100%)}.sidebar.open{box-shadow:0 8px 30px #00000014;box-shadow:var(--shadow-lg);transform:translateX(0)}.main-content{margin-left:0}.mobile-toggle{display:flex}.mobile-topbar{align-items:center;background:#fff;background:var(--bg-card);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex!important;gap:10px;padding:8px 12px;position:-webkit-sticky;position:sticky;top:0;z-index:50}.mobile-topbar-title{font-size:.92rem;font-weight:700;letter-spacing:-.02em}.page-container{padding:8px!important}.page-header{align-items:stretch!important;flex-direction:column;gap:10px;margin-bottom:20px}.page-title{font-size:1.3rem;line-height:1.2;word-break:break-word}.page-subtitle{font-size:.82rem}.btn-group{flex-wrap:wrap;gap:6px;width:100%}.btn-group .btn{flex:none;font-size:.8rem;padding:8px 12px}.btn{font-size:.82rem;padding:8px 14px}.btn-lg{font-size:.88rem;padding:12px 20px}.filters-bar{flex-direction:column;gap:8px}.filters-bar .form-input,.filters-bar .form-select{min-width:0!important;width:100%!important}.search-input-wrapper{min-width:0!important;width:100%}.form-row{flex-direction:column}.form-input,.form-select{font-size:16px;padding:12px 14px}.detail-grid{gap:16px!important;grid-template-columns:1fr!important}.stats-grid{gap:8px!important;grid-template-columns:repeat(2,1fr)!important}.stat-card{padding:12px!important}.stat-value{font-size:1.4rem!important}.stat-top{margin-bottom:8px!important}.stat-icon{font-size:14px!important;height:28px!important;width:28px!important}.dashboard-two-col{grid-template-columns:1fr!important}.dashboard-rooms-grid{grid-template-columns:repeat(2,1fr)!important;padding:12px!important}.dashboard-history-item{padding:10px 12px!important}.dashboard-status-text{min-width:auto}.dashboard-list-item{gap:10px;padding:10px 12px!important}.dashboard-box-num{font-size:.78rem;min-width:38px;padding:3px 8px}.progress-banner{flex-direction:column;gap:10px;padding:12px!important}.progress-bar-wide{flex:none;width:100%}.progress-percent{font-size:1.3rem;min-width:auto;text-align:left}.progress-banner-info h3{font-size:.82rem}.progress-banner-info p{font-size:.78rem}.table-container{-webkit-overflow-scrolling:touch;border-left:none;border-radius:0;border-right:none;margin:0 -8px;overflow-x:auto}.table{min-width:600px}.table td,.table th{font-size:.78rem;padding:8px 10px}.td-truncate{max-width:120px!important}.status-buttons{flex-wrap:wrap;gap:6px}.status-buttons .btn{font-size:.78rem;padding:7px 10px}.login-page{padding:20px 16px}.login-container{max-width:100%}.login-title{font-size:1.7rem}.login-subtitle{font-size:.92rem;margin-bottom:28px}.login-card{padding:24px 20px}.login-brand{margin-bottom:28px}.login-brand-icon{height:38px;width:38px}.toast-container{left:16px;right:16px}.toast{min-width:auto}.tab{font-size:.82rem;padding:8px 14px}.history-list{padding-left:16px}.photo-grid{gap:8px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.card{margin-bottom:16px}.card-header{padding:10px 12px!important}.card-body{padding:12px!important}.checklist-bar{flex-wrap:wrap;gap:8px}.checklist-btn{font-size:.82rem;padding:10px 14px}.desktop-only{display:none!important}.mobile-only{display:flex!important}.mobile-card{border-radius:8px;border-radius:var(--radius-sm);padding:12px!important}.mobile-card-thumb,.mobile-card-thumb-empty{height:44px;width:44px}.detail-photo-full{border-radius:8px;border-radius:var(--radius-sm);margin-bottom:16px;max-height:300px}.helper-box-grid{gap:8px}.helper-box-grid,.helper-item-grid{grid-template-columns:1fr!important}.helper-room-name{font-size:26px}}.page-container{max-width:1100px;padding:32px 40px}.page-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:32px}.page-title{color:#1c1917;color:var(--text-primary);font-size:1.8rem;font-weight:700;letter-spacing:-.03em;line-height:1.15}.page-subtitle{color:#78716c;color:var(--text-secondary);font-size:.92rem;font-weight:400;margin-top:2px}.card{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:none;margin-bottom:20px;overflow:hidden}.card-header{align-items:center;border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:16px 22px}.card-title{color:#1c1917;color:var(--text-primary);font-size:.92rem;font-weight:600;letter-spacing:-.01em}.card-body{padding:20px}.card-link{color:#d97706;color:var(--primary);cursor:pointer;font-size:.82rem;font-weight:600;text-decoration:none}.card-link:hover{text-decoration:underline}.stats-grid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(2,1fr);margin-bottom:28px}.stat-card{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:20px 22px;transition:box-shadow .15s}.stat-card:hover{box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-md)}.stat-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.stat-label{color:#78716c;color:var(--text-secondary);font-size:.82rem;font-weight:500}.stat-icon{align-items:center;border-radius:8px;display:flex;font-size:16px;height:32px;justify-content:center;width:32px}.stat-icon-amber{background:#d977060f;background:var(--primary-light)}.stat-icon-orange{background:#ea580c14;background:var(--warning-light)}.stat-icon-green{background:#16a34a14;background:var(--success-light)}.stat-icon-blue{background:#3b82f614}.stat-value{color:#1c1917;color:var(--text-primary);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:1.9rem;font-weight:700;letter-spacing:-.03em;line-height:1;margin-top:2px}.stat-sub{color:#a8a29e;color:var(--text-muted);font-size:.78rem;margin-top:6px}.stat-sub strong{color:#16a34a;color:var(--success);font-weight:600}.stat-pct{color:#a8a29e;color:var(--text-muted);font-size:.78rem;margin-top:4px}.stat-row{align-items:center;border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:12px 0}.stat-row:last-child{border-bottom:none}.stat-row-clickable{border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;margin:0 -10px;padding:12px 10px}.stat-row-clickable:hover{background:#f5f5f4;background:var(--bg-tertiary)}.stat-row-count{color:#d97706;color:var(--primary);font-family:SF Mono,Menlo,monospace;font-family:var(--font-mono);font-size:.9rem;font-weight:600}.progress-bar{background:#f5f5f4;background:var(--border-light);border-radius:3px;height:5px;margin-top:10px;overflow:hidden}.progress-fill{border-radius:3px;height:100%;transition:width .6s ease}.progress-packed{background:#d97706;background:var(--primary)}.progress-unpacked{background:#16a34a;background:var(--success)}.progress-banner{align-items:center;background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);display:flex;gap:24px;margin-bottom:20px;padding:20px 24px}.progress-banner-info{flex:1 1}.progress-banner-info h3{font-size:.88rem;font-weight:600;margin-bottom:4px}.progress-banner-info p{color:#78716c;color:var(--text-secondary);font-size:.82rem}.progress-bar-wide{background:#f5f5f4;background:var(--border-light);border-radius:4px;flex:2 1;height:8px;overflow:hidden}.progress-bar-wide .progress-fill{background:linear-gradient(90deg,#d97706,#f59e0b);background:linear-gradient(90deg,var(--primary),#f59e0b);border-radius:4px;height:100%}.progress-percent{color:#d97706;color:var(--primary);font-size:1.5rem;font-weight:700;letter-spacing:-.03em;min-width:60px;text-align:right}.dashboard-two-col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.dashboard-right-col{display:flex;flex-direction:column;gap:20px}.dashboard-list-item{align-items:center;border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);cursor:pointer;display:flex;gap:14px;padding:13px 22px;transition:background .1s}.dashboard-list-item:last-child{border-bottom:none}.dashboard-box-num,.dashboard-list-item:hover{background:#faf9f6;background:var(--bg)}.dashboard-box-num{border:1px solid #f5f5f4;border:1px solid var(--border-light);border-radius:6px;color:#1c1917;color:var(--text-primary);font-size:.82rem;font-weight:700;min-width:44px;padding:4px 10px;text-align:center}.dashboard-box-info{flex:1 1;min-width:0}.dashboard-box-name{font-size:.88rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-box-room{color:#a8a29e;color:var(--text-muted);font-size:.75rem;margin-top:1px}.dashboard-status-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.dashboard-status-dot.open{background:#ea580c;background:var(--warning)}.dashboard-status-dot.packed{background:#d97706;background:var(--primary)}.dashboard-status-dot.done{background:#16a34a;background:var(--success)}.dashboard-status-text{color:#78716c;color:var(--text-secondary);font-size:.75rem;font-weight:600;min-width:70px}.dashboard-rooms-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(2,1fr);padding:16px 22px}.dashboard-room-card{align-items:center;background:#faf9f6;background:var(--bg);border:1px solid #0000;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:flex;justify-content:space-between;padding:12px 14px;transition:all .15s}.dashboard-room-card:hover{background:#fff;background:var(--bg-card);border-color:#e7e5e4;border-color:var(--border)}.dashboard-room-name{font-size:.82rem;font-weight:500}.dashboard-room-count{background:#d977060f;background:var(--primary-light);border-radius:20px;color:#d97706;color:var(--primary);font-size:.75rem;font-weight:700;padding:2px 8px}.dashboard-history-item{border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);display:flex;gap:12px;padding:12px 22px}.dashboard-history-item:last-child{border-bottom:none}.dashboard-history-dot{background:#e7e5e4;background:var(--border);border-radius:50%;flex-shrink:0;height:8px;margin-top:6px;width:8px}.dashboard-history-text{color:#78716c;color:var(--text-secondary);font-size:.82rem}.dashboard-history-text strong{color:#1c1917;color:var(--text-primary);font-weight:600}.dashboard-history-time{color:#a8a29e;color:var(--text-muted);font-size:.7rem;margin-top:2px}.badge{background:#f5f5f4;background:var(--bg-tertiary);border-radius:20px;color:#78716c;color:var(--text-secondary);display:inline-block;font-size:.73rem;font-weight:500;padding:3px 10px}.badge-packed{background:#d977061a;color:#b45309}.badge-unpacked{background:#16a34a1a;color:#16a34a}.badge-open{background:#ea580c1a;color:#c2410c}.badge-big{background:#dc26261a;color:#dc2626}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:.88rem;font-weight:500;gap:6px;line-height:1.4;padding:8px 16px;transition:all .2s ease;white-space:nowrap}.btn-primary{background:#1c1917;background:var(--text-primary);color:#fff}.btn-primary:hover{background:#292524;box-shadow:0 4px 12px #1c191726;transform:translateY(-1px)}.btn-secondary{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);color:#1c1917;color:var(--text-primary)}.btn-secondary:hover{background:#faf9f6;background:var(--bg)}.btn-danger{background:#dc2626;background:var(--danger);color:#fff}.btn-danger:hover{background:#b91c1c;background:var(--danger-hover)}.btn-ghost{background:none;color:#78716c;color:var(--text-secondary)}.btn-ghost:hover{background:#f5f5f4;background:var(--bg-tertiary)}.btn-sm{font-size:.8rem;padding:5px 10px}.btn-lg{border-radius:12px;border-radius:var(--radius);font-size:.95rem;padding:12px 24px}.btn:disabled{cursor:not-allowed;opacity:.4;transform:none}.btn-group{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.form-group{margin-bottom:18px}.form-label{color:#1c1917;color:var(--text-primary);display:block;font-size:.88rem;font-weight:600;margin-bottom:6px}.form-label.required:after{color:#dc2626;color:var(--danger);content:" *"}.form-input,.form-select{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:#1c1917;color:var(--text-primary);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:.9rem;padding:13px 16px;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus{border-color:#d97706;border-color:var(--primary);box-shadow:0 0 0 3px #d977061a;outline:none}.form-input::placeholder{color:#a8a29e;color:var(--text-muted)}textarea.form-input{min-height:80px;resize:vertical}.form-row{display:flex;gap:16px}.form-row>*{flex:1 1}.form-checkbox{align-items:center;color:#1c1917;color:var(--text-primary);cursor:pointer;display:flex;font-size:.9rem;gap:8px}.form-checkbox input[type=checkbox]{accent-color:#d97706;accent-color:var(--primary);height:18px;width:18px}.form-select-sm{font-size:.8rem;padding:4px 8px}.filters-bar{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.filters-bar .form-input,.filters-bar .form-select{min-width:160px;width:auto}.search-input-wrapper{flex:1 1;min-width:200px;position:relative}.search-input-wrapper svg{color:#a8a29e;color:var(--text-muted);height:16px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.search-input-wrapper .form-input{padding-left:38px}.table-container{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th{background:#f5f5f4;background:var(--bg-tertiary);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);color:#a8a29e;color:var(--text-muted);font-size:.73rem;font-weight:500;letter-spacing:.04em;padding:10px 16px;text-align:left;text-transform:uppercase}.th-sortable{cursor:pointer;transition:color .15s ease;-webkit-user-select:none;user-select:none}.th-sort-active,.th-sortable:hover{color:#d97706!important;color:var(--primary)!important}.th-sort-inner{align-items:center;display:inline-flex;gap:4px}.sort-icon{font-size:.6rem;opacity:.4;transition:opacity .15s ease}.th-sort-active .sort-icon,.th-sortable:hover .sort-icon{opacity:1}.table td{border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);font-size:.88rem;padding:12px 16px;vertical-align:middle}.table tbody tr:last-child td{border-bottom:none}.table-row-clickable{cursor:pointer;transition:background .15s ease}.table-row-clickable:hover{background:#faf9f6;background:var(--bg)}.checkbox-cell{text-align:center;width:40px}.check-col{text-align:center;width:50px}.empty-cell{padding:48px!important}.empty-cell,.empty-text{color:#a8a29e;color:var(--text-muted);text-align:center}.empty-text{font-size:.9rem;padding:24px}.td-truncate{font-size:.8rem;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-photo-thumb{object-fit:cover}.item-photo-thumb,.photo-placeholder{border-radius:8px;border-radius:var(--radius-sm);height:40px;width:40px}.photo-placeholder{align-items:center;background:#f5f5f4;background:var(--bg-tertiary);display:flex;justify-content:center}.check-btn{background:none;border:none;border-radius:50%;color:#a8a29e;color:var(--text-muted);cursor:pointer;padding:4px;transition:all .15s}.check-btn:hover{background:#d977060f;background:var(--primary-light)}.check-btn.checked,.check-btn:hover{color:#d97706;color:var(--primary)}.check-btn.checked.big{color:#dc2626;color:var(--danger)}.checklist-bar{display:flex;gap:12px;margin-bottom:20px}.checklist-btn{align-items:center;background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);color:#78716c;color:var(--text-secondary);cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:8px;padding:12px 20px;transition:all .2s}.checklist-btn.active,.checklist-btn:hover{border-color:#d97706;border-color:var(--primary);color:#d97706;color:var(--primary)}.checklist-btn.active{background:#d977060f;background:var(--primary-light)}.checklist-btn.active.big{background:#dc262614;border-color:#dc2626;border-color:var(--danger);color:#dc2626;color:var(--danger)}.pagination{align-items:center;display:flex;gap:4px;justify-content:center;margin-top:24px}.pagination button{background:#f5f5f4;background:var(--bg-tertiary);border:none;border-radius:8px;border-radius:var(--radius-sm);color:#78716c;color:var(--text-secondary);cursor:pointer;font-size:.82rem;font-weight:500;padding:6px 12px;transition:all .15s}.pagination button:hover:not(:disabled){background:#d977060f;background:var(--primary-light);color:#d97706;color:var(--primary)}.pagination button.active{background:#1c1917;background:var(--text-primary);color:#fff}.pagination button:disabled{cursor:not-allowed;opacity:.3}.pagination-info{color:#a8a29e;color:var(--text-muted);font-size:.78rem;margin-left:12px}.detail-tabs,.tabs{border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex;gap:0;margin-bottom:20px}.tab{background:none;border:none;border-bottom:2px solid #0000;color:#a8a29e;color:var(--text-muted);cursor:pointer;font-size:.88rem;font-weight:500;margin-bottom:-1px;padding:10px 20px;transition:all .15s}.tab:hover{color:#1c1917;color:var(--text-primary)}.tab.active{border-bottom-color:#d97706;border-bottom-color:var(--primary);color:#d97706;color:var(--primary)}.detail-content{padding:4px 0}.detail-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr 1fr}.detail-field{margin-bottom:20px}.detail-label{color:#a8a29e;color:var(--text-muted);font-size:.73rem;font-weight:500;letter-spacing:.04em;margin-bottom:4px;text-transform:uppercase}.detail-value{color:#1c1917;color:var(--text-primary);font-size:.93rem}.history-list{border-left:2px solid #f5f5f4;border-left:2px solid var(--border-light);list-style:none;padding-left:20px}.history-item{display:flex;gap:12px;padding:12px 0;position:relative}.history-dot{background:#d97706;background:var(--primary);border-radius:50%;height:8px;left:-25px;position:absolute;top:18px;width:8px}.history-user{font-weight:600}.history-time{color:#a8a29e;color:var(--text-muted);font-size:.73rem;margin-top:4px}.login-page{align-items:center;background:#faf9f6;background:var(--bg);display:flex;justify-content:center;min-height:100vh;padding:24px}.login-container{max-width:420px;width:100%}.login-brand{gap:12px;margin-bottom:48px}.login-brand,.login-brand-icon{align-items:center;display:flex}.login-brand-icon{background:#fffbeb;background:var(--primary-surface);border:1.5px solid #d9770633;border-radius:12px;height:44px;justify-content:center;overflow:hidden;width:44px}.login-brand-icon svg{height:36px;width:36px}.login-brand-text{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.login-title{font-size:2.2rem;font-weight:700;letter-spacing:-.04em;line-height:1.15;margin-bottom:8px}.login-subtitle{color:#78716c;color:var(--text-secondary);font-size:1.05rem;margin-bottom:40px}.login-card{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:20px;box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-md);padding:36px 32px}.login-footer{color:#a8a29e;color:var(--text-muted);font-size:.82rem;margin-top:20px;text-align:center}.alert{border-radius:8px;border-radius:var(--radius-sm);font-size:.88rem;margin-bottom:16px;padding:12px 16px}.alert-error{background:#dc262614;border:1px solid #dc262633;color:#dc2626}.toast-container{display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;top:20px;z-index:9999}.toast{animation:toast-in .3s ease;border-radius:12px;border-radius:var(--radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--shadow-lg);color:#fff;font-size:.88rem;font-weight:500;min-width:240px;padding:12px 20px}.toast-success{background:#16a34a;background:var(--success)}.toast-error{background:#dc2626;background:var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loading-page{align-items:center;display:flex;justify-content:center;min-height:200px}.spinner{animation:spin .8s linear infinite;border:2.5px solid #f5f5f4;border-top-color:#d97706;border:2.5px solid var(--border-light);border-radius:50%;border-top-color:var(--primary);height:32px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #dc262659}50%{box-shadow:0 0 0 6px #dc262600}}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d2d2d7;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aeaeb2}.photo-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.photo-grid-item{cursor:pointer;text-align:center;transition:transform .2s ease}.photo-grid-item:hover{transform:scale(1.04)}.photo-grid-img{object-fit:cover}.photo-grid-img,.photo-grid-placeholder{aspect-ratio:1;border-radius:12px;border-radius:var(--radius);width:100%}.photo-grid-placeholder{align-items:center;background:#f5f5f4;background:var(--bg-tertiary);border:1.5px dashed #e7e5e4;border:1.5px dashed var(--border);display:flex;justify-content:center}.photo-grid-label{color:#a8a29e;color:var(--text-muted);font-size:.7rem;margin-top:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-select{border:none;border-radius:6px;font-size:.78rem;font-weight:500;padding:4px 8px}.status-open{background:#ea580c1a;color:#c2410c}.status-packed{background:#d977061a;color:#b45309}.status-unpacked{background:#16a34a1a;color:#16a34a}.status-buttons{display:flex;flex-wrap:wrap;gap:8px}.btn-status-open{background:#ea580c1a;border:none;color:#c2410c}.btn-status-open:hover{background:#ea580c2e}.btn-status-packed{background:#d977061a;border:none;color:#b45309}.btn-status-packed:hover{background:#d977062e}.btn-status-unpacked{background:#16a34a1a;border:none;color:#16a34a}.btn-status-unpacked:hover{background:#16a34a2e}.contents-list{line-height:1.9}.contents-line{padding:2px 0}.room-link{color:#d97706;color:var(--primary);cursor:pointer;font-weight:500;transition:opacity .15s}.room-link:hover{opacity:.7}.desktop-only{display:block}.mobile-only{display:none}.detail-photo-full{background:#f5f0eb;background:var(--bg-warm);border-radius:12px;border-radius:var(--radius);margin-bottom:0;max-height:500px;object-fit:contain;width:100%}.detail-photo-wrap{margin-bottom:20px;position:relative}.photo-rotate-btn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffe6!important;border:1px solid #e7e5e4!important;border:1px solid var(--border)!important;border-radius:8px!important;border-radius:var(--radius-sm)!important;bottom:8px;box-shadow:0 2px 8px #0000000f;box-shadow:var(--shadow-md);color:#78716c!important;color:var(--text-secondary)!important;position:absolute;right:8px}.photo-rotate-btn:hover{background:#fff!important;background:var(--bg-card)!important}.placeholder-text-box{background:linear-gradient(135deg,#f5f0eb,#ede5dc);color:#78716c33}.placeholder-text-box,.placeholder-text-box-b{align-items:center;aspect-ratio:1/1;border-radius:12px;border-radius:var(--radius);display:flex;font-size:3rem;font-weight:800;justify-content:center;letter-spacing:.05em;margin-bottom:20px;width:100%}.placeholder-text-box-b{background:linear-gradient(135deg,#eceff3,#e2e6ec);color:#64748b33}.placeholder-text-item{align-items:center;aspect-ratio:1/1;background:linear-gradient(135deg,#f0edeb,#e8e3df);border-radius:12px;border-radius:var(--radius);color:#a8a29e40;display:flex;font-size:4rem;font-weight:800;justify-content:center;letter-spacing:.02em;margin-bottom:20px;width:100%}.placeholder-thumb-box{background:linear-gradient(135deg,#f5f0eb,#ede5dc);color:#78716c4d}.placeholder-thumb-box,.placeholder-thumb-box-b{align-items:center;border-radius:8px;border-radius:var(--radius-sm);display:flex;flex-shrink:0;font-size:.7rem;font-weight:800;height:48px;justify-content:center;letter-spacing:.03em;width:48px}.placeholder-thumb-box-b{background:linear-gradient(135deg,#eceff3,#e2e6ec);color:#64748b4d}.placeholder-thumb-item{align-items:center;background:linear-gradient(135deg,#f0edeb,#e8e3df);border-radius:8px;border-radius:var(--radius-sm);color:#a8a29e59;display:flex;flex-shrink:0;font-size:1.1rem;font-weight:800;height:48px;justify-content:center;width:48px}.mobile-card-list{display:flex;flex-direction:column;gap:8px}.mobile-card{align-items:center;background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;display:flex;gap:12px;padding:14px 16px;transition:all .15s}.mobile-card:active{background:#f5f0eb;background:var(--bg-warm);border-color:#d97706;border-color:var(--primary)}.mobile-card-left{flex-shrink:0}.mobile-card-thumb{object-fit:cover}.mobile-card-thumb,.mobile-card-thumb-empty{border-radius:8px;border-radius:var(--radius-sm);height:48px;width:48px}.mobile-card-thumb-empty{align-items:center;background:#f5f0eb;background:var(--bg-warm);color:#a8a29e;color:var(--text-muted);display:flex;justify-content:center}.mobile-card-body{flex:1 1;min-width:0}.mobile-card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:2px}.mobile-card-number{font-size:.88rem;font-weight:700}.mobile-card-title{font-size:.88rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-card-sub{color:#a8a29e;color:var(--text-muted);font-size:.75rem;margin-top:1px}.helper-page{background:#faf9f6;background:var(--bg);min-height:100vh}.helper-topbar{background:#fff;background:var(--bg-card);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.helper-brand{align-items:center;display:flex;gap:8px;margin-bottom:10px}.helper-brand span{font-size:14px;font-weight:700}.helper-tag{background:#fffbeb;background:var(--primary-surface);border-radius:20px;color:#d97706;color:var(--primary);font-size:11px;font-weight:600;margin-left:auto;padding:3px 10px}.helper-search-wrap{position:relative}.helper-search{background:#faf9f6;background:var(--bg);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:8px;border-radius:var(--radius-sm);color:var(--text);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:15px;outline:none;padding:10px 14px 10px 36px;width:100%}.helper-search:focus{border-color:#d97706;border-color:var(--primary)}.helper-search::placeholder{color:#a8a29e;color:var(--text-muted)}.helper-tabs{background:#fff;background:var(--bg-card);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex;padding:0 16px;position:-webkit-sticky;position:sticky;top:79px;z-index:9}.helper-tab{background:none;border:none;border-bottom:2px solid #0000;color:#a8a29e;color:var(--text-muted);cursor:pointer;flex:1 1;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:14px;font-weight:500;padding:12px 0;text-align:center;transition:all .15s}.helper-tab.active{border-bottom-color:#d97706;border-bottom-color:var(--primary);color:#d97706;color:var(--primary);font-weight:600}.helper-tab-count{background:#faf9f6;background:var(--bg);border-radius:10px;color:#a8a29e;color:var(--text-muted);font-size:11px;font-weight:700;margin-left:4px;padding:1px 6px}.helper-tab.active .helper-tab-count{background:#d977060f;background:var(--primary-light);color:#d97706;color:var(--primary)}.helper-grid-wrap{padding:12px}.helper-box-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.helper-box-tile{align-items:center;background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:all .15s}.helper-box-tile:active,.helper-box-tile:hover{background:#fffbeb;background:var(--primary-surface);border-color:#d97706;border-color:var(--primary)}.helper-tile-status{border-radius:50%;flex-shrink:0;height:7px;width:7px}.helper-tile-status.open{background:#ea580c;background:var(--warning)}.helper-tile-status.packed{background:#d97706;background:var(--primary)}.helper-tile-status.done{background:#16a34a;background:var(--success)}.helper-tile-photo{object-fit:cover}.helper-tile-photo,.helper-tile-photo-empty{border-radius:8px;border-radius:var(--radius-sm);flex-shrink:0;height:44px;width:44px}.helper-tile-photo-empty{align-items:center;background:#f5f0eb;background:var(--bg-warm);color:#a8a29e;color:var(--text-muted);display:flex;justify-content:center}.helper-tile-info{min-width:0}.helper-tile-number{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.helper-tile-room{color:#a8a29e;color:var(--text-muted);font-size:11px;margin-top:1px}.helper-item-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr)}.helper-item-tile{align-items:center;background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);cursor:pointer;display:flex;gap:10px;padding:10px 12px;transition:all .15s}.helper-item-tile:active,.helper-item-tile:hover{background:#fffbeb;background:var(--primary-surface);border-color:#d97706;border-color:var(--primary)}.helper-item-thumb{object-fit:cover}.helper-item-thumb,.helper-item-thumb-empty{border-radius:8px;border-radius:var(--radius-sm);flex-shrink:0;height:44px;width:44px}.helper-item-thumb-empty{align-items:center;background:#f5f0eb;background:var(--bg-warm);color:#a8a29e;color:var(--text-muted);display:flex;justify-content:center}.helper-item-info{min-width:0}.helper-item-name{font-size:13px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.helper-item-room{color:#a8a29e;color:var(--text-muted);font-size:11px;margin-top:1px}.helper-detail-header{align-items:center;background:#fff;background:var(--bg-card);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex;gap:12px;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.helper-detail-back{background:none;border:none;color:#78716c;color:var(--text-secondary);cursor:pointer;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font);font-size:24px;padding:4px}.helper-detail-title{font-size:15px;font-weight:600}.helper-room-hero{background:#fffbeb;background:var(--primary-surface);padding:28px 20px;text-align:center}.helper-room-label{color:#d97706;color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.helper-room-name{font-size:32px;font-weight:700;letter-spacing:-.03em}.helper-detail-content{padding:16px}.helper-detail-photo{object-fit:cover}.helper-detail-photo,.helper-detail-photo-empty{aspect-ratio:1/1;border-radius:12px;border-radius:var(--radius);margin-bottom:16px;max-width:400px;width:100%}.helper-detail-photo-empty{align-items:center;background:#f5f0eb;background:var(--bg-warm);color:#a8a29e;color:var(--text-muted);display:flex;font-size:14px;justify-content:center}.helper-detail-info{background:#fff;background:var(--bg-card);border:1.5px solid #e7e5e4;border:1.5px solid var(--border);border-radius:12px;border-radius:var(--radius);overflow:hidden}.helper-detail-row{align-items:center;border-bottom:1px solid #f5f5f4;border-bottom:1px solid var(--border-light);display:flex;font-size:14px;justify-content:space-between;padding:12px 16px}.helper-detail-row:last-child{border-bottom:none}.helper-detail-label{color:#a8a29e;color:var(--text-muted);font-size:13px}.helper-detail-value{font-size:14px;font-weight:600;max-width:60%;text-align:right}
/*# sourceMappingURL=main.150f41cf.css.map*/