*,:before,:after{box-sizing:border-box}body{margin:0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background-color:#0c1017;background-image:radial-gradient(#e8a0301f 1px,#0000 1px);background-size:28px 28px;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.board-loading{color:#334155;letter-spacing:.1em;text-transform:uppercase;justify-content:center;align-items:center;min-height:100vh;font-size:.9rem;display:flex}.board-wrapper{flex-direction:column;min-height:100vh;display:flex}.board-header{background:linear-gradient(#f5aa38 0%,#e8a030 100%);border:8px solid #1e2a4a;align-items:center;gap:12px;padding:12px 28px;display:flex;box-shadow:0 6px 24px #0006}.board-header-logo{border-radius:50%;width:auto;height:44px;display:block}.board-header-divider{background:#00000026;width:1px;height:20px}.board-title{cursor:pointer;color:#1e2a4a;letter-spacing:-.01em;border-radius:6px;padding:4px 8px;font-size:1rem;font-weight:600;transition:background .15s,color .15s;display:inline-block}.board-title:hover{color:#0d1526;background:#00000014}.board-title-input{color:#e2e8f0;letter-spacing:-.01em;width:200px;font-size:1rem;font-weight:600}.board-lists{-webkit-overflow-scrolling:touch;flex:1;align-items:flex-start;gap:14px;padding:24px 28px;display:flex;overflow-x:auto}.list-column{background:#111827;border:1px solid #1e2a4a99;border-radius:14px;flex-direction:column;flex-shrink:0;width:290px;min-width:290px;max-height:calc(100vh - 110px);display:flex}.list-header{justify-content:space-between;align-items:center;padding:14px 14px 10px;display:flex}.list-title{cursor:pointer;text-transform:uppercase;letter-spacing:.08em;color:#475569;border-radius:4px;flex:1;padding:4px 6px;font-size:.75rem;font-weight:700;transition:background .15s,color .15s}.list-title:hover{color:#94a3b8;background:#ffffff0d}.list-title-input{text-transform:uppercase;letter-spacing:.08em;flex:1;font-size:.75rem;font-weight:700}.card-list{flex-direction:column;flex:1;gap:8px;min-height:8px;padding:0 10px;display:flex;overflow-y:auto}.card-item{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#151d2e;border:1px solid #1e2a4acc;border-radius:10px;padding:12px 14px;transition:box-shadow .15s,border-color .15s,transform .1s}.card-item:hover{border-color:#e8a03066;transform:translateY(-1px);box-shadow:0 4px 16px #0006}.card-item:active{cursor:grabbing}.card-item.dragging{opacity:.95;border-color:#e8a030;transform:rotate(1.5deg);box-shadow:0 16px 40px #0009}.card-title{letter-spacing:-.01em;font-size:.9rem;font-weight:500;line-height:1.4;display:block}.card-description{color:#334155;white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:.78rem;line-height:1.4;overflow:hidden}.add-card-btn{color:#334155;cursor:pointer;text-align:left;letter-spacing:.01em;background:0 0;border:none;border-radius:8px;margin:8px 10px;padding:9px 10px;font-size:.82rem;font-weight:500;transition:background .15s,color .15s}.add-card-btn:hover{color:#64748b;background:#ffffff0a}.add-card-form{flex-direction:column;gap:8px;padding:8px 10px;display:flex}.add-card-actions{align-items:center;gap:6px;display:flex}.add-list-column{flex-shrink:0;width:290px;min-width:290px}.add-list-btn{color:#334155;cursor:pointer;text-align:left;background:#ffffff05;border:1px dashed #ffffff14;border-radius:14px;width:100%;padding:14px 16px;font-size:.85rem;font-weight:500;transition:background .15s,color .15s,border-color .15s}.add-list-btn:hover{color:#64748b;background:#ffffff0a;border-color:#ffffff24}.add-list-form{background:#111827;border:1px solid #1e2a4a99;border-radius:14px;flex-direction:column;gap:8px;padding:12px;display:flex}.input{color:#e2e8f0;background:#0c1017;border:1px solid #1e2a4acc;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s}.input:focus{border-color:#e8a030}.textarea{color:#e2e8f0;resize:vertical;background:#0c1017;border:1px solid #1e2a4acc;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .15s}.textarea:focus{border-color:#e8a030}.btn{cursor:pointer;letter-spacing:.01em;border:none;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:.85rem;font-weight:600;transition:opacity .15s,transform .1s}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{color:#1e2a4a;background:#e8a030}.btn-danger{color:#ef4444;background:0 0;border:1px solid #ef44444d}.btn-danger:hover{background:#ef44441a}.icon-btn{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:5px 7px;font-size:.8rem;line-height:1;transition:background .15s,color .15s}.icon-btn:hover{color:#94a3b8;background:#ffffff0f}.modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#111827;border:1px solid #1e2a4acc;border-radius:16px;flex-direction:column;gap:14px;width:480px;max-width:90vw;padding:28px;display:flex;box-shadow:0 32px 64px #0009}.modal-header{justify-content:space-between;align-items:center;display:flex}.modal-header h2{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.modal label{text-transform:uppercase;letter-spacing:.08em;color:#334155;margin-bottom:-6px;font-size:.72rem;font-weight:700}.modal-actions{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.back-btn{color:#e2e8f0;cursor:pointer;background:#1e2a4a;border:none;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.back-btn:hover{background:#243158}.board-header-accent{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-left:auto}.home-wrapper{flex-direction:column;min-height:100vh;display:flex}.home-header{background:linear-gradient(#f5aa38 0%,#e8a030 100%);border:8px solid #1e2a4a;flex-direction:column;align-items:center;gap:8px;padding:20px 28px;display:flex;box-shadow:0 6px 24px #0006}.home-header .board-header-logo{border-radius:50%;width:auto;height:64px}.home-header-company{color:#1e2a4a;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.header-company-name{color:#1e2a4a;letter-spacing:-.02em;white-space:nowrap;font-size:1rem;font-weight:800}.home-header-sub{color:#1e2a4a;letter-spacing:-.02em;font-size:1.4rem;font-weight:800}.home-main{width:100%;max-width:1100px;margin:0 auto;padding:40px 28px}.home-title-row{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.home-heading{letter-spacing:-.03em;color:#e2e8f0;font-size:1.4rem;font-weight:800}.home-empty{color:#334155;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:80px 0;font-size:.9rem;display:flex}.boards-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}.board-card{cursor:pointer;background:#111827;border:1px solid #1e2a4acc;border-radius:16px;transition:transform .15s,box-shadow .15s,border-color .15s;position:relative;overflow:hidden}.board-card:hover{border-color:#e8a03066;transform:translateY(-3px);box-shadow:0 12px 32px #00000080}.board-card-color{background:#e8a030;height:6px}.board-card-body{flex-direction:column;gap:6px;padding:18px 20px;display:flex}.board-card-title{letter-spacing:-.02em;color:#e2e8f0;font-size:1.1rem;font-weight:700}.board-card-count{color:#475569;font-size:.8rem;font-weight:500}.board-card-delete{color:#334155;cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:.75rem;transition:opacity .15s,background .15s,color .15s;position:absolute;top:14px;right:12px}.board-card:hover .board-card-delete{opacity:1}.board-card-delete:hover{color:#ef4444;background:#ef44441a}.color-picker{flex-wrap:wrap;gap:8px;display:flex}.color-swatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:28px;height:28px;transition:transform .1s,border-color .1s}.color-swatch:hover{transform:scale(1.15)}.color-swatch.selected{border-color:#fff;transform:scale(1.15)}.confirm-dialog{max-width:380px}.confirm-message{color:#94a3b8;font-size:.9rem;line-height:1.5}.btn-ghost{color:#64748b;background:0 0;border:1px solid #ffffff14}.btn-ghost:hover{color:#94a3b8;background:#ffffff0d}.auth-wrapper{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-box{background:#111827;border:1px solid #1e2a4acc;border-top:3px solid #e8a030;border-radius:20px;flex-direction:column;gap:16px;width:100%;max-width:400px;padding:40px;display:flex;box-shadow:0 32px 64px #00000080}.auth-logo{width:auto;height:80px;margin:0 auto;display:block}.auth-subtitle{text-align:center;color:#475569;margin-top:-8px;font-size:.9rem;font-weight:500}.auth-fields{flex-direction:column;gap:10px;margin-top:8px;display:flex}.auth-submit{width:100%;padding:12px;font-size:.95rem}.auth-error{color:#ef4444;text-align:center;font-size:.82rem}.auth-message{color:#22c55e;text-align:center;font-size:.82rem;line-height:1.5}.auth-switch{text-align:center;color:#475569;font-size:.82rem}.auth-switch-btn{color:#e8a030;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.82rem;font-weight:600}.auth-switch-btn:hover{text-decoration:underline}.header-employee-name{color:#1e2a4a;font-size:.85rem;font-weight:700}.signout-btn{color:#e2e8f0;background:#1e2a4a;border-color:#1e2a4a;padding:6px 14px;font-size:.8rem}.signout-btn:hover{color:#e2e8f0;background:#243158}.home-header{position:relative}.home-header .signout-btn{position:absolute;top:50%;right:28px;transform:translateY(-50%)}.stage-column{background:#111827;border:1px solid #1e2a4a99;border-top:3px solid #1e2a4a;border-radius:14px;flex-direction:column;flex-shrink:0;width:290px;min-width:290px;max-height:calc(100vh - 110px);display:flex}.stage-column.notify-stage{border-top-color:#e8a030}.stage-header{align-items:center;gap:8px;padding:14px 14px 10px;display:flex}.stage-title{text-transform:uppercase;letter-spacing:.08em;color:#64748b;flex:1;font-size:.75rem;font-weight:700}.stage-count{color:#475569;background:#1e2a4a66;border-radius:20px;padding:2px 7px;font-size:.72rem;font-weight:700}.notify-badge{color:#facc15;font-size:.7rem}.stage-job-list{flex-direction:column;flex:1;gap:8px;min-height:40px;padding:4px 10px 10px;display:flex;overflow-y:auto}.stage-empty{color:#1e293b;text-align:center;padding:16px 0;font-size:.78rem}.job-card{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;background:#151d2e;border:1px solid #1e2a4acc;border-radius:10px;flex-direction:column;gap:4px;padding:12px 14px;transition:box-shadow .15s,border-color .15s,transform .1s;display:flex}.job-card:hover{border-color:#e8a03066;transform:translateY(-1px);box-shadow:0 4px 16px #0006}.job-card:active{cursor:grabbing}.job-card.dragging{opacity:.95;border-color:#e8a030;transform:rotate(1.5deg);box-shadow:0 16px 40px #0009}.job-card-title{color:#e2e8f0;font-size:.9rem;font-weight:600;line-height:1.3}.job-card-customer{color:#475569;font-size:.78rem}.job-card-footer{align-items:center;margin-top:4px;display:flex}.job-card-right{align-items:center;gap:6px;margin-left:auto;display:flex}.checklist-progress{color:#475569;background:#ffffff0a;border-radius:10px;padding:2px 7px;font-size:.68rem;font-weight:700}.checklist-progress.complete{color:#22c55e;background:#22c55e1a}.job-card-due{color:#475569;font-size:.72rem;font-weight:500}.job-card-due.overdue{color:#ef4444}.job-card-assignees{gap:4px;display:flex}.assignee-chip{color:#1e2a4a;background:#e8a030;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.notify-count{color:#0d0f14;background:#facc15;border-radius:20px;margin-left:8px;padding:2px 8px;font-size:.72rem;font-weight:800}.board-empty{color:#334155;padding:40px;font-size:.9rem;line-height:2}.employee-job-list{flex-direction:column;gap:12px;display:flex}.employee-job-item{background:#111827;border:1px solid #1e2a4a99;border-left:3px solid #e8a030;border-radius:14px;align-items:center;gap:20px;padding:20px 24px;display:flex}.employee-job-main{flex-direction:column;flex:1;gap:6px;display:flex}.employee-job-title{color:#e2e8f0;letter-spacing:-.01em;font-size:1rem;font-weight:700}.employee-job-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.employee-job-customer{color:#64748b;font-size:.82rem}.employee-job-type{text-transform:uppercase;letter-spacing:.08em;color:#334155;background:#ffffff0a;border-radius:20px;padding:2px 8px;font-size:.72rem;font-weight:700}.employee-job-notes{color:#475569;margin-top:2px;font-size:.82rem;line-height:1.5}.employee-job-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.current-stage-badge{color:#e8a030;white-space:nowrap;background:#e8a0301a;border:1px solid #e8a03033;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:600}.done-badge{color:#22c55e;background:#22c55e1a;border-radius:20px;padding:5px 12px;font-size:.78rem;font-weight:600}.admin-main{flex-direction:column;gap:48px;width:100%;max-width:800px;margin:0 auto;padding:40px 28px;display:flex}.admin-section{flex-direction:column;gap:16px;display:flex}.admin-section-title{letter-spacing:-.02em;color:#e2e8f0;border-bottom:1px solid #ffffff0f;padding-bottom:12px;font-size:1.1rem;font-weight:800}.admin-inline-form{align-items:center;gap:8px;display:flex}.admin-inline-form .input{flex:1}.admin-empty{color:#334155;font-size:.85rem}.admin-label{text-transform:uppercase;letter-spacing:.08em;color:#334155;margin-bottom:8px;font-size:.72rem;font-weight:700}.job-type-list{flex-direction:column;gap:16px;display:flex}.job-type-item{background:#111827;border:1px solid #1e2a4a99;border-radius:12px;flex-direction:column;gap:12px;padding:16px 20px;display:flex}.job-type-header{justify-content:space-between;align-items:center;display:flex}.job-type-name{color:#e2e8f0;font-size:.95rem;font-weight:700}.stage-list{flex-direction:column;gap:6px;display:flex}.stage-list-item{background:#ffffff05;border-radius:8px;flex-direction:column;gap:6px;padding:8px 10px;display:flex}.stage-item-header{align-items:center;gap:10px;display:flex}.stage-checklist-list{flex-direction:column;gap:3px;padding-left:26px;display:flex}.stage-checklist-row{color:#64748b;align-items:center;gap:8px;font-size:.8rem;display:flex}.stage-checklist-bullet{color:#334155;font-size:.75rem}.stage-checklist-item-text{flex:1}.stage-checklist-add-row{gap:6px;padding-left:26px;display:flex}.stage-position{color:#334155;text-align:center;width:16px;font-size:.72rem;font-weight:700}.stage-list-name{color:#94a3b8;flex:1;font-size:.85rem}.notify-checkbox{color:#64748b;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:.8rem;display:flex}.advance-btn{display:none}@media (hover:hover) and (pointer:fine){.advance-btn{display:inline-flex}.swipe-hint{display:none}}.swipe-hint{color:#334155;letter-spacing:.02em;margin-top:8px;font-size:.72rem}.employee-checklist{background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;flex-direction:column;gap:10px;margin-top:12px;padding:12px 14px;display:flex}.employee-checklist-label{text-transform:uppercase;letter-spacing:.08em;color:#475569;font-size:.72rem;font-weight:700}.employee-checklist-items{flex-direction:column;gap:10px;display:flex}.employee-checklist-item{cursor:pointer;color:#94a3b8;align-items:center;gap:10px;font-size:.88rem;line-height:1.3;display:flex}.employee-checklist-item input[type=checkbox]{accent-color:#22c55e;cursor:pointer;flex-shrink:0;width:18px;height:18px}.employee-checklist-text-done{color:#475569;text-decoration:line-through}.employee-checklist-warning{color:#e8a030;font-size:.75rem;font-weight:600}.advance-btn:disabled{opacity:.35;cursor:not-allowed}.modal-detail{width:560px;max-height:82vh;overflow-y:auto}.detail-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-top:-4px;display:flex}.detail-meta-item{color:#64748b;font-size:.82rem}.detail-assignees{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.detail-assignee-chip{width:28px;height:28px;font-size:.72rem}.detail-assignee-names{color:#64748b;font-size:.82rem}.detail-notes{color:#64748b;font-size:.85rem;line-height:1.6}.detail-divider{border:none;border-top:1px solid #ffffff0f;margin:4px 0}.detail-stages{flex-direction:column;gap:20px;display:flex}.detail-stage{flex-direction:column;gap:8px;display:flex}.detail-stage-header{justify-content:space-between;align-items:center;display:flex}.detail-stage-label{text-transform:uppercase;letter-spacing:.08em;font-size:.7rem;font-weight:700}.detail-stage-label.past{color:#22c55e}.detail-stage-label.current{color:#e8a030}.detail-stage-label.future{color:#334155}.detail-stage-count{color:#475569;font-size:.72rem;font-weight:600}.detail-stage-count.complete{color:#22c55e}.detail-checklist{flex-direction:column;gap:8px;display:flex}.detail-checklist-item{align-items:baseline;gap:8px;display:flex}.detail-checklist-icon{color:#334155;text-align:center;flex-shrink:0;width:14px;font-size:.7rem}.detail-checklist-icon.done{color:#22c55e}.detail-checklist-text{color:#94a3b8;flex:1;font-size:.85rem}.detail-checklist-text.done{color:#475569;text-decoration:line-through}.detail-checklist-text.future{color:#334155}.detail-checklist-meta{color:#475569;white-space:nowrap;font-size:.7rem}.modal-checklist{flex-direction:column;gap:10px;display:flex}.modal-checklist-item{flex-direction:column;gap:3px;display:flex}.modal-checklist-label{cursor:pointer;color:#94a3b8;align-items:center;gap:10px;font-size:.88rem;display:flex}.modal-checklist-label input[type=checkbox]{accent-color:#e8a030;cursor:pointer;flex-shrink:0;width:16px;height:16px}.modal-checklist-text-done{color:#475569;text-decoration:line-through}.modal-checklist-meta{color:#475569;padding-left:26px;font-size:.7rem}.modal-history{background:#ffffff05;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;gap:12px;padding:12px 14px;display:flex}.modal-history-stage{flex-direction:column;gap:6px;display:flex}.modal-history-stage-name{text-transform:uppercase;letter-spacing:.07em;color:#334155;font-size:.72rem;font-weight:700}.modal-history-item{align-items:baseline;gap:6px;padding-left:4px;display:flex}.modal-history-check{color:#22c55e;flex-shrink:0;font-size:.72rem}.modal-history-text{color:#64748b;flex:1;font-size:.82rem}.modal-history-meta{color:#475569;white-space:nowrap;font-size:.7rem}.employee-list{flex-direction:column;gap:6px;display:flex}.employee-list-item{color:#94a3b8;background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.875rem;display:flex}.input option{color:#e2e8f0;background:#0d0f14}.employee-select{background:#0d0f14;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:6px;max-height:160px;padding:8px 12px;display:flex;overflow-y:auto}.employee-option{color:#94a3b8;cursor:pointer;align-items:center;gap:8px;padding:4px 0;font-size:.85rem;display:flex}.employee-option input[type=checkbox]{accent-color:#6366f1}.all-jobs-filters{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.all-jobs-count{color:#475569;font-size:.82rem;font-weight:500}.all-jobs-table{border:1px solid #1e2a4a99;border-radius:14px;flex-direction:column;display:flex;overflow:hidden}.all-jobs-header-row{text-transform:uppercase;letter-spacing:.08em;color:#ffffff80;background:#1e2a4a;border-bottom:1px solid #1e2a4a99;grid-template-columns:2fr 1fr 1.2fr 1fr .8fr 1.5fr;padding:10px 20px;font-size:.72rem;font-weight:700;display:grid}.all-jobs-row{background:#111827;border-bottom:1px solid #1e2a4a4d;grid-template-columns:2fr 1fr 1.2fr 1fr .8fr 1.5fr;align-items:center;padding:14px 20px;transition:background .1s;display:grid}.all-jobs-row:last-child{border-bottom:none}.all-jobs-row:hover{background:#151d2e}.all-jobs-title{color:#e2e8f0;font-size:.9rem;font-weight:600}.all-jobs-cell{color:#e2e8f0;font-size:.82rem}.all-jobs-cell.muted{color:#475569}@media (width<=640px){.board-header{gap:8px;padding:10px 14px}.board-header-logo{height:32px}.board-header-divider,.board-title{display:none}.home-main{padding:20px 16px}.home-title-row{flex-wrap:wrap;gap:8px;margin-bottom:20px}.home-heading{flex:0 0 100%}.boards-grid{grid-template-columns:1fr}.board-lists{gap:10px;padding:12px}.stage-column{width:calc(100vw - 40px);min-width:calc(100vw - 40px);max-height:calc(100vh - 86px)}.employee-job-item{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.employee-job-right{flex-wrap:wrap;width:100%}.admin-main{gap:32px;padding:20px 16px}.admin-inline-form{flex-wrap:wrap}.notify-checkbox{order:3;width:100%}.all-jobs-filters{flex-direction:column;align-items:stretch}.all-jobs-header-row{display:none}.all-jobs-row{flex-direction:column;gap:6px;padding:14px 16px;display:flex}.all-jobs-title{font-size:.95rem}.modal{padding:20px 16px}}
