*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{flex-direction:column;min-height:100vh;display:flex}.app-layout{min-height:100vh;display:flex}.app-content{background:#f5f5f5;flex:1;padding:1.5rem 2rem;overflow-y:auto}.page-title{color:#1e3a5f;margin-bottom:1rem;font-size:22px;font-weight:700}.sidebar{color:#e5e7eb;background:#1a2744;flex-direction:column;flex-shrink:0;width:230px;height:100dvh;display:flex;position:sticky;top:0}.sidebar-brand{border-bottom:1px solid #ffffff14;padding:1.25rem 1rem}.sidebar-brand-title{color:#fff;letter-spacing:.05em;font-size:18px;font-weight:800}.sidebar-brand-sub{color:#d1b96a;margin-top:2px;font-size:11px}.sidebar-nav{scrollbar-width:thin;scrollbar-color:#ffffff38 transparent;flex:1;min-height:0;padding:.75rem 0;overflow-y:auto}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:0 0}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:3px}.sidebar-link{color:#9ca3af;align-items:center;gap:10px;width:100%;padding:.6rem 1rem;font-size:13px;text-decoration:none;transition:all .15s;display:flex}.sidebar-link:hover{color:#e5e7eb;background:#ffffff0d}.sidebar-link.active{color:#d1b96a;background:#d1b96a1a;border-left:3px solid #d1b96a;font-weight:600}.sidebar-icon{color:#9ca3af;background:#ffffff14;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.sidebar-link.active .sidebar-icon{color:#d1b96a;background:#d1b96a33}.sidebar-group{padding:0}.sidebar-group+.sidebar-group{margin-top:.15rem}.sidebar-group-header{cursor:pointer;color:#6b7a93;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.55rem 1rem .3rem;font-family:inherit;font-size:10px;font-weight:700;display:flex}.sidebar-group-header:hover{color:#9ca3af}.sidebar-group-chevron{color:#4b5870;font-size:9px}.sidebar-group-items{padding-bottom:.25rem}.sidebar-footer{border-top:1px solid #ffffff14;padding:1rem}.sidebar-user{margin-bottom:.5rem}.sidebar-logout{color:#9ca3af;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:4px;width:100%;padding:.4rem;font-size:12px}.sidebar-logout:hover{color:#e5e7eb;background:#ffffff1a}.header{color:#fff;background:#1e3a5f;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.header h1{font-size:1.5rem;font-weight:700}.header .division-badge{text-transform:uppercase;letter-spacing:.05em;background:#ffffff26;border-radius:4px;padding:.25rem .75rem;font-size:.85rem}.header .division-badge.corrosion{background:#c0392b}.header .division-badge.coatings{background:#2980b9}.header button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:4px;padding:.5rem 1rem}.login-container{box-sizing:border-box;background:linear-gradient(135deg,#1e3a5f 0%,#2c5f8a 100%);justify-content:center;align-items:center;min-height:100vh;padding:16px;display:flex}.login-card{box-sizing:border-box;background:#fff;border-radius:8px;width:100%;max-width:400px;padding:2.5rem;box-shadow:0 4px 24px #00000026}.login-card h1{text-align:center;color:#1e3a5f;margin-bottom:.5rem}.login-card p{text-align:center;color:#666;margin-bottom:1.5rem}.login-card input{box-sizing:border-box;border:1px solid #ddd;border-radius:4px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem}.login-card button{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:4px;width:100%;padding:.75rem;font-size:1rem}.login-card button:hover{background:#2c5f8a}.login-card .error{color:#c0392b;text-align:center;margin-bottom:1rem;font-size:.9rem}.main{flex:1;padding:2rem}.nav{gap:.5rem;margin-bottom:1.5rem;display:flex}.nav button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:4px;padding:.5rem 1rem;font-size:.9rem}.nav button.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.card{background:#fff;border-radius:8px;margin-bottom:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.card h2{color:#1e3a5f;margin-bottom:1rem;font-size:1.1rem}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid #eee;padding:.5rem .75rem}th{color:#666;text-transform:uppercase;letter-spacing:.03em;font-size:.85rem;font-weight:600}tr:hover{background:#f9f9f9}.stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:#fff;border-radius:8px;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.stat-card .label{color:#666;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}.stat-card .value{color:#1e3a5f;font-size:2rem;font-weight:700}.btn-primary{color:#fff;cursor:pointer;background:#1e3a5f;border:1px solid #1e3a5f;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-primary:hover{background:#2c5f8a}.btn-primary:disabled,.btn-outline:disabled,.btn-secondary:disabled,.admin-btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary:disabled:hover{background:#1e3a5f}.admin-btn-primary:disabled:hover{background:#1a2744}.btn-outline{color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #1e3a5f;border-radius:4px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.btn-outline:hover{background:#f0f4f8}.header-nav-link{color:#d1b96a;border:1px solid #d1b96a66;border-radius:4px;padding:.35rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none}.header-nav-link:hover{background:#d1b96a26}.admin-layout{min-height:calc(100vh - 56px);display:flex}.admin-sidebar{color:#e5e7eb;background:#1a2744;flex-direction:column;flex-shrink:0;width:220px;display:flex}.admin-sidebar-header{border-bottom:1px solid #ffffff14;padding:1.25rem 1rem}.admin-sidebar-title{color:#fff;letter-spacing:.02em;font-size:15px;font-weight:700}.admin-sidebar-subtitle{color:#d1b96a;margin-top:2px;font-size:12px}.admin-sidebar-nav{flex:1;padding:.75rem 0}.admin-sidebar-link{color:#9ca3af;cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:.6rem 1rem;font-size:13px;transition:all .15s;display:flex}.admin-sidebar-link:hover{color:#e5e7eb;background:#ffffff0d}.admin-sidebar-link.active{color:#d1b96a;background:#d1b96a1a;border-left:3px solid #d1b96a;font-weight:600}.admin-sidebar-icon{font-size:16px}.admin-sidebar-footer{color:#6b7280;border-top:1px solid #ffffff14;padding:1rem;font-size:11px}.admin-main{background:#f9fafb;flex:1;padding:1.5rem 2rem;overflow-y:auto}.admin-section-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.admin-section-title{color:#1a2744;margin:0 0 .5rem;font-size:22px;font-weight:700}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1.25rem}.admin-table{border-collapse:collapse;width:100%}.admin-table th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:.5rem .75rem;font-size:11px;font-weight:600}.admin-table td{color:#111827;border-bottom:1px solid #f3f4f6;padding:.6rem .75rem;font-size:13px}.admin-table tr:hover{background:#f9fafb}.admin-row-inactive{background:#fef2f2!important}.admin-row-inactive:hover,.admin-row-expired{background:#fee2e2!important}.admin-row-expiring{background:#fef3c7!important}.admin-text-danger{font-weight:600;color:#991b1b!important}.admin-text-warning{font-weight:600;color:#92400e!important}.admin-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:4px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.admin-badge-president{color:#1e40af;background:#dbeafe}.admin-badge-admin{color:#5b21b6;background:#ede9fe}.admin-badge-vp_ops{color:#1e40af;background:#dbeafe}.admin-badge-vp_corrosion{color:#9d174d;background:#fce7f3}.admin-badge-supervisor{color:#065f46;background:#d1fae5}.admin-badge-office{color:#3730a3;background:#e0e7ff}.admin-badge-viewer{color:#374151;background:#f3f4f6}.admin-badge-inactive{color:#991b1b;background:#fee2e2}.admin-btn{cursor:pointer;border:none;border-radius:4px;padding:.4rem .75rem;font-size:13px;font-weight:500;transition:all .15s}.admin-btn-primary{color:#fff;background:#1a2744}.admin-btn-primary:hover{background:#243452}.admin-btn-outline{color:#1a2744;background:#fff;border:1px solid #1a2744}.admin-btn-outline:hover{background:#f0f4f8}.admin-btn-sm{color:#374151;background:#f3f4f6;border:1px solid #d1d5db;padding:3px 8px;font-size:12px}.admin-btn-sm:hover{background:#e5e7eb}.admin-btn-warn{color:#9a3412;border-color:#fed7aa}.admin-btn-warn:hover{background:#fff7ed}.admin-actions{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.admin-message{border-radius:6px;margin-bottom:1rem;padding:.6rem 1rem;font-size:13px}.admin-message-success{color:#065f46;background:#d1fae5}.admin-message-error{color:#991b1b;background:#fee2e2}.admin-inline-form{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.admin-inline-form input,.admin-inline-form select{border:1px solid #d1d5db;border-radius:4px;padding:.4rem .6rem;font-size:13px}.admin-input{border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.4rem .6rem;font-size:13px}.admin-select{border:1px solid #d1d5db;border-radius:4px;min-width:160px;padding:.4rem .6rem;font-size:13px}.admin-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.5rem .6rem;font-family:inherit;font-size:13px}.admin-label{text-transform:uppercase;letter-spacing:.03em;color:#6b7280;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.admin-checkbox-label{cursor:pointer;align-items:center;gap:4px;font-size:13px;display:inline-flex}.admin-checkbox-row{grid-column:1/-1;align-items:center;gap:1rem;display:flex}.admin-profile-row{transition:background .15s}.admin-profile-form{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1.25rem}.admin-form-section{margin-bottom:1rem}.admin-form-section h4{color:#1a2744;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem;font-size:13px;font-weight:600}.admin-form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.admin-perm-table td{padding:.5rem .75rem}.admin-toggle{cursor:pointer;border:none;border-radius:12px;min-width:50px;padding:3px 12px;font-size:11px;font-weight:700}.admin-toggle-on{color:#065f46;background:#d1fae5}.admin-toggle-off{color:#991b1b;background:#fee2e2}.admin-perm-extras{border-top:1px solid #f3f4f6;align-items:flex-end;gap:1rem;margin-top:.5rem;padding:1rem 0;display:flex}.admin-perm-actions{border-top:1px solid #f3f4f6;gap:.5rem;padding-top:.75rem;display:flex}.admin-stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.admin-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.admin-stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:11px}.admin-stat-value{color:#1a2744;font-size:1.75rem;font-weight:700}.admin-loading{text-align:center;color:#9ca3af;padding:2rem;font-size:14px}.ts-page{max-width:900px}.ts-error{color:#991b1b;background:#fee2e2;border-radius:6px;margin-bottom:1rem;padding:.6rem 1rem;font-size:14px}.ts-success{color:#065f46;cursor:pointer;background:#d1fae5;border-radius:6px;margin-bottom:1rem;padding:.6rem 1rem;font-size:14px}.ts-steps{gap:6px;margin-bottom:1rem;display:flex}.ts-step-btn{color:#6b7280;cursor:pointer;background:#fff;border:2px solid #d1d5db;border-radius:50%;width:36px;height:36px;font-size:13px;font-weight:700}.ts-step-btn.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.ts-step-btn.done{color:#059669;background:#d1fae5;border-color:#059669}.ts-card{background:#fff;border-radius:8px;margin-bottom:1rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a}.ts-card-title{color:#1e3a5f;margin-bottom:1rem;font-size:17px;font-weight:700}.ts-field{margin-bottom:1rem}.ts-label{color:#6b7280;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.ts-label-sm{color:#6b7280;margin-bottom:2px;font-size:11px;display:block}.ts-input-lg{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:16px}.ts-textarea{resize:vertical;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:15px}.ts-radio-group{gap:8px;display:flex}.ts-radio-btn{cursor:pointer;text-align:center;background:#fff;border:2px solid #d1d5db;border-radius:8px;flex:1;min-height:48px;padding:.75rem;font-size:15px;font-weight:600}.ts-radio-btn.active{color:#1e3a5f;background:#eff6ff;border-color:#1e3a5f}.ts-job-list{flex-direction:column;gap:6px;max-height:400px;display:flex;overflow-y:auto}.ts-job-item{cursor:pointer;text-align:left;background:#fff;border:2px solid #e5e7eb;border-radius:8px;min-height:48px;padding:.75rem}.ts-job-item.selected{background:#eff6ff;border-color:#1e3a5f}.ts-job-item:hover{border-color:#9ca3af}.ts-crew-list{flex-direction:column;gap:4px;max-height:400px;display:flex;overflow-y:auto}.ts-crew-item{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;min-height:52px;padding:.75rem;display:flex}.ts-crew-item input[type=checkbox]{accent-color:#1e3a5f;flex-shrink:0;width:22px;height:22px}.ts-crew-item.selected{background:#eff6ff;border-color:#1e3a5f}.ts-crew-item.disabled{opacity:.5;cursor:default}.ts-default-times{background:#f3f4f6;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:.5rem;margin-bottom:1rem;padding:.75rem;display:flex}.ts-time-group{flex-direction:column;display:flex}.ts-time-input{border:1px solid #d1d5db;border-radius:6px;min-width:90px;min-height:44px;padding:.6rem;font-size:15px}.ts-entries{flex-direction:column;gap:8px;margin-bottom:1rem;display:flex}.ts-entry-row{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem}.ts-entry-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ts-entry-times{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.ts-hours-display{align-items:center;gap:6px;min-width:100px;font-size:14px;font-weight:600;display:flex}.ts-hours-reg{color:#1e3a5f}.ts-hours-ot{color:#dc2626}.ts-btn-primary{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:6px;min-height:48px;padding:.75rem 1.5rem;font-size:15px;font-weight:600}.ts-btn-primary:hover{background:#2c5f8a}.ts-btn-primary:disabled{opacity:.5;cursor:default}.ts-btn-lg{width:100%}.ts-btn-secondary{color:#fff;cursor:pointer;background:#6b7280;border:none;border-radius:6px;min-height:48px;padding:.75rem 1.5rem;font-size:15px;font-weight:600}.ts-btn-secondary:disabled{opacity:.5;cursor:default}.ts-btn-outline{color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #1e3a5f;border-radius:6px;min-height:44px;padding:.6rem 1rem;font-size:14px;font-weight:600}.ts-btn-outline:hover{background:#f0f4f8}.ts-btn-sm{min-height:36px;padding:.4rem .75rem;font-size:13px}.ts-btn-remove{color:#991b1b;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:4px;padding:4px 10px;font-size:12px}.ts-btn-remove:hover{background:#fecaca}.ts-btn-approve{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:6px;min-height:44px;padding:.5rem 1.25rem;font-size:14px;font-weight:600}.ts-btn-approve:hover{background:#047857}.ts-btn-reject{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;min-height:44px;padding:.5rem 1.25rem;font-size:14px;font-weight:600}.ts-btn-reject:hover{background:#b91c1c}.ts-btn-danger{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:6px;padding:.5rem 1.25rem;font-size:14px;font-weight:600}.ts-nav-btns{gap:.5rem;margin-top:1rem;display:flex}.ts-submit-btns{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.ts-summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1rem;padding:1rem}.ts-summary-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:6px 0;font-size:15px;display:flex}.ts-summary-row:last-child{border-bottom:none}.ts-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.ts-date-controls{flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;display:flex}.ts-filter-row{flex-wrap:wrap;gap:6px;margin-bottom:1rem;display:flex}.ts-filter-btn{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:44px;padding:.5rem 1rem;font-size:14px;font-weight:500}.ts-filter-btn.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.ts-list{flex-direction:column;gap:8px;display:flex}.ts-list-item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem}.ts-list-item:hover{border-color:#9ca3af}.ts-list-header{justify-content:space-between;align-items:center;display:flex}.ts-review-list{flex-direction:column;gap:8px;display:flex}.ts-review-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.ts-review-header{cursor:pointer;align-items:center;gap:10px;padding:.75rem;display:flex}.ts-review-header:hover{background:#f9fafb}.ts-review-header input[type=checkbox]{accent-color:#1e3a5f;flex-shrink:0;width:20px;height:20px}.ts-review-actions{border-top:1px solid #e5e7eb;gap:.5rem;margin-top:.75rem;padding-top:.75rem;display:flex}.ts-expanded{background:#f9fafb;border-top:1px solid #e5e7eb;padding:.75rem}.ts-detail-table{border-collapse:collapse;width:100%;font-size:13px}.ts-detail-table th{text-align:left;text-transform:uppercase;color:#6b7280;border-bottom:1px solid #e5e7eb;padding:4px 8px;font-size:11px;font-weight:600}.ts-detail-table td{border-bottom:1px solid #f3f4f6;padding:4px 8px}.ts-eq-results{flex-direction:column;gap:4px;max-height:250px;margin-bottom:1rem;display:flex;overflow-y:auto}.ts-eq-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:6px;min-height:44px;padding:.6rem}.ts-eq-item:hover{background:#eff6ff;border-color:#1e3a5f}.ts-eq-added{flex-direction:column;gap:6px;margin-bottom:1rem;display:flex}.ts-eq-row{background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.6rem;display:flex}.ts-eq-inputs{flex-wrap:wrap;align-items:flex-end;gap:.5rem;display:flex}.ts-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.ts-modal{background:#fff;border-radius:8px;width:100%;max-width:500px;padding:1.5rem;box-shadow:0 10px 40px #0003}.bid-pipeline-cards{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.bid-pipeline-card{background:#fff;border:1px solid #e5e7eb;border-top:3px solid #6b7280;border-radius:8px;padding:1rem}.bid-pipeline-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.bid-pipeline-count{color:#1a2744;font-size:1.75rem;font-weight:700}.bid-pipeline-value{color:#6b7280;font-size:13px;font-weight:500}.bid-tabs{flex-wrap:wrap;gap:4px;margin-bottom:1rem;display:flex}.bid-tab{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.5rem 1rem;font-size:13px;font-weight:500}.bid-tab.active{color:#fff;background:#1e3a5f;border-color:#1e3a5f}.bid-builder{max-width:1200px}.bid-steps{flex-wrap:wrap;gap:4px;margin-bottom:1rem;display:flex}.bid-step{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:13px;display:flex}.bid-step.active{background:#eff6ff;border-color:#1e3a5f;font-weight:600}.bid-step.done{background:#f0fdf4;border-color:#059669}.bid-step-num{background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:flex}.bid-step.active .bid-step-num{color:#fff;background:#1e3a5f}.bid-step.done .bid-step-num{color:#fff;background:#059669}.bid-step-label{display:none}@media (width>=768px){.bid-step-label{display:inline}}.bid-layout{align-items:flex-start;gap:1rem;display:flex}.bid-main{flex:1;min-width:0}.bid-sidebar-summary{flex-shrink:0;width:240px}@media (width<=900px){.bid-layout{flex-direction:column}.bid-sidebar-summary{width:100%}}.bid-add-row{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-wrap:wrap;align-items:flex-end;gap:.5rem;padding:.75rem;display:flex}.bid-summary-section{padding:.5rem 0}.bid-summary-row{border-bottom:1px solid #f3f4f6;justify-content:space-between;padding:4px 0;font-size:14px;display:flex}.bid-summary-row:last-child{border-bottom:none}.bid-grand-total{color:#1e3a5f;border-top:2px solid #1e3a5f;border-bottom:none;margin-top:.5rem;padding-top:.5rem;font-size:18px;font-weight:800}@media (width<=768px){.app-content{padding:.75rem}.sidebar{display:none}.app-layout,.ts-entry-times,.ts-default-times,.ts-submit-btns,.ts-nav-btns{flex-direction:column}.ts-review-header{flex-direction:column;align-items:flex-start;gap:6px}.ts-date-controls{flex-direction:column}.ts-stats,.stats{grid-template-columns:repeat(2,1fr)}.ts-detail-table{font-size:12px}.ts-detail-table th,.ts-detail-table td{padding:3px 4px}.bid-pipeline-cards{grid-template-columns:repeat(2,1fr)}.bid-add-row{flex-direction:column;align-items:stretch}.bid-tabs{overflow-x:auto}}.mobile-bottom-nav{display:none}@media (width<=767px){.mobile-bottom-nav{z-index:9000;height:60px;padding-bottom:env(safe-area-inset-bottom,0);background:#1a2744;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0003}.mobile-tab{color:#9ca3af;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2px;min-width:44px;height:100%;min-height:44px;font-size:10px;text-decoration:none;display:flex}.mobile-tab.active{color:#d1b96a}.mobile-tab-icon{font-size:20px;line-height:1}.mobile-tab-label{letter-spacing:.02em;font-size:10px;font-weight:600}}.mobile-menu-overlay{z-index:9500;background:#00000080;animation:.15s fadeIn;position:fixed;inset:0}.mobile-menu{background:#1a2744;flex-direction:column;width:100%;max-width:360px;animation:.2s slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.mobile-menu-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.mobile-menu-body{-webkit-overflow-scrolling:touch;flex:1;padding:8px 0;overflow-y:auto}.mobile-menu-section{padding:4px 0}.mobile-menu-section-title{color:#d1b96a;text-transform:uppercase;letter-spacing:.08em;padding:12px 20px 6px;font-size:11px;font-weight:700}.mobile-menu-item{color:#e5e7eb;-webkit-tap-highlight-color:transparent;align-items:center;gap:12px;min-height:48px;padding:14px 20px;font-size:15px;font-weight:500;text-decoration:none;display:flex}.mobile-menu-item:active{background:#ffffff0d}.mobile-menu-item.active{color:#d1b96a;background:#d1b96a1a}.mobile-menu-item-icon{text-align:center;width:28px;font-size:16px}.mobile-menu-footer{padding:16px 20px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0));border-top:1px solid #ffffff14}.mobile-menu-logout{color:#fca5a5;cursor:pointer;background:#ef444426;border:1px solid #ef44444d;border-radius:8px;width:100%;min-height:48px;padding:14px;font-size:15px;font-weight:600}@media (width<=767px){.sidebar{display:none!important}.app-layout{flex-direction:column!important}.app-content{margin-left:0!important;padding:12px 12px 80px!important}.stats{grid-template-columns:1fr!important;gap:8px!important}.stat-card .value{font-size:1.5rem}table{-webkit-overflow-scrolling:touch;white-space:nowrap;display:block;overflow-x:auto}thead,tbody,tfoot{width:100%;display:table}.ts-filter-row,.ts-entry-times,.ts-default-times,.ts-date-controls{flex-direction:column!important;gap:8px!important}.ts-filter-row>*,.ts-entry-times>*,.ts-default-times>*{width:100%!important;min-width:unset!important}.ts-submit-btns,.ts-nav-btns{flex-direction:column!important;gap:8px!important}.ts-submit-btns>button,.ts-nav-btns>button,.ts-submit-btns>a,.ts-nav-btns>a{width:100%!important}.page-title{font-size:1.3rem!important}h1{font-size:1.5rem!important}h2{font-size:1.25rem!important}.modal-content,.dialog-content,[class*=modal]>div{width:95vw!important;max-width:95vw!important;max-height:90vh!important;margin:5vh auto!important}[style*=gridTemplateColumns],.bid-pipeline-cards{grid-template-columns:1fr!important}button,a.mobile-tab,select{min-height:44px}input,select,textarea{min-height:44px;padding:8px 12px;font-size:16px!important}input[type=checkbox],input[type=radio]{width:22px;min-width:22px;height:22px;min-height:22px}td,th{padding:10px 8px!important;font-size:14px!important}.ts-crew-card{padding:12px!important}.ts-submit-btns>button[type=submit],button.ts-submit-btn{border-radius:12px!important;min-height:56px!important;font-size:18px!important;font-weight:700!important}.gantt-container,.deployment-grid{-webkit-overflow-scrolling:touch;overflow-x:auto}.admin-sidebar{display:none!important}.login-container{padding:12px!important}.login-card{margin:0 auto;box-sizing:border-box!important;width:100%!important;max-width:400px!important;padding:20px!important}.login-card input{min-height:48px;box-sizing:border-box!important;padding:12px!important;font-size:16px!important}.login-card button{min-height:48px;width:100%!important;font-size:16px!important}}@media (width<=400px){.login-container{padding:8px!important}.login-card{max-width:100%!important;padding:1rem!important}.login-card h1{font-size:1.25rem!important}}@media (width>=768px){.mobile-bottom-nav,.mobile-menu-overlay{display:none!important}}
