:root{--luxx-bg: #0d0d0d;--luxx-surface: #1a1a1a;--luxx-accent: #c9a84c;--luxx-accent-hover: #d4b85a;--luxx-text: rgba(255, 255, 255, .92);--luxx-text-muted: rgba(255, 255, 255, .6);--luxx-border: rgba(255, 255, 255, .1);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color:var(--luxx-text);background-color:var(--luxx-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}a{color:var(--luxx-accent);text-decoration:none}a:hover{color:var(--luxx-accent-hover)}button{font-family:inherit;cursor:pointer;border:1px solid var(--luxx-border);background:var(--luxx-surface);color:var(--luxx-text);border-radius:6px;padding:.5em 1em;transition:background .15s,border-color .15s}button:hover{background:#ffffff0f;border-color:var(--luxx-accent)}button.primary{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent)}button.primary:hover{background:var(--luxx-accent-hover)}#root{min-height:100vh;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 16px;background:var(--luxx-surface);border-bottom:1px solid var(--luxx-border);flex-shrink:0}.topbar-left{min-width:140px;display:flex;align-items:center;gap:12px}.topbar a{text-decoration:none;color:inherit}.topbar-logo{font-weight:700;font-size:1.125rem;color:var(--luxx-accent);letter-spacing:.02em}.topbar-logo:hover{color:var(--luxx-accent);opacity:.9}.topbar-breadcrumb{font-size:.875rem;color:var(--luxx-text-muted);padding-left:12px;border-left:1px solid var(--luxx-border)}.topbar-center{flex:1;max-width:480px;margin:0 24px}.progress-bar-container{height:8px;background:var(--luxx-bg);border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--luxx-accent);border-radius:4px;transition:width .2s ease}.topbar-right{display:flex;gap:8px;min-width:140px;justify-content:flex-end}.topbar-btn{padding:6px 12px;font-size:.875rem}.topbar-notifications-wrap{position:relative}.topbar-btn-bell{position:relative;padding:6px 10px}.topbar-bell-icon{font-size:1.125rem}.topbar-notifications-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:.6875rem;font-weight:700;line-height:16px;text-align:center;color:var(--luxx-bg);background:var(--luxx-accent);border-radius:8px}.topbar-notifications-dropdown{position:absolute;top:100%;right:0;margin-top:4px;width:360px;max-height:400px;background:#1a1a1a;border:1px solid var(--luxx-border);border-radius:8px;box-shadow:0 8px 24px #0006;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.topbar-notifications-dropdown-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 14px;border-bottom:1px solid var(--luxx-border);background:#0d0d0d}.topbar-notifications-dropdown-title{font-size:.8125rem;font-weight:600;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em}.topbar-notifications-mark-all{padding:4px 8px;font-size:.75rem;color:var(--luxx-accent);background:transparent;border:none}.topbar-notifications-mark-all:hover{text-decoration:underline}.topbar-notifications-list{list-style:none;margin:0;padding:0;overflow-y:auto}.topbar-notifications-empty{padding:24px 14px;font-size:.875rem;color:var(--luxx-text-muted);text-align:center}.topbar-notifications-item{padding:12px 14px;border-bottom:1px solid var(--luxx-border)}.topbar-notifications-item:last-child{border-bottom:none}.topbar-notifications-item-read{opacity:.75}.topbar-notifications-message{margin:0 0 6px;font-size:.875rem;color:var(--luxx-text);line-height:1.4}.topbar-notifications-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.topbar-notifications-time{font-size:.75rem;color:var(--luxx-text-muted)}.topbar-notifications-read-btn{padding:2px 8px;font-size:.75rem;color:var(--luxx-accent);background:transparent;border:1px solid var(--luxx-accent)}.topbar-notifications-read-btn:hover:not(:disabled){background:#c9a84c33}.file-browser{padding:8px 0;overflow-y:auto;flex:1;min-height:0}.file-browser-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:var(--luxx-text-muted);padding:8px 12px;border-bottom:1px solid var(--luxx-border);margin-bottom:4px}.file-browser-tree,.file-browser-children{list-style:none;margin:0;padding:0}.file-browser-children{padding-left:16px;border-left:1px solid var(--luxx-border);margin-left:8px}.file-browser-item{margin:0}.file-browser-row-with-actions{display:flex;align-items:center;gap:4px}.file-browser-row{display:flex;align-items:center;width:100%;padding:6px 12px;text-align:left;background:transparent;border:none;border-radius:4px;color:var(--luxx-text);font-size:.875rem;gap:6px}.file-browser-row[data-status=unsubmitted] .file-browser-label{color:#888}.file-browser-row[data-status=selects] .file-browser-label{color:#4a90d9}.file-browser-row[data-status=upscale] .file-browser-label{color:#c9a84c}.file-browser-row[data-status=master] .file-browser-label{color:#4caf50}.file-browser-row:hover{background:#ffffff0f}.file-browser-shot .file-browser-row:hover{color:var(--luxx-accent)}.file-browser-item-selected .file-browser-row{background:#c9a84c26;color:var(--luxx-accent)}.file-browser-item-delete-requested .file-browser-row{background:#c0392b0f;color:#ffffff80;pointer-events:none}.file-browser-item-delete-requested .file-browser-label{color:#ffffff80}.file-browser-item-delete-requested .file-browser-row:hover{background:#c0392b1a}.file-browser-chevron{width:14px;font-size:.65rem;color:var(--luxx-text-muted);flex-shrink:0}.file-browser-label{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-browser-row[aria-disabled=true]{cursor:default}.file-browser-row[aria-disabled=true]:hover{background:transparent}.file-browser-row[aria-disabled=true] .file-browser-label{color:#fff6}.file-browser-icon-btn,.file-browser-text-btn{border:none;background:transparent;color:var(--luxx-text-muted);cursor:pointer;padding:2px 6px;font-size:.75rem;border-radius:4px;flex-shrink:0}.file-browser-icon-btn:hover,.file-browser-text-btn:hover{color:var(--luxx-accent);background:#ffffff0a}.file-browser-item-delete-requested .file-browser-icon-btn:hover,.file-browser-item-delete-requested .file-browser-text-btn:hover{background:#c0392b1f}.file-browser-tooltip-wrapper{position:relative;flex:1;display:flex;align-items:center}.file-browser-tooltip{position:absolute;left:12px;top:100%;margin-top:2px;padding:2px 6px;font-size:.7rem;border-radius:4px;background:#111;color:var(--luxx-text-muted);white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(2px);transition:opacity .12s ease-out,transform .12s ease-out;z-index:20}.file-browser-row:hover .file-browser-tooltip{opacity:1;transform:translateY(0)}.file-browser-delete-request-actions{display:flex;gap:4px;margin-left:4px;opacity:1;transform:translateY(0)}.file-browser-text-btn{font-weight:500}.file-browser-approve-btn{background:#4caf502e;border:1px solid rgba(76,175,80,.6);color:#81c784}.file-browser-approve-btn:hover{background:#4caf5042;border-color:#a5d6a7;color:#a5d6a7}.file-browser-reject-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.18);color:var(--luxx-text-muted)}.file-browser-reject-btn:hover{background:#ffffff14;border-color:#ffffff52}.file-browser-loading,.file-browser-error,.file-browser-empty{padding:12px;font-size:.875rem;color:var(--luxx-text-muted)}.file-browser-loading-row,.file-browser-empty-row{padding:6px 12px 6px 32px;font-size:.875rem;color:var(--luxx-text-muted)}.file-browser-error{color:#e57373}.file-browser-add-row{padding:2px 12px 4px 24px;margin-left:8px;border-left:1px solid transparent}.file-browser-add-btn{padding:4px 8px;font-size:.75rem;color:var(--luxx-text-muted);background:transparent;border:none;border-radius:4px;cursor:pointer}.file-browser-add-btn:hover:not(:disabled){color:var(--luxx-accent);background:#ffffff0f}.file-browser-add-btn:disabled{opacity:.6;cursor:not-allowed}.file-browser-modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:40}.file-browser-modal{background:#1a1a1a;border-radius:8px;padding:16px 20px;width:100%;max-width:360px;box-shadow:0 18px 45px #000000b3;border:1px solid var(--luxx-border)}.file-browser-modal-title{margin:0 0 8px;font-size:1rem;color:var(--luxx-text)}.file-browser-modal-text{margin:0 0 12px;font-size:.875rem;color:var(--luxx-text-muted)}.file-browser-modal-label{display:block;font-size:.8rem;color:var(--luxx-text-muted);margin-bottom:8px}.file-browser-modal-textarea{width:100%;margin-top:4px;resize:vertical;min-height:70px;max-height:200px;border-radius:4px;border:1px solid var(--luxx-border);background:#0d0d0d;color:var(--luxx-text);padding:6px 8px;font-size:.85rem}.file-browser-modal-textarea:focus{outline:none;border-color:var(--luxx-accent);box-shadow:0 0 0 1px #c9a84c66}.file-browser-modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.file-browser-modal-btn{padding:6px 12px;border-radius:4px;border:1px solid var(--luxx-border);background:#222;color:var(--luxx-text);font-size:.8rem;cursor:pointer}.file-browser-modal-btn-primary{background:var(--luxx-accent);border-color:var(--luxx-accent);color:#000}.file-browser-modal-btn-danger{background:#8b1e1e;border-color:#b71c1c;color:#fff}.file-browser-modal-btn:disabled{opacity:.7;cursor:not-allowed}.create-project-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.create-project-modal{background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:8px;padding:24px;min-width:320px;box-shadow:0 8px 32px #0006}.create-project-modal-title{margin:0 0 20px;font-size:1.25rem;font-weight:600;color:var(--luxx-text)}.create-project-modal-label{display:block;font-size:.875rem;color:var(--luxx-text-muted);margin-bottom:8px}.create-project-modal-input{width:100%;padding:10px 12px;font-size:.9375rem;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);margin-bottom:16px;box-sizing:border-box}.create-project-modal-input:focus{outline:none;border-color:var(--luxx-accent)}.create-project-modal-input::placeholder{color:var(--luxx-text-muted)}.create-project-modal-error{margin:0 0 12px;font-size:.875rem;color:#e57373}.create-project-modal-actions{display:flex;gap:12px;justify-content:flex-end}.create-project-modal-btn{padding:8px 16px;font-size:.875rem;border-radius:6px}.create-project-modal-btn.primary{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent)}.create-project-modal-btn.primary:hover:not(:disabled){background:var(--luxx-accent-hover);border-color:var(--luxx-accent-hover)}.create-project-modal-btn.primary:disabled{opacity:.6;cursor:not-allowed}.create-project-modal-btn.secondary{background:transparent;color:var(--luxx-text-muted)}.create-project-modal-btn.secondary:hover:not(:disabled){color:var(--luxx-text);border-color:var(--luxx-border)}.right-panel{width:320px;min-width:280px;max-width:360px;border-left:1px solid var(--luxx-border);background:var(--luxx-surface);display:flex;flex-direction:column;padding:12px 16px;gap:16px}.right-panel-section{padding-bottom:12px;border-bottom:1px solid var(--luxx-border)}.right-panel-section:last-child{border-bottom:none}.right-panel-heading{font-size:.875rem;font-weight:600;color:var(--luxx-text-muted);margin:0 0 8px;text-transform:uppercase;letter-spacing:.05em}.right-panel-timecard-grid{display:flex;flex-direction:row;align-items:stretch;gap:10px}.right-panel-timecard-col-left{display:flex;flex-direction:column;gap:6px;flex-shrink:0;min-width:0}.right-panel-timecard-col-right{display:flex;flex-direction:column;gap:8px;flex:1;min-width:0;justify-content:center}.right-panel-btn-full{width:100%;box-sizing:border-box}.right-panel-btn{font-size:.8125rem;padding:6px 12px;border-radius:6px;border:1px solid var(--luxx-border);background:transparent;color:var(--luxx-text);cursor:pointer}.right-panel-btn-primary{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent)}.right-panel-btn-primary:hover:not(:disabled){background:var(--luxx-accent-hover);border-color:var(--luxx-accent-hover)}.right-panel-btn-out{background:transparent;color:var(--luxx-text-muted)}.right-panel-btn-out:hover:not(:disabled){border-color:var(--luxx-accent);color:var(--luxx-text)}.right-panel-timecard-elapsed,.right-panel-timecard-total{display:flex;flex-direction:column;gap:4px}.right-panel-timecard-label{font-size:.75rem;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em}.right-panel-timecard-value{font-size:1.25rem;font-weight:600;font-family:ui-monospace,monospace;color:var(--luxx-accent)}.right-panel-contrib-section{display:flex;flex-direction:column;gap:8px}.right-panel-contrib-hint,.right-panel-contrib-message{font-size:.75rem;color:var(--luxx-text-muted);margin:0}.right-panel-contrib-error{font-size:.75rem;color:var(--luxx-error, #ef4444);margin:0}.right-panel-contrib-thermometers{display:flex;align-items:flex-end;gap:16px;min-height:140px}.right-panel-contrib-thermometer{display:flex;flex-direction:column;align-items:center;flex:1;max-width:80px}.right-panel-contrib-bar-wrap{width:24px;height:120px;background:var(--luxx-bg);border-radius:6px;overflow:hidden;display:flex;align-items:flex-end;margin-bottom:6px}.right-panel-contrib-bar-fill{width:100%;background:var(--luxx-accent);border-radius:0 0 6px 6px;transition:height .3s ease;min-height:0}.right-panel-contrib-label{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.right-panel-contrib-name{font-size:.75rem;color:var(--luxx-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.right-panel-contrib-count{font-size:.75rem;color:var(--luxx-text-muted)}.right-panel-in-sidebar{width:100%;min-width:0;max-width:none;border-left:none;padding:10px 12px;gap:12px}.right-panel-in-sidebar .right-panel-contrib-thermometers{min-height:100px}.right-panel-in-sidebar .right-panel-contrib-bar-wrap{height:80px}.right-panel-in-sidebar .right-panel-timecard-grid{gap:8px}.right-panel-in-sidebar .right-panel-timecard-col-left{max-width:50%}.right-panel-in-sidebar .right-panel-btn{padding:4px 8px;font-size:.75rem}.right-panel-in-sidebar .right-panel-timecard-value{font-size:1rem}.task-panel{background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:10px;padding:12px;color:var(--luxx-text)}.task-panel-header-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.task-panel-title{margin:0;font-size:.875rem;font-weight:600;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em}.task-panel-add-btn{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent);font-size:.8125rem;padding:6px 10px}.task-panel-add-btn:hover:not(:disabled){background:var(--luxx-accent-hover);border-color:var(--luxx-accent-hover)}.task-panel-error{font-size:.75rem;color:var(--luxx-error, #ef4444);margin:8px 0 0}.task-panel-section{margin-top:10px}.task-panel-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.task-panel-empty{font-size:.8125rem;color:var(--luxx-text-muted);padding:6px 0}.task-panel-row{display:flex;align-items:flex-start;gap:10px}.task-panel-checkbox{margin-top:2px;width:16px;height:16px;accent-color:var(--luxx-accent)}.task-panel-task-meta{flex:1;min-width:0}.task-panel-task-title{font-size:.875rem;color:var(--luxx-text);margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-panel-task-assignee{font-size:.75rem;color:var(--luxx-text-muted);margin:0}.task-panel-trash-btn{margin-left:auto;background:transparent;border:1px solid var(--luxx-border);padding:2px 8px;border-radius:6px;opacity:.85}.task-panel-trash-btn:hover:not(:disabled){border-color:#e57373;color:#e57373;opacity:1}.task-panel-completed-toggle{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:8px;text-align:left;background:transparent;border:none;padding:6px 0;color:var(--luxx-accent);font-size:.8125rem;cursor:pointer}.task-panel-form{margin-top:10px;padding-top:10px;border-top:1px solid var(--luxx-border);display:flex;flex-direction:column;gap:8px}.task-panel-field-label{font-size:.75rem;color:var(--luxx-text-muted);display:block}.task-panel-input,.task-panel-textarea,.task-panel-select{width:100%;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);padding:8px 10px;font-size:.8125rem;font-family:inherit}.task-panel-input:focus,.task-panel-textarea:focus,.task-panel-select:focus{outline:none;border-color:var(--luxx-accent)}.task-panel-textarea{resize:vertical;min-height:60px;max-height:160px}.task-panel-form-actions{display:flex;gap:8px;align-items:center}.task-panel-save-btn{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent);padding:6px 12px;font-size:.8125rem}.task-panel-cancel-btn{background:transparent;color:var(--luxx-text-muted);border-color:var(--luxx-border);padding:6px 12px;font-size:.8125rem}.sidebar{width:260px;min-width:260px;height:100%;min-height:0;overflow:hidden;background:var(--luxx-surface);border-right:1px solid var(--luxx-border);display:flex;flex-direction:column;transition:min-width .2s ease,width .2s ease;position:relative}.sidebar-collapsed{min-width:0;width:40px}.sidebar-collapsed .sidebar-content{display:none}.sidebar-toggle{position:absolute;right:-12px;top:12px;z-index:2;width:24px;height:24px;padding:0;border-radius:50%;background:var(--luxx-surface);border:1px solid var(--luxx-border);color:var(--luxx-text-muted);font-size:.65rem;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000004d}.sidebar-toggle:hover{color:var(--luxx-accent);border-color:var(--luxx-accent)}.sidebar-content{flex:1;display:flex;flex-direction:column;min-height:0;padding-top:8px;overflow:hidden}.sidebar-tree{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.sidebar-timecard{flex-shrink:0;border-top:1px solid var(--luxx-border);min-height:0}.sidebar-create-project{margin:0 12px 8px;padding:8px 12px;font-size:.875rem;background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent);border-radius:6px;flex-shrink:0}.sidebar-create-project:hover{background:var(--luxx-accent-hover);border-color:var(--luxx-accent-hover)}.workspace{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--luxx-bg)}.workspace-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;color:var(--luxx-text-muted)}.workspace-title{font-size:1.25rem;font-weight:600;color:var(--luxx-text);margin:0 0 12px}.workspace-hint{font-size:.875rem;margin:0}.workspace-error{color:#e57373;font-size:.875rem;margin:0}.workspace-header{padding:12px 16px;border-bottom:1px solid var(--luxx-border)}.workspace-panels{flex:1;display:flex;flex-direction:row;min-height:0;overflow:hidden}.workspace-panel{min-width:0;display:flex;flex-direction:column;border-right:1px solid var(--luxx-border);background:var(--luxx-surface)}.workspace-panel-assets{flex:2}.workspace-panel-full{flex:1;min-width:0}.workspace-panel-prompt{flex:1;min-width:280px;max-width:420px}.workspace-panel:last-child{border-right:none}.workspace-panel-inner{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px;display:flex;flex-direction:column;gap:12px}.workspace-panel-title{font-size:1rem;font-weight:600;color:var(--luxx-text);margin:0 0 8px;font-family:ui-monospace,monospace;word-break:break-all}.workspace-panel-heading{font-size:.875rem;font-weight:600;color:var(--luxx-text-muted);margin:0 0 4px;text-transform:uppercase;letter-spacing:.05em}.workspace-panel-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.workspace-panel-heading-row .workspace-panel-heading{margin:0;flex-shrink:0}.workspace-status{display:inline-block;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.workspace-status-unsubmitted{background:#ffffff0f;color:#888;border:1px solid rgba(255,255,255,.08)}.workspace-status-selects{background:#4a90d933;color:#4a90d9;border:1px solid rgba(74,144,217,.5)}.workspace-status-upscale{background:#c9a84c33;color:#c9a84c;border:1px solid rgba(201,168,76,.5)}.workspace-status-master{background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.workspace-status-delete\ requested,.workspace-status-delete-requested{background:#c0392b14;color:#ffffffb3;border:1px solid rgba(192,57,43,.4)}.workspace-meta-line{font-size:.8125rem;color:var(--luxx-text-muted);margin:0 0 8px}.workspace-label{font-size:.8125rem;color:var(--luxx-text-muted);display:block;margin-bottom:4px}.workspace-notes{width:100%;min-height:80px;padding:8px 10px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-family:inherit;font-size:.875rem;resize:vertical}.workspace-notes:focus{outline:none;border-color:var(--luxx-accent)}.workspace-saving{font-size:.75rem;color:var(--luxx-text-muted)}.workspace-btn{align-self:flex-start;font-size:.8125rem;padding:6px 12px}.workspace-btn-primary{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent)}.workspace-btn-primary:hover:not(:disabled){background:var(--luxx-accent-hover);border-color:var(--luxx-accent-hover)}.workspace-btn-unapprove{background:#ffffff0f;color:var(--luxx-text-muted)}.workspace-btn-unapprove:hover:not(:disabled){border-color:var(--luxx-text-muted);color:var(--luxx-text)}.workspace-btn-copy{background:var(--luxx-bg);color:var(--luxx-accent)}.workspace-btn-upload{opacity:.7;cursor:not-allowed}.workspace-assign-select{width:100%;padding:6px 10px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-size:.8125rem}.workspace-assign-select:focus{outline:none;border-color:var(--luxx-accent)}.workspace-prompt-text{width:100%;min-height:120px;padding:10px 12px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-family:ui-monospace,monospace;font-size:.8125rem;resize:vertical}.workspace-prompt-text:focus{outline:none;border-color:var(--luxx-accent)}.workspace-prompt-controls{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.workspace-software-select{padding:6px 10px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-size:.8125rem}.workspace-software-select:focus{outline:none;border-color:var(--luxx-accent)}.workspace-copyright-badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:500;background:#ffffff14;color:var(--luxx-text-muted);border:1px solid var(--luxx-border)}.workspace-prompt-history{margin-top:12px;border-top:1px solid var(--luxx-border);padding-top:12px}.workspace-prompt-history-toggle{width:100%;text-align:left;background:none;border:none;color:var(--luxx-accent);font-size:.8125rem;font-weight:500;cursor:pointer;padding:4px 0}.workspace-prompt-history-toggle:hover{text-decoration:underline}.workspace-prompt-history-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:12px;max-height:280px;overflow-y:auto}.workspace-prompt-history-empty{font-size:.8125rem;color:var(--luxx-text-muted);padding:8px 0}.workspace-prompt-history-item{padding:10px 12px;background:#00000040;border:1px solid var(--luxx-border);border-radius:6px}.workspace-prompt-history-meta{display:flex;gap:12px;align-items:center;margin-bottom:6px;font-size:.75rem;color:var(--luxx-text-muted)}.workspace-prompt-history-meta .workspace-prompt-history-delete{margin-left:auto;padding:2px 6px;font-size:.875rem;background:transparent;border:none;opacity:.7}.workspace-prompt-history-meta .workspace-prompt-history-delete:hover{opacity:1;color:#e57373}.workspace-prompt-history-software{font-weight:500;color:var(--luxx-accent)}.workspace-prompt-history-content{font-size:.8125rem;color:var(--luxx-text);margin:0 0 8px;white-space:pre-wrap;word-break:break-word;max-height:4.5em;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.workspace-prompt-history-use{font-size:.75rem;padding:4px 10px}.workspace-btn-danger{background:#e5737333;color:#e57373;border-color:#e5737380}.workspace-btn-danger:hover:not(:disabled){background:#e573734d;border-color:#e57373}.workspace-btn-out{background:transparent;color:var(--luxx-text-muted)}.workspace-delete-prompt-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.workspace-delete-prompt-content{background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:12px;padding:24px;max-width:400px;width:100%}.workspace-delete-prompt-title{font-size:1.25rem;margin:0 0 8px;color:var(--luxx-text)}.workspace-delete-prompt-hint{font-size:.875rem;color:var(--luxx-text-muted);margin:0 0 20px}.workspace-delete-prompt-actions{display:flex;gap:8px}.workspace-assets-placeholder{flex:1;min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:16px;border:1px dashed var(--luxx-border);border-radius:8px;background:#0003}.workspace-assets-empty{font-size:.875rem;color:var(--luxx-text-muted);margin:0}.workspace-notes-section{margin-top:16px;padding-top:16px;border-top:1px solid var(--luxx-border);display:flex;flex-direction:column;gap:12px}.layout{display:flex;flex-direction:column;height:100vh;overflow:hidden}.layout-body{display:flex;flex:1;min-height:0}.layout-main{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;overflow-y:auto}.back-button{padding:6px 0;font-size:.875rem;color:var(--luxx-accent);background:transparent;border:none;cursor:pointer}.back-button:hover{text-decoration:underline}.review-tree{display:flex;flex-direction:column;gap:16px}.review-tree-toolbar{display:flex;align-items:center;gap:12px}.review-tree-label{font-size:.8125rem;color:var(--luxx-text-muted)}.review-tree-select{padding:6px 12px;font-size:.875rem;background:var(--luxx-bg);border:1px solid var(--luxx-border);border-radius:6px;color:var(--luxx-text);min-width:200px}.review-tree-select:focus{outline:none;border-color:var(--luxx-accent)}.review-tree-error{padding:12px 16px;background:#e5737326;border:1px solid rgba(229,115,115,.4);border-radius:8px;color:#e57373;font-size:.875rem}.review-tree-loading,.review-tree-empty-hint{color:var(--luxx-text-muted);font-size:.875rem;margin:0}.review-tree-list,.review-tree-children{list-style:none;margin:0;padding:0}.review-tree-children{padding-left:20px;border-left:1px solid var(--luxx-border);margin-left:8px}.review-tree-item{margin:0}.review-tree-row{display:flex;align-items:center;width:100%;padding:6px 12px;text-align:left;background:transparent;border:none;border-radius:4px;color:var(--luxx-text);font-size:.875rem;gap:6px}.review-tree-row:hover{background:#ffffff0f}.review-tree-chevron{font-size:.7rem;color:var(--luxx-text-muted)}.review-tree-label-text{font-weight:500}.review-tree-row-scene .review-tree-label-text{color:var(--luxx-accent)}.review-tree-loading-row,.review-tree-empty-row{padding:6px 12px;font-size:.8125rem;color:var(--luxx-text-muted)}.review-tree-shot-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;padding:8px 12px;border-radius:4px;background:#0003;border:1px solid transparent}.review-tree-shot-row:hover{background:#ffffff0a}.review-tree-shot-full-id{font-family:ui-monospace,monospace;font-size:.8125rem;color:var(--luxx-accent);min-width:140px}.review-tree-shot-assignee{font-size:.8125rem;color:var(--luxx-text-muted);min-width:100px}.review-tree-status{display:inline-block;padding:2px 8px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:4px}.review-tree-status-unsubmitted{background:#ffffff0f;color:#888;border:1px solid rgba(255,255,255,.08)}.review-tree-status-selects{background:#4a90d933;color:#4a90d9;border:1px solid rgba(74,144,217,.5)}.review-tree-status-upscale{background:#c9a84c33;color:#c9a84c;border:1px solid rgba(201,168,76,.5)}.review-tree-status-master{background:#4caf5033;color:#4caf50;border:1px solid rgba(76,175,80,.5)}.review-tree-status-delete-requested{background:#c0392b14;color:#ffffffb3;border:1px solid rgba(192,57,43,.4)}.review-tree-shot-actions{position:relative;margin-left:auto}.review-tree-unapprove-btn{padding:4px 10px;font-size:.75rem;color:var(--luxx-text-muted);background:transparent;border:1px solid var(--luxx-border)}.review-tree-unapprove-btn:hover:not(:disabled){border-color:var(--luxx-accent);color:var(--luxx-accent)}.review-tree-unapprove-dropdown{position:absolute;top:100%;right:0;margin-top:2px;min-width:160px;padding:4px 0;background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:6px;box-shadow:0 4px 12px #0000004d;z-index:10}.review-tree-unapprove-option{display:block;width:100%;padding:6px 12px;font-size:.8125rem;text-align:left;background:transparent;border:none;border-radius:0;color:var(--luxx-text)}.review-tree-unapprove-option:hover:not(:disabled){background:#ffffff0f;color:var(--luxx-accent)}.review-page{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--luxx-bg);padding:24px}.review-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px}.review-page-title{font-size:1.5rem;font-weight:600;color:var(--luxx-text);margin:0}.review-page-back.back-button,.review-page-back{font-size:.875rem;color:var(--luxx-accent);text-decoration:none}.review-page-back:hover{text-decoration:underline}.review-page-tabs{display:flex;gap:4px;margin-bottom:20px}.review-page-tab{padding:8px 16px;font-size:.875rem;background:transparent;border:1px solid var(--luxx-border);border-radius:6px;color:var(--luxx-text-muted)}.review-page-tab:hover{color:var(--luxx-text);border-color:var(--luxx-accent)}.review-page-tab-active{background:#c9a84c26;border-color:var(--luxx-accent);color:var(--luxx-accent)}.review-page-loading,.review-page-empty{color:var(--luxx-text-muted);margin:0}.review-page-error{padding:12px 16px;background:#e5737326;border:1px solid rgba(229,115,115,.4);border-radius:8px;color:#e57373;margin-bottom:16px}.review-queue-table-wrap{overflow-x:auto;border:1px solid var(--luxx-border);border-radius:8px;background:var(--luxx-surface)}.review-queue-table{width:100%;border-collapse:collapse;font-size:.875rem}.review-queue-table th,.review-queue-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--luxx-border)}.review-queue-table th{font-weight:600;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em;background:#0003}.review-queue-table tbody tr:last-child td{border-bottom:none}.review-queue-table tbody tr:hover{background:#ffffff08}.review-cell-shot{font-family:ui-monospace,monospace;color:var(--luxx-accent)}.review-cell-status{white-space:nowrap}.review-status-badge{display:inline-block;padding:4px 10px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;border-radius:6px;background:#ffffff14;border:1px solid var(--luxx-border);color:var(--luxx-text-muted)}.review-cell-notes{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--luxx-text-muted)}.review-cell-actions{display:flex;gap:8px;flex-wrap:wrap}.review-btn{padding:6px 12px;font-size:.8125rem;border-radius:6px;border:1px solid var(--luxx-border);background:var(--luxx-bg);color:var(--luxx-text);cursor:pointer}.review-btn:hover:not(:disabled){border-color:var(--luxx-accent);color:var(--luxx-accent)}.review-btn:disabled{opacity:.6;cursor:not-allowed}.review-btn-approve{background:#4caf5033;border-color:#4caf5080;color:#81c784}.review-btn-approve:hover:not(:disabled){background:#4caf504d;border-color:#81c784;color:#a5d6a7}.review-btn-revision{background:#c9a84c33;border-color:#c9a84c80;color:var(--luxx-accent)}.review-btn-revision:hover:not(:disabled){background:#c9a84c4d;border-color:var(--luxx-accent)}.review-btn-primary{background:var(--luxx-accent);color:var(--luxx-bg);border-color:var(--luxx-accent)}.review-btn-out{background:transparent;color:var(--luxx-text-muted)}.review-revision-modal{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.review-revision-content{background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:12px;padding:24px;max-width:480px;width:100%;display:flex;flex-direction:column;gap:16px}.review-revision-content h2{font-size:1.25rem;margin:0;color:var(--luxx-text)}.review-revision-hint{font-size:.8125rem;color:var(--luxx-text-muted);margin:0}.review-revision-notes{width:100%;min-height:100px;padding:10px 12px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-family:inherit;font-size:.875rem;resize:vertical}.review-revision-notes:focus{outline:none;border-color:var(--luxx-accent)}.review-revision-actions{display:flex;gap:8px}.prompts-page{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--luxx-bg);padding:24px}.prompts-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px}.prompts-page-title{font-size:1.5rem;font-weight:600;color:var(--luxx-text);margin:0}.prompts-page-back.back-button,.prompts-page-back{font-size:.875rem;color:var(--luxx-accent);text-decoration:none}.prompts-page-back:hover{text-decoration:underline}.prompts-page-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:20px;margin-bottom:20px}.prompts-page-label{display:flex;flex-direction:column;gap:6px;font-size:.8125rem;color:var(--luxx-text-muted)}.prompts-page-select{padding:8px 12px;min-width:200px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-size:.875rem}.prompts-page-select:focus{outline:none;border-color:var(--luxx-accent)}.prompts-page-search-label{flex:1;min-width:220px}.prompts-page-search{padding:8px 12px;border:1px solid var(--luxx-border);border-radius:6px;background:var(--luxx-bg);color:var(--luxx-text);font-size:.875rem;width:100%;max-width:360px}.prompts-page-search:focus{outline:none;border-color:var(--luxx-accent)}.prompts-page-loading,.prompts-page-empty{color:var(--luxx-text-muted);margin:0}.prompts-page-error{padding:12px 16px;background:#e5737326;border:1px solid rgba(229,115,115,.4);border-radius:8px;color:#e57373;margin-bottom:16px}.prompts-page-table-wrap{flex:1;min-height:0;overflow:auto;border:1px solid var(--luxx-border);border-radius:8px;background:var(--luxx-surface)}.prompts-page-table{width:100%;border-collapse:collapse;font-size:.875rem}.prompts-page-table th,.prompts-page-table td{padding:12px 16px;text-align:left;border-bottom:1px solid var(--luxx-border)}.prompts-page-table th{font-weight:600;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em;background:#0003;white-space:nowrap}.prompts-page-table tbody tr:last-child td{border-bottom:none}.prompts-page-table tbody tr:hover{background:#ffffff08}.prompts-page-cell-shot{font-family:ui-monospace,monospace;color:var(--luxx-accent);white-space:nowrap}.prompts-page-cell-scene{color:var(--luxx-text-muted);white-space:nowrap}.prompts-page-cell-software{white-space:nowrap}.prompts-page-cell-content{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--luxx-text)}.prompts-page-cell-date{font-size:.8125rem;color:var(--luxx-text-muted);white-space:nowrap}.prompts-page-empty-cell{text-align:center;color:var(--luxx-text-muted);padding:32px 16px}.progress-page{padding:24px;max-width:900px;margin:0 auto}.progress-page-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.progress-page-title{font-size:1.5rem;font-weight:600;margin:0;color:var(--luxx-text, #e0e0e0)}.progress-page-back.back-button{font-size:.875rem;color:var(--luxx-accent);margin-left:auto}.progress-page-select{padding:8px 12px;font-size:.875rem;background:var(--luxx-bg, #1a1a1a);border:1px solid var(--luxx-border, #333);border-radius:6px;color:inherit;min-width:200px}.progress-page-section{margin-bottom:40px}.progress-page-section-title{font-size:1.125rem;font-weight:600;margin:0 0 12px;color:var(--luxx-text, #e0e0e0)}.progress-page-hint{font-size:.8125rem;color:var(--luxx-text-muted, #888);margin:0 0 16px}.progress-page-movie-bar-wrap{height:24px;background:var(--luxx-bg, #1a1a1a);border-radius:12px;overflow:hidden;margin-bottom:8px}.progress-page-movie-bar-fill{height:100%;background:var(--luxx-accent, #0ea5e9);border-radius:12px;transition:width .3s ease}.progress-page-stats{font-size:.875rem;color:var(--luxx-text-muted, #888);margin:0}.progress-page-thermometers{display:flex;align-items:flex-end;gap:24px;min-height:180px}.progress-page-thermometer{display:flex;flex-direction:column;align-items:center;flex:1;max-width:120px}.progress-page-thermometer-bar-wrap{width:32px;height:160px;background:var(--luxx-bg, #1a1a1a);border-radius:6px;overflow:hidden;display:flex;align-items:flex-end;margin-bottom:8px}.progress-page-thermometer-bar-fill{width:100%;background:var(--luxx-accent, #0ea5e9);border-radius:0 0 6px 6px;transition:height .3s ease;min-height:0}.progress-page-thermometer-label{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2px}.progress-page-thermometer-name{font-size:.8125rem;color:var(--luxx-text, #e0e0e0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.progress-page-thermometer-count{font-size:.75rem;color:var(--luxx-text-muted, #888)}.progress-page-message,.progress-page-empty{color:var(--luxx-text-muted, #888);margin:0}.progress-page-error{color:var(--luxx-error, #ef4444);margin:0}.settings-page{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--luxx-bg);padding:24px}.settings-page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px}.settings-page-title{font-size:1.5rem;font-weight:600;color:var(--luxx-text);margin:0}.settings-page-subtitle{margin:4px 0 0;font-size:.875rem;color:var(--luxx-text-muted)}.settings-page-back.back-button,.settings-page-back{font-size:.875rem;color:var(--luxx-accent);text-decoration:none}.settings-page-back:hover{text-decoration:underline}.settings-page-alert{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:.875rem}.settings-page-alert-error{background:#e5737326;border:1px solid rgba(229,115,115,.4);color:#e57373}.settings-page-alert-success{background:#81c78426;border:1px solid rgba(129,199,132,.4);color:#a5d6a7}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;align-items:flex-start}.settings-card{background:var(--luxx-surface);border:1px solid var(--luxx-border);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px}.settings-card-full{grid-column:1 / -1}.settings-card-header{display:flex;flex-direction:column;gap:4px}.settings-card-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--luxx-text)}.settings-card-description{margin:0;font-size:.875rem;color:var(--luxx-text-muted)}.settings-card-body{display:flex;flex-direction:column;gap:16px}.settings-section-subtitle{font-size:.95rem;font-weight:600;margin:0;color:var(--luxx-text)}.settings-muted{font-size:.875rem;color:var(--luxx-text-muted);margin:0}.settings-table-wrap{border:1px solid var(--luxx-border);border-radius:8px;overflow:auto;background:#0003}.settings-table{width:100%;border-collapse:collapse;font-size:.875rem}.settings-table th,.settings-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--luxx-border)}.settings-table th{font-weight:600;color:var(--luxx-text-muted);text-transform:uppercase;letter-spacing:.05em;background:#00000040;white-space:nowrap}.settings-table tbody tr:last-child td{border-bottom:none}.settings-table tbody tr:hover{background:#ffffff08}.settings-table-permissions th,.settings-table-permissions td{text-align:center}.settings-role-name{text-align:left;white-space:nowrap}.settings-perm-cell{text-align:center}.settings-checkbox-label{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;position:relative}.settings-checkbox-label input{position:absolute;opacity:0;pointer-events:none}.settings-checkbox-indicator{width:16px;height:16px;border-radius:4px;border:1px solid var(--luxx-border);background:#0006}.settings-checkbox-label input:checked+.settings-checkbox-indicator{background:var(--luxx-accent);border-color:var(--luxx-accent)}.settings-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px 16px;align-items:flex-end}.settings-form-inline{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.settings-field{display:flex;flex-direction:column;gap:6px}.settings-field-inline{min-width:220px}.settings-label{font-size:.8125rem;color:var(--luxx-text-muted)}.settings-input,.settings-select{padding:8px 10px;font-size:.875rem;border-radius:6px;border:1px solid var(--luxx-border);background:var(--luxx-bg);color:var(--luxx-text)}.settings-input:focus,.settings-select:focus{outline:none;border-color:var(--luxx-accent)}.settings-form-actions{display:flex;justify-content:flex-start;gap:8px;margin-top:4px}.settings-btn{padding:8px 14px;font-size:.875rem;border-radius:6px;border:1px solid var(--luxx-border);background:var(--luxx-bg);color:var(--luxx-text);cursor:pointer}.settings-btn-primary{background:var(--luxx-accent);color:#000;border-color:var(--luxx-accent)}.settings-btn-secondary{background:#c9a84c29;border-color:#c9a84cb3;color:var(--luxx-accent)}.settings-btn-ghost{background:transparent;color:var(--luxx-text-muted)}.settings-btn:hover:not(:disabled){border-color:var(--luxx-accent);color:var(--luxx-accent)}.settings-btn-primary:hover:not(:disabled){background:#e4c879;border-color:#e4c879;color:#000}.settings-btn:disabled{opacity:.6;cursor:not-allowed}.settings-divider{height:1px;background:var(--luxx-border);margin:4px 0}.settings-software-list{display:flex;flex-direction:column;gap:8px}.settings-software-row{display:flex;gap:8px;align-items:center}.settings-summary{margin-top:4px}.settings-summary-title{font-size:.9rem;font-weight:600;margin:0 0 4px;color:var(--luxx-text)}.settings-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:8px;font-size:.8125rem}.settings-summary-list li{padding:4px 8px;border-radius:999px;background:#c9a84c1a;border:1px solid rgba(201,168,76,.5);color:var(--luxx-accent)}@media(max-width:768px){.settings-page{padding:16px}.settings-grid{grid-template-columns:1fr}}.timecards-page{padding:24px;max-width:960px;margin:0 auto;background:var(--luxx-bg, #0d0d0d);min-height:100%}.timecards-page-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;flex-wrap:wrap}.timecards-page-title{font-size:1.5rem;font-weight:600;margin:0;color:var(--luxx-text, rgba(255, 255, 255, .92))}.timecards-page-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.timecards-page-back.back-button{font-size:.875rem;color:var(--luxx-accent, #c9a84c)}.timecards-page-btn{font-size:.875rem;padding:8px 14px;border-radius:6px;border:1px solid var(--luxx-border, rgba(255, 255, 255, .1));background:var(--luxx-surface, #1a1a1a);color:var(--luxx-text);cursor:pointer;transition:background .15s,border-color .15s}.timecards-page-btn:hover{background:#ffffff0f;border-color:var(--luxx-accent)}.timecards-page-btn-primary{background:var(--luxx-accent, #c9a84c);color:#0d0d0d;border-color:var(--luxx-accent)}.timecards-page-btn-primary:hover{background:var(--luxx-accent-hover, #d4b85a);border-color:var(--luxx-accent-hover);color:#0d0d0d}.timecards-page-btn-small{padding:4px 10px;font-size:.8125rem}.timecards-page-btn-ghost{margin-left:6px}.timecards-page-message,.timecards-page-hint{font-size:.9375rem;color:var(--luxx-text-muted, rgba(255, 255, 255, .6));margin:0 0 16px}.timecards-page-error{font-size:.9375rem;color:#e57373;margin:0 0 16px;padding:10px 12px;background:#e573731a;border-radius:6px}.timecards-user-row{margin-bottom:20px}.timecards-user-row label{display:block;font-size:.875rem;margin-bottom:6px;color:var(--luxx-text-muted)}.timecards-user-select{padding:8px 12px;font-size:.875rem;background:var(--luxx-surface, #1a1a1a);border:1px solid var(--luxx-border, rgba(255, 255, 255, .1));border-radius:6px;color:inherit;min-width:240px}.timecards-manual-form{background:var(--luxx-surface, #1a1a1a);border:1px solid var(--luxx-border, rgba(255, 255, 255, .1));border-radius:8px;padding:20px;margin-bottom:24px}.timecards-manual-title{font-size:1.125rem;font-weight:600;margin:0 0 16px;color:var(--luxx-text)}.timecards-manual-row{margin-bottom:12px}.timecards-manual-row label{display:block;font-size:.875rem;margin-bottom:4px;color:var(--luxx-text-muted)}.timecards-manual-row input,.timecards-manual-row select{padding:8px 12px;font-size:.875rem;background:var(--luxx-bg, #0d0d0d);border:1px solid var(--luxx-border);border-radius:6px;color:inherit;min-width:200px}.timecards-manual-row.timecards-manual-actions{margin-top:16px;margin-bottom:0}.timecards-accordion{display:flex;flex-direction:column;gap:8px}.timecards-week-card{background:var(--luxx-surface, #1a1a1a);border:1px solid var(--luxx-border, rgba(255, 255, 255, .1));border-radius:8px;overflow:hidden}.timecards-week-header{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;font-size:.9375rem;text-align:left;background:transparent;border:none;color:var(--luxx-text);cursor:pointer;transition:background .15s}.timecards-week-header:hover{background:#ffffff0a}.timecards-week-range{flex:1;font-weight:500}.timecards-week-total{color:var(--luxx-accent, #c9a84c);font-weight:600}.timecards-week-chevron{color:var(--luxx-text-muted);font-size:.75rem}.timecards-week-body{padding:0 16px 16px;border-top:1px solid var(--luxx-border)}.timecards-entries-table{width:100%;border-collapse:collapse;font-size:.875rem;margin-top:12px}.timecards-entries-table th,.timecards-entries-table td{padding:10px 12px;text-align:left;border-bottom:1px solid var(--luxx-border)}.timecards-entries-table th{font-weight:600;color:var(--luxx-text-muted)}.timecards-entries-table td{color:var(--luxx-text)}.timecards-datetime-input{padding:6px 10px;font-size:.8125rem;background:var(--luxx-bg, #0d0d0d);border:1px solid var(--luxx-border);border-radius:6px;color:inherit;min-width:160px}.trash-page{flex:1;background:#0d0d0d;color:var(--luxx-text);padding:16px 24px}.trash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.trash-title{margin:0;font-size:1.4rem}.trash-header-actions{display:flex;align-items:center;gap:8px}.trash-back-btn,.trash-back-icon-btn{border-radius:4px;border:1px solid var(--luxx-border);background:#1a1a1a;color:var(--luxx-text);padding:6px 10px;font-size:.8rem;cursor:pointer}.trash-back-btn:hover,.trash-back-icon-btn:hover{background:#222}.trash-loading,.trash-error{padding:12px;font-size:.9rem}.trash-error{color:#ff8a80}.trash-sections{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.trash-section{background:#1a1a1a;border-radius:8px;padding:12px 14px;border:1px solid var(--luxx-border)}.trash-section-title{margin:0 0 8px;font-size:1rem;color:var(--luxx-accent)}.trash-empty{margin:0;font-size:.85rem;color:var(--luxx-text-muted)}.trash-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.trash-item{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;padding:8px;border-radius:6px;background:#111}.trash-item-main{flex:1;min-width:0}.trash-item-name{font-size:.9rem;font-weight:500;margin-bottom:4px}.trash-item-meta{display:flex;flex-wrap:wrap;gap:4px 8px;font-size:.75rem;color:var(--luxx-text-muted)}.trash-item-label{text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;color:var(--luxx-text-muted)}.trash-item-value{color:var(--luxx-text)}.trash-item-reason{margin-top:4px}.trash-shot-badge{display:inline-block;margin-top:6px;padding:2px 6px;border-radius:999px;background:#c9a84c33;color:#c9a84c;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.trash-restore-btn{align-self:center;padding:6px 10px;border-radius:4px;border:1px solid var(--luxx-accent);background:#1a1a1a;color:var(--luxx-accent);font-size:.8rem;cursor:pointer;flex-shrink:0}.trash-restore-btn:hover:not(:disabled){background:#c9a84c26}.trash-restore-btn:disabled{opacity:.7;cursor:not-allowed}.auth-layout{display:flex;flex-direction:column;min-height:100vh;background:radial-gradient(circle at top,#181818 0,#050505 55%,#000)}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:32px 16px 40px}.login-card{width:100%;max-width:420px;background:#121212f5;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px #000000bf,0 0 0 1px #0006;padding:28px 24px 20px}.login-header{margin-bottom:20px}.login-title{margin:0 0 6px;font-size:1.4rem;font-weight:600;letter-spacing:.02em;color:var(--luxx-text)}.login-subtitle{margin:0;font-size:.9rem;color:var(--luxx-text-muted)}.login-form{display:flex;flex-direction:column;gap:14px}.login-field{display:flex;flex-direction:column;gap:6px}.login-label{font-size:.82rem;font-weight:500;color:var(--luxx-text-muted)}.login-input{padding:9px 11px;border-radius:8px;border:1px solid var(--luxx-border);background:#0a0a0af5;color:var(--luxx-text);font-size:.9rem;outline:none;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.login-input::placeholder{color:#ffffff52}.login-input:focus-visible{border-color:var(--luxx-accent);box-shadow:0 0 0 1px #c9a84c99;background:#0f0f0ffa}.login-error{margin:2px 0 0;font-size:.8rem;color:#ff6b6b}.login-submit{margin-top:8px;width:100%;padding:10px 12px;font-size:.9rem;border-radius:999px;border-width:0;background:linear-gradient(135deg,var(--luxx-accent),#f0d26b);color:#000;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.login-submit:disabled{opacity:.7;cursor:default}.login-footnote{margin-top:18px;font-size:.78rem;color:var(--luxx-text-muted);text-align:center}@media(min-width:768px){.auth-main,.login-card{padding-inline:32px}}
