*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.header{z-index:100;background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1600px;margin:0 auto;display:flex}.header h1{color:#333;font-size:1.25rem;font-weight:600}.user-badge{color:#666;background:#f0f0f0;border-radius:4px;padding:.5rem 1rem;font-size:.875rem}.main-layout{max-width:1600px;height:calc(100vh - 60px);margin:0 auto;display:flex}.sidebar{background:#fff;border-right:1px solid #e0e0e0;width:320px;overflow-y:auto}.sidebar-content{padding:2rem}.sidebar h2{color:#333;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.form-field{margin-bottom:1rem}.form-field label{color:#555;margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}input[type=text],input[type=password]{border:1px solid #ddd;border-radius:4px;width:100%;padding:.625rem;font-size:.875rem;transition:border-color .2s}input:focus{border-color:#4a90e2;outline:none}.btn-login,.btn-logout{cursor:pointer;border:none;border-radius:4px;width:100%;margin-top:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s}.btn-login{color:#fff;background:#4a90e2}.btn-login:hover{background:#357abd}.btn-logout{color:#333;background:#e0e0e0}.btn-logout:hover{background:#d0d0d0}button:disabled{opacity:.5;cursor:not-allowed}.sidebar-info{color:#888;border-top:1px solid #e0e0e0;margin-top:2rem;padding-top:2rem;font-size:.8rem}.sidebar-info p{margin-bottom:.5rem}.content{background:#f5f5f5;flex:1;padding:2rem;overflow-y:auto}.welcome-state{text-align:center;color:#999;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.welcome-icon{margin-bottom:1rem;font-size:4rem}.welcome-state h2{color:#666;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.welcome-state p{font-size:.95rem}#alertContainer{z-index:1000;max-width:350px;position:fixed;top:1rem;right:1rem}.alert{background:#fff;border-left:3px solid;border-radius:4px;margin-bottom:.75rem;padding:.875rem 1rem;font-size:.875rem;animation:.3s slideIn;box-shadow:0 2px 8px #0000001a}@keyframes slideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.alert-success{color:#52c41a;border-left-color:#52c41a}.alert-error{color:#f5222d;border-left-color:#f5222d}.alert-info{color:#4a90e2;border-left-color:#4a90e2}.section{background:#fff;border-radius:4px;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.section-header{border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.section-header h3{color:#333;font-size:1rem;font-weight:600}.btn-action{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.btn-action:hover{background:#357abd}.section-body{padding:1.5rem}.input-group{gap:.75rem;margin-bottom:1.5rem;display:flex}.input-group input{flex:1}.rfq-table{border-collapse:collapse;width:100%;font-size:.875rem}.rfq-table thead{background:#fafafa}.rfq-table th{text-align:left;color:#555;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #e0e0e0;padding:.75rem;font-size:.8rem;font-weight:600}.rfq-table td{color:#666;border-bottom:1px solid #f0f0f0;padding:.75rem}.rfq-table tbody tr:hover{background:#fafafa}.status-badge{text-transform:capitalize;border-radius:3px;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-block}.status-submitted{color:#1890ff;background:#e6f7ff}.status-draft{color:#f5222d;background:#fff1f0}.status-pending{color:#faad14;background:#fffbe6}.status-ordered{color:#52c41a;background:#f6ffed}.status-cancelled{color:#999;background:#f5f5f5}.doc-details{background:#fafafa;border-radius:4px;margin-top:1rem;padding:1.25rem}.doc-field{border-bottom:1px solid #e0e0e0;padding:.625rem 0;display:flex}.doc-field:last-child{border-bottom:none}.doc-field-label{color:#555;min-width:160px;font-size:.875rem;font-weight:600}.doc-field-value{color:#666;font-size:.875rem}.doc-child-table{margin-top:1.5rem}.doc-child-table h4{color:#333;margin-bottom:1rem;font-size:.95rem;font-weight:600}.empty-state{text-align:center;color:#999;padding:2rem}@media (width<=1024px){.main-layout{flex-direction:column;height:auto}.sidebar{border-bottom:1px solid #e0e0e0;border-right:none;width:100%}.content{min-height:calc(100vh - 300px)}#alertContainer{max-width:none;left:1rem;right:1rem}}
