:root{--bg: #1a1a2e;--surface: #16213e;--surface-hover: #1a2744;--border: #2a3a5c;--text: #e0e0e0;--text-muted: #8892a4;--primary: #4a9eff;--primary-hover: #3a8eef;--success: #4caf50;--danger: #ef5350;--warning: #ffa726}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}.app{min-height:100vh}.navbar{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border)}.nav-brand{font-weight:700;font-size:1.1rem;color:var(--text);text-decoration:none}.nav-right{display:flex;align-items:center;gap:1rem}.nav-link{color:var(--primary);text-decoration:none;font-size:.9rem}.nav-user{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-muted)}.avatar-sm{width:24px;height:24px;border-radius:50%}.main{max-width:700px;margin:2rem auto;padding:0 1rem}.center-page{text-align:center;padding:4rem 1rem}.center-page h1{margin-bottom:.5rem}.center-page p{color:var(--text-muted);margin-bottom:1.5rem}.btn{display:inline-block;padding:.6rem 1.2rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font-size:.9rem;cursor:pointer;transition:background .15s}.btn:hover:not(:disabled){background:var(--surface-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--primary);border-color:var(--primary);color:#fff}.btn-primary:hover:not(:disabled){background:var(--primary-hover)}.btn-small{padding:.3rem .8rem;font-size:.8rem}.btn-approve{background:var(--success);border-color:var(--success);color:#fff}.btn-deny{background:var(--danger);border-color:var(--danger);color:#fff}.btn-download{display:block;width:100%;text-align:left;margin-bottom:.5rem;padding:.8rem 1rem}.btn-download:hover:not(:disabled){background:var(--surface-hover);border-color:var(--primary)}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;color:var(--text-muted);margin-bottom:.3rem}.form-group select{width:100%;padding:.5rem;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:.9rem}.upload-container{margin-bottom:2rem}.upload-container h2{margin-bottom:1rem}.drop-zone{border:2px dashed var(--border);border-radius:8px;padding:3rem 1rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;margin-bottom:1rem;color:var(--text-muted)}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--primary);background:#4a9eff0d}.drop-zone.has-file{border-color:var(--success);color:var(--text)}.progress-bar{position:relative;height:28px;background:var(--surface);border:1px solid var(--border);border-radius:6px;overflow:hidden;margin-bottom:1rem}.progress-fill{height:100%;background:var(--primary);transition:width .3s}.progress-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600}.upload-status{text-align:center;font-size:.85rem;color:var(--text-secondary);margin-bottom:.5rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin:.5rem 0}.status-uploading{background:#ffa72633;color:var(--warning)}.status-queued,.status-processing{background:#4a9eff33;color:var(--primary)}.status-done{background:#4caf5033;color:var(--success)}.status-failed{background:#ef535033;color:var(--danger)}.status-downloading{background:#ffa72633;color:var(--warning)}.batch-status{padding-top:1rem}.batch-status h2{margin-bottom:.25rem}.file-name{color:var(--text-muted);font-size:.9rem;margin-bottom:.5rem}.back-link{color:var(--primary);text-decoration:none;font-size:.9rem}.progress-section{margin:1rem 0}.results{margin-top:1.5rem}.results h3{margin-bottom:.75rem}.batch-list{margin-top:2rem}.batch-list h3{margin-bottom:.75rem}.batch-table{display:flex;flex-direction:column;gap:.25rem}.batch-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;text-decoration:none;color:var(--text);transition:background .15s}.batch-row:hover{background:var(--surface-hover)}.batch-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-pages{font-size:.8rem;color:var(--text-muted)}.batch-date{font-size:.8rem;color:var(--text-muted);min-width:100px;text-align:right}.admin-page section{margin-bottom:2rem}.admin-page h3{margin-bottom:.75rem}.muted{color:var(--text-muted);font-size:.9rem}.user-list{display:flex;flex-direction:column;gap:.5rem}.user-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:6px}.user-info{display:flex;align-items:center;gap:.75rem}.avatar{width:36px;height:36px;border-radius:50%}.user-actions{display:flex;gap:.5rem}.notif-bell{position:relative}.notif-bell-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;display:flex;align-items:center;position:relative}.notif-bell-btn:hover{color:var(--text)}.notif-badge{position:absolute;top:-4px;right:-6px;background:var(--danger);color:#fff;font-size:.65rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.notif-dropdown{position:absolute;top:calc(100% + 8px);left:0;width:300px;background:var(--surface);border:1px solid var(--border);border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:100;overflow:hidden}.notif-header{padding:.75rem 1rem;font-weight:600;font-size:.85rem;border-bottom:1px solid var(--border)}.notif-empty{padding:1.5rem 1rem;text-align:center;color:var(--text-muted);font-size:.85rem}.notif-item{display:block;padding:.6rem 1rem;text-decoration:none;color:var(--text);border-bottom:1px solid var(--border);transition:background .15s}.notif-item:hover{background:var(--surface-hover)}.notif-item-info{display:flex;align-items:center;gap:.5rem}.notif-item-name{font-size:.85rem;font-weight:500}.notif-item-email{font-size:.75rem;color:var(--text-muted)}.notif-view-all{display:block;padding:.6rem 1rem;text-align:center;color:var(--primary);text-decoration:none;font-size:.85rem}.notif-view-all:hover{background:var(--surface-hover)}.user-info-link{text-decoration:none;color:var(--text);flex:1}.user-info-link:hover{opacity:.85}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.pagination-info{font-size:.85rem;color:var(--text-muted)}.detail-card{text-align:center;padding:2rem 1rem;margin-top:1.5rem}.avatar-lg{width:80px;height:80px;border-radius:50%;margin-bottom:1rem}.detail-card h2{margin-bottom:.25rem}.detail-card p{color:var(--text-muted);margin-bottom:.5rem}.detail-actions{display:flex;justify-content:center;gap:1rem;margin-top:1.5rem}.error{color:var(--danger);font-size:.9rem;margin-bottom:1rem}
