@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}@media (width<=640px){html{font-size:14px}}body{color:#1e293b;background:#f1f5f9;min-height:100vh;font-family:Inter,Segoe UI,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:60px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 1px 3px #0000000f}.app-brand{align-items:center;gap:.75rem;display:flex}.app-brand-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:9px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.app-brand-name{color:#1e293b;font-size:1rem;font-weight:700;line-height:1.1;display:block}.app-brand-sub{color:#64748b;font-size:.72rem;display:block}.app-main{flex:1;padding:2rem 2.5rem}.page-container{max-width:1400px;margin:0 auto}.page-header{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.75rem;display:flex}.page-header-actions{align-items:center;gap:.75rem;margin-left:auto;display:flex}.page-header-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.page-header-icon--finance{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.page-title{color:#0f172a;font-size:1.35rem;font-weight:700}.page-sub{color:#64748b;margin-top:2px;font-size:.82rem}.pending-badge-pill{color:#c2410c;background:#fff7ed;border:1px solid #fed7aa;border-radius:999px;align-items:center;gap:.35rem;margin-left:auto;padding:.4rem .85rem;font-size:.78rem;font-weight:600;display:flex}.estimate-form{flex-direction:column;gap:1.25rem;display:flex}.form-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:1.5rem;box-shadow:0 1px 3px #0000000a}.section-heading{color:#3b82f6;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #f1f5f9;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding-bottom:.65rem;font-size:.82rem;font-weight:600;display:flex}.form-grid-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.form-grid-3{grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}@media (width<=720px){.form-grid-2,.form-grid-3{grid-template-columns:1fr}}.form-group-full{grid-column:1/-1}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-label{color:#374151;letter-spacing:.01em;font-size:.78rem;font-weight:600}.req{color:#ef4444}.form-input{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.88rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.has-error .form-input{border-color:#ef4444}.has-error .form-input:focus{box-shadow:0 0 0 3px #ef44441f}.field-error{color:#ef4444;margin-top:.15rem;font-size:.72rem}.gsm-row{grid-template-columns:1fr 1fr 1fr;gap:.65rem;display:grid}@media (width<=480px){.gsm-row{grid-template-columns:1fr}}.form-actions{justify-content:flex-end;gap:.75rem;padding-top:.5rem;display:flex}.btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:9px;align-items:center;gap:.45rem;padding:.62rem 1.35rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:opacity .2s,transform .15s,box-shadow .2s;display:inline-flex;box-shadow:0 2px 6px #2563eb4d}.btn-primary:hover{opacity:.92;transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-secondary{color:#475569;cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;align-items:center;gap:.45rem;padding:.62rem 1.25rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .2s;display:inline-flex}.btn-secondary:hover{background:#f1f5f9}.icon-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s;display:flex}.icon-btn:hover{color:#1e293b;background:#f1f5f9}.icon-btn-text{cursor:pointer;color:#2563eb;background:0 0;border:1.5px solid #e2e8f0;border-radius:7px;align-items:center;gap:.3rem;padding:.35rem .7rem;font-family:inherit;font-size:.78rem;font-weight:500;transition:background .15s;display:inline-flex}.icon-btn-text:hover{background:#eff6ff}.badge{border-radius:999px;align-items:center;gap:.3rem;padding:.28rem .65rem;font-size:.73rem;font-weight:600;display:inline-flex}.badge-pending{color:#c2410c;background:#fff7ed}.badge-viewed{color:#15803d;background:#f0fdf4}.success-screen{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:500px;margin:3rem auto;display:flex}.success-icon-wrap{background:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:.5rem;display:flex}.success-icon{color:#16a34a}.success-title{color:#0f172a;font-size:1.4rem;font-weight:700}.success-sub{color:#64748b;font-size:.9rem}.success-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;margin:.5rem 0;overflow:hidden}.success-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:.7rem 1.1rem;display:flex}.success-row:last-child{border-bottom:none}.success-label{color:#64748b;font-size:.78rem;font-weight:500}.success-value{color:#1e293b;font-size:.85rem;font-weight:600}.toolbar{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.search-wrap{flex:1;min-width:220px;position:relative}.search-icon{color:#94a3b8;pointer-events:none;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.search-input{color:#1e293b;background:#fff;border:1.5px solid #e2e8f0;border-radius:9px;outline:none;width:100%;padding:.6rem .85rem .6rem 2.4rem;font-family:inherit;font-size:.86rem;transition:border-color .2s}.search-input:focus{border-color:#3b82f6}.filter-tabs{gap:.4rem;display:flex}.filter-tab{cursor:pointer;color:#64748b;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;align-items:center;gap:.3rem;padding:.5rem .9rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .2s;display:flex}.filter-tab:hover{color:#1e293b;border-color:#cbd5e1}.filter-tab--active{color:#7c3aed;background:#faf5ff;border-color:#7c3aed}.tab-count{color:#fff;background:#ef4444;border-radius:999px;padding:.05rem .42rem;font-size:.66rem;font-weight:700}.date-range-bar{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.65rem 1rem;display:flex}.date-range-label{color:#64748b;white-space:nowrap;font-size:.78rem;font-weight:600}.date-range-inputs{flex-wrap:wrap;flex:1;align-items:center;gap:.5rem;display:flex}.date-range-input{flex:1;width:auto;min-width:130px;max-width:180px;padding:.45rem .7rem;font-size:.82rem}.date-range-sep{color:#94a3b8;white-space:nowrap;font-size:.78rem}.btn-sm{white-space:nowrap;padding:.45rem .9rem;font-size:.8rem}.table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden;box-shadow:0 1px 4px #0000000d}.data-table{border-collapse:collapse;width:100%}.data-table thead{background:#f8fafc}.data-table th{color:#64748b;text-align:left;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e2e8f0;padding:.9rem 1.25rem;font-size:.76rem;font-weight:700}.data-table td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.9rem 1.25rem;font-size:.9rem}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#f8fafc}.row-pending{background:#fffbeb}.row-pending:hover{background:#fff8e6!important}.mono{font-family:Courier New,monospace;font-size:.83rem}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:.65rem;padding:4rem 2rem;display:flex}.empty-icon{color:#cbd5e1}.empty-title{color:#475569;font-size:1rem;font-weight:600}.empty-sub{color:#94a3b8;max-width:320px;font-size:.84rem}.modal-overlay{z-index:500;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;animation:.15s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}.modal-card{background:#fff;border-radius:16px;width:100%;max-width:760px;max-height:90vh;animation:.2s slideUp;overflow-y:auto;box-shadow:0 20px 60px #0003}.modal-card--form{max-width:680px}.modal-title-group{align-items:center;gap:.85rem;display:flex}.modal-header-icon{color:#fff;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.modal-title{color:#0f172a;font-size:1.05rem;font-weight:700}.modal-title-sub{color:#64748b;margin-top:1px;font-size:.78rem}.modal-form{flex-direction:column;gap:0;display:flex}.modal-form .form-section{box-shadow:none;border:none;border-bottom:1px solid #f1f5f9;border-radius:0;padding:1.25rem 1.5rem}.modal-form .form-section:last-of-type{border-bottom:none}.modal-success{text-align:center;flex-direction:column;align-items:center;gap:.85rem;padding:2rem 1.5rem;display:flex}@keyframes slideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;padding:1.4rem 1.5rem 1rem;display:flex}.modal-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.72rem;font-weight:500}.modal-estimate-no{color:#0f172a;font-size:1.15rem;font-weight:700}.modal-header-right{align-items:center;gap:.75rem;display:flex}.detail-grid{border:1px solid #e2e8f0;border-radius:10px;grid-template-columns:1fr 1fr;gap:0;margin:1rem 1.5rem;display:grid;overflow:hidden}@media (width<=580px){.detail-grid{grid-template-columns:1fr}}.detail-table{flex-direction:column;display:flex}.detail-table:first-child{border-right:1px solid #e2e8f0}.detail-row{border-bottom:1px solid #f1f5f9;display:flex}.detail-row:last-child{border-bottom:none}.detail-key{color:#475569;text-transform:uppercase;letter-spacing:.03em;background:#f8fafc;border-right:1px solid #f1f5f9;flex:0 0 45%;padding:.62rem .9rem;font-size:.73rem;font-weight:600}.detail-key-bold{color:#1e293b;font-weight:700}.detail-val{color:#1e293b;word-break:break-word;flex:1;padding:.62rem .9rem;font-size:.84rem}.modal-footer{border-top:1px solid #f1f5f9;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.4rem;display:flex}
