.sales-container{max-width:1200px;margin:0 auto;padding:2rem}.sales-grid{flex-wrap:wrap;justify-content:center;align-items:start;gap:2rem;display:flex}.sale-form-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;flex:0 0 380px;padding:2rem;box-shadow:0 10px 25px #00000008}.sale-history-card{background:#fff;border:1px solid #eef2f6;border-radius:16px;flex:1;max-width:700px;padding:2rem;box-shadow:0 10px 25px #00000008}.form-title{color:#1e293b;border-bottom:2px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.form-group{margin-bottom:1rem}.form-group label{color:#64748b;margin-bottom:.4rem;font-size:.85rem;font-weight:600;display:block}.form-group select,.form-group input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.7rem}.history-item{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:1rem;transition:all .2s;display:flex}.history-item:hover{border-color:#0070f3;transform:translate(5px)}.item-info{flex-direction:column;gap:4px;display:flex}.item-customer{color:#1e293b;font-size:.95rem;font-weight:700}.item-product{color:#64748b;font-size:.85rem}.item-price{color:#0070f3;font-size:1rem;font-weight:800}.item-date{color:#94a3b8;font-size:.75rem}
